@charset "UTF-8";

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

article.cta {
    background: linear-gradient(90deg, rgba(22, 125, 191, 1) 0%, rgba(0, 68, 90, 1) 99.86%);
}



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

#about {
    background: #167dbf;
}

#about p {
    color: #fff;
}


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

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



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


#content .list dl dt span {
    background: #167dbf;
}

#content .list dl dd {
    border: solid 2px #167dbf;
}



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

#teacher {
    background: #167dbf;
}

#teacher .prof {
    background: #1d628e;
}


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

.faq_list dl i.a {
    background-color: #167dbf;
}


/******************************************************************************
*
* [事業者向け]誤解
*
******************************************************************************/

#mis {
    background-image: url(../images-b/mis/bg.jpg);
    background-size: contain;
    background-position: center top;
}

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

#mis .txt {
    margin-top: 20px;
}

/*リスト*/

#mis .list dl:nth-child(n+2) {
    margin-top: 30px;
}

#mis .list dl dd {
    background: #fff;
    padding: 20px;
}

#mis .list dl dd .photo {
    margin-top: 20px;
}


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

#future {
    background: #d2dbe3;
}

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