.pc_only {
  display: none !important;
}
@media (min-width: 1024px) {
  .pc_only {
    display: block !important;
  }
}

.sp_only {
  display: block !important;
}
@media (min-width: 1024px) {
  .sp_only {
    display: none !important;
  }
}

.bg_black01 {
  background: #222222;
}

.bg_black02 {
  background: #0f0b0b;
}

.bg_white {
  color: #fff;
}

.bg_white02 {
  color: #ededed;
}

p {
  font-family: "Noto Sans JP", sans-serif;
}

table {
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 1024px) {
  .w1200 {
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .w1000 {
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .w800 {
    max-width: 800px;
    margin: 0 auto;
  }
}

.section_01 .fv {
  position: relative;
}
.section_01 .fv img.fv_img {
  width: 100%;
  height: auto;
}
.section_01 .fv img.fv_square {
  position: absolute;
  top: 23px;
  right: 22px;
  height: 18px;
}
@media (min-width: 1024px) {
  .section_01 .fv img.fv_square {
    right: 0;
    height: 30px;
  }
}
.section_01 .fv img.text_btn_appt {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 33px;
}
@media (min-width: 1024px) {
  .section_01 .fv img.text_btn_appt {
    bottom: 95px;
    left: 250px;
    height: 40px;
  }
}
.section_01 .fv a.btn_appt {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.section_01 .fv a.btn_appt:hover img {
  transform: scale(1.1);
  transition: transform 0.6s ease;
}
@media (min-width: 1024px) {
  .section_01 .fv a.btn_appt {
    bottom: 15px;
    left: 250px;
  }
}
.section_01 .fv a.btn_appt img {
  height: 45px;
}
@media (min-width: 1024px) {
  .section_01 .fv a.btn_appt img {
    height: 100%;
  }
}
.section_01 .fv .logo {
  position: absolute;
  top: 15px;
  left: 15px;
  width: auto;
  height: 30px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .section_01 .fv .logo {
    height: 55px;
  }
}
.section_01 .fv .logo a {
  width: auto;
  height: 100%;
  display: inline-block;
}
.section_01 .fv .logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section_01 .topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
  padding: 15px 0;
}
@media (min-width: 1024px) {
  .section_01 .topics {
    gap: 40px;
    padding: 20px 0;
  }
}
.section_01 .topics img {
  height: 22px;
}
@media (min-width: 1024px) {
  .section_01 .topics img {
    height: 45px;
  }
}
.section_01 .clinic_area {
  padding: 0 20px 20px 20px;
}
@media (min-width: 1024px) {
  .section_01 .clinic_area {
    padding-top: 20px;
  }
}
.section_01 .clinic_area h3 {
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 1024px) {
  .section_01 .clinic_area h3 {
    margin-bottom: 20px;
  }
}
.section_01 .clinic_area h3 img {
  height: 20px;
}
@media (min-width: 1024px) {
  .section_01 .clinic_area h3 img {
    height: 40px;
  }
}
.section_01 .clinic_area .list p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.9px;
  text-align: center;
}
.section_01 .banner_news {
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .section_01 .banner_news {
    padding: 20px 0;
  }
}
.section_01 .banner_news img {
  width: 100%;
}
.section_01 .banner_news img:nth-child(2) {
  margin-top: 20px;
}
.section_01 .banner_news .right {
  font-size: 12px;
  margin: 5px 0;
  text-align: right;
}
@media (min-width: 1024px) {
  .section_01 .banner_news .right {
    font-size: 16px;
  }
}
.section_01 .banner {
  display: flex !important;
  justify-content: space-evenly;
  padding: 5px 0;
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 998;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .section_01 .banner {
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
  }
}
.section_01 .banner a:hover {
  opacity: 0.9;
}
.section_01 .banner a img {
  height: 50px;
}
@media (min-width: 1024px) {
  .section_01 .banner a img {
    height: 75px;
  }
}

.section_02 {
  padding: 46px 0 25px 0;
}
@media (min-width: 1024px) {
  .section_02 {
    padding: 90px 0 30px 0;
  }
}
.section_02._y {
  padding-top: 0;
}
.section_02._y .movie {
  display: none;
}
.section_02._y p {
  margin-top: 0;
}
.section_02 .movie {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .section_02 .movie {
    margin-bottom: 25px;
  }
}
.section_02 .movie img.image_heading_movie {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 45px;
}
@media (min-width: 1024px) {
  .section_02 .movie img.image_heading_movie {
    top: -40px;
    height: 80px;
  }
}
.section_02 .movie video {
  width: 100%;
  height: auto;
}
.section_02 p {
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .section_02 p {
    font-size: 40px;
    margin-top: 25px;
  }
}
.section_02 p span {
  border-bottom: solid #cc0344 2px;
}
@media (min-width: 1024px) {
  .section_02 p span {
    padding-bottom: 5px;
    border-bottom: solid #cc0344 3px;
  }
}

.section_03 .drug_bg {
  background-image: url(../images/image_drug_bg.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center left;
}
@media (min-width: 1024px) {
  .section_03 .drug_bg {
    height: 500px;
  }
}
.section_03 .drug_bg .text_drug_bg {
  position: relative;
  height: 100%;
}
@media (min-width: 1024px) {
  .section_03 .drug_bg .text_drug_bg {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.section_03 .drug_bg .text_drug_bg img.text_drug_bg {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 145px;
}
@media (min-width: 1024px) {
  .section_03 .drug_bg .text_drug_bg img.text_drug_bg {
    height: 350px;
  }
}
.section_03 .drug_area {
  padding: 20px 15px;
}
@media (min-width: 1024px) {
  .section_03 .drug_area {
    padding: 0;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.section_03 .drug_area .item {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .section_03 .drug_area .item {
    display: flex;
    flex-wrap: nowrap;
    gap: 80px;
    justify-content: space-between;
    margin-top: 70px;
  }
}
.section_03 .drug_area .item:first-child {
  margin: 0;
}
@media (min-width: 1024px) {
  .section_03 .drug_area .item:first-child {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .section_03 .drug_area .item .content {
    width: calc((100% - 80px) / 2);
  }
}
.section_03 .drug_area .item .content .heading {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  border-bottom: solid #cc0344 2px;
  padding-bottom: 5px;
}
.section_03 .drug_area .item .content .heading img {
  height: 25px;
  height: 30px;
}
.section_03 .drug_area .item .content .heading h3 {
  font-size: 18px;
  color: #000;
}
@media (min-width: 1024px) {
  .section_03 .drug_area .item .content .heading h3 {
    font-size: 24px;
  }
}
.section_03 .drug_area .item .content p {
  font-size: 15px;
  margin: 15px 0 40px 0;
  color: #000;
}
@media (min-width: 1024px) {
  .section_03 .drug_area .item .content p {
    font-size: 16px;
  }
}
.section_03 .drug_area .item img.drug_table {
  width: 100%;
}
@media (min-width: 1024px) {
  .section_03 .drug_area .item img.drug_table {
    width: calc((100% - 80px) / 2);
    object-fit: contain;
  }
}
.section_03 .drug_area .note {
  font-size: 12px;
  color: #000;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .section_03 .drug_area .note {
    font-size: 16px;
  }
}
.section_03 .drug_area .note p {
  color: #000;
}
.section_03 .drug_area .note ul li {
  position: relative;
  padding: 0 0 0 12px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .section_03 .drug_area .note ul li {
    padding-left: 25px;
  }
}
.section_03 .drug_area .note ul li:before {
  position: absolute;
  content: "-";
  top: 22%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding-right: 5px;
}
@media (min-width: 1024px) {
  .section_03 .drug_area .note ul li:before {
    top: 45%;
  }
}
.section_03 .btn_fee {
  text-align: center;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .section_03 .btn_fee {
    padding: 30px 0;
  }
}
.section_03 .btn_fee a {
  display: inline-block;
}
.section_03 .btn_fee a:hover img {
  transform: scale(1.1);
  transition: transform 0.6s ease;
}
.section_03 .btn_fee a img {
  height: 45px;
}
@media (min-width: 1024px) {
  .section_03 .btn_fee a img {
    height: 100%;
  }
}

.section_04 .map_area {
  background-image: url(../images/image_bg_map.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  box-sizing: border-box;
  height: auto;
  padding: 0 15px 60px 15px;
}
@media (min-width: 1024px) {
  .section_04 .map_area {
    background-image: url(../images/image_bg_map_pc.png);
    padding: 0;
    padding-bottom: 70px;
  }
}
.section_04 .map_area .map {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .section_04 .map_area .map {
    margin-top: 75px;
  }
}
.section_04 .map_area .map img {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .section_04 .map_area .map img.heading_map {
    width: auto;
    height: 220px;
  }
}
.section_04 .map_area .hours {
  margin-top: 70px;
}
@media (min-width: 1024px) {
  .section_04 .map_area .hours {
    margin-top: 45px;
  }
}
.section_04 .map_area .hours h3 {
  font-size: 18px;
  border-bottom: solid #cc0344 2px;
  color: #000;
  padding-bottom: 5px;
}
@media (min-width: 1024px) {
  .section_04 .map_area .hours h3 {
    font-size: 24px;
  }
}
.section_04 .map_area .hours table {
  font-size: 14px;
  margin: 20px 0 2px 0;
  color: #000;
  border-spacing: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .section_04 .map_area .hours table {
    font-size: 16px;
    margin-top: 20px;
  }
}
.section_04 .map_area .hours table tr th {
  width: 40%;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #000;
  background: #f3f3f3;
}
@media (min-width: 1024px) {
  .section_04 .map_area .hours table tr th {
    padding: 15px;
  }
}
.section_04 .map_area .hours table tr td {
  width: 30%;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #000;
  background: #fff;
  font-weight: 400;
  letter-spacing: -0.9px;
}
@media (min-width: 1024px) {
  .section_04 .map_area .hours table tr td {
    padding: 15px;
  }
}
.section_04 .map_area .hours table tr td span {
  font-size: 13px;
}
.section_04 .map_area .hours table tr.label th {
  border: none;
  background: none;
  padding: 0 0 2px 0;
}
.section_04 .map_area .hours table tr.label td {
  font-size: 12px;
  text-align: center;
  border: none;
  background: none;
  padding: 0 0 2px 0;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .section_04 .map_area .hours table tr.label td {
    font-size: 16px;
    text-align: left;
    padding-left: 15px;
    padding-bottom: 10px;
  }
}
.section_04 .map_area .hours p.note {
  font-size: 14px;
  color: #000;
  margin-top: 5px;
  letter-spacing: -0.9px;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .section_04 .map_area .hours p.note {
    font-size: 16px;
    margin-top: 15px;
  }
}
.section_04 .map_area .hours h4 {
  font-size: 16px;
  color: #000;
  margin-top: 20px;
  margin-bottom: -20px;
}
@media (min-width: 1024px) {
  .section_04 .map_area .hours h4 {
    font-size: 24px;
    margin-top: 30px;
  }
}
.section_04 .btn_access {
  text-align: center;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .section_04 .btn_access {
    padding: 30px 0;
  }
}
.section_04 .btn_access a {
  display: inline-block;
}
.section_04 .btn_access a:hover img {
  transform: scale(1.1);
  transition: transform 0.6s ease;
}
.section_04 .btn_access a img {
  height: 45px;
}
@media (min-width: 1024px) {
  .section_04 .btn_access a img {
    height: 100%;
  }
}

.section_05 {
  position: relative;
  background: #dfdfdf;
  z-index: -99;
}
.section_05:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-top: 100vh solid #f5f5f5;
  border-right: 52vw solid transparent;
  z-index: -1;
}
@media (min-width: 1024px) {
  .section_05:before {
    border-top: 1800px solid #f5f5f5;
    border-right: 47vw solid transparent;
  }
}
.section_05 .reason {
  padding: 30px 15px;
  text-align: center;
}
@media (min-width: 1024px) {
  .section_05 .reason {
    padding: 60px 0;
  }
}
.section_05 .reason img.heading_reason {
  height: 105px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .section_05 .reason img.heading_reason {
    height: 160px;
  }
}
.section_05 .reason ul.reason_content {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  flex-direction: column;
  margin-top: 30px;
}
.section_05 .reason ul.reason_content li {
  margin-top: 10px;
}
.section_05 .reason ul.reason_content li img {
  width: 100%;
}

.section_06 {
  padding: 30px 15px 60px 15px;
  text-align: center;
}
@media (min-width: 1024px) {
  .section_06 {
    padding: 85px 0 75px 0;
  }
}
.section_06 img.heading_flow {
  margin-bottom: 30px;
  text-align: center;
  height: 60px;
}
@media (min-width: 1024px) {
  .section_06 img.heading_flow {
    height: 120px;
  }
}
.section_06 p {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .section_06 p {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.section_06 p span {
  border-bottom: solid #fff 1px;
}
.section_06 .flow_item {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .section_06 .flow_item {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .section_06 .flow_item._last .flow_box {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .section_06 .flow_item._last .flow_box:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 4px;
    height: 260px;
    background-image: url(../images/image_arrow_02.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
  }
}
.section_06 .flow_item h3 img {
  width: 100%;
}
@media (min-width: 1024px) {
  .section_06 .flow_item .flow_box {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .section_06 .flow_item .flow_box:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 14px;
    height: 100%;
    background-image: url(../images/image_arrow_01.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    display: block;
  }
}
.section_06 .flow_item .flow_box .flow_content {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .section_06 .flow_item .flow_box .flow_content {
    width: 50%;
    margin-top: 40px;
  }
}
.section_06 .flow_item .flow_box .flow_content h4.visit {
  display: inline-block;
  font-size: 13px;
  color: #a18b27;
  margin-bottom: 12px;
  background: #fff;
  padding: 3px 10px;
  border-radius: 15px;
}
@media (min-width: 1024px) {
  .section_06 .flow_item .flow_box .flow_content h4.visit {
    font-size: 20px;
    width: 220px;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 10px 0;
    border-radius: 30px;
  }
}
.section_06 .flow_item .flow_box .flow_content h4.online {
  display: inline-block;
  font-size: 13px;
  color: #cd0045;
  margin-bottom: 12px;
  background: #fff;
  padding: 3px 10px;
  border-radius: 15px;
}
@media (min-width: 1024px) {
  .section_06 .flow_item .flow_box .flow_content h4.online {
    font-size: 20px;
    width: 220px;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 10px 0;
    border-radius: 30px;
  }
}
.section_06 .flow_item .flow_box .flow_content p {
  font-size: 15px;
  text-align: left;
}
@media (min-width: 1024px) {
  .section_06 .flow_item .flow_box .flow_content p {
    font-size: 16px;
    margin: 0;
  }
}
.section_06 .flow_item .flow_box .flow_content p a {
  color: #d1a01e;
}

@media (min-width: 1024px) {
  .section_07 {
    padding-top: 30px;
  }
}
.section_07 h2 img.bg_online {
  width: 100%;
}
.section_07 .online {
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .section_07 .online {
    padding: 0;
  }
}
.section_07 .online .topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .section_07 .online .topics {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
  }
}
.section_07 .online .topics img {
  width: calc((100% - 10px) / 2);
}
@media (min-width: 1024px) {
  .section_07 .online .topics img {
    width: calc((100% - 30px) / 4);
  }
}
.section_07 .online p {
  font-size: 13px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .section_07 .online p {
    margin-bottom: 0;
  }
}
.section_07 .online_hours {
  margin-top: 40px;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .section_07 .online_hours {
    margin-top: 60px;
    padding: 0;
  }
}
.section_07 .online_hours h3 {
  font-size: 18px;
  border-bottom: solid #cc0344 2px;
  padding-bottom: 5px;
}
@media (min-width: 1024px) {
  .section_07 .online_hours h3 {
    font-size: 24px;
  }
}
.section_07 .online_hours table {
  font-size: 14px;
  margin: 16px 0 0 0;
  color: #fff;
  border-spacing: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .section_07 .online_hours table {
    margin-top: 20px;
  }
}
.section_07 .online_hours table tr th {
  width: 50%;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #fff;
  background: #fff;
  color: #bb003e;
}
@media (min-width: 1024px) {
  .section_07 .online_hours table tr th {
    padding: 15px;
  }
}
.section_07 .online_hours table tr td {
  width: 50%;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #fff;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .section_07 .online_hours table tr td {
    padding: 15px;
  }
}
.section_07 .online_hours p.note {
  font-size: 14px;
  margin-top: 2px;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .section_07 .online_hours p.note {
    margin-top: 15px;
  }
}
.section_07 .payment {
  margin-top: 30px;
  padding: 0 15px 30px 15px;
}
@media (min-width: 1024px) {
  .section_07 .payment {
    margin-top: 50px;
    padding: 0;
  }
}
.section_07 .payment h3 {
  font-size: 18px;
  border-bottom: solid #cc0344 2px;
  padding-bottom: 5px;
}
@media (min-width: 1024px) {
  .section_07 .payment h3 {
    font-size: 24px;
  }
}
.section_07 .payment ul {
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .section_07 .payment ul {
    margin: 20px 0;
  }
}
.section_07 .payment ul li {
  color: #fff;
  font-weight: 300;
}
.section_07 .payment img {
  width: 100%;
}

.section_08 {
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .section_08 {
    padding-top: 100px;
  }
}
.section_08 h2 {
  font-size: 20px;
  text-align: center;
  margin-top: 60px;
}
.section_08 h2:first-child {
  margin: 0;
}
@media (min-width: 1024px) {
  .section_08 h2 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .section_08 h2.drug_fee_h2 {
    margin-top: 100px;
  }
}
.section_08 .drug_fee_content {
  margin: 30px 0;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .section_08 .drug_fee_content {
    margin: 50px 0;
  }
}
.section_08 .drug_fee_content .heading {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  border-bottom: solid #cc0344 2px;
  padding-bottom: 5px;
}
.section_08 .drug_fee_content .heading img {
  height: 25px;
  height: 30px;
}
.section_08 .drug_fee_content .heading h3 {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .section_08 .drug_fee_content .heading h3 {
    font-size: 24px;
  }
}
.section_08 .drug_fee_content table {
  font-size: 14px;
  margin: 10px 0 0 0;
  color: #fff;
  border-spacing: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .section_08 .drug_fee_content table {
    margin-top: 25px;
  }
}
.section_08 .drug_fee_content table tr.label th {
  font-size: 12px;
  border: none;
  background: none;
  padding: 0 0 2px 5px;
  color: #fff;
  font-weight: 300;
  text-align: left;
}
.section_08 .drug_fee_content table tr.label td {
  font-size: 12px;
  text-align: center;
  border: none;
  background: none;
  color: #fff;
  padding: 0 0 2px 0;
  letter-spacing: 0;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .section_08 .drug_fee_content table tr.label td {
    text-align: right;
    padding: 0 5px 5px 0;
  }
}
.section_08 .drug_fee_content table tr th {
  box-sizing: border-box;
  padding: 5px;
  border-right: 1px solid #000;
  background: #bb003e;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .section_08 .drug_fee_content table tr th {
    padding: 15px;
  }
}
.section_08 .drug_fee_content table tr td {
  box-sizing: border-box;
  padding: 5px 10px 5px 0;
  border: 1px solid #000;
  border-top: none;
  background: #fff;
  color: #000;
  font-weight: 300;
  text-align: right;
}
@media (min-width: 1024px) {
  .section_08 .drug_fee_content table tr td {
    padding: 15px;
  }
}
.section_08 .drug_fee_content table.table_fee_01 tr th {
  width: 25%;
}
.section_08 .drug_fee_content table.table_fee_01 tr td {
  width: 25%;
}
.section_08 .drug_fee_content table.table_fee_02 tr th {
  width: 50%;
}
.section_08 .drug_fee_content table.table_fee_02 tr td {
  width: 25%;
}
.section_08 .drug_fee_content p.note {
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
  font-weight: 300;
  text-align: right;
}
.section_08 .drug_fee_content .note_fee {
  margin-top: 30px;
}
.section_08 .drug_fee_content .note_fee h3 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .section_08 .drug_fee_content .note_fee h3 {
    font-size: 16px;
  }
}
.section_08 .drug_fee_content .note_fee ul {
  list-style-type: initial;
  margin-top: 5px;
  margin-left: 20px;
}
.section_08 .drug_fee_content .note_fee ul li {
  font-size: 14px;
  color: #fff;
}
@media (min-width: 1024px) {
  .section_08 .drug_fee_content .note_fee ul li {
    font-size: 15px;
  }
}
.section_08 .btn {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px 0;
  gap: 10px;
}
@media (min-width: 1024px) {
  .section_08 .btn {
    margin-top: 75px;
    padding: 25px 0;
    gap: 20px;
  }
}
.section_08 .btn .appt {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 5px;
}
.section_08 .btn .appt img.text_btn_appt_02 {
  height: 20px;
  margin-bottom: 5px;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .section_08 .btn .appt img.text_btn_appt_02 {
    height: 40px;
  }
}
.section_08 .btn .appt a.btn_appt {
  display: inline-block !important;
}
.section_08 .btn .appt a.btn_appt:hover img {
  transform: scale(1.1);
  transition: transform 0.6s ease;
}
.section_08 .btn .appt a.btn_appt img {
  height: 45px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .section_08 .btn .appt a.btn_appt img {
    height: 100%;
  }
}
.section_08 .btn .link_access {
  text-align: center;
}
.section_08 .btn .link_access a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border-bottom: solid #fff 2px;
  padding: 0 5px 8px 30px;
}
.section_08 .btn .link_access a:hover {
  opacity: 0.8;
}
@media (min-width: 1024px) {
  .section_08 .btn .link_access a {
    font-size: 24px;
    padding: 0 10px 8px 45px;
  }
}
.section_08 .btn .link_access a:before {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 5px;
  width: 100%;
  height: 30px;
  background-image: url(../images/image_icon_access.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}
@media (min-width: 1024px) {
  .section_08 .btn .link_access a:before {
    bottom: 7px;
    left: 10px;
    height: 35px;
  }
}

.section_09 .cause {
  text-align: center;
}
@media (min-width: 1024px) {
  .section_09 .cause {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
  }
  .section_09 .cause:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100vw;
    height: 87.6%;
    margin: 0 calc(50% - 50vw);
    background: #eeeeee;
    z-index: -1;
  }
}
.section_09 .cause img {
  width: 100%;
}
.section_09 .worry {
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 1024px) {
  .section_09 .worry {
    padding: 0;
  }
}
.section_09 .worry h2 {
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .section_09 .worry h2 {
    margin-top: 50px;
  }
}
.section_09 .worry h2 img.heading_worry {
  height: 30px;
}
@media (min-width: 1024px) {
  .section_09 .worry h2 img.heading_worry {
    height: 50px;
  }
}
.section_09 .worry img.worry_01 {
  width: 100%;
  margin-top: 20px;
}
.section_09 .worry img.worry_02 {
  height: 160px;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .section_09 .worry img.worry_02 {
    height: 340px;
    margin-top: 60px;
  }
}
.section_09 .treatment {
  position: relative;
  background-image: url(../images/image_treatment.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: top center;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .section_09 .treatment {
    margin-top: 60px;
    height: 800px;
  }
}
.section_09 .treatment h2 {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .section_09 .treatment h2 {
    max-width: 550px;
    margin: 0 auto;
    bottom: 65px;
  }
}
.section_09 .treatment h2 img.heading_treatment {
  height: 135px;
}
@media (min-width: 1024px) {
  .section_09 .treatment h2 img.heading_treatment {
    width: 100%;
    height: auto;
  }
}

.section_10 {
  padding: 60px 15px 0 15px;
}
@media (min-width: 1024px) {
  .section_10 {
    padding: 60px 0;
  }
}
.section_10 .philosophy h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .section_10 .philosophy h2 {
    margin-bottom: 30px;
  }
}
.section_10 .philosophy h2 img.image_heading_philosophy {
  height: 40px;
  margin: 0 auto;
}
.section_10 .philosophy p {
  font-size: 15px;
  text-align: left;
}
@media (min-width: 1024px) {
  .section_10 .philosophy p {
    font-size: 16px;
    margin: 0;
  }
}
.section_10 .philosophy .doctor_box {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .section_10 .philosophy .doctor_box {
    margin-top: 30px;
  }
}
.section_10 .philosophy .doctor_box img {
  width: 100%;
}

.section_11 {
  padding: 60px 15px 0 15px;
}
@media (min-width: 1024px) {
  .section_11 {
    padding: 60px 0;
  }
}
.section_11 h2 {
  text-align: center;
}
@media (min-width: 1024px) {
  .section_11 h2 {
    margin-bottom: 50px;
  }
}
.section_11 h2 img.image_heading_faq {
  height: 40px;
  margin: 0 auto;
}
.section_11 .faq {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .section_11 .faq {
    margin-top: 50px;
  }
}
.section_11 .faq .q {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .section_11 .faq .q {
    margin-bottom: 25px;
  }
}
.section_11 .faq .q p {
  position: relative;
  font-size: 15px;
  padding-left: 40px;
}
@media (min-width: 1024px) {
  .section_11 .faq .q p {
    font-size: 18px;
    padding-left: 60px;
  }
}
.section_11 .faq .q p:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(../images/image_icon_patient.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}
@media (min-width: 1024px) {
  .section_11 .faq .q p:before {
    top: -6px;
    width: 40px;
    height: 40px;
  }
}
.section_11 .faq .a p {
  position: relative;
  font-size: 15px;
  padding-left: 40px;
}
@media (min-width: 1024px) {
  .section_11 .faq .a p {
    font-size: 18px;
    padding-left: 60px;
  }
}
.section_11 .faq .a p:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(../images/image_icon_doctor.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}
@media (min-width: 1024px) {
  .section_11 .faq .a p:before {
    top: -6px;
    width: 40px;
    height: 40px;
  }
}

.section_12 {
  padding: 60px 15px 30px 15px;
}
@media (min-width: 1024px) {
  .section_12 {
    padding: 60px 0;
  }
}
.section_12 h2 img {
  height: 40px;
  margin: 0 auto;
}
.section_12 .clinic_list .item {
  margin-top: 45px;
}
@media (min-width: 1024px) {
  .section_12 .clinic_list .item {
    margin-top: 60px;
  }
}
.section_12 .clinic_list .item h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .section_12 .clinic_list .item h3 {
    font-size: 24px;
    border-bottom: solid #cc0344 2px;
    text-align: left;
    padding-bottom: 5px;
  }
}
.section_12 .clinic_list .item .image {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .section_12 .clinic_list .item .image {
    width: 40%;
  }
}
.section_12 .clinic_list .item .image img {
  width: 100%;
}
@media (min-width: 1024px) {
  .section_12 .clinic_list .item .text {
    width: 60%;
  }
}
.section_12 .clinic_list .item .box {
  display: flex !important;
  justify-content: start;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .section_12 .clinic_list .item .box {
    gap: 35px;
    margin-bottom: 20px;
  }
}
.section_12 .clinic_list .item .box h4.box_label {
  font-size: 13px;
  width: 20%;
  box-sizing: border-box;
  background: #7a7a7a;
  margin: 0;
  padding: 2px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .section_12 .clinic_list .item .box h4.box_label {
    font-size: 16px;
    padding: 8px 0 10px 0;
  }
}
.section_12 .clinic_list .item .box .box_text {
  width: 80%;
}
.section_12 .clinic_list .item .box .box_text a.tel {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 1024px) {
  .section_12 .clinic_list .item .box .box_text a.tel {
    font-size: 16px;
  }
}
.section_12 .clinic_list .item .box .box_text p {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .section_12 .clinic_list .item .box .box_text p {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.section_12 .clinic_list .item .box .box_text span {
  font-size: 12px;
  color: #fff;
}
@media (min-width: 1024px) {
  .section_12 .clinic_list .item .box .box_text span {
    font-size: 16px;
  }
}
.section_12 .clinic_list .item .content {
  font-weight: 500;
}
@media (min-width: 1024px) {
  .section_12 .clinic_list .item .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.section_12 .clinic_list .item .access .box h4.box_label {
  width: 20%;
}
@media (min-width: 1024px) {
  .section_12 .clinic_list .item .access .box h4.box_label {
    width: 11.8%;
  }
}
.section_12 .clinic_list .item .access .box .box_text {
  width: 80%;
}
@media (min-width: 1024px) {
  .section_12 .clinic_list .item .access .box .box_text {
    width: 88.2%;
  }
}
.section_12 .clinic_list .item .access .link {
  margin-top: 15px;
  margin-bottom: 10px;
}
.section_12 .clinic_list .item .access .link a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: solid #fff 1px;
  padding: 6px 12px;
}
@media (min-width: 1024px) {
  .section_12 .clinic_list .item .access .link a {
    font-size: 16px;
    padding: 8px 16px;
  }
}
.section_12 .clinic_list .item .access .link a:hover {
  opacity: 0.8;
}
@media (min-width: 1024px) {
  .section_12 .clinic_list .item .access .link {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
.section_12 .clinic_list .item .access .map {
  margin: 10px 0;
}
.section_12 .clinic_list .item .access .map p.notes {
  text-align: right;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .section_12 .clinic_list .item .access .map p.notes {
    font-size: 16px;
  }
}
.section_12 .clinic_list .item .access .map iframe {
  height: 230px;
}
@media (min-width: 1024px) {
  .section_12 .clinic_list .item .access .map iframe {
    height: 475px;
  }
}

footer {
  padding: 20px 15px 100px 15px;
}
@media (min-width: 1024px) {
  footer {
    padding: 30px 0 140px 0;
  }
}
footer .ft_info p {
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 2;
}
@media (min-width: 1024px) {
  footer .ft_info p {
    font-size: 16px;
    line-height: 2;
  }
}
footer .ft_info p a {
  color: #fff;
  text-decoration: none;
}
footer .ft_copy {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  footer .ft_copy {
    margin-top: 30px;
  }
}

.btn_access_bar {
  margin: 32px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.btn_access_bar img {
  height: 45px;
}
@media (min-width: 1024px) {
  .btn_access_bar {
    gap: 32px;
    flex-direction: row;
  }
  .btn_access_bar img {
    height: auto;
  }
}
