@charset "utf-8";

body {
    font-family: "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 18px;
    line-height: 1.4;
}


@media screen and (max-width:768px) {
    .body {
        font-size: 15px;
    }
}


img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

a {
    transition: all .3s;
}

a:hover {
    opacity: 0.8;
}

p {
    margin: 8px auto;
}

/* Text Decoration
   ----------------------------------------------------------------- */
.bold {
    font-weight: bold;
}

.black {
    color: #000000;
}

.red {
    color: #ff0000;
}

.yellow {
    color: #ffff00;
}

.bg-yellow {
    background-color: #ffff00;
}

.white {
    color: white;
}

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

.text-lg {
    font-size: 1.2em;
}

.text-xlg {
    font-size: 1.5em;
}

.blink {
    animation: Flash1 5.5s infinite;
}

@keyframes Flash1 {
    50% {
        opacity: 0;
    }
}

/* Newsletter
   ----------------------------------------------------------------- */
.newsletter {
    width: 100%;
    position: relative;
}

.newsletter__image {
    width: 100%;
}

.newsletter__inner {
    position: absolute;
    bottom: 30px;
    left: 0;
}

.newsletter__form {
    position: absolute;
    bottom: 14px;
    display: flex;
    align-items: flex-end;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width:768px) {
    .newsletter__form {
        bottom: 9px;
        padding: 0 10px;
    }
}

.newsletter__input {
    font-weight: bold;
    border: none;
    border-radius: 10px;
    font-size: 1.2em;
    padding: 2.3% 20px;
    width: 67%;
    margin-right: 18px;
}

@media screen and (max-width:768px) {
    .newsletter__input {
        padding: 8px 8px;
        font-size: 14px;
    }
}

.newsletter__btn {
    background-image: url("../images/form_btn.png");
    background-size: cover;
    background-color: transparent;
    border: none;
    font-size: 0;
    cursor: pointer;
    width: 27%;
}

.newsletter__btn:hover {
    background-image: url("../images/form_btn_on.png");
    background-size: cover;
}

@media screen and (max-width:768px) {
    .newsletter__btn {
    }

    .newsletter__btn:hover {
        opacity: 0.8;
    }
}

.newsletter__close {
    text-align: center;
    color: #fff;
    margin-top: 8px;
    cursor: pointer;
}

/* Newsletter popup
   ----------------------------------------------------------------- */
#newsletter-popup {
    position: fixed;
    top: 0;
    height: 20px;
    width: 100%;
}

@media screen and (max-width: 769px) {
    #newsletter-popup {
        height: 0px;
        display: none;
    }
}

.newsletter--popup {
    position: relative;
    margin: 0 auto;
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 621px;
    height: 680px;
}

@media screen and (max-width: 769px) {
    .newsletter-popup {
        height: 0px;
        display: none;
    }
}

#modal-main {
    display: none;

    margin: 0;
    padding: 0;
    color: #666666;
    position: fixed;
    z-index: 2;
}

#modal-bg {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Header
   ----------------------------------------------------------------- */
.header__count {
    margin: 0 auto;
    text-align: center;
}

/* Footer
   ----------------------------------------------------------------- */
.footer {
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    padding: 30px 0;
}

.footer__link {
    color: #FFFFFF;
    padding-top: 20px;
    display: block;
}

.footer__note {
    padding: 0 10px;
}

.footer__note-title {
    font-weight: bold;
    margin-bottom: 20px;
}

.footer__note-body {
    font-size: 14px;
    line-height: 1.5em;
}

.footer__copy {
    text-align: center;
    font-size: 0.8em;
    margin-top: 20px;
    font-style: normal;
}

/* 商品を購入するボタン
   ----------------------------------------------------------------- */
.go-shopping {
    position: fixed;
    bottom: 0;
    right: 0;
}

.go-shopping__image {
    width: 200px;
    height: auto;
}

/* 特定商取引法
   ----------------------------------------------------------------- */
.sctl {
    margin: 80px auto;
    line-height: 1.3em;
    min-height: 900px;
}

@media screen and (max-width:768px) {
    .sctl {
        margin: 40px auto;
        padding: 0 10px;
        min-height: 100%;
    }
}

