@charset "UTF-8";

/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* https://www.webplus.jp/                                      */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/*--------------------------------------------------------------*/


/* ========================================================

　製品ラインナップ

=========================================================== */

/*　ラインナップ
----------------------------------------------------------- */
.products .lineup .item:nth-of-type(n+2) {
    margin-top: 1.5rem;
}

/* リンク */
.products .lineup .item a {
    display: block;
    position: relative;
    height: 100%;
    border: 0.1rem solid rgba(165, 165, 165, 1.00);
    border-radius: 0.6rem;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1.00) 0%, rgba(235, 235, 235, 1.00) 100%); /* 背景グレーグラデーション */
}

.products #drill_chart.lineup .item a {
    background: none;
    background-color: rgba(255, 255, 255, 1.00);
}

/* 画像部分 */
.products .lineup .thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 14.0rem;
    border-radius: 0.6rem 0.6rem 0 0;
    color: rgba(68, 68, 68, 1.00);
    text-align: center;
    overflow: hidden;
}

/* 準備中の文字 */
.products .lineup .thumbnail.preparation p {
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 400;
}

.products .lineup img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.products #implant.lineup img,
.products #prosthesis_impression.lineup img,
.products #drill_chart.lineup img {
    width: auto;
    max-height: 20.0rem;
}

.products #prosthesis.lineup img,
.products #prosthesis_impression.lineup img,
.products #cad-cam_ucla.lineup img,
.products #tissue-level.lineup img {
    width: auto;
    max-height: 15.0rem;
}

.products .lineup a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* タイトル部分 */
.products .lineup .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.25rem 1.0rem;
    border-radius: 0 0 0.6rem 0.6rem;
    background: rgba(255, 255, 255, 1.0);
    text-align: center;
}

.products .lineup .caption h3 {
    color: rgba(250, 126, 36, 1.00);
    font-size: 1.8rem;
    font-weight: 400;
}

.products .lineup .caption h4 {
    margin-top: 0.25rem;
    padding-top: 0.25rem;
    border-top: 0.1rem dotted rgba(68, 68, 68, 0.50);
    color: rgba(68, 68, 68, 1.00);
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
}

/* IEハック */
@media all and (-ms-high-contrast: none) {

    .products .lineup .item a {
        background-color: rgba(245, 245, 245, 1.00);
    }

}

/*　インプラント製品ラインナップ下のイントロダクション
----------------------------------------------------------- */
.products #introduction h3 {
    margin-bottom: 1.0rem;
    color: rgba(245, 130, 40, 1.00);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
}

.products #introduction .row .row div[class^="col-"]:last-of-type {
    text-align: center;
}

.products #introduction img {
    width: 100%;
    max-width: 24.0rem !important;
    height: auto;
    margin: 0 auto;
}

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

    .products .lineup .item:nth-of-type(n+2) {
        margin-top: 0;
    }

    .products .lineup .item:nth-of-type(n+3) {
        margin-top: 3.0rem;
    }

    .products #introduction .row .row div[class^="col-"]:last-of-type {
        text-align: right;
    }

    .products #prosthesis.lineup .caption {
        height: 7.0rem; /* 補綴コンポーネントラインナップ */
    }

}

@media only screen and (min-width: 1200px) {

    .products .lineup .item:nth-of-type(n+3) {
        margin-top: 0;
    }

    .products .lineup .item:nth-of-type(n+5) {
        margin-top: 3.0rem;
    }

    .products #implant.lineup .caption {
        height: 3.5vw;
    }

    .products #prosthesis.lineup .caption {
        height: 4.75vw;
    }

    .products #prosthesis_impression.lineup .caption {
        height: 5.0vw;
    }

    .products #cad-cam_ucla.lineup .caption {
        height: 4.5vw;
    }

    .products #cad-cam_ucla.lineup .item:last-of-type .caption {
        height: 6.0vw;
    }

    .products #tissue-level.lineup .caption {
        height: 4.5vw;
    }

    .products #drill_chart.lineup .caption {
        height: 5.0vw;
    }

    .products .lineup .caption h3 {
        font-size: 1.2vw;
    }

    .products .lineup .caption h4 {
        font-size: 0.9vw;
    }

    .products .lineup .caption h3 .d-custom {
        display: block;
    }

}

@media only screen and (min-width: 1203px) {

    .products #cad-cam_ucla.lineup .caption {
        height: 3.5vw;
    }

    .products #cad-cam_ucla.lineup .item:last-of-type .caption {
        height: 4.5vw;
    }

}

@media only screen and (min-width: 1263px) {

    .products #implant.lineup .caption {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

}

@media only screen and (min-width: 1374px) {

    .products #prosthesis_impression.lineup .caption {
        height: 3.5vw;
    }

}

