/*
Theme Name: glycochecker Child
Theme URI: 
Template: glycochecker
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/**********基本構成**********/
/*はみ出し禁止*/
* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  border: none;
  margin: 0 0 16px 0;
  padding: 0 0 0 0;
}

h1::after,
h2::after,
h3::after,
h4::after,
h5::after {
  border-bottom: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin-bottom: 16px;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  dt {
    font-size: 16px;
  }
}

dd {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  dd {
    font-size: 16px;
  }
}

/*プライバシーポリシー*/
.page-id-3 div.wrap {
  margin-bottom: 50px;
}

.pp_ttl {
  margin-bottom: 25px;
}

.pp_ttl p {
  margin: 0;
}

.pp_content {
  margin-bottom: 25px;
}

.pp_content h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .privacypolicy .pp-content h3 {}
}

/*リンク先の幅の調整*/
section:before {
  content: "";
  display: block;
  display: none;
  height: 100px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden;
}

.entry-body section:first-child::before {
  height: 0;
  margin-top: 0;
}

.box {
  padding-bottom: 100px;
  /* padding-bottom: 50px; */
}

@media screen and (max-width: 767px) {
  .box {
    padding-bottom: 50px;
  }

  /* section.box:last-child {
    padding-bottom: 0;
  } */
}

