.main {
	padding: 3rem 1rem 2rem 1rem;
	min-height: calc(100vh - 6rem);
	background: url("../img/background_blue.png") no-repeat 0 0;
}
.main .content_wrap {
	padding: 4rem 0 2rem 0;
	border-radius: 1rem;
	min-height: calc(100vh - 11rem);
	background-color: #fff;
}
.main .content_wrap .title_wrap {
	margin-bottom: 2rem;
}
.main .content_wrap .title_wrap h1 {
	margin: 0 auto;
}
.main .content_wrap .title_wrap img {
	width: 100%;
}

.content_wrap .category_wrap {
	margin: 3rem 0;
}
.content_wrap .category_wrap ul {
	display: flex;
	justify-content: space-between;
	background: #e3f5fc;
	padding: .5rem;
	border-radius: 1rem;
}
.content_wrap .category_wrap ul li {
	width: 33.3%;
	text-align: center;
}
.content_wrap .category_wrap ul li a {
	font-size: 1.7rem;
	padding: 1rem 1.2rem;
	display: block;
	border-radius: 1rem;
	font-weight: 700;
}
.content_wrap .category_wrap ul li a.on {
	background: #fff;
	color: #289af9;
	font-weight: 800;
}

.content_wrap .btn_wrap {
	text-align: center;
	margin-top: 6rem;
}
.content_wrap .btn_wrap img {
	width: 100%;
}


/* form */
#form-box {
	background: #fff;
	padding: 1.5rem;
	min-height: calc(100vh - 33rem);
}
.form-set span.form-all {
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
}
.form-set select.form-all {
	width: 100%;
	font-size: 1.5rem;
	height: 4rem;
	border: none;
	border: 1px solid #333;
	font-weight: 700;
	/* background: #fff; */
	border-radius: 0;
	appearance :none;
	padding-left: .5rem;
	background: url('../img/arrow.png') no-repeat 90% 50% /.8rem;
}
.form-set > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 2rem 0;
	gap: .5rem;
}
.form-set > div:first-child {
	margin-top: 0;
}
.form-set option {
	font-size: 1.5rem;
}
.form-set .start_date2, .form-set .start_date3, .form-set .start_date4, .form-set .end_date2, .form-set .end_date3, .form-set .end_date4 {
	width: 70% !important;
}
#btn_submit {
	display: block;
	margin: 0 auto;
}
#btn_submit img {
	width: 100%;
	margin-top: 1rem;
}

/* foreign_sub.php */
.guarantee_wrap {
	margin-top: 2.5rem;
}
.guarantee_wrap img {
	width: 100%;
}