@media only screen and (min-width: 1440px) {

    .products #prosthesis.lineup img {
        max-height: 14.0rem;
    }

    .products #prosthesis_impression.lineup .caption {
        height: 3.25vw;
    }

    .products #cad-cam_ucla.lineup .caption {
        height: 3.25vw;
    }

    .products #cad-cam_ucla.lineup .item:last-of-type .caption {
        height: 4.5vw;
    }

    .products #tissue-level.lineup .caption {
        height: 4.25vw;
    }

}

@media only screen and (min-width: 1600px) {

    .products #prosthesis.lineup .caption {
        height: 5.5rem;
    }

    .products #prosthesis.lineup .caption h3 br,
    .products #prosthesis.lineup .caption h4 br {
        display: none !important;
    }

}

@media only screen and (min-width: 1920px) {

    .products #implant.lineup .caption {
        height: 6.0rem;
    }

    .products #prosthesis_impression.lineup .caption {
        height: 5.5rem;
    }

    .products #cad-cam_ucla.lineup .caption {
        height: 5.5rem;
    }

    .products #cad-cam_ucla.lineup .item:last-of-type .caption h4 br {
        display: none !important;
    }

    .products #cad-cam_ucla.lineup .item:last-of-type .caption {
        height: 5.5rem;
    }

    .products #tissue-level.lineup .item .caption h4 br {
        display: none !important;
    }

    .products #tissue-level.lineup .caption {
        height: 5.5rem;
    }

    .products .lineup .caption h3 {
        font-size: 2.0rem;
    }

    .products .lineup .caption h4 {
        font-size: 1.6rem;
    }

}


/* ========================================================

　製品詳細

=========================================================== */

.products #mainContents section:first-of-type .row > div[class^="col-"] .offset-xl-1 img {
    margin: 0 auto;
    width: auto;
    max-height: 20.0rem;
}

/*　特徴
----------------------------------------------------------- */
/* 各ブロックの下余白 */
.products #feature .list > .row > div[class^="col-"] {
    margin-bottom: 1.5rem;
}

.products #feature .inner {
    height: 100%;
    padding: 1.0rem 0.5rem 0;
    border: 0.1rem solid rgba(165, 165, 165, 1.00);
    border-radius: 0.6rem;
}

/* タイトル部分 */
.products #feature .inner h3 {
    margin-bottom: 0.5rem;
    color: rgba(245, 130, 40, 1.00);
    font-size: 1.6rem;
    line-height: 130%;
}

.products #feature .inner h3::before {
    margin-right: 0.5rem;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
}

/* テキスト部分 */
.products #feature .inner p {
    font-size: 1.2rem;
    line-height: 150%;
}



.products #feature .inner ul {
    margin: 0;
    margin-left: 2.0rem;
    padding: 0;
    font-size: 1.2rem;
    line-height: 150%;
}

/* 画像部分 */
.products #feature figure {
    width: 100%;
    margin-top: 1.0rem;
    text-align: center;
}

.products #feature figure img {
    max-width: 16.0rem;
    margin: 0 auto;
}

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

    .products #feature .list > .row > div[class^="col-"]:nth-child(odd) .inner {
        margin-right: -0.5rem;
    }

    .products #feature .list > .row > div[class^="col-"]:nth-child(even) .inner {
        margin-left: -0.5rem;
    }

}

@media only screen and (min-width: 1200px) {

    .products #feature .list > .row > div[class^="col-"]:nth-of-type(2) .inner,
    .products #feature .list > .row > div[class^="col-"]:nth-of-type(3) .inner,
    .products #feature .list > .row > div[class^="col-"]:nth-of-type(5) .inner,
    .products #feature .list > .row > div[class^="col-"]:nth-of-type(6) .inner {
        margin-left: -0.5rem;
    }

    .products #feature figure {
        margin-top: 0;
    }

    .products #feature figure img {
        max-width: 100%;
    }

}

/*　スペック
----------------------------------------------------------- */
/* 各ブロックの下余白*/
.products #spec .list > .row > div[class^="col-"] {
    margin-bottom: 1.5rem;
}

/* タイトル部分 */
.products #spec .list h3 {
    margin-bottom: 2.0rem;
    padding: 0.5rem 0.5rem;
    background-color: rgba(100, 100, 100, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.4rem;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.075rem;
}

/* テキスト部分 */
.products #spec .list li {
    font-size: 1.2rem;
    line-height: 150%;
}

/* 画像部分 */
.products #spec figure {
    text-align: center;
}

.products #spec figure img {
    width: auto;
    height: 100%;
    max-height: 12.0rem;
}

.products.tapered_short #spec figure img {
    width: 100%;
    max-width: 8.0rem;
    height: auto;
}

/* カタログ画像埋め込み部分 */
.products #spec .pic figure {
    padding-bottom: 5.0rem;
    border-bottom: 0.3rem solid rgba(210, 210, 210, 1.00);
}

.products #spec .pic img {
    width: 100%;
    max-width: 100.0rem;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
}

/* カタログ画像埋め込み部分のボタン */
.products #spec .pic .button {
    margin-top: 1.0rem;
}

