﻿@charset "utf-8";

/* ---------------------------------------------------------
	設定
--------------------------------------------------------- */

/* 色
--------------------------------------------------------- */
:root {
    --primary-color: #;
    --second-color: #;
    --accent-color: #;
    --text-color: #222;
    --border-color: #707070;
    --blue: #4A88AE;
    --blue: #1c73a6;
    /*--blue:   #2E7BB6;*/
	--lblue: #1588c9;
    --red: #EC6D74;
    --yellow: #F6AD54;
    --green: #2EB6AA;
    --white: #fff;
    --gray: #aaa;
	--cyan: #37BEF0;
    --product-01: #ec6d74;
    --product-02: #54c3f1;
    --product-03: #25b7aa;
    --product-04: #4f86c5;
    --product-05: #6abbcd;
    --product-06: #f6ad54;
    --product-07: #cc7eb2;
    --product-08: #8c98c5;
}

.bg-yellow {
background: #f5cb2a!important;
}
.bg-green {
background: #2EB6AA!important;
}
.bg-blue {
background: #2480bb!important;
}
.bg-red {
background: #EC6D74!important;
}
.bg-gray {
background: #777!important;
}


/* 
--------------------------------------------------------- */
body {
    width: 100%;
    min-width: 1200px;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    background: #fff;
    font-family: /*YakuHanJP,*/ 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', sans-serif;
}


.contents #container {
    line-height: 30px; /* 行の高さ */
    margin: 0 auto; /* 領域間のスペース */
    padding: 0 0 50px 0; /* 領域内のスペース */
}

img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

a, a::before, a::after, a img {
    transition: all 0.2s;
}
    /*a:hover, */ a:hover img {
        opacity: 0.7;
    }

    a:hover {
        text-decoration: none;
        color: #5cadda;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.mt-0 {
    margin-top: 0 !important;
}
.mt-5px {
    margin-top: 5px !important;
}

.mt-8px {
    margin-top: 8px !important;
}

.mt-10px {
    margin-top: 10px !important;
}

.mt-15px {
    margin-top: 15px !important;
}

.mt-20px {
    margin-top: 20px !important;
}

.mt-30px {
    margin-top: 30px !important;
}

.mt-40px {
    margin-top: 40px !important;
}

.mt-50px {
    margin-top: 50px !important;
}

.mb-5px {
    margin-bottom: 5px;
}

.mb-8px {
    margin-bottom: 8px;
}

.mb-10px {
    margin-bottom: 10px;
}

.mb-15px {
    margin-bottom: 15px;
}

.mb-20px {
    margin-bottom: 20px;
}

.mb-30px {
    margin-bottom: 30px;
}

.mb-40px {
    margin-bottom: 40px;
}

.mb-50px {
    margin-bottom: 50px;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 1em !important;
}

.mb-1_5 {
    margin-bottom: 1.5em !important;
}

.mb-2 {
    margin-bottom: 2em !important;
}

.mb-3 {
    margin-bottom: 3em !important;
}

.mb-4 {
    margin-bottom: 4em !important;
}

.mb-5 {
    margin-bottom: 5em !important;
}

.m-0auto {
    margin: 0 auto;
}

.m-auto {
    margin: auto;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}
.w-100{
	width: 100%;
}

sup, sub{font-size: small;}


/* ---------------------------------------------------------
	ヘッダー
--------------------------------------------------------- */

.contents #header {
    margin: 0 auto;
    padding: 0;
    height: 120px;
    z-index: 1000;
	background-color: #ffffff;
}

/* ロゴ部分
--------------------------------------------------------- */
#top {
    background-color: #ffffff;
    width: 1000px;
    height: 90px;
    padding: 0;
    overflow: hidden;
}

    #top ul {
        margin: 0;
        padding: 0;
    }

    #top li {
        display: table-cell;
        margin: 0;
        padding: 0;
    }

#header table form img {
    padding-top: 5px;
}

/* メニュー
--------------------------------------------------------- */
#menu {
    background-color: #24ADE2;
    height: 50px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    #menu ul {
        min-width: 1200px;
        margin: 0;
        padding: 0;
    }

    #menu li {
        display: inline;
        margin: 0;
        padding: 0;
    }



/* 新グローバルメニュー 202306
--------------------------------------------------------- */
.head-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin-inline: auto;
}

.head-search form {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.g-navi {
    display: flex;
    justify-content: space-between;
    height: 50px;
    max-width: 1002px;
    min-width: inherit !important;
    margin: auto !important;
    margin-inline: auto;
}

    .g-navi li {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        border-left: 1px solid #fff;
    }

        .g-navi li:last-of-type {
            border-right: 1px solid #fff;
        }

        .g-navi li a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            color: #fff;
            font-size: 0.9rem;
            letter-spacing: 0.05em;
            line-height: 1.2;
            list-style: none;
            text-decoration: none;
            background-color: #24ADE2;
        }

.head-logo {
padding: 10px 0;
}
.head-logo h1 {
    margin: 0;
}
.head-logo img {
max-height: 50px;
}

.g-navi li a:hover {
    background-color: #68c0e3;
    opacity: 1;
}



/* メニュー部分の固定
--------------------------------------------------------- */

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 998;
}

.fixed2 {
    position: fixed;
    top: 40px;
    width: 1000px;
    margin: 0;
    z-index: 998;
}

/* リスト
--------------------------------------------------------- */
#list {
    width: 1200px;
    margin: 0 auto;
}

    #list ol.topic-path {
        margin: 0 0 0 100px; /* マージン（上下左右） */
        padding: 10px 0px; /* パディング（上下、左右） */
        /*background-color: #ffffff;*/ /* 背景色 */
        list-style-type: none; /* リストマーク非表示 */
        font-size: 0.9rem; /* 文字サイズ */
        text-align: left;
    }
        /* リスト項目 */
        #list ol.topic-path li {
            padding-left: 5px; /* 左パディング */
            display: inline; /* 項目を横並び */
        }
            /* リンクエリア */
            #list ol.topic-path li a {
                padding-right: 18px; /* 右パディング */
                background: url(../img/topic-path.png) no-repeat right; /* 矢印 */
            }
            /* リンク色 */
            #list ol.topic-path li a {
                color: #0f65aa;
                text-decoration: none;
            }
                /* リンク色（マウスオーバー） */
                #list ol.topic-path li a:hover {
                    color: #79a7cc;
                }

/* タイトル
--------------------------------------------------------- */
.contents #header h1 {
    width: 1200px;
    margin: 0 0 0 100px; /* マージン（上下左右） */
    padding: 10px 0px; /* パディング（上下、左右） */
    background-color: #ffffff;
    color: #162f6f;
    letter-spacing: 5px;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
}

/* --------------------------------------ヘッダーここまで */

