﻿@charset "utf-8";


body {
    min-width: 1200px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #000000;
    font-family: '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; /* 領域内のスペース */
}

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;
    }

.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-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-0 {
    margin: 0;
}

.m-0auto {
    margin: 0 auto;
}

.m-auto {
    margin: auto;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}


/* ---------------------------------------------------------
	ヘッダー
--------------------------------------------------------- */

.contents #header {
    margin: 0 auto;
    width: 100%;
    /*height: 120px;*/
    height: auto;
    z-index: 1000;
}

/* ロゴ部分

#top {
	background-color: #ffffff;
	width:1000px;
	height: 90px;
    padding: 0;
} 
#top ul {
	width:100%;
	height: 90px;
    margin: 0 auto;
	padding: 0;
} 
#top li {
    display: inline;
    margin: 0;
	padding: 0;
} 
--------------------------------------------------------- */

/* メニュー
--------------------------------------------------------- */
#menu {
    background-color: #24ADE2;
}

    #menu ul {
        min-width: 1200px;
        width: 1200px;
        height: 50px;
        margin: 0 auto;
        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: 1000px;
    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: 1.1rem;
            letter-spacing: 0.05em;
			line-height: 1.2;
            list-style: none;
            text-decoration: none;
            background-color: #24ADE2;
        }

.head-logo {
/*padding: 10px 0;*/
padding: 45px 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;
}


/* ---------------------------------------------------------
	メインコンテンツ
--------------------------------------------------------- */


.contents #mainContent {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

#mainContent ul {
    list-style: none;
    margin: 0;
}

.contents #mainContent h1 {
    margin: 20px 0 0;
    padding: 0;
}

.contents #mainContent h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 70px;
    margin: 20px 0;
}

.contents #mainContent h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 30px;
    margin: 15px 0;
}

.contents #container:after {
    content: "";
    display: block;
    clear: both;
}


img {
    border: none;
    vertical-align: bottom;
}


.imgFloatl {
    float: left;
    margin: 20px 20px 10px 40px;
}

.imgFloatr {
    float: right;
    margin: 20px 40px 10px 20px;
}

.imgFloatsqs {
    float: right;
    margin: 40px 40px 10px 20px;
}

.floatclear {
    clear: both;
}


.btn {
    background: #ffffff;
    border: 1px solid #888888;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #111111;
    width: 150px;
    padding: 5px 20px;
    margin: 50px;
    line-height: 40px;
}

.bold {
    font-weight: bold;
}

.16pxred{
font-size: 16px;
color: #FF0000;
}


/* 製品情報・医療関係者向け情報
--------------------------------------------------------- */
#mainContent .wrapper {
    width: 1000px;
    margin: 70px auto 30px;
}



/* ------------------------------メインコンテンツここまで */





/* 画像の影
--------------------------------------------------------- */
.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;
}



/* 製品一覧：スライドショー
--------------------------------------------------------- */
.slideFrame {
    position: relative;
    margin: 0 auto 50px;
    overflow: hidden;
    overflow-x: auto;
    width: 1080px;
    height: 210px;
    background-image: url(../img/slider-bg.png);
    border: none;
}

.slideGuide {
    /*width: 150%;*/
    height: 100%;
	
	display: flex;
    align-items: flex-end;
    /*gap: 3em;*/
}

.slideCell {
    display: block;
    float: left;
    margin-right: 45px;
    /*height: 100%;*/
	
	margin-right: 3em;
	margin-bottom: 4.5em;
}

    /* sample */
    .slideCell a {
        display: block;
        width: 100%;
        height: 100%;
		
		transition: 0.2s;
    }

        .slideCell a:hover {
            opacity: 1;
            filter: alpha(opacity=100);
            -ms-filter: "alpha(opacity=100)";
        }

/* controller */
.slideCtrl {
    display: none;
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    cursor: default;
    /* 確認用 */
    background-color: #FFFFFF;
    padding-top: 90px;
}

    .slideCtrl.left {
        position: absolute;
        left: -2px;
    }

    .slideCtrl.right {
        position: absolute;
        right: -2px;
    }


/* 製品一覧：画像の拡大
--------------------------------------------------------- */
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);
    }


/* 画像に白い半透明のマウスオーバー
--------------------------------------------------------- */
.alpha a img {
    transition: 0.2s ease-in-out;
}

.alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

a {
    color: #000000;
}

/* ポップアップ
------------------------------------------------------------*/
.mfp-bg, .mfp-wrap {
    position: fixed !important;
}
.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s 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.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s 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: 0 6%;
	max-width: fit-content;
	right: 0;
	bottom: 0;
	margin: auto;
}
.inline-modal {
	position: relative;
    max-width: 840px;
	margin: 5em auto 5em;
    padding: 3em;
	text-align: center;
    background-color: #fff;
    
}
.inline-modal p{
	text-align: left;
    line-height: 1.8;
}

.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;
}

/* TOPスライド タグライン
------------------------------------------------------------*/
.tagline-popup p:last-of-type{margin-bottom: 0;}
.tagline-popup__logo{margin-bottom: 2.5em;}
.tagline-popup__logo img{max-width: 250px;}

