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

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

/* ============================
 * 
 *   medical-top 共通部品
 *
 * ============================ */



/* ============================
 * 
 *   First View 2018/12/10 01
 *
 * ============================ */

#medical-fv {
    display: flex;
    font-family: 'Noto Serif JP', serif;
    font-weight: 200;
    color: #666;
    margin-bottom: 5em;
    background-color: #f9f9f5;
}

#medical-fv-wrap {
    width: 100%;
    text-align: center;
    padding: 4em 0;
}

.fv-side {
    width: 42px;
    background-image: linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 75%, #ddd 75%, #ddd),
        linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 75%, #ddd 75%, #ddd);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}

#medical-fv-vertical {
    -ms-writing-mode: tb-rl;
    /* for MS IE11 */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    display: inline-block;
    font-family: 'Noto Serif JP', serif;
    font-weight: 200;
    letter-spacing: 0.8em;
    margin-bottom: 3em;

    height: 31em;
}

#medical-fv-ver-text1 {
    font-size: 300%;
    line-height: 1.3em;
    padding-left: 0.5em;
}

h1 {
    display: inline-block;
    position: relative;
    font-size: 180%;
    line-height: 1.3em;
    margin-left: 1em;
}

h1::before,
h1::after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1px;
    height: 0.5em;
    background-color: #666;
}

h1::before {
    left: 50%;
    top: calc(0% - 1.5em);
}

h1::after {
    left: 50%;
    top: calc(100% + 0.5em);
}


.medical-fv-ver-text3 {
    font-size: 120%;
    text-align: left;
    padding-top: 7em;
    padding-right: 1em;
}

.medical-fv-ver-text3::before {
    display: inline-block;
    content: '';
    width: 0.7em;
    height: 0.7em;
    margin-bottom: 0.7em;
    background-color: #b8d200;
    border-radius: 0.15em;
}

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

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

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


@media screen and (max-width: 767px) {
    #medical-fv {
        margin: 0;
    }

    .fv-side {
        width: 22px;
    }

    #medical-fv-wrap {
        width: 100%;
        text-align: center;
        padding: 2em 0;
    }

    #medical-fv-horizontal {
        width: 100%;
        padding: 0 0.75em;
        letter-spacing: 0.2em;
        font-size: 80%;
    }

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

    #medical-fv-vertical {
        letter-spacing: 0.8em;
        height: 25em;
        margin-bottom: 0em;
    }

    #medical-fv-ver-text1 {
        font-size: 200%;
        line-height: 1.3em;
        padding-left: 0.5em;
    }

    #medical-fv-ver-text1 span {
        font-size: 60%;
    }

    .medical-fv-ver-text3 {
        font-size: 100%;
        padding-top: 5em;
        padding-right: 0.5em;
    }
}


/***** アニメーション設定 *****/

@keyframes fv-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1
    }
}

#medical-fv-ver-text1 {
    animation-name: fv-fade-in;
    animation-duration: 4s;
}

h1 {
    animation-name: fv-fade-in;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-fill-mode: backwards;
}

.medical-fv-ver-text3:nth-of-type(2) {
    animation-name: fv-fade-in;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-fill-mode: backwards;
}

.medical-fv-ver-text3:nth-of-type(3) {
    animation-name: fv-fade-in;
    animation-duration: 2s;
    animation-delay: 1.5s;
    animation-fill-mode: backwards;
}

.medical-fv-ver-text3:nth-of-type(4) {
    animation-name: fv-fade-in;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: backwards;
}


/***** end of アニメーション設定 *****/



/* ============================
 * 
 *   news
 *
 * ============================ */

#news {
    padding: 8em 0;
}

#news-box {
    width: 80%;
    max-width: 50em;
    margin: 0 auto;
}

.news-contents {
    display: flex;
    color: #333;
    font-size: 0.8em;
    padding-bottom: 0.5em;

    flex-wrap: wrap;
    flex-direction: row;
    transition: all 0.5s ease;
}

.news-contents p {
    padding: 0.3em;
}

.news-category {
    flex: 1.2;
    text-align: center;
}

.news-day {
    flex: 1;
    text-align: center;
}

.news-text {
    flex: 4;
    flex-wrap: wrap;
    flex-direction: row;
}

