<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url("reset.css");
@import url("base.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans&amp;display=swap');

/* BASE */
html,
body {
    height: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
}

body.lang-jp,
body.lang-en {
    overflow: visible;
    color: #333;
    position: relative;
    /* padding-top: var(--header-height); */

}

body.lang-jp {
    font-family: "Noto Sans Japanese", Futura, Futura-Medium, 'Futura Medium', 'Century Gothic', CenturyGothic, 'M+1cregular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body.lang-en {
    font-family: Arial, 'Nunito Sans', sans-serif;

}

p,
td,
li,
dt,
dd {
    font-size: clamp(14px, 2vw, 15px);
}

main {
    /* padding-top: var(--header-height); */
    padding-left: 1.1em;
    padding-bottom: 4em;
    margin: auto;
    padding: 7.5em 1.1em;
    max-width: 1100px;
}

footer {
    width: 100%;
    /* border-top: 1px solid #1468ac; */
    background-color: #1762A0;
}

.footer-inner {
    padding: 2em 1.1em;
    max-width: 1100px;
    margin: 1px auto;
    /* background-color: #1762A0; */
    overflow: auto;
    /*outline: 1px solid darkorchid;*/
    /*本番環境削除*/
}

.footer-inner a,
.footer-inner a:visited {
    color: white;
}

/*Free.cssから抜粋*/
dl.tbl_f {
    float: left;
/*20230619*/
    padding-left: 20px;
    width: calc(100% / 2);
    /* text-align: center; */
    color: white;
    margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
    dl.tbl_f {
        width: calc(100% / 1);
    }
}

.f17 {
    font-size: 17px;
}

/*Free.cssから抜粋ここまで*/


img {
    margin-top: 10px;
}

/*header*/
.l-header {
    position: fixed;
    z-index: 9;
    width: 100%;
    background-color: #1468ac;
    color: #fff;
    margin-bottom: 20px;
}

.l-header__inner {
    position: relative;
    max-width: 1100px;
    margin: auto;
    padding: 1.2rem 1.2rem 1rem;
}

.f-wrap {
    display: flex;
    justify-content: flex-start;
}

.m-logo {
    height: 25px;
    margin-right: 20px;
}

.m-logo-print {
    display: none;
}

.f-wrap h1 {
    max-width: 740px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(15px, 2vw, 26px);
    font-weight: 700;
    line-height: 1;
    height: auto;
}

.f-wrap h1 span {
    display: block;
    padding-top: .4rem;
    font-size: clamp(12px, 2vw, 15px);
    font-weight: 400;
}

.h-navlist {
    position: absolute;
    /* margin: 0 0 0 auto; */
    /* width: fit-content; */
    bottom: 0;
    right: 0;
    display: flex;
    padding: 0;
}

.h-navlist li a {
    /* border: 1px solid white; */
    display: block;
    padding: .7rem 1.2rem;
    font-size: clamp(12px, 1vw, 14px);
    background-color: rgb(0, 60, 109);
    margin-right: 10px;
    color: white;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
}

.h-navlist li a:hover {
    background-color: #af005f;
    transition: all 0.5s 0s ease;
}

.h-navlist li a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: contain;
    vertical-align: middle;
}

._print::before {
    background-image: url(../images/ico_print.svg);

}

._reagent::before {
    background-image: url(../images/ico_reagent.svg);
}


@media screen and (max-width: 768px) {
    main {
        padding-top: 10rem;
    }

    .l-header__inner {
        padding: 0em .9em 1em 1em;
    }

    .f-wrap {
        flex-direction: column;
    }

    .f-wrap h1 {
        width: 60%;
    }

    .m-logo {
        width: 40px;
        height: auto;
        margin-bottom: .5rem;
    }

    .h-navlist {
        flex-direction: column;
        /* top: 0; */
        /* margin: 0; */
    }

    .h-navlist li a {
        margin-top: 0px;
        border-radius: 0;
    }

    .h-navlist li a:last-child {
        margin-top: 1px;
    }
}

/*how-to*/
.how-to {
    text-align: right;
    font-size: clamp(10px, 1vw, 13px);
    color: rgb(0, 60, 109);
}

