@charset "utf-8";
/* ============================
 * 
 *       medical / top
 *
 * ============================ */

/* ============================
 * 
 *     Responsive header
 *     (medical-new-com.css)
 *
 * ============================ */



/* ============================
 * 
 *   NEO series 共通部品
 *
 * ============================ */

#contents-title-sanserif {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 230%;
    font-weight: 300;
    text-align: center;
    padding: 2em 0;
}


/* ============================
 * 
 *   First View
 *
 * ============================ */

#medical-fv {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    color: #666;
    background-color: #f9f9f5;
}

#medical-fv-wrap {
    position: relative;
    background-image: url(../../../img/hfhv/IMG_1885.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    height: 0%;
    padding-top: 75%;
}

#medical-fv-vertical {
    position: absolute;
    top: 8em;
    font-weight: 200;
    letter-spacing: 0.8em;
    color: #fff;
}

#medical-fv-vertical p,
h1 {
    margin-left: 50px;
}

#medical-fv-ver-text1 {
    font-weight: 700;
    font-size: 400%;
    padding-left: 0.25em;
}

#medical-fv-ver-text1 span {
    letter-spacing: -0.05em;
}

#medical-fv-text1 ruby {
    line-height: 0em;
    padding: 0em;
}

#medical-fv-ver-text1 rt {
    font-family: 'Noto Serif JP', serif;
    font-weight: 200;
    font-size: 0.25em;
    line-height: 0em;
}

#medical-fv-ver-text2 {
    font-size: 180%;
    line-height: 1.3em;
    margin-left: 1em;
}

#text3 {
    position: absolute;
    left: 4em;
    letter-spacing: 0.25em;
    padding: 3em 0 0 0;
}

#text3 p {
    margin-top: 1em;
}

.medical-fv-ver-text3 {
    position: relative;
    font-size: 120%;
    text-align: left;
    margin-bottom: 1em;
}

.medical-fv-ver-text3::before {
    position: absolute;
    top: 0.5em;
    left: -1.7em;
    display: inline-block;
    content: '';
    width: 0.7em;
    height: 0.7em;
    margin-bottom: 0em;
    background-color: #89c3eb;
    border-radius: 0.15em;
}

#medical-fv-horizontal {
    width: 80%;
    max-width: 50em;
    margin: 0 auto;

    text-align: center;
    letter-spacing: 0.6em;

    width: 100%;
    margin-top: 3em;
}

#medical-fv-hori-text {
    text-align: justify;
    font-size: 120%;
    text-align: left;
    line-height: 2em;
}

@media screen and (max-width: 960px) {
    #medical-fv-vertical {
        top: 2em;
        right: 1em;
        font-weight: 200;
        letter-spacing: 0.25em;
        color: #fff;

        right: inherit;
        left: inherit;
        width: 100%;
        text-align: center;
    }

    #medical-fv-wrap {
        position: relative;
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        text-align: center;
        height: 0%;
        padding-top: 75%;
    }

    #medical-fv-ver-text1 {
        font-size: 300%;
        padding-left: 0.25em;
    }

    #medical-fv-ver-text2 {
        font-size: 150%;
        line-height: 1.3em;
        margin-left: 1em;
    }

    #text3 {
        padding: 4em 0 0 0;
    }

    .medical-fv-ver-text3 {
        font-size: 100%;
    }
}

@media screen and (max-width: 499px) {
    #medical-fv-wrap {
        position: relative;
        background-size: 150%;
        background-position: left 60% top;
        background-repeat: no-repeat;
        text-align: center;
        height: 0%;
        padding-top: 112.5%;
    }

    #medical-fv-vertical {
        top: 0.5em;
        right: 1em;
        font-weight: 200;
        letter-spacing: 0.5em;
        color: #fff;
        padding: 0.25em;

        letter-spacing: 0em;
        right: inherit;
        left: inherit;
        width: 100%;
        text-align: center;

        margin: 0;
    }

    #medical-fv-vertical p,
    h1 {
        margin-left: 0;
    }

    #medical-fv-ver-text1 {
        font-size: 220%;
        padding: 0em;
    }

    #medical-fv-ver-text1 span {
        letter-spacing: -0.25em;
    }

    #medical-fv-ver-text2 {
        font-size: 120%;
        line-height: 1.3em;
        margin-left: 1em;
    }

    #text3 {
        padding: 2em 0 0 0;
        left: 2.7em;
    }
}


