@charset "UTF-8";
/* CSS Document */
#accordion {
	width: 690px;
	margin: 0 auto;
}
#accordion * {
	box-sizing: border-box;
}
#accordion ul {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 690px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#accordion li {
	margin: 0;
	padding: 0;
}
#accordion input {
	display: none;
}
/* ボタン（通常時） */
#accordion input[type='radio'] + label {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 223px;
	height: 42px;
	padding: 0 16px 0 2px;
	margin: 0 0 12px 0;
	background-color: #fff;
	border: solid 1px #b5b5b6;
	border-radius: 6px;
	color: #222;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	cursor: pointer;
	letter-spacing: -0.04em;
}
#accordion input[type='radio'] + label span {
	display: inline-block;
	font-size: 1.3rem;
	margin-top: 0.3em;
}
#accordion input[type='radio'] + label span::before {
	content: '（';
}
#accordion input[type='radio'] + label span::after {
	content: '）';
}
#accordion input[type='radio'] + label span.type::before {
	display: inline-block;
	content: '';
	width: 1px;
	height: 12px;
	background-color: #222;
	margin: 0 7px -2px;
	line-height: 1;
}
#accordion input[type='radio'] + label:hover span.type::before,
#accordion input[type='radio']:checked + label span.type::before {
	background-color: #fff;
}
#accordion input[type='radio'] + label span.type::after {
	content: '';
}
#accordion input[type='radio'] + label::after {
	position: absolute;
	right: 10px;
	top: calc(50% - 0.5em);
	display: block;
	content: '▼';
	line-height: 1;
	transition: 0.2s ease;
	font-size: 10px;
}
/* ボタン（hover・選択時） */
#accordion input[type='radio'] + label:hover,
#accordion input[type='radio']:checked + label {
	background: #594828;
	color: #ffffff;
}
#accordion input[type='radio']:checked + label {
	margin-bottom: 236px;
}
#accordion input[type='radio']:checked + label.middle {
	margin-bottom: 388px;
}
#accordion input[type='radio']:checked + label.long {
	margin-bottom: 542px;
}
#accordion input.noaccordion[type='radio']:checked + label {
	margin-bottom: 0;
}
#accordion input[type='radio']:checked + label::after {
	transform: rotate(180deg);
	transition: 0.2s ease;
}
/* 吹き出し（非表示） */
#accordion input[type='radio'] ~ .accordionContent {
	position: absolute;
	left: 0;
	top: 75px;
	width: 680px;
	height: 0;
	padding: 0;
	opacity: 0;
	pointer-events: none;
}
/* 吹き出し（表示） */
#accordion input[type='radio']:checked ~ .accordionContent {
	display: flex;
	align-items: flex-start;
	width: 690px;
	height: 168px;
	border: solid 1px #ccc;
	padding: 16px 8px 8px;
	border-radius: 6px;
	opacity: 1;
	background: #ffffff;
	pointer-events: auto;
}
#accordion input[type='radio']:checked ~ label.middle + .accordionContent {
	height: 320px;
}
#accordion input[type='radio']:checked ~ label.long + .accordionContent {
	height: 476px;
}
/* 吹き出しのツノ */
#accordion li input[type='radio'] ~ .accordionContent::before {
	position: absolute;
	top: -24px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-bottom: solid 24px #ccc;
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
}
#accordion li:nth-of-type(1) input[type='radio'] ~ .accordionContent::before {
	left: 100px;
}
#accordion li:nth-of-type(2) input[type='radio'] ~ .accordionContent::before {
	left: 334px;
}
#accordion li:nth-of-type(3) input[type='radio'] ~ .accordionContent::before {
	left: 568px;
}
/* 吹き出し内部 */
#accordion .accordionContent ul {
	width: 672px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#accordion .accordionContent ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 208px;
	margin: 0 8px 16px;
}
.index.content {
	margin-top: 0;
	background: #faf8e9;
}
.section {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.section .wrap {
	width: 100%;
	margin: 0 auto;
}
.headline01 {
	margin-bottom: 30px;
	padding-top: 37px;
	font-size: 3rem;
	text-align: center;
}
.footer {
	position: relative;
	z-index: 1;
}
.wpcf7c-elm-step1 {
	width: 900px;
	margin: 0 auto;
}
.wpcf7-radio .wpcf7-list-item {
	margin-top: 10px;
	display: block;
}
.wpcf7-radio .wpcf7-list-item:first-child {
	margin-top: 0;
}
.form__style input:not([type='radio']):not([type='checkbox']),
select,
textarea {
	border: 1px solid #b5b5b6;
	padding: 13px 12px 14px;
	position: relative;
	line-height: 1.4;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	font-size: 1.6rem;
	height: 49px;
	width: 100%;
	-moz-appearance: textfield;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form__style input.fileupload {
	width: auto !important;
	border: none !important;
	padding: 0 !important;
	margin: 5px 0 !important;
}
.form__style p.filesup {
	font-size: 13px;
	line-height: 1.3;
	margin-top: 10px;
}
select {
	margin: 0;
	padding: 12px 50px 13px 15px;
	border: 1px solid #b5b5b6;
	border-right-width: 0 \9;
	width: 100%;
	width: 130%\9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.4rem;
	overflow: hidden;
	border-right: 1px solid #b5b5b6 \9;
	background: #fff url(../images/bg_select.png) no-repeat 100% 50%;
	max-width: 300px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
}
select .placeHolder {
	display: none;
}
select::-ms-expand {
	display: none;
}
textarea {
	resize: none;
}
:root textarea {
	overflow: auto;
}
textarea.size01 {
	margin-bottom: -6px;
	height: 194px;
}
input[type='submit'],
input[type='button'] {
	background: transparent;
	cursor: pointer;
}
.table__box {
	width: 100%;
}
.table__box th,
.table__box td {
	border-bottom: 1px solid #231815;
	line-height: 1.7;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table__box th {
	padding: 42px 10px 25px 0;
	width: 22.2%;
	font-size: 1.9rem;
}
.table__box td {
	padding: 35px 10px 36px 0;
	word-break: break-all;
	font-size: 1.6rem;
}
.table__box td p {
	margin-bottom: 0;
}
.icon__require {
	display: block;
	margin: -7px 0 6px;
	width: 50px;
	padding: 4px 5px;
	background: #e60012;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
}
.table__box tr.title th {
	border-bottom: none;
	padding-bottom: 0;
}
.table__box tr.title h2 {
	background-color: #fff9b1;
	font-size: 2.5rem;
	padding: 2px 10px;
}
.table__box tr.other th .icon__require {
	margin-top: -13px;
}
.table__box tr.other td {
	padding-bottom: 26px;
}
.table__box td.inquiry__type span span span:first-child label::after {
	content: '（ページ中段に「詳細情報」をご記入いただける欄がございます）';
}
.table__box td.inquiry__type span.sup {
	position: absolute;
	top: 35px;
	right: 4em;
}

.table__box td.print .wpcf7-radio .wpcf7-list-item {
	display: inline-block;
	margin: 0 1em 0 0;
}

.input__info label {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
}
.input__info span.space {
	float: left;
	padding-right: 30px;
}
.input__info input {
	max-width: 290px;
}
.input__info--long input {
	max-width: 335px;
}
.input__list {
	padding-top: 7px;
}
.input__list li {
	margin-bottom: 20px;
	font-size: 1.6rem;
}
.input__list li:last-child {
	margin-bottom: 0;
}
.note__text {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
.style__list--bottom {
	margin-bottom: 20px;
}
.style__list li .style__text {
	width: 100px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.05em;
	margin-top: 0.8em;
	line-height: 1.3;
}
.style__list li .style__text--2gyou {
	margin-top: 0;
}
.style__list li .style__text--long {
	width: 200px;
}
.style__list li {
	position: relative;
	padding-bottom: 12px;
}
.style__list li:last-child {
	padding-bottom: 0;
}
.style__list li div {
	display: inline-block;
	width: calc(100% - 110px);
	width: -webkit-calc(100% - 110px);
	width: -moz-calc(100% - 110px);
	width: -ms-calc(100% - 110px);
	font-size: 1.6rem;
}
.style__list li .style__text--long + div {
	width: calc(100% - 210px);
	width: -webkit-calc(100% - 210px);
	width: -moz-calc(100% - 210px);
	width: -ms-calc(100% - 210px);
}
.style__list li input {
	max-width: 300px;
}
.style__list li input.long {
	max-width: 100%;
}
.box-size {
	position: relative;
}
.box-size span.psize {
	display: inline-block;
	margin-right: 5px;
}
.box-size span.psize input {
	width: 10em !important;
}
.box-size span.call {
	display: inline-block;
	width: 170px;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.2;
}
.box-size span.call--short {
	width: 44px;
}
.box-size span.text {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: normal;
}
.box-size .box-size__img {
	position: absolute;
	top: 35px;
	right: 30px;
	width: 420px;
	overflow: hidden;
}
.box-size .box-size__img img {
	float: right;
	margin-top: 8px;
}
.button__group {
	padding: 56px 0 85px;
	text-align: center;
}
.button__group p {
	margin: 0;
}
input {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input.btn_content[type='submit'],
input.btn_content[type='button'] {
	border: none !important;
	width: 100%;
	height: 100%;
	border: none;
	padding: 0;
	display: block;
	background: transparent;
	cursor: pointer;
	outline: none;
	border-radius: 0;
	font-weight: bold;
	text-align: left;
}
span.btn__wrapper {
	margin: 0 auto;
	max-width: 356px;
	width: 100%;
	padding: 10px 32px;
	border: solid 1px #231815;
	display: inline-block;
	position: relative;
	background: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	text-align: left;
	letter-spacing: 0.06em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 0;
}
span.btn__wrapper:before {
	content: '';
	width: 1px;
	height: 100%;
	border-left: dashed 1px #000;
	position: absolute;
	left: 7px;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
span.btn__wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 11px;
	width: 8px;
	height: 8px;
	margin: auto;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
span.btn__wrapper:hover {
	color: #fff;
	background: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
span.btn__wrapper:hover:before {
	border-left: dashed 1px #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
span.btn__wrapper:hover:after {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
span.btn__wrapper:hover input {
	color: #fff !important;
}
p.table__text {
	font-size: 2rem;
	text-indent: -0.5em;
	padding-left: 0.5em;
	margin: 50px 0 0;
}
p.table__text span {
	background: linear-gradient(transparent 70%, #ff0 0%);
}
/*----------------------------
movedeco
----------------------------*/
.movedeco {
	z-index: 0;
}
.movedeco__deco {
	display: block;
	position: absolute;
	visibility: hidden;
	-webkite-visibility: hidden;
	opacity: 0;
}
.movedeco__deco.on {
	visibility: visible;
	-webkite-visibility: visible;
	opacity: 1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.movedeco__deco1 {
	background: url(../images/cmn_deco01.png) no-repeat center;
	width: 50px;
	height: 50px;
	top: 210px;
	left: -48px;
}
.movedeco__deco1.on {
	top: 150px;
}
.movedeco__deco2 {
	background: url(../images/cmn_deco02.png) no-repeat center;
	width: 106px;
	height: 78px;
	top: 260px;
	left: -33px;
}
.movedeco__deco2.on {
	top: 241px;
}
.movedeco__deco3 {
	background: url(../images/cmn_deco03.png) no-repeat center;
	width: 130px;
	height: 131px;
	top: 320px;
	right: -59px;
}
.movedeco__deco3.on {
	top: 272px;
}
.movedeco__deco4 {
	background: url(../images/cmn_deco04.png) no-repeat center;
	width: 52px;
	height: 56px;
	top: 500px;
	left: -8px;
}
.movedeco__deco4.on {
	top: 479px;
}
.movedeco__deco5 {
	background: url(../images/cmn_deco05.png) no-repeat center;
	width: 65px;
	height: 55px;
	top: 540px;
	right: -2px;
}
.movedeco__deco5.on {
	top: 483px;
}
.movedeco__deco6 {
	background: url(../images/cmn_deco06.png) no-repeat center;
	width: 120px;
	height: 161px;
	top: 640px;
	left: -97px;
}
.movedeco__deco6.on {
	top: 621px;
}
.movedeco__deco7 {
	background: url(../images/cmn_deco07.png) no-repeat center;
	width: 58px;
	height: 61px;
	top: 600px;
	right: -58px;
}
.movedeco__deco7.on {
	top: 575px;
}
.movedeco__deco8 {
	background: url(../images/cmn_deco08.png) no-repeat center;
	width: 27px;
	height: 28px;
	top: 640px;
	left: 24px;
}
.movedeco__deco8.on {
	top: 892px;
}
.movedeco__deco9 {
	background: url(../images/cmn_deco09.png) no-repeat center;
	width: 46px;
	height: 49px;
	top: 700px;
	right: 15px;
}
.movedeco__deco9.on {
	top: 798px;
}
.movedeco__deco10 {
	background: url(../images/cmn_deco10.png) no-repeat center;
	width: 77px;
	height: 57px;
	top: 700px;
	right: -62px;
}
.movedeco__deco10.on {
	top: 902px;
}
.movedeco__deco11 {
	background: url(../images/cmn_deco11.png) no-repeat center;
	width: 52px;
	height: 51px;
	top: 700px;
	left: -33px;
}
.movedeco__deco11.on {
	top: 957px;
}
.movedeco__deco12 {
	background: url(../images/cmn_deco12.png) no-repeat center;
	width: 59px;
	height: 49px;
	top: 700px;
	right: -23px;
}
.movedeco__deco12.on {
	top: 1108px;
}
.movedeco__deco13 {
	background: url(../images/cmn_deco13.png) no-repeat center;
	width: 92px;
	height: 99px;
	top: 700px;
	left: -28px;
}
.movedeco__deco13.on {
	top: 1120px;
}
.movedeco__deco14 {
	background: url(../images/cmn_deco14.png) no-repeat center;
	width: 112px;
	height: 112px;
	top: 940px;
	right: -99px;
}
.movedeco__deco14.on {
	top: 1182px;
}
.movedeco__deco15 {
	background: url(../images/cmn_deco15.png) no-repeat center;
	width: 65px;
	height: 57px;
	top: 1140px;
	left: -47px;
}
.movedeco__deco15.on {
	top: 1292px;
}
.movedeco__deco16 {
	background: url(../images/cmn_deco16.png) no-repeat center;
	width: 45px;
	height: 47px;
	top: 1040px;
	right: -2px;
}
.movedeco__deco16.on {
	top: 1313px;
}
.movedeco__deco17 {
	background: url(../images/cmn_deco17.png) no-repeat center;
	width: 46px;
	height: 49px;
	top: 1400px;
	left: -35px;
}
.movedeco__deco17.on {
	top: 1447px;
}
.movedeco__deco18 {
	background: url(../images/cmn_deco18.png) no-repeat center;
	width: 51px;
	height: 55px;
	top: 1410px;
	right: -43px;
}
.movedeco__deco18.on {
	top: 1433px;
}
.movedeco__deco19 {
	background: url(../images/cmn_deco19.png) no-repeat center;
	width: 77px;
	height: 57px;
	top: 1420px;
	left: 9px;
}
.movedeco__deco19.on {
	top: 1525px;
}
.movedeco__deco20 {
	background: url(../images/cmn_deco20.png) no-repeat center;
	width: 50px;
	height: 50px;
	top: 1410px;
	right: 12px;
}
.movedeco__deco20.on {
	top: 1599px;
}
.movedeco__deco21 {
	background: url(../images/cmn_deco21.png) no-repeat center;
	width: 112px;
	height: 112px;
	top: 1240px;
	left: -3px;
}
.movedeco__deco21.on {
	top: 1622px;
}
.movedeco__deco22 {
	background: url(../images/cmn_deco22.png) no-repeat center;
	width: 106px;
	height: 78px;
	top: 1260px;
	right: -59px;
}
.movedeco__deco22.on {
	top: 1689px;
}
.movedeco__deco23 {
	background: url(../images/cmn_deco23.png) no-repeat center;
	width: 58px;
	height: 47px;
	top: 1500px;
	left: -27px;
}
.movedeco__deco23.on {
	top: 1767px;
}
.section.bg__white {
	padding-top: 0;
}
.bg__white .wrap {
	max-width: 1050px;
	width: 100%;
	min-height: 110vh;
	margin: 0 auto;
	padding: 36px 75px;
	background-color: #fff;
}
.complete .headline01 {
	padding-top: 37px;
}
.complete p {
	padding-top: 9px;
	text-align: center;
}
.btn__back {
	padding: 22px 10%;
}
.btn__back .btn_content {
	max-width: 357px;
	width: 100%;
	padding: 13px 20px 10px 32px;
	font-size: 1.8rem;
	border: 2px solid #918b8a;
	letter-spacing: 1.8px;
}
.btn__back .btn_content:before {
	left: 6px;
}
.btn__back .btn_content:after {
	right: 11px;
}
.confirm .button__group {
	padding: 71px 77px 44px 53px;
}
.confirm .button__group p {
	overflow: hidden;
}
.confirm .btn__wrapper {
	float: left;
	width: 46.5%;
	font-size: 1.8rem;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
}
.confirm .back {
	background-color: #e6e6e6 !important;
}
.confirm .back:hover {
	background-color: #000 !important;
}
.confirm .next {
	float: right;
}
.confirm th {
	padding: 27px 10px 27px 0;
}
.confirm td {
	padding: 30px 0 29px;
}
div.wpcf7 .ajax-loader {
	position: absolute;
}
@media only screen and (max-width: 800px) {
	#accordion {
		width: 100%;
	}
	#accordion ul {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#accordion ul li {
		position: relative;
		width: 100%;
	}
	#accordion input[type='radio'] + label {
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		height: 42px;
		padding: 0 18px 0 15px;
		text-align: left;
	}
	#accordion input[type='radio']:checked + label {
		margin-bottom: 30px !important;
	}
	#accordion input[type='radio']:checked + label::after {
		transform: rotate(180deg);
		transition: 0.2s ease;
	}
	/* 吹き出し（非表示） */
	#accordion input[type='radio'] ~ .accordionContent {
		position: static;
		width: 100%;
	}
	/* 吹き出し（表示） */
	#accordion input[type='radio']:checked ~ .accordionContent {
		width: 100%;
		height: auto;
		padding: 3% 0 1% 0.5%;
		margin-bottom: 20px;
	}
	#accordion input[type='radio']:checked ~ label.middle + .accordionContent {
		height: auto;
	}
	#accordion input[type='radio']:checked ~ label.long + .accordionContent {
		height: auto;
	}
	/* 吹き出しのツノ */
	#accordion li input[type='radio'] ~ .accordionContent::before {
		top: 48px;
	}
	#accordion li:nth-of-type(1) input[type='radio'] ~ .accordionContent::before {
		left: 50px;
	}
	#accordion li:nth-of-type(2) input[type='radio'] ~ .accordionContent::before {
		left: 50px;
	}
	#accordion li:nth-of-type(3) input[type='radio'] ~ .accordionContent::before {
		left: 50px;
	}
	/* 吹き出し内部 */
	#accordion .accordionContent ul {
		width: 100%;
	}
	#accordion .accordionContent ul li {
		width: 30.5%;
		margin: 0 0 2% 2%;
	}
	.index.content {
		margin-top: 35px;
		background: #fff;
	}
	.section {
		width: 100%;
		padding-top: 37px;
	}
	.section .wrap {
		padding: 0 8px;
	}
	.headline01 {
		margin: 0 0 10px;
		padding: 20px 10px 10px;
		font-size: 2rem;
		letter-spacing: 0;
		text-align: center;
	}
	.form__style input,
	select,
	textarea {
		padding: 7px 12px 7px;
		height: 34px;
		border-color: #d9d9da;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		font-size: 1.4rem;
		color: #000 !important;
	}
	textarea.size01 {
		height: 147px;
	}
	select {
		background-size: 35px auto;
		-webkit-background-size: 35px auto;
		-moz-background-size: 35px auto;
		max-width: inherit;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
	input[type='radio'] {
		margin: 10px 8px 0 0;
		height: auto;
	}
	.select__wrapper {
	}
	.table__box tr.title h2 {
		font-size: 2rem;
		padding: 2px 10px;
	}
	.table__box th,
	.table__box td {
		display: block;
		width: 100%;
		border-color: #aeaeae;
	}
	.table__box th {
		padding: 20px 2px 6px;
		border: none;
		font-size: 1.6rem;
	}
	.table__box td {
		padding: 0 2px 25px;
		font-size: 1.4rem;
	}
	.table__box tr:last-child td {
		border: none;
	}
	.table__box td p {
		font-size: 1.4rem;
	}
	.icon__require {
		display: inline-block;
		vertical-align: middle;
		margin: -3px 5px 0 0;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		padding: 4px 2px;
		width: 40px;
		font-size: 1.4rem;
	}
	.table__box tr.other th .icon__require {
		margin-top: -3px;
	}
	.table__box tr.other td {
		padding-bottom: 35px;
	}
	.note__text {
		padding: 0 0 5px 3px;
		font-size: 1.2rem;
	}
	.input__info {
		position: relative;
		margin-top: 3px;
	}
	.input__info span.space {
		float: none;
		display: block;
		padding: 0 0 12px;
	}
	.input__info label {
		position: absolute;
		left: 0;
		font-size: 1.2rem;
		margin: 7px 4px 0 0;
		width: 37px;
		text-align: center;
	}
	.input__info input {
		max-width: inherit;
		margin-left: 37px;
		width: 88% !important;
	}
	.input__info--long input {
		margin-left: 0;
		width: 100% !important;
	}
	.input__list {
		padding-top: 4px;
	}
	.input__list li {
		margin-bottom: 14px;
	}
	.style__list li .style__text {
		display: block;
		padding: 0 0 2px 3px;
		margin-top: 0;
		width: 100%;
	}
	.style__list li .style__text--long + div {
		width: 100%;
	}
	.style__list li div {
		width: 100%;
	}
	.style__list li input {
		max-width: inherit;
	}
	.box-size {
		padding-top: 15px !important;
	}
	.box-size .box-size__img {
		top: 15px;
		right: 0;
		width: 60%; /* IE8以下とAndroid4.3以下用フォールバック */
		width: -webkit-calc(100% - 15em);
		width: calc(100% - 15em);
	}
	.box-size .box-size__img img {
		float: none;
		margin-top: 12px;
		width: 100%;
		height: auto;
		max-width: 350px;
	}
	.experience label {
		display: inline-block;
		text-indent: -36px;
		padding-left: 36px;
	}
	.button__group {
		padding: 20px 35px 43px 15px;
	}
	button.btn_content {
		max-width: inherit;
		padding: 6px 20px 4px;
		font-size: 1.5rem;
		text-align: center;
	}
	.movedeco {
		display: none;
	}
	.footer {
		padding: 1px 0 6px;
	}
	.footer__nav li {
		border-left-width: 1px;
		border-right-width: 1px;
		font-size: 1rem;
	}
	.footer__nav li a {
		font-size: 1rem;
	}
	.index.content.bg__white {
		padding-top: 37px;
	}
	.bg__white .wrap {
		min-height: 100vh;
		padding: 0 8px;
	}
	.complete p {
		font-size: 1.3rem;
	}
	.btn__back .btn_content {
		border-width: 1px;
		font-size: 1.5rem;
		text-align: center;
	}
	.confirm .button__group {
		padding: 40px 20px;
	}
	.confirm .button__group p {
		overflow: visible;
	}
	.confirm .button__group .btn__wrapper {
		float: none !important;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		padding-right: 40px;
		text-align: center;
		font-size: 1.4rem;
	}
	.confirm .back {
		background-color: #fff;
		opacity: 0.6;
	}
	input.btn_content[type='submit'],
	input.btn_content[type='button'] {
		text-align: center;
	}
	.wpcf7c-elm-step1 {
		width: 100%;
	}
	p.table__text {
		font-size: 1.8rem;
		text-indent: -1em;
		padding-left: 1em;
		margin: 30px 0 0;
	}
}
