@charset "UTF-8";

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 10px 0 10px;
}
header,
header * {
  box-sizing: border-box;
}
.header__menu {
  margin-right: 120px;
  padding: 10px 0;
  height: 100%;
}
.header__menu-btn ul {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.header__menu-btn ul li {
  margin: 0 10px;
}
.header__menu-btn ul li a {
  background: #00205b;
  border-radius: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
  height: 100%;
  line-height: 1.25;
  padding: .5em 0;
  justify-content: center;
  transition: .2s;
  width: 186px;
}
.header__menu-btn ul li a:hover {
  background: #415982;
}
.header__menu-btn ul li a img {
  margin-right: 8px;
  width: 30px;
}
.header__menu-btn ul li a p {
  font-weight: bold;
}
.header__menu-nav {
  margin-top: 15px;
}
.header__menu-nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__menu-nav ul li {
  margin: 0 20px;
}
.header__menu-nav ul li a {
  color: #00205b;
  font-size: 16px;
  font-weight: bold;
  transition: .2s;
  display: flex;
  align-items: center;
}
.header__menu-nav ul li a:hover {
  color: #415982;
}
.header__menu-nav ul li a img {
  margin-right: 8px;
  width: 20px;
}
@media screen and (max-width: 767px) {
  header {
    /* height: 19vw; */
  }
  .header__menu {
    display: none;
    background-color: #f1fbf6;
    position: fixed;
    left: 0;
    bottom: 0;
    height: auto;
    margin: 0;
    padding: 2.5vw;
    width: 100vw;
  }
  .header__menu-btn ul {
    justify-content: space-between;
  }
  .header__menu-btn ul li {
    margin: 0;
    width: 48.5%;
  }
  .header__menu-btn ul li a {
    width: 100%;
  }
  .header__menu-nav {
    display: none;
  }
}

#drawer__button i,
#drawer__button i::before,
#drawer__button i::after {
  background: #0877A8;
}

.headw {
  margin-top: 124px;
  min-height: 40px;
}
.headw-inner {
  background: #fff;
  font-family: "A+EqpB-游ゴシック体 Pr6N B", "游ゴシック", YuGothic, sans-serif;
  margin-bottom: 40px;
  padding: 40px 0;
  text-align: center;
}
.headw-ttl {
  margin-bottom: 20px;
}
.headw-ttl span {
  border-bottom: 3px solid #00205b;
  font-size: 31px;
  font-weight: bold;
  line-height: 1.7;
  padding-bottom: .25em;
}
.headw-inner p {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .headw {
    /* margin-top: 24vw; */
    margin-top: 70px;
    min-height: 5vw;
  }
  .headw-inner {
    margin-bottom: 5vw;
    padding: 20px 5vw;
  }
  .headw-inner p {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
  }
}

#contents {
  margin-top: 0 !important;
}
.contents__head__ttl::after {
  display: none !important;
}
.contents__head__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 80px;
}
.contents__head__ttl span {
  border-bottom: 3px solid #00205b;
  font-size: 31px;
  font-weight: bold;
  padding-bottom: .25em;
}
.contents__headEn__ttl {
  margin-bottom: 31px;
}
.contents__headEn__ttl span {
  border-bottom: 3px solid #00205b;
  font-weight: bold;
  font-size: 31px;
  padding-bottom: .25em;
}
@media screen and (max-width: 767px) {
  .contents__head__ttl span {
    font-size: 24px;
  }
  .contents__headEn__ttl span {
    font-size: 24px;
  }
}

.breadcrumbs {
  background: #f5fdfe;
  left: 0;
  top: 0;
  height: auto;
  padding: 6px 42px;
  width: 100%;
  z-index: 1001;
  display: flex;
  align-items: center;
}
.breadcrumbs li,
.breadcrumbs li a {
  color: #0877A8;
  font-size: 12px;
  font-weight: bold;
  vertical-align: bottom;
}
.breadcrumbs li {
  color: #333;
}

