body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP",
    "Meiryo", "Roboto", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #ff5800;
}

p {
  margin: 0;
  line-height: 1.75em;
}

img {
  width: 100%;
}

b {
  font-size: 1.125em;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1.075em;
}

@media screen and (min-width: 451px) {
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 3em;
  }
  h3 {
    font-size: 2.5em;
  }
  h4 {
    font-size: 2em;
  }
  h5 {
    font-size: 1.5em;
  }
}

/* sidebar */

#sidebarMenu {
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  transform: translateX(300px);
  transition: transform 250ms ease-in-out;
  background: #00245f;
  padding: 3em 0;
}
.sidebarMenuInner {
  margin: 0;
  padding: 3em 0 0.5em;
  border-top: 1px solid;
}

.sidebarMenuInner li {
  list-style: none;
  color: #666;
  font-weight: 500;
  font-size: 1em;
  padding: 0.5em 0 0.5em 2em;
  border-bottom: 1px solid #ccc;
}

.sidebarMenuInner li span {
  display: block;
}

.sidebarMenuInner li a {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.header input[type="checkbox"]:checked ~ #sidebarMenu {
  transform: translateX(0);
}

.header input[type="checkbox"] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}
.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  position: fixed;
  z-index: 99;
  top: 10%;
  right: 5%;
  height: 20px;
  width: 40px;
}
.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: #f7b13c;
}
.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 5px;
}
.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}
.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 5px;
}
.header input[type="checkbox"]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}
.header input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}
.header input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -14px;
}

.sb-btn {
  margin: 1em;
  padding: 0.5em;
  width: 80%;
  text-align: center;
  border-radius: 6px;
}

.sidebar-mail {
  background-color: #ff8000;
  border: 2px solid #fff;
}

.sidebar-mail a {
  color: #fff;
}

.sidebar-tel {
  background-color: #fff;
  border: 2px solid #00ebff;
}

.sidebar-tel a {
  color: #00245f;
}

main {
  margin: 0 auto;
  padding: 1em;
}

@media screen and (min-width: 451px) {
  .sidebarIconToggle {
    top: 5%;
  }
  main {
    max-width: 980px;
  }
}

.red {
  color: #ff0000;
}

.opa {
  opacity: 0.6;
}

.center {
  text-align: center;
}

.rt {
  text-align: right;
}

.lt {
  text-align: left;
}

.my1 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.my2 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.my3 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.my4 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.my5 {
  margin-top: 3em;
  margin-bottom: 3em;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 1.5em;
}

.mt3 {
  margin-top: 2em;
}

.mt4 {
  margin-top: 2.5em;
}

.mt5 {
  margin-top: 3em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 1.5em;
}

.mb3 {
  margin-bottom: 2em;
}

.mb4 {
  margin-bottom: 2.5em;
}

.mb5 {
  margin-bottom: 3em;
}

.mb8em {
  margin-bottom: 8em;
}

.mr1 {
  margin-right: 0.25em;
}

.mr2 {
  margin-right: 0.5em;
}

.mr3 {
  margin-right: 1em;
}

.mr4 {
  margin-right: 1.5em;
}

.mr5 {
  margin-right: 2em;
}

.ml1 {
  margin-left: 0.25em;
}

.ml2 {
  margin-left: 0.5em;
}

.ml3 {
  margin-left: 1em;
}

.ml4 {
  margin-left: 1.5em;
}

.ml5 {
  margin-left: 2em;
}

.mx-auto {
  margin: 0 auto;
}

.f-rt {
  float: right;
}

.f-lt {
  float: left;
}

/* リスト */
.list {
  max-width: 450px;
  margin: 0 auto;
  color: #333;
}

/* ラジオボタン */
.radio {
  display: none;
}

.radio + .radio-icon:before {
  margin: 0.25em;
  content: "\f3a6";
  font-family: "Ionicons";
  color: #ccc;
  font-size: 2.5em;
  vertical-align: middle;
}
.radio:checked + .radio-icon:before {
  content: "\f3a7";
  color: #3595b9;
}

input[type="radio"]:checked + label {
  color: #3595b9;
}

/* フォーム */
.form {
  display: flex;
  flex-direction: column;
}

.form input[type="text"],
textarea {
  display: block;
}

