@charset "UTF-8";
/*  shinryo
	========================================================================*/
/*  key
	------------------------------------------------------------------------*/
.shinryo .key .text::after {
  content: "MEDICAL TREATMENTS";
}
@media screen and (max-width: 630px) {
  .shinryo .key .text::after {
    font-size: 18px;
  }
}

.shinryo .key {
  position: relative;
}

.shinryo .key .text {
  position: absolute;
  font-size: 20px;
  line-height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shinryo .key .text span {
  font-size: 14px;
}

@media screen and (max-width: 1024px) and (min-width: 751px) {
  .shinryo .key {
    position: relative;
  }
  .shinryo .key .text {
    position: absolute;
    font-size: 20px;
    line-height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .shinryo .key .text span {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .shinryo .key {
    position: relative;
  }
  .shinryo .key .text {
    position: absolute;
    font-size: 20px;
    line-height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .shinryo .key .text span {
    font-size: 14px;
  }
}
/*  cont01  */
.shinryo .cont01 .inner {
  padding: 104px 0 50px;
}
.shinryo .cont01 .inner ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.shinryo .cont01 .inner ul li a {
  width: 300px;
  height: 60px;
  background: #60c1c1;
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.shinryo .cont01 .inner ul li a::before {
  position: absolute;
  content: "";
  background: url(../img/page/shinryo_cont01_arrow.png) no-repeat;
  width: 12px;
  height: 8px;
  top: 26px;
  right: 19px;
}
@media screen and (max-width: 1000px) {
  .shinryo .cont01 .inner ul li a {
    width: 230px;
    height: 55px;
  }
}
@media screen and (max-width: 750px) {
  .shinryo .cont01 .inner {
    padding: 70px 0 20px;
  }
  .shinryo .cont01 .inner ul {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
  .shinryo .cont01 .inner ul li {
    width: 100%;
  }
  .shinryo .cont01 .inner ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*  cont02  */
.shinryo .cont02 .inner {
  padding: 38px 0 0px;
}
.shinryo .cont02 .inner h2 {
  color: #023752;
  font-size: 32px;
  text-align: center;
  background: url(../img/page/common_h2_imgtop.png) center top no-repeat;
  padding-top: 77px;
  position: relative;
}
.shinryo .cont02 .inner h2 span {
  font-size: 20px;
}
.shinryo .cont02 .inner h2::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(../img/page/shinryo_cont02_text01.png) no-repeat;
  width: 394px;
  height: 70px;
}
@media screen and (max-width: 420px) {
  .shinryo .cont02 .inner h2::after {
    width: 290px;
    background-size: contain;
  }
}
@media screen and (max-width: 750px) {
  .shinryo .cont02 .inner h2 {
    font-size: 24px;
  }
  .shinryo .cont02 .inner h2 span {
    font-size: 16px;
  }
}

.shinryo .cont02 .panel_area {
  width: auto;
  margin-top: 40px;
}

.shinryo .cont02 .tab_panel {
  display: none;
}

.shinryo .cont02 .tab_panel.active {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 30px 88px;
  background: #fff;
  margin-top: 30px;
}

.shinryo .cont02 .tab_panel:nth-of-type(2).active {
  border: 1px solid #00828f;
}

.shinryo .cont02 .tab_panel.active .cont {
  width: 250px;
}

.shinryo .cont02 .tab_panel.active .cont h3 {
  display: block;
  height: 65px;
  padding: 24px 0 0;
  box-sizing: border-box;
  border-bottom: 3px solid #60c1c1;
  font-size: 20px;
  text-align: center;
  position: relative;
}

.shinryo .cont02 .tab_panel.active .cont h3::before {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  content: "FACE";
  color: #60c1c1;
  font-size: 12px;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(2) h3 {
  border-bottom: 3px solid #2f9bca;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(2) h3::before {
  content: "SKIN";
  color: #2f9bca;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(3) h3 {
  border-bottom: 3px solid #fccd01;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(3) h3::before {
  content: "BODY";
  color: #fccd01;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(4) h3 {
  border-bottom: 3px solid #8ed74a;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(4) h3::before {
  content: "OTHERS";
  color: #8ed74a;
}

.shinryo .cont02 .tab_panel.active .cont ul.seach-list > li {
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
}

.shinryo .cont02 .tab_panel.active .cont ul.seach-list > li span {
  display: block;
  padding: 25px 0 18px 20px;
}

.shinryo .cont02 .tab_panel.active .cont ul.seach-list > li > a {
  display: block;
  padding: 26px 0 26px 20px;
}

.shinryo .cont02 .tab_panel.active .cont ul.seach-list > li > a:hover {
  background: rgba(200, 200, 200, 0.2);
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(3) ul.seach-list > li:nth-of-type(1) > a,
.shinryo .cont02 .tab_panel.active .cont:nth-of-type(3) ul.seach-list > li:nth-of-type(2) > a,
.shinryo .cont02 .tab_panel.active .cont:nth-of-type(4) ul.seach-list > li:nth-of-type(6) > a {
  padding: 16px 0 15px 20px;
}

.shinryo .cont02 .tab_panel.active .cont ul.seach-list .seach_inlist li {
  padding: 0 0 16px 35px;
}

.shinryo .cont02 .tab_panel.active .cont ul.seach-list .seach_inlist li:last-of-type {
  padding-bottom: 24px;
}

.shinryo .cont02 .tab_panel.active .cont ul.seach-list .seach_inlist li::before {
  content: "-";
  padding-right: 3px;
}

.shinryo .cont02 .tab_panel.active .cont ul.seach-list .seach_inlist li a:hover {
  text-decoration: underline;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(1) ul.seach-list > li:nth-of-type(1) {
  background: url("../img/page/home_illust01.png") right 15px top 16px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(1) ul.seach-list > li:nth-of-type(2) {
  background: url("../img/page/home_illust02.png") right 21px top 14px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(1) ul.seach-list > li:nth-of-type(3) {
  background: url("../img/page/home_illust03.png") right 17px top 13px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(1) ul.seach-list > li:nth-of-type(4) {
  background: url("../img/page/home_illust04.png") right 17px top 14px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(1) ul.seach-list > li:nth-of-type(5) {
  background: url("../img/page/home_illust05.png") right 17px top 13px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(1) ul.seach-list > li:nth-of-type(6) {
  background: url("../img/page/home_illust06.png") right 17px top 14px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(2) ul.seach-list > li:nth-of-type(1) {
  background: url("../img/page/home_illust07.png") right 20px top 12px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(2) ul.seach-list > li:nth-of-type(2) {
  background: url("../img/page/home_illust08.png") right 20px top 14px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(2) ul.seach-list > li:nth-of-type(3) {
  background: url("../img/page/home_illust09.png") right 19px top 12px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(2) ul.seach-list > li:nth-of-type(4) {
  background: url("../img/page/home_illust10.png") right 20px top 13px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(2) ul.seach-list > li:nth-of-type(5) {
  background: url("../img/page/home_illust11.png") right 20px top 13px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(2) ul.seach-list > li:nth-of-type(6) {
  background: url("../img/page/home_illust12.png") right 20px top 13px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(2) ul.seach-list > li:nth-of-type(7) {
  background: url("../img/page/home_illust13.png") right 21px top 12px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(2) ul.seach-list > li:nth-of-type(8) {
  background: url("../img/page/home_illust14.png") right 20px top 15px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(2) ul.seach-list > li:nth-of-type(9) {
  background: url("../img/page/home_illust15.png") right 20px top 14px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(3) ul.seach-list > li:nth-of-type(1) {
  background: url("../img/page/home_illust16.png") right 18px top 9px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(3) ul.seach-list > li:nth-of-type(2) {
  background: url("../img/page/home_illust17.png") right 18px top 13px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(3) ul.seach-list > li:nth-of-type(3) {
  background: url("../img/page/home_illust18.png") right 20px top 14px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(3) ul.seach-list > li:nth-of-type(4) {
  background: url("../img/page/home_illust19.png") right 20px top 13px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(4) ul.seach-list > li:nth-of-type(1) {
  background: url("../img/page/home_illust20.png") right 20px top 12px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(4) ul.seach-list > li:nth-of-type(2) {
  background: url("../img/page/home_illust21.png") right 19px top 13px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(4) ul.seach-list > li:nth-of-type(3) {
  background: url("../img/page/home_illust22.png") right 19px top 14px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(4) ul.seach-list > li:nth-of-type(4) {
  background: url("../img/page/home_illust23.png") right 21px top 11px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(4) ul.seach-list > li:nth-of-type(5) {
  background: url("../img/page/home_illust24.png") right 19px top 14px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(4) ul.seach-list > li:nth-of-type(6) {
  background: url("../img/page/home_illust25.png") right 18px top 14px no-repeat;
}

.shinryo .cont02 .tab_panel.active .cont:nth-of-type(4) ul.seach-list > li:nth-of-type(7) {
  background: url("../img/page/home_illust26.png") right 18px top 14px no-repeat;
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .shinryo .cont02 .tab_panel.active .cont {
    width: 220px;
  }
  .shinryo .cont02 .tab_panel.active .cont ul.seach-list > li span {
    display: block;
    padding: 25px 0 18px 8px;
  }
  .shinryo .cont02 .tab_panel.active .cont ul.seach-list > li > a {
    display: block;
    padding: 26px 0 26px 8px;
  }
  .shinryo .cont02 .tab_panel.active .cont:nth-of-type(3) ul.seach-list > li:nth-of-type(1) > a,
.shinryo .cont02 .tab_panel.active .cont:nth-of-type(3) ul.seach-list > li:nth-of-type(2) > a,
.shinryo .cont02 .tab_panel.active .cont:nth-of-type(4) ul.seach-list > li:nth-of-type(6) > a {
    padding: 16px 0 15px 8px;
  }
}
/* タブレット */
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .shinryo .cont02 .inner {
    padding: 80px 20px 0;
  }
  .shinryo .cont02 .tab_panel.active {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 30px 50px;
    background: #fff;
    margin-top: 30px;
  }
  .shinryo .cont02 .tab_panel.active .cont {
    width: 49%;
  }
  .shinryo .cont02 .tab_panel.active .cont:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .shinryo .cont02 .tab_panel.active .cont h3 {
    display: block;
    height: 65px;
    padding: 24px 0 0;
    box-sizing: border-box;
    border-bottom: 3px solid #60c1c1;
    font-size: 18px;
    text-align: center;
    position: relative;
  }
}
/* スマホ */
@media screen and (max-width: 750px) {
  .shinryo .cont02 .inner {
    padding: 60px 20px 0;
  }
  .shinryo .cont02 .tab_panel.active {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 20px 50px;
    background: #fff;
    margin-top: 30px;
  }
  .shinryo .cont02 .tab_panel:nth-of-type(2).active {
    border: 1px solid #00828f;
  }
  .shinryo .cont02 .tab_panel.active .cont {
    width: 48%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 661px) {
  .shinryo .cont02 .tab_panel.active .cont {
    width: 100%;
    margin: 0 10px 20px;
  }
}
/*  cont03 */
.shinryo .cont03 {
  background: #eff9f9;
}
.shinryo .cont03 .inner {
  padding: 70px 0 130px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 630px) {
  .shinryo .cont03 .inner {
    padding: 20px;
    box-sizing: border-box;
  }
}
.shinryo .cont03 .inner h2 {
  color: #023752;
  font-size: 32px;
  text-align: center;
  background: url(../img/page/common_h2_imgtop.png) center top no-repeat;
  padding-top: 77px;
  position: relative;
  margin-bottom: 88px;
}
.shinryo .cont03 .inner h2 span {
  font-size: 20px;
}
.shinryo .cont03 .inner h2::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(../img/page/shinryo_cont03_text01.png) no-repeat;
  width: 342px;
  height: 70px;
}
@media screen and (max-width: 420px) {
  .shinryo .cont03 .inner h2::after {
    width: 290px;
    background-size: contain;
  }
}
@media screen and (max-width: 750px) {
  .shinryo .cont03 .inner h2 {
    font-size: 24px;
  }
  .shinryo .cont03 .inner h2 span {
    font-size: 16px;
  }
}
.shinryo .cont03 .inner .box-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1220px) {
  .shinryo .cont03 .inner .box-wrap {
    flex-direction: column;
    align-items: center;
    gap: 50px 0;
  }
}
.shinryo .cont03 .inner .box-wrap .box {
  width: 590px;
  height: 520px;
  position: relative;
}
.shinryo .cont03 .inner .box-wrap .box h3 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 2.4px;
  color: white;
  padding: 7px 0 6px;
  padding-left: 12px;
}
.shinryo .cont03 .inner .box-wrap .box h3 span {
  font-size: 16px;
  vertical-align: 2px;
  margin-left: -5px;
  letter-spacing: 1.5px;
}
.shinryo .cont03 .inner .box-wrap .box ul li {
  text-align: center;
}
.shinryo .cont03 .inner .box-wrap .box ul li a {
  background: white;
  font-size: 18px;
  padding: 10px 16px 9px 16px;
  border: 2px solid #60c1c1;
  border-radius: 5px;
  min-width: 64px;
  display: block;
}
.shinryo .cont03 .inner .box-wrap .box.face {
  background: url(../img/page/shinryo_cont03_img01.png) no-repeat;
}
.shinryo .cont03 .inner .box-wrap .box.face h3 {
  background: #60c1c1;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(1) {
  position: absolute;
  top: 87px;
  left: 30px;
  letter-spacing: 1.5px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(1)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #60c1c1;
  border-radius: 50%;
  top: -22px;
  left: 269px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(1)::after {
  content: "";
  position: absolute;
  width: 91px;
  height: 1px;
  border-top: 4px dotted #60c1c1;
  top: 5px;
  left: 177px;
  transform: rotate(159deg);
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(2) {
  position: absolute;
  top: 155px;
  left: 30px;
  letter-spacing: 0.5px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(2)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #60c1c1;
  border-radius: 50%;
  top: 64px;
  left: 221px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 126px;
  height: 1px;
  border-top: 4px dotted #60c1c1;
  top: 45px;
  left: 100px;
  transform: rotate(21deg);
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(3) {
  position: absolute;
  top: 226px;
  left: 30px;
  letter-spacing: -0.6px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(3)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #60c1c1;
  border-radius: 50%;
  top: 17px;
  left: 218px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(3)::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 1px;
  border-top: 4px dotted #60c1c1;
  top: 22px;
  left: 197px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(4) {
  position: absolute;
  top: 297px;
  left: 30px;
  letter-spacing: -0.2px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(4)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #60c1c1;
  border-radius: 50%;
  top: 0px;
  left: 196px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(4)::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  border-top: 4px dotted #60c1c1;
  top: 15px;
  left: 150px;
  transform: rotate(160deg);
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(5) {
  position: absolute;
  top: 365px;
  left: 30px;
  letter-spacing: -0.5px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(5)::after {
  content: "";
  position: absolute;
  width: 71px;
  height: 1px;
  border-top: 4px dotted #60c1c1;
  top: -32px;
  left: 151px;
  transform: rotate(305deg);
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(6) {
  position: absolute;
  top: 436px;
  left: 30px;
  letter-spacing: 2.5px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(6)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #60c1c1;
  border-radius: 50%;
  top: -21px;
  left: 263px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(6)::after {
  content: "";
  position: absolute;
  width: 138px;
  height: 1px;
  border-top: 4px dotted #60c1c1;
  top: 4px;
  right: -135px;
  transform: rotate(166deg);
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(7) {
  position: absolute;
  top: 86px;
  right: 30px;
  letter-spacing: -0.6px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(7)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #60c1c1;
  border-radius: 50%;
  top: 84px;
  right: 172px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(7)::after {
  content: "";
  position: absolute;
  width: 95px;
  height: 1px;
  border-top: 4px dotted #60c1c1;
  top: 53px;
  right: 88px;
  transform: rotate(140deg);
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(8) {
  position: absolute;
  top: 156px;
  right: 30px;
  letter-spacing: 1.5px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(8)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #60c1c1;
  border-radius: 50%;
  top: 112px;
  right: 194px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(8)::after {
  content: "";
  position: absolute;
  width: 138px;
  height: 1px;
  border-top: 4px dotted #60c1c1;
  top: 70px;
  right: 83px;
  transform: rotate(137deg);
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(9) {
  position: absolute;
  top: 226px;
  right: 30px;
  letter-spacing: 1.5px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(9)::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 1px;
  border-top: 4px dotted #60c1c1;
  top: 33px;
  right: 102px;
  transform: rotate(168deg);
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(10) {
  position: absolute;
  top: 296px;
  right: 30px;
  letter-spacing: -0.4px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(10)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #60c1c1;
  border-radius: 50%;
  top: -4px;
  right: 251px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(10)::after {
  content: "";
  position: absolute;
  width: 152px;
  height: 1px;
  border-top: 4px dotted #60c1c1;
  top: 13px;
  right: 98px;
  transform: rotate(189deg);
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(11) {
  position: absolute;
  top: 366px;
  right: 30px;
  letter-spacing: -0.4px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(11)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #60c1c1;
  border-radius: 50%;
  top: -30px;
  right: 251px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(11)::after {
  content: "";
  position: absolute;
  width: 158px;
  height: 1px;
  border-top: 4px dotted #60c1c1;
  top: -2px;
  right: 97px;
  transform: rotate(196deg);
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(12) {
  position: absolute;
  top: 438px;
  right: 30px;
  letter-spacing: -0.4px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(12)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #60c1c1;
  border-radius: 50%;
  top: -51px;
  right: 211px;
}
.shinryo .cont03 .inner .box-wrap .box.face ul li:nth-of-type(12)::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 1px;
  border-top: 4px dotted #60c1c1;
  top: -23px;
  right: 182px;
  transform: rotate(237deg);
}
.shinryo .cont03 .inner .box-wrap .box.body {
  background: url(../img/page/shinryo_cont03_img02.png) no-repeat;
}
.shinryo .cont03 .inner .box-wrap .box.body h3 {
  background: #00828f;
}
.shinryo .cont03 .inner .box-wrap .box.body ul li a {
  border: 2px solid #00828f;
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(1) {
  position: absolute;
  top: 135px;
  left: 32px;
  letter-spacing: 0.5px;
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(1)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #00828f;
  border-radius: 50%;
  top: 26px;
  left: 232px;
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(1)::after {
  content: "";
  position: absolute;
  width: 73px;
  height: 1px;
  border-top: 4px dotted #00828f;
  top: 27px;
  left: 157px;
  transform: rotate(183deg);
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(2) {
  position: absolute;
  top: 205px;
  left: 32px;
  letter-spacing: -0.7px;
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(2)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #00828f;
  border-radius: 50%;
  top: 15px;
  left: 232px;
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 109px;
  height: 1px;
  border-top: 4px dotted #00828f;
  top: 20px;
  left: 129px;
  transform: rotate(180deg);
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(3) {
  position: absolute;
  top: 275px;
  left: 32px;
  letter-spacing: 0.5px;
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(3)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #00828f;
  border-radius: 50%;
  top: 15px;
  left: 198px;
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(3)::after {
  content: "";
  position: absolute;
  width: 99px;
  height: 1px;
  border-top: 4px dotted #00828f;
  top: 20px;
  left: 98px;
  transform: rotate(180deg);
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(4) {
  position: absolute;
  top: 134px;
  right: 32px;
  letter-spacing: -1.7px;
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(4)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #00828f;
  border-radius: 50%;
  top: -41px;
  right: 60px;
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(4)::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 1px;
  border-top: 4px dotted #00828f;
  top: -19px;
  right: 50px;
  transform: rotate(90deg);
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(5) {
  position: absolute;
  top: 204px;
  right: 32px;
  letter-spacing: -1.7px;
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(5)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #00828f;
  border-radius: 50%;
  top: 55px;
  right: 292px;
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(5)::after {
  content: "";
  position: absolute;
  width: 195px;
  height: 1px;
  border-top: 4px dotted #00828f;
  top: 41px;
  right: 97px;
  transform: rotate(170deg);
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(6) {
  position: absolute;
  top: 275px;
  right: 32px;
  letter-spacing: 0.8px;
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(6)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #00828f;
  border-radius: 50%;
  top: 29px;
  right: 240px;
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(6)::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  border-top: 4px dotted #00828f;
  top: 36px;
  right: 177px;
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(7) {
  position: absolute;
  top: 345px;
  right: 32px;
  letter-spacing: 0.8px;
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(7) a {
  padding: 10px 26px 9px;
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(7)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #00828f;
  border-radius: 50%;
  top: -2px;
  right: 204px;
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(7)::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  border-top: 4px dotted #00828f;
  top: 15px;
  right: 178px;
  transform: rotate(30deg);
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(8) {
  position: absolute;
  top: 415px;
  right: 32px;
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(8)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #00828f;
  border-radius: 50%;
  top: 52px;
  right: 279px;
}
.shinryo .cont03 .inner .box-wrap .box.body ul li:nth-of-type(8)::after {
  content: "";
  position: absolute;
  width: 103px;
  height: 1px;
  border-top: 4px dotted #00828f;
  top: 41px;
  right: 178px;
  transform: rotate(343deg);
}
@media screen and (max-width: 630px) {
  .shinryo .cont03 .inner .box-wrap {
    width: 100%;
    overflow-x: scroll;
    display: block;
  }
  .shinryo .cont03 .inner .box-wrap .box {
    margin-bottom: 30px;
  }
}

/*  cont04 */
.shinryo .cont04 .inner {
  padding: 81px 0 70px;
}
.shinryo .cont04 .inner h2 {
  color: #023752;
  font-size: 32px;
  text-align: center;
  background: url(../img/page/common_h2_imgtop.png) center top no-repeat;
  padding-top: 77px;
  position: relative;
}
.shinryo .cont04 .inner h2 span {
  font-size: 20px;
}
.shinryo .cont04 .inner h2::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(../img/page/shinryo_cont04_text01.png) no-repeat;
  width: 404px;
  height: 67px;
}
@media screen and (max-width: 420px) {
  .shinryo .cont04 .inner h2::after {
    width: 290px;
    background-size: contain;
  }
}
@media screen and (max-width: 750px) {
  .shinryo .cont04 .inner h2 {
    font-size: 24px;
  }
  .shinryo .cont04 .inner h2 span {
    font-size: 16px;
  }
}

.shinryo .cont04 .tab_box {
  padding: 30px;
  background: #fff;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.shinryo .cont04 .tab_box ul.medical_list li.tab_btn {
  font-size: 18px;
}
@media screen and (max-width: 1150px) {
  .shinryo .cont04 .tab_box ul.medical_list li.tab_btn {
    font-size: 16px;
  }
}

.shinryo .cont04 .tab_box .tab_panel:nth-of-type(2).active {
  border: 1px solid #00828f;
}

.shinryo .cont04 .tab_box .tab_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.shinryo .cont04 .tab_box ul.medical_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 400px;
}

.shinryo .cont04 .tab_box p.tab_btn {
  display: none;
}

.shinryo .cont04 .tab_box ul.medical_list .tab_btn {
  cursor: pointer;
  transition: all 0.2s ease 0s;
}

.shinryo .cont04 .tab_box ul.medical_list li {
  display: block;
  width: 400px;
  height: 100px;
  background: #f2fbf8 url("../img/page/home_illust27.png") left 30px top 18px no-repeat;
  padding-left: 120px;
  box-sizing: border-box;
  line-height: 100px;
}

.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(n+2) {
  margin-top: 5px;
}

.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(2) {
  background: #f2fbf8 url("../img/page/home_illust28.png") left 28px top 15px no-repeat;
  line-height: 1.6;
  padding-top: 22px;
}

.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(3) {
  background: #f2fbf8 url("../img/page/home_illust29.png") left 28px top 15px no-repeat;
}

.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(4) {
  background: #f2fbf8 url("../img/page/home_illust30.png") left 28px top 15px no-repeat;
  line-height: 1.6;
  padding-top: 22px;
}

.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(5) {
  background: #f2fbf8 url("../img/page/home_illust31.png") left 29px top 12px no-repeat;
}

.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(6) {
  background: #f2fbf8 url("../img/page/home_illust32.png") left 30px top 15px no-repeat;
}

.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(7) {
  background: #f2fbf8 url("../img/page/home_illust33.png") left 30px top 16px no-repeat;
}

.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(8) {
  background: #f2fbf8 url("../img/page/home_illust34.png") left 29px top 15px no-repeat;
}

.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(9) {
  background: #f2fbf8 url("../img/page/home_illust35.png") left 30px top 22px no-repeat;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel {
  display: none;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel.active {
  display: flex;
  justify-content: space-between;
  width: 715px;
  height: 940px;
  background: #f5f5f5;
  padding: 35px 90px;
  box-sizing: border-box;
  position: relative;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel::before {
  position: absolute;
  top: 44px;
  left: -10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 10px 6.5px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(2).active::before {
  top: 150px;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(3).active::before {
  top: 256px;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(4).active::before {
  top: 362px;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(5).active::before {
  top: 466px;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(6).active::before {
  top: 572px;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(7).active::before {
  top: 678px;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(8).active::before {
  top: 782px;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(9).active::before {
  top: 886px;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel ul li {
  font-size: 14px;
  margin-bottom: 25px;
  padding-left: 10px;
  position: relative;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel ul li a:hover {
  text-decoration: underline;
}

.shinryo .cont04 .tab_box .tab_box05 {
  display: flex;
  justify-content: space-between;
}

.shinryo .cont04 .tab_box ul.medical_list .tab_btn05 {
  cursor: pointer;
  transition: all 0.2s ease 0s;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel05 {
  display: none;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel05.active {
  display: flex;
  justify-content: space-between;
  width: 715px;
  height: 940px;
  background: #f5f5f5;
  padding: 35px 90px;
  box-sizing: border-box;
  position: relative;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel05::before {
  position: absolute;
  top: 44px;
  left: -10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 10px 6.5px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel05:nth-of-type(2).active::before {
  top: 150px;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel05:nth-of-type(3).active::before {
  top: 256px;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel05:nth-of-type(4).active::before {
  top: 362px;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel05:nth-of-type(5).active::before {
  top: 466px;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel05:nth-of-type(6).active::before {
  top: 572px;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel05:nth-of-type(7).active::before {
  top: 678px;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel05:nth-of-type(8).active::before {
  top: 782px;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel05:nth-of-type(9).active::before {
  top: 886px;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel05 ul li {
  font-size: 14px;
  margin-bottom: 25px;
  padding-left: 10px;
  position: relative;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel05 ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel05 ul li a:hover {
  text-decoration: underline;
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel ul p {
  margin: 48px 0 24px;
  font-size: 18px;
}
.shinryo .cont04 .tab_box .medical_list_box .tab_panel ul p:first-child {
  margin-top: 0;		
}

.shinryo .cont04 .tab_box ul.medical_list li {
  display: block;
  width: 400px;
  height: 100px;
  padding-left: 120px;
  box-sizing: border-box;
  line-height: 100px;
}
.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(n+2) {
  margin-top: 5px;
}
.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(2) {
  background: #f2fbf8 url("../img/page/home_illustA1.png") left 28px top 15px no-repeat;
  line-height: 100px;
  padding-top: 0;
}
.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(3) {
  background: #f2fbf8 url("../img/page/home_illust27.png") left 28px top 15px no-repeat;
}
.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(4) {
  background: #f2fbf8 url("../img/page/home_illustA6.png") left 28px top 15px no-repeat;
  line-height: 100px;
  padding-top: 0;
}
.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(5) {
  background: #f2fbf8 url("../img/page/home_illust29.png") left 29px top 12px no-repeat;
}
.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(6) {
  background: #f2fbf8 url("../img/page/home_illustA5.png") left 30px top 15px no-repeat;
}
.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(7) {
  background: #f2fbf8 url("../img/page/home_illust30.png") left 30px top 16px no-repeat;
}
.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(8) {
  background: #f2fbf8 url("../img/page/home_illust31.png") left 29px top 15px no-repeat;
}
.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(9) {
  background: #f2fbf8 url("../img/page/home_illust28.png") left 30px top 22px no-repeat;
  line-height: 1.6;
  padding-top: 22px;
}
.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(10) {
  background: #f2fbf8 url("../img/page/home_illust32.png") left 30px top 22px no-repeat;
}
.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(11) {
  background: #f2fbf8 url("../img/page/home_illust33.png") left 30px top 22px no-repeat;
}
.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(12) {
  background: #f2fbf8 url("../img/page/home_illust34.png") left 30px top 22px no-repeat;
}
.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(13) {
  background: #f2fbf8 url("../img/page/home_illustA3.png") left 30px top 22px no-repeat;
}
.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(14) {
  background: #f2fbf8 url("../img/page/home_illustA4.png") left 30px top 22px no-repeat;
}
.shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(15) {
  background: #f2fbf8 url("../img/page/home_illust35.png") left 30px top 22px no-repeat;
}
/* 20230725 change end */
.shinryo .cont04 .tab_box .medical_list_box .tab_panel {
  display: none;
}
.shinryo .cont04 .tab_box .medical_list_box .tab_panel.active {
  display: flex;
  justify-content: space-between;
  width: 715px;
  height: 100%;
  background: #f5f5f5;
  padding: 35px 90px;
  box-sizing: border-box;
  position: relative;
  --top-increment: 106px;
}
.shinryo .cont04 .tab_box .medical_list_box .tab_panel::before {
    position: absolute;
    top: 44px;
    left: -10px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 10px 6.5px 0;
    border-color: transparent #f5f5f5 transparent transparent;
}
.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(2).active::before {
  top: 150px;
}
.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(3).active::before {
  top: 256px;
}
.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(4).active::before {
  top: 362px;
}
.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(5).active::before {
  top: 466px;
}
.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(6).active::before {
  top: 572px;
}
.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(7).active::before {
  top: 678px;
}
.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(8).active::before {
  top: 782px;
}
.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(9).active::before {
  top: 886px;
}
.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(10).active::before {
  top: calc(886px + var(--top-increment) * 1);
}
.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(11).active::before {
  top: calc(886px + var(--top-increment) * 2);
}
.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(12).active::before {
  top: calc(886px + var(--top-increment) * 3);
}
.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(13).active::before {
  top: calc(886px + var(--top-increment) * 4);
}
.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(14).active::before {
  top: calc(886px + var(--top-increment) * 5);
}
.shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(15).active::before {
  top: calc(886px + var(--top-increment) * 6);
}

.shinryo .cont04 .tab_box .medical_list_box .tab_panel ul li {
  font-size: 14px;
  margin-bottom: 20px;
  padding-left: 10px;
  margin-left: 24px;
  position: relative;
}
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel ul li::before {
      position: absolute;
      top: 0;
      left: 0;
      content: "-";
  }
.shinryo .cont04 .tab_box .medical_list_box .tab_panel ul li a:hover {
  text-decoration: underline;
}
.shinryo .cont04 .tab_box .tab_box05 {
  display: flex;
  justify-content: space-between;
}
.shinryo .cont04 .tab_box ul.medical_list .tab_btn05 {
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
.shinryo .cont04 .tab_box .medical_list_box .tab_panel05 {
  display: none;
}
.shinryo .cont04 .tab_box .medical_list_box .tab_panel05.active {
  display: flex;
  justify-content: space-between;
  width: 715px;
  height: 940px;
  background: #f5f5f5;
  padding: 35px 90px;
  box-sizing: border-box;
  position: relative;
}
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel05::before {
      position: absolute;
      top: 44px;
      left: -10px;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6.5px 10px 6.5px 0;
      border-color: transparent #f5f5f5 transparent transparent;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel05:nth-of-type(2).active::before {
      top: 150px;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel05:nth-of-type(3).active::before {
      top: 256px;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel05:nth-of-type(4).active::before {
      top: 362px;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel05:nth-of-type(5).active::before {
      top: 466px;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel05:nth-of-type(6).active::before {
      top: 572px;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel05:nth-of-type(7).active::before {
      top: 678px;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel05:nth-of-type(8).active::before {
      top: 782px;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel05:nth-of-type(9).active::before {
      top: 886px;
  }
.shinryo .cont04 .tab_box .medical_list_box .tab_panel05 ul li {
  font-size: 14px;
  margin-bottom: 25px;
  padding-left: 10px;
  position: relative;
}
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel05 ul li::before {
      position: absolute;
      top: 0;
      left: 0;
      content: "-";
  }
.shinryo .cont04 .tab_box .medical_list_box .tab_panel05 ul li a:hover {
  text-decoration: underline;
}

.shinryo .cont04 .tab_box .tab_panel:nth-of-type(2).active {
  border: none;
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .shinryo .cont04 .tab_box ul.medical_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 35%;
  }
  .shinryo .cont04 .tab_box ul.medical_list li {
    display: block;
    width: 100%;
    height: 100px;
    background: #f2fbf8 url("../img/page/home_illust27.png") left 30px top 18px no-repeat;
    padding-left: 120px;
    box-sizing: border-box;
    line-height: 100px;
  }
  .shinryo .cont04 .tab_box .medical_list_box {
    width: 65%;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel.active {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #f5f5f5;
    padding: 35px 60px;
    box-sizing: border-box;
    position: relative;
    margin-left: 20px;
    --top-increment: 104px;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel05.active {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #f5f5f5;
    padding: 35px 60px;
    box-sizing: border-box;
    position: relative;
    margin-left: 20px;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel ul p {
    margin: 32px 0 16px;
  }
}
/* タブレット */
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .shinryo .cont04 .inner {
    padding: 80px 20px 60px;
  }
  .shinryo .cont04 .tab_box {
    padding: 30px 0;
  }
  .shinryo .cont04 .tab_box ul.medical_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 35%;
  }
  .shinryo .cont04 .tab_box ul.medical_list li {
    display: block;
    width: 100%;
    height: 60px;
    padding-left: 75px;
    box-sizing: border-box;
    font-size: 12px !important;
    line-height: 60px;
    background-size: 42px;
  }
  .shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(n+2) {
    margin-top: 12px;
  }

  .shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(1) {
    background-position: left 12px top 10px;
    background-size: 42px;
  }

  .shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(2) {
    background-position: left 12px top 10px;
    background-size: 42px;
    line-height: 1.6;
    padding-top: 12px;
  }
  .shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(3) {
    background-position: left 12px top 10px;
    background-size: 42px;
  }
  .shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(4) {
    background-position: left 10px top 10px;
    background-size: 42px;
    line-height: 1.6;
    padding-top: 12px;
  }
  .shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(5) {
    background-position: left 10px top 8px;
    background-size: 42px;
  }
  .shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(6) {
    background-position: left 9px top 10px;
    background-size: 42px;
  }
  .shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(7) {
    background-position: left 12px top 10px;
    background-size: 42px;
  }
  .shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(8) {
    background-position: left 11px top 10px;
    background-size: 42px;
  }
  .shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(9) {
    background-position: left 12px top 12px;
    background-size: 42px;
  }
  .shinryo .cont04 .tab_box ul.medical_list li:nth-of-type(n+9) {
    background-position: left 12px top 12px;
    background-size: 42px;
  }
  .shinryo .cont04 .tab_box .medical_list_box {
    width: 65%;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel.active {
    display: flex;
    justify-content: flex-start;
    gap: 0 50px;
    width: 100%;
    background: #f5f5f5;
    padding: 35px 30px;
    box-sizing: border-box;
    margin-left: 20px;
    position: relative;
    --top-increment: 72px;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel::before {
    position: absolute;
    top: 25px;
    left: -10px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 10px 6.5px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(2).active::before {
    top: 97px;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(3).active::before {
    top: 169px;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(4).active::before {
    top: 241px;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(5).active::before {
    top: 313px;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(6).active::before {
    top: 385px;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(7).active::before {
    top: 457px;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(8).active::before {
    top: 529px;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(9).active::before {
    top: 601px;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(10).active::before {
    top: calc(601px + var(--top-increment) * 1);
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(11).active::before {
    top: calc(601px + var(--top-increment) * 2);
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(12).active::before {
    top: calc(601px + var(--top-increment) * 3);
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(13).active::before {
    top: calc(601px + var(--top-increment) * 4);
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(14).active::before {
    top: calc(601px + var(--top-increment) * 5);
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel:nth-of-type(15).active::before {
    top: calc(601px + var(--top-increment) * 6);
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel ul li {
    font-size: 12px;
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel05.active {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 640px;
    background: #f5f5f5;
    padding: 35px 30px;
    box-sizing: border-box;
    margin-left: 20px;
    position: relative;
  }

  .shinryo .cont04 .tab_box .medical_list_box .tab_panel ul p {
    margin: 24px 0 12px;
  }
}
/* スマホ */
@media screen and (max-width: 750px) {
  .shinryo .cont04 .inner {
    padding: 60px 20px 60px;
  }
  .shinryo .cont04 .tab_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .shinryo .cont04 .tab_box ul.medical_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    display: none;
  }
  .shinryo .cont04 .tab_box ul.medical_list .tab_btn {
    cursor: pointer;
    transition: all 0.2s ease 0s;
  }
  .shinryo .cont04 .tab_box ul.medical_list .tab_btn.active {
    position: relative;
  }
  .shinryo .cont04 .tab_box ul.medical_list .tab_btn.active::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #60c1c1;
    width: 100%;
    height: 5px;
  }
  .shinryo .cont04 .tab_box p.tab_btn {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #f2fbf8;
    padding-left: 60px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 60px;
  }
  .shinryo .cont04 .tab_box .tab_btn:nth-of-type(1) {
    background: #f2fbf8 url("../img/page/home_illust27.png") left 12px top 10px no-repeat;
    background-size: 40px;
  }
  .shinryo .cont04 .tab_box .tab_btn:nth-of-type(2) {
    background: #f2fbf8 url("../img/page/home_illust28.png") left 12px top 10px no-repeat;
    background-size: 40px;
  }
  .shinryo .cont04 .tab_box .tab_btn:nth-of-type(3) {
    background: #f2fbf8 url("../img/page/home_illust29.png") left 12px top 10px no-repeat;
    background-size: 40px;
  }
  .shinryo .cont04 .tab_box .tab_btn:nth-of-type(4) {
    background: #f2fbf8 url("../img/page/home_illust30.png") left 10px top 10px no-repeat;
    background-size: 40px;
    white-space: nowrap;
  }
  .shinryo .cont04 .tab_box .tab_btn:nth-of-type(5) {
    background: #f2fbf8 url("../img/page/home_illust31.png") left 10px top 8px no-repeat;
    background-size: 40px;
  }
  .shinryo .cont04 .tab_box .tab_btn:nth-of-type(6) {
    background: #f2fbf8 url("../img/page/home_illust32.png") left 9px top 10px no-repeat;
    background-size: 40px;
  }
  .shinryo .cont04 .tab_box .tab_btn:nth-of-type(7) {
    background: #f2fbf8 url("../img/page/home_illust33.png") left 12px top 10px no-repeat;
    background-size: 40px;
  }
  .shinryo .cont04 .tab_box .tab_btn:nth-of-type(8) {
    background: #f2fbf8 url("../img/page/home_illust34.png") left 11px top 10px no-repeat;
    background-size: 40px;
  }
  .shinryo .cont04 .tab_box .tab_btn:nth-of-type(9) {
    background: #f2fbf8 url("../img/page/home_illust35.png") left 12px top 12px no-repeat;
    background-size: 40px;
  }
  .shinryo .cont04 .tab_box .tab_btn:nth-of-type(10) {
    background: #f2fbf8 url("../img/page/home_illust32.png") left 12px top 12px no-repeat;
    background-size: 40px;
  }
  .shinryo .cont04 .tab_box .tab_btn:nth-of-type(11) {
    background: #f2fbf8 url("../img/page/home_illust33.png") left 12px top 12px no-repeat;
    background-size: 40px;
  }
  .shinryo .cont04 .tab_box .tab_btn:nth-of-type(12) {
    background: #f2fbf8 url("../img/page/home_illust34.png") left 12px top 12px no-repeat;
    background-size: 40px;
  }
  .shinryo .cont04 .tab_box .tab_btn:nth-of-type(13) {
    background: #f2fbf8 url("../img/page/home_illustA3.png") left 12px top 12px no-repeat;
    background-size: 40px;
  }
  .shinryo .cont04 .tab_box .tab_btn:nth-of-type(14) {
    background: #f2fbf8 url("../img/page/home_illustA4.png") left 12px top 12px no-repeat;
    background-size: 40px;
  }
  .shinryo .cont04 .tab_box .tab_btn:nth-of-type(15) {
    background: #f2fbf8 url("../img/page/home_illust35.png") left 12px top 12px no-repeat;
    background-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .shinryo .cont04 .tab_box .medical_list_box {
    width: 100%;
  }

  .shinryo .cont04 .tab_box .medical_list_box .tab_panel {
    display: none;
    justify-content: flex-start;
    gap: 25px 0;
    flex-direction: column;
    width: 100%;
    height: auto;
    background: #f5f5f5;
    padding: 35px 30px;
    box-sizing: border-box;
    margin-top: 0;
    position: relative;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel.active {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 35px 30px;
  }
  .shinryo .cont04 .tab_box .tab_panel:nth-of-type(2).active {
    border: none;
  }
  .shinryo .cont04 .tab_box .tab_btn:nth-of-type(n+2) {
    margin-top: 5px;
  }

  .shinryo .cont04 .tab_box .medical_list_box .tab_panel ul {
    margin-right: 15px;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel ul li {
    font-size: 14px;
    margin-bottom: 25px;
    padding-left: 10px;
    position: relative;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel ul li:last-of-type {
    margin-bottom: 0;
  }
  .shinryo .cont04 .tab_box .medical_list_box .tab_panel ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "-";
  }
}