/*--------------------------------------------------------------
 共通スタイル
--------------------------------------------------------------*/

/*** 目次indexアコーディオン ***/

.fw800 {
    font-weight: 800;
}

.accordion {
    margin: 0 0;
}

.accordion__summary {
    display: block;
    font-weight: bold;
    position: relative;
    list-style: none;
    /* 矢印を消す */
    cursor: pointer;
    padding: 0px 38px 15px 10px;
    /* 上を0に */
    color: #444444;
    font-size: 22px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    /* 下線追加 */
}

.accordion__summary::-webkit-details-marker {
    display: none;
}

.accordion__summary::after {
    content: "+";
    font-size: 1.4em;
    /* 記号のサイズ */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion[open] .accordion__summary::after {
    content: "-";
    font-size: 1.4em;
    /* 記号のサイズ */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion__detail {
    padding: 10px;
    /* 上下4pxから0pxに */
}

#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px 20px;
    margin-top: 30px;
    margin-bottom: 1em;
    font-size: 0.9em;
}

#toc_container p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

#toc_container .toc_toggle a {
    color: #13ae67;
}

#toc_container p.toc_title {
    color: #444;
    border-bottom: 1px solid #acc1a5;
    font-size: 16px;
}

#toc_container .toc_list {
    list-style: none;
}

#toc_container .toc_list ul {
    margin-bottom: 5px;
}

#toc_container .toc_list li {
    line-height: 2.2em;
    list-style: none;
    font-size: 14px;
}

#toc_container .toc_list li a {
    text-decoration: none;
    color: #444;
}

#toc_container .toc_list li a:hover {
    opacity: 0.5;
}

/* ホバー時透過 */
.hover:hover {
    opacity: 0.75;
}

/* ゴシック体指定 */
.Gothic {
    /* font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; */
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, BIZ UDPGothic, Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.Mincho {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    font-weight: 500;
}

/* 余白の設定 */
.m-0 {
    margin: 0 !important;
}

/* 4方向 */
.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1.0rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3.0rem !important;
}

/* img-fluid した画像を中央寄せに */
.img-fluid-overwrite {
    margin: 0 auto;
}

/* img-border */
.img-border {
    border: #ccc solid 1px;
    padding: 10px;
}

.shutten {
    /*参考URL等、出典元記述*/
    font-size: 0.8em !important;
    color: #aaa;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    font-weight: 400;
    overflow-wrap: break-word;
}

.icon-blank {
    /*ウィンドウアイコン　別ウィンドウで開く場合などに使用*/
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 20px;
    height: 16px;
}

.icon-blank:before,
.icon-blank:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 70%;
    height: 80%;
    border-style: solid;
    border-color: var(--icon-color);
}

.icon-blank:before {
    top: 0;
    left: 0;
    border-width: var(--icon-width);
}

.icon-blank:after {
    top: 6px;
    left: 6px;
    border-width: 0 var(--icon-width) var(--icon-width) 0;
}

.special-title h1 {
    line-height: 1.35em;
    border-bottom: #ccc solid 1px;
    padding-bottom: 0.25em;
}

/* PCでは無効 + スマートフォンでは有効 */
.sp {
    display: none;
}

@media screen and (max-width:768px) {
    .sp {
        display: block;
    }
}

/* PCでは有効 + スマートフォンでは無効 */
.pc {
    display: block;
}

@media screen and (max-width:768px) {
    .pc {
        display: none;
    }
}

/*--------------------------------------------------------------
 お役立ち情報_共通スタイル
--------------------------------------------------------------*/
.guide-contents div,
.guide-contents p,
.guide-contents li {
    line-height: 1.6;
    font-size: 16px;
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, BIZ UDPGothic, Meiryo, sans-serif;
    font-weight: 500;
}

.guide-contents-p_small {
    font-size: 12px !important;
}

/*** h2 ***/
.guide-h2-title,
.guide-h2-title-primary {
    font-size: 34px;
    margin-top: 0.5em;
    line-height: 1.35;
    font-weight: bold;
}

.guide-h2-title::before {
    content: "";
    display: block;
    width: 75px;
    height: 7px;
    border-radius: 10px;
    background: #888;
    margin-bottom: 30px;
    border: none;
}

.guide-h2-title-primary::before {
    content: "";
    display: block;
    width: 75px;
    height: 7px;
    border-radius: 10px;
    background: #0073e6;
    margin-bottom: 30px;
    border: none;
}

.guide-h2-title-other01 {
    /* 屋外用のページで使用_グレー地に白文字 */
    background-color: #666;
    padding: 10px;
    font-size: 30px;
    font-weight: 700;
    margin-top: 1.0em;
    line-height: 1.35;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .guide-h2-title-other01 {
        font-size: 20px;
    }
}

/*** 型番リンク ***/
.model-numberarea {
    display: inline-block;
    text-align: left;
}

.model-number {
    font-size: 1.35em;
    font-weight: bold;
    color: #0073e6;
    padding-left: 25px;
    background: url(../images/yaji_maru_0073e6.png) no-repeat left 4px;
    text-decoration: none;
}

.model-number:hover {
    text-decoration: underline;
}

.guide-h3-title {
    font-weight: 700 !important;
    font-size: 1.2em !important;
    text-align: left;
}

.guide-h3-title::before {
    content: "●";
    color: #888;
    padding-right: 0.5em;
}

.guide-bunrui {
    padding: 0.5em;
    color: #fff;
    background: #888;
    font-size: 1.1em !important;
}

.guide-bunrui-merit,
.guide-bunrui-demerit {
    font-weight: 700 !important;
    padding: 0.5em;
    border-bottom: #f3f3f3 3px solid;
    position: relative;
    padding-left: 30px;
    /* Adjust padding as needed */
}

.guide-bunrui-merit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    /* Adjust size as needed */
    height: 20px;
    /* Adjust size as needed */
    background-image: url('../images/202501_high-pass-filter/maru.png');
    background-size: cover;
    /* Adjust as needed */
    background-repeat: no-repeat;
}

.guide-bunrui-demerit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    /* Adjust size as needed */
    height: 20px;
    /* Adjust size as needed */
    background-image: url('../images/202501_high-pass-filter/batsu.png');
    background-size: cover;
    /* Adjust as needed */
    background-repeat: no-repeat;
}

.guide-banner_to-category {
    margin: 30px 0;
    text-align: center;
}

.guide-banner_to-category a {
    margin: 0 auto;
    padding: 10px 0;
    /* display: block; */
    width: 88%;
    background-color: #39f;
    border: 5px solid #39f;
    border-radius: 100px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.6em;
    position: relative;
    display: flex;
    align-items: center;
    /* 縦中央揃え */
    justify-content: center;
    /* 横中央揃え */
    text-decoration: none;
}

.guide-banner_to-category a::after {
    content: '→';
    display: inline-block;
    margin-left: 15px;
    /* 矢印をさらに右に寄せる */
    font-size: 0.9em;
    /* 矢印のサイズを調整 */
    vertical-align: middle;
    transition: transform 0.3s ease, left 0.3s ease;
    /* アニメーションの追加 */
    position: relative;
    /* 矢印を相対位置に設定 */
    left: 0;
    /* 初期位置 */
}

.guide-banner_to-category a:hover::after {
    left: 10px;
    /* マウスオーバー時にさらに右に動く */
}

.guide-banner_to-category a img {
    margin: 0 10px 0 0;
    width: 60px;
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
    .guide-banner_to-category a {
        font-size: 1.3em;
        line-height: 1.35;
    }

    .guide-banner_to-category a img {
        width: 30px;
        margin: 0 5px 0 0;
    }
}

.guide-osusume-point {
    position: relative;
    margin-top: 1em;
    padding: 1.8em 1.5em 1em 1.5em;
    /* border: 2px solid #333; */
}

.guide-osusume-point div {
    position: absolute;
    top: -1.1em;
    left: -.1em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #888;
    color: #fff;
    font-size: .9em;
}

.guide-osusume-point div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #888;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.guide-osusume-point p {
    margin: 0;
}

.guide-contents-p_small span {
    /*SHマークの色*/
    background-color: #4CBF00;
    color: #fff;
    border-radius: 5px;
    padding: 0.25em 0.75em;
}

.guide-type-table {
    width: 100%;
    min-width: 800px;
}

.guide-type-table td {
    padding: 10px;
    border: solid #ccc 1px;
    vertical-align: top;
}

.guide-type-table .table-top-header {
    background-color: #f8f8f8;
}

.guide-type-table .td-danger {
    background-color: #f2dede;
}

.guide-type-table .tr-cat6A {
    background-color: #DAE9F2;
}

/*** すぐにラインナップを見るボタン ***/
.button-lineup {
    position: relative;
    transition: all .2s;
    margin: 0 auto;
    padding: 0.6em 0.5em;
    border: 2px solid #8b8299;
    border-radius: 35px;
    background-color: #fff;
    font-size: 1.2em;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 75%;
}

.button-lineup p {
    position: relative;
    top: 7px;
    color: #8b8299;
}

.button-lineup a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button-lineup:hover {
    /* cursor:pointer; */
    animation: anima-button-lineup 1s;
    text-decoration: underline;
    text-underline-offset: 0.5em;
}

.button-lineup::after {
    position: absolute;
    right: 2.0rem;
    font-weight: 900;
    content: '↓';
    transition: 500ms;
    /* color: #b0a4bf; */
}

@keyframes anima-button-lineup {
    0% {
        box-shadow: 0 0 0 0 rgba(176, 164, 191, 0.5);
    }

    100% {
        box-shadow: 0 0 0 1.0em rgb(0 0 0 / 0%);
    }
}


/* 商品詳細のせるとき */
.osusume_name {
    font-weight: bold !important;
    font-size: 20px !important;
}

.osusume_no {
    /* font-size: 1.05em; */
    font-weight: bold;
    color: #0073e6;
    background: url(../images/yaji_maru_0073e6.png) no-repeat left 2px;
    line-height: 1.5;
}

.osusume_no p {
    font-size: 0.85em;
    color: #333;
    display: inline;
    padding-left: 0.25em;
}

.osusume_no:hover {
    text-decoration: underline;
}

.osusume-btn {
    background-color: #0073e6;
    border-radius: 50px;
    font-size: 1.0em;
    padding: 10px 40px 10px 40px;
    display: inline-block;
    position: relative;
    color: #fff !important;
}

.osusume_kakaku-t,
.osusume_kakaku-o {
    font-size: 14px !important;
    line-height: 1.35 !important;
    margin-bottom: 0;
    text-align: right;
}

.osusume_kakaku-t span {
    color: #FF9933;
    font-size: 21px;
    font-weight: bold;
}

.osusume_kakaku-o span {
    color: #FF3333;
    font-size: 21px;
    font-weight: bold;
}

.osusume_kakaku-t span span,
.osusume_kakaku-o span span {
    font-size: 14px !important;
    font-weight: normal;
}

@media (max-width: 767px) {

    .table-osusume-detail table,
    .table-osusume-detail thead,
    .table-osusume-detail tbody,
    .table-osusume-detail th,
    .table-osusume-detail td,
    .table-osusume-detail tr {
        display: block;
    }

    .table-osusume-detail td {
        text-align: left;
        position: relative;
        padding-left: 50%;
    }

    .table-osusume-detail td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-label);
    }
}

/*サンプルある旨記載＆注意書き*/
.osusume-sample {
    background-color: #f2f2f2;
    padding: 1.5% 2%;
    border-radius: 4px;
    font-size: 0.85em;
}

.osusume-sample-chuui {
    font-size: 0.85em;
    color: #666;
    display: block;
    padding-top: 8px;
}

.osusume-sample-chuui a {
    color: #39f;
    padding: 0 0.25em;
    text-decoration: underline;
    font-weight: 600;
}

.arrow_btn {
    display: inline-block;
    position: relative;
    /* width: 200px; */
    padding: 0.8em 1.6em;
    text-align: center;
    text-decoration: none;
    color: #1B1B1B;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #1B1B1B;
    transition: transform ease .3s;
    font-weight: 700;
}

.arrow_btn:hover {
    cursor: pointer;
    text-decoration: none;
}

.arrow_btn span {
    display: inline-block;
    text-decoration: none;
    transition: transform ease .3s;
}

.arrow_btn:hover span {
    cursor: pointer;
    text-decoration: none;
    transform: translateX(6px);
}

