/* CSS Document */


body {
	margin: 0 ;
	padding: 0 ;
	font-size: 16px ;
	line-height: 1.618 ;
	color: #251E1C;
	font-family:'Meiryo','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;


}
.pc{
display:inline!important;
}
.sp{
display:none!important;
}


.wrapper {
	width: 900px;
	margin: 0 auto ;
	padding: 0 ;
}




/* ヘッダー */
.header {

	margin-top:25px;
}

.header .header_inner {
	width:900px;
	margin: 0 auto;
	padding-bottom:10px;
	}

.header .header_inner h1 {
	float:left;
	width:500px;
	}

.header .header_inner h1 img{
width:880px;	
}
h2{
width:880px;
background-color:#9C9C9C;
	color:#FFFFFF;
	padding:10px 10px;
	font-size:19px;
	font-weight:normal;
	line-height:100%;
}
#title{
	width:auto;
	border-bottom:1px dotted #9C9C9C;
	margin-bottom:20px;
}

#title span{

	padding:10px 5px;
	font-size:20px;
	line-height:100%;
	margin-top:15px;
	color: #333;
	display:block;


}






.margin_t30{
margin-top:30px;
}






/*table*/

 

.table{
	width:100%;
}

.table th  {
	width: 25%;
	text-align: left;
	background-color:#f2f2f2;
padding:15px;

border:5px #FFFFFF solid;

	}
.table th  p{
position:relative;	
}
	
.table td{
border:5px #FFFFFF solid;
padding:15px;

}
.table .chtitle{
	
	border-bottom:1px solid #9C9C9C;
	padding:3px 0;
	color:#333;
	font-weight:bold;
	margin-bottom:10px;


}


.table .net{
margin-bottom:30px;	
}
.table .know li{
width:50%;
float:left;
margin-bottom:5px;
}


.table th span{
position:absolute;
	line-height:1;
	font-size:12px;
display:inline-block;
padding:8px;
color:#FFFFFF;
right:0px;
border-radius:5px;
background-color:#ED7A7C;


}

.cap{
font-size:12px;
color:#B3B3B3;	
}


input[type="text"].zip{
width:100px;
}


.btn{
text-align:center;
margin-top:20px;
margin-bottom:40px;	
}

a.submit{
	line-height:1;
	text-decoration:none;
font-size:20px;
color:#fff;
background-color:#F49055;
display:inline-block;
border-radius:5px;
padding:10px 80px;
}

a.back{
	line-height:1;
	text-decoration:none;
font-size:20px;
color:#fff;
background-color:#BCBCBC;
display:inline-block;
border-radius:5px;
padding:10px 40px;
margin-right:15px;
}
a.back.pc{
	display:inline-block!important;
}
.thanks .box{
text-align:center;
	
}

.thanks .btn{
margin-bottom:500px;	
}
/* -----------------------------------------------------------
 text
----------------------------------------------------------- */
input[type=text]{
border: 1px solid #9C9C9C;
border-radius:3px; 
-webkit-border-radius:3px;
-moz-border-radius:3px;
padding-left:10px;
padding:8px;
width:80%;
}
label{
	padding-right:10px;
display:inline-block;
line-height:1;
vertical-align:middle;
}
input[type=checkbox] {
    width:18px;
    height:18px;
    vertical-align: middle;
}
input[type=radio] {
    width:18px;
    height:18px;
    vertical-align: middle;
}
textarea{
border: 1px solid #9C9C9C;
border-radius:3px; 
-webkit-border-radius:3px;
-moz-border-radius:3px;
padding-left:10px;
padding:8px;
width:80%;
height:100px;
}

/* -----------------------------------------------------------
 selectbox
----------------------------------------------------------- */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 2px;
  border:0;
  margin: 0;
  padding: 0;
  background:#FFFFFF;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
 padding:10px 15px;

}
.customselect{
	width:200px;
overflow: hidden;
border: 1px solid #9c9c9c;
border-radius:3px; 
-webkit-border-radius:3px;
-moz-border-radius:3px;



}

.customselect > select {
width: 120%;
background-image:url(../images/select_sankaku.png);
background-repeat: no-repeat;
background-position:right 80px center;
}


