html,body{
    height: 100%;
}
div#container{
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#top-header{
	min-width:320px;
}

button, fieldset, form, input, label, legend, select, textarea {  
  vertical-align:middle;
}  
p{
  font-size:14px;
  line-height: 150%;
  text-align:left;
}
.mt10{margin-top:10px;}
.ml50{margin-left:50px;}
.mr15{margin-right:10px !important;}
.mb10{margin-bottom:10px;}
.mt40{margin-top:40px;}
.font-small{font-size:12px;}
.font-big{font-size:16px;}
.p-complete-address{margin-top:20px;}
.p-complete-toiawase{margin-top:50px;}
.btn-complete{margin-top:40px !important;}
.txt-red{color:#cc0003;}
.txt-red-bold{color:#cc0003;font-weight:bold;}
.cbo-ms{width:100px;}
.input-year{width:100px;}
.frm-bg-gray{ background-color:#f7f5ee; font-weight:bold;}
.frm-bg-light-gray{background-color:#f7f5ee; font-weight:bold;}
input[type="text"].sm-w{ width:120px;}
.reserve02-line-height{padding-bottom:20px !important;}

.reserve02-line-height label{display:block; margin-bottom:10px; line-height:1.4;min-height:1em;}
.reserve02-line-height label.last-child{display:block; margin-bottom:1em;}

.reserve02-line-height input{float:left; width:15px;}
.reserve02-line-height p{float:left; width:620px;  line-height:1.4;margin-bottom:10px;}


.twt-w60-mini {width: 90px !important;}
.select-year{margin-right:20px;}
.font-normal{font-weight:normal !important;}
.txt-w60{width:465px;}

/*-------2014.04.23.aoki update-----------*/
strong{
	color:#cc0003;
	font-weight:bold;
}
/*-------2014.04.23.end-----------*/


#f-header{
	width:100%;
    padding-bottom: 10px;
}
.f-h1-bg{
	width:99.8%;
	font-size:22px;
	background-color: #02b6c2;
	-webkit-box-shadow: 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px rgba(0,0,0,.2);
	 box-shadow: 2px 2px rgba(0,0,0,.2);
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.2), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.2), rgba(255,255,255,0));
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,.2), rgba(255,255,255,0));
	background-image: linear-gradient(to top, rgba(255,255,255,.2), rgba(255,255,255,0));
	color:#fff;
	padding:5px 0 5px 0px;
	height:35px;
	margin:30px 0 10px 0;
	behavior: url(js/PIE.htc);
}
h1.f-h1-bg img{
	width:10px;
	height:35px;
	margin:0px 10px 0 5px;
	float:left;
}
a.f-top-btn:before, a.f-bottom-btn:before{
  font-family: FontAwesome;
  content:'\f054';
  padding-right:20px;
}
a.f-top-btn-orange{
  	background-color: #ff7a0f;
    color:#fff;
    width: 428px;
	height: 37px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px rgba(0,0,0,.2);
	box-shadow: 2px 2px rgba(0,0,0,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #bdb8ac 2px 2px 0px;
	-moz-box-shadow: #bdb8ac 2px 2px 0px;
	box-shadow: #bdb8ac 2px 2px 0px;

	background:#FF7200;
	background: -webkit-linear-gradient(top, #ff7200, #ff9c4c) !important;
	background: -moz-linear-gradient(#ff7200,#ff9c4c) !important;
	background: -ms-linear-gradient(#ff7200,#ff9c4c) !important;
	background: -o-linear-gradient(#ff7200,#ff9c4c) !important;
	background: linear-gradient(top,#ff7200,#ff9c4c) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff9c4c), color-stop(0.00, #ff7200)) !important;
	-pie-background: linear-gradient(#ff7200,#ff9c4c) !important;
	behavior: url(js/PIE.htc);
}
a.f-top-btn-white{
  color:#555;
  width: 428px;
	height: 37px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px rgba(0,0,0,.2);
	box-shadow: 2px 2px rgba(0,0,0,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #bdb8ac 2px 2px 0px;
	-moz-box-shadow: #bdb8ac 2px 2px 0px;

	background:#e7e7e7;
	background: -webkit-linear-gradient(top, #e6e7e9, #e4e5e7) !important;
	background: -moz-linear-gradient(#e6e7e9,#e4e5e7) !important;
	background: -ms-linear-gradient(#e6e7e9,#e4e5e7) !important;
	background: -o-linear-gradient(#e6e7e9,#e4e5e7) !important;
	background: linear-gradient(top,#e6e7e9,#e4e5e7) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e4e5e7), color-stop(0.00, #e6e7e9)) !important;
	-pie-background: linear-gradient(#e6e7e9,#e4e5e7) !important;
	behavior: url(js/PIE.htc);
}
a.f-bottom-btn{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size:21px;
    font-weight:bold;
    text-align: center;
    width: 275px;
	height: 42px;
    margin:10px 10px 120px 10px;
    padding-top:15px;
    text-shadow: -1px -1px rgba(0,0,0,.50);
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #bdb8ac 2px 2px 0px;
	-moz-box-shadow: #bdb8ac 2px 2px 0px;
	box-shadow: #bdb8ac 2px 2px 0px;
	background:#FF7200;
	background: -webkit-linear-gradient(top, #ff9c4c, #ff7200) !important;
	background: -moz-linear-gradient(#ff9c4c,#ff7200) !important;
	background: -ms-linear-gradient(#ff9c4c,#ff7200) !important;
	background: -o-linear-gradient(#ff9c4c,#ff7200) !important;
	background: linear-gradient(top,#ff9c4c,#ff7200) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7200), color-stop(0.00, #ff9c4c)) !important;
	-pie-background: linear-gradient(#ff9c4c,#ff7200) !important;
	behavior: url(js/PIE.htc);
}
a.f-top-btn{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size:21px;
    font-weight:bold;
    text-align: center;
    width: 428px;
	height: 37px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px rgba(0,0,0,.2);
	box-shadow: 2px 2px rgba(0,0,0,.2);
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.2), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.2), rgba(255,255,255,0));
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,.2), rgba(255,255,255,0));
	background-image: linear-gradient(to top, rgba(255,255,255,.2), rgba(255,255,255,0));
    margin:45px 10px;
    padding-top:10px;
    behavior: url(js/PIE.htc);
}

.fl-l-l{
	float:left;
	text-align:left;
}

div.f-top-btn-box01{
	width:99%;
  text-align: center;
}

.h2-f-bg{
	width:980px;
  background:#f0f0f0;
  border:1px solid #cccccc;
  color:#555;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #32c4cd;
  padding:5px 0;
}
.h2-f-bg img{
  float: left;
  width:25px;
  margin:0px 5px 0px 5px;
  top:-2px;
}
.h2-f-bg .adjust {
  margin-top: 2px!important;
}
.h2-f-bg span{
	display:block;
	margin-top:-2px;
}

.frm-pro-pink-box{
	display:block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	border: 1px dashed #b2b2b2;
	background: #fef4f8;
	margin: 0px auto 15px auto;
}
.frm-pro-p,.frm-pro-pink-box{
	max-width: 96.5%;
}
.frm-pro-p{
	margin: 0 auto;
	margin-bottom: 15px;	
}
/* form */
.frm-box01{
  width:980px;
  margin:20px 0 50px 0;

}
table{
    font-size: 14px;
	width: 100%;
	margin:0 0 20px 0;
    border-collapse: collapse;
	border-bottom: 1px solid #ccc;
} 

.table .td-width{
	width:650px;
	vertical-align:middle;
}
.table td, .table th{
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #ccc;
    border-collapse: collapse;
    font-size: 14px;
    vertical-align: top;
	padding:15px 15px 15px 15px;
}
.table td.va-baseline{
    vertical-align: baseline;
}
.frm-ttl {
	font-weight:bold;
	background-color:#f8f5ed;
/*	padding-left:15px;*/

}
select{
   border:1px solid #333;
}
.mini-txtw{width:220px;}
.ml20{margin-left:20px;}
.cbo-sm{width:125px;}
input[type="checkbox"],select,input[type="text"]{
  margin: 0px 5px 0px 0px;
}
input[type="text"]{
  border: 1px solid #666;
  padding:0 10px;
  height:2em;
  line-height:2em;
}
input[type="radio"]{
  margin: 0 5px;
  vertical-align:-1px;
  height:15px;
}

label{
  vertical-align: middle;
  height:2.5;
  line-height:2.5em;
}

td .va-middle{
  vertical-align: middle;
}
.txt-gray{
   color: #555;
   font-weight:normal;
   font-size:12px;
}
.txt-blue{color:#1d8ce2; font-size:12px;}

.frm-pro-sm-block{
	display: inline-block;	
	margin: 5px 50px 5px 0;
}
.frm-pro-sm-block-pdf{
	display: inline-block;	
	margin: 5px 0px 5px 0;
}
.frm-pro-smblock-60{width: 400px;}
.frm-pro-btn-gray{
	margin: 5px 0px 0px -7px;
	color: #555;
	font-size: 11px;
	height: 30px;
	display: inline-block;	 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	background-color: #f4f4f4; 
	-webkit-box-shadow: 2px 2px rgba(0,0,0,.2); 
	-moz-box-shadow: 2px 2px rgba(0,0,0,.2); 
	box-shadow: 2px 2px rgba(0,0,0,.2); 
	border: solid 1px #dcdcdc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:5px 3px 0 3px;
	text-align: center;
	text-decoration: none;
	behavior: url(js/PIE.htc);
}
.frm-pro-btn-gray:hover,.frm-pro-btn-gray:focus,.frm-pro-btn-gray:active{
	text-decoration: underline;
	color: #555;
}
.frm-pro-fl{
	display: inline-block;
	margin-right: 2%;
	margin-top:5px;
	width: 47%;
}
.frm-pro-vt{
	vertical-align: top;
}
.frm-pro-pci-smb{display: inline-block !important; width: auto !important;}
.frm-pro-pci-smb select{margin-top:-5px !important;}
.frm-pro-smi{display: inline !important; }
.frm-pro-mb5{ margin-bottom: 5px  !important;}
.margin-yes{margin-right:40px;}
.margin-no{margin-right:20px;}
span.label{width:80px;display:inline-block;}
textarea.txt-w432{ width:535px;}
textarea.txt-w620{ width:620px;}

/* footer */

#f-footer{
  width:100%;
  min-width:320px;
  background-color:#333;
  text-align:center;
  color:#fff;
  font-size:12px;
  padding:10px 0;
}

#complete #f-footer{
	position: absolute;
  bottom: 0;
}
div.rd-block{ 
	display:inline-block;
	width:100px;
	}
div.rd-block input[type="radio"]{
	margin-right:10px;
}
input[type="text"],select{
	height:2em;
	line-height:2em;
}

.txt-w75{width:75px;}
.txt-w475{width:465px; }
.txt-w270{ width:260px;}
.mr40{margin-right:40px;}	
.txt-w335{width:305px;}
.txt-w250{width:222px;}
.frm-pro-txt-smblock{width:280px;}
.td-2nd-row{ width:480px; float:right; margin-top:-5px; line-height:40px; }
.td-2nd-row01{ display:inline-block; float:right; width:85%;}
.txt-w390{width:362px;}
.txt-w432{width:404px;}
div.cbo-w150{width:150px; display:inline-block; line-height:30px;}
textarea{border:1px solid #555; }
.ta-w680{width:632px; height:140px;}
.f-btn-bottom-cont01{text-align:center;}
.sp-block{display:inline-block;}
div.rd-gp{display:inline-block;width:120px; margin-bottom:10px;}
div.rd-gp01{display:inline-block; width:100px;}
div.rd-gp02{display:inline-block; width:150px;}
div.rd-gp03{display:inline-block; width:140px; margin-bottom:10px;}
.frm-pro-nrm{font-weight:normal;}
.mg-tp{vertical-align:top;}
.blg-fev{
		width:100%;
		overflow:hidden; 
		margin-bottom:30px;
		behavior: url(js/PIE.htc);
	}
.blg-fev .blg-fev-pc{
	width:448px;
	border:1px solid #ccc;
	background:#f8f5ed;
	float:left;
	height:380px;
	text-align:center;
	margin-right:3%;
	padding:10px;
	-pie-background: #f8f5ed;
	behavior: url(js/PIE.htc);
	}

.blg-fev-pc-1 {
	width:453px;
	border:1px solid #ccc;
	background-color:#f8f5ed;
	float:left;
	height:496px;
	text-align:center;
	margin-right:3%;
	padding:10px;
	}
.blg-fev-pc-2 {
	width:29%;
	border:1px solid #ccc;
	background-color:#f8f5ed;
	float:left;
	height:450px;
	text-align:center;
	margin-right:3%;
	padding:10px;
	}
.blg-fev-pc-3 {
	width:29%;
	border:1px solid #ccc;
	background-color:#f8f5ed;
	float:left;
	height:480px;
	text-align:center;
	margin-right:3%;
	padding:10px;
	}
.blg-fev-pc-confirm {	
	width:448px;
	border:1px solid #ccc;
	background:#f8f5ed;
	float:left;
	height:350px;
	text-align:center;
	margin-right:3%;
	padding:10px;
	}
.blg-fev .noright { margin-right:0px;}
.tcbold { 
	font-weight:bold;
	font-size:16px;
}
.bgwhite {
	height:190px;
	width:92%;
	margin:0 auto;
	background-color:#fff;
	}
.txtfev{
	margin-top:6px !important;
	width:41%;
	padding:0 !important;
	height: 175.2px !important;
	background:#eee;
	border-color:#D2D2D2 !important; 
	}
p.txt-alinge {
	text-align:left;
	font-size:13px;
	line-height:165%;
	margin:7px 0 0 12px;
	width:92%;
}
div.nam-con {
	float:left;
	width: 165px;
	}
 input.box-put-nam { width:40%}
.question {
	width:627px;
	height:87px; 
	border:1px solid #555;
}
	 
#form-box{ padding:0 5px; }
.inner-white{
	  width:98%;
/*	  height:230px;*/
	  margin:0 auto;
	  text-align:center; 
	  behavior: url(js/PIE.htc);
	  
  
 }
 .inner-white img{
  margin-top: 6px 0 0 10px;
  float:right;
  padding:0;
 }
  	.inner-white p{
 		overflow:hidden;
 		text-align:left;
 		margin:5px 0 0 0;
 	}
 .txtfev{
  margin-top:6px !important;
  width:41%;
  padding:0 !important;
  height: 175.2px;
  background:#eee;
  border-color:#D2D2D2 !important; 
 }
 .text-fev{
  font-size:13px;
  margin:10px 10px 0 13px ;
  line-height:1.7;
}
 .dark-pink{color:#906; font-weight:bold}
a.btn-fev{
 display:block;
  width:140px;
  height: 20px;
  font-size:15px;
  padding-top: 4px;
  padding: 7px 20px 5px 20px;
  margin: 0 auto;
  margin-bottom:-10px;
  float:none;
  color: #fff;
font-weight: bold;
  text-shadow: -1px -1px rgba(0,0,0,.50);
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #bdb8ac 2px 2px 0px;
	-moz-box-shadow: #bdb8ac 2px 2px 0px;
	box-shadow: #bdb8ac 2px 2px 0px;
	background: #FF7200;
	background: -webkit-linear-gradient(top, #ff9c4c, #ff7200) !important;
	background: -moz-linear-gradient(#ff9c4c,#ff7200) !important;
	background: -ms-linear-gradient(#ff9c4c,#ff7200) !important;
	background: -o-linear-gradient(#ff9c4c,#ff7200) !important;
	background: linear-gradient(top,#ff9c4c,#ff7200) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7200), color-stop(0.00, #ff9c4c)) !important;
	-pie-background: linear-gradient(#ff9c4c,#ff7200) !important;
	behavior: url(js/PIE.htc);
 }
 .btn-bottom{
  width:100%; 
  margin:0 auto;
  margin-top:10px;
  margin-bottom:120px;
  text-align:center !important;
  padding:0;

 }
 .btn-bottom a{
  display:inline-block;
  margin:0 50px;
  
 }
 .btn-return:hover{
  color: #fff; 
 }

 .btn-return{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ff7200;
	font-size: 20px;
	color: #fff;
	font-weight:bold;
	height:36px;
	line-height:2.1;
	  padding:9px 0 9px 0;
	 width:290px;
	 margin-top:0px !important;
	 text-decoration:none;
	text-shadow: -1px -1px rgba(0,0,0,.50);
text-decoration: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: #bdb8ac 2px 2px 0px;
-moz-box-shadow: #bdb8ac 2px 2px 0px;
box-shadow: #bdb8ac 2px 2px 0px;
background: #ccc;
background: -webkit-linear-gradient(top, #999, #ccc) !important;
background: -moz-linear-gradient(#ccc,#999) !important;
background: -ms-linear-gradient(#ccc,#999) !important;
background: -o-linear-gradient(#ccc,#999) !important;
background: linear-gradient(top,#ccc,#999) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #999), color-stop(0.00, #ccc)) !important;
-pie-background: linear-gradient(#ccc,#999) !important;
behavior: url(js/PIE.htc);
}
.transm{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ff7200;
	font-size: 26px;
	color: #fff;
	font-weight:bold;
	height:36px;
	  padding:9px 0 9px 0;
	 width:290px;
	 margin-top:0px !important;
	 text-decoration:none;
	text-shadow: -1px -1px rgba(0,0,0,.50);
text-decoration: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: #bdb8ac 2px 2px 0px;
-moz-box-shadow: #bdb8ac 2px 2px 0px;
box-shadow: #bdb8ac 2px 2px 0px;
background: #FF7200;
background: -webkit-linear-gradient(top, #ff9c4c, #ff7200) !important;
background: -moz-linear-gradient(#ff9c4c,#ff7200) !important;
background: -ms-linear-gradient(#ff9c4c,#ff7200) !important;
background: -o-linear-gradient(#ff9c4c,#ff7200) !important;
background: linear-gradient(top,#ff9c4c,#ff7200) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7200), color-stop(0.00, #ff9c4c)) !important;
-pie-background: linear-gradient(#ff9c4c,#ff7200) !important;
behavior: url(js/PIE.htc);
}
 .transm:hover{color:#fff;}
 .btn-back-top-cmp{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ff7200;
	-webkit-box-shadow: 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px rgba(0,0,0,.2);
	box-shadow: 2px 2px rgba(0,0,0,.2);
	font-size: 20px;
	color: #fff;
	font-weight:bold;
	 padding:13px 0 13px 0; 
	 width:290px;
	 margin-top:10px !important;
	text-decoration:none;
		text-shadow: -1px -1px rgba(0,0,0,.50);
text-decoration: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: #bdb8ac 2px 2px 0px;
-moz-box-shadow: #bdb8ac 2px 2px 0px;
box-shadow: #bdb8ac 2px 2px 0px;
background: #FF7200;
background: -webkit-linear-gradient(top, #ff9c4c, #ff7200) !important;
background: -moz-linear-gradient(#ff9c4c,#ff7200) !important;
background: -ms-linear-gradient(#ff9c4c,#ff7200) !important;
background: -o-linear-gradient(#ff9c4c,#ff7200) !important;
background: linear-gradient(top,#ff9c4c,#ff7200) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7200), color-stop(0.00, #ff9c4c)) !important;
-pie-background: linear-gradient(#ff9c4c,#ff7200) !important;
behavior: url(js/PIE.htc);
}
 .btn-back-top-cmp:hover{color:#fff;}

.p-margin1{margin:20px 0;}

/*--------------------2014.12.09.aoki----------------------------*/
div.member{
	text-align:left;
	margin:7px 0px 7px 0px;
	line-height:24px;
}

span.element {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#cc0000;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		margin-right:3px;
		padding:1px 0px 1px 0px;
		white-space:nowrap;
}

span.junior {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#ff8a00;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		margin-right:3px;
		padding:1px 0px 1px 0px;
		white-space:nowrap;
}

span.high {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#22ac38;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		margin-right:3px;
		padding:1px 0px 1px 0px;
		white-space:nowrap;
}

span.college {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#004986;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		margin-right:3px;
		padding:1px 0px 1px 0px;
		white-space:nowrap;
}
span.tecsch {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#09A2AD;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		margin-right:3px;
		padding:1px 0px 1px 0px;
		white-space:nowrap;
}

span.fresh {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#00b7ee;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		margin-right:3px;
		padding:1px 0px 1px 0px;
		white-space:nowrap;
}

span.family {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#ea68a2;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		margin-right:3px;
		padding:1px 0px 1px 0px;
		white-space:nowrap;
}

span.other {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#920783;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		margin-right:3px;
		padding:1px 0px 1px 0px;
		white-space:nowrap;
}

span.another {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#920783;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		padding:1px 0px 1px 0px;
		margin-right:3px;
}

div.white-txt{
	width:55%;
}

.blg-fev .blg-fev-pc-r{
	width:458px;
	border:1px solid #ccc;
	background:#f8f5ed;
	float:left;
	height:50px;
	text-align:center;
	padding:10px;
	-pie-background: #f8f5ed;
	behavior: url(js/PIE.htc);
	}
 /*--------------------2014.12.17----------------------------*/
div.contents{text-align:left;font-size:14px;width:270px;}
div.contents02{text-align:left;font-size:14px;width:100%;}

img.fit{
	width:160px;
	border:1px solid #dddddd;
}

/*--------------------2015.12.28.aoki-----------------------*/
.photo{
	margin:0 30px;
	width: 30%;
	padding:5px;
	text-align:center;
	border:1px solid #ccc;
	border-radius: 8px;
	background-color: rgba(51, 51, 51, 0);
	background-image: -webkit-linear-gradient(90deg, #dddddd 0%, #e9e9e9 35%, rgba(255, 255, 255, 0.30196100000000003) 100%);
	background-image: -moz-linear-gradient(90deg, #dddddd 0%, #e9e9e9 35%, rgba(255, 255, 255, 0.30196100000000003) 100%);
	background-image: -o-linear-gradient(90deg, #dddddd 0%, #e9e9e9 35%, rgba(255, 255, 255, 0.30196100000000003) 100%);
	background-image: linear-gradient(0deg, #dddddd 0%, #e9e9e9 35%, rgba(255, 255, 255, 0.30196100000000003) 100%);
	
}
/*--------------------2017.3.16.aoki-----------------------*/
div.inner-white p.degi_btn{
    font-weight: bold;
    box-shadow: rgb(189, 184, 172) 2px 2px 0px;
    border-radius: 4px;
	background-color: #333;
	padding:5px;
	margin:0 0 10px 0;
	text-align: center;
}

div.inner-white p.degi_btn a{
	text-decoration: none;
	color: #fff; 
}
.txt-orange{
  	color:#ff7200; 
 }

/*------------------2017.05.29.aoki--------------------------*/
a.f-p-bottom-btn:before{
  font-family: FontAwesome;
  content:'\f054';
  padding-right:5px;
	margin-top: 10px;
	display: block;
	float: left;
	margin-left: 70px;
}
a.f-p-top-btn-orange{
  	background-color: #ff7a0f;
    color:#fff;
    width: 428px;
	height: 37px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px rgba(0,0,0,.2);
	box-shadow: 2px 2px rgba(0,0,0,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #bdb8ac 2px 2px 0px;
	-moz-box-shadow: #bdb8ac 2px 2px 0px;
	box-shadow: #bdb8ac 2px 2px 0px;
	background:#FF7200;
	background: -webkit-linear-gradient(top, #ff7200, #ff9c4c) !important;
	background: -moz-linear-gradient(#ff7200,#ff9c4c) !important;
	background: -ms-linear-gradient(#ff7200,#ff9c4c) !important;
	background: -o-linear-gradient(#ff7200,#ff9c4c) !important;
	background: linear-gradient(top,#ff7200,#ff9c4c) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff9c4c), color-stop(0.00, #ff7200)) !important;
	-pie-background: linear-gradient(#ff7200,#ff9c4c) !important;
	behavior: url(js/PIE.htc);
}
a.f-p-bottom-btn{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size:14px;
    font-weight:bold;
    text-align: left;
    width: 275px;
	height: 47px;
    margin:10px 10px 120px 10px;
    padding-top:15px;
    text-shadow: -1px -1px rgba(0,0,0,.50);
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #bdb8ac 2px 2px 0px;
	-moz-box-shadow: #bdb8ac 2px 2px 0px;
	box-shadow: #bdb8ac 2px 2px 0px;
	background:#FF7200;
	background: -webkit-linear-gradient(top, #ff9c4c, #ff7200) !important;
	background: -moz-linear-gradient(#ff9c4c,#ff7200) !important;
	background: -ms-linear-gradient(#ff9c4c,#ff7200) !important;
	background: -o-linear-gradient(#ff9c4c,#ff7200) !important;
	background: linear-gradient(top,#ff9c4c,#ff7200) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7200), color-stop(0.00, #ff9c4c)) !important;
	-pie-background: linear-gradient(#ff9c4c,#ff7200) !important;
	behavior: url(js/PIE.htc);
	line-height: 1.3;
}
/*--2018.09.19.aoki--*/
span.bg-soft-blue { 
	background-color:#76cbda;
	padding:0 5px;
	font-size:14px;
	display: inline-block !important;
}

/* ---------------------------------End of PC css --------------------------- */
@media only screen and (orientation : landscape){
	#container{
		width:auto;
		height:auto;
	}
	#top-header{
		width:auto;
		height:auto;
	}
}
@media only screen and (orientation : portrait){
	#container{
		width:auto;
		height:auto;
	}
	#top-header{
		width:auto;
		height:auto;
	}
}
@media screen and (max-width: 640px){
	.table td.sp-hide{display:none !important;}
	.main-box{
		padding:0 5px !important;
	}
#f-header{
	width:100%;
    padding-bottom: 0px;
}
	h1.f-h1-bg{
	width:99.8%;
	font-size:17px;
	padding:8px 0 5px 0px;
	height:27px;
	margin:15px 0 5px 0 ;
}
h1.f-h1-bg img{
	width:10px;
	height:30px;
	margin:-3px 10px 0 5px;
	float:left;
}
a.f-top-btn{
    font-size:21px;
    font-weight:bold;
    text-align: center;
    width: 46%; 
	padding:8px 0 1px 0;
    margin:45px 2.5px;
}

div.cbo-w150{width:250px; display:inline-block; line-height:30px;}
.txt-w60{width:58%;}

.td-2nd-row{ float:none; margin:0 !important; line-height:25px; width:auto;}
.td-2nd-row01{ display:block; float:none; width:90%; margin-left:25px; }
span.sp-just{display:block;margin-left:35px; margin-top:-15px; line-height:2.6em;}
.txt-w335,.txt-w250,.txt-w390,.txt-w432,.ta-w680,.txt-w475,.txt-w270, .txt-w60, .frm-pro-txt-smblock{width:95%;}
.twt-w60-mini{width:490px !important;}
.ml20{ margin:15px 0 0 0 !important;}
.table th{
	overflow:hidden;
	display:block !important;
	border:none;
	padding: 10px;
}
.table td{
	overflow:hidden;
	width:95%;
	display:block !important;
	border:none;
	padding: 10px;
}
.table .td-width {
	width:95%;
}
.table td.frm-bg-gray{ background-color:#efe9d8 !important; width:100%;}
.frm-bg-light-gray{
	background-color:#f8f5ed !important;
	padding-left:20px !important;
}
.table td.bd-top-sp{ border-top:1px solid #efe9d8 !important; width:100% !important;}
.table td.bd-top-sp .txt-w250{width:90% !important;}
 div.bd-top-sp{border-top:1px solid #efe9d8 !important; width:100%; margin-left:-20px;}

table{
    width: 100%;
    clear: both;
    font-size: 13px !important;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #ccc;
	}
	.table thead{
	    display: none;
	}
	.table tbody{
	    display: block;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.table tbody tr{
	    display: block;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow:hidden;
	}
	
	.frm-pro-sm-block{
		display: block;	
		margin: 10px 10px 10px 0;
	}
	.frm-pro-sm-block-pdf{
		display: block;	
		margin: 10px 10px 10px 0;
	}
	.sp-line-height{line-height:0.7; margin-bottom:20px;}
	.sp-mt15{margin-top:15px !important;}
	.frm-pro-smblock-60{width: 445px;}
	.frm-pro-btn-gray{
		float: right;
		margin: -5px 30px 0 0;
	}
	.frm-pro-pci-smb{display: block !important; width: 96.5% !important; line-height:3em; margin-top:-10px;}
	.spmt-passport{margin-top:0px;}
	div.rd-gp{display:inline-block;width:170px; margin-bottom:10px;}
	div.rd-gp01{display:inline-block; width:170px; margin-bottom:10px;}
	div.rd-gp02{display:inline-block; width:170px;}
	div.rd-gp03{display:inline-block; width:170px; margin-bottom:10px;}
	textarea.txt-w420, textarea.txt-w432{ width:525px; }
	textarea.txt-w420{height:100px;}
	textarea.lg-height{ height:150px;}
	span.label{display:block;}
	.blg-fev{
		width:100%;
		display:block;
	}
	.blg-fev .blg-fev-pc{
		width:90%;
		border:1px solid #ccc;
		background-color:#f8f5ed;
		float:none;
		margin:0 auto;
		height:auto;
		overflow:hidden;
		margin-bottom:20px;
		padding:5px 10px;
	 }
	 .blg-fev-pc-1 {
		 width:90%;
		border:1px solid #ccc;
		float:none;
		margin:0 auto;
		height:250px;
		margin-bottom:30px;
	 }
	 .blg-fev-pc-2 {
		 width:90%;
		border:1px solid #ccc;
		float:none;
		margin:0 auto;
		height:300px;
		margin-bottom:30px;
	 }
	 .blg-fev-pc-3 {
		 width:90%;
		border:1px solid #ccc;
		float:none;
		margin:0 auto;
		height:360px;
		margin-bottom:30px;
	 }
	 .bgwhite {
		height:190px;
		width:92%;
		margin:0 auto;
		background-color:#fff;
	}
	.txtfev{
		 margin-top:6px !important;
		 width:115px;
		 padding:0 !important;
		 height: 125px !important;
		 background:#eee;
		 border-color:#D2D2D2 !important;
		float:left;
	}
	 p.txt-alinge {
	 	text-align:left;
		font-size:12px;
		line-height:165%;
		margin:7px 0 0 12px;
		width:92%;
	
	 }
	 div.nam-con {
		 float:left;
		width: 165px;
	 }
	 input.box-put-nam { width:40%}
	 .question {
		width:627px;
		height:87px; 
		border:1px solid #555;
	 }
	 
	 #form-box{ padding:0 5px; }
	.inner-white{
	  height:auto;
	/*  width:auto;*/
	  float:left;
  
 }

 .inner-white img{
  margin: 6px 0 0 10px;
	float:right;
	width:80px;
	background: #f8f5ed;
	padding:0;
	 }
 	.inner-white p{
 		overflow:hidden;
 		text-align:left;
 		margin:5px 0 0 0;
 	}
 .text-fev{
  font-size:13px;
  margin:10px 0px 0 0px ;
  line-height:1.7;
  float: left;
  /* width:69% !important; */
  overflow: hidden;

 }

 .sp-fl{margin-top:-130px !important;}
 .blg-fev .noright {margin:0 auto 10px auto;}
 h2 span{display:block; margin-left:35px;}
 
  .txtfev-sp{
  margin-top:6px !important;
  margin-left:13px !important; 
  width:40%;
  padding:0 !important;
  height: 125px !important;
  background:#eee;
  border-color:#D2D2D2 !important;
  float:left;
  
 }
 .btn-bottom{
  width:100%; 
  margin:0 auto;
  margin-bottom:60px;
  text-align:center !important;
 }
 .btn-bottom a{
  display:block;
  margin:20px auto;
  
 }

	div.rd-block{ 
		display:block;
	}
	.rd-ml{ display:block;margin-left:25px;}
	.f-top-btn-box01 a:last-child{margin-left:5px;}
	a.f-top-btn{ 
		font-size: 13px;
		padding: 7px 5px 0px 5px;
		height: 25px;
		width: 45%;
		margin:10px 0 20px 0;
		}
	.h2-f-bg{width:99%;font-size:16px; padding:5px 5px 5px 0;}
	.h2-f-bg span{display:block;overflow:hidden; padding:0; margin:0;}
	a.f-top-btn:before{ padding-right:5px;}

	textarea.txt-w432, textarea.txt-w420,  textarea.txt-w620{width:99%;}
	textarea.txt-w620 ,textarea.ta-w680{width:99%;}
	.twt-w60-mini{width:220px !important;}
	div.cbo-w150{display:block;}
	
	input[type="text"] {font-size:14px;}
	
	input[type="text"].sm-w{ width:117px;}
	input[type="text"].input-year{ width:60px;}
	
	
	.frm-pro-pink-box{padding:10px;}
	h2 span{display:block; margin-left:35px;}
	.sp-mt15{margin-top:15px !important; }
	.frm-pro-smblock-60{width: 191px;}
	div.rd-gp, div.rd-gp01, div.rd-gp02{display:block;margin-bottom:10px;}
	.mini-txtw{width:110px;}
	span.sp-txt-br{display:block; margin-left:25px;}
	div.rd-gp03{display:block; width:170px; margin-bottom:10px;}
	
	.blg-fev{
		width:100%;
		display:block;
		margin-bottom:10px;
	}

	 .blg-fev-pc-1 {
		 width:90%;
		 height:auto;
		 overflow:hidden;
		 margin-bottom:20px;
		 padding:5px 10px;

	 }
	 .blg-fev-pc-confirm {
		 width:90%;
		 height:auto;
		 overflow:hidden;
		 margin-bottom:20px;
		 padding:5px 10px;

	 }
	 .bgwhite {
		height:190px;
		width:50%;
		margin:0 auto;
		background-color:#fff;
	}
	.txtfev{
		 margin-top:6px !important;
		 width:90px;
		 padding:0 !important;
		 height: 125px !important;
		 background:#eee;
		 border-color:#D2D2D2 !important;
		float:left;
	}

	 div.nam-con {
		 float:left;
		width: 165px;
	 }
	 input.box-put-nam { width:40%}
	 .question {
		width:627px;
		height:87px; 
		border:1px solid #555;
	 }
	 
	 #form-box{ padding:0 5px; }
	 
	 .frm-box01 {
width: 100%;
margin: 10px 0 30px 0;
}



.btn-fev{
  margin:5px 0 -10px 0px;

 }

 .sp-fl{margin-top:-100px !important;}
 .blg-fev .noright {margin:0 auto 10px auto;}
 
 .txtfev-sp{
  width:28%;
  height: 135px !important;
 }
 span.sp-adjust{display:block; margin-left:25px;}

 .p-margin1{margin:10px 0;}
 .tcbold {
font-weight: bold;
font-size: 14px;
}
input[type="text"]{
  padding:0 5px;
}

a.f-bottom-btn{
	margin: 0 10px 70px 10px
}

.btn-return{
	position: relative;
	top:70px;	
}

.transm{
	position: relative;
	top:-80px;	
}
.cbo-ms{width:auto;}
.mt20{margin-top:10px !important;}
.mt30{margin-top:15px !important;}
.mt40{margin-top:20px !important;}
.spmt-15{margin-top:-15px !important;}
.spmt-20{margin-top:-20px !important;}
.sp-font-small{font-size:12px;}
.p-complete-address{margin-top:10px;}
.p-complete-toiawase{margin-top:25px;}
.btn-complete{margin-top:40px !important; margin-bottom:140px;}
#logo img{width: 300px;height: 19px;}

.reserve02-line-height label{clear:both; line-height:1; padding-bottom:20px;}

.reserve02-line-height input{float:left; width:15px;}
.reserve02-line-height p{float:left; width:90%; line-height:110%;}

.select-year{margin-right:0px;}
.frm-pro-mb5{ margin-bottom: 5px  !important; margin-right:0px;}
.sp-pet-margin{display:block; margin-top:-30px !important;}
.margin-yes, .margin-no{margin-bottom:10px;}

button, fieldset, form, input, label, legend, select, textarea {  
vertical-align:baseline;
}  

input[type="text"]::-ms-clear {
    display: none !important;
}
input::-ms-clear {
    visibility:hidden;
}

/*--------------------2014.12.09.aoki----------------------------*/
div.member{
	text-align:left;
	line-height:24px;
	width:90%;
}

span.element {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#cc0000;
		color:#fff;
		font-size:14px;
		font-weight:bold;
		margin-right:5px;
		white-space:nowrap;
		padding:2px 0px 2px 0px;
}

span.junior {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#ff8a00;
		color:#fff;
		font-size:14px;
		font-weight:bold;
		margin-right:5px;
		margin-bottom:1px;
		white-space:nowrap;
		padding:2px 0px 2px 0px;
}

span.high {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#22ac38;
		color:#fff;
		font-size:14px;
		font-weight:bold;
		margin-right:5px;
		white-space:nowrap;
		padding:2px 0px 2px 0px;
}

span.college {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#004986;
		color:#fff;
		font-size:14px;
		font-weight:bold;
		margin-right:5px;
		white-space:nowrap;
		padding:2px 0px 2px 0px;
}

span.tecsch {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#09A2AD;
		color:#fff;
		font-size:14px;
		font-weight:bold;
		margin-right:5px;
		white-space:nowrap;
		padding:2px 0px 2px 0px;
}

span.fresh {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#00b7ee;
		color:#fff;
		font-size:14px;
		font-weight:bold;
		margin-right:5px;
		white-space:nowrap;
		padding:2px 0px 2px 0px;
}

span.family {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#ea68a2;
		color:#fff;
		font-size:14px;
		font-weight:bold;
		margin-right:5px;
		white-space:nowrap;
		padding:2px 0px 2px 0px;
}

span.other {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#920783;
		color:#fff;
		font-size:14px;
		font-weight:bold;
		margin-right:5px;
		white-space:nowrap;
		padding:2px 0px 2px 0px;
}

span.another {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#920783;
		color:#fff;
		font-size:14px;
		font-weight:bold;
		margin-right:5px;
		padding:2px 0px 2px 0px;
}

div.white-txt{
	width:70%;
	float:left;
}

.blg-fev .blg-fev-pc-r{
	width:90%;
	border:1px solid #ccc;
	background-color:#f8f5ed;
	float:none;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
	padding:5px 10px;
}

img.fit{
	width:80px;
	float:right;
}


div.contents{
	width:100%;
	text-align:left;
}
/*--------------------2015.12.28.aoki-----------------------*/
.radios {
    display:inline-block;
    margin:0;
    padding:0;
    clear:both;
}
.radios li {
    display:inline-block;
    position:relative;
    float:left;
    list-style:none;
    border:solid 1px #ddd;
    border-right:none;
    overflow:hidden;
}
.radios li:first-child {
    border-radius:5px 0 0 5px;
}
.radios li:last-child {
    border-right:solid 1px #ddd;
    border-radius:0 5px 5px 0;
}
.radios label {
    display:block;
    min-width:4em;/*---調整箇所---*/
    text-align:center;
    background:#eee;
    background:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
    background:-moz-linear-gradient(top, #fff, #eee);
    border:solid 1px rgba(255,255,255,0.2);
    padding:4px;/*---調整箇所---*/
    text-shadow:0 1px 0 rgba(255,255,255,0.5);
}
.radios li:first-child label {
    border-radius:3px 0 0 3px;
}
.radios li:last-child label {
    border-radius:0 3px 3px 0;
}
.radios input[type=radio] {
    position:absolute;
    opacity:0;
    width:100%;
    height:100%;
    margin:0;
    cursor:pointer;
}
.radios input[type=radio]:checked {
    cursor:auto;
}
.radios input[type=radio]:checked + label {
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,0.2);
    border:solid 1px rgba(0,0,0,0.1);
    background:#666;
    background:-webkit-gradient(linear, left top, left bottom, from(#313131),to(#626262));
    background:-moz-linear-gradient(top, #333, #666);
}

}




/* ------------------- 20250304 ------------------- */

.cont-06-02{display:flex;width:960px;margin:40px auto;padding:0 0 20px;}
.cont-06-l{width:745px;}
.cont-06-l span{color:#ffa11b;font-size: 16px;font-weight: bold;}
.cont-06-l span.end-date02{text-decoration:line-through;font-weight:normal;color:#333;font-size: 16px;}
.cont-06-l-txt{font-size:16px;margin-left:15px;}
.cont-06-r{width:200px;}
.cont-06-r img{width:100%;height:auto;}
.pc{display:block;}
.sp{display:none}
.cont-06-02 p.pc{font-size:16px;line-height:1.8;}

@media screen and (max-width:768px) {
	.cont-06-02{display:block;width:100%;margin:40px auto;padding:0 0 20px;}
	.cont-06-l{width:96%;margin:10px auto;}
	.cont-06-l span{color:#ffa11b;font-size: 16px;font-weight: bold;}
	.cont-06-l span.end-date02{text-decoration:line-through;font-weight:normal;color:#333;font-size: 16px;}
	.cont-06-l-txt{font-size:16px;margin-left:15px;}
	.cont-06-r{display:none;}
	.pc{display:none !important;}
	.sp{display: block;}
	.cont-06-02 p.sp{font-size:16px;line-height:1.8;}
}



/* ------------------- 20251015 ------------------- */
.res_qr-inq{display: flex;justify-content: center;align-items: center;gap:30px;margin-top: 30px;}
.res_qr-inq p:nth-of-type(1) a{font-size:16px;font-weight: bold;}
.res_qr-inq p:nth-of-type(2){}
.res_qr-inq p:nth-of-type(2) img{width: 150px;height: auto;}

@media screen and (max-width:768px) {
	.res_qr-inq{display: block;margin:20px 2%;background-color: #f1f1f1;padding:10px 2%;}
	.res_qr-inq p:nth-of-type(1){width:100%;}
	.res_qr-inq p:nth-of-type(2){display: none;}

}

/* ------------------- 20260303 ------------------- */
.cont-06-l p.--courseNm{margin-top:30px;font-size: 16px;font-weight: bold;}
.txt16{font-size:16px;}
.--boderTop{border-top:1px dotted #666;padding-top:30px;}

@media screen and (max-width:768px) {
	.cont-06-l p.--linkSp{margin:20px auto;text-align: center;}
	.cont-06-l p.--linkSp span{border:1px solid #1b7980;padding:5px 15px;display: inline-block;text-align: center;color: #1b7980;}
	.cont-06-l p.--linkSp a:link{text-decoration: none;color: #1b7980;}
}

/* ------------------- 20260312 ------------------- */
.confirm-button {
    background-image: url('btn01.png'); /* 使用する画像のURLを指定 */
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    width: 277px; /* ボタンの幅を画像の幅に調整 */
    height: 59px; /* ボタンの高さを画像の高さに調整 */
    border: none; /* 枠線を取り除く */
    cursor: pointer; /* カーソルをポインターに変更 */
    text-indent: -9999px;  /* 文字を非表示にする */
}

.back-button {
    background-image: url('btn02.png'); /* 使用する画像のURLを指定 */
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    width: 292px; /* ボタンの幅を画像の幅に調整 */
    height: 56px; /* ボタンの高さを画像の高さに調整 */
    border: none; /* 枠線を取り除く */
    cursor: pointer; /* カーソルをポインターに変更 */
    text-indent: -9999px;  /* 文字を非表示にする */
}

.submit-button {
    background-image: url('btn03.png'); /* 使用する画像のURLを指定 */
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    width: 292px; /* ボタンの幅を画像の幅に調整 */
    height: 56px; /* ボタンの高さを画像の高さに調整 */
    border: none; /* 枠線を取り除く */
    cursor: pointer; /* カーソルをポインターに変更 */
    text-indent: -9999px;  /* 文字を非表示にする */
}

.error-msg{
    margin: 15px 0;
    color: red;
}

.to-home{
    margin-top: 20px;
    text-align: center;
}


@media screen and (max-width:400px) {
    td, label{
        display: block;
    }
}

.name-row {
    display: flex;
    gap: 15px; /* 姓と名の間の溝（スペース） */
  }
  .input-group label {
    display: block;
    line-height: 1;
    margin-bottom: 5px;
  }

  .input-group input {
    box-sizing: border-box; /* パディングを含めたサイズ計算 */
  }
