.Cormorant {
     font-family: "Cormorant", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.KozGoPr6N{
    font-family: 'KozGoPr6NRegular', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
.HiraKakuProN {
    font-family: 'HiraKakuProN', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
header.tax-saving {
    box-shadow: unset !important;
    position: absolute;
    background: unset;
}
header .header-inner {
    background: unset;
}
.tax-saving .anchor-link {
    top: 30px !important;
}
@media(max-width : 750px){
    header .logo-box a img {
        height: 32px;
    }
    header.tax-saving {
        top: 10vw;
    }
    .page-template-tax-saving-thank header.tax-saving,
    .page-template-tax-saving-confirm header.tax-saving {
        top: 10px !important;
    }
    header .header-inner {
        height: 45px;
    }
    header .logo-box {
        padding: 0;
    }
}
@media(max-width : 374px){
    header .logo-box a img {
        height: 28px;
    }
    header.tax-saving {
        top: 9vw;
    }
}
.tax-saving .main-visual {
    position: relative;
    z-index: 1;
    padding-top: 110px;
}
.tax-saving .main-visual::after {
    content: "";
    position: absolute;
    width: 70.6%;
    background: url(../img/tax-saving/mv-bg.png) no-repeat;
    background-size: cover !important;
    background-position: left;
    z-index: -1;
    top: 0;
    bottom: 8px;
    right: 0;
}
.tax-saving .main-visual img {
    width: 100%;
}
.tax-saving .mv-bottom {
    margin-top: -8px;
    position: relative;
}
.tax-saving .mv-bottom img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
}
.tax-saving .mv-bottom .txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}
.tax-saving .mv-bottom .txt h2 {
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0.16em;
    font-family: 'YuMincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    padding-top: 35px;
    padding-bottom: 10px;
}
.tax-saving .mv-bottom .txt h2 span {
    padding: 0 40px;
    position: relative;
}
.tax-saving .mv-bottom .txt h2 span::before,
.tax-saving .mv-bottom .txt h2 span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    background: #fff;
    top: 50%;
    margin-top: -20px;
}
.tax-saving .mv-bottom .txt h2 span::before {
    transform: rotate(-15deg);
    left: 0;
}
.tax-saving .mv-bottom .txt h2 span::after {
    transform: rotate(15deg);
    right: 0;
}
.tax-saving .mv-bottom .inner img {
    max-width: 600px;
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: unset;
}
.tax-saving .mv-bottom .txt {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
}
.tax-saving .mv-bottom .txt .btn {
    position: relative;
    font-size: 2.2rem;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.16em;
    min-width: 350px;
    display: inline-block;
    text-align: center;
    padding: 31px 15px 33px;
    font-family: 'YuMincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-radius: 50vh;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #b00408 0%, #78181c 100%);
    transition: .3s;
}
.tax-saving .mv-bottom .txt .btn:hover {
    background: linear-gradient(to bottom, #78181c 0%, #b00408 100%);
}
.tax-saving .mv-bottom .txt .btn span.ic {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    position: relative;
}
.tax-saving .mv-bottom .txt .btn span.ic::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #b00408;
    border-right: 2px solid #b00408;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -6px;
    transition: .3s
}
.tax-saving .mv-bottom .txt .btn::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: linear-gradient(to bottom, #ff0000 0%, #b00408 100%);
    border-radius: 50vh;
    z-index: -1;
    transition: .3s;
}
.tax-saving .mv-bottom .txt .btn:hover::before {
    background: linear-gradient(to bottom, #b00408 0%, #ff0000 100%)
}
.tax-saving .mv-bottom .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.tax-saving .mv-bottom .inner .img {
    flex: 1;
    padding-right: 20px;
}
@media(max-width: 1100px){
    .tax-saving .main-visual .inner .txt h2 {
        font-size: 5rem;
    }
    .tax-saving .main-visual .inner .txt .md {
        font-size: 4.2rem;
    }
    .tax-saving .main-visual .inner .txt .desc {
        font-size: 2.3rem;
    }
    .tax-saving .main-visual .inner .txt .sub-tl span {
        font-size: 2rem;
        min-width: 300px;
    }
    .tax-saving .main-visual .inner .img img {
        max-width: 300px;
    }
    .tax-saving .main-visual .inner .txt .sm {
        font-size: 3.2rem;
    }
    .tax-saving .mv-bottom {
        margin-top: -9px;
    }
}
@media(max-width: 960px) {
    .tax-saving .mv-bottom .txt h2 {
        font-size: 2.8rem;
    }
    .tax-saving .mv-bottom .txt h2 span {
        padding: 0px 15px;
    }
    .tax-saving .mv-bottom .txt h2 span::before, .tax-saving .mv-bottom .txt h2 span::after {
        height: 30px;
        margin-top: -15px;
    }
}
@media(max-width: 860px) {
    .tax-saving .mv-bottom .txt .btn {
        font-size: 1.8rem;
        min-width: 280px;
        padding: 25px 15px 28px;
    }
    .tax-saving .mv-bottom .txt .btn span.ic {
        width: 20px;
        height: 20px;
    }
    .tax-saving .mv-bottom .inner .img {
        flex: auto;
        padding-right: 0;
        text-align: center;
        padding-bottom: 15px;
    }
    .tax-saving .mv-bottom .inner {
        justify-content: center;
        flex-direction: column;
    }
    .tax-saving .mv-bottom .inner img {
        max-width: 450px;
    }
    .tax-saving .mv-bottom .txt h2 {
        padding-top: 30px;
    }
      .tax-saving .mv-bottom .txt h2 span {
        padding: 0px 20px;
    }
}
@media(max-width: 750px){
     .tax-saving .main-visual img {
        width: 100%;
        height: auto;
        object-fit: unset;
        object-position: unset;
    }
    .tax-saving .main-visual::after {
        display: none !important;
    }
    .tax-saving .main-visual {
        padding-top: 0;
    }
    .tax-saving .main-visual .container {
        padding: 0;
    }
    .tax-saving .main-visual .inner .img {
        padding-top: 40px;
    }
    .tax-saving .main-visual .inner .img img {
        max-width: 35vw;
    }
    .tax-saving .main-visual .inner .txt h2 {
        font-size: 7.7vw;
    }
    .tax-saving .main-visual .inner .txt .md {
        font-size: 6.5vw;
    }
    .tax-saving .main-visual .inner .txt .desc {
        font-size: 3.4vw;
    }
    .tax-saving .main-visual .inner .txt .sub-tl span {
        font-size: 3.5vw;
        min-width: 40vw;
        padding: 1.2vw;
    }
     .tax-saving .main-visual .inner .txt .sm {
        font-size: 5.5vw;
    }
    .tax-saving .main-visual .inner .txt {
        margin-left: -5.5vw;
    }
    .tax-saving .mv-bottom {
        margin-top: -1.2%;
    }
    .tax-saving .mv-bottom {
        margin-top: -3.2%;
    }
    .tax-saving .mv-bottom img {
        height: unset;
    }
    .tax-saving .mv-bottom .inner img {
        max-width: 100%;
    }
    .tax-saving .mv-bottom .inner .img {
        padding-bottom: 15px;
    }
    .tax-saving .lb-sp {
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .tax-saving .lb-sp::after,
    .tax-saving .lb-sp::before {
        display: none !important;

    }
    .tax-saving .mv-bottom .txt h2 {
        font-size: 2.8rem;
        line-height: 1.14;
        padding-bottom: 15px;
    }
    .tax-saving .mv-bottom .txt h2 span::before, 
    .tax-saving .mv-bottom .txt h2 span::after {
        height: 100%;
        margin-top: 0;
        top: 0;
    }
    .tax-saving .mv-bottom .txt h2 span {
        display: inline-block;
    }
    .tax-saving .mv-bottom .txt .btn {
        font-size: 2rem;
        min-width: 350px;
        padding: 23px 15px 25px;
        width: max-content;
        margin: 0 auto;
    }
       .tax-saving .mv-bottom .txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 12.5%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .tax-saving .mv-bottom .inner {
        display: block;
    }
    .tax-saving .mv-bottom .txt h2 {
        padding-top: 22px;
    }
}
@media (max-width:374px){
    .tax-saving .mv-bottom .txt .btn {
        min-width: 280px;
        font-size: 1.6rem;
        max-width: unset;
        width: max-content;
        margin: 0 auto;
    }
    .tax-saving .mv-bottom .txt h2 {
        font-size: 2.4rem;
    }
}
.tax-saving .cl6 {
    color: #fff7b8;
}
.tax-saving .problems  {
    position: relative;
    font-family: 'YuMincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    height: 650px;
}
.tax-saving .problems .bg {
    position: absolute;
    z-index: -1;
    top: -10%;
    height: 650px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.tax-saving .problems h2 {
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.375;
    padding-top: 25px;
    letter-spacing: 0.2em;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.tax-saving .problems h2 .cl6 {
    font-size: 3.84rem;
    position: relative;
}
.tax-saving .problems h2 .cl6::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: url(../img/tax-saving/dot.png) no-repeat;
    background-size: contain;
    background-position: center;
    top: 0;
    left: 0;
}
.tax-saving .problems h2 .sm {
    font-size: 2rem;
}
.tax-saving .problems .container {
    max-width: 560px;
}
.tax-saving .problems .inner-txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
    text-align: left
}
.tax-saving .problems .inner-txt .txt2 {
    padding-top: 25px;
}
.tax-saving .problems .inner-txt p {
    width: max-content
}
.tax-saving .problems .txt {
    font-size: 2.8rem;
    letter-spacing: 0.01em;
    line-height: 1.75;
}
.tax-saving .problems .txt .lg {
    letter-spacing: 0.02em;
}
@media(max-width:750px){
    .tax-saving .problems .bg {
        position: relative;
        z-index: -1;
        top: -12%;
        height: 115vh;
        object-fit: cover;
        object-position: bottom;
        width: 100%;
    }
    .tax-saving .problems .inner-content {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 70vw;
    }
    .tax-saving .problems {
        height: 104vh;
    }
    .tax-saving .problems h2 {
        letter-spacing: 0.1em;
    }
    .tax-saving .problems .txt {
        letter-spacing: 0.01em;
        line-height: 1.285;
    }
    .tax-saving .problems .txt .lg {
        padding-top: 24px;
    }
    .tax-saving .problems .inner-txt .txt2 {
        padding-top: 120px;
    }
    .tax-saving .problems .inner-txt p {
        letter-spacing: 0.1em;
    }
    .tax-saving .problems .inner-txt .txt1 {
        margin-right: -100%;
    }
    .tax-saving .problems .inner-txt .txt2 {
        margin-left: -100%;
    }
    .tax-saving .problems .inner-txt {
        padding-top: 55px;
        padding-bottom: 65px;
    }
}
@media(max-width:414px){
    .tax-saving .problems .bg {
        position: relative;
        z-index: -1;
        top: -6%;
        height: 92.5vh;
        object-fit: cover;
        object-position: bottom;
        width: 100%;
    }
    .tax-saving .problems .inner-content {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 70vw;
    }
    .tax-saving .problems {
        height: 83vh
    }
}
@media(max-width:374px){
    .tax-saving .problems h2 {
        font-size: 2.8rem;
    }
    .tax-saving .problems h2 .cl6 {
        font-size: 3.2rem;
    }
    .tax-saving .problems .txt {
        font-size: 2.4rem;
    }
    .tax-saving .problems .bg {
        height: 87.5vh;
    }
}
.tax-saving .tl-box {
    font-family: 'YuMincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-size: 3.6rem;
    letter-spacing: 0.012em;
    line-height: 1.2;
    color: #1b1b1b;
    font-weight: 700;
    position: relative;
}
.tax-saving .tl-box .sm {
    padding-bottom: 18px;
    position: relative;
}
.tax-saving .tl-box .sm::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: #919191;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.tax-saving .tl-box h2 {
    font-size: 7.5rem;
    font-family: "Cormorant", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1;
    letter-spacing: 0.06em;
    color: rgba(27, 27, 27, 0.149);
    margin-bottom: -25px;
    font-weight: 500;
}
.tax-saving .tl-box .sm {
    font-size: 2.52rem;
}
.tax-saving .tl-box .lg{
    font-size: 4.32rem;
}
.tax-saving .tl-box .cl7 {
    color: #d31d29;
}
.tax-saving .tl-box .line1 {
    display: inline;
    background: linear-gradient(rgba(0, 0, 0, 0) 77%, #fffbc3 0%);
}
.tax-saving .tl-box .line {
    display: inline;
    /* background: linear-gradient(rgba(0, 0, 0, 0) 77%, #fffbc3 0%); */
    position: relative;
    font-size: 3.4rem;
    color: #fff;display: inline;
    background: #000;
    background: linear-gradient(rgba(0, 0, 0, 0) 12%, #000 0%);
    line-height: 1.5;
    margin-top: 15px;
}
.tax-saving .tl-box .line::after {
    content: "";
    position: absolute;
    height: 12px;
    width: 100%;
    background: #fffbc3;
    left: 0;
    bottom:  4px;
    z-index: -1;
}
.tax-saving .container {
    max-width: 1032px;
}
.tax-saving .reason .content {
    display: flex;
    flex-wrap: wrap;
    background-color: #d31d29;
    padding: 22px 7px;
    margin-top: 35px;
}
.tax-saving .reason .content .left {
    color: #ffff;
    position: relative;
}
.tax-saving .reason .content .left .img {
    position: absolute;
    width: 100%;
    max-width: 182px;
    right: -4px;
    bottom: -22px;
}
.tax-saving .reason .content .left ul {
    border-radius: 8px;
    padding: 50px 22px;
    background-color: #111f27;
    border: 6px solid #e68e1d;
    border-bottom: 22px solid #e68e1d;
    font-size: 2rem;
    letter-spacing: 0.01em;
    line-height: 1.6;
    color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family:  "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.tax-saving .reason .content .left ul li {
    padding-bottom: 25px;
    padding-left: 38px;
    position: relative;
}
.tax-saving .reason .content .left ul li::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 20px;
    background: url(../img/tax-saving/ic-expand.png) no-repeat;
    background-size: 100% !important;
    left: 0;
    top: 7px;
}
.tax-saving .reason .content .left ul li:last-child {
    padding-bottom: 0;
}
.tax-saving .reason .content .reason-item {
    width: 50%;
    padding: 0 15px;
}
.tax-saving .reason .content .reason-item .txt {
    background: #fff;
    margin-bottom: 16px;
    padding: 16px 16px 16px;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    line-height: 1.83;
    color: #1b1b1b;
    font-family: 'HiraKakuProN', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
.tax-saving .reason .content .reason-item .txt:last-child {
    margin-bottom: 0;
}
.tax-saving .reason .content .reason-item .txt h3 {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #d31d29;
    font-family: 'YuMincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    width: 100%;
    background-color: #feffba;
    padding: 6px 15px;
    margin-bottom: 5px;
}
.tax-saving .reason .content .reason-item .txt a {
    color: #214cec;
    font-family: 'HiraKakuProN', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    text-align: right;
    border-bottom: 1px solid #214cec;
    line-height: 1;
}
.tax-saving .reason .content .reason-item .txt h4 {
    font-size: 1.4rem;
    text-align: center;
    font-family: 'HiraKakuProN', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
/* cause */
.tax-saving .cause .container {
    max-width: 790px;
}
.tax-saving .cause {
    background-color: #fffdda;
    padding-bottom: 60px;
    position: relative;
}
.tax-saving .cause::after {
    content: "";
    position: absolute;
    width: 375px;
    height: 64px;
    background: url(../img/tax-saving/cause-arr.png) no-repeat;
    background-size: 100% !important;
    bottom: -63px;
    left: 50%;
    margin-left: -187px;
}
.tax-saving .cause .img-top {
    text-align: center;
    margin-bottom: -8.4%;
}
.tax-saving .cause .img-top img {
    max-width: 375px;
    width: 100%;
}
.tax-saving .cause .content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    background-color: #d31d29;
    padding: 0 30px 0 12px;
    position: relative;
}
.tax-saving .cause .content::before {
    content: "";
    position: absolute;
    width: 155px;
    height: 208px;
    background: url(../img/tax-saving/cause-bg01.png) no-repeat;
    background-size: 100% !important;
    top: 0;
    left: 0;
}
.tax-saving .cause .content::after {
    content: "";
    position: absolute;
    width: 295px;
    height: 420px;
    background: url(../img/tax-saving/cause-bg02.png) no-repeat;
    background-size: 100% !important;
    bottom: 0;
    right: 0;
}
.tax-saving .cause .content .tl {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tax-saving .cause .content .tl h3 {
    font-size: 2.4rem;
    letter-spacing: 0.12em;
    line-height: 26px;
    color: #ffffff;
    font-family: YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-weight: 400;
}
.tax-saving .cause .content .tl .cause-no {
    font-family: "Cormorant", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    display: block;
    width: 150px;
    text-align: center;
}
.tax-saving .cause .content .tl .cause-no .no {
    font-size: 2.8rem;
    font-style: italic;
    font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.tax-saving .cause .content ul{
    background: #fff;
    margin: 12px 0;
    font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 14px 0 14px 20px;
}
.tax-saving .cause .content ul li {
    padding-left: 20px;
    position: relative;
    padding-right: 15px;
}
.tax-saving .cause .content ul li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #d31d29;
    border-radius: 50%;
    left: 0px;
    top: 10px;
}
.tax-saving .cause .content .img {
    width: 20%;
}
.tax-saving .cause .content .img img {
    width: 100%;
}
.tax-saving .cause .content .txt {
    flex: 1;
    padding: 20px 0 20px;
    padding-left: 12px;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.625;
    color: #1b1b1b;
    font-weight: 700;
    position: relative;
    z-index: 10;
}
.tax-saving .cause .content .txt .cl7 {
    color: #d31d29;
}
.tax-saving .cause .txt-box {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #1b1b1b;
    font-family: 'HiraKakuProN', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    text-align: center;
    font-weight: 700;
    padding-top: 55px;
}
.tax-saving .cause .ct-box {
    position: relative;
}
.tax-saving .cause .ct-box::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 24px;
    border-top: 25px solid #d31d29;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    left: 50%;
    margin-left: -40px;
    bottom: -24px;
}
.tax-saving .cause table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    /* border: 2px solid #c6c6c6; */
    position: relative;
    padding: 2px;
    background: #c6c6c6;
    display: block;
    border-radius: 4px;
}
.tax-saving .cause table::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.tax-saving .cause table tbody {
    position: relative;
    z-index: 1;
    background: #fff;
    display: block;
    border-radius: 4px;
}
.tax-saving .cause th,
.tax-saving .cause td {
    border-bottom: 1px solid #ccc;
    padding: 16px 10px;
    width: 25%;
    font-size: 1.4rem;
    font-family: 'HiraKakuProN', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tax-saving .cause tr {
    width: 100%;
    display: flex;
}
.tax-saving .cause th {
    background-color: #f6d2d4;
    font-weight: 700;
    border-bottom: 1px solid #ffffff;
}
.tax-saving .cause .first th {
    background-color: #e2e2e2;
}
.tax-saving .cause th.list {
    background: #dfbbbd;
}
.tax-saving .cause .act {
    background-color: #d31d29 !important;
    color: #fff;
    font-weight: 700;
}
.tax-saving .cause th.act {
    color: #d31d29;
    position: relative;
    background-color: #d31d29 !important;
    color: #fff;
}
.tax-saving .cause th.act::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: #d31d29;
    border-radius: 4px 4px 0 0;
    left: 0;
    top: -8px;
}
.tax-saving .cause .bottom td.act::before,
.tax-saving .cause .bottom td.act::after {
    bottom: 1px;
}
.tax-saving .cause .bottom td.act p::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #d31d29;
    border-radius: 0 0 2px 2px;
    left: 0;
    bottom: -2px;
}
.tax-saving .cause td.act {
    color: #d31d29;
    position: relative;
    background-color: #fff !important;
}
.tax-saving .cause sup {
    font-size: 0.9rem;
}
.tax-saving .cause td.act::before,
.tax-saving .cause td.act::after {
    content: "";
    position: absolute;
    width: 4px;
    background-color: #d31d29 !important;
    left: 0;
    bottom: -1px;
    top: -1px;
    z-index: 10;
}
.tax-saving .cause td.act::after {
    left: unset;
    right: 0;
}
.tax-saving .cause .note {
    font-size: 0.9em;
    color: #555;
    margin-top: 8px;
}
.tax-saving .cause .no {
    font-size: 2.24rem;
}
.tax-saving .cause tr.bottom th,
.tax-saving .cause tr:last-child td {
    border-bottom: unset;
}
.tax-saving .cause .txt-bt {
    font-size: 1.2rem;
    line-height: 1.33;
    font-family: 'HiraKakuProN', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    padding-top: 15px;
}
.tax-saving .reason  {
    padding-top: 0 !important;
    padding-bottom: 60px;
}
.tax-saving .reason .sm::after {
    display: none !important;
}
@media(max-width: 1024px) {
    .tax-saving .reason .content .left ul {
        font-size: 1.8rem;
    }
    .tax-saving .reason .content .reason-item .txt h3 {
        font-size: 1.4rem;
    }
    .tax-saving .reason .content .left .img {
        max-width: 150px;
    }
}
@media(max-width: 960px) {
    .tax-saving .reason .content .left ul {
        font-size: 1.6rem;
    }
    .tax-saving .reason .content .reason-item .txt h3 {
        font-size: 1.2rem;
    }
  .tax-saving .reason .content .reason-item .txt {
    font-size: 1rem;
  }
}
@media(max-width: 860px) {
    .tax-saving .reason .content .reason-item {
        width: 100%;
    }
    .tax-saving .reason .content .reason-item:first-child {
        margin-bottom: 22px;
    }
    .tax-saving .cause .img-top {
        margin-bottom: -62px;
    }
}
@media(max-width:750px){
    .reason {
        background: #d31d29;
        overflow: hidden;
    }
    .tax-saving .reason .tl-box .cl7 {
        color: #fff7b8;
    }
    .tax-saving .reason .content .left ul {
        font-size: 2rem;
    }
    .tax-saving .reason .content .reason-item {
        padding-left: 0;
        padding-right: 0;
        border-radius: 5px;
    }
    .tax-saving .reason .content {
        padding: 0;
    }
    .tax-saving .tl-box h2 {
        font-size: 7.6rem;
        letter-spacing: 0.06em;
        margin-bottom: -25px;
        font-weight: 500;
    }
    .tax-saving .reason .tl-box h2 {
        color: rgba(255, 255, 255, 0.149);
    }
    .tax-saving .reason .tl-box {
        color: #fff;
    }
    .tax-saving .reason .content .left .img {
        right: -12px;
    }
    .tax-saving .reason .content .left ul li {
        padding-bottom: 10px;
        padding-left: 28px;
        margin-right: -10px;
    }
    .tax-saving .reason .content .left ul {
        padding: 20px 12px;
        border: 4px solid #e68e1d;
        border-bottom: 12px solid #e68e1d;
        border-radius: 5px;
    }
    .tax-saving .reason .content .reason-item:first-child {
        margin-bottom: 40px;
    }
    .tax-saving .reason .content .left .img {
        bottom: -70px;
    }
    .tax-saving .reason .content .reason-item .txt {
        position: relative;
        z-index: 1;
    }
    .tax-saving .reason .container {
        padding: 0 12px;
    }
    .tax-saving .reason .content .reason-item .txt h3 {
        font-size: 1.6rem;
    }
    .tax-saving .reason .content .reason-item .txt:last-child {
        font-size: 1.2rem;
    }
    .tax-saving .reason {
        padding-top: 22% !important;
        padding-bottom: 60px;
        position: relative;
        z-index: -21;
        margin-top: -22%;
    }    
    .tax-saving .reason .content .reason-item .txt .text-right {
        text-align: left;
        padding: 12px 0 0;
    }
    .tax-saving .reason .content .reason-item .txt h4 {
        text-align: left;
        padding: 8px 0;
    }
    .tax-saving .cause .content .img {
        width: 168px;
        position: absolute;
        z-index: 13;
    }
    .tax-saving .cause .content .img img {
        width: 100%;
    }
    .tax-saving .cause .content .tl {
        flex-direction: column;
    }
    .tax-saving .cause .content .tl .cause-no {
        margin-bottom: 10px;
    }
    .tax-saving .cause .content .tl {
        margin-bottom: 22px;
    }
    .tax-saving .cause .content .tl h3 {
        letter-spacing: 0.06em;
    }
    .tax-saving .cause .content ul {
        letter-spacing: 0.06em;
    }
    .tax-saving .cause .content ul li {
        padding-left: 12px;
        padding-right: 5px;
        margin-bottom: 5px;
    }
    .tax-saving .cause .content .txt {
        padding-left: 0;
    }
    .tax-saving .cause .content {
        padding: 0 20px;
    }
    .tax-saving .cause .content ul li::before {
        width: 8px;
        height: 8px;
        top: 9px;
    }
    .tax-saving .cause .content ul {
        padding: 14px 0 10px 20px;
    }
    .tax-saving .cause .content ul li {
        padding-left: 12px;
        padding-right: 5px;
        margin-bottom: 5px;
        width: fit-content;
        margin-left: auto;
    }
    .tax-saving .cause .content .img {
        width: 168px;
        left: -12px;
    }
    .tax-saving .cause .img-top {
        text-align: center;
        position: relative;
        z-index: 1;
    }
   .tax-saving .cause th, .tax-saving .cause td {
        padding: 16px 0px;
        display: flex;
        flex-wrap: wrap;
        line-height: 1.33;
        justify-content: center;
        font-size: 1.2rem;
    }
    .tax-saving .cause .no {
        font-size: 2rem;
    }
    .tax-saving .cause td.act::before, .tax-saving .cause td.act::after {
        width: 2px;
    }
    .tax-saving .cause .bottom td.act p::after {
        height: 2px;
    }
    .tax-saving .cause table tbody {
        border-radius: 2px;
    }
    .tax-saving .cause table {
        border-radius: 2px;
    }
    .tax-saving .cause .bottom td.act::before, .tax-saving .cause .bottom td.act::after {
        bottom: 0px;
    }
    .tax-saving .cause th {
        border-bottom: 1px solid #ccc;
    }
    .tax-saving .cause .first th {
        border-bottom: unset;
    }
    .tax-saving .cause th, .tax-saving .cause td {
        padding: 13px 2px;
    }
    .tax-saving .cause th.act::after {
        height: 5px;
        border-radius: 2px 2px 0 0;
        top: -5px;
    }
    .tax-saving .cause table {
        padding: 1px;
    }
    .tax-saving .cause {
        padding-bottom: 30px;
    }
    .tax-saving .tl-box {
        margin: 0;
    }
    .tax-saving .concerns h2 {
        text-align: left !important;
        line-height: 1.46;
    }
    .tax-saving .concerns .btn-box {
        background: #fff;
        z-index: 10 !important;
    }
}
@media(max-width:414px){
    .tax-saving .reason {
        margin-top: -7%;
    }
    .tax-saving .cause .content ul {
        font-size: 1.4rem;
    }
    .tax-saving .cause .content .img {
        width: 48.5%;
        left: -12px;
        bottom: -1.8%;
    }
}
@media(max-width: 400px){
    .tax-saving .cause .img-top {
        margin-bottom: 0;
        position: absolute;
        top: -235px;
        left: -80px;
    }
    .tax-saving .cause .img-top img {
        max-width: unset;
        width: 495px;
    }
    .tax-saving .cause {
        padding-top: 225px;
        overflow: hidden;
    }
}
@media(max-width:374px){
    .tax-saving .reason {
        margin-top: -20%;
    }
    .tax-saving .tl-box h2 {
        font-size: 6rem;
    }
    .tax-saving .tl-box {
        font-size: 3rem;
    }
    .tax-saving .tl-box .lg {
        font-size: 3.6rem;
    }
    .tax-saving .reason .content .left ul {
        font-size: 1.8rem;
    }
     .tax-saving .reason .content .left .img {
        bottom: -70px;
        max-width: 115px;
    }
    .tax-saving .cause .content .tl h3  {
        font-size: 2rem;
    }
    .tax-saving .cause th, .tax-saving .cause td {
        font-size: 1rem;
    }
    .tax-saving .cause .txt-box {
        font-size: 1.6rem;
    }
    .tax-saving .cause::after {
        width: 100%;
        height: 64px;
        bottom: -63px;
        background-position: top;
        left: 0;
        margin-left: 0;
    }
    .tax-saving .cause .img-top {
        top: -204px;
    }
   .tax-saving .cause .img-top img {
        width: 430px;
    }
    .tax-saving .cause {
        padding-top: 200px;
    }
}
.tax-saving .merit {
    padding-top: 90px;
}
.tax-saving .merit .tl-box .sm::after,
.tax-saving .merit .tl-box .sm::before,
.tax-saving .about .tl-box .sm::after,
.tax-saving .about .tl-box .sm::before,
.tax-saving .one-stop .tl-box .sm::after,
.tax-saving .one-stop .tl-box .sm::before
 {
    display: none !important;
}
.tax-saving .merit .container {
    max-width: 1040px;
}
.tax-saving .merit .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
    padding-top: 20px;
}
.tax-saving .merit .items .item {
    width: 33.33%;
    padding: 20px 15px;
}
.tax-saving .merit .items .item img {
    width: 100%;
}
.tax-saving .merit .txt-bottom {
    font-family: 'HiraKakuProN', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 1.2rem;
    line-height: 1.33;
    padding-top: 15px;
}
.tax-saving .concerns {
    padding: 60px 0;
}
.tax-saving .concerns .container{
    max-width: 800px;
}
.tax-saving .concerns .inner {
    width: 100%;
    background-color: #fff;
    border: 4px solid #d31d29;
}
.tax-saving .concerns h2 {
    background-color: #d31d29;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    padding: 6px 15px 12px;
    text-align: center;
    letter-spacing: 0.16em;
    padding-right: 15%;
    position: relative;
    font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.tax-saving .concerns h2::after {
    content: "";
    position: absolute;
    width: 13%;
    height: calc(100% + 4px);
    background: url(../img/tax-saving/concern-bg.png) no-repeat;
    background-size: 100% !important;
    right: -4px;
    top: -4px;
}
.tax-saving .concerns h2 .cl6 {
    font-size: 3.36rem;
}
.tax-saving .concerns h2 .sm {
    font-size: 1.96rem;
}
.tax-saving .concerns .btn-box {
    display: flex;
    flex-wrap: wrap;
    padding: 32px 15px 32px;
    position: relative;
    z-index: 1;
}
.tax-saving .concerns .btn-box li {
    width: 50%;
    padding: 0 12px;
    background: #fff;
}
.tax-saving .concerns .btn-box li a {
    display: block;
    transition: .3s;
}
.tax-saving .concerns .btn-box li a img {
    width: 100%;
}
.tax-saving .concerns .btn-box li a:hover {
    opacity: .7;
}
.tax-saving .concerns .bg {
    max-width: 108px;
    width: 100%;
    position: absolute;
    right: 65px;
    top: -16px;
}
@media(max-width: 860px){
  .tax-saving .merit .items .item {
        width: 50%;
    }  
}
@media(max-width: 750px){
  .tax-saving .merit .items .item {
        width: 100%;
        padding: 15px 0;
    }  
    .tax-saving .merit .items {
        margin: 0;
    }
    .tax-saving .concerns .bg {
        max-width: 120px;
        right: 24px;
        top: -10px;
        z-index: 10;
    }
   .tax-saving .concerns h2::after {
        width: 55%;
    }
    .tax-saving .concerns .btn-box li {
        width: 100%;
        padding: 8px 0;
    }
    .tax-saving .concerns .btn-box {
        padding: 12px 16px;
    }
    .tax-saving .concerns .inner {
        background: #d31d29;
    }
    .tax-saving .concerns h2 {
        background-color: unset;
        color: #fff;
        padding-right: 15px;
        z-index: 1;
        position: relative;
        letter-spacing: 0.08em;
    }
}
@media(max-width: 640px){
    .tax-saving .concerns .bg {
        right: 19px;
    }
}
@media(max-width:374px){
    .tax-saving .concerns h2 {
        font-size: 2.4rem
    }
    .tax-saving .concerns h2 .cl6 {
        font-size: 3rem
    }
    .tax-saving .concerns h2 .sm {
        font-size: 1.8rem;
    }
    .tax-saving .concerns .bg {
        max-width: 105px;
        top: -5px;
    }
}
.tax-saving .about {
  background-color: #fffdda;
}
.tax-saving .about .container {
    max-width: 800px;
}
.tax-saving .about .tl-box {
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.tax-saving .about .container {
  max-width: 800px;
  margin: auto;
  padding: 40px 20px;
}
.tax-saving .about .title {
  text-align: center;
  font-size: 28px;
  letter-spacing: 2px;
  color: #bfbca8;
}

.tax-saving .about .subtitle {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}

.tax-saving .about .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 20px 0 0;
  margin: 0 -12px;
}

.tax-saving .about .item{
    width: 50%;
    padding: 12px;
}
.tax-saving .about .item .inner {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 10px 29px 0px;
    padding: 40px 25px 5px;
    height: 100%;
    position: relative;
    z-index: 1;
}
.tax-saving .about .item .inner .peop {
    position: absolute;
    max-width: 160px;
    width: 100%;
    bottom: 0;
    right: -35px;
    z-index: -1;
}
.tax-saving .about .logo {
    text-align: center;
    padding-bottom: 8px;
}
.tax-saving .about .logo img {
    height: 45px;
}
.tax-saving .about .content h3 {
  color: #d31d29;
  padding-bottom: 12px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  margin-bottom: 18px;
  font-family: YuMincho, 'Noto Serif JP', "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.tax-saving .about .content h3::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: #919191;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.tax-saving .about .checklist {
  list-style: none;
  padding: 0;
}
.tax-saving .about .checklist li {
    padding-left: 40px;
    position: relative;
    font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    line-height: 1.625;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.12em;
    padding-bottom: 15px;
}
.tax-saving .about .checklist li::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(../img/tax-saving/ic-expand1.png) no-repeat;
  background-size: 100% !important;
  left: 0px;
  top: -1px;
}