.products #spec .pic .btn {
    display: block;
    max-width: 34.0rem;
    margin: 0 auto;
    padding: 1.0rem 0;
}

/* ［platform diameters］の画像サイズ調整 */
.products #spec .list > .row > div[class^="col-"]:nth-of-type(6) figure img {
    display: block;
    margin: 0 auto 1.0rem;
}

.products.tapered #spec .list > .row > div[class^="col-"]:nth-of-type(6) figure img {
    margin: 0 auto 0.4rem;
}

.products #spec .list > .row > div[class^="col-"]:nth-of-type(6) figure img:nth-of-type(1) {
    max-width: 2.0rem;
}

.products #spec .list > .row > div[class^="col-"]:nth-of-type(6) figure img:nth-of-type(2) {
    max-width: 2.3rem;
}

.products #spec .list > .row > div[class^="col-"]:nth-of-type(6) figure img:nth-of-type(3) {
    max-width: 3.0rem;
}

.products #spec .list > .row > div[class^="col-"]:nth-of-type(6) figure img:nth-of-type(4) {
    max-width: 3.8rem;
}

/* テキスト部分 */
.products #spec .list > .row .row div[class^="col-"]:nth-of-type(3) ul {
    padding: 1.0rem 1.0rem 1.0rem 3.5rem;
    border-radius: 0.4rem;
    background-color: rgba(245, 245, 245, 1.00);
    font-size: 1.5rem;
    line-height: 2.4rem;
}

@media only screen and (min-width: 576px) {

    .products #spec .pic .btn {
        padding: 1.0rem 0.5rem;
        font-size: 1.6rem;
    }

}

@media only screen and (min-width: 1440px) {

    .products #spec figure img {
        max-height: 14.0rem;
    }

}

/*　広告
----------------------------------------------------------- */
.products #advertising {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 2.0rem 0;
    background: -o-radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.50) 75%, rgba(0, 0, 0, 1.00) 100%), url(../images/products/pickup_bg.jpg) center top /cover no-repeat;
}

.products #advertising .inner {
    max-width: 100.0rem;
    margin: 0 auto;
    padding: 2.0rem;
}

.products #advertising h3 {
    color: rgba(250, 126, 36, 1.00);
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
}

.products #advertising h4 {
    margin: 1.0rem 0;
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.6rem;
    font-weight: 500;
}

.products #advertising p {
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.4rem;
}

.products #advertising .sign {
    text-align: right;
}

.products #advertising .button {
    margin: 1.0rem 0;
}

.products #advertising .btn {
    display: block;
    width: 100%;
    max-width: 34.0rem;
    margin: 0 auto;
    padding: 1.0rem 0;
}

.products #advertising figure {
    text-align: center;
}

.products #advertising figure img {
    width: 100%;
    max-width: 20.0rem;
    height: auto;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) {

    .products #advertising figure img {
        max-width: 16.0rem;
    }

    .products #advertising .button {
        margin: 1.0rem 0 0;
    }

}

/* ========================================================

　外科器具

=========================================================== */

body:not(.drill_chart) #instruments {
    /* 左右の余白をカットしてフル表示 */
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 0; /* 上余白をカット */
}

#instruments .container-fluid .blk {
    padding-top: 2.0rem;
    padding-bottom: 1.0rem;
}

/* 奇数ブロックに背景色 */
#instruments .blk:nth-of-type(even) {
    background-color: rgba(240, 240, 240, 1.00)
}

#instruments .blk div[class^="col-"]:nth-of-type(1) ul {
    margin-top: 2.0rem;
}

/* 画像アイコン */
.guided_surgery #spec .heading.icon h2::before {
    display: inline-block;
    position: relative;
    top: -0.25rem;
    width: 2.8rem;
    height: 2.8rem;
    background: url("../images/products/instruments_guided_surgery_icon.png") center center / contain no-repeat;
    vertical-align: middle;
    content: '';
}

#instruments .blk div[class^="col-"]:nth-of-type(2) {
    text-align: center;
}

#instruments .blk div[class^="col-"]:nth-of-type(2) img {
    max-width: 24.0rem;
    margin: 0 auto;
}

/* テーパードサージカルキット　HDドリル画像部分 */
#instruments.tapered_surgical .blk04 div[class^="col-"]:nth-of-type(2) {
    text-align: center;
}

#instruments.tapered_surgical .blk04 div[class^="col-"]:nth-of-type(2) img {
    max-width: 20.0rem;
}

#instruments.tapered_surgical .blk04 div[class^="col-"]:nth-of-type(3) {
    text-align: center;
}

#instruments.tapered_surgical .blk04 div[class^="col-"]:nth-of-type(3) img {
    width: 100%;
    max-width: 80.0rem;
    margin: 0 auto;
}

/* ボタン */
#instruments .button {
    margin: 1.0rem 0 0;
}

#instruments .btn {
    display: block;
    max-width: 42.0rem; /* 最大幅 */
    margin: 0 auto;
    padding: 1.0rem 0;
}

