@charset "UTF-8";
/******************************************************************

Stylesheet: 変数定義

******************************************************************/
/*------------------------------------------------------------

WprdPressのネイティブCSS

------------------------------------------------------------*/
/* img */

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}


/*------------------------------------------------------------

汎用部品

------------------------------------------------------------*/
/*
見出し
———————————*/
.main-title {
    font-size: 3rem;
    text-align: center;
    color: #001f58;
    font-weight: 700;
}

.main-title span {
    border-bottom: 3px solid #ff9e00;
}

.sub-title {
    font-size: 1.7rem;
    text-align: center;
    font-weight: 600;
}

/*.select::after {
    position: absolute;
    content: "";
    background-color: #ff9e00;
    border-radius: 1.5px;
    display: block;
    height: 3px;
    width: 70%;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}*/

.section-title {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 60px;
}

.section-lead {
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2em;
}

/*
テキスト
———————————*/
.basic-txt,
.specTable__lead,
.checkMe__txt {
    font-size: 1.4rem;
    line-height: 2;
}

.basic-txt + .basic-txt,
.specTable__lead + .basic-txt,
.checkMe__txt + .basic-txt,
.basic-txt + .specTable__lead,
.specTable__lead + .specTable__lead,
.checkMe__txt + .specTable__lead,
.basic-txt + .checkMe__txt,
.specTable__lead + .checkMe__txt,
.checkMe__txt + .checkMe__txt {
    margin-top: 2em;
}

.txt-blue-b {
    display: block;
    color: #1f5587;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1em 0;
}

.alnC {
    text-align: center;
}

.txt-nowrap {
    white-space: nowrap;
}

/*
テキストリンク
———————————*/
.txt-link {
    color: #27a67d;
    -webkit-text-decoration: underline solid #27a67d 2px;
    text-decoration: underline solid #27a67d 2px;
    text-underline-offset: .3em;
}

/*
フォント
———————————*/
.mb-sm {
    margin-bottom: 16px !important;
}

.mb-lg,
.mv,
.products,
.news,
.pickup {
    margin-bottom: 100px !important;
}

.pb-sm {
    padding-bottom: 16px !important;
}

.pb-lg {
    padding-bottom: 100px !important;
}

.font-b {
    font-weight: 700;
}

.font-green {
    color: #27a67d;
}

/*
フォント：明朝
———————————*/
.font-min {
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*
ボタン
———————————*/
.btn {
    background-color: #fff;
    padding: 10px 120px;
    border: 1px solid #000;
    color: #000;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    font-size: 1.5rem;
}

.btn:hover {
    background-color: #000;
    color: #fff;
}

/* テキストボタン */
.txt-btn {
    background-color: #e8eef3;
    border: 1px solid #1f5587;
    color: #1f5587;
    display: inline-block;
    padding: 1em 2em;
}

.txt-btn--green {
    border: 1px solid #1f8777;
    color: #1f8777;
}

.txt-btn--gray {
    border: 1px solid #9f9f9f;
    background-color: #e5e5e5;
    color: #000;
}

.txt-btn--bgGreen {
    color: #fff;
    background-color: #27a67d;
    border: none;
}

.btn-wrap {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
}

/*
ボックス
———————————*/
.content-box {
    border: 1px solid #9f9f9f;
}

/*
img
———————————*/
.img__wrap {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
}

/*
レイアウト
———————————*/
.flex,
.header-pc,
.mv__bg-black,
.products__wrapper,
.news__item,
.pickup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.title-wrap {
    text-align: center;
    padding: 1em 0;
}

.col2,
.checkMeCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.col2__unit,
.checkMeCol2__unit {
    width: 48%;
}

.col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.col3__unit {
    width: 30%;
}

.col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.col4__unit {
    width: 23%;
}

/*
余白
———————————*/
.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

/*
記述リスト
———————————*/
.desc-list > * + * {
    margin-top: 2em;
    margin-bottom: 2em;
}

.desc-list__order {
    color: #1f8777;
    display: block;
    text-align: center;
}

.desc-list__title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}

.desc-list__txt {
    font-size: 1.2rem;
    text-align: center;
    white-space: nowrap;
}

.desc-list__img {
    width: 100%;
    text-align: center;
}

/*
リスト
———————————*/
.tableList {
    padding-left: 1em;
}

.tableList li {
    margin-bottom: 1em;
}

/*
サブナビゲーション
———————————*/
.sub-nav-wrap {
    margin-bottom: 100px;
}

.sub-nav {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 70px;
}

.sub-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sub-nav__link {
    list-style-type: none;
    width: calc((100% - 50px) / 6);
    /* ボタン同士の余白 */
}

.sub-nav__link + .sub-nav__link {
    margin-left: 20px;
}

.sub-nav__link a {
    display: block;
    color: #fff;
    background-color: #a6a6a6;
    padding: 1em;
    text-align: center;
}

.sub-nav__link:hover a {
    background-color: #000;
    color: #fff;
}

.sub-nav__link.current a {
    background-color: #000;
    color: #fff;
}

/*
表示・非表示
———————————*/
.dispSp {
    display: none !important;
}

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


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

Stylesheet: SP用のヘッダー

******************************************************************/
.sp-nav__wrapper {
    position: relative;
}

.header-sp {
    display: none;
    height: 75px;
    background-color: #001f58;
}

.header-sp__ul-1st {
    display: none;
    position: fixed;
    width: 100%;
    padding: 0;
    top: 75px;
    z-index: 999;
    border-top: solid 1px #fff;
    overflow-y: scroll;
    /* ドロワーメニューをスクロールできるようにしておく */
    height: 90vh;
}

.header-sp__ul-1st > li {
    list-style: none;
    border-bottom: solid 1px #fff;
    background-color: #191919;
    color: #fff;
    font-weight: 500;
}

.header-sp__ul-1st > li > span > a {
    display: block;
    padding: 15px 3%;
    text-decoration: none;
    color: #fff;
}

.header-sp__ul-1st > li > a {
    display: block;
    padding: 15px 3%;
    text-decoration: none;
    color: #fff;
}

.header-sp__ul-2nd {
    display: none;
    width: 100%;
    padding: 0;
}

.header-sp__ul-2nd > li {
    list-style: none;
    border-top: solid 1px #191919;
    background-color: #fff;
    color: #191919;
}

.header-sp__ul-2nd > li > a {
    padding: 15px 5% 15px 8%;
    text-decoration: none;
    color: #191919;
    display: block;
}

/* ハンバーガーメニューボタン */
p.menuBtn {
    margin: 0;
    padding-right: 5%;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 50px;
    height: 44px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 20px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
}

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

Stylesheet: ベーススタイル

******************************************************************/
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: Arial,
        "游ゴシック体",
        "Yu Gothic",
        YuGothic,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    font-family: 'object-fit: cover;';
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
    opacity: .7;
}

dt {
    font-weight: 400;
    margin-bottom: .5rem;
}

ul {
    padding: 0;
}

h3 {
    font-size: 1.6rem;
}

/******************************************************************
	Block
******************************************************************/
/********** item **********/
.item {
    text-align: center;
}

.item__wrapper-img {
    overflow: hidden;
    /*margin-bottom: 1rem;*/
}

