@charset 'utf-8';
header, footer{
	/* display: none; */
}
/* main{
	box-sizing: border-box;
	min-height: calc(100vh - 50px);
	padding: 50px 0 30px;
}
@media only screen and (max-width: 767px){
	main{
		min-height: calc(100vh - 92px);
		padding: 33px 0 52px;
	}
} */

/*.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;
}

::placeholder{
	color: #ACB6BA;
	font-weight: 500;
}
input:-webkit-autofill {
	box-shadow: 0 0 0 1000px #fff inset;
}
/*.form関係のリセットここから*/

/*.デイトピッカーここまで*/
.ui-datepicker{
	box-sizing: border-box;
	width: 90%;
	max-width: 315px;
	height: auto;
	padding: 14px;
	background-color: #ffffff;
	border-radius: 9px;
	display: none;
	margin: auto;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	z-index: 1000!important;
}
.ui-datepicker .ui-datepicker-header{
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{
	display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon{
	display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next{
	display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon{
	display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0 5px 0 13px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year{
	box-sizing: border-box;
	width: auto;
	height: auto;
	min-height: 28px;
	padding: 0 35px 0 10px;
	border: 1px solid #AAAAAA;
	border-radius: 6px;
	font-size: 17px;
	line-height: 27px;
	color: #000000;
	background-image: url(../img/admin_contact/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center right;
	display: block;
	margin: 0;
	position: relative;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month{
	box-sizing: border-box;
	width: auto;
	height: auto;
	min-height: 28px;
	padding: 0 35px 0 10px;
	border: 1px solid #AAAAAA;
	border-radius: 6px;
	font-size: 17px;
	line-height: 27px;
	color: #000000;
	background-image: url(../img/admin_contact/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center right;
	display: block;
	margin: 0;
}
.ui-datepicker .ui-datepicker-calendar{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.ui-datepicker .ui-datepicker-calendar thead{
}
.ui-datepicker .ui-datepicker-calendar thead tr{
	
}
.ui-datepicker .ui-datepicker-calendar thead tr th{
	padding: 0 0 2px;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
}
.ui-datepicker .ui-datepicker-calendar tbody{
	
}
.ui-datepicker .ui-datepicker-calendar tbody tr{
	
}
.ui-datepicker .ui-datepicker-calendar tbody tr td{
	border: 4px solid #ffffff;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	font-size: 17px;
	line-height: 27px;
	color: #000000;
	background-color: #abbcca;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-active{
	color: #ffffff;
	background-color: #104EA3;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td span{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	font-size: 17px;
	line-height: 27px;
	color: #000000;
	background-color: #dddddd;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: .5;
}
/*.デイトピッカーここから*/

/*フォーム装飾ここから*/
.wpcf7{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.wpcf7{
		padding: 0;
	}
}
form .p-country-name{
	display: none;
}
/*確認画面のみ表示されるテキスト*/
.wpcf7_input .confirm_text01{
	display: none;
}
.wpcf7_confirm .confirm_text01{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin: 0 auto 35px;
	display: block;
}
@media only screen and (max-width: 767px){
	.wpcf7_confirm .confirm_text01{
		font-size: 15px;
		line-height: 25px;
		text-align: left;
		margin: 0 auto 30px;
	}
}
/*確認画面のみ表示されるテキスト*/
form .form_01 .title01{
	width: auto;
	height: auto;
	margin: 50px 0 30px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px){
	form .form_01 .title01{
		margin: 50px 0 25px;
		font-size: 18px;
		line-height: 28px;
	}
}
form .form_01 .title01:nth-of-type(2){
	margin-top: 0;
}
form .form_01 .title01 span{
	width: auto;
	height: auto;
	margin: 0 0 0 20px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((50/1000)*1em);
	display: inline;
}
@media only screen and (max-width: 767px){
	form .form_01 .title01 span{
		margin: 2px 0 0;
		display: block;
	}
}
form .form_01 table{
	width: 100%;
	height: auto;
	margin: 0 auto 80px;
	text-align: left;
	table-layout: fixed;
}
@media only screen and (max-width: 767px){
	form .form_01 table{
		margin: 0 auto 30px;
	}
}
.wpcf7_confirm form table tr{
	border-top: 1px solid #CCCCCC;
}
.wpcf7_confirm form table tr:nth-of-type(1){
	border-top: 0;
}
@media only screen and (max-width: 767px){
	form .form_01 table tr{
		display: block;
	}
}
form .form_01 table tr th{
	width: 201px;
	height: auto;
	padding: 50px 0 0;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	form .form_01 table tr th{
		width: 100%;
		padding: 35px 0 0;
		display: block;
	}
}
form .form_01 table tr:nth-of-type(1) th{
	padding-top: 0;
}
form .form_01 table tr th > p{
	width: 100%;
	height: auto;
	min-height: 53px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	form .form_01 table tr th > p{
		min-height: initial;
	}
}
form .form_01 table tr th .span01{
	width: 100%;
	height: auto;
	margin: 0 9px 0 0;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: calc((50/1000)*1em);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	form .form_01 table tr th .span01{
		margin: 0 0 10px;
		font-size: 16px;
		line-height: 26px;
		justify-content: flex-start;
	}
}
/*確認画面のみ*/
.wpcf7_confirm .form_01 table tr th .span01{
	color: #787878;
}
/*確認画面のみ*/
form .form_01 table tr th .span01 .icon01{
	width: auto;
	height: auto;
	padding: 4px 8px;
	margin: 0 0 0 10px;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: calc((50/1000)*1em);
	color: #ffffff;
	background-color: #B92112;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
form .form_01 table tr th .span01 .default{
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 0 0 17px;
	font-size: 14px;
	line-height: 17px;
	color: #020A43;
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-decoration-color: #020A43;
	text-decoration-style: solid;
	text-underline-offset: 3px;
	background-color: transparent;
	display: inline-block;
	cursor: pointer;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	form .form_01 table tr th .span01 .default{
		margin: 0 0 0 7px;
		font-size: 13px;
	}
}
form .form_01 table tr th .span01 .default:hover{
	opacity: .8;
	transition: all .5s;
}
.wpcf7_confirm form .form_01 table tr th .span01 .default{
	display: none;
}
form .form_01 table tr td{
	width: auto;
	height: auto;
	padding: 50px 0 0;
	margin: 0;
	vertical-align: top;
}
@media only screen and (min-width: 768px){
	form .form_01 table tr:nth-of-type(1) td{
		padding-top: 0;
	}
}
@media only screen and (max-width: 767px){
	form .form_01 table tr td{
		width: 100%;
		padding: 0;
		display: block;
	}
}
form .form_01 table tr td > p{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
form .form_01 table tr td .remarks{
	font-size: 15px;
	line-height: 25px;
	color: #262261;
	margin-top: 21px;
}
.contents01 .contents01_01 .contents01_01_02 .wpcf7_confirm form .form_01 table tr.file td p.remarks{
	display: none;
}
form .form_01 table tr td .block{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
form .form_01 table tr td .block .span02{
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	font-size: 15px;
	line-height: 25px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
form .form_01 table tr:nth-of-type(1) td .block .span02{
	margin-top: 0;
}
@media only screen and (max-width: 767px){
	form .form_01 table tr:nth-of-type(1) td .block .span02{
		margin-top: 10px;
	}
}
form .form_01 table tr td .block .span02:nth-of-type(1){
	margin-top: 0;
}
.contents01_01 .contents01_01_01 .wpcf7_confirm form .form_01 table tr td .block .span02{
	margin-bottom: 20px;
}
.contents01_01 .contents01_01_01 .wpcf7_confirm form .form_01 table tr:last-of-type td .block .span02{
	margin-bottom: 0;
}
/*入力値(確認画面)ここから*/
.wpcf7_confirm form .form_01 table tr:last-of-type td .block .span02{
	width: 100%;
}
/*入力値(確認画面)ここまで*/
form .form_01 table tr td .block .span02 span{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
form .form_01 table tr td .block .span02 input{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	border: 1px solid #777777;
	border-radius: 3px;
	background-color: #ffffff;
	padding: 13px 15px;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Noto_Sans_JP', sans-serif;
	font-weight: 500;
	color: #000000;
}
form .form_01 table tr td .block .span02 input.wpcf7-file {
	border: none;
	padding: 0;
}
@media only screen and (max-width: 767px){
	form .form_01 table tr td .block .span02 input{
		padding: 13px 18px;
	}
}
/*(確認画面)*/
.wpcf7_confirm form .form_01 table tr td .block .span02 input{
	padding-left: 0;
	padding-right: 0;
	border-color: transparent;
	border-radius: 0;
	background-color: transparent;
	pointer-events: none;
}
/*(確認画面)*/
form .form_01 table tr td .block .span02 textarea{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	min-height: 192px;
	margin: 0;
	border: 1px solid #777777;
	border-radius: 3px;
	background-color: #ffffff;
	padding: 13px 15px;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Noto_Sans_JP', sans-serif;
	font-weight: 500;
	color: #000000;
}
@media only screen and (max-width: 767px){
	form .form_01 table tr td .block .span02 textarea{
		min-height: 142px;
		padding: 13px 18px;
	}
}
/*(確認画面)*/
.wpcf7_confirm form .form_01 table tr td .block .span02 textarea{
	min-height: initial;
	padding-left: 0;
	padding-right: 0;
	border-color: transparent;
	border-radius: 0;
	background-color: transparent;
	pointer-events: none;
}
/*(確認画面)*/
form .form_01 table tr td .block .span02 select{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	border: 1px solid #777777;
	border-radius: 3px;
	background-color: #ffffff;
	padding: 13px 36px 13px 15px;
	background-image: url(../img/admin_contact/icon01.png);
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: center right 12px;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Noto_Sans_JP', sans-serif;
	font-weight: 500;
	color: #000000;
}
form .form_01 table tr td .block .span02 select.wpcf7-select {
	background-color: #F7F7F7;
	border: 1px solid #777777;
}
@media only screen and (max-width: 767px){
	form .form_01 table tr td .block .span02 select{
		padding: 13px 32px 13px 18px;
	}
}
/*(確認画面)*/
.wpcf7_confirm form .form_01 table tr td .block .span02 select{
	padding-left: 0;
	padding-right: 0;
	border-color: transparent;
	border-radius: 0;
	background-color: transparent;
	background-image: none;
	pointer-events: none;
}
/*(確認画面)*/
form .form_01 table tr td .block .span02_text{
	width: 100%;
	height: auto;
	margin-top: 5px;
	font-size: 12px;
	line-height: 22px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}
@media only screen and (max-width: 767px){
	form .form_01 table tr td .block .span02_text{
		margin-top: 2px;
	}
}

/*郵便番号ここから*/
form .form_01 table tr .zip .block{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
form .form_01 table tr .zip .block .span02{
	width: 120px;
}
@media only screen and (max-width: 767px){
	form .form_01 table tr .zip .block .span02{
		width: 119px;
	}
}
/*ボタン関係(確認画面)ここから*/
.wpcf7_confirm form .form_01 table tr .zip .block .span02{
	width: 100%;
}
/*ボタン関係(確認画面)ここまで*/
form .form_01 table tr .zip .block .span02:nth-of-type(2){
	width: 99px;
	height: 37px;
	margin: 4px 0 auto 12px;
}
@media only screen and (max-width: 767px){
	form .form_01 table tr .zip .block .span02:nth-of-type(2){
		margin: 5px 0 auto 12px;
	}
}
/*ボタン関係(確認画面)ここから*/
.wpcf7_confirm form .form_01 table tr .zip .block .span02:nth-of-type(2){
	display: none;
}
/*ボタン関係(確認画面)ここまで*/
form .form_01 table tr .zip .block .span02:nth-of-type(2) input{
	height: 100%;
	padding: 0;
	font-size: 13px;
	line-height: 23px;
	color: #ffffff;
	border: 0;
	background-color: #002333;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s;
}
form .form_01 table tr .zip .block .span02:nth-of-type(2) input:hover{
	opacity: .8;
	transition: all .5s;
}
form .form_01 table tr .zip .block .span02:nth-of-type(3){
	width: 100%;
	margin-top: 14px;
}
/*ボタン関係(確認画面)ここから*/
.wpcf7_confirm form .form_01 table tr .zip .block .span02:nth-of-type(1) span input{
	padding-bottom: 0;
}
.wpcf7_confirm form .form_01 table tr .zip .block .span02:nth-of-type(3) span input{
	padding-top: 0;
}
/*ボタン関係(確認画面)ここまで*/
/*郵便番号ここまで*/

/*チェックボックスここから*/
form .form_01 table tr .checkbox .block .span02 span{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
form .form_01 table tr .checkbox .block .span02 span span{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
form .form_01 table tr .checkbox .block .span02 span span span{
	width: auto;
	height: auto;
	margin: 5px 0 0;
	display: block;
}
form .form_01 table tr .checkbox .block .span02 span span span:nth-of-type(1){
	margin-top: 0;
}
form .form_01 table tr .checkbox .block .span02 span span span label{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
/*(確認画面)*/
.wpcf7_confirm form .form_01 table tr .checkbox .block .span02 span{
	padding: 10px 0;
}
.wpcf7_confirm form .form_01 table tr .checkbox .block .span02 span span{
	padding: 0;
}
.wpcf7_confirm form .form_01 table tr .checkbox .block .span02 span span span label{
	pointer-events: none;
}
/*(確認画面)*/
form .form_01 table tr .checkbox .block .span02 span span span label span{
	width: auto;
	height: auto;
	min-height: 40px;
	font-size: 17px;
	line-height: 27px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
}
@media only screen and (max-width: 767px){
	form .form_01 table tr .checkbox .block .span02 span span span label span{
		min-height: initial;
		font-size: 16px;
		line-height: 26px;
	}
}
form .form_01 table tr .checkbox .block .span02 span span span label span::before{
	box-sizing: border-box;
	content: '';
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	border: 1px solid #777777;
	background-color: #ffffff;
	display: block;
	flex-shrink: 0;
}
form .form_01 table tr .checkbox .block .span02 span span span label input + span::after{
	content: '';
	width: 10px;
	height: 4px;
	border-left: 3px solid #020A43;
	border-bottom: 3px solid #020A43;
	-webkit-transform: rotate(-45deg) scaleX(0);
	transform: rotate(-45deg) scaleX(0);
	transform-origin: left;
	display: block;
	position: absolute;
	top: 0;
	bottom: -6px;
	left: 5px;
	right: auto;
	margin: auto;
	transition: transform 0.125s ease-in-out;
}
form .form_01 table tr .checkbox .block .span02 span span span label input:checked + span::after{
	transform: rotate(-45deg) scaleX(1);
}

/*チェックボックス横 .checkbox_x*/
form .form_01 table tr .checkbox_x .block .span02 span{
	width: 100%;
}
form .form_01 table tr .checkbox_x .block .span02 span span{
	flex-direction: row;
	flex-wrap: wrap;
}
@media only screen and (min-width: 768px){
	form .form_01 table tr .checkbox_x .block .span02 span span span{
		width: calc((100% - 10px * 2) / 3);
		margin-right: 10px;
	}
	form .form_01 table tr .checkbox_x .block .span02 span span span:nth-of-type(-n+3){
		margin-top: 0;
	}
	form .form_01 table tr .checkbox_x .block .span02 span span span:nth-of-type(3n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px){
	form .form_01 table tr .checkbox_x .block .span02 span span span{
		width: calc((100% - 10px * 1) / 2);
		margin-right: 10px;
	}
	form .form_01 table tr .checkbox_x .block .span02 span span span:nth-of-type(-n+2){
		margin-top: 0;
	}
	form .form_01 table tr .checkbox_x .block .span02 span span span:nth-of-type(2n){
		margin-right: 0;
	}
}
/*確認画面ここまで*/
.wpcf7_confirm form .form_01 table tr .checkbox_x .block .span02 span span span{
	margin-top: 0;
	margin-right: 0;
}
/*確認画面ここまで*/
form .form_01 table tr .checkbox_x .block .span02 span span span label span{
	margin: 0;
}
/*チェックボックスここまで*/

/*ラジオここから*/
form .form_01 table tr .radio .block .span02 span{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
form .form_01 table tr .radio .block .span02 span span{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
form .form_01 table tr .radio .block .span02 span span span{
	width: auto;
	height: auto;
	margin: 5px 0 0;
	display: block;
}
form .form_01 table tr .radio .block .span02 span span span:nth-of-type(1){
	margin-top: 0;
}
form .form_01 table tr .radio .block .span02 span span span label{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
/*(確認画面)*/
.wpcf7_confirm form .form_01 table tr .radio .block .span02 span{
	padding: 0;
}
.wpcf7_confirm form .form_01 table tr .radio .block .span02 span span{
	padding: 0;
}
.wpcf7_confirm form .form_01 table tr .radio .block .span02 span span span label{
	pointer-events: none;
}
/*(確認画面)*/
form .form_01 table tr .radio .block .span02 span span span label span{
	width: auto;
	height: auto;
	min-height: 53px;
	font-size: 17px;
	line-height: 27px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
}
@media only screen and (max-width: 767px){
	form .form_01 table tr .radio .block .span02 span span span label span{
		min-height: initial;
		font-size: 16px;
		line-height: 26px;
	}
}
form .form_01 table tr .radio .block .span02 span span span label span::before{
	box-sizing: border-box;
	content: '';
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	border-radius: 50%;
	border: 1px solid #777777;
	background-color: #ffffff;
	display: block;
	flex-shrink: 0;
	transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
form .form_01 table tr .radio .block .span02 span span span label input + span::after{
	box-sizing: border-box;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #262261;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	right: auto;
	margin: auto;
	transform: scale(0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,
	color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
form .form_01 table tr .radio .block .span02 span span span label input:checked + span::after{
	transform: scale(1);
}

/*ラジオ横 .radio_x*/
form .form_01 table tr .radio_x .block .span02 span{
	width: 100%;
}
form .form_01 table tr .radio_x .block .span02 span span{
	flex-direction: row;
	flex-wrap: wrap;
}
@media only screen and (min-width: 768px){
	form .form_01 table tr .radio_x .block .span02 span span span{
		width: calc((100% - 10px * 2) / 3);
		margin-right: 10px;
	}
	form .form_01 table tr .radio_x .block .span02 span span span:nth-of-type(-n+3){
		margin-top: 0;
	}
	form .form_01 table tr .radio_x .block .span02 span span span:nth-of-type(3n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px){
	form .form_01 table tr .radio_x .block .span02 span span span{
		width: calc((100% - 10px * 1) / 2);
		margin-right: 10px;
	}
	form .form_01 table tr .radio_x .block .span02 span span span:nth-of-type(-n+2){
		margin-top: 0;
	}
	form .form_01 table tr .radio_x .block .span02 span span span:nth-of-type(2n){
		margin-right: 0;
	}
}
/*確認画面ここまで*/
.wpcf7_confirm form .form_01 table tr .radio_x .block .span02 span span span{
	margin-top: 0;
	margin-right: 0;
}
/*確認画面ここまで*/
form .form_01 table tr .radio_x .block .span02 span span span label span{
	margin: 0;
}
/*ラジオここまで*/

/*生年月日ここから*/
form .form_01 table tr .date .block .span02{
	/* width: 264px; */
}
@media only screen and (max-width: 767px){
	form .form_01 table tr .date .block .span02{
		width: 100%;
	}
}
/*確認画面ここまで*/
.wpcf7_confirm form .form_01 table tr .date .block .span02{
	width: 100%;
}
/*確認画面ここまで*/
form .form_01 table tr .date .block .span02 input{
	background-image: url(../img/admin_contact/icon_calendar.png);
	background-repeat: no-repeat;
	background-size: 19px auto;
	background-position: center right 20px;
	padding: 13px 36px 13px 15px;
	background-color: #F7F7F7;
}
@media only screen and (max-width: 767px){
	form .form_01 table tr .date .block .span02 input{
		background-size: 22px auto;
		padding: 13px 32px 13px 18px;
	}
}
.wpcf7_confirm form .form_01 table tr .date .block .span02 input{
	padding-left: 0;
	padding-right: 0;
	background-image: none;
}
/*生年月日ここまで*/

/*ファイルここから*/
form .form_01 table .file td .block .span02 input{
	padding: 8px 45px 8px 15px;
}
@media only screen and (max-width: 767px){
	form .form_01 table .file td .block .span02 input{
		padding: 10px 45px 10px 15px;
	}
}
/*(確認画面)*/
.wpcf7_confirm form .form_01 table .file td .block .span02 input{
	display: none;
}
/*(確認画面)*/
form .form_01 table .file td .block .span02 .file_confirm{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	min-height: 45px;
	margin: 0;
	padding: 8px 0;
	font-size: 15px;
	line-height: 27px;
	font-family: 'Noto_Sans_JP', sans-serif;
	font-weight: 500;
	display: none;
}
@media only screen and (max-width: 767px){
	form .form_01 table .file td .block .span02 .file_confirm{
		min-height: 46px;
	}
}
/*(確認画面)*/
.wpcf7_confirm form .form_01 table .file td .block .span02 .file_confirm{
	display: block;
}
/*(確認画面)*/
form table tr.file td p .file-wrap {
	position: relative;
}


form table tr.file td p .file-wrap .clear_btn {
	width: 15px;
	height: 15px;
	background-image: url(../img/admin_contact/icon02.png);
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: center;
	position: absolute;
	top: 0;
	/* right: -420px; */
	right: 20px;
	bottom: 0;
	left: auto;
	margin: auto;
	cursor: pointer;
}
@media only screen and (max-width: 767px){
	form table tr.file td p .file-wrap .clear_btn {
		top: -30px;
		right: -10px;
	}
}
form table tr.file td p .file-wrap .clear_btn--hidden {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}
form .form_01 table .file td .block .span02 span .clear_btn{
	width: 15px;
	height: 15px;
	background-image: url(../img/admin_contact/icon02.png);
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: center;
	position: absolute;
	top: 7px;
	bottom: auto;
	left: auto;
	right: 15px;
	margin: auto;
	cursor: pointer;
}
/*ファイルここまで*/

/*個人情報保護方針ここから*/
.wpcf7_input form .form_01 .text02{
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 40px;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.wpcf7_input form .form_01 .text02{
		margin: 0 auto 30px;
	}
}
/*個人情報保護方針(確認画面)ここから*/
.wpcf7_confirm form .form_01 .text02{
	display: none;
}
/*個人情報保護方針(確認画面)ここまで*/
.wpcf7_input form .form_01 .text02 [data-name="policy"]{
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
	text-align: center;
	display: block;
}
.wpcf7_input form .form_01 .text02 [data-name="policy"] label{
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wpcf7_input form .form_01 .text02 [data-name="policy"] label span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 0;
	line-height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.wpcf7_input form .form_01 .text02 [data-name="policy"] label span::before{
	box-sizing: border-box;
	content: '';
	width: 22px;
	height: 22px;
	margin: 0;
	border-radius: 2px;
	border: 1px solid #777777;
	background-color: #ffffff;
	display: block;
	flex-shrink: 0;
}
.wpcf7_input form .form_01 .text02 [data-name="policy"] label input + span::after{
	content: '';
	width: 12px;
	height: 6px;
	border-left: 3px solid #020A43;
	border-bottom: 3px solid #020A43;
	-webkit-transform: rotate(-45deg) scaleX(0);
	transform: rotate(-45deg) scaleX(0);
	transform-origin: left;
	display: block;
	position: absolute;
	top: 0;
	bottom: -7px;
	left: 6px;
	right: auto;
	margin: auto;
	transition: transform 0.125s ease-in-out;
}
.wpcf7_input form .form_01 .text02 [data-name="policy"] label input:checked + span::after{
	transform: rotate(-45deg) scaleX(1);
}
.wpcf7_input form .form_01 .text02 .text02_01{
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 360px){
	.wpcf7_input form .form_01 .text02 .text02_01{
		font-size: 13px;
		line-height: 23px;
	}
}
.wpcf7_input form .form_01 .text02 .text02_01 a{
	font-size: 15px;
	line-height: 25px;
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-decoration-color: #000000;
	text-decoration-style: solid;
	text-underline-offset: 3px;
}
@media only screen and (max-width: 360px){
	.wpcf7_input form .form_01 .text02 .text02_01 a{
		font-size: 13px;
		line-height: 23px;
	}
}
.wpcf7_input form .form_01 .text02 .text02_01 .text02_01_01{
	width: auto;
	height: auto;
	padding: 4px 8px;
	margin: 0 0 0 5px;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	letter-spacing: calc((50/1000)*1em);
	background-color: #B92112;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
/*個人情報保護方針ここまで*/

/*保証対象外になる事例ここから*/
.wpcf7_input form .form_01 .text03{
	width: 100%;
	height: auto;
	padding: 40px 0;
	margin: 80px 0 60px;
	background-color: #F4F4F4;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.wpcf7_input form .form_01 .text03{
		padding: 30px 20px;
		margin: 28px 0 40px;
	}
}
.wpcf7_confirm form .form_01 .text03{
	display: none;
}
.wpcf7_input form .form_01 .text03 .text03_1{
	width: auto;
	height: auto;
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 25px;
	display: block;
}
@media only screen and (max-width: 767px){
	.wpcf7_input form .form_01 .text03 .text03_1{
		margin: 0 0 20px;
	}
}
.wpcf7_input form .form_01 .text03 .text03_2{
	width: auto;
	height: auto;
	margin: 0 0 30px;
	display: block;
}
@media only screen and (max-width: 767px){
	.wpcf7_input form .form_01 .text03 .text03_2{
		width: 100%;
	}
}
.wpcf7_input form .form_01 .text03 .text03_2 span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	display: block;
}
@media only screen and (max-width: 767px){
	.wpcf7_input form .form_01 .text03 .text03_2 span{
		line-height: 22px;
		text-indent: -1em;
		padding-left: 1em;
	}
}
.wpcf7_input form .form_01 .text03 .text03_2 span:last-of-type{
	margin-top: 27px;
}
@media only screen and (max-width: 767px){
	.wpcf7_input form .form_01 .text03 .text03_2 span:last-of-type{
		margin-top: 23px;
		text-indent: 0;
		padding-left: 0;
	}
}
.wpcf7_input form .form_01 .text03 .text03_2 span span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	display: inline;
}
.wpcf7_input form .form_01 .text03 .text03_3{
	width: auto;
	height: auto;
	font-size: 0;
	line-height: 0;
	margin: 0;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.wpcf7_input form .form_01 .text03_3{
		margin: 0 auto 28px;
	}
}
/*保証対象外になる事例(確認画面)ここから*/
.wpcf7_confirm form .form_01 .text03_3{
	display: none;
}
/*保証対象外になる事例(確認画面)ここまで*/
.wpcf7_input form .form_01 .text03_3 [data-name="case"]{
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
	text-align: center;
	display: block;
}
.wpcf7_input form .form_01 .text03_3 [data-name="case"] label{
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wpcf7_input form .form_01 .text03_3 [data-name="case"] label span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 0;
	line-height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.wpcf7_input form .form_01 .text03_3 [data-name="case"] label span::before{
	box-sizing: border-box;
	content: '';
	width: 22px;
	height: 22px;
	margin: 0;
	border-radius: 2px;
	border: 1px solid #777777;
	background-color: #ffffff;
	display: block;
	flex-shrink: 0;
}
.wpcf7_input form .form_01 .text03_3 [data-name="case"] label input + span::after{
	content: '';
	width: 12px;
	height: 6px;
	border-left: 3px solid #020A43;
	border-bottom: 3px solid #020A43;
	-webkit-transform: rotate(-45deg) scaleX(0);
	transform: rotate(-45deg) scaleX(0);
	transform-origin: left;
	display: block;
	position: absolute;
	top: 0;
	bottom: -7px;
	left: 6px;
	right: auto;
	margin: auto;
	transition: transform 0.125s ease-in-out;
}
.wpcf7_input form .form_01 .text03_3 [data-name="case"] label input:checked + span::after{
	transform: rotate(-45deg) scaleX(1);
}
.wpcf7_input form .form_01 .text03_3 .text03_3_01{
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.wpcf7_input form .form_01 .text03_3 .text03_3_01 .text03_3_01_01{
	width: auto;
	height: auto;
	padding: 4px 8px;
	margin: 0 0 0 5px;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	letter-spacing: calc((50/1000)*1em);
	background-color: #B92112;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
/*保証対象外になる事例ここまで*/

/*ボタン関係ここから*/
form .form_01 .send{
	width: 291px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	form .form_01 .send{
		width: 100%;
		max-width: 259px;
		display: block;
	}
}
form .form_01 .send p{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	form .form_01 .send p{
		display: block;
	}
}
form .form_01 .send p .button{
	box-sizing: border-box;
	width: 100%;
	height: 54px;
	padding: 0;
	margin: 0 auto;
	border-radius: 3px;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	background-color: #020A43;
	text-align: center;
	cursor: pointer;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .16);
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	form .form_01 .send p .button{
	}
}
/*ボタン関係(入力画面)ここから*/
.wpcf7_input form .form_01 .send p .button.confirm{
	display: flex;
}
.wpcf7_input form .form_01 .send p .button.back,
.wpcf7_input form .form_01 .send p .button.submit{
	display: none;
}
/*ボタン関係(入力画面)ここまで*/
/*ボタン関係(確認画面)ここから*/
.wpcf7_confirm form .form_01 .send p .button.confirm{
	display: none;
}
.wpcf7_confirm form .form_01 .send p .button.back{
	margin-bottom: 20px;
	background-color: #787878;
	display: flex;
}
.wpcf7_confirm form .form_01 .send p .button.submit{
	display: flex;
}
/*ボタン関係(確認画面)ここまで*/
@media only screen and (max-width: 767px){
	form .form_01 .send p .button{
	}
}
form .form_01 .send p .button.events_none{
	pointer-events: none;
	background-color: #787878;
	opacity: .8;
	transition: all .5s;
}
/*ボタン関係ここまで*/
/*フォーム装飾ここまで*/


/* ラベル風ボタン全体 */
.file-label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 123px;
	height: 40px;
	padding: 9px;
	background-color: #f5f5f5;
	border: 1px solid #777777;
	border-radius: 4px;
	color: #3E3E3E;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	transition: background-color 0.3s;
	flex-shrink: 0;
}

.file-label:hover {
	background-color: #e0e0e0;
}

/* input[type=file] を非表示にして label 上でクリック */
.custom-file-input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

/* ファイル名の表示エリア */
.file-name {
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	line-height: 24px;
	color: ##3E3E3E;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 60%;
}
.contents01 .contents01_01 .contents01_01_02 .wpcf7_confirm .file-name{
	margin-left: 0;
}

.contents01 .contents01_01 .contents01_01_02 form .form_01.input table .file td p span.flex {
	min-height: 53px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 form .form_01.input table .file td p span.flex {
		min-height: initial;
	}
}
.contents01 .contents01_01 .contents01_01_02 form .form_01 table tr td .wpcf7-not-valid-tip {
	position: absolute;
	width: 350px !important;
	height: 30px;
	bottom: -52px;
	left: 10px;
	z-index: 1;
	display: block;
	font-size: 13px;
	line-height: 23px;
	color: #B70000;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 form .form_01 table tr td .wpcf7-not-valid-tip {
		width: 290px !important;
		left: -115px;
	}
}
.contents01 .contents01_01 .contents01_01_02 form .form_01 table tr td .error_req {
	bottom: -50px;
}
.contents01 .contents01_01 .contents01_01_02 form .form_01 table tr.file td p span.flex label.file-label span.wpcf7-form-control-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.contents01 .contents01_01 .contents01_01_02 .wpcf7_confirm form .form_01 table tr.file td p span.flex.file-wrap label.file-label {
	display: none;
}