@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 98%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 98%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }


}





@media screen and (max-width: 600px) {
  .img-shrink-v {
    max-width: 50%;
  }

  .img-shrink-vs {
    max-width: 35%;
  }

  .img-shrink-h {
    max-width: 70%;
  }
}


html .btn-primary {
  background-color: #ffa353;
  border-color: #ffa353 #ffa353 #ff8820;
  color: #FFF;
}



.side-contact-btn {
  position: fixed;
  bottom: 60px;
  right: 0;
  margin: auto;
  font-size: 14px;
  font-weight: bold;
  z-index: 10;
  line-height: 1;

}

.side-contact-btn li {
  width: 94px;
  height: 94px;
  display: block;
  background: ;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 10px 0 0 10px;
}

.side-contact-btn li a {
  width: 100%;
  height: 100%;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 18px;
}


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

  .side-contact-btn {
    display: none !important;
  }

}














hr.grad {
  width: 100px;
  height: 4px;
  margin: auto;
  background-image: -webkit-linear-gradient(left, #1170ff, #5edcfd, #b0f2f6, #6dc2ff, #8fa6ee, #ae95d4);
  background-image: -moz-linear-gradient(left, #1170ff, #5edcfd, #b0f2f6, #6dc2ff, #8fa6ee, #ae95d4);
  background-image: -ms-linear-gradient(left, #1170ff, #5edcfd, #b0f2f6, #6dc2ff, #8fa6ee, #ae95d4);
  background-image: -o-linear-gradient(left, #1170ff, #5edcfd, #b0f2f6, #6dc2ff, #8fa6ee, #ae95d4);
  -webkit-animation: gradation_hr 4s ease infinite reverse;
  -moz-animation: gradation_hr 4s ease infinite reverse;
  animation: gradation_hr 4s ease infinite reverse;
  background-size: 200% 200%;
}

@keyframes gradation_hr {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@-webkit-keyframes gradation_hr {
  0% {
    background-position: 0% 91%
  }

  50% {
    background-position: 100% 10%
  }

  100% {
    background-position: 0% 91%
  }
}

@-moz-keyframes gradation_hr {
  0% {
    background-position: 0% 91%
  }

  50% {
    background-position: 100% 10%
  }

  100% {
    background-position: 0% 91%
  }
}

@keyframes gradation_hr {
  0% {
    background-position: 0% 91%
  }

  50% {
    background-position: 100% 10%
  }

  100% {
    background-position: 0% 91%
  }
}


hr.grad2 {
  width: 50px;
  height: 3px;
  margin: 0;
  background-image: -webkit-linear-gradient(left, #1170ff, #5edcfd, #b0f2f6, #6dc2ff, #8fa6ee, #ae95d4);
  background-image: -moz-linear-gradient(left, #1170ff, #5edcfd, #b0f2f6, #6dc2ff, #8fa6ee, #ae95d4);
  background-image: -ms-linear-gradient(left, #1170ff, #5edcfd, #b0f2f6, #6dc2ff, #8fa6ee, #ae95d4);
  background-image: -o-linear-gradient(left, #1170ff, #5edcfd, #b0f2f6, #6dc2ff, #8fa6ee, #ae95d4);
  -webkit-animation: gradation_hr 4s ease infinite reverse;
  -moz-animation: gradation_hr 4s ease infinite reverse;
  animation: gradation_hr 4s ease infinite reverse;
  background-size: 200% 200%;
}

@keyframes gradation_hr {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@-webkit-keyframes gradation_hr {
  0% {
    background-position: 0% 91%
  }

  50% {
    background-position: 100% 10%
  }

  100% {
    background-position: 0% 91%
  }
}

@-moz-keyframes gradation_hr {
  0% {
    background-position: 0% 91%
  }

  50% {
    background-position: 100% 10%
  }

  100% {
    background-position: 0% 91%
  }
}

@keyframes gradation_hr {
  0% {
    background-position: 0% 91%
  }

  50% {
    background-position: 100% 10%
  }

  100% {
    background-position: 0% 91%
  }
}
















.twitter-wrap {
  width: 100%;
  height: 450px;
  overflow: scroll;
}



.portfolio-list {
  max-width: 1000px;
  margin: 0 auto;
}



.process-vertical .process-step-circle {
  height: 45px;
  width: 45px;
  margin: 0 15px 0 0;
  min-height: 45px;
  min-width: 45px;
}

.process .process-step-circle-content {
  font-weight: bold;
  color: #212529;
  font-size: 1.2em;
  letter-spacing: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.process-vertical .process-step:after {
  width: 2px;
  display: block;
  background-color: #EDEDED;
  position: absolute;
  content: '';
  height: calc(100% - 80px);
  top: 60px;
  left: 22px;
}

/*img*/

.img-xs {
  width: 18%;
}

.img-sm {
  width: 30%;
}

.img-md {
  width: 40%;
}

.img-lg {
  width: 50%;
}



img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin-right: 24px;
  margin-top: 8px;

}

img.alignright,
.wp-caption.alignright {
  float: right;
  margin-left: 24px;
  margin-top: 8px;
}


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

  img.alignleft,
  .wp-caption.alignleft {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    display: block;
  }

  img.alignright,
  .wp-caption.alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    display: block;
  }

  .img-xs {
    width: 50%;
  }

  .img-sm {
    width: 50%;
    display: block;
    margin: 0 auto;
  }

  .img-md {
    width: 100%;
    display: block;

    margin: 0 auto 0 auto;
  }

  .img-lg {
    width: 100%;
    display: block;

    margin: 0 auto 0 auto;
  }
}



/*med_merit_box
---------------------------------------------------------*/
.med_merit_box {}

.med_merit_box div {

  box-sizing: border-box;
  padding: 35px 45px 45px 45px;
}

.med_merit_box .merit_box {

  background: #fceff2;
}

.med_merit_box .demerit_box {

  background: #e9f8f9;
}

.med_merit_box dt {
  background: #ffffff;
  padding: 15px 0;
  line-height: 1em;
  font-size: 115%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  border-radius: 50px;
  letter-spacing: 0.2em;
}

.med_merit_box ul {
  padding: 0;
}



.med_merit_box dd li {
  background-size: 15px 15px;
  background-position: left 0.3em;
  background-repeat: no-repeat;
  padding-left: 0;
  margin-bottom: 15px;
  line-height: 1.6em;
  list-style: none;
}

.med_merit_box dd li:last-child {
  margin-bottom: 0;
}

.med_merit_box .merit_box dd li {
  /* background-image: url(../images/icon_merit.svg);*/
}

.med_merit_box .merit_box dd li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  margin-right: 5px;
  color: #ff7bac;
}


.med_merit_box .demerit_box dd li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  margin-right: 5px;
  color: #29abe2;
}

.med_merit_box .merit_box dt {
  color: #ff7bac;
}

.med_merit_box .demerit_box dt {
  color: #29abe2;
}





.hr-white {
  border-top: 3px solid rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0);
  margin: 32px 0;
}


.top-lead {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1.8em;
  margin-bottom: 1.1em;
}

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

  .top-lead {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.8em;
    margin-bottom: .5em;
  }

  .hr-white {
    border-top: 3px solid rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0);
    margin: 20px 0;
  }

}

.pink {
  color: #fb908e;
}

.green {
  color: #2BADA9;
}

.blue-txt {
  color: #12b4e6;
}



.box-title {
  margin: 0 auto 50px auto;
  padding: 20px 3%;
  background: #808284;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: 1.3em;
  text-align: center;
}

.box-title-lg {

  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.2em;
  color: #00b7c6;
  margin-bottom: 28px;
}


.box-title span {
  font-size: 13px;
  letter-spacing: 0.2em;
}

.sub-title {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1.7em;
  margin-bottom: 20px;
  color: #12b4e6;
}

.card-title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.7em;
  margin-bottom: 10px;
  color: #3598C8;
}

.step-title {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1.7em;
  margin-bottom: 0px;
  color: #12b4e6;
}



.round-title {
  background: #00B7C6;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.4em;
  text-align: center;
  padding: .5em 0;
  border-radius: 30px;
  margin-bottom: 25px;
}


.gold-title {
  color: #b9a858;

  background-position: left center;
  background-size: 17px 17px;
  background-repeat: no-repeat;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  margin-bottom: 30px;
  padding-left: 0px;
}

.gold-title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ce";
  margin-right: 6px;
  color: #aaa;
}

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

  .card-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.7em;
    margin-bottom: 5px;
    color: #3598C8;
  }


  .box-title {
    margin: 0 auto 30px auto;
    padding: 15px 2%;
    background: #808284;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .15em;
    line-height: 1.3em;
    text-align: center;
  }

  .box-title span {
    font-size: 12px;
    letter-spacing: 0.2em;
  }

  .box-title-lg {

    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.2em;
    color: #00b7c6;
    margin-bottom: 12px;
  }

  .sub-title {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.7em;
    margin-bottom: 15px;
    color: #12b4e6;
  }

  .step-title {
    font-size: 17px;
  }


  .round-title {
    background: #00B7C6;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.4em;
    text-align: center;
    padding: .5em 0;
    border-radius: 30px;
    margin-bottom: 25px;
  }


  .gold-title {
    color: #b9a858;

    background-position: left center;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    margin-bottom: 12px;
    padding-left: 0px;
  }

}


