@charset "utf-8";

.wpcf7c-conf {
	background-color: #dffcff !important;
}

span.wpcf7-not-valid-tip {
	margin-top: 5px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: none !important;
	background-color: #f2c8cc;
	margin: 2em 0 3em !important;
	padding: 5px !important;
	text-align: center;
}

/*===========================================================
	FAQ
===========================================================*/

#faq_text {
	margin-bottom: 50px;
	font-size: 1.3rem;
	text-align: center;
}

.faq_list {
	margin: 30px 0 50px 27%;
}

.faq_list dt {
	margin-top: 25px;
	padding-left: 3em;
	position: relative;
	font-size: 1.3rem;
	text-decoration: underline;
	cursor: pointer;
}

.faq_list dt:hover {
	opacity: 0.6;
}

.faq_list dt::before {
	width: 18px;
	height: 15px;
	content: "";
	position: absolute;
	background: url("../images/contact/faq_image01.png") no-repeat center center;
	background-size: contain;
	left: 0;
}

.faq_list dd {
	margin-top: 25px;
	padding-left: 3em;
	position: relative;
	color: #e60012;
	font-size: 1.3rem;
	display: none;
}

.faq_list dd::before {
	width: 18px;
	height: 15px;
	content: "";
	position: absolute;
	background: url("../images/contact/faq_image02.png") no-repeat center center;
	background-size: contain;
	left: 0;
}

.page_link {
	margin-left: 1em;
	padding: 0 1em;
	display: inline-block;
	position: relative;
	background-color: #b5b5b6;
	color: #ffffff;
	line-height: 1.6em;
	vertical-align: middle;
}

.page_link::before,
.page_link::after {
	content: "";
	width: 5px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #b5b5b6;
}

.page_link::before {
	right: -9px;
}

.page_link::after {
	right: -18px;
}

#freepower_heading {
	margin-left: 26.5%;
	font-size: 1.3rem;
}

#freepower_heading img {
	margin-right: 1em;
	width: 25px;
	vertical-align: middle;
}

/*===========================================================
	SP版FAQ
===========================================================*/

#sp_section_faq {
	display: none;
}

/*===========================================================
	フォーム
===========================================================*/

#section_contactform {
		margin: 100px 20px 0;
	border-top: dotted 3px #b5b5b6;
}

#section_contactform .section_inner{
	max-width: 620px;
}

form p {
	margin-top: 24px;
	font-size: 1.3rem;
}

form p.form_notice {
	color: #32373c;
	font-size: 1.2rem;
}

#form_inner {
	margin: 100px auto 0;
	max-width: 400px;
}

#form_inner input[type="tel"],
#form_inner input[type="text"],
#form_inner input[type="email"] {
	margin-top: 5px;
	padding: 5px;
	width: 100%;
	font-size: 1.4rem;
	vertical-align: baseline;
}

#form_inner select {
	margin-top: 5px;
	padding: 5px;
	font-size: 1.4rem;
	vertical-align: baseline;
}

#form_inner textarea {
	margin-top: 5px;
	padding: 5px;
	width: 100%;
	height: 180px;
	font-family: 'Noto Sans JP', sans-serif, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.4rem;
}

#form_inner .form_chain input[type="tel"],
#form_inner .form_chain input[type="text"] {
	margin-left: 5px;
	margin-right: 5px;
	width: 25%;
}

#form_inner .form_chain .wpcf7-form-control-wrap.tel1 input[type="tel"],
#form_inner .form_chain .wpcf7-form-control-wrap.zip1 input[type="text"] {
	margin-left: 0;
}

#form_inner .form_chain .wpcf7-form-control-wrap.tel3 input[type="tel"],
#form_inner .form_chain .wpcf7-form-control-wrap.zip2 input[type="text"] {
	margin-right: 0;
}

#type_select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#type_select ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#type_select .wpcf7-list-item {
	margin-left: 0;
	margin-right: 40px;
}

#type_select p {
	margin-top: 0;
	margin-left: auto;
	color: #e60012;
	font-size: 1rem;
}

#gender_select {
	margin-top: 20px;
}

#gender_select ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#gender_select .wpcf7-list-item {
	margin-left: 0;
	margin-right: 40px;
}

#type_select input[type="radio"],
#gender_select input[type="radio"] {
	display: none;
}

#type_select input[type="radio"] + .wpcf7-list-item-label,
#gender_select input[type="radio"] + .wpcf7-list-item-label,
#type_select input[type="radio"] + input + .wpcf7-list-item-label,
#gender_select input[type="radio"] + input + .wpcf7-list-item-label {
	display: block;
	width: 2.5em;
	height: 4.5em;
	position: relative;
	text-align: center;
	cursor: pointer;
}

