@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

p {
  line-height: 1.8;
}

.mainblock.under {
  padding-bottom: 0;
}

#contents {
  margin: 0;
}

#header > .inner,
#nav > .inner,
#contents > .inner,
#footer .inner {
  width: 1200px;
}

#header h1 {
  max-width: 300px !important;
  max-height: 70px !important;
  width: 38% !important;
}

@media (min-width: 768px) {
  .inguinal_hernia_lp_hdr_info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 55%;
  }
  .inguinal_hernia_lp_hdr_info li:not(:first-child) {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .headerinner ul {
    background: #fff;
  }
  .headerinner ul {
    padding: 5px 0;
  }
  #header h1 {
    width: 70% !important;
  }
  .inguinal_hernia_lp_hdr_info {
    display: none;
  }
}
@media (min-width: 768px) {
  #header > .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  ul.menu li,
  ul.menu li:last-child {
    border: none;
  }
  ul.menu li a:hover {
    background: #dcefce !important;
  }
  .inguinal_hernia_lp_menu .menu-menu_lp3-container .menu {
    display: flex !important;
  }
  .menu-menu_lp3-container #menu-header-nav {
    display: flex !important;
  }
  .menu-menu_lp3-container #menu-header-nav > li {
    width: auto;
    display: block;
    flex: 1 1 auto;
    float: none;
  }
  .inguinal_hernia_lp_menu .menu-menu_lp3-container .menu > li > a {
    display: flex !important;
  }
  .menu-menu_lp3-container #menu-header-nav > li > a {
    letter-spacing: 0;
  }
  .menu-menu_lp3-container #menu-header-nav > li > a,
  .menu-menu_lp3-container #menu-header-nav > li > span {
    font-size: clamp(12px, 1.3vw, 18px);
    height: 50px;
    box-sizing: border-box;
    padding: 0;
    color: #3c3c3c;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 4;
    background-color: #fff;
    line-height: 1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-menu_lp3-container #menu-header-nav > li > a::before {
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    height: 30px;
    width: 1px;
    background: #d5d5d5 !important;
    margin: auto;
  }
  .menu-menu_lp3-container #menu-header-nav > li > a::after {
    content: none;
  }
  .menu-menu_lp3-container #menu-header-nav > li:last-child > a::after {
    position: absolute;
    content: "";
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    height: 30px;
    width: 1px;
    background: #d5d5d5 !important;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .menu-menu_lp3-container #menu-header-nav {
    background: #244031 !important;
  }
  #nav ul li a:hover,
  #nav ul li span:hover {
    background: #b1ca9f !important;
    color: #244031;
  }
  .menu-menu_lp3-container #menu-header-nav a {
    color: #fff;
  }
}
#footer {
  padding-top: 0;
  padding-bottom: 0!important;
}

.copyright {
  background: #b59a60;
  color: #fff!important;
}
@media (max-width: 767px) {
  .copyright {
    padding-bottom: 30vw !important;
  }
}

@media (max-width: 1280px) {
  .inq01 {
    width: 60px;
    margin-right: 0;
    margin-left: auto;
  }
}

.container {
  max-width: 1200px;
}

table.table01 {
  border: none!important;
}
table.table01 thead th {
  background: #e0e0e0!important;
}
table.table01 tbody th {
  background: #e1e7e4!important;
}
table.table01 th,
table.table01 td {
  color: #3c3c3c!important;
  font-weight: 400!important;
  border-color: #3c3c3c!important;
  vertical-align: middle!important;
  padding: 1em 1.5em!important;
  border: solid 1px #3c3c3c!important;
}
.js-scrollable,
.js-scrollable_pc {
  margin-top: 2.4rem;
}

.js-scrollable table:first-child,
.js-scrollable_pc table:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 180%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 135%;
}

