@charset "UTF-8";
/* Scss Document */
/* 診療内容, info.html */
#info {
  /* title icon bg, アイコンは /index, online, info で使用。 */
  /* 内科 */
  /* 呼吸器内科 */
  /* アレルギー科 */
  /* 各種検査・健康診断 */
  /* AGA（男性型脱毛症）・ED（勃起不全） */
  /* 点滴療法 */
  /* ワクチン */
  /* 睡眠時無呼吸症候群 */
  /* 性感染症 */
  /* 上を見る人 */
  /* 禁煙外来 */
  /* info accordion */
}
#info section.feature {
  background-image: url("../img/info/info_kv_bg01.jpg");
}
#info main {
  padding: 50px 0;
}
#info section:nth-child(2n) {
  background-color: rgba(0, 66, 142, 0.05);
}
#info .info-sec {
  padding: 30px 0 40px;
}
#info h2 {
  position: relative;
  color: #00428e;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4em;
  padding-top: 160px;
  margin-bottom: 20px;
}
#info h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 75px);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #00afec;
  box-sizing: border-box;
}
#info h2.icon01::before {
  background: url("../img/common/category_icon01.svg") no-repeat center top;
  background-size: 100% auto;
  background-color: #f2f6f9;
}
#info h2.icon02::before {
  background: url("../img/common/category_icon02.svg") no-repeat center top;
  background-size: 100% auto;
  background-color: white;
}
#info h2.icon03::before {
  background: url("../img/common/category_icon03.svg") no-repeat center top;
  background-size: 100% auto;
  background-color: #f2f6f9;
}
#info h2.icon04::before {
  background: url("../img/common/category_icon04.svg") no-repeat center top;
  background-size: 100% auto;
  background-color: #f2f6f9;
}
#info h2.icon05::before {
  background: url("../img/common/category_icon05.svg") no-repeat center top;
  background-size: 100% auto;
  background-color: white;
}
#info h2.icon06::before {
  background: url("../img/common/category_icon06.svg") no-repeat center top;
  background-size: 100% auto;
  background-color: white;
}
#info h2.icon07::before {
  background: url("../img/common/category_icon07.svg") no-repeat center top;
  background-size: 100% auto;
  background-color: white;
}
#info h2.icon08::before {
  background: url("../img/common/category_icon08.svg") no-repeat center top;
  background-size: 100% auto;
  background-color: #f2f6f9;
}
#info h2.icon09::before {
  background: url("../img/common/category_icon09.svg") no-repeat center top;
  background-size: 100% auto;
  background-color: white;
}
#info h2.icon10::before {
  background: url("../img/common/category_icon010.svg") no-repeat center top;
  background-size: 100% auto;
  background-color: #f2f6f9;
}
#info h2.icon11::before {
  background: url("../img/common/category_icon011.svg") no-repeat center top;
  background-size: 100% auto;
  background-color: #f2f6f9;
}
#info div.accordion_trigger {
  cursor: pointer;
  position: relative;
  width: 44px;
  height: 44px;
  margin: auto;
  background-color: #00428e;
  border-radius: 50%;
  z-index: 20;
}
#info div.accordion_trigger span {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #99dff8;
  transition: 0.3s;
}
#info div.accordion_trigger span:first-of-type {
  top: 21px;
  left: 14px;
}
#info div.accordion_trigger span:last-of-type {
  top: 21px;
  left: 14px;
  transform: rotate(90deg);
}
#info div.accordion_trigger.active span:first-of-type {
  transform: rotate(180deg);
}
#info div.accordion_trigger.active span:last-of-type {
  top: 21px;
  left: 14px;
  transform: rotate(0deg);
}
#info div.accordion_trigger::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 1px;
  height: 22px;
  background-color: #00afec;
}
#info .submenu {
  display: none;
  width: 90%;
  max-width: 1000px;
  border: 2px solid #99dff8;
  margin: -22px auto auto;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 3rem 6rem 2.5rem;
  color: #00428e;
  background-color: white;
}
@media (max-width: 560px) {
  #info .submenu {
    padding: 3rem 1rem 1.5rem;
  }
}
#info .submenu a {
  text-decoration: underline;
}
#info .submenu h3 {
  text-align: center;
  font-size: 1.12rem;
  line-height: 2em;
  margin-bottom: 1rem;
}
@media (max-width: 560px) {
  #info .submenu h3 {
    font-size: 1.03rem;
  }
}
#info .submenu h4 {
  margin-top: 1.5rem;
  text-align: left;
  font-size: 1.05rem;
  line-height: 2em;
  margin-bottom: 0.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #00428e;
}
@media (max-width: 560px) {
  #info .submenu h4 {
    font-size: 1rem;
  }
}
#info .submenu .submenu-head {
  margin-top: 2rem;
}
#info .submenu table {
  width: 100%;
  margin-bottom: 2rem;
}
#info .submenu table tr {
  width: 100%;
}
#info .submenu table td {
  width: 25%;
  padding: 10px 0;
  border: solid 1px #99dff8;
  line-height: 2em;
}
#info .submenu ol {
  text-align: center;
  width: 100%;
  margin: 1.5rem auto 2rem auto;
  list-style: inside;
  background: rgba(0, 66, 142, 0.05);
  padding: 1rem;
  box-sizing: border-box;
}
#info .submenu ol li {
  width: 85%;
  text-align: left;
  margin: 0.5rem auto 0.5rem auto;
  box-sizing: border-box;
}
@media (max-width: 560px) {
  #info .submenu ol li {
    width: 100%;
  }
}
#info .submenu .submenu-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: #99dff8;
  border-radius: 10px;
  margin-top: 2rem;
}
@media (max-width: 560px) {
  #info .submenu p {
    font-size: 0.9rem;
  }
}
#info .submenu p.short {
  text-align: center;
}
@media (max-width: 1000px) {
  #info .submenu p.short {
    text-align: justify;
  }
}/*# sourceMappingURL=info.css.map */