@charset "UTF-8";
/*--- contact ------------------------------------------------------------------*/
/*--- フォントサイズvw設定 -----------------------------------------------------*/
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.pc {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}

.sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.sp {
		display: block !important;
	}
}

a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	backface-visibility: hidden;
}

html,
body,
.container {
	overflow-x: hidden;
}

.list_fade {
	opacity: 0;
	transition-delay: .4s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.list_fadein {
	opacity: 1.0;
}

input, textarea {
	border: 1px solid #000000;
	padding: 5px 11px 6px;
	font-size: 1.4rem;
	line-height: 1.8;
}

div.wpcf7-response-output {
	padding: 1em 1em !important;
	margin: 2em 0.5em 3em !important;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.15rem;
	text-align: center;
}

@media screen and (max-width: 767px) {
	div.wpcf7-response-output {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		margin: 2em auto 3em !important;
	}
}

.wpcf7-validation-errors {
	color: #ff1900;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0px 0px 0px #000000;
	/* カラーは調整して下さい */
}

/* iOSでのデフォルトスタイルをリセット */
/*--- CONTACT HEAD ここから -----------------------------------------------------*/
.contact_content {
	max-width: calc(800px + 8.88888888888%);
	width: 100%;
	padding: 0 4.44444444444%;
	margin: 0 auto 0;
}

@media screen and (max-width: 768px) {
	.contact_content {
		padding: 0 8.8% 0;
	}
}

.contact_head_txt_wrap {
	text-align: center;
	margin: 102px auto 0;
	padding: 0 0 60px;
	border-bottom: 1px solid #000000;
}

@media screen and (max-width: 768px) {
	.contact_head_txt_wrap {
		text-align: left;
	}
}

.contact_head_txt_wrap .contact_head_txt {
	font-size: 1.8rem;
	line-height: 2.16667;
	letter-spacing: 0.1rem;
}

.contact_head_txt_wrap .contact_head_txt:first-child {
	margin: 0 auto 78px;
}

@media screen and (max-width: 768px) {
	.contact_head_txt_wrap .contact_head_txt:first-child {
		margin: 0 auto 50px;
	}
}

@media screen and (max-width: 768px) {
	.contact_head_txt_wrap .contact_head_txt {
		font-size: 1.6rem;
	}
}

.contact_head_txt_wrap .tel_txt {
	font-size: 3.4rem;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.2rem;
	margin: 15px auto 0;
}

@media screen and (max-width: 768px) {
	.contact_head_txt_wrap .tel_txt {
		margin: 30px auto 0;
	}
}

.contact_head_txt_wrap .time_txt {
	font-size: 1.0rem;
	letter-spacing: 0.1rem;
	margin: 0 auto 0;
}

.contact_head_txt_wrap .contact_bottom_txt {
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: 0.1rem;
	margin: 26px auto 0;
}

/*--- CONTACT HEAD ここまで -----------------------------------------------------*/
/*--- FORM ここから -----------------------------------------------------*/
.contact_from_wrap {
	padding: 60px 0 0;
}

.contact_from_wrap .contact_from_head_txt {
	text-align: center;
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: 0.1rem;
	margin: 0 auto 0;
}

@media screen and (max-width: 768px) {
	.contact_from_wrap .contact_from_head_txt {
		text-align: left;
	}
}

.wpcf7-form {
	padding: 60px 0 0;
}

.form_sec_wrap {
	margin: 0 0 34px;
}

@media screen and (max-width: 768px) {
	.form_sec_wrap {
		margin: 0 0 44px;
	}
}

.form_sec_wrap .form_sec_item {
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
}

.form_sec_wrap .form_sec_item .must {
	font-size: 1.2rem;
	color: #fff;
	background: #ff1900;
	padding: 0 2px;
	margin: 0 0 0 7px;
}

.form_sec_wrap .form_sec_detail {
	margin: 12px 0 0;
	display: block;
}

.form_sec_wrap .form_sec_detail input {
	width: calc(600/800*100%);
}

@media screen and (max-width: 768px) {
	.form_sec_wrap .form_sec_detail input {
		width: 100%;
	}
}

.form_sec_wrap .form_sec_detail .case_txt {
	font-size: 1.4rem;
	color: #666666;
	margin: 0 0 0 19px;
}

@media screen and (max-width: 768px) {
	.form_sec_wrap .form_sec_detail .case_txt {
		font-size: 1.2rem;
		display: block;
		margin: 10px 0 0;
	}
}

.form_sec_division .form_sec_detail .wpcf7-form-control-wrap {
	position: relative;
	height: 100%;
}

.form_sec_division .form_sec_detail .wpcf7-form-control-wrap:before {
	content: '';
	position: absolute;
	top: 6px;
	right: 8px;
	width: 0;
	height: 0;
	padding: 0;
	border-left: 6.5px solid transparent;
	border-right: 6.5px solid transparent;
	border-top: 6px solid #fff;
	pointer-events: none;
	z-index: 2;
}

.form_sec_division .form_sec_detail .wpcf7-form-control-wrap:after {
	position: absolute;
	top: -12px;
	right: 0;
	bottom: 0;
	width: 30px;
	content: '';
	/* border-left: 1px solid #bbbbbb; */
	background: #000000;
	height: 38px;
}

.form_sec_division .form_sec_detail select {
	width: calc(374/800*100%);
	height: 38px;
	border: 1px solid #000000;
	border-radius: 0;
	padding: 5px 11px 6px;
	outline: none;
	background: transparent;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 1.4rem;
	line-height: 1.8;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.form_sec_division .form_sec_detail select {
		width: 100%;
	}
}

.form_sec_division .form_sec_detail select:active {
	outline: none;
}

.form_sec_division .form_sec_detail select::-ms-expand {
	display: none;
}

.form_sec_message textarea {
	width: 100%;
}

.privacy_txt_wrap {
	width: 100%;
	padding: 66px 0 0;
	border-top: 1px solid #000000;
	margin: 64px 0 0;
}

.privacy_txt_inr {
	width: 100%;
	border: 1px solid #000000;
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 230px;
}

.privacy_txt_inr .privacy_txt {
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 0.1rem;
	padding: 2% 4%;
}

.privacy_checkbox {
	text-align: center;
	line-height: 1;
	font-size: 1.0rem;
	margin: 30px auto 0;
}

.privacy_checkbox .color_must {
	color: #ff1900;
	padding: 0 0 1px 20px;
	font-weight: bold;
}

.privacy_checkbox .wpcf7-list-item {
	vertical-align: middle;
}

.privacy_checkbox .wpcf7-list-item label {
	position: relative;
	/* EGE */
	/* IE11 */
}

.privacy_checkbox .wpcf7-list-item label .wpcf7-list-item-label {
	position: relative;
	top: -1px;
}

@media screen and (max-width: 768px) {
	.privacy_checkbox .wpcf7-list-item label .wpcf7-list-item-label {
		top: -1.6px;
	}
}

@supports (-ms-ime-align: auto) {
	.privacy_checkbox .wpcf7-list-item label .wpcf7-list-item-label {
		position: relative;
		top: -3px;
	}
}

@media all and (-ms-high-contrast: none) {
	.privacy_checkbox .wpcf7-list-item label *::-ms-backdrop, .privacy_checkbox .wpcf7-list-item label .wpcf7-list-item-label {
		top: -2.5px;
	}
}

.submit_box {
	width: calc(235/800*100%);
	display: block;
	margin: 32px auto 0;
}

@media screen and (max-width: 768px) {
	.submit_box {
		width: 100%;
	}
}

.submit_box input {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	color: #fff;
	background: #ff1900;
	font-weight: bold;
	padding: 6px 0;
}

/*--- FORM ここまで -----------------------------------------------------*/

/*# sourceMappingURL=contact.css.map */