.tour-title {
  font-size: 24px;
  letter-spacing: .1em;
  font-weight: 900;
  margin-bottom: 10px;
}

@media screen and (max-width: 576px) {
  .tour-title {
    font-size: 20px;
    letter-spacing: .1em;
  }
}





.title-h2 {
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-size: 26px;
  font-weight: bold;
}

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


  .title-h2 {
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
  }


}

.title-h3 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-indent: -1em;
  margin-left: 1em;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media all and (min-width: 600px) {
  .title-h3 {
    font-size: 23px;
  }
}

.title-h3:before {
  content: "";
  position: relative;
  top: -1px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 16px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#2CADA9), color-stop(49%, #2CADA9), color-stop(50%, #65d8d4), to(#65d8d4));
  background: -webkit-linear-gradient(left, #2CADA9 0%, #2CADA9 49%, #65d8d4 50%, #65d8d4 100%);
  background: linear-gradient(to right, #2CADA9 0%, #2CADA9 49%, #65d8d4 50%, #65d8d4 100%);
}


@media screen and (max-width: 768px) {
  .title-h3 {
    font-size: 17px;
    padding: 8px 18px;
    margin-bottom: 10px;
    margin-left: 0;
    line-height: 1.5;
  }

  .title-h3:first-child {
    margin-top: 0;
  }

  .title-h3 span {
    font-size: 13px;
  }
}




.title-h4 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 18px;
  font-size: 20px;
  letter-spacing: 0.15em;

  padding-bottom: 16px;
}

.title-h4:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #A4967A 0%, #ccc1ad 100%);
}

