@charset "utf-8";

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


body.thanks-body{
	width:100%;
}

*{
	padding:0;
	margin:0;
}

img{
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

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

#warpper{
	width:100%;
	overflow: hidden;
}

#warpper-inner{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}


/***************************************
		header
***************************************/
header{
	width:100%;
	margin:0 auto;
	padding:0;
}

#header_top{
	width:98%;
	margin:3% auto;
	padding-left: 2%;
	text-align:left;
}

#header_top p{
	font-size: 11px;
	font-weight: 900;
	margin-bottom: 2%;
	color: #484848;
}
#header_top h1{ width:50%; }



/***************************************
		コンテンツ
***************************************/
#main-visual{
	width:100%;
	margin:0 auto;
	padding:0;
}

#annai-bnr{
	width: 90%;
	margin:5% auto;
}

#about{
	width: 96%;
	margin:8% auto;
}

#about h2{
	width: auto;
	margin:0 auto 8% auto;
	text-align: center;
	font-size: 1.4em;
	font-weight: 900;
	color: #000;
}

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

.about-txt{
	width: 90%;
	margin:0 auto;
	text-align: left;
	font-size: 1em;
	line-height: 2em;
}



/*		merit
**********************************/
#merit{
	width: 100%;
	margin: 30% auto 0 auto;
	padding: 10% 0;
	background: #FDF7ED;
	position: relative;
}

#merit h2{
	width: 80%;
	padding: 5% 0;
	text-align: center;
	font-size: 1.4em;
	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%);
}

#merit h2 > span{
	font-size: 0.7em;
	margin:0 auto 3% 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: 40%;
	bottom: -20px;
}

.merit-box{
	width: 90%;
	margin: 15% auto 0 auto;
}
.merit-box p{ line-height: 2em; }
.merit-box span{ font-weight: 900; }

h3.mert-h3_tit01,.mert-h3_tit02{
	margin: 0 auto 5% auto;
	padding-left: 60px;
	font-size: 1.3em;
	font-weight: bold;
	color: #EE007A;
	text-align: left;
	line-height: 1.6em;
	display: block;
	position: relative;
}

h3.mert-h3_tit01::before {
	content: '';
	background: url("../images/h3-icn01.svg") no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	top: -25%;
}

h3.mert-h3_tit02::before {
	content: '';
	background: url("../images/h3-icn02.svg") no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
}

.merit-box_flex p{ 
	margin-bottom: 10%;
	line-height: 2em;
}



/*		otoiawase
**********************************/
.otoiawase{
	width: auto;
	margin:15% auto;
}

.otoiawase .inner{
	width: 90%;
	margin:0 auto;
}

.otoiawase h2{
	width: 100%;
	margin: 0 auto 5% auto;
	text-align:center;
}

a.otoiawase-btn{
	width: 100%;
	margin: 0 auto;
	padding: 8% 0;
	color: #FFF !important;
	background: #EE007A;
	box-shadow: 0 6px 3px #c9c9c9;
	border-radius: 100vh;
	display: block;
	font-size: 1.2em;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	position: relative;
}

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

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



/*		economy
**********************************/
#economy{
	width: 100%;
	margin: 40% auto 0 auto;
	padding: 25% 0 10% 0;
	background: #FDF7ED;
	position: relative;
}

#economy h2{
	width: 80%;
	padding: 7% 0 5% 0;
	text-align: center;
	font-size: 1.4em;
	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%);
}

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

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

.economy-box{
	width: 90%;
	margin: 15% auto 0 auto;
}
.economy-box span{ font-weight: 900;}