.sctl-title {
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 30px;
}

.sctl-table {
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .sctl-table {
        max-width: 100%;
    }
}

.sctl-table th,
.sctl-table td {
    border: 1px solid black;
    padding: 12px;
}

.sctl-table th {
    font-weight: bold;
    min-width: 185px;
}

@media screen and (max-width:768px) {
    .sctl-table th {
        min-width: 100%;
    }
}

.sctl-table td {
    font-weight: normal;
}

/* Section
   ----------------------------------------------------------------- */
.section {
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
}

.section__title {
    padding: 30px 80px;
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .section__title {
        padding: 30px 10px;
    }
}

.section__title-image {
    width: 100%;
    margin: 0 auto;
}

.section__inner {
    width: 85%;
    margin: 0 auto;
    max-width: 100%;
}

@media screen and (max-width:768px) {
    .section__inner {
        width: 94%;
    }
}

.section__signature {
    text-align: right;
    margin-top: 50px;
}

/*
   ----------------------------------------------------------------- */
.section__001 {
    padding: 30px 0;
}
@media screen and (max-width:768px) {
    .section__001 {
        padding: 16px 0px 30px 0;
    }
}

.section__container-001 {
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .7);
    padding: 0 3%;
}

.section__contents-001 {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    border: 2px solid #000000;
    padding: 0;
}

.text__001 {
    border-top: 2px solid #000;
    padding: 20px;
}

@media screen and (max-width:768px) {
    .text__001 {
        padding: 8px;
    }
}

.section__table-container-001 {
    border-top: 2px solid #000;
    padding: 20px;
}

@media screen and (max-width:768px) {
    .section__table-container-001 {
        padding: 10px;
    }
}

.table__001 {
    width: 80%;
}

@media screen and (max-width:768px) {
    .table__001 {
        width: 100%;
    }
}

.table__001 th,td {
    padding: 8px 12px;
}

@media screen and (max-width:768px) {
    .table__001 th {
        font-size: 1rem;
        width: 30%;
    }
}

.table__001 td {
    font-size: 1.2em;
    font-weight: bold;
}

@media screen and (max-width:768px) {
    .table__001 td {
        font-size: 7vw;
        font-weight: bold;
    }
}

/*
   ----------------------------------------------------------------- */
.section-top__002 {
    background-position: top;
}

.title-bottom__002 {
    margin-top: -120px;
}

/*
   ----------------------------------------------------------------- */
.bg_003 {
    background-position: top;
    padding: 5%;
    box-sizing: border-box;
}

@media screen and (max-width:768px) {
    .bg_003 {
        padding: 3%;
    }
}

.section__003_bg {
    background-color: rgba(255, 255, 255, 0.7);
    padding-bottom: 40px;
    margin-bottom: 80px;
}

@media screen and (max-width:768px) {
    .section__003_bg {
        padding-bottom: 9px;
        margin-bottom: 125px;
    }
}

/*
   ----------------------------------------------------------------- */
.section__title-004 {
    margin-top: -120px;
    padding: 0;
    max-width: 100%;
}

/*
   ----------------------------------------------------------------- */
.section__005 {
    background-position: bottom;
}

/*
   ----------------------------------------------------------------- */
.title-img__006 {
    margin-top: -100px;
}

/*
   ----------------------------------------------------------------- */
.contents-007 {
    margin-top: 60px;
}

@media screen and (max-width:768px) {
    .contents-007 {
        margin-top: 30px;
    }
}

.contents-007__item {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .8);
    position: relative;
    background: #fff;
    padding-top: 28px;
    margin-bottom: 60px;
}

@media screen and (max-width:768px) {
    .contents-007__item {
        padding-top: 10px;
        margin-bottom: 30px;
    }
}

.contents-007__no {
    position: absolute;
    width: 131px;
    height: auto;
    top: 0;
    left: 3%;
}

@media screen and (max-width:768px) {
    .contents-007__no {
        width: 60px;
        left: 3%;
    }
}

.contents-007__title {
    background-color: #fff;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    font-size: 3rem;
    padding: 8px 12px 8px 21%;
}

