@charset "UTF-8";

/* --------
page.scss
2階層目
 -------- */
/* --------

キービジュアル

 -------- */
.main_imgBg {
  text-align: center;
  width: 100%;
  min-height: 35vh;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.-common {
  background-image: url(../images/common/kv_bg.jpg);
}

.-blog {
  background-image: url(../images/blog/kv_bg.jpg);
}

.-contact {
  background-image: url(../images/contact/kv_bg.jpg);
}

.-treatment {
  background-image: url(../images/treatment/kv_bg.jpg);
}

.-cases {
  background-image: url(../images/cases/kv_bg.jpg);
}

.-clinic {
  background-image: url(../images/clinic/kv_bg.jpg);
}

.-staff {
  background-image: url(../images/staff/kv_bg.jpg);
}

.-price {
  background-image: url(../images/price/kv_bg.jpg);
}

.-faq {
  background-image: url(../images/faq/kv_bg.jpg);
}

.main_title {
  margin: 0 auto;
  width: 94%;
  max-width: 1080px;
  min-height: 35vh;
  display: flex;
  align-items: center;
}

.main_title h1 {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  background-color: white;
  color: #5c5041;
  padding: 1rem 1.5rem;
}

.main_title h1 .eng {
  font-size: 0.85rem;
  display: block;
  color: #ff8c00;
  letter-spacing: 0;
}

@media screen and (max-width: 921px) {
  .main_imgBg {
    min-height: 200px;
    margin-top: 70px;
  }

  .main_title {
    min-height: 200px;
    text-align: center;
    justify-content: center;
  }

  .main_title h1 {
    font-size: 1.4rem;
    padding: 0.5rem 0.75rem;
  }
}

/* --------

共通

 -------- */
.breadlist {
  background-repeat: repeat;
  background-position: right center;
  background-color: #efede0;
  padding: 0;
  margin: 0rem auto 1rem auto;
  font-size: 0.85rem;
}

@media screen and (max-width: 767px) {
  .breadlist {
    display: none;
  }
}

.breadlist ul {
  margin: 0 auto;
  padding: 10px 0;
  width: 90%;
  max-width: 1080px;
}

.breadlist li {
  font-size: 0.85rem;
  line-height: 1.3;
  color: #5c5041;
  display: inline-block;
}

.breadlist li:last-of-type:after {
  content: "";
}

.breadlist li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 4px;
  margin-left: 6px;
}

h2.intro__copy {
  text-align: center;
  font-weight: 500;
  margin-bottom: 3rem;
}

.section_lightbray {
  background-color: #efede0;
}

.pd15 {
  padding: 1.5rem;
}

h4.subttl_blue {
  font-size: 1.2rem;
}

h4.subttl_blue span {
  background-color: #fff;
  color: #489db2;
  padding: 0.25rem 0.5rem;
}

.title h2 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {

  .title h2 {
    font-size: 1.4rem;
    margin-top: 4rem;

  }
	.appointment .title h2,.clinicinfo .title h2 ,.treatments .title h2,.message .title h2,.cases .title h2 {
	margin-bottom: 0;
}
}

.title__border {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.title__border:before {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -10px;
  /*下線の上下の位置*/
  left: 50%;
  width: 6rem;
  /*下線の幅*/
  height: 3px;
  /*下線の太さ*/
  transform: translate(-50%);
  /*位置の調整*/
  background-color: #ff8c00;
  /*下線の色*/
}

@media screen and (max-width: 767px) {
  .title__border {
    margin-bottom: 2rem;
  }
}

.title__border2 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
  margin: 0 auto 1.5rem auto;
  padding: 5px 0;
  border-bottom: 3px solid #ff8c00;
}

@media screen and (max-width: 767px) {
  .title__border2 {
    font-size: 1.2rem;
  }
}

.title_additional_changes{
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  margin: 1rem auto 0.75rem auto;
}

.subtitle {
  padding: 10px 0;
  margin-bottom: 1.75rem;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  color: #5c5041;
  border-bottom: 1px solid #5c5041;
}

@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.subtitle__bgcol {
  background-color: #5c5041;
  color: white;
  padding: 10px;
  border-radius: 4px;
  margin: 10px 0;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .subtitle__bgcol {
    font-size: 1rem;
  }
}

