@charset "utf-8";
/* css */
/************************

    横幅・font-family設定

+++++++++++++++++++++++*/
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    color: #343637;
}
section {padding: 30px 0;}
.inner {max-width:830px;margin-right: auto;margin-left: auto;padding-left: 20px;padding-right: 20px;}






/************************
    共通
+++++++++++++++++++++++*/
td {
    text-align: justify;
    line-height: 1.2rem;
}




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

    ヘッダー

+++++++++++++++++++++++*/
header {
    background-image: url(../img/bk.png);
    background-position: top;
    padding-bottom: 30px;
}
@media (max-width:640px) {header {background-image: url(../img/bk_mobile.jpg);}}





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

    水素(section)

+++++++++++++++++++++++*/
.suiso div {margin-bottom: 40px;}
.suiso img {margin-bottom: 20px;}

[class*="part"] {position: relative;}
[class*="part"]:before {
    content: "";
    width: 51px;
    height: 21px;
    background-image: url(../img/part.jpg);
    position: absolute;
    top: -22px;
    left: -10px;
    background-size:300%;
}
.part2:before {background-position: 101px 0px;}
.part3:before {background-position: 202px 0px;}
.part4:before {background-position: 0px 21px;}
.part5:before {background-position: 101px 21px;}
.part6:before {background-position: 202px 21px;}




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

    使い方はとっても簡単(section)

+++++++++++++++++++++++*/
.use li {
    color: #216C9E;
    border-bottom: dotted 2px #216C9E;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.use li:first-letter {
    font-size: 50px;
    line-height: 1;
    float: left;
    padding-bottom: 20px;
}
.use span {
    color: #343637;
    font-size: 17px;
}




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

    研究と実例(section)

