@charset "utf-8";

/*  contents-area
---------------------------------------------------*/

#index_contents-area {
    background: url(./img/bg-body_top.png) no-repeat top center;
    background-size: auto;
}

@media screen and (max-width: 767px) {
    #index_contents-area {
        background: none;
    }
    body {
        background: url(./img/bg-body_top_sp.png) no-repeat top center;
        background-size: 135%;
        font-size: 1.5rem;
    }
}


/*  mainvisual
---------------------------------------------------*/

.mainvisual {
    background: url(./img/mv-top.png) no-repeat top 80px center;
    margin: 0 auto var(--s10);
    padding-top: var(--s8);
    width: 932px;
    height: 583px;
    position: relative;
}

.mainvisual .mv_txt {
    font-size: 4rem;
    line-height: 7rem;
    font-weight: bold;
    text-shadow: 3px 3px 5px #fff;
}

.mainvisual .mv_txt>span {
    background: linear-gradient(transparent 74%, #F68930 30%);
}

.mainvisual .mv_txt span span {
    font-size: 5rem;
}

.mainvisual .mv_box {
    position: relative;
    left: -35px;
    top: 100px;
}

.mainvisual .mv_img {
    display: flex;
    justify-items: center;
}

.mainvisual .mv_img img {
    display: block;
    margin-right: 2rem;
}


/*  section2
---------------------------------------------------*/

.section2 {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
    .section2 {
        margin-top: 2rem;
        margin-bottom: 0;
    }
}


/*  bg-02
---------------------------------------------------*/

.section4.bg-02 {
    background: url('./img/bg-02.png') repeat top left;
    position: relative;
    margin-top: 8rem;
    padding-bottom: 6rem;
}

.section4.bg-02 .onb-casebox02-frame {
    border: none;
    background: #FFFAD2;
}

.section4.bg-02 .onb-casebox02-frame .onb-casebox02-catch {
    font-size: 1.8rem;
    border-bottom: 1px dashed #222222;
    padding-bottom: 1rem;
    color: #E87D25;
}

.section4.bg-02 .onb-acc-list div dt {
    width: 15%;
    font-weight: bold;
}


/*  accordion_index01
---------------------------------------------------*/

.onb-index01-frame {
    width: 100%;
    border: 2px solid #DBDBDB;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 4rem;
}

.onb-index01-wrap {
    margin: 0 auto;
    padding: var(--s1) var(--s3);
    background-color: transparent;
    position: relative;
}

.onb-index01-title {
    padding: var(--s2) var(--s2) var(--s2) var(--s6);
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .onb-index01-title {
        padding: var(--s1) var(--s2) var(--s1) var(--s3);
    }
}

.onb-index01-title::before {
    content: "";
    position: absolute;
    display: block;
    background: var(--site-color01);
    border-radius: 15px;
    width: 7px;
    height: 28px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.onb-index01-title::after {
    content: "";
    width: 2.7rem;
    height: 2.7rem;
    background: url('./img/accordion-plus.svg') no-repeat 0 0 /100% auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
    .onb-index01-title::after {
        width: 2rem;
        height: 2rem;
    }
}

.onb-index01-title.is-open::after {
    background-image: url('./img/accordion-minus.svg');
}

.onb-index01-chapter {
    padding: var(--s2) 0 var(--s2) var(--s1);
    font-weight: 700;
    border-top: 1px solid #DBDBDB;
}

.onb-index01-chapter-h {
    margin: 0 0 0 var(--s2);
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}

.onb-index01-chapter-h a {
    display: block;
    text-decoration: none;
}

.onb-index01-chapter-h a:hover {
    color: #FFA45A;
}

.onb-index01-chapter-h-two {
    margin-left: var(--s2);
    position: relative;
    font-weight: normal;
}

.onb-index01-chapter-h-three {
    margin-left: var(--s4);
    position: relative;
}

.onb-index01-chapter-h-two::before,
.onb-index01-chapter-h-three::before {
    position: absolute;
    top: 0;
    left: -1.5em;
}

.onb-index01-chapter-h-two::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 2rem;
    background-color: var(--site-color01);
    transform: translateY(-50%);
    top: .8em;
}

.onb-index01-chapter-h-three::before {
    content: "└";
}

.more-content {
    display: none;
}

.onb-index01-content {
    background-color: #fff;
    margin-top: 1rem;
}


/*
---------------------------------------------
		navigation03 ※TOP、下層共通
*/

.header-area {
    width: 20rem;
    height: 100vh;
    padding: var(--s1);
    background: #fff;
    border-right: 1px solid var(--site-color09);
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.header-title-logo {
    display: none;
}

.header-logo {
    width: 100%;
    margin: var(--s2) 0;
    text-align: center;
}

.header-logo a:hover {
    opacity: .7;
}

.header-logo__img {}

.header-logo__link {
    display: block;
}

.header-logo__link:hover {
    opacity: 0.6;
}

.header-title {
    margin-bottom: var(--s2);
    margin-left: 2.4rem;
    font-size: 1rem;
    position: relative;
}

.header-title::before {
    content: "PR";
    padding: .2rem;
    color: #fff;
    background-color: #333;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -2.4rem;
}

.header-title a {
    text-decoration: none;
}

.header-title a:hover {
    text-decoration: underline;
}

.gnavi-btn-close {
    display: none;
}

.gnavi-area {
    display: none;
}

.toggle-content {
    display: none;
}

.gnavi-pc-list {
    position: relative;
}

.gnavi-pc-list__item {
    padding-left: 0;
}

.gnavi-pc-list__item::before {
    display: none;
}

.gnavi-pc-list__link {
    width: 100%;
    margin: 0 auto;
    padding: var(--s2) var(--s2) var(--s2) var(--s4);
    border-top: 1px solid var(--site-color09);
    display: block;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    background: url("./img/arrow-01-black-right.svg") no-repeat left var(--s1) center/1.4rem 1.4rem;
}

.gnavi-pc-list__link:hover {
    opacity: 0.6;
}


/*------------------------------------------
 Global menu settings
*/

.navigation01-menu-area {
    background-color: var(--site-color09);
}

.navigation01-menu {
    display: flex;
    background-color: #fff;
}

.navigation01-menu li::before {
    display: none;
}

.navigation01-menu li a {
    padding: var(--s2) var(--s1);
    display: block;
    text-decoration: none;
}

.navigation01-menu li a:hover {
    opacity: .6;
}


/* ナビゲーション分の余白設定 */

.contents-area,
.footer-area {
    margin-left: 20rem;
}


/*
---------------------------------------------
		sp settings
*/

@media screen and (max-width: 767px) {
    /*---------------------------------------------
      .mainvisual
  */
    .mainvisual {
        width: auto;
        height: auto;
        margin: 0 20px;
        background: url(./img/mv-top-sp.png) no-repeat bottom center;
        background-size: 100%;
        padding: var(--s9) 0 var(--s3);
        margin-bottom: var(--s3);
    }
    .mainvisual .mv_box {
        left: -10px;
        top: auto;
        bottom: 5px;
    }
    .mainvisual .mv_txt {
        font-size: 2.2rem;
        line-height: 3.5rem;
        text-shadow: #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
    }
    .mainvisual .mv_txt span span {
        font-size: 3.4rem;
    }
    .mainvisual .mv_img img {
        width: 55px;
        margin-right: 1rem;
    }
    .mainvisual::before {
        content: "";
        display: block;
        background: url(./img/logo.png) no-repeat top center;
        position: absolute;
        width: 50px;
        height: 56px;
        background-size: contain;
        left: -15px;
        top: 0px;
    }
    
    /*---------------------------------------------
     contents-area
  */
    .gnavi-pc {
        display: none;
    }
    .header-area {
        width: 100%;
        height: auto;
        padding: 0 var(--s1) var(--s1) 0;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        background-color: transparent;
        border: none;
        overflow-x: visible;
        overflow-y: visible;
        position: static;
    }
    .header-logo {
        display: none;
    }
    .header-area-upper {
        padding: 0.5rem var(--s1) 0;
        text-align: left;
    }
    .header-title {
        display: inline-block;
        margin-bottom: 0;
    }
    .header-title-logo {
        margin: 0 var(--s2) 0;
        width: auto;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 2.4rem;
        display: block;
    }
    .header-title-logo a img {
        display: inline;
        width: 70px;
        margin-right: 1rem;
    }
    .header-title-logo a {
        display: flex;
        text-decoration: none;
        align-items: flex-end;
        font-weight: 700;
    }
    .gnavi-ctrl {
        display: block;
        transition: opacity 0.6s, visibility 0.6s;
        opacity: 0;
        visibility: hidden;
    }
    .gnavi-ctrl.is-show {
        opacity: 1;
        visibility: visible;
    }
    #low-header .gnavi-ctrl {
        opacity: 1;
        visibility: visible;
    }
    .gnavi-btn {
        width: var(--s7);
        height: var(--s6);
        background: #333;
        display: block;
        position: fixed;
        top: var(--s3);
        right: 0;
        z-index: 200;
        cursor: pointer;
    }
    .gnavi-btn.is-show {
        opacity: 1;
        visibility: visible;
    }
    .gnavi-btn span {
        width: var(--s4);
        height: 0.2rem;
        display: inline-block;
        background: #fff;
        position: absolute;
        left: 1.2rem;
        transform: translate(0, -50%);
        transition: transform 0.4s, opacity 0.4s;
    }
    .gnavi-btn span:nth-of-type(1) {
        top: 1.7rem;
    }
    .gnavi-btn span:nth-of-type(2) {
        top: 2.4rem;
    }
    .gnavi-btn span:nth-of-type(3) {
        top: 3.1rem;
    }
    .gnavi-btn.is-active span:nth-of-type(1) {
        transform: translateY(0.7rem) rotate(-45deg);
    }
    .gnavi-btn.is-active span:nth-of-type(2) {
        opacity: 0;
    }
    .gnavi-btn.is-active span:nth-of-type(3) {
        transform: translateY(-0.7rem) rotate(45deg);
    }
    .gnavi-btn-close {
        width: 80%;
        margin: 0 auto;
        padding: var(--s2);
        background: #333;
        display: block;
        text-align: center;
    }
    .gnavi-btn-close__inner {
        padding: 0 0 0 var(--s3);
        display: inline-block;
        color: #fff;
        font-weight: 700;
        position: relative;
    }
    .gnavi-btn-close__inner::before {
        content: "";
        width: 1em;
        height: 0.2rem;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%) rotate(45deg);
    }
    .gnavi-btn-close__inner::after {
        content: "";
        width: 1em;
        height: 0.2rem;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%) rotate(135deg);
    }
    .gnavi-area {
        width: 100%;
        height: 100vh;
        padding: var(--s3) var(--s1) var(--s10);
        display: block;
        background: #FFFFFF;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
        transform: translateX(100%);
        transition: transform 0.8s ease, opacity 0.8s ease;
        opacity: 0;
    }
    .gnavi-title a {
        min-height: var(--s6);
        margin: 0 var(--s3) 0 0;
        display: flex;
        align-items: flex-end;
        justify-content: left;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.5;
        text-decoration: none;
    }
    .gnavi-title a img {
        display: inline;
        width: 60px;
        margin-right: 10px;
    }
    .gnavi-pc {
        display: none;
    }
    .gnavi-list {
        border-bottom: 1px solid #333;
        position: relative;
    }
    .gnavi-list li {
        padding-left: 0;
    }
    .gnavi-list__item::before {
        display: none;
    }
    .gnavi-list__link {
        width: 100%;
        margin: 0 auto;
        padding: var(--s2) var(--s4) var(--s2) var(--s2);
        border-top: 1px solid #333;
        display: block;
        font-weight: 700;
        line-height: 2;
        text-decoration: none;
        position: relative;
    }
    .gnavi-list__link::after {
        content: "";
        width: 1.4rem;
        height: 3rem;
        background: url("img/arrow-02-black-right.svg") no-repeat center/100% auto;
        position: absolute;
        top: 50%;
        right: var(--s2);
        transform: translate(0, -50%) rotate(0);
        transition: transform 0.3s;
        background-size: 16px 20px;
    }
    .gnavi-list__link--toggle::after {
        background-image: url("img/arrow-01-black-down.svg");
        width: 1.6rem;
        height: 1.2rem;
        background-size: contain;
    }
    .gnavi-list__link--toggle.is-open::after {
        transform: translate(0, -50%) rotate(180deg);
    }
    .gnavi-list__sub {
        width: 100%;
        background: #fff;
    }
    .gnavi-list__sub .gnavi-list__link:after {
        background: url("img/arrow-01-black-right.svg") no-repeat center/100% auto;
    }
    .gnavi-list__low .gnavi-list__link {
        padding: var(--s2) var(--s4) var(--s2) var(--s4);
    }
    .gnavi-list__low .gnavi-list__link::after {
        content: "└";
        background: none;
        transform: translateY(-50%);
        position: absolute;
        top: 40%;
        left: 1rem;
    }
    .is-gnavi-open .gnavi-area {
        opacity: 1;
        transform: translateX(0);
    }
    /*------------------------------------------
	Global menu settings
	*/
    .navigation01-menu-area {
        display: none;
    }
    /* ナビゲーション分の余白設定 */
    .contents-area,
    .footer-area {
        margin-left: 0;
    }
}