#type_select input[type="radio"] + .wpcf7-list-item-label::before,
#gender_select input[type="radio"] + .wpcf7-list-item-label::before,
#type_select input[type="radio"] + input + .wpcf7-list-item-label::before,
#gender_select input[type="radio"] + input + .wpcf7-list-item-label::before {
	content: "";
	width: 2.5em;
	height: 2.5em;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border: solid 1px #aaaaaa;
	z-index: 1;
}

#type_select input[type="radio"] + .wpcf7-list-item-label::after,
#gender_select input[type="radio"] + .wpcf7-list-item-label::after,
#type_select input[type="radio"] + input + .wpcf7-list-item-label::after,
#gender_select input[type="radio"] + input + .wpcf7-list-item-label::after {
	content: "";
	width: 2.5em;
	height: 10px;
	opacity: 0;
	position: absolute;
	bottom: 12px;
	left: 3px;
	transform: rotateZ(-45deg);
	background: linear-gradient(to right,#e60012,#e60012 20%,transparent 20%,transparent);
	border-bottom: solid 0.5em #e60012;
	z-index: 2;
	transition: opacity 250ms;
}

#type_select input[type="radio"]:checked + .wpcf7-list-item-label::after,
#gender_select input[type="radio"]:checked + .wpcf7-list-item-label::after,
#type_select input[type="radio"]:checked + input + .wpcf7-list-item-label::after,
#gender_select input[type="radio"]:checked + input + .wpcf7-list-item-label::after {
	opacity: 1;
}

.form_notice_list {
	margin-top: 10px;
}

.form_notice_list li {
	margin-left: 2em;
	color: #32373c;
	font-size: 1.2rem;
	list-style: disc;
}

.contact_note_wrapper {
	margin-top: 40px;
}

.contact_note_wrapper li {
	margin-top: 10px;
	color: #32373c;
	font-size: 1.2rem;
}

.contact_note {
	padding-left: 1.5em;
	position: relative;
}

.contact_note::before {
	content: "※";
	display: block;
	position: absolute;
	left: 0;
}

.contact_note_blue {
	padding-left: 1.5em;
	position: relative;
}

.contact_note_blue::before {
	content: "※";
	display: block;
	position: absolute;
	left: 0;
                                color: #0000FF;
}

.contact_note_red {
	padding-left: 1.5em;
	position: relative;
}

.contact_note_red::before {
	content: "※";
	display: block;
	position: absolute;
	left: 0;
                                color: #FF0000;
}

#submit_button {
	margin-top: 70px;
	text-align: center;
}

#submit_button input {
	padding: 0 1em;
	appearance: none;
	background-color: #b5b5b6;
	border: none;
	color: #ffffff;
	font-size: 1.3rem;
	line-height: 1.8em;
	font-weight: 700;
	letter-spacing: 0.1em;
	cursor: pointer;
}

/*===========================================================
	サンクスページ
===========================================================*/

#thx_wrapper {
	text-align: center;
}

.thx_text01 {
	font-size: 1.4rem;
	font-weight: 700;
}

.thx_text02 {
	margin-top: 40px;
}

.thx_address {
	margin-top: 60px;
}

