@charset "UTF-8";
/*
*******************************************************************************************************
# application
*******************************************************************************************************
*/

/* from common */
.cfx{
	zoom:1;
}

.cfx:after{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.cfx {
	display: inline-block;
}

.cfx {
	display: block;
}

.tac{
	text-align:center !Important;
}

.tal{
	text-align:left !importnt;
}

.tar{
	text-align:right !important;
}

.mt0{
	margin-top:0 !important;
}

.mt10{
	margin-top:10px !important;
}

.mt15{
	margin-top:15px !important;
}

.mt20{
	margin-top:20px !important;
}

.mt30{
	margin-top:30px !important;
}

.mthe{
	margin-top:0.5em !important;
}

.mt1he{
	margin-top:1.5em !important;
}

.pt0{
	padding-top:0 !important;
}

.ptb10{
	padding-top:10px !important;
	padding-bottom:10px !important;
}

/* override */

#main{
	padding-bottom:60px;
	margin:0 0 20px 0;
}

/* init */

select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
}

input[type="radio"]{
	display:none;
}

.customradio{
	display:inline-block;
	padding:0 0 0 35px;
	position:relative;
}


.customradio:before{
	position:absolute;
	display:block;
	width:24px;
	height:24px;
	content:"";
	top:50%;
	left:0;
	margin:-12px 0 0 0;
	border:solid 1px #999999;
	border-radius:50%;
	background:#ffffff;
	box-sizing:border-box;
	cursor:pointer;
}

.customradio.checked:after{
	position:absolute;
	display:block;
	width:12px;
	height:12px;
	content:"";
	top:50%;
	left:6px;
	margin:-6px 0 0 0;
	border-radius:50%;
	background:#ff0000;
	box-sizing:border-box;
	cursor:pointer;
}


input[type="checkbox"].customcheckbox {
	margin:0 15px 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing:border-box;
	border:solid 1px #999999;
	border-radius:2px;
	background:#ffffff;
	height:21px;
	width:21px;
	display:inline-block;
	cursor: pointer;
}

input[type="checkbox"].customcheckbox:checked {
	background-image: url("./check.svg");
	background-repeat: no-repeat;
	background-position: 0;
}

@media only screen and (max-width: 980px){

	input[type="checkbox"].customcheckbox {
		margin:0 10px 0 0;
	}

}

.customcheckbox_txt {
	display: block;
	padding: 0 0 0 36px;
	margin: -21px 0 0 0;
}

@media only screen and (max-width: 980px){

	.customcheckbox_txt {
		padding: 0 0 0 31px;
	}

}

/* application_campaign */

.application_campaign_tbox01{
	font-size:16px;
	line-height:1.5;
	padding:10px 20px;
	border:solid 1px #ff0000;
	border-radius:6px;
	margin:0 0 30px 0;
}

/* application */

.page_ttl{
	background:url('/application/img/img_mainv.jpg') no-repeat center 0;
	background-size:cover;
}

.application{
	width:960px;
	margin:0 auto;
}

.application_flow{
	width:790px;
	margin:60px auto 30px auto;
	display:none;
}

.application_flow.step_03{
	width:590px;
	display:none;
}

.application_flow li{
	float:left;
	width:200px;
}

.application_flow li.ri{
	width:190px;
}

.application_flow li p{
	display:table;
	width:160px;
}

.application_flow li p span{
	display:table-cell;
	height:60px;
	background:#cccccc;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#ffffff;
	position:relative;
}

.application_flow li p span.act{
	background:#000;
}

.application_flow li p span:after{
	position:absolute;
	top:0;
	left:100%;
	margin:0 0 0 0;
	border-left: 30px solid #cccccc;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	content: "";
	z-index:3;
}

.application_flow li p span.act:after{
	position:absolute;
	top:0;
	left:100%;
	margin:0 0 0 0;
	border-left: 30px solid #000;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	content: "";
	z-index:3;
}

.application_txt{
	font-size:16px;
	line-height:1.8;
}

.application_stxt{
	font-size:13px;
	line-height:1.5;
}

.application_stxt .link{
	display:inline-block;
	margin:0 0 0 2em;
}

.application_subt{
	font-size:16px;
	line-height:1.8;
	font-weight:bold;
}

.icn_his{
	color:#E83046;
}

.application_planselect{
	width:100%;
	margin:40px 0 0 0;
}

.application_planselect_txt{
	font-size:16px;
	line-height:1.5;
	margin:0 0 10px 0;
	font-weight: bold;
}