img.img__border {
  border: 1px solid #eee;
}

img.img__100 {
  width: 100%;
}

.l-colored__section__inner {
  margin: 0 auto;
  padding: 3rem 0 2.5rem 0;
  background: #489db2;
  color: white;
}

.l-colored__section__inner .l-col2__item img {
  width: 100%;
}

.list li {
  margin-bottom: 5px;
}

.list__dots {
  margin-left: 1.5rem;
  list-style: disc;
}

.list__number {
  margin-left: 1.5rem;
  list-style-type: decimal-leading-zero;
}

.listbox {
  margin-bottom: 0.75rem;
}

.listbox dt {
  color: white;
  padding: 0.5rem 1rem;
  font-weight: 700;
  font-size: 1.2rem;
}

.listbox dd {
  padding: 1.5rem 1.5rem;
}

@media screen and (max-width: 767px) {
  .listbox dd {
    padding: 1rem;
  }
}

.listbox__01 {
  background-color: #ecf5f7;
}

.listbox__01 dt {
  background-color: #489db2;
}

.listbox__02 {
  background-color: #efede0;
}

.listbox__02 dt {
  background-color: #666666;
}

/* --------

クリニック情報

 -------- */
.l-clinic__daytime {
  margin-bottom: 10px;
}

.l-clinic__daytime table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-bottom: 15px;
  background-color: #fff;
}

.l-clinic__daytime table th {
  width: 14rem;
  font-weight: normal;
  padding: 4px 2px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.l-clinic__daytime table th:last-child {
  border-right: 0;
}

@media screen and (max-width: 767px) {
  .l-clinic__daytime table th {
    width: 6rem;
  }
}

.l-clinic__daytime table td {
  width: calc((100% - 14rem) / 7);
  text-align: left;
  padding: 8px 4px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
}

.l-clinic__daytime table td:last-child {
  border-right: 0;
}

@media screen and (max-width: 767px) {
  .l-clinic__daytime table td {
    width: calc((100% - 6rem) / 7);
  }
}

.l-clinic__daytime table tr:nth-of-type(1) {
  background-color: #5c5041;
  color: white;
}

.l-clinic__daytime .notice p {
  margin: 0 auto 4px auto;
  line-height: 1.5;
}

.l-clinic__feature__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.l-clinic__feature__inner section {
  width: 33.3333333333%;
  padding: 1rem;
}

@media screen and (max-width: 767px) {
  .l-clinic__feature__inner section {
    flex-basis: 100%;
  }
}

.l-clinic__feature__img {
  position: relative;
  width: 100%;
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-color: #d0e1e5;
}

.l-clinic__feature__img-01 {
  background-image: url(../images/top/main_abc_03.webp);
}

.l-clinic__feature__img-02 {
  background-image: url(../images/top/feature_img_02.jpg);
}

.l-clinic__feature__img-03 {
  background-image: url(../images/top/feature_img_03.jpg);
}

.l-clinic dt img {
  max-width: 70%;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}

.l-clinic dt h3 {
  font-size: 1.3rem;
}

.l-clinic__gallery {
  padding: 0%;
}

.l-clinic__gallery ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.l-clinic__gallery ul li {
  flex-basis: 33.3%;
  margin-bottom: 1rem;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .l-clinic__gallery ul li {
    flex-basis: 100%;
  }
}

.l-clinic__gallery ul p {
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

.l-clinic__facility dl.flex-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}

.l-clinic__facility dl.flex-box .flex-item {
  width: 48%;
  margin: 10px auto;
}

@media screen and (max-width: 767px) {
  .l-clinic__facility dl.flex-box .flex-item {
    width: 100%;
  }
}

/* --------

診療内容

 -------- */
.l-treatment {
  width: 100%;
  padding: 2.5rem 0;
}

.l-treatment:nth-of-type(odd) {
  background-color: #efede0;
}

.l-treatment__item {
  margin: auto;
}

.l-treatment h2 {
  margin-bottom: 1rem;
  font-weight: 700;
}

.l-treatment dl {
  width: 100%;
  display: flex;
}

.l-treatment dl dt {
  flex-basis: 50%;
}

.l-treatment dl dd {
  flex-basis: 50%;
  padding: 1rem 1.5rem;
}

/* --------

診療ページ　詳細

 -------- */
table.tbl_price {
  margin: 5px auto;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  background-color: white;
}

table.tbl_price th {
  width: 50%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 1rem 2rem;
  text-align: left;
}

table.tbl_price td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 1rem;
  text-align: left;
}

