/*
ブレイクポイント
1025px~
600px~1024px
~599px
*/

/*240404 https://rhs.rakuwa.or.jp/kenshin/otowa/s-koukugan.php 桐田先生のプロフィール*/
.subprofile {
  font-size: 1rem;
}

.post_name {
  font-size: 0.8rem;
}

.photolist {
  justify-content: space-between;
}

.photolist p {
  width: 30%;
  padding: 1%;
}

@media screen and (max-width: 599px) {
  .subprofile {
    font-size: 0.9rem;
  }

  .photolist {
    flex-wrap: wrap;
  }

  .photolist p {
    width: 48%;
    padding: 1%;
  }
}

.slideBtn {
  width: fit-content;
  margin: 0 auto;
}
.slideBtn button {
  border-radius: 50px;
  background-color: #d86376;
  color: white;
  padding: 10px 20px;
}

/*240404 https://rhs.rakuwa.or.jp/kenshin/otowa/s-koukugan.php 桐田先生のプロフィール*/

/* 230529 変更あり 
.waku01 
.waku01-2
.waku01-3
*/

/*キャンペーンバナー*/
.cam_bnr {
  width: 50%;
  margin: 30px auto 0;
}

@media screen and (max-width: 599px) {
  .cam_bnr {
    width: 80%;
    margin: 30px auto 0;
  }
}
/*キャンペーンバナー*/

/*nav*/
.close {
  display: none;
}
.active {
  display: block;
}

.nav-dock,
.nav-kenshin,
.nav-option,
.nav-shokai,
.nav-access,
.nav-contact {
  position: relative;
}

.nav-dock a,
.nav-kenshin a,
.nav-option a,
.nav-shokai a,
.nav-access a,
.nav-contact a {
  position: relative;
  display: block;
}

.navmenu01 li {
  background: #ffffffa6;
}
.navmenu01 {
  width: 300px;
  position: absolute;
  top: 62px;
  left: 0;
}

.textdeco a:hover {
  color: rgb(216, 99, 118);
  text-shadow: #ffdbdb 1px 1px 2px;
  transition: all 0.5s ease-out;
}

.nav-contact {
  background-color: rgb(216, 99, 118);
}

.nav-contact a {
  color: white !important;
  display: block;
}

.nav-contact a:hover {
  color: rgb(242, 205, 223) !important;
  transition: all 0.5s ease-out;
}

/*ハンバーガーメニューの文字色ホバー変更*/
.listnav1 a:hover {
  text-shadow: #ffffff 1px 1px 2px;
  transition: all 0.5s ease-out;
}

/*ボタン部分*/
.button01 {
  background-color: rgb(216, 99, 118);
  padding: 1rem;
  font-size: calc(15px + 10 * (100vw - 920px) / 1000);
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}

.button01-2 {
  background-color: rgb(216, 99, 118);
  padding: 1rem;
  font-size: calc(20px + 1 * (100vw - 1920px) / 360);
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
}

.button02 {
  background-color: white;
  padding: 1rem;
  font-size: calc(20px + 3 * (100vw - 1920px) / 360);
  text-align: center;
  color: rgb(216, 99, 118);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  border: solid 2px rgb(216, 99, 118);
}

.button03 {
  background-color: white;
  padding: 1rem;
  font-size: calc(20px + 3 * (100vw - 1920px) / 360);
  text-align: center;
  color: rgb(216, 99, 118);
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px rgb(216, 99, 118);
}

/*テーブル*/

/*テーブル2カラムの場合はtable-FormatA
  3カラムの場合はtable-FormatB
  d-koumoku-gan.phpはtable-FormatC
*/
.table-FormatA,
.table-FormatA tr,
.table-FormatA th,
.table-FormatA td {
  border: 1px solid #000;
}

.table-formatA th {
  background-color: rgb(242, 198, 205);
  padding: 2rem;
}

.table-formatA td {
  padding: 2rem;
}

.table-formatA th {
  width: 300px;
}

.table-formatA td {
  width: 700px;
}

.table-formatA {
  width: 100%;
}

/*table-FormatB*/
.table-FormatB,
.table-FormatB tr,
.table-FormatB th,
.table-FormatB td {
  border: 1px solid #000;
}

.table-formatB th {
  background-color: rgb(242, 198, 205);
  padding: 2rem;
}

.table-formatB td {
  padding: 2rem;
}