.guided_surgery #spec .btn.btn01 {
    max-width: 60.0rem;
}

#drill_chart .container-fluid > .row > div:nth-of-type(3) {
    margin-top: 1.5rem;
}

@media only screen and (min-width: 576px) {

    .guided_surgery #spec .heading h2::before {
        top: -0.25rem;
        width: 3.0rem;
        height: 3.0rem;
    }

    #instruments .btn {
        padding: 1.0rem 0.5rem;
    }

}

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

    #instruments .container-fluid .blk:first-of-type {
        padding-top: 3.75rem;
    }

    #instruments .container-fluid .blk:nth-of-type(n+2) {
        padding-top: 5.0rem;
    }

    #instruments .blk div[class^="col-"]:nth-of-type(1) p {
        margin-left: 1.5rem;
    }

    #instruments .blk04 div[class^="col-"]:nth-of-type(1) p {
        margin-right: 1.5rem;
    }

    #instruments .blk div[class^="col-"]:nth-of-type(1) ul {
        margin-left: 1.5rem;
    }

    #instruments .blk04 div[class^="col-"]:nth-of-type(1) ul {
        margin-right: 1.5rem;
    }

    #instruments .blk div[class^="col-"]:nth-of-type(2) {
        text-align: center;
    }

    #instruments.tapered_surgical .blk04 div[class^="col-"]:nth-of-type(2) img {
        max-width: 24.0rem;
    }

    #drill_chart .container-fluid > .row > div:nth-of-type(3) {
        margin-top: 3.0rem;
    }

}

@media only screen and (min-width: 1200px) {

    #instruments .blk div[class^="col-"]:nth-of-type(2) img {
        max-width: 30.0rem;
    }

    #instruments .btn {
        max-width: 46.0rem;
    }

}

@media only screen and (min-width: 1440px) {

    .guided_surgery #spec .heading h2::before {
        top: -0.25rem;
        width: 3.6rem;
        height: 3.6rem;
    }

}

@media only screen and (min-width: 1706px) {

    #instruments .container-fluid .blk {
        padding-bottom: 0;
    }

}

/* ========================================================

　補綴コンポーネント

=========================================================== */

.prosthesis #introduction {
    /* 左右の余白をカットしてフル表示 */
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.prosthesis #introduction .blk {
    padding-top: 2.0rem; /* .blkに上余白を設定 */
    padding-bottom: 0;
}

/* 奇数ブロックに背景色 */
.prosthesis #introduction .blk:nth-of-type(even) {
    background-color: rgba(240, 240, 240, 1.00)
}

.prosthesis #introduction .blk div[class^="col-"]:nth-of-type(3),
.prosthesis #introduction figure {
    text-align: center;
}

.prosthesis #introduction .blk01 div[class^="col-"]:nth-of-type(3) img {
    max-width: 26.0rem;
}

.prosthesis #introduction .blk02 div[class^="col-"]:nth-of-type(3) img {
    max-width: 34.0rem;
}

.prosthesis #introduction .blk03 div[class^="col-"]:nth-of-type(3) img {
    max-width: 26.0rem;
}

.prosthesis #introduction .blk03 figure img {
    max-width: 34.0rem;
}

.prosthesis #introduction img {
    margin: 0 auto;
}


/* ========================================================

　スペック表

=========================================================== */

#specList .row > div:nth-of-type(n+2) {
    margin-top: 2.0rem;
}

.speclist #specList .row > div:nth-of-type(n+2) {
    margin-top: 4.0rem;
}

#specList .row > div:last-of-type {
    margin-top: 4.0rem;
}

#specList .pic {
    text-align: center;
}

#specList .pic figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 12.0rem;
    margin: 0;
    overflow: hidden;
}

#specList .pic figure img {
    width: 100%;
    height: auto;
}

.speclist #specList .pic figure {
    height: 20.0rem;
    margin-bottom: 2.0rem;
}

#specList .pic .button {
    margin-top: 1.0rem;
}

#specList .btn {
    display: block;
    width: 100%;
    max-width: 34.0rem;
    margin: 0 auto;
    padding: 1.0rem 0;
}

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

    #specList .row > div:nth-of-type(n+2) {
        margin-top: 0;
    }

    #specList .row > div:nth-of-type(n+3) {
        margin-top: 2.0rem;
    }

    #specList .row > div:last-of-type {
        margin-top: 4.0rem;
    }

    .speclist #specList .row > div:nth-of-type(2) {
        margin-top: 0;
    }

    .speclist #specList .row > div:nth-of-type(n+3) {
        margin-top: 4.0rem;
    }

    #specList .pic figure {
        height: 14.0rem;
    }

}

@media only screen and (min-width: 1200px) {

    #specList .row > div:nth-of-type(n+3) {
        margin-top: 0;
    }

    #specList .row > div:last-of-type {
        margin-top: 4.0rem;
    }

    #specList .heading h2 {
        font-size: 1.3rem;
    }

}

