@charset "UTF-8";
/*=========*/
/* 一般内科 */
/*=========*/
.internal_medicine .block01 .com-box01 {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
@media (max-width: 599px) {
  .internal_medicine .block01 .com-box01 {
    margin-bottom: 20px;
  }
}
.internal_medicine .block01 .com-box01 .list-check-wrapper {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .internal_medicine .block01 .com-box01 .list-check-wrapper {
    flex-direction: column;
    gap: 1em;
  }
}
@media (max-width: 599px) {
  .internal_medicine .block01 .com-box01 .list-check-wrapper {
    gap: 0.5em;
  }
}
.internal_medicine .block01 .tx01 {
  color: #29847d;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .internal_medicine .block01 .tx01 {
    font-size: 16px;
  }
}

/*=========*/
/* 一般外科 */
/*=========*/
@media (max-width: 599px) {
  .surgery .com-box03 .box-content {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .surgery .com-box03 .box-content .tx {
    width: calc(100% - 51px);
  }
}
.surgery .com-box03 .box-content > .ic {
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 599px) {
  .surgery .com-box03 .box-content > .ic {
    width: 35px;
    margin: 0;
  }
}

/*=============*/
/* 当院について */
/*=============*/
.about .list-treatment {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 599px) {
  .about .list-treatment {
    gap: 20px;
  }
}
.about .list-treatment > li {
  width: calc((100% - 96px) / 4);
}
@media (max-width: 950px) {
  .about .list-treatment > li {
    width: calc(50% - 16px);
  }
}
@media (max-width: 599px) {
  .about .list-treatment > li {
    width: 100%;
  }
}
.about .list-treatment a {
  color: #fff;
  background: #29847d;
  text-decoration: none;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border-radius: 40px;
  transition: 0.4s;
}
.about .list-treatment a:hover {
  background: #ff9800;
}
@media (max-width: 599px) {
  .about .list-treatment a {
    height: 54px;
    border-radius: 27px;
  }
}
.about .list-treatment a .ic img {
  width: 41px;
  height: 40px;
}
@media (max-width: 599px) {
  .about .list-treatment a .ic img {
    width: 31px;
    height: 30px;
  }
}
.about .list-treatment a .label {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0 0.8em;
}
@media (max-width: 599px) {
  .about .list-treatment a .label {
    font-size: 16px;
  }
}

/*===================*/
/* 獣医師（院長）紹介 */
/*===================*/
.staff .block-doctor .img {
  width: 364px;
}
@media (max-width: 950px) {
  .staff .block-doctor .img {
    width: 100%;
  }
}
.staff .block-doctor .com-tb01 {
  width: calc(100% - 404px);
  max-width: 764px;
}
@media (max-width: 950px) {
  .staff .block-doctor .com-tb01 {
    width: 100%;
    max-width: inherit;
  }
}
.staff .block-recruit {
  max-width: 484px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .staff .block-recruit {
    max-width: 328px;
  }
}
.staff .block-recruit .com-box04 {
  position: relative;
}
.staff .block-recruit .com-box04 .box-content .com-bt01 {
  max-width: calc(100% - 176px);
  margin: 16px 0 0;
}
@media (max-width: 599px) {
  .staff .block-recruit .com-box04 .box-content .com-bt01 {
    max-width: calc(100% - 124px);
    margin-top: 14px;
  }
}
.staff .block-recruit .com-box04:after {
  position: absolute;
  content: "";
  width: 160px;
  height: 207px;
  background: url(/images/staff/ph01.png) no-repeat;
  background-size: cover;
  bottom: 0;
  right: 16px;
}
@media (max-width: 599px) {
  .staff .block-recruit .com-box04:after {
    width: 108px;
    height: 140px;
  }
}

/*====================*/
/* 初めて受診される方へ */
/*====================*/
.first .com-box03 .box-content .title02 {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 599px) {
  .first .com-box03 .box-content .title02 {
    gap: 14px;
    font-size: 16px;
    margin-bottom: 14px;
  }
}
.first .com-box03 .box-content .title02 .ic {
  min-width: 56px;
  text-align: center;
}
@media (max-width: 599px) {
  .first .com-box03 .box-content .title02 .ic {
    min-width: 52px;
  }
}
.first .com-box03 .box-content .title02 .ic img {
  width: auto;
  height: 50px;
}
@media (max-width: 599px) {
  .first .com-box03 .box-content .title02 .ic img {
    height: 46px;
  }
}

/*=============*/
/* よくある質問 */
/*=============*/
.faq .list-qa article {
  border: 1px solid #29847d;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  padding: 16px;
}
@media (max-width: 599px) {
  .faq .list-qa article {
    border-radius: 16px;
  }
}
.faq .list-qa article + article {
  margin-top: 32px;
}
.faq .list-qa article .q dl {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 599px) {
  .faq .list-qa article .q dl {
    gap: 14px;
  }
}
.faq .list-qa article .q dt {
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  background: #29847d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: auto;
}
@media (max-width: 599px) {
  .faq .list-qa article .q dt {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.faq .list-qa article .q dd {
  width: calc(100% - 84px);
  font-size: 20px;
  font-weight: bold;
  padding-right: 48px;
}
@media (max-width: 599px) {
  .faq .list-qa article .q dd {
    width: calc(100% - 44px);
    font-size: 16px;
    padding-right: 44px;
  }
}
.faq .list-qa article .ac-label {
  border-radius: 32px 32px 0 0;
}
@media (max-width: 599px) {
  .faq .list-qa article .ac-label {
    border-radius: 16px 16px 0 0;
  }
}
.faq .list-qa article .ac-label .ac-inner {
  width: 80px;
  height: 92px;
}
@media (max-width: 599px) {
  .faq .list-qa article .ac-label .ac-inner {
    width: 76px;
    height: 62px;
  }
}
.faq .list-qa article .ac-label .ac-inner span {
  height: 2px;
}
.faq .list-qa article .a {
  display: none;
}
.faq .list-qa article .a dl {
  display: flex;
  align-items: center;
  background: #faf8f1;
  border-radius: 16px;
  padding: 14px 16px 14px 0;
  margin-top: 16px;
}
@media (max-width: 599px) {
  .faq .list-qa article .a dl {
    border-radius: 8px;
  }
}
.faq .list-qa article .a dt {
  width: 60px;
  color: #b55600;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 0.25rem 0;
  margin-bottom: auto;
}
@media (max-width: 599px) {
  .faq .list-qa article .a dt {
    width: 30px;
    font-size: 16px;
  }
}
.faq .list-qa article .a dd {
  width: calc(100% - 60px);
}
@media (max-width: 599px) {
  .faq .list-qa article .a dd {
    width: calc(100% - 30px);
  }
}
.faq .list-qa article:nth-child(1) .a {
  display: block;
}

/*=============*/
/* 交通アクセス */
/*=============*/
.access .sec-access .list-access > li + li {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px dashed #8d8d8d;
}
@media (max-width: 599px) {
  .access .sec-access .list-access > li + li {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.access .sec-access .list-access > li dd {
  margin-top: 1em;
}
/*# sourceMappingURL=contents.css.map */
