@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {}

.section_1 .section_inner {
	padding: 0;
}

.section_1 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_1 .heading_area {
	padding: 10% 0 0;
	background-color: #f5f2ea;
}

.section_1 .heading_1 {
	width: 45%;
}

.section_1 .content {
	width: 100%;
	padding: 10% 0;
	background-color: #f5f2ea;
}

.section_1 .content .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	margin: 0 auto 0;
}

.section_1 .content .flex .textarea {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_1 .content .flex .textarea .text {
	text-align: center;
}

.section_1 .content .flex .textarea .text .highlight {
	color: #ff0000;
}

.section_1 .content .flex .telarea {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	margin-bottom: 24px;
}

.section_1 .content .flex .telarea .tel {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: max-content;
	color: #2d3d73;
}

.section_1 .content .flex .telarea .tel_1 {
	font-size: 2rem;
}

.section_1 .content .flex .telarea .tel_2 {
	font-size: 1.4rem;
}

.section_1 .content .flex .telarea .tel img {
	width: auto;
	height: 1rem;
}

.section_1 .content .flex .telarea .tel_1 img {
	width: auto;
	height: 1.5rem;
}

.section_1 .content .flex .telarea .tel_2 img {
	width: auto;
	height: 1.05rem;
}

.section_1 .content .flex .telarea .tel span {
	line-height: 1;
}

.section_1 .content .flex .telarea .tel_1 span {
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.section_1 {}

	.section_1 .section_inner {}

	.section_1 .section_container_inner {}

	.section_1 .heading_area {}

	.section_1 .heading_1 {}

	.section_1 .content {
		padding: 5% 0 10%;
	}

	.section_1 .content .flex {}

	.section_1 .content .flex .textarea {}

	.section_1 .content .flex .textarea .text {}

	.section_1 .content .flex .textarea .text .highlight {}

	.section_1 .content .flex .telarea {}

	.section_1 .content .flex .telarea .tel {}

	.section_1 .content .flex .telarea .tel_1 {}

	.section_1 .content .flex .telarea .tel_2 {}

	.section_1 .content .flex .telarea .tel img {}

	.section_1 .content .flex .telarea .tel_1 img {}

	.section_1 .content .flex .telarea .tel_2 img {}

	.section_1 .content .flex .telarea .tel span {}

	.section_1 .content .flex .telarea .tel_1 span {}
}

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

@media screen and (min-width: 1440px) {
	.section_1 {}

	.section_1 .section_inner {}

	.section_1 .section_container_inner {}

	.section_1 .heading_area {}

	.section_1 .heading_1 {}

	.section_1 .content {}

	.section_1 .content .flex {
		gap: 36px;
	}

	.section_1 .content .flex .textarea {
		gap: 36px;
	}

	.section_1 .content .flex .textarea .text {
		font-size: 1.125rem;
	}

	.section_1 .content .flex .textarea .text .highlight {}

	.section_1 .content .flex .telarea {
		margin-bottom: 36px;
	}

	.section_1 .content .flex .telarea .tel {}

	.section_1 .content .flex .telarea .tel_1 {
		font-size: 2.5rem;
	}

	.section_1 .content .flex .telarea .tel_2 {
		font-size: 1.75rem;
	}

	.section_1 .content .flex .telarea .tel img {}

	.section_1 .content .flex .telarea .tel_1 img {
		height: 1.875rem;
	}

	.section_1 .content .flex .telarea .tel_2 img {
		font-size: 1.3125rem;
	}

	.section_1 .content .flex .telarea .tel span {}

	.section_1 .content .flex .telarea .tel_1 span {}
}

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

/* ---------------------------------------------------------------------------------------------------- */

.form {}

.form_area {
    width: 100%;
    margin: 0 auto 0;
}

.tbl-form {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

th,
td {
    display: block;
    padding: 1em 0;
    border: 0;
    font-weight: 500;
}

th {
	border-top: 1px #2d3d73 solid;
}

.first_line th {
	padding-top: 0;
	border: 0;
}

td {
	padding-top: 0;
}

.last_line td {
	padding: 0;
}

.tbl-form .th_border {
    /* border-top: 1px #87DBFF solid; */
}

.must {
	margin-left: 4px;
	padding: 2px 4px;
	font-family: "Zen Old Mincho", serif;
    color: #ff0000;
}

.address {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}

.address_1 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
}

.address_1 input {
	width: 25%;
}

/* ↓ ラジオボタン ↓ */

.radio td {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
}

.radio label {
    position: relative;
    cursor: pointer;
    padding-left: 1.5rem;
}

.radio label::before,
.radio label::after {
    content: "";
    display: block;
    border-radius: 999px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.radio label::before {
    background-color: #fff;
    border: 1px solid #364246;
    width: 1em;
    height: 1em;
    left: 5px;
}

.radio label::after {
    background-color: #364246;
    opacity: 0;
    width: 0.6em;
    height: 0.6em;
    left: 0.525em;
}

.radio label:has(input[type="radio"]:checked):after {
    opacity: 1;
}

.radio_telmail label::before,
.radio_telmail label::after {
    border-radius: 50%;
}

.visually-hidden {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
}

/* ↑ ラジオボタン ↑ */

.input-text {
    width: 100%;
    min-height: 2em;
    padding: 0.5em;
    border: 1px #757575 solid;
    border-radius: 9px;
    background-color: #f4f3f3;
}

.input-textarea {
    width: 100%;
    min-height: 5em;
    padding: 0.5em;
    border: 1px #757575 solid;
    border-radius: 9px;
    background-color: #f4f3f3;
}

.textarea_2 {
    min-height: 0;
}

.form_submit_btn {
    display: block;
    margin: 10% auto 0;
}

.input-button {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 0;
    padding: 1em 0;
    background: #2d3d73;
    text-align: center;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
	table {}

    th,
    td {
		display: table-cell;
        padding: 1em 0;
    }

    th {
		width: 35%;
        vertical-align: middle;
    }

	.first_line th {
		padding: 1em 0;
	}

	.last_line th {
		vertical-align: top;
	}

	td {
		width: 65%;
		padding: 1em 0 1em 1em;
		border-top: 1px #2d3d73 solid;
		border-left: 1px #2d3d73 solid;
	}

	.first_line td {
		border-top: 0;
	}

	.last_line td {
		padding: 1em 0 1em 1em;
	}

	.th_border {}

    .td_border {}

    .tbl-form .any {
        vertical-align: top;
    }

    .form_submit_btn {
        width: 50%;
		margin: 5% auto 0;
    }
}

@media screen and (min-width: 1280px) {
    .form {
		width: 60%;
		margin: 0 auto 0;
	}
}

@media screen and (min-width: 1440px) {
	th {
		font-size: 1.125rem;
	}

	td {
		font-size: 1.125rem;
	}

	.form_submit_btn {
		width: 30%;
	}

	.input-button {
		font-size: 1.125rem;
	}
}

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