.pageTitle {
	height: auto;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 10px;
	background: unset;
	border-top: 1px solid #D6D6D6;
}
#pagePath {
	display: none;
}
#conversion {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
#conversion .message {
	margin: 0 0 0;
}
#conversion .message p {
	margin: 0 0 20px;
}
@media all and (max-width: 1024px) {
	#conversion {
		padding: 0 20px;
		width: auto;
	}
}
#conversion .catalog-detail {
	max-width: 440px;
}
@media all and (min-width: 1025px) {
	#conversion .catalog-detail {
		position: absolute;
		top: 100px;
		left: 0;
	}
}
#conversion .catalog-detail .image {
	margin: 0 0 40px;
}
#conversion .catalog-detail .image img {
	border: 1px solid #707070;
}
#conversion .catalog-detail .txt {}
#conversion .catalog-detail .txt dl {}
#conversion .catalog-detail .txt dl dt {
	font-size: 2rem;
	font-weight: 700;
}
#conversion .catalog-detail .txt dl dd {
	font-size: 1.6rem;
}
@media all and (max-width: 1024px) {
	#conversion .catalog-detail {
		margin: 0 0 30px;
	}
	#conversion .catalog-detail .image {
		display: flex;
		justify-content: center;
		margin: 0 0 20px;
	}
	#conversion .catalog-detail .txt dl dt {
		text-align: center;
		font-size: 1.8rem;
	}
	#conversion .catalog-detail .txt dl dd {
		font-size: 1.4rem;
		text-align: center;
	}
}
#aptoenqform {
	/* フォーム全体 */
	font-size: 14px;
	text-align: left;
	text-indent: 0;
	color: #000;
	overflow: hidden;
}

@media screen and (min-width: 480px) {
	#aptoenqform {
		/* フォーム全体 */
		font-size: inherit;
		padding: 0;
	}
}

.aptoenq {
	font-size: 16px;
}

.aptoenq_necessary {
	text-align: left;
	margin-left: 16px;
	font-size: 16px;
	text-indent: 0px;
}
@media screen and (min-width: 1025px) {
	.aptoenq_question .aptoenq_qa > div,
	.aptoenq_question .aptoenq_cusinfo > div {
		width: calc( 100% - 500px );
		/*margin-left: 500px;*/
		margin-left: 250px;
	}
}
.aptoenq_question .aptoenq_cusinfo > div.aptoenq_cusinfo_exp {
	width: unset;
	margin-left: unset;
}
.aptoenq_question input {
	/* 任意の質問 */
	display: inline;
	width: auto;
}

.aptoenq_question label {
	font-weight: normal;
	width: auto;
	display: inline-block;
	margin: 5px;
}

.aptoenq_question label span {
	vertical-align: middle;
	font-size: 15px;
}

@media screen and (min-width: 480px) {
	.aptoenq_question label span {
		font-size: 100%;
	}
}

.aptoenq_question input[type="text"] {
	width: 100%;
	height: 32px;
	padding: 6px 8px !important;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-sizing: border-box;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
	.aptoenq_question input[type="text"] {
		width: calc( 100% - 290px );
	}
}
.aptoenq_question input[disabled] {
	background-color: #F0F0F0;
}

.aptoenq_question input[type="checkbox"] {
	margin: 3px 3px 3px 3px !important;
	border-style: none;
	width: auto;
}

.aptoenq_question input[type="radio"] {
	margin: 3px 3px 0px 3px !important;
	border-style: none;
	width: auto;
}

