@charset "UTF-8";
/**************************************

cmn

**************************************/

.section_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	width: 1000px;
	margin: 0px auto;
	padding-bottom: 100px;
}

#formCancel .section_form {
	flex-wrap: wrap;
	justify-content: center;
}

.section_form .inner {
	width: 940px;
	margin: 0 auto;
	padding: 60px 80px;

	background: #f2f1f1;
}

.section_form img {
	border-radius: 0;
}

.section_form .section {
	width: 974px;
	margin: 0 auto;
	padding: 25px;

	background: #f2f8f8;
}

.section_form h3 {
	font-size: 24px;
	line-height: 62px;
	text-align: center;
	margin-bottom: 10px;
	background: rgba(170, 142, 189, .1);
}

.section_form .tel_box {
	width: 485px;
	text-align: center;
}

.section_form .tel_box .box {
	min-height: 142px;
	vertical-align: middle;
	border: 6px solid rgba(36, 25, 22, .06);
	padding: 24px;
}

.section_form .tel_box .box .tel {
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 200;
}

.section_form .tel_box .box .tel small {
	font-size: 22px;
}

.section_form .tel_box .box .sub {
	line-height: 1.6;
}

.cancel_btn {
	margin-top: 14px;
}

/* エラーメッセージ */
.err {
	color: #c00;
}

.errForm {
	background-color: #F3BCBF;
}

/* 確認画面 */
/* -------------------------------------------------- */
#confirm .table-form dd {
	padding: 26px 10px;
}

.backBtn {
	text-align: center;
	font-weight: bold;
}

.backBtn::before {
	content: "\0ab";
	margin-right: 5px;
}


@media screen and (max-width: 760px) {
	.section_form {
		width: 100%;
		padding-bottom: 15%;
	}

	.section_form h3 {
		font-size: 15px;
		line-height: 50px;
		margin-bottom: 5%;
	}

	.section_form .tel_box {
		width: 100%;
		margin: 0 0 4%;
	}

	.section_form .tel_box .box {
		width: 90%;
		min-height: 123px;
		margin: 0 auto 5%;
		display: block;
		padding: 6% 0;
	}

	.section_form .tel_box .box .tel {
		font-size: 22px;
		margin-bottom: 2%;
	}

	.section_form .tel_box .box .tel small {
		font-size: 16px;
	}

	.section_form .page_txt {
		text-align: left;
		padding: 0 5%;
	}
}

@media screen and (min-width: 761px) {

	/** For PC **/
	/**************************************

step bar

**************************************/
	.stepBar {
		position: relative;

		overflow: hidden;

		width: 100%;
		margin: 0 0 1em;
		padding: 0;

		list-style: none;

		text-align: center;

		*zoom: 1;
	}

	.stepBar .step {
		font-size: 16px;
		font-weight: bold;
		line-height: 60px;

		position: relative;

		float: left;

		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 40px 0 20px;

		color: #888;
		background-color: #fff;
	}

	.stepBar .step:before,
	.stepBar .step:after {
		position: absolute;
		left: -15px;

		display: block;

		width: 20px;
		height: 30px;

		content: "";

		border-left: 4px solid #c2e0ef;
		background-color: #fff;
	}

	.stepBar .step:after {
		top: 0;

		-webkit-transform: skew(30deg);
		-ms-transform: skew(30deg);
		transform: skew(30deg);
	}

	.stepBar .step:before {
		bottom: 0;

		-webkit-transform: skew(-30deg);
		-ms-transform: skew(-30deg);
		transform: skew(-30deg);
	}

	.stepBar .step.current {
		color: #fff;
		background-color: #1a5faa;
	}

	.stepBar .step.current:before,
	.stepBar .step.current:after {
		background-color: #1a5faa;
	}

	.stepBar.step2 .step {
		width: 50%;
	}

	.stepBar.step3 .step {
		width: 33.333%;
	}

	.stepBar.step4 .step {
		width: 25%;
	}

	.stepBar.step5 .step {
		width: 20%;
	}
}

/**************************************

form

**************************************/
.section_form .section .smust {
	padding: 0 5px;
}

.form_wrapper {
	padding: 25px;

	background: #fff;
}

.mini_title {
	margin: 10px 0 10px;

	text-align: center;
}

.choice_section {
	margin: 0 0 50px;
}

.choice_section img {
	margin: 0 0 7px;
}

.table-form {
	border-top: 1px dotted #b9a195;
}

.section_form .table-form {
	border-top: 0;
}

.table-form input.must,
.table-form textarea.must,
.table-form select.must {
	border: #bbb solid 1px;
	background: #f8e2e6;
}