@media screen and (max-width: 750px) {

body {
	font-size: 1.3rem;
}

	/*===========================================================
		FAQ
	===========================================================*/

	#section_faq {
		display: none;
	}

	/*===========================================================
		SP版FAQ
	===========================================================*/

	#sp_section_faq {
		margin-top: 90px;
		display: block;
	}

	#sp_faq_text {
		margin: 50px 35px;
		font-size: 1.4rem;
		line-height: 1.92em;
		text-align: center;
	}

	.sp_faq_open_list {
		margin: 0 45px;
	}

	.sp_faq_open_list li {
		margin-top: 35px;
		padding-left: 2em;
		position: relative;
		line-height: 1.55em;
		text-decoration: underline;
		cursor: pointer;
	}

	.sp_faq_open_list li::before {
		width: 21px;
		height: 16px;
		content: "";
		position: absolute;
		top: 5px;
		left: 0;
		background: url("../images/contact/faq_image01.png") no-repeat center center;
		background-size: contain;
	}

	#sp_freepower_heading {
		margin: 90px 45px 43px;
		font-size: 1.6rem;
	}

	#sp_freepower_heading img {
		margin-right: 1em;
		width: 36px;
		vertical-align: middle;
	}

	.modal{
		display: none;
		height: 100vh;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 500;
	}
	.modal__bg{
		background-color: tranparent;
		height: 100vh;
		position: absolute;
		width: 100%;
	}
	.modal__content{
		padding: 70px 10px 10px;
		width: calc(100vw - 56px);
		height: calc(100vh - 60px);
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		background-color: #ffffff;
		box-shadow: -2px 0 5px 0 rgba(0,0,0,0.2);
		text-align: center;
	}

	a.js-modal-close {
		width: 26px;
		height: 26px;
		position: absolute;
		top: 23px;
		right: 25px;
		cursor: pointer;
	}
	
	a.js-modal-close::before,
	a.js-modal-close::after {
		content: "";
		width: 141.421356%;
		height: 1px;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		background-color: #231815;
	}
	
	a.js-modal-close::before {
		transform: translateX(-50%) rotateZ(-45deg);
	}
	
	a.js-modal-close::after {
		transform: translateX(-50%) rotateZ(45deg);
	}

	.modal__content dl {
		height: 100%;
		overflow: auto;
	}

	.modal__content dt {
		padding-top: 90px;
		display: inline-block;
		background: url("../images/contact/sp_faq_image01.png") top 12px center no-repeat;
		background-size: 28px;
		text-align: left;
		text-decoration: underline;
	}

	.modal__content dd {
		margin-top: 72px;
		padding-top: 90px;
		display: inline-block;
		background: url("../images/contact/sp_faq_image02.png") top 12px center no-repeat;
		background-size: 28px;
		color: #E60012;
		text-align: left;
	}

	.modal__content .page_link {
		margin: 60px 0 25px;
		padding: 0 1em;
		display: inline-block;
		position: relative;
		background-color: #b5b5b6;
		color: #ffffff;
		font-size: 1.4rem;
		line-height: 1.6em;
		vertical-align: middle;
		transform: translateX(-18px);
	}

	.modal__content .page_link::before,
	.modal__content .page_link::after {
		content: "";
		width: 5px;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		background-color: #b5b5b6;
	}

	.modal__content .page_link::before {
		right: -10px;
	}

	.modal__content .page_link::after {
		right: -20px;
	}

	/*===========================================================
		フォーム
	===========================================================*/

	.page_link {
		margin-left: 0;
	}

	#section_contactform {
		margin: 120px 45px 0;
		border-top: dotted 3px #b5b5b6;
	}

	form p {
		margin-top: 35px;
		font-size: 1.3rem;
	}

	form p.form_notice {
		font-size: 1.2rem;
		line-height: 1.54em;
	}

	#form_inner {
		margin: 60px auto 0;
		max-width: initial;
	}

	#form_inner input[type="tel"],
	#form_inner input[type="text"],
	#form_inner input[type="email"] {
		border: 1px solid #ddd;
		margin-top: 5px;
		padding: 5px;
		font-size: 1.3rem;
	}

	#form_inner select {
		margin-top: 5px;
		padding: 5px;
		font-size: 1.2rem;
	}

	#form_inner textarea {
		border: 1px solid #ddd;
		margin-top: 5px;
		padding: 5px;
		height: 210px;
		font-size: 1.3rem;
	}

	#form_inner .form_chain input[type="tel"],
	#form_inner .form_chain input[type="text"] {
		margin-left: 5px;
		margin-right: 5px;
	}

	#type_select {
		display: block;
	}

	#type_select .wpcf7-list-item {
		margin-right: 35px;
	}

	#type_select p {
		margin-bottom: 60px;
		font-size: 1rem;
	}

	#gender_select {
		margin-top: 35px;
	}

	#gender_select .wpcf7-list-item {
		margin-right: 35px;
	}

	#type_select input[type="radio"] + label::after,
	#gender_select input[type="radio"] + label::after {
		height: 12px;
		bottom: 14px;
		left: 4px;
	}

	.form_notice_wrapper {
		margin-left: 10px;
		margin-right: 10px;
	}

	.form_notice_list li {
		font-size: 1.2rem;
		line-height: 1.54em;
	}

	.shop_list_link {
		margin: 25px 0 60px;
	}

	.contact_note_wrapper:nth-of-type(1) {
		margin-bottom: 60px;
	}


	.contact_note_wrapper li {
		font-size: 1.1rem;
		line-height: 1.54em;
	}

	.contact_note_wrapper li:first-child {
		margin-bottom: 1.54em;
	}

	.contact_note {
		padding-left: 0;
	}

	.contact_note::before {
		display: inline;
		position: relative;
	}

	#submit_button {
		margin-top: 60px;
	}

	#submit_button input {
		padding: 0;
		width: 120px;
		font-size: 1.3rem;
		line-height: 1.92em;
		text-align: center;
	}

	/*===========================================================
		サンクスページ
	===========================================================*/

	#thx_wrapper {
		margin: 0 50px;
		text-align: center;
	}

	.thx_text01 {
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.92em;
	}

	.thx_text02 {
		margin-top: 70px;
		font-size: 1.5rem;
		line-height: 1.92em;
		text-align: left;
	}

	.thx_address {
		margin-top: 100px;
		font-size: 1.5rem;
		line-height: 1.92em;
	}

}