.header__logo.chg h1.head-title,
.header__logo.chg p.head-title {
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 8px 0;
  color: #271813;
  letter-spacing: 0 !important;
  white-space: nowrap;
}
.header__logo.chg p.head-title {
  margin-top: 14px;
  padding-left: 0;
}
header {
  /*top: 36px;*/
  top: 0;
}
#drawer__button {
  top: 70px;
  top: 34px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    height: auto;
    padding: 1vw 5vw 1.2vw 5vw;
  }
  .breadcrumbs li,
  .breadcrumbs li a {
    font-size: 12px;
  }
  header {
    /*top: 36px;*/
    top: 0;
  }
  #drawer__button {
    top: calc(6vw + 36px);
    top: 6vw;
  }
}

.external__links {
  background: #C1DEC9;
}

.footer__links-part4 {
  width: 9%;
  height: auto;
}
@media screen and (max-width: 767px) {
.purpose {
  opacity: 1;
}

.breadcrumbs li,
.breadcrumbs li a {
  font-size: 8px !important;
}
.header__logo.chg .head-title {
  font-size: 8px !important;
  margin-top: 6px !important;
}
}

/* top */

#kv-lp {
  margin: 160px auto 60px;
  position: relative;
}
#kv-lp .inner .kv__subjects_dl {
  font-size: 1.5vw;
  padding: 1.5vw 4vw;
  margin: 0 .25vw;
}
#kv-lp .kv__btn {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 75px;
}
#kv-lp .kv__btn a {
  background: #fff;
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
  color: #00205b;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: .5em 1em;
  transition: .2s;
}
#kv-lp .kv__btn a:hover {
  color: #0877A8;
}
#kv-lp .kv__btn a img {
  margin-right: 8px;
  vertical-align: middle;
  width: 40px;
}
@media screen and (max-width: 767px) {
  #kv-lp {
    margin-top: calc(10.4vw + 74px);
    padding-top: 0;
  }
  #kv-lp .kv__btn {
    top: 40vw;
  }
  #kv-lp .kv__btn a {
    font-size: 4vw;
  }
  #kv-lp .kv__btn a img {
    vertical-align: middle;
    width: 10vw;
  }
}

#info dl {
  background: none;
  border: 0;
  max-width: initial;
  padding: 0;
}
#info dl dt {
  margin-bottom: 40px;
}
#info dl dt span {
  border-bottom: 3px solid #00205b;
  font-size: 31px;
  font-weight: bold;
  padding-bottom: .25em;
}
#info dl dd {
  max-width: 900px;
  margin: 0 auto 39px;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #00205b;
  border-radius: 20px;
  box-sizing: border-box;
  line-height: 1.5;
}
#info dl dd a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #info dl dt span {
    font-size: 24px;
  }
}

#home .contents__head {
  display: block;
  margin: 0;
  padding: 50px 0;
}
#home .contents__head__ttl {
  margin: 0;
}
#home .contents__box {
  margin-bottom: 0 !important;
}
#home #service .srv-list {
  padding-top: 0;
}
#home #access .inner {
  border: 0;
  padding-bottom: 0;
}
#home #contact .contents__head__ttl {
  margin-bottom: 50px;
}
#home #contact.contents__box p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #home #service {
    padding: 0;
  }
  #home #access .access__schedule .access__schedule__des {
    margin-bottom: 0;
    padding-bottom: 8vw;
  }
}