.table-form input,
.table-form textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: #bbb solid 1px;
}

.table-form select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	border: #bbb solid 1px;
}

.table-form input[type="text"],
.table-form input[type="email"],
.table-form textarea {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 14px;

	width: 100%;

	vertical-align: middle;
}

.table-form input[type="text"]#res_date,
.table-form input[type="text"]#e_zip {
	width: 250px;
}

.table-form input[type="tel"] {
	width: 350px;
}

.table-form input#year {
	width: 100px;
}

.zip_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#bank_wrap {
	margin: 0.5em auto 1em;
	display: flex;
	align-items: center;
	gap: 0 1em;
}

#bank_wrap input[type="text"]#e_bank {
	width: 140px;
	margin-right: 0.5em;
}

.pref_box {
	margin: 20px 0;
}

.formNote {
	margin: 0.5em auto;
	line-height: 1.4;
}

#caution {
	margin: 20px auto 0;
}

.cautionTit {
	margin-bottom: 0.5em;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}

#caution label {
	font-size: 15px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 0.5em;
}

.privacy {
	padding: 20px;
	height: 200px;
	margin: 5% 3% 20px 3%;
	overflow: scroll;
	background: #FFF;
	font-size: 12px;
}

.privacy .box {
	margin: 0 0 10px 0;
	text-align: left;
}

.privacy .box strong {
	font-weight: bold;
	font-size: 1.2em;
}

.privacy .box em {
	font-weight: bold;
	font-style: normal;
}

.privacy .box:nth-child(1) {
	text-align: center;
}

.notice_txt {
	text-align: center;
	font-size: 12px;
	margin-bottom: 26px;
}

.form_thanks .btn_more {
	margin: 0 auto;
}


label {
	font-size: 13px;

	margin: 0 0 10px 0;
	padding: 8px 5px;
}

.table-form input[type="radio"],
.table-form input[type="checkbox"] {
	position: relative;

	margin-right: 3px;

	border: 0;
}

@media screen and (min-width: 761px) {

	.table-form dd #gender input,
	.table-form dd #job input {
		margin-right: 8px;
	}
}

@media screen and (max-width: 760px) {
	.pref_box {
		margin: 3% 0;
	}

	.privacy {
		font-size: 12px;
		padding: 3%;
		border: 1px solid rgba(36, 25, 22, .2);
		line-height: 1.6;
	}

	.notice_txt {
		font-size: 11px;
		margin-bottom: 5%;
	}
}

.table-form input#mail {
	margin-bottom: 5px;
}

.table-form textarea {
	height: 100px;
}

.table-form dl {
	border-bottom: 1px dotted #ccc;
}

.table-form dl.un {
	border-bottom: none;
}

.table-form dt p.tit {
	font-size: 13px;
	line-height: 30px;
	font-weight: 400;

	float: left;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 24%;
	min-height: 30px;
	padding: 26px 12px 13px;

	text-align: right !important;
	vertical-align: top;
}

.table-form dt p.must {
	float: left;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 8%;
	padding: 26px 10px;

	text-align: right;
	vertical-align: top;
}

.table-form dt p.must span {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;

	display: block;

	width: 42px;

	text-align: center;

	color: #fff;
	background: #aa8ebd;
}

.table-form dd {
	float: left;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 62%;
	padding: 20px 10px;

	word-break: break-all;
}

.table-form dd #department label {
	display: inline-block;

	width: 30%;
	margin-bottom: 5px;
}

@media screen and (min-width: 761px) {

	.table-form dd #gender label,
	.table-form dd #job label {
		display: inline-block;

		width: 200px;
	}
}

@media screen and (max-width: 760px) {

	.table-form dd #gender label,
	.table-form dd #job label {
		display: inline-block;

		width: 49%;
	}
}

.table-form #reference label {
	float: left;

	width: 49%;
	margin-bottom: 15px;
}

.table-form #reference label:nth-child(even) {
	float: right;

	width: 45%;
}

.table-form #reference label:hover {
	cursor: pointer;

	opacity: .8;
}

.table-form #reference label:nth-child(1),
.table-form #reference label:nth-child(2) {
	height: 90px;
}

.zip_txt {
	font-size: .8em;

	float: right;

	width: 200px;
}

.notice {
	font-size: .9em;

	width: 478px;
	margin-top: 10px;
	padding: 10px;

	color: #c00;
	border: 1px dotted #c00;
}

.table-form .calender {
	float: right;

	padding: 0 35px 0 0;
}

.table-form select {
	font-size: 1em;
    height: 44.2px;
}

.table-form input#items {
	border: 0;
}

.table-form dt span {
	font-size: .8em;

	display: block;

	margin-top: 5px;

	color: #666;
}

