/*==================================================================
    #online
===================================================================*/


/* -----------------------------------------------
    mainView02
------------------------------------------------*/

#online .mainView02 {
    padding-top: 35px;
    margin-bottom: 40px;
}

#online .mainView02__ttl {
    line-height: 1.1;
}

#online .mainView02__ttl small {
    font-size: 3.2rem;
}


/* tablet */

@media only screen and (min-width: 768px) and (max-width: 960px) {
    #online .mainView02 {
        padding-top: 100px;
    }
    #online .mainView02__ttl {
        line-height: 1;
        letter-spacing: 0.1em;
    }
    #online .mainView02__ttl small {
        font-size: 3.2rem;
    }
}


/* sp */

@media screen and (max-width: 767px) {
    #online .mainView02 {
        padding-top: 25px;
        margin-bottom: 20px;
    }
    #online .mainView02__ttl {
        line-height: 1;
        letter-spacing: 0;
    }
    #online .mainView02__ttl small {
        font-size: 1.6rem;
    }
}


/* -----------------------------------------------
    box-alert-r
------------------------------------------------*/

#online .box-alert-r {
    padding-top: 64px;
    margin-bottom: 0;
}


/* sp */

@media screen and (max-width: 960px) {
    #online .box-alert-r {
        padding-top: 48px;
        margin-bottom: 0;
    }
}


/* -----------------------------------------------
    .sec-online-intro
------------------------------------------------*/

.sec-online-intro {
    /* padding-top: 64px; */
    margin-bottom: 64px;
}

.sec-online-intro__txt {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 32px;
    color: #171717;
}

.sec-online-intro__inner {
    width: 100%;
    background-color: #e2f1ff;
    border-radius: 20px;
    padding: 40px 40px;
    text-align: center;
}

.sec-online-intro__inner .box-listIntro p:first-child {
    margin-bottom: 0.4em;
}

.box-listIntro__footer {
    margin-top: 32px;
}

.box-listIntro__footer-txt {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 40px;
    line-height: 1;
    color: #333;
}

.box-listIntro__footer-btn {
    text-align: center;
}


/* tablet */

@media screen and (max-width: 960px) {
    .sec-online-intro {
        padding-top: 0;
        margin-bottom: 80px;
    }
    .sec-online-intro__txt {
        font-size: 1.8rem;
        padding-bottom: 32px;
    }
    .sec-online-intro__inner {
        border-radius: 20px;
        padding: 56px 30px 56px;
    }
    .box-listIntro__footer-txt {
        font-size: 1.8rem;
        padding-bottom: 24px;
        line-height: 1.4;
    }
}


/* sp */

@media screen and (max-width: 767px) {
    .sec-online-intro {
        padding-top: 0;
        margin-bottom: 48px;
    }
    .sec-online-intro__txt {
        font-size: 1.6rem;
        padding-bottom: 30px;
    }
    .sec-online-intro__inner {
        border-radius: 10px;
        padding: 30px 15px 30px;
    }
    .box-listIntro__footer-txt {
        font-size: 1.8rem;
        padding-bottom: 24px;
        line-height: 1.4;
    }
}


/* -----------------------------------------------
    .box-listIntro
------------------------------------------------*/

.box-listIntro {
    display: inline-block;
}

.box-listIntro li {
    text-align: left;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}

.box-listIntro li p {
    font-size: 1.6rem;
    line-height: 1.5;
}

.box-listIntro li .number {
    content: "1";
    font-family: "Noto Sans JP";
    text-align: center;
    line-height: 18px;
    font-size: 1.2rem;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #2095fc;
    color: #fff;
}

.box-listIntro li:last-child {
    margin-bottom: 0;
}

.box-listIntro li:nth-child(1) .link01 {
    padding-top: 0.3em;
    margin-bottom: 0.3em;
}

.box-listIntro li:nth-child(1) .box-listIntro__note {
    padding-left: 0em;
}

.box-listIntro .-mb {
    margin-bottom: 20px;
}

.box-listIntro__note small {
    display: block;
    position: relative;
    padding-left: 1.2em;
    font-size: 1.4rem;
}

.box-listIntro__note small::before {
    content: "";
    position: absolute;
    left: 0;
    top: .3em;
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(../img/common/icon_anno_k.png);
    background-repeat: no-repeat;
    background-size: contain;
}


