/*======================
お問い合わせフォーム
======================*/
#contact {
	padding-top: 1.00rem;
	padding-bottom: 0.70rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#contact {
		padding-top: 0.50rem;
		padding-bottom: 0.50rem;
	}
}

#contact::before {
	content: "";
	width: 100%;
	height: 5.30rem;
	background-color: #f7f6f2;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

#contact.step2::before {
	height: 2.30rem;
}

@media screen and (max-width: 599px) {
	#contact.step2::before {
		height: 0;
	}
}

#contact.step3::before {
	height: 2.20rem;
}

@media screen and (max-width: 599px) {
	#contact.step3 .lead {
		text-align: center;
	}
}

/* LINEでのご相談 */
.line_bnr_wrap {
	max-width: 7.00rem;
	margin: auto;
	padding-bottom: 0.20rem;
}

.line_bnr_wrap a {
	display: block;
}

.line_bnr_wrap a:hover {
	opacity: 0.7;
}

/* お電話での相談 */
#contact .tel_wrap {
	max-width: 7.00rem;
	margin: 0 auto 0.40rem;
	border: 2px solid #5db38f;
	box-sizing: border-box;
	padding: 0.15rem 0.20rem;
	background-color: #FFF;
}

#contact .tel_wrap .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contact .tel_wrap .title {
	font-size: 0.20rem;
	letter-spacing: 0.10em;
	font-weight: 700;
	width: 2.40rem;
	position: relative;
	top: -0.06rem;
}

@media screen and (max-width: 599px) {
	#contact .tel_wrap .title {
		font-size: 0.16rem;
		width: 100%;
		text-align: center;
		margin-bottom: 0.20rem;
		top: -0.02rem;
	}
}

#contact .tel_wrap .title span::before {
	content: "";
	width: 0.39rem;
	height: 0.39rem;
	margin-right: 0.08rem;
	background-image: url(../img/cta_icon_tel.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	position: relative;
	top: 0.14rem;
}

@media screen and (max-width: 599px) {
	#contact .tel_wrap .title span::before {
		width: 0.25rem;
		height: 0.25rem;
		top: 0.08rem;
	}
}

#contact .tel_wrap .textbox {
	width: calc(100% - 2.50rem);
	border-left: 1px solid #5db38f;
	padding-left: 0.20rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#contact .tel_wrap .textbox {
		width: 100%;
		border-left: 0;
		padding-left: 0;
	}
}

#contact .tel_wrap .textbox .tel_num a {
	font-size: 0.28rem;
	color: #5db38f;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	#contact .tel_wrap .textbox .tel_num a {
		font-size: 0.24rem;
		text-align: center;
		text-decoration: underline;
		display: block;
	}
}

#contact .tel_wrap .textbox .text {
	font-size: 0.14rem;
	letter-spacing: 0.075em;
	padding-top: 0.10rem;
}

@media screen and (max-width: 599px) {
	#contact .tel_wrap .textbox .text {
		font-size: 0.13rem;
		line-height: 1.65;
		padding-top: 0.10rem;
		text-align: center;
	}
}


/* フォーム */
.contact_form {
	max-width: 9.50rem;
	margin: auto;
}

.contact_form table {
	width: 100%;
}

.contact_form th {
	text-align: left;
	width: 4.00rem;
	box-sizing: border-box;
	font-size: .18rem;
	font-weight: 700;
	padding: 0.15rem;
	position: relative;
	background-color: #eef7f4;
}

@media screen and (max-width: 599px) {
	.contact_form th {
		width: 100%;
		display: block;
		font-size: .15rem;
		padding: 0.15rem;
		margin: 1px;
	}
}

/* 必須アイコン */
.contact_form th .required::after {
	content: "必須";
	font-size: 0.12rem;
	color: #FFF;
	background-color: #00b900;
	line-height: 1;
	padding: 0.04rem 0.10rem 0.06rem;
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 3px;
}

@media screen and (max-width: 599px) {
	.contact_form th .required::after {
		font-size: 0.10rem;
	}
}