/* ---------------------------------------------------------
	メインコンテンツ
--------------------------------------------------------- */

/* 新タブ 202306
--------------------------------------------------------- */
.tab-navi {
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
}

    .tab-navi li {
        width: 100%;
    }

        .tab-navi li:last-child:not(.tab-navi__btn) {
            padding-right: 20px;
        }

        .tab-navi li.tab-navi__btn {
            margin: 0 3px 5px 10px;
        }

            .tab-navi li.tab-navi__btn + .tab-navi__btn {
                margin-left: 0;
            }

        .tab-navi li a {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            width: 100%;
            height: 100%;
            padding: 0.6em 0.2em 0.8em;
            text-align: center;
            line-height: 1.2;
            font-size: 1.05rem;
            font-weight: 400;
            color: #fff;
            background-color: #8ebcd7;
            border-radius: 8px 8px 0 0;
            text-decoration: none;
            box-sizing: border-box;
        }

            .tab-navi li a.tab-current {
                background-color: #1e7ab0;
                pointer-events: none;
            }

            .tab-navi li a:hover {
                background-color: #79afce;
            }

        .tab-navi li.tab-navi__btn a {
            padding: 0.6em 0.2em;
            border-radius: 0;
            background-color: #e3c05c;
        }

            .tab-navi li.tab-navi__btn a:hover {
                background-color: #dbb750;
            }

#tab h1.tab-title {
    padding: 0.4em 0.5em !important;
    font-weight: 400 !important;
    color: #fff !important;
    background: #1e7ab0;
    letter-spacing: 1px !important;
}

.product .tab-navi {
    justify-content: flex-start;
}

    .product .tab-navi li {
        max-width: 114px;
    }

        .product .tab-navi li a {
            padding: 1em 0.2em 1.2em;
            font-size: 0.96rem;
        }

            .product .tab-navi li a.tab-current {
                background-color: inherit;
            }

.product .tab-tsukaiwake {
    text-align: right;
}

.product .product-01 {
    background-color: var(--product-01) !important;
}

.product .product-02 {
    background-color: var(--product-02) !important;
}

.product .product-03 {
    background-color: var(--product-03) !important;
}

.product .product-04 {
    background-color: var(--product-04) !important;
}

.product .product-05 {
    background-color: var(--product-05) !important;
}

.product .product-06 {
    background-color: var(--product-06) !important;
}

.product .product-07 {
    background-color: var(--product-07) !important;
}

.product .product-08 {
    background-color: var(--product-08) !important;
}

.product .tab-navi li a:hover {
    opacity: 0.7;
}


/* 項目のリスト
--------------------------------------------------------- */
#list-koumoku {
    width: 1000px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    #list-koumoku ul {
        background: url(../product/img/list.png) no-repeat;
        margin: 0;
        padding: 0;
    }

    #list-koumoku li {
        display: inline;
        margin: 0;
        padding: 0;
    }


/* 項目のリスト 新スタイル 202303
--------------------------------------------------------- */
.koumoku-navi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0.2em 0.5em;
    background-color: #DAE6ED;
    box-sizing: border-box;
}

    .koumoku-navi li {
        margin: 0.3em 0.4em;
        list-style: none;
    }

        .koumoku-navi li a {
            padding: 0.3em 0.4em 0.3em 0.3em;
            font-size: 16px;
            color: #3D8AC0;
            background-color: #fff;
            text-decoration: none;
        }

        .koumoku-navi li.koumoku-navi-none a {
            color: #c9c9c9;
        }

        .koumoku-navi li span {
            position: relative;
            display: inline-block;
            padding-left: 22px;
        }

            .koumoku-navi li span:before {
                content: '';
                width: 18px;
                height: 18px;
                background-color: #2480BB;
                border-radius: 50%;
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -9px;
            }

            .koumoku-navi li span:after {
                content: '';
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 5px 0 5px 8px;
                border-color: transparent transparent transparent #fff;
                position: absolute;
                top: 50%;
                left: 6px;
                margin-top: -5px;
            }

        .koumoku-navi li.koumoku-navi-none span:before {
            background-color: #c9c9c9;
        }


        .koumoku-navi li:not(.koumoku-navi-none) a:hover {
            color: #fff;
            background-color: #3D8AC0;
        }

            .koumoku-navi li:not(.koumoku-navi-none) a:hover span::before {
                background-color: #fff;
            }

            .koumoku-navi li:not(.koumoku-navi-none) a:hover span::after {
                border-color: transparent transparent transparent #2480BB;
            }

/* -----------------------------------項目リストここまで */



.contents #mainContent {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 0;
}

#mainContent ul {
    list-style: none;
    margin: 0;
}

.contents #mainContent h1, .contents #mainContent .content-title {
    margin: 0 0 10px 0;
    margin-bottom: 1.2em;
    color: #162f6f;
    letter-spacing: 5px;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
}

.contents #mainContent h2 {
    background: url(../img/h1_bg.png) no-repeat;
    margin: 30px 0 20px 0;
    padding: 5px 0px 5px 25px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 2px;
}

.contents #mainContent h3, .contents.transparency #mainContent h2 {
    background: none;
    border-bottom: none;
    margin: 30px 0 20px 15px;
    padding: 5px 0px 0px 0px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}

.contents #mainContent h4,
.contents.transparency #mainContent h3,
.contents.ask #mainContent h3,
.contents.privacy #mainContent h2 {
    background: none;
    border-bottom: 2px solid #162f6f;
    margin: 30px 0 20px 15px;
    padding: 5px 0px 0px 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 2px;
}

p {
    padding: 0px 5px 15px 25px;
}

/*.contents #mainContent .content-title{
margin-bottom: 1.2em;
}*/
.contents #mainContent .content-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contents #mainContent h1.page-title {
    display: inline-flex;
    margin: 0;
    margin-bottom: 0.7em;
    align-items: center;
}
/*.contents #mainContent h1.newmark::after{
content: url("./img-logo/Item2-1.png");
display: inline-block;
}*/

.contents #mainContent h1.tab-title {
    margin: 0;
    padding: 0;
}


.QA-Q {
    width: 970px;
    background-color: #e4eaee;
    margin: 15px 0 10px 0;
    padding: 0px 5px 0px 25px;
    cursor: pointer;
    font-size: 18px;
}

    .QA-Q:hover {
        background-color: #cee0eb;
    }

.QA-A {
    margin: 15px 0 10px 0;
    padding: 5px 0px 0px 25px;
    display: none;
}

.contents #container:after {
    content: "";
    display: block;
    clear: both;
}