table.tbl_price .price {
  text-align: right;
}

.flow li {
  display: flex;
  margin-bottom: 20px;
  position: relative;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .flow li {
    flex-direction: column;
  }
}

.flow li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 40px solid transparent;
  border-top: 20px solid #efede0;
}

@media screen and (max-width: 767px) {
  .flow li::after {
    margin-left: -45px;
  }
}

.flow__number {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background-color: #ecf5f7;
  color: #489db2;
  width: 25%;
  padding: 1rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .flow__number {
    width: 100%;
    padding: 0.5rem;
  }
}

.flow__text {
  width: 75%;
  background-color: #efede0;
  text-align: left;
  padding: 1rem 2rem;
}

.flow__text h4 {
  padding: 1rem 0 0rem 0;
}

@media screen and (max-width: 767px) {
  .flow__text {
    width: 100%;
    padding: 0.5rem 1rem;
  }
}

/* --------

症例一覧

 -------- */
.l-col2_cases {
  margin-top: 2rem;
  display: flex;
}

.l-col2_cases__item {
  padding: 0 0 10px 0;
}

.l-col2_cases__title {
  margin-right: 2rem;
  width: 10rem;
}

.l-col2_cases__list {
  width: calc(100% - 10rem);
}

@media screen and (max-width: 767px) {
  .l-col2_cases {
    flex-wrap: wrap;
  }

  .l-col2_cases__title {
    width: 100%;
  }

  .l-col2_cases__list {
    width: 100%;
  }
}

.l-caselist__photos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.l-caselist__photos li {
  text-align: center;
  flex-basis: 46%;
  margin: 5px auto;
}

.l-caselist__photos li figure img {
  width: 100%;
}

.l-caselist__photos li figcaption {
  text-align: center;
  color: #489db2;
  padding: 5px;
}

.l-caselist {
  width: 100%;
  padding: 1.5rem 0;
}

.l-caselist__item {
  margin: 1rem auto;
}

.l-caselist__item h2 {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  font-weight: 700;
  border-bottom: 3px solid #489db2;
  background: #efede0;
}

.l-caselist__item dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.l-caselist__item dl dt {
  flex-basis: 50%;
  text-align: center;
  border: 1px solid #eee;
}

.l-caselist__item dl dt img {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .l-caselist__item dl dt {
    flex-basis: 100%;
  }
}

.l-caselist__item dl dd {
  flex-basis: 50%;
  padding: 1rem 1.5rem;
}

@media screen and (max-width: 767px) {
  .l-caselist__item dl dd {
    flex-basis: 100%;
  }
}

.l-caselist__detail {
  background-repeat: repeat;
  background-position: right center;
  background-image: url(../images/common/dots.gif);
  padding: 10px;
}