.contact_form th em {
	font-size: 0.15rem;
}

.contact_form td {
	box-sizing: border-box;
	font-size: .18rem;
	padding: 0.15rem;
	position: relative;
	background-color: #f2f2f2;
	line-height: 1.85;
}

@media screen and (max-width: 599px) {
	.contact_form td {
		box-sizing: border-box;
		font-size: .15rem;
		padding: 0.15rem;
		display: block;
	}
}

.contact_form .message_wrap {
	display: block;
	width: 100%;
}

.contact_form .message_wrap th {
	width: 100%;
	display: block;
	background-color: #f7931e;
	color: #FFF;
}

@media screen and (max-width: 599px) {
	.contact_form .message_wrap th {
		line-height: 1.53;
	}
}

.contact_form .message_wrap td {
	width: 100%;
	display: block;
}

.contact_form .message_wrap th .required::after {
	color: #f7931e;
	background-color: #FFF;
}

.contact_form textarea {
	height: 2.20rem;
	padding: 0.10rem;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 3px;
	font-size: 0.16rem;
	box-sizing: border-box;
	width: 100%;
}

.contact_form td input[type="text"],
.contact_form td input[type="tel"] {
	padding: 0.06rem;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 3px;
	font-size: 0.16rem;
	box-sizing: border-box;
	vertical-align: inherit;
}

.contact_form td .w20 {
	width: 0.60rem;
}

.contact_form td span {
	display: inline-block;
	padding-left: 0.04rem;
}

.contact_form td .w100 {
	width: 100%;
}

.contact_form td .radio_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.contact_form td .radio_list .item {
	width: 33.3%;
}

.contact_form td .radio_list.full .item {
	width: 100%;
}

@media screen and (max-width: 599px) {
	.contact_form td .radio_list .item {
		width: 100%;
		padding: 0.05rem 0;
	}
}

.contact_form td .radio_list .item.tel_num {
	width: 66%;
}

@media screen and (max-width: 599px) {
	.contact_form td .radio_list .item.tel_num {
		width: 100%;
	}
}

.contact_form td .radio_list .item.tel_num input[type="text"] {
	margin-left: 0.10rem;
	position: relative;
	top: -0.02rem;
}

@media screen and (max-width: 599px) {
	.contact_form td .radio_list .item.tel_num input[type="text"] {
		margin-left: 0;
		margin-top: 0.10rem;
		top: 0;
	}
}

.contact_form td .radio_list .item input[type="radio"] {
	position: relative;
	top: -0.02rem;
}

.contact_form td .renraku_caption {
	margin-top: 0.10rem;
	padding-top: 0.10rem;
	border-top: 1px solid #CCC;
}

.contact_form td .renraku_caption .text {
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	line-height: 1.65;
}

@media screen and (max-width: 599px) {
	.contact_form td .renraku_caption .text {
		font-size: 0.14rem;
	}
}

.contact_form td .renraku_caption .text strong {
	color: #5db38f;
}

.contact_form td .renraku_caption .caption {
	font-size: 0.14rem;
	letter-spacing: 0.075em;
	line-height: 1.65;
}

@media screen and (max-width: 599px) {
	.contact_form td .renraku_caption .caption {
		font-size: 0.12rem;
	}
}

.contact_form td .renraku_caption .caption a {
	color: #111;
	text-decoration: none;
}


/* メール受信の注意事項 */
.form_kakomi {
	border: 2px solid #5db38f;
	padding: 0.25rem;
	background-color: #FFF;
	margin: 0.30rem 0;
}

@media screen and (max-width: 599px) {
	.form_kakomi {
		padding: 0.15rem;
	}
}

.form_kakomi .title {
	font-size: 0.20rem;
	font-weight: 700;
	color: #c1272d;
	text-align: center;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	.form_kakomi .title {
		font-size: 0.16rem;
		line-height: 1.5;
	}
}