.tax-saving .about .red-section {
  background-color: #c82424;
  color: #fff;
  padding: 40px 20px;
}

.tax-saving .about .red-section h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.tax-saving .about .red-section .block {
  background-color: #fff;
  color: #333;
  padding: 20px;
  margin: 20px 0;
  display: flex;
  align-items: center;
}

.tax-saving .about .red-section .block img {
  width: 40%;
  margin-right: 20px;
}

.tax-saving .about .red-section .block div {
  flex: 1;
}

.tax-saving .about .red-section .block h4 {
  color: #c82424;
  margin-bottom: 8px;
}
@media(max-width:750px){
    .tax-saving .about .tl-box {
        letter-spacing: 0.05em;
    }
    .tax-saving .tl-box .sm {
        font-size: 2.24rem;
    }
    .tax-saving .about .container {
        padding-top: 25px;
    }
    .tax-saving .about .item {
        width: 100%;
    }
    .tax-saving .about .content {
        flex-wrap: wrap;
    }
    .tax-saving .about .content h3 {
        letter-spacing: 0.05em;
        padding-bottom: 8px;
    }
    .tax-saving .about .item {
        padding: 16px 0 16px;
    }
    .tax-saving .about .content {
        margin: 0;
    }
    .tax-saving .about .container {
        padding: 25px 12px;
    }
    .tax-saving .about .item .inner .peop {
        max-width: 140px;
        right: -46px;
        z-index: -1;
    }
    .tax-saving .about .item .inner {
        padding: 30px 16px 5px;
    }
    .tax-saving .about .checklist li {
        padding-left: 35px;
        letter-spacing: 0.06em;
    }
    .tax-saving .about .checklist li::before {
        top: -2px;
    }
    .tax-saving .about {
        overflow: hidden;
    }
}
@media(max-width:374px){
    .tax-saving .about .checklist li {
        font-size: 1.4rem;
    }
    .tax-saving .about .item .inner .peop {
        max-width: 115px;
    }
    .tax-saving .about .content h3 {
        font-size: 2rem;
    }
    .tax-saving .about .logo img {
        height: 40px;
    }
}
.tax-saving .one-stop {
  color: #000;
  padding: 40px 0 0;
  background: #fff;
  background: #fffdda;
}
.tax-saving .one-stop .tl-box h2 {
    color: rgba(255, 255, 255, 0.149);
}
.tax-saving .one-stop .container {
  max-width: 800px;
  margin: 0 auto;
}
.tax-saving .one-stop .content {
    background: #d31d29;
    padding: 0 22px 160px;
    position: relative;
}
.tax-saving .one-stop .content .peop {
    position: absolute;
    max-width: 150px;
    width: 100%;
    top: -35px;
    left: 15%;
}
.tax-saving .one-stop .content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    background: url(../img/tax-saving/one-stop-bg.png) no-repeat;
    background-position: bottom;
    top: -60px;
    left: 0;
    background-size: 100% !important;
}
.tax-saving .one-stop .content .tl-box {
    text-align: right;
    padding-bottom: 32px;
    padding-right: 11%;
}
.tax-saving .one-stop .header-image img {
  max-height: 300px;
}
.tax-saving .one-stop .item {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    background: #fff;
    padding: 24px 12px;
    position: relative;
    z-index: 1;
}
.tax-saving .one-stop .item .image {
    width: 50%;
    padding: 0 12px;
}
.tax-saving .one-stop .item .image img {
    width: 100%;
    max-width: 400px;
    height: auto;
}
.tax-saving .one-stop .item .text {
    flex: 1;
    padding: 0 12px;
    font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-right: -15px;
    letter-spacing: 0.06em;
    font-weight: 700;
}
.tax-saving .one-stop .sp,
.tax-saving .one-stop .pc {
    color: #d31d29;
    margin-bottom: 15px;
    font-size: 3.2rem;
    letter-spacing: 0.01em;
    color: #d31d29;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.tax-saving .one-stop .sp {
    display: none;
}
.tax-saving .one-stop .cl7 {
  color: #d31d29;
  font-weight: bold;
}
.tax-saving .one-stop .item .text p {
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
}
.tax-saving .one-stop .item .text p::before{
    content: "";
    position: absolute;
    width: 2px;
    left: 0;
    background: #d31d29;
    top: 4px;
    bottom: 4px;
}
@media(max-width:750px){
    .tax-saving .one-stop .container {
        padding: 0;
    }
    .tax-saving .one-stop .content .tl-box {
        padding-right: 0;
    }
    .tax-saving .one-stop .content .tl-box {
        letter-spacing: 0;
    }
    .tax-saving .one-stop .sp {
        display: block;
    }
    .tax-saving .one-stop .pc {
        display: none;
    } 
    .tax-saving .tl-box .fs-sm {
        padding-bottom: 0;
        font-size: 1.5rem;
        margin-left: -10px;
    }
    .tax-saving .tl-box .line {
        font-weight: 600;
    }
    .tax-saving .one-stop .content::before {
        z-index: -2;
    }
    .tax-saving .one-stop .content {
        position: relative;
        z-index: 1;
        padding: 0 12px 160px;
    }
    .tax-saving .one-stop .content .peop {
        max-width: 215px;
        top: -42px;
        left: -9%;
        z-index: -1;
    }
    .tax-saving .one-stop .content::before {
        height: 8%;
        background: url(../img/tax-saving/one-stop-bg-sp.png) no-repeat;
        top: -7.5%;
        background-position: bottom
    }
    .tax-saving .one-stop .tl-box {
        font-size: 5.44rem;
    }
    .tax-saving .one-stop .tl-box p {
        padding-right: 12px;
        margin-top: -40px;
    }
    .tax-saving .tl-box .sm {
        padding-bottom: 0;
    }
    .tax-saving .tl-box .line {
        background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 0%);
        line-height: 1;
    }
    .tax-saving .one-stop .content .tl-box {
        padding-right: 10px;
    }
    .tax-saving .one-stop .tl-box p {
        margin-top: -30px;
        font-size: 3.4rem;
    }
    .tax-saving .one-stop .tl-box .line::after {
        display: none;
    }
    .tax-saving .one-stop .content .tl-box {
        line-height: 1.1;
        padding-right: 0;
    }
    .tax-saving .one-stop .item {
        flex-wrap: wrap;
    }
    .tax-saving .one-stop .item .image {
        width: 100%;
        padding: 0;
    }
   .tax-saving .one-stop .item .text {
        flex: auto;
        padding: 20px 0 0;
        margin-right: -8px;
        width: 100%;
    }
    .tax-saving .one-stop .item .image img {
        max-width: 100%;
    }
    .tax-saving .one-stop .sp {
        text-align: center;
        letter-spacing: 0.05em;
    }
    .tax-saving .one-stop .item.odd {
        flex-direction: column-reverse;
    }
}
@media(max-width:374px){
    .tax-saving .one-stop .tl-box p.line {
        background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 0%);
        font-size: 2.8rem;
        line-height: 1;
    }
    .tax-saving .one-stop .content::before {
        height: 53px;
        background: url(../img/tax-saving/one-stop-bg-sp.png) no-repeat;
        top: -53px;
        background-size: cover !important;
        background-position: left;
    }
    .tax-saving .one-stop .content .tl-box {
        line-height: 1;
    }
    .tax-saving .one-stop .sp {
        font-size: 2.5rem;
    }
    .tax-saving .one-stop .item .text {
        font-size: 1.4rem;
    }

}
.tax-saving .services {
    position: relative;
    background: url(../img/tax-saving/services-bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
    padding: 100px 20px 60px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: -160px;
    position: relative;
    z-index: 10;
}
.tax-saving .services .tl-box h2 {
    color: rgba(255, 255, 255, 0.149);
}
.tax-saving .services .container {
  max-width: 1040px;
}
.tax-saving .services .tl-box .sm {
    font-size: 2.4rem;
    position: relative;
    padding-bottom: 20px;
    color: #fff;
}
.tax-saving .services .tl-box .sm::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: #919191;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.tax-saving .services .service-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 35px;
    margin: 0 -18px;
}
.tax-saving .services .service-item {
    width: 25%;
    text-align: center;
    padding: 0 18px;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.06em;
    font-weight: 700;
}
.tax-saving .services .service-item img {
    width: 100%;
}
.tax-saving .services .service-item h3 {
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    line-height: 1.55;
    color: #ffffff;
    font-family: YuMincho, 'Noto Serif JP', "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-weight: 400;
    padding-top: 18px;
    padding-bottom: 5px;
}
.tax-saving .services  .note {
    font-size: 1.2rem;
    margin-top: 35px;
    opacity: 0.8;
    text-align: left;
    font-family: 'HiraKakuProN', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
@media(max-width: 960px){
    .tax-saving .services .service-item {
        width: 50%;
    }
    .tax-saving .services .service-item img {
        max-width: 200px;
    }
    .tax-saving .services .container {
        max-width: 620px;
    }
    .tax-saving .services .service-item {
        padding-bottom: 25px;
    }
}
@media(max-width:750px){
    .tax-saving .services {
        background: url(../img/tax-saving/services-bg-sp.png) no-repeat;
        background-size: cover;
        background-position: top center;
        padding: 80px 0px 60px;
    }
    .tax-saving .services .service-item {
        width: 100%;
        padding: 0 0 30px
    }
    .tax-saving .services .service-item img {
        max-width: 100%;
        padding: 0 10px;
    }
    .tax-saving .services .service-item h3 {
        padding-top: 10px;
        font-size: 2rem;
        letter-spacing: 0.03em;
    }
    .tax-saving .services .service-item {
        width: 100%;
        padding: 0 0 30px;
        font-size: 1.2rem;
        letter-spacing: 0.03em;
    }
    .tax-saving .services .service-item h3 {
        padding-bottom: 2px;
    }
    .tax-saving .services .service-list {
        margin: 0;
    }
    .tax-saving .services .note {
        font-size: 1.1rem;
        margin-top: 5px;
    }
    .tax-saving .services .service-list {
        padding-top: 48px;
    }
}
.tax-saving .price {
    padding-top: 25px;
}
.tax-saving .price .txt-box {
    text-align: center;
    font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 4.4rem;
    line-height: 1;
    letter-spacing: 0.16em;
    font-weight: 700;
    margin-top: 35px;
}
.tax-saving .price .txt-box p {
    display: inline-block;
    background: #feffba;
    color: #1b1b1b;
    padding: 6px 15px 20px;
    min-width: 375px;
    text-align: center;
}
.tax-saving .price .txt-box .cl7 {
    color: #d31d29;
}
.tax-saving .price .txt-box .no {
    font-size: 7.04rem;
    font-style: italic;
    padding-right: 6px;
    line-height: 1;
}
.tax-saving .price .bt {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-family: 'HiraKakuProN', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    text-align: center;
    padding-top: 10px;
}
@media(max-width: 750px){
    .tax-saving .price .txt-box p {
        min-width: unset;
        width: 100%;
        max-width: 350px;
    }
    .tax-saving .price .tl-box .sm{
        padding-bottom: 18px;
    }
    .tax-saving .price .txt-box p {
        letter-spacing: 0.08em;
    }
    .tax-saving .price .bt {
        font-size: 1.2rem;
        letter-spacing: 0.03em;
        padding-top: 22px;
    }
    .tax-saving .container {
        padding: 0 12px;
    }
}
.tax-saving .steps .container {
    max-width: 800px;
}
.tax-saving .steps .tl-box .sm {
    margin-bottom: 30px;
}
.tax-saving .steps {
  background: url(../img/tax-saving/step-bg.png) no-repeat;
  background-size: cover !important;
  background-position: bottom center;
  padding: 35px 20px 275px;
  text-align: center;

}

.tax-saving .steps .step-boxes {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0 10px;
  gap: 20px;
}

.tax-saving .steps .step-box {
  background: #fff;
  position: relative;
  width: 20%;
  padding: 20px 10px 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-right: 5px solid #d31d29;
}
.tax-saving .steps .step-box::before {
   content: '';
  position: absolute;
  top: 50%;
  right: -17px;
  z-index: 10;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #d31d29;
  transform: translateY(-50%);
}

.tax-saving .steps .step-box::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -12px;
  z-index: 10;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #fff;
  transform: translateY(-50%);
}