@media screen and (max-width:768px) {
    .contents-007__title {
        font-size: 7vw;
        padding: 8px 12px 8px 24%;
        line-height: 1.2;
    }
}

.contents-007__title span {
    font-size: 2rem;
    margin-left: 20px;
}

@media screen and (max-width:768px) {
    .contents-007__title span {
       display: block;
        margin-left: 0;
        font-size: 5vw;
    }
}

.contents-007__inner {
    background-position: top right;
    background-repeat: no-repeat;
}

.contents-007__text {
    padding: 78px 27px 28px 27px;
    font-weight: bold;
    line-height: 1.7;
    text-shadow:1px 1px 4px #fff;
}

@media screen and (max-width:768px) {
    .contents-007__text {
        padding: 12px;
        line-height: 1.5;
    }
}

.contents-007__subtitle {
    width: 50%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .contents-007__subtitle {
        width: 97%;
    }
}

.contents-007__list-inner {
    background-color: #0f5a89;
    color: #fff;
    font-weight: bold;
    padding: 28px 20px 0 20px;
    margin-top: -31px;
}

@media screen and (max-width:768px) {
    .contents-007__list-inner {
        margin-top: -17px;
    }
}

.contents-007__list {
    margin-top: 26px;
}

.contents-007__list-item {
    margin-right: 12px;
    margin-bottom: 6px;
    display: inline-block;
}

@media screen and (max-width:768px) {
    .contents-007__list-item {
        display: block;
        font-size: 1rem;
    }
}

.contents-007__note {
    text-align: right;
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 0.9rem;
}

/*
   ----------------------------------------------------------------- */
.section_009 {
    background-position: top;
}

.text__009 {
    margin-top: -80px;
}

/*
   ----------------------------------------------------------------- */
.contents-010__item {
    background-color: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .8);
    margin-bottom: 30px;
    position: relative;
    padding: 20px;
}

@media screen and (max-width:768px) {
    .contents-010__item {
        padding: 10px;
    }
}

