@charset "UTF-8";
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: 52px 0 27px;
}
#onestop_mv .onestop_container::before,
#onestop_mv .onestop_container::after {
	content: " ";
	display: block;
	position: absolute;
}
#onestop_mv .onestop_container::before {
	width: 188px;
    height: 181px;
    background: url(../images/mv_l.png) no-repeat center center / contain;
    left: -30px;
    bottom: 0px;
}
#onestop_mv .onestop_container::after {
	width: 181px;
    height: 168px;
    background: url(../images/mv_r.png) no-repeat center center / contain;
    right: -30px;
    bottom: 0px;
}
#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 0px;
	}

	#onestop_mv .onestop_container .onestop_mv_title h1,
	#onestop_mv .onestop_container .onestop_mv_title .h1b {
		font-size: 25px;
		line-height: 51px;
	}
	#onestop_mv .onestop_container .onestop_mv_title .h1L {
		font-size: 30px;
		line-height: 58px;
	}
	#onestop_mv .onestop_container .onestop_mv_title .h1M {
		font-size: 30px;
		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_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: 820px;
}
@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;
		width: auto;
		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_container p {
	margin-bottom: 35px;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
}
#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;
}
#onestop_section2 .onestop_main .link_btn {
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	#onestop_section2 .onestop_container {
		padding: 0px 0 44px;
	}
	#onestop_section2 .onestop_container h2 {
		margin-bottom: 26px;
	}
	#onestop_section2 .onestop_container p {
		margin-bottom: 27px;
		font-size: 16px;
        line-height: 1.8;
	}
	#onestop_section2 .onestop_main {
		padding: 0;
	}
	#onestop_section2 .onestop_main > p {
		padding: 0 20px;
	}	
	#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_container p {
	margin-bottom: 35px;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
}
#onestop_section3 .onestop_main {
	padding: 0 30px;
}
#onestop_section3 .onestop_container > p {
	margin-bottom: 35px;
    width: 960px;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
}


#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(.step4) {
	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 p {
	margin-bottom: 20px;
}
#onestop_section3 .onestop_main .onestop_step_box p + p,
#onestop_section3 .onestop_main .onestop_step_box p:last-child {
	margin-bottom: 0px;
}
#onestop_section3 .onestop_main .onestop_step_box.step4 p {
	margin-bottom: 20px;
}
#onestop_section3 .onestop_main .onestop_step_box .tt_pdf {
	margin-top: 18px;
}
#onestop_section3 .onestop_main .onestop_step_box .memo {
	margin-top: 24px;
}
#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: 0px 0 60px;
	}
	#onestop_section3 .onestop_container h2 {
		margin-bottom: 30px;
	}
	#onestop_section3 .onestop_container p {
		margin-bottom: 27px;
        font-size: 16px;
        line-height: 1.8;
	}
	#onestop_section3 .onestop_main {
		padding: 0;
	}
	#onestop_section3 .onestop_main > p {
		padding: 0 20px;
	}
	#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: 16px;
		line-height: 28px;
		word-break: break-all;
	}
	#onestop_section3 .onestop_main .onestop_step_box ul li {
		margin-bottom: 5px;
	}
	#onestop_section3 .onestop_main .onestop_step_box ul > li:last-child {
		margin-bottom: 30px;
	}
	#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_section3 .onestop_main .onestop_step_box.step4 .div_step4_text > p:last-child {
	margin-bottom: 0px;
}
}
#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;
	margin-bottom: 35px;
}
#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;
}
#onestop_section4 .onestop_main h3 {
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}
#onestop_section4 .onestop_main  ul {
	margin: 0 auto;
    width: 1140px;
    align-items: stretch;
    display: flex;
    gap: 25px;
	margin-bottom: 35px;	
}
#onestop_section4 .onestop_main > p,
#onestop_section4 .onestop_main > .link_btn  {
	margin-bottom: 35px;
}
#onestop_section4 .onestop_main > .link_btn:last-child  {
	margin-bottom: 0px;
}
#onestop_section4 .onestop_main  ul li {
	flex: 1;
	padding: 17px 15px 15px;
    background: #fff;
    border: 3px #91D2E5 solid;
    border-radius: 8px;
	display: flex;
	flex-direction: column;
}
#onestop_section4 .onestop_main  ul li img {
	margin: 0 auto 15px;
    width: 135px;
    height: auto;
    display: block;
}
#onestop_section4 .onestop_main ul li p {
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
	margin-bottom: 0;
    margin-top: auto;
}