.application_planselect select{
	box-sizing:border-box;
	width:50%;
	border:solid 1px #999999;
	border-radius:6px;
	padding:0 20px;
	font-size:16px;
	line-height:58px;
	font-weight:bold;
}

.application_planselect select.error{
	background:#ffdddd;
}

.application_planselect select::-ms-expand {
	display: none;
}

.application_planselect div{
	display:inline;
	position:relative;
}

.application_planselect div:before{
	position:absolute;
	top:50%;
	right:20px;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 4px solid #666;
	border-top: 4px solid #666;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin:-6px 0 0 0;
	pointer-events: none;
}

.app_select{
	width:100%;
	padding:40px 0;
}

.app_select li{
	float:left;
	width:460px;
	margin:0 0 20px 0;
}

.app_select li.ri{
	float:right;
}

.app_select li.bottom{
	margin:0 0 0 0;
}

.app_select li p{
	display:table;
	width:100%;
	height:60px;
	font-size:16px;
	line-height:1.5;
	border:solid 1px #999999;
	border-radius:6px;
	padding:0 20px;
	box-sizing:border-box;
}

.app_select li p a{
	display:table-cell;
	vertical-align:middle;
	color:#333333;
	font-weight:bold;
}

.application_form{
	display:none;
	margin:40px 0 0 0;
}

.application_form.application_form_confirm{
	display:block;
}

.application_form.step02{
	display:block;
	margin:30px 0 0 0;
}

.application_form_inner{
	padding:25px 20px;
	background:#f8f8f8;
}

.application_form_inner.application_form_inner_mt{
	margin:40px 0 0 0;
}

.application_form table{
	width:100%;
	font-size:16px;
	line-height:1.5;
}

.application_form #billdiv.disabled{
/*	opacity:0.5;*/
	display:none;
}

.application_form th{
	width:27%;
	font-weight:normal;
	vertical-align:top;
	padding:18px 0 0 0;
}

.application_form.application_form_confirm th{
	padding:10px 0;
	color: #666;
}

.form_dtable{
	width:100%;
	font-size:16px;
	line-height:1.5;
}

.form_dtable + .form_dtable{
	margin:40px 0 0 0;
}

.form_dtable > dt{
	border-bottom:dotted 1px #666666;
	padding:0 0 15px 0;
}

.form_dtable > dd{
	padding:15px 0 0 0;
}

.application_form .his{
	position:relative;
	display:inline-block;
	padding:0 15px 0 0;
}

.application_form .his:after{
	position:absolute;
	display:inline-block;
	top:50%;
	right:0;
	width:14px;
	height:20px;
	line-height:20px;
	margin:-10px 0 0 10px;
	content:"※";
	font-size:14px;
	line-height:20px;
	color:#E83046;

}

.application_form td{
	width:73%;
	padding:15px 0;
}

#pay_parts{
	margin:0 0 50px 0;
}

.application_form_inner#option_parts{
	padding:0 20px;
	margin:50px 0 0 0;
}

#option_parts .acc dt a{
	font-size:16px;
	line-height:1.5;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	display:block;
	padding:20px 0 20px 30px;
	position:relative;
}

#option_parts .acc dt a:before{
	position:absolute;
	display:block;
	top:50%;
	left:0;
	margin:-9px 0 0 0;
	width:18px;
	height:18px;
	content:"";
	background:url('/entry/img/icn_open_black.png') no-repeat 0 0;
}

#option_parts .acc.open dt a:before{
	background:url('/entry/img/icn_close_black.png') no-repeat 0 0;
}

#option_parts .acc dd{
	display:none;
}

.application_form table.application_per{
}

.application_form .application_per th{
	width:100%;
	padding:10px 0;
	text-align:center;
}

.application_form .application_per td{
	width:100%;
	text-align:center;
}

.application_form table.application_options{

}

.application_form .application_options th{
	width:60%;
	padding:10px 0;
}

.application_form .application_options td{
	width:40%;
}


.application_form td .form_c2 li{
	float:left;
	width:50%;
}

.application_form .form_c2.type2{
	text-align:center;
}

.application_form .form_c2.type2 li{
	float:none;
	display:inline-block;
	width:auto;
	padding:0 20px;
	width:200px;
	text-align:left;
}

.application_form .form_c2.type2 li p{
	display:inline-block;
}

.application_form .form_c2.type3 li{
	float:left;
	width:50%;
	margin:0 0 10px 0;
}

