@charset "UTF-8";
/* CSS Document */


/*
	common
*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:700,900&display=swap');

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.6rem;
	color: #fff;
	font-weight: 400;
	line-height: 1.75;
}
.min{
	font-weight: 600;
}
img{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#fff;
}
a:hover{
	opacity:0.6;
}

.wrap{
	overflow:hidden;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.in{
	width:1000px;
	margin:0 auto;
	position: relative;
}
.flex{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bg_b{
	background: #c92e2e;
}
.bg_g{
	background: url(../images/x1/gray_line_bg.jpg);
}
.b_bg_02{
	background: url(../images/x2/graph_bg.png);
	background-attachment: fixed;
	background-size: cover;
}
.bg_b_03{
	background: url(../images/x2/blue_bg.png) center;
	background-size: cover;
}

p {
	color: #333333;
}


.p_12px {
	font-size: 12px;
}

.p_16px {
	font-size: 16px;
}

.p_18px {
	font-size: 18px;
}

.p_22px {
	font-size: 22px;
}

.p_24px {
	font-size: 24px;
}
/*
	Header
*/
/* header#header {
  position: absolute;
	left: 0;
	right: 0;
  padding: 10px 0 20px 20px;
  box-sizing: border-box;
  z-index: 999;
	border-radius: 10px;
	overflow: hidden;
} */

#header {
	background: #ffffff;
    height: 100px;
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
	z-index: 1000;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

#header .in{
	display: flex;
	justify-content: space-between;
	line-height: 100px;
}

#header .in img {
	vertical-align: middle;
}

#header .cta_area .tel {
	padding-right: 10px;
}

#header .cta_area a:last-child {
	padding-left: 5px;
}

/*
	Main
*/
.main{
	background: url(../images/x2/bg_fv.jpg) center;
	background-size: cover;
	padding: 168px 0 68px;
}
.main .imgarea{
	position:absolute;
	right: 0;
	z-index: 1;
	top:-60px;
}
.main .lefts_are{
	position: relative;
	z-index: 2;
}
.main .shops.flex{
	-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
	margin-top: 24px;
}

.main .shop {
	padding: 0px 10px;
	width: 20%;
}
/* .u_txtarea{
	font-size: 2.8rem;
	color: #fff;
	background: #dc9316;
	padding: 4px;
	letter-spacing: -2px;
	line-height: 1.25;
  text-align: center;
}
.u_txtarea > div{
	border: 1px solid #fff;
	padding: 15px;
}
.u_txtarea > div span{
	color: #fff;
} */

/*
     present
*/

.present {
	display: none;
}

/*
	CTA
*/
.cta{
	background: url(../images/x1/bg_cta.jpg) center;
	background-size: cover;
	padding: 30px 0;
	text-align: center;
}
.cta .flex.buttons{
	-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
	margin-top: 25px;
}

.campaign {
	padding: 5px 0 10px;
}

/*
	taikou
*/
.taikou{
	padding: 40px 0;
	background: url(../images/x1/bg_taikou.jpg) center;
	background-size: cover;
	text-align: center;
}

.taikou h2{
	margin-bottom: 20px;
}

.taikou p {
	font-size: 24px;
	color: #fff;
}

.taikou .small {
	font-size: 18px;
}

/*
	okomari
*/
.okomari {
	background-color: #d6d6d6;
	text-align: center;
	padding: 60px 0;
}
.okomari h2{
	margin-bottom: 24px;
}

.okomari .textarea span {
	color: #004495;
}

.okomari .trouble_contents{
	background-image: url(../images/x1/bg_okomari.jpg);
	padding: 60px 0;
	width: 760px;
	margin: auto;
}