.tax-saving .steps h3 {
  margin-bottom: 24px;
}
.tax-saving .steps h3 img {
    height: 21px;
}
.tax-saving .steps .step-main {
    display: flex;
    align-items: flex-start;
    text-align: left;
    justify-content: center;
}
.tax-saving .steps .step-main h3 {
  font-size: 15px;
  font-weight: bold;
  color: #d31d29;
  writing-mode: vertical-lr;
  margin-bottom: 10px;
}

.tax-saving .steps .step-main p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #333;
    writing-mode: vertical-rl;
    letter-spacing: 0.06em;
    font-family: 'HiraKakuProN', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    line-height: 1.8;
}
.tax-saving .steps .step-main p.lg {
    color: #d31d29;
    font-size: 2rem;
    font-family: YuMincho, 'Noto Serif JP', "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.4;
}
@media(max-width: 750px) {
    .tax-saving .steps .step-boxes {
        flex-wrap: wrap;
        padding: 0;
    }
    .tax-saving .steps .step-box {
        width: 100%;
    }
    .tax-saving .steps .tl-box .sm {
        padding-bottom: 18px;
    }
    .tax-saving .steps .step-main {
        display: flex;
        align-items: unset;
        flex-direction: column-reverse;
    }
    .tax-saving .steps .step-main p {
        writing-mode: unset;
        letter-spacing: 0.03em;
        text-align: center;
    }   
    .tax-saving .steps {
        background-position: bottom center;
        padding: 20px 8px 218px;
        text-align: center;
    }
    .tax-saving .steps h3 img {
        height: 24px;
    }
    .tax-saving .steps h3 {
        margin-bottom: 12px;
    }
    .tax-saving .steps .step-main p.lg {
        padding-bottom: 8px;
    }
    .tax-saving .steps .step-box::before {
        top: unset;
        right: 50%;
        border-top: 24px solid #d31d29;
        border-right: 36px solid transparent;
        border-left: 36px solid transparent;
        transform: unset;
        bottom: -26px;
        margin-right: -36px;
        border-bottom: unset;
    }
    .tax-saving .steps .step-box::after {
        top: unset;
        right: 50%;
        margin-right: -36px;
        border-top: 24px solid #fff;
        border-right: 36px solid transparent;
        border-left: 36px solid transparent;
        transform: unset;
        border-bottom: unset;
        bottom: -21px;
    }
    .tax-saving .steps .step-box {
        border-right: unset;
        border-bottom: 5px solid #d31d29;
    }
    .tax-saving .steps .step-boxes {
        gap: 38px;
    }
    .tax-saving .steps .step-box {
        padding-bottom: 20px;
    }
    .tax-saving .steps {
        background: url(../img/tax-saving/step-bg-sp.png) no-repeat;
    }
}
.tax-saving .case {
  background: #fff;
  padding: 80px 20px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}