img {
    border: none;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

a {
    color: #1588c9;
    transition: all 0.2s;
}

    a:hover {
        text-decoration: none;
        color: #5cadda;
    }

.img-top {
    margin-right: -100px;
    margin-left: -100px;
    margin-bottom: 30px;
    max-width: inherit;
}

.imgFloatl {
    float: left;
    margin: 20px 20px 10px 40px;
}

.imgFloatr {
    float: right;
    margin: 10px 50px 10px 20px;
}

.imgFloatsqs {
    float: right;
    margin: 20px 50px 10px 20px;
}

.floatclear {
    clear: both;
}

.flexbox {
    display: flex;
}

.flexbox-jc-center {
    justify-content: center;
}

.flexbox-jc-space-between {
    justify-content: space-between;
}

.flexbox-ai-center {
    align-items: center;
}


.btn-form {
    background: #1c73a6;
    border-radius: 8px;
    margin: 20px 0 10px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 15px 20px;
    display: inline-flex;
	align-items: center;
	justify-content: center;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
}
    /*.btn-form:nth-of-type(n+2) {
    margin: 5px 0 10px 0;
}*/

    .btn-form:hover {
        background: #1588c9;
        color: #ffffff;
    }

.btn-form-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    width: 704px;
    margin: 10px 0;
}

    .btn-form-wrap div {
        display: flex;
        gap: 7px;
        justify-content: flex-start;
        align-items: center;
    }

        .btn-form-wrap div .btn-form /*,.btn-form:nth-of-type(n+2)*/ {
            margin: 0;
            padding: 12px 20px;
            font-weight: 400;
            /*box-shadow: none;*/
        }

        .btn-form-wrap div .btn-form {
            padding: 12px 5px;
            width: 220px;
        }

.text-center {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 22px;
    font-size: 15px;
    text-align: center;
}

.btn-yes {
    background: #4a88ae;
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    width: 200px;
    height: 40px;
    padding: 10px 0 0 0;
    display: inline-block;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
}

.box-yesno {
    border: 1px solid #717171;
    margin: 0 auto;
    margin-top: 30px;
    padding: 15px;
    width: 500px;
}

.btn-yes:hover {
    background: #3f7fa0;
    color: #ffffff;
}

.btn-no {
    background: #96a7b2;
    border-radius: 8px;
    margin: 20px 0 10px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    width: 200px;
    height: 40px;
    padding: 10px 0 0 0;
    display: inline-block;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
}

    .btn-no:hover {
        background: #83959e;
        color: #ffffff;
    }

img.imgTenpu {
    margin: 2px 5px 2px 20px;
}

p.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}

/* 矢印アイコン */
.arrow1 {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    margin-top: 10px;
}

    .arrow1:before {
        content: '';
        width: 19px;
        height: 19px;
        background: #2480bb;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -10px;
        margin-left: 10px;
    }

    .arrow1:after {
        content: '';
        width: 5px;
        height: 5px;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        left: 5px;
        margin-top: -4px;
        margin-left: 10px;
    }

.arrow2 {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    margin-top: 10px;
}

    .arrow2:before {
        content: '';
        width: 19px;
        height: 19px;
        background: #f5cb2a;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -10px;
        margin-left: 10px;
    }

    .arrow2:after {
        content: '';
        width: 5px;
        height: 5px;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        left: 5px;
        margin-top: -4px;
        margin-left: 10px;
    }

.pdf {
    margin-top: 2px;
}
/* -----------------------------矢印アイコン */

/* 添付文書ボタン */
.document-btn {
    width: 275px;
    margin-top: 0.4em;
    margin-left: 21px;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

    .document-btn a {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 0.5em 18px 0.4em;
        /*padding-right: 45px;*/
        line-height: 1.3;
        color: #434343;
        background-color: #fff;
        border: 2px solid #2480bb;
        border-radius: 9px;
        text-decoration: none;
        box-sizing: border-box;
        transition: 0.2s;
        position: relative;
        padding-left: 43px;
    }

        .document-btn a img {
            margin-left: 0.4em;
        }

        .document-btn a:before {
            content: '';
            width: 26px;
            height: 26px;
            background-color: #2480BB;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 11px;
            margin-top: -13px;
        }

        .document-btn a:after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8.6px 0 8.6px 10px;
            border-color: transparent transparent transparent #fff;
            position: absolute;
            top: 50%;
            left: 20px;
            margin-top: -8px;
        }

        .document-btn a:hover {
            background-color: #dae6ed;
        }

    .document-btn + .brandsite-btn {
        margin-top: 2em;
    }
	
	
.docmini-btn {
    /*width: 275px;*/
    /*margin-top: 0.4em;
    margin-left: 21px;
    font-size: 0.8em;*/
	margin-left: 0.5em;
    font-weight: 500;
    letter-spacing: 0.05em;
}

    .docmini-btn a {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 0.2em 0.3em;
		padding-left: 27px;
        /*padding-right: 45px;*/
        line-height: 1.2;
        color: #666!important;
        background-color: #fff;
        border: 1px solid #2480bb;
        border-radius: 5px;
        text-decoration: none;
        box-sizing: border-box;
        transition: 0.2s;
    }

        .docmini-btn a img {
            margin-left: 0.2em;
			max-height: 1em;
        }

        .docmini-btn a:before {
            content: '';
            width: 18px;
            height: 18px;
            background-color: #2480BB;
            border-radius: 50%;
            position: absolute;
			left: 0.3em;
        }

        .docmini-btn a:after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 0 6px 8px;
            border-color: transparent transparent transparent #fff;
            position: absolute;
			left: calc( 0.3em + 6px);
        }

        .docmini-btn a:hover {
            opacity: 0.7;
        }



/* ブランドサイト遷移ボタン */
.brandsite-btn {
    width: 275px;
    margin-top: 0.3em;
    margin-left: 21px;
    font-size: 20px;
    font-weight: 300;
}

    .brandsite-btn a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0.6em 18px;
        padding-right: 45px;
        line-height: 1.3;
        color: #fff;
        background-color: #2480BB;
        border-radius: 9px;
        text-decoration: none;
        box-sizing: border-box;
        transition: 0.2s;
    }

        .brandsite-btn a::after {
            display: flex;
            align-items: center;
            position: absolute;
            top: 50%;
            bottom: 50%;
            right: 20px;
            margin: auto;
            content: url("../product/img/eternal-link.png");
        }

        .brandsite-btn a:hover {
            background-color: #1a70a7;
        }