.form input[type="text"],
textarea {
  margin: 0.5em auto 1.5em;
  padding: 0.5em;
  width: 95%;
  border: 1px solid #00245f;
  border-radius: 4px;
  font-size: 1em;
}

#height,
#weight,
#sleep {
  display: inline-block;
  margin: 0.5em 1em 1em 15%;
  width: 50%;
}

.form label {
  display: block;
  padding: 0;
  margin: 1em auto.25em;
  width: 100%;
}

.form label:after {
  content: "必須";
  margin-left: 0.5em;
  padding: 0.35em;
  background-color: #ff8000;
  border-radius: 12px;
  color: #fff;
  font-size: 0.85em;
}

@media screen and (min-width: 451px) {
  .form input[type="text"],
  textarea {
    width: 70%;
  }
  .form label {
    width: 75%;
  }
}

/* フォームボタン */
.btn {
  display: block;
  margin: 1em auto;
  padding: 0.5em 2em;
  font-size: 1.25em;
  background-color: #ff8000;
  border-radius: 6px;
  color: #fff;
  text-align: center;
}

.cl {
  display: flex;
  width: 100vw;
  font-size: 2em;
  font-weight: 500;
  background-color: #fff;
}

.cl a {
  color: #666;
}

.logo {
  margin: 0.25em 0.5em;
}

.logo img {
  width: 1em;
}

.sp-img {
  margin: 0.25em 0.25em 0 0.25em;
  width: calc(3 / 12 * 100%);
}

.sp-img img {
  width: 100%;
}

.cl-li {
  font-size: 0.5em;
}

.cl-li ul {
  margin: 0.75em 0;
  padding: 0;
}

.cl-li li {
  padding: 0 1em 0.5em;
  list-style: none;
  float: left;
  border-left: 1px solid #ccc;
}