@media only screen and (min-width: 1400px) {

    #specList .heading h2 {
        font-size: 1.8rem;
    }

}


/* ---- End of file --------------------------------------- */@charset "UTF-8";

/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* https://www.webplus.jp/                                      */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/*--------------------------------------------------------------*/


/* ========================================================

　製品ラインナップ

=========================================================== */

/*　ラインナップ
----------------------------------------------------------- */
.products .lineup .item:nth-of-type(n+2) {
    margin-top: 1.5rem;
}

/* リンク */
.products .lineup .item a {
    display: block;
    position: relative;
    height: 100%;
    border: 0.1rem solid rgba(165, 165, 165, 1.00);
    border-radius: 0.6rem;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1.00) 0%, rgba(235, 235, 235, 1.00) 100%); /* 背景グレーグラデーション */
}

.products #drill_chart.lineup .item a {
    background: none;
    background-color: rgba(255, 255, 255, 1.00);
}

/* 画像部分 */
.products .lineup .thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 14.0rem;
    border-radius: 0.6rem 0.6rem 0 0;
    color: rgba(68, 68, 68, 1.00);
    text-align: center;
    overflow: hidden;
}

/* 準備中の文字 */
.products .lineup .thumbnail.preparation p {
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 400;
}

.products .lineup img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.products #implant.lineup img,
.products #prosthesis_impression.lineup img,
.products #drill_chart.lineup img {
    width: auto;
    max-height: 20.0rem;
}

.products #prosthesis.lineup img,
.products #prosthesis_impression.lineup img,
.products #cad-cam_ucla.lineup img,
.products #tissue-level.lineup img {
    width: auto;
    max-height: 15.0rem;
}

.products .lineup a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* タイトル部分 */
.products .lineup .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.25rem 1.0rem;
    border-radius: 0 0 0.6rem 0.6rem;
    background: rgba(255, 255, 255, 1.0);
    text-align: center;
}

.products .lineup .caption h3 {
    color: rgba(250, 126, 36, 1.00);
    font-size: 1.8rem;
    font-weight: 400;
}

.products .lineup .caption h4 {
    margin-top: 0.25rem;
    padding-top: 0.25rem;
    border-top: 0.1rem dotted rgba(68, 68, 68, 0.50);
    color: rgba(68, 68, 68, 1.00);
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
}

/* IEハック */
@media all and (-ms-high-contrast: none) {

    .products .lineup .item a {
        background-color: rgba(245, 245, 245, 1.00);
    }

}

/*　インプラント製品ラインナップ下のイントロダクション
----------------------------------------------------------- */
.products #introduction h3 {
    margin-bottom: 1.0rem;
    color: rgba(245, 130, 40, 1.00);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
}

.products #introduction img {
    max-width: 50.0rem;
}

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

    .products .lineup .item:nth-of-type(n+2) {
        margin-top: 0;
    }

    .products .lineup .item:nth-of-type(n+3) {
        margin-top: 3.0rem;
    }

    .products #prosthesis.lineup .caption {
        height: 7.0rem; /* 補綴コンポーネントラインナップ */
    }

}

@media only screen and (min-width: 1200px) {

    .products .lineup .item:nth-of-type(n+3) {
        margin-top: 0;
    }

    .products .lineup .item:nth-of-type(n+5) {
        margin-top: 3.0rem;
    }

    .products #implant.lineup .caption {
        height: 3.5vw;
    }

    .products #prosthesis.lineup .caption {
        height: 4.75vw;
    }

    .products #prosthesis_impression.lineup .caption {
        height: 5.0vw;
    }

    .products #cad-cam_ucla.lineup .caption {
        height: 4.5vw;
    }

    .products #cad-cam_ucla.lineup .item:last-of-type .caption {
        height: 6.0vw;
    }

    .products #tissue-level.lineup .caption {
        height: 4.5vw;
    }

    .products #drill_chart.lineup .caption {
        height: 5.0vw;
    }

    .products .lineup .caption h3 {
        font-size: 1.2vw;
    }

    .products .lineup .caption h4 {
        font-size: 0.9vw;
    }

    .products .lineup .caption h3 .d-custom {
        display: block;
    }

}

@media only screen and (min-width: 1203px) {

    .products #cad-cam_ucla.lineup .caption {
        height: 3.5vw;
    }

    .products #cad-cam_ucla.lineup .item:last-of-type .caption {
        height: 4.5vw;
    }

}

@media only screen and (min-width: 1263px) {

    .products #implant.lineup .caption {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

}

@media only screen and (min-width: 1374px) {

    .products #prosthesis_impression.lineup .caption {
        height: 3.5vw;
    }

}

@media only screen and (min-width: 1440px) {

    .products #prosthesis.lineup img {
        max-height: 14.0rem;
    }

    .products #prosthesis_impression.lineup .caption {
        height: 3.25vw;
    }

    .products #cad-cam_ucla.lineup .caption {
        height: 3.25vw;
    }

    .products #cad-cam_ucla.lineup .item:last-of-type .caption {
        height: 4.5vw;
    }

    .products #tissue-level.lineup .caption {
        height: 4.25vw;
    }

}

