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

#wrapper{
	width: 100%;
	overflow-x: hidden;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
img{
	width: 100%;
	height: 100%;
}
#support,#flow,#voice,#cost{
	margin-top: -120px;
	padding-top: 120px;
}
.bg_pink{background: #E4015A;}
.bg_white{background: #fff;}
.bg_orange{background: #F29600;}
.bg_blue{background: #036EB7;}
.bg_green{background: #1EAA39;}
.bg_gray{background: #888888;}
.bg_light-blue{background: #EAF5FC;}
.f_pink{color: #E4015A;}
.f_white{color: #fff;}
.f_orange{color: #F29600;}
.f_blue{color: #036EB7;}
.f_green{color: #1EAA39;}
.f_red{color: #E50012;}
.f_notes{
	font-size: 12px;
	font-weight: normal;
}
.n_line{
	display: inline-block;
}
.bor_title{
	font-size: 40px;
	font-weight: bold;
	position: relative;
	padding-left: 15px;
}
.bor_title::before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 38px;
	background-color: #036EB7;
	position: absolute;
	top: 18%;
	left: 0;
}
@media screen and (max-width:768px) {
	#support,#flow,#voice,#cost{
		margin-top: -40px;
		padding-top: 40px;
	}
	.bor_title{
		font-size: 24px;
	}
	.bor_title::before{
		height: 25px;
	}
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーー
ヘッダー
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.head{
	width: 100%;
/*	height: 120px;*/
	background: #fff;
	position: fixed;
	box-shadow: 0 3px 6px gray;
	z-index: 9999;
}
.head_wrap{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.logo{
	text-align: center;
	margin-top: 19px;
	margin-bottom: 12px;
	max-width: 312px;
	width: 100%;
	height: auto;
}
.logo a{
	display: block;
}
.headNav_block{
	max-width: 100%;
	width: 100%;
}
.headNav{
	display: flex;
	width: 100%;
	margin: 0 auto;
}
.headNav li{
	width: 25%;
	font-size: 16px;
	text-align: center;
	position: relative;
}
.headNav li::before{
	content: "";
	display: inline-block;
	width: 1px;
	height: 30px;
	background-color: #707070;
	position: absolute;
	top: 20%;
	left: 0;
}
.headNav li:last-child::after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 30px;
	background-color: #707070;
	position: absolute;
	top: 20%;
	right: 0;
}
.headNav li a{
	display: block;
	color: #000;
	background: #fff;
	transition: all  0.2s ease;
	text-decoration: none;
	line-height: 2.4;
	padding-top: 5px;
	padding-bottom: 5px;
}
.headNav li a:hover{
	color: #0C6EB7;
	background: #EAF5FC;
}
.head_border{
	border-bottom: 2px solid #0C6EB7;
}
.headNav_btn{
	position: relative;
	width: 21px;
	height: 17px;
	cursor: pointer;
}
.headNav_btn span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #000;
}
.headNav_btn, .headNav_btn span{
	display: inline-block;
	transition: all .2s;
	box-sizing: border-box;
}
.headNav_btn span:nth-of-type(1){
	top: 0;
}
.headNav_btn span:nth-of-type(2){
	top: 7px;
}
.headNav_btn span:nth-of-type(3){
	bottom: 0;
}
#btn.active span:nth-of-type(1){
	-webkit-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
#btn.active span:nth-of-type(2){
	opacity: 0;
}
#btn.active span:nth-of-type(3){
	-webkit-transform: translateY(-7deg) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}
@media screen and (max-width:768px) {
	.head{
		height: 40px;
	}
	.head_wrap{
		margin: 0 16px;
		justify-content: space-between;
	}
	.logo{
		text-align: left;
		margin: 8px 0;
		max-width: 186px;
	}
	.headNav_block{
		position: fixed;
		top: 42px;
		bottom: 0;
		right: 0;
		left: 0;
		transition: all .2s;
		visibility: hidden;
		opacity: 0;
	}
	.headNav{
		flex-direction: column;
		align-items: flex-start;
	}
	.headNav li{
		width: 100%;
		border-bottom: 1px solid #CCCCCC;
	}
	.headNav li::before{
		display: none;
	}
	.headNav li:last-child::after{
		display: none;
	}
	.headNav li a{
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media screen and (min-width:769px) {
	.headNav_btn{
		display: none;
	}
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーー
メイン
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.main{
	width: 100%;
	color: #000;
}
.main_wrap{
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
}
/*
トップイメージ（top_image）
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.top_image{
	width: 100%;
	margin-top: 120px;
}
.top_visu{
	width: auto;
	max-height: 85vh;
	height: 50vw;
	position: relative;
	background: url("../images/top_visu_PC02.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 50%;
}
/*
.top_titile{
	max-width: 472px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 64px;
}
.top_subtitle{
	max-width: 638px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 194px;
}
.top_info{
	max-width: 600px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 294px;
}
.top_cost{
	max-width: 188px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 406px;
}
.top_time{
	max-width: 188px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 406px;
}
*/
.question{
	width: 100%;
}
.question > div:first-child{
	text-align: center;
	padding: 7px;
}
.question > div:first-child > h1{
	font-size: 30px;
	font-weight: bold;
}
.question > div:last-child{
	padding: 20px 16px 5px;
}
.question_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
}
.question_content{
	display: flex;
	justify-content: center;
	align-items: center;
}
.question_item{
	border-right: 2px solid #707070;
	min-width: 200px;
	width: 100%;
	text-align: center;
}
.question_content:last-child .question_item:last-child{
	border-right: none;
}
.question_img img{
	max-height: 120px;
	width: auto;
}
.question_item p{
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
	margin-top: 10px;
}
.question_subtitle{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.question_logo{
	max-width: 427px;
	width: 100%;
	height: auto;
	margin-top: -15px;
}
.question_logo + p{
	font-size: 40px;
	font-weight: 600;
}
@media screen and (max-width:768px) {
	.top_image{
		margin-top: 50px;
	}
	.top_visu{
		max-height: 105vh;
		height: 140vw;
		background: url("../images/top_visu_SP02.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 0 50%;
	}
	.question > div:first-child > h1{
		font-size: 24px;
		line-height: 27px;
	}
	.question_wrap{
		display: block;
		flex-direction: column;
	}
	.question_content:first-child{
		border-bottom: 2px solid #707070;
	}
	.question_item{
		min-width: 180px;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.question_content:first-child .question_item{
		padding-bottom: 10px;
	}
	.question_content:last-child .question_item{
		padding-top: 10px;
	}
	.question_content:first-child .question_item:last-child{
		border-right: none;
	}
	.question_img img{
		min-height: 100px;
	}
	.question_item p{
		font-size: 16px;
	}
	.question_subtitle{
		flex-direction: column;
		margin-top: 30px;
	}
	.question_logo{
		max-width: 266px;
	}
	.question_logo + p{
		font-size: 20px;
	}
}

/*
トラブルサポート（Support）
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.Support{
	width: 100%;
}
.Support_info{
	padding-bottom: 40px;
}
.Support_info h2{
	font-size: 35px;
	margin-bottom: 10px;
	line-height: 40px;
}
.Support_info > p:first-of-type{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
}
.Support > div:last-child{
	position: relative;
}
.Support_time{
	max-width: 489px;
	width: 100%;
	border-radius: 25px;
	text-align: center;
	position: absolute;
	top: -24px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.Support_time h2{
	font-size: 29px;
	padding: 3px;
}
.Support_wrap{
	width: 100%;
	padding: 45px 16px 40px;
}
.Support_content{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 11px 0px 16px;
	margin: 0 -16px;
}
.Support_item{
	max-width: 330px;
	border-right: 1px solid #0C6EB7;
	padding: 0 23px;
	margin: 0 auto;
}
.Support_item:last-child{
	border-right: none;
}
.Support_item h3{
	text-align: center;
	border-bottom: 3px solid #0C6EB7;
	font-size: 18px;
}
.Support_title{
	font-size: 30px;
}
.Support_img{
	text-align: center;
	margin: 24px auto 16px;
}
.Support_img img{
	max-height: 131px;
	width: auto;
}
.Support_item dl{
	border: 2px solid #F29602;
	padding-bottom: 9px;
}
.Support_item dl dt{
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	padding: 3px;
	margin-bottom: 9px;
}
.Support_item dl dd{
	font-size: 18px;
	margin-left: 9px;
	margin-right: 9px;
	padding-left: 1em;
	text-indent: -1em;
}
.Support_item p{
	margin-top: 10px;
}
.Support_merit{
	font-size: 30px;
	color: #FFF000;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 0;
	text-align: center;
	white-space: nowrap;
}
.Support_merit::before,
.Support_merit::after{
	content: "";
	border-top: 2px solid #FFF000;
	width: 25vw;
}
.Support_merit::before{
	margin-right: 16px;
}
.Support_merit::after{
	margin-left: 16px;
}
.Support_free{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 16px;
}
.Support_free_item{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #E4005A;
	border: 4px solid #fff;
	max-width: 400px;
	width: 100%;
	margin: 20px 5px 0;
}
.Support_free_item h4{
	font-size: 30px;
	border-top:  1.5px solid #fff;
	border-bottom: 1.5px solid #fff;
}
.Support_free_small{
	font-size: 20px;
}
.Support_free_item h3{
	font-size: 50px;
	margin-left: 16px;
}
.Support_about{
	font-weight: 500;
}
.Support_about p{
	margin-bottom: 2px;
	padding-left: 1em;
	text-indent: -1em;
}
.Support_about p:first-of-type{
	font-size: 15px;
	margin-bottom: 8px;
}
@media screen and (max-width:1000px) {
	.Support_info{
		padding: 24px 16px 28px;
	}
	.Support_content{
		flex-direction: column;
		background: none;
		padding: 0;
		margin: 0;
	}
	.Support_item{
		border-right: none;
		background: #fff;
		padding: 11px 23px 16px;
		margin-bottom: 16px;
	}
	.Support_item:last-child{
		margin-bottom: 0;
	}
}
@media screen and (max-width:768px) {
	.Support_info h2{
		font-size: 18px;
		line-height: 22px;
	}
	.Support_info > p:first-of-type{
		font-size: 14px;
		line-height: 18px;
	}
	.Support_time{
		top: -16px;
	}
	.Support_time h2{
		font-size: 18px;
	}
	.Support_merit{
		font-size: 24px;
		line-height: 27px;
		white-space: normal;
	}
	.Support_merit::before{
		margin-right: 5px;
	}
	.Support_merit::after{
		margin-left: 5px;
	}
	.Support_free_item h4{
		font-size: 20px;
	}
	.Support_free_small{
		font-size: 15px;
	}
	.Support_free_item h3{
		font-size: 40px;
	}
}

/*
トラブル解決までの流れ（Flow）
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.Flow{
	width: 100%;
}
.Flow > div{
	padding: 32px 0;
}
.Flow > div > div > h1{
	margin-bottom: 22px;
}
.Flow_wrap{
	text-align: center;
	padding: 16px;
}
.Flow_wrap > p{
	font-size: 20px;
	font-weight: bold;
}
.Flow_content{
	max-width: 720px;
	width: 100%;
	min-height: 656px;
	margin: 24px auto;
}
.Flow_content_block{
	max-width: 650px;
	width: 100%;
	margin-left: auto;
	border-left: 3px solid #0C6EB7;
}
.Flow_item{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.Flow_item:last-child{
	margin-bottom: 0;
}
.Flow_img{
	position: absolute;
	top: 0;
	left: -70px;
}
.Flow_img img{
	max-height: 140px;
	width: auto;
}
.Flow_item .Flow_info{
	min-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.Flow_item .Flow_info h2{
	font-size: 25px;
	font-weight: bold;
}
.Flow_item .Flow_info p{
	font-size: 15px;
}
.Flow_item:last-child .Flow_info h2{
	font-size: 30px;
}
.Flow_arrow{
	max-width: 56px;
	width: 100%;
	margin: 4px auto;
}
@media screen and (max-width:1000px) {
	.Flow > div > div > h1{
		margin-left: 16px;
	}
}
@media screen and (max-width:768px) {
	.Flow_content_block{
		max-width: 720px;
		border-left: none;
		margin: 0 auto;
	}
	.Flow > div{
		padding: 22px 0 0;
	}
	.Flow .bor_title{
		margin-bottom: 10px;
	}
	.Flow_wrap{
		text-align: left;
	}
	.Flow_wrap > p{
		font-size: 18px;
	}
	.Flow_item{
		padding-top: 70px;
		padding-bottom: 0;
	}
	.Flow_img{
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.Flow_item .Flow_info{
		padding: 73px 12px 8px;
	}
	.Flow_item .Flow_info h2{
		font-size: 22px;
	}
	.Flow_item .Flow_info p{
		font-size: 14px;
		text-align: center;
	}
	.Flow_item:last-child .Flow_info h2{
		font-size: 24px;
	}
	.Flow_arrow{
		margin: 16px auto;
	}
}

/*
お客様の声（Voice）
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.Voice{
	width: 100%;
}
.Voice > div{
	padding: 32px 16px;
}
.Voice_wrap{
	border-radius: 40px;
	padding: 32px 40px 48px;
}
.Voice_content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.Voice_title{
	text-align: center;
	font-weight: bold;
}
.Voice_title p{
	font-size: 20px;
}
.Voice_title h1{
	font-size: 40px;
}
.Voice_info{
	max-width: 610px;
	height: 100%;
	font-weight: bold;
	margin-left: 12px;
}
.Voice_info p{
	font-size: 15px;
}
.Voice_item{
	max-width: 296px;
	width: 100%;
	min-height: 260px;
	border-radius: 10px;
	padding: 12px 20px 24px;
	margin-top: 16px;
	position: relative;
}
.Voice_item dl{
	position: relative;
	margin-bottom: 35px;
}
.Voice_item dl::before{
	content: "";
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.Voice_item dl dt{
	text-align: center;
	font-size: 20px;
	line-height: 1.2em;
	padding-top: 30px;
	font-weight: bold;
}
.Voice_item dl dd{
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 10px;
}
.Voice_item p {
	font-size: 10px;
	position: absolute;
	right: 20px;
	bottom: 24px;
}
@media screen and (max-width:1000px) {
	.Voice_content{
		justify-content: center;
		flex-direction: column;
	}
}
@media screen and (max-width:768px) {
	.Voice > div{
		padding: 24px 16px;
	}
	.Voice_wrap{
		border-radius: 15px;
		padding: 20px 23px 16px;
	}
	.Voice_title p{
		font-size: 16px;
	}
	.Voice_title h1{
		font-size: 24px;
	}
	.Voice_info{
		margin-top: 16px;
		margin-left: 0;
	}
	.Voice_info p{
		font-size: 14px;
	}
}

/*
年会費（Cost）
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.Cost{
	width: 100%;
}
.Cost > div{
	padding: 32px 0;
}
.Cost_wrap{
	border-top: 5px solid #F29600;
	border-bottom: 5px solid #F29600;
}
.Cost_title{
	max-width: 200px;
	width: 100%;
	margin-top: -1px;
}
.Cost_content{
	margin: -20px auto 10px;
	text-align: center;
}
.Cost_content p{
	font-size: 30px;
	font-weight: 500;
}
.Cost_content h2{
	display: inline-block;
	font-size: 74px;
	font-weight: bold;
	margin-top: -10px;
	position: relative;
}
.Cost_content h2::after{
	content: "";
	display: block;
	width: 119px;
	height: 81px;
	background-image: url("../images/Cost_bubble.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -20px;
	right: -50px;;
}
.Cost_arrow{
	max-width: 69px;
	width: 100%;
	margin: 22px auto 0;
}
.f_tax{
	font-size: 20px;
	color: #000;
	font-weight: normal;
}
.f_emphasis{
	font-size: 103px;
}
@media screen and (max-width:768px) {
	.Cost_title{
		max-width: 120px;
	}
	.Cost_content{
		margin-top: 10px;
	}
	.Cost_content p{
		font-size: 20px;
	}
	.Cost_content h2{
		font-size: 35px;
		margin-top: 5px;
	}
	.Cost_content h2::after{
		width: 56px;
		height: 38px;
		right: 0;
	}
	.Cost_arrow{
		max-width: 50px;
	}
	.f_tax{
		font-size: 14px;
	}
	.f_emphasis{
		font-size: 50px;
	}
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーー
フッター
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.foot{
	width: 100%;
	color: #fff;
	z-index: 9998;
}
.town{
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
}
.town img{
	min-width: 1200px;
}
.town + div{
	margin-top: -1px;
	padding-top: 10px;
} 
.foot_wrap{
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.footNav_block{
	max-width: 100%;
	width: 100%;
}
.footNav{
	display: flex;
	width: 100%;
	margin: 0 auto;
}
.footNav li{
	width: 20%;
	font-size: 15px;
	text-align: center;
	position: relative;
}
.footNav li::before{
	content: "";
	display: inline-block;
	width: 1px;
	height: 30px;
	background-color: #fff;
	position: absolute;
	top: -20%;
	left: 0;
}
.footNav li:last-child::after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 30px;
	background-color: #fff;
	position: absolute;
	top: -20%;
	right: 0;
}
.footNav li a{
	display: inline-block;
	color: #fff;
	transition: all  0.2s ease;
	text-decoration: none;
	font-weight: normal;
}
.footNav li a:hover{
	font-weight: bold;
}
.exclusive_tell{
	max-width: 560px;
	height: 100%;
	margin: 32px auto;
}
.exclusive_tell_title{
	text-align: center;
}
.exclusive_tell_title p{
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}
.exclusive_tell_title p span{
	display: inline-block;
}
.exclusive_tell_explain{
	text-align: center;
	padding: 12px;
}
.tell_info{
	max-width: 270px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.tell_info p{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7;
}
.tell_info p:last-child{
	border-radius: 15px;
}
.free_dial{
	max-width: 410px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.free_dial img{
	margin: 5px 0;
}
.copyriht{
	display: block;
	text-align: center;
	color: #D0D0D0;
	font-size: 10px;
	padding-bottom: 10px;
}
@media screen and (max-width:768px) {
	.foot_wrap{
		margin: 0 16px;
	}
	.footNav{
		justify-content: center;
		flex-direction: column;
	}
	.footNav li{
		width: 100%;
		margin: 2px;
	}
	.footNav li::before{
		display: none;
	}
	.footNav li:last-child::after{
		display: none;
	}
	.footNav li a{
		line-height: normal;
	}
}
