@charset "UTF-8";


.step_bar {
	display: flex;
	position: relative;
	z-index: 1;
	max-width: 220px;
	width: clamp(10.625rem, 2.204rem + 17.54vw, 13.75rem);
	margin: 0 auto;
	font-weight: 500;
	font-size: clamp(0.938rem, 0.095rem + 1.75vw, 1.25rem);
	justify-content: space-between;
	counter-reset: number;
}

@media screen and (min-width: 768px) {
	.title_container {
		margin-bottom: 40px;
	}

	.step_bar {
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 767px) {
	.title_container {
		margin-bottom: 30px;
	}

	.step_bar {
		margin-bottom: 25px;
	}
}

/*.complete .step_bar {
	margin-bottom: 55px;
}*/

.step_item {
	display: flex;
	position: relative;
	color: #bebebe;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.step_item::before , .step_item:not(:last-child):after {
	display: block;
	background: #cbcbcb;
	content: "";
}

.step_item.step_current {
	color: #26221e;
}

.step_item::before {
	display: flex;
	width: clamp(2.5rem, 0.816rem + 3.51vw, 3.125rem);
	margin-bottom: clamp(0.5rem, 0.163rem + 0.7vw, 0.625rem);
	border-width: 2px;
	border-style: solid;
	border-color: #bebebe;
	border-radius: 100%;
	background-color: #ffffff;
	color: #bebebe;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: clamp(1.125rem, -0.054rem + 2.46vw, 1.563rem);
	justify-content: center;
	align-items: center;
	content: counter(number);
	counter-increment: number;

	aspect-ratio: 1/1;
}

.step_item.step_current::before {
	border-color: #142b8b;
	background-color: #142b8b;
	color: #ffffff;
}


.step_item.step_complete::after {
	background: #142b8b;
}

.step_item::after {
	position: absolute;
	top: clamp(1.188rem, 0.345rem + 1.75vw, 1.5rem);
	left: clamp(1.25rem, 0.408rem + 1.75vw, 1.563rem);
	z-index: -1;
	width: clamp(4.063rem, 0.694rem + 7.02vw, 5.313rem);
	height: 2px;
	background-color: #bebebe;
}



.form_template {
	width: 100%;
	margin: 0 auto 50px;
	border-collapse: collapse;
	border-spacing: 0;
}

.p-country-name {
	display: none !important;
}

.separator_line {
	border-top: 1px solid rgba(72, 72, 72, 0.5);
}

.form_template th {
	width: 205px;
	font-size: 18px;
	vertical-align: middle;
	text-align: left;
}

tr.select_item th {
	vertical-align: middle;
}

.mw_wp_form_input .common_large-item th {
	vertical-align: top;
}

.form_row-title {
	display: flex;
	column-gap: 10px;
	align-items: center;
}

.mark-required {
	display: inline-block;
	color: #ff0000;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

.address_item ul {
	display: flex;
	flex-wrap: wrap;
}

.agreement_item td {
	padding-bottom: 0 !important;
}

.contact_caution , .apply_policy {
	display: block;
	width: 100%;
	font-size: 14px;
}

.contact_caution {
	color: #484848;
	font-weight: 500;
}

.apply_policy {
	margin-top: 5px;
	text-align: right;
}

.agreement_content {
	display: flex;
	position: relative;
}

.agreement_content .mwform-checkbox-field-text p {
	display: none;
}

.agreement_text {
	display: inline-block;
	font-weight: 500;
}

.agreement_text a {
	padding-bottom: 1px;
	border-bottom: 1px solid;
	color: #4687d6;
	line-height: 1.45;
	transition: all 0.3s;
}


.contact_btn-container {
	display: flex;
	max-width: 730px;
	width: 100%;
	margin: 0 auto;
	font-size: 19px;
	align-items: center;
}

/*******************************************************************************
	共通フォーム
--------------------------------------------------------------------------------
	適応：全部
*******************************************************************************/
input:not([type="radio"], [type="checkbox"]) , select , textarea {
	/*border-radius: 5px;*/
	background-color: #ffffff;
	font-weight: 500;
}



.common_select label {
	position: relative;
	font-weight: 500;
	font-size: 15px;
}

.mw_wp_form_input .common_select {
	max-width: 315px;
}

.common_select select {
	height: 40px !important;
	border: 1px solid #c6c6c6 !important;
	border-radius: 5px;
	background-color: #f8f8f8 !important;
}

.common_select select:focus {
	border: 2px solid #313131 !important;
}

.mw_wp_form_input .common_select label::after {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	width: 10px;
	background-color: #332b2b;
	content: "";
	pointer-events: none;

	aspect-ratio: 5/3;
	mask-position: center;
	-webkit-mask-position: center;
	mask-image: url(../images/select_icon.webp);
	-webkit-mask-image: url(../images/select_icon.webp);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}

select {
	height: 60px;
	padding-left: 24px;
}

input:not([type="radio"], [type="checkbox"], [type="submit"]) {
	height: 60px;
}

input[type=radio] , input[type=checkbox] {
	display: none;
}

textarea {
	min-height: 300px;
	height: 300px;
	line-height: 1.5em;
	resize: vertical;
}


/*******************************************************************************
	遷移系ボタン
--------------------------------------------------------------------------------
	適応：全部
*******************************************************************************/
.common_form-btn {
	max-width: 340px;
	height: 55px;
	padding: 0 !important;
	border: 2px solid #142b8b;

/*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);*/
	background-color: #142b8b !important;
	color: #ffffff;
	font-family: "icomoon";
	font-weight: bold;
	transition: all 0.5s;
}

.send_btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.common_form-btn:hover {
	opacity: 0.5;
}

/*******************************************************************************
	ファイルフォーム
--------------------------------------------------------------------------------
	適応：全部
*******************************************************************************/
.common_file-list {
	display: flex;
	flex-direction: column;
	counter-reset: number;
}

.common_file-item {
	display: flex;
	font-size: 16px;
}

.common_file-item label {
	display: flex;
	justify-content: center;
	align-items: center;
}

.file-selected {
	opacity: 0.3;
	pointer-events: none;
}

.common_file-item input[type="file"] {
	visibility: hidden;
	position: absolute;
	opacity: 0;
}

.mwform-file-delete {
	display: none;
}

.common_file-contents {
	display: flex;
	font-weight: 500;
}

.file_delete {
	display: none;
	height: fit-content;
	cursor: pointer;
}

/*******************************************************************************
	ラジオ･チェックボックス系フォーム
--------------------------------------------------------------------------------
	適応：全部
*******************************************************************************/
/* 共通 */
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}

.check_list {
	display: flex;
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;

	row-gap: 15px;
}

.mw_wp_form_input .check_list {
	height: 110px;
}


.check_list .error {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
}


.check_list .mwform-checkbox-field {
	width: fit-content;
}

.mwform-radio-field-text , .mwform-checkbox-field-text {
	display: flex;
	position: relative;
	white-space: nowrap;
	align-items: center;
}

.mwform-radio-field-text {
	column-gap: 5px;
}

.mwform-checkbox-field-text {
	column-gap: 5px;
}

.mwform-radio-field-text::before , .mwform-radio-field-text::after , .mwform-checkbox-field-text::before , .mwform-checkbox-field-text::after {
	display: block;
	content: "";
	/*transition: all 0.4s;*/
}

.mwform-radio-field-text::before , .mwform-checkbox-field-text::before {
	width: 20px;

/*margin: auto;*/
	border-style: solid;
	border-color: #707070;
	background-color: #ffffff;

	aspect-ratio: 1/1;
}

.mwform-radio-field-text::after , .mwform-checkbox-field-text::after {
	position: absolute;
	top: 50%;
	opacity: 0;
}

input[type=radio]:checked + .mwform-radio-field-text::after , input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
	opacity: 1;
}

