@charset "UTF-8";
/* CSS Document */

/*========================================================================================================================================

対応ファイル
	LP2/index.html

========================================================================================================================================*/


/*-----------------------------------------------------------------------------------------------------------

＠BODY定義

-----------------------------------------------------------------------------------------------------------*/
body {
	/*	＠マージン、パッディング	*/
	margin: 0;
	padding: 0;
	/*	＠フォント	*/
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS PGothic, " sans-serif" ;
	font-size: 13px;
	line-height: 1.5em;
	color: #505050;
	background-color: #fff;
}



/*-----------------------------------------------------------------------------------------------------------

＠ブロック定義
	.publicMargin
	.groupArea
	.center

-----------------------------------------------------------------------------------------------------------*/
/*------------------------------
共通余白
------------------------------*/
.publicMargin{
	margin: 0 auto;
}
/* SP */
@media screen and (max-width:767px) {	
	.publicMargin{
		padding: 0 0;
		max-width: 767px;
	}
}
/* PC */
@media screen and (min-width:768px) {	
	.publicMargin{
		padding: 0 15px;
		max-width: 1200px;
	}
}

/*------------------------------
折り返し行の１文字インデント
------------------------------*/
.att {
	padding-left: 1em;
	text-indent: -1em;
}

/*------------------------------
グループエリア
------------------------------*/
.groupArea{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/*------------------------------
box定義
------------------------------*/
.table-block{
	display: table;
	padding: 0;
	margin: 0;
}
.table-row-block{
	display: table-row;
	padding: 0;
	margin: 0;			
}
.table-cell-block{
	display: table-cell;
	padding: 0;
	margin: 0;
	position: relative;
}
.inline-block{
	display: inline-block;
	padding: 0;
	margin: 0;
	/*vertical-align: middle;*/
}



/*------------------------------
中央配置
------------------------------*/
.center{
	margin: 0 auto;
}

/*------------------------------
マージン矯正
------------------------------*/
.mg-0{
	margin: 0 !important;
}

/*------------------------------
パッディング矯正
------------------------------*/
.pd-0{
	padding: 0 !important;
}
.pd-5{
	padding: 0 5px !important;
}
.pd-10{
	padding: 0 10px !important;
}
.pd-15{
	padding: 0 15px !important;
}
.pd-20{
	padding: 0 20px !important;
}

/*------------------------------
幅矯正
------------------------------*/
/* パーセント指定 */
.wd-100P{
	width: 100% !important;
}
.wd-98P{
	width: 98% !important;
}
.wd-97P{
	width: 97% !important;
}
.wd-95P{
	width: 95% !important;
}
.wd-90P{
	width: 90% !important;
}
.wd-80P{
	width: 80% !important;
}
.wd-75P{
	width: 75% !important;
}
.wd-70P{
	width: 70% !important;
}
.wd-65P{
	width: 65% !important;
}
.wd-60P{
	width: 60% !important;
}
.wd-55P{
	width: 55% !important;
}
.wd-50P{
	width: 50% !important;
}
.wd-45P{
	width: 45% !important;
}
.wd-40P{
	width: 40% !important;
}
.wd-38P{
	width: 38% !important;
}
.wd-35P{
	width: 35% !important;
}
.wd-30P{
	width: 30% !important;
}
.wd-25P{
	width: 25% !important;
}
.wd-22P{
	width: 22% !important;
}
.wd-20P{
	width: 20% !important;
}
.wd-15P{
	width: 15% !important;
}
.wd-13P{
	width: 13% !important;
}
.wd-10P{
	width: 10% !important;
}
.wd-5P{
	width: 5% !important;
}
.wd-4P{
	width: 4% !important;
}
.wd-3P{
	width: 3% !important;
}
.wd-2P{
	width: 2% !important;
}

/* ピクセル指定 */
.wd-68{
	width: 68px !important;
}
.wd-30{
	width: 30px !important;
}
.wd-15{
	width: 15px !important;
}

/*------------------------------
高さ矯正
------------------------------*/
/* ピクセル指定 */
.hi-400{
	height: 400px !important;
}
.hi-300{
	height: 300px !important;
}
.hi-250{
	height: 250px !important;
}
.hi-200{
	height: 200px !important;
}
.hi-150{
	height: 150px !important;
}
.hi-140{
	height: 140px !important;
}
.hi-130{
	height: 130px !important;
}
.hi-120{
	height: 120px !important;
}
.hi-110{
	height: 110px !important;
}
.hi-100{
	height: 100px !important;
}
.hi-90{
	height: 90px !important;
}
.hi-80{
	height: 80px !important;
}
.hi-70{
	height: 70px !important;
}
.hi-60{
	height: 60px !important;
}
.hi-50{
	height: 50px !important;
}
.hi-40{
	height: 40px !important;
}
.hi-30{
	height: 30px !important;
}
.hi-25{
	height: 25px !important;
}
.hi-20{
	height: 20px !important;
}
.hi-15{
	height: 15px !important;
}
.hi-10{
	height: 10px !important;
}
.hi-5{
	height: 5px !important;
}

/*------------------------------
テキスト矯正
------------------------------*/
.fs2_0em{
	font-size: 2.0em;
	color: #323232;
	letter-spacing: 0.3em;
}
.fs1_9em{
	font-size: 1.9em;
	color: #323232;
	letter-spacing: 0.2em;
}
.fs1_8em{
	font-size: 1.8em;
	color: #323232;
	letter-spacing: 0.2em;
}
.fs1_7em{
	font-size: 1.7em;
	color: #323232;
	letter-spacing: 0.1em;
}
.fs1_6em{
	font-size: 1.6em;
	color: #323232;
	letter-spacing: 0.1em;
}
.fs1_5em{
	font-size: 1.5em;
	color: #323232;
	letter-spacing: 0.1em;
}
.fs1_4em{
	font-size: 1.4em;
	color: #323232;
	letter-spacing: 0.1em;
}
.fs1_3em{
	font-size: 1.3em;
	color: #323232;
	letter-spacing: 0.1em;
}
.fs1_2em{
	font-size: 1.2em;
	color: #323232;
	letter-spacing: 0.1em;
}
.fs1_1em{
	font-size: 1.1em;
	color: #323232;
	letter-spacing: 0.1em;
}
.fs1_0em{
	font-size: 1.0em;
	color: #323232;
	letter-spacing: 0.1em;
}
.fs0_9em{
	font-size: 0.9em;
	color: #323232;
	letter-spacing: 0.1em;
}
.fs0_8em{
	font-size: 0.8em;
	color: #323232;
	letter-spacing: 0.1em;
}

/*------------------------------
スケール矯正
------------------------------*/
.scale1_5{
	transform: scale(1.5, 1.5);
}
.scale1_3{
	transform: scale(1.3, 1.3);
}
.scale1_25{
	transform: scale(1.25, 1.25);
}
.scale1_2{
	transform: scale(1.2, 1.2);
}

/*------------------------------
効果
------------------------------*/
.dropShadow{
/* box-shadow */
box-shadow:1px 2px 4px 1px rgba(12,13,13,0.21);
-moz-box-shadow:1px 2px 4px 1px rgba(12,13,13,0.21);
-webkit-box-shadow:1px 2px 4px 1px rgba(12,13,13,0.21);

/* border-radius */
border-radius:9px;
-moz-border-radius:9px;
-webkit-border-radius:9px;
}




/*------------------------------
小柳追加
------------------------------*/


.imgcenter p{
	text-align: center;
}

.topbana{
	/*margin: 150px 0 0 0;*/
}

	.tashaattfont{
		font-size: 1.2em; 
		line-height: 1.3em;
	}


/* -------------------------------------------------------------------------------------------------------------------

よくあるご質問

---------------------------------------------------------------------------------------------------------------------- */

.accboxWrap{
    padding: 5px;
	background: #CCCCCC;
    max-width: 100%;/*最大幅*/
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	
}
@media only screen and (max-width: 768px) {
.accboxWrap{
    width: 90%;/*最大幅*/
	margin: 0 auto;
}
}

.accboxWrap p.centerTxt{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	padding: 25px 0 0 0;
	height: 60px;
}

/*ボックス全体*/
.accbox {
    margin: 0px auto;
    padding: 0;
    /*max-width: 90%;最大幅*/
}

.accbox p{
	padding: 0;
	margin: 0;
}

.accbox p.indent{
	/*padding-left: 1.5em;
	text-indent: -1.2em;*/
	/*display: inline-table;*/
}



.qaindedent{
	/*width: 3%;*/
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	color: #CCCCCC;
	padding-left: 3px;
}

.qaindedent2{
	width: 97%;
	vertical-align: top;
	
	display: inline-block;
	/*padding-left: 0.4em;
	text-indent: -0.3em;*/
}

@media only screen and (min-width: 767px) {
.qaindedent{
	font-size: 25px;
}

}



@media only screen and (min-width: 450px) {
.qaindedent{
	width: 2%;
	/*display: inline-block;*/
	/*font-size: 20px;*/
	font-weight: normal;
	color: #CCCCCC;
	padding: 0px 5px 0 0px;
}

	.qaindedent2{
	width: 98%;
	vertical-align: top;
	display: inline-block;
    padding: 0px 10px 0 10px;
}
}

	.qaqcolor{
	color: #505050;
}


@media only screen and (max-width: 450px) {
.qaindedent{
	width: 3%;
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	color: #CCCCCC;
	padding: 0px 5px 0 0px;
}
	.qaindedent2{
	width: 97%;
	vertical-align: top;
	display: inline-block;
    padding: 0px 10px 0 10px;
}
		.qaqcolor{
	color: #505050;
}

}



p.clicknone{
	pointer-events: none;
}




@media only screen and (max-width: 768px) {
.accbox p.indent{
	padding-left: 1.7em;
	text-indent: -1.75em;
	
}
}
/*.accbox:after, .accbox:before {
    content: "";
    clear: both;
    display: block;
}*/


/*ラベル*/
.accbox label {
    display: block;
    margin: 0 0 1px 0;
    padding : 23px 10px;
    color: #505050;
    font-weight: bold;
    background: #F2F2F2;
    cursor :pointer;
    transition: all 0.5s;
	font-size: 1.8em;
	line-height: 1.5em;
}

.accbox label:first-letter{
	font-size: 25px;
	font-weight: normal;
}

.accshow:first-letter{
	font-size: 25px;
	font-weight: normal;
	color: #CCCCCC;
}


/*アイコンを表示*/
/*.accbox label:after {
    content: '';
    font-family: 'FontAwesome';
	float:right;
	vertical-align: top;
	height: 100%;
}*/

/*ラベルホバー時*/
/*.accbox label:hover {
    background: #414141;
}*/

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
	color: #000000;
    /*transition: 0.5s;*/
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 20px 0 20px 10px;
    background: #FFFFFF;
    opacity: 1;
	line-height:28px;
	font-size: 1.8em;
	margin-bottom: 1px;
}

