@charset "UTF-8";

/*==========================================================
0. Initialize
===========================================================*/
/* box-sizing
----------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* html:root要素
----------------------------------------------------------*/
/* iPhoneの縦横切替でfont-size変更無し */
html {
  /* overflow-y:scroll; 縦スクロールバーを表示 */
  font-size: 100%;
  -webkit-text-size-adjust: 100%; /* iOS */
  -ms-text-size-adjust: 100%; /* iOS */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* webkit系でスクロールバー非表示 */
html::-webkit-scrollbar {
  display: none;
}

/* body: ベースフォント指定
----------------------------------------------------------*/
body {
  position: relative;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  font-size: 2.13333333333333vw;
  font-size: 26px;
  font-size: 3.4666666vw;
  color: #000000;
}
@media screen and (max-width: 750px) {
  body {
    /*
  font-size:100%;
*/
  }
}

/* Font Family ----------------*/
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.wf-notosans {
  font-family: "Noto Sans JP", sans-serif;
}

/* リンク
----------------------------------------------------------*/
a {
  color: #001489;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  a:hover {
    text-decoration: none;
  }
}

/* インライン要素
----------------------------------------------------------*/
em {
  font-style: normal;
  color: #001489;
}

/* Image
----------------------------------------------------------*/
img {
  vertical-align: top;
  vertical-align: bottom;
  max-width: 100%;
}

/*==========================================================
1. Common / Module
===========================================================*/
/* clearfix
-----------------------------------------------------------*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* Letter Spacing
-----------------------------------------------------------*/
.ls01 {
  letter-spacing: 0.1em;
}
.ls03 {
  letter-spacing: 0.3em;
}
.ls05 {
  letter-spacing: 0.5em;
}
.ls10 {
  letter-spacing: 1em;
}

/* Font Color
-----------------------------------------------------------*/
.fc_xxxxx {
}

/* Font Weight
-----------------------------------------------------------*/
.fweigh100 {
  font-weight: 100;
}
.fweigh300 {
  font-weight: 300;
}
.fweigh400 {
  font-weight: 400;
}
.fweigh500 {
  font-weight: 500;
}
.fweigh600 {
  font-weight: 600;
}
.fweigh700 {
  font-weight: 700;
}
.fweigh900 {
  font-weight: 900;
}

/* Line Height
-----------------------------------------------------------*/
.lh15 {
  line-height: 1.5;
}
.lh17 {
  line-height: 1.7;
}
.lh20 {
  line-height: 2;
}

/* Text Align
-----------------------------------------------------------*/
.talign_l {
  text-align: left;
}
.talign_r {
  text-align: right;
}
.talign_c {
  text-align: center;
}

/* Float
-----------------------------------------------------------*/
.flt_l {
  float: left;
}
.flt_r {
  float: right;
}

.fltpc_l {
  float: left;
}
.fltpc_r {
  float: right;
}
@media screen and (max-width: 750px) {
  .fltpc_l,
  .fltpc_r {
    float: none;
  }
}

/* Margin
-----------------------------------------------------------*/
.mb_10 {
  margin-bottom: 10px !important;
}
.mb_20 {
  margin-bottom: 20px !important;
}
.mb_30 {
  margin-bottom: 30px !important;
}
.mb_40 {
  margin-bottom: 40px !important;
}
.mb_50 {
  margin-bottom: 50px !important;
}
.mb_60 {
  margin-bottom: 60px !important;
}
.mb_70 {
  margin-bottom: 70px !important;
}
.mb_80 {
  margin-bottom: 80px !important;
}
.mb_90 {
  margin-bottom: 90px !important;
}

/* Hover Image
-----------------------------------------------------------*/
a img {
  /*
transition:.2s ease-in-out;
*/
}
a:hover img {
  /*
filter: alpha(opacity=80);
opacity:0.80;
*/
}

/* BR
-----------------------------------------------------------*/
.br_sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .br_sp {
    display: inline;
  }
}

.br_pc {
}
@media screen and (max-width: 750px) {
  .br_pc {
    display: none;
  }
}