.form_kakomi .sub_title {
	font-size: 0.16rem;
	font-weight: 700;
	color: #5db38f;
	padding-bottom: 0.20rem;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.form_kakomi .sub_title {
		font-size: 0.14rem;
		line-height: 1.71;
	}
}

.form_kakomi .text {
	font-size: 0.15rem;
	line-height: 1.75;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	.form_kakomi .text {
		font-size: 0.14rem;
		line-height: 1.75;
		padding-bottom: 0.20rem;
	}
}

.form_kakomi .link_wrap {
	padding: 0.20rem;
	background-color: #eef7f4;
}

.form_kakomi .link_wrap .link_wrap_title {
	font-size: 0.16rem;
	font-weight: 700;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	.form_kakomi .link_wrap .link_wrap_title {
		font-size: 0.15rem;
		line-height: 1.46;
	}
}

.form_kakomi .link_wrap .list .link {
	padding: 0.07rem 0;
}

.form_kakomi .link_wrap .list .link a {
	font-size: 0.15rem;
	color: #111;
	display: block;
}

.form_kakomi .link_wrap .list .link a span.pc_only {
	display: inline-block !important;
	text-decoration: underline;
}

.form_kakomi .link_wrap .list .link a:hover span.pc_only {
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	.form_kakomi .link_wrap .list .link a span.pc_only {
		display: none !important;
	}
}

.form_kakomi .link_wrap .list .link a::before {
	content: "";
	display: inline-block;
	width: 0.14rem;
	height: 0.08rem;
	background-image: url(../common/img/link_triangle_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: -0.01rem;
	transition: all 0.3s;
}

.form_kakomi .link_wrap .list .link a:hover {
	text-decoration: none;
}

.form_kakomi .link_wrap .list .link a:hover::before {
	width: 0.17rem;
}

#contact .submit_btn_wrap {
	text-align: center;
}

#contact.step2 .submit_btn_wrap {
	padding-top: 0.80rem;
}

@media screen and (max-width: 599px) {
	#contact.step2 .submit_btn_wrap {
		padding-top: 0.30rem;
	}
}

#contact .submit_btn_wrap .text {
	font-size: 0.16rem;
	line-height: 1.65;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#contact .submit_btn_wrap .text {
		font-size: 0.14rem;
	}
}

#contact .submit_btn_wrap .btn_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#contact .submit_btn_wrap .btn_wrap .btn {
	width: 2.60rem;
	margin: 0 0.10rem 0.15rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#contact .submit_btn_wrap .btn_wrap .btn {
		width: 2.80rem;
	}
}

#contact .submit_btn_wrap .btn_wrap .btn .submit {
	line-height: 0;
	border: 0;
	background: linear-gradient(60deg, rgba(251, 176, 59, 1) 0%, rgba(241, 90, 36, 1) 100%);
	padding: 0.29rem 0 0.31rem;
	font-size: 0.18rem;
	font-weight: 700;
	color: #FFF;
	cursor: pointer;
	display: block;
	width: 100%;
	position: relative;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	#contact .submit_btn_wrap .btn_wrap .btn .submit {
		font-size: 0.16rem;
	}
}

#contact .submit_btn_wrap .btn_wrap .btn .submit:hover {
	opacity: 0.7;
}

#contact .submit_btn_wrap .btn_wrap .submit_btn::after {
	content: "";
	display: block;
	width: 0.30rem;
	height: 0.14rem;
	background-image: url(../common/img/btn_link_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 45%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

#contact .submit_btn_wrap .btn_wrap .submit_btn:hover::after {
	right: 0.10rem;
}

#contact .submit_btn_wrap .btn_wrap .btn .reset {
	line-height: 0;
	border: 0;
	background-color: #666;
	padding: 0.29rem 0 0.31rem;
	font-size: 0.18rem;
	font-weight: 700;
	color: #FFF;
	cursor: pointer;
	display: block;
	width: 100%;
	position: relative;
	transition: all 0.3s;
}

/* エラー */
.ERR {
	color: #c1272d;
}

/* 送信完了 */
.last_message {
	text-align: center;
	padding-bottom: 0.30rem;
}

