@charset "utf-8";

/* 共通
-------------------------------------------*/
body.attention {
    overflow: visible
        /*サイドバー固定用*/
    ;
}

.anchor+section {
    margin-bottom: 90px;
}

.txt-normal-m {
    letter-spacing: .08em;
    font-weight: 400;
}

.txt-normal-m+.txt-normal-m {
    margin-top: 25px;
}

.attention_third-tit+.attention_indent-2 .txt-normal-m {
    margin-top: 10px;
}

.attention_third-tit+.attention_indent-2 .txt-normal-m+.txt-normal-m {
    margin-top: 6px;
}

.attention_second-tit+.attention_indent-1>.txt-normal-m:nth-child(1) {
    margin-top: 24px;
}


@media screen and (max-width: 767px) {
    a.anchor {
        margin-top: -70px;
        padding-top: 70px;
    }

    .second-tit.icn-left {
        letter-spacing: 0;
        font-size: 2.3rem;
    }

    .txt-normal-m {
        line-height: 2;
    }

    .txt-normal-m+.txt-normal-m {
        margin-top: 10px;
    }

    .anchor+section {
        margin-bottom: 40px;
    }

    .attention_second-tit+.attention_indent-1>.txt-normal-m:nth-child(1) {
        margin-top: 12px;
    }
}


/* サイドバー
-------------------------------------------*/
.sidebarBl {
    width: 35.7%;
    padding-top: 27px;
    padding-bottom: 50px;
    padding-right: 4%;
    box-sizing: border-box;
    position: sticky;
    top: 100px;
    align-self: start;
}

.sidebar_ul {
    margin-left: 22%;
}

.sidebar_ul>li+li {
    margin-top: 7.4px;
}

.sidebar_ul>li>a {
    font-size: 1.57rem;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: .035em;
    transition: all .5s;
    text-indent: -1.35em;
    padding-left: 1.35em;
    display: inline-block;
}

.sidebar_ul>li>a:hover {
    text-decoration: underline;
    color: #00aaaa;
}

.sidebar_num {
    color: #00aaaa;
}


@media screen and (max-width: 767px) {
    .sidebarBl {
        width: auto;
        padding-top: 0;
        padding-bottom: 32px;
        position: static;
    }

    .sidebar_ul {
        margin: 0 auto;
        width: fit-content;
    }

    .sidebar_ul>li>a {
        font-size: 1.37rem;
        position: relative;
    }

    .sidebar_ul>li>a:hover {
        text-decoration: none;
        color: #323232;
    }

    .sidebar_ul>li>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 0;
        position: absolute;
        transition: all .5s;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 8px solid #00aaaa;
        top: 5.5px;
        right: -14px;
        transform: rotate(90deg);
    }

}


/* attentionBl
-------------------------------------------*/
.attentionBl {
    padding: 150px 0 125px;
}

.attentionBl .inner1280 {
    display: flex;
    justify-content: space-between;
}

.attention_contents {
    width: 64.5%;
    padding-left: 4.7%;
    box-sizing: border-box;
    border-left: 1px solid #bfbfbf;
}

.attention_indent-1 {
    padding: 0 1.8em;
}

.attention_indent-2 {
    padding: 0 1.9em;
}

.attention_indent-3 {
    padding: 0 1.5em;
}

.attention_second-tit {
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: .1em;
    color: #00aaaa;
    position: relative;
    text-indent: -1.55em;
    padding: 0 0 .65em 2.38em
}

.attention_second-tit::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(176, 176, 176, 1) 0%, rgba(219, 218, 218, 1) 50%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.attention_third-tit {
    font-size: 2.0rem;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: .05em;
    position: relative;
    padding-left: 24px;
    margin-top: 28px;
}

.attention_indent-2+.attention_third-tit {
    margin-top: 45px;
}

.attention_third-tit::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #00aaaa;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.attention_third-tit-indent {
    text-indent: -3.6em;
    padding-left: 4.9em;
    display: inline-block;
}

.attention_fourth-tit {
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.5;
    position: relative;
    padding-left: 28px;
    display: table;
    margin-top: 17px;
}

.attention_indent-3+.attention_fourth-tit {
    margin-top: 31px;
}

.attention_fourth-tit::before,
.attention_fourth-tit::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #bfbfbf;
    position: absolute;
    top: 13px;
}