/* Hidden
-----------------------------------------------------------*/
.hdn_all {
  display: none;
}

.hdn_pci {
  display: none;
}
@media screen and (max-width: 750px) {
  .hdn_pci {
    display: inline;
  }
}
.hdn_pcb {
  display: none;
}
@media screen and (max-width: 750px) {
  .hdn_pcb {
    display: block;
  }
}
.hdn_sp {
}
@media screen and (max-width: 750px) {
  .hdn_sp {
    display: none;
  }
}

/* Scroll Animation Items
-----------------------------------------------------------*/
.animate {
  visibility: hidden;
}

/*==========================================================
Hero
===========================================================*/
/* Heroを全画面表示するためのスタイル
---------------------------------------------*/
/*
html,body{
height:100%;
}
*/

/* Hero
---------------------------------------------*/
#hero {
  /*
outline:1px solid #0000f0;
*/
}

#hero_in {
}

#hero_cont {
}

/* メインタイトル */
#main_ttl {
  /*
outline:1px solid #0000f0;
*/
}

#main_ttl h1 {
}
#main_ttl h1 img {
  width: 100%;
}

#main_ttl p {
}
#main_ttl p img {
  width: 100%;
}

/*==========================================================
Main Contents
===========================================================*/
main {
}

#main_in {
  padding: 40px 40px 82px;
  padding: 5.33333333vw 5.33333333vw 0.109333333vw;
  background-color: #d1f4f4;
  /*
outline:1px solid #f00000;
*/
}

/* 各ブロック -----------------*/
.mc_block {
  position: relative;
  margin-bottom: 105px;
  margin-bottom: 14vw;
  padding-bottom: 83px;
  padding-bottom: 11.06666666vw;

  border-bottom: 6px dotted #60ddd0;
  border-bottom: 0.8vw dotted #60ddd0;

  /*
outline:1px solid #00f000;
*/
}
.mc_block:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
.mc_block ul {
  margin: 0 !important;
  padding: 0 !important;
}

/* 健康チェック
---------------------------------------------*/
#health_check {
  padding: 82px 30px 112px;
  padding: 10.93333333333333vw 4vw 14.93333333vw;
  padding: 11.33333333vw 4vw 5.333333333vw;
  padding: 85px 30px 40px;
  padding: 85px 30px 85px;
  padding: 11.33333333vw 4vw 11.33333333vw;
  background-color: #ffffff;
  border-radius: 96px;
  border-radius: 12.8vw;
}

/* ブロック個別 */
#mc01 {
}

#mc02 {
}

#mc03 {
}

#mc04 {
  margin-bottom: 60px;
  margin-bottom: 8vw;
}

#mc04msg {
  position: absolute;
  bottom: -50px;
  bottom: -6.666666666vw;
  bottom: -60px;
  bottom: -8vw;
  right: 0px;
}

#mc05 {
}

#health_check img {
  width: 100%;
  height: auto;
}

#health_check ul {
  /*
outline:1px solid #f00000;
*/
}

#health_check ul li {
  position: relative;
  margin-bottom: 53px;
  margin-bottom: 7.06666666666667vw;

  /*
outline:1px solid #00f000;
*/
}
#health_check ul li:last-child {
  margin-bottom: 0;
}

#health_check ul li input {
  display: none;

  /*
position:absolute;
top:0;
left:0;
top:-2px;
left:-2px;
width:100%;
height:100%;
opacity:0;
opacity:0.5;
outline:1px solid #0000f0;
*/
}

#health_check ul li label {
  display: block;
  padding: 2px 0 0 87px;
  padding: 0.26666666vw 0 0 11.6vw;
  padding: 0 0 2px 87px;
  padding: 0 0 0.2666666666vw 11.6vw;
  font-size: 36px;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.8;
  color: #767676;
  background-image: url(/library/line/contents/img/040/bg_check_off.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 66px auto;
  background-size: 8.8vw auto;
  cursor: pointer;

  /*
outline:1px solid #00f000;
*/
}

