@charset "UTF-8";

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
	color: #000000;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-text-size-adjust: 100%;
	min-width: 320px;
	display: flex;
	flex-direction: column;
}

body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
}

a {
	text-decoration: none;
	color: #464646;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	cursor: pointer;
}

a,
button {
	transition: all .6s ease 0s;
}

p a,
label a {
	color: #014BB1;
}

a:hover,
button:hover {
	opacity: .7;
}

strong,
em {
	font-style: normal;
	font-weight: 300
}

ul,
li {
	list-style: none;
	word-wrap: break-word;
}

p {
	text-align: justify;
	word-wrap: break-word;
}

.tc {
	text-align: center !important;
}

.tr {
	text-align: right !important;
}

.tl {
	text-align: left !important;
}

.bold {
	font-weight: bold !important;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb55 {
	margin-bottom: 55px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}
@media screen and (min-width: 801px) {
	.smt {
		display: none !important;
	}
}

@media screen and (max-width: 800px) {
	.pc {
		display: none !important
	}
}

/* ===========================
 color
=========================== */
.txt_main_color {
	color: #014BB1;
}

.txt_accent_color {
	color: #FF7F3E;
}

/* ===========================
 msg
=========================== */
.error_msg {
	color: #DF5341;
    margin-top: 10px;
}

.alert {
	max-width: 860px;
	margin: 20px auto 0;
}

/* ===========================
 layout
=========================== */
.inr {
	width: 100%;
    max-width: 900px;
    margin: 0 auto;
	padding: 0 5vw;
}

.container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 35px 5vw;
}

.container_inr {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.container.container--question {
	padding: 35px 5vw 0;
}

@media (min-width: 800px) {

	.inr {
        padding: 0 20px;
    }

    .container {
        padding: 50px 20px;
    }

	.container.container--question {
		padding: 50px 20px 0;
	}

}

/* ===========================
 form table
=========================== */
.form_table {
	width: 100%;
}

.form_table th {
	padding: 10px 0;
	text-align: left;
	border-right: 1px solid #E3ECF6;
	width: 20%;
}

.form_table td {
	padding: 10px 20px;
	text-align: left;
}

.form_box {
	display: flex;
	gap: 20px;
}

.form_box p {
	margin-bottom: 10px;
}

.form_box.form_box--w100 {
	display: block;
}

.form_box.form_box--w100,
.form_box.form_box--w100 select,
.form_box.form_box--w100 input[type="text"] {
	width: 100%;
}

.post_code {
	width: 100%;
}

.post_code_box {
	display: flex;
	align-items: center;
	width: 100%;
}

.post_code_btn {
	color: #fff;
	font-weight: bold;
	background-color: #014BB1;
	border-radius: 6px;
	padding: 10px 10px;
	margin-left: 15px;
	border: none;
	cursor: pointer;
	flex-shrink: 0;
	font-size: 1.6rem;
	font-weight: bold;
}

.form_table.form_table--nonborder th {
	border-right: none;
}

@media (max-width: 799px) {
	.form_box {
		gap: 5vw;
	}

	.form_table th {
		display: block;
		width: 100%;
		padding: 10px 0 0;
	}

	.form_table td {
		display: block;
		padding: 10px 0;
	}

	.form_box.form_box--name input[type="text"] {
		width: 100%;
	}

	.form_box .post_code input[type="text"] {
		width: 80%;
		max-width: 260px;
	}
}


/* ===========================
 form parts
=========================== */
select,
input[type="tel"],
input[type="text"],
input[type="email "],
input[type="email"],
input[type="number"] {
	width: 100%;
	height: 60px;
	border: 1px solid #B4B7BB;
	border-radius: 6px;
	padding: 10px 20px;
	font-size: 1.6rem;
}

input[type="number"] {
	width: 100px;
	-moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"]::-moz-appearance {
	-moz-appearance: textfield;
}

textarea {
	width: 100%;
	border: 1px solid #B4B7BB;
	border-radius: 6px;
	padding: 10px;
	font-size: 1.6rem;
	line-height: 1.6;
	display: block;
}

textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-size: 1.4rem;
}

textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 1.4rem;
}

textarea::placeholder{ /* Others */
	font-size: 1.4rem;
}

select::-ms-expand {
	display: none;
}

::placeholder {
	color: #BAB8B8;
}

input:disabled {
	background: #F2F0EE;
}

select {
	background-color: #fff;
}

.select_wrap select {
	-webkit-appearance: none;
	appearance: none;
	/* デフォルトの矢印を非表示 */
}

.select_wrap select::-ms-expand {
	display: none;
	/* デフォルトの矢印を非表示(IE用) */
}

.select_wrap {
	position: relative;
	width: 100%;
}