/*  section-title02

---------------------------------------------------*/

.section-title02-frame {
    margin-top: 5rem;
    text-align: center;
    position: relative;
}

.section-title02 {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}

.section-title02-sub {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 2.6rem;
    font-weight: 700;
    color: #F68930;
    text-align: center;
    position: absolute;
    top: -1.5em;
    left: 0;
}

.section-title02-sub span {
    width: 100%;
    padding: 0 var(--s2);
    position: relative;
    background-color: #fff;
}

.section-title02-sub span::before,
.section-title02-sub span::after {
    content: "";
    width: 16rem;
    height: 5px;
    background-color: #EFEFEF;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 2;
}

.section-title02-sub span::before {
    left: -16rem;
}

.section-title02-sub span::after {
    right: -16rem;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .section4.bg-02 {
        margin-top: 3rem;
    }
    .section4.bg-02 .onb-casebox02-frame {
        margin-top: 0;
        padding: var(--s3);
    }
    .section4.bg-02 .sp-table-vertical th,
    .section4.bg-02 .sp-table-vertical td {
        text-align: center;
    }
    .section4.bg-02 .btn-web {
        margin-top: 3rem;
    }
    .section4.bg-02 .column-medium {
        margin-bottom: 0;
    }
    .section4.bg-02 .onb-acc-list div dt {
        width: 30%;
    }
    .section4.bg-02 .onb-acc-list div dd {
        width: 70%;
    }
}