.cl-li a:hover {
  background: linear-gradient(transparent 50%, #c0e3fc 60%);
}

.index-hero {
  height: 75vh;
  background: linear-gradient(
      rgba(0, 0, 0, 0.01),
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(/img/hero.jpg);
  background-size: cover;
  background-position: left 20% top 40%;
  padding-bottom: 3em;
}

.index-hero h1 {
  padding-bottom: 4em;
  text-align: center;
  color: #fff;
}

.h1-sm {
  font-size: 0.5em;
}

.index-hero h2 {
  margin: 0 auto 1em;
  font-size: 1.25em;
  color: #fff;
}
.hero-box {
  padding: 1em;
}

.description {
  display: inline-block;
  left: -0.01px;
  margin: 1em auto;
  font-size: 1em;
  color: #fff;
}

.btn-bg {
  position: absolute;
  bottom: 0%;
  position: fixed;
  width: 100vw;
  padding: 1em 0;
  background-color: #fff;
  text-align: center;
}

.col2 {
  display: flex;
  align-items: center;
}

.col-btn {
  margin: 0 auto;
  padding: 1em 0;
  width: 80%;
  border-radius: 30px;
}

.back-btn {
  display: block;
  margin: 0 auto;
  padding: 0.5em 0;
  width: 50%;
  border-radius: 30px;
  text-align: center;
  border: 4px solid #ff8000;
}

.back-btn:hover {
  background-color: #faf6d7;
}

.j-center {
  justify-content: center;
}

.for_form {
  background-color: #fff;
  border: 4px solid #ff8000;
}

.square-icon {
  margin-right: 0.75em;
  width: 40px;
  height: 40px;
  font-size: 1.75em;
  border-radius: 6px;
}

.square-icon a {
  color: #0a6553;
}

.sq-tel {
  background-color: #fff;
}

.sq-mail {
  background-color: #fff;
}

.sq-mail a {
  color: #666;
}

.nagare {
  background-color: #fff;
}

.douga-icon {
  border: 1px solid #0a6553;
  background-color: #fff;
}

.for_diseases img,
.douga-icon img {
  margin-right: 0.5em;
  width: 40px;
  border-radius: 4px 0 0 4px;
  float: left;
}

.hero-btn {
  display: block;
  margin: 0 auto;
  padding: 0.75em 2em;
  width: 200px;
  font-size: 1em;
  background-color: #00245f;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  text-align: center;
}

.hero-btn:hover,
.use-btn:hover {
  background-color: #3595b9;
  border: 1px solid #fff;
  opacity: 0.8;
}

.pc {
  display: none;
}

@media screen and (min-width: 451px) {
  .index-hero {
    width: 100vw;
    height: 60vh;
    background-image: url(/img/hero.jpg);
    background-size: cover;
    background-position: right 25% center;
    padding-bottom: 3.5em;
  }
  .index-hero h1 {
    padding: 2em 0 1em;
    font-size: 3.25em;
    color: #333;
  }
  .index-hero h2 {
    padding-bottom: 2em;
    color: #333;
  }
  .description {
    margin: 0;
    padding: 1.5em;
    width: 50vw;
    float: right;
    color: #333;
  }
  .sp {
    display: none;
  }
  .pc {
    display: inline-block;
  }
}

@media screen and (min-width: 769px) {
  .sp-img {
    width: 300px;
  }
  .index-hero {
    width: 100vw;
    height: 60vh;
    background-image: url(/img/hero.jpg);
    background-size: cover;
    background-position: center;
  }
  .index-hero h1 {
    padding: 0;
    text-align: left;
  }
  .index-hero h2 {
    margin: 2.5em auto 1em;
    padding: 0;
    font-size: 1.25em;
    color: #333;
  }
  .hero-box {
    padding: 5em;
  }
  .description {
    margin-top: 3.5em;
    padding: 1.5em;
    width: 40vw;
  }
}
@media screen and (min-width: 1399px) {
  .sp-img {
    width: 400px;
    margin: 0.25em 1em 0 0.25em;
  }
  .cl-li {
    font-size: 0.75em;
  }
}

@media screen and (min-width: 2000px) {
  .sp-img {
    width: 500px;
    margin: 0.25em 3em 0 0.25em;
  }
  .cl-li {
    font-size: 1em;
    margin-top: 1em;
  }
}

.hero-box {
  padding: 2em;
}

.tel-title {
  background-color: #333;
}

.tel {
  display: inline-block;
  margin: 1em;
  padding: 0.75em 2em;
  color: #00245f;
  background-color: #fff;
  border-radius: 25px;
}

.tel i {
  margin-right: 0.5em;
  font-size: 1.5em;
  vertical-align: middle;
}

.title {
  padding: 2em;
  background-color: #666;
  color: #fff;
  text-align: center;
}

.main_1,
.main_2,
.main_3,
.main_4 {
  margin-top: 3em;
  padding: 0;
}

.main_1 i {
  font-size: 4em;
  color: #00245f;
}

.step-box {
  border: 2px solid #3595b9;
  background-color: #dcffff;
}
.step-box h3 {
  background: #3595b9;
  color: #fff;
  margin: 0;
  display: inline-block;
  padding: 0.25em 0.5em;
  border-radius: 0 0 6px 0;
  font-size: 1em;
}
.step-box .inner {
  padding: 0 0.5em 0.5em;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
}

.step-box .inner p {
  font-size: 0.75em;
  font-weight: 400;
}

.step-box > p {
  text-align: center;
}

@media screen and (min-width: 451px) {
  .step-box {
    margin: 0.5em auto;
    width: 50vw;
  }
}

.border-top {
  margin: 0.5em;
  border-top: 1px solid #999;
}

.line {
  margin: 1.5em auto;
  padding: 1.5em;
  max-width: 600px;
  border: 6px solid #00b900;
  border-radius: 8px;
}

.line img {
  margin: 0.75em 1.5em;
  width: 232px;
}

.line ol {
  margin: 1.5em auto;
  padding-left: 0;
  max-width: 320px;
  list-style-position: inside;
}

.line li {
  padding: 0.5em 0;
}

.li-img img {
  border: 1px solid #ccc;
}

.main_2 li {
  padding: 0.75em 0;
  border-bottom: 1px solid #999;
}

.main_2 img {
  width: 40px;
  margin: 0.5em 0.5em 0 0;
  border-radius: 4px;
  vertical-align: middle;
}

.li-li li {
  padding: 0.25em 0;
  border-bottom: none;
}

.circle {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #3595b9;
  z-index: -1;
}

.circle i {
  font-size: 5em;
  z-index: 2;
}

.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150px;
  text-align: center;
  font-size: 0.8em;
  line-height: 2.5em;
  color: #fff;
  z-index: 2;
}

@media screen and (min-width: 451px) {
  .circle {
    margin: 0.5em;
  }
}

.main_3 {
}

.cssgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 1em;
  margin: 0 0 2em;
}