.attention_fourth-tit::before {
    width: 19px;
    left: 0;
}

.attention_fourth-tit::after {
    width: 4px;
    background-color: #fff;
    left: 5px;
}

.attention_fifth-tit {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0;
    text-align: center;
    margin-top: 45px;
    padding: 0 0 1em;
    position: relative;
}

.attention_fifth-tit::before,
.attention_fifth-tit::after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.attention_fifth-tit::before {
    width: 47px;
    background-color: #bfbfbf;
}

.attention_fifth-tit::after {
    width: 4px;
    height: 3px;
    background-color: #fff;
    left: calc(50% + -17px);
}

.attention_sixth-tit {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    position: relative;
    padding-left: 23px;
    margin-top: 28px;
}

.scrollable-wrapper+.attention_sixth-tit,
.attention_table+.attention_sixth-tit {
    margin-top: 36px;
}

.attention_sixth-tit::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #00aaaa;
    position: absolute;
    left: 0;
    top: 4px;
}

.attention_iframewrap {
    width: 81.8%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: flex;
    align-self: baseline;
    margin: 13px 0 10px;
}

.attention_iframewrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.07);
    pointer-events: none;
}

.attention_iframewrap iframe {
    width: 100%;
}

.attentionBl .btn-txtlink.btn-right {
    margin-top: 13px;
    padding: 0 20px 3px 10px;
}

.attention_chuki-ul {
    margin-top: 9px;
}

.attention_chuki-ul>li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0;
}

.attention_chuki-ul>li+li {
    margin-top: 7px;
}

.attention_bullet-ul {
    margin-top: 12px;
}

.attention_bullet-ul>li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0;
}

.attention_bullet-ul>li+li {
    margin-top: 7px;
}

.attention_bullet-ul_ul>li {
    text-indent: -.7em;
    padding-left: 1.2em;
}

.attention_bullet-ul_ul>li+li {
    margin-top: 2px;
}

.attentionBl .telArea {
    padding: 0;
}

.attentionBl .telArea_time {
    margin-top: 0;
}

.attentionBl .scrollable-wrapper {
    white-space: inherit;
}

.scroll-hint-icon-wrap {
    height: inherit !important;
}

.attention_table {
    width: 100%;
    max-width: 570px;
    box-sizing: border-box;
    border-collapse: collapse;
    border: 1px solid #9a9a9a;
    table-layout: fixed;
    margin-top: 12px;
}

.attention_indent-3+.attention_table {
    margin-top: 23px;
}

.attention_fifth-tit+.attention_table,
.attention_fifth-tit+.scrollable-wrapper .attention_table {
    margin-top: 0;
}

.attention_table th,
.attention_table td {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0;
    border: 1px solid #bfbfbf;
    vertical-align: middle;
    padding: 15.5px 1.5em;
    box-sizing: border-box;
    /* word-break: keep-all; */
}

.attention_table th {
    font-weight: 500;
}

.attention_table tr:nth-child(1) th {
    background-color: #ececec;
    text-align: center;
}

.attention_table tr:nth-child(n+2) th:nth-child(1) {
    background: rgba(226, 243, 244, 1);
}

.attention_table td {
    font-weight: 400;
}

/* --- */

.attention_table._1 tr:nth-child(1) th:nth-child(1),
.attention_table._2 tr:nth-child(1) th:nth-child(1),
.attention_table._3 tr:nth-child(1) th:nth-child(1) {
    width: 35.5%;
}

.attention_table._1 tr:nth-child(1) th:nth-child(2),
.attention_table._2 tr:nth-child(1) th:nth-child(2),
.attention_table._3 tr:nth-child(1) th:nth-child(2) {
    width: 64.5%;
}

/* --- */

.attention_table._4 th,
.attention_table._4 td {
    text-align: center;
    padding: 15.5px .5em;
}

.attention_table._4 tr:nth-child(1) th:nth-child(1) {
    width: 23%;
}

.attention_table._4 tr:nth-child(1) th:nth-child(2) {
    width: 21%;
}

.attention_table._4 tr:nth-child(1) th:nth-child(3) {
    width: 28%;
}

.attention_table._4 tr:nth-child(1) th:nth-child(4) {
    width: 28%;
}

/* --- */