input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
	border-color: #000000;
}

/* ラジオボタン */
.mwform_radio-list {
	display: flex;
	column-gap: 30px;
	flex-wrap: wrap;

	row-gap: 10px;
}

.mwform-radio-field-text::before , .mwform-radio-field-text::after {
	border-radius: 100%;
}

.mwform-radio-field-text::before {
	border-width: 1.5px;
}

.mwform-radio-field-text::after {
	left: 3px;
	transform: translateY(-50%);
	width: calc(20px - 6px);
	background-color: #000000;

	aspect-ratio: 1/1;
}

/* チェックボックス */
.mwform-checkbox-field-text::before {
	border-width: 1px;
}

.mwform-checkbox-field-text::after {
	bottom: 4px;
	left: 7px;
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 14px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.mw_wp_form .error {
	color: #e82736 !important;
	font-size: 14px;
}

.mw_wp_form_error .agreement_content .error {
	position: absolute;
	top: 100%;
	line-height: 1.4;
}

/*******************************************************************************
	セレクトボックスフォーム
--------------------------------------------------------------------------------
	適応：全部
*******************************************************************************/
.mwform_select-container {
	display: block;
	position: relative;
}

.mwform_select-container::after {
	position: absolute;
	top: 50%;
	right: 9.2308%;
	transform: translateY(-50%);
	color: #252a3e;
	font-family: "icomoon" !important;
	font-size: 12px;
	content: none;
	pointer-events: none;
	cursor: default;
}

@media screen and (min-width: 768px) {
	.form_template {
		margin-bottom: 45px;
	}

	.form_template th {
		padding: 20px 0 20px 10px;
		font-weight: 500;
		font-size: 18px;
	}

	.zip.common_large-item th {
		padding-top: 37px;
	}

	.form_row-title {
		justify-content: space-between;
	}

	/*.mw_wp_form_input .common_large-item th {
		padding-top: 38px;
	}*/
	.form_template tr:not(.agreement_item) td {
		padding-left: 10.5%;
	}

	.form_template td {
		padding: 20px 0;
	}

	.agreement_item td {
		padding-top: 40px;
	}


	.agreement_content {
		margin-bottom: 35px;
		margin-left: 10px;
		column-gap: 15px;
	}

	.agreement_content .mwform-checkbox-field-text::before {
		margin-top: 3.5px;
	}

	.agreement_text {
		font-size: 18px;
	}

	.common_file-list {
		row-gap: 15px;
	}
}

@media screen and (max-width: 767px) {
	.form_template {
		margin-bottom: 30px;
	}

	.form_template th , .form_template td {
		display: block;
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}

	.form_template th {
		padding-top: 15px;
		font-weight: bold;
		font-size: 16px;
	}

	.form_template tr:not(.agreement_item) td {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.form_template tr.agreement_item td {
		padding-top: 15px;
	}



	.agreement_content {
		margin-bottom: 20px;
		column-gap: 10px;
	}

	.agreement_content .mwform-checkbox-field-text::before {
		margin-top: 2px;
	}

	.agreement_text {
		font-size: 16px;
	}

	.common_file-list {
		row-gap: 10px;
	}
}








/*******************************************************************************
	入力画面
--------------------------------------------------------------------------------
	適応：全部
*******************************************************************************/

::placeholder {
	font-family: "Noto Sans JP", "sans-serif";
	word-break: break-all;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	::placeholder {
		padding-left: 1em;
	}
}
@media screen and (min-width: 767px) {
	::placeholder {
		padding-left: 0.5em;
	}
}


.mw_wp_form_input .address_item li {
	width: 100%;
}

.mw_wp_form_input .common_file-item label {
	position: relative;
	width: 170px;
	padding: 12.5px 0;
	border: 1px solid #707070;
	border-radius: 3px;
	background-color: #f5f5f5;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}

.mw_wp_form_input .common_file-item label:hover {
	border: 1px solid #000000;
	font-weight: bold;
}

.mw_wp_form_input .common_file-item {
	column-gap: 15px;
	flex-wrap: wrap;
	align-items: center;

	row-gap: 5px;
}

.mw_wp_form_input .contact_btn-container {
	justify-content: center;
}


/*******************************************************************************
	確認画面
--------------------------------------------------------------------------------
	適応：全部
*******************************************************************************/
.mw_wp_form_preview .contact_caution , .mw_wp_form_preview .apply_policy , .mw_wp_form_preview .label_file-notes , .mw_wp_form_preview .common_file-contents , .mw_wp_form_preview .agreement_item {
	display: none;
}

.mw_wp_form_preview .contact_btn-container {
	justify-content: space-between;
}

.mw_wp_form_preview .common_file-item::before {
	content: counter(number)".";
	counter-increment: number;
}

.mw_wp_form_preview .address_item ul li:nth-of-type(1)::before {
	content: "〒";
}

@media screen and (min-width: 768px) {
	::placeholder {
		font-size: 15px;
	}

	.mw_wp_form_preview .form_template th {
		padding: 18.5px 0;
	}

	.mw_wp_form_preview .form_template td {
		font-size: 16px;
	}

	.address_item ul {
		row-gap: 20px;
	}

	.mw_wp_form_preview .address_item ul li:nth-of-type(1) {
		margin-right: 0.5em;
	}

	.mw_wp_form_preview .common_form-btn {
		width: 47% !important;
	}
}

@media screen and (max-width: 767px) {
	::placeholder {
		font-size: 14px;
	}

	.mw_wp_form_preview .form_template td {
		font-size: 14px;
	}

	.address_item ul {
		row-gap: 10px;
	}

	.mw_wp_form_preview .address_item ul li:nth-of-type(1) {
		width: 100%;
	}

	.mw_wp_form_preview .contact_btn-container {
		flex-direction: column;

		row-gap: 20px;
	}
}


/*******************************************************************************
	完了画面
--------------------------------------------------------------------------------
	適応：全部
*******************************************************************************/
.mw_wp_form_complete p:not(:first-child) {
	margin-top: 20px;
}
.mw_wp_form_complete p {
	font-size: clamp(0.875rem, 0.538rem + 0.7vw, 1rem);
	text-align: justify;
}

.contact_profile {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px dashed;
}

.contact_profile h4 {
	margin-bottom: 20px;
	font-size: 23px;
}
.contact_profile ul {
	display: flex;
	flex-direction: column;
}
.contact_profile #contact_tell {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: clamp(1.438rem, 1.101rem + 0.7vw, 1.563rem);
}
.contact_profile #contact_address {
	font-size: clamp(0.875rem, 0.538rem + 0.7vw, 1rem);
}



.contact_profile dl {
	line-height: 2;
}

.contact_profile dl dt {
	display: flex;
	float: left;
	clear: both;
	width: fit-content;
	justify-content: space-between;
}

.contact_profile dl dt::after {
	content: "：";
}