.accbox .accshow p {
    margin: 0 10px 0 0;
}

.accbox .qaindedent2{
	position: relative;
}

.accbox .qaindedent2 span{
	position: relative;
	display: block;
	position: relative;
	padding: 0px 10px 0 0;
}


.qaindedent2 span:after{
	content: '▼';
    font-family: 'FontAwesome';
	float:right;
	vertical-align:middle;
	position: absolute;
	right: -5px;
	top: 48%;
	margin-top: -10px;
	/*position: relative;
	top: -10px;*/
}


/*アイコンを入れ替える*/
.cssacc:checked + label .qaindedent2 span:after {
	content:'▲';
	float:right;
	
}





/*アイコンを入れ替える*/
/*.cssacc:checked + label:after {
	content:'▲';
	float:right;
}*/



.hensaiWrap{
	border: 2px solid #808080;
	width: 60%;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.hensaiWrap p{
	text-align: center;
	color: #808080;
	margin: 0;
}

.hensaiWrap p.hensaiT1{
	font-size: 25px;
	padding: 0 0 5px 0;
	margin: 0px;
}

.hensaiWrap p.hensaiT2{
	font-size: 20px;
	margin: 0px;
}

.hituyoushorui p{
	text-align: left;
	line-height: 1.5em;
	margin: 0;
	padding: 0 1.1em;
	letter-spacing: 0.03em;
	font-weight: 500;
	font-size: 1em;
}

@media screen and (max-width:1140px) {
.hituyoushorui p{
	font-size:1em;
	letter-spacing: -0.04em;
}
}

@media screen and (max-width:1060px) {
.hituyoushorui p{
	font-size:0.9em;
	letter-spacing: -0.01em;
}
}

@media screen and (max-width:990px) {
.hituyoushorui p{
	font-size:0.8em;
	letter-spacing: -0.01em;
}
}

@media screen and (max-width:885px) {
.hituyoushorui p{
	font-size:0.7em;
	letter-spacing: -0.01em;
}
}

@media screen and (max-width:767px) {
.hituyoushorui p{
	font-size: 1em;
}
}


.formWrap{
	width: 75%;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;

}

.formWrap2{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;

}



/* -------------------------------------------------------------------------------------------------------------------

返済シミュレーションアコーディオン

---------------------------------------------------------------------------------------------------------------------- */

.accboxWrapsi{
    padding: 10px;
	background: #CCCCCC;
    max-width: 100%;/*最大幅*/
}

.accboxWrapsi p.centerTxt{
	text-align: center;
	/*font-size: 35px;*/
	font-weight: bold;
	line-height: 0em;
}

/*ボックス全体*/
.accboxsi {
    margin: 0px auto;
    padding: 0;
    /*max-width: 90%;最大幅*/
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media only screen and (max-width: 768px) {
.accboxsi {
	width: 90%;
}
}

/*ラベル*/
.accboxsi label.simTitle {
    display: block;
    margin: 0;
    padding : 30px 15px 30px 10px;
    color: #505050;
    font-weight: bold;
    background: #F2F2F2;
    cursor :pointer;
    transition: all 0.5s;
	font-size: 35px;
	text-align: center;
}


@media all and (-ms-high-contrast: none) {
.accboxsi label.simTitle {
    display: block;
    margin: 0;
    padding : 40px 15px 25px 10px;
    color: #323232;
    font-weight: bold;
    background: #F2F2F2;
    cursor :pointer;
    transition: all 0.5s;
	font-size: 35px;
	text-align: center;
}
	/*アイコンを表示*/
.accboxsi label:after {
    content: '▼';
    font-family: 'FontAwesome';
	float:right;
	margin-top: -5px;
	
}


}


.selectWrap label{
    /*display:inline;
    margin: 0;*/
    padding : 0px;
    /*font-weight: bold;*/
    background: #fff;
    cursor :pointer;
    transition: all 0.5s;
	font-size: 15px;
}



.selectWrap2 label {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
	font: normal;
}

.selectWrap2 select{
	font-weight: normal;
}

/*アイコンを表示*/
.accboxsi label:after {
    content: '▼';
    font-family: 'FontAwesome';
	float:right;
	font-size: 23px;
}

/*ラベルホバー時*/
/*.accbox label:hover {
    background: #414141;
}*/

/*チェックは隠す*/
.accboxsi input {
    display: none;
}

/*中身を非表示にしておく*/
.accboxsi .accshowsi {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
}

/*クリックで中身表示*/
.cssaccsi:checked + label + .accshowsi {
    height: auto;
    /*padding: 30px;*/
    background: #FFFFFF;
    opacity: 1;
	line-height:25px;
	/*font-size: 18px;*/
}

/*.accboxsi .accshowsi p {
    margin: 15px 10px;
}*/

/*アイコンを入れ替える*/
.cssaccsi:checked + label:after {
	content:'▲';
	float:right;
}

.fll{
	float: left;
}

.flr{
	float: right;
}


.sanbyoutitle p img{
	width: 40%;
	height: auto;
}



.enetwrap p{
	text-align: center;
}






/* -------------------------------------------------------------------------------------------------------------------

レスポンシブの画像切り替え

---------------------------------------------------------------------------------------------------------------------- */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.tesuryo .pc { display: block !important; }
.tesuryo .sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 670px) {
    .tesuryo .pc { display: none !important; }
    .tesuryo .sp { display: block !important; margin:auto;}
}

.sokujitsu .pc { display: block !important; }
.sokujitsu .sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 670px) {
    .sokujitsu .pc { display: none !important; }
    .sokujitsu .sp { display: block !important; margin:auto;}
}