/* 新ボタン 202312
--------------------------------------------------------- */
.arrow-btn {
    width: 100%;
    max-width: 200px;
    margin: 0;
}

    .arrow-btn + .arrow-btn {
        margin-top: 1em;
    }

    .arrow-btn a, .product-btn a, .material-btn a {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 0.8em 1em;
        font-size: 14.4px;
        line-height: 1.3;
        color: var(--text-color);
        /*border: 1px solid var(--blue);*/
        transition: 0.2s;
        position: relative;
        padding-left: 35px;
        text-decoration: none;
    }

    .arrow-btn a {
        border-radius: 5px;
        border: 1px solid var(--blue);
    }

        .arrow-btn a::before, .product-btn a::before, .material-btn a::before {
            content: '';
            width: 18px;
            height: 18px;
            background-color: var(--blue);
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 10px;
            margin-top: -9px;
        }

        .arrow-btn a::after, .product-btn a::after, .material-btn a::after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 0 5px 8px;
            border-color: transparent transparent transparent #fff;
            position: absolute;
            top: 50%;
            left: 16px;
            margin-top: -5px;
        }

        .arrow-btn a:hover {
            color: #fff;
            background-color: var(--blue);
            opacity: 1;
        }

            .arrow-btn a:hover::before {
                background-color: #fff;
            }

            .arrow-btn a:hover::after {
                border-color: transparent transparent transparent var(--blue);
            }

.product-btn a, .material-btn a {
    color: #fff;
    background-color: var(--blue);
    border-radius: 2px;
}

    .product-btn a::before, .material-btn a::before {
        background-color: #fff;
    }

    .product-btn a::after, .material-btn a::after {
        border-color: transparent transparent transparent var(--blue);
    }

.material-btn a {
    background-color: var(--green);
}

    .material-btn a::after {
        border-color: transparent transparent transparent var(--green);
    }
/*.m-product-btn a:hover, .m-material-btn a:hover{
opacity: 0.7;
}*/

/* アイコン 202503
--------------------------------------------------------- */
.border-icon {
display: flex;
align-items: center;
justify-content: center;
/*min-width: 80px;
max-width: 80px;*/
padding: 0.3em 0.5em;
font-size: 0.85rem;
/*color: #fff;*/
border: 2px solid;
/*border-radius: 2px;*/
line-height: 1.05;

}

.border-icon.red{
color: var(--red);
border-color: var(--red);
}
.border-icon.yellow{
color: var(--yellow);
border-color: var(--yellow);
}
.border-icon.green{
color: var(--green);
border-color: var(--green);
}
.border-icon.blue{
color: var(--blue);
border-color: var(--blue);
}
.border-icon.lblue{
color: var(--lblue);
border-color: var(--lblue);
}
.border-icon.cyan{
color: var(--cyan);
border-color: var(--cyan);
}
.border-icon.gray{background-color: var(--gray);}


/* ポップアップ 202401
--------------------------------------------------------- */
.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

a.popup {
    position: relative;
    display: block;
    color: #1588c9 !important;
    padding: 3px;
}

    a.popup::after {
        content: "";
        position: absolute;
        bottom: 3px;
        right: 5px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1.6em;
        content: "\f00e";
    }


/* 医療関係者 お知らせ 202308
--------------------------------------------------------- */
/* 重要なお知らせ */
.important-notices-wrap {
    width: 996px;
    border: 2px solid red;
    margin: 1.5em 0;
    padding: 0.6em 0;
    overflow: hidden;
}

.important-notices {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .important-notices li {
        display: flex;
        align-items: flex-start;
        /*margin: 0 2.5em;*/
        margin: 0 1em;
        padding: 0.3em 0;
        gap: 0 0.2em;
        font-weight: 500;
        font-size: 1.1em;
    }

.important-notices__title {
    white-space: nowrap;
    color: red;
}

.important-notices p {
    color: red;
}

.important-notices a {
    color: red;
}

    .important-notices a:hover {
        color: red;
        opacity: 0.7;
    }

/* インフォリスト */
.i-info-list {
    margin-bottom: 1em !important;
}

    .i-info-list li {
        display: flex;
        align-items: flex-start;
        gap: 0 0.2em;
        /*padding: 0.6em 0.2em;*/
        margin-bottom: 0.4em;
    }

.i-info-list__pdf {
    /*margin-top: 2px;*/
    /*margin-left: 0.5em;*/
    margin-left: 0.2em;
}

/* インフォボタン */
.info-btn-form {
    background: #1c73a6;
    border-radius: 8px;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 13px 25px;
	display: inline-block;
	display: inline-flex;
	align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
    width: 100%;
    box-sizing: border-box;
}

    .info-btn-form:hover {
        background: #1588c9;
        color: #ffffff;
    }

.info-btn-form-wrap {
    /*display: flex;
flex-wrap: nowrap;*/
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(324px, 1fr));
    gap: 14px;
    width: 100%;
    margin-top: 1.5em;
    margin-bottom: 1em !important;
}

/* インフォ矢印アイコン */
.info-arrow {
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
    padding-top: 10px;
}

    .info-arrow:before {
        content: '';
        width: 19px;
        height: 19px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -10px;
        margin-left: 5px;
    }

    .info-arrow.yellow:before {
        background: #f5cb2a;
    }

    .info-arrow.green:before {
        background: #2EB6AA;
    }

    .info-arrow.blue:before {
        background: #2480bb;
    }

    .info-arrow.red:before {
        background: #EC6D74;
    }

    .info-arrow.gray:before {
        background: #777;
    }

    .info-arrow:after {
        content: '';
        width: 5px;
        height: 5px;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        left: 4.5px;
        margin-top: -4px;
        margin-left: 5px;
    }

/* 安定供給に関する情報 */
.anteikyokyu-list {
    margin-bottom: 1em !important;
	display: flex;
	gap: 1em;
}

.anteikyokyu-list li {
	display: flex;
	align-items: flex-start;
	gap: 0 0.2em;
	/*padding: 0.6em 0.2em;*/
	margin-bottom: 0.4em;
	font-size: 0.9em;
}
.anteikyokyu .btn-form {
    margin: 10px 0 15px 0;
    padding: 10px 20px;
}
.anteikyokyu .info-arrow {
	
    padding-left: 15px;
}
.anteikyokyu .info-arrow:before {
    width: 16px;
    height: 16px;
    left: 0;
    margin-top: -8px;
    margin-left: 0px;
}
.anteikyokyu .info-arrow:after {
    width: 4px;
    height: 4px;
        left: 4px;
    margin-top: -3px;
    margin-left: 0;
}

/*注釈表示用*/	
.note {	
font-size: 0.7em;	
vertical-align: super;	
position: relative;	
top: -0.5em;	
}

/* ------------------------------メインコンテンツここまで */

/* ---------------------------------------------------------
	フッター
--------------------------------------------------------- */
.footerTable {
    width: 1000px;
    margin: 0 auto;
    border-collapse: collapse;
}

    .footerTable td {
        width: 200px;
        padding: 0px;
        vertical-align: top;
    }

    .footerTable tr:nth-child(2) {
        text-align: right;
    }

    .footerTable a {
        color: #000000;
        text-decoration: none;
    }

        .footerTable a:hover {
            text-decoration: underline;
        }