@media only screen and (min-width: 1600px) {

    .products #prosthesis.lineup .caption {
        height: 5.5rem;
    }

    .products #prosthesis.lineup .caption h3 br,
    .products #prosthesis.lineup .caption h4 br {
        display: none !important;
    }

}

@media only screen and (min-width: 1920px) {

    .products #implant.lineup .caption {
        height: 6.0rem;
    }

    .products #prosthesis_impression.lineup .caption {
        height: 5.5rem;
    }

    .products #cad-cam_ucla.lineup .caption {
        height: 5.5rem;
    }

    .products #cad-cam_ucla.lineup .item:last-of-type .caption h4 br {
        display: none !important;
    }

    .products #cad-cam_ucla.lineup .item:last-of-type .caption {
        height: 5.5rem;
    }

    .products #tissue-level.lineup .item .caption h4 br {
        display: none !important;
    }

    .products #tissue-level.lineup .caption {
        height: 5.5rem;
    }

    .products .lineup .caption h3 {
        font-size: 2.0rem;
    }

    .products .lineup .caption h4 {
        font-size: 1.6rem;
    }

}


/* ========================================================

　製品詳細

=========================================================== */

.products #mainContents section:first-of-type .row > div[class^="col-"] .offset-xl-1 img {
    margin: 0 auto;
    width: auto;
    max-height: 20.0rem;
}

/*　特徴
----------------------------------------------------------- */
/* 各ブロックの下余白 */
.products #feature .list > .row > div[class^="col-"] {
    margin-bottom: 1.5rem;
}

.products #feature .inner {
    height: 100%;
    padding: 1.0rem 0.5rem 0;
    border: 0.1rem solid rgba(165, 165, 165, 1.00);
    border-radius: 0.6rem;
}

/* タイトル部分 */
.products #feature .inner h3 {
    margin-bottom: 0.5rem;
    color: rgba(245, 130, 40, 1.00);
    font-size: 1.6rem;
    line-height: 130%;
}

.products #feature .inner h3::before {
    margin-right: 0.5rem;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
}

/* テキスト部分 */
.products #feature .inner p {
    font-size: 1.2rem;
    line-height: 150%;
}

.products #feature .inner ul {
    margin: 0;
    margin-left: 2.0rem;
    padding: 0;
    font-size: 1.2rem;
    line-height: 150%;
}

/* 画像部分 */
.products #feature figure {
    width: 100%;
    margin-top: 1.0rem;
    text-align: center;
}

.products #feature figure img {
    max-width: 16.0rem;
    margin: 0 auto;
}

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

    .products #feature .list > .row > div[class^="col-"]:nth-child(odd) .inner {
        margin-right: -0.5rem;
    }

    .products #feature .list > .row > div[class^="col-"]:nth-child(even) .inner {
        margin-left: -0.5rem;
    }

}

@media only screen and (min-width: 1200px) {

    .products #feature .list > .row > div[class^="col-"]:nth-of-type(2) .inner,
    .products #feature .list > .row > div[class^="col-"]:nth-of-type(3) .inner,
    .products #feature .list > .row > div[class^="col-"]:nth-of-type(5) .inner,
    .products #feature .list > .row > div[class^="col-"]:nth-of-type(6) .inner {
        margin-left: -0.5rem;
    }

    .products #feature figure {
        margin-top: 0;
    }

    .products #feature figure img {
        max-width: 100%;
    }

}

/*　スペック
----------------------------------------------------------- */
/* 各ブロックの下余白*/
.products #spec .list > .row > div[class^="col-"] {
    margin-bottom: 1.5rem;
}

/* タイトル部分 */
.products #spec .list h3 {
    margin-bottom: 2.0rem;
    padding: 0.5rem 0.5rem;
    background-color: rgba(100, 100, 100, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.4rem;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.075rem;
}

/* テキスト部分 */
.products #spec .list li {
    font-size: 1.2rem;
    line-height: 150%;
}

/* 画像部分 */
.products #spec figure {
    text-align: center;
}

.products #spec figure img {
    width: auto;
    height: 100%;
    max-height: 12.0rem;
}

.products.tapered_short #spec figure img {
    width: 100%;
    max-width: 8.0rem;
    height: auto;
}

/* カタログ画像埋め込み部分 */
.products #spec .pic figure {
    padding-bottom: 5.0rem;
    border-bottom: 0.3rem solid rgba(210, 210, 210, 1.00);
}

.products #spec .pic img {
    width: 100%;
    max-width: 100.0rem;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
}

/* カタログ画像埋め込み部分のボタン */
.products #spec .pic .button {
    margin-top: 1.0rem;
}

.products #spec .pic .btn {
    display: block;
    max-width: 34.0rem;
    margin: 0 auto;
    padding: 1.0rem 0;
}