+++++++++++++++++++++++*/
.study {width: 100%;}
.study td {padding: 10px;vertical-align: middle;}
.study tr td:first-child {width: 80%;}
.study tr td:last-child {min-width:120px;}
.study tr:nth-child(2n-1) {
    background-color: #F1F1F1;
}
.study a {
    line-height: 1.5;
    color: #216C9E;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.study a:hover {opacity: 0.6;}


.ziturei tr td:first-child {
    text-indent: -5em;
    padding-left: 5em;
}
.ziturei tr:last-child td:first-child {
    text-indent: -6em;
    padding-left: 6em;
}


.study-second tr td:first-dhild {width:80%;}
.study-second tr td:last-child {font-weight: bold;}


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

    動画(section)

+++++++++++++++++++++++*/
.movie {position: relative;padding-bottom: 56.25%;padding-top: 30px;overflow: hidden;margin-bottom: 40px;}
.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





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

    商品詳細(section)

+++++++++++++++++++++++*/
.details {
    background-color: #F1F1F1;
    border-radius: 5px;
    color: #343637;
    padding: 10px;
}
.details th {
    font-weight: normal;
    border-right: solid 1px #95989A;
    text-align: left;
    padding: 5px;
    min-width: 90px;
} 
.details td {padding: 5px;word-break: break-all;}






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

    商品比較（section）

++++++++++++++++++++++*/
.scroll-box {overflow-x: scroll;}
.scroll-box::-webkit-scrollbar {height: 5px;}
.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
.product {min-width: 650px;}
.product th,.product td {vertical-align: middle;height: 100px;}
.product img {width: 80%;}
.product th {background-color: #DCF3FF;}
.product tr {border: solid 3px #88CFFF;}
.product tr:not(:first-child) th {min-width: 150px;text-align: left;padding: 0 7px;}
.product tr:first-child th:not(:first-child) {border-left: solid 3px #88CFFF;}
.product tr td:nth-child(2){text-align:center;width: 90px;}
.product tr td:nth-child(3) {text-align: center;width: 80px;}
.product tr:first-child th {height: 50px;}
.product td {border-left: solid 3px #88CFFF;padding: 10px;}
.scroll-text {display: none;}

@media (max-width:650px) {
    .product th,.product td {height: 70px;}
    .scroll-text {display: block;margin-bottom: 5px;;font-size: 14px;}
}





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

    利用シーンは様々(section)

+++++++++++++++++++++++*/
.sean-text {
    overflow: hidden;
    color: #216C9E;
    position: relative;
}
.sean-text h2 {
    position: absolute;
    top: 50%;
    left: 100px;
    text-align: left;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sean-image img {border: solid 5px #216c9e;}
.sean-image span {display: block;text-align: center;}
.sean span {display: block;text-align: center;margin-top: 5px;}
@media (max-width:640px) {
    .sean-image > div {margin-bottom: 30px;}
    .sean-text h2 {left: 70px;}
    .sean-text img {width: 60px;}
}
@media (max-width:400px) {.sean span {font-size: 12px;}}




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

    商品一覧(section)

+++++++++++++++++++++++*/
.product-list li {margin-bottom: 30px;}
.product-list h3 {color: #216C9E;}
.product-list span {
    color: #216C9E;
    display: block;
    padding: 20px 0 5px 0;
}
.product-list-img img:not(:first-child) {display: none;}





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

    モーダルウィンドウ 

+++++++++++++++++++++++*/
.remodal {padding: 25px;}
.remodal h1 {background-color: #E8F6FF;padding: 15px 5px;margin-bottom: 15px;}
.remodal li {margin-bottom: 20px;}
.remodal p {text-align: left;}
.remodal img {margin-bottom: 5px;}
/************************/
.modal3 {
    background-color: #323E5B;
    color: #fff;
    margin: -35px -35px -60px;
}
.modal3 ul {padding: 20px;}
.modal3 li {display: block;}
.modal3 h1 {
    color: #333;
    font-weight: normal;
    background-color: #fff;
    padding: 50px 0;
    background: url(../img/bk_modal.jpg) no-repeat;
}
.modal3 h3 {border-bottom: solid 1px #fff;padding-bottom: 10px;margin-bottom: 10px;}
.modal3 span {display: block;margin-bottom: 10px;}
.modal3-text {text-align: left;}
.modal3-inyou {text-align: right;font-size: 13px;}
.modal3-inyou a {color: #fff;text-decoration: underline;}
.modal3-inyou a:hover {color: #d2d2d2;text-decoration: none;}
.modal3-image {padding-bottom: 30px;}


/*会社概要*/
.modal4 table {margin-bottom: 15px;}
.modal4 tr td:first-child {width: 25%;min-width:100px;}
.modal4 h1,.modal5 h1 {
    background-color: transparent;
}

/*取扱店募集*/
.mark-normal {
    background: -webkit-gradient(linear,left top, left bottom,color-stop(50%, transparent),color-stop(50%, yellow));
    background: linear-gradient(transparent 50%,yellow 50%);
    display: inline;
    line-height: 30px;
    margin-right: 10px;
    font-weight: bold;
}
.modal5 .flex {
    background: -webkit-gradient(linear,left top, left bottom,color-stop(70%, transparent),color-stop(30%, #578EDF));
    background: linear-gradient(transparent 70%,#578EDF 30%);
}
.modal5 .blue-bar {background-color: #578EDF;}

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

    フッター

+++++++++++++++++++++++*/
.footer {background-color: #2E3740;padding: 35px 0;text-align: center;}
small {color: #83919D;}
@media (max-width:640px) {small {font-size: 12px;}}


.footer-menu li:not(:last-child) {
    border-right: solid 1px #343637;
    padding-right: 8px;
    margin-right: 8px;
}
.footer-menu li:hover {text-decoration: underline;}
.footer-menu a {
    color: #343637;
    font-size: 14px;
}




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

    マップ

+++++++++++++++++++++++*/
.map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 10px;
}
 
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




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

        ボックス

+++++++++++++++++++++++*/
.box {
    border: solid 3px #343637;
    border-radius: 5px;
    background-color: #fff;
    padding: 35px;
    margin-bottom: 20px;
}
.listBottom-dashed > *{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dashed 1px #343637;
    line-height: 1.5;
    text-align: justify;
}
.border-blue {border: solid 3px #216C9E;}
@media (max-width:868px) {.box {padding: 20px;}}




/*++++++++++++++++++++++

        チェックマーク

++++++++++++++++++++++*/
.check > * {
    background: url(../img/check.png) no-repeat;
    background-size: 27px 25px;
    padding-left: 2em;
    padding-top: 2px;
}




/*++++++++++++++++++++

        マーカー

++++++++++++++++++++*/
.mark-blue {
    background: -webkit-gradient(linear,left top, left bottom,color-stop(50%, transparent),color-stop(50%, #E8F6FF));
    background: linear-gradient(transparent 50%,#E8F6FF 50%);
    display: inline;
}
.mark {
    background-image: url(../img/mark.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px 5px;
    line-height: 1.7em;
}





/*+++++++++++++++++++++

    ボタン

+++++++++++++++++++++*/
.button {
    display: block;
    border: solid 2px #88CFFF;
    border-radius: 40px;
    padding: 20px 0;
    text-align: center;
    color: #88CFFF;
    font-size: 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    max-width: 312px;
}
.button:after {
    content: "\f138";
    font-family: "FontAwesome";
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.button:hover {color: #fff;background-color: #88CFFF;}


.icon-right:after {
    content: "\f054";
    font-family: "FontAwesome";
    position: relative;
    right: -10px;
    font-size: 12px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.icon-right:hover:after {
    right: -15px;
}


.button-akudama {padding: 10px 0;}


@media (max-width:330px) {
    .button {font-size: 14px;}
    .button:after {font-size: 18px;}
}




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

    購入ボタン

+++++++++++++++++++++++*/
.buy {
    display: block;
    background-color: #155EB5;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    max-width: 300px;
    width: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0 auto;
}
.buy:before {
    content: "\f07a";
    font-family: "FontAwesome";
    font-size: 20px;
    padding-right: 5px;
}
.buy:hover {
    opacity: 0.8;
}
/************************

    見出し（バー）

+++++++++++++++++++++++*/
.blue-bar {background-color: #88CFFF;
    color: #fff;
    font-size: 40px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: normal;
}
@media (max-width:640px) {.blue-bar {font-size: 5vmin;}}






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

    マーカー

+++++++++++++++++++++++*/
.marker {
    display: inline-block;
    background-color: #333;
    border-radius: 20px;
    color: #fff;
    font-size: 1.5vmin;
    padding: 5px 10px;
}






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

    電話マーク 

+++++++++++++++++++++++*/
.phone {display: block;text-align: center;font-size: 30px;font-weight: bold;}
.phone:before {
    content: "\f098";
    font-family: "FontAwesome";
    margin-right: 10px;
}
@media (max-width:340px) {.phone {font-size: 25px;}}




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

    btn-関連

+++++++++++++++++++++++*/
 [class^="btn-"] {margin: 20px auto;}
 [class^="btn-"] a {
    max-width: 700px;
    display: block;
    padding-top: 6px;
    margin: 0 auto;
}
 [class^="btn-"] img {
    position: relative;
    bottom: 6px;
}
 [class^="btn-"] a:hover img{
    padding-bottom: 0;
    bottom: 1px;
}
.btn-media a:hover{background:-webkit-gradient(linear,left top, left bottom,color-stop(50%, transparent),color-stop(50%, #19618E));background:linear-gradient(transparent 50%,#19618E 50%);}
.btn-hynex a:hover{background:-webkit-gradient(linear,left top, left bottom,color-stop(50%, transparent),color-stop(50%, #7EA015));background:linear-gradient(transparent 50%,#7EA015 50%);}
.btn-hynex a {background-color: #7EA015;}
.btn-media a {background-color: #19618E;}




/*+++++++++++++++++++++++++

        padding関連

+++++++++++++++++++++++++*/
.padding-left10 {padding-left: 10px;}
.padding-left20 {padding-left: 20px;}
.padding-left30 {padding-left: 30px;}

.padding-right10 {padding-right: 10px;}
.padding-right20 {padding-right: 20px;}
.padding-right30 {padding-right: 30px;}

.padding-top10 {padding-top: 10px;}
.padding-top20 {padding-top: 20px;}
.padding-top30 {padding-top: 30px;}

.padding-bottom10 {padding-bottom: 10px;}
.padding-bottom20 {padding-bottom: 20px;}
.padding-bottom30 {padding-bottom: 30px;}




/*+++++++++++++++++++++++++

        margin関連

+++++++++++++++++++++++++*/
.m-top5 {margin-top: 5px;}
.m-top10 {margin-top: 10px;}
.m-top20 {margin-top: 20px;}

.m-bottom10 {margin-bottom: 10px;}
.m-bottom5 {margin-bottom: 5px;}
.m-bottom20 {margin-bottom: 20px;}
.m-bottom30 {margin-bottom: 30px;}
.m-bottom40 {margin-bottom: 40px;}
.m-bottom60 {margin-bottom: 60px;}

.m-none {margin: 0;}

@media (max-width:640px) {
    .mobile_m-bottom20 {margin-bottom: 20px;}
    .mobile_m-bottom40 {margin-bottom: 40px;}
}




/*+++++++++++++++++++++++++

        文字関連

+++++++++++++++++++++++++*/
.nikomoji {font-family: "Nico Moji";}
.mplus {font-family: "Rounded Mplus 1c";}
html {font-size: 100%;}
p {line-height: 1.5;margin-bottom: 4vmin;text-align: justify;}

/*サイズ*/
.font-big {font-size: 4rem;}
.font-xlg {font-size: 2.2rem;}
.font-lg {font-size: 1.8rem;text-align: center;margin-bottom: 20px;}
.font-normal {font-size: 1.7rem;}
.font-md {font-size: 1.2rem;padding-bottom: 5px;margin-bottom: 10px;line-height: 1.5;}
.font-sm {font-size: 12px;}
.supplement {font-size: 1.5rem;color:darkgray;font-weight: bold;}

@media (max-width:840px) {/*.font-md {font-size:1.1rem ;}*/}
@media (max-width:640px) {
    .font-big {font-size: 3.5rem;}
    .font-xlg {font-size: 1.7rem;}
    .font-lg {font-size: 1.5rem;}
    .font-normal {font-size: 1.5rem;}
    .supplement {font-size: 1.2rem;}
}

@media (max-width:525px) {
    .font-big {font-size: 2.5rem;}
}

@media (max-width:370px) {
    .font-big {font-size: 2rem;}
    .font-xlg {font-size: 1.5rem;}
    .font-lg {font-size: 1.2rem;}
    .font-normal {font-size: 1.2rem;}
    .font-md {font-size: 1rem;}
}

@media (max-width:335px) {
    .font-xlg {font-size: 1.4rem;}
}



/*色*/
.blue {color: #155EB5;}
.red {color: #ED1C24;}

/*太さ*/
.bold {font-weight: bold;}

/*下線*/
.underline {text-decoration: underline;}

/*両端揃え*/
.justify {text-align: justify;}
@media (max-width:640px) {.mobile-justify {text-align: justify;}}

/*文字の折り返し*/
.break-all {
    word-break:break-all;
}

/*+++++++++++++++++++++++++

        border関連

+++++++++++++++++++++++++*/
.border-left {border-left: solid 1px;}

.border-width2 {border-width: 2px;}
.border-width3 {border-width: 3px;}

.border-color-blue {border-color: #155EB5;}

.border-radius100 {border-radius: 50px;}


.break {
    word-wrap: break-word;
}
/*+++++++++++++++++++++++++

        画像関連

+++++++++++++++++++++++++*/
img {max-width: 100%;}




/*+++++++++++++++++++++++++

        表示関連

+++++++++++++++++++++++++*/
.mobile-none {display: block;}
.pc-none {display: none;}
.min840-none {display: none;}
@media (max-width:850px) {.min840-none {display: block !important;}}
@media (max-width:655px) {.mobile-none {display: none !important;}.pc-none {display: block !important;}}

.bk-lightBlue {
    background-color: #E8F6FF;
    padding-bottom: 10px;
}

/*display関連*/
.inline {display: inline;}
.block{display: block;}

/*text-align関連*/
.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}

.m-center {display: block;margin-left: auto;margin-right: auto;}

/*間隔なし*/
.while-none {margin: 0;padding: 0;}




/*+++++++++++++++++++++++++

        リンク関連

+++++++++++++++++++++++++*/

/*ポインタ*/
.pointer {cursor: pointer;}


/*20200106追記*/
.top_img img {
  width: 40%;
}
.top_img img:last-child {
  width: 60%;
}
.wrap_01 .split01 {
  width: 40%;
}
.wrap_01 .split02 {
  width: 60%;
}
.wrap_01 img {
  max-width: 230px;
}
.wrap_01_01 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #afafaf;
}
.coution {
  font-size: 13px;
}
@media(max-width:640px) {
  .top_img img,
  .top_img img:last-child,
  .wrap_01 .split01,
  .wrap_01 .split02 {
    width: 100%;
  }
  .wrap_01 .split01 {
    margin-bottom: 20px;
  }
  .wrap_01_01 {
    padding-bottom: 0;
  }
  .border-bottom {
    margin-top: 20px;
  }
  .border-bottom .red {
    font-size: 32px;
  }
  .fuzoku {
    font-size: 13px;
  }
}
