﻿@charset "UTF-8";
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/***********
common
************/
.tax_section,
.links_section {
	position: relative;
}
.mv_inner,
.conent_inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
	text-align: left;
	z-index: 2;
	position: relative;
}
@media screen and (max-width: 767px) {
	.tax_section,
    .links_section {
		padding: 0 20px;
	}
    .mv_inner,
	.conent_inner {
		max-width: 100%;
		padding: 0 20px;
	}
}
/***********
mv
************/
.mv {
	background: #BEE9F6 url(/cms/guide/one_stop/images/bg_mv.png) repeat-y center bottom / 100% auto;
	overflow: hidden;
	position: relative;
}
.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;
}
.mv .mv_inner {
	padding: 68px 0 64px;
}
.mv .mv_inner::before,
.mv .mv_inner::after {
	content: " ";
	display: block;
	position: absolute;
}
.mv .mv_inner::before {
	width: 179px;
	height: 129px;
	background: url(/cms/guide/tax-deduction/img/mv_left.png) no-repeat center center / contain;
	left: -50px;
	bottom: 4px;
}
.mv .mv_inner::after {
	width: 181px;
	height: 168px;
	background: url(/cms/guide/tax-deduction/img/mv_right.png) no-repeat center center / contain;
	right: -10px;
	bottom: -2px;
}
@media screen and (max-width: 767px) {
	.mv .mv_inner::after {
		width: 174px;
		height: 217px;
	}
}
.mv .mv_inner .mv_title {
	margin: 0 auto;
	position: relative;
}
.mv .mv_inner .mv_title h1,
.mv .mv_inner .mv_title .h1b {
	font-size: 35px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
}
.mv .mv_inner .mv_title h1 {
	color: #00146E;
	z-index: 2;
	position: relative;
	margin-bottom: 0;
}
.mv .mv_inner .mv_title .h1b {
	width: 100%;
	color: #fff;
	-webkit-text-stroke: 1px #fff;
	text-shadow: 0px 4px 0 rgba(255, 255, 255, 1.3);
	left: 0;
	top: 0;
	z-index: 1;
	position: absolute;
}
.mv .mv_inner p {
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.mv {
		padding: 0;
		background-image: url(/cms/guide/one_stop/images/bg_mv_sp.png);
	}
	.mv::before {
		margin-left: -563px;
		width: 1126px;
		height: 1126px;
		top: -810px;
	}
	.mv .mv_inner {
		padding: 38px 0 202px;
	}
	.mv .mv_inner::before {
		display: none;
	}
	.mv .mv_inner::after {
		margin-right: -90px;
		right: 50%;
		bottom: -1px;
	}
	.mv .mv_inner .mv_title {
		margin: 0 auto 28px;
	}

	.mv .mv_inner .mv_title h1,
	.mv .mv_inner .mv_title .h1b {
		font-size: 35px;
		line-height: 51px;
	}
	.mv .mv_inner .mv_title .h1L {
		font-size: 43px;
		line-height: 58px;
		left: 2px;
		top: 61px;
		font-weight: 700;
	}
	.mv .mv_inner .mv_title .h1b.h1L {
		font-size: 43px;
		line-height: 58px;
	}
	.mv .mv_inner .mv_title .h1M {
		font-size: 32px;
		line-height: 60px;
		font-weight: 500;
	}
	.mv .mv_inner p {
		font-size: 20px;
		font-weight: bold;
		line-height: 32px;
		text-align: center;
	}
}

/***********
tax セクション
************/
.tax_section {
	padding: 24px 0 70px;
}
@media screen and (max-width: 767px) {
	.tax_section {
		padding: 20px 0 60px;
	}	
}
.tax_lead {
	font-size: 17px;
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.tax_lead {
		margin-bottom: 60px;
		font-size: 16px;
	}	
}
.section_ttl {
    margin: 0;
    padding: 13px 18px 12px 27px;
    background: none;
    border: none;
    color: #00146E;
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0;
    text-align: left;
    position: relative;
}
.section_ttl::before {
    content: " ";
    margin: 0;
    padding: 0;
    width: 13px;
    height: 50px;
    background: #00146E;
    display: block;
    left: 0px;
    right: auto;
    top: 8px;
    bottom: auto;
    position: absolute;
}
@media screen and (max-width: 767px) {
	.section_ttl::before {
		height: 34px;
		top: 15px;
		left: 0px;
	}
}
.tax_main {
	display: flex;
	gap: 114px;
}
@media screen and (max-width: 767px) {
	.tax_main {
		flex-direction: column;
		gap: 50px;
	}	
}
.tax_main_left {
	width: 682px;
}
@media screen and (max-width: 767px) {
	.tax_main_left {
		width: 100%;
		padding: 0 20px;
	}	
}
.tax_main_right {
	flex: 1;
	text-align: center;
}
.section_txt {
	padding-left: 30px;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.section_txt {
		width: 100%;
		padding-left: 14px;
		font-size: 16px;
	}	
}	
.notice_ttl {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	background-color: #00146E;
	border-radius: 18px;
	display: inline-block;
	/* margin: 0 auto; */
	/* text-align: center; */
	padding: 5.5px 15px;
	z-index: 1;
	position: relative;
}
@media screen and (max-width: 767px) {
	.notice_ttl {
		font-size: 14px;
	}	
}
.notice_img {
	margin-top: -12px;
}
.notice_txt {
	font-size: 14px;
	margin-top: 5px;
}
.tax_sub {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    list-style: none;
    padding: 0;
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.tax_sub {
		flex-direction: column;
		gap: 25px;
	}
}
.tax_sub .tax_col {
    position: relative;
    width: calc((100% - 45px) / 2);
    background: #fff;
    border: 3px solid #a3d9e8;
    border-radius: 15px;
    padding: 20px 24px 30px;
    box-sizing: border-box;
    min-height: 260px;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 767px) {
	.tax_sub .tax_col {
		width: 100%;
		padding: 30px 20px;
	}
}
.tax_col_ttl {
    color: #00146E;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #BFBFBF;
    font-weight: bold;
    position: relative;
	padding: 20px 0 30px 90px;
}
@media screen and (max-width: 767px) {
    .tax_col_ttl {
        font-size: 19px;
		padding: 0px 0 10px 60px;
    }
}
.tax_col_ttl::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	width: 68px;
	height: 68px;
	top: calc(50% - 4px);
	transform: translateY(-50%);
	left: 0;
}
@media screen and (max-width: 767px) {
    .tax_col_ttl::before {
		width: 52px;
		height: 52px;

    }
}
.tax_col--one-stop .tax_col_ttl::before {
    background-image: url(/cms/guide/tax-deduction/img/icon_letter.png);

}
.tax_col--mismatch .tax_col_ttl::before {
    background-image: url(/cms/guide/tax-deduction/img/icon_calculator.png);
}