.zehikono .pc { display: inherit!important; }
.zehikono .sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 659px) {
    .zehikono .pc { display: none !important; }
    .zehikono .sp { display: inherit !important; margin:auto;}
}



/* -------------------------------------------------------------------------------------------------------------------

ブレイクポイント

---------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1200px) {
	.formWrap{
		width: 90%;
		margin: 0 auto;

	}
}

@media screen and (max-width:1055px) {
	.hensaiWrap{
	width: 	90%;
	}

}

@media screen and (max-width:915px) {
	.formWrap{
		width: 95%;
		margin: 0 auto;
	}
	
	.kakuimg img{
		width: 90%;
		height: auto;
	}
	
	.hensaiWrap{
	width: 	80%;
	}
}


@media screen and ( min-width:671px) {
			.kakuimg p.gomandai img{
				display: none;
			}
			
		}

@media screen and ( max-width:767px) {
			p.gomandai img{
				width: 90%;
				margin-top: 20px;
			}
	.formwidthWrap{
		width: 95%;
		margin: 0 auto;
	}
			
		}







/* -------------------------------------------------------------------------------------------------------------------

SP

---------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:767px) {	
	.sanbyoutitle p img{
	width: 85%;
	height: auto;
}
	
	
	
.hensaiWrap{
	border: 2px solid #808080;
	width: 90%;
	margin: 0 auto;
	padding: 5px 0 5px 0;
}

.hensaiWrap p{
	text-align: center;
	color: #808080;
}

.hensaiWrap p.hensaiT1{
	font-size: 18px;
	padding-bottom: 0px;
}

.hensaiWrap p.hensaiT2{
	font-size: 1.0em;
}


.accboxWrap p.centerTxt{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 13px 0 0 0;
	height: 40px;
}

@media screen and (max-width:350px) {	
.accboxWrap p.centerTxt{
	font-size: 19px;
	height: 35px;
}
	}

	
/*ラベル*/
.accbox label {
    display: block;
    margin: 0px 0 1px 0;
    padding : 13px 5px;
    color: #505050;
    font-weight: bold;
    background: #F2F2F2;
    cursor :pointer;
    transition: all 0.5s;
	font-size: 16px;
}

	
.accbox label:first-letter{
	font-size: 20px;
	font-weight: normal;
}