@media screen and (max-width: 767px) {
    .section-title02 {
        font-size: 2.4rem;
    }
    .section-title02-sub span::before,
    .section-title02-sub span::after {
        width: 7rem;
        height: 3px;
    }
    .section-title02-sub span::before {
        left: -7rem;
    }
    .section-title02-sub span::after {
        right: -7rem;
    }
}


/*------------------------------------------
    1box column settings
*/

.column-medium {
    padding: var(--s4);
    border: 1px solid var(--site-color09);
}

.onb-box-full {
    width: calc(100% + var(--s8));
    margin-left: calc(var(--s4) * -1);
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .column-medium {
        padding: var(--s2);
    }
    .onb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
    }
}


/*  dl
---------------------------------------------------*/

.dl-style dt {
    padding-left: 0;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    color: #F68930;
}

@media screen and (max-width: 767px) {
    .dl-style dt {
        font-size: 1.8rem;
        color: #F68930;
    }
}

.dl-style dd {
    font-size: 1.6rem;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .dl-style dd {
        font-size: 1.5rem;
    }
}


/*  section-title01
---------------------------------------------------*/

.section-title01-frame {
    padding-top: 24rem;
    position: relative;
}

.section-title01-frame::before {
    content: "";
    width: 100%;
    min-height: 38.8rem;
    background: url("./img/dummy.jpg") no-repeat center center;
    background-size: cover;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
}

@media screen and (max-width: 767px) {
    .section-title01-frame::before {
        background-size: 100%;
    }
    .section-title01-frame {
        padding-top: 20rem;
    }
    .section3 .section-title01-frame {
        margin-top: -5rem;
    }
}