.cssgrid > div {
  overflow: hidden;
  min-width: 0;
  margin: 1em auto;
  padding: 1em;
}

.profile-card {
  position: relative;
  width: 280px;
  background: #efefef;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  z-index: -1;
}

.profile-card:before {
  width: 120%;
  height: 100px;
  content: "";
  transform: skew(15deg, 10deg);
  background: #3595b9;
  position: absolute;
  top: -15%;
  left: -10%;
  z-index: 0;
}

.profile-card__inner {
  position: relative;
}

.profile-thumb {
  overflow: hidden;
  width: 110px;
  height: 110px;
  border: #fff 3px solid;
  border-radius: 55px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background: #fff;
}

.profile-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.profile-content {
  padding: 15px;
}

.profile-content span {
  display: block;
  text-align: center;
}

.profile-name {
  margin-bottom: 0.5em;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
}

.profile-time {
  margin-bottom: 0.5em;
  color: #666;
  font-size: 1em;
  text-align: center;
}

.card {
  position: relative;
  width: 280px;
  cursor: pointer;
}

.card_front,
.card_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
}

.card_front,
.card_back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.card_front {
  padding: 1em;
}

.card_back {
  background-color: #efefef;
  padding: 1em;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card.effect_hover:hover .card_front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card.effect_hover:hover .card_back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.card.effect_click.flipped .card_front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card.effect_click.flipped .card_back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.main_4 {
}

.col3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pri-1 {
  padding: 1em;
  border: 2px solid #ff8000;
  border-radius: 125px;
  background-color: #fafad7;
}

.pri-2 {
  margin: 0 0.25em;
  font-size: 2em;
  font-weight: 600;
}

.pri-3 {
  padding: 0.5em;
  border: 2px solid #3595b9;
  border-radius: 6px;
  background-color: #dcffff;
}

.pri-sm {
  font-size: 0.5em;
}

.pri-lg {
  font-size: 1.25em;
  font-weight: 500;
}

@media screen and (min-width: 451px) {
  .col3 {
    font-size: 2em;
  }
}

/* 関連リンク */
.link {
  margin-top: 3em;
  border-top: 1px solid #ccc;
  padding: 2em 0 0.5em;
}

.link a {
  margin: 0;
}

.link-card {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 1em;
  width: 280px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

.linkImg {
  overflow: hidden;
  width: 100%;
  height: 100px;
}

/* footer */
footer img {
  width: 1em;
}

footer p {
  margin-top: 1em;
  font-size: 0.5em;
}

footer a {
  color: #666;
}

.footer {
  border-top: 1px solid #ccc;
  padding: 1.5em 0 0.5em;
  text-align: center;
}

@media screen and (min-width: 415px) {
  .footer {
    margin-bottom: 0;
  }
}

.f-col {
  display: flex;
  flex-direction: column;
  width: 90vw;
  margin: 0 auto;
}

.f-logo {
  padding-bottom: 0.25em;
  font-size: 1.25em;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.f-logo2 {
  padding-bottom: 0.25em;
  font-size: 1.25em;
  font-weight: 500;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",
    serif;
}

.pp {
  padding: 0.5em 2em 0;
  font-size: 0.75em;
}

@media screen and (min-width: 451px) {
  .f-col {
    flex-direction: row;
    justify-content: center;
  }
  .f-logo,
  .f-logo2 {
    margin-right: 2em;
  }
}

/* app_form */
.app_form h1,
h2,
h3 {
  font-weight: 500;
}

.app_form h1 {
  font-size: 2em;
  text-align: center;
  color: #333;
}

.app_form h2 {
  margin: 2.5em 0 1.5em;
  padding: 0.5em 1em;
  background-color: #00245f;
  font-size: 1.25em;
  color: #fff;
}

.app_form label:after {
  content: none;
}

.app_form iframe {
  width: 100%;
  border: 2px solid #ff8800;
}

.cb {
  padding: 1em;
  font-weight: 500;
  background-color: #ffc;
}

.cb p {
  margin: 0;
}

.p-sm {
  font-size: 0.8em;
  color: #333;
}

.upload img {
  margin-top: 1em;
  width: 320px;
  border: 1px solid #999;
  border-radius: 6px;
}

/* チェックボックス */

input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

input[type="checkbox"] + p::before {
  display: inline-block;
  content: "";
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #999;
  border-radius: 5px;
  margin-right: 0.5rem;
  vertical-align: middle;
  text-align: center;
}

input[type="checkbox"]:checked + p::before {
  content: "\f122";
  font-family: "Ionicons";
  font-size: 1.5em;
  color: #c60000;
}

input[type="checkbox"]:focus + p::before {
  border-color: #666;
}

/* セレクトボックス */
select {
  vertical-align: middle;
  margin-left: 0.75em;
  height: 2.25em;
  width: 20%;
  border: 1px solid #333;
  color: #333;
  border-radius: 4px;
  font-size: 1.25em;
}

select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.covid19 select {
  display: block;
  margin: 0.5em auto;
  width: 75%;
}

.sp-clm {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#year,
#month,
#day {
  width: 80%;
  height: 2.25em;
  font-size: 1em;
  margin: 0.5em auto 0;
}

@media screen and (min-width: 415px) {
  .sp-clm {
    flex-direction: row;
    width: 75%;
    margin: 0 auto;
  }
  #year,
  #month,
  #day {
    margin: 0 0 0 1.5em;
  }
  #year,
  #height,
  #weight,
  #sleep {
    width: 40%;
    max-width: 300px;
  }
  #month,
  #day {
    width: 20%;
    max-width: 180px;
  }
}

