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

  共通スタイル

---------------------------------*/
:root {
  --text: #666;
  --main: #28b3f0;
  --accent: #fff924;
  --border: #fffdb9;
  --bg: #f0fcff;

  --inner-width: 1000px;
}

body {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic,
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  width: 100%;
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.1cap;
  color: var(--text);
  margin: 0;
  padding: 0;
}

/* p {
  margin: 0;
  padding: 0;
} */

a {
}
a:hover {
}
a:visited {
}

img {
  height: auto;
}

.txS {
  font-size: 0.75rem !important;
  font-weight: 400 !important;
}

.caution {
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.highlight {
  color: var(--main);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .displayPC {
    display: none;
  }
  br.pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .displaySP {
    display: none;
  }
  br.sp {
    display: none;
  }
}

h2 {
  position: relative;
  margin: 1.5em auto;
  padding: 1rem 0;
  width: 80%;
  max-width: 1000px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  background: var(--main);
  border-radius: 18px;
}

h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 48.3%;
  bottom: -20px;
  border-top: 20px solid var(--main);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

h2 span {
  color: var(--accent);
}

h3 {
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 700;
  display: inline;
  background: linear-gradient(transparent 50%, #fffdb9 70%);
  padding: 0 0 0.2rem 0;
  line-height: 2;
}

.ttlMgn {
  margin-bottom: 0.8rem;
}

.outline {
  width: 100%;
  background-color: var(--bg);
  margin-top: 8rem;
  padding: 8rem 0 3rem 0;
}

div {
  border: none !important;
}

.fixtureFrame {
  border: dotted 3px var(--main) !important;
  background-color: #fff;
  padding: 1rem 1rem 3rem 1rem;
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.fixtureFrame h2 {
  width: 94%;
  max-width: 860px;
  margin-top: 2rem;
}

.fixtureFrame .innerFrame {
  padding: 0 1rem;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.15rem;
    line-height: 1.5;
    padding: 0.8em;
    width: 84%;
  }

  h2::before {
    left: 45%;
  }

  h3 {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .fixtureFrame {
    width: 90%;
    max-width: 90%;
    padding: 0 1rem 1rem 1rem;
    margin-bottom: 3rem;
  }

  .fixtureFrame h2 {
    width: 96%;
    max-width: 96%;
  }

  .outline {
    margin-top: 4rem;
    padding: 4rem 0 1rem 0;
  }
}

/*---------------------------------
  メインビジュアル
---------------------------------*/
.MainVisual {
  position: relative;
  width: 100%;
  max-width: 100%;

  margin-bottom: 120px;
}

.MainVisual h1 {
  width: 100%;
  max-width: 100%;
  border: none;
}

.MainVisual img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .MainVisual {
    top: -7px;
    margin-bottom: 70px;
  }
}

/*---------------------------------
  イントロ
---------------------------------*/
.IntroWrap {
  width: 100%;
  text-align: center;
  margin-bottom: 7rem;
}

.IntroWrap .BGframe {
  background-color: var(--bg);
  border-radius: 60px;
  margin: 0 auto;
  padding: 5rem 0;
  width: 84%;
  max-width: 1000px;
}

.IntroWrap .BGframe .article {
  margin: 0 auto;
  width: 80%;
  max-width: 900px;
  margin-bottom: 12rem;
}

.IntroWrap .BGframe .article p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
}

.IntroWrap .copyBlock {
  width: 100%;
  margin-top: -13rem;
  padding-bottom: 10rem;
  background-image: url(../img/intro_baby.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 40%;
}

.IntroWrap .copyBlock img.copy {
  width: 46%;
  margin: 0 auto;
  margin-left: -10rem;
  display: inline;
}

@media screen and (max-width: 768px) {
  .IntroWrap {
    margin-bottom: 5rem;
  }

  .IntroWrap .BGframe {
    border-radius: 30px;
    padding: 3rem 0;
    width: 90%;
    max-width: 90%;
  }

  .IntroWrap .BGframe .article {
    width: 90%;
    max-width: 90%;
  }

  .IntroWrap .BGframe .article p {
    font-size: 1rem;
    line-height: 1.8;
  }

  .IntroWrap .BGframe .article {
    margin-bottom: 20rem;
  }

  .IntroWrap .copyBlock {
    margin-top: -21rem;
    background-size: 40%;
    text-align: left;
    padding-bottom: 16rem;
    background-position: bottom right;
    background-size: 70%;
  }

  .IntroWrap .copyBlock img.copy {
    width: 80%;
    margin-left: 0;
  }
}

/*---------------------------------
  医療機関で導入されている理由
---------------------------------*/
.reasonWrap {
  width: 100%;
}

.reasonWrap .innerFrame {
  display: flex;
  margin: 0 auto;
  margin-bottom: 1rem;
  padding: 1.5rem 0 2.5rem 0;
  width: 80%;
  max-width: 800px;
  border-bottom: dotted 4px #d5d5d5;
}

.reasonWrap .innerFrame.non {
  border-bottom: none;
}

.reasonWrap .innerFrame:first-child {
  padding: 0 0 2.5rem 0;
}

.reasonWrap .innerFrame h3 {
  margin-top: 1rem;
}

.reasonWrap .innerFrame img.icon {
  width: 130px;
  margin: 0 !important;
  margin-right: 3rem !important;
}

.reasonWrap .innerFrame p {
  font-size: 1rem;
  line-height: 1.9;
  margin: 0;
  padding: 0;
}

.reasonWrap .drcomment {
  text-align: center;
  margin-top: 3rem;
}

.reasonWrap .drcomment img {
  margin: 0 auto;
  width: 80%;
  max-width: 900px;
}

@media screen and (max-width: 768px) {
  .reasonWrap .innerFrame {
    display: block;
    text-align: center;
    border-bottom: dotted 3px #d5d5d5;
  }

  .reasonWrap .innerFrame h3 {
    margin-top: 0;
  }

  .reasonWrap .innerFrame img.icon {
    width: 86px;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }

  .reasonWrap .innerFrame p {
    font-size: 0.95rem;
  }

  .reasonWrap .drcomment {
    margin-top: 1rem;
  }

  .reasonWrap .drcomment img {
    width: 90%;
    max-width: 90%;
  }
}

/*---------------------------------
  とっても簡単！体温の測り方
---------------------------------*/
.howtoWrap {
  width: 100%;
}

.howtoWrap .innerFrame {
  display: flex;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem 0 1.5rem 0;
  border-bottom: dotted 2px #d5d5d5;
}

.howtoWrap .innerFrame:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding: 1.5rem 0 0.5rem 0;
}

.howtoWrap .innerFrame .Mode {
  width: 230px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/modeBG_right.svg);
  background-repeat: no-repeat;
  background-position: center right;
}

