@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;800;900&display=swap');
bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans JP",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.6rem;
	color: #333333;
	font-weight: 500;
	line-height: 1.75;
	font-feature-settings: "palt";
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#555;
}
a:hover{
	opacity:0.6;
}
.ital {
	font-style: italic;
}
#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;
}
.tab{
	display:none;
}
.in{
	width:1200px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.in_in{
	width:1000px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
	body{
		font-size: 1.4rem;
	}
	#wrap{
		width: 100vw;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.tab{
		display:none;
	}
	.in,.in_in{
	width: 90%;
	margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
}

#header{
	background: #fff;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 999;
	padding: 10px 0;
}
#header .header_w{
	justify-content: space-between;
	align-items: center;
}
#header .logo img{
	width: 180px;
}
.btns{
	align-items: center;
	margin-left: 20px;
}
.btn_i{
	margin-left: 5px;
}

@media screen and (max-width: 750px) {
	#header{
		padding-left: 0;
		position: absolute;
	}
	#header .logo{
		width: 40%;
	}
	#header .btns a{
		width: 40px;
	}
}

#main_v{
	margin-top: 70px;
	padding: 60px 0 60px;
	position: relative;
	background: url(../images/fv_bg.jpg) center;
	background-size: cover;
	text-align: center;
	position: relative;
	margin-bottom: 100px;
}
.fv_points{
	position: absolute;
	bottom: -140px;
}
@media screen and (max-width: 750px) {
	#main_v{
		padding: 0 0 60px;
		/*padding: 30px 0 60px;*/
		margin-top: 60px;
		margin-bottom: 120px;
	}
	.fv_points{
		position: absolute;
		bottom: -155px;
	}
}

.cor_orange{
	color: #ff7c29;
}
.cor_green {
	color: #17b06f;
}
.cor_w{
	color: #fff;
}
.bg_green {
	background: #17b06f;
}
.bg_orage{
	background: #ff7c29;
}
.bg_orage_dott{
	background: url(../images/orange_dott_bg.png);
}
.bg_sol {
	background: url(../images/solution_bg.jpg);
	background-size: cover;
	background-position: center;
}
.bg_green_line {
	background: url(../images/green_line_bg.png);
}
.green_blur_bg{
	background: url(../images/green_blur_bg.jpg);
	background-size: cover;
	background-position: center;
}
.bg_gray{
	background: #f0f0f0;
}

.sec_ttl_w{
	text-align: center;
	margin-bottom: 40px;
}
.ttl_w{
	margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
}

.cta{
	padding: 40px 0;
}
.cta_btns_w{
	background: #fff;
	position: relative;
	padding: 30px;
	padding-left: 330px;
}
.cta_btns_w .now{
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
	padding:5px 0;
}
.cta_btns_w .cta_lead{
	font-size: 2.2rem;
	position: relative;
	font-weight: 600;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	padding: 20px 0;
}
.cta_btns_w .btns{
	justify-content: center;
	margin-bottom: 20px;
}
.cta_btns_w .btns a{
	display: block;
	margin: 0 10px;
}
.cta_btns_w .men{
	position: absolute;
	left: 20px;
    bottom: 0;
}
.cta_more{
	text-align: center;
}
.cta_more h3{
	position: relative;
	margin-bottom: 10px;
}
.cta_more h3 img{
	position: relative;
	z-index: 2;
}
.cta_more h3:after{
	width: 100%;
	height: 1px;
	background: #dddddd;
	display: block;
	content: "";
	top:50%;
	position: absolute;
}
.cta_more p{
	font-weight: 900;
	font-size: 2.5rem;
}
@media screen and (max-width: 750px) {
	.cta {
		padding: 40px 0 40px;
	}
	.cta_btns_w{
		padding: 20px 20px 0 20px;
		margin-bottom: 30px;
	}
	.cta_btns_w .men {
		width: 50%;
		position: static;
		margin: 30px auto 0;
	}
	.cta_btns_w .btns{
		flex-wrap: wrap;
	}
	.cta_btns_w .btns a {
		display: block;
		margin: 0px 2px;
		margin-bottom: 10px;
		width: 100%;
	}
	.cta_btns_w .btns a img{
		width: 100%;
	}
	.cta_btns_w .now{
		font-size: 1.6rem;
	}
	.cta_btns_w .cta_lead{
		font-size: 1.6rem;
	}
	.cta_btns_w .cta_lead span {
		font-size: 2.0rem;
	}
	.cta_btns_w .btns{
		margin-left: 0;
	}
	.cta_btns_w .cta_lead:after{
		right: 0;
    	top: 60px;
	}
	.cta_btns_w .cta_lead:before{
		left: 0;
    	top: 60px;
	}
}

