@charset "utf-8";
/* CSS Document */

body{

	font-family:'Noto Sans JP',"游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.9;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
p{margin: 0;padding: 0;}
.left{float: left;}
.right{float: right;}
.cFix:after {
display: block;
clear: both;
content: "";
}
img{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}
.row{margin: 0;
padding: 0;}
.center{text-align: center;}

.pc_view{	display: block;}
.sp_view{	display: none;}


.mg-0{margin:0;}
.pd-0{padding:0;}
.pd-t1{padding-top: 1%!important;}
.pd-t2{padding-top: 2%!important;}
.pd-t3{padding-top: 3%!important;}
.pd-t5{padding-top: 5%!important;}
.pd-b3{padding-bottom: 3%!important;}
.pd-b5{padding-bottom: 5%!important;}
.pd-r1{padding-right: 1%!important;}
.mg_t1{margin-top: 1%!important;}
.mg_t2{margin-top: 2%!important;}
.mg_t3{margin-top: 3%!important;}
.mg_t5{margin-top: 5%!important;}
.mg_b3{margin-bottom: 3%!important;}
.mg_b5{margin-bottom: 5%!important;}
.mg_b2{margin-bottom: 2%!important;}
.mg_l2{margin-left: 2%!important;}
.pd-x15px{padding: 0 15px;}

.border01{border: 1px solid #222222;}
.f-bld{font-weight: bold;}
.f-26{font-size: 26px}
.f-30{font-size: 30px}
.f-32{font-size: 32px}
.f-36{font-size: 36px}
.c_Lblue{color: #0088e7;}
.c_red{color: #e60012;}
.marker-under{background: linear-gradient(transparent 60%, #ff6 60%);}

.wrap{max-width: 1040px;
margin: 0 auto;}
.w_940{max-width:940px;
margin: 0 auto;}
.w_850{max-width:850px;
margin: 0 auto;}
.w_700{max-width:700px;
margin: 0 auto;}


header div{
	display: flex;
	justify-content: space-between;
align-items: center;

}
header img{
	height: 60px;
	width: auto;
}
header p{
	font-size: 120%;

}
.fv{
	position: relative;
}
.fv p{
	z-index: 1000;
	position: absolute;
	left: 46%;
	top: 10%;
	font-size: 130%;
}
.fv p span{
	color: #00ab4c;
}
.fv img{
	width: 100%;
	vertical-align: bottom;
	z-index: 1
}
/***パラメータ【&txt=5】時***/
.fv_02{
	position: relative;
}
.fv_02 p{
	z-index: 1000;
	position: absolute;
	left: 47%;
	top: 5%;
	font-size: 130%;
}
.fv_02 p span{
	color: #00ab4c;
}
.fv_02 img{
	width: 100%;
	vertical-align: bottom;
	z-index: 1
}

/***パラメータ【&txt=5】ここまで***/


p.number_L{
	margin-left: 14%;
}
p.number_S{
	margin-left: 4%;
}


.sec_Present{padding-bottom: 7%;}
.sec01{
	background: url(../images/sec01_bg.png) no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.sec01 p,.sec02 p,.sec03 p,.sec04 p{margin-bottom: 5%;}

.sec06 .sec06-phot{
	width: 50%;
}
.sec06 .sec06-text{

	width: 50%;
	padding: 3.5% 5%;
}
.sec06 .sec06-text img{
display: block;
	vertical-align: bottom;
}
.sec06 .sec06-text p{
	padding: 3% 0;
}
.sec08{
	background: url(../images/sec08_bg.png) no-repeat;
	background-position: center top;
	background-size: cover;
	padding-bottom: 5%;
}
.sec08 .w_700{
	padding:0 0px 200px;
}
.sec08 .w_700 img{
	margin-top: -80px;
}
.sec08 .w_700 p{
	line-height: 2.5;
	font-weight: bold;
}
.attention{
	padding: 3% 0;
	background: #e5f3fd;
	font-size: 90%;
	text-align: center;
}
.attention p{
	text-indent: -1em;
padding-left: 1em;
text-align: left;
}
.attention02{
	padding: 2% 0;
}
.attention02 p{
	display: inline-block;
	padding: 1% 5% 0.5%;
	border: 2px solid orange;
	background-color: #fff6a5;
	font-size: 120%;
	border-radius: 10px;
}
a.pageBtn{
	height: 140px;
	display: block;
}
a.pageBtn img:hover{
	padding-top: 5px;
}
.title_back_red{
	background: #dd171f;
}

footer{
	padding: 2%;
}

/****20210108追加※1月～4月の注意分*****/
header p.j-a_warning{
	background: #ffeb3b;
	padding: 1rem ;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
	margin: 1rem auto;
	float: none;
	font-size: 110%;
}
header p.j-a_warning span{
	font-weight: bold;
	color: red;
}

/****20220209追加※サンクスページにシュミレーター追加*****/

.simulator{
	padding: 10%;
margin: 5% 10%;
background: aliceblue;
}
.fukidashi_p{
	padding: 10px;
font-size: 140%;
background: bisque;
border-radius: 50px;
text-align: center;
position: relative;
display: flow-root;
}
.fukidashi_p:before {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -15px;
border: 15px solid transparent;
border-top: 15px solid #ffe4c4;
}
.simulator p.title{
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	background: #097d97;
	padding: 20px;
	color: #fff;
	margin-top: 8px;
}
p.title img{
	width: 30px;
display: inline-block;
vertical-align: text-bottom;
margin-right: 10px;
}
.result_box{
	display: flex;
justify-content: space-between;
border: solid 1px #ffa41e;
height: 64px;
}
.result_box p{
	padding: 15px;
	font-weight: bold;

}
.avg_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
p.avg_mp{
	background: #ffa41e;
color: #fff;
letter-spacing: 1px;
position: relative;
display: flex;
align-items: center;
}
p.avg_mp:before {
content: "";
position: absolute;
top: 0;
left: 100%;
border: 32px solid transparent;
border-left: 15px solid #ffa41e;
}
p.avg b{
	font-size: 150%;
	line-height: 1;
	color: red;
	margin: 5px 5px 0;
	display: inline-block;
	vertical-align: text-bottom;
}
.simulator form{
	padding-top: 20px;
}
.simulator .form-group{
	padding: 5px 0;
}
.simulator .col-xs-7,.simulator .col-xs-5{
	padding: 0;
}

.simulator label{
	font-weight: normal;
	padding-right: 15px;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 4px 6px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #ffa41e;
	border-radius: 10px;
	margin-right: 3px;
}
.simulator-form p{
	text-align: right;
}
.simulator-form .row{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}


/*250422_サンクスページに電話対応確認のモーダル追加*/

.modal_01{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #333333cf;
z-index: 100;
}
.modal_in_img{
	max-width: 700px;
	margin: 0 auto;
	padding: 2% ;
	display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.modal_in_img img{
	width: 90%;
}


/*レスポンシブここから*/

@media (max-width: 1200px){

}


@media (max-width: 1000px){
.wrap,.w_940{padding: 0 15px;}
.fv p{
	top: 10%;
	left: 35%;
	font-size: 120%;
	line-height: 1.3;
}
.fv_02 p{
	line-height: 1.2;
}
header p{
	font-size: 95%;
}
.attention p{
	margin: 0 0 0 15px;
}
}


@media (max-width: 767px){
.pc_view{	display: none;}
.sp_view{	display: block;}

.form-erea{
	width: 95%;
	   margin: 0 auto;
	float: none;
}
.pr_box .dis_flex{
	display: block;
}
.pr_box .dis_flex p{
	text-align: center;
	line-height: 1.3;
	padding: 4% 2%;
}
.pr_box .dis_flex img{
	width: 80%;
	margin: 10px auto 0;
	display: block;
}
.fv p{
	right:5%;
	top: 5%;
	left: 0;
	font-size: 130%;
	line-height: 1.3;
}
.fv_02 p{
	top: 5%;
	left: 2%;
	font-size: 130%;
	line-height: 1.3;
}
.fv_02 p span{
	font-size: 6.5vw!important;
}
header p{
	font-size: 100%;
	text-align: center;
}
header div{
	flex-direction: column-reverse;
}
header img{
	height: 40px;
}
.result_box p{
	padding: 5px;
	font-size: 1.8vw;
}




}
@media (max-width: 640px){
	.f-30 {
		font-size: 130%;
	}
	p.number_L {
		margin-left: 6%;
	}
	.form-in input, .form-in select {
	padding: 2%;
	font-size: 100%;
}
.simulator{
	padding: 15px;
	margin: 5% 0;
}
.simulator p.title{
	font-size: 100%;
}
.result_box{
	height: 50px;
}
.result_box p{
	padding: 10px;
	font-size: 90%;
}
p.avg_mp:before{
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	border: 25px solid transparent;
	border-left: 10px solid #ffa41e;
}
.simulator .col-xs-6{
	padding: 0;
}
.simulator label{
	font-size: 90%;
	padding-right: 15px;
}
.fukidashi_p{
	font-size: 85%;
}
.pr_box .dis_flex img{
	width: 100%;

}
.dis_sp{display: block;}
.dis_pc{display: none;}

.fv p span{
	font-size: 6.5vw!important;
}
.fv_02 p{
	top: 5%;
	left: 2%;
	font-size: 130%;
	line-height: 1.3;
}
.fv_02 p span{
	font-size: 6.5vw!important;
}

}

@media (max-width: 500px){
.result_box p {
padding: 5px;
font-size: 2.5vw;

}

}