.title-h4:first-child {
  margin-top: 0;
}




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

  .title-h4 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 17px;
    padding-bottom: 10px;
  }

  .title-h4:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #A4967A 0%, #ccc1ad 100%);
  }

  .title-h4:first-child {
    margin-top: 0;
  }

}







.title-h5 {
  position: relative;
  padding-left: 22px;
  margin-bottom: 20px;
  font-size: 18px;

}

.title-h5:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  background: linear-gradient(90deg, #12b4e6, #12b4e6);
}

@media screen and (max-width: 768px) {
  .title-h5 {
    margin-bottom: 16px;
    font-size: 17px;

  }

  .title-h5:before {
    width: 15px;
    height: 15px;
  }
}

.title-h6 {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: bold;
  color: #888;
}

@media screen and (max-width: 768px) {
  .title-h6 {
    margin-bottom: 8px;
    font-size: 17px;
  }
}





.fee-img {
  text-align: center;
}

.fee-img img {
  width: 60%;
}

.fee-table {
  font-size: 15px;

}

.fee-table th,
.fee-table td {
  line-height: 1.9;
  padding: 16px 10px;
}


.fee-table thead {
  font-size: 15px;
  background: #f4f4f4;
}

.fee-th-01 {
  width: 30%
}

.fee-th-02 {
  width: 50%
}

.fee-th-03 {
  width: 20%
}

/*.fee-th-04 {width: 26%}
.fee-th-05 {width: 26%}
.fee-th-06 {width: 8%}
.fee-th-07 {width: 8%}*/



@media screen and (max-width: 600px) {
  table.fee-table thead {
    display: none;
  }

  table.fee-table tr {
    border-bottom: 8px solid #ddd;
    display: block;
  }

  table.fee-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    /*text-align: right;*/
    padding: 5px;
  }

  table.fee-table td:before {
    content: attr(aria-label);
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    padding: 3px 5px;
    margin: -5px;
    margin-bottom: 3px;
    display: block;
    background: #f4f4f4;
  }

  .fee-img img {
    width: 30%;
  }
}