/* tablet */

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .box-listIntro li {
        text-align: left;
        font-size: 1.6rem;
        margin-bottom: 0.8em;
        padding-left: 30px;
        margin-bottom: 25px;
    }
    .box-listIntro li p {
        font-size: 1.6rem;
        line-height: 1.4;
        letter-spacing: 0.05em;
    }
    .box-listIntro li p strong {
        font-weight: normal;
    }
    .box-listIntro li p a {
        letter-spacing: 0.05em;
    }
    .box-listIntro li p small {
        font-size: 1.2rem;
    }
    .box-listIntro li::before {
        font-size: 1rem;
        top: 2px;
        transform: translateY(0);
        left: 0;
        width: 15px;
        height: 15px;
        line-height: 15px;
    }
    .box-listIntro .-mb {
        margin-bottom: 15px;
    }
    .box-listIntro__note small {
        display: block;
        font-size: 1.4rem;
    }
}


/* sp */

@media screen and (max-width: 767px) {
    .box-listIntro li {
        text-align: left;
        font-size: 1.4rem;
        margin-bottom: 0.8em;
        padding-left: 25px;
        margin-bottom: 25px;
    }
    .box-listIntro li p {
        font-size: 1.4rem;
        line-height: 1.4;
        letter-spacing: 0.05em;
    }
    .box-listIntro li p a {
        letter-spacing: 0.05em;
    }
    .box-listIntro li p small {
        font-size: 1.4rem;
    }
    .box-listIntro li .number {
        font-size: 1rem;
        top: 2px;
        transform: translateY(0);
        left: 0;
        width: 15px;
        height: 15px;
        line-height: 15px;
    }
    .box-listIntro .-mb {
        margin-bottom: 15px;
    }
    .box-listIntro__note small {
        display: block;
        font-size: 1.4rem;
    }
}


/*  box-listIntro__Qr
---------------------------------------------*/

.box-listIntro__Qr {
    display: flex;
    width: 100%;
}

.box-listIntro__Qr-li {
    width: 22%;
}

.box-listIntro__Qr-li img {
    padding-top: 14px;
    width: 120px;
}


/* tablet */

@media screen and (max-width: 960px) {
    .box-listIntro__Qr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .box-listIntro__Qr-li {
        width: 28%;
    }
    .box-listIntro__Qr-li img {
        padding-top: 14px;
        width: 120px;
    }
}


/* sp */

@media screen and (max-width: 767px) {
    .box-listIntro__Qr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .box-listIntro__Qr-li {
        width: 30%;
    }
    .box-listIntro__Qr-li.-li01 {
        width: 100%;
        margin-bottom: 10px;
    }
    .box-listIntro__Qr-li.-li02,
    .box-listIntro__Qr-li.-li03 {
        width: 50%;
    }
    .box-listIntro__Qr-li.-li02 {
        padding-right: 5px;
    }
    .box-listIntro__Qr-li.-li03 {
        padding-left: 5px;
    }
    .box-listIntro__Qr-li.-li03>a {
        margin-right: -1em;
    }
    .box-listIntro__Qr-li img {
        padding-top: 14px;
        width: 120px;
        flex: none;
    }
}


/* -----------------------------------------------
    .sec-online-flow
------------------------------------------------*/

.sec-online-flow {
    margin-bottom: 64px;
}

.sec-online-flow #online-step01.box-explanation01 .box-explanation01__txt {
    text-align: center;
}

.sec-online-flow #online-step01.box-explanation01 .box-explanation01__txt .link01 {
    margin-bottom: 40px;
}

.sec-online-flow #online-step01.box-explanation01 .box-explanation01__txt p {
    display: inline-block;
    margin-bottom: 0;
}

.sec-online-flow #online-step03.box-explanation01 .box-explanation01__txt>p {
    margin-top: -10px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    min-width: 900px;
    letter-spacing: 0.02em;
}

.sec-online-flow #online-step03.box-explanation01 .box-explanation01__txt>p strong {
    font-size: 8.5rem;
    color: #ff7f42;
}

.sec-online-flow #online-step03.box-explanation01 .box-explanation01__supplement {
    margin-top: 20px;
}


/* tablet */

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .sec-online-flow {
        margin-bottom: 80px;
    }
    .sec-online-flow #online-step01.box-explanation01 .box-explanation01__txt .link01 {
        margin-bottom: 30px;
    }
    .sec-online-flow #online-step01.box-explanation01 .box-explanation01__txt img {
        margin-bottom: 20px;
    }
    .sec-online-flow #online-step03.box-explanation01 .box-explanation01__txt>p {
        margin-top: 0px;
        font-size: 2.6rem;
        line-height: 1.4;
        min-width: 0;
    }
    .sec-online-flow #online-step03.box-explanation01 .box-explanation01__txt>p strong {
        font-size: 8.2rem;
    }
    .sec-online-flow #online-step03.box-explanation01 .box-explanation01__txt .txt-tab {
        font-size: 2.0rem;
    }
    .sec-online-flow #online-step03.box-explanation01 .box-explanation01__supplement {
        margin-top: 15px;
    }
}