@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 170%;
  }
}
@media screen and (min-width: 768px) {
  .columns {
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .columns.jcsb {
    justify-content: space-between;
  }
  .columns.jcs {
    justify-content: flex-start;
  }
  .columns.jcc {
    -moz-justify-content: center;
    justify-content: center;
  }
  .columns.jce {
    justify-content: flex-end;
  }
  .columns.ais {
    align-items: flex-start;
  }
  .columns.aic {
    align-items: center;
  }
  .columns.aie {
    align-items: flex-end;
  }
  .columns.reverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .columns.col2 {
    gap: 60px;
  }
  .columns.col2 > * {
    width: calc((100% - 60px) / 2);
  }
  .columns.col3 {
    gap: 20px;
    justify-content: flex-start;
  }
  .columns.col3 > * {
    width: calc((100% - 40px) / 3);
  }
  .columns.col4 {
    gap: 20px;
    justify-content: flex-start;
  }
  .columns.col4 > * {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .columns.col2 {
    gap: 0 30px;
  }
  .columns.col2 > * {
    width: calc((100% - 30px) / 2);
  }
  .columns.col3 {
    gap: 10px;
  }
  .columns.col3 > * {
    width: calc((100% - 20px) / 3);
  }
  .columns.col4 {
    gap: 0 10px;
  }
  .columns.col4 > * {
    width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 767px) {
  .sp {
    display: initial;
  }
  .columns.col3:not(.sp_columns) {
    display: block;
  }
  .columns:not(.sp_columns) .column + .column {
    margin-top: 20px;
  }
  .sp_columns {
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 0 10px;
  }
  .sp_columns.col2 > *,
  .sp_columns.col3 > *,
  .sp_columns.col4 > *,
  .sp_columns.col5 > *,
  .sp_columns.col6 > * {
    width: calc((100% - 10px) / 2);
  }
  .sp_columns.col2 > *:nth-child(n+3),
  .sp_columns.col3 > *:nth-child(n+3),
  .sp_columns.col4 > *:nth-child(n+3),
  .sp_columns.col5 > *:nth-child(n+3),
  .sp_columns.col6 > *:nth-child(n+3) {
    margin-top: 10px;
  }
}
.h2_ttl {
  position: relative;
  text-align: center;
  font-size: clamp(24px, 2.8vw, 40px);
  color: #244031;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  max-width: 96%;
  margin: 0 auto 1.3em auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .h2_ttl {
    margin: 0 auto 1em auto;
  }
}
.h2_ttl .h2_inner {
  background: #fff;
  padding: 0 0.2em;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.h2_ttl:before, .h2_ttl:after {
  content: "";
  display: block;
  position: absolute;
  width: 832px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 85%;
}
.h2_ttl::before {
  right: auto;
  left: 0;
  background: url(../img/inguinal_hernia/lp3_ttl_b.png) no-repeat center left/contain;
}
.h2_ttl::after {
  left: auto;
  right: 0;
  background: url(../img/inguinal_hernia/lp3_ttl_a.png) no-repeat center right/contain;
}

h3.sdw_ttl {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: none;
  color: #244031;
  font-size: clamp(20px, 2.3vw, 28px);
  margin: 0 auto 1em auto;
  letter-spacing: 0.1em;
  padding: 0;
}
@media (max-width: 767px) {
  h3.sdw_ttl {
    letter-spacing: 0;
  }
}
h3.sdw_ttl.sdwcolor02 .sdw:after {
  background: #ccc6c6;
  opacity: 0.8;
  z-index: -1;
}
@media (max-width: 767px) {
  h3.sdw_ttl .sp-sdw:after {
    background: #ccc6c6;
    opacity: 0.8;
    z-index: -1;
  }
}
h3.sdw_ttl .sdw {
  position: relative;
  padding: 0 0.3em;
  display: inline-block;
}
@media (max-width: 767px) {
  h3.sdw_ttl .sdw.sp-hide::after {
    content: none;
  }
}
h3.sdw_ttl .sdw:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40%;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #244031;
  -ms-filter: blur(6px);
  filter: blur(6px);
  opacity: 0.2;
}
@media (max-width: 767px) {
  h3.sdw_ttl .sp-sdw {
    position: relative;
    padding-left: 0;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  h3.sdw_ttl .sp-sdw:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 40%;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #244031;
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0.2;
  }
}

h3.h3_ttl {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: none;
  color: #244031;
  font-size: clamp(20px, 2.3vw, 28px);
  margin: 0 auto 1em auto;
  padding: 0;
}
h3.h3_ttl .num {
  font-size: 1.5em;
}

.sec_reserve {
  padding: 90px 0;
  color: #fff;
  background: url(../img/inguinal_hernia/lp3_bg02.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  .sec_reserve {
    padding: 40px 0;
  }
}
.sec_reserve h2 {
  text-align: center;
  font-size: clamp(26px, 2.8vw, 40px);
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin: 0 auto 1em auto;
}
.sec_reserve h3.h3_ttl {
  color: #fff;
}
@media (max-width: 767px) {
  .sec_reserve h3.h3_ttl {
    margin-bottom: 0.5em;
    font-size: 22px;
  }
}
.sec_reserve .txt {
  text-align: center;
}
.sec_reserve .contact_bnr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sec_reserve .contact_bnr {
    height: 65px;
  }
}
.sec_reserve .contact_bnr .icon {
  position: relative;
}
.sec_reserve .contact_bnr a {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sec_reserve .contact_bnr:not(.tel_bnr) a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: clamp(20px, 2.3vw, 30px);
  position: relative;
  max-width: 350px;
}
@media (max-width: 767px) {
  .sec_reserve .contact_bnr:not(.tel_bnr) a {
    padding: 0.5em 0;
    max-width: 300px;
  }
}
.sec_reserve .contact_bnr:not(.tel_bnr) a:hover {
  opacity: 0.8;
}
.sec_reserve .contact_bnr:not(.tel_bnr) a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}
.sec_reserve .tel_bnr a {
  font-size: clamp(24px, 2.8vw, 40px);
  color: #fff;
}
.sec_reserve .tel_bnr a .icon {
  padding-left: 1em;
}
.sec_reserve .tel_bnr a .icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  max-width: 0.8em;
  background: url(../img/inguinal_hernia/tel_icon_wh.png) no-repeat center/contain;
}
.sec_reserve .reserve_btn a {
  background: #e1e7e4;
  color: #244031;
}
.sec_reserve .reserve_btn a:after {
  border-top: 1px solid #244031;
  border-right: 1px solid #244031;
}
.sec_reserve .reserve_btn a .icon {
  padding-left: 1.6em;
}
.sec_reserve .reserve_btn a .icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 26px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  max-width: 1.3em;
  background: url(../img/inguinal_hernia/reserve_icon.png) no-repeat center/contain;
}
.sec_reserve .monshin_btn a {
  background: #b59a60;
  color: #fff;
}
.sec_reserve .monshin_btn a:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.sec_reserve .monshin_btn a .icon {
  padding-left: 1.5em;
}
.sec_reserve .monshin_btn a .icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 37px;
  height: 28px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  max-width: 1.3em;
  background: url(../img/inguinal_hernia/monshin_icon.png) no-repeat center/contain;
}