#fee .fee-wrap,
#fee .fee-wrap * {
  box-sizing: border-box;
}
#fee .fee-wrap {
  margin: auto;
  width: 900px;
}
#fee .contents__head p {
  font-size: 14px;
  margin: 10px 0 0;
}
#fee .fee-box {
  margin-bottom: 60px;
}
#fee .fee-head {
  background: #a3dfc4;
  border-radius: 15px 15px 0 0;
  color: #00205b;
  font-size: 20px;
  font-weight: bold;
  padding: 1.5em;
  text-align: center;
}
#fee .fee-inner {
  border: 5px solid #E2F6ED;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  padding: 30px 40px;
}
#fee .fee-cap {
  background: rgba(224,246,237,.5);
  margin: 0 auto 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 80%;
  padding: 10px 0;
}
#fee .fee-cap-icon img {
  width: 90px;
  margin-right: 8px;
}
#fee .fee-cap-cont {
  padding: 8px 0 16px;
}
#fee .fee-cap p {
  margin: 0;
}
#fee .fee-cap p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
}
#fee .fee-cap p:nth-child(2) {
  font-size: 17px;
}
#fee .fee-cap p:nth-child(2) span {
  background: #0877A8;
  color: #fff;
  display: inline-block;
  padding: .1em .25em;
  font-size: 16px;
  margin-right: 10px;
}
#fee .fee-ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 30px;
  text-align: left;
  width: 80%;
}
#fee table {
  color: #333;
  font-size: 16px;
  margin: 0 auto 20px;
  width: 80%;
}
#fee table caption {
  margin-bottom: 20px;
}
#fee table th,
#fee table td {
  padding: .5em 0;
}
#fee table tr:nth-child(1) th {
  text-align: center;
}
#fee table td {
  text-align: right;
  padding: .5em 3em;
  width: 23%;
}
#fee table tr td:nth-of-type(1) {
  border-right: 1px solid #ccc;
}
#fee .fee-tfoot {
  border-top: 1px solid #ccc;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding-top: 30px;
  width: 80%;
}
#fee .fee-cau {
  background: rgba(224,246,237,.5);
  font-size: 14px;
  margin-bottom: 0;
  padding: .5em 1em;
}
#fee .fee-total {
  font-size: 18px;
  font-weight: bold;
  flex-grow: 1;
  margin-bottom: 0;
  text-align: center;
}
#fee .fee-note {
  background: rgba(224,246,237,.5);
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  padding: 20px;
}
#fee .fee-note p {
  margin-bottom: 0;
}
#fee .fee-note strong {
  color: #0877A8;
  font-size: 22px;
  font-weight: bold;
}
#fee .fee-arrow {
  text-align: center;
  margin-bottom: 40px;
}
#fee .fee-arrow img {
  width: 50%;
}
@media screen and (max-width: 767px) {
#fee .fee-wrap {
  margin: auto;
  width: 100%;
}
#fee .fee-box {
  margin-bottom: 30px;
}
#fee .fee-head {
  font-size: 18px;
  padding: .75em;
}
#fee .fee-inner {
  padding: 15px;
}
#fee .fee-cap {
  margin-bottom: 15px;
  width: 100%;
  padding: 10px 10px 0;
  display: block;
}
#fee .fee-cap-icon img {
  height: auto;
  width: 30%;
}
#fee .fee-cap p:nth-child(1) {
  font-size: 16px;
}
#fee .fee-cap p:nth-child(2) {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#fee .fee-cap p:nth-child(2) span {
  font-size: 12px;
}
#fee .fee-ttl {
  font-size: 18px;
  margin-bottom: 15px;
  width: 100%;
}
#fee table {
  font-size: 14px;
  width: 100%;
}
#fee table td {
  padding: .5em;
}
#fee .fee-tfoot {
  flex-direction: column;
  padding-top: 15px;
  width: 100%;
}
#fee .fee-cau {
  font-size: 12px;
  order: 2;
}
#fee .fee-total {
  font-size: 16px;
  order: 1;
  margin-bottom: 5px;
}
#fee .fee-note {
  font-size: 14px;
  line-height: 1.5;
  padding: 15px;
  text-align: left;
}
#fee .fee-note strong {
  font-size: 16px;
}
#fee .fee-arrow {
  margin-bottom: 30px;
}
#fee .fee-arrow img {
  width: 75%;
}
}

/* visit-reservation */

