@charset "utf-8";

/*
************************************************************************
* 会社概要ページ
* @copyright Revolme Inc.
************************************************************************
*/

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */


.company-detail-block .company-detail {
    margin-bottom: 30px;
    font-size: 1em;
}
.company-detail-block .company-detail .item {
    font-weight: bold;
    line-height: 2;
}
.company-detail-block .company-detail .text {
    margin-bottom: 0.5em;
}
.company-detail-block .company-detail .text a {
    color: #404040;
}
.company-detail-block .company-detail .text a:hover {
    text-decoration: none;
}

.company-detail-block .company-detail span:before {
    height: 1.4em;
    margin-right: 0.3em;
}

.company-detail-block .company-detail .mail:before {
    width: 1.5em;
}
.company-detail-block .company-detail .tel:before {
    width: 1.5em;
}
.company-detail-block .company-detail .phone-number {
    font-size: 1.2em;
    margin-left: 0.2em;
    font-weight: bold;
}


/* ################################################################################################ */
/* ## TAB                        ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1320px) {

}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
    .studi-list-block .info .name {
        font-size: 2.4rem;
        margin-bottom: 3.125vw;
    }
    .company-detail-block .company-detail {
        margin-bottom: 4.6875vw;
        font-size: 1em;
    }


}