.table-formatB th {
  width: calc(100% / 3);
}

.table-formatB td {
  width: "";
}

.table-formatB {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .table-formatB th,
  .table-formatB td {
    padding: 0.5rem;
  }
}

/*table-FormatC*/
.table-formatC,
.table-formatC tr,
.table-formatC th,
.table-formatC td {
  border: 1px solid #000;
}

.table-formatC th {
  background-color: rgb(242, 198, 205);
  padding: 0.5rem;
}

.table-formatC td {
  padding: 0.5rem;
}

.table-formatC th.one {
  width: calc(100% / 6);
}

.table-formatC th.two {
  width: calc(100% / 2);
}

.table-formatC th.three {
  width: calc(100% / 12);
}

.table-formatC {
  width: 100%;
}

/*table-FormatD*/
.table-formatD,
.table-formatD tr,
.table-formatD th,
.table-formatD td {
  border: 1px solid #000;
}

.table-formatD th {
  background-color: rgb(242, 198, 205);
  padding: 0.5rem;
}

.table-formatD td {
  padding: 0.5rem;
}

.table-formatD th.one {
  width: calc(100%);
}

.table-formatD th.two {
  width: calc(100%);
}

.table-formatD th.three {
  width: calc(100%);
}

.table-formatD {
  width: 100%;
  height: 100%;
}

/*リスト*/

.ul01 li {
  list-style-type: initial !important;
  line-height: 1.7;
}

.ul01 li:before {
  content: initial !important;
}

.ul02 li {
  list-style-type: none;
}

.ul02 li:before {
  content: "●";
  color: rgb(216, 99, 118);
  padding-right: 0.5rem;
}

/*パンくず用*/
.ul03 li {
  list-style-type: none;
  line-height: 1.7;
  float: left;
}

