@charset "utf-8";
/* css */
/************************

    横幅・font-family設定

+++++++++++++++++++++++*/
body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
}
section {padding: 30px 0;}
.inner {max-width: 840px;width: 100%;margin: 0 auto;padding: 0 20px;}
.red {color: #DB241F;font-weight: bold;}
.blue {color: #226796 !important;font-weight: bold;}
.red-normal {color: #DB241F;}
.bold {font-weight: bold;}

.cancel {
    text-decoration: line-through;
}
.bk-black {
    background-color: #000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 15px;
}

img {max-width: 100%;}
.img50 {-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transform-origin: 0 0;transform-origin: 0 0;}
:before,:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pc-none {display: none;}
.mb-none {display: block;}

.height-normal {line-height: 1;}
.center {text-align: center;}
.m-top10 {margin-top: 10px;}
.m-bottom10 {margin-bottom: 10px;}
.m-bottom20 {margin-bottom: 20px;}
.m-bottom30 {margin-bottom: 30px;}
.m-bottom40 {margin-bottom: 40px;}
.m-bottom50 {margin-bottom: 50px;}

.inline {display: inline;}
@media (max-width:414px) {
    .pc-none {display: block;}
    .mb-none {display: none;}
    .mb-float {float: left;}
}
/************************

    ヘッダー（メニュー）

+++++++++++++++++++++++*/
.header {font-size: 12px;background-color: #fff;}
.header h1 {font-size: 12px;}
.header a {color: #7ABEE9;-webkit-transition: all 0.2s;transition: all 0.2s;}
.header-menu {
    padding-top: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 100;

}
.header-menu ul {
    max-width: 840px;
    margin: 0 auto;
}
.header-menu li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    -webkit-transition: all 0.2s;
}
.header-menu a {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-menu img {
    width: 15px;
    height: 20px;
}

.header-top {margin-bottom: 20px;padding: 10px 10px 0 10px;max-width: 900px;width: 100%;margin: 0 auto;}
.header-logo {margin-bottom: 10px;}
@media (max-width:640px) {
    .header-top {margin-bottom: 0;}
    .header h1 {display: none;}
}
/************************

    ファーストビュー(section)

+++++++++++++++++++++++*/
.view {
    background: url(../img/bk.jpg) no-repeat;
    background-size: cover;
    max-width: 100%;
}




/************************

    リスト

+++++++++++++++++++++++*/
.list li {
    position: relative;
    padding: 30px 0 30px 50px;
    border-bottom: solid 1px #23638F;
}
.list li:before {
    background-image: url(../img/list.png);
    background-size: 100%;
    width: 38px;
    height: 30px;
    left: 10px;
    top: 50%;
}
/*++++++++++++++++++++++++++

    qa(Q&A)

++++++++++++++++++++++++++*/
.qa-a,.qa-q {position: relative;padding: 20px 0 20px 45px;}
.qa-q {border-bottom: solid 1px #23638F;}
.qa-q:before {
    background-image: url(../img/qa-q.png);
    background-size: 100%;
    width: 36px;
    height: 36px;
    left: 0;
}
.qa-a:before {
    background-image: url(../img/qa-a.png);
    background-size: 100%;
    width: 31px;
    height: 31px;
    left: 0;
}

.list-bk * {
    background-color: #F2F2F2;
    border: solid 1px #E9E9E9 !important;
}
/*++++++++++++++++++++++++++

    水素の秘められた力

++++++++++++++++++++++++++*/
.suiso > div{
    border-bottom: solid 1px #E9E9E9;
    padding: 20px 0;
    margin: 20px 0;
}
.suiso .flex img {max-width: 35%;margin: 0 auto;}
@media (max-width:640px) {
    .suiso .flex img {max-width: 250px;margin: 10px auto;}
}



/*++++++++++++++++++++++++++

    実例と研究

++++++++++++++++++++++++++*/

.true,.study,.news {
    color: #fff;
    border-radius: 3px;
    display: block;
    max-width: 80px;
    text-align: center;
}
.true {background-color: #2E9DBF;}
.study {background-color: #2FBC68;}
.news {background-color: #ED1515;}
.swiper-slide {margin-bottom: 40px;}
.swiper-slide p {height: 150px;}
.supplement {
    display: block;
    text-align: right;
    font-size: 0.8rem;
    color: #333;
}
.supplement a {color: #333;text-decoration: underline;}
.supplement a:hover {text-decoration: none;}




/*++++++++++++++++++++++++++

    商品一覧

++++++++++++++++++++++++++*/
.product-list {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 840px;
}
@media (max-width:414px) {
    .product-list {padding: 0 10px;}
    .product-list img {padding: 0 10px;}
}
.product-list th {
    background-color: #DDECF7;
    padding: 10px 5px;
}
.product-list tr:not(:first-child) td {
    padding: 5px;
}
.product-list tr:not(:first-child) td:first-child {
    background-color: #F2F8FC;
}
.product-list tr:not(:first-child):nth-child(2n) {
    background-color: #F9FBFE;
}
.product-list tr td:first-child {
    min-width: 82px;
    padding: 5px 3px;
    vertical-align: middle;
}



/*++++++++++++++++++++++++++

    ハイネックスが優れている点

++++++++++++++++++++++++++*/
.better-content h3 {font-size: 1.1rem;}
.better-content > div {
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.better-content img {max-width:90%;}
@media (max-width:640px) {.better-content img {display: none;}}


/*++++++++++++++++++++++++++

    商品詳細

++++++++++++++++++++++++++*/
.details-table {
    background-color: #eee;
    padding: 5px;
    margin-bottom: 20px;
}
.details tr td:first-child {min-width:100px;}
/*++++++++++++++++++++++++++

    商品一覧

++++++++++++++++++++++++++*/
.product li {
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.product-img img:not(:first-child) {
    display: none;
}
.product span {
    display: block;
    margin: 10px 0;
    text-align: right;
}

/*++++++++++++++++++++++++++

    お問い合わせ

++++++++++++++++++++++++++*/
.info {text-align: center;}
.info * {text-align: center;}

.info-phone {
    position: relative;
    margin-left: 25px;
}
.info-phone:before {
    content: "\f098";
    font-family: "FontAwesome";
    position: absolute;
    left: -25px;
    font-size: 1.5rem;
}

/*++++++++++++++++++++++++++

    フッター

++++++++++++++++++++++++++*/
.footer {background-color: #333;padding: 40px;text-align: center;color: #fff;}
/*++++++++++++++++++++++++++

    blue-bar

++++++++++++++++++++++++++*/
.blue-bar {
    color: #fff;
    background-color: #226796;
    padding: 10px;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
}

/*++++++++++++++++++++++++++

    green-box

++++++++++++++++++++++++++*/
.green-box > * {
    color: #036161;
    border: solid 2px #036161;
    border-radius: 10px;
    width: 100%;
    padding: 15px 5px;
    text-align: center;
    margin: 15px 0;
}




.mark-yellow {
    background: -webkit-gradient(linear,left top, left bottom,color-stop(50%, transparent),color-stop(50%, #F9FF00));
    background: linear-gradient(transparent 50%,#F9FF00 50%);
}



/*カート*/
.cart {
    background-color: #226796;
    color: #fff !important;
    padding: 2% 2% 2% 20px;
    border-radius: 5px;
    display: block;
    max-width: 70%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    border: solid 3px #226796;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.cart span {
    display: inline;
    position: relative;
}
.cart span:before {
    content: "\f07a";
    font-family: "FontAwesome";
    position: absolute;
    left: -20px;
    font-size: 1.1rem;
}
.cart:hover {
    background-color: #fff;
    color: #226796 !important;
}


/*20201113*/
.tuika1113 h3 {
    font-size: 24px;
}
.tuika1113 a {
    position: relative;
    color: #bb2222;
    text-decoration: underline;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
/*    font-weight: bold;*/
}
.tuika1113 a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    background-color: #ADE0FF;
    top: calc(100% + 3px);
    
}
.tuika1113 a:hover {
/*    text-decoration: none;*/
    opacity: .5;
}

.tuika11132 {
    font-size: 20px;
    margin-bottom: 50px;
}
.tuika11132 .title {
    font-weight: bold;
    margin-right: 20px;
}
.tuika11132 .news {
    display: inline-block;
    padding: 0px 8px;
    font-size: 12px;
    margin-right: 10px;
}
.tuika11132 a {
    color: #333;
    font-size: 20px;
    text-decoration: underline;
}
.tuika11132 a:hover {
    opacity: .5;
}
@media(max-width:640px) {
    .tuika11132 a,
    .tuika1113 a{
        font-size: 16px;
    }
    .tuika1113 h3 {
        font-size: 20px;
    }
}