.sample_btn {
    padding: 10px 20px !important;
    background: linear-gradient(0deg, #f1f1f1 0%, #f8f8f8 100%);
    margin-bottom: 7px;
}

.sample_btn:hover {
    opacity: 0.6;
}

.sample_btn span {
    display: inline-block;
    text-decoration: none;
    transition: transform ease .3s;
}

.sample_btn:hover span {
    cursor: pointer;
    text-decoration: none;
    transform: translateX(6px);
}

/*クリックでメイン画像と切り替える*/
.osusume-image-container img {
    width: 115px;
    height: 115px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    border: 1px solid #ddd;
}

.main-image {
    width: 100%;
    height: auto;
}

.clickable-area {
    cursor: pointer;
}

/*商品ページへリンクするボタン*/
.osusume-btn {
    background-color: #0073e6;
    border-radius: 50px;
    font-size: 1.0em;
    padding: 10px 40px 10px 40px;
    display: inline-block;
    position: relative;
    color: #fff !important;
}

/*ポイントエリア*/
.guide-point-area {
    background-color: #f0f6f7;
    padding: 1.0em 1.5em;
    border-radius: 5px;
}

.guide-point-title {
    background-image: url('/guide/assets/images/202503_outdoor-use/point_img.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 25px;
    padding-left: 30px;
}

.guide-point-title p {
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 2.5px;
}

/*checkエリア*/
.guide-check-area {
    background-color: #F3F1F2;
    padding: 1.0em 1.5em;
    border-radius: 5px;
}

.guide-check-title {
    display: flex;
    /* フレックスボックスを使用 */
    align-items: center;
    /* 縦中央揃え */
    background-image: url('/guide/assets/images/check_img.png');
    background-repeat: no-repeat;
    background-position: left center;
    /* 画像を縦中央に配置 */
    background-size: 70px;
    padding-left: 80px;
    /* 画像の幅に合わせて調整 */
    height: 80px;
    /* 画像の高さに合わせて調整 */
}

.guide-check-title p {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    /* 余白をリセット */
}


/* bootstrap補足_商品エリアhoverで50%透過 */
a.link-opacity-50-hover:hover {
    opacity: 0.7;
}

/* 矢印が動くボタン（赤ver.） */
.red-button-small {
    display: inline-block;
    position: relative;
    padding: 15px 40px 15px 60px;
    background: #dc3545;
    color: #fff !important;
    border-radius: 50px;
    font-size: 20px;
    text-decoration: none;
}

.red-button-small::before {
    /* 矢印の表示設定 */
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    animation: slideBlink 1s linear infinite;
    /* アニメーションの初期設定 */
}

@keyframes slideBlink {

    /* アニメーションの内容 */
    from {
        /* アニメーション開始時のスタイル */
        opacity: 0;
        left: 8px;
    }

    to {
        /* アニメーション終了時のスタイル */
        opacity: 1;
        left: 25px;
    }
}

/* 矢印が動くボタン（青ver.） */
.blue-button-small {
    display: inline-block;
    position: relative;
    padding: 15px 40px 15px 60px;
    background: #000055;
    color: #fff !important;
    border-radius: 50px;
    font-size: 20px;
    text-decoration: none;
}

.blue-button-small::before {
    /* 矢印の表示設定 */
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    animation: slideBlink 1s linear infinite;
    /* アニメーションの初期設定 */
}

/* 矢印が動くボタン（オレンジver.） */
.orange-button-small {
    display: inline-block;
    position: relative;
    padding: 15px 40px 15px 60px;
    background: #ee7700;
    color: #fff !important;
    border-radius: 50px;
    font-size: 20px;
    text-decoration: none;
}

.orange-button-small::before {
    /* 矢印の表示設定 */
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    animation: slideBlink 1s linear infinite;
    /* アニメーションの初期設定 */
}

/*** 商品一覧 ***/
.guide-product-ichiran-cat-primary {
    color: #0073e6;
    border-bottom: 3px #0073e6 solid;
    font-size: 1.5em;
    font-weight: bold;
}

.guide-product-ichiran p {
    margin-bottom: 5px;
    font-size: 0.8em;
    color: #888;
}

.guide-product-ichiran img {
    border: 1px #eee solid;
}

.guide-product-ichiran-no {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffefe7 60%);
    letter-spacing: .05em;
    display: inline;
    line-height: 2;
}

.guide-product-ichiran-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.9em;
}

.guide-product-ichiran-en {
    color: #ff3333 !important;
    font-size: 0.95em !important;
    margin-bottom: 20px !important;
}

.guide-product-ichiran-en span {
    font-size: 0.7em;
    padding-right: 0.25em;
}

/*** おすすめ商品一覧 ***/
.products a .product {
    color: #333;
}

.products a .product:hover {
    color: #333;
    opacity: 0.8;
}

.product-image img {
    border-width: 0px;
}

.product-name {
    font-size: 16px;
}

.item-title {
    display: block;
    text-align: left;
}

.item-title-sub {
    font-size: 0.8em;
    line-height: 1.1em;
    display: block;
    margin-top: 5px;
    line-height: 1.35em;
    text-align: left;
}

.product-item {
    font-size: 12px;
    padding-top: 1em;
}

.product-item span {
    background-color: #4CBF00;
    color: #fff;
    border-radius: 5px;
    padding: 0.25em 0.75em;
    display: inline-block;
    margin-top: 0.5em;
}

/*** 商品一覧を5カラムにしたいとき ***/
/* lgで5カラム */
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* ボックス全体をflexで揃える */
.row.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.row.equal-height>div {
    display: flex;
    flex-direction: column;
}

.box {
    /* background-color: #eee; */
    text-align: center;
    /* padding: 30px 10px; */
    margin-bottom: 10px;
    flex: 1;
    /* 高さ揃えのキモ */
}

/*--------------------------------------------------------------
 HDMIケーブルの選び方特設ページ
--------------------------------------------------------------*/
/* .hdmi_select_scene .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
} */
.hdmi_select_scene-title {
    background-color: #0073e6;
    /*背景 色*/
    color: #fff;
    padding: 15px 20px;
}

.hdmi_select_scene-title-01,
.hdmi_select_scene-title-02,
.hdmi_select_scene-title-03,
.hdmi_select_scene-title-04,
.hdmi_select_scene-title-05 {
    background-color: #0073e6;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 20px 20px;
    line-height: 25px;
    text-align: left;
    padding-left: 60px;
    background-position: 3% 50%;
    background-repeat: no-repeat;
    background-size: calc(200px * 0.2)
        /* width */
        calc(200px * 0.2);
}

.hdmi_select_scene-title-01 {
    background-image: url(../images/hdmi_select/hdmi_scene01_icon.png);
}

.hdmi_select_scene-title-02 {
    background-image: url(../images/hdmi_select/hdmi_scene02_icon.png);
}

.hdmi_select_scene-title-03 {
    background-image: url(../images/hdmi_select/hdmi_scene03_icon.png);
}

.hdmi_select_scene-title-04 {
    background-image: url(../images/hdmi_select/hdmi_scene04_icon.png);
}

.hdmi_select_scene-title-05 {
    background-image: url(../images/hdmi_select/hdmi_scene05_icon.png);
}

.hdmi_select_scene p,
.hdmi_select_kikaku p,
.hdmi_select_length p {
    font-size: 15px;
    line-height: 1.5em;
}

.hover:hover {
    opacity: 0.75;
}

/* 青背景 + 白文字 + > の詳細を見るボタン(最小) */
.btn_hdmi-s {
    position: relative;
    /* 矢印の基点とするためrelativeを指定 */
    text-decoration: none;
    display: inline-block;
    background: #0073e6;
    /* ボタンの形状 */
    color: #fff;
    padding: 8px 20px;
    text-align: center;
    outline: none;
    transition: ease .3s;
    /* アニメーションの指定 */
    font-weight: 600;
    font-size: 0.9em;
    border-radius: 4px;
}

.btn_hdmi-s:hover {
    background: #3399cc;
    color: #fff;
}

/*製品名・型番*/
.hdmi_product_name {
    color: #33498e;
    font-size: 14px !important;
    letter-spacing: -0.05em;
    margin-bottom: 5px;
}

.hdmi_product_no {
    text-decoration: underline;
    font-size: 12px !important;
    color: #0073E6;
}

/*規格・伝送速度表*/
.cable-type-table {
    width: 100%;
    min-width: 800px;
}

.cable-type-table td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.6;
    /* text-align: center; */
    padding: 0.5em;
}

.cable-type-table td.long-text {
    vertical-align: top;
    text-align: left;
}

.cable-type-table td.long-text p span {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
}

.table-side-header {
    background-color: #f2f2f2;
    font-weight: 600;
    text-align: center;
}

.table-top-header {
    background-color: #f2f2f2;
    font-weight: 600;
    text-align: center;
}

.under {
    background: linear-gradient(transparent 50%, yellow 50%);
}

/*ページ内リンクメニュー*/
#page-link {
    display: flex;
    justify-content: center;
    padding: 0 10px;
    border: solid 1px #0073E6;
}

#page-link li {
    list-style: none;
    width: 25%;
    text-align: center;
    border-right: solid 1px #0073E6;
    padding: 20px 10px;
}

#page-link li:first-child {
    padding-left: 0px;
}

#page-link li:last-child {
    border-right: none;
    padding-right: 0px;
}

#page-link li a {
    color: #0073E6;
    padding: 0;
    text-decoration: none;
    position: relative;
}

#page-link li a::after {
    content: '▼';
    */
    /* font-size: 0.8rem; */
    /* padding: 0 0 0 5px; */
    color: #0073E6;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    /* bottom: 0; */
    /* right: -2px; */
    width: 10px;
    height: 10px;
    border-top: 2px solid #0073E6;
    border-right: 2px solid #0073E6;
    transform: rotate(135deg);
    margin: 0 0 0 10px;
}

#menu_bar {
    /* margin-bottom: 80px; */
    margin-top: 30px;
    width: 100%;
}

#menu_bar ul {
    align-content: flex-start;
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}

#menu_bar ul li {
    /* padding-bottom: 30px; */
    position: relative;
}

#menu_bar li {
    flex: 0 1 24%;
    max-width: 24%;
    width: 24%;
}

#menu_bar ul li a {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    /* letter-spacing: .1em; */
    margin: 0 auto;
    padding-bottom: 10px;
    padding-left: 0.1em;
    text-align: center;
    text-decoration: none;
}

#menu_bar ul li:after {
    background: #000;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
}

#menu_bar ul li a:after {
    -webkit-transform: translateX(-50%);
    background-color: #e5e5e5;
    content: "";
    display: block;
    height: 5px;
    left: 50%;
    margin-top: 6px;
    position: absolute;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    width: 96%;
}

#menu_bar ul li a:hover:after {
    background: #0073E6;
    transition: 0.8s;
}

.chapter-banner {
    margin: 50px 0;
    text-align: center;
}

.chapter-banner a {
    margin: 0 auto;
    padding: 10px 0;
    display: block;
    width: 88%;
    background-color: #fff;
    border: 5px solid #0073e6;
    border-radius: 100px;
    text-align: center;
    color: #0073e6;
    font-weight: bold;
    font-size: 1.6em;
    position: relative;
}

.chapter-banner a img {
    margin: 0 10px 0 0;
    width: 60px;
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
    .chapter-banner a {
        font-size: 1.3em;
    }

    .chapter-banner a img {
        width: 30px;
        margin: 0 5px 0 0;
    }
}

.balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 0.5em 0;
    padding: 14px 20px;
    width: 100%;
    color: #fff;
    font-size: 24px;
    background: #0073E6;
    border-radius: 5px;
    font-weight: 600;
}

.balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 15%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #0073E6;
}

.balloon1 p {
    margin: 0;
    padding: 0;
}


/*--------------------------------------------------------------
 LANケーブル選び方＿特設ページ
--------------------------------------------------------------*/
.lanselect_link {
    text-decoration: underline;
    color: #0073e6;
    font-weight: 600;
}

.lanselect_link:hover {
    color: #51c1e5;
    transition: color 0.3s;
    text-decoration: underline;
}

/*****************************
ラインアップ・テーブル
******************************/
#table-section table {
    /* margin: 10px 0 0 0; */
    border-collapse: collapse;
    /*! width: 700px; */
    clear: both;
    color: #333;
    /*! float: left; */
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

#table-section table tr {}

