body {
    /*background: #fdfdfd;*/
    background: #01212e;
    margin: 0;
    font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;;
}

img {
    vertical-align: middle;
}

p {
    margin: 0 auto 30px;
}

h2 {
    margin: 0 0 3px;
    line-height: 1.4;
}

.img-container {
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    /*border: 1px solid #ccc;*/
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);*/
}

.w-100 {
    width: 100%;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-2 {
    margin-top: 2%;
}

.text-center {
    text-align: center;
}

.top-container {
    width: 95%;
    margin: 30px auto 10px;
}

.text-container {
    font-size: 17.4px;
    width: 81%;
    margin: 30px auto;
}

.top-text {
    text-align: center;
    font-size: 17px;
    margin-top: 10px;
    line-height: 1.5;
    margin-bottom: 0;
}

.underline {
    border-bottom: 1px solid black;
}

.sesame {
    -webkit-text-emphasis: filled sesame black;
    text-emphasis: filled sesame black;
}

.dotted {
    -webkit-text-emphasis: filled black;
    text-emphasis: filled black;
}

.sub-text {
    margin-left: 7%;
}

.big-char {
    font-size: 1.5em;
}

.red {
    /*color: red;*/
    color: #c80000;
}

.present-text {
    text-align: center;
    font-size: 1.3em;
}

p.present-text {
    margin-bottom: 10px;
}

footer {
    background: #1A365D;
    color: white;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

footer a {
    color: white;
}

.marker {
    background: #fffd3e;
    padding-top: 2px;
    padding-bottom: 3px;
}

.button_area {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

.top-button-area {
    margin-bottom: 3.5%;
    margin-top: 3.5%;
}

.high-performance-method {
    text-align: center;
    /*position: relative;*/
    /*top: 5px;*/
    margin: 10px auto 5px;
}

.cta-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

a.button-click-area {
    width: 100%;
    transition: all 0.1s 0s;
}

a.button-click-area:hover {
    opacity: 0.7;
}

.profile-img {
    float: right;
}

.profile {
    font-size: 16.3px;
    margin-top: 20px;
}

.profile-text {
    margin-top: 7px;
}

.policy {
    margin-bottom: 4px;
}

.img-area {
    margin-top: 15px;
}

ul.merit-list, ul.day-list {
    list-style: none;
    padding-left: 0;
}

ul.day-list {
    counter-reset: listCounter;
}

.merit-list li, .day-list li {
    margin-bottom: 20px;
}

.merit-list li {
    background: url(img/object/checkbox30.png) no-repeat;
}

.day-list li {
    counter-increment: listCounter;
    margin-left: 4.6em;
    text-indent: -4.6em;
}

.day-list li::before {
    content: "DAY" counter(listCounter);
    /*": ";*/
    font-weight: bold;
    font-size: 1.5em;
    background: #0d2b4c;
    color: #fff;
    padding: 2px 5px;
    margin-right: 5px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    position: relative
}

ul.inner-list {
    list-style: none;
    padding-left: 0;
}

.inner-list li {
    margin-bottom: 1vh;
    background: url(img/object/light.svg) no-repeat;
}

.list-paper {
    padding-top: 15px;
    padding-bottom: 10px;
    border-top: 1px solid #b6bdc7;
    border-bottom: 1px solid #b6bdc7;
}

.member-container {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    padding: 0px 0px 20px 0px;
    border: 1px solid rgba(15, 18, 102, 0.42);
    margin-bottom: 35px;
}

.member-name {
    /*padding: 13px 15px;*/
    padding: 5px 0px;
    text-align: center;
    background: #0f1266;
    color: white;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.member-name b {
    font-size: 1.5em;
    color: white;

    padding-right: 3px;
}

.member-question {
    margin-bottom: 8px;
    color: #dd3628;
}

.member-question-container {
    margin-top: 13px;
    padding-left: 15px;
    padding-right: 15px;
}

hr {
    width: 90%;
    opacity: 0.3;
}

.question-mark {
    font-size: 1.3em;
    color: #dd3628;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.img-frame {
    border: 3px solid white;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
    p {
        margin-bottom: 20px;
    }

    h2 {
        font-size: 6vw;
    }

    .marker {
        padding-top: 2px;
        padding-bottom: 7px;
    }

    .sub-text {
        font-size: 3.4vw;
    }

    .top-text {
        font-size: 4.1vw;
    }

    .text-container {
        font-size: 16.4px;
        width: 87%;
    }

    .img-container {
        width: 96%;
        /*margin: 10px auto;*/
        margin: 0px auto;
    }

    .button_area {
        /*margin-bottom: 2.3em;*/
        /*padding-bottom: 1.66em;*/
        padding-bottom: 4vh;
    }

    .top-button-area {
        padding-top: 3vh;
    }

    img.logo {
        height: 40px;
    }

    .sp-none {
        display: none;
    }

    .profile-img {
        padding-left: 10px;
        width: 30%;
    }

    .profile-name {
        font-size: 4vw;
    }


    .top-container {
        margin: 20px auto 7px;
    }

    .present-text {
        font-size: 5.4vw;
    }

    .high-performance-method-img {
        width: 85%;
    }

    .profile-text {
        font-size: 0.8em;
    }

    .cta-button-img {
        width: 90%;
    }

    footer {
        font-size: 3.3vw;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .middle-text {
        font-size: 5.35vw;
    }

    p.middle-text {
        margin-bottom: 0;
    }

    ul.merit-list li {
        padding-left: 37px;
    }

    ul.inner-list li {
        padding-left: 6.5vw;
        margin-bottom: 1vh;
        background-size: auto 23px;
    }

    .day-list li {
        margin-left: 3.6em;
        text-indent: -3.6em;
    }

    .day-list li::before {
        font-size: 1.1em;
        top: 2px;
    }

    .question-container {
        margin-bottom: 2.2rem;
    }

    .member-name {
        font-size: 3.5vw;
    }

    .member-name b {
        line-height: 1.25;
    }

    .member-question-container {
        margin-top: 1.3vh;
    }

    .member-question {
        margin-top: 7px;
    }

    hr {
        margin-top: 1.5vh;
    }

    .member-img {
        text-align: center;
    }
}

@media screen and (min-width: 769px) {
    h2 {
        font-size: 2.1vw;
    }

    .img-container {
        width: 60%;
        /*margin: 35px auto;*/
        margin: 0px auto;
    }

    .button_area {
        /*margin-top: 1.15em;*/
        /*padding-bottom: 3.0em;*/
        padding-bottom: 2.0em;
    }

    .top-button-area {
        padding-top: 2.0em;
    }

    img.logo {
        height: 80px;
    }

    .pc-none {
        display: none;
    }

    .profile-img {
        padding-left: 10px;
        width: 30%;
    }

    .sub-text {
        font-size: 1.7vw;
    }

    .top-text {
        font-size: 2.4vw;
    }

    .high-performance-method-img {
        width: 76.5%;
    }

    .profile-name {
        font-size: 1.5vw;
    }

    .cta-button-img {
        width: 80%;
    }

    footer {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .middle-text {
        font-size: 2rem;
    }

    ul.merit-list li {
        padding-left: 37px;
    }

    ul.inner-list li {
        padding-left: 33px;
        background-size: auto 28px;
    }

    .day-list li::before {
        top: 8px;
    }

    .question-container {
        margin-bottom: 45px;
    }

    .text-container.members {
        margin-top: 45px;
        margin-bottom: 50px;
    }

    .member-name {
        font-size: 16px;
    }

    .member-name b {
        line-height: 1.4;
    }

    .member-question {
        font-size: 24px;
    }

    hr {
        margin-top: 18px;
    }

    .d-flex-pc {
        display: flex;
    }

    .member-img {
        margin-right: 15px;
    }

    .member-img.right {
        margin-right: 0;
        margin-left: 15px;
    }

    /*.member-container > .member-question-container:first-of-type {*/
    /*    display: flex;*/
    /*}*/
}