/* ============================
 * 
 *   製品コンセプト
 *
 * ============================ */


/* ============================
 * 
 *   コンテンツ
 *
 * ============================ */

/**************
*
* 動画
*
***************/

.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 2em;
}

.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/************
*
* コンテンツ
*
*************/

.standard {
    padding-left: 3em;
    list-style: disc;
    font-weight: 700;
}

.title-standard {
    font-weight: 700;
}

#products-type-wrap {
    width: 100%;
    margin-top: 10em;
}

#products-type-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.products-type1,
.products-type2 {
    font-size: 400%;
    font-weight: 700;
    line-height: 1.2em;
    color: #333;
    padding: 0 0.25em;
}

.products-type1 {}

.products-type2 {}

.products-type-text {
    text-align: center;
    font-size: 200%;
    font-weight: 700;
    color: #333;
    margin: 1.5em 0;
}

.products-type-comment {
    max-width: 50em;
    margin: 0 auto;
}

.products-option-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}



.products-option {
    text-align: center;
    font-weight: 700;
    background-color: #164a84;
    color: #fff;
    height: 6em;
    width: 6em;
    margin: 1em;
    align-self: center;

    display: flex;
    align-items: center;
    justify-content: center;
}

.products-option span {
    font-size: 80%;
}

.kome1 {
    font-size: 80%;
    text-align: left;
    padding-top: 2em;
}

.link-style {
    font-weight: 700;
    color: #486598;
}

.link-style:hover {
    color: #82ae46;
}

@media screen and (max-width: 960px) {
    .products-type-comment {
        padding: 0 1em;
    }

}

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

    .products-type1,
    .products-type2 {
        font-size: 300%;
    }

    .products-type-text {
        font-size: 160%;
    }

    .products-option-wrap {
        width: 100%;
    }
}

/************
*
* 製品案内
*
*************/


#products-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 50em;
    margin: 0 auto;
    padding: 5em 0;
    color: #333;
}

.products-box {
    width: calc(50% - 1em);
    margin-bottom: 3em;
}

@media screen and (max-width: 640px) {
    .products-box {
        width: 100%;
        margin-bottom: 3em;
    }
}

.products-title-wrap a {
    display: block;
    color: #fff;
    padding: 0.75em 0;
    margin-bottom: 0.5em;
    border-radius: 0.25em;
    background-color: #486598;
    transition: 0.3s;
}

.products-title-wrap a:hover {
    opacity: 0.6;
    background-color: #82ae46;
}

.products-title {
    text-align: center;
    font-size: 110%;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.5em;
}

.products-title span {
    font-size: 70%;
    font-weight: 300;
    letter-spacing: 0.25em;
}

.img-wrap a {
    display: block;
    text-align: center;
    background-color: #fff;
    border: #bbb 5px solid;
    transition: 0.3s;
}

.img-wrap a:hover {
    opacity: 0.6;
    border: #82ae46 5px solid;
}

.img-wrap img {
    width: 90%;
}

.overview {
    font-size: 95%;
    border: #bbb 1px solid;
    padding: 0.5em 1em 1em;
    margin-top: 0.5em;
    background-color: #fff;
}

.overview-item {
    font-weight: 700;
    margin-top: 0.5em;
}

.overview-text {
    font-size: 95%;
    padding-left: 1em;
}

.overview-text span {
    font-size: 80%;
    color: #e95464;
    padding-right: 0.5em;
}





/* ============================
 * 
 *     footer
 *    medical-com.css
 *
 * ============================ */