#table-section table th a {
    /* display: block; */
    padding: 13px 0 10px 0;
}

#table-section table th a:link {
    color: #FFFFFF;
    text-decoration: none;
}

#table-section table th a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#table-section table th a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#table-section table th {
    padding: 13px 0 10px 0;
    margin: 0;
    font-size: 131%;
    color: #fff;
    border: 1px solid #b7b7b7;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    line-height: 0.8;
    width: 15%;
}

#table-section table th img {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

#table-section table th span {
    margin: 0;
    padding: 0;
    font-size: 60%;
    color: #fff;
    font-weight: normal;
}

#table-section table th em {
    margin: 0.75em 0 0 0;
    padding: 0;
    font-size: 65%;
    color: #fff;
    font-weight: bold;
    /* display: block; */
}

#table-section table tr td.smp {
    background-color: #f0f0f0;
    font-weight: 600;
    text-align: left;
    padding-left: 10px;
}

#table-section table tr th .smp-on {
    display: none;
}

#table-section table tr td .smp-on {
    display: none;
}

#table-section table tr th.no {
    width: 6%;
}

#table-section table tr th.cat8 {
    background-color: #592a73;
}

#table-section table tr th.cat7 {
    background-color: #353535;
}

#table-section table tr th.cat6a {
    background-color: #0073ff;
}

#table-section table tr th.cat6 {
    background-color: #ff8e00;
}

#table-section table tr th.cat5e {
    background-color: #2c803d;
}

#table-section table tr th.cat5 {
    background-color: #2176af;
}

#table-section table td {
    /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.6; */
    padding: 6px 3px 4px 3px;
    margin: 0;
    color: #333;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    background-color: #fff;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    text-align: center;
}

#table-section table td.charm {
    text-align: left;
    vertical-align: top;
    padding: 7px 5px;
    line-height: 1.5;
}

#table-section table td div img {
    vertical-align: bottom;
}

#table-section table td em {
    font-size: 138.5%;
    vertical-align: middle;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
}

#inner-table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#inner-table-half {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#inner-table tbody tr td,
#inner-table-half tbody tr td {
    border: none;
    font-size: 95%;
    width: 50%;
    text-align: left;
    vertical-align: top;
    line-height: 1.3;
    padding-top: 0;
}

.inner-table-title {
    margin-bottom: 0;
    padding: 5px;
    color: #fff;
    background-color: #666;
    text-align: center;
    margin-bottom: 10px;
}

#inner-table tbody tr td img,
#inner-table-half tbody tr td img {
    border: #eee 1px solid;
}

.image-container {
    position: relative;
}

.lan-label {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #C54430;
    padding: 5px;
    font-size: 100%;
    color: #fff;
}


#table-section-02 table th a:link {
    color: #FFFFFF;
    text-decoration: none;
}

#table-section-02 table th a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#table-section-02 table th a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#table-section-02 table th {
    padding: 13px 0 10px 0;
    margin: 0;
    font-size: 80%;
    border: 1px solid #b7b7b7;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1.3;
    background-color: #f0f0f0;
}

#table-section-02 table td {
    padding: 6px 3px 4px 3px;
    margin: 0;
    color: #333;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    background-color: #fff;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    text-align: center;
    font-size: 90%;
}

#inner-table-02 tbody tr td img,
#inner-table-half tbody tr td img {
    border: #eee 1px solid;
    max-width: 100px;
}

#inner-table-02 tbody tr td {
    border: none;
}

#table-section-02 table tr td.smp {
    background-color: #dff0d8;
    font-weight: 600;
    padding-left: 10px;
}

/*--------------------------------------------------------------
 Cat6A特集＿特集ページ
--------------------------------------------------------------*/
/* サブタイトル（水色＆グレーの左横線 + 下線） */
.sub-title {
    margin-top: 5em;
}

.sub-title h3 {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 600;
    position: relative;
    padding-left: 22px;
    padding-bottom: 1.0625rem;
    color: #333;
}

@media screen and (min-width: 48em) {
    .sub-title h3 {
        font-size: 28px;
        line-height: 1.4;
        font-weight: 600;
        padding-left: 25px;
        padding-bottom: 1rem;
    }
}

.sub-title h3:before {
    content: "";
    display: block;
    position: absolute;
    height: calc(100% - 10px);
    width: 5px;
    left: 0;
    top: .25rem;
    background-image: linear-gradient(#39f 50%, #C8C8C8 50%);
}

@media screen and (min-width: 48em) {
    .sub-title h3:before {
        top: .375rem;
        height: 2.25rem;
        height: calc(100% - 14px)
    }
}

.sub-title h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #123d83;
    opacity: .2
}

.sub-title h3 span {
    font-size: 75%;
    float: right;
    font-weight: normal;
    margin-right: 1em;
    margin-top: 0.5em;
}

#menu_bar_cat6a {
    /* margin-bottom: 80px; */
    margin-top: 30px;
    width: 100%;
}

#menu_bar_cat6a img {
    width: 65%;
}

@media screen and (max-width: 1200px) {
    #menu_bar_cat6a img {
        width: 85%;
    }
}

@media screen and (max-width: 767px) {
    #menu_bar_cat6a img {
        width: 95%;
    }
}

#menu_bar_cat6a ul {
    align-content: flex-start;
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}

#menu_bar_cat6a ul li {
    /* padding-bottom: 30px; */
    position: relative;
}

#menu_bar_cat6a li {
    flex: 0 1 32%;
    max-width: 32%;
    width: 32%;
}

#menu_bar_cat6a ul li a {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    /* letter-spacing: .1em; */
    margin: 0 auto;
    padding-bottom: 10px;
    padding-left: 0.1em;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 650px) {
    #menu_bar_cat6a ul li a {
        font-size: 0.9rem;
    }
}

#menu_bar_cat6a ul li:after {
    background: #000;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
}

#menu_bar_cat6a ul li a:after {
    -webkit-transform: translateX(-50%);
    background-color: #e5e5e5;
    content: "";
    display: block;
    height: 5px;
    left: 50%;
    margin-top: 6px;
    position: absolute;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    width: 96%;
}

#menu_bar_cat6a ul li a:hover:after {
    background: #0073E6;
    transition: 0.8s;
}

.cat6a-title {
    font-size: 34px;
    margin-top: 2.0em;
    line-height: 1.35;
}

.cat6a-title::before {
    content: "";
    display: block;
    width: 75px;
    height: 7px;
    border-radius: 10px;
    background: #336699;
    margin-bottom: 30px;
    border: none;
}

.cat6A-type-table {
    width: 100%;
    min-width: 800px;
    text-align: center;
    font-weight: 600;
}

.cat6A-type-table td {
    padding: 10px;
    border: solid #ccc 1px;
}

.cat6A-type-table .table-top-header {
    background-color: #0073ff;
    color: #fff;
}

.cat6A-type-table .tr-cat6A {
    background-color: #DAE9F2;
}

.cat6A-category {
    background-color: #0073ff;
    color: #fff;
    padding: 15px;
}

.balloon2 {
    position: relative;
    /* display: inline-block; */
    margin: 1.5em 0 0.5em 0;
    padding: 14px 20px;
    width: 80%;
    color: #fff;
    font-size: 24px;
    background: #0073E6;
    border-radius: 5px;
    font-weight: 600;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.balloon2:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -15px;
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #0073E6;
    border-left: 15px solid transparent;
}

.balloon2 p {
    margin: 0;
    padding: 0;
}

.item-title {
    display: block;
    text-align: left;
}

.item-title-sub {
    font-size: 0.8em;
    line-height: 1.1em;
    display: block;
    margin-top: 5px;
    line-height: 1.35em;
    text-align: left;
}

.maker_cat6A_setsumei {
    font-size: 14px;
    font-weight: 700;
}

.maker_name {
    font-size: 24px;
    padding-bottom: .5em;
    border-bottom: 1px solid #000;
}

.maker_name span {
    display: block;
    color: #333;
    font-size: .65em;
    padding-bottom: 0.35em;
    font-weight: 500;
}

/* メーカー別にフィルタリング */
input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.filters {
    text-align: center;
    margin-bottom: 2rem;
}

.filters * {
    display: inline-block;
}

.filters label {
    /* text-align: center;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0.25rem;
    min-width: 50px;
    line-height: normal; */
    cursor: pointer;
    transition: all 0.2s;
    color: #999;
}

.filters label:hover {
    background: #994B8A;
    color: #fff;
}

/* .targets {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(4, 1fr);
  } */
/* .targets .target {
    background: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.1);
  } */
.targets .target-title {
    font-size: 1.2rem;
    margin: 1rem 0 1rem 0.25rem;
    color: #999;
}

.targets .target-title:hover {
    text-decoration: underline;
}

.targets figcaption {
    padding: 0.5rem;
    font-size: 0.75rem;
}

.targets .target-categories {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
}

.targets .target-categories * {
    display: inline-block;
}

.targets .target-categories li {
    margin-bottom: 0.2rem;
}

.targets .target-categories a {
    padding: 0.2rem 0.5rem;
    transition: all 0.1s;
    color: #994B8A;
}

.targets .target-categories a:hover {
    background: #994B8A;
    color: #fff;
}

[value="All"]:checked~.filters [for="All"],
[value="cat-a"]:checked~.filters [for="cat-a"],
[value="cat-b"]:checked~.filters [for="cat-b"],
[value="cat-c"]:checked~.filters [for="cat-c"] {
    background: #994B8A;
    color: #fff;
}

/* メディアクエリ */
@media screen and (max-width: 900px) {
    .targets {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 650px) {
    html {
        font-size: 14px;
    }

    .targets {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* アニメーション */
.checked_animation {
    animation: checked_animation 0.4s ease-in-out both;
}

@keyframes checked_animation {
    0% {
        transform: translate(0, 300px);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}



.tab_contents_box {
    text-align: center;
}

.tab_menu {
    z-index: 2;
    position: relative;
    width: 30%;
    /* margin: 0 5px; */
    /* background-color: #eee; */
    /* line-height: 36px; */
    float: center;
    text-align: center;
    transition: all 0.2s ease;
    /* border: solid 2px #ccc; */
    /* border-radius: 8px 8px 0 0; */
    cursor: pointer;
    box-sizing: border-box;
}

.tab_menu:hover {
    color: #838383;
}

.tab_menu img {
    padding: 0 10px;
}

@media screen and (max-width: 991px) {
    .tab_menu img {
        padding: 0 2px;
    }
}

/* .tab_menu:first-of-type{
margin: 0 5px 0 20px;
} */
input:checked+.tab_menu {
    background-color: #fff;
    border-bottom: solid 5px #ccc;
}

input[name="tab_menu"] {
    display: none;
}

.tab_content {
    display: none;
    z-index: 1;
    clear: both;
    /* border: solid 2px #ccc;
    border-radius: 8px;
    padding: 15px 20px;
    margin: 0 0 30px 0; */
    position: relative;
    /* top: -2px; */
}

#tab_a:checked~#tab_a_content,
#tab_b:checked~#tab_b_content,
#tab_c:checked~#tab_c_content {
    display: block;
}

.cat6a-sekou-chuui-outer {
    background-color: #eee;
    padding: 1.5em;
}

.cat6a-sekou-chuui-inner {
    background-color: #fff;
    padding: 1.5em;
    border-radius: 10px;
}

.cat6a-chuui-icon {
    height: 35px;
    padding-right: 10px;
    vertical-align: bottom;
}

.cat6a-sekou-chuui-title {
    border-bottom: 1px solid #ccc;
    font-size: 1.5em;
    font-weight: 800;
}

.chapter-banner {
    margin: 50px 0;
    text-align: center;
}

.chapter-banner a {
    margin: 0 auto;
    padding: 10px 0;
    display: block;
    width: 78%;
    background-color: #fff;
    border: 5px solid #0073e6;
    border-radius: 100px;
    text-align: center;
    color: #0073e6;
    font-weight: bold;
    font-size: 1.6em;
    position: relative;
    text-decoration: none;
}

.chapter-banner a img {
    margin: 0 10px 0 0;
    width: 60px;
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
    .chapter-banner a {
        font-size: 1.3em;
    }

    .chapter-banner a img {
        width: 30px;
        margin: 0 5px 0 0;
    }
}

/*--------------------------------------------------------------
 テレビコンセントのお役立ち情報
--------------------------------------------------------------*/
.tv-outlets-tokusei,
.tv-outlets-tokusei-chuui {
    font-weight: 700 !important;
    padding: 0.5em;
    border-bottom: #f3f3f3 3px solid;
    position: relative;
    padding-left: 40px;
    /* Adjust padding as needed */
}

.tv-outlets-tokusei::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 35px;
    /* Adjust size as needed */
    height: 35px;
    /* Adjust size as needed */
    background-image: url('../images/202501_tv-outlets/tokusei.png');
    background-size: cover;
    /* Adjust as needed */
    background-repeat: no-repeat;
}

.tv-outlets-tokusei-chuui::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 35px;
    /* Adjust size as needed */
    height: 35px;
    /* Adjust size as needed */
    background-image: url('../images/202501_tv-outlets/chuui.png');
    background-size: cover;
    /* Adjust as needed */
    background-repeat: no-repeat;
}

.green-mark {
    background-color: #4CBF00;
    color: #fff;
    border-radius: 5px;
    padding: 0.25em 0.75em;
    display: inline-block;
    margin-bottom: 0.25em;
}

/*--------------------------------------------------------------
 ハイパスフィルターのお役立ち情報
--------------------------------------------------------------*/
.high-pass-filter-merit,
.high-pass-filter-demerit {
    font-weight: 700 !important;
    padding: 0.5em;
    border-bottom: #f3f3f3 3px solid;
    position: relative;
    padding-left: 30px;
    /* Adjust padding as needed */
}

.high-pass-filter-merit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    /* Adjust size as needed */
    height: 20px;
    /* Adjust size as needed */
    background-image: url('../images/202501_high-pass-filter/maru.png');
    background-size: cover;
    /* Adjust as needed */
    background-repeat: no-repeat;
}