.pha-btn {
  display: block;
  margin: 1em auto;
  padding: 0.25em 2em;
  font-size: 1.25em;
  background-color: #ff8000;
  border-radius: 25px;
  color: #fff;
  text-align: center;
}

.todokusuri-btn {
  display: block;
  margin: 1em auto;
  padding: 0.25em 2em;
  font-size: 1.25em;
  background-color: #009d3c;
  border-radius: 25px;
  color: #fff;
  text-align: center;
}

.todokusuri {
  margin: 1.5em;
  line-height: 1.95;
}
.todokusuri a {
  color: #009d3c;
}

.covid19Img {
  width: 80%;
  margin: 1em auto;
  text-align: center;
}

.covid19 img {
  width: 100%;
}

.symptoms {
  width: 80%;
  margin: 2em auto 0;
  padding: 0.5em;
  background-color: #efefef;
  border-radius: 6px;
}

.covidRadio {
  width: 80%;
  margin: 0 auto;
}

.button-radio input[type="radio"] {
  display: none;
}

.button-radio label {
  display: inline-block;
  color: #333;
  background-color: #fff;
  width: 32px;
  height: 32px;
  border: 2px solid #ccc;
  border-radius: 32px;
  vertical-align: middle;
  text-align: center;
  text-indent: -0;
  font-size: 1.25em;
}

.button-radio input[type="radio"]:checked + label {
  background-color: #3595b9;
  border: 2px solid #3595b9;
  color: #fff;
}
/* kiyaku2 */

.kiyaku h1,
h2 {
  font-size: 1.5em;
}

.kiyaku li {
  line-height: 1.75em;
}

.title-2 {
  padding: 0.25em;
  background-color: #666;
  color: #fff;
  text-align: center;
}

/* search_pharmacy */
.pha {
  min-height: 100vh;
  padding: 1em 2.5em 3em;
  background-color: #ffae3f;
}

.pha > div.pha-tbl {
  height: auto;
}

.pha h2 {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.25em 1em;
  background-color: #fff;
  color: #00245f;
  border-radius: 25px;
  text-align: center;
}

.pha select {
  margin: 0.5em 0;
  padding: 0.25em 1em;
  width: 100%;
  background-color: #efefef;
  font-size: 1em;
}

@media screen and (min-width: 451px) {
  .pha select {
    width: 30%;
  }
}

.pha table {
  margin: 1em 0;
  width: 100%;
  background-color: #fffdcd;
  color: #333;
  text-align: left;
}

.pha td,
th {
  border-bottom: 1px solid #999;
}

/* 各ページTOP */

.for_co {
  height: 20vh;
  background: url(/img/for_co.jpg);
  background-size: cover;
  background-position: top 30% center;
}

.about_us {
  height: 20vh;
  background: url(/img/us.jpg);
  background-size: cover;
  background-position: top 40% center;
}