.okomari .trouble_contents ul{
	padding-left: 145px;
}
.okomari .trouble_contents ul li{
	font-size: 2.0rem;
	line-height: 2.15;
	text-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.okomari .trouble_contents ul li .imgarea img {
	vertical-align: middle;
}

.okomari .trouble_contents ul li .textarea{
	margin-left: 26px;
	text-align: left;
}

.yazirusi {
	text-align: center;
	margin-top: -25px;
}

/* .reason .trouble p.min span{
	color: #fba40d;
} */
/* .reason .trouble_contents::after{
	content: "";
	background: url(../images/x2/reason_arrow.png);
	background-size: cover;
	width: 150px;
	height: 75px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%); */

/* .point .trouble_contents h3{
	font-size: 2.4rem;
	color: #000;
	letter-spacing: -2px;
	line-height: 1.25;
	border-left: 8px solid;
	padding-left: 3px;
} */
/* .reason .trouble_contents h3 span{
	border-left: 3px solid;
	padding-left: 10px;
	line-height: 1.5;
	display: block;
} */


/* .reason .trouble_contents ul li span{
	color: #e34041;
}
.reason .result_u_area{
	text-align: center;
	background: url(../images/x2/fix_bg.png) center;
	background-size: cover;
	padding: 100px 0 60px
} */


/*
	point
*/
.point{
	padding: 40px 0 0;
}
.point .point_ou h2{
	text-align: center;
	margin-bottom: 80px;
}
.point .point_contents{
	justify-content:center;
	flex-wrap: wrap;
}
.point .point_content{
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    padding: 78px 30px 30px;
    position: relative;
    width: 310px;
		box-sizing: border-box;
		margin:10px 10px 60px;
}
.point .point_content .imgarea{
	position: absolute;
	top:-50px;
	text-align: center;
	width: 100%;
	left: 0;
}
.point .point_content .textarea{
	color: #fff;
}

.point .point_content .textarea h3{
	font-size: 2.0rem;
	color: #ff8100;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 1.25;
	border-bottom: 1px solid #c5c5c5;
}

.point .point_content .textarea .one_line {
	padding: 13px 0 32px 0;
}

.point .point_content .textarea h3 span{
	font-size: 3.0rem;
	color: #ee9c10;
}
/* .point .point_content .textarea h3:after{
	content: "";
	width: 100%;
	height: 1px;
	background: #c5c5c5;
	display: block;
	margin:20px auto 0;
} */

.point .point_content .textarea p span {
	background:linear-gradient(transparent 70%, #ffd40c 0%);
}

.point .point_u_area h2{
	text-align: center;
}
.point .point_u_area{
	text-align: left;
	background: url(../images/x2/fix_bg.png) center;
	background-size: cover;
	padding: 100px 0 60px
}
.point .point_u_area p{
	color: #fff;
	width: 600px;
	margin:40px auto 0;
}

/*
	point
*/
/* .point p.min{
	font-size: 2.4rem;
	color: #fff;
	letter-spacing: -2px;
	line-height: 1.25;
	text-align: center;
}


.point{
	padding: 60px 0 0;
}
.point .point_ou h2{
	text-align: center;
	margin-bottom: 80px;
}
.point .point_contents{
	justify-content:center;
	flex-wrap: wrap;
}
.point .point_content{
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    padding: 60px 30px 30px;
		border: 2px solid #fff;
    position: relative;
    width: 310px;
		box-sizing: border-box;
		margin:10px 10px 60px;
}
.point .point_content .imgarea{
	position: absolute;
	top:-50px;
	text-align: center;
	width: 100%;
	left: 0;
}
.point .point_content .textarea{
	color: #fff;
}
.point .point_content .textarea h3{
	font-size: 2.0rem;
	color: #fff;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	line-height: 1.25;
}
.point .point_content .textarea h3 span{
	font-size: 3.0rem;
	color: #ee9c10;
}
.point .point_content .textarea h3:after{
	content: "";
	width: 70px;
	height: 2px;
	background: #fff;
	display: block;
	margin:10px auto 0;
}
.point .point_u_area h2{
	text-align: center;
}
.point .point_u_area{
	text-align: left;
	background: url(../images/x2/fix_bg.png) center;
	background-size: cover;
	padding: 100px 0 60px
}
.point .point_u_area p{
	color: #fff;
	width: 600px;
	margin:40px auto 0;
}


/*
 review 
 */
.review {
	background: url(../images/x1/bg_review.jpg) center;
	background-size: cover;
	padding: 60px 0;
	text-align: center;
}

.review h2 {
	padding-bottom: 40px;
}

.review_content {
	display: flex;
	background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    padding: 30px;
    width: 480px;
    box-sizing: border-box;
	margin: 10px;
	text-align: left;
}

.reviews{
	justify-content:center;
	flex-wrap: wrap;
}

.review_content .imgarea {
	width: 100%;
}

.review_content .textarea {
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	width: 170%;
	line-height: 1.5;
	font-size: 16px;
}

.review_content .textarea .btm {
	margin-top: auto;
	flex-direction: column;
	border-top: 1px solid #ff8100;
	padding-top: 15px;
	font-size: 12px;
}

.review_content .textarea .big {
	margin-top: 10px;
}

/*
	QA
*/
.qa{
	padding: 60px 0;
	color: #333333;
}
.qa h2{
	text-align: center;
	margin-bottom: 10px;
}
.qa .qa_content{
	padding-left: 50px;
	border-bottom: 1px solid #9f9f9f;
	padding-bottom: 15px;
	padding-top: 15px;
}
.qa .qa_content .q{
	position: relative;
	cursor: pointer;
}
.qa .qa_content .q:after{
	content: "";
	width: 15px;
	height: 15px;
	border-bottom: 2px solid #9f9f9f;
	border-left: 2px solid #9f9f9f;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translate(0%, -50%) rotate(-45deg);;
	transform: translate(0%, -50%) rotate(-45deg);
	transition: 0.5s;
}
.qa .qa_content .q.open:after{
	-webkit-transform: translate(0%, -50%) rotate(135deg);;
	transform: translate(0%, -50%) rotate(135deg);
}
.qa .qa_content .q:before{
	content: "";
	width:35px;
	height:35px;
	display: block;
	position: absolute;
	background:url(../images/x1/qa_icon_q.png);
	background-size: cover;
	left: -50px;
	top:4px;
}
.qa .qa_content .q span{
	font-size: 2.4rem;
}
.qa .qa_content .a{
	display: none;
	margin-top: 10px;
}
.qa .qa_content .a .a_title{
	margin-bottom:5px;
	position: relative;
}
.qa .qa_content .a .a_title:before{
	content: "";
	width:35px;
	height:35px;
	display: block;
	position: absolute;
	background:url(../images/x1/qa_icon_a.png);
	background-size: cover;
	left: -50px;
	top:4px;
}

.qa .qa_content .a p {
	padding-top: 7px;
}

/*
	QA
*/
/* .qa{
	padding: 60px 0;
}
.qa h2{
	text-align: center;
	margin-bottom: 40px;
}
.qa .qa_content{
	padding-left: 50px;
	border-bottom: 2px solid #FFF;
	padding-bottom: 20px;
	padding-top: 20px;
}
.qa .qa_content .q{
	position: relative;
	cursor: pointer;
}
.qa .qa_content .q:after{
	content: "";
	width: 15px;
	height: 15px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translate(0%, -50%) rotate(-45deg);;
	transform: translate(0%, -50%) rotate(-45deg);
	transition: 0.5s;
}
.qa .qa_content .q.open:after{
	-webkit-transform: translate(0%, -50%) rotate(135deg);;
	transform: translate(0%, -50%) rotate(135deg);
}
.qa .qa_content .q:before{
	content: "";
	width:35px;
	height:35px;
	display: block;
	position: absolute;
	background:url(../images/x2/q_icon.png);
	background-size: cover;
	left: -50px;
	top:4px;
}
.qa .qa_content .q span{
	font-size: 2.5rem;
	color: #fff;
}
.qa .qa_content .a{
	display: none;
	margin-top: 10px;
}
.qa .qa_content .a .a_title{
	margin-bottom:5px;
	position: relative;
}
.qa .qa_content .a .a_title:before{
	content: "";
	width:35px;
	height:35px;
	display: block;
	position: absolute;
	background:url(../images/x2/a_icon.png);
	background-size: cover;
	left: -50px;
	top:4px;
}
.qa .qa_content .a .a_title span{
	font-size: 2.2rem;
	color: #fba40d;
} */






/*
	whats
*/
.whats{
	padding: 60px 0;
}
.whats .textarea{
	margin-right: 40px;
	width: 50%;
}
.whats .textarea h2{
	border-bottom: 3px #fff solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.whats .textarea p{
	letter-spacing: -1px;
}
.whats .textarea p span{
	font-weight: 900;
	color: #ea2c2c;
}







/*
	Voice
*/
.voice{
	padding: 40px 0;
}
.voice h2{
	text-align:center;
	margin-bottom: 20px;
}
.voice_contents{
	margin-top: 60px;
}
.voice .voice_content{
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
		border-top: 3px #000 solid;
    padding: 30px 30px 30px;
    background: #fff;
    position: relative;
		box-sizing: border-box;
		margin-bottom: 60px;
		position: relative;
}
.voice .voice_content:last-child{
	margin-bottom: 0;
}
.voice .voice_content .icon{
	position: absolute;
	right: 20px;
  top: -30px;
}
.voice .voice_content .imgarea{
	min-width: 235px;
	margin-right: 30px;
}
.voice .voice_content .textarea .title_area{
	margin-bottom: 15px;
}
.voice .voice_content .textarea .title_area h3{
	color: #000;
	font-size: 2.2rem;
	line-height: 1.25;
	margin-bottom: 5px;
}
.voice .voice_content .textarea .title_area p{
	font-size: 1.6rem;
}
.voice .voice_content .textarea .txt_in p{
	margin-bottom: 10px;
}
.voice .voice_content .textarea .txt_in p:last-child{
	margin-bottom: 0;
}

/*
	Plan
*/
.plan .plan_contents{
	padding: 60px 0;
	text-align: center;
}
.plan .plan_contents h2{
	text-align: center;
	margin-bottom: 40px;
}
.plan .plan_contents picture{
	margin-bottom: 20px;
}




/*
	flow
*/
.flow{
	padding: 60px 0;
	text-align: center;
}
.flow h2{
	margin-bottom: 40px;
}

/*
	FORM
*/

.form {
    padding: 60px 0;
    text-align: center;
	background: #9f9f9f;
}
#form_02{
	background: #919191;
}
.form h2{
	font-size: 3rem;
	color: #fff;
}
.form .des {
    color: #3d3d3d;
    margin-top: 30px;
}

.form table {
    width: 100%;
    margin-top: 50px;
		table-layout: fixed;
		border-collapse: separate;
    border-spacing: 5px 5px;
}

.form table th {
	text-align: left;
	position: relative;
	vertical-align: middle;
	color: #fff;
	width: 20%;
	padding: 10px 20px;
	box-sizing: border-box;
}

select{
    width: 100%;
    height: 35px;
}

.form table th.requir:after {
	content: "必須";
	color: #ffd40c;
	margin-left: 10px;
}

.form table td {
	text-align: left;
	vertical-align: middle;
}

.form .radio-input{
  display: none;
}
.form .radio-input + label{
  padding-left: 30px;
  position:relative;
  margin-right: 20px;
}
.form .radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.form .radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
}