.accshow:first-letter{
	font-size: 20px;
	font-weight: normal;
	color: #CCCCCC;
}

	
	
	
/*ラベル*/
/*.accboxsi label {
    display: block;
    margin: 0;
    padding : 0px 5px 20px 0px;
    color: #323232;
    font-weight: bold;
    background: #fff;
    cursor :pointer;
    transition: all 0.5s;
	font-size: 22px;
	text-align: center;
}*/

.accboxsi label.simTitle {
    display: block;
    margin: 0;
    padding : 15px 15px 15px 10px;
    color: #505050;
    font-weight: bold;
    background: #fff;
    cursor :pointer;
    transition: all 0.5s;
	font-size: 20px;
	text-align: center;
}
@media screen and (max-width:350px) {	
.accboxsi label.simTitle {
    display: block;
    margin: 0;
    padding : 12px 15px 12px 10px;
    color: #323232;
    font-weight: bold;
    background: #fff;
    cursor :pointer;
    transition: all 0.5s;
	font-size: 23px;
	text-align: center;
}
	}

	
.wd-90P{
	width: 100% !important;
}	
	
	
.formWrap{
	width: 95%;
	margin: 0 auto;
	padding: 0 ;

}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 20px 5px 20px 5px;
    background: #FFFFFF;
    opacity: 1;
	line-height:20px;
	font-size: 15px;
}