.high-pass-filter-demerit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    /* Adjust size as needed */
    height: 20px;
    /* Adjust size as needed */
    background-image: url('../images/202501_high-pass-filter/batsu.png');
    background-size: cover;
    /* Adjust as needed */
    background-repeat: no-repeat;
}

/*--------------------------------------------------------------
 FTTH
--------------------------------------------------------------*/
.table-drop-hikaku td {
    text-align: center;
    vertical-align: middle !important;
    padding: 1.0em 0.5em;
}

.solid-drop {
    font-weight: bold;
}


/*--------------------------------------------------------------
 光ドロップ特設ページ
--------------------------------------------------------------*/
.hikari-drop-title,
.hikariconnecta-title {
    font-size: 34px;
    margin-top: 2.0em;
    line-height: 1.35;
}

.hikari-drop-title::before {
    content: "";
    display: block;
    width: 75px;
    height: 7px;
    border-radius: 10px;
    background: #ffc20e;
    margin-bottom: 30px;
    border: none;
}

.hikari-drop-title_new {
    background-color: #FFC10F;
    font-size: 1.8em;
    color: #FFFFFF;
    text-align: center;
}

.hikari-drop-title_new img,
.hikariconnecta-title_new img {
    height: 80px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

@media screen and (max-width: 767px) {

    .hikari-drop-title_new img,
    .hikariconnecta-title_new img {
        height: 65px;
    }
}

.hikariconnecta-title_new {
    background-color: #4F92C7;
    font-size: 1.8em;
    color: #FFFFFF;
    text-align: center;
}

.hikari-h3,
.connecta-h3 {
    position: relative;
    /* border: 1px solid #FFC10F; */
    padding: 10px 20px 10px 30px;
    font-size: 24px;
    line-height: 1.5em;
    /* background-color: #eee; */
}

.hikari-h3::after {
    position: absolute;
    content: '';
    top: 0.25em;
    left: 0.5em;
    width: 6px;
    height: calc(100% - 0.5em);
    /*100％から上下の空き分を除いたもの*/
    background-color: #FFC10F;
}

.connecta-h3::after {
    position: absolute;
    content: '';
    top: 0.25em;
    left: 0.5em;
    width: 6px;
    height: calc(100% - 0.5em);
    /*100％から上下の空き分を除いたもの*/
    background-color: #4F92C7;
}

.hikariconnecta-title::before {
    content: "";
    display: block;
    width: 75px;
    height: 7px;
    border-radius: 10px;
    background: #00459F;
    margin-bottom: 30px;
    border: none;
}

.hikari-drop-point {
    background-color: #ffc20e;
    padding: 0.5em 1.0em;
    font-size: 20px;
    margin-bottom: 0.5em;
}

h2.hikari-drop-cable-title {
    background-color: #ffc20e;
    color: #fff;
    padding: 0.75em;
    font-size: 1.8em;
    text-align: center;
}

.drop-hikaku-title {
    background-color: #00459f;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    line-height: 1.5em;
    margin: 1.0em 0.5em;
}

.drophikaku-title {
    text-align: center;
    padding: 0.5em;
    line-height: 1.5em;
    margin-bottom: 0;
    background-color: #0073e6;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
}

.drop-matome {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.5;
    /* padding: 5px 20px; */
}

.drop-matome-blue {
    color: #00459f;
}

.drop-matome-border {
    border-bottom: 3px solid #333;
}

@media screen and (max-width: 767px) {
    .drop-matome {
        font-size: 24px;
    }
}

.hikari-jirei_subtitle {
    text-align: center;
    font-size: 18px;
    /* color: #3399ff; */
    font-weight: bold;
    padding: 0.5em 0 0 0;
    margin-bottom: 0;
}

h2.cate {
    /* padding: 11px 16px 11px 16px;
    color: #fff;
    font-size: 1.7em;
    background: #1B8FDA; */
    font-size: 1.8em;
    letter-spacing: 1px;
    color: #0073e6;
    border-bottom: 4px solid;
    padding: 0 0 0.5% 1%;
    margin: 20px 0 50px;
    margin-bottom: 20px;
    line-height: 1.5;
}

h3.subtitle_hikari-drop {
    border-left: 6px solid #00459F;
    padding-left: 1em;
    letter-spacing: 0.025em;
}

h2.hikari-connecta-title {
    background-color: #00459F;
    color: #fff;
    padding: 0.75em;
    font-size: 1.8em;
    text-align: center;
}

.pickup-text {
    line-height: 1.5em;
    margin: 1.0em 0.5em;
}

.pickup-subtitle-h4 {
    margin: 2px 2px 13px 2px;
    padding: 10px 14px 10px 14px;
    background: #EEEEEE;
    line-height: 1.2;
}

div.other-content {
    background-color: #E7F2FA;
    border-radius: 0.5em;
    padding: 3% 4%;
    margin-bottom: 50px;
    margin-top: 50px;
}

div.other-content p {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 2%;
}

div.other-content div.otherleft span {
    display: block;
    font-size: 0.97em;
    line-height: 1.6;
}

.table-drop-hikaku {
    font-size: 14px;
}

.table-drop-hikaku thead th {
    background-color: #EFF7F9;
    padding: 1.0em 0.5em;
}

.table-drop-hikaku tbody th {
    background-color: #eee;
}

.table-drop-hikaku .warning {
    background-color: #fefcf3;
}

.product-data,
.product-data-drop {
    width: 100%;
    height: 263px;
    margin: 0 0 0 2%;
    text-align: left;
    font-size: 0.75em;
}

.product-data,
.product-data-drop,
.product-data td,
.product-data-drop td,
.product-data th,
.product-data-drop th {
    border: 1px solid #E5E5E5;
    /* border-bottom: 1px solid #E5E5E5;
    border-collapse: collapse; */
    padding: 0 0 0 5%;
    background-color: #ffffff;
}

.product-data-drop th {
    background-color: #faf5e7;
    border-right: 1px solid #E5E5E5;
    width: 38.4%;
}

.product-data th {
    background-color: #F7FBFF;
    border-right: 1px solid #E5E5E5;
    width: 38.4%;
}

.pushcircle-yellow,
.pushcircle-blue {
    /*周囲の線の起点とするためrelativeを指定*/
    position: relative;
    /*円の形状*/
    /* width:100px;
    height:100px; */
    box-sizing: border-box;
    padding: 15px 30px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    outline: none;
    /*天地中央にテキストを配置*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.pushcircle-yellow {
    background: #ffc20e;
}

.pushcircle-blue {
    background: #4f92c8;
}

/*内側の線*/
.pushcircle-yellow:after,
.pushcircle-blue:after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    top: 50%;
    left: 50%;
    /*線の形状*/
    width: 90%;
    height: 80%;
    border: 2px solid #ffc20e;
    border-radius: 35px;
    transform: translate(-50%, -50%) scale(1.1);
    /*アニメーションの指定*/
    transition: .3s ease;
}

.pushcircle-yellow:after {
    border: 2px solid #ffc20e;
}

.pushcircle-blue:after {
    border: 2px solid #4f92c8;
}

.pushcircle-yellow:hover,
.pushcircle-blue:hover {
    color: #fff;
}

/*hoverをしたら枠線が小さくなる*/
.pushcircle-yellow:hover:after,
.pushcircle-blue:hover:after {
    transform: translate(-50%, -50%) scale(1);
    border-color: #fff;
}

.no_data {
    color: #ddd;
}

.hikari-drop-topage {
    border: #ffc20e 5px solid;
    border-radius: 15px;
}

.hikari-drop-topage h2,
.hikari-connecta-topage h2,
.ftth-topage h2 {
    line-height: 1.5em;
    margin: 0 0.5em 0.5em 0.5em;
}

.hikari-connecta-topage {
    border: #4f92c8 5px solid;
    border-radius: 15px;
}


/*--------------------------------------------------------------
 通電火災防止＿特設ページ
--------------------------------------------------------------*/
.tsuden p,
.tsuden li {
    line-height: 1.6;
    font-size: 16px;
}

.btn-tsuden-mokuji {
    position: relative;
    padding: 1rem 2rem 1rem 1rem;
    border: 2px solid #333;
    border-radius: 5px;
    color: #333;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 22.5%;
    margin: 5px;
}

.btn-tsuden-mokuji a {
    padding: 0 2px;
    background: linear-gradient(transparent 55%, #FFFC7F 70%);
}

.btn-tsuden-mokuji:first-child {
    margin-left: 0;
}

.btn-tsuden-mokuji:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1199px) {
    .btn-tsuden-mokuji {
        width: 46%;
        padding: 5px;
        font-size: 0.9em;
    }

    .btn-tsuden-mokuji:first-child {
        margin-left: 5px;
    }

    .btn-tsuden-mokuji:last-child {
        margin-right: 5px;
    }
}

.btn-tsuden-mokuji span:hover {
    right: 0.8rem;
}

.btn-tsuden-mokuji::after {
    position: absolute;
    right: 1rem;
    font-weight: 900;
    content: '→';
    transition: 500ms;
}

.btn-tsuden-mokuji:hover::after {
    right: 0.8rem;
}

.sonae-navigation-area .sonae-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2em;
    padding-left: 0;
}

.sonae-navigation-area .sonae-navigation li {
    list-style: none;
    text-align: center;
    padding: 0 29px;
    border-right: dotted 3px #d8d8d8
}

.sonae-navigation-area .sonae-navigation li:last-child {
    border-right: none
}

.sonae-navi-text {
    font-weight: 800;
    font-size: 0.9em;
    letter-spacing: -0.025em;
}

.tsuden-title {
    font-size: 34px;
    margin-top: 2.0em;
    line-height: 1.35;
}

.tsuden-title::before {
    content: "";
    display: block;
    width: 75px;
    height: 7px;
    border-radius: 10px;
    background: #FEA800;
    margin-bottom: 30px;
    border: none;
}

.tsuden-sub-title {
    padding: 3px 0px 15px 38px;
    font-size: 30px;
    background-size: 28px;
    background-position: left 5px;
    text-align: left;
    font-weight: bold;
    background-image: url(../images/202401_sonae/icon_tsuden-title.png);
    background-repeat: no-repeat;
    margin-top: 1.5em;
    line-height: 1.35;
}

.tsuden-case {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: .35714em 0 .35714em 0;
    list-style: none;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .tsuden-case {
        display: flex;
        flex-direction: column;
    }
}

.tsuden-case_reason {
    width: 300px;
    padding: 28px 0 0;
    /* text-align: center; */
    border: 1px solid #d9d9d9;
    /* border-radius: 8px; */
    background-color: #fff;
    margin: 0.5em;
}