.aptoenq_question select {
	font-size: 16px;
	height: 32px;
	padding: 2px;
	/* background-color: #F9FAFB; */
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.aptoenq_question input[type="file"] {
	font-size: 16px;
}

@media screen and (min-width: 480px) {
	.aptoenq_question select {
		font-size: 14px;
	}

	.aptoenq_question input[type="file"] {
		font-size: 14px;
	}
}

.aptoenq_question textarea,
#aptoenqform textarea {
	width: 100%;
	margin: 0px auto;
	padding: 6px 8px !important;
	/* background-color: #F9FAFB; */
	outline: none;
	border: 1px solid #CCC;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-sizing: border-box;
	/* パディングとボーダーを幅と高さに含める */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.aptoenq_question input[type="text"]:focus,
.aptoenq_question textarea:focus,
#aptoenqform textarea:focus,
select:focus {
	background: #FFFFDD;
	box-shadow: 0 0 7px #8bade4;
	border: 1px solid #8bade4;
	box-shadow: 0;
}

.aptoenq_qa {
	border: none;
	font-size: 110%;
	line-height: 130%;
	/* margin: 20px 0 0;*/
	/* border-top:1px dotted #ccc; */
	/*padding: 20px 0 0;*/
	padding: 0 0 0;
}

.aptoenq_q {
	border-bottom: 1px dotted #EA5404;
	padding: 10px 0px 6px 26px;
	margin: 20px 0;
	font-size: 110%;
	background: url(/content/form/images/circle01.png) no-repeat 6px center;
	background-color: #FFF !important;

	/*	padding: 13px 20px;
	font-weight: bold;
	border: 1px solid #ccc;
	background-color: #F9F9F9;*/
	/* border-bottom:1px solid #ccc; */
	;
}

/*.aptoenq_q aptoenq_l {
		border-bottom: 2px solid #0041A0;
		padding: 5px 0 5px 18px;
		margin: 20px 0;
		font-size: 110%;
		font-weight: blod;
		background: url(../img/common/mark_04.png) no-repeat left center;
}
*/


@media screen and (min-width: 480px) {
	.aptoenq_q {
		font-weight: normal;
	}
}

.aptoenq_a {
	padding: 10px 0;
}

.aptoenq_choice {
	width: 33%;
	float: left;
}

.aptoenq_br {
	clear: both;
}

.aptoenq_cusinfo {
	font-size: 14px;
	/*margin-top: 40px;*/
}

.aptoenq_cusinfo input,
.aptoenq_cusinfo textarea,
.aptoenq_qa input,
.aptoenq_qa textarea {
	color: #333;
	font-size: 16px;
}

@media screen and (min-width: 480px) {
	.aptoenq_cusinfo {
		font-size: 13px;
	}

	.aptoenq_cusinfo input,
	.aptoenq_cusinfo textarea,
	.aptoenq_qa input,
	.aptoenq_qa textarea {
		color: #333;
		font-size: 14px;
	}
}

.aptoenq_cusinfo .aptoenq_cusinfo_subj {
	margin-bottom: 40px 0 10px;
	border-bottom: 2px solid #EA5404;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0 10px 15px;
}

.aptoenq_cusinfo .aptoenq_cusinfo_warn {
	text-align: left;
	margin: 6px;
	float: none;
}

.aptoenq_cusinfo .aptoenq_cusinfo_item {
	width: 100%;
	font-weight: bold;
	line-height: 2;
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px dotted #ccc;
}

@media screen and (min-width: 480px) {
	.aptoenq_cusinfo .aptoenq_cusinfo_item {
		width: 25%;
		font-weight: normal;
		font-size: 110%;
		float: left;
		border-top: 1px dotted #ccc;
		padding: 20px 0;
		margin: 0 0 0;
	}
}

.aptoenq_cusinfo .aptoenq_cusinfo_fm {
	width: 100%;
}

@media screen and (min-width: 480px) {
	.aptoenq_cusinfo .aptoenq_cusinfo_fm {
		width: 75%;
		/*float: right;*/
		border-top: 1px dotted #ccc;
		padding: 20px 0;
	}
}

.aptoenq_cusinfo .aptoenq_cusinfo_warn+.aptoenq_cusinfo_fm {
	border-top: none;
}

.aptoenq_cusinfo .aptoenq_cusinfo_fm_yuubin input {
	width: 100px;
}

.aptoenq_cusinfo .aptoenq_cusinfo_fm_tel input,
.aptoenq_cusinfo .aptoenq_cusinfo_fm_fax input {
	width: 160px;
}

.aptoenq_cusinfo_msg {
	display: block;
	width: 100%;
}

.aptoenq_c {
	text-align: center;
}

.aptoenq_l {
	text-align: left;
}

.aptoenq_r {
	text-align: right;
}

.aptoenq_b {
	font-weight: bold;
}

.aptoenq_red {
	color: red;
}

.aptoenq_readonly {
	color: gray;
}

.aptoenq_check {
	width: 25px;
	height: 20px;
	display: inline-block;
}

.aptoenq_check_overlimit {
	display: none;
}

.aptoenq_check_blank {
	width: 25px;
	height: 20px;
	margin-top: 3px;
	display: inline-block;
}

.aptoenq_overlimit {
	padding-top: 4px;
	color: gray;
}

.aptoenq_h130 {
	line-height: 130%;
}

.aptoenq_h160 {}

/* popup画面の幅に反映。親要素が position absolute を指定しているため、%指定はできない。 */
#aptoenq_confirm iframe {
	width: 294px;
	/* スマホ幅320pxの場合の最大幅 */
	height: 385px;
	overflow: hidden;
	border: none;
}