.tax-saving .case .tl-box .sm {
    margin-bottom: 30px;
}
.tax-saving .case .container {
    max-width: 800px;
    /* padding-right: 0;
    padding-left: 0; */
}
.tax-saving .case .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
  margin: 0 -20px;
}
.tax-saving .case .case-box {
  width: 50%;
  padding: 0 20px
}
.tax-saving .case .case-box  .inner {
   position: relative;
    text-align: center;
    height: 80%;
}
.tax-saving .case .case-box  .inner::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:32px;
    bottom: 0;
    background: #d31d29;
    z-index: -1;
}
.tax-saving .case .case-box  .inner::after{
    content: "";
    position: absolute;
    width: 153px;
    height: 203px;
    background: url(../img/tax-saving/case-bg.png) no-repeat;
    background-size: 100% !important;
    right: 0;
    bottom: 0;
}
.tax-saving .case .no {
  margin-top: 20px;
  margin-bottom: 5px;
}
.tax-saving .case .no img {
    height: 21px;
}
.tax-saving .case h3 {
    font-size: 2.2rem;
    letter-spacing: 0.01em;
    line-height: 1.54;
    color: #474747;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 5px;
    font-family: YuMincho, 'Noto Serif JP', "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.tax-saving .case h3 .cl7 {
  color: #d31d29;
}
.tax-saving .case .case-image {
  position: relative;
  margin-bottom: 0;
  text-align: right;
  margin-right: -15px;
}