.contents #footer {
    clear: both;
    margin: 0 auto;
    padding: 20px;
    background-color: #efefef;
    color: #000000;
    font-size: 12px;
    text-align: left;
}

    .contents #footer h1, h2 {
        font-size: 14px;
        padding: 5px 0;
    }

    .contents #footer h1 {
        margin: 0;
    }

    .contents #footer h2 {
        margin: 15px 0 0;
    }

    .contents #footer p {
        margin: 0;
        padding: 3px 0;
        text-indent: 1em;
    }

/* --------------------------------------フッターここまで */

/* ---------------------------------------------------------
	タブメニュー
--------------------------------------------------------- */

ul, ol, li, p {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

#tabs {
    display: flex;
}

/* タブの非表示
--------------------------------------------------------- */
#guide01, #guide02, #guide03, #guide04,
#info01, #info02, #info03, #info04,
#product01, #product02, #product03, #product04,
#product05, #product06, #product07, #product08 {
    border: none;
    padding: 0px;
}

#guide02, #guide03, #guide04,
#info02, #info03, #info04,
#product02, #product03, #product04,
#product05, #product06, #product07, #product08 {
    display: none;
}

/* タイトル
--------------------------------------------------------- */
#guide-title, #info-title {
    height: 48px;
    padding: 0;
}

/* 画像の影
--------------------------------------------------------- */
.shadow {
    margin-top: 5px; /* 画像の上の余白*/
    display: inline-block;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5); /*横方向　下方向　ぼかし　広がり　色 */
}

/* page-top
--------------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 75%;
}

/* 画像の拡大
--------------------------------------------------------- */
img.grow {
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

    img.grow:hover {
        -webkit-transform: scale(1.05,1.05);
        -moz-transform: scale(1.05,1.05);
        -ms-transform: scale(1.05,1.05);
        -o-transform: scale(1.05,1.05);
        transform: scale(1.05,1.05);
    }

/* 画像に白い半透明のマウスオーバー
--------------------------------------------------------- */
a img.alpha, .alpha a img {
    transition: 0.2s ease-in-out;
}

a:hover img.alpha, .alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

/* ---------------------------------------------------------
	お問い合わせフォームテーブル
--------------------------------------------------------- */
.form {
    width: 1000px;
    margin: 5px 0;
    border: none;
}

    .form th {
        width: 25%;
        padding: 4px 10px;
        text-align: left;
        font-weight: normal;
        background-color: #fafafa;
        border: 1px solid #ccc;
        height: 2.5em;
    }

    .form td {
        height: 2.5em;
        border: 1px solid #ccc;
        padding-left: 10px;
        vertical-align: middle;
        box-sizing: border-box;
        background-color: #ffffff;
    }

.form-font {
    font-size: 100%;
    font-weight: inherit;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', sans-serif;
}

.form-textarea {
    border: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.form-text {
    border: none;
    width: 50%;
    box-sizing: border-box;
}

.form-valign-top {
    vertical-align: top;
}

.textarea-lineheight {
    line-height: 2;
}

.form .required {
    margin-left: 0.3em;
    font-size: 0.9em;
    color: #B41E21;
}

/* リセットボタン
--------------------------------------------------------- */
.forms input[type="reset"] {
    background: #96a7b2;
    border: none;
    border-radius: 8px;
    margin: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 15px 70px;
    display: inline-block;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
}

    .forms input[type="reset"]:hover {
        background: #83959e;
        color: #ffffff;
    }

/* 確認ボタン
--------------------------------------------------------- */
.forms input[type="submit"] {
    background: #4a88ae;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
    text-decoration: none;
    text-align: center;
    padding: 15px 80px;
    display: inline-block;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
}

    .forms input[type="submit"]:hover {
        background: #3f7fa0;
        color: #ffffff;
    }

    /* 送信ボタン - 押せないとき */

    .forms input[type="submit"][disabled] {
        background: #96a7b2;
        color: #ffffff;
        cursor: default;
    }

/* ------------------お問い合わせフォームテーブルここまで */

/* テーブル000 / 商品情報 規格・包装
--------------------------------------------------------- */
.table000, .product-kikaku-table {
    letter-spacing: 1px;
    width: 1000px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin: 7px auto;
    font-size: 12px;
    border-collapse: collapse;
    border: solid #727171 1px;
}

    .table000 th, .product-kikaku-table th {
        line-height: 22px;
        border: solid #727171 1px;
        border-collapse: collapse;
        padding: 7px 20px;
        text-align: center;
        font-weight: normal;
        font-size: 18px;
        background-color: #dae6ed;
    }

    .td0, .product-kikaku-table .td0 {
        border: solid #727171 1px;
        border-collapse: collapse;
        padding: 0px 0px;
        width: 120px;
        height: 120px;
    }

    .td1, .product-kikaku-table .td1 {
        line-height: 15px;
        border: solid #727171 1px;
        border-collapse: collapse;
        background-color: #fffaf4;
        padding: 7px 5px;
        width: 200px;
        height: 45px;
        font-size: 15px;
        text-align: center;
    }

    .td2, .product-kikaku-table .td2 {
        line-height: 15px;
        border: solid #727171 1px;
        border-collapse: collapse;
        padding: 7px 5px;
        width: 350px;
        height: 45px;
        font-size: 15px;
        text-align: left;
        vertical-align: middle;
    }

    .td3, .product-kikaku-table .td3 {
        position: relative;
        line-height: 15px;
        border: solid #727171 1px;
        border-collapse: collapse;
        padding: 0px 5px;
        width: 350px;
        height: 62px;
        font-size: 15px;
        text-align: left;
    }

    .table000 a, .product-kikaku-table a {
        font-size: 16px;
        color: #ec6d74;
    }

        .table000 a:hover, .product-kikaku-table a:hover {
            font-size: 16px;
            color: #fb848a;
        }

.Amazon-link {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 105px;
    height: 50px;
    vertical-align: middle;
}

.nicho-link {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 135px;
    height: 50px;
    vertical-align: middle;
}

/* テーブル001
--------------------------------------------------------- */
.table001 {
    letter-spacing: 1px;
    width: 1000px;
    width: 100%;
    max-width: 1000px;
    margin: 0 0 2px 0;
    margin: 7px 0;
    font-size: 12px;
    border-collapse: collapse;
    border: solid #727171 1px;
}

    .table001 th {
        line-height: 22px;
        border: solid #727171 1px;
        border-collapse: collapse;
        padding: 7px 20px;
        text-align: center;
        font-weight: normal;
        font-size: 15px;
        background-color: #dae6ed;
    }

    .table001 td {
        line-height: 20px;
        border: solid #727171 1px;
        border-collapse: collapse;
        background-color: #ffffff;
        padding: 7px 5px;
        height: 25px;
        font-size: 15px;
        text-align: left;
    }

#link01, #link02, #link03, #link04, #link05, #link06, #link07 {
    margin-top: -50px;
    padding-top: 50px;
}

/* スマホ用切り替えボタン
--------------------------------------------------------- */
ul.switch {
    display: none; /*追加*/
}

    ul.switch li {
        display: inline-block; /*インラインブロック表示*/
        padding: 0;
    }

#btnSP {
    width: 980px;
    background: #4a88ae;
    border-radius: 8px;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    margin: 30px 10px;
    text-decoration: none;
    text-align: center;
    padding: 30px 0;
    display: inline-block;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
}