#trouble{
	padding: 60px 0;
}
#trouble h2{
	font-size: 5.0rem;
	line-height: 1.25;
	font-weight: 800;
	margin-bottom: 40px;
}
#trouble h2 .s_txt{
	font-size: 3.0rem;
}
#trouble .men_img_w {
	position: absolute;
	right: 0;
	top: -10px;
}
#trouble .trouble_lis_w{
	background: #fff;
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.24);
	border-radius: 10px;
	padding: 30px 40px;
}
#trouble .trouble_lis_w li{
	width: 50%;
	font-size: 2.0rem;
	font-weight: 800;
	display: flex;
	align-items: center;
	margin: 12px 0;
	line-height: 1;
}
#trouble .trouble_lis_w li span{
	background: linear-gradient(transparent 60%, #fefdb6 60%);
}
#trouble .trouble_lis_w li::before{
	content: "";
	display:block;
	width: 32px;
	height: 32px;
	background: url(../images/check.png);
	background-size: cover;
	margin-right: 10px;
}
@media screen and (max-width: 750px) {
	#trouble {
		padding: 40px 0 0;
	}
	#trouble h2{
		font-size: 3.2rem;
		line-height: 1.25;
		font-weight: 800;
		margin-bottom: 30px;
	}
	#trouble h2 .s_txt{
		font-size: 2.0rem;
	}
	#trouble .trouble_lis_w {
		padding: 20px 20px;
	}
	#trouble .trouble_lis_w li {
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.25;
	}
	#trouble .trouble_lis_w li::before{
		content: "";
		display:block;
		width: 20px;
		height: 20px;
		background: url(../images/check.png);
		background-size: cover;
		margin-right: 10px;
		flex-shrink: 0;
	}
	#trouble .men_img_w {
		position: relative;
		right: 0;
		top: -10px;
	}
}

#solution{
	padding: 30px 0 0;
	background: url(../images/fv_bg.jpg);
	background-size: cover;
	background-position: center;
}
.bnr_w{
	padding: 50px 0;
}
.bnr_w .bnr_i:nth-of-type(1){
	margin-bottom: 20px;
}

#price {
	padding: 60px 0 40px;
}
#price .price_w{
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
#price li{
	width: 49%;
	margin-bottom: 20px;
}
#price li img{
	filter: drop-shadow(0px 6px 7px rgba(0, 0, 0, 0.24))
}
#price .men{
    position: absolute;
    right: 50px;
    top: 40px;
}
@media screen and (max-width: 750px) {
	#price .sec_ttl_w{
		position: relative;
		z-index: 2;
	}
	#price .men {
		position: absolute;
		right: auto;
		top: -92px;
		width: 160px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	#price li{
		width: 100%;
		margin-bottom: 10px;
	}
	#price li:nth-of-type(1){
		position: static;
	}
}

#payment{
	margin: 40px 0;
	text-align: center;
}
#payment .payment_w{
	border: 3px solid #e8e8e8;
	padding: 30px;
	box-sizing: border-box;
}
#payment .icon{
	margin-bottom: 5px;
}
#payment h2{
	font-size: 3.6rem;
	margin-bottom: 10px;
}
#payment .txt{
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	#payment h2 {
		font-size: 2.6rem;
		margin-bottom: 10px;
	}
}