.last_message .text {
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	line-height: 2;
}

@media screen and (max-width: 599px) {
	.last_message .text {
		font-size: 0.15rem;
		text-align: left;
		line-height: 1.85;
	}
}

#contact .back_btn {
	max-width: 3.20rem;
	margin: auto;
}

#contact .back_btn a {
	line-height: 0;
	border: 0;
	background-color: #5db38f;
	padding: 0.29rem 0 0.31rem;
	font-size: 0.18rem;
	font-weight: 700;
	color: #FFF;
	cursor: pointer;
	display: block;
	width: 100%;
	position: relative;
	transition: all 0.3s;
	text-align: center;
	text-decoration: none;
}

#contact .back_btn a:hover {
	opacity: 0.7;
}

/*================================
2022.3.9追加
================================*/
/* 住所リスト */
.address_list_wrap {
	display: none;
	background-color: #5db38f;
	padding: 0.10rem;
	border-radius: 3px;
	color: #FFF;
	margin-top: 0.10rem;
}

#address_list01 {
	display: block;
}

#contact .contact_form .address_list {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 599px) {
	#contact .contact_form .address_list {
		flex-wrap: wrap;
	}
}

#contact .contact_form .address_list .text {
	padding-right: 0.10rem;
}

@media screen and (max-width: 599px) {
	#contact .contact_form .address_list .text {
		width: 100%;
		padding-right: 0;
		padding-bottom: 0.10rem;
		line-height: 1;
	}
}

#contact .contact_form .address_list select {
	background-color: #FFF;
	padding: 0.06rem;
	padding-right: 0.20rem;
	border: 1px solid #CCC;
	border-radius: 0.04rem;
	font-size: 0.16rem;
}

#contact .contact_form #jobtype_list01 .address_list.jobtype .jobtype_y {
	line-height: 1;
}

@media screen and (max-width: 599px) {
	#contact .contact_form .address_list select {
		width: 100%;
		box-sizing: border-box;
	}
	#contact .contact_form #jobtype_list01 .address_list.jobtype select {
		width: 48%;
		box-sizing: border-box;
	}	
	#contact .contact_form #jobtype_list01 .address_list.jobtype .jobtype_y {
		width: 48%;
	}	
	#contact .contact_form #jobtype_list01 .address_list.jobtype .jobtype_y select {
		width: 100%;
	}
}

#contact .contact_form .address_list.jobtype select {
	padding-right: 0.06rem;
	margin-right: 0.10rem;
}

/* 日付選択 */
#contact .date_list_wrap {
	display: flex;
	align-items: center;
}

#contact .date_list_wrap .date_box {
	padding-right: 0.20rem;
}

#contact .date_list_wrap .date_box:last-child {
	padding-right: 0;
}

#contact .date_list_wrap .date_box select {
	background-color: #FFF;
	padding: 0.06rem;
	border: 1px solid #CCC;
	border-radius: 0.04rem;
	font-size: 0.16rem;
}

/* 今までの妊娠回数 */
#contact .history_list {
	display: flex;
	align-items: center;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	#contact .history_list {
		flex-wrap: wrap;
	}
}

#contact .history_list:last-child {
	padding-bottom: 0;
}

#contact .history_list .history_title {
	width: 50%;
}

@media screen and (max-width: 599px) {
	#contact .history_list .history_title {
		width: 100%;
		padding-bottom: 0.05em;
	}

	#contact .history_list .history_title::before {
		content: "●";
		color: #5db38f;
		display: inline-block;
		padding-right: 0.04rem;
	}
}

#contact .history_list .history_select select {
	background-color: #FFF;
	padding: 0.06rem;
	padding-right: 0.20rem;
	border: 1px solid #CCC;
	border-radius: 0.04rem;
	font-size: 0.16rem;
}

@media screen and (max-width: 599px) {
	#contact .history_list .history_select {
		width: 100%;
	}

	#contact .history_list .history_select select {
		width: 100%;
		box-sizing: border-box;
	}
}