@media screen and (min-width: 480px) {
	#aptoenq_confirm iframe {
		width: 450px;
		/* スマホを横持ちの最少幅480pxの場合の最大幅 */
		;
	}
}

@media screen and (min-width: 600px) {
	#aptoenq_confirm iframe {
		width: 575px;
		/* スマホを横持ちの最少幅480pxの場合の最大幅 */
		;
	}
}

#aptoenq_closebutton {
	cursor: pointer;
}

.aptoenq_popup {
	background-color: #FFF;
	text-align: center;
	box-shadow: 3px 3px 3px #1a1a1a;
}

.aptoenq_popup .aptoenq_popupbutton {
	margin: 10px;
}

.aptoenq_popup div.popupframe {
	border: 1px solid black;
	background-color: #F4F4F4;
}

.aptoenq_popup_title {
	color: #333;
	font-weight: bold;
	font-size: 150%;
	background: #fff;
	border-bottom: 1px solid #ccc;
	box-shadow: 3px 3px 3px #777;
	padding: 15px 20px;
}

.aptoenq_grayout {
	background-color: black;
	filter: alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
}

.aptoenq_msg {
	font-size: 14px;
	text-align: left;
	padding: 15px;
	line-height: 24px;
}

.aptoenq_cusinfo_exp {
	margin: 20px 0 0;
}

.aptoenq_bt_send,
.aptoenq_bt_back {
	width: 100%;
	margin: 16px auto;
	position: relative;
	text-align: center;
}

.aptoenq_bt_set button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 130%;
	width: 270px;
	height: 42px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	border: 1px solid #0044A8;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*
	display: inline-block;
	text-decoration: none;
	border: 0px;
	width: 100%;
	font-size: 14px;
	padding: 14px 0;
	color: #333;
	text-align: center;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	cursor: pointer;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
*/
}

.aptoenq_bt_send button {
	color: #FFF;
	background-color: #0044A8;
}

.aptoenq_bt_send button:hover {
	opacity: 0.8;
}

.aptoenq_bt_back button {
	display: none;
	/*リセットボタン削除
	background: #e4e4e3;
	box-shadow: 0 6px #d2d1d0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
*/
}

.aptoenq_bt_back button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.aptoenq_bt_back button:hover {
	box-shadow: 0 4px #d2d1d0;
	color: #333;
	top: 2px;
}

.aptoenq_bt_back button:active {
	box-shadow: 0 0 #d2d1d0;
	top: 6px;
}