@media screen and (max-width: 767px) {
    #news {
        padding: 2em 0;
    }

    #news-box {
        width: 100%;
        margin: 0 auto;
        padding: 0 0.75em;
    }

    .news-contents {
        display: inline;
        width: 100%;
    }

    .news-category {
        width: 100%;
        text-align: center;
        padding-top: 2em;

        width: 10em;
        margin: auto;
    }

    .news-day {
        width: 100%;
        text-align: left;
    }

    .news-text {
        width: 100%;
    }
}

.news-text label {
    display: flex;
    align-items: flex-start;
    transition: all 0.5s ease;
}

.news-text label:hover {
    opacity: 0.3;
    cursor: pointer;
}

.news-title {
    flex: 7;
}

.news-next {
    flex: 1;
    text-align: center;
    margin-left: 2em;
    background-color: #ddd;
    border-radius: 0.5em;
}

.news-text input {
    display: none;
}

.news-text .next-area {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.next-area {
    background-color: #fff;
}

.next-check:checked + .next-area {
    height: auto;
    opacity: 1;
    margin-top: 0.5em;
    margin-bottom: 1em;
    padding: 1em;
    transition: all 1s ease;
}

.next-area a {
    color: #5383c3;
    transition: all 0.5s ease;
}

.next-area a:hover {
    opacity: 0.3;
}

.next-area table {
    width: 100%;
}

.next-area table td:nth-child(1) {
    text-align: center;
    padding: 0.5em 1em;
}


/*************

NEWSカテゴリ種別

*************/

.news-release {
    color: #333;
    background-color: #d4dcda;
    border-radius: 0.5em;
}

.news-exhibition {
    color: #333;
    background-color: #f8b862;
    border-radius: 0.5em;
}

.update {
    color: #333;
    background-color: #89c3eb;
    border-radius: 0.5em;
}

.item {
    color: #333;
    background-color: #d8e698;
    border-radius: 0.5em;
}


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

    .news-release {
        border-radius: inherit;
        background-color: inherit;
        border-bottom: #d4dcda 1px solid;
    }
    
    .news-exhibition {
        border-radius: inherit;
        background-color: inherit;
        border-bottom: #f8b862 1px solid;
    }

    .update {
        border-radius: inherit;
        background-color: inherit;
        border-bottom: #89c3eb 1px solid;
    }

    .item {
        border-radius: inherit;
        background-color: inherit;
        border-bottom: #d8e698 1px solid;
    }

}


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

#concept {
    color: #333;
    padding: 3em;
    background-color: #fff;
    border: #ddd 4px solid;
    box-shadow: 12px 12px 20px -6px rgba(0, 0, 0, 0.2);
}

#concept p {
    padding-top: 2em;
}

#concept-text p span {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}

#fujiyama {
    position: relative;
    text-align: center;
    padding-bottom: 2em;
}

#fujiyama p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 10em;
    font-size: 162%;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #333;
}

#fujiyama p span {
    font-size: 250%;
    color: #e95464;
}

#fujiyama img {
    width: 15%;
}

@media screen and (max-width: 767px) {
    #concept {
        padding: 3em 1em;
        box-shadow: inherit;
    }

    #fujiyama img {
        width: 30%;
    }
}


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

#info {
    color: #333;    
}

#info-titile {
    text-align: center;
    font-size: 166%;
    font-weight: 700;
    line-height: 1.3em;
    border-bottom: #b8d200 2px solid;
    margin-bottom: 1em;
    padding-bottom: 0.33em;
}

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

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

.info-bullet {
    
}

.info-bullet::before {
    display: inline-block;
    content: '';
    width: 0.7em;
    height: 0.7em;
    margin: 0 0.3em;
    background-color: #d8e698;
    border-radius: 0.15em;
}



/* ============================
 * 
 *   CB認証品
 *
 * ============================ */

#cb-title {
    padding: 5em 0 3em;
}

#cb-title p {
    width: 7em;
    font-size: 180%;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.2em;
    margin: auto;
    padding: 0.3em 0.5em;
    border-bottom: #888 1px solid;
}

#cb-h2-flexbox,
#cb-h2-flexbox3 {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto;
}

#cb-h2-flexbox {
    width: 20em;
}


#cb-h2-flexbox3 {
    width: 100%;
}








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