.norton img{
	width: 100px;
	height: auto;
}
	
/*アイコンを表示*/
.accboxsi label:after {
    content: '▼';
    font-family: 'FontAwesome';
	float:right;
	margin: 0px 0px 0 0;
	font-size: 16px;
}
	
	
}


@media screen and (min-width:640px) {	
	.mvsp img{
	display: none;
}
}

@media screen and (max-width:640px) {	
	.topbana{
	/*margin: 80px 0 0 0;*/
}
	
	.mvpc img{
	display: none;
}
	
	.mvsp{
	background: url(../n_img/sp-topbana.jpg) 0 0 no-repeat ;
	/*background: url(../n_img/sp-topbana.jpg) 0 0 no-repeat ;*/
	background-size: contain;
	height: auto;
	padding-top: 49.21%;

}

	.mvsp p.btnoperator img{
	padding: 0;
	margin: 0;
	display: inline-block;
    position: absolute;
    top: 0;
	right: 5px;
	width: 25%;
	/*vertical-align: top;*/
}
	
	.mvsp p.btnsoudan img{
	padding: 0 0px 0 0;
	margin: 0;
	position: absolute;
    top: 0;
	right: 170px;
	width: 25%;
	/*vertical-align: top;*/
}
	
	
	
	
	
}


/* -------------------------------------------------------------------------------------------------------------------

モーダル小柳追加

---------------------------------------------------------------------------------------------------------------------- */

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */


/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

.takuma{
	height:500px;
}


html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal .imageWrap p img {
	width:100%;
	height:auto;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}



/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}


/*--------×ボタン--------*/
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  
  color: #fff;
  border: 0;
  outline: 0;
  background: transparent;
}

/*--------×ボタン背景--------*/

.remodal-close:before {
  /*font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;*/
  font-size: 40px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;
  
  background-color:#57919D; /*×ボタン背景色*/

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;

}


/* -------- OKボタン --------- */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #57919D;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #3E6871;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 800px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}




.formGroup{
	height: 30px;
	line-height: 30px;
}

.formGroup span{
	display: inline-block;
    /*vertical-align: middle;*/
}

.formGroup span.subtxtspan{
	vertical-align:bottom;
}