/* ［platform diameters］の画像サイズ調整 */
.products #spec .list > .row > div[class^="col-"]:nth-of-type(6) figure img {
    display: block;
    margin: 0 auto 1.0rem;
}

.products.tapered #spec .list > .row > div[class^="col-"]:nth-of-type(6) figure img {
    margin: 0 auto 0.4rem;
}

.products #spec .list > .row > div[class^="col-"]:nth-of-type(6) figure img:nth-of-type(1) {
    max-width: 2.0rem;
}

.products #spec .list > .row > div[class^="col-"]:nth-of-type(6) figure img:nth-of-type(2) {
    max-width: 2.3rem;
}

.products #spec .list > .row > div[class^="col-"]:nth-of-type(6) figure img:nth-of-type(3) {
    max-width: 3.0rem;
}

.products #spec .list > .row > div[class^="col-"]:nth-of-type(6) figure img:nth-of-type(4) {
    max-width: 3.8rem;
}

/* テキスト部分 */
.products #spec .list > .row .row div[class^="col-"]:nth-of-type(3) ul {
    padding: 1.0rem 1.0rem 1.0rem 3.5rem;
    border-radius: 0.4rem;
    background-color: rgba(245, 245, 245, 1.00);
    font-size: 1.5rem;
    line-height: 2.4rem;
}

@media only screen and (min-width: 576px) {

    .products #spec .pic .btn {
        padding: 1.0rem 0.5rem;
        font-size: 1.6rem;
    }

}

@media only screen and (min-width: 1440px) {

    .products #spec figure img {
        max-height: 14.0rem;
    }

}

/*　広告
----------------------------------------------------------- */
.products #advertising {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 2.0rem 0;
    background: -o-radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.50) 75%, rgba(0, 0, 0, 1.00) 100%), url(../images/products/pickup_bg.jpg) center top /cover no-repeat;
}

.products #advertising .inner {
    max-width: 100.0rem;
    margin: 0 auto;
    padding: 2.0rem;
}

.products #advertising h3 {
    color: rgba(250, 126, 36, 1.00);
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
}

.products #advertising h4 {
    margin: 1.0rem 0;
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.6rem;
    font-weight: 500;
}

.products #advertising p {
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.4rem;
}

.products #advertising .sign {
    text-align: right;
}

.products #advertising .button {
    margin: 1.0rem 0;
}

.products #advertising .btn {
    display: block;
    width: 100%;
    max-width: 34.0rem;
    margin: 0 auto;
    padding: 1.0rem 0;
}

.products #advertising figure {
    text-align: center;
}

.products #advertising figure img {
    width: 100%;
    max-width: 20.0rem;
    height: auto;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) {

    .products #advertising figure img {
        max-width: 16.0rem;
    }

    .products #advertising .button {
        margin: 1.0rem 0 0;
    }

}

/* ========================================================

　外科器具

=========================================================== */

body:not(.drill_chart) #instruments {
    /* 左右の余白をカットしてフル表示 */
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 0; /* 上余白をカット */
}

#instruments .container-fluid .blk {
    padding-top: 2.0rem;
    padding-bottom: 1.0rem;
}

/* 奇数ブロックに背景色 */
#instruments .blk:nth-of-type(even) {
    background-color: rgba(240, 240, 240, 1.00)
}

#instruments .blk div[class^="col-"]:nth-of-type(1) ul {
    margin-top: 2.0rem;
}

/* 画像アイコン */
.guided_surgery #spec .heading.icon h2::before {
    display: inline-block;
    position: relative;
    top: -0.25rem;
    width: 2.8rem;
    height: 2.8rem;
    background: url("../images/products/instruments_guided_surgery_icon.png") center center / contain no-repeat;
    vertical-align: middle;
    content: '';
}

#instruments .blk div[class^="col-"]:nth-of-type(2) {
    text-align: center;
}

#instruments .blk div[class^="col-"]:nth-of-type(2) img {
    max-width: 24.0rem;
    margin: 0 auto;
}

/* テーパードサージカルキット　HDドリル画像部分 */
#instruments.tapered_surgical .blk04 div[class^="col-"]:nth-of-type(2) {
    text-align: center;
}

#instruments.tapered_surgical .blk04 div[class^="col-"]:nth-of-type(2) img {
    max-width: 20.0rem;
}

#instruments.tapered_surgical .blk04 div[class^="col-"]:nth-of-type(3) {
    text-align: center;
}

#instruments.tapered_surgical .blk04 div[class^="col-"]:nth-of-type(3) img {
    width: 100%;
    max-width: 80.0rem;
    margin: 0 auto;
}

/* ボタン */
#instruments .button {
    margin: 1.0rem 0 0;
}

#instruments .btn {
    display: block;
    max-width: 42.0rem; /* 最大幅 */
    margin: 0 auto;
    padding: 1.0rem 0;
}

.guided_surgery #spec .btn.btn01 {
    max-width: 60.0rem;
}