#health_check ul li [type="checkbox"]:checked + label {
  background-image: url(/library/line/contents/img/040/bg_check_on.png);
}

/* 結果をみるボタン
---------------------------------------------*/
#btn_checkresult {
  padding: 70px 20px 80px;
  padding: 9.33333333vw 2.6666666vw 10.66666666vw;
  padding: 70px 0 80px;
  padding: 9.33333333vw 0 10.66666666vw;
  text-align: center;
}

#btn_checkresult img {
  width: 100%;
  cursor: pointer;
}

/* 診断結果
---------------------------------------------*/
.result_block {
  display: none;

  padding: 77px 40px 64px;
  padding: 10.26666666vw 5.33333333vw 8.53333333vw;
  background-color: #d1f4f4;
  background-image: url(/library/line/contents/img/040/bg_result_top.png), url(/library/line/contents/img/040/bg_result_bottom.png), url(/library/line/contents/img/040/bg_result_middle.png);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: center top, center bottom, center top;
  background-size: 100vw auto;
}

.result_block img {
  width: 100%;
  height: auto;
}

.result_block h2 {
}

.result_block dl {
  padding: 45px 15px 55px 30px;
  padding: 6vw 2vw 7.33333333vw 4vw;
}

.result_block dl dt {
  padding: 0 0 20px;
  padding: 0 0 2.66666666vw;
  font-size: 40px;
  font-size: 5.333333333vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #ff8d8d;
}

.result_block dl dd {
  font-size: 30px;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.03em;
  color: #777777;
}

.result_msg {
}

.result_point {
  padding-top: 60px;
  padding-top: 8vw;

  /*
outline:1px solid #f00000;
*/
}

.result_point h3 {
  padding: 3px 0 12px 67px;
  padding: 0.4vw 0 1.6vw 8.93333333vw;
  font-size: 26px;
  font-size: 3.46666666vw;
  font-weight: 600;
  color: #555555;
  background-image: url(/library/line/contents/img/040/bg_check_on.png);
  background-repeat: no-repeat;
  background-position: left 26px top 0px;
  background-position: left 3.46666666vw top 0px;
  background-size: 36px auto;
  background-size: 4.8vw auto;
}

.result_point ul {
  padding: 0 0 0 29px;
  padding: 0 0 0 3.86666666vw;
}

.result_point ul li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  font-size: 24px;
  font-size: 3.2vw;
  line-height: 1.75;
  letter-spacing: -0.02em;
  color: #555555;

  /*
outline:1px solid #f00000;
*/
}

.result_point ul li.result_focus {
  color: #2abea7;
}

.result_point ul li div {
  font-weight: 400;
}

.result_point ul li div > span {
  font-weight: 600;
}

.result_case {
  width: 185px;
  width: 24.66666666vw;
}

/* チェックに戻る
---------------------------------------------*/
#return_check {
  display: none;

  /*
display:none;
*/
  padding: 5vw 0;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  cursor: pointer;
}

/* インフォメーション
---------------------------------------------*/
#infomation {
  display: none;

  /*
display:none;

outline:1px solid #00f000;
*/
}

/* 監修 */
#supervisor {
  padding: 36px 30px 45px;
  padding: 4.8vw 4vw 6vw;
  padding: 36px 40px 45px;
  padding: 4.8vw 5.33333333vw 6vw;
  background-color: #d1f4f4;

  /*
outline:1px solid #00f000;
*/
}

#supervisor dl {
  font-size: 24px;
  font-size: 3.2vw;
  letter-spacing: 0.05em;
  /*
letter-spacing:0.07em;
*/
  color: #555555;
}

#supervisor dl dt {
  font-weight: 600;
  line-height: 1.5;
}

#supervisor dl dd {
  line-height: 1.5;
}
#supervisor dl dd > span {
  display: block;
  margin-bottom: 8px;
  margin-bottom: 1.066666666vw;

  /*
line-height:2.0;
*/
}

/* 商品紹介 */
#products {
}

#products img {
  width: 100%;
  height: auto;
}