.table-form .w500 {
	width: 350px;
}

.table-form .w350 {
	width: 350px;
}

.table-form .w250 {
	width: 250px;
}

.table-form .w150 {
	width: 150px;
}

.table-form .w80 {
	width: 80px;
}

.table-form .w50 {
	width: 50px;
}

.table-form td .box-a,
.table-form td .box-b {
	float: left;

	width: 200px;
}

.msg {
	display: block;

	margin-top: 5px;

	color: #c00;
}

/**************************************

input btn

**************************************/
.btn_confirm,
.btn_submit {
	font-size: 16px;
	font-weight: bold;

	position: relative;

	display: block;

	width: 70%;
	margin: 30px auto 10px;
	padding: 25px 0 !important;

	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-align: center;
	border: none !important;
	background: #f7c900;

	-webkit-appearance: none;
}

.btn_confirm:hover,
.btn_submit:hover {
	background: #f7c900;
}

.btn_back,
.btn_top a {
	font-size: 1.1em;
	font-weight: bold;

	position: relative;

	display: block;

	width: 55%;
	margin: 0 auto 10px;
	padding: 15px 0;

	cursor: pointer;
	text-align: center;
	text-decoration: none;

	color: #fff;
	border: none;
	background: #aaa;
}

.btn_back:hover,
.btn_top a:hover {
	text-decoration: none;

	color: #fff;
	background: #bbb;
}

.form_bnr02 {
	padding: 50px 0 0;

	text-align: center;
}

@media screen and (max-width: 760px) {

	.btn_confirm,
	.btn_submit {
		padding: 18px 0;
	}
}

/**************************************

thanks

**************************************/
.form_thanks {
	padding: 30px 0;

	text-align: center;
}

.form_thanks .btn {
	width: 60%;
	height: auto;
	margin: 0 auto;
}

.section_form .catch {
	font-size: 2em;
	font-weight: bold;

	margin-bottom: 15px;
}

.sp_flow {
	display: none;
}

.btn_top {
	padding: 30px 0 0;
}

.form_footer {
	text-align: center;
}

.policy {
	text-align: center;
}

.policy a {
	text-decoration: none;

	color: #f89200;
}

.policy a:hover {
	color: #f00;
}

.table-form dl:after {
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;

	height: 0;

	content: ".";
}