.section-title01-bg {
    padding: 10rem 7.2rem 3.2rem 7.2rem;
    background-color: rgb(255 255 255 / 87%);
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.section-title01 {
    margin-bottom: 5rem;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    position: relative;
}

.section-title01::before {
    content: "THREE SELECTIONS";
    color: #F68930;
    font-size: 2.6rem;
    transform: translateX(-50%);
    position: absolute;
    top: -5rem;
    left: 50%;
    z-index: 3;
}

.section-title01::after {
    content: "";
    height: 1px;
    transform: translateX(-50%);
    background-color: var(--site-color09);
    position: absolute;
    top: -2rem;
    left: 50%;
    z-index: 2;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .section-title01-bg {
        padding: var(--s7) var(--s2) var(--s3) var(--s2);
    }
    .section-title01 {
        margin-bottom: var(--s2);
        font-size: 2.4rem;
    }
    .section-title01 span {
        font-size: 1.5rem;
    }
    .section-title01::before {
        font-size: 1.4rem;
        top: -3rem;
    }
}


/*------------------------------------------
    3box column settings
*/

.column-small {
    padding: 0 var(--s2) var(--s4);
    border: 1px solid #222222;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
}

.thb-box-full {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * -1);
}

.column-small .thb-iconbox01 .thb-iconbox01-bg-colored .thb-iconbox01-area {
    min-height: 174px;
    justify-content: flex-start;
}


/*  3box_img-title
---------------------------------------------------*/

.img-title-area {
    display: flex;
    background-color: #222222;
    border-radius: 20px 20px 0 0;
    align-items: flex-start;
    position: relative;
    padding-bottom: 1rem;
    padding-top: 0.5rem;
}

.img-title-image {
    width: 76px;
    padding-left: var(--s1);
    position: absolute;
    top: -2rem;
    left: 5px;
}

@media screen and (max-width: 767px) {
    .img-title-image {
        right: 2rem;
        width: 8rem;
        z-index: 10;
        left: 1rem;
    }
}

.img-title-image img {
    width: 100%;
    position: relative;
    top: -15px;
    z-index: 10;
}

.img-title {
    width: 100%;
    padding: var(--s1) var(--s2) 0 var(--s2);
    color: #fff;
    line-height: 1.8;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.img-title-sub {
    /*! margin-bottom: .8rem; */
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.4;
    display: inline-block;
}

.img-title-sub b,
.img-title b {
    border-bottom: 4px solid #FBF851;
    margin-bottom: 0;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.3;
    padding-bottom: 0.3rem;
}

.img-title-small {
    font-size: 1.4rem;
}


/*  3box_m-title01
---------------------------------------------------*/

.m-title01 {
    padding: 3rem 1rem 0;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    border-radius: 14px;
    color: #222222;
    margin-bottom: 1.5rem;
}


/*  3box_iconbox01
---------------------------------------------------*/

.thb-iconbox01-bg-colored {
    padding-top: 2rem;
}

.thb-iconbox01-area {
    padding: var(--s2) var(--s1);
    background-color: #FFFAD2;
    position: relative;
    font-size: 1.5rem;
}

.thb-iconbox01-image {
    width: 2rem;
    height: 2rem;
    position: absolute;
}

.thb-iconbox01-title {
    padding-left: var(--s4);
    padding-bottom: var(--s2);
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 1px solid #222;
    color: #E87D25;
    line-height: 2rem;
}

.thb-iconbox01-title span {
    margin-bottom: var(--s1);
    font-size: 1.4rem;
    line-height: 1.5;
    display: block;
}


/*  section-title07
---------------------------------------------------*/

.section-title07-frame {
    margin-top: 5rem;
    position: relative;
}

.section-title07-frame::before {
    content: "DETAILS";
    font-size: 17.5rem;
    font-weight: bold;
    text-align: center;
    color: #FEF2E8;
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    margin: auto;
}

.section-title07 {
    width: 100%;
    padding: var(--s4) var(--s12);
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    position: relative;
}


/*------------------------------------------------------------
        SP settings
    */

@media screen and (max-width: 767px) {
    .section-title07-frame {
        background-color: transparent;
    }
    .section-title07-frame::before {
        width: 100%;
        padding: var(--s1) 0;
        font-size: 5rem;
        top: -20px;
    }
    .section-title07 {
        padding: var(--s2) var(--s2) 0 var(--s2);
        font-size: 2.4rem;
        margin-bottom: 1.5rem;
    }
    .section-title07 span {
        font-size: 1.5rem;
    }
}


/*------------------------------------------
        1box column settings
    */

.column-medium {
    padding: var(--s4);
    border: 1px solid var(--site-color09);
}

.onb-box-full {
    width: calc(100% + var(--s8));
    margin-left: calc(var(--s4) * -1);
}


/*------------------------------------------------------------
        SP settings
    */

@media screen and (max-width: 767px) {
    .column-medium {
        padding: var(--s2);
    }
    .onb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
    }
}


/*  1box_img-title
---------------------------------------------------*/

.onb-img-title-box {
    width: calc(100% + 13rem);
    margin-left: -6.5rem;
    position: relative;
}

.onb-img-title-area {
    display: flex;
    background-color: #222;
    border-radius: 20px 20px 0 0;
    align-items: center;
}

.onb-img-title-image {}

.onb-img-title-image img {
    max-width: 100%;
    position: absolute;
    top: -50px;
    left: 20px;
}

.onb-img-title {
    width: 100%;
    padding: var(--s2) var(--s2);
    color: #fff;
    line-height: 1.5;
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
}

.onb-img-title-sub {
    margin-bottom: .8rem;
    padding: var(--s1);
    color: #fff;
    font-size: 2.4rem;
    display: inline-block;
    border-bottom: 4px solid #FBF851;
    margin-bottom: 0;
    display: inline-block;
    line-height: 1.3;
    padding-bottom: 0.3rem;
}