.economy-box h3{
	width: auto;
	margin: 0 auto 8% auto;
	padding: 3% 0 3% 15%;
	background: #ffffff;
	box-shadow: 4px 4px 0 #F9CA09;
	font-size: 1.3em;
	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{ line-height: 2em; }
.economy-box_flex img{ margin: 8% auto 15% auto; }

a.battery-btn{
	width: 90%;
	margin: 0 auto;
	padding: 5% 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.sekou-btn{
	width: 90%;
	margin: 0 auto;
	padding: 5% 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;
}



/*		point
**********************************/
#point{
	width: 100%;
	margin: 40% auto 0 auto;
	padding: 20% 0 10% 0;
	background: #FDF7ED;
	position: relative;
}

.point-txt{
	width: 80%;
	margin: 3% auto;
	line-height: 2em;
}

#point h2{
	width: 80%;
	padding: 7% 0 5% 0;
	text-align: center;
	font-size: 1.4em;
	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: -2%;
	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: 8%;
	top: -35px;
}

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

.point-box{
	width: 90%;
	margin: 15% auto 0 auto;
}

.point-box p{ line-height: 2em;}
.point-box img{ margin-top: 5%;}


.point-box_flex{
	width: 90%;
	margin: 15% auto 0 auto
}

.point-box_flex_right{margin: 15% auto 0 auto;}
.point-box_flex p{ line-height: 2em;}
.point-box_flex img{ margin-top: 5%;}

h3.point-h3_tit01,
h3.point-h3_tit02,
h3.point-h3_tit03,
h3.point-h3_tit04,
h3.point-h3_tit05{
	margin: 0 auto 5% auto;
	padding-left: 60px;
	font-size: 1.3em;
	font-weight: bold;
	color: #EE007A;
	text-align: left;
	line-height: 1.6em;
	display: block;
	position: relative;
}

h3.point-h3_tit01::before {
	content: '';
	background: url("../images/h3-icn01.svg") no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	top: -25%;
}

h3.point-h3_tit02::before {
	content: '';
	background: url("../images/h3-icn02.svg") no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	top: -25%;
}

h3.point-h3_tit03::before {
	content: '';
	background: url("../images/h3-icn03.svg") no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	top: -25%;
}

h3.point-h3_tit04::before {
	content: '';
	background: url("../images/h3-icn04.svg") no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	top: -25%;
}

h3.point-h3_tit05::before {
	content: '';
	background: url("../images/h3-icn05.svg") no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	top: -25%;
}

.point-end{
	width: 90%;
	margin: 15% auto 0 auto;
}






/*		no1
**********************************/
#no1{
	width: 100%;
	margin: 15% auto 0 auto;
	padding: 15% 0 10% 0;
	background: #FBFAE8;
}

#no1 h2{
	width: 90%;
	margin: 0 auto;
}

.no1-otoiawase{
	width: auto;
	margin:10% auto;
}

.no1-tel{ text-align: center; }
.no1-tel img { width: 85%; }
.no1-tel p {
	margin-top: 5%;
	font-size: 0.9em;
	font-weight: bold;
}

ul.no1-btn{
	width: 90%;
	margin: 13% auto 0 auto;
}

ul.no1-btn li{
	display: block;
	margin: 0 auto 8% auto;
}

ul.no1-btn li:last-child{ margin-bottom: 0; }

a.no1-btn01{
	width: 96%;
	margin: 0 auto;
	padding: 7% 0;
	color: #FFF !important;
	background: #01A73A;
	border-radius: 18px;
	display: block;
	font-size: 1.2em;
	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-btn02{
	width: 96%;
	margin: 0 auto;
	padding: 7% 0;
	color: #FFF !important;
	background: #EE007A;
	border-radius: 18px;
	display: block;
	font-size: 1.2em;
	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;
}



/*		about-yume
**********************************/
#about-yume{
	width:100%;
	margin:0 auto;
	padding:5% 0 0 0;
	background:#FFF;
}

.about-yume_box{
	width:100%;
	margin:0 auto;
	padding:3% 0;
	background:#FFF;
}

.about-yume-left{
	width: 80%;
	text-align: center;
	margin: 0 auto 5% auto;
}