@media screen and (max-width: 599px) {
  .ul03 li {
    font-size: calc(8px + 5 * (100vw - 240px) / 360);
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .table-formatA th {
    width: 30%;
  }

  .table-formatA td {
    width: 70%;
  }
}

@media screen and (max-width: 599px) {
  .table-formatA {
    width: 100%;
  }

  .table-formatA th,
  .table-formatA td {
    padding: 1rem;
  }

  .table-formatA th {
    width: 30%;
  }

  .table-formatA td {
    width: 70%;
  }
}
/*テーブル*/

.desc01 {
  line-height: 2;
}

/*ハンバーガーメニュー（パソコンでは非表示）*/
.hamburger-menu {
  display: none;
}

/*見出し*/

.head01_1 {
  width: 80%;
  margin: 0 auto;
  padding: 3rem 0 2rem;
  font-family: "Noto Serif JP", serif;
  color: white;
  position: absolute;
  top: calc(170px + 25 * (100vw - 1920px) / 360);
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: calc(40px + 5 * (100vw - 1920px) / 360);
}

.head02_1 {
  width: 80%;
  margin: 0 auto;
  padding: 3rem 0 2rem;
  font-family: "Noto Serif JP", serif;
  color: #2c2c2c;
}

.head02_2 {
  width: 80%;
  margin: 200px auto 25px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #2c2c2c;
}

.head02_3 {
  width: 80%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #2c2c2c;
}

.head02_4 {
  width: 80%;
  margin-bottom: 1.5rem;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  color: #2c2c2c;
}

.head02_5 {
  width: fit-content;
  margin-bottom: 1.5rem;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  color: #2c2c2c;
  border-left: 5px solid rgb(216, 99, 118);
  padding-left: 1rem;
}

.head02_6 {
  width: fit-content;
  margin: 0 auto 40px;
  font-family: "Noto Serif JP", serif;
  color: rgb(216, 99, 118);
  font-size: calc(40px + 5 * (100vw - 1920px) / 360);
}

.head03_2 {
  border-bottom: 2px solid rgb(216, 99, 118);
  display: inline-block;
}

.head03_3 {
  width: fit-content;
  margin-bottom: 1.5rem;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  color: #2c2c2c;
  font-size: calc(40px + 5 * (100vw - 1920px) / 360);
  padding-left: 1rem;
}

.head04_1 {
  text-align: center;
  font-size: 1.4rem;
}

.head04_2 {
  text-align: left;
  font-size: 1.2rem;
}

.head04_2:before {
  content: "■";
  color: rgb(216, 99, 118);
  padding-right: 0.5rem;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .head02_6 {
    width: fit-content;
    margin: 0 auto 40px;
    font-family: "Noto Serif JP", serif;
    color: rgb(216, 99, 118);
    font-size: calc(40px + 5 * (100vw - 720px) / 360);
  }
}

@media screen and (max-width: 599px) {
  .head02_4 {
    width: 100%;
    margin-bottom: 1.2rem;
    text-align: left;
    font-family: "Noto Serif JP", serif;
    color: #2c2c2c;
    font-size: calc(24px + 5 * (100vw - 600px) / 360);
  }

  .head02_6 {
    width: fit-content;
    margin: 0 auto 40px;
    font-family: "Noto Serif JP", serif;
    color: rgb(216, 99, 118);
    font-size: calc(24px + 5 * (100vw - 600px) / 360);
  }
}

/*フォントファミリー*/
.wf-roundedmplus1c {
  font-family: "M PLUS Rounded 1c";
}
.mincho {
  font-family: "Noto Serif JP", serif;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.mv {
  background-color: rgba(#ffffff9d);
  background-image: url(/kenshin/images/otowa_mv.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 34.5%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 599px) {
  .mv {
    background-image: url(/kenshin/images/sp_otowa_mv.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 75%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

.nav-parent {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffffa6;
  z-index: 9999;
}

.nav-box {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.main-logo {
  margin-left: 10px;
  width: 70%;
}

.menu {
  display: flex;
  width: 50%;
  margin-right: 0;
  justify-content: end;
}

.menu li {
  list-style-type: none;
  margin-left: 1rem;
  padding: 15px;
  font-family: "M PLUS Rounded 1c";
}

.menu li a {
  color: black;
  font-weight: bold;
}

/*各種プラン*/
.contentA {
  width: 100%;
  background-color: beige;
}

.contentB {
  width: 100%;
  background-color: white;
}

.thumbnail-box {
  display: flex;
  justify-content: space-around;

  margin: 0 auto;
}

.thumbnail-box figure {
  margin-bottom: 50px;
}

.thumbnail-box figure img {
}

/*ピックアップ部部分*/

.slide-items {
  width: 100%;
  margin: 1rem;
}
.slide-items li img {
}

.slide-arrow {
  background-color: #333;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.prev-arrow {
  border-bottom: 10px solid #333;
  border-left: 0;
  border-right: 10px solid #fff;
  border-top: 10px solid #333;
  left: -25px;
}
.next-arrow {
  border-bottom: 10px solid #333;
  border-left: 10px solid #fff;
  border-right: 0;
  border-top: 10px solid #333;
  right: -25px;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

/*お知らせ部分*/
.news-box {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.news-box ul li {
  list-style-type: none;
  line-height: 2;
}

.news-title li {
  font-size: 1.3rem;
  line-height: 2;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
}

/*お問い合わせ*/
.contact {
  background-image: url("/kenshin/images/footer_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 380px;
  background-position: center center;
}

.contact-left,
.contact-right {
  width: 40%;
  background-color: white;
  padding: 2rem;
}

.contant-btn01 a {
  background-color: rgb(216, 99, 118);
  padding: 1rem;
  border-radius: 40px;
  color: black;
  display: block;
  max-width: 350px;
  margin: 0 auto;
}

.contant-btn01 a:hover {
  opacity: 0.8;
}

/*フッター*/
footer {
  background-color: #363636;
}

.footer-content {
  min-width: 1000px;
}
.footer-right,
.footer-left {
  padding-top: 40px;
}

.footer-left iframe {
  width: 450px;
  height: 300px;
}

.kikanmei {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
}

.kikanmei li {
  width: calc(100% / 3 - 10px);
  color: white;
  list-style-type: none;
  font-size: calc(10px + 6 * (100vw - 920px) / 1000);
  text-align: center;
}

.p_fontSize01 {
  font-size: calc(10px + 6 * (100vw - 920px) / 1000);
}

@media screen and (max-width: 1024px) {
  .kikanmei li {
    width: calc(100% / 2 - 10px);
    font-size: calc(7px + 8 * (100vw - 400px) / 600);
    text-align: left;
  }

  .p_fontSize01 {
    font-size: calc(7px + 8 * (100vw - 400px) / 600);
  }

  .pc {
    display: none;
  }

  /*ボタン部分*/
  .button01 {
    background-color: rgb(216, 99, 118);
    padding: 1rem;
    font-size: calc(20px + 1 * (100vw - 1920px) / 360);
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
  }

  .button01-2 {
    background-color: rgb(216, 99, 118);
    padding: 1rem;
    font-size: calc(20px + 1 * (100vw - 1920px) / 360);
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
  }

  .button02 {
    background-color: white;
    padding: 1rem;
    font-size: calc(20px + 1 * (100vw - 1920px) / 360);
    text-align: center;
    color: rgb(216, 99, 118);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    border: 2px solid rgb(216, 99, 118);
  }
  /*ボタン部分*/

  /*ハンバーガーメニュー部分ここから*/

  .hamburger-menu {
    display: block;
  }

  .menu-btn {
    position: fixed;
    top: 12px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: rgb(216, 99, 118);
    cursor: pointer;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: white;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }

  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(
      255,
      255,
      255,
      0
    ); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #menu-btn-check {
    display: none;
  }

  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 80;

    background-color: #077a79;
  }
  .menu-content ul {
    padding: 70px 10px 0 20px;
  }
  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
    line-height: 3;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: white;
    text-decoration: none;
    position: relative;
  }

  .listBox {
    width: 100%;
    display: block;
  }

  .listnav2 li {
    float: initial;
  }

  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: rgb(216, 99, 118);
    transition: all 0.5s; /*アニメーション設定*/
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 50vw; /*メニューを画面内へ*/
  }

  .sublist2 {
    padding: 0 10px 0 !important;
  }

  .sublist2_add {
    line-height: 1.5 !important;
    padding-right: 20%;
    list-style: initial !important;
  }

  .sublist2 li:last-child {
    border-bottom: none;
  }

  /*ハンバーガーメニュー部分ここまで*/

  .thumbnail-box {
    flex-wrap: wrap;
  }

  .thumbnail-box figure {
    width: calc(100% / 2 - 20px);
    max-width: initial;
  }

  .news-title li {
    font-size: calc(16px + 5 * (100vw - 1024px) / 600);
  }
  .footer-right,
  .footer-left {
    width: 90%;
    margin: 0 auto;
  }

  .footer-right {
    margin-bottom: 30px;
  }

  .footer-left iframe {
    width: 100%;
    height: 200px;
  }

  .footer-content {
    min-width: initial;
  }
}

@media screen and (max-width: 599px) {
  .kikanmei li {
    width: 100%;
    font-size: calc(10px + 5 * (100vw - 240px) / 360);
    text-align: left;
  }

  .p_fontSize01 {
    font-size: calc(10px + 5 * (100vw - 240px) / 360);
  }

  .thumbnail-box figure {
    width: calc(100% / 1 - 20px);
    max-width: initial;
  }

  .contact-left,
  .contact-right {
    width: 90%;
    margin: 0 auto;
    padding: 1rem;
  }

  .news-title li {
    margin-bottom: 1rem;
  }

  .contact {
    height: 550px;
  }

  .slide-items li img {
    padding: initial;
  }

  /*ボタン部分*/
  .button01 {
    background-color: rgb(216, 99, 118);
    padding: 1rem;
    font-size: calc(20px + 1 * (100vw - 600px) / 360);
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
  }
  /*ボタン部分*/

  .head03_1 {
    font-size: calc(18px + 5 * (100vw - 240px) / 360);
  }
}

/*index.htmlここまで*/

/*サブページここから*/
.sub-mv {
  background-color: rgba(#ffffff9d);
  background-image: url(/kenshin/images/submv.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 17.5%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .sub-mv {
    background-color: rgba(#ffffff9d);
    background-image: url(/kenshin/images/submv.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 25.5%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .head01_1 {
    width: 80%;
    margin: 0 auto;
    padding: 3rem 0 2rem;
    font-family: "Noto Serif JP", serif;
    color: white;
    position: absolute;
    top: calc(120px + 25 * (100vw - 1024px) / 600);
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: calc(25px + 5 * (100vw - 1024px) / 600);
  }
}

@media screen and (max-width: 599px) {
  .sub-mv {
    background-color: rgba(#ffffff9d);
    background-image: url(/kenshin/images/submv.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 40%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .head01_1 {
    width: 80%;
    margin: 0 auto;
    padding: 3rem 0 2rem;
    font-family: "Noto Serif JP", serif;
    color: white;
    position: absolute;
    top: calc(120px + 25 * (100vw - 600px) / 360);
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: calc(25px + 15 * (100vw - 600px) / 360);
  }
}

/*人間ドック・健康診断ここから*/

/*がんドック・検査内容*/

.label {
  background-color: rgb(239, 239, 239);
}

.fscalc01 {
  font-size: calc(25px + 8 * (100vw - 1920px) / 1025);
}

.circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.bg1 {
  background: rgb(255, 231, 93); /*背景色*/
}

.bg2 {
  background: rgb(173, 235, 135); /*背景色*/
}

.bg3 {
  background: skyblue; /*背景色*/
}

.bg4 {
  background: rgb(195, 135, 235); /*背景色*/
}

/*PETCT*/
.left-content {
  width: 40%;
}
.right-content {
  width: 60%;
}

/*lady.php*/
.left-content50 {
  width: 50%;
}
.right-content50 {
  width: 50%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .right-content {
    width: 100%;
    margin: initial;
  }

  .left-content50 {
    width: 100%;
  }
  .right-content50 {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .right-content {
    width: 100%;
    margin: initial;
  }

  .left-content50 {
    width: 100%;
  }
  .right-content50 {
    width: 100%;
  }
}

/*PETCT*/

/*特定健診*/
.tokuteikenshinTable {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /*grid-template-rows: 100px 100px 100px 100px;*/
  gap: 10px;
}

.tokuteikenshinTable .box01 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  background-color: rgb(255, 188, 65);
  border: 2px solid rgb(173, 116, 12);
  text-align: center;
  padding: 1rem 0;
}

.tokuteikenshinTable .box02 {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  background-color: rgb(69, 162, 244);
  border: 2px solid rgb(8, 75, 135);
  text-align: center;
  padding: 1rem 0;
}

.tokuteikenshinTable .box03 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 5;
}

.tokuteikenshinTable .box04 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 6;
  grid-row-end: 7;
}

.tokuteikenshinTable .box05 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 8;
  grid-row-end: 9;
}

.tokuteikenshinTable .box06 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
}

.tokuteikenshinTable .box07 {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 4;
}

.tokuteikenshinTable .box08 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 5;
  grid-row-end: 6;
}

.tokuteikenshinTable .box09 {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 6;
  grid-row-end: 7;
}

.tokuteikenshinTable .box10 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 7;
  grid-row-end: 8;
}

.arrow-down02,
.arrow-down04 {
  width: 20px;
  right: "";
  height: 20px;
  background: rgb(8, 75, 135);
  margin: 1rem auto 2rem;
  position: relative;
}

.arrow-down02:after,
.arrow-down04:after {
  content: "";
  bottom: -40px;
  left: -10px;
  border: transparent solid 20px;
  width: 0;
  border-top-color: rgb(8, 75, 135);
  position: absolute;
  height: 0px;
  margin: 0;
  padding: 0px;
  display: block;
}

.arrow-down01,
.arrow-down03,
.arrow-down05 {
  width: 20px;
  right: "";
  height: 20px;
  background: rgb(255, 188, 65);
  margin: 1rem auto 2rem;
  position: relative;
}

.arrow-down01:after,
.arrow-down03:after,
.arrow-down05:after {
  content: "";
  bottom: -40px;
  left: -10px;
  border: transparent solid 20px;
  width: 0;
  border-top-color: rgb(255, 188, 65);
  position: absolute;
  height: 0px;
  margin: 0;
  padding: 0px;
  display: block;
}

@media screen and (max-width: 599px) {
  .tokuteikenshinTable .box01 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    background-color: rgb(255, 188, 65);
    border: 2px solid rgb(173, 116, 12);
    text-align: center;
    padding: 1rem 0;
  }

  .tokuteikenshinTable .box02 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    background-color: rgb(69, 162, 244);
    border: 2px solid rgb(8, 75, 135);
    text-align: center;
    padding: 1rem 0;
  }

  .box06 {
    grid-column-start: 1;
    grid-column-end: 3 !important;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .box07 {
    grid-column-start: 3 !important;
    grid-column-end: 5 !important;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .box08 {
    grid-column-start: 1;
    grid-column-end: 3 !important;
  }

  .box10 {
    grid-column-start: 1;
    grid-column-end: 3 !important;
  }
}

/*特定健診*/

/*協会けんぽ　京都支部 t-kouza-kyoto.php*/
/*オプション検査 senmon.php*/

.containerbox01 {
  position: relative;
}

.containerbox01-button {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .containerbox01-button {
    position: initial;
    margin: 20px 0 20px 10px;
  }

  .containerbox01-button2 {
    position: initial;
    margin: 20px 0 5px 0px;
  }
}

@media screen and (max-width: 599px) {
  .containerbox01-button {
    position: initial;
    margin: 20px 0 20px 10px;
    padding-bottom: 20px;
  }

  .containerbox01-button2 {
    position: initial;
    margin: 20px 0 20px 0px;
    padding-bottom: 5px;
  }
}

/*協会けんぽ　京都支部 t-kouza-kyoto.php*/
/*オプション検査 senmon.php*/

/*waku*/

.waku01 {
  border: 1px solid #000;
  background-color: rgb(216, 99, 118);
  padding: 1rem 2rem;
  min-width: 500px;
}

.waku01-2 {
  border: 1px solid #000;
  background-color: rgb(242, 198, 205);
  padding: 1rem 2rem;
}

.waku01-3 {
  border: 1px solid #000;
  background-color: rgb(216, 99, 118);
  padding: 1rem 2rem;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .waku01-2 {
    padding: 1rem;
  }
}

/*リンク*/
.linkBox01 {
  display: block;
}

@media screen and (max-width: 599px) {
  .waku01 {
    min-width: initial;
    padding: 1rem;
  }

  .linkBox01 {
    padding: 15px;
  }
}

/*調整*/

/*健康教室*/
.hover-bg {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hover-bg figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100px;
  background: #ffffff;
  opacity: 0.9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hover-bg img {
  max-width: 100%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .hover-bg figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 50px;
    background: #ffffff;
    opacity: 0.9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.add_minWidth01 {
  min-width: 300px;
  display: inline-block;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .add_minWidth01 {
    min-width: 230px;
    display: inline-block;
  }
}

/*s-ninchi.php*/
.youtube01 {
  width: 70%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.youtube01 iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .youtube01 {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .youtube01 {
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
  }
}

/* 230529 変更 */
.waku01 {
  border: none;
  background-color: rgb(255, 223, 228);
}
/* .waku01-2 {
	border: 2px dashed #d0d0d0;
	background-color: initial;
} */
.waku01-3 {
  border: none;
  background-color: rgb(255, 223, 228);
}

/* 230922 追加 */
.youtube02 {
  width: 86%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.youtube02 iframe {
  width: 100%;
  height: 100%;
  border: 1px solid rgb(161, 161, 161);
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .youtube02 {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .youtube02 {
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
  }
}

/* 231115 */
/* genetic-testing.php */
.details {
  color: #d86376;
  line-height: 2;
  border: 1px solid #f3adb9;
  width: 100%;
  margin-bottom: 20px;
}
.details__summary {
  position: relative;
  display: block;
  background: #fff3f3;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 16px;
}
.details__summary::-webkit-details-marker {
  display: none;
}
.details__summary::before {
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #d86376;
  transition: all 0.4s ease-out;
  transform-origin: 3px 6px;
  transform: rotate(90deg);
}
.details[open] .details__summary::before {
  transform: rotate(-90deg);
}
.details__content {
  overflow: hidden;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
}
.details__content > * {
  margin: 0;
  padding-top: 16px;
}
.details__content > *:last-child {
  padding-bottom: 16px;
}
.details__content ul {
  display: flex;
  flex-wrap: wrap;
}
.details__content ul li {
  width: 50%;
}

/* youtube */
.youtubeframe {
  aspect-ratio: 16 / 9;
}
.youtubeframe iframe {
  width: 100%;
  height: 100%;
}

/* video */
.videoframe {
  aspect-ratio: 16 / 9;
}
.videoframe video {
  width: 100%;
  height: 100%;
  border: 0.25px solid gray;
}

/* checkmark */
.checkmark {
  padding-left: 24px;
  position: relative;
}
.checkmark::before,
.checkmark::after {
  content: "";
  display: block;
  position: absolute;
}
.checkmark::before {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #000000;
  left: 0;
  top: 6px;
}
.checkmark::after {
  border-left: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  width: 15px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 5px;
  top: 6px;
}

/* br */
@media screen and (min-width: 600px) {
  .br_sp-only {
    display: none;
  }
}
