/* ======================================================================
 hospitallist
====================================================================== */
.news.news_bar_position{
  position: static;
}
.hospital_list_kv {
  text-align: center;
  letter-spacing: 0.075em;
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .hospital_list_kv {
    padding: 10% 0 15%;
  }
}
.hospital_list_kv .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .hospital_list_kv .ttl {
    font-size: 25px;
    margin-bottom: 12%;
  }
}
.hospital_list_kv .txt {
  font-size: 20px;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .hospital_list_kv .txt {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
  }
}

.hospital_list_archive .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .hospital_list_archive .container {
    width: 90%;
  }
}
.hospital_list_archive .container > .ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 32px;
}
.hospital_list_archive .container .txt{
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .hospital_list_archive .container > .ttl {
    font-size: 20px;
    /* margin-bottom: 10%; */
  }
}
.hospital_list_archive .container .list > li {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .hospital_list_archive .container .list > li {
    margin-top: 5%;
  }
}
.hospital_list_archive .container .list > li .ttl {
  position: relative;
  background: #a1cec9;
  color: white;
  font-size: 22px;
  letter-spacing: 0.05em;
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .hospital_list_archive .container .list > li .ttl {
    font-size: 16px;
    padding: 3% 4%;
  }
}
.hospital_list_archive .container .list > li .ttl:after {
  content: "\f103";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 18px;
  right: 30px;
  top: 15px;
}
@media screen and (max-width: 768px) {
  .hospital_list_archive .container .list > li .ttl:after {
    font-size: 14px;
    right: 4%;
    top: 35%;
  }
}
.hospital_list_archive .container .list > li .ttl.active:after {
  content: "\f102";
}
.hospital_list_archive .container .list > li .box {
  display: none;
  letter-spacing: 0.05em;
  font-size: 20px;
  padding: 40px 50px 0;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .hospital_list_archive .container .list > li .box {
    font-size: 14px;
    padding: 5% 5% 0;
    line-height: 1.8;
  }
}
.hospital_list_archive .container .list > li .box a {
  color: #898989;
  white-space: nowrap;
}