/*画面幅いっぱい*/
.full_screen {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

/*背景色のはみ出し*/
.over_wide {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

/**********メインcss**********/

body {
  font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, Segoe UI,
    Hiragino Kaku Gothic ProN, Hiragino Sans, arial, meiryo, sans-serif;
}

.siteContent {
  padding-bottom: 0;
}

.siteHeader {
  display: none;
}

.siteFooter {
  border-top: 3px solid #22a0de;
  border-top: 3px solid #22a0de;
}

@media screen and (max-width: 767px) {
  #menu-footer {
    display: flex;
    justify-content: space-around;
  }
}

.vk-mobile-nav-menu-btn {
  display: none;
}

section {
  font-weight: bold;
}

section .wrap h2.ttl {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  section .wrap h2.ttl {
    font-size: 25px;
  }
}

section .wrap h2.ttl div {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

@media screen and (max-width: 767px) {
  section .wrap h2.ttl div {
    padding: 0 40px;
  }
}

section .wrap h2.ttl div:before,
section .wrap h2.ttl div:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

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

  section .wrap h2.ttl div:before,
  section .wrap h2.ttl div:after {
    width: 35px;
  }
}

section .wrap h2.ttl div:before {
  left: 0;
}

section .wrap h2.ttl div:after {
  right: 0;
}

/*top画像*/
div.full_screen>div {
  width: 100%;
  height: 100vh;
  /* overflow: hidden; */
  background-image: url(https://glycochecker.neoscience.co.jp/wp-content/uploads/bg-top.png);
}

@media screen and (max-width: 767px) {
  div.full_screen>div {
    height: 100%;
    background-image: none;
  }
}

div.full_screen>div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*banner*/

.banner .wrap {
  /* background: #22a0de; */
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.bnr_inner {
  padding: 100px 0;
  padding-top: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .bnr_inner {
    /* padding: 0; */
  }
}

.bnr_cnt {
  display: flex;
  justify-content: space-around;
  align-items: center;

  padding-top: 100px;

  background: #fff;
  background: linear-gradient(to bottom, #adc8db, white);
  /* padding-bottom: 100px; */
}

@media screen and (max-width: 767px) {
  .bnr_cnt {
    display: block;
    height: 100%;
    padding-top: 50px;
  }
}

.bnr_cnt>div {
  width: 100%;
  /* height: 100vh; */
  /* background-image: url(https://glycochecker.neoscience.co.jp/wp-content/uploads/29a5bb510461cf4c2f92685a927324b6.png); */
}

@media screen and (max-width: 767px) {
  .bnr_cnt>div {
    height: 100%;
    /* background-image: url(https://glycochecker.neoscience.co.jp/wp-content/uploads/banner-bg-sp.png); */
  }
}

.bnr_cnt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* object-position: ; */
}

/* .bnr_cnt > div.left {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .bnr_cnt > div.left {
    width: 100%;
    text-align: center;
  }
}

.bnr_cnt > div.left h2 {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .bnr_cnt > div.left h2 {
    font-size: 20px;
    letter-spacing: -1px;
  }
}

.bnr_cnt > div.left h1 {
  color: #fff;
}

.bnr_cnt > div.left p {
  text-align: center;
  width: 60%;
  margin: 2em 0;
}

@media screen and (max-width: 767px) {
  .bnr_cnt > div.left p {
    width: 100%;
    margin: 2em 0;
  }
}

.bnr_cnt > div.left p a {
  background: #fff;
  height: 60px;
  color: #343434;
  border: 2px solid #f79623;
  border-radius: 32px;
  padding: 0 24px;
  font-weight: 700;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: 0.3s;
}

.bnr_cnt > div.left p a:hover {
  opacity: 1;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.bnr_cnt > div.right {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .bnr_cnt > div.right {
    width: 100%;
  }
}

.bnr_cnt div.right figure {
  margin: 0;
} */

@media screen and (max-width: 767px) {
  .bnr_cnt div {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

/*がんについて*/
.cnc_cnt>h2 {
  color: #fff;
  /* background-color: #36b449; */
  background-color: #22a0de;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 25px 0;
  margin: 0 0 25px 0;
}

@media screen and (max-width: 767px) {
  .cnc_cnt>h2 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    font-size: 2rem;
    margin: 0 0 50px 0;
  }
}

.cnc_cnt_box {
  width: 85%;
  margin: 0 auto;
  /* background-color: #e4ffe3; */
  background-color: #e3faff;
  padding: 10px 10px 50px 10px;
  border-radius: 30px 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .cnc_cnt_box {
    width: 100%;
    padding: 10px 10px 50px 10px;
  }
}

.cnc_cnt_box>h3 {
  background-color: #fff;
  color: #22a0de;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding: 50px 0;
  border-radius: 20px 20px 0 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .cnc_cnt_box>h3 {
    font-size: 2rem;
    padding: 25px 0;
    margin-bottom: 25px;
  }
}

.cnc_cnt_box>p {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 50px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .cnc_cnt_box>p {
    text-align: justify;
    font-size: 18px;
    margin-bottom: 25px;
  }

  .cnc_cnt_box>p.posbi {
    text-align: center;
  }
}

.cnc_cnt_box>p span {
  color: #22a0de;
  font-weight: bold;
}

/* .cnc_cnt_box .p_wrapper {
  width: 100%;
}

.cnc_cnt_box .p_wrapper p {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 50px;
} */

/* @media screen and (max-width: 767px) {
  .cnc_cnt_box .p_wrapper {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .cnc_cnt_box .p_wrapper p {
    text-align: left;
    font-size: 18px;
    margin-bottom: 25px;
  }
} */

.cnc_cnt_box>figure {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  /* background-color: #22a0de; */
  text-align: center;
  border-radius: 20px 20px;
  padding: 25px 50px;
}

@media screen and (max-width: 767px) {
  .cnc_cnt_box>figure {
    width: 100%;
    padding: 15px;
  }
}

.cnc_cnt_box>figure img {
  /* border-radius: 20px; */
}

.cnc_cnt_box>figure ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.7em;
}

.cnc_cnt_box>figure ul.top {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .cnc_cnt_box>figure ul.top {
    margin-bottom: 0;
  }
}

.cnc_cnt_box>figure ul.bttm {
  justify-content: space-evenly;
}

.cnc_cnt_box>figure ul li {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #e3faff;
  background-color: #22a0de;
  color: #fff;
  margin: 0;
  font-weight: bold;

  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2em;
}

@media screen and (max-width: 767px) {
  .cnc_cnt_box>figure ul li {
    width: 100px;
    height: 100px;
    margin-bottom: 1em;
  }

  .cnc_cnt_box>figure ul li:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}

/*こんなお悩みありませんか*/
section.problem {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  section.problem {
    padding-top: 0px;
  }
}

.problem .wrap {
  display: flex;
  flex-direction: column;
}

.prb_inner figure {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .prb_inner figure {
    width: 100%;
  }
}

.prb_cnt {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .prb_cnt {
    display: block;
  }
}

.prb_box {
  text-align: center;
}

.prb_box dd {
  margin-bottom: 1em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .prb_box dd {
    font-size: 20px;
  }
}

.prb_box dd span {
  color: #f79623;
}

/*早期発見が大事*/
ul.dtc_lst {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  ul.dtc_lst {
    display: block;
  }
}

.dtc .wrap {
  background-color: #f7f7f7;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .dtc .wrap {
    padding-top: 50px;
  }
}

.dtc_lst li {
  width: 30%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .dtc_lst li {
    width: 100%;
    margin-bottom: 50px;
  }

  .dtc_lst li:last-child {
    margin-bottom: 0;
  }
}

.dtc_lst li h3 {
  text-align: center;
  font-size: 20px;
  margin: 0;
  margin: 1em 0;
}

.dtc_lst li p {
  margin-bottom: 0;
}

/*グライコチェッカーの仕組み*/
.strc_cnt * {
  box-sizing: border-box;
}

.strc_cnt {
  border: 5px solid #2aa0de;
  border-radius: 20px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .strc_cnt {
    border: 5px solid #2aa0de;
    border-radius: 10px;
    padding: 5px;
  }
}

/*カルーセル本体*/
.strc_cnt .carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  width: 100%;

  padding: 0;
  margin: 0;
  gap: 0;
}

.strc_cnt .carousel-item {
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  padding: 0;
  margin: 0;

  scroll-snap-align: start;
  /* ← スナップ開始位置を左端に */
  scroll-snap-stop: always;
  /* ← スナップを強制的に止める */
}

.strc_cnt .carousel-item img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  max-width: 100vw;
}