.l-caselist__detail p {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

/* --------

症例詳細

 -------- */
.l-intro {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-intro__item {
  padding: 1rem;
}

.l-intro__photo {
  width: 30%;
}

.l-intro__txt {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .l-intro {
    flex-direction: column;
  }

  .l-intro__item {
    padding: 0;
  }

  .l-intro__photo {
    width: 100%;
  }

  .l-intro__txt {
    width: 100%;
  }
}

.l-case_detail {
  padding: 0;
  margin: 4rem auto;
}

@media screen and (max-width: 767px) {
  .l-case_detail {
    margin: 3rem auto;
  }
}

.l-case_detail:nth-of-type(odd) {
  background-color: #efede0;
  padding: 4rem 0;
}

@media screen and (max-width: 767px) {
  .l-case_detail:nth-of-type(odd) {
    padding: 3rem 0;
  }
}

.l-case_detail .l-section {
  margin: 0 auto;
}

.l-case_detail__label {
  font-size: 1.2rem;
  line-height: 1.4;
}

.l-case_detail__label i {
  color: #ffcc66;
  margin-right: 10px;
}

.l-case_detail__label span {
  background-color: #489db2;
  border-left: 5px solid #ff8c00;
  color: white;
  padding: 8px 1.5rem;
}

.l-case_detail__ttl {
  margin: 1.25rem auto 0.25rem auto;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #489db2;
  font-weight: 700;
}
.l-case_additional_changes{
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  margin: 1rem auto 0.75rem auto;
}


.l-case_detail__text {
  text-align: left;
  padding: 0;
  margin: 0;
}

.l-case_detail i {
  margin-right: 5px;
}

.l-case_detail__box {
  background-color: white;
  padding: 1.5rem;
}


@media screen and (max-width: 767px) {
  .l-case_detail__box {
    padding: 1rem;
  }

  .l-case_detail__box.u-mt20 {
    margin-top: 15px !important;
  }
}

.l-case_detail__box dl:not(:last-of-type) {
  margin-bottom: 1rem;
}

.l-case_detail__box dt {
  font-weight: 700;
  font-size: 1.2rem;
}

.l-case_detail__box i {
  color: #489db2;
}

.l-case_detail .border_1 {
  border: 2px solid #d0e1e5;
}

.l-case_detail .border_2 {
  border: 2px solid #e5e5e5;
}

.l-case_detail .border_3 {
  border: 2px solid #d0e1e5;
}

.l-case__photos {
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .l-case__photos {
    padding: 0;
  }
}

.l-case__photos ul.list_left {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .l-case__photos ul.list_left {
    width: 100%;
  }
}

.l-case__photos ul.list_right {
  width: calc(65% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-case__photos ul.list_right {
    width: 100%;
  }
}

.l-case__photos ul.list_right li {
  width: 48%;
}

.l-case__photos ul.list_2column {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-case__photos ul.list_2column li {
  width: 50%;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .l-case__photos ul.list_2column__sp_100 li {
    padding: 0;
    width: 100%;
  }
}

.l-case__photos ul.list_3column {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-case__photos ul.list_3column li {
  width: 33.3%;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .l-case__photos ul.list_3column li {
    width: 48%;
  }
}

.l-case__photos ul.list_4column {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-case__photos ul.list_4column li {
  width: 25%;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .l-case__photos ul.list_4column li {
    width: 48%;
  }
}

.l-case__photos li {
  text-align: center;
  margin-bottom: 0.75rem;
}

.l-case__photos li img {
  margin: 0 auto;
  padding: 0;
  vertical-align: top;
  font-size: 2px;
  line-height: 0.2rem;
}

.l-case__photos li p {
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.l-case__photos.-before li p {
  color: #5c5041;
}

.l-case__photos.-after li p {
  color: #489db2;
}

.faq_list {
  margin-bottom: 2rem;
}

.faq_list li {
  margin-bottom: 2rem;
}

.faq_list li h3 {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 15px;
  margin-bottom: 1rem;
  background-color: #efede0;
  border-bottom: 3px solid #489db2;
}

.faq_list__answer {
  padding: 1rem;
}

/* --------

料金表ページ

 -------- */
table.table_price {
  margin: 5px auto 15px auto;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  background-color: white;
}

table.table_price th {
  width: 60%;
  border-bottom: 1px solid #ccc;
  padding: 0.75rem 1.5rem;
  text-align: left;
  color: #489db2;
  font-size: 1.2rem;
}

table.table_price .tbl_bg {
  background-color: #ecf5f7;
}

table.table_price td {
  width: 40%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0.75rem 1.5rem;
  text-align: left;
}

table.table_price td dl {
  width: 100%;
  display: flex;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

table.table_price td dl dt {
  padding: 0;
  margin: 0;
  font-weight: bold;
  width: 25%;
}

table.table_price td dl dd {
  width: 75%;
  padding: 0;
  margin: 0;
}

table.table_price td h5 {
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}

table.table_price td p {
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}

table.table_price .td_price {
  text-align: right;
}

@media screen and (max-width: 767px) {
  table.table_price {
    border-bottom: 0;
  }

  table.table_price th {
    display: block;
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    border-right: 0;
  }

  table.table_price td {
    display: block;
    width: 100%;
    padding: 0.5rem;
    border-right: 0;
  }

  table.table_price td dl {
    flex-wrap: wrap;
    flex-direction: column;
  }

  table.table_price td dl dt {
    width: 100%;
  }

  table.table_price td dl dd {
    width: 100%;
  }
}

/* --------

PAYMENT

 -------- */
.l-payment h3.payment_ttl {
  font-weight: 700;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .l-payment h3.payment_ttl {
    font-size: 1.2rem;
  }
}

.l-payment h4 {
  font-weight: 700;
}

.l-payment h4 i {
  color: #ff8c00;
}

.l-payment .payment_sample {
  margin: 1.5rem;
}

@media screen and (max-width: 767px) {
  .l-payment .payment_sample {
    margin: 0 auto;
  }
}

.l-payment .payment_sample h4 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .l-payment .payment_sample h4 {
    font-size: 1.1rem;
  }
}

.l-payment .payment_sample__item {
  padding: 1rem;
  margin: 0 auto 1.5rem auto;
  flex-wrap: wrap;
  display: flex;
  background-repeat: repeat;
  background-position: right center;
  background-image: url(../images/common/dots.gif);
}

.l-payment .payment_sample dl {
  width: 50%;
  margin-bottom: 5px;
}

@media screen and (max-width: 921px) {
  .l-payment .payment_sample dl {
    width: 100%;
  }
}

.l-payment .payment_sample dl dt:before {
  content: "・";
}

.l-payment .payment_sample dl dt,
.l-payment .payment_sample dl dd {
  padding: 0;
  margin: 0;
  line-height: 1.4;
}

.l-payment .payment_sample dl dd {
  margin-left: 1rem;
}

/* --------

STAFF

 -------- */
.l-staff__incho .photo {
  margin-bottom: 1.5rem;
}

.l-staff__incho .text h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #5c5041;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .l-staff__incho .text h2 {
    font-size: 1.2rem;
  }
}

.l-staff__incho .text h3 {
  color: #5c5041;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  font-size: 1.4rem;
}

.l-staff__incho .text h3 span {
  font-size: 1rem;
  padding-right: 20px;
}

.l-staff__inchoprofile {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.l-staff__inchoprofile ul {
  width: 33.3%;
  padding: 0 1rem;
}

@media screen and (max-width: 767px) {
  .l-staff__inchoprofile ul {
    width: 100%;
    padding: 0;
  }
}

.l-staff__inchoprofile ul li {
  margin-bottom: 10px;
  line-height: 1.4;
}

.l-staff__inchoprofile ul li span {
  display: block;
  margin-right: 10px;
}

.l-staff__inchoprofile h3 {
  color: #5c5041;
  font-size: 1rem;
  line-height: 1.4;
  background-color: #efede0;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.l-staff__staff {
  flex-direction: row;
  justify-content: center;
}

.l-staff__staff .photo {
  padding: 2rem;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .l-staff__staff .photo {
    padding: 0 0 1rem 0;
  }

  .l-staff__staff .photo p {
    margin: 0;
  }
}

/* --------

BLOG

 -------- */
.blog_page {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.blog_page .leftbox {
  width: calc(100% - 220px - 40px);
}

.blog_page .side_container {
  width: 220px;
  line-height: 1.5;
}

.blog_page .side_container .sidebar-wrapper {
  margin-bottom: 2rem;
}

.blog_page .side_container h5.sidebar-title {
  padding: 0.25rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.4;
  background-color: #efede0;
  color: #5c5041;
}

.blog_page .side_container .post-date {
  display: block;
  font-size: 0.85rem;
}

.blog_page .side_container #recent-posts-2 li {
  margin-bottom: 10px;
}

.blog_page .side_container #wp-calendar {
  width: 100%;
}

.blog_page .side_container #archives-dropdown-2 {
  width: 100%;
  padding: 5px;
}

.blog_page .blog_categorys {
  flex-wrap: wrap;
  display: flex;
}

.blog_page .blog_categorys li {
  font-size: 0.85rem;
  margin: 2px !important;
  padding: 1px 10px;
  color: #666;
  background-color: #ecf5f7;
}

@media screen and (max-width: 767px) {
  .blog_page .leftbox {
    width: 100%;
  }

  .blog_page .side_container {
    width: 100%;
  }
}

/* archive */
.blog_list__inner {
  padding: 1.5rem 0;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  border-top: 1px dotted #bbb;
}

.blog_list__text {
  padding: 5px;
  width: calc(100% - 140px - 20px);
}

.blog_list__eyecatch {
  max-width: 140px;
}

.blog_list .archives_btn {
  width: 100%;
  margin: 15px auto;
  display: block;
  text-align: center;
}

.blog_list .archives_btn a {
  border: 1px solid #5c5041;
  padding: 0.25rem 2rem;
  min-width: 200px;
}

.blog_list .archives_title {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
}

.blog_list .archives_date {
  font-size: 0.85rem;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .blog_list__text {
    padding: 5px;
    width: calc(100% - 90px - 20px);
  }

  .blog_list__eyecatch {
    max-width: 90px;
  }

  .blog_list .archives_btn a {
    width: 100%;
    display: block;
  }
}

/* single */
.blog_single__text {
  min-height: 200px;
  margin-bottom: 80px;
}

ul.pagenavi {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  font-size: 0.85rem;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-bottom: 2rem;
}

ul.pagenavi li {
  padding: 10px 10px;
  width: 50%;
}

ul.pagenavi li:first-of-type {
  border-right: 1px solid #bbb;
}

/* --------

診療ページ　詳細

 -------- */
table.tbl_price {
  margin: 5px auto;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  background-color: white;
}

table.tbl_price th {
  width: 50%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 1rem 2rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  table.tbl_price th {
    padding: 0.5rem;
  }
}

table.tbl_price td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 1rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  table.tbl_price td {
    padding: 0.5rem;
  }
}

table.tbl_price .price {
  text-align: right;
}

/* --------

お問い合わせ

 -------- */
.form_wrap {
  max-width: 900px;
  margin: 0 auto;
}

.form_wrap .form_table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #bbb;
}

.form_wrap .form_table th {
  border-bottom: 1px solid #bbb;
  width: 20%;
  background-color: #ecf5f7;
  padding: 20px 15px;
  font-weight: normal;
}

.form_wrap .form_table td {
  border-bottom: 1px solid #bbb;
  background-color: white;
  padding: 10px;
}

.form_wrap .form_table td p {
  padding: 0;
  margin: 0;
  line-height: 1.4;
}

.form_wrap .form_table td input,
.form_wrap .form_table td select {
  padding: 5px;
}

.form_wrap .form_table td ul {
  padding: 2px;
}

.form_wrap .form_table td ul h4 {
  font-size: 1rem;
  line-height: 1.4;
  margin: 10px 0 0 0;
}

.form_wrap .form_table td ul>li {
  padding: 0 2px;
}

.form_wrap .form_table td ol {
  padding: 2px;
  list-style: none;
  display: flex;
}

.form_wrap .form_table td ol>li {
  padding: 2px;
}

@media screen and (max-width: 921px) {

  .form_wrap .form_table input,
  .form_wrap .form_table select,
  .form_wrap .form_table textarea {
    padding: 5px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .form_wrap .form_table th {
    display: block;
    width: 100%;
    padding: 5px 10px;
  }

  .form_wrap .form_table td {
    display: block;
    width: 100%;
    padding: 20px 10px;
  }

  .form_wrap .form_table td ol>li {
    padding: 2px 1px !important;
  }
}

.form_wrap .form_fin h3 {
  text-align: center;
  font-size: 1.2rem;
}

.form_wrap .form_fin p {
  text-align: center;
}

.form_wrap .form_fin .mwform-checkbox-field label {
  text-align: left !important;
}

.form_wrap .form_fin .mwform-checkbox-field label input {
  display: inline-block !important;
}


/* 
追加
 */
.maintitle {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  background-color: white;
  color: #5c5041;
  padding: 1rem 1.5rem;
}

.maintitle .eng {
  font-size: 0.85rem;
  display: block;
  color: #ff8c00;
  letter-spacing: 0;
}

@media screen and (max-width: 921px) {
  .maintitle {
      font-size: 1.4rem;
      padding: 0.5rem 0.75rem;
  }
}

.pagetitle {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pagetitle {
    font-size: 1.4rem;
    margin-top: 4rem;
  }
}

.flow__text h3 {
  padding: 1rem 0 0rem 0;
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .flow__text h3 {
    font-size: 1.1rem;
  }
}