#taio{
	padding: 60px 0;
}
#taio .lead_txt{
	text-align: center;
	margin-bottom: 40px;
	font-size: 2.0rem;
	font-weight: 800;
	text-shadow:
			3px 3px 1px #000000,
			-3px 3px 1px #000000,
			3px -3px 1px #000000,
			-3px -3px 1px #000000,
			3px 0px 1px #000000,
			0px 3px 1px #000000,
			-3px 0px 1px #000000,
			0px -3px 1px #000000;
}
#taio .taio_w{
	justify-content: center
}
#taio .taio_i{
	width: 282px;
	background: #fff;
	margin-right: 22px;
	margin-bottom: 22px;
	border-radius: 10px;
	overflow: hidden;
}
#taio .taio_i:nth-of-type(4n){
	margin-right: 0;
}
#taio .taio_i .txt{
	font-size: 1.8rem;
	text-align: center;
	font-weight: 800;
	padding: 10px;
}
@media screen and (max-width: 750px) {
	#taio {
		padding: 40px 0;
	}
	#taio .lead_txt{
		font-size: 1.6rem;
		text-shadow:
			2px 2px 1px #000000,
			-2px 2px 1px #000000,
			2px -2px 1px #000000,
			-2px -2px 1px #000000,
			2px 0px 1px #000000,
			0px 2px 1px #000000,
			-2px 0px 1px #000000,
			0px -2px 1px #000000;
	}
	#taio .taio_i {
		width: 47%;
		background: #fff;
		margin-right: 10px;
		margin-bottom: 10px;
		border-radius: 10px;
		overflow: hidden;
	}
	#taio .taio_i:nth-of-type(2n){
		margin-right: 0;
	}
	#taio .taio_i .txt{
		font-size: 1.6rem;
	}
}

#colle{
	padding: 60px 0;
}
.ttl_icon_l{
	position: absolute;
	left: 0;
	top:-30px;
}
.ttl_icon_r{
	position: absolute;
	right: 0;
	top: -30px;
}
#colle .colle_w{
	justify-content: center;
	position: relative;
	z-index: 2;
}
#colle .colle_w li{
	width: 18%;
	margin-right: 22px;
	margin-bottom: 22px;
	border-radius: 10px;
	overflow: hidden;
}
#colle .taio_i:nth-of-type(5n){
	margin-right: 0;
}
@media screen and (max-width: 750px) {
	#colle{
		padding: 40px 0;
	}
	#colle .sec_ttl_w{
		position: relative;
		z-index: 2;
	}
	#colle .colle_w li{
		width: 30%;
		margin-right: 9px;
		margin-bottom: 9px;
	}
	#colle .taio_i:nth-of-type(5n){
		margin-right: 9px;
	}
	#colle .taio_i:nth-of-type(3n){
		margin-right: 0px;
	}
	.ttl_icon_r {
		position: absolute;
		right: -40px;
		top: -10px;
		width: 120px;
	}
	.ttl_icon_l {
		position: absolute;
		left: -40px;
		top: -10px;
		width: 100px;
	}
}