label.control {
    display: flex;
    position: relative;
		justify-content: center;
		flex-direction:row-reverse;
		align-items: center;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
}
label.control input {
    position: absolute;
    opacity: 0;
}
.control__indicator {
    height: 20px;
    width: 20px;
    background: #888;
		margin-right: 10px;
		position: relative;
}
.control input:checked ~ .control__indicator {
    background: #000;
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.form table td input, .form table td textarea {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #a4a4a4;
}
.form table td .ad_wrap{
	margin: 5px;
}
.form table td .inp_s{
	width: 50%;
}
.form table td textarea {
  height: 300px;
}

.form input[type=image] {
	margin-top: 40px;
	width: 500px;
}

.with-validate {
	display: block;
	position: relative;
}

.with-validate label.error {
	display: inline-block;
	position: absolute;
	z-index: 5;
	left: -5px;
	bottom: 100%;
	margin-bottom: 10px;
	background-color: #c3272a;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 4px;
}

.with-validate label.error::before {
	content: "";
	background-color: transparent;
	position: absolute;
	top: 100%;
	margin: 0;
	left: 20px;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #c3272a transparent transparent;
}
.privacy_check .with-validate label.error{
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
   transform: translate(-50%, 0%);
}

.privacy_wrap{
	width: 100%;
	height: 200px;
	overflow-y: scroll;
	box-sizing: border-box;
	border: 3px solid #dcdcdc;
	padding: 15px;
	margin: 20px auto 30px;
	text-align: left;
	background: #fff;
}

.copy{
	color: #fff;
	background: #595959;
	text-align:center;
	padding: 24px 0;
}
.copy a{
	color: #fff;
}
@media screen and (min-width: 641px) {
	.sp_foot{
		display: none !important;
	}
}
@media screen and (max-width: 640px) {

body {
}
.pc{
	display:none;
}

.sp{
	display:block;
}
.in {
	width: 350px;
	margin: 0 auto;
}

/*header*/
#header {
	background: #ffffff;
    height: 50px;
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 1000;
}

#header .in{
	display: flex;
	justify-content: space-between;
	line-height: 50px;
}