#visit-reservation .ar__ttl {
  font-size: 18px;
  font-weight: bold;
  padding-top: 80px;
}
#visit-reservation .ar__btn__wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#visit-reservation .ar__btn__btn {
  margin: 60px 0 0;
  width: 47.5%;
}
#visit-reservation .ar__btn__btn a {
  box-sizing: border-box;
  height: 100%;
  padding: 1em 0;
}
#visit-reservation .ar__btn__btn a span {
  font-size: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #visit-reservation .ar__btn__wrap {
    flex-direction: column;
  }
  #visit-reservation .ar__btn__btn {
    margin: 40px 0 0;
    width: 100%;
  }
  #visit-reservation .ar__btn__btn a span {
    display: none;
  }
}

/* on-line-reservation */

#olr .olr {
  margin: auto;
  padding-bottom: 60px;
  width: 75%;
}
#olr .olr-ttl {
  font-size: 18px;
  font-weight: bold;
  padding: 60px 0;
  text-align: center;
}
#olr .olr-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#olr .olr-list {
  width: 47.5%;
}
#olr .olr-list-ttl {
  background: #0877A8;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 2em 0;
  text-align: center;
}
#olr .olr-list ul li {
  background: #fff;
  border: 2px solid #0877A8;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
#olr .olr-list ul li a {
  box-sizing: border-box;
  color: #0877A8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  min-height: 92px;
  padding: 1.25em 0;
  position: relative;
  transition: .2s;
}
#olr .olr-list ul li a span {
  display: block;
}
#olr .olr-list ul li a i {
  color: #0877A8;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#olr .olr-list-cap {
  background: #f5f5f5;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 20px;
  min-height: 328px;
  padding: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #olr .olr {
    width: 100%;
  }
  #olr .olr-wrap {
    flex-direction: column;
  }
  #olr .olr-list {
    width: 100%;
  }
  #olr .olr-list-cap {
    min-height: initial;
    margin-bottom: 40px;
  }
}

/* flow */

#flow .flow-wrap,
#flow .flow-wrap * {
  box-sizing: border-box;
  vertical-align: top
}
#flow .flow-wrap {
  border: 5px solid #d7eaf2;
  border-radius: 20px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 auto 40px;
  padding: 20px;
  position: relative;
  text-align: left;
  width: 900px;
}
#flow .flow-wrap::after {
  border-left: 5px dotted #d7eaf2;
  content: "";
  display: block;
  position: absolute;
  bottom: -45px;
  left: 50%;
  height: 40px;
}
#flow .flow-set .flow-wrap:last-child::after {
  display: none;
}
#flow .flow-head {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  width: 30%;
  position: relative;
}
#flow .flow-head img {
  margin-right: 6px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 30px;
}
#flow .flow-head span {
  font-size: 24px;
  border-bottom: 1px solid #00205b;
  display: inline-block;
  padding: .25em 0;
}
#flow .flow-content {
  border-left: 1px solid #0877A8;
  padding: 10px 0 0 40px;
  width: 70%;
}
#flow .flow-ttl {
  position: absolute;
  top: -35px;
  left: -35px;
}
#flow .flow-ttl span {
  background: #00b3e3;
  border-radius: 20px;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
}
#flow .flow-content p {
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 20px;
}
#flow .flow-content p.flow-contents {
  margin: 40px 0;
}
#flow .flow-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
#flow .flow-btn {
  align-items: stretch;
}
#flow .flow-btn > div {
  width: 68%;
}
#flow .flow-btn > div a {
  box-sizing: border-box;
  height: 64%;
  padding: 1em 0;
  border: 2px solid #0877A8;
  border-radius: 10px;
  color: #164a7c;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  padding: .4em 0;
  position: relative;
  text-align: center;
  transition: .2s;
  align-items: center;
  justify-content: center;
  min-height: 86px;
}
#flow .flow-btn > div:first-child a {
  margin-bottom: 20px;
}
#flow .flow-btn > div:first-child a i {
  color: #0877A8;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#flow .flow-btn > div a:hover {
}
#flow .flow-btn > div a p {
  color: #164a7c;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
  position: relative;
  top: .1em;
}
#flow .flow-btn > div a:hover p {
}
#flow .flow-btn > div a span {
  font-size: 16px;
  margin-top: 5px;
}
#flow .flow-btn > div a img {
  margin-right: 20px;
  width: 40px;
}
#flow .flow-visit > div {
  width: 68%;
}
#flow .flow-visit > div img {
  max-width: 100%;
}
#flow .flow-visit > div:nth-child(2) img {
  width: 300px;
}
#flow .flow-pre {
  flex-direction: row;
}
#flow .flow-pre > div {
  width: 30%;
}
#flow .flow-pre-ttl {
  background: #0877A8;
  border-radius: 9999px;
  padding: .5em 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