#buy{
	padding: 60px 0;
}
#buy .lead_txt{
	text-align: center;
	margin-bottom: 40px;
	font-size: 2.0rem;
	font-weight: 800;
	text-shadow:
			3px 3px 1px #000000,
			-3px 3px 1px #000000,
			3px -3px 1px #000000,
			-3px -3px 1px #000000,
			3px 0px 1px #000000,
			0px 3px 1px #000000,
			-3px 0px 1px #000000,
			0px -3px 1px #000000;
}
#buy .bal {
	text-align: center;
	margin-bottom: 20px;
}
#buy .buy_lis_w{
	justify-content: space-between;
}
#buy .buy_lis_i{
	background: #fff;
	width: 287px;
	border-radius: 10px;
	overflow: hidden;
}
#buy .buy_lis_i .txtarea{
	padding: 20px 20px;
}
#buy .buy_lis_i .txtarea h3{
	font-size: 2.0rem;
	font-weight: 900;
	border-bottom: 2px solid #e8e8e8;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#buy .buy_lis_i .txtarea dl{
	justify-content: space-between;
}
#buy .buy_lis_i .txtarea dt{
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1;
}
#buy .buy_lis_i .txtarea dd{
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1;
}
.othr_result_item_w{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 30px;
	padding-top: 20px;
	margin-bottom: 30px;
}
.othr_result_item_w h3{
	font-size: 2.6rem;
	padding: 15px;
	display: table;
	border-bottom: 3px solid #17b06f;
	margin: auto;
	line-height: 1.1;
	margin-bottom: 20px;
}
.othr_result_item_w ul{
	padding: 20px 40px;
}
.othr_result_item_w li{
	align-items: center;
	width: 20%;
	margin-bottom: 10px;
	font-weight: 800;
}
.othr_result_item_w li .ico{
	width: 46px;
	flex-shrink: 0;
	margin-right: 10px;
}
#buy .u_txt{
	text-align: center;
}
@media screen and (max-width: 750px) {
	#buy{
		padding: 40px 0;
	}
	#buy .lead_txt{
		font-size: 1.6rem;
		text-shadow:
			2px 2px 1px #000000,
			-2px 2px 1px #000000,
			2px -2px 1px #000000,
			-2px -2px 1px #000000,
			2px 0px 1px #000000,
			0px 2px 1px #000000,
			-2px 0px 1px #000000,
			0px -2px 1px #000000;
	}
	#buy .bal{
		padding: 0 10%;
	}
	#buy .buy_lis_i {
		background: #fff;
		width: 287px;
		border-radius: 10px;
		overflow: hidden;
		margin: auto;
		margin-bottom: 10px;
	}
	.othr_result_item_w{
		margin-bottom: 0;
	}
	.othr_result_item_w h3 {
		font-size: 2.0rem;
		padding: 15px;
		display: table;
		border-bottom: 3px solid #17b06f;
		margin: auto;
		line-height: 1.1;
		margin-bottom: 20px;
		box-sizing: border-box;
	}
	.othr_result_item_w ul {
		padding: 10px 20px 20px;
	}
	.othr_result_item_w li {
		width: 50%;
	}

}

#can {
	padding: 60px 0;
}
.can_w{
	justify-content: space-between;
}
.can_i{
	width: 31%;
	border: 2px solid #17b06f;
}
.can_i h3{
	padding: 10px;
	text-align: center;
	font-size: 2.2rem;
}
.can_i ul{
	min-height: 140px;
	box-sizing: border-box;
	padding: 20px;
}
.can_i ul li{
	font-weight: 800;
	display: flex;
	align-items: center;
}
.can_i ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	background:#17b06f;
	display: block;
	border-radius: 100px;
	margin-right: 10px;
	flex-shrink: 0;
	margin-top: 5px;
}
@media screen and (max-width: 750px) {
	#can {
		padding: 40px 0;
	}
	.can_i{
		width: 100%;
		border: 2px solid #17b06f;
		margin-bottom: 10px;
	}
	.can_i ul {
		min-height:0;
	}
	.can_i h3{
		font-size: 1.8rem;
	}
}

#points{
	padding: 60px 0;
}
#points .points_i{
	background: #fff;
	padding: 35px;
	border-radius: 10px;
	margin-bottom: 20px;
}
#points .points_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#points .points_i .imgarea{
	width: 75px;
	text-align: center;
	flex-shrink: 0;
	margin-right: 35px;
}
#points .points_i .txtarea{
	width: 100%;
}
#points .points_i .txtarea h3{
	font-size: 2.2rem;
	border-bottom: 2px solid #17b06f;
	padding-bottom: 10px;
	line-height: 1.25;
	margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
	#points{
		padding: 40px 0;
	}
	#points .points_i{
		padding: 20px;
	}
	#points .points_i .txtarea h3{
		font-size: 1.8rem;
		text-align: center;
	}
	#points .points_i .imgarea {
		width: 100%;
		text-align: center;
		flex-shrink: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

#hikaku {
	padding: 60px 0;
}
@media screen and (max-width: 750px) {
	#hikaku {
		padding: 40px 0;
	}
	#hikaku .imgarea{
		overflow: scroll;
	}
	#hikaku .imgarea img{
		max-width: 170%;
		width: 170%;
	}
}

