@charset "utf-8";

/***************************************
		基本設定
***************************************/
body{
	width:100%;
	background-image: linear-gradient(180deg, rgba(0, 193, 255, 1) 3%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) );
}

body.thanks-body{
	width:100%;
	background:#FFF;
}

.PC { display: block !important; }
.SP { display: none !important; }

a[href^="tel:"] { pointer-events: none; }

#warpper{
	max-width:1400px;
	height: auto;
	margin:0 auto;
	padding:0;
	/*overflow: hidden;*/
}

#warpper-inner{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 100px 0 0 0;
	background: #FFF;
}

.sticky-box{
	width: 100%;
	height: auto;
}

/***************************************
		header
***************************************/
header{
	max-width:1400px;
	margin:25px auto;
	padding:0;
	position:relative;
}

#header_top{
	width: 260px;
	padding:0 0 0 70px;
	text-align:left;
} 

#header_top p{
	font-size:14px;
	font-weight:900;
	margin-bottom:10px;
	color: #484848;
}
#header_top h1{ width:254px; }



/***************************************
		コンテンツ
***************************************/
#main-visual{
	width: 980px;
	margin:-200px auto 0 auto;
	padding:0;
	position: relative;
}

/*#main-visual::after{
	content: '';
	background: url("../images/main-pao.png") no-repeat center top;
	width: 165px;
	height: 284px;
	position: absolute;
	right: -80px;
	top: -60px;
}*/


#annai-bnr{
	width: 420px;
	margin:50px auto;
}


#about{
	width: 1200px;
	margin:50px auto;
}

#about h2{
	width: auto;
	margin:0 auto 80px auto;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: #000;
}

#about h2>p{
	margin-bottom:15px;
	font-size: 0.8em;
	color: #EE007A;
}

.about-txt{
	width: 980px;
	margin:0 auto;
	text-align: left;
	font-size: 1em;
	line-height: 2.4em;
}




/*		merit
**********************************/
#merit{
	width: 1200px;
	margin: 150px auto 0 auto;
	padding: 50px 0;
	background: #FDF7ED;
	position: relative;
}

#merit h2{
	width: 450px;
	padding: 25px 50px;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: #000;
	background: #fff;
	border-radius: 18px;
	border: 1px solid #000000;
	box-sizing: border-box;
	position: absolute;
	top: -5%;
	left: 50%;
	transform: translateX(-50%);
}

#merit h2 > span{
	font-size: 0.7em;
	margin:0 auto 10px auto;
	padding: 5px 15px;
	background: #FDCE09;
	display:inline-block;
}
 
#merit h2::after {
	content: '';
	background: url("../images/h2-tit_under.svg") no-repeat center top;
	width: 55px;
	height: 20px;
	position: absolute;
	left: 45%;
	bottom: -20px;
}

.merit-box{
	width: 1000px;
	margin: 70px auto 35px auto;
}
.merit-box p{ line-height: 2.2em; }
.merit-box span{ font-weight: bold; }

h3.mert-h3_tit01,.mert-h3_tit02{
	margin: 0 auto 15px auto;
	font-size: 1.6em;
	font-weight: bold;
	color: #EE007A;
	text-align: left;
	display: block;
}

h3.mert-h3_tit01::before {
	content: url("../images/h3-icn01.svg");
	width: 60px;
	height: 60px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

h3.mert-h3_tit02::before {
	content: url("../images/h3-icn02.svg");
	width: 60px;
	height: 60px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.merit-box_flex{
	display: flex;
	justify-content: space-between;
}

.merit-box_flex img{ margin-left: 50px; }



/*		otoiawase
**********************************/
.otoiawase{
	width: 1200px;
	margin:100px auto;
}

.otoiawase .inner{
	width: 700px;
	margin:0 auto;
}

.otoiawase h2{
	width: 370px;
	margin: 0 auto 25px auto;
	text-align:center;
}

a.otoiawase-btn{
	width: 400px;
	margin: 0 auto;
	padding: 4% 2%;
	color: #FFF !important;
	background: #EE007A;
	border: 2px solid #EE007A;
	box-shadow: 0 6px 3px #c9c9c9;
	border-radius: 100vh;
	display: block;
	font-size: 1.4em;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	line-height: 1.3em;
	position: relative;
	transition: all 160ms;
}

a.otoiawase-btn::after {
	content: url("../images/otoiawase_icn02.svg");
	display: inline-block;
	position: absolute;
	top: 30px;
	right: 35px;
}

a.otoiawase-btn:hover {
	background: #FFF;
	color: #EE007A !important;
	border: 2px solid #EE007A;
}

a.otoiawase-btn:hover::after {
	content: url("../images/otoiawase_icn01.svg");
	display: inline-block;
	position: absolute;
	top: 30px;
	right: 35px;
}

.otoiawase p{
	margin-top: 25px;
	font-size: 0.7em;
	text-align:center;
}



/*		economy
**********************************/
#economy{
	width: 1200px;
	margin: 200px auto 0 auto;
	padding: 50px 0 100px 0;
	background: #FDF7ED;
	position: relative;
}

#economy h2{
	width: 600px;
	padding: 25px 0;
	text-align: center;
	font-size: 1.8em;
	line-height: 1.6em;
	font-weight: bold;
	color: #000;
	background: #fff;
	border-radius: 18px;
	border: 1px solid #000000;
	box-sizing: border-box;
	position: absolute;
	top: -4%;
	left: 50%;
	transform: translateX(-50%);
}

