@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関係のリセットここから*/

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	padding: 13px 0 82px;
}
@media only screen and (max-width: 767px){
	.contents01{
		padding: 28px 0 70px;
	}
}
.contents01 .contents01_01{
	width: 780px;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 335px;
	}
}
.contents01 .contents01_01 .contents01_01_01 {
	width: auto;
	height: auto;
	margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 {
		margin: 0 auto 30px;
	}
}
.contents01 .contents01_01 .contents01_01_01 h1{
	font-size: 25px;
	line-height: 35px;
	margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 h1{
		margin: 0 auto 20px;
	}
}
.contents01 .contents01_01 .contents01_01_01 h1 > span{
	font-size: 20px;
	line-height: 30px;
	margin: 0 auto 5px;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 h1 > span{
	}
}
.contents01 .contents01_01 .contents01_01_01 .text01 {
	font-size: 16px;
	line-height: 30px;
	margin: 0 auto 13px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .text01 {
		font-size: 15px;
		line-height: 28px;
		margin: 0 auto 10px;
		text-align: left;
	}
}
.contents01 .contents01_01 .contents01_01_01 .tel {
	margin: 0 auto;
	font-size: 36px;
	line-height: 40px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
.contents01 .contents01_01 .contents01_01_01 .tel::before {
	content: "";
	width: 21px;
	height: 31px;
	margin: 0 7px 0 0;
	background-image: url(../img/form_kandatsu/icon01.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
.contents01 .contents01_01 .contents01_01_01 .text02{
	font-size: 16px;
	line-height: 26px;
	margin: 0 auto 11px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .text02{
		font-size: 13px;
		line-height: 23px;
		margin: 0 auto 15px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .text03{
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .text03{
		font-size: 13px;
		line-height: 20px;
		text-align: left;
	}
}
.contents01 .contents01_01 .contents01_01_01 .text03 a {
	text-decoration: underline;
}

/* 年末年始告知 */
.holiday_news {
	background: #F4F4F4;
    max-width: 550px;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 30px;
}

.holiday_news p {
margin-bottom: 0px !important;
}

.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.contents01 .contents01_01 .mw_wp_form{
	/*ヘッダーの高さに合わせる*/
	padding-top: 104px;
	margin-top: -104px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .mw_wp_form{
		/*ヘッダーの高さに合わせる*/
		padding-top: 64px;
		margin-top: -64px;
	}
}
/*確認画面のみ表示されるテキスト*/
.contents01 .contents01_01 .mw_wp_form_input .text03{
	display: none;
}
.contents01 .contents01_01 .mw_wp_form_confirm .text03{
	width: 100%;
	height: auto;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto 35px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .mw_wp_form_confirm .text03{
		font-size: 22px;
		line-height: 32px;
		margin: 0 auto 18px;
	}
}
.contents01 .contents01_01 .mw_wp_form_input .text04{
	display: none;
}
.contents01 .contents01_01 .mw_wp_form_confirm .text04{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin: 0 auto 65px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .mw_wp_form_confirm .text04{
		font-size: 15px;
		line-height: 25px;
		text-align: left;
		margin: 0 auto 30px;
	}
}
/*確認画面のみ表示されるテキスト*/
.contents01 .contents01_01 div form .contents01_01_02 table{
	width: 100%;
	height: auto;
	margin: 0 auto 49px;
	text-align: left;
	table-layout: fixed;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_02 table{
		margin: 0 auto 40px;
	}
}
.contents01 .contents01_01 .mw_wp_form_confirm form .contents01_01_02 table{
	margin: 0 auto 50px;
}
.contents01 .contents01_01 .mw_wp_form_confirm form table tr{
	border-top: 1px solid #CCCCCC;
}
.contents01 .contents01_01 .mw_wp_form_confirm form table tr:nth-of-type(1){
	border-top: 0;
}
.contents01 .contents01_01 div form .contents01_01_02 table tr th{
	width: 183px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_02 table tr th{
		width: 100%;
		display: block;
	}
}
.contents01 .contents01_01 div form .contents01_01_02 table tr th .span01{
	width: 100%;
	min-height: 40px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_02 table tr th .span01{
		min-height: initial;
		font-size: 14px;
		line-height: 24px;
	}
}
.contents01 .contents01_01 div form .contents01_01_02 table tr:nth-of-type(1) th .span01{
	margin-top: 0;
}
.contents01 .contents01_01 .mw_wp_form_confirm form .contents01_01_02 table tr th .span01{
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .mw_wp_form_confirm form .contents01_01_02 table tr th .span01{
		margin-bottom: 0;
	}
}
.contents01 .contents01_01 div form .contents01_01_02 table tr th .span01 span{
	width: auto;
	height: auto;
	margin-left: 5px;
	color: #FF0000;
	font-size: 9px;
	line-height: 19px;
	display: inline-block;
	flex-shrink: 0;
}
.contents01 .contents01_01 .mw_wp_form_confirm form .contents01_01_02 table tr th .span01 span{
	display: none;
}
.contents01 .contents01_01 div form .contents01_01_02 table tr td{
	width: auto;
	height: auto;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_02 table tr td{
		width: 100%;
		display: block;
	}
}
.contents01 .contents01_01 div form .contents01_01_02 table tr td .span02{
	width: 100%;
	min-height: 40px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_02 table tr td .span02{
		min-height: initial;
		margin-top: 7px;
	}
}
.contents01 .contents01_01 div form .contents01_01_02 table tr:nth-of-type(1) td .span02{
	margin-top: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_02 table tr:nth-of-type(1) td .span02{
		margin-top: 7px;
	}
}
.contents01 .contents01_01 .mw_wp_form_confirm form .contents01_01_02 table tr td .span02{
	margin-bottom: 20px;
}
.contents01 .contents01_01 .mw_wp_form_confirm form .contents01_01_02 table tr:last-of-type td .span02{
	margin-bottom: 0;
}
.contents01 .contents01_01 div form .contents01_01_02 table tr td .span02 input{
	width: 100%;
	height: auto;
	margin: 0;
	border: 1px solid #B8ADAC;
	border-radius: 4px;
	background-color: #ffffff;
	padding: 7px 13px;
	font-size: 14px;
	line-height: 24px;
	color: #312929;
	font-family: 'Noto_Sans_JP',
	sans-serif;
	font-weight: 400;
}
.contents01 .contents01_01 div form .contents01_01_02 table tr td .span02 select{
	width: 100%;
	height: auto;
	margin: 0;
	border: 1px solid #B8ADAC;
	border-radius: 4px;
	background-color: #ffffff;
	background-image: url(../img/form_home/icon03.png);
	background-repeat: no-repeat;
	background-size: 9px auto;
	background-position: center right 16px;
	padding: 6px 40px 6px 13px;
	font-size: 14px;
	line-height: 24px;
	color: #312929;
	font-family: 'Noto_Sans_JP',
	sans-serif;
	font-weight: 400;
}
.contents01 .contents01_01 div form .contents01_01_02 table tr td .span02 textarea{
	width: 100%;
	height: auto;
	min-height: 250px;
	margin: 0;
	border: 1px solid #B8ADAC;
	border-radius: 4px;
	background-color: #ffffff;
	padding: 8px 13px;
	font-size: 14px;
	line-height: 24px;
	color: #312929;
	font-family: 'Noto_Sans_JP',
	sans-serif;
	font-weight: 400;
}
.contents01 .contents01_01 div form .contents01_01_02 table tr td .span02_text {
	width: 100%;
	height: auto;
	margin: 20px auto 0;
	font-size: 13px;
	line-height: 23px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_02 table tr td .span02_text {
		margin-top: 7px;
	}
}
.contents01 .contents01_01 div form .contents01_01_02 table tr td .span02_text a {
	font-size: 13px;
	line-height: 23px;
	text-decoration: underline;
}
.contents01 .contents01_01 div form .contents01_01_02 table tr td .span02_text + .span02{
	margin-top: 8px;
}
/*個人情報保護方針ここから*/
.contents01 .contents01_01 .mw_wp_form_input form .contents01_01_02 .text02{
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto 31px;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .mw_wp_form_input form .contents01_01_02 .text02{
		font-size: 13px;
		line-height: 20px;
	}
}
.contents01 .contents01_01 .mw_wp_form_input form .contents01_01_02 .text02 a{
	text-decoration: underline;
}
.contents01 .contents01_01 .mw_wp_form_input form .contents01_01_02 .text02 a::after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin: 2px 5px 0;
	background-image: url(../img/form_home/icon04.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.contents01 .contents01_01 .mw_wp_form_confirm form .contents01_01_02 .text02{
	display: none;
}
/*個人情報保護方針ここまで*/
/*ボタン関係ここから*/
.contents01 .contents01_01 div form .contents01_01_02 .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_02 .send{
		display: block;
	}
}
/*確認ボタン*/
.contents01 .contents01_01 div form .contents01_01_02 .send input{
	width: 335px;
	height: 70px;
	border-radius: 8px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.5px;
	color: #FFFFFF;
	background-color: #302828;
	border: 1px solid #312828;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_02 .send input{
		width: 100%;
		max-width: 335px;
		margin: 0 auto;
		font-size: 18px;
		line-height: 28px;
	}
}
/*.contents01 .contents01_01 .mw_wp_form_confirm form .contents01_01_02 .send button:nth-of-type(1){
	background-color: #DDDDDD;
	margin-bottom: 23px;
	color: #302828;
}*/
/*ボタン関係ここまで*/
/*エラー表示文ここから*/
.contents01 .contents01_01 div form .contents01_01_02 table tr td .span02 .error{
	width: 100%;
	margin-top: 5px;
	font-size: 13px;
	line-height: 23px;
}
/*エラー表示文ここまで*/

/*独自カスタムここから*/
/*.contents01 .contents01_01 div form .contents01_01_02 table tr .question .block{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01 div form .contents01_01_02 table tr .question .block .span02:nth-of-type(1){
	width: 299px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 div form .contents01_01_02 table tr .question .block .span02:nth-of-type(1){
		width: 220px;
	}
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .mw_wp_form_confirm form .contents01_01_02 table tr .question .block .span02:nth-of-type(1){
		width: 100%;
	}
}
.contents01 .contents01_01 div form .contents01_01_02 table tr .question .block .span02:nth-of-type(2){
	width: 100%;
}*/
.contents01 .contents01_01 div form .contents01_01_02 table tr .zip .span02{
	width: 200px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 div form .contents01_01_02 table tr .zip .span02{
		width: 100%;
	}
}
.contents01 .contents01_01 div form .contents01_01_02 table tr .zip .span02 input {
	width: 130px;
}
.contents01 .contents01_01 div form .contents01_01_02 table tr .address {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 div form .contents01_01_02 table tr .address {
		flex-direction: column;
	}
}
.contents01 .contents01_01 div form .contents01_01_02 table tr .address .span02 {
	width: 180px;
	height: auto;
	margin-top: 8px;
}
.contents01 .contents01_01 div form .contents01_01_02 table tr .address .add {
	width: 405px;
	height: auto;
	margin-top: 8px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 div form .contents01_01_02 table tr .address .add {
		width: 100%;
		margin-top: 10px;
	}
}
.contents01 .contents01_01 div form .contents01_01_02 table tr .address2 .span02 {
	width: 250px;
	height: auto;
}
.contents01 .contents01_01 div form .contents01_01_02 table tr .kikkake .span02:nth-of-type(2){
	margin-top: 10px;
}
.contents01 .contents01_01 div form .contents01_01_02 table tr td .radio{
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 div form .contents01_01_02 table tr td .radio span{
	margin: 13px 0 0;
}
.contents01 .contents01_01 div form .contents01_01_02 table tr td .radio span:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 div form .contents01_01_02 table tr td .radio span label{
	width: auto;
	height: auto;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;

}
.contents01 .contents01_01 div form .contents01_01_02 table tr td .radio span label span{
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.contents01 .contents01_01 div form .contents01_01_02 table tr td .radio span label span::before{
	box-sizing: border-box;
	content: '';
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	border-radius: 50%;
	border: 1px solid #312929;
	display: block;
	flex-shrink: 0;
}
.contents01 .contents01_01 div form .contents01_01_02 table tr td .radio span label input:checked + span::after{
	box-sizing: border-box;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #312929;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	right: auto;
	margin: auto;
}

/*プレースホルダーの文字色*/
input::placeholder,textarea::placeholder {
	color: #BAADAC;
}
input::placeholder,textarea::placeholder { /* IE用 */
	color: #BAADAC;
}



/*独自カスタムここまで*/

/*.contents01ここまで*/