#header .in img {
	vertical-align: middle;
}

#header .cta_area .tel {
	padding-right: 0px;
	width: 150px;
}

#header .cta_area a {
	display: none;
}

#header .logo {
	width: 100px;
}


/*main*/
.main{
	background: url(../images/sp/bg_fv.jpg) top;
	background-size: cover;
	padding: 84px 0 30px;
}
.main .shops.flex {
	margin: 30px 0;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.main .u_txtarea > div {
	font-size: 1.9rem;
	line-height: 1.3;
}
.main .imgarea {
	position: absolute;
	right: auto;
	z-index: 1;
	top: 270px;
	width: 250px;
	left: 50%;
	transform: translate(-50%, 0%);
}
.u_txtarea {
  margin-top: 10px;
	width: 100%;
	box-sizing: border-box;
}

.main .shops .shop{
	width: 32%;
	padding:0px 2px;
}

/*
     present
*/

.present {
	display: block;
	text-align: center;
	/* background-color: #fb7700;
	padding: 24px 0;
	margin: 0px 50px; */
}

.present img {
	width: 80%;
}

.cta .flex.buttons{
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top: 20px;
}
.cta .flex.buttons >a{
	margin-bottom: 10px;
}
.cta .tel{
	margin-top: 0px;
}

.cta .ttl img {
	width: 350px;
}

/*taikou*/
.taikou p {
	font-size: 1.8rem;
}

.taikou .small {
	font-size: 1.3rem;
}

/*okomari*/
.okomari .trouble_contents{
	width: 350px;
    box-sizing: border-box;
    padding: 20px 20px 10px 45px;
}

.okomari .trouble_contents ul{
	padding-left: 0px;
}

.okomari .trouble_contents ul li .textarea {
    width: calc(100% - 50px);
    font-size: 1.8rem;
    text-align: left;
	line-height: 1.7;
}

.okomari .trouble_contents ul li .imgarea img {
	vertical-align: top;
}

/*point*/
.point .point_content .textarea .one_line {
	padding: 0px 0 20px 0;
}

/*review*/
.review_content {
	display: block;
    padding: 20px;
    margin: 15px 30px;
}

.review_content .imgarea {
	display: block;
	text-align: center;
}

.review_content .imgarea img {
	width: 220px;
}

.review_content .textarea {
	padding-top: 10px;
	margin-left: 0 auto;
	line-height: 1.4;
	font-size: 1.6rem;
	width: 88%;
}

.review_content .textarea .btm {
	padding-top: 10px;
	font-size: 1.5rem;
}

.review_content .textarea .btm {
	margin-top: 10px;
	flex-direction: column;
	border-top: 1px solid #ff8100;
	padding-top: 15px;
	font-size: 12px;
}

.review_content .textarea .big {
    margin-top: 10px;
}

/*qa*/
.qa {
    padding: 40px 0;
}
.qa h2 {
	margin-bottom: 20px;
	text-align: left;
	padding-left: 26px;
}
.qa .qa_content .q span {
	font-size: 1.6rem;
	display: inline-block;
	line-height: 1.25;
}
.qa .qa_content {
  padding-right: 35px;
}

.qa .qa_content .a p {
    font-size: 1.4rem;
}

.qa .qa_content .q:after {
  right: -25px;
}

.qa .qa_content .q:before {
    top: -2px;
}

.qa .qa_content .a .a_title span {
  line-height: 1.5;
	font-size: 1.6rem;
	display: inline-block;
}

.qa .qa_content .a .a_title:before {
    top: 6px;
}

/*******************************/

/* .main{
	background: url(../images/1x/bg_fv.jpg) top;
	background-size: cover;
	padding: 80px 0 20px;
}
.main .shops.flex {
  margin-top: 200px;
	margin-bottom: 20px;
}
.main .u_txtarea > div {
	font-size: 1.9rem;
	line-height: 1.3;
}
.main .imgarea {
	position: absolute;
	right: auto;
	z-index: 1;
	top: 270px;
	width: 250px;
	left: 50%;
	transform: translate(-50%, 0%);
}
.u_txtarea {
  margin-top: 10px;
	width: 100%;
	box-sizing: border-box;
}
.main .shops.flex{
	flex-wrap: wrap;
	justify-content:center;
}
.main .shops .shop{
	width: 32%;
	padding:0px 2px;
} */


/*whats*/
.whats {
  padding: 40px 0;
}
.whats .flex{
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.whats .textarea {
  margin-right: 0px;
	margin-bottom: 20px;
	width: 100%;
}

.graph {
  padding: 40px 0;
}
.graph h2 {
    text-align: center;
    margin-bottom: 20px;
}

/*reason*/
.reason .trouble {
  padding: 40px 0 0;
}
.reason .trouble h2 {
  margin-bottom: 0px;
}
.reason .trouble p.min {
  font-size: 2.0rem;
	line-height: 1.5;
}
.reason .trouble_contents {
	width: 350px;
	box-sizing: border-box;
	padding: 30px 20px 20px 20px;
}
.reason .trouble_contents h3 {
  font-size: 1.9rem;
}
.reason .trouble_contents ul {
	padding-left: 0px;
}
.reason .trouble_contents ul li .imgarea{
	width: 50px;
}
.reason .trouble_contents ul li .textarea{
	width: calc(100% - 50px);
	font-size: 1.8rem;
	text-align:left;
	line-height: 1.25;
}
.reason .result_u_area {
  padding: 100px 20px 60px;
}

.plan .plan_contents{
	padding: 40px 0;
	text-align: center;
}
.plan .plan_contents h2{
	text-align: center;
	margin-bottom: 20px;
}

/*point*/
.point {
    padding: 40px 0 0;
}
.point h2 {
  margin-bottom: 20px;
}
.point .point_ou h2 {
    text-align: center;
    margin-bottom: 54px;
}
.point .point_contents {
  flex-wrap: wrap;
}
.point .point_content {
	width: 90%;
  /* margin-left: auto; */
	padding: 54px 20px 20px 20px;
}
.point .point_content .imgarea {
  width: 80px;
	top: -40px;
	left: 117px;
}
.point .point_content .textarea h3 {
  text-align: center;
}
.point .point_content .textarea h3:after {
  margin: 20px 0 0;
}
.point .point_u_area {
  padding: 50px 0 30px;
}
.point .point_u_area p {
  width: 100%;
}

/*voice*/
.voice .voice_content .flex{
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.voice .voice_content .imgarea {
	width: 100%;
  margin-right:0px;
	margin-bottom: 30px;
}
.voice .voice_content .textarea .title_area h3 {
	font-size: 1.8rem;
	letter-spacing: -1px;
}
.voice .voice_content .textarea .title_area p {
	font-size: 1.2rem;
	line-height: 1.25;
}

.plan .plan_contents {
  padding: 40px 0;
}

/*qa*/
/* .qa {
    padding: 40px 0;
}
.qa h2 {
    margin-bottom: 20px;
}
.qa .qa_content .q span {
    font-size: 1.6rem;
    color: #000;
		letter-spacing: -2px;
		display: inline-block;
		line-height: 1.25;
}
.qa .qa_content {
  padding-right: 35px;
}
.qa .qa_content .q:after {
  right: -25px;
}
.qa .qa_content .a .a_title span {
  line-height: 1.5;
	font-size: 1.6rem;
	display: inline-block;
} */

.flow > div{
	padding: 40px 15px;
}

.form h2{
	font-size: 2.5rem;
	color: #fff;
	line-height: 1.25
}
.form table th {
    text-align: left;
    display: block;
    padding-left: 10px;
    width:100%;
    box-sizing:border-box;
}

.form table td {
    text-align: left;
    width: 100%;
    vertical-align: middle;
    display: block;
}

.form table td input,
.form table td select{
	height: 40px;
}

.form table td .ad_wrap{
	margin: 5px;
}
.form table td .inp_s{
	width: 100%;
}
.form table td .ad_txt{
	margin-bottom: 5px;
}
.form input[type=image] {
	width: 100%;
}
.form table td textarea {
  height: 150px;
}
.with-validate label.error {
	font-size: 2.0rem;
}

.copy {
    color: #fff;
    background: #595959;
    text-align: center;
    padding: 24px 0 100px 0;
}

.sp_foot{
	padding: 10px;
	background: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
	box-sizing:border-box;
	z-index:9999;
	text-align:center;
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}



.sp_foot > a{
	display:inline-block;
	margin-right: 5px;
}


}


.thanks .main{
	height: calc(100vh - 55px);
	box-sizing: border-box;
}
.thanks .main .in{
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #fff;
}