#economy h2::before {
	content: '';
	background: url("../images/h2-tit_top.png") no-repeat center top;
	width: 255px;
	height: 55px;
	position: absolute;
	left: 30%;
	top: -35px;
}

#economy h2::after {
	content: '';
	background: url("../images/h2-tit_under.svg") no-repeat center top;
	width: 55px;
	height: 20px;
	position: absolute;
	left: 45%;
	bottom: -20px;
}

.economy-box{
	width: 1100px;
	margin: 100px auto 0 auto;
}
.economy-box span{ font-weight: bold;}

.economy-box h3{
	width: auto;
	margin: 0 auto 35px auto;
	padding: 10px 0 10px 55px;
	background: #ffffff;
	box-shadow: 6px 6px 0 #F9CA09;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	color: #000;
	position: relative;
}

.economy-box h3::before{
	content: url("../images/h3-icn_pen.svg");
	width: 33px;
	height: 33px;
	margin-right: 15px;
	position: absolute;
	bottom: 0;
	left: 10px;
	top: 8px;
}

.economy-box_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.economy-box_flex p{ line-height: 2.2em; }
/*.mbf50 { margin-right: 50px; }*/
.economy-box_flex_left img{ margin-top: 25px; }
.economy-box_flex_right{ margin-left: 50px; }

a.battery-btn{
	width: 300px;
	margin: 0 auto;
	padding: 25px 0;
	color: #EE007A !important;
	background: #FFF;
	border: 4px solid #EE007A;
	box-shadow: 0 6px 3px #c9c9c9;
	border-radius: 100vh;
	display: block;
	font-size: 1.4em;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	line-height: 1.3em;
	position: relative;
	transition: all 160ms;
}

a.battery-btn::after {
	content: '▶';
	display: inline-block;
	position: absolute;
	top: 24px;
	right: 20px;
}

a.battery-btn:hover {
	background: #EE007A;
	color: #FFF !important;
	border: 4px solid #EE007A;
}

a.sekou-btn{
	width: 300px;
	margin: 0 auto;
	padding: 25px 0;
	color: #EE007A !important;
	background: #FFF;
	border: 4px solid #EE007A;
	box-shadow: 0 6px 3px #c9c9c9;
	border-radius: 100vh;
	display: block;
	font-size: 1.4em;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	line-height: 1.3em;
	position: relative;
	transition: all 160ms;
}

a.sekou-btn::after {
	content: '▶';
	display: inline-block;
	position: absolute;
	top: 24px;
	right: 20px;
}

a.sekou-btn:hover {
	background: #EE007A;
	color: #FFF !important;
	border: 4px solid #EE007A;
}



/*		point
**********************************/
#point{
	width: 1200px;
	margin: 200px auto 0 auto;
	padding: 70px 0 100px 0;
	background: #FDF7ED;
	position: relative;
}

.point-txt{
	width: 850px;
	margin: 35px auto;
	line-height: 2.2em;
}

#point h2{
	width: 600px;
	padding: 25px 0;
	text-align: center;
	font-size: 1.8em;
	line-height: 1.6em;
	font-weight: bold;
	color: #000;
	background: #fff;
	border-radius: 18px;
	border: 1px solid #000000;
	box-sizing: border-box;
	position: absolute;
	top: -3%;
	left: 50%;
	transform: translateX(-50%);
}

#point h2::before {
	content: '';
	background: url("../images/h2-tit_top.png") no-repeat center top;
	width: 255px;
	height: 55px;
	position: absolute;
	left: 30%;
	top: -35px;
}

#point h2::after {
	content: '';
	background: url("../images/h2-tit_under.svg") no-repeat center top;
	width: 55px;
	height: 20px;
	position: absolute;
	left: 45%;
	bottom: -20px;
}

.point-box{
	width: 1100px;
	margin: 50px auto 0 auto;
}
.point-box p{ line-height: 2.2em;}
.point-box img{ margin-top: 25px;}