.item__img {
    width: 100%;
    display: block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.item__desc {
    color: #000;
}

.item__term {
    font-size: 1.4rem;
    white-space: nowrap;
}

.item__term--font-bold {
    font-size: 1.6rem;
}

.item__txt {
    font-size: 2rem;
}

.item__txt--font-normal {
    text-align: left;
    font-size: 1.4rem;
}

.item__link:hover {
    text-decoration: none;
}

.item__link:hover .item__img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.item__link:hover .item__desc {
    opacity: 0.7;
}

/******************************************************************
ヘッダー
******************************************************************/
/********** ヘッダー 言語切替 **********/
.en {
    display: inline;
}

a:hover .en {
    display: none;
}

.ja {
    display: none;
}

a:hover .ja {
    display: inline;
}

.header {
    /* ナビゲーション部分のみ固定ヘッダー化 */
}

.header-pc {
    width: 100%;
    background-color: #248fdb;
    height: 130px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
}

.header-pc__logo {
    text-align: center;
    padding-top: 10px;
}

.header-pc__logo img {
    height: 35px;
}

.header-pc__ul-1st {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-pc__list {
    color: #fff;
    list-style: none;
    margin: 0 10px;
    padding-top: 10px;
    position: relative;
    width: 130px;
}

.header-pc__list::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    background-color: #ff9e00;
    width: 0;
    height: 0.3rem;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.header-pc__list:hover::before {
    width: 70%;
    opacity: 1;
}

.header-pc__list > a {
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    display: block;
}

.header-pc__ul-2nd {
    display: none;
    padding: 0;
    position: absolute;
    background-color: #fff;
    z-index: 999;
}

.header-pc__ul-2nd > li {
    list-style: none;
    width: 300px;
    border-bottom: solid 1px #202020;
    color: #000;
}

.header-pc__ul-2nd > li:hover {
    background-color: #061737;
    color: #fff;
}

.header-pc__ul-2nd > li > a {
    display: block;
    text-decoration: none;
    font-size: 1.6rem;
    padding: 15px 10px;
}

.header-pc__nav.triggered {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #001f58;
    padding: 5px 0;
    z-index: 9999;
    opacity: 0.9;
    -webkit-animation-name: slide;
    animation-name: slide;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.header-pc__contact {
    position: absolute;
    top: 0;
    right: calc(50vw - 680px);
    width: 130px;
    height: 45px;
}

.header-pc__contact a {
    display: block;
    width: 130px;
    height: 45px;
    background-color: #fff;
    color: #000;
    padding-left: 42px;
    padding-top: 10px;
    position: relative;
}

.header-pc__contact a:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 5px;
    transform: skewX(40deg);
    top: 17.5px;
    left: 25px;
    background-color: #ff9e00;

}

.header-pc__contact a:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 5px;
    transform: skewX(-40deg);
    bottom: 18px;
    left: 25px;
    background-color: #ff9e00;

}

.header-pc__keiyaku {
    position: absolute;
    top: 47px;
    right: calc(50vw - 680px);
    width: 130px;
    height: 45px;
}

.header-pc__keiyaku a {
    display: block;
    width: 130px;
    height: 45px;
    background-color: #fff;
    color: #000;
    padding-left: 42px;
    padding-top: 10px;
    position: relative;
}

.header-pc__keiyaku a:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 5px;
    transform: skewX(40deg);
    top: 17.5px;
    left: 25px;
    background-color: #ff9e00;

}

.header-pc__keiyaku a:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 5px;
    transform: skewX(-40deg);
    bottom: 18px;
    left: 25px;
    background-color: #ff9e00;

}

/******************************************************************
	mv
******************************************************************/
.mv {
    width: 100%;
    position: relative;
}

.mv__img {
    width: 100%;
    height: calc(100vh - 130px);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.mv__img--sp {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.mv__bg-black {
    background-color: #000;
    opacity: 0.7;
    width: 40%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mv__discription {
    display: inline-block;
    padding: 30px 20px;
    color: #fff;
}

.mv__main-title {
    font-size: 4.25rem;
}

.mv__sub-title {
    font-size: 2.4rem;
}

.mv__txt {
    font-size: 1.5rem;
    line-height: 1.66;
}

/* 幅広MV */
.mv-wide {
    width: 100%;
}

.mv-wrap {
    width: 100%;
    height: calc(100vh - 130px);
    position: relative;
    text-align: center;
    background-color: #000;
}

video {
    height: 100%;
    width: auto;
}



.mv-wrap #control {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.mv-wrap #control .mute-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    position: relative;
    border: 3px solid #001f58;
    font-size: 9px;
    text-align: center;
    color: #001f58;
    font-weight: 600;
    padding-top: 32px;
    transition: 0.3s;
    cursor: pointer;
}

.mv-wrap #control .mute-btn:after {
    content: "";
    width: 55%;
    height: 55%;
    background-image: url(../img/top/icon_mute.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 2px;
    right: 14px;
    z-index: 10;
    position: absolute;

}

.mv-wrap #control .mute-btn:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 860px) {
    .mv-wrap {
        height: 400px;
    }

    .mv-wrap #control {
        bottom: 20px;
        right: 20px;
    }

}

/******************************************************************
	動画test用20211207
******************************************************************/
.mv-wrap-index {
    width: 100%;
    height: calc(100vh - 130px);
    position: relative;
    text-align: center;
    background-color: #000;
}

.mv-wrap-index video {
    height: 100%;
    width: auto;
}


.mv-wrap-index #control {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.mv-wrap-index #control .mute-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    position: relative;
    border: 3px solid #001f58;
    font-size: 9px;
    text-align: center;
    color: #001f58;
    font-weight: 600;
    padding-top: 32px;
    transition: 0.3s;
    cursor: pointer;
}

.mv-wrap-index #control .mute-btn:after {
    content: "";
    width: 55%;
    height: 55%;
    background-image: url(../img/top/icon_mute.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 2px;
    right: 14px;
    z-index: 10;
    position: absolute;

}

.mv-wrap-index #control .mute-btn:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 860px) {
    .mv-wrap-index {
        height: unset;
        background-color: unset;
    }

    .mv-wrap-index #control {
        bottom: 20px;
        right: 20px;
    }

    .mv-wrap-index video {
        height: auto;
        width: 100%;
    }

}

/******************************************************************
	products
******************************************************************/
.products {
    margin: 0 auto;
    max-width: 800px;
    padding-left: 120px;
    padding-right: 120px;
}