/*カルーセル　ドット*/
.carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 8px;
}

.carousel-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}

.carousel-dots .dot.active {
  background: #333;
}

/***** 特徴 *****/

.feature_lst li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .feature_lst li {
    display: block;
    margin-bottom: 50px;
  }

  .feature_lst li:last-child {
    margin-bottom: 0;
  }
}

.feature_lst li:nth-of-type(even) {
  flex-direction: row-reverse;
}

.feature_lst .feature_img {
  width: 45%;
  position: relative;
  padding: 24px 0 0 24px;
}

@media screen and (max-width: 767px) {
  .feature_lst .feature_img {
    width: 100%;
  }
}

.feature_lst .feature_img h4 {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: #22a0de;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 7em;
  height: 7em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .feature_lst .feature_img h4 {
    font-size: 11px;
  }
}

.feature_lst .feature_img h4 span {
  line-height: 1;
  margin-top: 4px;
  font-size: 48px;
}

.feature_lst .feature_img figure {
  border: 2px solid #22a0de;
  border-radius: 16px;
  color: #f7f7f7;
  overflow: hidden;
  margin: 0;
  padding: 16px;
  background: #f7f7f7;
}

.feature_lst .feature_txt {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .feature_lst .feature_txt {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .feature_lst .feature_txt h5 {
    margin: 1em 0;
    padding-left: 24px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .feature_lst .feature_txt p {
    padding-left: 24px;
  }
}

/****** 検査の流れ ******/

.flw_lst {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .flw_lst {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

.flw_lst li {
  text-align: center;
  margin: 0;
}

.flw_lst li:nth-of-type(odd) {
  width: 20%;
  /* background: #e4fae7; */
  justify-content: center;
  align-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 10px;
  border: solid 3px #22a0de;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .flw_lst li:nth-of-type(odd) {
    width: 45%;
    padding: 10px;

    display: flex;
    flex-direction: column;

    height: 170px;
  }
}

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

  .flw_lst li:nth-of-type(1),
  .flw_lst li:nth-of-type(3) {
    margin-bottom: 25px;
  }
}

.flw_lst li:nth-of-type(even) {
  width: auto;
  align-self: center;
  font-weight: bold;
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .flw_lst li:nth-of-type(even) {
    display: none;
  }
}

.flw_lst li h4 {
  font-size: 20px;
  border: 2px solid #22a0de;
  display: inline-block;
  padding: 3px 20px;
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  .flw_lst li h4 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
  }
}

.flw_lst li figure {
  margin: 0;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .flw_lst li figure {
    margin-bottom: 10px;
  }
}

.flw_lst li figure img {
  width: 70px;
}

@media screen and (max-width: 767px) {
  .flw_lst li figure img {
    width: 45px;
  }
}

.flw_lst li p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .flw_lst li p {
    flex-grow: 1;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.flw_box figure {
  width: 600px;
  margin: auto;
}

.flw_box p {
  text-align: left;
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  padding: 10px;

  border-radius: 10px;
  /* border: 3px solid #22a0de; */
  color: #fff;
  background: #f79623;
}

@media screen and (max-width: 767px) {
  .flw_box p {
    font-size: 20px;
  }
}

.flw_box p span {
  border-bottom: #fff 5px solid;
}

/******* #comparison *******/
.page-id-8 table,
.page-id-8 table tbody,
.page-id-8 table tr,
.page-id-8 table td {
  border: none;
  text-align: center;
}

table.cmp {
  border-collapse: separate;

  width: 100%;
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  table.cmp {
    table-layout: auto;
  }
}

table.cmp tbody {
  text-align: center;
}

/* 1行目のスタイル */
table.cmp tr.blank td {
  width: 20%;
}

/* 1列目のスタイル */
table.cmp tr td:first-child {
  background: #22a0de;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* ブランク行の2列目 */
table.cmp tr.blank td:nth-of-type(2) {
  background: #f79623;
  color: #fff;
  font-size: 30px;
  padding: 0.25em;
  border-right: 1px solid #fff;
  border-bottom: none;
}

/* 社名行のスタイル */
table.cmp tr.product {
  color: #fff;
}

table.cmp tr.product :not(:first-child) {
  background: #22a0de;
}

table.cmp tr.product td:nth-of-type(2) {
  border-right: 1px solid #fff;
  border-left: none;
}

table.cmp tr.product td {
  border-right: 1px solid #fff;
}

/* 1列目の特定の行の背景色を白に */
table.cmp tr.blank td:first-child,
table.cmp tr.product td:first-child {
  background: #fff;
}

/* 自社製品列 */
table.cmp tr td:nth-of-type(2) {
  border-right: 3px solid #f79623;
  border-left: 3px solid #f79623;
}

table.cmp tr:not(.product) td:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
  padding: 0.25em;
}

@media screen and (max-width: 767px) {
  table.cmp tr:not(.product) td:nth-child(2) {
    font-size: 14px;
    padding: 1em;
  }
}

table.cmp tr:last-child td:nth-of-type(2) {
  border-bottom: 2px solid #f79623;
}

/****** よくある質問 ******/

.faq .wrap {
  /* background-color: #22a0de; */
  background: #e5e5e5;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .faq .wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/*アコーディオン*/
.accordion {
  /* margin-top: 16px; */
}

.accordion .acc_box {
  margin-bottom: 1em;
}

.accordion .acc_box:last-child {
  margin-bottom: 0;
}

.faq .toggle {
  display: none;
}

.faq .Label {
  margin-bottom: 0;
  padding: 1em;
  display: block;
  color: #fff;
  /* background: #f6f6f6bd; */
  background: #22a0de;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq .Label {
    font-size: 20px;
    padding: 0.5em;
  }
}

.faq .Label::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s;
}

@media screen and (max-width: 767px) {
  .faq .Label::before {
    content: none;
  }
}

.faq .Label,
.faq .content {
  transition: all 0.3s;
}

.faq .content {
  max-height: 0;
  margin: 0;
  padding: 0 20px;
  overflow: hidden;
}

.faq .content p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .faq .content p {
    font-size: 18px;
  }
}

