﻿main {
	color: #212121;
}
.onestop_section {
	position: relative;
}
.onestop_section .onestop_container {
	margin: 0 auto;
	width: 100%;
	max-width: 1210px;
	text-align: left;
	z-index: 2;
	position: relative;
}
@media screen and (max-width: 767px) {
	.onestop_section {
		padding: 0 20px;
	}
	.onestop_section .onestop_container {
		max-width: 100%;
	}
}
#onestop_mv {
	background: #BEE9F6 url(../images/bg_mv.png) repeat-y center bottom / 100% auto;
	overflow: hidden;
	position: relative;
}
#onestop_mv::before {
	content: " ";
	margin-left: -693px;
	width: 1386px;
	height: 1386px;
	background: #DCF7FF;
	border-radius: 50%;
	display: block;
	left: 50%;
	top: -478px;
	z-index: 1;
	position: absolute;
}
#onestop_mv .onestop_container {
	padding: 48px 0 44px;
}
#onestop_mv .onestop_container::before,
#onestop_mv .onestop_container::after {
	content: " ";
	display: block;
	position: absolute;
}
#onestop_mv .onestop_container::before {
	width: 179px;
	height: 129px;
	background: url(../images/mv_bld.png) no-repeat center center / contain;
	left: 43px;
	bottom: 4px;
}
#onestop_mv .onestop_container::after {
	width: 181px;
	height: 168px;
	background: url(../images/mv_chr.png) no-repeat center center / contain;
	right: 40px;
	bottom: -2px;
}
#onestop_mv .onestop_container .onestop_mv_title {
	margin: 0 auto 14px;
	position: relative;
}
#onestop_mv .onestop_container .onestop_mv_title h1,
#onestop_mv .onestop_container .onestop_mv_title .h1b {
	font-size: 35px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
}
#onestop_mv .onestop_container .onestop_mv_title h1 {
	color: #00146E;
	z-index: 2;
	position: relative;
}
#onestop_mv .onestop_container .onestop_mv_title .h1b {
	width: 100%;
	color: #fff;
	-webkit-text-stroke: 1px #fff;
	text-shadow: 0 4px 0 rgba(255,255,255,1.3);
	left: 0;
	top: 0;
	z-index: 1;
	position: absolute;
}
#onestop_mv .onestop_container p {
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#onestop_mv {
		padding: 0;
		background-image: url(../images/bg_mv_sp.png);
	}
	#onestop_mv::before {
		margin-left: -563px;
		width: 1126px;
		height: 1126px;
		top: -810px;
	}
	#onestop_mv .onestop_container {
		padding: 38px 0 182px;
	}
	#onestop_mv .onestop_container::before {
		display: none;
	}
	#onestop_mv .onestop_container::after {
		margin-right: -90px;
		right: 50%;
		bottom: -1px;
	}
	#onestop_mv .onestop_container .onestop_mv_title {
		margin: 0 auto 28px;
	}

	#onestop_mv .onestop_container .onestop_mv_title h1,
	#onestop_mv .onestop_container .onestop_mv_title .h1b {
		font-size: 35px;
		line-height: 51px;
	}
	#onestop_mv .onestop_container .onestop_mv_title .h1L {
		font-size: 45px;
		line-height: 58px;
	}
	#onestop_mv .onestop_container .onestop_mv_title .h1M {
		font-size: 43px;
		line-height: 60px;
	}
	#onestop_mv .onestop_container p {
		font-size: 20px;
		font-weight: bold;
		line-height: 32px;
		text-align: center;
	}
}
#onestop_navi .onestop_container {
	padding: 62px 0 90px;
}
#onestop_navi .onestop_container nav {
	margin: 0 auto;
	width: 800px;
	padding: 35px 30px 32px;
	background: #EEF6F9;
	border-radius: 15px;
	box-sizing: border-box;
}
#onestop_navi .onestop_container nav h2 {
	margin: 0 auto 32px;
	padding: 0;
	background: none;
	color: #212121;
	font-size: 25px;
	font-weight: bold;
	line-height: 32px;
	letter-spacing: 0;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	gap: 0 6px;
}
#onestop_navi .onestop_container nav h2::before {
	content: " ";
	margin: 0;
	padding: 0;
	width: 25px;
	height: 23px;
	background: url(../images/icon_lnavi.png) no-repeat center center / contain;
	display: block;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	position: relative;
}
#onestop_navi .onestop_container nav h2 span {
	display: block;
}
#onestop_navi .onestop_container nav ul {
	margin: 0 auto;
	width: 500px;
}
#onestop_navi .onestop_container nav ul li {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	align-items: flex-start;
	display: flex;
}
#onestop_navi .onestop_container nav ul li span {
	margin: 0 20px 0 0;
	width: 20px;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	position: relative;
}
#onestop_navi .onestop_container nav ul li span::before {
	content: " ";
	width: 0;
	height: 18px;
	border-left: 2px #212121 solid;
	display: block;
	left: 20px;
	top: 7px;
	position: absolute;
}
#onestop_navi .onestop_container nav ul li a {
	flex: 1;
	padding: 4px 20px 4px 0;
	border-bottom: 1px #DFDFDF solid;
	display: block;
	position: relative;
}
#onestop_navi .onestop_container nav ul li a::before {
	content: " ";
	width: 11px;
	height: 11px;
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
	display: block;
	right: 8px;
	top: 6px;
	position: absolute;
	transform: rotate(45deg);
	transform-origin: center center;
}
@media screen and (max-width: 767px) {
	#onestop_navi .onestop_container {
		padding: 60px 0 60px;
	}
	#onestop_navi .onestop_container nav {
		width: 100%;
		padding: 40px 20px 18px;
		border-radius: 8px;
	}
	#onestop_navi .onestop_container nav h2 {
		margin: 0 auto 36px;
		font-size: 25px;
		line-height: 32px;
		gap: 0 5px;
	}
	#onestop_navi .onestop_container nav ul {
		margin: 0 auto;
		width: 100%;
	}
	#onestop_navi .onestop_container nav ul li {
		margin: 0 0 18px;
		font-size: 16px;
		line-height: 26px;
	}
	#onestop_navi .onestop_container nav ul li span {
		margin: 0 15px 0 0;
		width: 20px;
		font-size: 20px;
		line-height: 26px;
	}
	#onestop_navi .onestop_container nav ul li span::before {
		height: 16px;
		border-left: 2px #212121 solid;
		left: 20px;
		top: 5px;
	}
	#onestop_navi .onestop_container nav ul li a {
		padding: 0 30px 0 0;
	}
	#onestop_navi .onestop_container nav ul li a::before {
		width: 11px;
		height: 11px;
		right: 4px;
		top: 3px;
	}
}
#onestop_section2,
#onestop_section4 {
	background: #EEF6F9;
}
#onestop_other {
	background: #F7F6F0;
}
#onestop_back {
	background: #EEEEEE;
}
#onestop_section1 .onestop_container h2,
#onestop_section2 .onestop_container h2,
#onestop_section3 .onestop_container h2,
#onestop_section4 .onestop_container h2,
#onestop_section5 .onestop_container h2,
#onestop_other .onestop_container h2 {
	margin: 0;
	padding: 13px 18px 12px 40px;
	background: none;
	border: none;
	color: #00146E;
	font-size: 25px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 0;
	text-align: left;
	position: relative;
}
#onestop_section1 .onestop_container h2::before,
#onestop_section2 .onestop_container h2::before,
#onestop_section3 .onestop_container h2::before,
#onestop_section4 .onestop_container h2::before,
#onestop_section5 .onestop_container h2::before,
#onestop_other .onestop_container h2::before {
	content: " ";
	margin: 0;
	padding: 0;
	width: 13px;
	height: 50px;
	background: #00146E;
	display: block;
	left: 17px;
	right: auto;
	top: 8px;
	bottom: auto;
	position: absolute;
}
@media screen and (max-width: 767px) {
	#onestop_section1 .onestop_container h2,
	#onestop_section2 .onestop_container h2,
	#onestop_section3 .onestop_container h2,
	#onestop_section4 .onestop_container h2,
	#onestop_section5 .onestop_container h2,
	#onestop_other .onestop_container h2 {
		margin: 0 22px 0 12px;
		padding: 5px 0 5px 20px;
		border-left: 10px #00146E solid;
		font-size: 25px;
		line-height: 40px;
	}
	#onestop_section1 .onestop_container h2::before,
	#onestop_section2 .onestop_container h2::before,
	#onestop_section3 .onestop_container h2::before,
	#onestop_section4 .onestop_container h2::before,
	#onestop_section5 .onestop_container h2::before,
	#onestop_other .onestop_container h2::before {
		display: none;
	}
}
#onestop_section1 .onestop_container {
	padding: 0 0 58px;
}
#onestop_section1 .onestop_container h2 {
	margin-bottom: 40px;
}
#onestop_section1 .onestop_main {
	padding: 0 30px;
}
#onestop_section1 .onestop_main p {
	margin-bottom: 35px;
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
}
#onestop_section1 .onestop_main h3 {
	margin: 56px auto 34px;
	padding: 0 8px;
	width: fit-content;
	background: linear-gradient(to top, #FEC503 0, #FEC503 8px, transparent 8px, transparent 100%);
	border: none;
	color: #00146E;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	letter-spacing: 0;
	text-align: center;
}
#onestop_section1 .onestop_main figure {
	margin: 0 auto;
	width: 840px;
}
@media screen and (max-width: 767px) {
	#onestop_section1 .onestop_container {
		padding: 0 0 60px;
	}
	#onestop_section1 .onestop_container h2 {
		margin-bottom: 30px;
	}
	#onestop_section1 .onestop_main {
		padding: 0;
	}
	#onestop_section1 .onestop_main p {
		margin: 0 20px 27px;
		font-size: 16px;
		font-weight: 500;
		line-height: 27px;
	}
	#onestop_section1 .onestop_main h3 {
		margin: 50px auto 18px;
		padding: 0;
		font-size: 20px;
		line-height: 28px;
	}
	#onestop_section1 .onestop_main figure {
		margin: 0 auto;
		width: 100%;
	}
}
#onestop_section2 .onestop_container {
	padding: 58px 0 38px;
}
#onestop_section2 .onestop_container h2 {
	margin-bottom: 40px;
}
#onestop_section2 .onestop_main {
	padding: 0 30px;
}
#onestop_section2 .onestop_main .onestop_rq_box {
	margin: 0 0 20px;
	padding: 23px 30px;
	background: #fff;
	border-radius: 14px;
	align-items: center;
	display: flex;
}
#onestop_section2 .onestop_main .onestop_rq_box .onestop_rq_box_text {
	flex: 1;
}
#onestop_section2 .onestop_main .onestop_rq_box .onestop_rq_box_text h3 {
	margin: 0 0 14px;
	padding: 0 0 0 66px;
	background: none;
	border: none;
	color: #00146E;
	font-size: 21px;
	font-weight: bold;
	line-height: 34px;
	position: relative;
}
#onestop_section2 .onestop_main .onestop_rq_box .onestop_rq_box_text h3 .rqT {
	width: 36px;
	font-size: 16px;
	display: block;
	left: 0;
	top: 0;
	position: absolute;
}
#onestop_section2 .onestop_main .onestop_rq_box .onestop_rq_box_text h3 .num {
	width: 30px;
	font-size: 30px;
	display: block;
	left: 36px;
	top: 0;
	position: absolute;
}
#onestop_section2 .onestop_main .onestop_rq_box .onestop_rq_box_text h4 {
	margin: 20px 0 4px;
	padding: 0;
	background: none;
	border: none;
	color: #212121;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
