@charset "UTF-8";

/*  ------------------------------
SCSS
 ------------------------------ */
/* ------------------------------
基本
 ------------------------------ */
body {
  font-family: メイリオ, Meiryo, Osaka, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  /* 10px */
  line-height: 150%;
  color: #707070;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}

a {
  text-decoration: none;
  color: #707070;
}
/*
sup {
  vertical-align: super;
  font-size: smaller;
}*/

sup {
  font-size: 70%;
	vertical-align: super;
	position: relative;
	top: -0.1em;
}

* #wrap {
  width: 100%;
  /*height: auto !important;*/
  height: 100%;
  min-height: 100vh;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  background: #ebf5f5;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
}

#wrap.base-infection {
  background: #ebf6ff;
}

#wrap.base-prevention {
  background: #fffced;
}

header {
  width: 100%;
  background: #ffffff;
}

.header {
  width: 1008px;
  height: 83px;
  margin: 0 auto;
  padding-top: 8px;
  box-sizing: border-box;
}

.doctorName {
  width: 1024px;
  margin: 0 auto;
  padding: 0px 10px 30px 10px;
  text-align: right;
}

.mainLogo {
  margin: 0 auto;
  text-align: center;
}

.logoArea {
  height: 34px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

section p,
dd {
  padding: 0;
}

section p,
dd {
  line-height: 1.6rem;
}

/*------------------------------
contentsエリア
------------------------------ */
.contents {
  width: 1024px;
  padding: 10px;
  margin: 8px auto;
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
}

.colum {
  display: flex;
  display: -ms-flexbox;
}

.colum .colum-half {
  width: 50%;
  padding: 0 4px;
}

.colum-justify {
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.columMain {
  width: 802px;
  margin-left: 10px;
}

/*------------------------------
TOP
------------------------------ */
.main {
  width: 1008px;
  margin: 0 auto;
}

.mainLogo {
  margin: 0 auto;
  margin-top: -10px;
}

/*TOP メインnav*/
.navTop {
  width: 100%;
  display: flex;
  -ms-display: flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.navTop-balloon {
  position: relative;
  /* 三角の位置を固定するために設定 */
  width: 316px;
  /* 幅 */
  margin: -40px auto 40px;
  /* 上 左右 下のマージン */
  padding: 10px;
  /* ふきだし内の余白 */
  background: #fff;
  /* 背景色 */
  text-align: center;
  /* テキストの揃え */
  border-radius: 40px;
  /* <-追加 */
  box-shadow: 0px 3px 0px 0px rgba(1, 171, 191, 0.3);
}

.navTop-balloon::before {
  /* 三角の部分 */
  content: "";
  position: absolute;
  /* 位置固定 */
  bottom: -28px;
  /* 線幅の2倍 */
  left: 50%;
  margin-left: -14px;
  /* 線幅だけずらす */
  border: 14px solid transparent;
  /* 線幅の設定 */
  border-top-color: #fff;
  /* 吹き出しの地と同じ色 */
}

.navTop-balloon a {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 130%;
  color: #01abbf;
}

.navTop-balloon a:hover {
  border-radius: 40px;
  /* <-追加 */
  background: #fffc00;
  /* 背景色 */
}

.referenceBox {
  background: #fff;
  padding: 6px 16px;
  margin-bottom: 16px;
}

.referenceBox .observation {
  padding: 6px 16px;
  margin-bottom: 16px;
}

.observation table td.child {
  padding-right: 1em;
}

.observation table td.child::before {
  content: "・";
}

.referenceTitle {
  padding: 16px;
  background: rgba(1, 171, 191, 0.15);
}

.referenceTitle-prevention {
  padding: 16px;
  background: rgba(255, 146, 3, 0.15);
}

/*-----------------------
いつもと違う！こどものサイン
------------------------*/
.mainPrevention {
  /*width: 940px;*/
  height: 200px;
  margin: 0 auto;
  background: url("../img/_prevention_top.png") no-repeat;
  background-position: center;
  background-size: contain;
}

.mainInfection {
  /*width: 940px;*/
  height: 200px;
  margin: 0 auto;
  background: url("../img/_infection_top.png") no-repeat;
  background-position: top;
  background-size: contain;
}

.mainVisual {
  width: 940px;
  height: 560px;
  margin: 16px 0 auto;
  background: url("../img/baby.png") no-repeat;
  background-position: center;
  background-size: contain;
}

.mainSign {
  position: relative;
  /*width: 940px;*/
  height: 460px;
  margin: 0 auto;
  text-align: center;
  background: url("../img/mainSign.png") no-repeat;
  background-position: center;
  background-size: contain;
}

.mainSign .toplLeft {
  position: absolute;
  top: 0;
  left: 30%;
}

.mainSign .toplRight {
  position: absolute;
  top: 0;
  right: 30%;
}

.mainSign .middlelLeft {
  position: absolute;
  top: 40%;
  right: 20%;
}

.mainSign .middlelRight {
  position: absolute;
  top: 40%;
  left: 20%;
}

.mainSign .bottomCnter {
  position: absolute;
  top: 70%;
  right: 0;
  left: 0;
}

.btn-checkPoint {
  width: 630px;
  margin: 10px auto;
}

.btn-checkPoint a {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
}

ul.boxSign {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

ul.boxSign li {
  position: relative;
  width: 326px;
  height: 340px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: #ffffff;
}

.img_sign-point {
  position: absolute;
  right: 0;
  bottom: 0;
}

dl.boxSign-title {
  overflow: hiddin;
}

dl.boxSign-title dt {
  padding: 10px;
  /*margin-bottom: 3px;*/
  font-size: 1.3rem;
  color: #ffffff;
  background: #01abbf;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
}

dl.boxSign-title dd {
  padding: 6px;
  line-height: 130%;
}

dl.boxSign-title dd::before {
  content: "・";
}

/*-- sign吹き出し --*/
.sign-balloon {
  position: relative;
  width: 511px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 5px;
}

.sign-balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  border-right: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.sign-balloon dl {
  color: #01abbf;
}

.sign-balloon dt {
  padding-bottom: 10px;
  font-size: 1.2rem;
}

.sign-balloon dd {
  margin-top: 4px;
  padding-left: 28px;
  padding-bottom: 4px;
  font-size: 1.4rem;
  line-height: 2rem;
  background: url(../img/icon_sign.svg) no-repeat;
  background-size: 22px;
  background-position: left 0 top 6px;
}

.sign-line {
  border-bottom: dashed 1px #01abbf;
}

/*-- こども医療電話 --*/
.tel-consul {
  background: rgba(1, 171, 191, 0.15);
}

.tel-consul p {
  padding: 24px 32px;
  line-height: 160%;
}

ul.boxSign {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

ul.boxSign li {
  position: relative;
  width: 326px;
  height: 336px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: #ffffff;
}

/*-----------------------
こどもの感染症
------------------------*/
.infection-point {
  margin-top: 4px;
  padding-left: 32px;
  padding-bottom: 4px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  background: url("../img/icon_infection.svg") no-repeat;
  background-size: 22px;
  background-position: 2px;
}

.mainSign .bottomCnter {
  position: absolute;
  top: 70%;
  right: 0;
  left: 0;
}

/*-----------------------
その他要素
------------------------*/
/*--　共通BOX --*/
dl.box-left {
  height: 100%;
  line-height: 1.6em;
  background: #ffffff;
}

dl.box-left dt {
  padding: 16px;
  color: #01abbf;
  text-align: center;
  background: #d3eef0;
}

dl.box-left dd {
  padding: 6px 16px;
  line-height: 1.4em;
}

dl.box-right {
  height: 100%;
  line-height: 1.6em;
  background: #ffffff;
}

dl.box-right dt {
  padding: 16px;
  color: #f25e5e;
  text-align: center;
  background: #ffe2e2;
}

dl.box-right dd {
  padding: 6px 16px;
  line-height: 1.4em;
}

dl.box-left dd::before {
  content: "・";
}

dl.box-left dd.example::before {
  content: "";
}

dl.box-right dd::before {
  content: "・";
}

dl.box-right dd.example::before {
  content: "";
}

ul.nomal {
  padding: 8px 16px;
  font-size: 1.3rem;
  line-height: 2rem;
}

ul.nomal li::before {
  content: "・";
}

/*------------------------------
footerエリア
------------------------------*/
footer {
  width: 100%;
  font-size: 0.8rem;
}

.bg-footer {
  width: 100%;
  height: 46px;
  margin-top: 40px;
  background: url("../img/bg_footer.svg") repeat-x;
}

.footer {
  width: 1008px;
  margin: 0 auto;
  padding-top: 48px;
}

.footer nav {
  background: #ffffff;
}

ul.footer_nav {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 16px auto;
}

.copylight {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
}

/*------------------------------
メニューICON
------------------------------ */
ul.nav {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 0 auto;
  margin-top: 8px;
  box-sizing: border-box;
}

.home {
  background: url("../img/icon_home.svg") no-repeat;
  background-position: left;
  background-size: 24px;
  padding: 8px 30px;
}

.sign {
  background: url("../img/icon_sign.svg") no-repeat;
  background-position: left;
  background-size: 24px;
  padding: 8px 30px;
}

.infection {
  background: url("../img/icon_infection.svg") no-repeat;
  background-position: left;
  background-size: 24px;
  padding: 8px 30px;
}

.prevention {
  background: url("../img/icon_prevention.svg") no-repeat;
  background-position: left;
  background-size: 24px;
  padding: 8px 0 8px 30px;
}

/*------------------------------
headerNav
------------------------------ */
.nav > li a {
  display: block;
  text-decoration: none;
}

.nav > li a:hover {
  width: 100%;
  color: #999;
}

ul.nav_second-level {
  width: 100%;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.nav > li:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* floatクリア */
.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav {
  *zoom: 1;
  background: #ffffff;
}

/*メガメニュー*/
li.nav_mega ul.nav_second-level {
  width: 100%;
  position: absolute;
  top: 83px;
  left: 0;
  right: 0;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 0;
  background: #ffffff;
  border-top: solid 1px #efefef;
}

li.nav_mega:hover ul.nav_second-level {
  width: 100%;
  padding: 20px 18px;
  top: 83px;
  left: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
}

li.nav_mega ul.nav_second-level li {
  float: left;
  width: 50%;
  vertical-align: middle;
  padding: 8px 20px;
  border: none;
}

li.nav_mega ul.nav_second-level li:hover {
  background: #fffc00;
  border-radius: 20px;
}

/**
li.nav_mega ul.nav_second-level > li:nth-child(3n+2) {
	margin: 0;
}*/
/*hover時のアンダーライン*/
.underline {
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
}

.underline::after {
  background-color: #ff8f4a;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.2s all;
  width: 0;
}

.underline:hover::after {
  width: 100%;
}

/*------------------------------
パンくず
------------------------------ */
ul.breadcrumb li {
  display: inline-block;
  margin-bottom: 16px;
}

ul.breadcrumb li + li:before {
  content: ">";
  margin: 0 0.2em;
}

ul.breadcrumb li a:hover {
  text-decoration: underline;
}

/*------------------------------
colum Nav
------------------------------ */
.columNav ul {
  width: 196px;
}

.columNav ul li a {
  display: block;
  margin-bottom: 4px;
  padding: 10px 0 10px 30px;
  background: #ffffff;
  border-radius: 20px;
}

/*いつもと違う！こどものサイン*/
li.nav-sign a {
  position: relative;
  color: #01abbf;
}

li.nav-sign a:hover {
  background: #fffc00;
}

li.nav-sign .active {
  background: #fffc00;
}

li.nav-sign a::before {
  position: absolute;
  top: 8px;
  left: 8px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_sign.svg) no-repeat;
  background-size: contain;
}

/*知っていますか！こどもの感染症*/
li.nav-infection a {
  position: relative;
  display: block;
  padding: 0 20px;
  color: #5aa3e6;
}

li.nav-infection a:hover {
  background: #fffc00;
}

li.nav-infection .active {
  background: #fffc00;
}

li.nav-infection a::before {
  position: absolute;
  top: 8px;
  left: 8px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_infection.svg) no-repeat;
  background-size: contain;
}

/*予防しましょう！こどもの感染症*/
li.nav-prevention a {
  position: relative;
  display: block;
  padding: 0 20px;
  color: #ff8f4a;
}

li.nav-prevention a:hover {
  background: #fffc00;
}

li.nav-prevention .active {
  background: #fffc00;
}

li.nav-prevention a::before {
  position: absolute;
  top: 8px;
  left: 8px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_prevention.svg) no-repeat;
  background-size: contain;
}

/*------------------------------
MENU
------------------------------ */
.nav-button {
  display: none;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

/*------------------------------
レスポンシブ
------------------------------ */
@media screen and (max-width: 1024px) {
  /*------------------------------
  headerNav
  ------------------------------ */
  ul.nav {
    display: block;
    top: 0;
    height: 100%;
  }

  .nav > li a {
    display: block;
    text-decoration: none;
  }

  .nav > li a:hover {
    color: #01abbf;
    -webkit-transition: none;
    transition: none;
  }

  /* floatクリア */
  .nav:before,
  .nav:after {
    content: " ";
    display: block;
  }

  .nav:after {
    clear: both;
  }

  .nav {
    *zoom: 1;
  }

  ul.nav_second-level {
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }

  /*メガメニュー*/
  li.nav_mega {
    width: 90%;
    margin: 0 auto;
    /*margin-top: 20px;*/
    background: transparent;
  }

  li.nav_mega ul.nav_second-level {
    position: static;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
    padding: 0;
    background: transparent;
    border-top: none;
    -webkit-transition: none;
    transition: none;
  }

  li.nav_mega:hover ul.nav_second-level {
    width: 100%;
    top: 0;
    padding: 0;
    visibility: visible;
    opacity: 1;
  }

  li.nav_mega ul.nav_second-level > li {
    float: none;
    width: 100%;
    padding: 30px 8px;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    text-align: center;
    border-right: solid 1px #01abbf;
    border-left: solid 1px #01abbf;
    border-top: solid 1px #01abbf;
    background: #ffffff;
  }

  li.nav_mega ul.nav_second-level > li:hover {
    border-radius: 0;
  }

  /*最後*/
  li.nav_mega ul.nav_second-level > li:last-child {
    border-bottom: solid 1px #01abbf;
  }

  /*
  li.nav_mega ul.nav_second-level li::before{
  	content: ""
  }*/
  li.nav_mega ul.nav_second-level > li a {
    line-height: 1.6rem;
  }

  /*hover時のアンダーライン SPでは非表示*/
  .underline {
    padding-bottom: 0;
    position: static;
    display: block;
    width: 100%;
    /*height: 100%;
    line-height: 100px;*/
    padding: 10px 0;
  }

  .underline::after {
    background-color: #ff8f4a;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: static;
    transition: none;
    width: 0;
  }

  .underline:hover::after {
    width: 0;
  }

  /*ハンバーガーメニュー*/
  .sp-nav_toggle {
    position: fixed;
    top: 12px;
    right: 16px;
    height: 32px;
    cursor: pointer;
  }

  .sp-nav_toggle > div {
    position: relative;
    width: 38px;
  }

  .sp-nav_toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #01abbf;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }

  .sp-nav_toggle span:nth-child(1) {
    top: 6px;
  }

  .sp-nav_toggle span:nth-child(2) {
    top: 14px;
  }

  .sp-nav_toggle span:nth-child(3) {
    top: 23px;
  }

  .sp-nav_toggle p {
    font-size: 0.7rem;
  }

  .open .sp-nav_toggle span {
    background: #01abbf;
  }

  .open .sp-nav_toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }

  .open .sp-nav_toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }

  .open .sp-nav_toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }

  .sp-nav_toggle p {
    color: #01abbf;
    text-align: center;
    margin-top: 36px;
  }

  /* z-index */
  .sp-nav_toggle {
    z-index: 1000;
  }

  /*モーダルウィンドウ*/
  .sp-nav {
    height: 100vh;
    color: #01abbf;
    visibility: hidden;
    z-index: -9999;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }

  .sp-nav a {
    height: 100%;
    display: block;
    color: #01abbf;
    text-decoration: none;
  }

  .sp-nav ul {
    list-style: none;
  }

  .sp-nav ul li {
    display: block;
  }

  /* open */
  .open {
    width: 100%;
    position: fixed;
  }

  .open .sp-nav {
    overflow: scroll;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    height: 100vh;
    padding-bottom: 200px;
    background: #ebf5f5;
    border-top: solid 1px #01abbf;
  }

  .open .sp-nav li {
    opacity: 1;
    /*transform: translateX(0);
      transition:  transform 1s ease, opacity .9s ease;*/
  }

  ul.nav {
    overflow: hidden;
    pointer-events: atuo;
    margin-top: 0;
    padding-bottom: 100px;
    background: #ebf5f5;
  }
}

/* ----------------------------
page-top
----------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 1rem;
}

#page-top a {
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  background: #01abbf;
  border-radius: 60px;
}

#page-top a:hover {
  text-decoration: none;
  background: #01abbf;
}

/*------------------------------
icon
------------------------------ */
.subHead-ambulance {
  /*救急車*/
  background: #f25e5e;
  border-radius: 20px;
  color: #fff;
  padding: 0 8px;
}

.subHead-Urgent {
  /*至急*/
  background: #ff8f4a;
  border-radius: 20px;
  color: #fff;
  padding: 0 8px;
}

.subHead-medicale {
  /*受診*/
  background: #5dc489;
  border-radius: 20px;
  color: #fff;
  padding: 0 8px;
}

.icon-urgent {
  /*至急*/
  background: url("../img/icon_urgent.png") no-repeat;
  background-position: left;
  background-size: 48px;
  padding: 2px 54px;
}

.icon-ambulance {
  /*救急車*/
  background: url("../img/icon_ambulance.png") no-repeat;
  background-position: left;
  background-size: 48px;
  padding: 2px 54px;
}

.icon-medicale {
  /*至急*/
  background: url("../img/icon_doctor.png") no-repeat;
  background-position: left;
  background-size: 48px;
  padding: 2px 54px;
}

.icon-pc {
  background: url("../img/icon_pc.png") no-repeat;
  background-position: left;
  background-size: 20px;
  padding: 2px 24px;
}

.icon-pc_orenge {
  background: url("../img/icon-pc_orenge.png") no-repeat;
  background-position: left;
  background-size: 20px;
  padding: 2px 24px;
}

.icon-blank {
  background: url("../img/icon-blank.png") no-repeat;
  background-position: left;
  background-size: 14px;
  padding: 4px 18px;
}

/*------------------------------
要素
------------------------------ */
.left {
  float: left;
}

.right {
  float: right;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*-----title フォントサイズ・位置-----*/
h2 {
  font-size: 1.6rem;
}

h2 span {
  font-size: 1.3rem;
  line-height: 1.3rem;
  margin-top: -10px;
  padding: 8px 60px;
}

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

/*------------------------------
contentsタイトル
------------------------------ */
.title-sign {
  width: 1008px;
  margin-bottom: 28px;
  padding: 18px 6px 18px 20px;
  background: #01abbf;
  text-align: left;
  color: #ffffff;
  border-radius: 48px;
}

.title-sign span {
  border-radius: 30px;
  color: #01abbf;
  background: #ffffff;
}

.title-infection {
  width: 1008px;
  margin-bottom: 28px;
  padding: 18px 6px 18px 20px;
  background: #5aa3e6;
  text-align: left;
  color: #ffffff;
  border-radius: 48px;
}

.title-infection span {
  border-radius: 30px;
  color: #5aa3e6;
  background: #ffffff;
}

.title-prevention {
  width: 1008px;
  margin-bottom: 28px;
  padding: 18px 6px 18px 20px;
  background: #ff8f4a;
  text-align: left;
  color: #ffffff;
  border-radius: 48px;
}

.title-prevention span {
  border-radius: 30px;
  color: #ff8f4a;
  background: #ffffff;
}

.subTitle,
.subTitle-2lines {
  width: 802px;
  height: 54px;
  line-height: 54px;
  margin-bottom: 16px;
  color: #01abbf;
  background: #ffffff;
}

.subTitle img {
  padding-right: 4px;
}
.subTitle-2lines img {
  padding-right: 4px;
  vertical-align: middle;
  float: none;
}

.subTitle-infection {
  width: 802px;
  margin-bottom: 16px;
  padding-left: 6px;
  padding-bottom: 6px;
  color: #5aa3e6;
  border-left: solid 20px #5aa3e6;
  background: #ffffff;
}

h3.subTitle-infection {
  line-height: 1.6rem;
}

.subTitle-prevention {
  width: 802px;
  height: 54px;
  line-height: 54px;
  margin-bottom: 16px;
  padding-left: 6px;
  color: #ff8f4a;
  border-left: solid 20px #ff8f4a;
  background: #ffffff;
}

/*--------------------------------
tableBOX
---------------------------------*/
.boxTable {
  display: table;
  table-layout: fixed;
  width: 100%;
}

table.boxTable {
  width: calc(100% - 16px);
  margin: 8px auto 0;
  table-layout: auto;
}

table.boxTable tr td {
  vertical-align: middle;
  color: #fff;
}

table.boxTable tr td p.timing {
  padding-left: 1em;
}

table.boxTable tr td.detail {
  vertical-align: middle;
  background-color: #fff;
  color: #707070;
  border-bottom: solid 8px #5aa3e6;
}

.boxTableW {
  display: table;
  table-layout: fixed;
}

.boxFlex {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
}

.boxTable-etiq {
  display: table;
  width: 100%;
}

.etiq-cell_img {
  display: table-cell;
  width: 23%;
}

.etiq-cell_txt {
  display: table-cell;
  width: 77%;
}

dl.preven_box {
  width: 100%;
  background: #1a77c5;
  padding: 6px;
}

dt.preven_box {
  display: table-cell;
  width: 120px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}

dd.preven_box {
  background: #fff;
  padding: 16px;
  vertical-align: middle;
}

dl.preven_box02 {
  width: 100%;
  margin-top: 8px;
  background: #ff8f4a;
  padding: 6px;
}

dt.preven_box02 {
  display: table-cell;
  width: 120px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}

dd.preven_box02 {
  background: #fff;
  padding: 16px;
  vertical-align: middle;
}

.preven_box-AB {
  border: solid 2px #1a77c5;
  background: #fff;
  padding: 16px 8px;
}

dt.preven_box-A {
  display: table-cell;
  width: 100px;
  font-size: 1.3rem;
}

dt.preven_box-A span.box-A {
  padding: 10px;
  color: #ffffff;
  text-align: center;
  background: #01abbf;
}

dt.preven_box-B {
  display: table-cell;
  width: 100px;
  font-size: 1.3rem;
}

dt.preven_box-B span.box-B {
  padding: 10px;
  color: #ffffff;
  text-align: center;
  background: #5aa3e6;
}

.preven_box-A dd {
  margin-left: 20px;
}

.preven_box-B dd {
  margin-left: 20px;
}

.leftBox {
  margin-bottom: 6px;
  margin-right: 6px;
  float: left;
}

/*-----箇条書き-----*/
.txt {
  /*  text-indent: -1em;
    margin-left: 1em;*/
  line-height: 2rem;
}

.txt::before {
  content: "";
  display: inline-block;
  /*width: 1em;*/
  text-indent: 0;
}

.txt-list {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 2rem;
}

.txt-list::before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

.sign-subHead {
  width: 300px;
  margin-top: 16px;
  padding: 2px 8px;
  text-align: center;
  color: #ffffff;
  background: #01abbf;
  border-radius: 20px;
}

dt.sign-subHead {
  padding: 6px;
}

dl.subHead dt {
  width: 300px;
  margin-bottom: 16px;
  padding: 8px;
  text-align: center;
  color: #ffffff;
  border-radius: 20px;
}

dl.subHead dd {
  padding-left: 6px;
  padding-bottom: 16px;
  line-height: 1.6rem;
}

dl.subHead-long dt {
  width: 500px;
  margin-bottom: 16px;
  padding: 6px;
  text-align: center;
  color: #ffffff;
  border-radius: 20px;
}

dl.subHead-long dd {
  padding-left: 6px;
  padding-bottom: 16px;
  line-height: 1.6rem;
}

dl.nomal dt {
  margin-bottom: 0;
  text-align: left;
  color: #707070;
}

dl.nomal dd {
  padding-left: 1em;
  padding-bottom: 0;
}

.time-infection {
  display: table-cell;
  width: 25%;
  padding: 16px 0;
  vertical-align: middle;
  line-height: 1.3rem;
  text-align: center;
  color: #fff;
}

.sche-infection {
  display: table-cell;
  width: 75%;
  padding: 16px 0 16px 10px;
  line-height: 1.3rem;
  background: #fff;
}

.table_head-sign {
  display: table-cell;
  width: 182px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.6rem;
  color: #01abbf;
  background: #d3eef0;
}

.table_read-sign {
  display: table-cell;
  width: 620px;
  height: 60px;
  padding-left: 8px;
  vertical-align: middle;
  line-height: 1.6rem;
  background: #fff;
}

.table_head-red {
  display: table-cell;
  width: 182px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.6rem;
  color: #f25e5e;
  background: #ffe2e2;
}

.table_head-orenge {
  display: table-cell;
  width: 200px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.6rem;
  color: #ff8f4a;
  background: #ffe7b2;
}

.border_sign {
  border-top: solid 1px #01abbf;
}

.border_sign:last-child {
  border-bottom: solid 1px #01abbf;
}

.border_red {
  border-top: solid 1px #01abbf;
  border-bottom: solid 1px #f25e5e;
}

.border_orenge {
  border-top: solid 1px #ff8f4a;
}

.border_orenge:last-child {
  border-bottom: solid 1px #ff8f4a;
}

.txt-infection {
  color: #5aa3e6;
}

.txt-prevention {
  color: #ff8f4a;
}

.bg-sign {
  background: #ebf5f5;
}

.bg-infection {
  background: #5aa3e6;
}

.bg-prevention {
  background: #ff8f4a;
}

.txt-small {
  padding-top: 10px;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 150%;
}

.txt-medium {
  font-size: 1.2rem;
  font-weight: normal;
}

.txt-center {
  margin: 0 auto;
  text-align: center;
  line-height: 180%;
}

.txt-right {
  text-align: right;
}

.source {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.txt-bold {
  font-weight: bold;
}

.txt-orenge {
  color: #ff8f4a;
}

.txt-nomal {
  color: #707070;
  text-align: left;
}

.txt-red {
  color: #f25e5e;
}

.txt-sign {
  color: #01abbf;
}

.txt-sign a {
  color: #01abbf;
  text-decoration: underline;
}

.indent {
  text-indent: 1em;
}

.mb-large {
  margin-bottom: 32px;
}

/*-----ボーダー-----*/
.boder-right {
  border-right: dashed 1px #707070;
}

.boder-under {
  text-decoration: underline;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/*-----マーカー-----*/
.mark-yellow {
  background: linear-gradient(transparent 60%, #ffff00 40%);
}

.mark-red {
  background: linear-gradient(transparent 60%, #ffe6ba 40%);
}

.mark-pink {
  background: linear-gradient(transparent 60%, #ffe3db 40%);
}

.mark-orenge {
  background: linear-gradient(transparent 60%, #ff8f4a 40%);
}

.mark-blue {
  background: linear-gradient(transparent 60%, #d0f2ff 40%);
}

/*-- BOX --*/
.radius-box {
  margin-bottom: 8px;
  padding: 8px;
  background: #fff;
  border-radius: 5px;
}

/*-----ボタン　-----*/
.btn-square {
  display: inline-block;
  text-align: center;
  background: #01abbf;
  box-shadow: 0 5px 0 #028897;
  border-radius: 10px;
  margin: 20px auto;
  padding: 10px;
  cursor: pointer;
}

.btn-square:hover {
  opacity: 0.8;
}

.btn-square:active {
  opacity: 0.5;
  margin-top: 14px;
  margin-bottom: 6px;
  box-shadow: 0 1px 0 #028897;
}

/*ボタン　感染症*/
.btn-infection {
  width: 100%;
  margin: 10px auto;
}

.btn-infection a {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  color: #ffffff;
}

.btn-infec {
  display: inline-block;
  margin: 20px auto;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  background: #5aa3e6;
  box-shadow: 0 5px 0 #2381d8;
  border-radius: 10px;
  cursor: pointer;
}

.btn-infec:hover {
  opacity: 0.8;
}

.btn-infec:active {
  opacity: 0.5;
  margin-top: 14px;
  margin-bottom: 6px;
  box-shadow: 0 1px 0 #2381d8;
}

/*ボタン　スケジュール*/
.btn-ageSche {
  width: 100%;
  margin: 10px auto;
}

.btn-ageSche a {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

.btn-dl_ageSche {
  display: inline-block;
  margin: 10px auto;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  background: #ffc400;
  box-shadow: 0 5px 0 #e5b000;
  border-radius: 10px;
  cursor: pointer;
}

.btn-dl_ageSche:hover {
  opacity: 0.8;
}

.btn-dl_ageSche:active {
  opacity: 0.5;
  margin-top: 14px;
  margin-bottom: 6px;
  box-shadow: 0 1px 0 #e5b000;
}

/*ボタン　予防*/
.btn-prevention {
  width: 100%;
  margin: 10px auto;
}

.btn-prevention a {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

.btn-prevent {
  display: inline-block;
  margin: 10px auto;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  background: #1a77c5;
  box-shadow: 0 5px 0 #1a6db2;
  border-radius: 10px;
  cursor: pointer;
}

.btn-prevent:hover {
  opacity: 0.8;
}

.btn-prevent:active {
  opacity: 0.5;
  margin-top: 14px;
  margin-bottom: 6px;
  box-shadow: 0 1px 0 #1a6db2;
}

/*ボタン　予防トップ*/
.btn-preventTop {
  width: 48%;
  margin: 10px auto;
}

.btn-preventTop:first-child,
.btn-preventTop:nth-child(2) {
  margin-top: 0px;
}

.btn-preventTop a {
  display: block;
  padding: 10px 0;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

.btn-prevent_dent {
  display: inline-block;
  margin: 10px auto;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  background: #ff8f4a;
  box-shadow: 0 5px 0 #ed6d35;
  border-radius: 10px;
  cursor: pointer;
}

.btn-prevent_dent:hover {
  opacity: 0.8;
}

.btn-prevent_dent:active {
  opacity: 0.5;
  margin-top: 14px;
  margin-bottom: 6px;
  box-shadow: 0 1px 0 #ed6d35;
}

/*ボタン　知っておきたいトップ*/
.btn-infectionTop {
  width: 48%;
  margin: 10px auto;
}

.btn-infectionTop:first-child,
.btn-infectionTop:nth-child(2) {
  margin-top: 0;
}

.btn-infectionTop a {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: bold;
  color: #ffffff;
}

.btn-infection_dent {
  display: inline-block;
  margin: 10px auto;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  background: #ff8f4a;
  box-shadow: 0 5px 0 #2381d8;
  border-radius: 10px;
  cursor: pointer;
}

.btn-infection_dent:hover {
  opacity: 0.8;
}

.btn-infection_dent:active {
  opacity: 0.5;
  margin-top: 14px;
  margin-bottom: 6px;
  box-shadow: 0 1px 0 #2381d8;
}

/*-----円-----*/
.btn-circle a {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 2px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 1.3rem;
  color: #01abbf;
  text-align: center;
  line-height: 120px;
}

.btn-circle a:hover {
  background: #fffc00;
}

.circle-line {
  display: inline-block;
  padding: 2px;
  border-radius: 50%;
  border: solid 2px #ffffff;
}

.hover img:hover {
  opacity: 0.5;
}

/*-----SP/PC-----*/
.pc-tel img {
  width: 240px;
  height: auto;
}

.sp-left {
  float: left !important;
}

.sp-right {
  float: right !important;
}

.sp-none {
  display: block !important;
}

.pc-none {
  display: none !important;
}

br.sp-br {
  display: none !important;
}

br.pc-br {
  display: block !important;
}

.img-block {
  display: block;
}

.img-split {
  width: 540px;
  height: auto;
}

.img-splitMain,
.img-split01 {
  width: 290px;
  height: auto;
}

.img-split02 {
  width: 250px;
  height: auto;
}

.img-split03 {
  width: 180px;
  height: auto;
}

.img-split04 {
  width: 150px;
  height: auto;
}

.img-table {
  margin: 14px auto;
  padding: 0;
  text-align: center;
}

.mgn-top {
  margin-top: 1em;
}

.mgn-bottom {
  margin-bottom: 8px;
}

/* ------------------------------
ブレイクポイント　MAX1024px MAC
 ------------------------------ */
@media screen and (max-width: 1024px) {
  /*html {
    font-size: 3.125vw;
  }*/

  body {
    /*font-size: 1rem;*/
    box-sizing: border-box;
    /*
   html要素で指定されたfont-sizeの1.6倍になる
  */
  }

  #wrap {
    overflow: hidden;
  }

  .header {
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 9999;
  }

  .logoArea {
    width: 100%;
    height: auto;
    padding: 14px 0;
    margin-left: 10px;
  }

  .logoArea h1 {
    padding-left: 16px;
  }
  .logoArea img {
    width: 76%;
  }

  .mainLogo img {
    width: 100%;
  }

  /*------------------------------
  TOP
  ------------------------------ */
  .mainVisual {
    width: 100%;
    height: 40vh;
    background-size: contain;
    background-position: center;
  }

  .main {
    width: 100%;
    margin: 0 auto;
  }

  .mainLogo {
    width: 76%;
  }

  .contents {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
    margin-top: 100px;
    box-sizing: border-box;
  }

  .doctorName {
    width: 100%;
    padding: 10px;
    font-size: 0.6rem;
  }

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

  .navTop {
    display: block;
  }

  .navTop-balloon {
    width: 96%;
    margin: 0 auto;
    /* 上 左右 下のマージン */
    margin-bottom: 10px;
    /* padding: 8px;
     ふきだし内の余白 */
    background: #fff;
    /* 背景色 */
    text-align: center;
    /* テキストの揃え */
    border-radius: 20px;
    /* <-追加 */
    box-shadow: 0px 3px 0px 0px rgba(1, 171, 191, 0.3);
  }

  .navTop-balloon::before {
    /* 三角の部分 */
    content: "";
    bottom: 0;
    /* 線幅の2倍 */
    left: 0;
    margin-left: 0;
    /* 線幅だけずらす */
    border: 0;
    /* 線幅の設定 */
  }

  .navTop-balloon a {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  footer {
    width: 100%;
    padding: 0;
    z-index: 1000;
  }

  .bg-footer {
    height: 100%;
  }

  .footer {
    width: 100%;
  }

  .footer .footer_nav {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2px;
    padding: 0 16px;
    font-size: 0.8rem;
    line-height: 2rem;
    background: #ffffff;
  }

  .footer li {
    width: 50%;
  }

  .copylight {
    font-size: 0.8rem;
  }

  /*-----------------------
  colum
  ------------------------*/
  section {
    width: 96%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  section p,
  dd {
    padding: 10px;
  }

  .colum {
    display: block;
  }

  .colum .colum-half {
    width: 100%;
    padding: 0 4px;
  }

  .columMain {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }

  .boder-right {
    border-right: dashed 0px #707070;
  }

  /*-----------------------
  こどものサイン
  ------------------------*/
  #signPoint {
    margin-top: 24px;
  }

  .mainSign,
  .mainInfection,
  .mainPrevention {
    position: relative;
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: contain;
  }

  .mainSign .toplLeft {
    position: absolute;
    top: -3%;
    left: 15%;
  }

  .mainSign .toplRight {
    position: absolute;
    top: -3%;
    right: 15%;
  }

  .mainSign .middlelLeft {
    position: absolute;
    top: 50%;
    right: 2%;
  }

  .mainSign .middlelRight {
    position: absolute;
    top: 50%;
    left: 2%;
  }

  .mainSign .bottomCnter {
    position: absolute;
    top: 60%;
    right: 0;
    left: 0;
  }

  .btn-checkPoint {
    width: 100%;
    margin: 20px auto;
    /*font-size: 4.2rvw;*/
    font-weight: bold;
  }

  .btn-checkPoint a {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
  }

  ul.boxSign {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 16px;
  }

  ul.boxSign li {
    width: 100%;
    height: auto;
    min-height: 200px;
    margin-bottom: 12px;
    border-radius: 10px;
    background: #ffffff;
  }

  .aos-item__inner {
    display: block;
  }

  .img_sign-point {
    display: block;
    float: right;
    width: 160px;
    height: auto;
  }

  dl.boxSign-title dt {
    padding: 20px;
    /*font-size: 3.6vw;*/
    font-weight: bold;
    color: #ffffff;
    background: #01abbf;
    border-radius: 10px 10px 0 0;
  }

  dl.boxSign-title dd {
    padding: 12px;
    /*font-size: 2.6vw;*/
  }

  dl.boxSign-title dd::before {
    content: "・";
  }

  /*-- sign吹き出し --*/
  .sign-balloon {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 0;
  }

  .sign-balloon::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    margin-top: 0;
    border-right: 0 solid #ffffff;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }

  .sign-balloon dl {
    color: #01abbf;
  }

  .sign-balloon dt {
    padding-bottom: 10px;
  }

  .sign-balloon dd {
    margin-top: 10px;
    padding-left: 5%;
    padding-bottom: 10px;
    background: url(../img/icon_sign.svg) no-repeat;
    background-size: 4%;
    background-position: left 0 top 16px;
  }

  .sign-line {
    border-bottom: dashed 1px #01abbf;
  }

  /*-- こども医療電話 --*/
  .tel-consul {
    background: rgba(1, 171, 191, 0.15);
  }

  .tel-consul p {
    padding: 24px 32px;
  }

  .subTitle {
    width: 100%;
    height: 100%;
    margin-bottom: 16px;
    color: #01abbf;
    background: #ffffff;
  }

  .subTitle img {
    padding-right: 4px;
  }

  .subTitle-2lines {
    width: 100%;
    height: 54px;
    margin-bottom: 16px;
    line-height: 1.8rem;
    color: #01abbf;
    background: #ffffff;
  }

  .subTitle-2lines img {
    padding-right: 4px;
    vertical-align: middle;
    float: left;
  }

  .sign-subHead {
    width: 100%;
    margin: 18px auto;
    padding: 6px;
    /*font-size: 2.8vw;*/
    text-align: center;
    color: #ffffff;
    background: #01abbf;
    border-radius: 40px;
  }

  .sign-subHead dd {
    line-height: 1.6rem;
  }

  dl.subHead dt {
    width: 100%;
    margin: 18px auto;
    padding: 8px;
    text-align: center;
    color: #ffffff;
    border-radius: 40px;
  }

  dl.subHead dt dd {
    font-size: 1.6rem;
  }

  dl.subHead-long dt {
    width: 100%;
    margin-bottom: 16px;
    padding: 6px;
    text-align: center;
    color: #ffffff;
    border-radius: 40px;
  }

  .subHead-Urgent,
  .subHead-ambulance {
    border-radius: 40px;
  }

  referenceBox {
    font-size: 1rem;
    background: #fff;
  }

  .referenceBox p {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }

  .referenceTitle {
    padding: 20px;
    background: rgba(1, 171, 191, 0.15);
  }

  ul.nomal {
    padding: 8px 16px;
    line-height: 1.6em;
  }

  ul.nomal li::before {
    content: "・";
  }

  .table_head-sign {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
  }

  .table_read-sign {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 20px;
  }

  .table_head-red {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
  }

  .table_head-orenge {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
  }

  /*--------------------------------/*
  tableBOX
  ---------------------------------*/
  .boxFlex {
    display: flex;
    flex-wrap: wrap;
  }

  .boxTable {
    display: block;
    width: 100%;
  }

  dl.preven_box {
    width: 100%;
    background: #1a77c5;
    padding: 6px;
  }

  dt.preven_box {
    display: block;
    width: 100%;
    padding: 6px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
  }

  dd.preven_box {
    background: #fff;
    padding: 16px;
    vertical-align: middle;
  }

  dl.preven_box02 {
    width: 100%;
    margin-top: 8px;
    background: #ff8f4a;
    padding: 6px;
  }

  dt.preven_box02 {
    display: block;
    width: 100%;
    padding: 6px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
  }

  dd.preven_box02 {
    background: #fff;
    padding: 16px;
    vertical-align: middle;
  }

  .preven_box-AB {
    border: solid 2px #1a77c5;
    background: #fff;
    padding: 16px 8px;
  }

  dt.preven_box-A {
    display: block;
    width: 100%;
    font-size: 1.3rem;
  }

  dt.preven_box-A span.box-A {
    display: block;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    background: #01abbf;
  }

  dt.preven_box-B {
    display: block;
    width: 100%;
    font-size: 1.3rem;
  }

  dt.preven_box-B span.box-B {
    display: block;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    background: #5aa3e6;
  }

  .vaccination {
    margin-bottom: 24px;
    text-align: center;
    color: #ffffff;
    background: #01abbf;
    border-radius: 40px;
  }

  /*-----title フォントサイズ・位置-----*/
  h2 {
    font-size: 1.3rem;
  }

  h2 span {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-top: -10px;
    padding: 10px;
  }

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

  /*------------------------------
  contentsタイトル
  ------------------------------ */
  .title-sign {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    background: #01abbf;
    text-align: center;
    color: #ffffff;
    border-radius: 0;
  }

  .title-sign span {
    display: block;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    color: #01abbf;
    background: #ffffff;
  }

  .title-infection {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    background: #5aa3e6;
    text-align: left;
    color: #ffffff;
    border-radius: 0;
  }

  .title-infection span {
    display: block;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    color: #5aa3e6;
    background: #ffffff;
  }

  .title-prevention {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    background: #ff8f4a;
    text-align: left;
    color: #ffffff;
    border-radius: 0;
  }

  .title-prevention span {
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    color: #ff8f4a;
    background: #ffffff;
  }

  h3.subTitle-infection {
    line-height: 1.3rem;
  }

  .subTitle-infection {
    width: 100%;
    line-height: 1;
    margin-bottom: 20px;
    padding-left: 6px;
    padding-bottom: 6px;
    color: #5aa3e6;
    border-left: solid 10px #5aa3e6;
    background: #ffffff;
  }

  .subTitle-prevention {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    padding-left: 6px;
    color: #ff8f4a;
    border-left: solid 10px #ff8f4a;
    background: #ffffff;
    line-height: normal;
  }

  /* ----------------------------

  要素

  ---------------------------- */
  #page-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 2000;
    /*font-size: 2.8vw;*/
  }

  #page-top a {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 1rem;
    border-radius: 90px;
  }

  /*-----icon-----*/
  .icon-pc {
    background: url(../img/icon_pc.png) no-repeat;
    background-position: left;
    background-size: 28px;
    padding: 2px 36px;
  }

  .icon-blank {
    background: url(../img/icon-blank.png) no-repeat;
    background-position: left;
    background-size: 24px;
    line-height: 1.3rem;
    padding: 4px 24px;
    font-size: 0.8rem;
  }

  .icon-urgent {
    /*至急*/
    background: url("../img/icon_urgent.png") no-repeat;
    background-position: left;
    background-size: 48px;
    padding: 2px 54px;
  }

  .icon-ambulance {
    /*救急車*/
    background: url("../img/icon_ambulance.png") no-repeat;
    background-position: left;
    background-size: 48px;
    padding: 2px 54px;
  }

  .icon-medicale {
    /*至急*/
    background: url("../img/icon_doctor.png") no-repeat;
    background-position: left;
    background-size: 48px;
    padding: 2px 54px;
  }

  .icon-pc {
    background: url("../img/icon_pc.png") no-repeat;
    background-position: left;
    background-size: 20px;
    padding: 2px 24px;
  }

  .icon-pc_orenge {
    background: url("../img/icon-pc_orenge.png") no-repeat;
    background-position: left;
    background-size: 20px;
    padding: 2px 24px;
  }

  /*-----フォントサイズ・位置-----*/
  .txt-small {
    font-size: 0.8rem;
  }

  .txt-medium {
    font-weight: normal;
  }

  .txt-center {
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
  }

  .txt-right {
    padding-right: 10px;
    text-align: right;
  }

  .source {
    padding-right: 10px;
    text-align: right;
    font-size: 0.8em;
  }

  .txt-left {
    padding-left: 10px;
    text-align: left;
  }

  /*ボタン　予防トップ*/
  .btn-preventTop {
    width: 100%;
    margin: 10px auto;
  }

  .btn-preventTop:nth-child(2) {
    margin-top: 10px;
  }

  /*ボタン　知っておきたいトップ*/
  .btn-infectionTop {
    width: 100%;
    margin: 10px auto;
  }

  .btn-infectionTop:nth-child(2) {
    margin-top: 10px;
  }

  .sign_btn-circle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
  }

  /*-----円-----*/
  /*.circle-line  {
    display: inline-block;
    padding: 4px;
    border-radius: 50%;
    border: solid 4px #FFFFFF;
  }*/

  /*-----円-----*/
  .btn-circle a {
    display: inline-block;
    width: 88px;
    height: 88px;
    margin: 2px;
    border-radius: 50%;
    background: #ffffff;
    font-size: 1.3rem;
    color: #01abbf;
    text-align: center;
    line-height: 88px;
  }

  /* ----------------------------

  PC/SP

  ---------------------------- */
  .pc-tel img {
    width: 70%;
    height: auto;
  }

  .sp-left {
    float: none;
  }

  .sp-center {
    text-align: center !important;
  }

  .sp-right {
    float: none !important;
    text-align: center;
    margin-bottom: 8px;
  }

  .pc-none {
    display: block !important;
  }

  .sp-none {
    display: none !important;
  }

  br.sp-br {
    display: block !important;
  }

  br.pc-br {
    display: none !important;
  }

  .sp-img {
    text-align: center;
    width: 100%;
    max-width: 100vw;
    height: auto;
  }

  .img-all {
    width: 100%;
    max-width: 100vw;
    height: auto;
  }

  .img-split {
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
  }

  .img-splitMain {
    width: 50%;
    max-width: 50%;
    height: auto;
    text-align: center;
  }

  .img-split01,
  .img-split02,
  .img-split03,
  .img-split04 {
    width: 70%;
    max-width: 70%;
    height: auto;
    text-align: center;
  }

  .img-split04 {
    width: 50%;
  }
}

/*Fujitsu カラー*/
.fuji-color {
  background: #665e49;
  background: -moz-linear-gradient(#b2ada4 0%, #665e49 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b2ada4),
    to(#665e49)
  );
  background: -webkit-linear-gradient(#b2ada4 0%, #665e49 100%);
  background: -o-linear-gradient(#b2ada4 0%, #665e49 100%);
  background: linear-gradient(#b2ada4 0%, #665e49 100%);
}