.about_online {
  height: 20vh;
  background: url(/img/online.jpg);
  background-size: cover;
  background-position: top 40% center;
}

.faq {
  height: 20vh;
  background: url(/img/faq.jpg);
  background-size: cover;
  background-position: top 25% center;
}

.home_exam {
  height: 20vh;
  background: url(/img/faq.jpg);
  background-size: cover;
  background-position: top 25% center;
}

.diseases_top {
  height: 20vh;
  background: url(/img/diseases.jpg);
  background-size: cover;
  background-position: top 25% center;
}

@media screen and (min-width: 451px) {
  .for_co,
  .faq,
  .home_exam,
  .about_online {
    height: 30vh;
  }
  .about_us {
    height: 30vh;
    background: url(/img/us-2.jpg);
    background-size: cover;
    background-position: center;
  }
}

/*  */

.sub h1 {
  font-size: 2em;
  background-color: #3595b9;
  color: #fff;
  font-weight: 500;
}

.sub h2 {
  margin: 2.5em 0 2em;
  padding: 0.25em 0.5em;
  background-color: #666;
  color: #fff;
  font-weight: 500;
}

.sub ol li {
  margin: 1em auto;
  padding: 0.5em;
  max-width: 550px;
  border-bottom: 3px dotted #3595b9;
}

.sub p {
  text-indent: 0;
}

/* faq */
.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
  font-family: sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_qa {
  margin: 0 0 2em 10px;
  padding: 1em 1em 0.5em 1em;
  background: #e1f5fe;
}

.cp_qa h1::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent #1976d2 transparent transparent;
}

.cp_qa dl {
  margin: 0;
}

.cp_qa dt {
  margin-bottom: 0.5em;
  padding: 0.2em 0.5em 0.5em 2em;
  border-radius: 0.2em;
  background: #ff7600;
  color: #fff;
}
.cp_qa dd {
  margin-bottom: 1em;
  margin-left: 0;
  padding: 0.5em 1em 1.5em 3em;
}

/* QAアイコン */
.cp_qa dt::before,
.cp_qa dd::before {
  font-size: 1.5em;
  color: #ffffff;
}
.cp_qa dt::before {
  margin: 0.3em 0.3em 0 -1em;
  content: "Q";
}
.cp_qa dd::before {
  margin: 0 0.5em 0 -2em;
  padding: 0.2em 0.4em;
  content: "A";
  border-radius: 0.2em;
  background: #00bcd4;
}

/* home_exam */
.examList ul li {
  border-bottom: none;
}

/* about_online */
.aboutOnline ul {
  margin: 0 auto;
  padding-left: 0;
  max-width: 650px;
}

.aboutOnline li {
  padding: 0.5em 0;
  max-width: 550px;
  border-bottom: 3px dotted #999;
  list-style: none;
}

.ok li:before {
  margin-right: 0.5em;
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 1.5em;
  color: green;
  vertical-align: middle;
}

.ng li:before {
  margin-right: 0.5em;
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 1.75em;
  color: red;
  vertical-align: middle;
}

/* for_companies */
.op {
  margin: 2em auto;
  padding: 1.25em;
  max-width: 500px;
  border: 4px solid #3595b9;
  border-radius: 6px;
  font-size: 1.175em;
}

.cl-link img {
  width: 2em;
}

.cl-link a {
  color: #666;
}

/* p_p */
.pp h1,
h3 {
  font-size: 1.5em;
}

.pp li {
  line-height: 1.75em;
}

/* column系 */
.diseases h3 {
  margin: 0 0 1em 0;
  font-size: 1.25em;
}