.howtoWrap .innerFrame .taion {
  background-color: #f0fcff;
  color: var(--main);
}

.howtoWrap .innerFrame .ondo {
  background-color: #fff8f0;
  color: #f8830d;
}

.howtoWrap .explainWrap {
  width: 100%;
}

.howtoWrap .explain {
  text-align: left;
  display: flex;
  align-items: center;
  margin-left: 1rem;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.howtoWrap .explain:last-child {
  margin-bottom: 0;
}

.howtoWrap .explain img {
  width: 240px;
  margin: 0;
  margin-right: 1.3rem;
}

.howtoWrap .explain p {
  vertical-align: middle;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .howtoWrap .innerFrame {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .reasonWrap .innerFrame img.icon {
    margin: 0 auto 1.5rem !important;
  }

  .howtoWrap .innerFrame:last-child {
    padding: 2rem 0 1rem 0;
  }

  .howtoWrap .innerFrame .Mode {
    width: 100%;
    margin-bottom: 0.7rem;
    padding: 1.5rem 0 2rem 0;
    background-image: url(../img/modeBG_down.svg);
    background-position: center bottom;
  }

  .howtoWrap .explainWrap {
    margin-bottom: 0;
  }

  .howtoWrap .explain {
    text-align: center;
    display: block;
    align-items: center;
    margin-left: 0;
    margin-bottom: 1.5rem;
    padding: 0.8rem 0 0.5rem 0;
    font-size: 1rem;
  }

  .howtoWrap .explain img {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .howtoWrap .explain p {
    vertical-align: top;
    font-size: 0.95rem;
  }
}

/*---------------------------------
  3つのこだわり
---------------------------------*/
.featureWrap {
  width: 100%;
}

.featureWrap .innerFrame {
  padding: 0 0 2rem 0;
}

.featureWrap .explain {
  text-align: center;
  margin-bottom: 4rem;
}

.featureWrap .explain:last-child {
  margin-bottom: 0;
}

.featureWrap .tag {
  margin: 0 auto;
  padding: 1rem 0;
}

.featureWrap .tag img {
  width: 140px;
}

.featureWrap .explain .img01,
.featureWrap .explain .img02,
.featureWrap .explain .img03 {
  margin: 0 auto;
}

.featureWrap .explain .img01 img,
.featureWrap .explain .img02 img,
.featureWrap .explain .img03 img {
  width: 70%;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .featureWrap h3 {
    font-size: 1.15rem;
  }

  .featureWrap .explain {
    margin-bottom: 3rem;
  }

  .featureWrap .tag {
    margin-top: 2rem;
    margin-bottom: 0.3rem;
    padding: 0.5rem 0;
  }

  .featureWrap .tag img {
    width: 120px;
  }

  .featureWrap .explain p {
    font-size: 0.95rem;
  }

  .featureWrap .explain .img01 img,
  .featureWrap .explain .img02 img,
  .featureWrap .explain .img03 img {
    width: 97%;
  }
}

/*---------------------------------
  「ベビースマイルPit」は医療機器
---------------------------------*/
.medicalWrap {
  width: 100%;
}

.medicalWrap h3 {
  margin-top: 0;
}

.medicalWrap .innerFrame {
  text-align: center;
}

.medicalWrap .innerFrame img {
  width: 70%;
}

.medicalWrap .innerFrame .imgArea {
  margin: 1.5rem 0;
}

@media screen and (max-width: 768px) {
  .medicalWrap .innerFrame p {
    font-size: 0.95rem;
  }

  .medicalWrap .innerFrame img {
    width: 100%;
  }
}

/*---------------------------------
  商品詳細
---------------------------------*/
.productWrap {
  background-color: var(--main);
  width: 100%;
  padding: 8rem 0;
}

.productWrap .innerFrame {
  background-color: #fff;
  margin: 0 auto;
  padding: 3rem 0;
  text-align: center;
  width: 80%;
  max-width: 900px;
}

.productWrap .innerFrame .productArea {
  width: 84%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: dotted 4px #d5d5d5;
}

.productWrap .productArea h3 {
  background: none;
}

.productWrap .productArea h3.productName {
  border-bottom: dotted 2px var(--main);
  margin-bottom: 1rem;
  padding-bottom: 0;
  line-height: 2;
}

.productWrap .productArea .copy {
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
}

.productWrap .productArea .productImg {
  margin: 2rem 0 3rem 0;
}

.productWrap .productArea .productImg img {
  width: 140px;
}

.productWrap .productArea .tag {
  margin: 1.5rem 0;
  padding: 0;
}

.productWrap .productArea .tag img {
  width: 74%;
}

.productWrap .productArea .price {
  font-weight: 700;
  font-size: 2rem;
}

.productWrap .productArea .price .value {
  color: var(--main);
  font-size: 2.7rem;
  margin-right: 0.3rem;
}

.productWrap .productArea .price .txS {
  font-weight: 600;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .productWrap {
    padding: 4rem 0;
  }

  .productWrap .innerFrame {
    padding: 2rem 0;
    width: 86%;
    max-width: 86%;
  }

  .productWrap .innerFrame .productArea {
    width: 90%;
    max-width: 90%;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: dotted 3px #d5d5d5;
  }

  .productWrap .productArea .productImg {
    margin-bottom: 2rem;
  }

  .productWrap .productArea .productImg img {
    width: 30%;
  }

  .productWrap .productArea .copy {
    font-size: 1rem;
  }

  .productWrap .productArea .price {
    font-size: 1.25rem;
  }

  .productWrap .productArea .price .value {
    font-size: 2.2rem;
  }

  .productWrap .productArea .price .txS {
    font-size: 1rem;
  }

  .productWrap .productArea .tag img {
    width: 100%;
  }
}

/*-------- ご購入はこちら / 調整のみ・ボタンデザインは共通cssを適用---------*/
.productWrap .onlineshopWrap {
  width: 800px;
  max-width: 800px;
  margin: 0 auto;
}

.productWrap .onlineshopWrap h3 {
  background: none;
}

.productWrap .onlineshopWrap .storeBtnWrap {
  margin-top: 1.5rem;
}

.productWrap .onlineshopWrap .storeBtnWrap .storeBtn a {
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  padding: 0.5rem 0 !important;
}

@media screen and (max-width: 768px) {
  .productWrap .onlineshopWrap {
    width: 80%;
    max-width: 80%;
  }
}