/* ---------------------------------------------------------
	お知らせ
--------------------------------------------------------- */
.contents.medical #mainContent .info-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5em;
}

.contents.medical #mainContent h2, .contents .mfp-content h2 {
    background: none;
    /*margin: 30px 0 1em;*/
    padding: 0;
    /*font-size: 24px;*/
    margin: 0px 0 0.2em;
    font-size: 19px;
    font-weight: 400;
    color: var(--blue);
    /*color:#79A7CC;*/
}

.contents.medical #mainContent .info-title-wrap h2 {
    margin: 0;
}

.contents.medical #mainContent .info-btn {
    width: 100%;
    max-width: 150px;
    margin: 0;
}

    .contents.medical #mainContent .info-btn a {
        display: block;
        /*width: 100%;*/
        height: 100%;
        margin: 0;
        padding: 0.5em 1em;
        font-size: 0.9rem;
        font-weight: 500;
        text-align: center;
        color: inherit;
        background-color: #c7e8fa;
        text-decoration: none;
        line-height: 1.3;
    }

.info-list {
    /*max-height: 300px;
overflow-y: scroll;*/
}

    .info-list li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0.6em 0.2em;
        border-bottom: 1px dashed var(--border-color);
        gap: 0 0.5em;
        font-size: 0.95em;
    }

        .info-list li:first-of-type {
            border-top: 1px dashed var(--border-color);
        }

        .info-list li a {
            color: inherit;
        }

.info-list__date {
    min-width: 90px;
    font-size: 1em;
    margin-bottom: auto;
}

.info-list__cat, .guide-list__cat {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    margin: 0.1em 0 auto;
    padding: 0.4em 0.5em;
    font-size: 0.85rem;
    color: #fff;
    background-color: var(--gray);
    /*border-radius: 2px;*/
    line-height: 1;
}

.guide-list__cat {
    min-width: 80px;
    max-width: 80px;
    margin-bottom: 0.8em;
}

.info-list__cat.new, .info-list__cat.red {
    background-color: var(--red);
}

.info-list__cat.housou, .info-list__cat.konpou, .guide-list__cat.booklet, .info-list__cat.yellow {
    background-color: var(--yellow);
}

.info-list__cat.interview, .guide-list__cat.shidosen, .info-list__cat.green {
    background-color: var(--green);
}

.info-list__cat.tenpu, .info-list__cat.blue {
    background-color: var(--blue);
}

.guide-list__cat.other, .info-list__cat.gray {
    background-color: var(--gray);
}

.info-list__cat.other, .info-list__cat.chushi {
    background-color: var(--green);
}

.info-list__icon {
    min-width: 26px;
    display: flex;
    align-items: center;
    margin: 0.1em 0 auto;
}

    .info-list__icon img {
        vertical-align: baseline;
    }

.info-list__icon-non {
    min-width: 26px;
}

.info-list__cat + .info-list__text {
    margin-left: calc( 26px + 0.5em );
}

.info-list__text {
    line-height: 1.4;
    /*flex-basis: calc( 100% - 75px - 150px - 20px);*/
    /*margin-left: auto;*/
}

.info-list__title {
    background-color: #C0D8F8;
    font-weight: 600;
    padding-left: 0.8em !important;
}

/* ---------------------------------------------------------
	指導箋
--------------------------------------------------------- */

/*#mainContent #shidosen {
		border: 1px solid #555;
}*/

#mainContent #shidosen h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    border: none;
    margin: 0 0 1.5em;
    ;
    padding: 7px 15px;
    text-align: left;
    background: none;
    background-color: #78a7d9;
    color: #fff;
}

#mainContent #shidosen h3 {
    width: 100%;
    margin: 0 0 1.2em;
    padding: 10px 15px;
    line-height: 1.2;
    letter-spacing: 3px;
    border: none;
    text-align: center;
    font-size: 16px;
    background-color: #c7e8fa;
    box-sizing: border-box;
}

#mainContent #shidosen .guide-list-3 h3 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
}

.guide-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 3em 2em;
    flex-wrap: wrap;
    margin-bottom: 3em !important;
}

.guide-list-3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 3em 2em;
    margin-bottom: 3em !important;
}


/*.guide-list li{
flex-basis: calc(50% - 1em);
}*/
.guide-list__layout {
    display: flex;
    justify-content: space-between;
    /*align-items: flex-start;*/
    gap: 1em;
}

.guide-list-3 li.guide-list__layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    ;
    gap: 1em;
}

.guide-list__layout_text {
    display: flex;
    flex-direction: column;
    flex-basis: calc( 100% - 150px - 2em);
    /*padding: 7px 0px 15px 0px;*/
}

    .guide-list__layout_text p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 2.5em;
    }

        .guide-list__layout_text p span.p-right {
            display: inline-block;
            width: 100%;
        }

.guide-list__dl {
    display: flex;
    align-items: center;
}

.guide-list__layout_text .guide-list__dl p {
    margin: 0.2em;
}

.guide-list__layout .arrow-btn /*, .table07 .arrow-btn*/ {
    width: fit-content;
    max-width: inherit;
}

    .guide-list__layout .arrow-btn a {
        width: auto;
    }

    .guide-list__layout .arrow-btn span {
        font-size: 0.8em;
        margin-left: 0.2em;
    }

.guide-list__dl img {
    margin-right: 0.2em;
    vertical-align: bottom;
    padding-bottom: 3px;
    transition: 0.2s;
}

.guide-list__layout_image {
    flex-basis: 150px;
    margin-top: auto;
}

    .guide-list__layout_image figure {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

        .guide-list__layout_image figure img {
            border: 1px solid #eee;
        }

        .guide-list__layout_image figure img, .product-image img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }

/* ---------------------------------------------------------
	商品情報
--------------------------------------------------------- */
.product-head {
}

.product-head-wideimg {
    margin: 1em 0 1.3em;
}

.product-head-2column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    clear: both;
}

.product-list {
    /*text-indent: -1em;
padding-left: 1em;*/
}

    .product-list li {
    }

.li-disc > li {
    list-style-type: disc;
    list-style-position: inside;
}