.diseases b {
  background: linear-gradient(transparent 50%, #ffff66 60%);
}

.diseases-article > section {
  padding: 1em;
}

.diseases-article li {
  padding: 0.5em 0;
}

.toc-card {
  display: flex;
  flex-direction: column;
  padding: 1em;
  width: 290px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.tocCol {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tocCol a {
  color: #333;
  font-weight: 500;
}

.tocTitle {
  width: 100%;
}

.tocImg {
  margin-left: 0.5em;
  width: 60px;
  border-radius: 6px;
}

.tocTime {
  width: calc(6 / 12 * 100%);
  font-size: 0.9em;
  color: #666;
}

.flex-s {
  display: flex;
  align-items: center;
}

.shareList {
  width: 320px;
  margin: 0 0 2.5em auto;
}

.f-shareList {
  width: 150px;
  margin: 2.5em 0 0 auto;
}

.shareList ul,
.f-shareList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.shareList li,
.f-shareList li {
  display: inline-block;
  vertical-align: middle;
}

.bunseki {
  display: flex;
  width: 150px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.bunFace {
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: #fff 3px solid;
  border-radius: 55px;
  background: #fff;
}

.bunFace img {
  display: block;
  width: 100%;
  height: auto;
}

.bun-p {
  padding: 0.5em;
  font-size: 0.6em;
}

.share-btn {
  padding: 0.25em 0.5em;
  border-radius: 4px;
  font-size: 0.75em;
}

.share-btn a {
  color: #fff;
}

.tw {
  background-color: #55acee;
}

.fb {
  background-color: #3b5998;
}

.title-3 {
  margin-top: 2em;
  padding: 1em;
  background-color: #00245f;
  color: #fff;
  text-align: center;
}

.use-btn {
  display: block;
  margin: 1em;
  padding: 0.75em 2em;
  font-size: 1em;
  background-color: #ff8000;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .use-btn {
    max-width: 680px;
    margin: 1em auto;
  }
}

.hl-yellow {
  background: linear-gradient(transparent 50%, #ffff66 60%);
}

.hl-blue {
  background: linear-gradient(transparent 50%, #c0f3fc 60%);
}

.hl-pink {
  background: linear-gradient(transparent 50%, #fcc0de 60%);
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 99;
  display: none;
}
.square {
  width: 100%;
  height: 100%;
  color: #000;
  position: fixed;
  top: 50%;
  left: 50%;
  font-family: Helvetica, Arial, Sans-Serif;
  z-index: 100;
}

.mailStop {
  width: 60%;
  max-width: 600px;
  margin: 2em auto;
}

/* how to */
.mokuji {
  margin: 0 auto;
  width: 300px;
}

.howto-img {
  max-width: 600px;
  margin: 1.5em auto;
}

.howto-img img {
  width: 100%;
}

.howto ol li {
  padding: 0em;
}

.howto ul li {
  list-style: none;
  padding: 0.25em;
  font-size: 1.2em;
  font-weight: 500;
}

/* 動画 */
.douga-col {
  display: flex;
  flex-direction: column-reverse;
  margin: 2em 0;
  padding: 1em;
}

.video video {
  width: 100%;
}

.video {
  margin: 1.5em auto;
}

.bg-gray {
  background-color: #efefef;
}

.stillImage-img {
  margin: 1em auto;
  width: 300px;
  background-color: #fff;
}

.stillImage-img img {
  width: 100%;
}

.stillImage-span {
  margin-left: 1em;
  width: 100%;
}

.stillImage-title {
  margin: 1em 0;
  width: 100%;
  font-size: 1.5em;
  font-weight: 600;
  border-bottom: 2px solid #ccc;
}

@media screen and (min-width: 451px) {
  .douga-col {
    flex-direction: row;
    text-align: left;
  }
  .stillImage {
    width: 80vw;
    max-width: 800px;
    margin: 0 auto;
  }
  .stillImage-img {
    width: 500px;
  }
}

.afterHours {
  margin: 5em 0;
  text-align: center;
  font-size: 1.25em;
}

.uketsuke {
  width: 80vw;
  margin: 2em auto;
  padding: 1em 0;
  border: 4px solid #3595b9;
  border-radius: 10px;
  font-size: 1.5em;
  font-weight: 500;
}

.press {
  margin-bottom: 5em;
}

.press a {
  font-size: 0.9em;
  color: #3595b9;
}

.press li {
  padding-top: 1.5em;
  list-style: none;
  border-bottom: 1px solid #ccc;
  line-height: 2em;
}

.press i {
  margin-right: 0.25em;
}

.pressDate {
  padding: 0.25em 1em;
  background-color: #00245f;
  color: #fff;
  border-radius: 25px;
}

.transfer {
  margin: 3em 0;
  padding: 1.5em 0;
  font-size: 1.25em;
  background-color: #efefef;
}

.oshirase > p:first-child {
  margin-top: 2rem;
  color: red;
  font-size: 1.125rem;
}

.border-none li {
  border: 0;
}