.how-to img {
    padding-right: 8px;
    width: 28px;
    height: 20px;
}

@media screen and (max-width: 768px) {
    .how-to {
        /* display: none; */
    }
}


/*--------------------------
accordionMenu
--------------------------*/
.accordion {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}


.accordion-item {
    margin-bottom: 20px;
}



.accordion-title {
    padding: .8em 3.5em .8em 1.4em;
    display: block;
    background: #f3f3f3;
    color: rgb(0, 60, 109);
    /* border: 2px solid #adadad; */
    font-size: clamp(15px, 2vw, 20px);
    /* letter-spacing: .04rem; */
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
}

.accordion-content {
    display: none;
    padding: 20px;
    font-size: clamp(14px, 2vw, 16px);
    margin-bottom: 60px;
}

.accordion-content h3 {
    font-size: clamp(15px, 2vw, 18px);
    margin: 0 0 15px 0;
    padding: 0 0 0px;
    border-bottom: solid 2px #4f4f4f;
    display: inline-block;
}


@media screen and (max-width: 768px) {
    .accordion-item {
        margin-bottom: 10px;
    }

    .accordion-content {
        padding: 20px 10px;

    }
}


/* 矢印 */
.accordion-title {
    position: relative;
}

.accordion-title::after {
    border-right: solid 2px rgb(0, 60, 109);
    border-top: solid 2px rgb(0, 60, 109);
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;

}

.accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
}

.accordion-item:last-child {
    margin-bottom: 0;
}





/* よくある質問・参考文献-Link_products */

.Link_products h2 {
    padding: .8em 3.5em .8em 1.4em;
    display: block;
    background: #f3f3f3;
    color: rgb(0, 60, 109);
    /* border: 2px solid #adadad; */
    font-size: clamp(15px, 2vw, 18px);
    /* letter-spacing: .04rem; */
    font-weight: 700;
    border-radius: 4px;
}

.Link_products h3 {
    font-size: clamp(14px, 2vw, 16px);
}

.Link_products__item {
    margin: 20px 25px;
    padding-bottom: 1em;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cecece;

}

.Link_products__item h3 {
    width: 40%;
    max-width: 400px;
}

.Link_products__item h3 span {
    font-size: 90%;
    padding-left: 10px;
    font-weight: normal;
}

.Link_products__item ul {
    margin-left: 20px;
    display: flex;
}

.Link_products__item li a {
    display: block;
    margin-left: 20px;
    padding: .8em 2em;
    background-color: #f3f3f3;
    color: rgb(0, 60, 109);
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 500;
    border-radius: 20px;
    text-decoration: none;
}

.Link_products__item li a:hover {
    background-color: rgb(0, 60, 109);
    color: white;
    transition: all 0.5s 0s ease;
}


@media screen and (max-width: 768px) {

    .Link_products__item {
        flex-direction: column;
        align-items: start;
    }

    .Link_products__item h3 {
        width: 100%;
    }


    .Link_products__item span {
        display: none;
    }


    .Link_products__item ul {
        margin-left: 0;
        margin: 10px 0;
        width: auto;
        flex-wrap: wrap;
        /* justify-content: space-between; */
    }

    .Link_products__item li {
        margin-top: 10px;
    }

    .Link_products__item li a {
        margin-left: 0;
        margin-right: 15px;
        padding: 1em 2em;
        white-space: nowrap;

    }

}

/* memo */
.memo {
    text-align: right;
    margin-right: 20px;
    font-size: clamp(12px, 2vw, 13px);
    line-height: 1.2;
}

.qrcode {
    display: none;
}

/* ad-Area  */

.ad-Area {
    margin: 60px 0 0;
    /*outline: 1px solid darkorchid;*/
    /*本番環境削除*/
    /*height: 200px;*/

}





/* &lt;!--section-block--&gt;
&lt;section class="accordion-item"&gt;
    &lt;h2 class="accordion-title js-accordion-title"&gt;
        &lt;/h2&gt;
    &lt;div class="accordion-content"&gt;
        &lt;!--input-start--&gt;
     
        &lt;!--//input-end--&gt;
    &lt;/div&gt;
&lt;/section&gt; */</pre></body></html>