.about-yume-right{
	width: 85%;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	line-height: 1.8em;
}

.about-yume-right p{ margin-bottom:10px; }

.about-yume-foot{
	max-width:100%;
	background:url("../images/about_bk_sp.png")no-repeat;
	background-size:cover;
}

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



/***************************************
		form
***************************************/
#form{
	width:100%;
	margin:10% auto 0 auto;
}

#form h2{
	width:94%;
	margin:0 auto;
}

#form .inner{
	margin: 5% auto;
	padding: 2% 0 5% 0;
	background: #90C31E;
}

.form-tit{
	width: 90%;
	margin: 5% auto;
}

.form-wrap{
	width:96%;
	margin:5% auto 0 auto;
	padding-bottom: 1%;
	background:#FFF;
}

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

.form-sec{
	width: 90%;
	margin: 3% auto;
	padding: 2% 0 2% 2%;
}

.fs-left,.fs-left02{
	width:100%;
	margin-bottom:2%;
	font-size:1.1em;
	font-weight:900;
	color:#000;
	font-family:"Hiragino Maru Gothic ProN W4", sans-serif;
}

.fs-left::before{
	content:'必須';
	display: inline-block;
	width:40px;
	margin-right:3%;
	padding: 2% 0;
	font-size:0.7em;
	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:3%;
	padding: 2% 0;
	font-size:0.7em;
	font-weight:900;
	text-align: center;
	color:#FFF;
	background:#ACACAC;
	border-radius:8px;
	vertical-align:middle;
}

.fs-right{
	width:100%;
	margin:0 auto;
}

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

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

input{
	max-width:100%;
	height:40px;
	background:#FFFFE4;
	border-radius: 8px;
}

input[type="date"] {
	height:40px;
	color:#000;
	border-radius: 8px;
}

input[type="text"] {
	width:100% !important;
	height:40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
}

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

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

select{ 
	color:#000;
	height:40px;
}
.sl-width{ width: 100px; }

textarea {
    width: 100% !important;
    height: 100px !important;
	border-radius: 8px;
}

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

ul.form-list > li{
	width: calc(45% - 6px);
	margin: 3px;
}

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

ul.form-list2 > li{ margin:0 0 2% 0; }


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

.form-wrap th{
	width: 97%;
	display: inline-block;
	padding: 0 0 2% 3%;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	font-weight: 900;
}

.form-wrap td{
	width: 97%;
	display: inline-block;
	margin-bottom: 5%;
	padding: 0 0 0 3%;
	font-size: 14px;
}

.bg{ background:#F3F3F3; }
.bno{ border: none !important; }

.button02 {
	display: inline-block !important;
	font-size : 18px !important;
	font-weight: 900;
	text-align: center !important;
	cursor: pointer !important;
	padding: 5% 17% 5% 5% !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{
	position:fixed;
	bottom:0;
	left: 0;
	z-index:99999;
	display:none;
}

.under-box{
	width:100%;
	margin: 0 auto;
	text-align: center;
	padding: 5% 0;
	background-color: rgba(0, 0, 0, 0.7);
}

.under-box p{
	width:90%;
	margin: 0 auto;
}

#side{ display:none !important; }
.side-bnr{ display:none !important; }






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

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

/***************************************
		thanks
***************************************/
#thanks_contents{
	width:80%;
	margin:10% auto;
	padding:10% 5%;
	background: #fffced;
	border-radius: 18px;
}

.thanks_box{
	width:96%;
	margin: 0 auto;
}

.thanks_box p{
	line-height: 180%;
    text-align: center;
}

.thanks-txt > h3{
	width:96%;
	margin: 5% auto !important;
	text-align: center;
	color: #f00;
	font-size: 1.8em;
	font-weight: 900;	
}

.thanks-txt{
	width:90%;
	margin:5% auto;
}

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

.thanks-img{
	width:50%;
	margin:0 auto;
}