.application_form .form_c1{
	padding:5px 0 0 0;
}

.application_form .form_c3{
	display:table;
	width:100%;
	padding:3px 0 0 0;
}

.application_form .form_c4{
	padding:3px 0 0 0;
}

.application_form .form_c3 li{
	display:table-cell;
	width:33%;
	vertical-align:middle;
}

.application_form .form_c3 li p{
	padding:0 20px 0 0;
}

.application_form .form_c4 li{
	float:left;
	width:25%;
}

.application_form .form_c5 li{
	margin:0 0 10px 0;
}

.application_form select{
	display:inline-block;
	border:solid 1px #999999;
	font-size:16px;
	line-height:20px;
	padding:7px 30px 7px 10px;
	background:url('/entry/img/icn_selectbox.png') #ffffff no-repeat right center;
	background-size:25px 12px;
}

.application_form select.error{
	background:url('/entry/img/icn_selectbox.png') #ffeded no-repeat right center;
}

.application_form select.hit{
	border:solid 1px #ff0000;
}

.application_form input[type="text"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing:border-box;
	border:solid 1px #999999;
	border-radius:0;
	background:#ffffff;
	height:36px;
	font-size:16px;
	line-height:35px;
	padding:0 10px;
	display:inline-block;
}

.application_form label.customradio{
	display:inline-block;
	padding:0 0 0 35px;
	position:relative;
}

.application_form label.customradio:before{
	position:absolute;
	display:block;
	width:24px;
	height:24px;
	content:"";
	top:50%;
	left:0;
	margin:-12px 0 0 0;
	border:solid 1px #999999;
	border-radius:50%;
	background:#ffffff;
	box-sizing:border-box;
	cursor:pointer;
}

.application_form input[type="radio"]:checked + label.customradio:after{
	position:absolute;
	display:block;
	width:12px;
	height:12px;
	content:"";
	top:50%;
	left:6px;
	margin:-6px 0 0 0;
	border-radius:50%;
	background:#E83046;
	box-sizing:border-box;
	cursor:pointer;
}

.application_form label span.stxt{
	display:block;
	font-size:12px;
	line-height:1.5;
}

.application_form input.hit{
	border:solid 1px #000;
}

.application_form input.error{
	background:#ffeded;
}

.application_form input[type="text"].w80{
	width:80px;
}

.application_form input[type="text"].w150{
	width:150px;
}

.application_form input[type="text"].w360{
	width:400px;
}

.application_form input[type="text"].w600{
	width:600px;
}

.application_form input[type="text"].w100p{
	width:100%;
}

.application_form label.error,
#appform label.error{
	display:inline-block;
	background:#ff0000;
	color:#ffffff;
	font-size:12px;
	line-height:1.2;
	padding:3px 10px;
	border-radius:6px;
	margin:5px 0 0 0;
	position:relative;
}

.application_form label.error:before,
#appform label.error:before{
	position:absolute;
	top:0;
	left:20px;
	width:0;
	height:0;
	margin:-15px 0 0 0;
	content:"";
	border: 10px solid transparent;
	border-bottom:solid 5px #ff0000;
}

.application_ziptxt01{
	display:inline-block;
	margin:0 10px;
}

.application_ziptxt02{
	display:inline-block;
	margin:0 0 0 10px;
}

.application_ziptxt02 a{
	text-decoration:underline;
}

.application_opttxt01{
	display:inline-block;
	margin:0 0 0 10px;
}

.application_form textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing:border-box;
	border:solid 1px #999999;
	border-radius:0;
	background:#ffffff;
	width:600px;
	height:150px;
	font-size:16px;
	line-height:1.5;
	padding:0 10px;
}

.tipped{
	color:#999999;
}

.application_btns{
	margin:50px 0 0 0;
	text-align: center;
}

.application_btns .btn{
	border-radius: none;
	border: none;
	background-color: none;
	padding: 0px;
	font-size: 2rem;
	font-weight:bold;
}

.application_btns .btn a{
	margin:0 auto;
	border-radius: 100px ;
	display: inline-block ;
	padding: 15px 80px ;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	background-color: #E83046;
}

.application_btns .btn a.disabled{
	opacity:0.3;
	cursor:default;
}

.application_gotop{
	margin:50px 0 0 0;
}

.application_gotop a{
	text-decoration:underline;
}

.application a.pcnolink{
	color:#333333;
	text-decoration:none;
	cursor:default;
}

.application_bottomtxt{
	display:none;
}