.staff-table {}

.staff-table th {
  white-space: nowrap;
  color: #12b4e6;
}

/*-------------------------------------------------
---------------------------------------------------
---------------------------------------------------

    よくある質問 faq

---------------------------------------------------
---------------------------------------------------
-------------------------------------------------*/

.b_question_wrapper {
  border-top: 1px solid #e1e1e1;
  margin: 0;
  padding: 0;
  /*  margin-bottom: 80px;*/
  margin-top: 32px;
}

.b_question {
  margin: 0;
  padding: 0;
}

.b_question_wrapper--item {
  padding: 25px 0 25px;
  border-bottom: 1px solid #e1e1e1;
  list-style: none;
}


.b_question_wrapper .question {
  margin-bottom: 20px;
}

.question {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.question--th {
  width: 42px;
}

.question--th,
.question--td {
  display: table-cell;
  vertical-align: top;
}

.question--icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #000;
  color: #FFF;
  border-radius: 50%;
  font-size: 20px;

}

.question .question--icon {
  background: #ff7377;
}

.question.-answer .question--icon {
  background: #bbdefb;
  color: #459be1;
}

.question--td {
  padding-left: 22px;
}

.question--heading {
  margin: 6px 0px 10px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: bold;
  color: #000;

}

.b_question_wrapper .question.-answer {
  margin-bottom: 0;
}

.question.-answer .question--th,
.question.-answer .question--td {
  vertical-align: top;
}

.question.-answer .question--td {
  font-size: 15px;

  line-height: 2.15;
  padding-top: 7px;
}




/* ボックス */
.box-gray {
  background: #f5f3f2;
  padding: 50px;
}

.box-hours {
  background: #FFF;
  padding: 20px;
  margin-top: 20px;
  border-radius: 12px;
  border: 2px solid #f4f4f4;
}

.box-line {
  background: #FFF;
  border: 1px solid #eee;
  padding: 50px;
}

ul.checklist1 {
  padding: 0;
  padding-top: 10px;
  /*background: #fff;*/
  /* border-top:rgba(128,130,132,0.50) 1px solid;*/
}

.checklist1 li {
  margin: 0;
  padding-bottom: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  /* border-bottom:rgba(128,130,132,0.50) 1px solid;*/
  line-height: 1.7em;
  list-style: none;
  font-size: 16px;
}

.checklist1 li:last-child {
  margin-bottom: 0;
}

.checklist1 li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  margin-right: 6px;
  color: #ffa353;
}


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

  .box-gray {
    background: #f4f4f4;
    padding: 25px 30px;
  }

  .box-line {
    background: #FFF;
    border: 1px solid #eee;
    padding: 25px 30px;
  }


}










.medical .med_box {
  max-width: 1100px;
  margin: 0 auto 110px;
  text-align: left;
}

/*med_check_box
---------------------------------------------------------*/
.med_check_box {
  background: #F0F8FC;
  padding: 32px 40px 40px 40px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.med_check_box .med_check_title {
  color: #333940;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;

}

.med_check_box .med_check_title dt {
  font-size: 115%;
  letter-spacing: 0.1em;
  margin-bottom: 0.2em;
}

.med_check_box .med_check_title dd span {
  font-size: 145%;
  letter-spacing: 0.1em;
}

.med_check_li {
  background: #ffffff;
  padding: 40px 50px 35px 50px;
  margin-top: 30px;
}

.med_check_box ul {
  padding: 0;
}

.med_check_box li {
  margin: 0;
  padding-bottom: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: rgba(128, 130, 132, 0.50) 1px solid;
  line-height: 1.7em;
  list-style: none;
  font-size: 16px;
}

.med_check_box li:last-child {
  margin-bottom: 0;
}

.med_check_box li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  margin-right: 6px;
  color: #aaa;
}