#voice {
	padding: 60px 0;
}
.result_w{
	justify-content: space-between;
}
.result_i{
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 30px;
	width: 48%;
	box-sizing: border-box;
}
.result_i .result_head{
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e2e2e2;
	justify-content: space-between;
}
.review_ttl_w{
	align-items: center;
}
.result_i .result_head .num {
	color: #fff;
	letter-spacing: 1px;
	line-height: 1;
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 100px;
}
.result_i .result_head h3 {
	font-size: 1.8rem;
	font-weight: 600;
}
.result_i .review_txt{
	margin-bottom: 30px;
}
.result_i .imgarea{
	text-align: center;
}
@media screen and (max-width: 750px) {
	#voice {
		padding: 40px 0;
	}
	.result_i{
		width: 100%;
		padding: 25px;
	}
}

#flow{
	padding: 60px 0;
}
#flow .flow_i{
	background: #fff;
	border: 2px solid #17b06f;
	margin-bottom: 40px;
	padding: 30px;
	position: relative;
}
#flow .flow_i:after{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-bottom: 2px solid #17b06f;
	border-right: 2px solid #17b06f;
    position: absolute;
    top: calc(100% + 10px);
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0px) rotate(45deg);
}
#flow .flow_i:nth-last-of-type(1):after{
	display: none;
}
#flow .flow_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#flow .flow_i .icon{
	padding-right: 20px;
	border-right: 2px solid #17b06f;
	margin-right: 20px;
	flex-shrink: 0;
	width: 45px;
	text-align: center;
}
#flow .flow_i .flow_sub_ttl_w{
	margin-bottom: 10px;
	align-items: center;
}
#flow .flow_i .flow_sub_ttl_w .num{
	color: #17b06f;
	letter-spacing: 1px;
	line-height: 1;
	margin-right: 10px;
	border-radius: 100px;
	font-size: 2.0rem;
}
#flow .flow_i .flow_sub_ttl_w h3{
	font-size: 1.8rem;
	font-weight: 800;
	color: #17b06f;
}
@media screen and (max-width: 750px) {
	#flow {
		padding: 40px 0;
	}
	#flow .flow_i .flow_sub_ttl_w{
		display: block;
	}
	#flow .flow_i .flow_sub_ttl_w .num{
		display: table;
	}
}
@media screen and (max-width: 750px) {}

#area {
	padding: 60px 0;
}
#area .area_w{
	background: #fff;
	padding: 50px;
	border-radius: 10px;
}
#area .area_i{
	margin-bottom: 20px;
}
#area .area_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#area .area_i h3{
	color: #17b06f;
	font-size: 2.0rem;
	border-bottom: 2px solid #17b06f;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
	#area {
		padding: 40px 0;
	}
	#area .area_w{
		background: #fff;
		padding: 30px;
		border-radius: 10px;
	}
}


#faq {
	padding: 60px 0;
}
.faq_i {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 30px;
	margin-bottom: 30px;
	transition: 0.5s;
	background: #fff;
}

.faq_i.open {
	border-radius: 30px;
}

.faq_i .ico {
	background: #17b06f;
	color: #fff;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 20px;
	font-weight: 600;
	flex-shrink: 0;
}

.faq_i h3 {
	color: #17b06f;
	font-size: 1.6rem;
	margin-top: 5px;
}

.faq_i p {
	margin-top: 5px;
}

.faq_i .q {
	position: relative;
	cursor: pointer;
}

.faq_i .q:after {
	content: "×";
	font-size: 1.8rem;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: rotate(45deg) translate(-10px, -50%);
	color: #333;
	transition: 0.5s;
}

.faq_i.open .q:after {
	top: 50%;
	right: 0px;
	transform: rotate(0) translate(0, -50%);
}

.faq_i .a {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
	display: none;
}