.point-box_flex{
	width: 1100px;
	margin: 80px auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.point-box_flex_left{
	width: auto;
	margin-right: 50px;
}
.point-box_flex p{ line-height: 2.2em;}
.point-box_flex img{ margin-top: 25px;}

h3.point-h3_tit01,
h3.point-h3_tit02,
h3.point-h3_tit03,
h3.point-h3_tit04,
h3.point-h3_tit05{
	margin: 0 auto 15px auto;
	font-size: 1.6em;
	font-weight: bold;
	color: #EE007A;
	text-align: left;
	display: block;
}

h3.point-h3_tit01::before {
	content: url("../images/h3-icn01.svg");
	width: 60px;
	height: 60px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

h3.point-h3_tit02::before {
	content: url("../images/h3-icn02.svg");
	width: 60px;
	height: 60px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

h3.point-h3_tit03::before {
	content: url("../images/h3-icn03.svg");
	width: 60px;
	height: 60px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

h3.point-h3_tit04::before {
	content: url("../images/h3-icn04.svg");
	width: 60px;
	height: 60px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

h3.point-h3_tit05::before {
	content: url("../images/h3-icn05.svg");
	width: 60px;
	height: 60px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.point-end{
	width: 865px;
	margin: 100px auto 0 auto;
}



/*		no1
**********************************/
#no1{
	width: 1200px;
	margin: 100px auto 0 auto;
	padding: 100px 0 50px 0;
	background: #FBFAE8;
}

#no1 h2{
	width: 930px;
	margin: 0 auto;
}

.no1-otoiawase{
	width: auto;
	margin:50px auto;
}

.no1-tel{ text-align: center; }
.no1-tel p {
	margin-top: 15px;
	font-size: 1em;
	font-weight: bold;
}

ul.no1-btn{
	width: 670px;
	margin:50px auto 0 auto;
}

ul.no1-btn li{
	display: inline-block;
	margin: 0 20px;
}

ul.no1-btn li:first-child{ margin-left: 0; }
ul.no1-btn li:last-child{ margin-right: 0; }

a.no1-btn01{
	width: 300px;
	margin: 0 auto;
	padding: 25px 0;
	color: #FFF !important;
	background: #01A73A;
	border: 4px solid #01A73A;
	border-radius: 18px;
	display: block;
	font-size: 1.4em;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	line-height: 1.3em;
	position: relative;
	transition: all 160ms;
}

a.no1-btn01::after {
	content: '▶';
	display: inline-block;
	position: absolute;
	top: 24px;
	right: 15px;
}

a.no1-btn01:hover {
	background: #FFF;
	color: #01A73A !important;
	border: 4px solid #01A73A;
}

a.no1-btn02{
	width: 300px;
	margin: 0 auto;
	padding: 25px 0;
	color: #FFF !important;
	background: #EE007A;
	border: 4px solid #EE007A;
	border-radius: 18px;
	display: block;
	font-size: 1.4em;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	line-height: 1.3em;
	position: relative;
	transition: all 160ms;
}

a.no1-btn02::after {
	content: '▶';
	display: inline-block;
	position: absolute;
	top: 24px;
	right: 10px;
}

a.no1-btn02:hover {
	background: #FFF;
	color: #EE007A !important;
	border: 4px solid #EE007A;
}



/*		about-yume
**********************************/
#about-yume{
	max-width:1400px;
	margin:0 auto;
	padding:0;
	background:#FFF;
}

.about-yume_box{
	max-width:1200px;
	margin:25px auto;
	padding:15px 0;
	background:#FFF;
}

.about-yume-left{
	width:305px;
	text-align:center;
	float:left;
}

.about-yume-right{
	width:850px;
	text-align:left;
	float:right;
	font-size: 14px;
}
.about-yume-right p{ margin-bottom:10px; }

.about-yume-foot{
	max-width:1400px;
	background:url("../images/about_bk_pc.png")no-repeat;
	background-size:cover;
}

.about-yume-foot::before{
	content:"";
	display: block;
	padding-top:21%;
}



/***************************************
		form
***************************************/
#form{
	width:1000px;
	margin:100px auto 0 auto;
}

#form h2{
	width:100%;
	margin:0 auto;
	text-align: center;
}

#form .inner{
	margin: 30px auto;
	padding:25px 0; /*10px 0*/
	background:#90C31E;
}

.form-tit{
	width:100%;
	margin:25px auto;
	text-align:center;
}

.form-wrap{
	width:900px;
	margin:15px auto;
	padding-bottom: 10px;
	background:#FFF;
}

.form-wrap h3{
	margin: 0 auto;
	padding:15px 0;
	background:#F4F9E9;
	font-size:22px;
	font-weight:900;
	text-align:center;
}

.form-sec{ display:flex; }

.fs-left,.fs-left02{
	width:250px;
	padding:25px 0 25px 20px;
	background:#F4F3E1;
	font-size:16px;
	color:#000;
	font-family:"Hiragino Maru Gothic ProN W4", sans-serif;
	border-bottom:2px solid #E1E1E1;
}