.med_check_box .txt_magenta {
  color: #ec008c;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .med_check_box {
    padding: 30px 30px 30px 30px;
  }

  .med_check_box .med_check_title dt {
    font-size: 110%;
  }

  .med_check_box .med_check_title dd span {
    font-size: 150%;
    padding: 5px 5px 5px 0;
    background-size: 25px 27px;
  }

  .med_check_li {
    background: #ffffff;
    padding: 30px;
    margin-top: 20px;
  }

  .med_check_box li {
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 95%;
  }

  .med_check_box li:last-child {
    margin-bottom: 0;
  }

  .med_check_box li p {
    background: url(../images/check_box.svg) no-repeat left 7px;
    background-size: 15px 15px;
    padding: 3px 0 3px 25px;
  }

  .med_check_box .txt_magenta {
    margin-top: 20px;
    font-size: 95%;
  }

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
  .med_check_box {

    padding: 5%;
  }

  .med_check_box .med_check_title dt {
    font-size: 90%;
    letter-spacing: 0.05em;
    margin-bottom: 0.1em;
  }

  .med_check_box .med_check_title dd span {
    font-size: 102%;
    letter-spacing: 0.05em;
    padding: 5px 5px 5px 0;
    background-size: 20px 21px;
  }

  .med_check_li {
    padding: 5%;
    margin-top: 5%;
  }

  .med_check_box ul {
    float: none;
    width: 100%;
  }

  .med_check_box li {
    padding-bottom: 2%;
    margin-bottom: 2%;
    font-size: 95%;
    line-height: 1.6em;
  }

  .med_check_box .flt_l li:last-child {
    margin-bottom: 2%;
  }

  .med_check_box li p {
    background: url(../images/check_box.svg) no-repeat left 6px;
    background-size: 18px 18px;
    padding: 3px 0 3px 30px;
  }

  .med_check_box .txt_magenta {
    margin-top: 3%;
  }
}




/*
<div class="p-box">
<p><span class="p-box-title">ご来院時に必要なもの</span></p>
<ul><li>保険証（コピー不可）</li><li>お薬手帳、お薬の紙など</li></ul>
</div>
*/

.p-box {
  position: relative;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 5px;
  margin: 30px 5px 20px 7px;
  padding: 25px 20px 15px;
}

.p-box p {
  margin: 0;
  padding: 0;
}

.p-box .p-box-title {
  position: absolute;
  left: -10px;
  top: -20px;
  border-radius: 15px;
  background-color: #ffbd95;
  color: #fff;

  font-size: 16px;
  font-weight: 900;
  padding: 5px 20px;
}

.p-box .p-box-title:after {
  position: absolute;
  border-top: 12px solid #ffbd95;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  top: 30px;
  left: 25px;
}

.p-box ul {
  list-style-type: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.p-box ul li {
  list-style-type: none !important;
  position: relative;
  padding: .2em 0 .2em 1.5em;
  line-height: 1.5;
}

.p-box ul li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free", 'Quicksand', 'Avenir', 'Arial', sans-serif;
  content: '\f138\ ';
  font-weight: 900;
  color: #ccc;
  width: 8px;
  height: 8px;
  margin: 0 16px 20px 0;
}



/*
<div class="balloon1-left">
  <p>こんにちは。これは例です。</p>
</div>
*/

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}



.balloon1-top {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e0edff;
}

.balloon1-top p {
  margin: 0;
  padding: 0;
}

.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1em 0 1em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}


.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1em 15px 1em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #e0edff;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}






/**/





.side-title {
  display: block;
  padding-left: 27px;
  padding-bottom: 1em;
  color: #333;
  letter-spacing: .1em;
  text-decoration: none;
  margin-bottom: 0px;
  font-size: 18px;
}

.side-title:before {
  content: '';
  width: 17px;
  height: 5px;
  background: #aaa;
  border-radius: 2px;
  display: inline-block;
  margin-left: -27px;
  margin-right: 10px;
  vertical-align: middle;
}

/**/

aside .subject {
  margin: 0;
  padding: 0;
  list-style: none;
}


aside .subject li {
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #bbb4a7;
  margin-bottom: 2px;
  padding: 1rem 0;
  position: relative;
}

aside .subject li a {
  color: #333;
  font-weight: normal;
  letter-spacing: 0em;
  text-decoration: none;
  font-size: 1rem;
  display: block;
  position: relative;
}

aside .subject li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  width: 60px;
  border-radius: 20px;
}