@media screen and (max-width: 768px) {
    .tsuden-case_reason {
        width: 100%;
        padding: 8px 12px;
        margin-bottom: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        box-sizing: border-box;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .tsuden-case_reason .icon {
        position: relative;
        width: 280px;
        text-align: center;
        margin: 0 20px 0 0;
    }
}

.tsuden-case_reason p {
    margin: 1.0em;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .tsuden-case_reason p {
        margin: 0;
    }
}

.tsudenkasai-list ul {
    padding-left: 0.5em;
    list-style: none;
}

.tsuden-kasai-list-title {
    margin-bottom: 5px;
}

.tsudenkasai-list-title span {
    color: #ff6600;
    padding: 0 2px;
    background: linear-gradient(transparent 55%, #FFFC7F 70%);
    font-weight: 500;
    font-size: 22px;
    margin-left: 1.0em;
}

.tsudenkasai-list {
    padding: 1.0em;
}

.tsudenkasai-list p {
    line-height: 1.6em;
}

.tsuden-boushi-title {
    background-color: #fea800;
    padding: 0.5em 1.0em;
    font-size: 20px;
    margin-bottom: 0.5em;
}

.shintaro_subtitle {
    margin-top: 2.5em;
    padding: 5px;
    text-align: center;
    border: 1px solid #666;
    margin-bottom: 2.5em;
}

.shintaro_subtitle h1 {
    color: #666;
}

.shintaro_subtitle h3 {
    color: #666;
    font-size: 28px;
    font-weight: 700;
}

.shintaro_subtitle span {
    transform: translate(0, -50%);
    overflow: hidden;
    position: absolute;
    font-size: 0.9em;
    left: 0%;
    right: 0%;
    width: 35%;
    top: 44px;
    margin: 0 auto;
    color: #B9C1D0;
    background: #fff;
}

.shintaro_subtitle span:before,
.shintaro_subtitle span:after {
    content: "";
    position: absolute;
    width: 35%;
    top: 50%;
}

.shintaro_subtitle span:before {
    transform: translate(-100%, 0);
    margin-left: -30px;
}

.shintaro_subtitle span:after {
    margin-left: 30px;
}

.shintaro_tokucho {
    font-weight: 800;
    font-size: 24px !important;
    line-height: 1.5em;
    padding-bottom: 0.2em;
}

.shintaro_tokucho span {
    color: #E4007F;
}

.shintaro_tokucho-list ul {
    padding-left: 50px;
    list-style: none;
}

.shintaro_tokucho-list ul li {
    position: relative;
    padding-left: 10px;
    line-height: 2.0em;
    font-size: 16px;
    font-weight: 600;
}

.shintaro_tokucho-list ul li:before {
    content: "";
    display: block;
    width: 1.5rem;
    height: 0.7rem;
    border-left: 2px solid #E4007F;
    border-bottom: 2px solid #E4007F;
    transform: rotate(-45deg);
    position: absolute;
    top: 0.9rem;
    left: -2rem;
}

.shintaro_tokucho-list ul li span {
    padding: 0 2px;
    background: linear-gradient(transparent 55%, #FFFC7F 70%);
}

.shintaro_tokucho-list p {
    padding-left: 0.5em;
    font-size: 14px;
    line-height: 1.35em;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.shintaro-consent {
    font-size: 14px;
    font-weight: 600;
    padding-top: 1em;
}

.shintato-consent-secchi {
    background-color: #F9F24E;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
}

.kanshin-type {
    background-color: #FFBE00;
    padding: 0.5em;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.kanshin-type-marker-b {
    background-color: bisque;
    padding: 0 0.25em;
}

.kanshin-type-marker-g {
    background-color: palegreen;
    padding: 0 0.25em;
}

.kanshin-merit {
    font-size: 24px;
    font-weight: 600;
    color: #ff6600;
    padding-bottom: 10px;
    position: relative;
    padding: 0.5% 0 0 4%;
}

.kanshin-merit::before {
    display: inline-block;
    content: "";
    background: url(../images/202401_sonae/check_or.svg) no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    vertical-align: middle;
    left: 0;
    top: 10%;
}

.kanshin-merit-contents {
    padding-left: 30px;
    padding-bottom: 25px;
    line-height: 1.6;
    padding-top: 15px;
    font-size: 16px;
}

.tsuden-hojokin-list-area {
    background-color: #ffffee;
    padding: 1.5em 0;
}

.tsuden-hojokin-list {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 90%;
    margin: 0 auto;
}

.tsuden-hojokin-list li {
    font-size: 16px;
    line-height: 1.5;
    position: relative;
}

.tsuden-hojokin-list strong {
    padding-left: 1.5em;
    padding-bottom: 0.5em;
}

.tsuden-hojokin-list span {
    display: block;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 0.75em;
    margin-top: 0.25em;
    background-color: #ffffff;
}

.tsuden-hojokin-list li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #333;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
    color: #ffffff;
    font-size: 85%;
    line-height: 1;
    position: absolute;
    top: 3px;
    /* left: 0; */
}

.kanshin-hiyou {
    width: 100%;
}

.kanshin-hiyou thead {
    background-color: #FFBE00;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.kanshin-hiyou td {
    width: 25%;
    border: #eee 1px solid;
    padding: 0.75em;
    text-align: center;
}

.kanshin-hiyou tr:first-child td {
    border-bottom: 0;
}

.kanshin-hiyou tr:last-child td {
    border-top: 0;
    font-size: 0.9em;
    vertical-align: top;
}

.tsuden-button-small-area {
    margin: 1em;
    padding: 1.0em 2.0em;
    border: #ccc solid 1px;
    background-color: #fff;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .tsuden-button-small-area {
        margin: 0em;
        padding: 0.5em 1.0em;
    }
}

.point {
    color: #ff6600;
    padding: 0 2px;
    background: linear-gradient(transparent 55%, #FFFC7F 70%);
}

.shintaro-banner {
    margin: 50px 0;
    text-align: center;
}

.shintaro-banner a {
    margin: 0 auto;
    padding: 10px 0;
    display: block;
    width: 88%;
    background-color: #fff;
    border: 5px solid #000055;
    border-radius: 100px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.6em;
    position: relative;
    text-decoration: none;
}

.shintaro-banner a img {
    margin: 0 10px 0 0;
    width: 60px;
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
    .shintaro-banner a {
        font-size: 1.3em;
    }

    .shintaro-banner a img {
        width: 30px;
        margin: 0 5px 0 0;
    }
}

.tsuden-button-small {
    display: inline-block;
    position: relative;
    padding: 15px 40px 15px 60px;
    background: #000055;
    color: #fff !important;
    /* border-radius: 50px; */
    font-size: 20px;
    text-decoration: none;
}

/* .arrow_animation_button:hover { 
    background: #ffc966;
  } */

.shintaro-banner::before,
.tsuden-button-small::before {
    /* 矢印の表示設定 */
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    animation: slideBlink 1s linear infinite;
    /* アニメーションの初期設定 */
}

@keyframes slideBlink {

    /* アニメーションの内容 */
    from {
        /* アニメーション開始時のスタイル */
        opacity: 0;
        left: 8px;
    }

    to {
        /* アニメーション終了時のスタイル */
        opacity: 1;
        left: 25px;
    }
}

/*--------------------------------------------------------------
 入居前清掃＿コンテンツ部分
--------------------------------------------------------------*/
.balloon3 {
    position: relative;
    /* display: inline-block; */
    margin: 0.5em 0 0.5em 0;
    padding: 14px 20px;
    width: 80%;
    color: #fff;
    font-size: 28px;
    background: #33cc33;
    border-radius: 5px;
    font-weight: 600;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:800px) {
    .balloon3 {
        font-size: 22px;
    }
}

.balloon3:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -15px;
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #33cc33;
    border-left: 15px solid transparent;
}

.balloon3 p {
    margin: 0;
    padding: 0;
}

.onayami-list ul {
    padding-left: 50px;
    list-style: none;
}

.onayami-list ul li {
    position: relative;
    padding-left: 10px;
    line-height: 1.8em;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.onayami-list ul li:before {
    /* background-color: #fee101;
    position: absolute;
    content: '';
    top: .5em;
    left: 0em;
    width: 8px;
    height: 8px;
    border-radius: 4px; */
    content: "";
    display: block;
    width: 1.5rem;
    height: 0.7rem;
    border-left: 2px solid #ff6666;
    border-bottom: 2px solid #ff6666;
    transform: rotate(-45deg);
    position: absolute;
    top: 0.9rem;
    left: -2rem;
}

.onayami-list ul li span {
    padding: 0 2px;
    background: linear-gradient(transparent 55%, #FFFC7F 70%);
}


/*--------------------------------------------------------------
 オリジナル商品　ご相談ください
--------------------------------------------------------------*/
#custom-mokuji {
    background-color: #fff;
}

.nav-custom {
    border-right: dotted #ccc 1px;
}

.nav-justified .nav-custom a {
    margin-bottom: 0;
}

.nav-custom:last-child {
    border-right: none;
}

@media screen and (max-width: 767px) {
    .nav-custom {
        border-right: none;
        border-bottom: dotted 1px #ccc;
    }
}

.custom-title {
    text-align: center;
    color: #05479C;
    font-size: 50px;
    font-weight: 800;
    margin-top: 1.0em;
    line-height: 1.35em;
}

.custom-title span {
    display: block;
    color: #05479C;
    font-size: 30px;
    line-height: 1.5em;
}

@media screen and (max-width: 767px) {
    .custom-title {
        font-size: 34px;
    }

    .custom-title span {
        font-size: 22px;
    }
}

.custom-contents {
    background: #f7f8f8;
    border-radius: 12px;
    color: #333333;
    padding: 16px 12px;
    position: relative;
    margin: 1em 0;
}

.custom-contents-list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.custom-contents-youbou span {
    font-size: 18px;
    background-color: #fff;
    border-radius: 20px;
    padding: 1em;
}

@media(max-width:1199px) {
    .custom-contents-youbou span {
        display: block;
        line-height: 1.8;
        text-align: left;
    }
}

.custom-contents-youbou span span {
    background: linear-gradient(transparent 70%, #FCF438 70%);
    border-radius: 0;
    padding: 0.5em;
    display: inline;
}

.custom-contents-list li {
    /* display: flex; */
    width: 100%;
    box-sizing: border-box;
    margin: 5px;
    background-color: #fff;
    border-radius: 5px;
    padding: 1em;
    font-size: 16px;
    line-height: 1.6;
}

.custom-contents-list-title {
    text-align: center;
}

.custom-contents-list-title span {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0.15em;
    background: linear-gradient(transparent 70%, #FCF438 70%);
}

@media(max-width: 685px) {
    .custom-contents-list {
        /*追加*/
        flex-wrap: wrap;
        text-align: center;
    }

    .custom-contents-list li {
        /*追加*/
        width: 100%;
    }
}

.btn-custom-phrase {
    font-size: 30px;
    font-weight: 800;
    color: #05479C;
    text-align: center;
    padding: 0.5em;
    line-height: 1.8;
}

.btn-custom-phrase span {
    background: linear-gradient(transparent 70%, #FCF438 70%);
}

.btn-custom {
    display: inline-block;
    padding: 20px 2em;
    font-weight: bold;
    text-decoration: none !important;
    font-size: 30px;
    /* letter-spacing: 0.025em; */
    text-align: center;
    background-color: #ff6600;
    border: 5px solid #ff6600;
    border-radius: 15px;
    color: #fff !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-custom:hover {
    background-color: transparent;
    border: 5px solid #ff6600 !important;
    color: #ff6600 !important;
}

@media(max-width: 685px) {
    .btn-custom {
        font-size: 24px;
    }

    .btn-custom-phrase {
        font-size: 25px;
    }
}

.btn-custom span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    padding-top: 0.25em;
}


.custom-jirei-area {
    /* background-color: #ddf1fa; */
    padding-bottom: 3em;
    margin-left: 30px;
    margin-right: 30px;
}

.custom-jirei-title {
    /* text-align: center; */
    font-size: 40px;
    color: #333333;
    font-weight: 800;
    margin: 0.5em 0 0.5em 0.5em;
}

.cat-new {
    background-color: #F8B62C;
    border-radius: 3px;
    color: #fff;
    padding: 0.25em 0.5em;
    font-size: 0.95em;
}

.cat-performance {
    background-color: #70C8D2;
    border-radius: 3px;
    color: #fff;
    padding: 0.25em 0.5em;
    font-size: 0.95em;
}

.cat-appearance {
    background-color: #C09A6B;
    border-radius: 3px;
    color: #fff;
    padding: 0.25em 0.5em;
    font-size: 0.95em;
}

.cat-packing {
    background-color: #898989;
    border-radius: 3px;
    color: #fff;
    padding: 0.25em 0.5em;
    font-size: 0.95em;
}

.cat-costdown {
    background-color: #dc3545;
    border-radius: 3px;
    color: #fff;
    padding: 0.25em 0.5em;
    font-size: 0.95em;
}

.custom-jirei-detail {
    background-color: #f7f8f8;
    padding: 0.8em;
}

.custom-jirei-name {
    /*使わなかったら削除*/
    font-size: 1.3em;
    font-weight: 800;
    min-height: 3.5em;
}

.custom-jirei-name-shousai {
    font-size: 1.3em;
    font-weight: 800;
}

.custom-jirei-client {
    font-size: 0.9em;
    color: #666666;
}

.btn-custom-small {
    display: inline-block;
    padding: 5px 1em;
    text-decoration: none !important;
    letter-spacing: 0.025em;
    text-align: center;
    background-color: #898989;
    border: 2px solid #898989;
    border-radius: 5px;
    color: #fff !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
}

.btn-custom-small:hover {
    background-color: transparent;
    border: 2px solid #898989 !important;
    color: #898989 !important;
}

/*slick*/
.slide-items {
    width: 100%;
    display: flex;
    /* max-width: 80%; */
    margin: auto;
}

.slide-items li {
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
}

.col-guide {
    display: flex !important;
    flex-direction: column;
    /* max-width: 220px; */
    height: auto !important;
    min-height: 100%;
    /* margin: 0 8px; */
    padding: 12px;
    /* border: 1px solid #acad94; */
    background: #fff;
    /* box-shadow: 3.41px 3.66px 8.5px 1.5px #0A020526; */
    line-height: 1.6;
    border-radius: 5px;
    margin-bottom: 10px;
}

/*modal*/
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    overflow: scroll;
    /* スクロール設定 */
}

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}

@media(max-width: 991px) {
    .modal__content {
        width: 90%;
    }
}


.custom-jirei-table {
    margin-bottom: 40px;
    width: 100%;
}

.custom-jirei-table th {
    background-color: #eee;
}

.custom-jirei-table td,
th {
    padding: 0.75em;
    border: 1px solid #CCC;
}

.custom-jirei-detail-shosai {
    border: double #ddd;
    padding: 1em;
    margin-bottom: 50px;
    color: #666;
    line-height: 1.6;
}

/* よくある質問 */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}

.qa-list dl:first-child {
    border-top: 1px solid #000;
}

.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

.qa-list .open::before {
    transform: rotate(-45deg);
}

.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
}

.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}

.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}