.fs-left span{
	padding-left:45px;
	font-size:12px;
	font-weight:100;
}

.fs-left::before{
	content:'必須';
	display: inline-block;
	width:40px;
	margin-right:5px;
	padding: 5px 0;
	font-size:12px;
	font-weight:900;
	text-align: center;
	color:#FFF;
	background:#4AA34A;
	border-radius:8px;
	vertical-align:middle;
}

.fs-left02::before{
	content:'任意';
	display: inline-block;
	width:40px;
	margin-right:5px;
	padding: 5px 0;
	font-size:12px;
	font-weight:900;
	text-align: center;
	color:#FFF;
	background:#ACACAC;
	border-radius:8px;
	vertical-align:middle;
}

.fs-right{
	width:650px;
	padding:25px 0 25px 25px;
	background:#FFF;
	border-bottom:2px solid #E1E1E1;
}

.form-end{
	width: 550px;
	margin: 15px auto;
	font-size: 12px;
	text-align: left;
	line-height: 180%;
}

.form-end > a:link{
	color:#01A73C;
	text-decoration: underline;
}

input{
	padding:0 0 0 5px;
	background:#FFFFE4;
	border-radius:12px;
}

input[type="tel"] {
	width:100% !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="email"] {
	width:100% !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

select{ color:#000; }
.sl-width{ width: 150px; }

textarea {
    width: 400px !important;
    height: 150px !important;
	border-radius:12px;
}

ul.form-list{
	list-style:none;
	margin:0;
	padding:0;
}

ul.form-list > li{
	width: calc(45% - 6px);
	margin: 3px;
	float:left;
	font-size: 0.9em;
}

ul.form-list2{
	list-style:none;
	margin:0;
	padding:0;
}

ul.form-list2 > li{
	width: calc(45% - 6px);
	margin: 8px 0;
	float:left;
	font-size: 0.9em;
}


/******** 確認画面 ********/
.form-wrap table{
	width:700px;
	margin:0 auto;
	border:none !important;
}

.form-wrap th{
	width:130px;
	padding:10px 0 10px 5px;
	background:#F4F3E1;
	border-bottom:solid #DDD;
	border-width:0 0 1px 0;
	vertical-align:middle;
	text-align:left;
	font-size: 14px;
}

.form-wrap td{
	width:400px;
	padding:10px 0 10px 5px;
	border-bottom:solid #DDD;
	border-width:0 0 1px 0;
	font-size: 14px;
}
.bno{ border: none !important; }

.button02 {
	display: inline-block !important;
	font-size : 20px !important;
	font-weight: 900;
	text-align: center !important;
	cursor: pointer !important;
	padding: 20px 60px !important;
	background: #DA1E79 !important;
	color: #ffffff !important;
	line-height: 1em !important;
	transition: .3s !important;
	border: 2px solid #DA1E79 !important;
	position:relative;
}

.button02::after{
	content:url("../images/button02_icn.png");
	display: inline-block;
	position: absolute;
    top: 27%;
    right: 5%;
}
.button02:hover { opacity: 0.6; }

.b-span{
	margin-right:15px;
	padding:5px 8px;
	background:#FFF;
	font-size: 22px;
	font-weight: 900;
	color: #DA1E79;
	border-radius: 4px;
}



/***************************************
		追従バナー
***************************************/
#under{ display:none !important; }
.under-box{ display:none !important; }
.btn_activ{ display:none !important; }

.sticky-box #side{
	position: sticky;
	position: -webkit-sticky;
	top: 63%;
	left: 85%;
	z-index: 999;
	width: 200px;
	height: 200px;
	display: inline-block;
}

.side-bnr{
	width:200px;
	height:200px;
	background:url('../images/side-bnr01.png');
}
.side-bnr:hover{
	width:200px;
	height:200px;
	background:url('../images/side-bnr02.png');
}


/***************************************
		footer
***************************************/
footer{
	width:100%;
	margin: 0 auto;
	padding:15px 0;
	background:#DA1E79;
}

.footer_inner{
	width:1000px;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	color:#FFF;
}


/***************************************
		thanks
***************************************/
#thanks_contents{
	max-width: 1100px;
	margin: 200px auto;
	background: #fffced;
	padding: 50px;
	border-radius: 18px;
}

.thanks_box{ 
	display:flex;
	align-items: center;
}

.thanks-txt{
	width:800px;
	margin:0 35px 0 0;
}

.thanks-txt p{
	line-height: 180%;
	text-align: left;
	margin-bottom: 10px;
}

.thanks-img{ width:300px; }

.thanks-txt > h3{
	margin: 0 auto 25px auto;
	text-align: left;
	color: #f00;
	font-size: 28px;
	font-weight: 900;	
}