#flow .flow-pre-img {
  border-bottom: 1px solid #0877A8;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#flow .flow-pre p span.pc-only {
  display: inline !important;
}
#flow .flow-pre p span.flow-pre-cau {
  color: red;
  font-size: 14px;
  display: block;
  line-height: 1.5;
  margin-bottom: 5px;
}
#flow .flow-on > div {
  width: 68%;
}
#flow .flow-on > div a {
  border: 2px solid #0877A8;
  border-radius: 10px;
  color: #164a7c;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  padding: 1em 0;
  position: relative;
  text-align: center;
  transition: .2s;
  align-items: center;
  justify-content: center;
}
#flow .flow-on > div a i {
  color: #0877A8;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#flow .flow-on > div a img {
  margin-right: 20px;
  width: 40px;
}
#flow .flow-on > div a:hover {
}
#flow .flow-box {
  background: #f5f5f5;
  font-size: 20px;
  display: flex;
  padding: .4em 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}
#flow .flow-box table {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}
#flow .flow-box table th {
  padding-right: 20px;
}
#flow .fa-chevron-down {
  display: none;
}
@media screen and (max-width: 767px) {
#flow {
  padding-bottom: 1px;
}
#flow .contents__head .contents__head__ttl {
  margin-bottom: 3vw;
}
#home #flow .contents__head .contents__head__ttl {
  margin-bottom: 0;
}
#flow .flow-wrap {
  flex-direction: column;
  padding: 15px;
  margin-bottom: 40px;
  width: auto;
}
#flow .flow-head {
  border-right: 0;
  border-bottom: 1px solid #0877A8;
  margin-right: 0;
  margin-bottom: 20px;
  min-width: initial;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
}
#flow .flow-head span,
#flow .flow-ttl {
  font-size: 20px;
  text-align: center;
}
#flow .flow-ttl span {
  font-size: 14px;
}
#flow .flow-content {
  border: 0;
  padding: 0;
  width: 100%;
}
#flow .flow-content p {
  font-size: 15px;
  margin-bottom: 10px;
}
#flow .flow-content p.flow-contents {
  margin: 20px 0;
}
#flow .flow-flex {
  flex-direction: column;
}
#flow .flow-btn > div {
  width: 100%;
}
#flow .flow-btn > div a {
  height: auto;
  font-size: 16px;
  padding: 1em 0;
}
#flow .flow-btn > div a p {
  font-size: 16px;
}
#flow .flow-btn > div a span {
  display: none;
}
#flow .flow-visit > div {
  width: 100%;
}
#flow .flow-pre > img,
#flow .flow-pre > div {
  margin-bottom: 20px;
  width: 100%;
}
#flow .flow-pre > div {
  display: flex;
  flex-direction: column;
}
#flow .flow-pre > img:last-child,
#flow .flow-pre > div:last-child {
  margin-bottom: 0;
}
#flow .flow-pre-ttl {
  order: 1;
}
#flow .flow-pre-img {
  border: 0;
  padding: 0 10vw;
  order: 3;
}
#flow .flow-pre p {
  order: 2;
}
#flow .flow-pre p span.pc-only {
  display: none !important;
}
#flow .flow-pre p span.sp-only {
  display: inline !important;
}
#flow .flow-on > div {
  width: 100%;
}
#flow .flow-on > div a {
  font-size: 16px;
  padding: 1em 0;
}
#flow .flow-box {
  font-size: 16px;
  min-height: 72px;
  padding: 1em 0;
}
#flow .flow-box table {
  font-size: 14px;
}
#flow .fa-chevron-right {
}
#flow .fa-chevron-down {
  display: block;
  margin: 10px 0;
}
}

