@charset "UTF-8";

html {
    font-family: sans-serif;
    margin-left: 5px;
}
html* {
    box-sizing: border-box;
}
body {
    margin: 0 0 0 0;
    background-color: #fafcf7;
}
.wrapper {
    margin: 0 auto 0 auto;
    max-width: 960px;
}
.vertical {
    display: flex; /* 要素をflexboxに対応させる */  
    justify-content: center; /* 横方向の中央揃え */
    flex-direction: column; /* 子要素の並びを上から下にする（要素の改行に対応） */
    margin: 0 auto 0 auto;
    padding-top: 30px;
  }
.return{
    padding-top: 30px;
}
img {
    max-width: 100%;
    height: auto;
}
.image {
    margin: 50px 0 40px 0;
    line-height: 0;
    text-align: left;
}
h1 {
    color: #10380b;
    font-size:30px;
}
h2 {
    color: #10380b;
    font-size:26px;
}
h3 {
    color: #10380b;
    font-size: 22px;
}
h4 {
    color: #f9fdf9;
    font-size:22px;
    background    : #022507;     
}
h5 {
    color: #10380b;
    font-size: 18px;
}
h6{
    color: #2f24c5;
    font-size: 14px;
    font-weight:1;
}

    

.input_label{
    border:0;
    padding: 5px;
    font-size:1.3em;
    font-family:Arial, sans-serif;
    color:#3f5170;
    border:0;
    margin:0 0 20px;
    width:300px;
    height: 100px;
    
}
.inputtext{
    font-size:100%;
    display       : inline-block;
    border-radius : 5%;          /* 角丸       */
    font-size     : 16pt;        /* 文字サイズ */
    text-align    : center;      /* 文字位置   */
    cursor        : pointer;     /* カーソル   */
    padding       : 12px 12px;   /* 余白       */
    background    : #f6f8f5;     /* 背景色     */
    color         : #000000;     /* 文字色     */
    line-height   : 1em;         /* 1行の高さ  */
    transition    : .3s;         /* なめらか変化 */
    box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
    border        : 2px solid #000066;    /* 枠の指定 */
    width: 100px;
}
.yubi_name{
    margin:0;
}
.button {
    display       : inline-block;
    border-radius : 5%;          /* 角丸       */
    font-size     : 18pt;        /* 文字サイズ */
    text-align    : center;      /* 文字位置   */
    cursor        : pointer;     /* カーソル   */
    padding       : 12px 12px;   /* 余白       */
    background    : #000066;     /* 背景色     */
    color         : #ffffff;     /* 文字色     */
    line-height   : 0.8em;         /* 1行の高さ  */
    transition    : .3s;         /* なめらか変化 */
    box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
    border        : 2px solid #000066;    /* 枠の指定 */
    width         : 150px;
  }
.button:hover {
    box-shadow    : none;        /* カーソル時の影消去 */
    color         : #10380b;     /* 文字色     */
    background    : #ffffff;     /* 背景色     */
    border        : 2px solid #000066;    /* 枠の指定 */
  }