@media screen and (max-width: 767px) {
	#onestop_section4 .onestop_container {
		padding: 0px 0 42px;
	}
	#onestop_section4 .onestop_container h2 {
		margin-bottom: 30px;
	}
	#onestop_section4 .onestop_main {
		padding: 0 0px;
	}
	#onestop_section4 .onestop_main > p {
		padding: 0 20px;
	}	
	#onestop_section4 .onestop_main h3 {
		margin: 0 0 20px;
		font-size: 16px;
		line-height: 34px;
	}
	#onestop_section4 .onestop_main p {
		font-size: 16px;
		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_section4 .onestop_main ul {
		padding: 0 20px;
		width: 100%;
		flex-direction: column;
	}
}
#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: 27px;
}
@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;
	}
}
/*基本ガイド　追記内容----------------------------------------------*/
  .p-struct-simulator {
  max-width: 90rem;
  margin: 0 auto;
  border-radius: 0.6rem;
  background: #91d2e5;
}
  .p-struct-simulator-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.192rem;
  text-align: center;
  color: #333;
  padding: 3.3rem 0 2.7rem;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-title {
    font-size: 4.5vw;
    line-height: 1.6;
    letter-spacing: 0.144rem;
    padding: 6.75vw 0 5vw;
  }
}
  .p-struct-simulator-body {
  background: #fff;
  padding: 4.8rem 0 3.3rem;
  border: 0.3rem solid #91d2e5;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body {
    padding: 8.25vw 6.75vw 7.75vw;
  }
}
  .p-struct-simulator-body__row {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__row {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
  .p-struct-simulator-body__row:nth-child(2) {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__row:nth-child(2) {
    margin-top: 6vw;
  }
}
  .p-struct-simulator-body__name {
  width: 8.6rem;
  font-weight: bold;
  font-size: 2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__name {
    width: 100%;
    margin-left: 0px;
    font-size: 4.5vw;
    text-align: left;
  }
}
_:-ms-fullscreen, :root   .p-struct-simulator-body__name {
  width: 15.1%;
}

  .p-struct-simulator-body__selector {
  position: relative;
  width: 35.4rem;
  margin-left: 2.4rem;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__selector {
    width: 100%;
    margin-top: 1.75vw;
    margin-left: 0;
  }
}
  .p-struct-simulator-body__selector:after {
  position: absolute;
  top: 18px;
  right: 16px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #a6b2b6;
  border-bottom: 2px solid #a6b2b6;
  content: "";
  pointer-events: none;
}
  .p-struct-simulator-body__selector select {
  width: 100%;
  height: 5rem;
  border-radius: 0.5rem;
  border: solid 0.1rem #a6b2b6;
  padding: 0 1.6rem;
  background: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.128rem;
  color: #333;
  outline: none;
  appearance: none;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__selector select {
    font-size: 1.40625rem;
  }
}
  .p-struct-simulator-body__selector select#nensyu_select,   .p-struct-simulator-body__selector select#kazoku_select {
  color: #333;
  font-weight: bold;
  font-family: inherit !important;
  cursor: pointer;
}
  .p-struct-simulator-body__selector select#nensyu_select:focus-visible,   .p-struct-simulator-body__selector select#kazoku_select:focus-visible {
  border: 2px solid #333;
}
  .p-struct-simulator-body__selector select#nensyu_select::-webkit-scrollbar,   .p-struct-simulator-body__selector select#kazoku_select::-webkit-scrollbar {
  width: 3.2rem;
}
  .p-struct-simulator-body__selector select#nensyu_select::-webkit-scrollbar-track,   .p-struct-simulator-body__selector select#kazoku_select::-webkit-scrollbar-track {
  border-radius: 0.4rem;
}
  .p-struct-simulator-body__selector select#nensyu_select::-webkit-scrollbar-thumb,   .p-struct-simulator-body__selector select#kazoku_select::-webkit-scrollbar-thumb {
  background-color: #a6b2b6;
  border: 1.2rem solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
}
  .p-struct-simulator-body__selector select#nensyu_select option,   .p-struct-simulator-body__selector select#kazoku_select option {
  color: #333;
  font-weight: normal;
}
  .p-struct-simulator-body__selector select::-ms-expand {
  display: none;
}
  .p-struct-simulator-body__result {
  position: relative;
  max-width: 70rem;
  margin: 4rem auto 1.4rem;
  padding: 2.7rem 0 2.8rem;
  border-radius: 0.7rem;
  background: #fdf6e7;
  text-align: center;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__result {
    margin: 10vw auto 3vw;
    padding: 6.5vw 3.75vw 6.75vw;
  }
}
  .p-struct-simulator-body__result.is-over p {
  visibility: visible;
}
  .p-struct-simulator-body__result p {
  visibility: visible;
  color: #333;
}
  .p-struct-simulator-body__result p:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.08;
  letter-spacing: 0.144rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__result p:nth-of-type(1) {
    font-size: 4.5vw;
    margin-top: 0.75vw;
  }
}
  .p-struct-simulator-body__result div {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 30rem;
  margin: 2rem auto 2.1rem;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__result div {
    max-width: 55vw;
    margin-top: 5vw;
    margin-bottom: 4.25vw;
  }
}
  .p-struct-simulator-body__result div span {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.18;
  letter-spacing: 0.26rem;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__result div span {
    font-size: 5.5vw;
    line-height: 1.39;
    letter-spacing: 0.22rem;
  }
}
  .p-struct-simulator-body__result div .icon_number {
  line-height: 1;
  margin-right: 2.2rem;
  display: block;
  margin-top: 1.2rem;
}
  .p-struct-simulator-body__result div .icon_number.hide {
  display: none;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__result div .icon_number {
    margin-right: 5.5vw;
    margin-top: 3vw;
  }
}