@media screen and (min-width: 480px) {
	.aptoenq_bt_set {
		margin: 0 auto;
	}

	.aptoenq_bt_send,
	.aptoenq_bt_back {
		/* width: 50%;
		float:left; */
		width: auto;
		display: inline-block;
	}

	.aptoenq_bt_send {
		/* text-align:right; */
	}

	.aptoenq_bt_back {
		/* text-align:left; */
	}

	.aptoenq_bt_send button {
		width: auto;
		height: 44px;
		padding: 0 20px;
		margin-right: 10px;
	}

	.aptoenq_bt_back button {
		width: auto;
		height: 44px;
		padding: 0 20px;
		margin-left: 10px;
	}
}

.pl30 {
	padding-left: 30px;
}


/* ------------------------------
		レスポンシブ 11/20
------------------------------ */
@media screen and (max-width : 767px) {

	.aptoenq {
		font-size: 15px;
	}

	.aptoenq_necessary {
		margin-left: 15px;
		font-size: 15px;
	}

	.aptoenq_qa {
		padding: 10px 0 0;
	}

	.aptoenq_q {
		padding: 10px 0px 6px 20px;
		margin: 10px 0;
		font-size: 100%;
		background: url(/content/form/images/circle01.png) no-repeat 4px 13px;
	}

	.aptoenq_question input[type="text"] {
		padding: 4px 8px !important;
	}

	.aptoenq_cusinfo .aptoenq_cusinfo_item {
		margin: 10px 0 0;
		padding: 10px 0 0;
	}

}

/*--------------------------------
2023.01.22追加
---------------------------------*/
#aptoenqform {
	padding: 0;
}

#aptoenqform::before {
	/*content: "【必須】の箇所は必ずご入力をお願いします。";*/
	color: #333;
	font-size: 15px;
	display: block;
	margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
	#aptoenqform::before {
		margin-left: 500px;
	}
}
.aptoenq_necessary {
	display: none;
}

.aptoenq_question:nth-of-type(2) {
	position: relative;
}

