@charset "UTF-8";

#left .main_btn {
    width: 80%;
    margin: 20px auto 0;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
    transform: translateZ(0);
}

/******************************************************************************
*
* [共通]CTA
*
******************************************************************************/

article.cta {
    background: linear-gradient(90deg, rgba(236, 86, 114, 1) 0%, rgba(217, 68, 100, 1) 100%);
    position: relative;
    padding: 50px 0;
    z-index: 999;
}

article.cta#cta1 {
    margin-top: 10px;
}

article.cta#cta4 {
    padding-bottom: 30px;
}

article.cta svg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 35px;
}

article.cta svg.s1 {
    top: -1px;
}

article.cta svg.s2 {
    bottom: -1px;
}

article.cta ul.attention {
    font-size: 10px;
    text-align: center;
    color: #fff;
}

/*期限*/

article.cta .limit {
    width: 90%;
    margin: auto;
}

article.cta .limit dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

article.cta .limit dl dt {
    width: 100px;
}

article.cta .limit dl dd {
    width: 70%;
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    position: relative;
    top: -1px;
}

article.cta .limit dl dd i {
    font-size: 80%;
}

@media only screen and (max-width: 400px) {
    article.cta .limit {
        width: 94%;
    }

    article.cta .limit dl dt {
        width: 90px;
    }

    article.cta .limit dl dd {
        width: -webkit-calc(100% - 96px);
        width: calc(100% - 96px);
        font-size: 21px;
    }
}

@media only screen and (max-width: 340px) {
    article.cta .limit {
        width: 100%;
    }

    article.cta .limit dl dt {
        width: 85px;
    }

    article.cta .limit dl dd {
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
        font-size: 20px;
    }
}


/*---------------------
* ボタン
---------------------*/

article.cta .main_btn {
    width: 92%;
    margin: 15px auto 5px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
    transform: translateZ(0);
}


/*---------------------
* フォーム
---------------------*/

article.cta form {
    margin: 15px 0 5px;
}

article.cta form input[type="email"],
article.cta form input[type="text"] {
    text-align: center;
    font-weight: bold;
    padding: 15px 5px;
    font-size: 16px;
    border: solid 0 #666;
    border-radius: 5px;
}

article.cta form input[type="image"] {
    width: 90%;
    margin: 10px auto 0;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
    transform: translateZ(0);
}

/*---------------------
* 流れ
---------------------*/

article.flow .box {
    position: relative;
}

article.flow .box a {
    display: block;
    width: 30%;
    height: 52%;
    position: absolute;
    bottom: 0;
    left: 0;
}



/******************************************************************************
*
* [共通]学べること
*
******************************************************************************/

#learn {
    background: #f3f4ef;
    background-image: url(../images/bg2.jpg);
    background-size: 100%;
}

#learn .before {
    width: 80%;
    margin: auto;
}

#learn .lead {
    width: 90%;
    margin: 20px auto 0;
}

#learn .txt {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0 20px;
}

#learn .txt p {
    font-size: 14px;
}

#learn .box ul li:nth-child(n+2) {
    margin-top: 12px;
}


/******************************************************************************
*
* [共通]詳細
*
******************************************************************************/

#about .lead {
    width: 60%;
    margin: 0 auto 30px;
}

#about .woman {
    margin: 20px 0;
}


/******************************************************************************
*
* [共通]魅力
*
******************************************************************************/

#charm {
    background-image: url(../images/bg1.jpg);
    background-position: center top;
    background-size: cover;
}

#charm .lead {
    width: 70%;
    margin: 0 auto 30px;
}

#charm .txt {
    margin: 20px auto 0;
}

/*---------------------
* リスト
---------------------*/

#charm .list .box {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    transform: translateZ(0);
    margin-bottom: 30px;
}

#charm .list .box:last-child {
    margin-bottom: 0;
}

#charm .list .box .f2 {
    background-image: url(../images/charm/frame2.png);
    background-size: contain;
}

#charm .list .box .num {
    width: 70px;
    margin: auto;
}

#charm .list .box h3 {
    text-align: center;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 900;
    color: #313131;
    margin: 20px 0;
}

#charm .list .box p {
    width: 90%;
    margin: auto;
    font-size: 12px;
    line-height: 1.5;
}

#charm .list .box p img {
    width: 120px;
    margin-bottom: 10px;
}

/*差分*/