@media only screen and (max-width: 860px) {
    .products {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.products__wrapper {
    margin-top: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products__item {
    width: 250px;
}

.products__item a {
    display: block;
    border: 1px solid #ccc;
}

.products__item .product-name {
    font-size: 1.1em;
    font-weight: 500;
    height: 115px;
    width: 250px;
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 860px) {
    .products__item .product-name {
        width: 100%;
        height: unset;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/******************************************************************
	button-design
******************************************************************/

.more-button a {
    background-color: #001f58;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    padding-left: 52px;
    padding-right: 40px;
    border: none;
    position: relative
}

.more-button a:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 5px;
    transform: skewX(40deg);
    top: 17.5px;
    left: 25px;
    background-color: #ff9e00;
}

.more-button a:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 5px;
    transform: skewX(-40deg);
    bottom: 18px;
    left: 25px;
    background-color: #ff9e00;
}

.more-button-l a {
    background-color: #001f58;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    padding-left: 52px;
    padding-right: 40px;
    border: none;
    position: relative
}

.more-button-l a:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 5px;
    transform: skewX(40deg);
    top: 17.5px;
    left: 25px;
    background-color: #ff9e00;
}

.more-button-l a:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 5px;
    transform: skewX(-40deg);
    bottom: 18px;
    left: 25px;
    background-color: #ff9e00;
}



/******************************************************************
	news
******************************************************************/
.news {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    text-align: center;
}

@media only screen and (max-width: 860px) {
    .news {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.news__wrapper {
    display: inline-block;
    text-align: left;
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 17px;
    border: 4px solid #ebebeb;
}

.news__item {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 12px;
}

.news__item:hover {
    opacity: 0.8;
}

.news__date {
    margin-right: 20px;
    font-weight: 400;
    font-size: 1.4rem;
}

.news__title {
    font-size: 1.4rem;
}

@media only screen and (max-width: 860px) {
    .news__wrapper {
        padding-left: 20px;
        padding-right: 20px;

    }

    .news__item {
        flex-direction: column;

    }
}

.news__wrapper_archive {
    display: inline-block;
    text-align: left;
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 17px;
}

.news__item_archive {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 12px;
    display: flex;
}

.news__item_archive:hover {
    opacity: 0.8;
}

.news__date_archive {
    margin-right: 20px;
    font-weight: 400;
    font-size: 1.4rem;
    width: 150px;
}

.news__title_archive {
    font-size: 1.4rem;
    width: 630px;
}

@media only screen and (max-width: 860px) {
    .news__wrapper_archive {
        padding-left: 20px;
        padding-right: 20px;

    }

    .news__item_archive {
        flex-direction: column;

    }

    .news__date_archive {
        width: unset;
    }

    .news__title_archive {
        width: unset;
    }
}

.conts__item {
    width: 100%;
    margin: 0 auto;
}

.conts__item table {
    width: 100%;
    border-collapse: collapse;
    border-style: solid;
    border-color: #d9d9d9;
    border-width: 1px 0 0 1px;
}

.conts__item table tr th {
    font-style: normal;
    font-weight: normal;
    background: #f2f2f2;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding: 0 0 0 10px;
    text-align: left;
    width: 25%;
}

.conts__item table tr td {
    font-style: normal;
    font-weight: normal;
    padding: 10px 9px;
    line-height: 1.35;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
    width: 75%;
}

/******************************************************************
	supprt
******************************************************************/
.top-support {
    background-image: url(../img/top/back-01.png);
    padding-top: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 150px;
    background-position: center;
}

.top-support .support__wrapper {
    display: flex;
    margin-top: 50px;
    justify-content: center;

}

.top-support .support__wrapper .support-panel {
    padding: 0 100px;
    text-align: center;
}

.top-support .support__wrapper .support-panel .title {
    color: #001f58;
    font-size: 1.2em;
    font-weight: 800;

}

.top-support .support__wrapper .support-panel .title span {
    font-size: 1.5em;
    color: #ff9e00;
}

.top-support .support__wrapper .support-panel h4 {
    font-size: 1.5em;
    font-weight: unset;
    margin: 10px auto 50px;
    font-weight: 600;

}

@media only screen and (max-width: 860px) {
    .top-support .support__wrapper {
        display: block;
        margin-top: 0px;

    }

    .top-support .support__wrapper .support-panel {
        padding: 0 10px;
        text-align: center;
        margin: 50px 0;
    }

    .top-support .support__wrapper .support-panel h4 {
        margin: 10px auto 20px;
    }
}

/******************************************************************
	about
******************************************************************/
.top-about {
    background-image: url(../img/top/back-02.png);
    padding-top: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 150px;
    background-position: center;
}

.top-about .about__wrapper {
    text-align: center;
}

.top-about .about__wrapper .text {
    margin: 50px auto 30px;
    font-size: 1.1em;
    font-weight: 600;
}

/******************************************************************
	recruit
******************************************************************/
.top-recruit {
    background-image: url(../img/top/back-03.png);
    padding-top: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 150px;
    background-position: center;
}

.top-recruit .recruit__wrapper {
    text-align: center;
}

.top-recruit .recruit__wrapper .text {
    margin: 50px auto 30px;
    font-size: 1.1em;
    font-weight: 600;
}

/******************************************************************
	pickup
******************************************************************/
.pickup {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
}

@media only screen and (max-width: 860px) {
    .pickup {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.pickup__wrapper {
    margin-top: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pickup__item {
    width: calc((100% - 5%) / 3);
}

/******************************************************************
	contact
******************************************************************/
.contact {
    background-color: #ebebeb;
}

.contact__inner {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    padding: 60px 0 80px;
    text-align: center;
}

@media only screen and (max-width: 860px) {
    .contact__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.contact__main-txt {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact__sub-txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
}

/******************************************************************
	sitemap
******************************************************************/

.sitemap {
    margin-top: 50px;
}

.sitemap li {
    list-style: none;
    margin: 5px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.sitemap li a {
    position: relative;
    display: block;
    padding-left: 10px;
}


.sitemap li a:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 5px;
    transform: skewX(40deg);
    top: 6.5px;
    left: 0px;
    background-color: #ff9e00;
}

.sitemap li a:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 5px;
    transform: skewX(-40deg);
    bottom: 8px;
    left: 0px;
    background-color: #ff9e00;
}

.sitemap li .sitemap-second {
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
}

.sitemap li .sitemap-second li {
    border: none;
    margin: 15px 20px 0;
}

@media only screen and (max-width: 860px) {
    .sitemap li .sitemap-second {

        padding-left: 0px;
    }

    .sitemap li .sitemap-second li {}
}

/******************************************************************
	フッター
******************************************************************/
.footer {
    color: #fff;
    background-color: #001f58;
    padding: 20px 0;
    font-size: 1.4rem;
}

.footer__inner {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
}

@media only screen and (max-width: 860px) {
    .footer {
        width: 100%;
    }

    .footer__inner {
        padding-left: 2rem;
        padding-right: 2rem;
        width: 100%;
    }
}

.footer__nav {
    margin-bottom: 50px;
}

.footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.footer__list {
    border-left: 1px solid #fff;
    margin-bottom: 10px;
}

.footer__list:last-child {
    border-right: 1px solid #fff;
}

.footer__list > a {
    padding: 0 20px;
}

.footer__list > a:hover {
    opacity: 0.8;
}

.footer__info-logo {
    display: flex;
    /* justify-content: space-between; */
    margin-left: -7px;
}

.footer__info-logo img {
    height: 35px;
    margin-bottom: 10px;
}

.footer__info-address {
    margin-bottom: 40px;
}

.footer__info-logo-isms {
    display: flex;
    margin-left: auto;
    transform: unset;
}


.footer__info-logo .sns-logo {
    height: 45px;
}

/* 2021.3.17 ISMSロゴ位置調整 */
a[href*="facebook.com"] {
    display: block;
    margin-left: 15px;
}

.copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.copyright__txt {
    font-size: 1.1rem;
    color: #bcbcbc;
}

@media only screen and (max-width: 860px) {
    .footer__info {
        width: 100%;
    }

    .footer__info-logo {
        display: block;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .footer__info-logo-isms {
        justify-content: center;
        margin: 30px auto;

    }

    .footer__info-logo .sns-logo {
        height: 40px;
    }

    .footer__info {
        text-align: center;
    }
}

/******************************************************************
	portal-product
******************************************************************/
.portal-products {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
}

@media only screen and (max-width: 860px) {
    .portal-products {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.portal-products__wrapper {
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

@media only screen and (min-width: 861px) {
    .portal-products__wrapper::after {
        content: "";
        display: block;
        width: 33%;
    }
}

.portal-products__item {
    width: 250px;
    /*margin: 50px auto;*/
    margin: 50px 20px;
}

.portal-products__item a {
    display: block;
    border: 1px solid #ccc;
}

.portal-products__item .portal-product-name {
    font-size: 1.1em;
    font-weight: 500;
    height: 95px;
    width: 250px;
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 860px) {
    .portal-products__wrapper {

        justify-content: center;
    }

    .portal-products__item {
        margin: 50 auto;
    }

    .portal-products__item .portal-product-name {
        width: 100%;
        height: unset;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/******************************************************************
	second-content
******************************************************************/
.second-content {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
}

@media only screen and (max-width: 860px) {
    .second-content {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.second-content .second-content-innner {
    margin-top: 50px;
    margin-bottom: 150px;
}

.second-content .second-content-innner .profile {
    margin-top: 30px;
}

.second-content .second-content-innner .profile dt {
    font-size: 1.3em;
    letter-spacing: 0.1em;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.second-content .second-content-innner .profile dd {
    padding: 10px;

}

.second-content .second-content-innner .profile .yakuin th {
    vertical-align: top;
}

.second-content .second-content-innner .salutation {
    display: flex;
    padding-top: 50px;

}

.second-content .second-content-innner .salutation .img {
    width: 40%;
    margin-right: 20px;
    box-sizing: border-box
}

.second-content .second-content-innner .salutation .img img {
    width: 100%;
}

.second-content .second-content-innner .salutation .text-box {
    width: 60%;
}

.second-content .second-content-innner .salutation .text-box h3 {
    font-family: Yu Mincho;
    font-size: 2em;
}

.second-content .second-content-innner .salutation .text-box .sub-title {
    font-family: Yu Mincho;
    text-align: left;

}

.second-content .second-content-innner .salutation .text-box .text {
    margin-top: 30px;
    margin-bottom: 30px;
}

.second-content .second-content-innner .salutation .text-box .name {
    text-align: right;
}

@media only screen and (max-width: 860px) {
    .second-content .second-content-innner .salutation {
        flex-wrap: wrap;
    }

    .second-content .second-content-innner .salutation .img {
        width: 100%;
        margin-right: 0px;
    }

    .second-content .second-content-innner .salutation .text-box {
        width: 100%;
    }

    .second-content .second-content-innner .salutation .text-box h3 {
        margin-top: 20px;
        font-size: 1.6em;
    }

}

.second-content .second-content-innner .ml-privacy {
    margin-left: 1em;
    display: inline-block;
}

.second-content .second-content-innner .ta-right {
    display: block;
    text-align: right;
}

.second-content .second-content-innner a {
    color: #2a4f92;
    transition: 0.3s;
}

.second-content .second-content-innner a:hover {
    opacity: 0.8;
}

.auditors-h2 {
    font-size: 1.3em;
    letter-spacing: 0.1em;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin: unset;
}

.auditors-content {
    margin-top: 50px;
    margin-bottom: 50px;
}

.auditors-content h4 {
    font-size: 1.2em;
    font-weight: 600;

}

.auditors-content .text {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 860px) {
    .auditors-content .text {
        padding: unset;
    }
}

.auditors-content h5 {
    font-weight: 600;
    font-size: 1em;
}

.auditors-content table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.auditors-content table th {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: top;
    text-align: left;
}

.auditors-content table td {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: top;
}

.auditors-content ol {
    padding-left: 1em;
}

.auditors-content .black-circle {
    padding-left: 1em;
}

.mt-1em {
    margin-top: 1em;
}

.mt-30 {
    margin-top: 30px;
}

.second-content-innner .tel {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.second-content-innner .tel a {
    font-size: 2.6em;
    background-color: #5d5d5d;
    color: #fff;
    padding: 10px 50px;
    border-radius: 10px;
}

@media only screen and (max-width: 860px) {
    .second-content-innner .tel a {
        font-size: 2em;
        padding: 10px;
        width: 100%;
        display: block;
    }

}

.second-content-innner .tel a:hover {
    opacity: 0.8;
}

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

.second-content-innner .attention {
    text-align: center;
}

.contact-form-wrapper {
    width: 900px;
    margin: 30px auto;
}

.contact-form-wrapper table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 100%;

}

.contact-form-wrapper table td {
    padding: 20px;
    vertical-align: top;
    border: 1px solid #ccc;

}

.contact-form-wrapper table td .must {
    position: relative;

}

.contact-form-wrapper table td .must:after {
    position: absolute;
    content: "*";
    font-size: 0.9em;
    color: red;
    top: -4px;
    right: -9px;
}

.contact-form-wrapper table td .text-l {
    width: 100%;

}

.contact-form-wrapper table td .text-2 {
    width: 150px;

}

.contact-form-wrapper .privacy-link {
    text-align: center;
    margin-top: 40px;
    line-height: 2.5em;
}

.contact-form-wrapper .privacy-link a {
    font-size: 1.2em;
    background-color: #5d5d5d;
    color: #fff;
    padding: 10px 50px;
    border-radius: 10px;
}

.contact-form-wrapper .privacy-check {
    text-align: center;
}

.contact-form-wrapper .send-button {
    text-align: center;
    margin-top: 50px;

}

.contact-form-wrapper .send-button .sendbutton {
    width: 280px;
    height: 50px;
    background-color: #001f58;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s;
}

.contact-form-wrapper .send-button .sendbutton:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 860px) {
    .contact-form-wrapper {
        width: 100%;
        margin: 30px auto;
    }

    .contact-form-wrapper table {
        border: none;
    }

    .contact-form-wrapper table tr {
        border-bottom: 1px solid #ccc;
    }

    .contact-form-wrapper table td {

        padding: 20px 10px;
        display: block;
        border: none;
    }

    .contact-form-wrapper .privacy-link a {
        font-size: 1.1em;
        color: #fff;
        padding: 10px;
        width: 100%;
        display: inline-block
    }
}

.thanks {
    text-align: center;
    font-size: 1.1em;
}

.top-linkbutton {
    text-align: center;
    margin-top: 50px;
}

.top-linkbutton a {
    width: 280px;
    height: 50px;
    background-color: #001f58;
    color: #fff !important;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s;
    display: inline-block;
    line-height: 50px;
}

.top-linkbutton a:hover {
    opacity: 0.8;
}

/*------------------------------------------------------------

モーダルウィンドウ

------------------------------------------------------------*/
.layer_board_bg,
.layer_board {
    position: absolute;
}

.layer_board_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    background: #000;
}

.layer_board {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    z-index: 2000;
    padding: 100px;
    width: 100%;
}

.layer_board p {
    margin-bottom: 50px;
}

.btn_close {
    display: block;
    text-decoration: none;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px 40px;
    width: 200px;
    margin: 0 auto;
}

.btn_close--yes {
    background-color: #60cfff;
}

.btn_close--no {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.modalBtnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 860px) {
    .layer_board {
        padding: 50px;
    }

    .modalBtnWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .modalBtnWrap a {
        margin-bottom: 1em;
    }
}

/*------------------------------------------------------------

cardio-track

------------------------------------------------------------*/
/*-----------------------*/
/* 4つの特徴 */
/*-----------------------*/
.mv_img--cd {
    width: 100%;
}

.ct-top {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 860px) {
    .ct-top {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.advantage {
    padding-top: 50px;
}

.advantage__title {
    font-size: 1.5rem;
    color: #1f5587;
}

.advantage__title span {
    font-weight: 700;
}

.advantage__sub-title {
    font-size: 1.7rem;
    font-weight: 700;
}

.advantage__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
}

.advantage__img {
    display: block;
    max-width: 200px;
}

.advantage__desc {
    line-height: 2;
    margin-left: 2em;
}

.advantage__flow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.advantage__col2 {
    width: 48%;
}

.advantage__catch {
    border: 4px solid #eeefef;
    font-weight: 700;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
}

.advantage__list {
    padding-top: 1em;
}

.flow-img {
    max-width: 300px;
    margin: 0 auto;
}

.desc-title {
    color: #1f5587;
    font-weight: 700;
    padding-top: 1em;
}

.img-operation {
    display: block;
    margin: 0 auto;
    max-width: 300px;
}

.img-viewer {
    max-width: 550px;
}

/*-----------------------*/
/* analyze */
/*-----------------------*/
.analyze {
    padding-top: 60px;
    padding-bottom: 80px;
}

.analyze__inner {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
}

@media only screen and (max-width: 860px) {
    .analyze__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/*-----------------------*/
/* softwear */
/*-----------------------*/
.softwear {
    padding-top: 60px;
    padding-bottom: 80px;
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
}

@media only screen and (max-width: 860px) {
    .softwear {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/*-----------------------*/
/* price */
/*-----------------------*/
.price {
    padding-top: 60px;
    padding-bottom: 80px;
}

.price__inner {
    margin: 0 auto;
    max-width: 1200px;
    /* padding-left: 120px;
  padding-right: 120px; */
    max-width: 580px;
}

@media only screen and (max-width: 860px) {
    .price__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.price__txt {
    font-size: 2rem;
    font-weight: 700;
}

/*-----------------------*/
/* case */
/*-----------------------*/
.case {
    padding-top: 60px;
    padding-bottom: 80px;
}

.case__name {
    font-weight: 700;
    font-size: 1.6rem;
}

.img_case {
    max-width: 220px;
}

/*-----------------------*/
/* spec */
/*-----------------------*/
.spec {
    padding-top: 60px;
    padding-bottom: 80px;
}

.spec__inner {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
}

@media only screen and (max-width: 860px) {
    .spec__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.spec__table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}

.spec__table tr td:first-of-type {
    background-color: #e8eef3;
    width: 240px;
}

.spec__table td {
    border: 1px solid #000;
    padding: .5em 1em;
}

.white-cell {
    background-color: #fff !important;
}

.table__name {
    color: #1f5587;
    font-size: 2rem;
    font-weight: 700;
}

.viewsoft {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 80px;
}

.viewsoft__leadImg > img {
    display: block;
    width: 90%;
    max-width: 770px;
    margin: 0 auto;
}

.viewsoft__wrap + .viewsoft__wrap {
    margin-top: 80px;
}

.viewsoft__lead {
    font-size: 1.6rem;
    color: #1f5587;
    text-align: center;
    margin-bottom: 1em;
}

.viewsoft__txt {
    font-size: 1.4rem;
    color: #000;
    margin-bottom: 2em;
    line-height: 2;
    text-align: center;
}

.viewsoft__note {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
    margin-top: 30px;
}

.viewsoft__img {
    display: block;
    width: 90%;
    max-width: 770px;
    margin: 0 auto;
}

/* 圧縮波形ダイアログの画像は原寸以上に大きくしない */
img[src*="asshuku_2.png"] {
    width: auto;
}


@media only screen and (max-width: 860px) {
    .viewsoft {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    img[src*="asshuku_2.png"] {
        width: 100%;
    }

    .viewsoft__txt {
        text-align: left;
    }

    .spec__table tr td:first-of-type {
        width: 30%;
    }
}


/*------------------------------------------------------------

smart-ecg

------------------------------------------------------------*/
/*
feature
———————————*/
.feature {
    padding-top: 60px;
    padding-bottom: 80px;
}

.feature__inner {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
}

.feature__inner > .col4 {
    justify-content: center;
}

@media only screen and (max-width: 860px) {
    .feature__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.feature__desc-title {
    color: #1f8777;
    display: block;
    font-weight: 400;
}

.feature__desc {
    text-align: center;
    font-weight: 700;
}

.feature__img {
    margin-bottom: 2em;
}

.ecgImg {
    /* max-width: 140px; */
}

img[src*="/smart-ecg/smart_adv"] {
    max-width: 140px;
}

img[src*="/smart-ecg/smart_adv05"] {
    max-width: 100%;
}

/*
lite
———————————*/

/* 遷移時にナビゲーションが被さらないようにする */
#smart-ecg-lite {
    height: 100px;
}

.lite {
    padding-top: 60px;
    padding-bottom: 80px;
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
}

@media only screen and (max-width: 860px) {
    #smart-ecg-lite {
        height: 0px;
    }

    .lite {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.lite__inner {
    padding: 30px;
    margin-bottom: 40px;
}

.lite__lead {
    color: #27a67d;
    font-size: 1.8rem;
}

.lite__title {
    font-size: 6rem;
}

.lite__txt {
    font-size: 1.5rem;
}

.lite__col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lite__price {
    font-size: 3rem;
    font-weight: 700;
}

.lite__img {
    max-width: 350px;
    margin-right: 60px;
}

.tax {
    font-size: 1.5rem;
}

.authentication-number {
    font-size: 1.1rem;
}

/*
case
———————————*/
.case__inner {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 860px) {
    .case__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/*
function
———————————*/
.function {
    padding-top: 60px;
    padding-bottom: 80px;
}

.function__inner {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
}

@media only screen and (max-width: 860px) {
    .function__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.function__col3-unit {
    margin-bottom: 50px;
}

/*
movie
———————————*/
.movie {
    padding-top: 60px;
    padding-bottom: 80px;
}

.movie__inner {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
}

@media only screen and (max-width: 860px) {
    .movie__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

iframe {
    width: 690px;
    height: 390px;
}

/*
タブ機能
———————————*/
.tab-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
}

.tab-label {
    color: #1f8777;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 70px;
}

.tab-label:not(:last-of-type) {
    margin-right: 3em;
}

.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.tab-content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
    border-bottom: 2px solid #1f8777;
    position: relative;
    /* 三角形を付与 */
}

.tab-switch:checked + .tab-label::after {
    bottom: -15px;
    border-color: #1f8777 transparent transparent transparent;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}

.tab-switch:checked + .tab-label + .tab-content {
    height: 100%;
    opacity: 1;
    -webkit-transition: .5s opacity;
    transition: .5s opacity;
    pointer-events: auto;
}

/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

/*
store
———————————*/
.store {
    padding-top: 60px;
    padding-bottom: 80px;
}

.store__inner {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
}

/* 各ストアのアイコンのサイズ */
.store .desc-list__img img {
    max-width: 60%;
}

@media only screen and (max-width: 860px) {
    .store__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    /* 楽天のアイコン */
    .store .desc-list__img img[alt*="楽天"] {
        max-width: 236px;
        width: 60%;
    }
}

/*
demo 2021.3.17 追加
———————————*/
.demo-sec {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #EEEEEE;
}

.demo__inner {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
}

.demo {
    background: #FFFFFF;
    padding: 20px 30px;
    display: flex;
}

.demo-desc {
    margin-left: 30px;
}

.demo__title {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    padding-bottom: 15px;
    background: initial;
}

.demo__link-btn {
    text-decoration: none;
    display: block;
    background-color: #C60018;
    border-radius: 7px;
    padding: 10px 0;
    text-align: center;
    width: 250px;
}

.demo__link-btn > p {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

@media only screen and (max-width: 860px) {
    .demo__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}


/*------------------------------------------------------------

smart-ecg_product

------------------------------------------------------------*/
/*
smart ECG について
———————————*/
.ecgAbout {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 860px) {
    .ecgAbout {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.ecgAbout__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ecgAbout__title {
    color: #27a67d;
    font-size: 2.8rem;
    margin-bottom: 40px;
}

.ecgAbout__descTitle,
.ecgPrice__title {
    color: #27a67d;
}

.ecgAbout__img {
    margin-left: 50px;
    min-width: 350px;
}

.productSectionTitleEn {
    /* letter-spacing: 0.2em; */
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

.productSectionTitleJa {
    font-size: 1.7rem;
    text-align: center;
    margin-top: 1rem;
}

/*
Smaller Body but More Features
———————————*/
.smaller {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 860px) {
    .smaller {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.smaller__col2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.smaller__img {
    margin-left: 30px;
    max-width: 370px;
}

/*
Great Usability
———————————*/
.great {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 860px) {
    .great {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.great__col2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.great__img {
    margin-left: 50px;
    max-width: 335px;
}

/*
ANYTIME ANYWHERE
———————————*/
.anytime {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 860px) {
    .anytime {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.anytime__col2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.anytime__img {
    max-width: 345px;
    margin-right: 50px;
}

/*
WITH YOUR STYLE
———————————*/
.with {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 860px) {
    .with {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.with__col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}

.with__img {
    /* max-width: 475px; */
    max-width: 600px;
    margin-left: 30px;
}

/*
cables
———————————*/
.cables {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 860px) {
    .cables {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.cables__desc {
    margin-bottom: 50px;
}

.cables__img {
    max-width: 950px;
    margin-bottom: 130px;
}

/*
specTable
———————————*/
.specTable {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 860px) {
    .specTable {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.specTable__lead {
    margin-bottom: 30px;
}

.specTable__wrapper {
    overflow: auto;
    white-space: nowrap;
}

.specTable__table {
    border-collapse: collapse;
    margin-bottom: 50px;
    width: 100%;
    /* 左上の枠線を削除 */
}

.specTable__table td {
    border: 1px solid #90CAE4;
    padding-left: 1em;
    padding-right: 1em;
}

.specTable__table th {
    border: 1px solid #90CAE4;
}

.specTable__table tr:first-child th:first-child {
    border: none;
}

.alnL {
    padding-left: 1em;
}

.alnC {
    text-align: center;
}

.row-blue {
    background-color: #EAF6FA;
}

.txt-red {
    color: #f00;
    font-weight: 700;
}

.cell-gray {
    background-color: #EFEFEF;
}

.cell-blue {
    background-color: #C5E7FA;
}

/*
cloud
———————————*/
.cloud {
    margin-bottom: 50px;
}

.cloud__inner {
    padding: 30px 50px;
}

.cloud__desc {
    display: inline;
}

.cloud__title {
    color: #27a67d;
    font-size: 2.1rem;
    font-weight: 700;
}

.cloud__txt {
    font-size: 1.4rem;
    line-height: 2.85;
}

.cloud__img {
    float: left;
    margin-top: -150px;
    text-align: right;
    width: 100%;
}

.cloud__img img {
    width: 720px;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.update {
    color: #27a67d;
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
}

/*
ecgPrice
———————————*/
.ecgPrice {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 860px) {
    .ecgPrice {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.ecgPrice__col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ecgPrice__img {
    max-width: 500px;
    margin-right: 50px;
}

/*------------------------------------------------------------

smart-ecg_manual

------------------------------------------------------------*/
/*
マニュアルダウンロード
———————————*/
.manual {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 240px;
}

@media only screen and (max-width: 860px) {
    .manual {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.manual__lead {
    margin-bottom: 60px;
    text-align: center;
}

.btn-pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    border: 1px solid #1f8777;
    background-color: #e8f3f1;
    position: relative;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.btn-pdf::after {
    content: '>';
    color: #1f8777;
    font-size: 4rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
}

.btn-pdf__txt {
    margin-left: 2em;
    font-weight: 700;
}

.btn-pdf__name {
    font-size: 1.8rem;
    color: #000;
}

.btn-pdf + .btn-pdf {
    margin-top: 25px;
}

.btn-pdf:last-of-type {
    margin-bottom: 50px;
}

.icon-pdf {
    max-width: 45px;
    height: auto;
}

.manual-txt {
    font-size: 1.6rem;
    color: #1f8777;
}

.faq {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 860px) {
    .faq {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    /* 矢印の位置を右下に */
    .btn-pdf::after {
        font-size: 2rem;
        top: initial;
        bottom: 0px;
        transform: translateY(0);
        right: 20px;
    }
}

.faq__wrap + .faq__wrap {
    margin-top: 20px;
}

.faq__q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
}

.faq__q::before {
    content: '';
    background-image: url(../img/common/icon_faq_q.png);
    background-size: contain;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 1em;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.faq__a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 1em 0;
}

.faq__a::before {
    content: '';
    background-image: url(../img/common/icon_faq_a.png);
    background-size: contain;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 1em;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

/*
checkMe
———————————*/

.checkMe {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 860px) {
    .checkMe {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.checkMe__more {
    display: block;
    text-align: center;
    margin-top: 1em;
}

.checkMe__descImg {
    max-width: 176px;
    margin: 0 auto;
}

.checkMe__listTitle {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.checkMe__txt {
    text-align: center;
}

.seriesImg {
    max-width: 250px;
    margin: 0 auto;
}

.checkMe > .col4 {
    align-items: flex-end;
}

/*------------------------------------------------------------

company.html

------------------------------------------------------------*/
.company__inner {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
}

@media only screen and (max-width: 860px) {
    .company__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.company__table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}

.company__table tr td:first-of-type {
    background-color: #ededed;
    width: 240px;
}

.company__table td {
    border: 1px solid #000;
    padding: .5em 1em;
}

.greeting {
    display: flex;
    align-items: flex-start;
}

.greeting__img {
    width: 45%;
}

.greeting__desc {
    margin-left: 60px;
    margin-bottom: 100px;
}

.greeting__title {
    font-size: 3rem;
}

.greeting__sub-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.greeting__txt {
    font-size: 1.5rem;
    margin-bottom: 2em;
}

.greeting__name {
    text-align: right;
}

@media only screen and (max-width: 860px) {
    .greeting {
        flex-direction: column;
    }

    .greeting__img {
        margin: 0 auto 30px;
        width: 70%;
    }

    .greeting__desc {
        margin-left: 0;
    }

    .company__table tr td:first-of-type {
        width: 30%;
    }
}


/*------------------------------------------------------------

privacy-policy.html

------------------------------------------------------------*/
.policy {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
}

@media only screen and (max-width: 860px) {
    .policy {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.policy__info {
    font-size: 1.4rem;
    text-align: right;
    margin-bottom: 2em;
}

.policy__title {
    font-size: 1.6rem;
    font-weight: 400;
    padding-bottom: .5em;
    border-bottom: 1px solid #9f9f9f;
}

.policy .basic-txt,
.policy .specTable__lead,
.policy .checkMe__txt {
    margin-bottom: 2em;
}

/*------------------------------------------------------------

security

------------------------------------------------------------*/
.security {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    /* max-width: 900px; */
    margin-bottom: 120px;
}

/* 2021.3.17 ISMSのロゴ追加 */
.security__lead {
    display: flex;
}

.security__img {
    margin-left: 30px;
    width: 60%;
}

@media only screen and (max-width: 860px) {
    .security {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .security__lead {
        flex-direction: column;
    }

    .security__img {
        margin-left: 0;
    }
}

.security__info {
    font-size: 1.4rem;
    text-align: right;
}

.security__line {
    margin-top: 2em;
    margin-bottom: 2em;
}

.security__list {
    font-size: 1.6rem;
    line-height: 1.875;
    padding-left: 1em;
    margin-bottom: 50px;
}

.security__list li {
    margin-bottom: 1em;
}

/*------------------------------------------------------------

toku

------------------------------------------------------------*/
.toku {
    margin-bottom: 120px;
}

.toku__inner {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    padding-left: 120px;
    padding-right: 120px;
}

@media only screen and (max-width: 860px) {
    .toku__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.toku__table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}

.toku__table tr td:first-of-type {
    background-color: #ededed;
    width: 240px;
}

.toku__table td {
    border: 1px solid #000;
    font-size: 1.5rem;
    line-height: 2.33;
    padding: .5em 1em;
    vertical-align: top;
}

@media only screen and (max-width: 860px) {
    .toku__table tr td:first-of-type {
        width: 30%;
    }
}

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

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

Stylesheet: 850px以下の画面サイズ（SP用）

******************************************************************/
    /*----------------------------------------------------
 
共通部品

----------------------------------------------------*/
    td {
        font-size: 1.4rem;
    }

    .btn {
        padding: 10px 20%;
    }

    .mb-lg,
    .mv,
    .products,
    .news,
    .pickup {
        margin-bottom: 80px !important;
    }

    .pb-lg {
        padding-bottom: 80px !important;
    }

    .txt-blue-b {
        font-size: 1.4rem;
    }

    .txt-btn {
        font-size: 1.4rem;
    }

    .section-title {
        font-size: 2.5rem;
        padding-left: .5em;
        padding-right: 0.5em;
    }

    /*
カラムレイアウト
———————————*/
    .col2,
    .checkMeCol2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col2__unit,
    .checkMeCol2__unit {
        width: 100%;
    }

    .col3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col3__unit {
        width: 100%;
        margin-bottom: 50px;
    }

    .col4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col4__unit {
        width: 100%;
    }

    /* ストアセクションのみ適用 */
    .store .col4__unit {
        margin-bottom: 80px;
    }

    .store .btn-wrap {
        padding-top: 0;
    }

    /*
サブナビゲーション
———————————*/
    .sub-nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sub-nav__link {
        width: 48%;
        margin-bottom: 1em;
    }

    .sub-nav__link + .sub-nav__link {
        margin-left: 0;
    }

    /*
表示・非表示
———————————*/
    .dispSp {
        display: block !important;
    }

    .disNoneSp {
        display: none !important;
    }

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

----------------------------------------------------*/
    .header {
        /* SPヘッダーのスタイルは_spHeader.scssに記述 */
    }

    .header-pc {
        display: none;
    }

    .header-pc__fixed.triggered {
        display: none;
    }

    .header-sp {
        /* 固定ヘッダーにする */
        position: fixed;
        z-index: 9999;
        width: 100%;
        margin: 0 auto 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
    }

    .header-sp__logo img {
        height: unset;
    }

    /* SP時のみドロワーメニューにアイコンを付与 */
    .menu-parent {
        cursor: pointer;
        position: relative;
        display: block;
    }

    .menu-parent::after {
        position: absolute;
        right: 5%;
        font-family: 'Font Awesome 5 Free';
        content: '\f067';
        font-weight: 900;
        display: inline-block;
        width: 1em;
        color: #fff;
        text-indent: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-parent.active::after {
        content: '\f068';
    }

    /*----------------------------------------------------
 
	フッター

----------------------------------------------------*/
    .footer__info-logo {
        width: 100%;
    }

    .footer__nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .footer__list {
        border-left: none;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
    }

    .footer__list:last-child {
        border-right: none;
    }

    .footer__list > a {
        display: block;
    }

    .copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    /*----------------------------------------------------
 
トップページ

----------------------------------------------------*/
    /*
mv
———————————*/
    .mv {
        padding-top: 75px;
    }

    .mv__bg-black {
        position: relative;
        width: 90%;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        margin: 3% auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .mv__main-title {
        font-size: 2.5rem;
    }

    .mv__sub-title {
        font-size: 2rem;
    }

    .mv__txt {
        font-size: 1.4rem;
    }

    /*
	products
———————————*/
    .products__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .products__item {
        width: 100%;
    }

    .products__item:not(:last-child) {
        margin-bottom: 70px;
    }

    /*
	pickup
———————————*/
    .pickup__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pickup__item {
        width: 100%;
    }

    .pickup__item:not(:last-child) {
        margin-bottom: 30px;
    }

    /*
	contact
———————————*/
    .contact__main-txt {
        font-size: 1.6rem;
    }

    .contact__sub-txt {
        font-size: 1.4rem;
    }

    /*----------------------------------------------------
 
cardio-track

----------------------------------------------------*/
    .content-box {
        padding-left: 1em;
        padding-right: 1em;
    }

    .advantage__sub-title {
        padding-top: 1em;
    }

    .advantage__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .advantage__col2 {
        width: 100%;
    }

    .advantage__catch {
        margin-bottom: 10px;
    }

    .advantage__img {
        width: 100%;
    }

    .img-operation {
        width: 100%;
    }

    .img-viewer {
        width: 100%;
    }

    /*
タブ機能
———————————*/
    .tab-wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .tab-label {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        /* flex:1 を打ち消す */
        width: 48%;
    }

    .tab-label:not(:last-of-type) {
        margin-right: 0;
    }

    .tab-content__inner {
        width: 100%;
    }

    /*----------------------------------------------------
 
smart-ecg

----------------------------------------------------*/
    .lite__col2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lite__img {
        max-width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }

    iframe {
        width: 100%;
    }

    /*------------------------------------------------------------

smart-ecg_product

------------------------------------------------------------*/
    .ecgAbout__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ecgAbout__img {
        max-width: 100%;
        margin-left: 0;
    }

    .smaller__col2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .smaller__img {
        max-width: 100%;
        margin-left: 0;
    }

    .anytime__col2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .anytime__img {
        max-width: 100%;
        margin-right: 0;
    }

    .great__col2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .great__img {
        max-width: 100%;
        margin-left: 0;
    }

    .with__col2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .with__img {
        max-width: 100%;
        margin-left: 0;
    }

    .cloud__inner {
        padding: 1em 0;
    }

    .cloud__img {
        margin-top: 0;
        float: none;
    }

    .cloud__img img {
        width: 100%;
    }

    .ecgPrice__col2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ecgPrice__img {
        max-width: 100%;
        margin-right: 0;
    }

    .productSectionTitleEn {
        font-size: 2rem;
        padding: 0 .5em;
    }

    .productSectionTitleJa {
        font-size: 1.5rem;
        padding: 0 .5em;
    }

    /*----------------------------------------------------
 
security

----------------------------------------------------*/
    .security__list {
        font-size: 1.4rem;
    }

    /*------------------------------------------------------------

toku

------------------------------------------------------------*/
    .toku {
        overflow: auto;
        /* white-space: nowrap; */
    }

    .toku__table td {
        font-size: 1.4rem;
    }
}

/*------------------------------------------------------------

smart-ecg/showcase/

------------------------------------------------------------*/

.showcaseSectionTitleSub {
    letter-spacing: 0.2em;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.showcaseSectionTitle {
    letter-spacing: 0.2em;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem;
}

.showcaseAbout {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 80px;
}

.showcaseAbout__title {
    color: #27a67d;
    font-size: 2rem;
    margin-bottom: 40px;
}

.showcaseAbout__title.blue {
    color: #4c9cff;
}


.showcaseAbout__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.showcaseAbout__img {
    margin-left: 50px;
    min-width: 300px;
}

.showcaseAbout__img p {
    font-size: 1.5rem;
}

.showcaseMore {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 80px;
}

.content-box-green {
    border: 1px solid #27a67d;
}

.content-box-blue {
    border: 1px solid #4c9cff;
}

.showcase__inner {
    padding: 30px;
}

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

    .showcaseMore,
    .showcaseAbout {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .showcaseAbout__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .showcaseAbout__img {
        min-width: 100%;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}


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

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

Stylesheet: 500px以下の画面サイズ（小さい画面サイズ対応）

******************************************************************/
    .header-sp__logo {
        width: 50%;
    }



}

.pc {
    display: block !important;
}

@media screen and (max-width: 860px) {
    .pc {
        display: none !important;
    }
}

.sp {
    display: none !important;
}

@media screen and (max-width: 860px) {
    .sp {
        display: block !important;
    }
}


/*ふわっと現れる*/
.scroll-fade {
    opacity: 0;
    transform: translate(0, 70px);
    transition: all 800ms;
}

.scroll-fade.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.featherlight-sample {
    display: none;
}

.featherlight-sample-inner {
    padding: 20px;

}

.featherlight-sample-inner .midashiL {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.2em;
}

.featherlight-sample-inner .company-info {
    text-align: right;
    margin-bottom: 20px;

}

.featherlight-sample-inner dl {
    margin-bottom: 20px;
    margin-top: 20px;
}

.featherlight-sample-inner dt {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.featherlight-sample-inner dd {
    padding-left: 20px;
    margin-bottom: 35px;
}

.featherlight-sample-inner ul {
    list-style: none;
}

.featherlight-sample-inner .contact {
    background-color: unset;
}

.featherlight-sample-inner .contact a {
    color: #2a4f92;
}

@media screen and (max-width: 860px) {
    .featherlight-sample {
        width: 100%;
    }

    .featherlight .featherlight-content {
        margin: 20px !important;
    }
}

.test20211130 {
    border-top: 10px solid red;
}

.product-video {
    width: 100%;
}

.product-video video {
    width: 100%;
    height: auto;
}

.box-pholosophy {
    margin: 0 0 100px;

}

.box-pholosophy h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin: 0 0;
    text-align: center;
    margin-bottom: 30px;
}

.box-pholosophy h3 span {
    border-bottom: 1px solid #333;
}

.box-pholosophy .text {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 1.8em;
}

.box-pholosophy .text.red {
    color: #ff9e00;
}

@media screen and (max-width: 860px) {
    .box-pholosophy h3 {
        text-align: left;
    }

    .box-pholosophy .text {
        text-align: left;
        font-size: 25px;
    }
}

.box-history {
    margin: 30px 0
}

.box-history dl {
    display: flex;
    width: 100%;
    margin-bottom: 0;
}

.box-history dl dt {
    width: 150px;
    padding: 10px;
    margin: 0;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}

.box-history dl dd {
    padding: 10px;
    margin: 0;
    width: calc(100% - 150px);
    box-sizing: border-box;
}

@media screen and (max-width: 860px) {
    .box-history dl dt {
        width: 120px;
        font-size: 0.8em;
        padding: 8px;
    }

    .box-history dl dd {
        width: calc(100% - 120px);
        padding: 8px;
    }
}

.box-sustainability .lead {
    width: 100%;
}

.box-sustainability .sustainability-cont {
    margin: 50px 0;
}

.box-sustainability .sustainability-cont h3 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.box-sustainability .sustainability-cont h3 span {
    border-bottom: 1px solid #333;
}

.box-sustainability .sustainability-cont .panel {
    margin: 30px 0;
}

.box-sustainability .sustainability-cont .panel h4 {
    padding: 0 10px;
}

.box-sustainability .sustainability-cont .panel table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

.box-sustainability .sustainability-cont .panel table th {
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
    width: 20%;
    background-color: #ccc;
    border-bottom: 1px solid #fff;
}

.box-sustainability .sustainability-cont .panel table th.last {
    border-bottom: 1px solid #ccc;
}

.box-sustainability .sustainability-cont .panel table td {
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
    vertical-align: top;
}


.box-sustainability .sustainability-cont .panel table .icon {}

.box-sustainability .sustainability-cont .panel table .icon img {
    width: 50px;
    margin: 5px;
}

.box-sustainability .sustainability-cont .panel-image {
    display: flex;
    text-align: center;
}

.box-sustainability .sustainability-cont .panel-image div {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
}

.box-sustainability .sustainability-cont .panel-image div img {
    width: 100%;
}

@media screen and (max-width: 860px) {
    .box-sustainability .sustainability-cont .panel table th {
        display: block;
        width: 100%;
    }

    .box-sustainability .sustainability-cont .panel table td {
        display: block;
        width: 100%;
    }

    .box-sustainability .sustainability-cont .panel-image {
        flex-wrap: wrap;
    }

    .box-sustainability .sustainability-cont .panel-image div {
        width: 100%;
    }

}

.sdgs-bnr div {
    border: 1px solid #ccc;
    width: calc(177vh - 230px);
    margin: 50px auto;
    text-align: center;
    padding: 20px;

}

.sdgs-bnr div span {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
}

@media screen and (max-width: 860px) {
    .sdgs-bnr div {
        width: 98%;
        padding: 10px;
        box-sizing: border-box;
    }

    .sdgs-bnr div img {
        width: 100%;
        height: auto;

    }

    .sdgs-bnr div span {
        font-size: 1.0em;
    }
}

/*# sourceMappingURL=base.css.map */