.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}

.qa-list dl dd p {
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 1.6;
}

.qa-list dl dd p:first-child {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .qa-list dl {
        position: relative;
        padding: 15px 40px 15px 10px;
    }

    .qa-list dl::before {
        top: 20px;
        right: 20px;
        width: 7px;
        height: 7px;
    }

    .qa-list dl dt {
        padding: 0 0 0 30px;
        font-size: 18px;
    }

    .qa-list dl dt::before {
        font-size: 16px;
        top: 3px;
        left: 5px;
        content: 'Q.';
    }

    .qa-list dl dd::before {
        font-size: 16px;
        top: 5px;
        left: 5px;
        content: 'A.';
    }

    .qa-list dl dd {
        margin: 10px 0 0;
        padding: 0 0 0 30px;
        font-size: 16px;
    }

    .qa-list dl dd p {
        margin: 30px 0 0;
    }

    .qa-list dl dd p:first-child {
        margin-top: 0;
    }
}


/*完成までの流れ*/
.custom-flow-dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.custom-flow-dl dt {
    text-align: right;
    width: 8.5em;
    padding: 0em 1.0em 0.5em 1.0em;
    position: relative;
}

.custom-flow-dl dd {
    width: calc(100% - 8.5em);
    padding: 0em 2.0em 1.5em;
    border-left: 2px solid #ccc;
}

.custom-flow-dl dd:last-child {
    border-left: none;
}

.custom-flow-dl dt::after {
    content: '●';
    position: absolute;
    right: -0.55em;
    top: -0.3em;
    font-size: 22px;
    color: #05479C;
}

.custom-flow-area {
    padding-bottom: 2.0em;
}

.custom-flow-title {
    font-size: 24px;
    font-weight: 800;
}

.custom-flow-detail {
    font-size: 16px;
    line-height: 1.6;
}


@media screen and (min-width: 992px) {
    .flow_img {
        float: right !important;
    }
}

/*事例 all エリア*/
.custom-casestudy-box {
    border: #eee solid 1px;
}

.custom-casestudy-box a {
    text-decoration: none;
    color: #333;
}

.custom-casestudy-box a:hover {
    opacity: 0.5;
}

.custom-casestudy-body {
    padding: 1.0em 0.5em;
}

.custom-casestudy-name {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 0.25em;
}

.custom-casestudy-head {
    margin-bottom: 8px;
}

.custom-casestudy-head {
    margin-bottom: 4px;
}

.custom-casestudy-head-02 {
    margin-bottom: 8px;
}

.custom-casestudy-head-industory {
    display: flex;
}

.custom-casestudy-head-industory-left {
    flex: 0 0 6em;
    padding-right: 0.5em;
}

.custom-casestudy-head-industory-right {
    flex: 1 1 0px;
}

.custom-casestudy-detail {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #314da4;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    border-top: solid 1px #eee;
    padding-top: 12px;
}

.u-full-height {
    height: 100%;
}

.Imgbox {
    /* width: 100vw; */
    overflow: hidden;
}

.ImgBox-Img {
    transition-duration: 0.3s;
}

.ImgBox-Img:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
    opacity: 0.6;
}

/*--------------------------------------------------------------
 PF管特設ページ
--------------------------------------------------------------*/
.pf-title {
    font-size: 34px;
    margin-top: 2.0em;
    line-height: 1.35;
}

.pf-title::before {
    content: "";
    display: block;
    width: 75px;
    height: 7px;
    border-radius: 10px;
    background: #0faa5d;
    margin-bottom: 30px;
    border: none;
}

.pf-bamen-title {
    background-color: #0faa5d;
    padding: 0.5em 1.0em;
    font-size: 20px;
    margin-bottom: 0.5em;
    color: #fff;
}

.pf-qa-title {
    padding: 3px 0px 15px 60px;
    font-size: 30px;
    background-size: 55px;
    background-position: left 0px;
    text-align: left;
    font-weight: bold;
    background-image: url(../images/pf-conduict/icon_pf-qa.png);
    background-repeat: no-repeat;
    margin-top: 1.5em;
    line-height: 1.35;
}

.pf-qa-answer {
    font-size: 30px;
    font-weight: 600;
    color: #0faa5d;
    padding-bottom: 10px;
    position: relative;
    padding: 0.5% 0 0 4%;
}

.pf-qa-answer span {
    border-bottom: 3px solid #0faa5d;
}

.pf-qa-answer::before {
    display: inline-block;
    content: "";
    background: url(../images/pf-conduict/check_or.svg) no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    vertical-align: middle;
    left: 0;
    top: 10%;
}

.pf-qa-answer-illust {
    padding-left: 0;
    padding-right: 0;
}

.pf-qa-answer-illust p {
    color: #fff;
    text-align: center;
    font-size: 0.9em;
    font-weight: 600;
    margin: 8px;
    background-color: #AED67D;
    padding: 5px;
    border-radius: 5px;
}

.table-pf-conduit th {
    background-color: #eee;
    text-align: center;
}

#toc_container.toc_light_blue {
    background: #f7f7f7;
}

/*--------------------------------------------------------------
 床頭台棚板ページ
--------------------------------------------------------------*/
.balloon5 {
    position: relative;
    /* display: inline-block; */
    margin: 0.5em 0 0.5em 0;
    padding: 14px 20px;
    width: 80%;
    color: #fff;
    font-size: 28px;
    background: #5baade;
    border-radius: 5px;
    font-weight: 600;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:800px) {
    .balloon5 {
        font-size: 22px;
    }
}

.balloon5:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -14px;
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #5baade;
    border-left: 15px solid transparent;
}

.balloon5 p {
    margin: 0;
    padding: 0;
}

.h2_osusume {
    padding-bottom: 5px;
    line-height: 28px;
    text-align: left;
    display: -ms-flex;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #ccc;
}

.h2_osusume span {
    display: inline-block;
    margin-right: 15px;
}

/*--------------------------------------------------------------
  ホテル客室ページ
--------------------------------------------------------------*/
.balloon6 {
    position: relative;
    /* display: inline-block; */
    margin: 0.5em 0 0.5em 0;
    padding: 14px 20px;
    width: 80%;
    color: #fff;
    font-size: 24px;
    background: #000;
    border-radius: 5px;
    font-weight: 600;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:800px) {
    .balloon6 {
        font-size: 18px;
    }
}

.balloon6:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -14px;
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #000;
    border-left: 15px solid transparent;
}