#charm .list .box:nth-child(odd) p img {
    float: left;
    margin-right: 12px;
}

#charm .list .box:nth-child(even) p img {
    float: right;
    margin-left: 12px;
}


/******************************************************************************
*
* [共通]理由
*
******************************************************************************/

#reason {
    padding-top: 20px;
    background: #f3f4ef;
    background-image: url(../images/bg2.jpg);
    background-size: 100%;
}

#reason .lead {
    margin: 0 auto 30px;
}

#reason .txt {
    margin-top: -10px;
}

/*---------------------
* リスト
---------------------*/

#reason .list dl {
    background: #fff;
    margin-bottom: 20px;
}

#reason .list dl:last-child {
    margin-bottom: 0;
}

#reason .list dl dt {
    border-bottom: solid 1px #fd657b;
}

#reason .list dl dd {
    font-size: 12px;
    padding: 15px;
}

#reason .list dl dd .graf {
    margin-top: 20px;
}

#reason .list dl dd .graf aside {
    font-size: 10px;
    color: #666;
    margin-top: 5px;
}


/******************************************************************************
*
* [共通]スケジュール
*
******************************************************************************/

#sche {
    background-image: url(../images/schedule/bg.jpg);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: top 0 left -150%;
}

#sche .lead {
    width: 70%;
    margin: 0 auto 20px;
}

#sche .list .box.b2 {
    margin-top: 20px;
}



/******************************************************************************
*
* [共通]コンテンツ
*
******************************************************************************/

#content .lead {
    width: 80%;
    margin: 0 auto 30px;
}

#content .list dl {
    margin-bottom: 20px;
}

#content .list dl:last-child {
    margin-bottom: 0;
}

/*ナンバー*/

#content .list dl dt span {
    display: inline-block;
    background: #f07d99;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#content .list dl dt span i {
    font-family: 'Arial', sans-serif;
    font-size: 130%;
}

/*見出し*/

#content .list dl dd {
    padding: 10px 10px 15px;
    background: #fff;
    border-radius: 10px;
    border-top-left-radius: 0;
    border: solid 2px #f07d99;
}

#content .list dl dd h3 {
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: dotted 1px #4c5961;
}

#content .list dl dd p {
    font-size: 12px;
}

/**/

#content .list dl dd .box {
    display: flex;
    justify-content: space-between;
}

#content .list dl dd .box p {
    width: 70%;
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
}

#content .list dl dd .box .icon {
    width: 75px;
}




/******************************************************************************
*
* [共通]講師
*
******************************************************************************/

#teacher {
    background: #fd657b;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

#teacher .lead {
    width: 80%;
    margin: 0 auto 20px;
}

#teacher .prof {
    border-radius: 10px;
    overflow: hidden;
    background: #aa1e39;
}

#teacher .prof.p2 {
    margin-top: 20px;
}

#teacher .prof .ava {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

#teacher .prof p {
    font-size: 12px;
    color: #fff;
    padding: 12px;
}



/******************************************************************************
*
* [共通]よくある質問
*
******************************************************************************/

#faq .lead {
    width: 80px;
    margin: 0 auto 20px;
}

/*---------------------
* FAQリスト
---------------------*/

/*リストコンテナ*/

.faq_list ul li {
    padding: 15px;
    background: #fff;
    border: solid 2px #313131;
    margin-bottom: 10px;
    border-radius: 10px;
}

.faq_list ul li:last-child {
    margin-bottom: 0;
}

/*リスト内部*/

.faq_list dl dt,
.faq_list dl dd {
    display: flex;
    justify-content: space-between;
}

.faq_list dl dt {
    margin-bottom: 15px;
}

.faq_list dl dt .txt {
    font-size: 14px;
    font-weight: 900;
    color: #313131;
}

.faq_list dl i {
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    border-radius: 50%;
}

.faq_list dl i.q {
    background-color: #313131;
    background-image: url(../images/faq/q.png);
}

.faq_list dl i.a {
    background-color: #fd657b;
    background-image: url(../images/faq/a.png);
}

.faq_list dl .txt {
    width: 92%;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    font-size: 12px;
}

.faq_list dl dd .txt {
    padding-top: 1px;
}



/******************************************************************************
*
* [共通]レスポンシブ対応
*
******************************************************************************/


/*330px以下*/

@media only screen and (max-width: 330px) {}