#onestop_section2 .onestop_main .onestop_rq_box .onestop_rq_box_text p,
#onestop_section2 .onestop_main .onestop_rq_box .onestop_rq_box_text ul li {
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
}
#onestop_section2 .onestop_main .onestop_rq_box .onestop_rq_box_text .att {
	margin-top: 8px;
}
#onestop_section2 .onestop_main .onestop_rq_box .onestop_rq_box_text ul li {
	margin-bottom: 4px;
	padding-left: 1em;
	position: relative;
}
#onestop_section2 .onestop_main .onestop_rq_box .onestop_rq_box_text ul li::before {
	content: "\30FB";
	width: 1em;
	text-align: center;
	left: 0;
	top: 0;
	position: absolute;
}
#onestop_section2 .onestop_main .onestop_rq_box .req1 {
	margin-left: 60px;
	width: 433px;
}
#onestop_section2 .onestop_main .onestop_rq_box .req2 {
	margin-left: 29px;
	width: 469px;
}
#onestop_section2 .onestop_main .onestop_rq_box .req3 {
	margin-left: 92px;
	width: 407px;
}
@media screen and (max-width: 767px) {
	#onestop_section2 .onestop_container {
		padding: 60px 0 44px;
	}
	#onestop_section2 .onestop_container h2 {
		margin-bottom: 26px;
	}
	#onestop_section2 .onestop_main {
		padding: 0;
	}
	#onestop_section2 .onestop_main .onestop_rq_box {
		margin: 0 0 20px;
		padding: 20px;
		border-radius: 14px;
		display: block;
	}
	#onestop_section2 .onestop_main .onestop_rq_box .onestop_rq_box_text {
		flex: none;
	}
	#onestop_section2 .onestop_main .onestop_rq_box .onestop_rq_box_text h3 {
		margin: 0 0 12px;
		padding: 0 0 0 66px;
		font-size: 20px;
		line-height: 32px;
	}
	#onestop_section2 .onestop_main .onestop_rq_box .onestop_rq_box_text h4 {
		margin: 20px 0 4px;
		font-size: 18px;
		line-height: 24px;
	}
	#onestop_section2 .onestop_main .onestop_rq_box .onestop_rq_box_text p,
	#onestop_section2 .onestop_main .onestop_rq_box .onestop_rq_box_text ul li {
		font-size: 16px;
		line-height: 27px;
	}
	#onestop_section2 .onestop_main .onestop_rq_box .onestop_rq_box_text .att {
		margin-top: 8px;
	}
	#onestop_section2 .onestop_main .onestop_rq_box .onestop_rq_box_text ul li {
		margin-bottom: 4px;
	}
	#onestop_section2 .onestop_main .onestop_rq_box .req1,
	#onestop_section2 .onestop_main .onestop_rq_box .req2,
	#onestop_section2 .onestop_main .onestop_rq_box .req3 {
		margin: 25px auto 0;
		width: 100%;
	}
}
#onestop_section3 .onestop_container {
	padding: 58px 0 62px;
}
#onestop_section3 .onestop_container h2 {
	margin-bottom: 40px;
}
#onestop_section3 .onestop_main {
	padding: 0 30px;
}
#onestop_section3 .onestop_main .onestop_step_box {
	margin: 0 0 48px;
	padding: 20px 30px;
	background: #EEF6F9;
	border-radius: 8px;
}
#onestop_section3 .onestop_main .onestop_step_box:not(.step3) {
	margin-bottom: 20px;
	padding-bottom: 120px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 50% 100%, 0 calc(100% - 70px));
}
#onestop_section3 .onestop_main .onestop_step_box .step_title {
	margin: 0 0 14px;
	padding: 0 0 1px;
	width: 100%;
	border-bottom: 3px #fff dashed;
	color: #00146E;
	align-items: flex-start;
	display: flex;
}
#onestop_section3 .onestop_main .onestop_step_box .step_title dt {
	margin: 0 13px 0 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
}
#onestop_section3 .onestop_main .onestop_step_box .step_title dt span {
	margin-left: 3px;
	font-size: 30px;
	line-height: 39px;
}
#onestop_section3 .onestop_main .onestop_step_box .step_title dd {
	padding-top: 3px;
	font-size: 21px;
	font-weight: bold;
	line-height: 34px;
}
#onestop_section3 .onestop_main .onestop_step_box h3 {
	margin: 54px 0 12px;
	padding: 0 0 0 80px;
	background: none;
	border: none;
	color: #212121;
	font-size: 21px;
	font-weight: bold;
	line-height: 34px;
	position: relative;
}
#onestop_section3 .onestop_main .onestop_step_box h3:first-of-type {
	margin-top: 0;
}
#onestop_section3 .onestop_main .onestop_step_box h3 img {
	height: auto;
	left: 0;
	position: absolute;
}
#onestop_section3 .onestop_main .onestop_step_box h3 img.doc1 {
	width: 37px;
	top: 2px;
}
#onestop_section3 .onestop_main .onestop_step_box h3 img.doc2 {
	width: 64px;
	top: 6px;
}
#onestop_section3 .onestop_main .onestop_step_box h3 span {
	display: block;
}
#onestop_section3 .onestop_main .onestop_step_box h3 .sub {
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
}
#onestop_section3 .onestop_main .onestop_step_box p,
#onestop_section3 .onestop_main .onestop_step_box ul li {
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
}
#onestop_section3 .onestop_main .onestop_step_box .tt_pdf {
	margin-top: 18px;
}
#onestop_section3 .onestop_main .onestop_step_box .memo {
	margin-top: 24px;
	font-weight: bold;
}
#onestop_section3 .onestop_main .onestop_step_box .limit {
	color: #FF0000;
}
#onestop_section3 .onestop_main .onestop_step_box p a {
	color: #0000EE;
	text-decoration: underline;
}
#onestop_section3 .onestop_main .onestop_step_box .img_step1 {
	margin: 15px 0 14px;
	width: 100%;
}
#onestop_section3 .onestop_main .onestop_step_box .div_step2 {
	align-items: flex-start;
	display: flex;
}
#onestop_section3 .onestop_main .onestop_step_box .div_step2 .div_step2_text {
	flex: 1;
}
#onestop_section3 .onestop_main .onestop_step_box .div_step2 .pop_bt {
	margin: 0 75px 0 30px;
	width: 180px;
}
#onestop_section3 .onestop_main .onestop_step_box .step_end span {
	background: linear-gradient(to top, #FEC503 0, #FEC503 5px, transparent 5px, transparent 100%);
	font-weight: bold;
}
#onestop_section3 .onestop_main .onestop_online_box {
	margin: 0;
	background: #fff;
	border: 4px #00146E solid;
	border-radius: 25px;
	overflow: hidden;
}
#onestop_section3 .onestop_main .onestop_online_box h3 {
	margin: 0;
	padding: 18px 0 18px;
	background: #00146E;
	border: none;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#onestop_section3 .onestop_main .onestop_online_box .onestop_online_box_in {
	padding: 40px 65px 50px;
}
#onestop_section3 .onestop_main .onestop_online_box p {
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
}
#onestop_section3 .onestop_main .onestop_online_box h4 {
	margin: 50px 0 20px;
	padding: 0;
	background: none;
	border: none;
	color: #00146E;
	font-size: 25px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#onestop_section3 .onestop_main .onestop_online_box .bt_link {
	margin: 35px 0 0;
	font-size: 25px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#onestop_section3 .onestop_main .onestop_online_box .bt_link a {
	text-decoration: underline;
}
#onestop_section3 .onestop_main .onestop_online_box ul {
	margin: 0 auto;
	width: 848px;
	align-items: stretch;
	display: flex;
	gap: 25px;
}
#onestop_section3 .onestop_main .onestop_online_box ul li {
	flex: 1;
	padding: 17px 15px 15px;
	background: #fff;
	border: 3px #91D2E5 solid;
	border-radius: 8px;
}
#onestop_section3 .onestop_main .onestop_online_box ul li img {
	margin: 0 auto 12px;
	width: 135px;
	height: auto;
	display: block;
}
#onestop_section3 .onestop_main .onestop_online_box ul li p {
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#onestop_section3 .onestop_container {
		padding: 60px 0 60px;
	}
	#onestop_section3 .onestop_container h2 {
		margin-bottom: 30px;
	}
	#onestop_section3 .onestop_main {
		padding: 0;
	}
	#onestop_section3 .onestop_main .onestop_step_box {
		margin: 0 0 45px;
		padding: 20px;
		border-radius: 0;
	}
	#onestop_section3 .onestop_main .onestop_step_box:not(.step3) {
		margin-bottom: 16px;
		padding-bottom: 74px;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 54px), 50% 100%, 0 calc(100% - 54px));
	}
	#onestop_section3 .onestop_main .onestop_step_box .step_title {
		margin: 0 0 14px;
		padding: 0 0 1px;
		border-bottom: 2px #fff dashed;
	}
	#onestop_section3 .onestop_main .onestop_step_box .step_title dt {
		margin: 0 18px 0 10px;
		font-size: 16px;
		line-height: 27px;
	}
	#onestop_section3 .onestop_main .onestop_step_box .step_title dt span {
		margin-left: 3px;
		font-size: 30px;
		line-height: 39px;
	}
	#onestop_section3 .onestop_main .onestop_step_box .step_title dd {
		padding-top: 0;
		font-size: 20px;
		line-height: 32px;
	}
	#onestop_section3 .onestop_main .onestop_step_box h3 {
		margin: 48px 0 25px;
		padding: 0 0 0 80px;
		font-size: 21px;
		line-height: 34px;
	}
	#onestop_section3 .onestop_main .onestop_step_box h3:first-of-type {
		margin-top: 0;
	}
	#onestop_section3 .onestop_main .onestop_step_box p,
	#onestop_section3 .onestop_main .onestop_step_box ul li {
		font-size: 17px;
		line-height: 28px;
		word-break: break-all;
	}
	#onestop_section3 .onestop_main .onestop_step_box .tt_pdf {
		margin-top: 18px;
	}
	#onestop_section3 .onestop_main .onestop_step_box .att,
	#onestop_section3 .onestop_main .onestop_step_box .memo {
		margin-top: 20px;
	}
	#onestop_section3 .onestop_main .onestop_step_box .img_step1 {
		margin: 28px 0 20px;
	}
	#onestop_section3 .onestop_main .onestop_step_box .div_step2 {
		display: block;
	}
	#onestop_section3 .onestop_main .onestop_step_box .div_step2 .div_step2_text {
		flex: auto;
	}
	#onestop_section3 .onestop_main .onestop_step_box .div_step2 .pop_bt {
		margin: 56px auto 0;
		width: 180px;
	}
	#onestop_section3 .onestop_main .onestop_online_box {
		border: 3px #00146E solid;
		border-radius: 25px;
	}
	#onestop_section3 .onestop_main .onestop_online_box h3 {
		padding: 18px 0 18px;
		font-size: 25px;
		line-height: 40px;
	}
	#onestop_section3 .onestop_main .onestop_online_box .onestop_online_box_in {
		padding: 30px 20px 34px;
	}
	#onestop_section3 .onestop_main .onestop_online_box p {
		font-size: 17px;
		line-height: 28px;
	}
	#onestop_section3 .onestop_main .onestop_online_box h4 {
		margin: 20px 0 20px;
		font-size: 20px;
		line-height: 34px;
	}
	#onestop_section3 .onestop_main .onestop_online_box .bt_link {
		margin: 14px 0 0;
		font-size: 20px;
		line-height: 32px;
	}
	#onestop_section3 .onestop_main .onestop_online_box ul {
		margin: 0 auto;
		width: 266px;
		display: block;
		gap: none;
	}
	#onestop_section3 .onestop_main .onestop_online_box ul li {
		flex: auto;
		margin: 0 0 27px;
	}
}
#onestop_section4 .onestop_container {
	padding: 60px 0 60px;
}
#onestop_section4 .onestop_container h2 {
	margin-bottom: 27px;
}
#onestop_section4 .onestop_main {
	padding: 0 30px;
}
#onestop_section4 .onestop_main h3 {
	margin: 0 0 20px;
	padding: 0;
	background: none;
	border: none;
	color: #212121;
	font-size: 21px;
	font-weight: bold;
	line-height: 34px;
}
#onestop_section4 .onestop_main p {
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
}
#onestop_section4 .onestop_main .div_how {
	padding: 0 0 42px;
	align-items: flex-start;
	display: flex;
}
#onestop_section4 .onestop_main .div_how .div_how_text {
	flex: 1;
}
#onestop_section4 .onestop_main .div_how .div_how_text p {
	font-size: 19px;
	line-height: 31px;
}
#onestop_section4 .onestop_main .div_how .pop_bt {
	margin: 0 75px 0 85px;
	width: 285px;
}
@media screen and (max-width: 767px) {
	#onestop_section4 .onestop_container {
		padding: 57px 0 42px;
	}
	#onestop_section4 .onestop_container h2 {
		margin-bottom: 30px;
	}
	#onestop_section4 .onestop_main {
		padding: 0 20px;
	}
	#onestop_section4 .onestop_main h3 {
		margin: 0 0 20px;
		font-size: 21px;
		line-height: 34px;
	}
	#onestop_section4 .onestop_main p {
		font-size: 17px;
		line-height: 27px;
	}
	#onestop_section4 .onestop_main .div_how {
		padding: 0 0 42px;
		display: block;
	}
	#onestop_section4 .onestop_main .div_how .div_how_text {
		flex: auto;
	}
	#onestop_section4 .onestop_main .div_how .div_how_text p {
		font-size: 19px;
		line-height: 31px;
	}
	#onestop_section4 .onestop_main .div_how .pop_bt {
		margin: 28px auto 0;
		width: 285px;
	}
}
#onestop_section5 .onestop_container {
	padding: 60px 0 40px;
}
#onestop_section5 .onestop_container h2 {
	margin-bottom: 15px;
}
#onestop_section5 .onestop_main {
	padding: 0 30px;
}
#onestop_section5 .onestop_main .onestop_point_box {
	margin: 0 0 20px;
	padding: 30px;
	background: #EEF6F9;
	border-radius: 14px;
}
#onestop_section5 .onestop_main .onestop_point_box h3 {
	margin: 0 0 14px;
	padding: 0 0 1px 40px;
	width: 100%;
	background: none;
	border: none;
	border-bottom: 3px #fff dashed;
	box-sizing: border-box;
	color: #212121;
	font-size: 21px;
	font-weight: bold;
	line-height: 34px;
	position: relative;
}
#onestop_section5 .onestop_main .onestop_point_box h3 span {
	width: 40px;
	color: #00146E;
	left: 0;
	top: 0;
	position: absolute;
}
#onestop_section5 .onestop_main .onestop_point_box p {
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
	word-break: break-all;
}
#onestop_section5 .onestop_main .onestop_point_box .tt_pdf {
	margin-top: 18px;
}
#onestop_section5 .onestop_main .onestop_point_box p a {
	color: #0000EE;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	#onestop_section5 .onestop_container {
		padding: 57px 0 42px;
	}
	#onestop_section5 .onestop_container h2 {
		margin-bottom: 30px;
	}
	#onestop_section5 .onestop_main {
		padding: 0 20px;
	}
	#onestop_section5 .onestop_main .onestop_point_box {
		margin: 0 0 20px;
		padding: 30px;
		background: #EEF6F9;
		border-radius: 14px;
	}
	#onestop_section5 .onestop_main .onestop_point_box h3 {
		margin: 0 0 20px;
		padding: 0 0 16px 30px;
		border-bottom: 3px #fff dashed;
		font-size: 20px;
		line-height: 31px;
	}
	#onestop_section5 .onestop_main .onestop_point_box h3 span {
		width: 30px;
	}
	#onestop_section5 .onestop_main .onestop_point_box p {
		font-size: 17px;
		font-weight: 500;
		line-height: 28px;
	}
	#onestop_section5 .onestop_main .onestop_point_box .tt_pdf {
		margin-top: 18px;
	}
}
#onestop_other .onestop_container {
	padding: 60px 0 58px;
}
#onestop_other .onestop_container h2 {
	margin-bottom: 24px;
}
#onestop_other .onestop_main {
	padding: 0 30px;
}
#onestop_other .onestop_main ul {
	display: flex;
	gap: 20px;
}
#onestop_other .onestop_main ul li {
	flex: 1;
}
#onestop_other .onestop_main ul li a {
	display: block;
}
#onestop_other .onestop_main ul li p {
	margin-top: 18px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}
