@charset "UTF-8";

/* *******************************************************************************************
* 
*	Contact / お問い合わせ
*
******************************************************************************************* */

/* -------------------------------------------------------------------------------------------
*
* ヘッダー 
*
* ----------------------------------------------------------------------------------------- */

.alHeader{
	height: 400px;
	background: #af1930;
}
.alHeader_ttl_en{
	margin-bottom: 0;
	font-size: 64px;
	line-height: 1em;
}
.alHeader_ttl_catch{
	top: 12px;
	margin-left: 114px;
	width: 146px;
}

@media screen and (max-width : 768px){
	.alHeader{
		height: 250px;
	}
	.alHeader_ttl_en{
		font-size: 48px;
		line-height: 1em;
	}
}

/* -------------------------------------------------------------------------------------------
*
* コンテンツ 
*
* ----------------------------------------------------------------------------------------- */

.alMain{
	padding: 10px 0 70px 0;
}
.contact{
	padding: 30px 0;
}
.contact_inner{
	margin: 0 auto;
	width: 1040px;
}
.contact_ttl{
	margin-bottom: 50px;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 0.06em;
	font-weight: bold;
	text-align: center;
}

/* ----------------------------- よくあるご質問 ----------------------------- */

.contact_ttl-faq{
	padding-top: 68px;
	background: url(../img/common/icon_faq_l.png) center 0 no-repeat;
	background-size: 50px auto;
}
.faq_clm_bar{
	display: flex;
	border: 1px solid rgba(128,128,128,.2);
	border-top: 0;
}
.faq_clm:first-child .faq_clm_bar{
	border-top: 1px solid rgba(128,128,128,.2);
}
.faq_clm_bar:hover{
	background: rgba(0,0,0,.05);
}
.faq_clm_bar.acc-active{
	background: rgba(0,0,0,.05);
}
.mode-night .faq_clm_bar:hover,
.mode-night .faq_clm_bar.acc-active{
	background: rgba(0,0,0,.2);
}
.faq_clm_bar_icon{
	padding: 13px 0;
	width: 47px;
	color: #df1232;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	border-right: 1px solid rgba(128,128,128,.2);
}
.faq_clm_bar_ttl{
	padding: 7px 30px;
	width: 943px;
	color: #df1232;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.06em;
	border-right: 1px solid rgba(128,128,128,.2);
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.faq_clm_bar_nav{
	width: 47px;
	background: url(../img/common/icon_plus.png) center 18px no-repeat;
	background-size: 10px auto;
}
.acc-active .faq_clm_bar_nav{
	background: url(../img/common/icon_minus.png) center 22px no-repeat;
	background-size: 10px auto;
}
.faq_clm_content{
	display: none;
	background: rgba(0,0,0,.05);
}
.mode-night .faq_clm_content{
	background: rgba(0,0,0,.2);
}
.faq_clm_content_inner{
	display: flex;
	border: 1px solid rgba(128,128,128,.2);
	border-top: 0;
}
.faq_clm_content_icon{
	padding: 13px 0;
	width: 47px;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	border-right: 1px solid rgba(128,128,128,.2);
}
.faq_clm_content_txt{
	padding: 7px 77px 7px 30px;
	width: 990px;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.06em;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.faq_clm_content_txt_clm{
	float: left;
	padding: 20px 31px 20px 7px;
	width: 398px;
}
.faq_clm_content_txt_clm_item{
	float: left;
	margin-bottom: 32px;
	padding: 0 15px;
	width: 169px;
	text-align: center;
}
.faq_clm_content_txt_clm_item:nth-child(n + 3){
	margin-bottom: 0;
}
.faq_clm_content_txt_clm_item_img{
	margin: 0 auto 22px auto;
	width: 120px;
}
.faq_clm_content_txt_clm_item_caption{
	font-size: 14px;
	line-height: 1em;
	letter-spacing: 0.06em;
	font-weight: 600;
}
.faq_clm_content_txt_txt{
	float: left;
	width: 447px;
}

/* ----------------------------- お問い合わせフォーム ----------------------------- */

.contact_ttl-contact{
	padding-top: 58px;
	background: url(../img/common/icon_contact_l.png) center 0 no-repeat;
	background-size: 53px auto;
}
.contact_lead{
	margin-bottom: 39px;
	padding: 0 40px;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.06em;
}
.att{
	color: #df1232;
}
.contact_form{
	display: flex;
	flex-wrap: wrap;
	padding: 16px 20px;
	border: 1px solid rgba(128,128,128,.2);
}
.contact_form label{
	display: block;
	padding: 7px 20px 16px 20px;
	width: 50%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.contact_form label.full{
	width: 100%;
}
.wpcf7-form-control-wrap{
	display: block;
}
.label_ttl{
	display: block;
	margin-bottom: 13px;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.06em;
	font-weight: bold;
}
.custom_type-text,
.custom_type-textarea{
	display: block;
	padding: 0 30px;
	width: 100%;
	height: 48px;
	font-family: inherit;
	font-size: 14px;
	line-height: 46px;
	letter-spacing: 0.06em;
	background: #f2f2f2;
	border: 1px solid #e6e6e6;
	outline: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}
.custom_type-textarea{
	padding: 7px 30px;
	height: 142px;
	font-size: 14px;
	line-height: 32px;
}
.container-select{
	position: relative;
	display: block;
}
.container-select:after{
	pointer-events: none;
	position: absolute;
	content: '';
	top: 1px;
	right: 1px;
	width: 46px;
	height: 46px;
	background: url(../img/common/select_arrow.png) center center no-repeat;
	background-size: 13px auto;
	border-left: 1px solid #e6e6e6;
	z-index: 2;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.container-select:hover:after{
	background: #df1232 url(../img/common/select_arrow_wt.png) center center no-repeat;
	background-size: 13px auto;
}
.custom_type-select{
	position: relative;
	cursor: pointer;
    margin: 0;
	padding: 0 0 0 30px;
	width: 100%;
	height: 48px;
	font-family: inherit;
	font-size: 14px;
	line-height: 46px;
	letter-spacing: 0.06em;
	background: #f2f2f2;
	border: 1px solid #e6e6e6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    z-index: 1;
}
.custom_type-select:focus{
	outline: none;
}
.custom_type-select::-ms-expand{
    display: none;
}

/* エラー時 */

.screen-reader-response{
	margin-bottom: 32px;
	color: #df1232;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.06em;
	font-weight: bold;
	text-align: center;
}
.screen-reader-response ul{
	display: none;
}
.wpcf7-not-valid{
	background: #fdf3f5;
	border: 1px solid #f9d0d6;
}
.wpcf7-not-valid-tip{
	padding-top: 12px;
	color: #df1232;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.06em;
}
.wpcf7-response-output{
	display: none !important;
}

/* ----------------------------- 個人情報取扱いについて ----------------------------- */

.contact_policy{
	padding: 40px;
	border: 1px solid rgba(128,128,128,.2);
	border-top: 0;
}
.contact_policy_inner{
	padding-right: 30px;
	height: 250px;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.06em;
	overflow-y: auto;
}
.contact_policy_ttl{
	margin-bottom: 31px;
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 0.06em;
	font-weight: bold;
}

.contact_submit{
	margin: 0 auto;
	padding-top: 65px;
	width: 328px;
}
.submit_btn{
	position: relative;
	display: block;
	height: 64px;
	background: #af1930;
	overflow: hidden;
}
.submit_btn:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 600px;
	height: 600px;
	background: #ed1537;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	opacity: 0.3;
	z-index: 5;
}
.submit_btn:hover:after{
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}
.submit_btn:before{
	position: absolute;
	content: '';
	top: 0;
	right: 32px;
	width: 1px;
	height: 100%;
	background: rgba(0,0,0,.2);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 6;
}
.submit_btn:hover:before{
	-webkit-transform: translate(16px, 0);
	transform: translate(16px, 0);
}
.submit_btn_txt{
	position: relative;
	display: block;
	top: 50%;
	left: 0;
	color: #fff;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 0.06em;
	font-weight: bold;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 10;
}
.submit_btn_arrow{
	position: absolute;
	display: block;
	top: 50%;
	right: 12px;
	width: 36px;
	height: 14px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 10;
	overflow: hidden;
}
.submit_btn_arrow:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: #fff;
}
.submit_btn:hover .submit_btn_arrow{
	padding-left: 8px;
	-webkit-transform: translate(8px, -50%);
	transform: translate(8px, -50%);
}

/* ----------------------------- 完了ページ ----------------------------- */

.contact_comp{
	padding-top: 60px;
	text-align: center;
}
.contact_comp_ttl{
	margin-bottom: 32px;
	color: #df1232;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 0.06em;
	font-weight: bold;
}
.contact_comp_txt{
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.06em;
}
.contact_comp_btm{
	margin: 0 auto;
	padding-top: 65px;
	width: 328px;
}

@media screen and (max-width : 768px){
	.alMain{
		padding: 10px 0 60px 0;
	}
	.contact{
		padding: 20px 0;
	}
	.contact_inner{
		padding: 0 20px;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.contact_ttl{
		margin-bottom: 35px;
		font-size: 15px;
		line-height: 1em;
	}

	/* ----------------------------- よくあるご質問 ----------------------------- */

	.contact_ttl-faq{
		padding-top: 52px;
		background-size: 38px auto;
	}
	.faq_clm_bar:hover{
		background: none;
	}
	.faq_clm_bar_icon{
		padding: 10px 0;
		width: 35px;
		font-size: 15px;
		line-height: 1em;
	}
	.faq_clm_bar_ttl{
		padding: 6px 18px;
		width: -webkit-calc(100% - 71px);
		width: calc(100% - 71px);
		font-size: 11px;
		line-height: 23px;
	}
	.faq_clm_bar_nav{
		width: 35px;
		background: url(../img/common/icon_plus.png) center 13px no-repeat;
		background-size: 8px auto;
	}
	.acc-active .faq_clm_bar_nav{
		background: url(../img/common/icon_minus.png) center 16px no-repeat;
		background-size: 8px auto;
	}
	.faq_clm_content_icon{
		padding: 10px 0;
		width: 35px;
		font-size: 15px;
		line-height: 1em;
	}
	.faq_clm_content_txt{
		padding: 6px 35px 6px 18px;
		width: -webkit-calc(100% - 36px);
		width: calc(100% - 36px);
		font-size: 11px;
		line-height: 23px;
	}
	.faq_clm_content_txt_clm{
		float: none;
		margin: 0 auto;
		padding: 12px 0;
		width: 100%;
	}
	.faq_clm_content_txt_clm_item{
		margin-bottom: 20px;
		padding: 0 7px;
		width: 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.faq_clm_content_txt_clm_item:nth-child(n + 3){
		margin-bottom: 0;
	}
	.faq_clm_content_txt_clm_item_img{
		margin: 0 auto 11px auto;
		width: 100%;
	}
	.faq_clm_content_txt_clm_item_caption{
		font-size: 11px;
		line-height: 17px;
	}
	.faq_clm_content_txt_txt{
		float: none;
		width: 100%;
	}

	/* ----------------------------- お問い合わせフォーム ----------------------------- */

	.contact_ttl-contact{
		padding-top: 44px;
		background-size: 40px auto;
	}
	.contact_lead{
		margin-bottom: 30px;
		padding: 0;
		font-size: 11px;
		line-height: 24px;
	}
	.contact_form{
		padding: 16px 18px;
	}
	.contact_form label{
		padding: 6px 0 12px 0;
		width: 100%;
	}
	.label_ttl{
		margin-bottom: 12px;
		font-size: 11px;
		line-height: 24px;
	}
	.custom_type-text,
	.custom_type-textarea{
		padding: 0 18px;
		height: 36px;
		font-size: 11px;
		line-height: 34px;
	}
	.custom_type-textarea{
		padding: 5px 18px;
		height: 108px;
		font-size: 11px;
		line-height: 24px;
	}
	.container-select:after{
		width: 34px;
		height: 34px;
		background-size: 7px auto;
	}
	.container-select:hover:after{
		background: url(../img/common/select_arrow.png) center center no-repeat;
		background-size: 7px auto;
	}
	.custom_type-select{
		padding: 0 0 0 18px;
		height: 36px;
		font-size: 11px;
		line-height: 34px;
	}

	/* エラー時 */

	.screen-reader-response{
		margin-bottom: 24px;
		font-size: 13px;
		line-height: 26px;
	}
	.wpcf7-not-valid-tip{
		padding-top: 8px;
		color: #df1232;
		font-size: 11px;
		line-height: 24px;
	}

	/* ----------------------------- 個人情報取扱いについて ----------------------------- */

	.contact_policy{
		padding: 30px 18px;
	}
	.contact_policy_inner{
		padding-right: 20px;
		height: 208px;
		font-size: 11px;
		line-height: 24px;
	}
	.contact_policy_ttl{
		margin-bottom: 31px;
		font-size: 13px;
		line-height: 1em;
	}

	.contact_submit{
		padding-top: 50px;
		width: 246px;
	}
	.submit_btn{
		height: 48px;
	}
	.submit_btn:after{
		opacity: 0;
	}
	.submit_btn:hover:after{
		opacity: 0;
	}
	.submit_btn:before{
		right: 24px;
	}
	.submit_btn:hover:before{
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.submit_btn_txt{
		font-size: 15px;
		line-height: 1em;
	}
	.submit_btn_arrow{
		right: 9px;
		width: 27px;
		height: 11px;
	}
	.submit_btn:hover .submit_btn_arrow{
		padding-left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	/* ----------------------------- 完了ページ ----------------------------- */

	.contact_comp{
		padding-top: 50px;
	}
	.contact_comp_ttl{
		margin-bottom: 24px;
		font-size: 14px;
		line-height: 1em;
	}
	.contact_comp_txt{
		font-size: 11px;
		line-height: 24px;
	}
	.contact_comp_btm{
		padding-top: 50px;
		width: 246px;
	}
}