.ul_test1 li{
    list-style: none;
    }
  .ul_test1 li {list-style: none; font-size :20pt;}
  .ul_test1 li:hover { background-color:#fafcf7;  }
  .ul_test1 li a:hover{ color: #057914;display: block; }
  .ul_test1 li a { color: #0906f1;display: block; }
.ul_test2 li{
    list-style: none;
    }
  .ul_test2 li {list-style: none; font-size :18pt;position:absolute;bottom:30px;}
  .ul_test2 li:hover { background-color:#fafcf7;  }
  .ul_test2 li a:hover{ color: #1350d4;display: block; }
  .ul_test2 li a { color: #444141;display: block; }


.vertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.houhousetumei{
    padding-top:3em;
    font-size: 20px;
}

.option_select{
    font-size: 16px;
    width: 100px;
    text-align: center;
    background: rgb(255, 255, 255);    
}

.option_div{
    position:fixed;
    bottom: 50px;
    background: #ffffff;
    left: 10px;
    height: 130px;  
}  
.option_koumoku{
    float:left;
    width: 120px;
}
.option_title{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    height: 20px;
    width: 120px;    
}
.option_select{
    font-size: 15px;
    width: 120px;
    text-align: center;
    background: #ffffff; 
}
.option_result{
    position:fixed;
    bottom: 70px;
    background: #ffffff;
    left: 0px;
    height: 130px;  
}


.sum_result{
    position:fixed;
    bottom: 0px;
    background: #ffffff;
    left: 0px;
    height: 130px;  
}  
.sum_result_koumoku{
    float:left;
}
.sum_result_title{
    font-size: 15px;
    text-align: center;
    height: 20px;    
} 
.resultvalue{
    font-size: 25px;
    width: 100px;
    text-align: center;
    background: #ffffff; 
}


.radiobutton label {
	padding: 0 0 0 50px;	/* ラベルの位置 */
	font-size: 18px;
	line-height: 28px;		/* ボタンのサイズに合わせる */
	display: inline-block;
	cursor:	pointer;
	position: relative;
    padding: 0px 0px 0px 80px;
    margin: 3px auto;
    
   
}
.radiobutton label:before {
	content: '';
	width: 20px;		/* ボタンの横幅 */
	height: 20px;		/* ボタンの縦幅 */
	position: absolute;
	top: 0;
	left: 40px;
	background-color: #fff;
	border-radius: 50%;
    border :solid #000066;
    
}
.radiobutton input[type="radio"] {
	display: none;
}
.radiobutton input[type="radio"]:checked + label:after {
	content: '';
	width: 10px;		/* マークの横幅 */
	height: 10px;		/* マークの縦幅 */
	position: absolute;
	top: 8px;
	left: 48px;
	background-color: #000066;
	border-radius: 50%;
}
.option{
    margin-left: 10px;
}


.order{
    margin: 0; /* 要素の外側の余白を0に定義 */
    padding: 0; /* 要素の内側の余白を0に定義 */
    float: left;
    width: 50%; /* 要素の幅を50%に定義 */ 

    
}
.measure{
    margin: 0; /* 要素の外側の余白を0に定義 */
    padding: 0; /* 要素の内側の余白を0に定義 */
    float: right;
    width: 50%; /* 要素の幅を50%に定義 */
    
}
.handimg{
    margin: 0; /* 要素の外側の余白を0に定義 */
    padding: 0; /* 要素の内側の余白を0に定義 */
    position: relative;
    bottom:150px;left:0;
    zoom: 1.2;       
}

.handimg h6{
    text-align:center;
    position: absolute;
    top: 60%;   
}
.handimg h3{
    text-align:center;
    position: absolute;
    top: 50%; 
    color:#f5270c  

}
#noprint{
    position: relative;
    bottom: 150px; 
    left: 0px;
}
print_pages{
    /*A4縦*/
      width: 172mm;
      height: 258.5mm;
      page-break-after: always;
}
.option_selectin{
    display: none;
}



@media print{
    #noprint{
        display: none;
    }
    .measure{
        position: absolute;
        top: 0%;
        right: 0%;
    }
    .handimg{
        position: absolute;
        bottom: 0%;
        left: 0%;
        zoom: 1.1;    
    }
    .print_pages{
        /*A4縦*/
          width: 172mm;
          height: 258.5mm;
          page-break-after: always;
      }
      
        /*最後のページは改ページを入れない*/
      .print_pages:last-child{
          page-break-after: auto;
      }
      .clearfix::after{
          content: "";
          display: block;
          clear: both;
        }
        .order{
            margin: 0; /* 要素の外側の余白を0に定義 */
            padding: 0; /* 要素の内側の余白を0に定義 */
            float: left;
            width: 70%; /* 要素の幅を50%に定義 */ 
        
            
        }
        .measure{
            margin: 0; /* 要素の外側の余白を0に定義 */
            padding: 0; /* 要素の内側の余白を0に定義 */
            float: right;
            width: 30%; /* 要素の幅を50%に定義 */
            
        }
        .handimg h3{
            display: none;
        
        }
}
@media (max-width:767px){
    .option_result{   
        bottom: 160px; 
        height: 120px;
    }
    .sum_result{
        height: 130px;  
    }
    .sum_result_koumoku{
        width: 90px;
    }
    .sum_result_title{
        width: 90px;    
    } 
    .resultvalue{
        width: 90px;
    }
    
      
}