@media screen and (max-width: 767px) {
	#onestop_other .onestop_container {
		padding: 30px 0 70px;
	}
	#onestop_other .onestop_container h2 {
		margin-bottom: 30px;
	}
	#onestop_other .onestop_main {
		padding: 0 20px;
	}
	#onestop_other .onestop_main ul {
		width: 100%;
		display: block;
		gap: none;
	}
	#onestop_other .onestop_main ul li {
		margin-bottom: 20px;
		width: 100%;
		flex: auto;
	}
	#onestop_other .onestop_main ul li p {
		margin-top: 18px;
		font-size: 17px;
		line-height: 27px;
	}
}
.p-campaign-buttonArea {
	background: #F5F5F8;
	padding: 80px 0 33px;
}
.p-campaign-main__inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
.p-campaign-buttonArea__button {
	width: 600px;
	height: 88px;
	margin: 0 auto;
	border: 3px solid #094088;
	background-color: #ffffff;
	border-radius: 44px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #00257a;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.p-campaign-buttonArea__button .icon {
	position: absolute;
	top: 50%;
	right: 35px;
	width: 12px;
	height: 12px;
	fill: #094088;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-campaign-buttonArea {
		padding: 10vw 0;
		margin-bottom: -40px;
	}
	.p-campaign-main__inner {
		max-width: 100%;
		padding: 0 5vw;
	}
	.p-campaign-buttonArea__button {
		width: 90vw;
		height: 18vw;
		border: 0.75vw solid #094088;
		border-radius: 11vw;
		font-size: 4.5vw;
		font-weight: 600;
		line-height: 1.5;
		letter-spacing: normal;
	}
	.p-campaign-buttonArea__button .icon {
		right: 5vw;
		width: 3vw;
		height: 3vw;
	}
}
#onestop_pop_up {
	box-sizing: border-box;
	width: 0;
	height: 0;
	background: rgba(97,97,97,0.6);
	opacity: 0;
	transition-property: opacity,width,height;
	transition-duration: 0.5s,0s,0s;
	transition-delay: 0s,0.5s,0.5s;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 99999;
	position: fixed;
}
#onestop_pop_up.open {
	padding: 0 30px;
	width: 100%;
	height: 100vh;
	opacity: 1;
	transition-duration: 0.5s,0s,0s;
	transition-delay: 0s,0s,0s;
}
#onestop_pop_up_in {
	margin: 0 auto;
	width: 100%;
	max-width: 1210px;
	height: 100%;
	position: relative;
	display: grid;
	place-content: center;
}
#onestop_pop_up_main {
	width: 100%;
	max-height: 100vh;
	overflow-y: auto;
	position: relative;
}
#onestop_pop_up_main figure {
	z-index: 1;
	position: relative;
}
#onestop_pop_up .bt_close a {
	width: 70px;
	height: 70px;
	background: url(../images/icon_close.png) no-repeat center center / contain;
	display: block;
	font-size: 0;
	text-indent: -9999px;
	right: 20px;
	top: 20px;
	z-index: 2;
	position: absolute;
}
@media screen and (max-width: 767px) {
	#onestop_pop_up .bt_close a {
		width: 30px;
		height: 30px;
		right: 10px;
		top: 10px;
	}
}
