@charset "UTF-8";

@media screen and (min-width: 480px) and (max-width: 864px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .hidden {
        visibility: hidden;
    }

    /*************************
    ***   フォントの定義
    ***************************/
    html, body {
        /*font-family: sans-serif;*/
        font-family: "Sawarabi Gothic";
        font-size: 1rem;
    }


    body.main-body {
        width: 100%;
        height: auto;
        background-color: #ece8d2;
        margin: 0 auto;
        padding: 2em 0;
    }

    .wrapper {
        width: 70%;
        height: auto;
        background-color: #fff;
        margin: 0 auto;
        padding: 2em 0;
    }

    .content {
        width: 80%;
        margin: 0 auto;
    }

    .section-1 {}

    h1.h1-title {
        font-size: 1.35rem;
        line-height: 1.5;
        font-weight: bold;
    }

    .new-up-date {
        text-align: right;
        font-size: 0.75rem;
    }

    .new-up-date:before {
        content: "\f017";
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

    .img-wrapper {
        padding: 5vh 0;
    }

    img.img-item-1 {
        object-fit: fill;
        width: 100%;
    }


    .twitter-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5vh 0;
    }

    img.img-wrapper-2 {
        padding: 0;
        margin-top: -5vh;
    }

    .img-wrapper-3 {
        padding: 5vh 0;
        width: 50%;
    }

    .txt-box-1 {
        font-size: 1rem;
        line-height: 1.5;
    }

    .hr-2vh {
        border: solid 1px transparent;
        padding: 2vh 0;
    }

    .hr-1vh {
        border: solid 1px transparent;
        padding: 1vh 0;
    }

    .hr-05vh {
        border: solid 1px transparent;
        padding: 1.5vh 0;
    }

    .hr-025vh {
        border: solid 1px transparent;
        padding: 0.25vh 0;
    }

    ul.list-ul-1 {
        color: #000;
        font-size: 1.25rem;
        list-style-type: none;
        padding: 1em 5em;
        line-height: 2;
        background-color: #e5d9e8;
    }

    li.list-li-1 {
        position: relative;
        padding: 0 0 0 0.5em;
        margin: 0;
    }

    li.list-li-1::before {
        position: absolute;
        left: 0;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f043';
        /*color: #00ACDB;*/
        color: #e7fefd;
    }

    ul.list-ul-2 {
        list-style-type: none;
        color: #000;
        font-size: 1.25rem;
        padding: 1em 3em;
        line-height: 2;
        background-color: #fef4fa;
    }

    li.list-li-2 {
        background-image: url(../img/item-22.webp);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: contain;
        padding-left: 40px;
    }

    .red {
        color: #f00;
    }

    h2.h2-title {
        font-size: 1.25rem;
        line-height: 2.5;
        font-weight: bold;
        position: relative;
        padding-left: 1.5rem;
        border-bottom: 6px solid #804012;
    }

    h2.h2-title::before {
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 40%;
        height: 6px;
        content: '';
        background: #ffff99;
    }

    h2.h2-title-2 {
        font-size: 1.25rem;
        line-height: 2.5;
        font-weight: bold;
        position: relative;
        padding-left: 1.5rem;
        border-bottom: 6px solid #804012;
    }

    h2.h2-title-2::before {
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 40%;
        height: 6px;
        content: '';
        background: #ffff99;
    }

    h2.h2-title-3 {
        font-size: 1.25rem;
        line-height: 2.5;
        font-weight: bold;
        position: relative;
        padding-left: 1.5rem;
        border-bottom: 6px solid #804012;
    }

    h2.h2-title-3::before {
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 40%;
        height: 6px;
        content: '';
        background: #ffff99;
    }

    h2.h2-title-4 {
        font-size: 1.25rem;
        line-height: 2.5;
        font-weight: bold;
        position: relative;
        padding-left: 1.5rem;
        border-bottom: 6px solid #804012;
    }

    h2.h2-title-4::before {
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 40%;
        height: 6px;
        content: '';
        background: #ffff99;
    }

    h2.h2-title-5 {
        font-size: 1.25rem;
        line-height: 2.5;
        font-weight: bold;
        position: relative;
        padding-left: 1.5rem;
        border-bottom: 6px solid #804012;
    }

    h2.h2-title-5::before {
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 40%;
        height: 6px;
        content: '';
        background: #ffff99;
    }

    h2.h2-title-6 {
        font-size: 1.25rem;
        line-height: 2.5;
        font-weight: bold;
        position: relative;
        padding-left: 1.5rem;
        border-bottom: 6px solid #804012;
    }

    h2.h2-title-6::before {
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 40%;
        height: 6px;
        content: '';
        background: #ffff99;
    }

    h2.h2-title-7 {
        font-size: 1.25rem;
        line-height: 2.5;
        font-weight: bold;
        position: relative;
        padding-left: 1.5rem;
        border-bottom: 6px solid #804012;
    }

    h2.h2-title-7::before {
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 40%;
        height: 6px;
        content: '';
        background: #ffff99;
    }

    h2.h2-title-8 {
        font-size: 1.25rem;
        line-height: 2.5;
        font-weight: bold;
        position: relative;
        padding-left: 1.5rem;
        border-bottom: 6px solid #804012;
    }

    h2.h2-title-8::before {
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 40%;
        height: 6px;
        content: '';
        background: #ffff99;
    }

    h2.h2-title-9 {
        font-size: 1.25rem;
        line-height: 2.5;
        font-weight: bold;
        position: relative;
        padding-left: 1.5rem;
        border-bottom: 6px solid #804012;
    }

    h2.h2-title-9::before {
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 40%;
        height: 6px;
        content: '';
        background: #ffff99;
    }

    h2.h2-title-10 {
        font-size: 1.25rem;
        line-height: 2.5;
        font-weight: bold;
        position: relative;
        padding-left: 1.5rem;
        border-bottom: 6px solid #804012;
    }

    h2.h2-title-10::before {
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 40%;
        height: 6px;
        content: '';
        background: #ffff99;
    }

    h2.h2-title-11 {
        font-size: 1.25rem;
        line-height: 2.5;
        font-weight: bold;
        position: relative;
        padding-left: 1.5rem;
        border-bottom: 6px solid #804012;
    }

    h2.h2-title-11::before {
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 40%;
        height: 6px;
        content: '';
        background: #ffff99;
    }

    ul.list-ul-3 {
        color: #000;
        font-size: 1.25rem;
        padding: 1em 3em;
        line-height: 1.5;
        border: solid 1px #999;
    }

    li.list-li-3-1 {
        list-style-type: none;
        margin-left: -3vw;
    }

    li.list-li-3-2::marker {
        color: #804012;
    }

    table.table-content {
        width: 100%;
        display: table;
        border-collapse: collapse;
        box-sizing: border-box;
        text-indent: initial;
        border-spacing: 2px;
        border: solid 1px #ededed;
        margin: 0 auto;
    }

    tr.table-wrapper {
        width: 100%;
    }

    th, td {
        border-left: 1px solid #ededed;
        border-top: 1px solid #ededed;
        padding: 10px;
    }

    th.table-header {
        font-size: 1rem;
        background-color: #804012;
        color: #fff;
    }

    td.table-item-1 {
        width: 25%;
    }

    td.table-item-2 {
        width: 30%;
    }

    td.table-item-3 {
        width: 45%;
    }

    td.bg-gray {
        background-color: rgb(238, 238, 238, 0.2);
    }

    .table-img>img {
        width: 100%;
    }

    .table-img {
        width: 100%;
    }

    .img-center {
        /*padding-left: 3vw;*/
    }

    .item-flex {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    ol.list-ol-4 {
        font-size: 1.25rem;
        line-height: 1.5;
        list-style-type: none;
        counter-reset: num;
        background-color: transparent;
        padding: 0.25em;
        color: #000;

    }

    li.list-li-4 {
        position: relative;
        padding-left: 30px;
        line-height: 1.25;
        padding: 0.5em 0.5em 0.5em 30px;
    }

    li.list-li-4::before {
        position: absolute;
        counter-increment: num;
        content: counter(num);
        display: inline-block;
        background: #804012;
        border: #804012 2px solid;
        color: #fff;
        border-radius: 50%;
        left: 0;
        width: 22px;
        height: 22px;
        text-align: center;
        top: 10px;
        font-size: 14px;
        line-height: 1.75;
    }

    li.list-li-4::after {}

    h3.h3-title {
        font-size: 1.25rem;
        line-height: 1.5;
        font-weight: bold;
        background: #f7f7f7;
        border-left: solid #804012 10px;
        padding: 14px 12px;
        clear: both;
    }

    td.table-item-4 {
        width: 35%;
    }

    td.table-item-5 {
        width: 22%;
    }

    td.table-item-6 {
        width: 43%;
    }

    ol.list-ol-5 {
        font-size: 1.25rem;
        line-height: 1.5;
        list-style-type: none;
        counter-reset: num;
        background-color: transparent;
        padding: 0.25em;

    }

    li.list-li-5 {
        position: relative;
        padding-left: 30px;
        line-height: 1.25;
        padding: 0.5em 0.5em 0.5em 30px;
    }

    li.list-li-5::before {
        position: absolute;
        counter-increment: num;
        content: counter(num);
        display: inline-block;
        background: #804012;
        border: #804012 2px solid;
        color: #fff;
        border-radius: 50%;
        left: 0;
        width: 22px;
        height: 22px;
        text-align: center;
        top: 10px;
        font-size: 14px;
        line-height: 1.75;
    }

    li.list-li-5::after {}

    .btn-wrappre {
        padding: 3em;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    @keyframes shiny {
        0% {
            left: -20%;
        }

        10% {
            left: 120%;
        }

        100% {
            left: 120%;
        }
    }

    .btn-item {
        position: relative;
        display: inline-flex;
        width: 60%;
        line-height: 40px;
        font-size: 1.25rem;
        font-weight: bold;
        text-decoration: none;
        background-color: green;
        padding: 1em;
        color: #fff;
        box-shadow: 0 2px 2px rgb(0 0 0 / 10%), 0 4px 8px -4px rgb(0 0 0 / 20%);
        border-radius: 80px;
        align-items: center;
        justify-content: center;
    }

    .btn-item::after {
        content: '';
        position: absolute;
        top: -10%;
        left: -20%;
        width: 40px;
        height: 100%;
        transform: scale(2) rotate(20deg);
        background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);

        animation-name: shiny;
        animation-duration: 3s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
    }

    .list-wap {
        width: 95%;
        margin: 0 auto;
    }

    .list-title {
        background: #804012;
        color: #fff;
        padding: 0.5em 1em;
        display: inline-table;
        font-size: 1.25rem;
    }
    
}