@charset 'utf-8';
/*メモ===========================*/
/*入力テーブルを横並び(PCのみSPは縦のまま)にしたい場合は
tableに「table_y」のクラス名を付与*/
/*メモ===========================*/

/*.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;
}
/*.デイトピッカーここから*/

/*最終以外ステップフォーム装飾ここから*/
.tab{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 50px 100px;
	margin: 0 auto;
	background-color: #FFFFFF;
	display: none;
	/*display: block;*/
	flex-grow: 1;
}
@media only screen and (max-width: 767px){
	.tab{
		padding: 27px 24px;
	}
}
.tab:nth-of-type(1){
	display: block;
}
.tab .tab_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.tab .tab_01 .tab_01_01{
	width: auto;
	height: auto;
	margin: 0 auto 38px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 .tab_01_01{
		width: 100%;
		margin: 0 auto 15px;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}
	.tab:last-of-type .tab_01 .tab_01_01{
		align-items: center;
	}
}
.tab .tab_01 .tab_01_01 > .text01{
	width: auto;
	height: auto;
	padding: 8px 7px;
	margin: 0 10px 0 0;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: calc((100/1000)*1em);
	color: #ffffff;
	border-radius: 2px;
	background-color: #F53D1C;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 .tab_01_01 > .text01{
		padding: 5px 4px;
		margin: 0 0 4px;
	}
}
.tab .tab_01 .tab_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 .tab_01_01 > .text02{
	}
}
.tab .tab_01 .tab_01_01 > .text02 > .text02_01{
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: calc((40/1000)*1em);
	color: #F53D1C;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 .tab_01_01 > .text02 > .text02_01{
		margin: 0 5px 0 0;
		font-size: 18px;
		line-height: 28px;
		letter-spacing: calc((0/1000)*1em);
	}
}
.tab .tab_01 .tab_01_01 > .text02 > .text02_02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: calc((40/1000)*1em);
	display: block;
	flex-grow: 1;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 .tab_01_01 > .text02 > .text02_02{
		font-size: 18px;
		line-height: 28px;
		letter-spacing: calc((0/1000)*1em);
	}
}
.tab .tab_01 .tab_01_01 > .text02 > .text02_02 > .text02_03{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((40/1000)*1em);
	display: inline;
	vertical-align: bottom;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 .tab_01_01 > .text02 > .text02_02 > .text02_03{
		margin: 3px 0 0;
		display: block;
	}
}
.tab .tab_01 .tab_01_02{
	width: 100%;
	height: auto;
	margin: 0 auto 35px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.tab .tab_01 .tab_01_02.column2{
	align-items: flex-start;
	flex-direction: row;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 .tab_01_02.column2{
		align-items: center;
		flex-direction: column;
	}
}
.tab:last-of-type .tab_01 .tab_01_02{
	margin-bottom: 0;
}
.tab .tab_01 .tab_01_02 .tab_01_02_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 .tab_01_02 .tab_01_02_01{
		width: 100%;
		margin: 20px 0 0;
	}
	.tab .tab_01 .tab_01_02 .tab_01_02_01:nth-of-type(1){
		margin-top: 0;
	}
}
.tab .tab_01 .tab_01_02.column2 .tab_01_02_01{
	padding-right: 5px;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 .tab_01_02.column2 .tab_01_02_01{
		padding-right: 0;
	}
}
.tab .tab_01 .tab_01_02.column2 .tab_01_02_01:nth-of-type(2n){
	padding-left: 5px;
	padding-right: 0;
	margin-left: auto;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 .tab_01_02.column2 .tab_01_02_01:nth-of-type(2n){
		padding-left: 0;
		margin-left: 0;
	}
}
.tab .tab_01 .tab_01_02 .tab_01_02_01 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	display: block;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 .tab_01_02 .tab_01_02_01 > .text01{
	}
}
.tab .tab_01 .tab_01_02 .tab_01_02_01 > input{
	box-sizing: border-box;
	width: 382px;
	height: auto;
	padding: 11px 18px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((100/1000)*1em);
	border: 1px solid #1C2A42;
	border-radius: 6px;
	background-color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 .tab_01_02 .tab_01_02_01 > input{
		width: 100%;
	}
}
.tab .tab_01 .tab_01_02 .tab_01_02_01 > label{
	width: auto;
	height: auto;
	margin: 26px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 .tab_01_02 .tab_01_02_01 > label{
		margin-top: 20px;
	}
}
.tab .tab_01 .tab_01_02 .tab_01_02_01 > label:nth-of-type(1){
	margin-top: 0;
}
.tab .tab_01 .tab_01_02 .tab_01_02_01 > label span{
	width: auto;
	height: auto;
	font-size: 17px;
	line-height: 27px;
	letter-spacing: calc((40/1000)*1em);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 .tab_01_02 .tab_01_02_01 > label span{
		font-size: 15px;
		line-height: 25px;
		letter-spacing: calc((0/1000)*1em);
	}
}
.tab .tab_01 .tab_01_02 .tab_01_02_01 > label span::before{
	box-sizing: border-box;
	content: '';
	width: 22px;
	height: 22px;
	margin: 3px 11px 0 0;
	border-radius: 2px;
	border: 1px solid #1C2A42;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 .tab_01_02 .tab_01_02_01 > label span::before{
		width: 20px;
		height: 20px;
		margin: 3px 10px 0 0;
	}
}
.tab .tab_01 .tab_01_02 .tab_01_02_01 > label span::after{
	content: '';
	width: 10px;
	height: 5px;
	border-left: 4px solid #434343;
	border-bottom: 4px solid #434343;
	display: block;
	position: absolute;
	top: 13px;
	bottom: auto;
	left: 6px;
	right: auto;
	margin: auto;
	-webkit-transform: rotate(-45deg) scaleX(0);
	transform: rotate(-45deg) scaleX(0);
	transform-origin: left;
	transition: transform 0.125s ease-in-out;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 .tab_01_02 .tab_01_02_01 > label span::after{
		width: 9px;
		height: 4px;
		border-left: 3px solid #434343;
		border-bottom: 3px solid #434343;
		top: 12px;
	}
}
.tab .tab_01 .tab_01_02 .tab_01_02_01 > label input:checked + span::after{
	transform: rotate(-45deg) scaleX(1);
}
.tab .tab_01 .tab_01_02 .tab_01_02_01 > textarea{
	box-sizing: border-box;
	width: 350px;
	height: auto;
	min-height: 237px;
	margin: 12px 0 0;
	border: 1px solid #1C2A42;
	border-radius: 4px;
	background-color: #ffffff;
	padding: 11px 18px;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((100/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 .tab_01_02 .tab_01_02_01 > textarea{
		width: 100%;
		min-height: 180px;
		margin: 10px auto 0;
	}
}
.tab .tab_01 .tab_01_02 .tab_01_02_01 .error{
	width: 100%;
	height: auto;
	margin: 12px auto 0;
	font-size: 12px;
	line-height: 22px;
	color: #DD3029;
	display: block;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 .tab_01_02 .tab_01_02_01 .error{
		margin: 10px auto 0;
	}
}
.tab .tab_01 > .send{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.tab .tab_01 > .send .next{
	width: 131px;
	height: 51px;
	padding: 0 0 0 30px;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((60/1000)*1em);
	color: #ffffff;
	background-color: #F53D1C;
	background-image: url(../img/admin_contact/arrow01_2.png);
	background-repeat: no-repeat;
	background-size: 21px auto;
	background-position: center right 30px;
	display: block;
	text-align: left;
	cursor: pointer;
	flex-shrink: 0;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 > .send .next{
		width: 48%;
		max-width: 121px;
		height: 46px;
		font-size: 15px;
		line-height: 25px;
		letter-spacing: calc((0/1000)*1em);
		background-size: 20px auto;
	}
}
.tab .tab_01 > .send .next.tofinal{
	width: 181px;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 > .send .next.tofinal{
		width: 50%;
		max-width: initial;
		padding: 0 0 0 10px;
		background-position: center right 10px;
	}
}
.tab .tab_01 > .send .next:hover{
	opacity: .8;
	transition: all .5s;
}
.tab .tab_01 > .send .prev{
	width: 131px;
	height: 51px;
	padding: 0 30px 0 0;
	margin: 0 36px 0 0;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((60/1000)*1em);
	color: #ffffff;
	background-color: #191E25;
	background-image: url(../img/admin_contact/arrow01_1.png);
	background-repeat: no-repeat;
	background-size: 21px auto;
	background-position: center left 30px;
	display: block;
	text-align: right;
	cursor: pointer;
	flex-shrink: 0;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.tab .tab_01 > .send .prev{
		width: 48%;
		max-width: 121px;
		height: 46px;
		margin: 0 auto 0 0;
		font-size: 15px;
		line-height: 25px;
		letter-spacing: calc((0/1000)*1em);
		background-size: 20px auto;
	}
}
.tab .tab_01 > .send .prev:hover{
	opacity: .8;
	transition: all .5s;
}
/*最終以外ステップフォーム装飾ここまで*/

/*最終ステップフォーム装飾ここから*/
.wpcf7{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.wpcf7{
	}
}
form .p-country-name{
	display: none;
}
/*入力画面のみ表示されるテキスト*/
.wpcf7_input .input_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_input .input_text01{
		font-size: 15px;
		line-height: 25px;
		text-align: left;
		margin: 0 auto 30px;
	}
}
.wpcf7_confirm .input_text01{
	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 table{
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	text-align: left;
	table-layout: fixed;
}
@media only screen and (max-width: 767px){
	form .form_01 table{
		margin: 0 auto 32px;
	}
}
.wpcf7_confirm form table tr{
	border-top: 1px solid #1C2A42;
}
.wpcf7_confirm form table tr:nth-of-type(1){
	border-top: 0;
}
form .form_01 table tr th{
	width: 100%;
	height: auto;
	margin: 36px auto 0;
	display: block;
}
@media only screen and (min-width: 768px){
	form .form_01 table.table_y tr th{
		width: auto;
		padding: 36px 0 0;
		margin: 0;
		display: table-cell;
		vertical-align: top;
	}
}
@media only screen and (max-width: 767px){
	form .form_01 table tr th{
		margin: 28px auto 0;
	}
}
form .form_01 table tr:nth-of-type(1) th{
	margin-top: 0;
}
@media only screen and (min-width: 768px){
	form .form_01 table.table_y tr:nth-of-type(1) th{
		padding-top: 0;
	}
}
form .form_01 table tr th > p{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
form .form_01 table tr th .span01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (min-width: 768px){
	form .form_01 table.table_y tr th .span01{
		padding: 8px 10px 8px 0;
		min-height: 45px;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 767px){
	form .form_01 table tr th .span01{
	}
}
form .form_01 table tr td{
	width: 100%;
	height: auto;
	margin: 8px auto 0;
	display: block;
}
@media only screen and (min-width: 768px){
	form .form_01 table.table_y tr td{
		width: 567px;
		padding: 36px 0 0;
		margin: 0;
		display: table-cell;
		vertical-align: top;
	}
}
@media only screen and (max-width: 767px){
	form .form_01 table tr td{
	}
}
@media only screen and (min-width: 768px){
	form .form_01 table.table_y tr:nth-of-type(1) td{
		padding-top: 0;
	}
}
form .form_01 table tr td > p{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
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 > span > textarea{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	min-height: 49px;
	padding: 11px 18px;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((100/1000)*1em);
	border: 1px solid #1C2A42;
	border-radius: 6px;
	background-color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px){
	form .form_01 table tr td .block .span02 > span > textarea{
	}
}
/*(確認画面)*/
.wpcf7_confirm form .form_01 table tr td .block .span02 > span > textarea{
	min-height: initial;
	padding-left: 0;
	padding-right: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	pointer-events: none;
}
/*(確認画面)*/

/*個人情報保護方針ここから*/
.wpcf7_input form .form_01 .policy{
	display: none;
}
.wpcf7_confirm form .form_01 .policy{
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	color: #191E25;
	margin: 0 auto 40px;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.wpcf7_confirm form .form_01 .policy{
		margin: 0 auto 32px;
		text-align: left;
	}
}
.wpcf7_confirm form .form_01 .policy .policy_01{
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	color: #191E25;
	margin: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.wpcf7_confirm form .form_01 .policy .policy_01{
		text-align: left;
	}
}
.wpcf7_confirm form .form_01 .policy .policy_01 [data-name="policy"]{
	width: auto;
	height: auto;
	margin: 0 8px 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.wpcf7_confirm form .form_01 .policy .policy_01 [data-name="policy"]{
		margin: 4px 8px 0 0;
	}
}
.wpcf7_confirm form .form_01 .policy .policy_01 [data-name="policy"] > span{
	width: 100%;
	height: 100%;
	margin: 0;
	display: inline-block;
}
.wpcf7_confirm form .form_01 .policy .policy_01 [data-name="policy"] > span > span{
	width: 100%;
	height: 100%;
	margin: 0;
	display: inline-block;
}
.wpcf7_confirm form .form_01 .policy .policy_01 [data-name="policy"] > span > span > label{
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wpcf7_confirm form .form_01 .policy .policy_01 [data-name="policy"] > span > span > 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_confirm form .form_01 .policy .policy_01 [data-name="policy"] > span > span > label > span::before{
	box-sizing: border-box;
	content: '';
	width: 22px;
	height: 22px;
	margin: 0;
	border-radius: 2px;
	border: 1px solid #1C2A42;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.wpcf7_confirm form .form_01 .policy .policy_01 [data-name="policy"] > span > span > label > span::before{
		width: 20px;
		height: 20px;
	}
}
.wpcf7_confirm form .form_01 .policy .policy_01 [data-name="policy"] > span > span > label > input + span::after{
	content: '';
	width: 10px;
	height: 5px;
	border-left: 4px solid #434343;
	border-bottom: 4px solid #434343;
	display: block;
	position: absolute;
	top: 10px;
	bottom: auto;
	left: 6px;
	right: auto;
	margin: auto;
	-webkit-transform: rotate(-45deg) scaleX(0);
	transform: rotate(-45deg) scaleX(0);
	transform-origin: left;
	transition: transform 0.125s ease-in-out;
}
@media only screen and (max-width: 767px){
	.wpcf7_confirm form .form_01 .policy .policy_01 [data-name="policy"] > span > span > label > input + span::after{
		width: 9px;
		height: 4px;
		border-left: 3px solid #434343;
		border-bottom: 3px solid #434343;
	}
}
.wpcf7_confirm form .form_01 .policy .policy_01 [data-name="policy"] > span > span > label > input:checked + span::after{
	transform: rotate(-45deg) scaleX(1);
}
.wpcf7_confirm form .form_01 .policy .policy_01 .policy_01_01{
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((100/1000)*1em);
	display: inline;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.wpcf7_confirm form .form_01 .policy .policy_01 .policy_01_01{
		letter-spacing: calc((0/1000)*1em);
	}
}
.wpcf7_confirm form .form_01 .policy .policy_01 .policy_01_01 a{
	width: auto;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((100/1000)*1em);
	color: #F53D1C;
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-decoration-color: #F53D1C;
	text-decoration-style: solid;
	text-underline-offset: 3px;
	display: inline;
}
@media only screen and (max-width: 767px){
	.wpcf7_confirm form .form_01 .policy .policy_01 .policy_01_01 a{
		letter-spacing: calc((0/1000)*1em);
	}
}
.wpcf7_confirm form .form_01 .policy .policy_01 .policy_01_01 .policy_01_01_01{
	width: auto;
	height: 24px;
	padding: 0 8px;
	margin: 0 0 0 10px;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	background-color: #E0391B;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.wpcf7_confirm form .form_01 .policy .policy_01 .policy_01_01 .policy_01_01_01{
		height: 20px;
		margin: 3px 0 0 5px;
	}
}
/*個人情報保護方針ここまで*/

/*ボタン関係ここから*/
form .form_01 > .send{
	width: auto;
	height: auto;
	margin: 0 auto;
	display: none;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	form .form_01 > .send{
		width: 100%;
	}
}
.wpcf7_confirm form .form_01 > .send{
	display: flex;
}
form .form_01 > .send > p{
	width: 100%;
	height: auto;
	padding: 0 0 calc(24px + 10px);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px){
	form .form_01 > .send > p{
		justify-content: flex-start;
		flex-direction: column;
	}
}
form .form_01 > .send > p .wpcf7-spinner{
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/*ボタン関係(入力画面)ここから*/
.wpcf7_confirm form .form_01 > .send > p > .button.back{
	width: 131px;
	height: 51px;
	padding: 0 30px 0 0;
	margin: 0 36px 0 0;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((60/1000)*1em);
	color: #ffffff;
	background-color: #191E25;
	background-image: url(../img/admin_contact/arrow01_1.png);
	background-repeat: no-repeat;
	background-size: 21px auto;
	background-position: center left 30px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
	flex-shrink: 0;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.wpcf7_confirm form .form_01 > .send > p > .button.back{
		width: 48%;
		max-width: 121px;
		height: 46px;
		margin: 0 0 20px;
		font-size: 15px;
		line-height: 25px;
		letter-spacing: calc((0/1000)*1em);
		background-size: 20px auto;
	}
}
.wpcf7_confirm form .form_01 > .send > p > .button.submit{
	width: 272px;
	height: 51px;
	padding: 0 0 0 30px;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((60/1000)*1em);
	color: #ffffff;
	background-color: #F53D1C;
	background-image: url(../img/admin_contact/arrow01_2.png);
	background-repeat: no-repeat;
	background-size: 21px auto;
	background-position: center right 30px;
	display: block;
	text-align: left;
	cursor: pointer;
	flex-shrink: 0;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.wpcf7_confirm form .form_01 > .send > p > .button.submit{
		width: 100%;
		height: 46px;
		padding: 0 0 0 20px;
		font-size: 15px;
		line-height: 25px;
		letter-spacing: calc((0/1000)*1em);
		background-size: 20px auto;
		background-position: center right 20px;
	}
}
/*ボタン関係(入力画面)ここまで*/
.wpcf7_confirm form .form_01 > .send > p > .button:hover{
	opacity: .8;
	transition: all .5s;
}
.wpcf7_confirm form .form_01 > .send > p > .button.events_none{
	pointer-events: none;
	opacity: .5;
	transition: all .5s;
}
/*ボタン関係ここまで*/
/*最終ステップフォーム装飾ここまで*/