.contents-010__item-title {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.contents-010__item-body {
    padding: 28px 30px;
    border-left: 4px solid #ebc17d;
    border-right: 4px solid #ebc17d;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    text-shadow: 1px 1px 4px #fff;
}

@media screen and (max-width:768px) {
    .contents-010__item-body {
        padding: 2px 10px;
        border-left: 2px solid #ebc17d;
        border-right: 2px solid #ebc17d;
    }
}

/*
   ----------------------------------------------------------------- */
.title__011 {
    margin-top: -80px;
}

.contents__011 {
    position: relative;
}

.section__inner-011 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*
   ----------------------------------------------------------------- */
.name__014 {
    width: 155px;
    display: block;
    margin: 0 0 0 auto;
    padding-bottom: 80px;
}

@media screen and (max-width:768px) {
    .name__014 {
        width: 120px;
        display: block;
        margin: 0 0 30px auto;
        padding-bottom: 0;
    }
}
/* Table
   ----------------------------------------------------------------- */
table {
    border: 1px solid #b3b3b3;
}

tr {
    border: 1px solid #999999;
}

th {
    background-color: #b3b3b3;
    text-align: left;
    line-height: 1.5;
    width: 45%;
    padding-left: 7px;
}

.td__001 {
    text-align: center;
}

/* Line
   ----------------------------------------------------------------- */
.line {
    position: relative;
}

.line_btn {
    position: absolute;
    bottom: 5%;
    right: 10%;
    height: auto;
    width: 50%;
}

/* Product
   ----------------------------------------------------------------- */
.product {
    background-color: #05365e;
    padding: 0 10px;
}

.product__timer-image {
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.product__inner {
    position: relative;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}
@media screen and (max-width:768px) {
    .product__inner {
        padding: 18px 0;
    }
}

.product__buttons {
    position: absolute;
    bottom: 12%;
    right: 0;
    left: 0;
    width: 84%;
    height: auto;
    margin: auto;

}
.product__price {

}
.product__btn {
    height: auto;
    width: 100%;
    display: block;
    cursor: pointer;
    max-width: 1500px;
}

/* Product
   ----------------------------------------------------------------- */
.mailmagazine {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
}
.mailmagazine__form {
    position: relative;
}

.mailmagazine__inner {
    position: absolute;
    bottom: 32px;
    display: flex;
    align-items: flex-end;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width:768px) {
    .mailmagazine__inner {
        bottom: 9px;
        padding: 0 10px;
    }
}

.mailmagazine__email {
    border-radius: 10px;
    font-size: 1.2em;
    font-weight: bold;
    padding: 2.8% 20px;
    width: 67%;
    margin-right: 18px;
    border:none;
}

@media screen and (max-width:768px) {
    .mailmagazine__email {
        padding: 1.8% 8px;
        font-size: 1em;
        margin-right: 8px;
        width: 61%;
        border-radius: 5px;
    }
}

.mailmagazine__submit {
    width: 24%;
    cursor: pointer;
}
.mailmagazine__submit:hover {
   opacity: 0.8;
}

@media screen and (max-width:768px) {
    .mailmagazine__submit {
        width: 27%;
    }
}

/* Scroll
   ----------------------------------------------------------------- */
.scroll {
    height: 580px;
    overflow: scroll;
}

@media screen and (max-width:768px) {
    .scroll {
        height: 300px;
        width: 95%;
    }
}

/* Video iframe
   ----------------------------------------------------------------- */
.video {
    text-align: center;
    margin: 6px auto 0 auto;
    position: relative;
    width: 650px;
    height: 450px;
    background-size: cover;
}

@media screen and (max-width:768px) {
    .video {
        width: 100%;
        padding: 9px;
        background-size: contain;
        background-repeat: no-repeat;
        height: 275px;
    }
}

.video iframe {
    position: absolute;
    top: 16px;
    left: 14px;
}

@media screen and (max-width:768px) {
    .video iframe {
        position: static;
        height: 191px;
        width: 100%;
    }
}

/* Student
   ----------------------------------------------------------------- */
.student {}

/* QA
   ----------------------------------------------------------------- */
.qa__item {
    border: 4px solid #000;
    padding: 18px 26px;
    margin-bottom: 20px;
}

@media screen and (max-width:768px) {
    .qa__title-text {
        padding: 10px;
    }
}

.qa__title {
    display: flex;
}

.qa__title-text {
    padding: 8px 0;
    border-bottom: 2px solid #000;
    font-weight: bold;
    font-size: 1.1em;
}

@media screen and (max-width:768px) {
    .qa__title-text {
        font-size: 1rem;
    }
}

.qa__answer-text {
    background-color: #e6e6e6;
    display: flex;
    align-items: flex-start;
    padding: 15px;
}

@media screen and (max-width:768px) {
    .qa__answer-text {
        font-size: 1rem;
    }
}

.qa__inner {
   display: flex;
   align-items: center;
   margin-bottom: 18px;
}

.qa__body {
    width: 90%;
}

.qa__icon--q {
    padding: 8px 15px;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    margin-right: 12px;
    margin-left: 14px;
    font-size: 23px;
    border-radius: 50%;
}

@media screen and (max-width:768px) {
    .qa__icon--q {
        padding: 8px 15px;
        font-size: 19px;
    }
}

.qa__icon--a {
    padding: 8px 17px;
    background-color: #ff0000;
    color: #FFFFFF;
    text-align: center;
    margin-right: 12px;
    font-size: 23px;
    border-radius: 50%;
}

@media screen and (max-width:768px) {
    .qa__icon--a {
        padding: 8px 15px;
        font-size: 19px;
    }
}

.voice__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 60px;
    margin-bottom: 60px;
}

@media screen and (max-width:768px) {
    .voice__list {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

.voice__item {
    margin: 20px auto;
    display: block;
    width: 30%;
}

@media screen and (max-width:768px) {
    .voice__item {
        margin: 20px auto;
        width: 100%;
    }
}

.timer-header {
    background-color: #ff0000;
    padding: 18px 10px;
}
@media screen and (max-width:768px) {
    .timer-header {
        padding: 8px 10px;
    }
}
.timer-herder__image {
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