.toggle:checked+.Label+.content {
  max-height: 500px;
  padding: 20px;
  background: #fff;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .toggle:checked+.Label+.content {
    padding: 0.5em;
  }
}

.toggle:checked+.Label::before {
  transform: translateY(-50%) rotate(-45deg);
}

/*グライコチェッカーとは*/
section.whatis>div.wrap>div {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  section.whatis>div.wrap>div {
    padding: 50px 0;
  }
}

.whts_cnt p.head {
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .whts_cnt p.head {
    font-size: 25px;
  }
}

section.whatis span.bg_orange {
  background-color: #f79623;
  background: linear-gradient(transparent 70%, #f79623 30%);
  display: inline-block;
}

section.whatis span.ul_orange {
  background-color: #f79623;
  background: linear-gradient(transparent 70%, #f79623 30%);
  display: inline-block;
}

.whts_cnt p span.fc {
  color: #1b63a7;
  font-weight: bold;
  font-size: 30px;
  margin: 0 0.25em;
}

@media screen and (max-width: 767px) {
  .whts_cnt p span.fc {
    font-size: 25px;
    margin: 0 0.15em;
  }
}

.whts_cnt p.txt {
  font-size: 24px;
  text-align: center;
  /* margin-bottom: 0; */
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .whts_cnt p.txt {
    font-size: 20px;
  }
}

.whts_cnt p.txt_note {
  width: 100%;
  font-size: 24px;
  /* font-weight: bold; */
  text-align: center;
  /* margin: auto;
  margin-bottom: 0; */
  line-height: 200%;
}

@media screen and (max-width: 767px) {
  .whts_cnt p.txt_note {
    font-size: 20px;
    line-height: 175%;
  }
}

.whts_cnt ul {
  text-align: center;
  display: flex;
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .whts_cnt ul {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .whts_cnt ul li:not(:last-child) {
    margin-bottom: 0;
  }
}



.whts_cnt figure {
  margin: auto;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .whts_cnt figure {
    width: 100%;
  }
}

.whts_cnt figure img {
  mask-image: radial-gradient(circle, black 70%, transparent 100%);
}

@media screen and (max-width: 767px) {
  .whts_cnt figure img {
    mask-image: linear-gradient(to right,
        transparent,
        black 10%,
        black 90%,
        transparent),
      linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
    mask-composite: intersect;
    /* マスクを合成する */
    -webkit-mask-image: linear-gradient(to right,
        transparent,
        black 10%,
        black 90%,
        transparent),
      linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
    -webkit-mask-composite: source-in;
  }
}

/*メリット*/
section.merit span.bg_orange,
section.check span.bg_orange {
  background-color: #f79623;
  background: linear-gradient(transparent 70%, #f79623 30%);
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
  margin: 0 0.25em;
}

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

  section.merit span.bg_orange,
  section.check span.bg_orange {
    margin: 0 0.15em;
    font-size: 25px;
  }
}

section.merit span.fc,
section.check span.fc {
  color: #1b63a7;
  font-weight: bold;
  font-size: 30px;
  margin: 0 0.25em;
}

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

  section.merit span.fc,
  section.check span.fc {
    margin: 0 0.15em;
    font-size: 25px;
  }
}

section.merit .wrap h2.ttl {
  font-size: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  section.merit .wrap h2.ttl {
    font-size: 30px;
  }
}

section.merit .wrap h2.ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  left: 22%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(https://glycochecker.neoscience.co.jp/wp-content/uploads/b54458759bc9488638c5df52d360ad6a.png);
}

@media screen and (max-width: 767px) {
  section.merit .wrap h2.ttl::before {
    left: -1%;
  }
}

.merit>div.wrap>div.over_wide {
  background-color: #22a0de;
  background-color: #e3faff;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .merit>div.wrap>div.over_wide {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.mrt_cnt_box {
  margin-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mrt_cnt_box {
    margin-bottom: 50px;
  }
}

.mrt_cnt_box:last-child {
  margin-bottom: 0;
}

.mrt_cnt_box>h3 {
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 25px;
  background-image: linear-gradient(#1b63a7, #1b63a7);
  background-repeat: no-repeat;
  background-size: 4rem 0.4rem;
  background-position: center bottom;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .mrt_cnt_box>h3 {
    font-size: 22px;
  }
}

.mrt_cnt_box>p {
  font-size: 22px;
  /* font-weight: 700; */
  line-height: 200%;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mrt_cnt_box>p {
    font-size: 20px;
    line-height: 175%;
  }
}

.mrt_cnt_box figure {
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .mrt_cnt_box figure {
    width: 100%;
  }
}

.mrt_cnt_box p.note {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin: 0;
  margin-top: 10px;
}

.check .over_wide {
  /* background-color: #fff; */
  padding-top: 100px;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .check .over_wide {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .check .bg_image {
    padding-left: 0;
    padding-right: 0;
  }
}

.check .mrt_cnt_box>p {
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .check .mrt_cnt_box>p {
    font-size: 20px;
  }
}

.bg_image {
  background: url(https://glycochecker.neoscience.co.jp/wp-content/uploads/1550382.png);
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

@media screen and (max-width: 767px) {
  .bg_image {
    margin-right: 0;
    margin-left: 0;
    background-position: bottom;
  }
}

/*お問い合わせ*/
#wpcf7-f7-p538-o1 {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #wpcf7-f7-p538-o1 {
    width: 100%;
  }
}

#wpcf7-f7-p538-o1 p {
  margin-bottom: 0;
}

#wpcf7-f7-p538-o1 tr {
  border: #ddd 1px solid;
}

#wpcf7-f7-p538-o1 th {
  background-color: #eff4ef;
  border-right: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
}

#wpcf7-f7-p538-o1 td {
  border-bottom: #ddd 1px solid;
}

@media screen and (max-width: 767px) {
  #wpcf7-f7-p538-o1 tr {
    display: flex;
    flex-direction: column;
  }
}

.submit>input {
  width: 100%;
}

#wpcf7-f7-p538-o1 .trap {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

/**********メインcss_ここまで**********/

/**********汎用css**********/

/*tableのスクロール↓*/
.table-wrap {
  overflow-x: scroll;
}

.table-wrap table {
  white-space: nowrap;
}

/*画面サイズの100％にする↓*/
.wide_box {
  padding: 0 0 0 0 !important;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding: 0 calc((100vw - 100%) / 2);
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 767px) {
  .wide_box {
    margin: auto 0em;
  }
}

/*スマホのみで改行↓*/
.sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

/*pcのみで改行↓*/
.pc-br {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

/*スマホで表示*/
@media (min-width: 767px) {
  .only-sp {
    display: none !important;
  }
}

/*pcで表示*/
@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

.ta-c {
  text-align: center;
}

.fw-b {
  font-weight: bold;
}

.fc-red {
  color: red;
}

.fc-00b050 {
  color: #00b050;
}

.fc-0070c0 {
  color: #0070c0;
}

.fc-eabb00 {
  color: #eabb00;
}