.option04{
	font-size:16px;
	line-height:1.5;
/*	text-align:center;
	padding:0 0 30px 0;*/
	padding:0 0 30px 27%;*
}

.option04 p{
	margin:10px 0 0 0;
}

.option04 p:first-child{
	margin:0 0 0 0;
}

.option04 input[type="checkbox"]{
	margin:0 15px 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing:border-box;
	border:solid 1px #999999;
	border-radius:2px;
	background:#ffffff;
	height:21px;
	width:21px;
	display:inline-block;
	cursor: pointer;
}

.option04 input[type="checkbox"]:checked {
  background-image: url("./check.svg");
  background-repeat: no-repeat;
  background-position: 0;
}

.option04 input[type="text"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing:border-box;
	border:solid 1px #999999;
	border-radius:0;
	background:#ffffff;
	height:36px;
	font-size:16px;
	line-height:35px;
	padding:0 10px;
	display:inline-block;
	width:360px;
}

.application_form .application_free table.application_free_hikaku{
	width:100%;
	font-size:16px;
	line-height:1.5;
}

.application_form .application_free .application_free_hikaku thead th{
	box-sizing:border-box;
	width:33%;
	font-weight:normal;
	padding:20px 5px;
	border:solid 1px #cccccc;
	background:#333333;
	color:#ffffff;
	text-align:center;
}

.application_free_txt{
	font-size:16px;
	line-height:1.5;
	margin:0 0 10px 0;
}

.application_form .application_free .application_free_hikaku thead th:nth-child(1){
	width:34%;
}

.application_form .application_free .application_free_hikaku tbody th{
	box-sizing:border-box;
	padding:10px 5px;
	border:solid 1px #cccccc;
	text-align:center;
}

.application_form .application_free .application_free_hikaku tbody td{
	box-sizing:border-box;
	width:33%;
	padding:10px 5px;
	border:solid 1px #cccccc;
	background:#ffffff;
	text-align:center;
}

.form_trriger_opt_wrp{
	display:table;
}

.form_trriger_opt_1{
	display:table-cell;
	width:170px;
	height:36px;
	vertical-align:middle;
}

.form_trriger_opt_2{
	display:table-cell;
/*	display:inline-block;
	margin:0 0 0 10px;*/
}

.form_trriger_opt_3{
	display:table-cell;
	height:36px;
	vertical-align:middle;
}

.form_trriger_opt{
	display:inline-block;
	margin:0 0 0 10px;
}

.form_perbox{
	border:solid 1px #666666;
	padding:20px;
	overflow-y:scroll;
	width:calc( 100% - 40px );
	max-width:600px;
	height:150px;
	background:#ffffff;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	text-align:left;
	font-size:12px;
	line-height:1.5;
}

.form_perbox_ttl{
	font-weight:bold;
	margin-top:30px;
}

.form_perbox .form_perbox_ttl:nth-of-type(1){
	margin-top:0;
}

.form_perbox_list > li{
	padding:0 0 0 1em;
	position:relative;
}

.form_perbox_list > li:before{
	position:absolute;
	top:0.7em;
	left:0.4em;
	width:4px;
	height:4px;
	content:"";
	background:#333333;
	border-radius:50%;
}

.application_topbox{
	border:solid 1px #666666;
	padding:20px 20px;
	margin-bottom:30px;
}

/* sp
------------------------------------------*/