footer{
	padding-top:20px;
	padding-bottom:20px;
	   border-top: 1px solid #9c9c9c;
text-align:center;	
font-size:12px;
color:#666;
}



/* -----------------------------------------------------------
 ClearFix
----------------------------------------------------------- */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.error_message{
margin-top:5px;
color:#EF363A;	
}

.apply-form{
	width:900px;
	margin:auto;
}
.apply-form table.service{
	width:90%;
	margin:auto;
	border-collapse: collapse;
	margin-bottom: 50px;
}
.apply-form table.service tr th:first-child{
	width:5%;
	background-color: #C2F3FF;
}
.apply-form table.service tr th:nth-child(2){
	width:10%;
}
.apply-form table.service tr th{
	border-top: 1px solid #333;
     padding:10px;
	 font-weight: bold;
}
.apply-form table.service tr td.head{
	width:5%;
	writing-mode: vertical-rl;
	background-color: #C2F3FF;
	padding:10px 0;
	text-align: center;
}
.apply-form table.service tr td{
	border-top: 1px solid #333;
	padding:10px 0 10px 10px;
}
.apply-form table.service tr:last-child{
	border-bottom: 1px solid #333;
}
.apply-form table.service tr.noline td{
	border-top: none;
}
.apply-form table.service tr td.chk{
	text-align: center;
	width:10%;
}
.service-title{
	width:90%;
	font-size:30px;
	color:red;
	font-weight: bold;
	margin:40px auto 10px;
}
.fee-table{
	width:90%;
	margin:auto;
	font-size:24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.font-80{
	font-size:80%;
}
.apply-form table.prompt{
	width:90%;
	margin:auto;
	border-collapse: collapse;
}
.apply-form table.prompt tr td{
	font-size:15px;
	padding:6px 18px;
	border-top:1px solid #333;
	height: 40px;
}

.apply-form table.prompt tr:last-child td{
	border-bottom:1px solid #333;	
}
.apply-form table.prompt tr td:first-child{
	background-color: #C2F3FF;
	width:25%;
}
input[type="text"]{
	width:100%;
	height: 28px;
	padding:5px;
	border:1px solid #ddd;
}
.w-date{
	width:26%!important;
}
.post-num{
	width:34%!important;
}
textarea{
	width:100%;
}
.text-center{
	text-align: center;
}
.privacy-link{
	text-align: center;
	color:black;
}
.comform-btn{
	width: 350px;
    height: 45px;
    background: #2A02C6;
    border-radius: 40px;
    font-size: 17px;
    color: white;
    font-weight: bold;
    cursor: pointer;
	margin-top:30px;
	margin-bottom: 30px;
}
.apply-form .privacy-content{
	width:700px;
	margin:auto;
	height: 200px;
	margin-top:50px;
	margin-bottom: 30px;
	overflow: auto;
	border:1px solid #ddd;
}	
.apply-form .privacy-content .title{
	margin-top:10px;
	font-size:16px;
	text-align: center;
}
.apply-form .thank-txt{
	font-size:30px;
	font-weight: bold;
	color:rgb(250, 106, 43);
	text-align: center;
	margin-top:50px;
}
.apply-form .thank-txt-1{
	font-size:20px;
	font-weight: bold;
	color:rgb(84, 84, 84);
	text-align: center;
	margin-top:10px;
}
.f-img{
	width:100%;
}

.apply-form .pic{
	width:70%;
	margin:auto;
}
table.fee-comfirm{
	width:90%;
	margin:auto;
	border-collapse: collapse;
}

table.comfirm{
	width:100%;
	border-collapse: collapse;
}
table.comfirm tr td{
	padding:10px;
	border-top:1px solid #666;
}
table.comfirm tr td:first-child{
	width:30%;
	background-color: #C2F3FF;
}
table.fee-comfirm tr td:first-child{
	background-color: unset;
	width:70%;
}
table.fee-comfirm tr td{
	border:unset;
}
table.fee-comfirm tr:last-child{
	border-top:1px solid #666;
}
table.fee-comfirm tr:last-child td:first-child{
	text-align: right;
}