@media screen and (max-width:640px) {	
	.subTitleInner p{
	font-size: 22px;
	line-height: 1.2em;
}
	.hituyoushorui p{
		font-size: 14px;
		letter-spacing: 0;
	}
	.formWrap{
	width: 90%;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
	.formWrap2{
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;

}	
	.kakuimg p.gomandai img{
		width: 90%;
		height: auto;
	}
	
	.hensaiWrap{
	border: 2px solid #808080;
	width: 90%;
	margin: 0 auto;
	padding: 5px 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}


}



.placefont::-webkit-input-placeholder {
    color: #807F7D;
}
.placefont:-ms-input-placeholder {
    color: #807F7D;
}
.placefont::-moz-placeholder {
    color: #807F7D;
}
.placefont::-placeholder {
    color: #807F7D;
}


	@media screen and (max-width:500px) {	

	.mvsp p.btnoperator img{
	padding: 0;
	margin: 0;
	display: inline-block;
    position: absolute;
    top: 0;
	right: 5px;
	width: 25%;
	/*vertical-align: top;*/
}
	
	.mvsp p.btnsoudan img{
	padding: 0 0px 0 0;
	margin: 0;
	position: absolute;
    top: 0;
	right: 140px;
	width: 25%;
	/*vertical-align: top;*/
}

}


@media screen and (max-width:400px) {	

	.mvsp p.btnoperator img{
	padding: 0;
	margin: 0;
	display: inline-block;
    position: absolute;
    top: 0;
	right: 5px;
	width: 25%;
	/*vertical-align: top;*/
}
	
	.mvsp p.btnsoudan img{
	padding: 0 0px 0 0;
	margin: 0;
	position: absolute;
    top: 0;
	right: 110px;
	width: 25%;
	/*vertical-align: top;*/
}

}



/* お申込みボタン
   ========================================================================== */
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

.redbutton{
	background: url(../n_img/btn_red_bg.png) no-repeat;
	width: 521px;
	height: 130px;
	/* height: 120px; */
	z-index: 1;
}

button.color-f {
	color: #fff;
}

.redbuttonsp{
	background: url(../n_img/btn_sp_red_off.png) no-repeat;
	width: 610px;
	height: 149px;
	z-index: 1;
}

@media screen and (max-width: 670px){
.redbuttonsp2{
	background: url(../n_img/btn_sp2_modalred_off.png) no-repeat;
	width: 430px;
	height: 129px;
	z-index: 1;
}
	.redbuttonsp{
	display: none;
	
}
	.accboxsi {
	/*width: 100%;*/
    margin: 0px auto;
    padding: 0;
    /*max-width: 90%;最大幅*/
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.accboxWrap{
	margin: 0 auto;
    padding: 5px;
	background: #CCCCCC;
    max-width: 90%;/*最大幅*/
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}


	
	}

@media screen and (min-width: 671px){
.redbuttonsp2{
	display: none;}
	}

@media screen and (max-width: 449px){
.redbuttonsp2{
	display: none;}
	}




/* GENERAL BUTTON STYLING */
button,
button::after {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

button {
	background: none;
	border-radius: 7px;
	color: transparent;
	display: block;
	font-size: 3em;
	letter-spacing: -0.01em;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin: 0.5em auto;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
}

button::before,
button::after {
  background:  #fff;
  content: '';
  position: absolute;
  z-index: -1;
}

button a {
	text-decoration: none;
}

button:hover {
  color: #B91A1E;
	border: 6px solid #B91A1E;
	text-decoration: none;
	box-sizing:border-box;
}

.btn-3 a:hover{
  text-decoration: none;
	text-decoration: none;
}

button.greybutton {
	background: #fff;
	width: 513px;
	height: 110px;
	position: relative;
	padding: 0 0 0 30px;
	color:#505050;
	border: 2px solid #b1b1b1;
}

button.greybutton::before {
	content: '';
	position: absolute;
	width: 31px;
	height: 32px;
	background: transparent url(../n_img/icn_btn_tel_gray.png) no-repeat center center / contain;
	z-index: 2;
	left: 70px;
	bottom: 25px;
}

button.greybutton::after {
	background:  #505050;
	content: '';
	position: absolute;
	z-index: -1;
}

button.greybutton:hover {
	color: #ffffff;
	border: 6px solid #505050;
}

button.greybutton:hover::before {
    content: '';
    position: absolute;
    width: 31px;
    height: 32px;
    background: url(../n_img/icn_btn_tel.png) no-repeat center center / contain;
    z-index: 2;
    left: 65px;
    bottom: 20px;
}


/* BUTTON 3 */
.btn-3::after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
	text-decoration: none;
}

.btn-3:hover:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  text-decoration: none;
}

.btn-3 {
	font-size: 18px;
    line-height: 1.6;
}

.btn-3 span {
	font-size: 29px;
}
.greybutton.btn-3 span::after {
	position: absolute;
	content: '';
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 17px;
	border-color: transparent transparent transparent #505050;
}

@media only screen and (max-width: 580px) {
	.redbutton {
		width: 87vw;
		height: 21vw;
		min-width: 288px;
		min-height: 68px;
		background-size: cover;
		font-size: 3.2vw;
	}

	.redbutton span {
		font-size: 5.0vw;
	}

	button.greybutton {
		width: 86vw;
		height: 20vw;
		min-width: 288px;
		min-height: 68px;
		background-size: cover;
		font-size: 3.2vw;
		padding: 0 0 0 4.0vw;
	}

	button.greybutton span {
		font-size: 5.0vw;
	}

	button.greybutton::before {
		width: 5vw;
		height: 5vw;
		left: 11vw;
		bottom: 5vw;
		background-size: 5vw;
	}

	button.greybutton:hover::before {
		width: 5vw;
		height: 5vw;
		left: 10vw;
		bottom: 4vw;
		background-size: 5vw;
	}

	button, button::after {
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		-o-transition: all 0s;
		transition: all 0s;
	}
}

@media only screen and (max-width: 320px) {
	.redbutton, button.greybutton {
		min-width: 288px;
		min-height: 68px;
		font-size: 10px;
	}

	.redbutton span {
		font-size: 16px;
	}

	button.greybutton {
		min-width: 288px;
		min-height: 68px;
		font-size: 10px;
		padding: 0 0 0 10px;
	}

	button.greybutton span {
		font-size: 16px;
	}

	button.greybutton:hover::before {
		width: 16px;
		height: 16px;
		left: 35px;
		bottom: 13px;
		background-size: 16px;
	}
}

/* /メインビジュアル/
   ========================================================================== */

.topbana .mainv{
	z-index: 0;
	position: relative;
}

.topbana .mainv .mvtelbox{
	top: 0;
	right: 20px;
	position: absolute;
	margin-top: 30px;
}

@media only screen and (max-width: 850px) {
.topbana .mainv .mvtelbox{
	margin-top: 15px;
}
}



.topbana .mvtel1{
	z-index: 1;
	display: inline-block; 
	margin-right: 10px;
}

.topbana .mvtel2{
	z-index: 1;
	display: inline-block; 
}

.topbana .mvtel1 a{
  pointer-events:none;/*リンクを非リンクに変える*/
  cursor:default;/*マウスカーソルを矢印のまま変えない*/
  text-decoration:none;/*下線を消す*/
}

.topbana .mvtel2 a{
  pointer-events:none;/*リンクを非リンクに変える*/
  cursor:default;/*マウスカーソルを矢印のまま変えない*/
  text-decoration:none;/*下線を消す*/
}



	
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.mainv .mainvpc { display: block !important; }
.mainv .mainvsp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 670px) {
    .mainv .mainvpc { display: none !important; }
    .mainv .mainvsp { display: block !important; margin:auto;}
}