/* online-medicalcare */

#feature .feature__title {
  margin-bottom: 80px;
}
#feature .feature__title span {
  border-bottom: 3px solid #00205b;
  font-size: 31px;
  font-weight: bold;
  padding-bottom: .25em;
}
#feature  .feature__title:after {
  display: none;
}
#faq .faq__list__parent dt,
#faq .faq__list__child dt {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #feature .feature__title span {
    font-size: 24px;
  }
}

/* service */

#service .srv-list {
  margin: auto;
  padding-top: 60px;
  width: 900px;
}
#service .srv-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#service .srv-list ul li {
  background: #fff;
  border: 2px solid #0877A8;
  border-radius: 15px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
  width: 49%;
}
#service .srv-list ul li a {
  box-sizing: border-box;
  color: #00205b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  min-height: 92px;
  padding: 1.25em 0;
  position: relative;
  transition: .2s;
  height: 120px;
}
#service .srv-list ul li a br {
  display: none;
}
#service .srv-list ul li a span {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
#service .srv-list ul li a span.bottom {
  margin-top: -1px;
}

#service .srv-list ul li a i {
  color: #0877A8;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #service .srv-list {
    padding: 40px 0;
    width: 100%;
  }
  #service .srv-list ul li {
    width: 100%;
  }
  #service .srv-list ul li a {
    padding: 1em;
  }
  #service .srv-list ul li a br {
    display: block;
  }
}

/* lab */

#lab .lab__posts__list dl dt {
  font-weight: bold;
}
#lab .pagination {
  padding-bottom: 1px;
}
@media screen and (max-width: 767px) {
  #lab .contents__head .contents__head__ttl {
    margin-bottom: 20px;
  }
}

/* hoken */

#hoken .contents__head__ttl {
  margin-bottom: 60px;
}
#hoken .hoken-list * {
  box-sizing: border-box;
}
#hoken .hoken-ttl {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.5;
}
#hoken .hoken-list ul {
  margin: auto;
  width: 75%;
}
#hoken .hoken-list ul li {
  border: 2px solid #00205b;
  margin-bottom: 30px;
}
#hoken .hoken-list-ttl {
  background: #00205b;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 1em;
}
#hoken .hoken-list-ttl span {
  background: #00b3e3;
  border-radius: 9999px;
  display: inline-block;
  font-size: 16px;
  margin-left: 1em;
  padding: .25em 1em;
}
#hoken .hoken-list-txt {
  font-size: 18px;
  line-height: 1.5;
  padding: 2em;
}
#contact .contents__head__ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #hoken .hoken-list ul {
    width: 100%;
  }
  #hoken .hoken-list-ttl span {
    margin-top: 8px;
    margin-left: 0;
  }
}

#hoken .hoken-plan ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#hoken .hoken-plan ul li {
  color: #00205b;
  text-align: center;
  width: 30%;
}
#hoken .hoken-head {
  background: #00205b;
  border-radius: 9999px;
  color: #fff;
  font-size: 22px;
  margin: 1.5em 0 30px;
  padding: .5em 0;
  position: relative;
}
#hoken .hoken-head::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #00205b;
}
#hoken .hoken-head p {
  font-weight: bold;
}
#hoken .hoken-head span {
  border-bottom: 2px solid #0877A8;
  color: #0877A8;
  font-weight: bold;
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
}
#hoken .hoken-plan dl dt {
  font-size: 20px;
  font-weight: bold;
  padding: .5em 0;
}
#hoken .hoken-plan dl dt strong {
  font-size: 24px;
  font-weight: bold;
}
#hoken .hoken-plan dl dd {
  background: #eef2fa;
  border-top: 5px solid #00205b;
  font-size: 22px;
  margin-bottom: 12px;
  padding: 1em 0;
}
#hoken .hoken-plan ul li:nth-child(2) {
  color: #0877A8;
}
#hoken .hoken-plan ul li:nth-child(2) .hoken-head {
  background: #0877A8;
}
#hoken .hoken-plan ul li:nth-child(2) .hoken-head::after {
  border-top-color: #0877A8;
}
#hoken .hoken-plan ul li:nth-child(2) dl dd {
  border-top-color: #0877A8;
  background: #f7fdff;
}
@media screen and (max-width: 767px) {
  #hoken .hoken-plan ul {
    flex-direction: column;
  }
  #hoken .hoken-plan ul li {
    width: 100%;
  }
  #hoken .hoken-plan ul li:nth-child(1) {
    order: 2;
  }
  #hoken .hoken-plan ul li:nth-child(2) {
    order: 1;
  }
  #hoken .hoken-plan ul li:nth-child(3) {
    order: 3;
  }
}