/* sp */

@media screen and (max-width: 767px) {
    .sec-online-flow {
        margin-bottom: 48px;
    }
    .sec-online-flow #online-step01.box-explanation01 .box-explanation01__txt .link01 {
        margin-bottom: 30px;
    }
    .sec-online-flow #online-step01.box-explanation01 .box-explanation01__txt img {
        margin-bottom: 20px;
    }
    .sec-online-flow #online-step03.box-explanation01 .box-explanation01__txt>p {
        margin-top: 0px;
        font-size: 1.6rem;
        line-height: 1.4;
        min-width: 0;
    }
    .sec-online-flow #online-step03.box-explanation01 .box-explanation01__txt>p strong {
        font-size: 7rem;
    }
    .sec-online-flow #online-step03.box-explanation01 .box-explanation01__supplement {
        margin-top: 15px;
    }
}


/* -----------------------------------------------
    box-explanation01
------------------------------------------------*/

#online-step02.box-explanation01 {
    margin-bottom: 64px;
}


/* tablet */

@media only screen and (min-width: 768px) and (max-width: 960px) {
    #online-step02.box-explanation01 {
        margin-bottom: 80px;
    }
}


/* sp */

@media screen and (max-width: 767px) {
    #online-step02.box-explanation01 {
        margin-bottom: 48px;
    }
}


/* -----------------------------------------------
    .sec-online-last
------------------------------------------------*/

.sec-online-last {
    text-align: center;
    padding-top: 64px;
    padding-bottom: 64px;
}


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

@media screen and (max-width: 960px) {
    .sec-online-last {
        padding-top: 40px;
        padding-bottom: 48px;
    }
}


/* -----------------------------------------------
    #online-step02
------------------------------------------------*/

@media screen and (max-width: 960px) {
    #online-step02 .item-explanation01__display.-w100 img {
        width: 60%;
    }
    #online-step02 .box-toggleList__btn {
        padding-top: 0.5em;
        line-height: 1.3;
    }
    #online-step02 .box-toggleList .box-explanation01__flow02:last-child {
        margin-bottom: 0;
    }
    #online-step02 .box-toggleList .box-explanation01__flow02:last-child .item-explanation01__display-img img {
        width: 60%;
    }
    #online-step02 .box-toggleList .box-explanation01__flow02:last-child .item-explanation01__display-img figcaption img {
        width: 37px;
    }
}

@media screen and (max-width: 340px) {
    #online-step02 .box-toggleList__btn {
        padding-top: 0.8em;
    }
}


/*==================================================================
    link01
===================================================================*/

.link01 {
    display: inline-block;
    font-weight: bold;
    text-decoration: underline;
    position: relative;
    padding-right: 30px;
    color: #171717;
    font-size: 2rem;
    line-height: 1.4;
}

.link01.-external::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: 23px;
    height: 20px;
    background-image: url("../img/common/icon_external_k.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.link01 small {
    font-size: 1.4rem;
}

.link01.-small {
    font-size: 1.6rem;
    font-weight: normal;
}

.link01.-small::after {
    width: 18px;
    height: 15px;
    right: 5px;
}


/* ======= hover ======= */

.link01:hover {
    text-decoration: none;
}


/* tablet */

@media screen and (max-width: 960px) {
    .link01 {
        font-size: 1.8rem;
    }
    .link01.-small {
        font-size: 1.6rem;
        padding-right: 18px;
    }
    .link01.-small::after {
        width: 13px;
        height: 11px;
        right: 0px;
    }
    .link01::after {
        right: 0px;
        width: 18px;
        height: 15px;
    }
    .link01 small {
        display: none;
    }
}


/* sp */

@media screen and (max-width: 767px) {
    .link01 {
        font-size: 1.6rem;
    }
    .link01.-small {
        font-size: 1.4rem;
    }
}


/*==================================================================
    sec-online-video
===================================================================*/

.sec-online-video {
    padding-bottom: 118px;
}

.sec-online-video .box-explanation01 {
    margin-bottom: 64px;
}

.sec-online-video .box-explanation01:last-child {
    margin-bottom: 0px;
}