.onb-img-title-sub h3 {
    font-size: 3rem;
    margin-top: 15px;
}

.onb-img-title-sub b {
    border-bottom: 4px solid #FFD22D;
    font-size: 2rem;
}

.onb-img-title-small {
    font-size: 1.4rem;
}


/*------------------------------------------------------------
        SP settings
    */

@media screen and (max-width: 767px) {
    .onb-img-title-box {
        width: calc(100% + 3.2rem);
        margin-left: -1.6rem;
    }
    .onb-img-title-image {
        width: 68px;
        /*! padding-left: var(--s1); */
        position: absolute;
        top: 0;
        margin: 0 auto;
        text-align: center;
        left: 36%;
    }
    .onb-img-title-area {
        padding: 4rem 1rem 2rem;
    }
    .onb-img-title-image img {
        max-width: 68px;
        top: -45px;
        left: 10px;
    }
    .onb-img-title {
        width: 100%;
        font-size: 2.2rem;
        padding: 0;
        line-height: 1.2;
    }
    .onb-img-title-sub {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    .onb-img-title-sub b {
        border-bottom: 3px solid #FFD22D;
    }
}


/*  1box-2column_slider 
---------------------------------------------------*/

.onb-2column-slider {
    padding-bottom: 3rem;
}

.onb-2column-slider .swiper-button-next,
.onb-2column-slider .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    top: 41.3%;
}

.onb-2column-slider .swiper-button-next:hover,
.onb-2column-slider .swiper-button-prev:hover {
    opacity: .6;
}

.onb-2column-slider .swiper-button-next::after,
.onb-2column-slider .swiper-rtl .swiper-button-prev::after {
    content: "";
    width: 3rem;
    height: 3rem;
    background: url("./img/slider-arrow-right.svg") no-repeat center center;
    background-size: contain;
}

.onb-2column-slider .swiper-button-prev::after,
.onb-2column-slider .swiper-rtl .swiper-button-next::after {
    content: "";
    width: 3rem;
    height: 3rem;
    background: url("./img/slider-arrow-left.svg") no-repeat center center;
    background-size: contain;
}

.onb-2column-slider .swiper-pagination-bullet-active {
    border: 1px solid #707070;
    background-color: #A4A4A4;
}


/*  1box_m-title05
---------------------------------------------------*/

.onb-m-title5 {
    line-height: 1.5;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: var(--s1);
    border-bottom: 2px solid #FF852E;
    color: var(--site-color08);
    text-align: center;
}

.onb-title5 {
    font-weight: 700;
    font-size: 2.4rem;
}

.onb-m-title5 span {
    display: flex;
    align-items: center;
}


/*  1box_iconbox04
---------------------------------------------------*/

.onb-iconbox04-frame {
    padding: var(--s2);
    background-color: #FFFAD2;
    border-radius: 15px;
}

.onb-iconbox04-catch {
    padding: 5px 0 1rem 5.6rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 1px dashed #222222;
    background: url('./img/icon-detail_kirakira.png') no-repeat bottom 5px left / auto 3.6rem;
    color: var(--site-color08);
}

.onb-iconbox04-caption {
    text-align-last: left;
}


/*  1box_accordion-list
---------------------------------------------------*/

.onb-acc-list-frame {
    border: 3px solid #DBDBDB;
    border-radius: 20px;
}

.onb-acc-list-title {
    padding: var(--s2);
    background-color: #222222;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    border-radius: 20px 20px 0 0;
}

.onb-acc-list-content {
    padding: var(--s2);
}

.onb-acc-list div {
    padding-bottom: var(--s2);
    display: flex;
    border-bottom: 1px solid var(--site-color09);
}

.onb-acc-list div:last-child {
    border: none;
}

.onb-acc-list div dt,
.onb-acc-list div dd {
    width: 85%;
    line-height: 1.2;
}

.onb-acc-list div dd span {
    font-size: 1.4rem;
}

.more-content-gradation {
    position: relative;
    height: auto;
    max-height: 12rem;
    overflow: hidden;
    transition: max-height 1s;
}

.more-content-gradation::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}

.more-content-gradation.is-open::after {
    display: none;
}

.onb-acc-list-more-btn {
    max-width: 32rem;
    margin: var(--s5) auto;
    position: relative;
    transform: translate3d(0, 0, 0);
    /* 描画対策のGPU処理 */
}

.onb-acc-list-more-btn span {
    width: 100%;
    margin: var(--s5) auto;
    padding: 2rem 6rem 2rem 3rem;
    border: .1rem solid #707070;
    border-radius: 4rem;
    background: #F5F5F5 url('./img/accordion-plus.svg') no-repeat 95% center;
    display: block;
    text-align: center;
    font-weight: 700;
    transform: translate(0, 0);
    transition: transform 0.3s;
    cursor: pointer;
    z-index: 1;
}

.onb-acc-list-more-btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #D6D6D6;
    border-width: 0 1px 1px 0;
    transform: translate(.6rem, .6rem);
    border-radius: 4rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.onb-acc-list-more-btn:hover span {
    transform: translate(.6rem, .6rem);
}

.onb-acc-list-more-btn.is-open span {
    background: #F5F5F5 url('./img/accordion-minus.svg') no-repeat 95% center;
}


/*------------------------------------------------------------
        SP settings
    */

@media screen and (max-width: 767px) {
    .onb-acc-list-more-btn {
        width: 80%;
        margin: var(--s3) auto;
    }
    .onb-acc-list-more-btn span {
        transition: none;
        transform: none;
        padding: var(--s2) var(--s5) var(--s2) var(--s2);
        margin: var(--s3) auto;
    }
    .onb-acc-list-more-btn:hover span {
        transform: none;
    }
}