/* privacypolicy */

.privacy__text__head {
  font-weight: bold;
}

/* access */

#access .access__prof .access__prof__head {
  font-size: 25px;
  letter-spacing: .08em;
  text-align: left;
}
#access .access__prof .access__prof__ttl {
  margin-bottom: 20px;
}
#access .access__prof .access__prof__text,
#access .access__schedule .access__prof__text {
  line-height: 1;
}
#access .access__schedule .access__prof__text {
  margin-top: 30px;
}
#access .access__schedule .access__prof__text span {
  font-size: 13px;
}
#access .access__prof .access__prof__text dt,
#access .access__prof .access__prof__station dt,
#access .access__schedule .access__prof__text dt,
#access .access__schedule .access__prof__station dt {
  font-size: 16px;
  letter-spacing: normal;
  padding: .5em;
  width: auto;
}
#access .access__schedule .access__schedule__des {
  line-height: 1.5;
  margin-bottom: 0;
}
#access .btn-tel {
  margin-bottom: 60px;
}
#access .btn-tel a {
  text-align: center;
}
#access .btn-tel::after {
  display: none;
}
#access .access__schedule .access__schedule__table table {
  border: 1px solid #999;
}
#access .access__schedule .access__schedule__table table tr,
#access .access__schedule .access__schedule__table table tr td {
  border-color: #999;
}
#access .access__schedule .access__schedule__table table tr th {
  padding: 1em 1.5em;
}
@media screen and (max-width: 767px) {
  #access .access__boxWrap {
    padding-bottom: 1px;
  }
  #access .access__prof .access__prof__head h3 {
    margin: 0 auto;
    font-size: 5.86667vw;
    letter-spacing: .08em;
    text-align: center;
  }
  #access .access__prof .btn {
    margin-bottom: 40px;
  }
  #access .access__picture figure {
    height: auto;
    margin-bottom: 40px;
  }
  #access .access__schedule .access__schedule__des {
    margin-bottom: 0;
    padding-bottom: 8vw;
  }
  #access .btn-tel {
    margin-bottom: 0 !important;
  }
  #home #access .btn-tel {
    margin-bottom: 40px !important;
  }
  #access .access__schedule .access__schedule__table table tr th {
    padding: .5em;
  }
  #access .access__schedule .access__prof__text {
    margin-top: 0;
  }
  #home #access .access__schedule .access__prof__text {
    margin-bottom: 30px;
  }
  #access .access__schedule .access__prof__text dd {
    font-size: 14px;
  }
  #access .access__schedule .access__prof__text span {
    font-size: 3.2vw;
  }
}

/* doctor */

#doctor .profile__name p {
  font-weight: bold;
}
#doctor .lead__head {
  font-weight: bold;
}

/*--------202108-addition-CSS---------*/
.hoken__ttl__bx .contents__head__ttl{
  margin-bottom: 20px !important;
}
.contents__head__ext{
  font-size: 18px;
  margin-bottom: 45px;
  display: block;
}
.hoken__ttl__bx .pc--none{
  display: none;
}

@media screen and (max-width: 767px) {
  .contents__head__ext{
    font-size: 3.25vw;
    line-height: 4.5vw;
    margin-bottom: 10%;
  }
  .hoken__ttl__bx .pc--none{
    display: block;
  }
}