@media screen and (min-width: 767px) {
	img.onestop_sp_banner {
	    display: none;
	}
	.p-campaign-onestop__banner-title {
    width: 550px;
    margin: 0 auto;
    padding: 40px 0px 0px;
}
}

@media screen and (max-width: 767px) {
	img.onestop_pc_banner {
	    display: none;
	}
	.p-campaign-onestop__banner {
    margin-top: 25px;
    }
}

  .p-struct-simulator-body__result input#result_value {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  color: #172c67;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.128rem;
  text-align: center;
  background: transparent;
  outline: none;
  appearance: none;
  display: none;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__result input#result_value {
    font-size: 3.75vw;
    line-height: 1.6;
    letter-spacing: normal;
  }
}
  .p-struct-simulator-body__result input#result_number {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  color: #172c67;
  font: 600 4rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  line-height: 0.48;
  letter-spacing: normal;
  text-align: center;
  background: transparent;
  outline: none;
  appearance: none;
  display: none;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__result input#result_number {
    font: 600 8vw "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
    line-height: 0.6;
  }
}
/*基本ガイド　追記内容おわり-----------------------------------------*/
/* --- テーブル本体 --- */
.table-responsive {
	justify-content: center;
    display: flex;	
}
 .deduction-table {
    width: 750px;
    min-width: 750px; /* スマホで縮まないように最低幅を設定 */
    border-collapse: collapse;
    text-align: center; /* すべての文字を中央揃えに */
    font-size: 18px;
    color: #0b3469; /* 文字色：濃いネイビー */
}
/* --- 罫線とセルの余白 --- */
 .deduction-table th,
 .deduction-table td {
    border: 1px solid #1C8EB2; /* 枠線をすべて指定の青に変更 */
    padding: 14px 6px;
    vertical-align: middle;
    text-align: center; /* 念のためセル単位でも中央揃えを強制 */
}
.deduction-table tr:last-child td {
	border-top: 2px solid #1C8EB2;
}