@media screen and (max-width: 1125px) {
	.topbana .mvtel1 a{
		pointer-events:auto !important;/*リンクを非リンクに変える*/
		cursor:default;/*マウスカーソルを矢印のまま変えない*/
		text-decoration:none;/*下線を消す*/
	}
	.topbana .mvtel2 a{
		pointer-events:auto !important;/*リンクを非リンクに変える*/
		cursor:default;/*マウスカーソルを矢印のまま変えない*/
		text-decoration:none;/*下線を消す*/
	}
}



	
@media only screen and (max-width: 768px) {
	.topbana .mainv{
	position: relative;
}

.topbana .mainv .mvtelbox{
	top: 0;
	right: 	10px;
	position: absolute;
}

.topbana .mainv .mvtelbox img{
	width: 100%;
}

.topbana .mvtel1 img{
	margin-right: -25px;

}
.topbana .mvtel2 img{
	margin-right: -25px;

}

}


@media only screen and (max-width: 670px) {
	.greybutton.btn-3 span::after {
		border-width: 1.7vw 0 1.7vw 2.5vw;
	}
}



@media only screen and (max-width: 570px) {
	.topbana .mainv{
	position: relative;
}

	
.topbana .mainv .mvtelbox{
	top: 0;
	right: 	10px;
	position: absolute;
	margin-top: 10px;
}

.topbana .mainv .mvtelbox img{
	width: 100%;
}

.topbana .mvtel1 img{
	margin-right: -45px;

}
.topbana .mvtel2 img{
	margin-right: -45px;

}

}
	


@media only screen and (max-width: 500px) {
	.topbana .mainv{
	position: relative;
}

	
.topbana .mainv .mvtelbox{
	top: -2px;
	right: 	10px;
	position: absolute;
	
}

.topbana .mainv .mvtelbox img{
	width: 100%;
}

.topbana .mvtel1 img{
	margin-right: -75px;

}
.topbana .mvtel2 img{
	margin-right: -75px;

}

}


@media only screen and (max-width: 415px) {
	.topbana .mainv{
	position: relative;
}

	
.topbana .mainv .mvtelbox{
	top: -2px;
	right: 	10px;
	position: absolute;
}

.topbana .mainv .mvtelbox img{
	width: 100%;
}

.topbana .mvtel1{
	margin-right: 3px;

}
.topbana .mvtel1 img{
	margin-right: -90px;

}
.topbana .mvtel2 img{
	margin-right: -90px;

}

}





@media only screen and (max-width: 355px) {
	.topbana .mainv{
	position: relative;
}

	
.topbana .mainv .mvtelbox{
	top: -2px;
	right: 	10px;
	position: absolute;
	margin-top: 10px;
}

.topbana .mainv .mvtelbox img{
	width: 100%;
}

.topbana .mvtel1{
	margin-right: 3px;

}
.topbana .mvtel1 img{
	margin-right: -105px;

}
.topbana .mvtel2 img{
	margin-right: -105px;

}
}





