/*==========================================================
                        C U S T O M
==========================================================*/
.under main .image_l {
  float: left;
  margin: 0 20px 30px 0;
}
.under main .image_r {
  float: right;
  margin: 0 0 30px 20px;
}
.under main .image_l, .under main .image_r {
  position: relative;
  padding: 0 20px;
  z-index: 1;
}
.under main .image_l img, .under main .image_r img {
  max-width: 400px;
}
.under main .image_l:after, .under main .image_r:after {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  background: url("../images/under_bg_pattern.png") 0 0 repeat, var(--pink01);
  top: 20px;
  z-index: -1;
}
.under main .image_l:after {
  left: 0;
}
.under main .image_r:after {
  right: 0;
}
:root {
  --gray33: #333;
  --brown: #5d3f44;
  --bgmain: #f9f8f3;
  --blue01: #a8aed6;
  --pink01: #fabbc6;
}
/* MB */
.under main .mb10 {
  margin-bottom: 10px
}
.under main .mb0 {
  margin-bottom: 0
}
.under main .mb20 {
  margin-bottom: 20px
}
.under main .mb30 {
  margin-bottom: 30px
}
.under main .mb40 {
  margin-bottom: 40px
}
.under main .mb45 {
  margin-bottom: 45px
}
.under main .mb50 {
  margin-bottom: 50px
}
.under main .mb60 {
  margin-bottom: 60px
}
/* MT */
.under main .mt10 {
  margin-top: 10px
}
.under main .mt20 {
  margin-top: 20px
}
.under main .mt30 {
  margin-top: 30px
}
.under main .mt40 {
  margin-top: 40px
}
.under main .mt50 {
  margin-top: 50px
}
.under main .mt60 {
  margin-top: 60px
}
.under main .w10 {
  width: 10%;
}
.under main .w9 {
  width: 9%;
}
.under main .w16 {
  width: 16%;
}
.under main .w20 {
  width: 20%;
}
.under main .w22 {
  width: 22%;
}
.under main .w25 {
  width: 25%;
}
.under main .w26 {
  width: 26%;
}
.under main .w30 {
  width: 30%;
}
.under main .w35 {
  width: 35%;
}
.under main .w40 {
  width: 40%;
}
.under main .w50 {
  width: 50%;
}
.under main section {
  margin-bottom: 100px;
}
.under main section:last-child {
  margin-bottom: 0;
}
.under main section:not(.box_pickup):last-of-type {
  margin: 0;
}
.under #content {
  padding: 0 0 33px;
  word-break: break-all;
}
.under .idx_btn a {
  line-height: 1.4;
}
/*==========================================================
                        H E A D I N G
==========================================================*/
#top_info {
  padding-top: 145px;
  height: 350px;
  display: flex;
  align-items: center;
  text-align: center;
  padding-bottom: 32px;
  background: url("../images/under_topinfo.jpg") center bottom / cover no-repeat;
}
.under main h2, .under main h3, .under main h5, .under main h6 {
  font-weight: 600;
  font-family: var(--f-mplus);
  text-align: center;
  line-height: 1.3;
}
.under main h2 {
  font-size: 36px;
  color: var(--mcolor);
}
.under main #topic_path {
  padding: 27px 0;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
}
.under main #topic_path ul {}
.under main #topic_path li {
  display: inline;
  position: relative;
  color: var(--gray33);
  letter-spacing: 0.075em;
}
.under main #topic_path li:not(:last-child)::after {
  content: "";
  position: relative;
  display: inline-block;
  margin: 0 2px 0 5px;
  top: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 7px solid var(--gray33);
  border-bottom: 4px solid transparent;
  bottom: 0;
  right: 0;
}
.under main #topic_path li, .under main #topic_path li a {
  font-size: 12px;
}
.under main #topic_path li a {
  color: var(--gray33);
}
.under_boxmain {
  position: relative;
  z-index: 1;
}
.under_boxmain_detail {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  display: table;
  width: 100%;
}
.under_boxmain_detail:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.under_boxmain:before, .under_boxmain_detail:after {
  position: absolute;
  content: "";
  width: 1920px;
  height: 92%;
  left: -360px;
  top: 20px;
  background: url("../images/under_bg_pattern.png") 0 0 repeat, #f4f1e5;
  z-index: -2;
}
.under_boxmain_detail:after {
  height: 100%;
  left: -120px;
  visibility: inherit;
  background: var(--bgmain);
}
.under_boxmain_detail:nth-child(2n+2):after {
  left: inherit;
  right: -120px;
}
.under_boxmain_detail.under_boxttl3:last-child {
  margin-bottom: 80px;
}
.ttl3_en {
  text-align: center;
  color: var(--scolor);
  font-family: var(--f-roboto);
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 19px;
  line-height: 1;
  margin: 0 auto 30px;
  letter-spacing: 0.1em;
}
.ttl3_en:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: #fabbc6;
}
.under main h3 {
  font-size: 40px;
  color: var(--brown);
  margin: 0 auto 50px;
}
.under main h3:last-child, .under main h4:last-child {
  margin-bottom: 0;
}
.under_boxttl3 {
  padding: 0 200px 80px;
  position: relative;
  z-index: 2;
}
.under_boxttl3:before {
  position: absolute;
  content: "";
  width: 484px;
  height: 242px;
  left: -250px;
  top: 60px;
  background: url("../images/under_ttl3_pattern.png") 0 0 / contain no-repeat;
  z-index: -1;
}
.under main h4 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  background: url("../images/under_ttl4_bg.png") center center / 100% auto no-repeat;
  padding: 10px 15px;
  line-height: 1.3;
  margin: 0 auto 50px;
  border-radius: 4px;
}
.under main .h4_wrapper {
  position: relative;
}
.under main .h4_wrapper h4 {
  margin-bottom: 50px;
}
.under main h5 {
  text-align: center;
  display: table;
  color: var(--blue);
  font-weight: 600;
  padding-bottom: 20px;
  margin: 0 auto 60px;
  font-size: 32px;
  border-bottom: 2px dashed var(--blue01);
}
.under main h6 {
  color: #7FC26A;
  font-size: 22px;
  display: block;
  border: 2px dashed #BFEBB0;
  padding: 10px;
  margin-bottom: 30px;
  background-color: #fff
}
/*==========================================================
                        CONTENT
==========================================================*/
.under_list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  background-color: #fff;
  padding: 30px;
}
.under_list.none {
  padding: 0;
  max-width: 100%
}
.under_list li {
  list-style-type: none;
  font-weight: 600;
  padding-left: 18px;
  position: relative;
  margin-bottom: 15px;
}
.under_list li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: var(--scolor);
  top: 15px;
  left: 0;
}
.under_list:last-child, .under_list li:last-child, .under main table:last-child {
  margin-bottom: 0;
}
.tb_scroll {
  margin-bottom: 10px;
}
.under main .tb_note {
  color: #999;
}
.under main table {
  border-collapse: separate;
  border-spacing: 1px 5px;
  margin: 0 auto 40px;
}
.under main table.mb10 {
  margin-bottom: 10px;
}
.under main table.tbfix {
  table-layout: fixed;
}
.under main table.td_top td {
  vertical-align: top;
}
.under main table th, .under main table td {
  border: none;
  padding: 20px;
  background-color: #fff;
}
.under main table th {
  background-color: var(--scolor);
  color: #fff;
}