/* --- 1段目の見出し（給与収入、家族構成の大枠） --- */
 .deduction-table thead tr:first-child th {
    background-color: #D1F1F7; /* 濃いめの水色 */
    font-weight: bold;
}
/* --- 2段目の見出し（独身、夫婦などの詳細） --- */
 .deduction-table thead tr:nth-child(2) th {
    background-color: #E4F3F8; /* 薄い水色 */
    font-weight: bold;
}
/* --- 左列（給与収入の金額） --- */
 .deduction-table tbody .row-income {
    background-color: #E4F3F8; /* 薄い水色 */
    font-weight: bold;
}
/* --- データセル（控除額の数字部分） --- */
 .deduction-table tbody th {
    background-color: #C1E8EF; /* 白背景 */
    font-weight: bold;
}
/* --- ヘッダー内の注釈テキスト（※1など） --- */
 .deduction-table .small-text {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-top: 4px;
}
/* --- スクロールバーのデザイン（スマホ・PC共通） --- */
 .table-responsive::-webkit-scrollbar {
    height: 8px;
}
 .table-responsive::-webkit-scrollbar-thumb {
    background: #8ebdd6;
    border-radius: 4px;
}
 .table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* --- 表下の注釈（ぶら下がりインデント） --- */
 .table-notes {
    list-style: none; 
    padding-left: 75px; 
    margin-bottom: 30px;
    font-size: 17px;      /* 14pxから17pxに変更 */
    color: #333;
    line-height: 25px;    /* 1.6から35pxに変更 */
    width:980px;
}
 .table-notes li {
    text-indent: -1.2em; 
    margin-bottom: 5px;   /* リスト間の余白（不要なら0にしてください） */
}
/* =========================================================
   セクション3（スマホ用調整まとめ）
========================================================= */
@media screen and (max-width: 767px) {
/* --- 説明文（p）と表（table）のズレ解除 --- */
 .deductionlimit_container > p {
margin-left: 0;
padding: 0 20px;
}
 .table-responsive {
margin-left: 0;
width: 100%;
justify-content: flex-start;
overflow-x: auto;
}
/* --- 早見表下の注釈（ul）の横幅とサイズリセット --- */
 .table-notes {
width: auto !important; /* ★最重要！980pxを強制解除し、画面幅に合わせる */
padding-right: 20px;
padding-left: 20px; /* 左側にも少し余白を入れて見やすく */
box-sizing: border-box;
font-size: 14px !important; /* PCの17pxを強制上書き */
line-height: 1.6 !important; /* PCの25pxを強制上書き */
}
 .table-notes li {
margin-bottom: 12px;
}
}