.tax_col_txt {
	font-size: 18px;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .tax_col_txt {
		font-size: 16px;
		margin-top: 10px;

    }
}
/***********
links セクション
************/
.links_section {
	background-color: #EEF6F9;
	padding: 70px 0 150px; 
}
@media screen and (max-width: 767px) {
	.links_section {
		padding: 40px 0 75px; 
	}
	.links_section .section_ttl {
		padding: 13px 18px 12px 47px;
		font-size: 25px;
	}
	.links_section .section_ttl::before {
		left: 20px;
	}
}

.conent_main {
	padding-left: 30px;
	font-size: 17px;
}
@media screen and (max-width: 767px) {
	.conent_main {
		font-size: 16px;
	}
}
.conent_main_txt + .conent_main_txt {
	margin-top: 30px;
}
.conent_sub {
	margin-top: 60px;
	text-align: center;
}
.conent_sub_ttl {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.conent_sub_ttl {
		font-size: 15px;
	}
}
.btn_wrap {
    display: flex;
    gap: 36px;
    margin-top: 20px;
    width: 913px;
    margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
	.btn_wrap {
		width: 100%;
		flex-direction: column;
	}
}
/* 共通ボタン */
.btn {
    position: relative;
    display: flex;
    flex: 1;
    border-radius: 999px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 19px;
    height: 80px;
    align-items: center;
    justify-content: center;
    width: 440px;
}
@media screen and (max-width: 767px) {
	.btn {
		width: 100%;
		font-size: 20px;
		height: 83px;
		padding: 14px 50px 14px 24px;
	}
}
/* ===================== */
/* メイン（オレンジ） */
/* ===================== */
.btn--primary {
    color: #fff;
    background: linear-gradient(#f4b63d, #e6a830);
    box-shadow: 0 6px 0 #66b7d6; /* 下の青ライン */
}

/* テキスト影 */
.btn--primary .pc,
.btn--primary .sp {
    text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0 0 6px rgb(255 0 0);
}

/* 矢印（画像） */
.btn--primary::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 37px;
    height: 44px;
    background: url(/cms/guide/tax-deduction/img/arrow_r.png) no-repeat center / contain;
}

/* ===================== */
/* サブ（枠線） */
/* ===================== */
.btn--secondary {
    color: #3d7fa1;
    background: #fff;
    border: 2px solid #3d7fa1;
    box-shadow: 0 6px 0 #f4b63d; /* 下の黄色ライン */
}

/* 矢印 */
.btn--secondary::after {
    content: " ";
    width: 12px;
    height: 12px;
    border-right: 3px #1C8EB2 solid;
    border-bottom: 3px #1C8EB2 solid;
    display: block;
    right: 8px;
    top: 6px;
    position: absolute;
    transform: rotate(45deg);
    transform-origin: center center;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(315deg);
}
/***********
ボトムコンテンツ
************/
.bottom_section {
	background: #F7F6F0;
}
.bottom_section .conent_inner {
	padding: 60px 0 58px;
}
.bottom_section .section_ttl {
	margin-bottom: 24px;
}
.bottom_section .onestop_main {
	padding-left: 30px;
}
.bottom_section .onestop_main ul {
	display: flex;
	gap: 20px;
}
.bottom_section .onestop_main ul li {
	flex: 1;
}
.bottom_section .onestop_main ul li a {
	display: block;
}
.bottom_section .onestop_main ul li p {
	margin-top: 18px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}
@media screen and (max-width: 767px) {
	.bottom_section {
		padding: 0 20px;
	}
	.bottom_section .conent_inner {
		padding: 30px 0 70px;
	}	
	.bottom_section .section_ttl {
		margin: 0 22px 18px 12px;
	}
	.bottom_section .onestop_main {
		padding: 0 20px;
	}
	.bottom_section .onestop_main ul {
		width: 100%;
		display: block;
		gap: none;
	}
	.bottom_section .onestop_main ul li {
		margin-bottom: 20px;
		width: 100%;
		flex: auto;
	}
	.bottom_section .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;
	}
}