#products_intro {
  padding: 0px 30px 88px;
  padding: 0vw 4vw 11.73333333vw;
  background-color: #ffebeb;
}

#products_intro_in {
  padding: 0 0 90px 0;
  padding: 0 0 12vw 0;
  background-color: #ffffff;
  border-radius: 0 0 90px 90px;
  border-radius: 0 0 12vw 12vw;
}

#products_ttl01 {
  background-color: #ffebeb;
}

.prd_lnk {
  padding: 0 54px !important;
  padding: 0 7.2vw !important;
  margin: 0 !important;
}

.prd_lnk li {
  margin-bottom: 22px !important;
  margin-bottom: 2.933333333vw !important;
}
.prd_lnk li:last-child {
  margin-bottom: 0 !important;
}

/* SNS */
#sns_box {
  padding: 86px 30px 20px;
  padding: 11.46666666vw 4vw 2.66666666vw;

  /*
margin-bottom:6.66667%;
font-size:0;
*/
}

#sns_box_in {
  padding: 25px 0 40px;
  padding: 3.33333333vw 0 5.33333333vw;

  background-color: #d6f9f5;
  border-radius: 20px;
  border-radius: 2.66666666vw;
}

#sns_box p {
  padding: 0 0 30px;
  padding: 0 0 4vw;
  font-size: 30px;
  font-size: 4vw;
  font-weight: 600;
  text-align: center;
  color: #555555;
}

#sns_box ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  justify-content: space-between;
  justify-content: space-around;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;

  /*
text-align:center
*/
}
#sns_box li {
  margin-right: 90px;
  margin-right: 12vw;
  width: 80px;
  width: 10.66666666vw;

  /*
display:inline-block;
margin:0 3.2%

outline:1px solid #00f000;
*/
}
#sns_box li:last-child {
  margin-right: 0;
}

#sns_box li a {
  display: block;
  height: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
#sns_box li.fb a {
  background-image: url(/library/line/contents/img/040/sns_f.png);
}
#sns_box li.tw a {
  background-image: url(/library/line/contents/img/040/sns_t.png);
}
#sns_box li.ln a {
  background-image: url(/library/line/contents/img/040/sns_l.png);
}

/*==========================================================
Gloval Footer
===========================================================*/
#g_footer {
  /*
outline:1px solid #f00000;
*/
}

/* 共有CSS「footer-zenrosai_sp.css」をOverwrite
-------------------------------------------------*/
footer {
  margin: 0;
  padding: 5px 0 10px;
  width: 100%;
  border-top: none;
}

.footer_bottom {
  font-size: 4vw;
  line-height: 1.8;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
  color: #000;
  padding: 5.06667% 0 0;
  background: url(/library/line/contents/img/img_footer/footer_bg_sp.png) 50% 50% no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 751px) {
  .footer_bottom {
    padding: 38px 0 0;
    background: url(/library/line/contents/img/img_footer/footer_bg_pc.png) 50% 50% no-repeat;
    background-size: 100%;
  }
}
.footer_bottom .inner {
  padding: 0 4%;
}
@media screen and (min-width: 751px) {
  .footer_bottom.inner {
    width: 100%;
    padding: 0 42px;
  }
}
.footer-logo {
  width: 52.66667%;
  line-height: 1;
  margin: 0 auto 11.73333%;
}
@media screen and (min-width: 751px) {
  .footer-logo {
    width: 197px;
    font-size: 0;
    margin: 0 auto 5%;
  }
}
.footer-logoNews {
  width: 32%;
  line-height: 1;
  margin-left: auto;
}

@media screen and (min-width: 751px) {
  .footer-logoNews {
    width: 150px;
    font-size: 0;
  }
}
.footer-copy {
  width: 100%;
  text-align: right;
  font-size: 2.26667vw;
  line-height: 1;
  margin: 0;
  margin-top: 4%;
  margin-right: 4%;
}

@media screen and (min-width: 751px) {
  .footer-copy {
    font-size: 14px;
    margin-top: 1.66667%;
  }
}
