@charset "utf-8";

/* ----------------------------------------------------
		追加
---------------------------------------------------- */

/* 共通 */
.external_link {
    padding-right: 16px;
    margin-left: 5px;
    background: url(/assets/img/common/ico_link.png) no-repeat right center;
}
.external_link_w {
    padding-right: 16px;
    margin-left: 5px;
    background: url(/assets/img/common/ico_link02.png) no-repeat right center;
}
.error-message {
    color: #DE4747;
    font-size: 1.0666666667rem;
}
.no_link p {
    text-decoration: none !important;
}

/* トップ */
.selectCity {
    position: relative;
    background-color: #46b46b;
    color: #fff !important;
}
.nonSelectCity {
    background-color: #fff !important;
    color: #46b46b !important;
}

/* コンテンツ */
.v_detail .v_detail-con h2.heading_g {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #46b46b;
    font-size: 1.75rem;
    font-weight: bold;
    color: #46b46b;
}
.content_wysiwyg table {
    border : solid 1px #ddd;
}
.content_wysiwyg table th {
    background-color: #ecf7f0;
    color: #505050;
    padding: 10px 15px;
    vertical-align: middle;
    font-weight: normal;
    border : solid 1px #ddd;
}
.content_wysiwyg table td {
    padding: 10px 15px;
    vertical-align: middle;
    border : solid 1px #ddd;
}

/* 東三河について */
@media screen and (max-width: 640px) {
    .about_page .fig-txt {
        display: flex;
        flex-direction: column-reverse;
    }
    .about_page .fig-txt-lead {
        margin-bottom: 20px;
    }
}

/* 東三河のキラリ人 */
.kirari-detail .contents .subheading_g {
    padding-top: 40px;
    border-top: 2px solid #ddd;
}