.attention_table._5 tr:nth-child(1) th:nth-child(1),
.attention_table._6 tr:nth-child(1) th:nth-child(1) {
    width: 44%;
}

.attention_table._5 tr:nth-child(1) th:nth-child(2),
.attention_table._6 tr:nth-child(1) th:nth-child(2) {
    width: 56%;
}

/* --- */

.attention_table._7 th,
.attention_table._7 td {
    padding: 15.5px .2em;
}

.attention_table._7 tr:nth-child(1) th:nth-child(1) {
    width: 22%;
}

.attention_table._7 tr:nth-child(1) th:nth-child(2) {
    width: 31%;
}

.attention_table._7 tr:nth-child(1) th:nth-child(3) {
    width: 25%;
}

.attention_table._7 tr:nth-child(1) th:nth-child(4) {
    width: 10%;
}

.attention_table._7 tr:nth-child(1) th:nth-child(5) {
    width: 12%;
}

/* --- */

.attention_table._8 tr:nth-child(1) th:nth-child(1) {
    width: 47%;
}

.attention_table._8 tr:nth-child(1) th:nth-child(2) {
    width: 53%;
}

/* --- */

.attentionBl .secInfo .scrollable-wrapper {
    margin-top: 0;
}

.attention_last-txt {
    font-size: 2.5rem;
    line-height: 1.72;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 52px;
}


@media screen and (max-width: 1000px) {
    .attention_indent-1,
    .attention_indent-2,
    .attention_indent-3 {
        padding: 0 10px;
    }

    .attention_iframewrap {
        width: auto;
    }
}


@media screen and (max-width: 767px) {
    .attentionBl {
        padding: 41px 0 22px;
    }

    .attentionBl .inner870 {
        padding: 0;
    }

    .attentionBl .inner1280 {
        display: block;
    }

    .attention_contents {
        width: auto;
        padding-top: 10px;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #bfbfbf;
    }

    .attention_indent-1,
    .attention_indent-2,
    .attention_indent-3 {
        padding: 0 10px;
    }

    .attention_second-tit {
        font-size: 2.0rem;
        padding-bottom: 1em;
        text-align: center;
        text-indent: 0;
        padding-left: 0;
    }

    .attention_third-tit {
        font-size: 1.7rem;
        padding-left: 22px;
        margin-top: 13px;
    }

    .attention_indent-2+.attention_third-tit {
        margin-top: 22px;
    }

    .attention_third-tit::before {
        width: 12px;
        height: 12px;
        top: 7px;
    }

    .attention_third-tit-indent {
        text-indent: -3.6em;
        padding-left: 4.9em;
    }

    .attention_third-tit+.attention_indent-2 .txt-normal-m {
        margin-top: 4px;
    }

    .attention_fourth-tit {
        font-size: 1.5rem;
        margin-top: 18px;
    }

    .attention_indent-3+.attention_fourth-tit {
        margin-top: 20px;
    }

    .attention_fifth-tit {
        font-size: 1.3rem;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .attention_fourth-tit::before,
    .attention_fourth-tit::after {
        top: 11px;
    }

    .attention_sixth-tit {
        font-size: 1.3rem;
        padding-left: 23px;
        margin-top: 17px;
    }

    .attention_sixth-tit::before {
        width: 12px;
        height: 12px;
        top: 4px;
    }

    .attention_iframewrap {
        margin: 13px -10px 10px;
    }

    .scroll-hint-icon-wrap {
        height: 100% !important;
    }

    .attentionBl .third-tit-left+.scrollable-wrapper {
        margin-top: 27px;
    }

    .attention_table {
        width: 100%;
    }

    .attention_table th,
    .attention_table td {
        font-size: 1.2rem;
        padding: 10px;
        word-break: inherit;
    }

    .attention_iframewrap iframe {
        height: 300px;
    }

    .attentionBl .btn-txtlink.btn-right {
        margin-top: 6px;
    }

    .attention_bullet-ul {
        margin-top: 10px;
    }

    .attention_bullet-ul>li {
        font-size: 1.25rem;
        line-height: 2;
    }

    .attention_bullet-ul>li+li {
        margin-top: 9px;
    }

    .attention_last-txt {
        font-size: 2.0rem;
        margin-top: 37px;
    }
}


@media screen and (max-width: 500px) {
    .scrollable-wrapper .attention_table {
        width: 500px;
    }
}