@charset "utf-8";
/*.form関係のリセットここから*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}
/*.form関係のリセットここから*/

/*contents00ここから*/
.contents00{
	width: 100%;
	height: auto;
	padding: 60px 0 65px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents00{
		padding: 32px 0 40px;
	}
}
.contents00 .contents00_01{
	width: 980px;
	height: auto;
	margin: 0 auto;
	display: block;
	text-align: center;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents00 .contents00_01{
		width: 90%;
		max-width: 335px;
	}
}
.contents00 .contents00_01 h2{
	width: 100%;
	height: auto;
	margin: 0 auto 15px;
	font-size: 35px;
	line-height: 39px;
	letter-spacing: 3px;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents00 .contents00_01 h2{
		margin: 0 auto 7px;
		font-size: 25px;
		line-height: 35px;
	}
}
.contents00 .contents00_01 .text01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	word-break: word-break;
}
.contents00 .contents00_01 .text01 .svg{
	width: 94px;
	height: 12px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents00 .contents00_01 .text01 .svg{
		width: 86px;
		height: 9px;
	}
}
.contents00 .contents00_01 .text01 .svg::before{
	content: '';
	width: 100%;
	height: 100%;
	margin: 0;
	background-image: url(../img/en_contact/item01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.contents00 .contents00_01 .text02{
	width: 650px;
	height: auto;
	margin: 43px auto 0;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	display: block;
	word-break: break-word;
}
@media only screen and (max-width: 767px){
	.contents00 .contents00_01 .text02{
		width: 100%;
		margin: 35px auto 0;
		text-align: left;
	}
}
/*contents00ここまで*/

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	background-image: url(../img/en_contact/photo01.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01{
		background-image: url(../img/en_contact/photo01_sp.png);
	}
}
.contents01 .contents01_01{
	width: 820px;
	height: auto;
	padding: 65px 0 150px;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 335px;
		padding: 45px 0 80px;
	}
}
.contents01 .contents01_01 div form .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01 div form .contents01_01_01 table{
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
	text-align: left;
	table-layout: fixed;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_01 table{
		margin: 0 auto 35px;
	}
}
.contents01 .contents01_01 div form .contents01_01_01 table tr{
}
/*入力画面*/
.contents01 .contents01_01 div form .contents01_01_01 table tr th{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01 div form .contents01_01_01 table tr th .span01{
	width: 100%;
	margin-top: 35px;
	font-size: 17px;
	line-height: 27px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_01 table tr th .span01{
		margin-top: 30px;
		font-size: 15px;
		line-height: 25px;
	}
}
.contents01 .contents01_01 div form .contents01_01_01 table tr:nth-of-type(1) th .span01{
	margin-top: 0;
}
.contents01 .contents01_01 div form .contents01_01_01 table tr th .span01 span{
	width: 60px;
	height: 20px;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	margin-left: 13px;
	background-color: #D24E4E;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_01 table tr th .span01 span{
		margin-left: 5px;
	}
}
.contents01 .contents01_01 div form .contents01_01_01 table tr td{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01 div form .contents01_01_01 table tr td .span02{
	width: 100%;
	min-height: 44px;
	margin-top: 12px;
	position: relative;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_01 table tr td .span02{
		margin-top: 10px;
	}
}
.contents01 .contents01_01 div form .contents01_01_01 table tr td .span02 input{
	width: 100%;
	height: auto;
	margin: 0;
	border: 1px solid #BEBEBE;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 7px 13px;
	font-size: 14px;
	line-height: 24px;
	color: #1B1B1B;
	font-family: 'Noto_Sans_JP', sans-serif;
	font-weight: 400;
}
.contents01 .contents01_01 div form .contents01_01_01 table tr td .span02 select{
	width: 100%;
	height: auto;
	margin: 0;
	border: 1px solid #BEBEBE;
	border-radius: 3px;
	/*background-color: #ffffff;*/
	padding: 7px 13px;
	font-size: 14px;
	line-height: 24px;
	color: #1B1B1B;
	font-family: 'Noto_Sans_JP', sans-serif;
	font-weight: 400;
}
.contents01 .contents01_01 div form .contents01_01_01 table tr td .span02 textarea{
	width: 100%;
	height: auto;
	min-height: 240px;
	margin: 0;
	border: 1px solid #BEBEBE;
	border-radius: 3px;
	background-color: #ffffff;
	padding: 7px 13px;
	font-size: 14px;
	line-height: 24px;
	color: #1B1B1B;
	font-family: 'Noto_Sans_JP', sans-serif;
	font-weight: 400;
}
.contents01 .contents01_01 div form .contents01_01_01 table tr .zip .span02 span{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents01 .contents01_01 div form .contents01_01_01 table tr .zip .span02 span input{
	width: 100px;
	margin: 0 10px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_01 table tr .zip .span02 span input{
		width: 78px;
	}
}
.contents01 .contents01_01 div form .contents01_01_01 table tr .select .span02{
	position: relative;
}
.contents01 .contents01_01 div form .contents01_01_01 table tr .select .span02:nth-of-type(1)::before{
	content: '';
	width: 43px;
	height: 43px;
	display: block;
	background-image: url(../img/en_contact/icon01.png);
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: auto;
	left: auto;
	right: 0;
	z-index: -1;
	margin: auto;
}
.contents01 .contents01_01 div form .contents01_01_01 table tr .select .span02:nth-of-type(2){
	margin-top: 10px;
}
.contents01 .contents01_01 div form .contents01_01_01 table tr .tel .span02 span{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents01 .contents01_01 div form .contents01_01_01 table tr .tel .span02 span input{
	width: 100px;
	margin: 0 10px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_01 table tr .tel .span02 span input{
		width: 78px;
	}
}
.contents01 .contents01_01 div form .contents01_01_01 table tr .tel .span02 span input:nth-of-type(1){
	margin-left: 0;
}
.contents01 .contents01_01 div form .contents01_01_01 table tr .birth .span02{
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_01 table tr .birth .span02{
		flex-wrap: wrap;
	}
}
.contents01 .contents01_01 div form .contents01_01_01 table tr .birth .span02 span{
	width: 180px;
	margin: 0 10px 0 32px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_01 table tr .birth .span02 span{
		width: 100px;
		margin: 0 10px 0 0;
	}
}
.contents01 .contents01_01 div form .contents01_01_01 table tr .birth .span02 .td_text{
	width: auto;
	min-height: 44px;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_01 table tr .birth .span02 .td_text{
		margin: 0 0 0;
	}
}
.contents01 .contents01_01 div form .contents01_01_01 table tr .birth .span02 span:nth-of-type(1){
	margin-left: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_01 table tr .birth .span02 span:nth-of-type(2){
		margin-right: 10px;
	}
}
.contents01 .contents01_01 div form .contents01_01_01 table tr .birth .span02 span input{
	width: 100%;
}
.contents01 .contents01_01 div form .contents01_01_01 .text01{
	font-size: 16px;
	line-height: 26px;
	margin: 0 auto 33px;
	display: block;
	text-align: center;
	word-break: break-word;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_01 .text01{
		font-size: 14px;
		line-height: 24px;
		margin: 0 auto 40px;
	}
}
.contents01 .contents01_01 div form .contents01_01_01 .text01 a{
	color: #1571DA;
	display: inline-block;
}
.contents01 .contents01_01 div form .contents01_01_01 .text01 a::after{
	content: '';
	width: 12px;
	height: 12px;
	margin: 0 5px 0 3px;
	display: inline-block;
	background-image: url(../img/en_contact/icon03.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}
.contents01 .contents01_01 div form .contents01_01_01 p{
	display: block;
	font-size: 15px;
	line-height: 25px;
}
/*ボタン関係ここから*/
.contents01 .contents01_01 div form .contents01_01_01 .send{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_01 .send{
		display: block;
	}
}
.contents01 .contents01_01 div form .contents01_01_01 .send input[type="submit"]{
	box-sizing: border-box;
	width: 450px;
	height: 92px;
	margin: 0 30px;
	padding: 0;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
	background-color: #D24E4E;
	cursor: pointer;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_01 .send input[type="submit"]{
		width: 290px;
		height: 67px;
		margin: 0 auto;
	}
}
.contents01 .contents01_01 div form .contents01_01_01 .send input[type="submit"]:hover{
	opacity: .8;
	transition: all .5s;
}
/*ボタン関係ここまで*/
/*エラー表示文ここから*/
.contents01 .contents01_01 div form .contents01_01_01 table tr td span.span02 span.error{
	margin-top: 5px;
	font-size: 13px;
	line-height: 23px;
}
/*エラー表示文ここまで*/
.contents01 .contents01_01 .mw_wp_form_input .confirm_text{
	display: none;
}
/*入力画面*/
/*確認画面*/
.contents01 .contents01_01 .mw_wp_form_input .confirm_text{
	display: none;
}
.contents01 .contents01_01 .mw_wp_form_confirm .confirm_text{
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto 23px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .mw_wp_form_confirm .confirm_text{
		font-size: 13px;
		line-height: 20px;
		margin: 0 auto 22px;
		text-align: left;
	}
}
.contents01 .contents01_01 .mw_wp_form_confirm form .contents01_01_01 table tr td .span02{
	min-height: 30px;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #BEBEBE;
	margin-top: 0;
	padding: 9px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents01 .contents01_01 .mw_wp_form_confirm form .contents01_01_01 table tr td .span02 span{
	width: auto;
	margin: 0;
}
.contents01 .contents01_01 .mw_wp_form_confirm form .contents01_01_01 table tr td .span02 .td_text{
	min-height: initial;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}
.contents01 .contents01_01 .mw_wp_form_confirm form .contents01_01_01 table tr .select .span02:nth-of-type(1)::before{
	display: none;
}
/*確認画面*/

/*.contents01ここまで*/