.balloon6 p {
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------
  特集ページ一覧
--------------------------------------------------------------*/
.col-guide .card {
    border: none;
}

.col-guide .card img {
    border: solid 1px #eee;
}

.col-guide .card-body {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.feature-category {
    position: relative;
    margin-top: 1.5em;
    margin-bottom: 1.1em;
    padding: 15px 20px 15px 30px;
    background: #f5f3f3;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.3;
}

.feature-category::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 18px;
    height: 4px;
    margin: auto;
    background: #0073e6;
    content: '';
}

.feature-link {
    text-decoration: none;
}

.feature-link .card-body {
    border: none;
}

.feature-pagetitle {
    font-size: 34px;
    margin-top: 2.0em;
    line-height: 1.35;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5em;
    margin-top: 0.5em;
}

/* .feature-pagetitle::before {
    content: "";
    display: block;
    width: 75px;
    height: 7px;
    border-radius: 10px;
    background: #ccc;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #ccc;
} */

.feature-index .feature-col {
    border: 1px solid #ddd;
    margin: 15px 5px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 5px;
    width: 47.0%;
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .feature-index .feature-col {
        width: 31.8%;
    }
}

@media (min-width: 1201px) {
    .feature-index .feature-col {
        width: 31.8%;
    }
}

.feature-index .thumbnail {
    padding: 0;
}

.feature-index img {
    border-radius: 5px 5px 0 0;
}

.feature-title {
    line-height: 1.35em;
    /* font-size: 16px;
    font-weight: 800; */
    font-size: 1.0em;
    margin-top: 0.25rem;
    /* margin-left: 8px;
    margin-right: 8px; */
    padding-top: 10px;
    color: #212529;
    margin-bottom: 0.5rem;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 4px;
    transition:
        text-decoration-color 0.3s ease,
        color 0.3s ease;
    color: #333;
    /* 通常の文字色（お好みで） */
}

.feature-introduction {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 表示する行数 */
    overflow: hidden;
    font-size: 0.9em;
    margin-left: 8px;
    margin-right: 8px;
    border-top: solid 1px #eee;
    padding-top: 5px;
    color: #333;
    line-height: 1.5;
}

.feature-link:hover .feature-title {
    text-decoration-color: #0073e6;
    /* 下線の色 */
    color: #0073e6;
    /* ホバー時の文字色 */
}

.row-eq-height {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

/*見やすくならないかtest中*/
.cp_card07 {
    position: relative;
    z-index: 1;
    display: block;
    min-width: 100%;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border-radius: 3px;
    background: #ffffff;
    -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}

.cp_card07:hover .photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
}

.cp_card07 .photo {
    overflow: hidden;
    height: 360px;
    border-radius: 3px 3px 0 0;
    background: #000000;
}

.cp_card07 .photo img {
    display: block;
    width: 120%;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.cp_card07 .description {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1em;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    background: #ffffff;
}

.cp_card07 .description .category {
    position: absolute;
    top: -34px;
    left: 10px;
    padding: 5px 15px;
    height: 34px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 3px 3px 0 0;
    background: #e74c3c;
}

.cp_card07 .description h3 {
    font-size: 1.0em;
    margin: 0;
    padding: 0 0 0.1em;
    color: #333333;
}

.cp_card07 .description h3 a {
    text-decoration: none;
    color: #333333;
}

.cp_card07 .description h4 {
    font-size: 14px;
    margin: 0;
    padding: 0 0 5px;
    color: #e74c3c;
}

.cp_card07 .description .text {
    font-size: 14px;
    line-height: 1.8em;
    height: 0;
    opacity: 0;
    color: #666666;
    margin: 0;
}

.cp_card07:hover .description .text {
    height: auto;
    opacity: 1;
}


/*-----------------------------------------------------------
ソリッドケーブルを選ぶ理由
-----------------------------------------------------------*/
.whychoose p,
.whychoose li {
    line-height: 1.6;
    font-size: 16px;
}

.whychoose img {
    vertical-align: bottom;
}

.mokujibox {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    display: inline-block;
    padding: 1rem 2rem 1rem 2rem;
    margin: 5px;
    border-width: 2px 2px 4px 2px;
    border-style: solid;
    border-color: #999;
    text-decoration: none;
    transition: .3s;
    width: 30%;
}

.mokujibox:hover {
    background-color: #89d7f8;
    color: #fff;
}

.mokuji-entxt {
    color: #29abe2;
    font-weight: 800;
    font-size: 20px;
}

/*モバイル設定*/
@media screen and (max-width: 1199px) {
    .partial-text {
        display: none;
        /*モバイルで一部の文字を非表示*/
    }

    .mokujibox {
        padding: 0.5rem;
    }
}

.wc_ttl {
    /*display: inline-block;*/
    display: block;
    font-size: 36px;
    font-weight: 900;
    padding: 0.25em 0.5em;
    line-height: 1.35;
    background: #29abe2;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1199px) {
    .wc_ttl {
        font-size: 28px;
    }
}

.wc_entxt {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    color: #000055;
}

@media screen and (max-width: 1199px) {
    .wc_entxt {
        font-size: 24px;
    }
}

.wc-orangeline {
    background: linear-gradient(transparent 50%, #ffe4c6 50%);
    font-weight: 900;
}

.point {
    color: #ff6600;
    padding: 0 2px;
    background: linear-gradient(transparent 55%, #FFFC7F 70%);
}

/*角丸紺色大ボタン*/
.navy-round-button-s {
    display: inline-block;
    position: relative;
    padding: 15px 60px 15px 80px;
    background: #000055;
    color: #fff !important;
    border-radius: 50px;
    font-size: 20px;
}

.navy-round-button-s::before {
    /* 矢印の表示設定 */
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    animation: slideBlink 1s linear infinite;
    /* アニメーションの初期設定 */
}

@media screen and (max-width: 991px) {
    .navy-roud-button-s {
        font-size: 1.3em;
    }
}

/*角丸オレンジ色大ボタン*/
.orange-round-button-s {
    display: inline-block;
    position: relative;
    padding: 15px 60px 15px 80px;
    background: #ff9933;
    color: #fff !important;
    border-radius: 50px;
    font-size: 20px;
    text-decoration: none;
}

.orange-round-button-s::before {
    /* 矢印の表示設定 */
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    animation: slideBlink 1s linear infinite;
    /* アニメーションの初期設定 */
}

@media screen and (max-width: 991px) {
    .orange-roud-button-s {
        font-size: 1.3em;
    }
}

@keyframes slideBlink {

    /* アニメーションの内容 */
    from {
        /* アニメーション開始時のスタイル */
        opacity: 0;
        left: 8px;
    }

    to {
        /* アニメーション終了時のスタイル */
        opacity: 1;
        left: 25px;
    }
}



/*--------------------------------------------------------------
 商品活用事例＿特集ページ
--------------------------------------------------------------*/

/*基本設定*/
/*bootstrap3での設定・bootstrap4ではimg-fluidに名称変更
.img-responsive {
  max-width:100%;
  height:auto;
}
*/
/*基本追加設定*/
.mb-1rem {
    margin-bottom: 1.0rem !important;
}

.mb-3rem {
    margin-bottom: 3.0rem !important;
}

.mb-5rem {
    margin-bottom: 5.0rem !important;
}

.mb-7rem {
    margin-bottom: 7.0rem !important;
}

.mb-12rem {
    margin-bottom: 12.0rem !important;
}

@media screen and (max-width: 991px) {
    .mb-1rem {
        margin-bottom: 0.3rem !important;
    }

    .mb-3rem {
        margin-bottom: 1.0rem !important;
    }

    .mb-5rem {
        margin-bottom: 1.7rem !important;
    }

    .mb-7rem {
        margin-bottom: 2.2rem !important;
    }

    .mb-12rem {
        margin-bottom: 6.0rem !important;
    }
}

.img-100auto {
    max-width: 100%;
    height: auto;
}

/*img-responsive のかわり*/

.m-0auto {
    margin: 0 auto !important;
}

.product_app p,
.product_app li {
    line-height: 1.6;
    font-size: 16px;
}

@media screen and (max-width: 991px) {

    .product_app p,
    .product_app li {
        line-height: 1.3;
        font-size: 16px;
    }
}

/* scroll_up（下から上へ徐々に表示） */
.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}

.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

/*メニューflexbox*/
.box_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
}

.box_container p {
    font-size: 0.9em;
    font-weight: bold;
}

/*---box5つ*/
.box_five {
    flex: 18%;
    text-align: center;
    margin: 0 1%;
    text-decoration: none;
    color: #333;
}

.box_five:hover {
    opacity: 0.5;
}

.box_five:first-child {
    margin-left: 0;
}

.box_five:last-child {
    margin-right: 0;
}

/*---box3つ*/
.box_three {
    flex: 30%;
    text-align: center;
    margin: 0 2%;
}

.box_three:first-child {
    margin-left: 0;
}

.box_three:last-child {
    margin-right: 0;
}

/*タイトル*/
.ttl_h2_skyblue {
    display: block;
    font-size: 2em;
    font-weight: 900;
    padding: 0.5em;
    line-height: 1.35;
    background: #6ba3d6;
    color: #fff;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .ttl_h2_skyblue {
        font-size: 1.5em;
    }
}


/*ボタン*/
.btn_bk,
.btn_gr {
    margin: 2% 20%;
    text-align: center;
}

.btn_bk a {
    margin: 0 auto;
    padding: 15px 0;
    display: block;
    width: 100%;
    background-color: #000000;
    border: 5px solid #000000;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5em;
    position: relative;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .btn_bk a {
        padding: 10px 0;
        font-size: 1em;
    }

    .btn_bk,
    .btn_gr {
        margin: 2% 10%;
        text-align: center;
    }
}

.btn_gr a {
    margin: 0 auto;
    padding: 15px 0;
    display: block;
    width: 100%;
    background-color: #666666;
    border: 5px solid #666666;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5em;
    position: relative;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .btn_gr a {
        padding: 10px 0;
        font-size: 1em;
    }
}


/*--------------------------------------------------------------
 分配器・分波器・分岐器＿特集コンテンツ
--------------------------------------------------------------*/
.splitter-title {
    font-size: 34px;
    margin-top: 2.0em;
    line-height: 1.35;
}

.splitter-title::before {
    content: "";
    display: block;
    width: 75px;
    height: 7px;
    border-radius: 10px;
    background: #888;
    margin-bottom: 30px;
    border: none;
}

.splitter-sub-title {
    background-color: #888;
    padding: 0.5em 1.0em;
    font-size: 20px;
    margin-bottom: 0.5em;
    color: #fff;
    margin-bottom: 0.5em;
    margin-top: 2.5em;
}

.splitter-sub-title span {
    font-size: 1.5em;
    padding: 0 0.2em 0 0;
}

.splitter-bunrui {
    border-bottom: 1px dotted #333;
    padding: 0.5em 0 0.5em 1.75em;
    font-weight: 700;
    font-size: 1.1em;
    background-size: 23px;
    background-position: left 1.7em;
    text-align: left;
    background-image: url(../images/202409_splitter/icon_splitter-bunrui.png);
    background-repeat: no-repeat;
    /* margin-top: 1.5em; */
    line-height: 1.35;
}

.splitter-banner {
    margin: 30px 0;
    text-align: center;
}

.splitter-banner a {
    margin: 0 auto;
    padding: 10px 0;
    display: block;
    width: 88%;
    background-color: #fff;
    border: 5px solid #cc0000;
    border-radius: 100px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.6em;
    position: relative;
}

.splitter-banner a img {
    margin: 0 10px 0 0;
    width: 60px;
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
    .splitter-banner a {
        font-size: 1.3em;
    }

    .splitter-banner a img {
        width: 30px;
        margin: 0 5px 0 0;
    }
}

.wave-divier-bunrui-name {
    font-size: 1.2em;
    font-weight: 800;
    background-color: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wave-qa-answer {
    font-size: 30px;
    font-weight: 600;
    color: #cc0000;
    padding-bottom: 10px;
    position: relative;
    padding: 0.5% 0 0 4%;
    line-height: 1.5;
}

.wave-qa-answer span {
    border-bottom: 3px solid #cc0000;
}

.wave-qa-answer::before {
    display: inline-block;
    content: "";
    background: url(../images/202409_splitter/check_or.svg) no-repeat;
    width: 38px;
    height: 30px;
    background-size: contain;
    vertical-align: middle;
    left: 0;
    top: 10%;
}

.osusume-model {
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    box-shadow: 0 2px 24px 0 #0000000a;
}

/* .osusume-model img {
    max-width: 250px;
} */

.osusume-model-name {
    font-weight: bold;
    font-size: 1.6em;
    padding-top: 10px;
}

.osusume-number-btn {
    background-color: #0073e6;
    border-radius: 50px;
    font-size: 1.35em;
    padding: 10px 40px 10px 40px;
    display: inline-block;
    position: relative;
    color: #fff !important;
    text-decoration: none;
}

.osusume-model_kakaku-t,
.osusume-model_kakaku-o {
    margin-bottom: 0;
}

.osusume-model_kakaku-t span {
    color: #FF9933;
    font-size: 1.3em;
    font-weight: 700;
}

.osusume-model_kakaku-o span {
    color: #FF3333;
    font-size: 1.3em;
    font-weight: 700;
}

.reflection {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.reflection:after {
    content: "";
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 4s ease-in-out infinite;
}

@keyframes reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.title-box {
    margin: 1em 0;
    background-color: #fffbf4;
    border: 2px solid #c9302c;
}

.title-box-title {
    font-size: 16px;
    position: absolute;
    margin-top: 0;
    background-color: #c9302c;
    color: #fff;
    font-weight: bold;
    border-radius: 0 0 2px 0;
    padding: 8px 12px;
}

.title-box-subtitle {
    font-size: 18px !important;
    color: #c9302c;
    font-weight: bold;
}

.title-box-p-1 {
    margin: 0;
    padding: 3.5em 1em 1em 1em;
}

.title-box-p-2 {
    margin: 0;
    padding: 0em 1em 1em 1em;
}

.emphasis {
    color: #ff3300;
    font-weight: 700;
    font-size: 1.1em;
    background: linear-gradient(to bottom, transparent 60%, #fcfc60 60%);
}

/* 商品写真から詳細ページへリンク（分かりやすく） */
.product-link-img * {
    box-sizing: border-box;
}

.product-link-img {
    width: 100%;
    max-width: 450px;
    /* 幅調整 */
    margin: 0 auto;
}

.product_link {
    display: block;
}

.product_link-item_content {
    position: relative;
    overflow: hidden;
}

.product_link-item_image img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.product_link-item_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
}

.product_link-item_mask-text {
    width: 100%;
    padding: 0.5em;
    font-size: 0.9em;
    color: #333;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.product-link-img .product_link:hover .product_link-item_mask {
    opacity: 1;
}

/* product-link-fade-in */
.product-link-img.product-link-fade-in .product_link-item_mask {
    transition: opacity 1.0s ease;
}

.table-row-link:hover td {
    background-color: #f8f9fa;
    cursor: pointer;
}

.product-detail-namearea {
    display: inline-block;
    text-align: left;
}

.product-detail-name {
    font-size: 1.05em;
    font-weight: bold;
    color: #0073e6;
    padding-left: 25px;
    background: url(assets/images/yaji_maru_0073e6.png) no-repeat left 2px;
    padding-bottom: 10px;
}

.product-detail-name:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------
 光クロージャーの役割・仕組み・施工方法を解説＿特集コンテンツ
--------------------------------------------------------------*/
.optical-closures-title {
    font-size: 34px;
    margin-top: 2.0em;
    line-height: 1.35;
}

.optical-closures-title::before {
    content: "";
    display: block;
    width: 75px;
    height: 7px;
    border-radius: 10px;
    background: #0073e6;
    margin-bottom: 30px;
    border: none;
}

.optical-closures-sub-title {
    background-color: #0073e6;
    padding: 0.5em 1.0em;
    font-size: 20px;
    margin-bottom: 0.5em;
    color: #fff;
    margin-bottom: 0.5em;
    /* margin-top: 2.5em; */
    font-weight: 500;
}

.linkto {
    position: relative;
    margin: 2em 0;
    padding: 1em;
    border: solid 3px #eaedf2;
    border-radius: 4px;
}

.linkto .linkto-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    /* font-size: 19px; */
    background: #FFF;
    color: #b5b5b5;
    /* font-weight: bold; */
}

.linkto-box {
    margin: 0;
    padding: 0;
}

.linkto-box-img {
    display: table-cell;
    vertical-align: middle;
}

.linkto-box img {
    width: 150px;
}

.linkto-box-title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 1.5;
    text-align: left;
    color: #555;
    font-size: 17px;
    font-weight: 800;
}

.linkto-box-introduction {
    display: block;
    color: #aaa;
    font-size: 14px;
    font-weight: 500;
    padding-top: 0.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.solid-closures-title {
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #333333;
}

.solid-closures-title::before,
.solid-closures-title::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #8d8f91;
}

.solid-closures-title::before {
    left: 0;
}

.solid-closures-title::after {
    right: 0;
}

.solid-closures-memo {
    font-size: 0.9em;
    color: #333;
    line-height: 1.6;
    padding: 1.5em;
    color: #333;
    background-color: #f8f8f8;
    margin-bottom: 20px;
}

.button-kanren {
    position: relative;
    transition: all .2s;
    margin: 0 auto;
    padding: 0.6em 0.5em;
    border: 2px solid #ddd;
    border-radius: 35px;
    background-color: #fff;
    font-size: 1em;
    justify-content: center;
    align-items: center;
    display: flex;
}

.button-kanren p {
    position: relative;
    top: 7px;
}

.button-kanren a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button-kanren:hover {
    /* cursor:pointer;
    background:#ffd700; */
    animation: anima-button-kanren 1s;
    text-decoration: underline;
    text-underline-offset: 0.5em;
}

.button-kanren::after {
    position: absolute;
    right: 2.0rem;
    font-weight: 900;
    content: '→';
    transition: 500ms;
}

@keyframes anima-button-kanren {
    0% {
        box-shadow: 0 0 0 0 rgba(153, 228, 241, 0.5);
    }

    100% {
        box-shadow: 0 0 0 1.0em rgb(0 0 0 / 0%);
    }
}

/*--------------------------------------------------------------
 セールページの棚板をフリーで作ったときのスタイル
--------------------------------------------------------------*/
.sale-title-caption {
    line-height: 1.35;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
}

.sale-title-caption span {
    font-weight: 400;
    font-size: 0.9em;
    color: #333;
    margin-top: 0.25em;
    display: block;
}

.sale-title-caption span a {
    color: #39f;
    padding: 0 0.5em;
    text-decoration: underline;
    font-weight: 600;
}

.sale-title-caption a:hover {
    opacity: 0.5;
}

.sale-product-item {
    font-size: 14px;
    color: #333;
    padding-top: 10px;
    min-height: 100px;
}

.sale-product-price {
    position: absolute;
    bottom: 10px;
    right: 25px;
    text-align: right;
}

.sale-product-price .before {
    color: #333;
    text-decoration: line-through;
}

.sale-product-price .after {
    color: #dc3545;
    font-size: 1.1em;
    font-weight: 800;
}

.sale-product-category {
    position: relative;
    margin-top: 1.5em;
    margin-bottom: 1.1em;
    padding: 15px 20px 15px 45px;
    /* background: #f5f3f3; */
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.3;
}

.sale-product-category::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 8px;
    margin: auto;
    background: #dc3545;
    content: '';
}