@media only screen and (max-width: 980px){

.customradio{
	display:inline-block;
	padding:0 0 0 24px;
	position:relative;
}

.customradio:before{
	width:18px;
	height:18px;
	margin:-9px 0 0 0;
}

.customradio.checked:after{
	width:8px;
	height:8px;
	left:5px;
	margin:-4px 0 0 0;
}

.application_campaign_tbox01{
	font-size:12px;
	line-height:1.5;
	padding:10px 10px;
	border:solid 1px #ff0000;
	border-radius:6px;
	margin:0 0 20px 0;
}

.application{
	width:auto;
	max-width: 600px;
	margin:0 auto;
	padding:0 10px;
}

.application_planselect select{
	box-sizing:border-box;
	width:100%;
	border:solid 1px #999999;
	border-radius:6px;
	padding:0 20px;
	font-size:14px;
	line-height:38px;
	font-weight:bold;
}

.application_planselect select::-ms-expand {
	display: none;
}

.application_planselect div{
	display:inline;
	position:relative;
}

.application_planselect div:before{
	position:absolute;
	top:50%;
	right:20px;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 4px solid #666;
	border-top: 4px solid #666;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin:-8px 0 0 0;
	pointer-events: none;
}

.application_flow{
	width:90%;
	margin:50px auto 30px auto;
	position:relative;
}

.application_flow.step_03{
	width:90%;
}

.application_flow:after{
	display:block;
	position:absolute;
	bottom:9px;
	left:15%;
	width:70%;
	height:2px;
	content:"";
	background:#666666;
}

.application_flow li{
	float:left;
	width:25%;
}

.application_flow li.ri{
	width:25%;
}

.application_flow.step_03 li{
	width:33%;
}

.application_flow.step_03 li.ri{
	width:34%;
}

.application_flow li p{
	display:block;
	width:100%;
}

.application_flow li p span{
	display:block;
	height:auto;
	background:none;
	text-align:center;
	vertical-align:middle;
	font-size:10px;
	line-height:1.2;
	font-weight:700;
	color:#333333;
	padding:0 0 30px 0;
	position:relative;
}

.application_flow li p span.act{
	background:none;
}

.application_flow li p span:after{
	position:absolute;
	top:auto;
	bottom:0;
	left:50%;
	margin:0 0 0 -10px;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	border:none;
	background:#e5e5e5;
	content: "";
	z-index:3;
}

.application_flow li p span.act:after{
	position:absolute;
	top:auto;
	bottom:0;
	left:50%;
	margin:0 0 0 -10px;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	border:none;
	background:#E83046;
	content: "";
	z-index:3;
}

.application_txt{
	font-size:14px;
}

.application_stxt{
	font-size:12px;
}

.application_subt{
	font-size:14px;
	font-weight:bold;
}

.application_planselect_txt{
	font-size:14px;
	margin:0 0 10px 0;
}

.app_select{
	width:100%;
	padding:30px 0;
}

.app_select li{
	float:left;
	width:48%;
	margin:0 0 10px 0;
}

.app_select li p{
	display:table;
	width:100%;
	height:60px;
	font-size:12px;
	line-height:1.5;
	border:none;
	background:#f5f5f5;
	border-radius:6px;
	padding:0 10px;
	box-sizing:border-box;
}

.application_form{
	margin:20px 0 0 0;
}

.application_form.step02{
	margin:20px 0 0 0;
}

.application_form table{
	font-size:14px;
}

.application_form th{
	display:block;
	width:100% !Important;
	font-weight:normal;
	padding:18px 0 0 0;
}

.application_form.application_form_confirm th{
	padding:18px 0 0 0;
}

.application_form td{
	display:block;
	width:100% !Important;
	padding:5px 0 0 0;
}

.form_dtable + .form_dtable{
	margin:20px 0 0 0;
}

.form_dtable > dt{
	border-bottom:dotted 1px #666666;
	padding:0 0 10px 0;
}

.form_dtable > dd{
	padding:10px 0 0 0;
	font-size:14px;
}

.application_form .application_options th{
	padding:18px 0 0 0;
}

.application_form .application_per th{
	padding:18px 0 0 0;
	text-align:left;
}

.application_form_inner{
	padding:10px 0;
	background:#ffffff;
}

.application_form_inner.application_form_inner_mt{
	margin:20px 0 0 0;
}

.application_form .his:after{
	margin:-10px 0 0 0;
}

#pay_parts{
	margin:0 0 20px 0;
}

.application_form_inner#option_parts{
	padding:0 10px;
	margin:20px 0 0 0;
	background:#f8f8f8;
}

.application_form .form_c2.type2{
	display:block;
	width:100%;
	text-align:left;
}

.application_form .form_c2.type2 li{
	display: block;
	float:left;
	width:48%;
	padding:0 0;
}

.application_form .form_c2.type2 li.ri{
	float:right;
}

.application_form .form_c2.type2 li p{
	display:block;
}

.application_form .form_c2.type3 li{
	float:none;
	width:100%;
	margin:0 0 10px 0;
}

.application_form .form_c1{
	padding:0 0 0 0;
}

.application_form .form_c3{
	display:block;
	width:100%;
	padding:0 0 0 0;
}

.application_form .form_c4{
	padding:0 0 0 0;
}

.application_form .form_c3 li{
	display: block;
	width:100%;
}

.application_form .form_c3 li p{
	padding:0 0 0 0;
	margin:0 0 10px 0;
}

.application_form .form_c3.sp2{
	display:block;
	width:100%;
}

.application_form .form_c3.sp2 li{
	display: block;
	float:left;
	width:48%;
}