.under main table.th_left th {
  text-align: left;
}
.under main table.td_center td {
  text-align: center;
}
.under main table.bold th, .under main table.bold td {
  font-weight: 700;
}
.box_pickup {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
  margin-top: 200px;
}
.box_pickup:before, .box_pickup:after {
  position: absolute;
  content: "";
  width: 1920px;
  height: 100%;
  left: -360px;
  top: 0;
  background: url("../images/under_pickup.png") center top / cover no-repeat;
  z-index: -1;
}
.box_pickup:after {
  background: url("../images/under_bg_pattern.png") center top repeat;
  height: calc(100% - 165px);
  top: 165px;
  visibility: inherit;
}
.under main .box_pickup_ttl {
  position: relative;
  margin-right: 55px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.under main .box_pickup_ttl dt {
  color: var(--brown);
  font-size: 120px;
  font-weight: 100;
  font-family: var(--f-josefin);
  line-height: 1;
  margin-top: -50px;
  margin-bottom: 10px;
}
.under main .box_pickup_ttl dd {
  font-size: 44px;
  color: #fff;
  line-height: 1.5;
  font-family: var(--f-mplus);
  position: relative;
  padding: 25px 45px 25px 0;
  display: inline-block;
}
.under main .box_pickup_ttl dd:before {
  position: absolute;
  content: "";
  background: url("../images/under_bg_dot.png") 0 0 repeat;
  width: 272px;
  height: 258px;
  left: -290px;
  top: -64px;
  z-index: z;
}
.under main .box_pickup_ttl dd:after {
  position: absolute;
  content: "";
  width: calc(100% + 360px);
  height: 100%;
  left: -360px;
  top: 0;
  background: #e1cd5d;
  mix-blend-mode: multiply;
}
.under main .box_pickup_ttl dd .txt {
  position: relative;
  z-index: 2;
}
.under main .box_pickup_info {
  padding-top: 80px;
}
.under main .box_pickup_info p {
  color: var(--brown);
  font-weight: 600;
}
.under main .box_pickup.full {
  flex-direction: column;
}
.under main .box_pickup.full .box_pickup_ttl {
  width: 100%;
}
.under main .box_pickup.full .box_pickup_ttl dd {
  display: inline-flex;
}
.under_list_4img {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  transform: translateX(-5px)
}
.under_list_4img li {
  width: calc(25% - 10px);
  margin: 5px;
}
.stepmain dl, .stepbox dl {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 40px;
  position: relative;
  border: 2px solid var(--scolor);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.stepmain dl:last-child {
  margin-bottom: 0;
}
span.txt_large {
  font-size: 150%;
}
.stepmain dl:not(:last-child):after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid var(--scolor);
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  visibility: inherit
}
.under main .stepmain dt {
  color: var(--mcolor);
  font-size: 26px;
  font-weight: bold;
  font-family: var(--f-mplus);
  margin-bottom: 10px;
}
.implant_tb01 th {
  width: 29%
}
.implant_tb01 th:nth-child(1) {
  width: 13%;
}
.txt_note {
  font-size: 12px;
  display: none;
  color: #666
}
.under_list_4box, .under_list_2box {
  display: flex;
  width: calc(100% + 20px);
  transform: translateX(-10px);
  flex-wrap: wrap;
  justify-content: center;
}
.under_list_4box.center, .under_list_2box.center {
  justify-content: center;
}
.under_list_4box dl, .list_2box_detail {
  width: calc(25% - 20px);
  margin: 10px;
  background-color: #fff;
}
.list_2box_detail {
  background: url("../images/under_listbox_bg.png") center center / 120% 160% no-repeat, #fff;
  width: calc(50% - 20px)
}
.under_list_3box .list_2box_detail {
  width: calc((100%/3) - 20px)
}
.list_2box_detail dl {
  padding: 30px 20px
}
.under main .list_2box_detail p {
  text-align: left;
}
.under_list_4box_content dl {
  padding: 15px 0 0;
  border: 1px solid var(--mcolor);
  border-radius: 5px;
}
.under_list_4box dd {
  padding: 15px 17px;
}
.list_2box_detail dt, .under_list_4box_content dt {
  font-family: var(--f-mplus);
  font-weight: 600;
  color: var(--mcolor);
  font-size: 25px;
  margin-bottom: 10px;
  text-align: center;
}
.under_list_4box_content dt {
  margin-bottom: 0;
}
.list_2box_img {
  margin-bottom: 0;
}
.stepbox {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  transform: translateX(-20px);
  counter-reset: section;
}
.stepbox dl {
  width: calc((100%/3) - 40px);
  margin: 20px;
}
.stepbox dl:before {
  position: absolute;
  counter-increment: section;
  content: "STEP 0"counter(section);
  color: #fff;
  font-family: var(--f-josefin);
  font-size: 18px;
  width: 64px;
  height: 64px;
  background-color: var(--mcolor);
  display: flex;
  justify-content: center;
  align-items: center;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  padding: 18px 10px 10px;
}
.stepbox dt {
  margin-bottom: 10px;
}
.under main .frame01 {
  padding: 50px;
  background-color: #fff;
}
.under main .frame01:last-child {
  margin-bottom: 0;
}
.under main .box_map iframe {
  width: 100%;
  height: 399px;
}
.blog_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.blog_list li {
  width: calc(25% - 22.5px);
  margin: 0 30px 30px 0;
}
.blog_list li:nth-child(4n) {
  margin-right: 0;
}
.blog_list li a {
  display: block;
  background: #fff;
  height: 100%;
  border: 1px solid #ccc;
  padding: 5px;
  color: var(--txt);
  transition: all 0.3s;
}
.blog_list li .img {
  display: flex;
  height: 170px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #f0f0f0;
  margin-bottom: 15px;
}
.blog_list li .img img {
  flex-shrink: 0;
  max-height: 100%;
}
.blog_list li .main {
  display: block;
  padding: 0 10px 15px;
}
.blog_list li .ttl {
  margin-bottom: 10px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_list li .date {
  font-weight: 600;
  color: var(--mcolor);
  font-size: 90%;
}
.blog_list:not(:last-child) {
  margin-bottom: 40px;
}
/**************pager************/
.pager {
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pager li, .pagi li {
  display: inline-block;
  margin: 4px;
}
.pager li a, .pagi li a {
  text-decoration: none;
  background: #fff;
  color: #000;
  border-radius: 1px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.pager li.active a {
  background: var(--mcolor);
  color: #fff;
}
.pager li.disabled {
  display: none
}
.blog_detail_main {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}
.blog_detail_img:not(:last-child) {
  float: left;
  margin: 0 35px 0 0;
}
.blog_detail_img {
  position: relative;
  padding: 0 20px;
  z-index: 1;
}
.blog_detail_img img {
  max-height: 400px;
  max-width: 600px;
}
.blog_detail_main:nth-child(even) .blog_detail_img:not(:last-child) {
  float: right;
  margin: 0 0 0 35px;
}
.under .idx_btn {
  justify-content: center;
  margin-bottom: 50px;
}
.blog_detail_img:after {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  background: url(../images/under_bg_pattern.png) 0 0 repeat, var(--pink01);
  top: 20px;
  left: 0;
  z-index: -1;
}
.blog_detail_main:nth-child(even) .blog_detail_img:after {
  right: 0;
  left: auto;
}
.blog_detail_img:last-of-type {
  display: inline-flex;
  left: 50%;
  transform: translateX(-50%);
}
.txt_over {
  overflow: hidden;
}
.tb_esthe th, .tb_esthe td {
  font-size: 20px;
}
#blog .under_boxmain_detail {
  display: block;
}
.stepmain {
  display: flex;
  flex-wrap: wrap;
}
.under_list_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.under_list_img li {
  width: calc(33.33% - 10px);
  margin: 0 0 15px;
}
.under_list_img li span {
  text-align: center;
  display: block;
}
.under main table.tb_pd th, .under main table.tb_pd td {
  padding: 20px 7px;
  font-size: 14px;
}
.under main table th.w25 {
  width: 25%;
}
.under main table th.w20 {
  width: 20%;
}
.under main table th.w15 {
  width: 15%;
}
.under main table th.w5 {
  width: 6%;
}
.under main .list01 {}
.under main .list01 li {
  padding-left: 15px;
  position: relative;
}
.under main .list01 li::before {
  background: #ff93a3;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  left: 0;
  content: '';
  border-radius: 50%;
}
.under main table.tb_pd .list01 li::before {
  top: 8px
}
.under main table .list01 li {
  font-size: 14px;
}
.u_slick .ite {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.u_slick .slick-dots {
  position: relative;
  bottom: -10px;
}
.u_slick .slick-dots li {
  height: auto;
}
.u_slick .slick-dots li:not(.slick-active) {
  opacity: 0.7;
}
.u_slick .slick-dots li:hover {
  opacity: 1;
}
.under main table.tb_sticky {
  position: relative;
}
.under main table.tb_sticky th {
  position: sticky;
  top: 0;
}
.under main .tt_slogan {
  font-size: 40px;
  line-height: 1.6;
  margin-bottom: 50px;
}
.under main .tt_slogan .key {
  display: inline-block;
  position: relative;
}
.under main .tt_slogan .key span {
  font-size: 14px;
  display: block;
  white-space: nowrap;
}
.implant_flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.implant_flow dl {
  width: calc(25% - 40px);
  position: relative;
  margin-bottom: 30px;
}
.implant_flow dt {
  text-align: center;
  margin: 0 0 10px;
}
.under main .implant_flow dd {
  text-align: center;
  line-height: 1.5em;
  display: block;
  font-size: 16px;
}
.implant_flow_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.implant_flow_list li {
  width: 49%;
  text-align: center;
  margin: 0 0 20px;
}
.implant_flow_list li:last-child {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: flex-end;
}
.implant_flow_list li:last-child .img {
  flex-shrink: 0;
  width: 50%;
  margin-right: 10px;
}
.implant_flow_list li .ttl {
  display: block;
  line-height: 1.5em;
  font-size: 16px;
}
.implant_flow dl:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 30px;
  border-color: transparent transparent transparent #fabbc6;
  left: calc(100% + 13px);
  top: 70px;
}
.under main .img_lager img {
  max-width: 600px;
}
.under_list_img li.col2 {
  width: 49%;
  margin: 0;
  position: relative;
}
.under_tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.under .under_tab li {
  width: 280px;
  margin: 5px;
  background: var(--pink);
  text-align: center;
  line-height: 1.5em;
  padding: 15px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  transition: all 0.3s;
}
.under .under_tab li.current {
  background: var(--mcolor);
}
.under_tab_main {
  display: none;
  background: rgb(233 233 233 / 50%);
  padding: 40px;
}
.under_tab_main.current {
  display: inherit;
}
.under .ml_auto {
  margin-left: auto;
}
.stepmain dl.two_arrow:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid var(--scolor);
  bottom: -20px;
  right: 0;
  margin: 0 auto;
  visibility: inherit
}
.stepmain dl.two_arrow::before {
  left: calc(50% - 6px);
}
.stepmain dl.two_arrow::after {
  right: calc(50% - 6px);
}
.facility_pickup {
  margin-top: 0;
  padding-top: 80px;
}
.under main p.ballon {
  margin: -20px 0 0 -30px;
  position: absolute;
  background: var(--green);
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  padding-left: 5px;
}
.under main section.bg_white {
  position: relative;
  z-index: 2;
  padding: 0 0 100px;
}
.under main section.bg_white:before {
  content: '';
  position: absolute;
  width: 100vw;
  min-width: 1300px;
  height: calc(100% + 100px);
  background: #fff;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
  pointer-events: none;
}
.under main section.bg_white.mt {
  margin-top: 200px;
}
.stepmain dl.arrow_heght::after {
  display: none;
}
.under main .stepmain h6 {
  background: #eede6f;
  border-color: #eede6f;
  color: var(--txt);
}
.stepmain .line {
  width: 50%;
  position: relative;
  margin-bottom: 40px;
}
.stepmain .line:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid var(--scolor);
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  visibility: inherit;
}
.stepmain .line:before {
  content: '';
  position: absolute;
  width: 8px;
  height: calc(100% + 40px);
  background: var(--scolor);
  left: calc(50% - 4px);
  top: -40px;
}
.under main .box_pickup_info p.under_ttl_lager {
  font-size: 32px;
  font-family: var(--f-mplus);
  margin-bottom: 30px;
}
.facility_pickup:after {
  position: absolute;
  content: "";
  background: url(../images/under_bg_dot.png) 0 0 repeat;
  width: 272px;
  height: 258px;
  left: -290px;
  top: 15px;
}
.txt_width {
  max-width: 400px;
  margin: 0 auto 30px;
}
.under .idx_btn.arr_down a {
  background-image: url("../images/idx_down.png");
}
.img_small {
  margin: 0;
  position: absolute;
  width: 200px;
  right: 0;
  top: -30px;
}
.under_pos {
  position: relative;
}
.ortho_bg {
  background: rgb(255, 246, 195);
  background: linear-gradient(90deg, rgba(255, 246, 195, 1) 0%, rgba(255, 246, 195, 1) 50%, rgba(255, 250, 218, 1) 50%, rgba(255, 250, 218, 1) 100%);
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}
.txt_other {
  font-family: var(--f-notoTC);
  font-weight: 500;
}
.stepmain .under_list_img {
  background: rgb(255, 246, 195);
  background: linear-gradient(90deg, rgba(255, 246, 195, 1) 0%, rgba(255, 246, 195, 1) 50%, rgba(255, 250, 218, 1) 50%, rgba(255, 250, 218, 1) 100%);
}
.under main .stepmain .bg_light h6 {
  background: rgb(238 222 111 / 60%);
  border-color: transparent;
}
.under main table.tb_small {
  max-width: calc(100% - 460px);
}
.under main .box_clip {
  display: flex;
  margin-top: 50px;
}
.under main .box_clip > li {
  width: calc(50% - 10px);
}
.under main .box_clip > li video {
  width: 100%;
}
.under main .box_clip > li:not(:last-child) {
  margin-right: 25px;
}
.under_toggle_btn {
  cursor: pointer;
  position: relative;
  background-image: none !important;
}
.under_toggle_main {
  display: none;
}
.under_boxmain_detail.under_boxttl3.box_full {
  padding-left: 0;
  padding-right: 0;
}
.under .idx_btn.toggle_btn li {
  width: 100%;
  max-width: 700px;
}
.under_toggle_btn:after, .under_toggle_btn:before {
  content: '';
  position: absolute;
  background: #fff;
  transition: all 0.3s;
}
.under_toggle_btn:after {
  width: 16px;
  height: 2px;
  right: 20px;
  top: calc(50% - 1px);
}
.under_toggle_btn:before {
  width: 2px;
  height: 16px;
  right: 27px;
  top: calc(50% - 8px);
}
.under_toggle_btn.active:before {
  transform: rotate(90deg);
}
.under main p.perio_ttl {
  font-family: var(--f-mplus);
  font-weight: 600;
  color: var(--mcolor);
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}
.treatment_ttl {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.treatment_ttl img {
  width: 220px;
}
.price_flow {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
  max-width: 68%;
}
.price_flow li {
  position: relative;
  border: solid 1px #171e27;
  padding: 20px;
  line-height: 1.5em;
  text-align: center;
}
.price_flow li:after {
  position: absolute;
  content: '-';
  left: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}
.price_flow li:last-child:after {
  content: none;
}
.price_flow li:nth-child(3):after {
  content: '=';
  left: calc(100% + 17px);
}
.under .idx_btn_big.btn_big_full li {
  width: 100%;
  max-width: 750px;
  margin: 40px 0 0 0;
}
.under .idx_btn_big.btn_big_full li a {
  background: url("../images/idx_arr.png") no-repeat right 30px center/30px auto var(--scolor);
}
.under main .cus_img {
  text-align: center;
  position: relative;
  margin-bottom: 145px;
}
.under main .cus_img span {
  position: absolute;
  width: 100%;
  top: 110%;
  left: 0;
}
.under main .tit_cus {
  position: relative;
}
.under main .tit_cus .ballon {
  position: absolute;
  top: -30px;
  right: -20px;
  width: 100px;
  height: 100px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(255, 110, 0, 1.00);
  border-radius: 50%;
  line-height: 1.4em;
}
.under main .bg_ogr {
  background: rgba(255, 191, 119, 1.00);
  text-align: left;
  border-bottom: 2px solid #f9f8f3;
}

.under main table td.border-br {
  border-right: 2px solid #f9f8f3;
  border-bottom: 2px solid #f9f8f3;
  border-spacing: 0;
}
.under main table td.border-r {
  border-right: 2px solid #f9f8f3;
  border-spacing: 0;
}
.under main table td.border-b {
  border-bottom: 2px solid #f9f8f3;
  border-spacing: 0;
}
.under main table th.heading_pink {
  border-left: 5px solid var(--scolor);
  border-right: 5px solid var(--scolor);
  border-top: 5px solid var(--scolor);
  background-color: var(--scolor);
  color: #fff;
  font-weight: bold;
  border-spacing: 0;
}
.under main table th.border-x-pink {
  border-left: 5px solid var(--scolor);
  border-right: 5px solid var(--scolor);
  background-color: #fff;
  color: #333;
  border-spacing: 0;
}
.under main table th.border-xb-pink {
  border-left: 5px solid var(--scolor);
  border-right: 5px solid var(--scolor);
  border-bottom: 5px solid var(--scolor);
  background-color: #fff;
  color: #333;
  border-spacing: 0;
}
.under main table.space_none{
  border-collapse: separate;
  border-spacing: 0px;
  margin: 0 auto 40px;
}

/* EGDE */
@supports (-ms-ime-align: auto) {}
/* FIREFOX */
@-moz-document url-prefix() {}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {}
/* .under main .center_td_img img,.under main .center_td_img2 img{border: 1px solid #333;} */