.tagline-fv{
width: 1200px;
height: 375px;
background-color: #fff;
border: 1px solid #ccc;
box-sizing: border-box;
}
.tagline-fv a{
display: block;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.tagline-fv img{width: 500px;}

.tagline-btn__wrap{
position: absolute;
bottom: 1.5em;
right: 1.5em;
}
.tagline-btn{
display: block;
width: 100%;
height: 100%;
padding: 0.3em 1.5em;
text-decoration: none;
font-size: 1.6em;
background-color: #ffb380;
border-radius: 30px;
box-sizing: border-box;
transition: all 0.2s;
}
#tagline-slide a:hover{color: inherit;}
#tagline-slide a:hover img{opacity: 1;}
#tagline-slide a:hover .tagline-btn{opacity: 0.7;}

.inline-modal .tagline-popup p{
text-align: center;
line-height: 2.3;
}

/* TOPバナー
--------------------------------------------------------- */
.top-banner-wrap {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
    gird-gap: 8px;
}

    .top-banner-wrap img {
        width: 100%;
    }

    .top-banner-wrap > div {
        width: calc(100% / 2 - 4px);
        box-sizing: border-box;
    }

.top-banner-row-wrap {
    display: flex;
    width: 496px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    gird-gap: 8px;
}

.top-banner-ptlx-wrap, .top-banner-koharu-wrap {
    border: 2px solid #B09654;
    width: 100% !important;
    background-color: #E4DAC2;
    margin-bottom: 8px;
}

.top-banner-movie-wrap {
    box-sizing: border-box;
}

.top-baner-pitatto-wrap {
    position: relative;
}

    .top-baner-pitatto-wrap .pitatto-youtube {
        box-sizing: border-box;
        width: 100%;
        position: absolute;
        top: 42%;
        left: 50%;
        transform: translate(-50%);
        max-width: 80%;
    }

.top-banner-movie-title {
    padding: 0.5em 1em;
    font-size: 1.4em;
    font-weight: bold;
    text-align: left;
    color: #fff;
    background-color: #000;
}

    .top-banner-movie-title span {
        font-size: 0.8rem;
        font-weight: normal;
        margin-left: 1em;
    }

    .top-banner-movie-title i {
        margin-right: 0.3em;
    }

.movies {
    display: flex;
    justify-content: center;
    gird-gap: 8px;
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
}

.movies-item {
    width: calc(100% / 2);
    margin: 20px 4px 0;
}

    .movies-item figure {
        margin: 0 !important;
        position: relative;
        border: 2px solid #aaa;
    }

.movies-item-caption {
    margin: 0 0 10px;
    font-size: 0.9em;
}

.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: 3.5em;
    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 {
        flex-wrap: wrap;
        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;
    }

/* ポップアップYoutube埋め込み */
.movie-lightbox-wrap{
    width: 840px;
}
.movie-lightbox-wrap iframe{
    aspect-ratio: 16 / 12;
    height: auto;
}



/*-----------------------------
レスポンシブ画像設定
------------------------------*/
.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%;
    }

/* モラタメバナー(2024.02.22)
--------------------------------------------------------- */
.moratame {
    margin-top: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #D9DE8A;
    width: 351px;
    float: right;
}

.moratame-container {
    display: flex;
    margin: 10px;
    align-items: center;
}

.moratame-btn {
    padding: 10px;
    display: inline-block;
    color: #FFFFFF;
    background: linear-gradient(to right, #3da5eb 50%, #FFFFFF 50%);
    background-size: 200% 100%;
    transition: background-position 0.4s;
    border-style: solid;
    border-width: 1px;
    border-color: #3da5eb;
    border-radius: 10px;
    font-weight: bold;
    text-decoration-line: none;
}

.moratame-link-text {
    display: inline-block;
}

.moratame-btn i {
    margin-left: 0.2em;
}

.moratame-btn:hover {
    color: #3da5eb;
    background-position: -100% 0;
}

.moratame-banner {
    max-width: 30%;
}

/* お知らせ
--------------------------------------------------------- */
.table-info {
    line-height: 20px;
    letter-spacing: 1px;
    width: 995px;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 12px;
    border-collapse: separate;
    border-spacing: 0;
}

    .table-info th {
        border: dashed #595757 0;
        border-bottom-width: 1px;
        padding: 15px 0;
        padding: 3px 0 0 5px;
        text-align: left;
        font-weight: normal;
        vertical-align: middle;
        font-size: 15px;
        width: 140px;
    }

    .table-info td {
        border: dashed #595757 0;
        border-bottom-width: 1px;
        padding: 15px 5px 15px 10px;
        font-size: 15px;
        text-align: left;
        vertical-align: middle;
    }

    .table-info .newmark {
        display: block;
        font-size: 0.9em;
        color: red;
        text-align: left;
    }

.home .table-info tr:nth-child(n+8) {
    display: none;
}


/*  メイン画像下のお知らせ枠 2024.02.16
--------------------------------------------------------- */
.info-box {
    border: 1px solid #009FE5;
    border-radius: 6px;
    text-align: left;
    margin-bottom: 20px;
    padding: 20px;
}

    .info-box ul {
        display: flex;
        list-style: none;
        padding: 0;
    }

    .info-box i {
        margin-right: 0.5em;
        font-size: 16px;
        color: #ec6d74;
    }

    .info-box a {
        text-decoration: underline;
        font-weight: bold;
        color: #1588c9;
    }

        .info-box a:hover {
            color: #009FE5;
            text-decoration: none;
        }


/* スマホ用切り替えボタン
--------------------------------------------------------- */
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 auto;
    text-decoration: none;
    text-align: center;
    padding: 30px 0;
    display: inline-block;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
}