.table-form dl {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .table-form dl {
	height: 1%;
}

.table-form dl {
	display: block;
	overflow: hidden;
}

/* End hide from IE-mac */
@media screen and (max-width: 760px) {

	/** For Touch Device **/
	.container {
		width: 100%;
	}

	.form_wrapper {
		padding: 0 3% 5%;
	}

	.section_form {
		margin: 0;
	}

	.section_form .inner {
		padding: 0;
		margin: 0 auto;
		width: 100%;
		background: #FFF;
	}

	.section_form img {
		border-radius: 0;
	}

	.section_form .section {
		width: 100%;
		margin: 0 auto;
		padding: 0;

		background: none;
	}

	/**************************************

stepBar

**************************************/
	.stepBar {
		font-size: 12px;

		position: relative;

		overflow: hidden;

		width: 90%;
		margin: 0 auto 1em;
		padding: 0;

		list-style: none;

		text-align: center;

		*zoom: 1;
	}

	.stepBar .step {
		font-weight: bold;
		line-height: 40px;

		position: relative;
		float: left;

		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 15px 0 5px;

		color: #888;
		background-color: #ccc;
	}

	.stepBar .step:before,
	.stepBar .step:after {
		position: absolute;
		left: -5px;

		display: block;

		width: 5px;
		height: 20px;

		content: "";

		border-left: 4px solid #fff;
		background-color: #ccc;
	}

	.stepBar .step:after {
		top: 0;

		-webkit-transform: skew(20deg);
		-ms-transform: skew(20deg);
		transform: skew(20deg);
	}

	.stepBar .step:before {
		bottom: 0;

		-webkit-transform: skew(-20deg);
		-ms-transform: skew(-20deg);
		transform: skew(-20deg);
	}

	.stepBar .step:first-child:before,
	.stepBar .step:first-child:after {
		content: none;
	}

	.stepBar .step.current {
		color: #fff;
		background-color: #2b2b2b;
	}

	.stepBar .step.current:before,
	.stepBar .step.current:after {
		background-color: #2b2b2b;
	}

	.stepBar.step3 .step:nth-child(1) {
		width: 34%;
	}

	.stepBar.step3 .step:nth-child(2) {
		width: 33%;
	}

	.stepBar.step3 .step:nth-child(3) {
		width: 33%;
	}

	/**************************************

input btn

**************************************/
	input.btn-success {
		width: 90%;
		margin: 0 auto;
	}

	.btn_confirm,
	.btn_submit {
		font-size: 1.2em;
		font-weight: bold;

		position: relative;

		display: block;

		width: 86%;
		margin: 5% auto;
		padding: 12px 0 !important;

		cursor: pointer;
		text-align: center;
		border: none;

		-webkit-appearance: button;
	}

	.btn_back,
	.btn_top a {
		font-size: 1.1em;
		font-weight: bold;

		position: relative;

		display: block;

		width: 70%;
		margin: 0 auto 10px;
		padding: 8px 0;

		cursor: pointer;
		text-align: center;
		text-decoration: none;

		color: #fff;
		border: none;
		background: #aaa;

		-webkit-appearance: button;
	}

	.btn_back:hover,
	.btn_top a:hover {
		text-decoration: none;

		color: #fff;
		background: #bbb;
	}

	/**************************************

table_form

**************************************/
	.table-form dt {
		margin: 10px 10px 0;
		padding: 10px 0 0;

		background: #fff;
	}

	.table-form dt p.tit {
		font-size: 13px;
		font-weight: bold;
		line-height: 25px;

		float: left;

		width: auto;
		margin: 0;
		padding: 0;

		text-align: left;

		color: #1f1f1f;
	}

	.table-form dt p.tit br {
		display: none;
	}

	.table-form dt p.must {
		float: left;

		width: auto;
		padding: 0px 0 0 10px;

		text-align: left;
	}

	.table-form dt p.must span {
		font-size: 11px;
		line-height: 1.4em;

		display: inline-block;

		height: auto;
		margin-top: -5px;
		padding: 4px;

		text-align: center;

		color: #fff;
		border-radius: 0px;
	}

	.table-form dt p.must img {
		display: none;
	}

	.table-form dt:after {
		display: block;
		clear: both;
		overflow: hidden;

		height: 0;

		content: " ";
	}

	.table-form dd {
		font-family: Arial;
		font-size: 14px;

		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 5px 10px 20px;
	}

	.table-form dd input,
	.table-form dd textarea {
		font-size: 13px;

		-webkit-box-sizing: border-box;
		box-sizing: border-box;

		border: none;
		background: #efefef;
	}

	.table-form dd select {
		font-size: 13px;

		height: 40px;
	}

	.table-form dd #department label {
		display: inline-block;

		width: 100%;
		margin-bottom: 8px;
	}

	.table-form input[type="text"],
	.table-form input[type="tel"],
	.table-form input[type="email"],
	.table-form textarea {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 96%;
		padding: 15px;
	}

	.table-form input#zip {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		padding: 15px;
	}

	.table-form input[type="radio"],
	.table-form input[type="checkbox"] {
		position: relative;
		top: 5px;
		width: 16px;
		height: 16px;

		margin-right: 5px;

		border: 0;
		background: none;
	}

	.notice {
		font-size: .9em;

		width: 100%;
		margin-top: 10px;
		padding: 10px;

		color: #c00;
		border: 1px dotted #c00;
	}

	.table-form .w350 {
		width: 100%;
	}

	.table-form .w120,
	.table-form .w180 {
		width: 40%;
	}

	.table-form .w50,
	.table-form .w80 {
		width: 35%;
	}

	#item {
		font-size: .85em;

		width: 100%;
	}

	.msg {
		display: block;

		margin-top: 5px;

		color: #c00;
	}

	.policy {
		padding: 0 15px;
	}

	.policy a {
		text-decoration: none;

		color: #f89200;
	}

	.policy a:hover {
		color: #f00;
	}

	.ui-datepicker {
		width: 90% !important;
	}

	.table-form #reference label,
	.table-form #reference label:nth-child(even) {
		display: block;
		float: none;

		width: 100%;
		margin-bottom: 5px;
		padding: 10px;

		border: 3px solid #efefef;
	}

	.table-form #reference label:nth-child(1),
	.table-form #reference label:nth-child(2) {
		height: auto;
	}

	.table-form #reference input {
		/*-webkit-appearance: none;*/
		top: 3px;
	}

	.table-form .zip_txt {
		float: none;

		width: auto;
		padding: 0;

		text-indent: 0;
	}

	.table-form .zip_txt br {
		display: none;
	}

	/**************************************

form_thanks

**************************************/
	.form_thanks {
		padding: 15px;

		text-align: center;
	}

	.form_thanks .btn {
		margin-top: 20px;
	}

	.form_thanks .catch {
		font-size: 1.7em;
		font-weight: bold;
		line-height: 1.4;

		margin-bottom: 15px;
	}
}