.sec01 {
  padding: 90px 0 80px;
  background: url(../img/inguinal_hernia/lp3_bg01.jpg) no-repeat center/cover;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .sec01 {
    padding: 40px 0;
  }
}
.sec01 .con_img1 {
  text-align: center;
}
@media (max-width: 767px) {
  .sec01 .con_img1 img {
    max-width: 75%;
  }
}
.sec01 .con_img2 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sec01 .con_img2 {
    margin-bottom: 20px;
  }
}
.sec01 .ul_check li {
  font-size: clamp(16px, 1.8vw, 24px);
  font-weight: 500;
  margin-bottom: 0.8em;
  padding-left: 1.8em;
  position: relative;
}
.sec01 .ul_check li:last-child {
  margin-bottom: 0;
}
.sec01 .ul_check li:before {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 28px;
  top: 0.2em;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  border: none;
  max-width: 1.5em;
  background: url(../img/inguinal_hernia/lp3_check.png) no-repeat center/contain;
}
.sec01 .ul_check li:after {
  content: none;
}
.sec01 .border_wrap {
  background: #fff;
  border: solid 1px #000000;
  padding: 50px;
  max-width: calc(100% - 10px);
  position: relative;
  margin-top: 60px;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .sec01 .border_wrap {
    margin-bottom: 75px;
    margin-top: 30px;
    padding: 20px;
  }
}
.sec01 .border_wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -120px;
  width: 0;
  height: 0;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-top: 60px solid #848c8c;
}
@media (max-width: 767px) {
  .sec01 .border_wrap:after {
    bottom: -60px;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #848c8c;
  }
}
.sec01 .border_wrap:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  border: solid 1px #000000;
  position: absolute;
  right: -10px;
  bottom: -10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .sec01 .table01 tr:last-child td {
    border-bottom: solid 1px #000000;
  }
}
.sec01 .table01 th {
  width: 27%;
  font-size: 22px;
}
@media (max-width: 767px) {
  .sec01 .table01 th {
    font-size: 18px;
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.sec01 .table01 td {
  font-size: 18px;
}
@media (max-width: 767px) {
  .sec01 .table01 td {
    font-size: 14px;
    display: block;
    width: 100%;
    border-bottom: none;
  }
}

.sec02 {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .sec02 {
    padding: 40px 0;
  }
}
.sec02 .sdw_ttl.mt {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec02 .sdw_ttl.mt {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .sec02 .lead {
    max-width: 70%;
    margin: 0 auto 40px;
  }
}
.sec02 .con_img1 {
  text-align: center;
}
@media (min-width: 768px) {
  .sec02 .con_img1 {
    width: 30.8333333333%;
  }
}
@media (min-width: 768px) {
  .sec02 .con_txt1 {
    width: 64.1666666667%;
  }
}
@media (min-width: 768px) {
  .sec02 .con_img2 {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .sec02 .con_img2 img {
    max-width: 600px;
    width: 150%;
  }
}
@media (min-width: 768px) {
  .sec02 .con_txt2 {
    width: 58.3333333333%;
  }
}
.sec02 .con_txt2 .bg_wh {
  margin-top: 60px;
  background: #fff;
  padding: 45px 40px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .sec02 .con_txt2 .bg_wh {
    padding: 20px;
    margin-top: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
}
.sec02 .con_txt2 .bg_wh p:last-child {
  margin-bottom: 0;
}

.sec03 {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .sec03 {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .sec03 .h2_ttl:before, .sec03 .h2_ttl:after {
    content: none;
  }
}
.sec03 .columns + .columns {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec03 .columns + .columns {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .sec03 .con_icon {
    width: 4.5833333333%;
  }
}
@media (max-width: 767px) {
  .sec03 .con_icon {
    width: calc((100% - 10px) * 70 / 770);
    float: left;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .sec03 .con_txt {
    width: 94.5833333333%;
  }
}
@media (max-width: 767px) {
  .sec03 .con_txt {
    width:100%;
    margin-top: 0;

  }
}
.sec03 .con_txt .sdw_ttl {
  text-align: left;
}
.sec03 .togglewrap {
  border: solid 1px #3c3c3c;
}
.sec03 .togglewrap .togglettl {
  margin: 0;
  padding: 0.3em 30px 0.3em 0.5em;
  background: #e1e7e4;
  font-size: clamp(16px, 2vw, 20px);
  position: relative;
}
.sec03 .togglewrap .togglettl:hover {
  cursor: pointer;
}
.sec03 .togglewrap .togglettl:after, .sec03 .togglewrap .togglettl:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  top: 0;
  bottom: 0;
  right: 15px;
  left: auto;
  margin: auto;
  background: #3c3c3c;
  transition: 0.2s;
}
.sec03 .togglewrap .togglettl::before {
  transform: rotate(90deg);
}
.sec03 .togglewrap .togglettl.open::before {
  transform: rotate(0);
}
.sec03 .togglewrap .txtwrap {
  border-top: solid 1px #3c3c3c;
  padding: 0.8em 1em;
  display: none;
}
.sec03 .togglewrap .txtwrap p:last-child {
  margin: 0;
}

.sec04 {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .sec04 {
    padding: 40px 0;
  }
}
.sec04 .slide-item {
  transition: all 0.4s;
  padding: 30px;
  border: solid 1px #000000;
  box-sizing: border-box;
  width: 660px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .sec04 .slide-item {
    padding: 20px 10px;
  }
}
.sec04 .slide-item.prev {
  transform: rotate(5deg) scale(0.8);
}
.sec04 .slide-item.next {
  transform: rotate(-5deg) scale(0.8);

}
.sec04 .con_img {
  position: relative;
  padding-top: 60px;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .sec04 .con_img {
    padding-top: 40px;
    margin-top: -30px;
  }
}
.sec04 .con_img .num {
  font-size: clamp(80px, 20vw, 140px);
  font-family: "Times New Roman", Times, serif;
  color: #244031;
  font-style: italic;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.sec04 .text {
  margin: 0;
}
.sec04 button.slick-next {
  background: url(../img/inguinal_hernia/next_icon.png) no-repeat center/contain;
}
@media (min-width: 768px) {
  .sec04 button.slick-next {
    width: 45px;
    height: 73px;
  }
}
@media (min-width: 1401px) {
  .sec04 button.slick-next {
    right: 30%;
  }
}
.sec04 button.slick-prev {
  background: url(../img/inguinal_hernia/prev_icon.png) no-repeat center/contain;
}
@media (min-width: 768px) {
  .sec04 button.slick-prev {
    width: 45px;
    height: 73px;
  }
}
@media (min-width: 1401px) {
  .sec04 button.slick-prev {
    left: 30%;
  }
}
.sec04 .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.sec04 .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.sec04 .slick-dots {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.sec04 .slick-dots li {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  background: #d7dbdb;
  transition: var(--transit-default, all 0.4s ease-out);
  margin: 0 5px;
}
.sec04 .slick-dots li.slick-active {
  background-color: #244031;
}
.sec04 .slick-dots li:hover {
  opacity: 0.7;
}

.sec05 {
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .sec05 {
    padding-bottom: 40px;
  }
}
.sec05 table.table01 {
  margin-bottom: 10px;
}
.sec05 table.table01 th,
.sec05 table.table01 td {
  font-size: 20px;
}
@media (max-width: 767px) {
  .sec05 table.table01 th,
  .sec05 table.table01 td {
    font-size: 16px;
  }
}
.sec05 table.table01 tbody th {
  text-align: left;
  padding-left: 12%;
}
@media (max-width: 767px) {
  .sec05 table.table01 tbody th {
    padding-left: 10%;
  }
}
.sec05 table.table01 tbody td {
  text-align: center;
}

.sec06 {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .sec06 {
    padding: 40px 0;
  }
}
.sec06 .border_wrap {
  border: solid 1px #000000;
  padding: 7.6%;
  position: relative;
}
@media (max-width: 767px) {
  .sec06 .border_wrap {
    padding: 20px 10px;
  }
}
.sec06 .border_wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  background: linear-gradient(135deg, transparent 0%, transparent 50%, #244031 50%, #244031 100%);
}
@media (max-width: 767px) {
  .sec06 .border_wrap:after {
    width: 30px;
    height: 30px;
  }
}
.sec06 .border_wrap h3 {
  background: none;
  color: #244031;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: clamp(26px, 2.8vw, 36px);
  margin: 0;
  padding: 0;
}
.sec06 .border_wrap .txt {
  font-size: clamp(14px, 1.8vw, 18px);
  text-align: center;
  margin: 1em auto 0 auto;
}
@media (max-width: 767px) {
  .sec06 .border_wrap .txt {
    font-size: 12px;
  }
}
.sec06 .border_wrap .txt .large {
  font-size: 1.22em;
}
@media (max-width: 767px) {
  .sec06 .border_wrap .txt .large {
    font-size: 16px;
  }
}

.sec07 {
  background: url(../img/inguinal_hernia/lp3_bg03.jpg) no-repeat center/cover;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .sec07 {
    padding-bottom: 40px;
  }
}
.sec07 .name {
  text-align: right;
  margin: 0;
}

.sec08 {
  padding: 60px 0 0;
}
@media (max-width: 767px) {
  .sec08 {
    padding: 40px 0 0;
  }
}
.sec08 .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .sec08 .container {
    padding: 30px 10px 20px;
  }
}

.sec08 .sec08_slider_wrap {
  margin-bottom: 0;
}

.sec08_slider_wrap p {
  text-align: center;
}

.sec08_slider_wrap img {
  padding: 0 15px;
  margin: auto;
}

.sec08_slider_wrap button.slick-prev,
.sec08_slider_wrap button.slick-next {
  width: 60px;
  height: 60px;
  top: 50%;
  z-index: 1;
}

.sec08_slider_wrap button.slick-prev {
  left: calc(22% + 8px);
  background: url(../img/inguinal_hernia/lp3_arrow_l.png) no-repeat center/cover;
  margin-left: -20px;
}

.sec08_slider_wrap button.slick-prev:hover,
.sec08_slider_wrap button.slick-prev:focus {
  background: url(../img/inguinal_hernia/lp3_arrow_l.png) no-repeat center/cover;
}

.sec08_slider_wrap button.slick-next {
  right: calc(22% + 8px);
  background: url(../img/inguinal_hernia/lp3_arrow_r.png) no-repeat center/cover;
  margin-right: -20px;
}

.sec08_slider_wrap button.slick-next:hover,
.sec08_slider_wrap button.slick-next:focus {
  background: url(../img/inguinal_hernia/lp3_arrow_r.png) no-repeat center/cover;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

@media only screen and (max-width: 1039px) {
  .sec08_slider_wrap button.slick-prev,
  .sec08_slider_wrap button.slick-next {
    width: 50px;
    height: 50px;
    top: 50%;
  }
  .sec08_slider_wrap button.slick-prev {
    margin-left: -25px;
  }
  .sec08_slider_wrap button.slick-next {
    margin-right: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .sec08 .sec08_slider_wrap {
    margin: 0 0 0;
  }
  .sec08_slider_wrap button.slick-prev,
  .sec08_slider_wrap button.slick-next {
    width: 40px;
    height: 40px;
    background-size: 30px auto !important;
  }
  .sec08_slider_wrap button.slick-prev {
    left: 70px;
  }
  .sec08_slider_wrap button.slick-next {
    right: 70px;
  }
  .sec08_slider_wrap img {
    padding: 0 10px;
  }
}
.sec08 .sec08_slider {
  margin-bottom: 0 !important;
}

.sec08 .table02 th,
.sec08 .table02 td {
  border-bottom: solid 1px #e4e4e4;
  vertical-align: text-top;
  text-align: left;
}
.sec08 .time-table .color_green {
  color: #244031;
}
.sec08 .time-table th,
.sec08 .time-table td {
  font-size: clamp(14px, 1.5vw, 18px);
  border: solid 1px #2d2d2d;
  padding: 0.5em;
}
@media (max-width: 767px) {
  .sec08 .time-table th,
  .sec08 .time-table td {
    font-size: 100%;
  }
}
.sec08 .time-table thead th {
  background: #e1e7e4;
  color: #2d2d2d;
}
.sec08 .time-table tbody th {
  background: #ebebeb;
}
.sec08 .time-table tbody td {
  background: #fff;
}
@media (max-width: 767px) {
.btm_inq .clearfix > a{
	border-top:solid 1px rgba(255,255,255,0.5);	
}
.btm_inq .clearfix > a:nth-child(n + 2){
	border-left:solid 1px rgba(255,255,255,0.5);
}
#nav ul li a:before, #nav ul li > span:before{
	content:none;
}
#nav ul li a:after, #nav ul li > span:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.2s;
}
}
button.slick-arrow {
	/* 矢印ボタン */
	background: none;
	border: none;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	width: 16px;
	text-indent: -9px;
	z-index: 1;
}

button.slick-arrow:hover {
	cursor: pointer;
	opacity: 0.7;
}

button.slick-prev {
	/* 矢印（前へ）ボタン */
	background: url(img/btn_prev.png) no-repeat;
	left: 18%;
	margin-left: -16px;
}

button.slick-next {
	/* 矢印（次へ）ボタン */
	background: url(img/btn_next.png) no-repeat;
	right: 18%;
	margin-right: -16px;
}

@media screen and (max-width: 1650px) {
	button.slick-prev {
		left: 13.7%;
	}

	button.slick-next {
		right: 13.7%;
	}
}

@media screen and (max-width: 1400px) {
	button.slick-prev {
		left: 8%;
	}

	button.slick-next {
		right: 8%;
	}
}

@media screen and (min-width: 1200px) {
	.slick-slide:not(.slick-center) {
		/* 前と次の画像を半透明に */
		opacity: 0.4;
		-moz-opacity: 0.4;
		filter: alpha(opacity=40);
	}
}

@media (max-width: 767px) {
  #aside {
    .inq {
      display: none;
    }
  }
}