.application_form .form_c3.sp2 li.ri{
	float:right;
}

.application_form .form_c3.sp2 li p{
	padding:0 0 0 0;
	margin:0 0 0 0;
}

#option_parts .acc dt a{
	font-size:14px;
	line-height:1.5;
	font-weight:700;
	color:#333333;
	text-decoration:none;
	display:block;
	padding:10px 0 10px 20px;
	position:relative;
}

#option_parts .acc dt a:before{
	position:absolute;
	display:block;
	top:50%;
	left:0;
	margin:-5px 0 0 0;
	width:10px;
	height:10px;
	content:"";
	background:url('/entry/img/icn_open_black.png') no-repeat 0 0;
	background-size:10px 10px;
}

#option_parts .acc.open dt a:before{
	background:url('/entry/img/icn_close_black.png') no-repeat 0 0;
	background-size:10px 10px;
}

.application_form select{
	font-size:14px;
	line-height:16px;
}

.application_form input[type="text"]{
	height:35px;
	font-size:14px;
	line-height:30px;
}

.application_form label.customradio{
	display:block;
	box-sizing:border-box;
/*	border:solid 1px #999999;*/
	background:#f5f5f5;
	border-radius:6px;
	padding:10px 0 10px 34px;
	position:relative;
}

.application_form label.customradio:before{
	left:10px;
	width:18px;
	height:18px;
	margin:-9px 0 0 0;
}

.application_form input[type="radio"]:checked + label.customradio:after{
	width:8px;
	height:8px;
	left:15px;
	margin:-4px 0 0 0;
}

.application_form input[type="text"].w80{
	width:80px;
}

.application_form input[type="text"].w150{
	width:150px;
}

.application_form input[type="text"].w360{
	width:100%;
}

.application_form input[type="text"].w600{
	width:100%;
}

.application_form input[type="text"].w100p{
	width:100%;
}

.application_ziptxt02{
	display:block;
	margin:0.5em 0 0 0;
}

.application_form textarea{
	width:100%;
	height:100px;
}

.application_btns{
	margin:20px 0 0 0;
}

.application_btns .btn{
	width:240px;
}

.application_gotop{
	margin:20px 0 0 0;
}

.application a.pcnolink{
	color:#006699;
	text-decoration:none;
	cursor:pointer;
}

.application_bottomtxt{
	display:block;
	font-size:10px;
	line-height:1.5;
	margin:25px 0 0 0;
}

.option04{
	font-size:14px;
	line-height:1.5;
	text-align:left;
	padding:0 0 20px 0;
}

.option04 p{
	margin:10px 0 0 0;
}

.option04 p:first-child{
	margin:0 0 0 0;
}

.option04 input[type="checkbox"]{
	margin:0 10px 0 0;
}

.option04 input[type="text"]{
	width:100%;
}

.application_free_txt{
	font-size:14px;
	line-height:1.5;
}

.application_form .application_free table.application_free_hikaku{
	width:100%;
	font-size:12px;
	line-height:1.5;
}

.application_form .application_free .application_free_hikaku thead th{
	box-sizing:border-box;
	width:33% !important;
	font-weight:normal;
	padding:10px 5px;
	border:solid 1px #cccccc;
	background:#333333;
	color:#ffffff;
	text-align:center;
	display:table-cell;
}

.application_form .application_free .application_free_hikaku thead th:nth-child(1){
	width:34%;
}

.application_form .application_free .application_free_hikaku tbody th{
	box-sizing:border-box;
	width:34% !important;
	padding:5px 5px;
	border:solid 1px #cccccc;
	text-align:center;
	display:table-cell;
}

.application_form .application_free .application_free_hikaku tbody td{
	box-sizing:border-box;
	width:33% !important;
	padding:10px 5px;
	border:solid 1px #cccccc;
	background:#ffffff;
	text-align:center;
	display:table-cell;
}

.form_trriger_opt_wrp{
	display:block;
}

.form_trriger_opt_1{
	display:block;
	width:auto;
	height:auto;
}

.form_trriger_opt_2{
	display:inline-block;
	margin:10px 0 0 34px;
}

.form_trriger_opt_3{
	display:block;
	width:auto;
	height:auto;
}

.form_trriger_opt{
	display:inline-block;
	margin:10px 0 0 34px;
}

}


/* title */
h2.headLine{
	text-align: center;
	padding: 50px 10px;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 980px){
h2.headLine{
	font-size: 28px;
}
}