/*  1box_casebox02
---------------------------------------------------*/

.onb-casebox02-frame {
    margin-top: 2rem;
    padding: var(--s4);
    border-radius: 20px;
    position: relative;
    border: 1px solid #222222;
}

.onb-casebox02-sub {
    padding: var(--s1) var(--s3);
    background-color: #FFD22D;
    color: var(--site-color05);
    font-size: 2rem;
    font-weight: bold;
    border-radius: 5rem;
    transform: translateX(-50%);
    position: absolute;
    top: -2rem;
    left: 50%;
}

.l-onb-casebox02 {
    display: flex;
    gap: var(--s3);
}

.l-onb-casebox02__side {
    width: 50px;
}

.l-onb-casebox02__main {
    width: 100%;
}

#page .l-onb-casebox02__main {
    width: inherit;
}

.onb-casebox02-imgcap {
    margin-top: 1rem;
    text-align: center;
    font-size: 1.2rem;
}

.onb-casebox02-catch {
    color: var(--site-color08);
    font-size: 2.1rem;
    line-height: 1.5;
    font-weight: 700;
}

.onb-casebox02-catch a {
    color: var(--site-color01);
    text-decoration: none;
    display: block;
    background: url(./img/arrow-02-black-right.svg) no-repeat center right / auto 0.8em;
    padding-right: 2rem;
}

.onb-casebox02-catch a:hover {
    opacity: 0.6;
}

.onb-casebox02-caption {
    text-align: left;
}


/*  section-title05
---------------------------------------------------*/

.section-title05 {
    width: 100%;
    margin: 5rem auto 0;
    padding: var(--s4) var(--s12);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    background-color: #F5F5F5;
    position: relative;
    border-radius: 15px;
}

.section-title05 a {
    text-decoration: none;
    padding-right: 5rem;
}

.section-title05 a::after {
    content: "";
    background: url(./img/arrow-01-black-right.svg) no-repeat right center / 3rem 3rem;
    display: block;
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: 122px;
    top: calc(50% - 1.2rem);
}

.section-title05 a:hover {
    opacity: 0.6;
}

.section-title05::before {
    content: "";
    width: 12rem;
    height: 13rem;
    border-radius: 50%;
    background: url(./img/title05_left.png) no-repeat 0 0 / 100% auto;
    position: absolute;
    top: -6rem;
    left: 0;
    z-index: 3;
}


/*------------------------------------------------------------
        SP settings
    */

@media screen and (max-width: 767px) {
    .section-title05 {
        padding: var(--s3) var(--s2) var(--s2) var(--s2);
        font-size: 2.4rem;
        margin: 5rem auto 0;
        line-height: 1.4;
    }
    .section-title05 a::after {
        background-size: 2rem 2rem;
        right: 10px;
    }
    .section-title05::before,
    .section-title05::after {
        width: 5rem;
        height: 6rem;
    }
    .section-title05::before {
        top: -3rem;
    }
    .section-title05::after {
        bottom: -3rem;
    }
}


/*  3box_m-title02
---------------------------------------------------*/

.m-title02 {
    padding: var(--s2);
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.5;
    background-color: #222;
    border-radius: 15px 15px 0 0;
    text-align: center;
}

.m-title02 a {
    color: #fff;
    text-decoration: none;
    display: block;
    background: url(./img/arrow-01-right.svg) no-repeat center right 2rem / auto 0.8em;
}

.m-title02 a:hover {
    opacity: 0.6;
}


/*  1box_accordion
---------------------------------------------------*/

.onb-more-btn {
    width: 25rem;
    margin: var(--s5) auto;
    position: relative;
}

.onb-more-btn span {
    width: 100%;
    margin: var(--s5) auto;
    padding: 2rem 6rem 2rem 3rem;
    border: .1rem solid #707070;
    border-radius: 4rem;
    background: #F5F5F5 url('./img/accordion-plus.svg') no-repeat 95% center;
    display: block;
    text-align: center;
    font-weight: 700;
    transform: translate(0, 0);
    transition: transform 0.3s;
    cursor: pointer;
    z-index: 1;
}

.onb-more-btn:hover span {
    transform: translate(.6rem, .6rem);
}

.onb-more-btn.is-open span {
    background: #F5F5F5 url('./img/accordion-minus.svg') no-repeat 95% center;
}

.more-content {
    display: none;
}


/*------------------------------------------------------------
        SP settings
    */

@media screen and (max-width: 767px) {
    .onb-more-btn {
        margin: 0 auto;
        width: 80%;
    }
    .onb-more-btn span {
        transition: inherit;
        transform: none;
        margin: 0 auto var(--s3);
    }
    .onb-more-btn:hover span {
        transform: none;
    }
}


/*  2box_iconbox01
---------------------------------------------------*/

.twb-iconbox01-bg-colored {
    padding-top: 4rem;
}

.twb-iconbox01-area {
    padding: var(--s2);
    background-color: #F5F5F5;
    position: relative;
}

.twb-iconbox01-image {
    width: 10rem;
    height: 10rem;
    position: absolute;
    top: -3.2rem;
    left: -1.6rem;
}

.twb-iconbox01-title {
    padding-left: var(--s9);
    padding-bottom: var(--s2);
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #ED6D1F;
    color: #ED6D1F;
}

.twb-iconbox01-title span {
    margin-bottom: var(--s1);
    font-size: 1.4rem;
    line-height: 1.5;
    display: block;
}


/*------------------------------------------
        2box column settings
    */