.hospital_list_area {
  padding: 150px 0 200px;
}
@media screen and (max-width: 768px) {
  .hospital_list_area {
    padding: 20% 0;
  }
}
.hospital_list_area .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .hospital_list_area .container {
    width: 100%;
  }
}
.hospital_list_area .container > .ttl {
  text-align: center;
  color: #898989;
  border-bottom: 2px solid;
  font-size: 22px;
  letter-spacing: 0.05em;
  padding: 30px 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .hospital_list_area .container > .ttl {
    font-size: 16px;
    padding: 4% 0;
    border-bottom-width: 1px;
    margin-bottom: 5%;
  }
}
.hospital_list_area .container .list {
  letter-spacing: 0.05em;
  margin: 0 auto 50px;
  width: 780px;
  border: 2px solid #f1f0e0;
}
@media screen and (max-width: 768px) {
  .hospital_list_area .container .list {
    margin: 0 auto 7%;
    width: 90%;
    border-width: 1px;
  }
}
.hospital_list_area .container .list li .ttl {
  background: #f1f0e0;
  padding: 13px 50px;
  font-size: 22px;
  color: #038e7c;
}
@media screen and (max-width: 768px) {
  .hospital_list_area .container .list li .ttl {
    font-size: 16px;
    padding: 3% 4%;
  }
}
.hospital_list_area .container .list li .box {
  padding: 30px 50px;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .hospital_list_area .container .list li .box {
    padding: 4%;
    font-size: 14px;
    line-height: 1.8;
  }
}
.hospital_list_area .container .list li .box .tag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .hospital_list_area .container .list li .box .tag {
    margin-top: 3%;
  }
}
.hospital_list_area .container .list li .box .tag span {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: white;
  background: #cccccc;
  font-size: 18px;
  line-height: 1;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .hospital_list_area .container .list li .box .tag span {
    font-size: 14px;
    padding: 1% 3%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
.hospital_list_area .container .top {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 2px solid;
  color: #038e7c;
  width: 260px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .hospital_list_area .container .top {
    border-width: 1px;
    font-size: 14px;
    width: 130px;
    height: 30px;
    line-height: 30px;
  }
}
.hospital_list_area .container .top i {
  margin: 0 -2em 0 2em;
}
@media screen and (max-width: 768px) {
  .hospital_list_area .container .top i {
    margin: 0 0 0 0.5em;
  }
}

.hospital_detail_kv .container {
  height: 525px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_kv .container {
    height: 330px;
  }
}
.hospital_detail_kv .container .box {
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}
.hospital_detail_kv .container .box .ttl {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.025em;
  font-size: 48px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .hospital_detail_kv .container .box .ttl {
    font-size: 25px;
    line-height: 1.8;
  }
}
.hospital_detail_kv .container .box .area {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.075em;
  font-size: 32px;
  margin: 40px 0 50px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_kv .container .box .area {
    font-size: 16px;
    margin: 3% 0 6%;
  }
}
.hospital_detail_kv .container .box .tag {
  display: inline-block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #cccccc;
  color: white;
  letter-spacing: 0.05em;
  padding: 15px 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_kv .container .box .tag {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 1.5% 2%;
    font-size: 14px;
  }
}

.hospital_detail_about .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_about .container {
    width: 90%;
  }
}
.hospital_detail_about .container > .ttl {
  border-left: 6px solid #038e7c;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_about .container > .ttl {
    border-left-width: 3px;
    margin-bottom: 4%;
  }
}
.hospital_detail_about .container > .ttl span {
  padding-left: 20px;
  font-size: 28px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .hospital_detail_about .container > .ttl span {
    display: block;
    font-size: 16px;
    padding-left: 3%;
  }
}
.hospital_detail_about .container > .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_about .container > .box {
    display: block;
    margin-bottom: 7%;
  }
}
.hospital_detail_about .container > .box .txt {
  width: 590px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .hospital_detail_about .container > .box .txt {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
  }
}
.hospital_detail_about .container > .box .img {
  width: 250px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_about .container > .box .img {
    width: 100%;
    margin: 5% 0 0;
  }
}
.hospital_detail_about .container > .box .img img {
  width: 100%;
}
.hospital_detail_about .container table {
  width: 100%;
  border-left: 4px solid #a1cec9;
  border-right: 4px solid #a1cec9;
  border-bottom: 4px solid #a1cec9;
}
@media screen and (max-width: 768px) {
  .hospital_detail_about .container table {
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}
.hospital_detail_about .container table th, .hospital_detail_about .container table td {
  display: block;
}
.hospital_detail_about .container table th {
  background: #a1cec9;
  color: white;
  font-size: 22px;
  letter-spacing: 0.05em;
  padding: 15px 50px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_about .container table th {
    font-size: 16px;
    padding: 2% 4%;
  }
}
.hospital_detail_about .container table td {
  font-size: 20px;
  padding: 40px 50px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .hospital_detail_about .container table td {
    font-size: 14px;
    padding: 4%;
    line-height: 1.8;
  }
}

.hospital_detail_access {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_access {
    padding-top: 20%;
  }
}
.hospital_detail_access .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_access .container {
    width: 90%;
  }
}
.hospital_detail_access .container > .ttl {
  border-left: 6px solid #038e7c;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_access .container > .ttl {
    border-left-width: 3px;
    margin-bottom: 4%;
  }
}
.hospital_detail_access .container > .ttl span {
  padding-left: 20px;
  font-size: 28px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .hospital_detail_access .container > .ttl span {
    display: block;
    font-size: 16px;
    padding-left: 3%;
  }
}
.hospital_detail_access .container .map iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_access .container .map iframe {
    height: 300px;
  }
}
.hospital_detail_access .container table {
  width: 100%;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_access .container table {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 5%;
  }
}
.hospital_detail_access .container table th, .hospital_detail_access .container table td {
  vertical-align: top;
}
.hospital_detail_access .container table th {
  letter-spacing: 1em;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_access .container table th {
    letter-spacing: inherit;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hospital_detail_access .container table td {
    width: 100%;
    display: block;
  }
}

.hospital_detail_product {
  padding: 150px 0 200px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_product {
    padding: 15% 0;
  }
}
.hospital_detail_product > .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_product > .container {
    width: 90%;
  }
}
.hospital_detail_product > .container > .ttl {
  border-left: 6px solid #038e7c;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_product > .container > .ttl {
    border-left-width: 3px;
    margin-bottom: 4%;
  }
}
.hospital_detail_product > .container > .ttl span {
  padding-left: 20px;
  font-size: 28px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .hospital_detail_product > .container > .ttl span {
    display: block;
    font-size: 16px;
    padding-left: 3%;
  }
}
.hospital_detail_product > .container > .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .hospital_detail_product > .container > .list {
    margin: 7% 0 0;
    display: block;
  }
}
.hospital_detail_product > .container > .list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 415px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_product > .container > .list li {
    width: 100%;
    margin-bottom: 10%;
  }
}
.hospital_detail_product > .container > .list li:not(:nth-child(2n)) {
  margin-right: 50px;
}
.hospital_detail_product > .container > .list li .img {
  display: block;
  width: 120px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_product > .container > .list li .img {
    width: 20%;
    margin-right: 4%;
  }
}
.hospital_detail_product > .container > .list li .img img {
  width: 100%;
}
.hospital_detail_product > .container > .list li .box {
  width: 265px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_product > .container > .list li .box {
    width: 76%;
  }
}
.hospital_detail_product > .container > .list li .box .cat {
  display: inline-block;
  color: white;
  background: #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 16px;
  margin: 0 0 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_product > .container > .list li .box .cat {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    padding: 1.5% 5%;
    margin: 3% 0 0;
  }
}
.hospital_detail_product > .container > .list li .box .ttl {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .hospital_detail_product > .container > .list li .box .ttl {
    font-size: 18px;
    margin: 4% 0;
  }
}
.hospital_detail_product > .container > .list li .box .txt01 {
  letter-spacing: inherit;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .hospital_detail_product > .container > .list li .box .txt01 {
    font-size: 14px;
    line-height: 1.5;
  }
}

.hospital_detail_area a {
  color: #038e7c;
}

.hp_area {
  word-break: break-all;
}
