@charset "UTF-8";

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


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

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

#learn .txt {
    margin: 20px 0 20px;
    padding: 0 10px;
}

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


#learn .box ul li {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

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


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

#about {
    background-image: url(../images/bg9.jpg);
    background-size: 100%;
}

#about .wrap {
    background: #fff;
    padding: 10px 20px 20px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

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

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


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

#reason {
    padding-top: 20px;
    background: #ec5552;
    background-image: url(../images/bg7.jpg);
    background-size: contain;
}

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

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

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

#reason .list dl {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

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

#reason .list dl dt {
    padding: 15px 15px 0 5px;
}

#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;
}



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

#content {
    background-image: url(../images/bg8.jpg);
    background-size: 100%;
}

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

#content .list dl {
    margin-bottom: 15px;
    padding: 25px 15px 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2)
}

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

/*見出し*/

#content .list dl dt {
    margin-bottom: 20px;
    position: relative;
    left: -10px;
}

/*ボディ*/

#content .list dl dd .box {
    border-top: dotted 1px #4c5961;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

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

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


/******************************************************************************
*
* [共通]カンタン
*
******************************************************************************/

#easy {
    background: #fff;
}

#easy p {
    padding-top: 10px;
}



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

#teacher {
    background-image: url(../images/bg8.jpg);
    background-size: cover;
}

#teacher .lead {
    width: 85%;
    margin: 0 auto 30px;
}

#teacher .prof {
    background: #fff;
    background-image: url(../images/bg6.jpg);
    background-size: cover;
    padding: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

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

#teacher .prof p {
    font-size: 12px;
    color: #444;
    padding: 0 5px;
    line-height: 2em;
    background-image: linear-gradient(transparent 0, transparent 97%, #ccc 100%);
    background-size: 100% 2em;
    margin-top: 10px;
}



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

#faq {
    background: #eef2f5;
    position: relative;
}

#faq::before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#faq .wrap {
    position: relative;
}

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

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

/*リストコンテナ*/

.faq_list ul li {
    padding: 15px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

.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%;
    font-weight: bold;
}

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

.faq_list dl i.a {
    background-color: #e05051;
    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;
}


/******************************************************************************
*
* [事業者向け]未来
*
******************************************************************************/

#future {
    background: #d2dbe3;
    background-image: url(../images/bg9.jpg);
}

#future .lead {
    margin-bottom: 30px;
}






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


/*330px以下*/

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