aside .subject li a i {
  font-size: 1rem;
  height: 1.2rem;
  width: 1.3rem;
  display: block;

  color: #CCC;

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 1.2rem;
}




@media only screen and (max-width: 767px) {
  aside .subject li {
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #bbb4a7;
    margin-bottom: 2px;
    padding: .5rem 0;
    position: relative;

  }

  aside .subject li a {
    font-size: 15px;
  }

  aside .subject li a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: .5em;
    width: 40px;
    border-radius: 10px;
  }

}














.lower-head {
  width: 90%;
  max-width: calc(650px + 50vw);
  height: 400px;
  position: relative;
  background: #DDD;
  margin-left: auto;
  background-size: cover;
  background-position: center center;
  border-radius: 30px 0 0 30px;
  margin-bottom: 16px;
}

.lower-head .title {
  color: #FFF;
  background: #3598C8;
  width: 300px;
  max-height: 70px;
  display: flex;
  padding: 1.4rem;
  flex-wrap: wrap;
  justify-content: center;
  align-imtems: center;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6%;
  margin: auto;
  border-radius: 10px;
  line-height: 1 !important;
}

.lower-head .title h2 {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0 !important;
  display: block;
  line-height: 1 !important;
}

.lower-head .title .h2-en {
  font-size: 15px;
  display: block;
}

.lower-head.def-header {
  background-image: url(../images/feature-assets/page-title-01.jpg);
}

.lower-head.subject {
  background-image: url(../images/_img2-assets/bg-title-01.jpg);
}

.lower-head.clinic-header {
  background-image: url(../images/feature-assets/page-title-02.jpg);
}

.lower-head.access-header {
  background-image: url(../images/_img2-assets/bg-title-07.jpg);
}

.lower-head.first-header {
  background-image: url(../images/_img2-assets/bg-title-05.jpg);
}

.lower-head.staff-header {
  background-image: url(../images/_img2-assets/bg-title-06.jpg);
}

.lower-head.blog-header {
  background-image: url(../images/_img2-assets/bg-title-03.jpg);
}

.lower-head.open-header {
  background-image: url(../images/page-head-open.jpg);
}


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

  .lower-head {
    height: 40vw;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 900px) {
  .lower-head .title {
    top: auto;
    bottom: -1rem;
    height: 50px;
    padding: 1rem;
    width: 200px;
  }

  .lower-head .title h2 {
    font-size: 17px;
  }
}





/**/
.breadcrumb-wrap .breadcrumb {
  background: transparent;
  margin-bottom: 20px;
  font-size: 14px;
}

.breadcrumb-wrap .breadcrumb li {
  display: inline-block;
}

.breadcrumb-wrap .breadcrumb>li+li:before {
  color: inherit;
  opacity: 0.5;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";

  padding: 0 7px 0 5px;
}



@media (max-width: 991px) {
  .breadcrumb-wrap .breadcrumb {
    font-size: 12px;
  }
}








/*BLOG*/


h1.page-title {
  font-size: 28px;
  line-height: 1;
  margin: 0 0 32px 0;
  border-bottom: 3px solid #eee;
  padding-bottom: 24px;
  font-weight: bold;
}

h2.entry-title {
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 1.4;
}

h2.entry-title a {}

.posted-on a {
  color: #999;
}

.entry-meta {
  margin-bottom: 10px;
  font-size: 12px;
}

.post-thumbnail img {
  height: auto;
  width: 100%;
  margin-bottom: 12px;
}

time.updated {
  display: none;
}

.published.updated {
  display: block;
}


.widget {
  padding: 12px;
  border-radius: 6px;
  background: #f4f4f4;
  margin-bottom: 18px;
}

.widget-title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding-bottom: 12px;
}




.widget ul {
  margin: 0;
  padding: 0;
}

.widget li {
  /*border-bottom: 1px solid #ddd;*/
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget ul li:last-child {
  border-bottom: 0;
}

.widget ul li.active>a {
  background-color: #f8f8f9;
}

.widget ul li a {
  display: block;
  color: #444;
  /*background-color: #fff;*/
  padding: 8px 8px 8px 10px;
  position: relative;
  letter-spacing: 0;
}

.widget ul li a:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #3598C8;
}

.widget ul li a:hover {
  background-color: #f4f4f4;
}