.column-medium {
    padding: 0 var(--s8);
    margin-bottom: var(--s6);
    border: 1px solid var(--site-color09);
    border-radius: 20px 20px 0 0;
    background-color: #fff;
}

.twb-box-full {
    width: calc(100% + var(--s8));
    margin-left: calc(var(--s4) * -1);
}


/*------------------------------------------------------------
        SP settings
    */

@media screen and (max-width: 767px) {
    .column-medium {
        padding: 0 var(--s2) var(--s2);
    }
    .twb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
    }
}


/*  1box_txt-slider
---------------------------------------------------*/


/*------------------------------------------
        Slider settings
    */

.onb-txtSlider-area {
    position: relative;
}

.swiper.onb-txtSlider {
    width: calc(100% + 6.4rem);
    height: auto;
    margin-left: -3.2rem;
}

.slide-text-img img {
    width: 100%;
}

.slide-text-box {
    padding: 1.6rem;
}

.slide-text-box p {
    line-height: 1.5;
}

.box-title {
    font-size: 1.8rem;
    font-weight: 700;
}

.onb-txtSlider .swiper-pagination-fraction {
    width: 4em;
    padding: var(--s1);
    background-color: #fff;
    display: inline-block;
    bottom: inherit;
    top: 0;
    left: inherit;
    right: 18%;
    z-index: 5;
}

.onb-txtSlider-area .swiper-button-next,
.onb-txtSlider-area .swiper-button-prev {
    width: 5rem;
    height: 5rem;
    top: 38%;
}

.onb-txtSlider-area .swiper-button-prev {
    left: 12%;
}

.onb-txtSlider-area .swiper-button-next {
    right: 12%;
}

.onb-txtSlider-area .swiper-button-next:hover,
.onb-txtSlider-area .swiper-button-prev:hover {
    opacity: .6;
}

.onb-txtSlider-area .swiper-button-next:after,
.onb-txtSlider .swiper-rtl .swiper-button-prev:after {
    content: "";
    width: 5rem;
    height: 5rem;
    background: url("./img/slider-arrow-right.svg") no-repeat center center;
    background-size: contain;
}

.onb-txtSlider-area .swiper-button-prev:after,
.onb-txtSlider .swiper-rtl .swiper-button-next:after {
    content: "";
    width: 5rem;
    height: 5rem;
    background: url("./img/slider-arrow-left.svg") no-repeat center center;
    background-size: contain;
}

.onb-txtSlider .swiper-slide-prev .slide-text-img,
.onb-txtSlider .swiper-slide-next .slide-text-img {
    background-color: #fff;
}

.onb-txtSlider .swiper-slide-prev .slide-text-img img,
.onb-txtSlider .swiper-slide-next .slide-text-img img {
    opacity: .7;
}

.onb-txtSlider .swiper-slide-prev .slide-text-img .caption,
.onb-txtSlider .swiper-slide-next .slide-text-img .caption,
.onb-txtSlider .swiper-slide-prev .slide-text-box,
.onb-txtSlider .swiper-slide-next .slide-text-box {
    display: none;
}

.onb-txtSlider .swiper-slide-active .slide-text-box {
    display: flex;
}


/*------------------------------------------------------------
        SP settings
    */

@media screen and (max-width: 767px) {
    .swiper.onb-txtSlider {
        width: calc(100% + var(--s4));
        height: auto;
        margin-left: calc(var(--s2) * -1);
    }
    .onb-txtSlider .swiper-slide {
        width: 100% !important;
    }
    .onb-txtSlider .swiper-pagination-fraction {
        width: 5.5em;
        font-size: 1rem;
        right: 0;
    }
    .onb-txtSlider-area .swiper-button-next,
    .onb-txtSlider-area .swiper-button-prev {
        width: 3rem;
        height: 3rem;
        top: 30%;
    }
    .onb-txtSlider-area .swiper-button-prev {
        left: -1rem;
    }
    .onb-txtSlider-area .swiper-button-next {
        right: -1rem;
    }
}


/*  related-article01
---------------------------------------------------*/

.related-article01-frame {
    border: 5px solid #DBDBDB;
    border-radius: 15px;
    margin: var(--s6) auto;
    padding: var(--s2) var(--s4) var(--s4) var(--s4);
    background: #fff;
    position: relative;
}

.related-article01-title {
    padding: var(--s2) var(--s2) var(--s2) 0;
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    border-bottom: 2px dotted #707070;
}

.related-article01-list {
    padding: var(--s2) 0 var(--s2) var(--s2);
    font-weight: 700;
}

.related-article01-list li {
    margin: 0;
    padding-left: 3rem;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}

.related-article01-list li+li {
    margin-top: 10px;
}

.related-article01-list li::before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: var(--site-color01);
    position: absolute;
    top: .6rem;
    left: 0;
}

.related-article01-list a {
    display: block;
    text-decoration: none;
}

.related-article01-list a:hover {
    opacity: 0.6;
}

.relations-box.relations-box--column {
    display: flex;
    gap: 10px;
}

.relations-box__pic {
    flex: 0 0 150px;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .related-article01-list {
        padding: 0;
    }
    .related-article01-list li {
        margin-left: 0;
    }
    .relations-box__pic {
        flex: 0 0 100px;
    }
}


/*  related-article01
---------------------------------------------------*/

.related-article02-frame {
    width: 100%;
    margin: var(--s6) auto;
    padding: var(--s2) var(--s4) var(--s4) var(--s4);
    border: 2px solid #DBDBDB;
    border-radius: 15px;
    background: #fff;
    position: relative;
}

.related-article02-title {
    padding: var(--s2) var(--s2) var(--s2) 0;
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    border-bottom: 2px dotted #707070;
}