.select_wrap::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	border-top: solid 2px #CDD6DD;
	border-right: solid 2px #CDD6DD;
	display: inline-block;
	width: 5px;
	height: 5px;
	transform: translateY(-50%) rotate(135deg);
	pointer-events: none;
}

.confirm_txt {
    width: 100%;
    height: 60px;
    background-color: #E3ECF6;
    border: 1px solid #B4B7BB;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
}

.confirm_txt.confirm_txt--auto {
	height: auto;
}

.confirm_txt.confirm_txt--min {
    width: 160px;
}

/* ===========================
 custom checkbox
=========================== */
.checkbox_label {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    min-height: 60px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    line-height: 1.4;
    transition: background-color 0.3s, border-color 0.3s;
}

.checkbox_label input[type="checkbox"] {
    display: none;
}

#choice-text .checkbox_label input[type="checkbox"]+.custom-radio ,
.checkbox_label input[type="checkbox"]+.custom-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #B4B7BB;
    border-radius: 4px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, border-color 0.3s;
    position: relative;
    z-index: 2;
}

#choice-text .checkbox_label input[type="checkbox"]:checked+.custom-radio ,
.checkbox_label input[type="checkbox"]:checked+.custom-checkbox {
    background-color: #0073e6;
    border-color: #0073e6;
}

#choice-text .checkbox_label input[type="checkbox"]:checked+.custom-radio::after ,
.checkbox_label input[type="checkbox"]:checked+.custom-checkbox::after {
    content: '\02714';
    /* チェックマークの特殊文字 */
    color: #fff;
    font-size: 14px;
}

#choice-text .checkbox_label input[type="checkbox"]:checked+.custom-radio+span+.checkbox_label_bg ,
.checkbox_label input[type="checkbox"]:checked+.custom-checkbox+span+.checkbox_label_bg {
    background-color: #e0f0ff;
}

.checkbox_label:hover {
    background-color: #f0f0f0;
}

.checkbox_label:hover .custom-checkbox {
    border-color: #005bb5;
}

.checkbox_label span {
    font-size: 16px;
    z-index: 2;
    position: relative;
}

.checkbox_label small {
    font-size: 14px;
}

.checkbox_label_bg {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    transition: background-color 0.3s, border-color 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.checkbox_label input[type="radio"] {
    display: none;
}

.checkbox_label input[type="radio"]+.custom-radio {
    border-radius: 20px;
    margin-right: 8px;
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    border: 1px solid #B4B7BB;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.checkbox_label input[type="radio"]:checked+.custom-radio::after {
    content: "";
    border-radius: 20px;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    border: 4px solid #014BB1;
    transform: translate(-50%, -50%);
}

.checkbox_label input[type="radio"]:checked+.custom-radio+span+.checkbox_label_bg {
    background-color: #e0f0ff;
}

/* ===========================
 title
=========================== */
.title {
    font-size: 2rem;
    color: #014BB1;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
	align-items: center;
}

.title--border {
    border-bottom: 1px solid #E3ECF6;
    padding-bottom: 10px;
}

.title_page {
    font-size: 2.2rem;
    color: #014BB1;
    font-weight: 500;
	text-align: center;
}

.title_arrow {
    font-size: 2rem;
	color: #fff;
    background-color: #014BB1;
    font-weight: 500;
	position: relative;
	margin-right: 16px;
	padding: 6px 10px;
	line-height: 1.2;
}

.title_arrow::after {
	content: "";
	display: block;
	position: absolute;
	transform: translateX(99%);
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 16px solid #014BB1;
	border-right: 0;
}

/* ===========================
 required
=========================== */
.required {
    font-size: 1.3rem;
    color: #fff;
    background-color: #DF5341;
    border-radius: 4px;
    padding: 5px 10px;
    margin-left: 10px;
    flex-shrink: 0;
}

/* ===========================
 btn
=========================== */
.btn_box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
}

.btn_box.btn_box--nowrap {
	flex-wrap: nowrap;
}

.btn_box.btn_box--bottom {
	margin-top: auto;
}

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: none;
	font-size: 1.6rem;
	font-weight: bold;
	background: #004BB1;
	border-radius: 24px;
	width: 238px;
	height: 48px;
	cursor: pointer;
	transition: opacity 0.3s;
}

.btn:hover {
	opacity: 0.7;
}

.btn:disabled {
	color: #014BB1;
	background-color: #fff;
	border: 2px solid #CDD6DD;
}

.btn--back {
	color: #014BB1;
	background-color: #fff;
	border: 2px solid #CDD6DD;
}

.btn--end {
	color: #DF5341;
	background-color: #fff;
	border: 2px solid #DF5341;
}

.btn--sm {
	width: 118px;
}

@media (max-width: 799px) {
	.btn-container {
		flex-direction: column;
	}
}