.tax-saving .case .case-image img {
  width: 75%;
  display: block;
  margin-left: auto;
}

.tax-saving .case .case-points {
    position: absolute;
    bottom: -12px;
    left: 0;
    color: #000;
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    color: #1b1b1b;
    font-family: 'HiraKakuProN', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-weight: 600;
    z-index: 10;
}
.tax-saving .case .case-points li {
    display: block;
    line-height: 1.57;
    margin-bottom: 2px;
}
.tax-saving .case .case-points li p {
    display: inline;
    background: #fff;
    padding-left: 20px;
    padding-right:  8px !important;
}
.tax-saving .case .case-points .name {
    padding-left: 20px;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.06em;
    color: #ffffff;
}
.tax-saving .case .case-points .name .sm {
    font-size: 1.4rem;
}
.tax-saving .case .case-points .label {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 2px 6px;
}

.tax-saving .cl7 {
  color: #d31d29;
}
.tax-saving .case .yellow-box .lg {
    font-size: 3.36rem;
}
.tax-saving .case .yellow-box .underline {
    border-bottom: 1px solid #d31d29;
}
.tax-saving .case .yellow-box {
    position: relative;
    background: #feffba;
    padding: 10px 0px;
    text-align: center;
    margin-top: -10px;
    z-index: 2;
    font-family: YuMincho, 'Noto Serif JP', "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    line-height: 1.33;
    color: #1b1b1b;
    font-weight: bold;
    text-align: center;
    width: calc(100% - 30px);
    margin: 32px auto 0;
}
.tax-saving .case .yellow-box::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 29px solid transparent;
  border-right: 29px solid transparent;
  border-top: 16px solid #d31d29;
}
.tax-saving .case .yellow-box::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 29px solid transparent;
  border-right: 29px solid transparent;
  border-top: 16px solid #ffffff;
}
.tax-saving .case .case-comment {
    padding: 15px;
    font-size: 1.2rem;
    letter-spacing: 0px;
    color: #ffffff;
    font-family: 'HiraKakuProN', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    text-align: left;
}
@media(max-width:860px){
    .tax-saving .case .yellow-box {
        font-size: 2rem;
    }
    .tax-saving .case .yellow-box .lg {
        font-size: 2.5rem;
    }
    .tax-saving .case h3 {
        font-size: 1.8rem;
        padding-bottom: 15px;
    }
}
@media(max-width:750px) {
    .tax-saving .case .case-box {
        width: 100%;
        padding: 0;
        padding-right: 12px;
    }
    .tax-saving .case .case-box.odd {
        padding-right: 0;
        padding-left: 12px;
    }
    .tax-saving .case {
        padding: 30px 0 0;
    }
    .tax-saving .case .tl-box .sm {
        padding-bottom: 18px;
    }
    .tax-saving .case .no {
        margin-top: 10px;
    }
    .tax-saving .case .case-points .name {
        padding-bottom: 8px;
        padding-left: 32px;
        line-height: 1.4;
    }
    .tax-saving .case .case-box .inner::before {
        top: 30px;
    }
    .tax-saving .case .case-points .label {
        font-size: 1rem;
    }
    .tax-saving .case .case-points li {
        margin-bottom: 8px;
    }
    .tax-saving .case .case-points li p {
        padding: 3px;
        padding-left: 20px;
    }
    .tax-saving .case .case-points {
        bottom: -20px;
    }
    .tax-saving .case .content {
        margin: 0;
    }
    .tax-saving .case .container {
        padding-left: 0;
        padding-right: 0;
    }
    .tax-saving .case .case-box .inner {
        height: 85%;
    }
    .tax-saving .case .case-box {
        padding-bottom: 40px;
    }
    .tax-saving .case .case-image {
        margin-right: -12px;
    }
    .tax-saving .case .case-box.odd .case-image img {
        margin-left: -12px;
    }
     .tax-saving .case .case-box.odd .case-image {
        margin-right: 0;
    }
    .tax-saving .case .case-box.odd .case-points li {
        text-align: right;
    }
    .tax-saving .case .case-box.odd .case-points li p{
        padding-left: 8px;
        padding-right: 20px;
    }
    .tax-saving .case .case-box.odd .name {
        width: max-content;
        padding-left: 0;
        padding-right: 32px;
        margin-left: auto;
    }
    .tax-saving .case .case-box .underline-sp {
        border-bottom: 1px solid #d31d29;
    }
}
@media(max-width:428px){
    .tax-saving .case .case-box .inner {
        height: 81%;
    }
}
/*
========================================================
============================ faq =======================
========================================================
*/
.tax-saving .profile .tl-box .sm {
    margin-bottom: 30px;
}
.tax-saving .profile .container {
    max-width: 710px;
}
.tax-saving .profile .content{
    display: flex;
    flex-wrap: wrap;
}
.tax-saving .profile .content .img {
    width: 32%;
}
.tax-saving .profile .content .img img {
    width: 100%;
}
.tax-saving .profile .content .txt {
    font-family: 'KozGoPr6NRegular', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    flex: 1;
    font-size: 1.2rem;
    padding-left: 30px;
    padding-top: 28px;
}
.tax-saving .profile .content .txt .lbl {
    font-size: 1.4rem;
    color: #d31d29;
    padding-right: 30px;
}
@media(max-width:750px){
    .tax-saving .profile .tl-box .sm {
        padding-bottom: 18px;
    }
    .tax-saving .profile .content .txt p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-bottom: 5px;
    }
    .tax-saving .profile .content .txt {
        padding-left: 15px;
        padding-right: 35px;
        padding-top: 15px;
    }
    .tax-saving .profile .container {
        padding: 0;
    }
    .tax-saving .profile .content .img {
        width: 37.5%;
    }
    .tax-saving .profile .content {
        align-items: flex-start;
    }
    .tax-saving .profile .content .txt .lbl {
        font-size: 1.2rem;
        padding-right: 22px;
    }
    .tax-saving .concerns {
        padding: 45px 0;
    }
    .tax-saving .tl-box h2 {
        margin-bottom: -22px;
    }
    .tax-saving .tl-box .sm {
        font-size: 2.4rem;
    }
}
@media(max-width:374px){
    .tax-saving .profile .content .img {
        width: 35%;
    }
    .tax-saving .profile .content .txt {
        padding-right: 15px;
    }
}
/*
========================================================
============================ faq =======================
========================================================
*/
.tax-saving .faq{
    background: #efefef;
    padding-top: 20px;
    padding-bottom: 60px;

}
.tax-saving .faq .container{
    max-width: 710px;
}
.tax-saving .faq ul{
    padding-top: 55px;
}
.tax-saving .faq ul li{
    margin-bottom: 20px;
}
.tax-saving .faq ul li:last-child{
    margin-bottom: 0px;
}
.tax-saving .faq .q{
    display: flex;
    font-size: 1.4rem;
    font-weight: bold;
    background: #e8e8e8;
    border-left: 3px solid #d31d29;
    padding: 10px 12px;
}
.tax-saving .faq .q .ic{
    width: 18px;
    height: 24px;
    display: inline-block;
    background: url('../img/tax-saving/ic-q.png') no-repeat;
    background-size: 100% 100% !important;
}
.tax-saving .faq .a .txt,
.tax-saving .faq .q .txt{
    padding-left: 12px;
    flex: 1;
}
.tax-saving .faq .a{
    display: flex;
    font-size: 1.2rem;
    background: #fff;
    border-left: 3px solid #c6c6c6;
    padding: 10px 12px;
}
.tax-saving .faq .a .ic{
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url('../img/tax-saving/ic-a.png') no-repeat;
    background-size: 100% 100% !important;
}
@media(max-width:750px){
    .tax-saving .faq .tl-box .sm {
        padding-bottom: 18px;
    }
    .tax-saving .faq ul {
        padding-top: 28px;
    }
    .tax-saving .faq .container {
        padding: 0 20px;
    }
    .tax-saving .faq .q {
        font-size: 1.3rem;
    }
    .tax-saving .faq .q .ic {
        background-size: 100% !important;
        width: 17px;
        height: 20px;
        margin-top: 2px;
    }
    .tax-saving .faq .a .ic {
        width: 16px;
        height: 16px;
        margin-top: 3px;
    }
    .tax-saving .faq .a .txt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    .tax-saving .faq .q {
        border-left: 2px solid #d31d29;
        padding: 9px 10px;
    }
    .tax-saving .faq .a {
        border-left: 2px solid #c6c6c6;
    }
    .tax-saving .faq ul li {
        margin-bottom: 32px;
    }
    .tax-saving .faq {
        padding-bottom: 48px;
    }
}
/*
========================================================
========================= access =======================
========================================================
*/
.tax-saving .access{
    padding-top: 20px;
    padding-bottom: 60px;
}
.tax-saving .access .container{
    max-width: 710px;
}
.tax-saving .access .access-box{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.tax-saving .access .access-box .item{
    width: 100%;
    padding: 0 12px;
}
.tax-saving .access .access-box .item iframe{
    width: 100%;
    height: 195px;
}
.tax-saving .access .access-box .item ul li{
    display: flex;
    font-size: 1.2rem;
    padding-left: 18px;
    border-left: 2px solid #d31d29;
    margin-bottom: 15px;
}
.tax-saving .access .access-box .item ul li:last-child{
    margin-bottom: 0;
}
.tax-saving .access .access-box .item ul li label{
    color: #d31d29;
    width: 85px;
    font-weight: 500;
}
.tax-saving .access .access-box .item ul li .txt{
    flex: 1;
}
.tax-saving .access .access-box .item h3 {
    display: inline-block;
    padding-top: 45px;
    padding-bottom: 25px;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 500;
    position: relative;
    font-family: 'YuMincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;    
}
@media(max-width: 750px){
    .tax-saving .access .access-box .item {
        width: 100%;
    }
    .tax-saving .access .access-box .item {
        padding: 0 0 25px;
    }
    .tax-saving .access .access-box {
        margin: 0;
    }
    .tax-saving .access .container {
        padding: 0 20px;
    }
    .tax-saving .access .tl-box .sm {
        padding-bottom: 18px;
    }
    .tax-saving .access .access-box .item ul li .txt {
        padding-right: 15px;
    }
    .tax-saving .access .access-box .item ul li label {
        width: 60px;
    }
    .tax-saving .access {
        padding-bottom: 0px;
    }
}
/*
========================================================
========================= inquiry ======================
========================================================
*/
.tax-saving .inquiry{
    padding-bottom: 40px;
    font-size: 1.2rem;
}
.tax-saving .inquiry .container{
    max-width: 414px;
}
.tax-saving .inquiry .inquiry-box{
    padding-top: 30px;
}
.tax-saving .inquiry input[type="text"],
.tax-saving .inquiry input[type="tel"],
.tax-saving .inquiry input[type="email"],
.tax-saving .inquiry textarea {
  margin-bottom: 0px;
  border: 1px solid #C7C7C7;
  width: 100%;
  padding: 8px 10px;
  outline: none;
  margin: 0;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
  -webkit-appearance: none;
  vertical-align: middle;
  border-radius: 4px;
}
.tax-saving .inquiry li{
    margin-bottom: 12px;
}
.tax-saving .inquiry textarea{
    resize: none;
    height: 120px;
}
.tax-saving .inquiry .tit{
    font-weight: bold;
    position: relative;
    padding-bottom: 2px;
    display: inline-block;
    width: 100%;
    font-size: 1.4rem;
}
.tax-saving .inquiry .tit::after {
    content: '任意';
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
    font-size: 1.2rem;
    background: #939393;
    border-radius: 3px;
    color: #fff;
    display: flex;
    padding: 2px;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.tax-saving .inquiry .tit.required::after{
    content: '必須';
    background: #e7211a;
}
.tax-saving .inquiry .tit.blank::after{
    content: '';
    background: none;
}
.tax-saving .inquiry .control{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}
.tax-saving .inquiry .mw_wp_form .horizontal-item + .horizontal-item{
    margin-left: 0;
}
.tax-saving .inquiry .ct-btn-box{
    padding-top: 15px;
}
.tax-saving .inquiry .ct-btn-box input{
    color: #fff;
    font-size: 1.6rem;
    background: #e7211a url('../img/tax-saving/ic-btn-right.png') no-repeat;
    background-position: right 12px center;
    background-size: 8px 12px;
    display: inline-block;
    border: medium none;
    box-shadow: 0 6px 0 #730C13;
    border-radius: 8px;
    padding: 16px 43px;
    cursor: pointer;
    transition: 0.2s;
}
.tax-saving .inquiry .ct-btn-box input:hover{
    opacity: 0.7;
}
.tax-saving-footer .copy-right{
    background: #1b1b1b;
    font-size: 1.2rem;
    padding: 32px 0 48px;
}
.tax-saving-footer .logo{
    padding-bottom: 38px;
}
.tax-saving-footer .logo img{
    width: 180px;
}
.tax-saving .inquiry input::placeholder,
.tax-saving .inquiry textarea::placeholder  {
    color: #c6c6c6 !important  
}
.mwform-checkbox-field input, 
.mwform-radio-field input {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    cursor: pointer;
    margin: 0px 3px -3px;
    position: relative;
}
.mwform-checkbox-field input:checked::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 5px;
    width: 5px;
    height: 12px;
    border: solid #d31d29;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.mwform-checkbox-field label, 
.mwform-radio-field label {
    margin: 4px 0 !important;
}
.tax-saving.confirm .ct-btn-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tax-saving.confirm .inquiry .ct-btn-box input {
    padding: 10px;
    width: 48%;
    min-width: unset;
    margin: 0;
}
.tax-saving.confirm .inquiry .control {
    border: 1px solid #c6c6c6;
    min-height: 33px;
    border-radius: 4px;
    background: #93939324;
    justify-content: center;
    padding-left: 10px;
    height: 100%;
    display: flex !important;
}
.tax-saving.thank .inquiry .container {
    max-width: 700px;
}
.tax-saving.thank .inquiry {
    padding: 150px 0;
    font-size: 2rem;
}
.tax-saving .wp-block-button a {
    color: #fff;
    font-size: 1.6rem;
    background-position: right 12px center;
    background-size: 8px 12px;
    display: inline-block;
    border: medium none;
    box-shadow: 0 6px 0 #730C13;
    border-radius: 8px;
    padding: 16px 70px;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 8px !important;
    margin-top: 50px;
}
.tax-saving.confirm .inquiry {
    padding-top: 120px;
}
@media(max-width:750px){
    .tax-saving .inquiry .tl-box .sm {
        padding-bottom: 18px;
    }
    .tax-saving .inquiry .inquiry-box {
        padding: 30px 8px 0;
    }
    .tax-saving .inquiry .tit {
        font-size: 1.2rem;
    }
    .tax-saving .inquiry .tit::after {
        font-size: 0.8rem;
    }
    .tax-saving .inquiry .tit.required::after {
        background: #e7211a;
    }
    .tax-saving .inquiry .control {
        display: unset;
    }
    .tax-saving .inquiry .ct-btn-box {
        padding-top: 28px;
    }
    .tax-saving .inquiry .tit::after {
        padding: 2px;
        line-height: 1;
        border-radius: 2px;
        top: 5px;
    }
    .tax-saving .inquiry {
        padding-bottom: 22px;
    }
    .tax-saving .inquiry input[type="text"], 
    .tax-saving .inquiry input[type="tel"], 
    .tax-saving .inquiry input[type="email"], 
    .tax-saving .inquiry textarea {
        border-radius: 2px;
    }
    .mwform-checkbox-field label, 
    .mwform-radio-field label {
        display: block;
    }
    .tax-saving .inquiry .ct-btn-box input {
        border-radius: 4px;
    }
    .tax-saving .inquiry .ct-btn-box input {
        box-shadow: 0 3px 0 #730C13;
    }
    .tax-saving.thank .inquiry {
        padding: 100px 0 50px;
        font-size: 1.4rem;
    }
}