.related-article02-list {
    padding: var(--s2) 0 var(--s2) var(--s2);
    font-weight: 700;
}

.related-article02-list li {
    margin: 0;
    padding-left: 3rem;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}

.related-article02-list li+li {
    margin-top: 10px;
}

.related-article02-list li::before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: var(--site-color01);
    position: absolute;
    top: .6rem;
    left: 0;
}

.related-article02-list a {
    display: block;
    text-decoration: none;
}

.related-article02-list a:hover {
    opacity: 0.6;
}


/*----------------------------------------------
	more content settings
*/

.more-content-gradation {
    position: relative;
    height: auto;
    max-height: 12rem;
    overflow: hidden;
    transition: max-height 1s;
}

.more-content-gradation::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}

.more-content-gradation.is-open::after {
    display: none;
}

.onb-related02-btn {
    max-width: 32rem;
    margin: var(--s5) auto;
    position: relative;
    transform: translate3d(0, 0, 0);
    /* 描画対策のGPU処理 */
}

.onb-related02-btn span {
    width: 100%;
    margin: var(--s5) auto;
    padding: 2rem 6rem 2rem 3rem;
    border: .1rem solid #707070;
    border-radius: 4rem;
    background: #FFEDAB url('./img/accordion-plus.svg') no-repeat 95% center;
    display: block;
    text-align: center;
    font-weight: 700;
    transform: translate(0, 0);
    transition: transform 0.3s;
    cursor: pointer;
    z-index: 1;
}

.onb-related02-btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #D6D6D6;
    border-width: 0 1px 1px 0;
    transform: translate(.6rem, .6rem);
    border-radius: 4rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.onb-related02-btn:hover span {
    transform: translate(.6rem, .6rem);
}

.onb-related02-btn.is-open span {
    background: #FFEDAB url('./img/accordion-minus.svg') no-repeat 95% center;
}

.relations-box.relations-box--column {
    display: flex;
    gap: 10px;
}

.relations-box__pic {
    flex: 0 0 150px;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .related-article02-frame {
        padding: var(--s3);
    }
    .related-article02-title {
        padding: 0 0 var(--s2);
        margin-bottom: var(--s3);
    }
    .related-article02-list {
        padding: 0;
    }
    .related-article02-list li {
        margin-left: 0;
    }
    .onb-related02-btn:hover {
        opacity: initial;
    }
    .relations-box__pic {
        flex: 0 0 100px;
    }
}


/*  icon-head01
---------------------------------------------------*/

.icon-head01 {
    margin-top: var(--s4);
    margin-bottom: var(--s4);
    margin-left: var(--s4);
    padding: var(--s2) var(--s2) var(--s2) var(--s12);
    line-height: 1.5;
    font-size: 2.8rem;
    font-weight: 700;
    background-color: #222;
    border-radius: 0 15px 15px 0;
    position: relative;
    color: #fff;
}

.icon-head01::before {
    content: "";
    width: 9.2rem;
    height: 8.6rem;
    background: url('./img/icon-check.png') no-repeat center center;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -4rem;
}


/*------------------------------------------------------------
        SP settings
    */

@media screen and (max-width: 767px) {
    .icon-head01 {
        margin-left: var(--s4);
        padding: var(--s1) var(--s1) var(--s1) var(--s8);
        font-size: 2rem;
    }
    .icon-head01::before {
        content: "";
        width: 8rem;
        height: 8rem;
        left: -3.2rem;
        background-size: 100%;
    }
}


/*  pc-fix-banner02
---------------------------------------------------*/

.pc-fix-banner02 {
    width: 24rem;
    position: fixed;
    right: 0;
    bottom: 10rem;
    z-index: 50;
}

.pc-fix-banner02 a {
    text-decoration: none;
    display: block;
}

.pc-fix-banner02 a:hover {
    opacity: .7;
}


/*------------------------------------------------------------
    SP settings
*/

@media screen and (max-width: 767px) {
    .pc-fix-banner02 {
        display: none;
    }
    .onb-casebox02-catch {
        font-size: 2rem;
    }
}


/*  section3
---------------------------------------------------*/

.section3 .btn-web a {
    padding: var(--s2) var(--s4) var(--s2) var(--s2);
    background: var(--site-color02) url("./img/arrow-02-black-right.svg") no-repeat center right 1.5rem/auto 0.8em;
}

.section3 .btn-ancher a {
    padding: var(--s2) var(--s4) var(--s2) var(--s2);
    background: #FF852E;
    position: relative;
    z-index: 0;
}

.section3 .btn-ancher a::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 20px;
    display: block;
    background: url("./img/arrow-02-black-right.svg") no-repeat center right /auto 10px;
    background-size: 8px auto;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#index .section3 .btn-ancher a::after {
    transform: translateY(-50%) rotate(90deg);
}


/*  section4
---------------------------------------------------*/

.section4 .details {
    margin-top: 3rem;
}

.section4 .onb-m-title5 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.section4 .onb-acc-list-frame ul {
    width:450px;
    margin:0 auto;
}
@media screen and (max-width: 767px) {
  .section4 .onb-acc-list-frame ul {
    width:100%;
  }
}


/*  section5
---------------------------------------------------*/

.section5 .l-stack-large {
    padding-bottom: 4rem;
}
.section5 table th {
    width: 30%;
    font-size: 1.4rem;
}
.section5 table td {
    font-size: 1.4rem;
}


/*  #low-page .section3
---------------------------------------------------*/

.section3.low .btn-ancher a {
    background: #FF852E url("./img/arrow-02-black-right.svg") no-repeat center right 1.5rem/auto 0.8em;
}