.li-decimal > li {
    list-style-type: decimal;
    list-style-position: inside;
}

.li-decimal > li {
    text-indent: -1.7em;
    padding-left: 1.7em;
    width: calc( 100% - 1.7em);
}

    .li-decimal > li::before {
        content: '';
        margin-right: 0.5em;
    }

    .li-decimal > li > ul, .li-decimal > li > ol {
        padding-left: 1em;
    }

.li-square > li {
    text-indent: -1.3em;
    padding-left: 1.3em;
    width: calc( 100% - 1.3em);
}

    .li-square > li::before, p.product-h3-title {
        content: "■";
        padding-right: 0.3em;
    }
	
.li-circle > li {
    text-indent: -1.3em;
    padding-left: 1.3em;
    width: calc( 100% - 1.3em);
}

    .li-circle > li::before, p.product-h3-title {
        content: "●";
        padding-right: 0.3em;
    }

.li-parenthesis > li {
    text-indent: -2.6em;
    padding-left: 2.6em;
    width: calc( 100% - 2.6em);
}

.li-decimal > li > .li-parenthesis > li {
    /*text-indent: -2.6em;*/
    padding-left: 0.8em;
    width: calc( 100% - 0.8em);
}

.product-h3-title {
    margin-top: 1em;
}

#product h2 + .product-h3-title {
    margin-top: 0;
}

#product p + p {
    margin-bottom: 1em;
}

#product .mfp-figure:after {
    background: #fff !important;
}


/* ---------------------------------------------------------
	会社情報ごあいさつページ
--------------------------------------------------------- */

.goaisatsu-h3 {
    padding: 0 !important;
    margin: 0 0 20px !important;
    color: #1f7ab0;
    font-weight: normal !important;
    text-align: left!important;
    line-height: 1.6;
    letter-spacing: 0 !important;
}

.goaisatsu-p {
    font-size: 15px;
    line-height: 2.3;
    margin-bottom: 15px;
    text-align: left;
}

.goaisatsu-wrap {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    gap: 3em;
    margin-top: 30px;
}
.goaisatsu-sign {
/*font-family:"Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "メイリオ", serif;*/
font-size: 1.1em;
font-weight: bold;
line-height: 1.6;
}
.goaisatsu-sign span{
display: inline-block;
margin-right: 0.7em;
/*font-size: 0.8em;*/
}

.goaisatsu-img{
height: auto;
overflow: hidden;
}
.goaisatsu-img img{
max-width: 293px;
}

/* ---------------------------------------------------------
	スポールバン使い方ページ
--------------------------------------------------------- */

.contents #container-sb {
    line-height: 30px; /* 行の高さ */
    margin: 0 auto; /* 領域間のスペース */
    padding: 0; /* 領域内のスペース */
}

#sb * {
    box-sizing: border-box;
}

#sb article {
    margin: 0;
    margin-bottom: 150px;
    padding: 0;
    padding-top: 70px
}

#sb section {
    margin-bottom: 70px;
}

.sb-bg-wrap #list ol.topic-path {
    width: 1000px;
    margin: 0 0 0 75px;
}


/* 背景 */
.sb-bg-wrap {
    background-color: rgba(220, 170, 75, 0.7);
    background: -19% 120px / contain no-repeat url(../product/img/5-jintaizu-bg.png) fixed, rgba(220, 170, 75, 0.7) 119% 120px / contain no-repeat url(../product/img/5-jintaizu-bg.png) fixed;
    background-blend-mode: soft-light;
}

.sb-bg-inner {
    width: 1150px;
    margin: 0 auto;
    padding: 0 0 20px;
    background-color: #fff;
}


#sb h2 {
    font-size: 30px !important;
    font-weight: bold;
    text-align: center !important;
    margin: 0;
    margin-bottom: 80px !important;
    padding: 0;
    padding-bottom: .5em;
    color: #fff;
    line-height: 2;
    background: #dcaa4b !important;
}

/* ページ内リンク */
#sb .pagelink {
    display: flex;
    justify-content: space-between;
    margin-top: 50px !important;
    text-align: center;
    border-bottom: 5px solid #dcaa4b;
}

    #sb .pagelink li {
        width: 100%;
    }

        #sb .pagelink li a {
            display: block;
            width: 100%;
            padding: 10px 0;
            color: #555;
            text-decoration: none;
            border: 1px solid #dcaa4b;
        }

            #sb .pagelink li a:hover {
                color: #fff;
                background-color: #dcaa4b;
            }


/* スポールバンとは */
#sb .about-grid {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 100px;
    margin-bottom: 150px;
}

#sb .about-grid-reverse {
    flex-direction: row-reverse;
}

#sb .about-grid p {
    width: 610px;
}

    #sb .about-grid p span {
        font-weight: bold;
        border-bottom: 1px solid #333;
    }

#sb .about-grid img {
    margin: 0 auto;
    text-align: center;
}

#sb figure {
    margin: 0;
}

#sb .about-grid-annotation {
    margin-right: 90px;
    text-align: right;
    font-size: 0.9em;
}

/* ハリに認められた4つの作用 */
#sb #sayou {
    margin-top: -80px;
    text-align: center;
}

#sb .sayou-grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px !important;
    border: 1px dotted #dcaa4b;
}

    #sb .sayou-grid li {
        width: 50%;
        padding: 1.5em;
        border: 1px dotted #dcaa4b;
        box-sizing: border-box;
    }

    #sb .sayou-grid h4 {
        margin: 0 0 1em !important;
        padding: 0 !important;
        color: #dcaa4b;
        border: none !important;
    }

    #sb .sayou-grid p {
        text-align: left;
    }


/* スポールバンの貼り方 */
#sb .harikata {
    position: relative;
    overflow: hidden;
    padding-bottom: 140px;
    background-position: right 340px bottom;
    background-image: url(../product/img/5-jintaizu2.png);
    background-repeat: no-repeat;
}

    #sb .harikata h4 {
        display: inline-block;
        margin: 50px 0 15px 10px !important;
        padding: 5px 25px !important;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        background-color: #1588c9;
        border-bottom: none;
    }

    #sb .harikata p {
        margin: 0 0 0 10px;
        font-size: 20px;
    }


#sb .harikata-grid {
    display: flex;
    flex-wrap: wrap;
    width: 69%;
    background-color: #fff;
    border: 2px solid #dcaa4b;
    padding: 40px;
}

#sb .harikata-grid {
    background-image: url("../product/img/5-harikata-bg.png");
    background-repeat: repeat;
}

    #sb .harikata-grid li {
        width: 100%;
        display: flex;
        margin: 0 auto 2.5em;
    }

#sb .harikata-grid-reverse {
    flex-direction: row-reverse;
}