/*wp-pagenavi 01*/
.wp-pagenavi {
  clear: both;
  text-align: center;

}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #795A3C;
  background-color: #FFF1DA;
  border: 1px solid #DBC9AA;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #A09D71;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #FC872E;
  border-color: #FC872E;
  font-weight: bold;
}

.screen-reader-text {
  display: none;
}




.news-index {
  margin-bottom: 24px;
}

#news_and_blog ul {
  display: block;
  list-style: none;
  clear: both;

  margin: 0;
  padding: 0;
}

.news-index-item {
  padding: 12px 0;
  background: #f9f9f9;
  margin-bottom: 6px;
}

.news-index-time {
  font-size: 0.9rem;
  color: #D5AD58;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  float: left;
  width: 6.5rem;
}

.news-index-title a {
  display: block;
  font-size: 1rem;
  margin-left: 6.5rem;
  color: #000;
  line-height: 2rem;
  text-decoration: none;
  font-weight: normal;
  color: #727171;
}


.entry-title {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 16px 0;
}


.entry-content h2 {
  font-size: 24px;
  padding: .8em 0 .7em;
  border-top: 2px solid #3598C8;
  border-bottom: 1px solid #e9e9e9;
  font-weight: bold;
  margin: 1.5em 0 1.2em;
  letter-spacing: .1;
}

.entry-content h3 {
  font-size: 20px;
  padding-bottom: 8px;
  position: relative;
  border-bottom: 1px solid #ccc;
  margin: 1.5em 0 1.2em;
  font-weight: bold;
}

.entry-content h4,
h5,
h6 {
  font-size: 18px;
  margin: 1.5em 0 1.2em;

}


@media (max-width: 568px) {
  h1.page-title {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 16px 0;
    border-bottom: 3px solid #eee;
    padding-bottom: 8px;
  }



  h2.entry-title {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.4;
  }

  h2.entry-title a {
    color: #612e20;
  }

  .entry-title {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 10px 0;
  }

  .single .entry-title {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 16px 0;
    border-bottom: 3px solid #eee;
    padding-bottom: 8px;
    line-height: 1.3;
  }

  .widget-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    padding-bottom: 12px;
  }

  .widget ul li a {
    display: block;
    color: #444;
    /* background-color: #fff; */
    padding: 5px 5px 5px 10px;
    position: relative;
    letter-spacing: 0;
  }

  .entry-content h2 {
    font-size: 20px;
    padding: .5em 0 .6em;
    border-top: 2px solid #3598C8;
    border-bottom: 1px solid #e9e9e9;
    font-weight: bold;
    margin: 1.5em 0 1.2em;
    letter-spacing: .1;
  }

  .entry-content h3 {
    font-size: 18px;
    padding-bottom: 8px;
    position: relative;
    border-bottom: 1px solid #ccc;
    margin: 1.5em 0 1.2em;
    font-weight: bold;
  }

  .entry-content h4,
  h5,
  h6 {
    font-size: 17px;
    margin: 1.5em 0 1.2em;

  }

}


.home-news .tableINFO {
  border-top: 1px dotted #CCC;
  width: 100%;
}

.home-news .tableINFO th,
.home-news .tableINFO td {
  padding: 1em 0;
  border-bottom: 1px dotted #CCC;
}

.home-news .tableINFO th {
  width: 95px;
  font-family: 'Roboto', sans-serif;
}

.home-news .tableINFO td {
  padding-right: 8px;
}

.home-news .tableINFO a {
  color: #111;
  text-decoration: none;
  display: block;
  position: relative;
  font-weight: 500;
}

.home-news .tableINFO a:after {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  border-top: 2px solid #E73D2B;
  border-right: 2px solid #E73D2B;
  -ms-transform: translateX(-25%) rotate(45deg);
  -webkit-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* 260327 */
.bnr-area {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}

.bnr-kengaku {
  transition: 0.4s;
}

.bnr-kengaku img {
  max-width: 450px;
  border-radius: 10px;
}

.bnr-kengaku:hover {
  opacity: 0.8;
}

@media screen and (max-width: 600px) {
  .bnr-area {
    gap: 20px;
    margin-top: 20px;
    flex-direction: column;
  }

  .bnr-kengaku {
    transition: 0.4s;
    text-align: center;
  }

  .bnr-kengaku img {
    width: 90%;
  }
}