.itemListCategory {
    border: #f5f3f3 10px solid;
    display: flex;
    justify-content: space-start;
    flex-wrap: wrap;
    padding: 10px;
    list-style: none;
}

.itemListCategory li {
    font-size: 15px;
    padding: 5px 10px;
    text-decoration: underline;
}

@media screen and (max-width: 1199px) {
    .itemListCategory li {
        padding: 5px 5px;
    }
}

.osusume_title {
    position: relative;
    text-align: center;
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #dc3545;
}

.osusume_title:before {
    position: absolute;
    content: '';
    top: 50%;
    width: 25%;
    /*線の高さ*/
    height: 5px;
    /*線の太さ*/
    background-color: #dc3545;
    /*線の色*/
    /* transform: rotate(60deg);ラインに傾斜をつける */
}

.osusume_title:after {
    position: absolute;
    content: '';
    top: 50%;
    width: 25%;
    /*線の高さ*/
    height: 5px;
    /*線の太さ*/
    background-color: #dc3545;
    /*線の色*/
    /* transform: rotate(-60deg);ラインに傾斜をつける */
}

.osusume_title:before {
    left: 0;
}

.osusume_title:after {
    right: 0;
}

/* .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.polaroid {
    margin: 10px 2px;
    padding: 10px 10px 30px;
    border: 1px solid #bfbfbf;
    background: white;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
}
.polaroid img {
    width: 100%;
    display: block;
}
.polaroid .caption {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}
@media (min-width: 1200px) {
    .polaroid {
        width: calc((100% / 6) - 4px);
    }
}
@media (max-width: 1199px) and (min-width: 768px) {
    .polaroid {
        width: calc((100% / 3) - 4px);
    }
}
@media (max-width: 767px) {
    .polaroid {
        width: calc((100% / 2) - 4px);
    }
} */

.table-osusume {
    width: 100%;
    border-collapse: collapse;
}

.table-osusume th,
.table-osusume td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    font-size: 0.9em;
}

.table-osusume tr:nth-of-type(even) {
    background-color: #fff7f5;
}

.table-osusume tr:hover {
    opacity: 0.8;
    background-color: #f9e3de;
    /* text-decoration: underline; */
    cursor: pointer;
}

@media screen and (max-width: 600px) {

    .table-osusume,
    .table-osusume thead,
    .table-osusume tbody,
    .table-osusume th,
    .table-osusume td,
    .table-osusume tr {
        display: block;
        border: none;
        /* Remove all borders */
    }

    .table-osusume th,
    .table-osusume td {
        width: 100%;
        box-sizing: border-box;
    }

    .table-osusume tr {
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        border: 1px solid #333;
        /* Add outer border */
    }

    .osusume-name {
        padding-bottom: 0px !important;
        /* Set padding-bottom to 0px */
    }

    .osusume-no {
        padding-top: 0px !important;
        /* Set padding-top to 0px */
        padding-bottom: 0px !important;
        /* Set padding-bottom to 0px */
    }
}

.osusume-name {
    font-weight: 800;
    text-indent: 0.5em;
}

.osusume-no {
    font-size: 0.8em !important;
}

.osusume-product-price {
    position: absolute;
    bottom: 10px;
    right: 25px;
    text-align: right;
}

.osusume-product-price .before {
    color: #333;
    text-decoration: line-through;
}

.osusume-product-price .after {
    color: #dc3545;
    font-size: 1.1em;
    font-weight: 800;
}

.osusume-otoku-price {
    color: #fff;
    /* font-size: 1.3em; */
    font-weight: 800;
    background-color: #cd3545;
    padding: 0.25em;
    text-align: center !important;
}

.osusume-otoku-price-orange {
    color: #fff;
    /* font-size: 1.3em; */
    font-weight: 800;
    background-color: #ff6600;
    padding: 0.25em;
    text-align: center !important;
}



/*--------------------------------------------------------------
 ご新規様へ
--------------------------------------------------------------*/
.dear_goshinkisama {
    padding: 10px 20px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    margin: 0 1.0em 3.0em 1.0em;
    display: flex;
    align-items: self-start;
    justify-content: center;
}

.dear_goshinkisama img {
    width: 25px;
    margin-right: 10px;
    opacity: 0.7;
    margin-top: 0.5em;
}

.dear_goshinkisama p {
    margin-bottom: 0;
    font-size: 0.9em;
    font-weight: 400;
    color: #898989;
}

.dear_goshinkisama p a {
    color: #39f;
    padding: 0 0.5em;
    text-decoration: underline;
    font-weight: 600;
}

.dear_goshinkisama p a:hover {
    opacity: 0.5;
}

.dear_goshinkisama span {
    display: block;
    text-align: center;
}


/*--------------------------------------------------------------
 ウルトラHDMIケーブル＿特集コンテンツ
--------------------------------------------------------------*/
.ultra-tagline {
    font-size: 35px;
    font-weight: 700;
    color: #285E80;
    padding: 0.5em;
}

@media screen and (max-width: 1199px) {
    .ultra-tagline {
        font-size: 30px;
        padding: 0.25em;
    }
}

.ultra-tagline-detail {
    padding: 10px 20px;
    /* border: 1px solid #eee;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%); */
    margin: 0 10px 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ultra-tagline-detail img {
    width: 120px;
    margin-right: 30px;
    /* opacity: 0.7; */
}

.ultra-tagline-detail p {
    margin-bottom: 0;
    line-height: 1.6em;
    font-size: 1.1em;
    /* font-weight: 400; */
    /* color: #898989; */
}

.ultra-tagline-detail p span {
    font-size: 0.8em;
    color: #898989;
    display: block;
    padding-top: 1.5em;
    font-weight: 400;
}

.ultra-title {
    background-color: #285E80;
    color: #fff;
    text-align: center;
    padding: 0.75em;
}

/* サブタイトル（水色＆グレーの左横線 + 下線） */
.ultra-sub-title {
    margin-top: 1.5em;
}

.ultra-sub-title h3 {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 600;
    position: relative;
    padding-left: 22px;
    padding-bottom: 1.0625rem;
    color: #333;
}

@media screen and (min-width: 48em) {
    .ultra-sub-title h3 {
        font-size: 28px;
        line-height: 1.4;
        font-weight: 600;
        padding-left: 25px;
        padding-bottom: 1rem;
        margin-bottom: 0;
    }
}

.ultra-sub-title h3:before {
    content: "";
    display: block;
    position: absolute;
    height: calc(100% - 10px);
    width: 6px;
    left: 0;
    top: .25rem;
    background: #275D81;
    /* background-image: linear-gradient(#39f 50%,#C8C8C8 50%); */
}

@media screen and (min-width: 48em) {
    .ultra-sub-title h3:before {
        top: .375rem;
        height: 2.25rem;
        height: calc(100% - 14px)
    }
}

/* .ultra-sub-title h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #123d83;
    opacity: .2
} */
.ultra-sub-title h3 span {
    font-size: 75%;
    float: right;
    font-weight: normal;
    margin-right: 1em;
    margin-top: 0.5em;
}

.sale-tag {
    display: block;
    margin-top: 0.5em;
    text-align: center;
}

.sale-tagline {
    background-color: #dc3545;
    padding: 0.25em 0.5em;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}

/*--------------------------------------------------------------
 SHHS＿特集コンテンツ
--------------------------------------------------------------*/
.mark-setsumei {
    padding: 10px 20px;
    /* border: 1px solid #eee;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%); */
    margin: 0 10px 20px 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.mark-setsumei img {
    width: 120px;
    margin-right: 20px;
    /* opacity: 0.7; */
}

.mark-setsumei p {
    margin-bottom: 0;
    /* line-height: 1.6em; */
    font-size: 1.2em;
    font-weight: 800;
}

.mark-setsumei p span {
    font-size: 0.8em;
    display: block;
    padding-top: 0.5em;
    font-weight: 500;
    /* color: #898989; */
}

.shhs-table {
    width: 100%;
}

.shhs-table td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    vertical-align: middle !important;
    padding: 0.5em;
}

.shhs-table td span {
    display: block;
    font-size: 0.9em;
    padding-top: 0.2em;
    color: #333;
    font-weight: 400;
}

.shhs-table td img {
    width: 75px;
}

.shhs-subtitle {
    background-image: url(../images/202201_shhs/solirobot.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: contain;
    border: 5px solid #eee;
    line-height: 2.5;
    background-color: #898989;
    color: #fff;
    border-radius: 15px;
    padding-left: 20px;
    font-size: 26px;
}