#sb .harikata-grid li p {
    width: 50%;
    margin-top: 1.5em;
    color: #d50e19;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.6;
}

#sb .harikata-grid li div {
    width: 45%;
    text-align: center;
}

    #sb .harikata-grid li div img {
        max-width: 280px;
    }

.harikata-jintaizu {
    position: absolute;
    bottom: 0;
    right: -10px;
}

.harikata-jintaizu-example {
    position: absolute;
    bottom: 5px;
    right: 275px;
    color: #B71A35;
    font-weight: bold;
}

/* スポールバン貼り方動画 */
#sb #tsukaikata h3 {
    color: #d50e19;
    margin: 0 0 20px;
}

#sb .movie-bg {
    padding: 40px 0;
    text-align: center;
    background-image: linear-gradient( 45deg, rgba(220, 170, 75, 0.1) 25%, #fff 25%, #fff 50%, rgba(220, 170, 75, 0.1) 50%, rgba(220, 170, 75, 0.1) 75%, #fff 75%, #fff );
    background-size: 10px 10px;
}

/* スポールバン特徴 */
#feature {
    margin-bottom: 100px;
}

/* 商品情報 */
#sb .product-img {
    text-align: center;
}

    #sb .product-img img {
        margin-bottom: 30px;
    }

#sb .linkbtn {
    width: 60%;
    margin: 10px auto 0;
}

    #sb .linkbtn a {
        display: block;
        width: 100%;
        padding: 10px 5px;
        text-align: center;
        color: #dcaa4b;
        font-size: 18px;
        text-decoration: none;
        border: 1px solid #dcaa4b;
    }

        #sb .linkbtn a:hover {
            opacity: 0.7;
        }


#sb h3.product_detail {
    background: url(../img/h1_bg.png) no-repeat;
    margin: 30px 0 20px 0;
    padding: 5px 0px 5px 25px;
    font-size: 20px;
    font-weight: bold;
    text-align: left !important;
    letter-spacing: 2px;
}

#sb #list-koumoku {
    margin-top: 2em;
}

/* 製造終了品の表示 */
.discontinued {
    display: inline-block;
    margin: 10px 0px;
    padding: 5px 10px;
    color: #fff;
    background-color: #73b8df;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
}

/* Q&A */
#sb #slidetoggle_menu {
    margin-top: 3em;
}

#sb #qa {
    padding: 70px 0 50px;
}

#sb .QA-Q {
    width: 100%;
    margin: 15px 0 10px 0;
    padding: 0.3em 5px 0.3em 25px;
    font-size: 18px;
    background-color: rgba(220, 170, 75, 0.5);
    cursor: pointer;
}

    #sb .QA-Q:hover {
        background-color: rgba(220, 170, 75, 0.4);
    }


#sb .maru {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #d50e19;
    margin-right: 0.3em;
}

#sb .arrow2 {
    position: relative;
    display: inline-block;
    padding-left: 45px;
    margin-right: 0.5em;
}

    #sb .arrow2:before {
        content: '';
        width: 35px;
        height: 30px;
        background: #d50e19;
        border-radius: 3px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -23px;
    }

    #sb .arrow2:after {
        content: '';
        width: 0;
        height: 0;
        border: solid 10px transparent;
        border-left: solid 15px #ffffff;
        position: absolute;
        top: 50%;
        left: 12px;
        margin-top: -18px;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }


/* ---------------------------------------------------------
	動画掲載
--------------------------------------------------------- */
.top-banner-movie-wrap {
    width: 100% !important;
    box-sizing: border-box;
    position: absolute;
    bottom: 5px;
    left: 25px;
    max-width: 450px;
}

    .top-banner-movie-wrap img {
        width: 100%;
    }

    .top-banner-movie-wrap li {
        list-style: none;
    }

.top-banner-movie-title {
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    color: #1588C9;
}

    .top-banner-movie-title i {
        margin-right: 0.3em;
    }

.movies {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.movies-item {
    width: calc(100% / 2 - 6px);
    margin: 5px 0 0;
    border: 1px solid #eee;
}

    .movies-item figure {
        margin: 0 !important;
        position: relative;
    }

.movies-item-caption {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.70);
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    padding: 0.2em 0 0;
    color: #555;
}

.movie-image-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.movie-more-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ff0000;
    font-size: 2.6em;
    opacity: 0.5;
    transition: opacity 0.2s, transform 0.1s;
}

.movies-item:hover .movie-more-text {
    transform: translate(-50%, -50%);
    opacity: 1;
}

/* パスタイムFXこはる用 */
/*.top-banner-koharu-wrap{
border: 2px solid #00A0A8;
background-color: #fff;
}
.top-banner-koharu-wrap .top-banner-movie-title{
background-color: #00A0A8;
}
.top-banner-koharu-wrap .movies{
justify-content: flex-start;
padding: 20px 15px 0;
}
.top-banner-koharu-wrap .movies-item{
width: calc(100% / 4 - 8px);
margin: 20px 4px 0;
margin: 0 4px;
}*/

.top-banner-movie-wrap.top-banner-koharu-wrap {
    position: static;
    max-width: inherit;
    margin-bottom: 15px;
}

.top-banner-koharu-wrap .movies {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.top-banner-koharu-wrap .movies-item {
    width: calc(100% / 4 - 11px);
    /*margin: 20px 4px 0;
margin: 0 4px;*/
}


.mfp-bg, .mfp-wrap {
    position: fixed !important;
}

/*-----------------------------
レスポンシブ画像設定
------------------------------*/
.rectangle169-image {
    position: relative;
    overflow: hidden;
}

    .rectangle169-image img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        object-fit: cover;
    }

    .rectangle169-image:before {
        content: '';
        display: block;
        padding-top: 56.25%;
    }


/*-----------------------------
ポップアップ設定
------------------------------*/
.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    z-index: 9999998;
}

    .mfp-bg.mfp-ready {
        opacity: 0.8;
    }

    .mfp-bg.mfp-removing {
        opacity: 0;
    }

.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-wrap {
    overflow: hidden auto;
    z-index: 9999999;
}

.mfp-container {
    padding: 60px 2%;
    padding: 0 2%;
}

.mfp-content {
    width: auto !important;
}

.inline-modal {
    position: relative;
    max-width: 900px;
    min-width: 250px;
    margin: 5em auto 5em;
    padding: 3em 2em 3em;
    background-color: #fff;
}

    .inline-modal a {
        text-decoration: underline;
        color: #000;
    }

        .inline-modal a:hover {
            text-decoration: none;
            color: #5cadda;
        }

.mfp-content .i-info-list li {
    margin-bottom: 1em;
}

.mfp-close-btn-in .mfp-close {
    color: #fff !important;
}

.inline-modal .mfp-close {
    right: -15px !important;
    top: -50px !important;
}