/* tablet */

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .sec-online-video {
        padding-bottom: 115px;
    }
    .sec-online-video .box-explanation01 {
        margin-bottom: 80px;
    }
}


/* sp */

@media screen and (max-width: 767px) {
    .sec-online-video {
        padding-bottom: 80px;
    }
    .sec-online-video .box-explanation01 {
        margin-bottom: 40px;
    }
}


/* ======= title ======= */

.sec-online-video .box-explanation01__ttl {
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 24px;
    line-height: 1.4;
    letter-spacing: 0.075em;
}

.sec-online-video .box-explanation01__ttl small {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 45px;
}

.sec-online-video .box-explanation01:first-child .box-explanation01__ttl small::before,
.sec-online-video .box-explanation01:last-child .box-explanation01__ttl small::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 28px;
    height: 48px;
    background-image: url("../img/common/icon_smartphone.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.sec-online-video .box-explanation01:last-child .box-explanation01__ttl small {
    padding-left: 65px;
}

.sec-online-video .box-explanation01:last-child .box-explanation01__ttl small::before {
    width: 48px;
    height: 39px;
    background-image: url("../img/common/icon_desktop.png");
}


/* tablet */

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .sec-online-video .box-explanation01__ttl {
        font-size: 2.8rem;
        margin-bottom: 0px;
    }
    .sec-online-video .box-explanation01__ttl small {
        font-size: 1.8rem;
        margin-bottom: 8px;
        padding-left: 25px;
    }
    .sec-online-video .box-explanation01:first-child .box-explanation01__ttl small::before,
    .sec-online-video .box-explanation01:last-child .box-explanation01__ttl small::before {
        left: 0;
        width: 24px;
        height: 40px;
    }
    .sec-online-video .box-explanation01:first-child .box-explanation01__ttl small {
        padding-left: 35px;
    }
    .sec-online-video .box-explanation01:last-child .box-explanation01__ttl small {
        padding-left: 55px;
    }
    .sec-online-video .box-explanation01:last-child .box-explanation01__ttl small::before {
        width: 42px;
        height: 34px;
    }
}


/* sp */

@media screen and (max-width: 767px) {
    .sec-online-video .box-explanation01__ttl {
        font-size: 1.6rem;
        margin-bottom: 0px;
    }
    .sec-online-video .box-explanation01__ttl small {
        font-size: 1.6rem;
        margin-bottom: 8px;
        padding-left: 25px;
    }
    .sec-online-video .box-explanation01:first-child .box-explanation01__ttl small::before,
    .sec-online-video .box-explanation01:last-child .box-explanation01__ttl small::before {
        left: 0;
        width: 17px;
        height: 28px;
    }
    .sec-online-video .box-explanation01:last-child .box-explanation01__ttl small {
        padding-left: 45px;
    }
    .sec-online-video .box-explanation01:last-child .box-explanation01__ttl small::before {
        width: 32px;
        height: 26px;
    }
}


/* ======= txt video ======= */

.sec-online-video .box-explanation01__txt {
    padding-bottom: 64px;
}

.sec-online-video .box-explanation01__txt .videoArea {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
}

.sec-online-video .box-explanation01__txt .videoArea::before {
    padding-top: 56.25%;
    display: block;
    content: "";
}

.sec-online-video .box-explanation01__txt .videoArea iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sec-online-video .box-explanation01__txt .btnArea p a {
    color: #333;
    text-decoration: underline;
}

.sec-online-video .box-explanation01__txt .btnArea p a:hover {
    color: #333;
    text-decoration: none;
}


/* tablet */

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .sec-online-video .box-explanation01__txt {
        padding-bottom: 50px;
        padding-top: 40px;
    }
}


/* sp */

@media screen and (max-width: 767px) {
    .sec-online-video .box-explanation01__txt {
        padding-bottom: 40px;
        padding-top: 40px;
    }
}


/* ======= btn ======= */

.sec-online-video .box-explanation01__txt .btnArea {
    padding-top: 40px;
    text-align: center;
}

.sec-online-video .box-explanation01__txt .btnArea p {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 40px;
    line-height: 1;
    text-align: center;
}


/* tablet */

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .sec-online-video .box-explanation01__txt .btnArea {
        padding-top: 55px;
        text-align: center;
    }
    .sec-online-video .box-explanation01__txt .btnArea p {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }
}


/* sp */

@media screen and (max-width: 767px) {
    .sec-online-video .box-explanation01__txt .btnArea {
        padding-top: 20px;
        text-align: center;
    }
    .sec-online-video .box-explanation01__txt .btnArea p {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
}