.aptoenq_question:nth-of-type(2)::before {
	content: "お問い合わせ内容";
	border-bottom: 1px solid #D6D6D6;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}

@media screen and (min-width: 1025px) {
	.aptoenq_question:nth-of-type(2)::before {
		width: calc( 100% - 500px );
		/*margin-left: 500px;*/
		margin-left: 250px;
	}
}
@media screen and (max-width: 1024px) {
	.aptoenq_question:nth-of-type(2)::before {
		position: absolute;
		top: 25px;
		left: 20px;
	}
}
.aptoenq_question:nth-of-type(2) .aptoenq_q.aptoenq_l {
	/*padding-top: 30px;*/
	padding-top: 15px;
	line-height: 1.25;
}

.aptoenq_question:last-of-type {
	position: relative;
}

.aptoenq_question:last-of-type::before {
	/*content: "";*/
	height: 2px;
	background-image: linear-gradient(to right, #E0E0E0, #E0E0E0 2px, transparent 2px, transparent 4px);
	background-size: 4px 2px;
	background-repeat: repeat-x;
	width: calc( 100% - 500px );
	margin-left: 500px;
	display: block;
	position: absolute;
	top: -40px;

}

.aptoenq_qa {
	/*display: grid;*/
	display: block;
	grid-template-columns: 260px auto;
	grid-template-rows: auto auto;
	padding-top: 0;
}

.aptoenq_qa:nth-of-type(1)::before {
	content: "";
	background-color: #F8F8F8;
	width: 260px;
	display: block;
	grid-column: 1/2;
	grid-row: 1/3;
}

.aptoenq_q {
	display: flex;
	font-size: 16px;
	font-weight: bold;
	border-bottom: none;
	margin: 0;
	padding: 0 0 0 0;
	align-items: center;
}

.aptoenq_q .aptoenq_red {
	order: 2;
}

.aptoenq_red {
	color: #ffffff;
}

.aptoenq_red::before {
	content: "【必須】";
	color: #BB0505;
	font-size: 13px;
}

.aptoenq_q a {
	text-decoration: underline;
	color: #10448B;
}

.aptoenq_q a:hover {
	text-decoration: none;
}

.aptoenq_a.aptoenq_l {
	/*padding-bottom: 40px;*/
	padding-bottom: 10px;
}

.aptoenq_a {
	font-size: 15px;
	display: flex;
	margin: 0;
	padding: 5px 0 10px 0;
	flex-wrap: wrap;
	gap: 2px 0;
}

.aptoenq_a input[type=checkbox] {
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	margin: -1px;
}

.aptoenq_a label {
	cursor: pointer;
	padding-left: 5px;
	position: relative;
	margin: 0 30px 0 0;
}
@media screen and (min-width: 1025px) {
	.aptoenq_a label:nth-of-type(5) {
		margin-left: -7px;
	}
}
.aptoenq_a .aptoenq_check::before {
	content: "";
	display: block;
	position: absolute;
	background-color: #fff;
	border-radius: 0%;
	border: 1px solid rgba(112, 112, 112, 0.7);
	border-radius: 2px;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	top: 50%;
	left: 5px;
}

.aptoenq_a .aptoenq_check::after {
	content: "";
	display: block;
	position: absolute;
	border-bottom: 2px solid rgba(112, 112, 112, 0.7);
	border-left: 2px solid rgba(112, 112, 112, 0.7);
	opacity: 0;
	height: 7px;
	width: 12px;
	transform: rotate(-45deg);
	top: 4px;
	left: 8px;
}

.aptoenq_check:has(> input[type=checkbox]:checked)::before {
	border-color: #F56B00;
}

.aptoenq_check:has(> input[type=checkbox]:checked)::after {
	opacity: 1;
}
.aptoenq_check:has(> input[type=radio]:checked)::before {
	border-color: #F56B00;
}

.aptoenq_check:has(> input[type=radio]:checked)::after {
	opacity: 1;
}
.aptoenq_question select {
	padding: 12px 15px;
	height: auto;
	background: url(../img/common/icon-arrow.svg) no-repeat center right 15px / 8px;
	width: 390px;
}

.aptoenq_cusinfo {
	/*display: grid;*/
	display: block;
	grid-template-columns: 260px auto;
	grid-template-rows: auto auto;
	/*margin-top: 80px;*/
}

.aptoenq_cusinfo .aptoenq_cusinfo_subj {
	grid-column: 1/2;
	grid-row: 1/40;
	font-size: 20px;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #D6D6D6;
}

.aptoenq_cusinfo_exp {
	grid-column: 1/3;
	margin-top: 30px;
	text-align: center;
	font-size: 15px;
	position: relative;
}

.aptoenq_cusinfo .aptoenq_cusinfo_item {
	width: auto;
	border: none;
/*	padding: 0 0 5px 45px;*/
	padding: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
@media screen and (min-width: 1025px) {
	.aptoenq_cusinfo .aptoenq_cusinfo_item {
		width: 200px !important;
	}
}
.aptoenq_cusinfo .aptoenq_cusinfo_item .aptoenq_red {
	order: 2;
}

.aptoenq_cusinfo .aptoenq_cusinfo_fm {
	border: none;
/*	padding: 0 0 20px 45px;*/
	padding: 0 0 10px 0;
	width: calc( 100% - 45px );
}

.aptoenq_cusinfo .aptoenq_cusinfo_warn {
	margin: 0;
}

.aptoenq_cusinfo_msg {
	margin-top: 0;
}
@media screen and (min-width: 1025px) {
	.aptoenq_cusinfo_msg {
		margin-left: 200px;
	}
}
.aptoenq_question input[type="text"] {
	height: 45px;
}

.aptoenq_cusinfo .aptoenq_cusinfo_fm_yuubin input {
	width: 174px;
}

.aptoenq_cusinfo .aptoenq_cusinfo_fm_tel input {
	/*width: 480px;*/
	width: 174px;
}

.aptoenq_cusinfo_exp input[type="checkbox"] {
	position: relative;
	cursor: pointer;
}

.aptoenq_cusinfo_exp input[type="checkbox"]::before,
.aptoenq_cusinfo_exp input[type="checkbox"]::after {
	content: "";
	display: inline-block;

}

.aptoenq_cusinfo_exp input[type="checkbox"]::before {
	background-color: #fff;
	border-radius: 0%;
	border: 1px solid rgba(112, 112, 112, 0.7);
	border-radius: 2px;
	width: 16px;
	height: 16px;
}

.aptoenq_cusinfo_exp input[type="checkbox"]:checked::before {
	border-color: #F56B00;
}

.aptoenq_cusinfo_exp input[type="checkbox"]::after {
	content: "";
	position: absolute;
	border-bottom: 2px solid rgba(112, 112, 112, 0.7);
	border-left: 2px solid rgba(112, 112, 112, 0.7);
	opacity: 0;
	height: 7px;
	width: 12px;
	transform: rotate(-45deg);
	top: 0;
	left: 3px;
}

.aptoenq_cusinfo_exp input[type="checkbox"]:checked::after {
	opacity: 1;
}

.aptoenq_bt_send {
	display: block;
	max-width: 450px;
	position: relative;
}

.aptoenq_bt_send ::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.aptoenq_bt_send button {
	border-radius: 0;
	width: 100%;
	color: #ffffff;
	padding: 20px 30px;
	margin: 0;
	padding: 0;
	background: rgb(229,0,18);
	background: linear-gradient(90deg, rgba(229,0,18,1) 0%, rgba(255,98,51,1) 120%);
	border: none;
	outline: none;
	appearance: none;
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	cursor: pointer;
}
.aptoenq_bt_back button{
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.aptoenq_qa {
		display: block;
	}

	.aptoenq_qa:nth-of-type(1)::before {
		display: none;
	}

	.aptoenq_question:nth-of-type(2)::before {
		/*
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		*/
		left: 0;
		top : 0;
		width: 100%;
	}

	.aptoenq_question:nth-of-type(2)::after {
		/*content: "";*/
		background-color: #F8F8F8;
		width: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 60px;
		z-index: 0;
	}

	.aptoenq_q {
		padding: 0 0 10px 0;
		flex-wrap: wrap;
		gap: 10px 0
	}

	.aptoenq_a {
		padding: 10px 0 10px 0;
		display: block;
	}

	.aptoenq_a label {
		width: 100%;
	}

	.aptoenq_question:nth-of-type(2) .aptoenq_q.aptoenq_l {
		/*padding-top: 80px;*/
		padding-top: 60px;
	}

	.aptoenq_question select {
		width: 100%;
	}

	.aptoenq_cusinfo {
		display: block;
		/*margin-top: 120px;*/
		margin-top: 30px;
	}

	.aptoenq_question:last-of-type::before {
		top: -80px;
	}

	.aptoenq_cusinfo .aptoenq_cusinfo_subj {
		/*height: 60px;*/
		padding: 0;
		display: grid;
		/*place-items: center;*/
	}

	.aptoenq_cusinfo .aptoenq_cusinfo_item {
		padding: 0 0 5px 0;
	}

	.aptoenq_cusinfo .aptoenq_cusinfo_fm {
		/*padding: 5px 0 10px 0;*/
	}

	.aptoenq_cusinfo_exp input[type="checkbox"]::after {
		top: 5px;
	}
}

	#gFooter {
		padding: 10px 0;
		background-color: #ffffff;
	}
	#gFooter .fBox {
		justify-content: center;
	}
	#gFooter .navBox address {
		color: #656565;
	}