@media screen and (max-width: 750px) {
	#faq {
		padding: 40px 0 40px;
		position: relative;
	}

	.faq_i {
		border-radius: 30px;
		padding: 7.5% 5%;
	}

	.faq_i .q .flex {
		padding-right: 30px;
	}

	.faq_i h3 {
		margin-top: 0;
		font-size: 1.4rem;
	}

	.faq_i .ico {
		width: 30px;
		height: 30px;
		margin-right: 20px;
	}
}

#form{
	padding: 60px 0;
	position: relative;
}
#form .sec_ttl_w::before,
#form .sec_ttl_w::after {
	display: none;
}
.form_w{
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px;
	background: #fff;
	position: relative;
}
.form_w table{
	width: 100%;
}
.form_w th{
	width: 30%;
	text-align: left;
	vertical-align: top;
}
.form_w th span{
	color:#dc294a;
	margin-left: 10px;
}
.form_w td{
	padding: 10px;
	vertical-align: top;
}
.form_w td input[type=text],
.form_w td input[type=tel],
.form_w td input[type=email],
.form_w td input[type=date]{
	width: 100%;
	border: 1px solid #888;
	height: 40px;
	padding: 5px;
	box-sizing: border-box;
}
.form_w td label{
	margin-right: 10px;
}
.form_w td textarea{
	width: 100%;
	border: 1px solid #888;
	height: 100px;
	padding: 5px;
}
.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 : #c3272a;
	color : #fff;
	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;
}
.form_w .btn-area{
	text-align: center;
	margin-top: 30px;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  }
.form_w input[type=submit]{
	width: 50%;
	border: none;
}
input[type="submit"]:hover{
	opacity: 0.6;
}
.form_w input[type=radio]{
	margin: 0;
    vertical-align: middle;
}
.form_w td,.form_w th{
	vertical-align:middle;
}
.form_w input[type=submit] {
	background: #c7333a;
		color: #fff;
    padding: 15px 50px 15px 30px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}
@media screen and (max-width: 750px) {
	#form{
		padding: 40px 0;
		position: relative;
	}
	.form_w{
		padding: 5%;
	}
	.form_w.in_in{
	}
	.form_w td,.form_w th{
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.form_w input[type=submit]{
		width: 100%;
		border: none;
	}
}

#company{
	padding: 60px 0;
}
#company .sec_ttl_w::before,
#company .sec_ttl_w::after {
	display: none;
}
#company table{
	border-radius: 10px;
	margin: auto;
	border-bottom: 2px solid #e8e8e8;
}
#company table th{
	text-align: left;
	font-weight: 600;
	padding: 20px 20px;
	border-top: 2px solid #e8e8e8;
	width: 25%;
}
#company table td {
	border-top: 2px solid #e8e8e8;
	text-align: left;
	padding: 20px 20px;
}
@media screen and (max-width: 750px) {
	#company{
		padding: 20px 0;
	}
	#company table{
		width: 100%;

	}
	#company table th,
	#company table td{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	#company table th{
		border-bottom: 0px;
		padding-bottom: 15px;
	}
	#company table td{
		border-top: 0px;
		padding-top: 0;
	}
}


.fixed_foot{
	display: none;
}
@media screen and (max-width: 750px) {
	.fixed_foot{
		display: block;
		background: #fff;
		position: fixed;
		width: 100%;
		bottom:0;
		z-index: 999;
		box-sizing: border-box;
	}
	.fixed_foot .btns{
		margin-left: 0;
		padding: 2.5%;
	}
	.fixed_foot a{
		position: relative;
		text-align: center;
	}
	/*
	.fixed_foot a.tel_btn{
		margin-bottom: 10px;
	}
	.fixed_foot a.line_btn,
	.fixed_foot a.contact_btn{
		width: 48%;
	}*/
	.fixed_foot a{
		padding: 2px;
	}
	.fixed_foot a.tel_btn{
		width: 69%;
		flex-shrink: 0;
	}
	.fixed_foot a.line_btn{
		display: block;
		margin-bottom: 5px;
	}
}

footer {
	padding: 10px;
	text-align: center;
}
@media screen and (max-width: 750px) {
	footer{
		padding-bottom: 150px;
	}
}