#drill_chart .container-fluid > .row > div:nth-of-type(3) {
    margin-top: 1.5rem;
}

@media only screen and (min-width: 576px) {

    .guided_surgery #spec .heading h2::before {
        top: -0.25rem;
        width: 3.0rem;
        height: 3.0rem;
    }

    #instruments .btn {
        padding: 1.0rem 0.5rem;
    }

}

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

    #instruments .container-fluid .blk:first-of-type {
        padding-top: 3.75rem;
    }

    #instruments .container-fluid .blk:nth-of-type(n+2) {
        padding-top: 5.0rem;
    }

    #instruments .blk div[class^="col-"]:nth-of-type(1) p {
        margin-left: 1.5rem;
    }

    #instruments .blk04 div[class^="col-"]:nth-of-type(1) p {
        margin-right: 1.5rem;
    }

    #instruments .blk div[class^="col-"]:nth-of-type(1) ul {
        margin-left: 1.5rem;
    }

    #instruments .blk04 div[class^="col-"]:nth-of-type(1) ul {
        margin-right: 1.5rem;
    }

    #instruments .blk div[class^="col-"]:nth-of-type(2) {
        text-align: center;
    }

    #instruments.tapered_surgical .blk04 div[class^="col-"]:nth-of-type(2) img {
        max-width: 24.0rem;
    }

    #drill_chart .container-fluid > .row > div:nth-of-type(3) {
        margin-top: 3.0rem;
    }

}

@media only screen and (min-width: 1200px) {

    #instruments .blk div[class^="col-"]:nth-of-type(2) img {
        max-width: 30.0rem;
    }

    #instruments .btn {
        max-width: 46.0rem;
    }

}

@media only screen and (min-width: 1440px) {

    .guided_surgery #spec .heading h2::before {
        top: -0.25rem;
        width: 3.6rem;
        height: 3.6rem;
    }

}

@media only screen and (min-width: 1706px) {

    #instruments .container-fluid .blk {
        padding-bottom: 0;
    }

}

/* ========================================================

　補綴コンポーネント

=========================================================== */

.prosthesis #introduction {
    /* 左右の余白をカットしてフル表示 */
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.prosthesis #introduction .blk {
    padding-top: 2.0rem; /* .blkに上余白を設定 */
    padding-bottom: 0;
}

/* 奇数ブロックに背景色 */
.prosthesis #introduction .blk:nth-of-type(even) {
    background-color: rgba(240, 240, 240, 1.00)
}

.prosthesis #introduction .blk div[class^="col-"]:nth-of-type(3),
.prosthesis #introduction figure {
    text-align: center;
}

.prosthesis #introduction .blk01 div[class^="col-"]:nth-of-type(3) img {
    max-width: 26.0rem;
}

.prosthesis #introduction .blk02 div[class^="col-"]:nth-of-type(3) img {
    max-width: 34.0rem;
}

.prosthesis #introduction .blk03 div[class^="col-"]:nth-of-type(3) img {
    max-width: 26.0rem;
}

.prosthesis #introduction .blk03 figure img {
    max-width: 34.0rem;
}

.prosthesis #introduction img {
    margin: 0 auto;
}


/* ========================================================

　スペック表

=========================================================== */

#specList .row > div:nth-of-type(n+2) {
    margin-top: 2.0rem;
}

.speclist #specList .row > div:nth-of-type(n+2) {
    margin-top: 4.0rem;
}

#specList .row > div:last-of-type {
    margin-top: 4.0rem;
}

#specList .pic {
    text-align: center;
}

#specList .pic figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 12.0rem;
    margin: 0;
    overflow: hidden;
}

#specList .pic figure img {
    width: 100%;
    height: auto;
}

.speclist #specList .pic figure {
    height: 20.0rem;
    margin-bottom: 2.0rem;
}

#specList .pic .button {
    margin-top: 1.0rem;
}

#specList .btn {
    display: block;
    width: 100%;
    max-width: 34.0rem;
    margin: 0 auto;
    padding: 1.0rem 0;
}

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

    #specList .row > div:nth-of-type(n+2) {
        margin-top: 0;
    }

    #specList .row > div:nth-of-type(n+3) {
        margin-top: 2.0rem;
    }

    #specList .row > div:last-of-type {
        margin-top: 4.0rem;
    }

    .speclist #specList .row > div:nth-of-type(2) {
        margin-top: 0;
    }

    .speclist #specList .row > div:nth-of-type(n+3) {
        margin-top: 4.0rem;
    }

    #specList .pic figure {
        height: 14.0rem;
    }

}

@media only screen and (min-width: 1200px) {

    #specList .row > div:nth-of-type(n+3) {
        margin-top: 0;
    }

    #specList .row > div:last-of-type {
        margin-top: 4.0rem;
    }

    #specList .heading h2 {
        font-size: 1.3rem;
    }

}

@media only screen and (min-width: 1400px) {

    #specList .heading h2 {
        font-size: 1.8rem;
    }

}


/* ---- End of file --------------------------------------- */