.twinButton a{
	text-decoration: none;
}

.b-part2{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    /*font-weight: 500;*/
}

.part3risoku{
	margin: 25px 0 40px 0;
}
	

.txtjikantai{
	font-size: 1.6em;
	line-height: 1.3em;
	padding: 20px 0 0 0;
	text-align: center;
}





@media only screen and (max-width: 768px) {
	.txtjikantai{
	font-size: 1.4em;
	line-height: 1.3em;
	padding: 10px 0;
	text-align: center;
}
}

@media only screen and (max-width: 500px) {
	.txtjikantai{
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 5px 0;
	text-align: center;
}
}

	@media only screen and (max-width: 400px) {
	.txtjikantai{
	font-size: 0.9em;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {	
.btngraymarg{
	margin-left: 0;
	}
	}

}

p.nowrapspan span{
    white-space: nowrap;
}


.subTitleInner{
	font-weight: bold; 
	padding: 10px 5px; 
	text-align: center; 
	letter-spacing: 0.02em; 
	line-height: 1.3em;
}


@media all and (-ms-high-contrast: none) {
	.subTitleInner{
	padding: 17px 5px 10px 5px;
}
	
	.accboxWrap p.centerTxt{
	padding: 15px 0 0 0;
}
	
/*ラベル*/
.accbox label {
    padding : 20px 10px 15px 10px;
}

}

@media only screen and (max-width: 449px) {
	.btnorange-width{
		margin:0 20px 0 15px;
	}
	.btnorange-width .moreOuter{
		width: 100%;
		height: 70px;
	}
	.btngrayt1-width{
		width: 90%;
		height: 70px;

	}
}

@media only screen and (max-width: 600px) {
	.button-type1-orange{
		margin-right: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.btnorange-width{
		margin:0 20px 0 20px;
	}
	.btnorange-width .moreOuter{
		width: 100%;
		height: 70px;
	}
	.btngrayt1-width{
		width: 92%;
		height: 70px;
	}
	
	.btnorange1-width{
		margin:0 160px 0 0px;
		width: 100%;
	}
	
	.btnorange1-width .moreOuter{
		height: 70px;
	}
	.btngrayt1gr-width{
		/*width: 92%;*/
		margin:0 0 0 20px;
		height: 70px;
	}
}

@media only screen and (max-width: 535px) {
	.btnorange1-width{
		margin:0 120px 0 0px;
	}
	.btnorange1-width .moreOuter{
		width: 100%;
		height: 70px;
	}
	.btngrayt1gr-width{
		/*width: 90%;*/
		height: 70px;

	}
}

@media only screen and (max-width: 449px) {
	.btnorange1-width{
		margin:0 160px 0 0px;
	}
	.btnorange1-width .moreOuter{
		width: 100%;
		height: 70px;
	}
	.btngrayt1gr-width{
		width: 90%;
		height: 70px;

	}
	
	.btnorange2-width{
		width: 100%;
		margin:0 60px 0 0px;
	}
	.btnorange2-width .moreOuter{
		height: 70px;
	}
	.btngrayt2gr-width{
		margin-left: 10px;
		height: 70px;

	}
	.tashaattfont{
		font-size: 0.9em; 
		line-height: 1.2em;
		letter-spacing: -0.1em;
	}
	.hensaiWrap p.hensaiT2 span{
	/*font-size: 1.0em;*/
	white-space: nowrap;
	}
	.uketukefont{
		font-size: 0.9em;
		margin: 0;
	}
}

@media only screen and (max-width: 330px) {
	.uketukefont{
		font-size: 0.8em;
		margin: 0;
	}
}

@media only screen and (max-width: 345px) {
	
	.btnorange-width .moreOuter{
		width: 105%;
		height: 70px;
	}
	
	.btngrayt1-width{
		width: 90%;
		height: 70px;
		margin:0 15px 0 0;
	}
	
	
}

@media only screen and (max-width: 345px) {
	
	.btnorange2-width .moreOuter{
		width: 105%;
		height: 70px;
	}
	
	.btngrayt2gr-width{
		/*width: 90%;*/
		margin-left: 20px;
	}
}


@media only screen and (max-width: 350px) {
	
.accboxsi label.simTitle {
	font-size: 19px;
}
	
}

@media only screen and (max-width: 360px) {
	
img.redbtn100  {
	width: 100%;
}
}

.margincenter{
	margin: 0 auto;
}

@media screen and (max-width:330px) {
.hensaiWrap p.hensaiT2{
	font-size: 0.9em;
	margin: 0px;
}
}



