@charset "UTF-8";
/*
===============================================================================
■ インポートcss
===============================================================================
*/

/*=NEWS=========*/
@import url("/news/css/news.css");



/*製品ヘッダhero画像追加*/
.g-heroInner--products {
    background: url(/images/hero_products.jpg) no-repeat center center;
    background-size: cover;
}

/*製品詳細文中リンクhoverを下線ありにする*/
a.c-textLink:hover {
    color: #ff5611;
    text-decoration: underline;
}


/*製品詳細文中リンクを黒にする為*/
.c-text__black {
    color: #000;
}

/*製品詳細電話案内のボーダーを消す為*/
.p-pdItemContatWrap {
    border: none;
}

/*リンクカラーを強制的に白へ*/
a.c-pdlink_wh {
    color: #fff;
}

/*製品詳細SP時の写真サイズ調整*/
@media screen and (max-width: 767px) {
    .p-pdItemTopPhotoBox img {
        display: block;
        width: 70%;
        margin: 0 auto;
    }

    .u-imgmid--sp {
        display: block;
        width: 70% !important;
        margin: 0 auto;
    }
}

/*製品詳細外部リンク*/
.p-pd_external__linkbox {
    padding: 2px;
    border: 1px solid #000;
}

.p-pd_external__linkbox a {
    color: #000;
}

sup {
    position: relative;
    top: -0.4em;
}

sub {
    font-size: 0.7em;
    position: relative;
    top: 0.3em;
}


/*製品スクロールテーブル*/
.scroll-table .table--scroller tbody tr th {
    color: #202020;
    background: #eee;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 10px 20px;
    width: 147px;
}

.scroll-table .table--scroller tbody td {
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: right;
    vertical-align: top;
    padding: 15px 20px;
}

.section--recent_study .scroll-table td {
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc !important;
    border-left: solid 1px #ccc;
}

@media screen and (min-width: 768px) {
    .c-container--research .scroll-table .table--scroller {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .tblscroller {
        font-size: 1.4rem;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .tblscroller img {
        width: 22px;
        position: relative;
        top: -1px;
    }

    .scroll-table {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .scroll-table .table--scroller {
        width: 1000px;
        margin-bottom: 10px;
    }
}

/*製品SP用Table*/
    .p-pdItemTable_sp {
        display: table;
    }
    .p-pdItemTable_sp  td {
        border: 1px solid #ccc;
        display: table-cell;
        padding: 5px !important;
    }

/* 特設：動画ギャラリー*/
.p-movTkyMovie__Link span {
    padding-right: 0;
}

@media screen and (min-width: 768px) {
    .videogallery_pchide {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .videogallery_sphide {
        display: none;
    }
}

/* 特設：写真ギャラリー*/

/* misc term*/
.p-miscTop__lead {
    text-align: left;
    padding-bottom: 2em;
}

/*会は情報----*/
.c-container--greeting .photo_greeting {
    background: #fff;
}