/* --- stepテーブル本体 --- */
.step4 .table-responsive {
	margin-bottom: 20px;
}
 .step4-table {
    width: 750px;
    min-width: 750px; /* スマホで縮まないように最低幅を設定 */
    border-collapse: collapse;
    text-align: center; /* すべての文字を中央揃えに */
    font-size: 18px;
    color: #0b3469; /* 文字色：濃いネイビー */
}
/* --- 罫線とセルの余白 --- */
 .step4-table th,
 .step4-table td {
    border: 1px solid #1C8EB2; /* 枠線をすべて指定の青に変更 */
    padding: 14px 6px 6px 30px;
    vertical-align: middle;
    text-align: left; /* 念のためセル単位でも中央揃えを強制 */
	background-color: #ffffff;
	width: 50%;
}
.step4-table tr th:first-child,
.step4-table tr td:first-child {
  border-left: none;
}
.step4-table tr th:last-child,
.step4-table tr td:last-child {
  border-right: none;
}
.step4-table tr:first-child th {
	border-top: none;
}
.step4-table tr:last-child td {
	border-bottom: none;
}
/* --- 1段目の見出し（給与収入、家族構成の大枠） --- */
 .step4-table thead tr:first-child th {
    background-color: #D1F1F7; /* 濃いめの水色 */
    font-weight: bold;
}
/* --- 2段目の見出し（独身、夫婦などの詳細） --- */
 .step4-table thead tr:nth-child(2) th {
    background-color: #E4F3F8; /* 薄い水色 */
    font-weight: bold;
}
/* --- 左列（給与収入の金額） --- */
 .step4-table tbody .row-income {
    background-color: #E4F3F8; /* 薄い水色 */
    font-weight: bold;
}
/* --- データセル（控除額の数字部分） --- */
 .step4-table tbody th {
    background-color: #C1E8EF; /* 白背景 */
    font-weight: bold;
}
/* --- ヘッダー内の注釈テキスト（※1など） --- */
 .step4-table .small-text {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-top: 4px;
}
/* --- スクロールバーのデザイン（スマホ・PC共通） --- */
 .table-responsive::-webkit-scrollbar {
    height: 8px;
}
 .table-responsive::-webkit-scrollbar-thumb {
    background: #8ebdd6;
    border-radius: 4px;
}
 .table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* --- 表下の注釈（ぶら下がりインデント） --- */
 .table-notes {
    list-style: none; 
    padding-left: 75px; 
    margin-bottom: 30px;
    font-size: 17px;      /* 14pxから17pxに変更 */
    color: #333;
    line-height: 25px;    /* 1.6から35pxに変更 */
    width:980px;
}
 .table-notes li {
    text-indent: -1.2em; 
    margin-bottom: 5px;   /* リスト間の余白（不要なら0にしてください） */
}
/* =========================================================
   セクション3（スマホ用調整まとめ）
========================================================= */
@media screen and (max-width: 767px) {
.step4 .table-responsive {
margin-left: 0;
width: 100%;
justify-content: flex-start;
overflow-x: auto;	
}

/* --- 説明文（p）と表（table）のズレ解除 --- */
 .deductionlimit_container > p {
margin-left: 0;
padding: 0 20px;
}
 .table-responsive {
margin-left: 0;
width: 100%;
}
/* --- 早見表下の注釈（ul）の横幅とサイズリセット --- */
 .table-notes {
width: auto !important; /* ★最重要！980pxを強制解除し、画面幅に合わせる */
padding-right: 20px;
padding-left: 20px; /* 左側にも少し余白を入れて見やすく */
box-sizing: border-box;
font-size: 14px !important; /* PCの17pxを強制上書き */
line-height: 1.6 !important; /* PCの25pxを強制上書き */
}
 .table-notes li {
margin-bottom: 12px;
}
}

/* ボタン */
.link_btn {
	display: flex;
    justify-content: center;	
}
.link_btn a {
	font-size: 20px;
    color: #1C8EB2;
    border-radius: 5px;
    border: 1px solid #1C8EB2;
    padding: 7.2px 34.2px;
    background-color: #ffffff;
	position: relative;
	width: 390px;
    text-align: center;
}
.link_btn .external::after {
	content: "";
	position: absolute;
	background-image: url(../images/icon-external.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	right: 15px;
}
@media screen and (max-width: 767px) {
	.link_btn a {
		font-size: 14px;
		padding: 11.7px 34.2px;
		width: 306px;
	}
	.link_btn .external::after {
		width: 14px;
		height: 14px;
		right: 15px;
	}
}