@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
html {
  font-size: 62.5%;
}

body,
table {
  padding: 0;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
    メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (max-width: 979px) {
  body {
    padding: 75px 0 68px;
  }
}
._color-sub10 {
  background-color: #c8edff !important;
}
#main {
  margin-top: 0;
  text-align: initial;
  background: #fff;
}
#main .-open:target:before {
  height: 0;
  margin-top: 0;
}
.bg-blue {
  background-color: #f3fbfe;
}

.border-blue {
  border-bottom: 2px solid #1c75bc;
}

.nav-wrap {
  background-color: #01375a;
}

.text-cl {
  color: #ff2c9f;
}


.heading-text {
  font-size: 28px;
}

.heading-text > .sub {
  display: block;
}

.nav-wrap ul {
  max-width: 980px;
  margin: 0 auto;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-wrap ul li:first-of-type a {
  padding-left: 0;
}

.nav-wrap ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 0 15px;
  text-decoration: none;
}

.nav-wrap ul li:last-of-type a {
  padding-right: 0;
}

.localNav__list {
  background: #01375a;
}
.localNav__list .localNav__list__link a {
  color: #ffffff;
}
.localNav__list.fixed .localNav__list__link a .nav_icon {
  width: 50px;
  height: auto;
}
.localNav__list .localNav__list__link a .nav_txt {
  display: none;
}

.localNav__list__link::before,
.localNav__list__link:last-child::after {
  background: #ffffff;
}
@media only screen and (max-width: 979px) {
  .localNav__list__link::after,
  .localNav__list__link:nth-child(even)::before {
    background: #fff;
  }
}

.risk_cont {
  background-color: #dedede;
  font-family: sans-serif;
  font-size: 8pt !important;
  line-height: 2;
}

@media (max-width: 979px) {
  .mhlw-risk {
    min-height: auto;
  }
}
.men-what {
  padding-top: 60px;
  background: url("../images/what_pc_bg.jpg") no-repeat top center;
  background-size: cover;
  margin-top: 0;
}

.men-bg > .clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 350px;
  position: relative;
  z-index: 9;
}

.clearfix {
  overflow: visible;
}

.men-bg > .clearfix::before {
  position: absolute;
  background: url("../images/what_man.png") no-repeat;
  height: 502px;
  width: 635px;
  left: -95px;
  bottom: 0;
  content: "";
  z-index: -1;
}

.list li {
  color: #fff;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
  line-height: 1.5;
}

.list li:before {
  content: url("../images/what_icon.png");
  margin-right: 10px;
}


.sp-only {
  display: none;
}

td:first-of-type {
  width: 180px;
}

td:nth-of-type(2) {
  width: 430px;
}

.title-size {
  font-size: 57px;
}

.text-blue,
.text-blue span {
  color: #1b2a52;
}

.text-white,
.text-white span {
  color: #fff;
}

.color-yellow {
  color: #fff45c;
}


.mens-flow {
  padding: 55px 0 0;
}
.mens-flow .text-area .point {
  background-color: #0389cd;
}
.mens-flow .text-area .title {
  color: #0389cd;
}
.mens-flow ul.list-image {
  background-color: #ffeff9;
  border: 1px solid #ff2c9f;
}

.mens-point {
  padding: 80px 0;
  background-color: #c8edff;
}
.underline {
  border-bottom: 1px solid;
}


.price-inner {
  margin: 0 20px;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #000;
}

.price-inner ul {
  max-width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px auto 0;
}

.price-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}

.price-inner ul li p {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

.price-inner ul li small {
  font-size: 70%;
}

.price-inner ul li span {
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: -3px;
  top: 0;
}

.price-inner ul li div {
  color: #fff;
  background-color: #ff9228;
  width: 93px;
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.2rem;
  margin-right: 20px;
}

.price-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.price-content img {
  margin-right: 15px;
}

.price-content ul {
  width: 610px;
  margin: 0;
}

.row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0;
}

.row-inner .price-inner:nth-of-type(1) {
  margin: 10px 0 0 20px;
  width: 500px;
}

.row-inner .price-inner:nth-of-type(2) {
  width: 417px;
}


.price-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.price-inner p.red-text {
  font-size: 18px;
  line-height: 22px;
  color: #e60012;
}

.price-inner dl dt {
  width: 130px;
  font-size: 18px;
  border-right: 1px solid #1b2a52;
}

.price-inner dl dd {
  width: 715px;
}

.price-inner dl dt,
.price-inner dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-inner dl {
  width: 880px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 30px;
  padding-left: 0;
  color: #1b2a52;
  background-color: #f5f5f5;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title-price {
  background-color: #16306a;
}

.price-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#price_kanto .ac_ly_001 {
  background-color: #ffed09;
}

#price_kanto .ac_ly_001 .button-normal[href*="#modal-areaGentei-yoyaku"] {
  line-height: 1.3;
  height: inherit;
  margin: 5px 0 0;
  background-color: #16306a;
  font-size: 20px;
}

@media only screen and (max-width: 979px) {
  #price_kanto .ac_ly_001 .button-normal[href*="#modal-areaGentei-yoyaku"] {
    font-size: 3.5vw;
    padding: 2vw 4vw;
  }
}

#price_kanto .ac_ly_001 .price-inner {
  border: none;
  background-color: transparent;
}

#price_kanto .ac_ly_001 .price-inner h4 {
  color: #16306a;
}

#price_kanto .ac_ly_001 .price-inner > ul {
  max-width: none;
  width: auto;
  display: block;
  background-color: #fff;
  padding: 20px 10px;
  margin-top: 5px;
}

#price_kanto .ac_ly_001 .price-inner > ul li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

#price_kanto .ac_ly_001 .price-inner > ul li div {
  width: 200px;
}

#price_kanto .ac_ly_001 .price-inner > ul li p {
  font-size: 50px;
}

#price_kanto .ac_ly_001 .price-inner > ul li a.loan-pop {
  background-color: #16306a;
  color: #fff;
  margin-left: 10px;
  border-radius: 20px;
  padding: 10px 20px;
}

#price_kanto .ac_ly_001 .price-inner > ul + h4 {
  margin-top: 20px;
}

#price_kanto .ac_ly_001 .price-inner .list-note {
  width: auto;
  max-width: none;
}

#price_kanto .ac_ly_001 .price-inner .list-note li {
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 979px) {
  #price_kanto .ac_ly_001 .price-inner > ul {
    padding: 4vw;
  }
  #price_kanto .ac_ly_001 .price-inner > ul li {
    display: block;
  }
  #price_kanto .ac_ly_001 .price-inner > ul li div {
    width: auto;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #price_kanto .ac_ly_001 .price-inner > ul li p small {
    position: relative;
  }
  #price_kanto .ac_ly_001 .price-inner > ul li p small span {
    right: 5px;
    top: -5px;
  }
}

#modal-areaGentei.modal {
  width: auto;
}

#modal-areaGentei-yoyaku ._color-font-main {
  color: #16306a !important;
}

#modal-areaGentei-yoyaku .ac_ly_003 > .col {
  margin-top: 0;
}

#modal-areaGentei-yoyaku .ac_ly_003 > .col:nth-child(n + 4) {
  margin-top: 15px;
}

#modal-areaGentei-yoyaku .button-normal {
  min-height: inherit;
  padding: 5px 40px;
  margin: 0;
  background-color: #16306a;
}

#modal-areaGentei-yoyaku .heading-line {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #16306a;
  margin: 15px 0 10px;
}

@media (max-width: 979px) {
  #modal-areaGentei-yoyaku {
    padding: 2vw;
    font-size: 3.5vw;
    line-height: 1.4;
    width: 92%;
    margin: 4%;
  }
  #modal-areaGentei-yoyaku .heading-line {
    font-size: 4vw;
    line-height: 1.2;
    padding-bottom: 1.5vw;
    margin: 2.5vw 0 1.5vw;
  }
  #modal-areaGentei-yoyaku .scrollWrap {
    margin: 2vw 0 0;
    padding: 0;
  }
  #modal-areaGentei-yoyaku .scrollWrap .-sp-2column > .col {
    margin-top: 0;
  }
  #modal-areaGentei-yoyaku .scrollWrap .-sp-2column > .col:nth-child(n + 3) {
    margin-top: 1.5vw;
  }
  #modal-areaGentei-yoyaku .-sp-2column > .col {
    width: 49%;
    margin-left: 2%;
  }
  #modal-areaGentei-yoyaku .-sp-2column > .col:nth-child(odd) {
    margin-left: 0;
  }
  #modal-areaGentei-yoyaku .button-normal {
    font-size: 3.2vw;
    min-height: inherit;
    padding: 1vw 3vw;
    margin: 0;
  }
  #modal-areaGentei-yoyaku .button-normal::after {
    right: 1vw;
    width: 3vw;
    background-size: 50% auto;
  }
}

.option-inner {
  width: 600px;
}

.price-option ul {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-option ul li div {
  width: 130px;
  font-size: 18px;
}

.answer {
  background: #fff;
}

.answer p {
  padding-left: 55px;
}

.comment {
  background-color: #003859;
  padding-top: 80px;
}

.ac_ar_001.comment .name {
  margin-top: 30px;
  font-size: 25px;
  line-height: 45px;
}

.ac_ar_001.comment .name em {
  font-size: 35px;
}

.ac_ar_001.comment .name span {
  font-size: 20px;
}

a.title {
  text-decoration: none !important;
}

.tabacc.-pc-accordion > .contents > .title {
  background: #0389cd;
}

.-spnone {
  display: block;
}

.-pcnone {
  display: none;
}

.bc_01_022.bc-items .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bc_01_022.bc-items .item > .text-area {
  padding: 0 10px;
  width: 55%;
}

.bc_01_022.bc-items .item > .text-area > .title {
  margin-bottom: 10px;
  font-size: 19px;
}

.bc_01_022.bc-items .item > .text-area > .text {
  font-size: 18px;
  text-align: center;
}

.bc_01_022.bc-items .item > .text-area > .text > .checklist {
  position: relative;
  margin-left: 30px;
  margin-bottom: 10px;
  text-align: left;
}

.bc_01_022.bc-items .item > .text-area > .text > .checklist::before {
  content: url("https://www.sbc-mens.net/assets/contents/datsumo/images/flow_check_icon.png");
  position: absolute;
  top: 0;
  left: -30px;
}

.bc_01_022.bc-items .item > .image {
  margin-left: auto;
  width: auto;
  height: auto;
}

@media (max-width: 979px) {
  .bc_01_022.bc-items .item > .image {
    margin-left: inherit;
  }
}

.bc_01_022.bc-items.-reverse .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bc_01_022.bc-items.-reverse .item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}


/* pcマップ表示CSS */
@media only screen and (max-width: 979px) {
  .point2-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .point2-layout .left {
    width: 65%;
  }
  .point2-layout .-pcnone {
    width: 35%;
  }
  .mens_fqa .ac_ly_001 > .component-item {
    margin-top: 1rem;
  }
  .mens_fqa .ac_ly_001 > .component-item .content > .faq-box > .contents .title {
    font-size: 16px;
    min-height: 50px;
  }
  .mens_fqa .ac_ly_001 > .component-item .content > .faq-box > .contents .content > .answer > ._text-pc-l {
    font-size: 16px;
  }
  .mens_fqa .faq-box > .contents > .question::before {
    top: 3px;
  }
  .bc_01_022.bc-items .item > .text-area {
    width: 100%;
  }
  .bc_01_022.bc-items .item > .text-area > .text {
    font-size: 15px;
  }
  .bc_01_022.bc-items.-reverse .item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bc_01_022.bc-items.-reverse .item:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
  .nav-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    border-top: 1px solid #000;
    padding: 0;
  }
  .nav-wrap {
    background-color: #fff;
  }
  .nav-wrap ul li a {
    color: #666;
    font-size: 15px;
    padding: 0 3px;
  }
  .nav-wrap ul li {
    text-align: center;
    color: #1b2a52;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    height: 55px;
  }
  .nav-wrap ul li:nth-of-type(odd) {
    border-right: 1px solid #000;
  }
  .men-bg {
    background: none;
    height: auto;
  }
  .men-bg > .clearfix::before {
    display: none;
  }
  .list li {
    font-size: calc((22 / 640) * 100vw);
  }
  .list li:before {
    content: "";
    background: url("../images/what_icon.png") no-repeat center center/contain;
    width: calc((29 / 640) * 100vw);
    height: calc((29 / 640) * 100vw);
    margin-right: 10px;
  }
  .list {
    float: unset;
    text-align: left;
  }
  .men-what {
    padding-top: 0;
  }
  .men-bg::before {
    display: none;
  }
  .men-bg > .clearfix {
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .-spnone {
    display: none;
  }
  .-pcnone {
    display: block;
  }
  .title-size {
    font-size: 32px;
  }
  h2 .sub {
    font-size: 18px !important;
  }
  .row-inner {
    display: block;
  }
  .row-inner .price-inner:nth-of-type(1) {
    margin: 10px 0 0;
    max-width: 500px;
    width: auto;
  }
  .row-inner .price-inner:nth-of-type(2) {
    max-width: 417px;
    margin: 10px 0 0;
    width: auto;
  }
  .price-inner dl {
    width: auto;
    max-width: 880px;
    height: auto;
  }
  .price-inner .no3::before,
  .price-inner .no2::before,
  .price-inner .no1::before {
    display: none;
  }
  .option-inner {
    max-width: 435px;
    padding: 0 10px;
    width: auto;
  }
  .price-option {
    display: block;
    margin: 0 0;
  }
  .price-inner {
    margin: 0 0;
    padding: 20px 10px;
  }
  .group-inner {
    max-width: 100% !important;
    height: auto;
    background-color: #f9f9f9;
    background: none;
    padding: 0;
  }
  .group-inner dl {
    display: block;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
  }
  .group-inner .list-shop-area > dt {
    color: #fff;
    text-align: center;
    padding: 1em;
    background-color: #4f73a3;
  }
  .group-inner .list-shop-area.hokkaido dt {
    background-color: #4f73a3;
  }
  .group-inner .list-shop-area.tohoku dt {
    background-color: #6391dc;
  }
  .group-inner .list-shop-area.tokyo dt {
    background-color: #be93be;
  }
  .group-inner .list-shop-area.tokai dt {
    background-color: #90bb4f;
  }
  .group-inner .list-shop-area.kansai dt {
    background-color: #479152;
  }
  .group-inner .list-shop-area.chugoku dt {
    background-color: #6db0a9;
  }
  .group-inner .list-shop-area.kyushu dt {
    background-color: #9889b4;
  }
  .list-shop-area dd .incho {
    padding-top: 10px;
  }
  .list-shop-area dd .incho .js-btn {
    text-align: center;
    padding: 1% 5%;
    margin: 2% 0;
    background-color: #666;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
  }
  .list-shop-area dd .incho img {
    width: 60px;
    height: 70px;
    float: left;
    border: 1px solid #ccc;
    margin-right: 10px;
  }
  .list-shop-area dd .incho table {
    border-collapse: collapse;
  }
  .list-shop-area dd .incho table td,
  .list-shop-area dd .incho table th {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #ffffff;
  }
  .list-shop-area dd .incho table th {
    background-color: #f0f0f0;
    white-space: nowrap;
  }
  .price-content {
    display: block;
  }
  .price-content ul {
    max-width: 610px;
    width: auto;
    margin: 0;
  }
  .comment {
    padding-top: 30px;
    background-size: contain;
    overflow: hidden;
  }
  .ac_ar_001.comment .name {
    margin-top: calc((30 / 640) * 100vw);
    font-size: calc((25 / 640) * 100vw);
    line-height: calc((45 / 640) * 100vw);
    font-weight: bold;
    position: absolute;
    top: 200px;
    right: 10px;
  }
  .ac_ar_001.comment .name em {
    font-size: calc((35 / 640) * 100vw);
  }
  .ac_ar_001.comment .name span {
    font-size: calc((20 / 640) * 100vw);
  }
  .ac_ar_001.comment .name-sp {
    position: relative;
    margin-top: -100px;
  }
  .comment .sp-only img {
    -webkit-transform: translate(-20px, 100px);
    transform: translate(-20px, 100px);
  }
  .list-shop {
    font-size: 15px;
    position: relative;
    color: #7f7f7f;
    border-bottom: 2px dotted #001c58;
    padding-bottom: 5%;
    margin-bottom: 5%;
    text-align: left;
  }
  .list-shop-area dd .list-shop:last-child {
    border: none;
    margin: 0;
  }
  .list-shop:before {
    content: "";
    display: table;
  }
  .list-shop .name {
    font-size: 2rem;
    float: left;
  }
  .list-shop-area dt,
  .list-shop-area dd {
    margin-bottom: 5%;
  }
  .list-shop .tel {
    width: 55%;
    font-size: 2rem;
    float: right;
  }
  .list-shop .addres {
    width: 80%;
    clear: both;
  }
  .list-shop .map {
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
  }
  .list-shop-area dd .incho {
    padding-top: 10px;
  }
  .list-shop:after {
    content: "";
    display: table;
    clear: both;
  }
  .list-shop .map {
    position: absolute;
    top: 0;
    right: 0;
    width: 17%;
    border-radius: 2px;
    padding: 0.8em 0.5em;
    text-align: center;
    font-size: 14px;
  }
  .list-shop-area dd .incho img {
    width: 60px;
    height: 70px;
    float: left;
    border: 1px solid #ccc;
    margin-right: 10px;
  }
  .list-shop-area dd .incho table {
    width: 100%;
  }
  .list-shop-area dd .incho table tbody th {
    width: 20%;
  }
  .list-shop-area.hokkaido dd .list-shop .map {
    background-color: #4f73a3;
  }
  .list-shop-area.tohoku dd .list-shop .map {
    background-color: #6391dc;
  }
  .list-shop-area.tokyo dd .list-shop .map {
    background-color: #be93be;
  }
  .list-shop-area.tokai dd .list-shop .map {
    background-color: #90bb4f;
  }
  .list-shop-area.kansai dd .list-shop .map {
    background-color: #479152;
  }
  .list-shop-area.chugoku dd .list-shop .map {
    background-color: #6db0a9;
  }
  .list-shop-area.kyushu dd .list-shop .map {
    background-color: #9889b4;
  }
  .list-shop .map a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9em;
    text-align: center;
  }
  .list-shop-area dd .incho {
    font-size: 14px;
  }
  .list-shop-area dd .incho .js-btn {
    text-align: center;
    font-size: 0.9rem;
    padding: 1% 5%;
    margin: 2% 0;
    background-color: #666;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
  }
  .mens-point,
  .mens-flow,
  .mens-price {
    padding: 40px 0;
  }
}

.google-frame iframe {
  border: 2px solid #be93c0 !important;
}

.bg_y {
  background-color: #fff45c;
}

.price-gentei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
}

.price-gentei ul {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-gentei ul li div {
  width: 93px;
  font-size: 18px;
}

h4.datsumou_mens_gentei {
  color: #e60012 !important;
  margin-bottom: 2%;
}

h4.datsumou_mens_gentei span.merit {
  font-size: 20px !important;
  color: #000000 !important;
  margin-left: 10px;
  padding: 0 10px;
  background-color: #fff20d;
}

h4.datsumou_mens_gentei span.merit .f-red {
  color: #e60012 !important;
  margin-left: 0;
}

.datsumou_note {
  text-align: left;
  background-color: #f5f5f5;
  padding: 10px 20px;
  margin: 2% 3%;
}

@media only screen and (max-width: 979px) {
  .price-gentei {
    display: block;
    margin: 0 0;
  }
  .gentei-inner {
    margin-bottom: 30px;
  }
  h4.datsumou_mens_gentei span.merit {
    display: inline-block;
  }
  p.campaign_number {
    text-align: left;
    line-height: 0.6;
  }
}

.bg_mens a {
  background-color: #16306a !important;
}

/* 平日割 */
#weekdays {
  width: 980px;
  background: #fff;
  padding: 35px 40px;
  margin: 0 auto;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

#weekdays p + p {
  margin: 10px 0 0;
}

#weekdays p em {
  font-style: normal;
  color: #14a7d3;
}

#weekdays .weekdaysBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 365px;
  height: 55px;
  background: #fb637e;
  color: #fff;
  text-decoration: none;
  margin: 15px auto;
  border-radius: 100px;
  position: relative;
}

#weekdays .weekdaysBtn a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#weekdays .caution {
  background: #fff;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

@media (max-width: 979px) {
  #weekdays {
    width: 96%;
    padding: 4vw 3vw 3vw;
    font-size: 4vw;
  }
  #weekdays ._pc-none {
    margin: 0;
  }
  #weekdays p {
    margin: 3vw 0 0;
  }
  #weekdays p + p {
    margin: 1.5vw 0 0;
  }
  #weekdays .weekdaysBtn a {
    width: 100%;
    height: 12vw;
    font-size: 4.5vw;
    margin: 2vw auto 0;
  }
  #weekdays .weekdaysBtn a::before {
    border-width: 1.5vw 0 1.5vw 2vw;
    right: 2.5vw;
  }
  #weekdays .caution {
    padding: 1.5vw 2vw;
    font-size: 3.2vw;
    margin: 2.5vw 0 0;
  }
}

.button-normal {
  background: #16306a;
}

@media (min-width: 980px) {
  .modal {
    width: auto;
  }
}

.main-visual {
  background-color: #003859; 
  position: relative;
  height: 578px;
  overflow: hidden;
}

@media only screen and (max-width: 979px) {
  .main-visual {
    height: auto;
  }
  .main-visual img {
    width: 100%;
    height: auto;
  }
}

.main-visual .pos {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 2860px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.recommend {
  padding: 70px 0 80px;
  background-color: #003859;
  color: #ffffff;
}

@media only screen and (max-width: 979px) {
  .recommend {
    padding: 40px 0;
  }
}

.recommend .catch {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #f8cae5;
}

@media only screen and (max-width: 979px) {
  .recommend .catch {
    margin-bottom: 30px;
    font-size: 5vw;
  }
}

.recommend .list {
  display: inline-block;
}

h2.heading-text {
  margin: 0 0 50px;
  font-weight: 500;
  color: #01375a;
}

@media (max-width: 979px) {
  h2.heading-text {
    margin-bottom: 30px;
  }
}

h2.heading-text .en {
  display: block;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  letter-spacing: 0.3em;
}

@media (max-width: 979px) {
  h2.heading-text .en {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

h2.heading-text > .sub {
  margin-top: 0;
  font-size: 30px;
  color: #01375a;
}

h2.heading-text.ttl-white {
  color: #fff;
}

h2.heading-text.ttl-white > .sub {
  color: #fff;
}

.text-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-icon .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 46px;
  flex: 0 1 46px;
  margin: 0 0 5px;
  text-align: center;
}

@media (max-width: 640px) {
  .text-icon .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 8vw;
    flex: 0 1 8vw;
    margin-bottom: 10px;
  }
}

.text-icon p {
  text-align: center;
}

.mens-what {
  padding: 80px 0;
}

@media (max-width: 979px) {
  .mens-what {
    padding: 0;
  }
}

.mens-what .head-text {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.1;
}

@media (max-width: 979px) {
  .mens-what .head-text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.625;
  }
}

.mens-what .head-text .underline {
  text-decoration: underline;
  text-underline-position: under;
}

.mens-what .head-text .hl {
  color: #ff2c9f;
}

.mens-what .h-catch {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 979px) {
  .mens-what .h-catch {
    font-size: 20px;
  }
}

@media (max-width: 979px) {
  .mens-what .table-box {
    margin-top: 0;
  }
}

.mens-what .table-box > table > tbody > tr > td {
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  width: 20%;
}
.mens-what .table-box > table > tbody > tr > td:not(:first-child){
  width: 40%;
}

.mens-what .table-box > table > tbody > tr > td.title_bg {
  background-color: #ffeff9;
}

@media (max-width: 979px) {
  .mens-what .table-box > table > tbody > tr > td {
    font-size: 3.2vw;
    padding: 2vw;
  }
}

.mens-what .table-box .tb-inner {
  text-align: center;
}

.mens-what .table-box .tb-inner span {
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 979px) {
  .mens-what .table-box .tb-inner span {
    margin-bottom: 10px;
    font-size: 3.5vw;
  }
}

.mens-what .table-box .tb-inner .clr01 {
  color: #0389cd;
}

.list-notes {
  margin-left: 6px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.22;
}

@media (max-width: 979px) {
  .list-notes {
    font-size: 16px;
    line-height: 1.625;
  }
}

.list-notes li {
  padding-left: 18px;
  text-indent: -18px;
}

@media (max-width: 979px) {
  .list-notes li {
    padding-left: 16px;
    text-indent: -16px;
  }
}

.box-graph {
  margin-top: 40px;
}

@media (max-width: 979px) {
  .box-graph {
    margin-top: 30px;
  }
}

.box-graph .g-catch {
  margin-bottom: 35px;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.34;
  text-align: center;
}

@media (max-width: 979px) {
  .box-graph .g-catch {
    margin-bottom: 30px;
    font-size: 5vw;
  }
}

.box-graph .g-catch .fz-l {
  font-size: 52px;
  line-height: 1.13;
}

@media (max-width: 979px) {
  .box-graph .g-catch .fz-l {
    font-size: 6vw;
  }
}

.box-graph .g-catch .hl {
  color: #ff2c9f;
}

.box-graph .g-catch.space {
  margin-top: 55px;
}

@media (max-width: 979px) {
  .box-graph .g-catch.space {
    margin-top: 30px;
  }
}

.box-graph .b-bd {
  background-color: #ffeff9;
  max-width: 820px;
  padding: 20px;
  margin: 0 auto 50px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 979px) {
  .box-graph .b-bd {
    padding: 15px;
    margin-bottom: 30px;
    font-size: 3.2vw;
  }
}

.box-graph .b-bd .c-01 {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.1;
}

@media (max-width: 979px) {
  .box-graph .b-bd .c-01 {
    margin-bottom: 5px;
    font-size: 5vw;
    line-height: 1.5;
  }
}

.box-graph .b-bd .clr {
  color: #ff2c9f;
}

.box-graph .b-bd .num {
  position: relative;
  bottom: -5px;
  display: inline-block;
  font-size: 56px;
  line-height: 1;
}

@media (max-width: 979px) {
  .box-graph .b-bd .num {
    bottom: 0;
    font-size: 7vw;
  }
}

.box-graph .graph-image {
  text-align: center;
}

.mens-ranking {
  padding: 65px 0 60px;
  color: #fff;
  background-color: #003859;
}

@media (max-width: 979px) {
  .mens-ranking {
    padding: 40px 0;
  }
}

.mens-ranking .ranking-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
}

@media (max-width: 979px) {
  .mens-ranking .ranking-text {
    font-size: 16px;
    line-height: 1.625;
  }
}

.mens-ranking .list-ranking {
  margin-top: 30px;
  text-align: center;
}

.mens-ranking .list-ranking li:not(:last-child) {
  margin-bottom: 16px;
}

.mens-ranking .note {
  font-size: 18px;
  text-align: right;
}

@media (max-width: 979px) {
  .mens-ranking .note {
    font-size: 16px;
  }
}

.mens-ranking .questionnaire .title {
  background-color: #c8edff;
  padding: 20px;
  text-align: center;
}
.mens-ranking .questionnaire .cont {
  background-color: #ffffff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 0;
  padding: 20px;
}
.mens-ranking .questionnaire .cont .img {
  text-align: center;
}

@media (max-width: 979px) {
  .mens-ranking .questionnaire .title {
    padding: 3vw;
  }
  .mens-ranking .questionnaire .cont {
    flex-direction: column;
    padding: 4vw;
  }
  .mens-ranking .questionnaire .cont .img + .img {
    margin: 4vw auto 0;
  }
}

.point-layout {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 979px) {
  .point-layout.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.point-layout .col-1 {
  width: 530px;
}

.point-layout .col-2 {
  width: 435px;
  margin-left: 0;
}

.point-layout .col-4 {
  width: 450px;
}

.point-layout .col-5 {
  width: 490px;
}

.point-layout .mens_clinic {
  background-color: #fff;
  padding: 15px 30px;
}

@media (max-width: 979px) {
  .point-layout .mens_clinic {
    padding: 15px;
  }
}

.mens_risk {
  padding: 60px 0 110px;
  background-color: #003859;
}

@media (max-width: 979px) {
  .mens_risk {
    padding: 40px 0;
  }
}

.mens_risk .text-image .text {
  line-height: 1.4;
}

@media (max-width: 979px) {
  .mens_risk .text-image .text {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.625;
  }
}

@media (min-width: 980px) {
  .mens_risk .text-image > :last-child {
    margin-left: 35px;
  }
}

@media (min-width: 980px) {
  .mens_risk .text-image.-reverse > :last-child {
    margin-right: 40px;
    margin-left: 0;
  }
}

@media (max-width: 979px) {
  .mens_risk .reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.comment .comment-layout {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.4;
}

@media (max-width: 979px) {
  .comment .comment-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    line-height: 1.625;
  }
  .comment .comment-layout .col-1 {
    width: 50vw;
    margin-top: 20px !important;
  }
  .comment .comment-layout .dr-position {
    position: absolute;
    bottom: 40vw;
    left: 50vw;
  }
  .comment .comment-layout .dr-position .fz-cus {
    font-size: 4vw !important;
  }
  .comment .comment-layout .dr-position .fz-cus02 {
    font-size: 6vw !important;
  }
}

@media (min-width: 980px) {
  .comment .comment-layout .col-1 {
    width: 388px;
  }
  .comment .comment-layout .col-2 {
    width: 550px;
  }
}

.btn-primary a {
  display: block;
  max-width: 520px;
  margin: 0 auto;
  padding: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#003859), to(#0389cd));
  background-image: linear-gradient(0deg, #003859 0%, #0389cd 100%);
  border-radius: 50px;
}

@media (max-width: 979px) {
  .btn-primary a {
    width: 90%;
    font-size: 18px;
  }
}

#main table#main table.priceTable {
  width: 980px;
  border-collapse: collapse;
  line-height: 1.4;
  background: #fff;
  margin: 40px auto 0;
  font-size: 16px;
}

#main table#main table.priceTable th,
#main table#main table.priceTable td {
  border: 1px solid #ccc;
}

#main table#main table.priceTable thead tr th {
  background: #28467c;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 5px;
}

#main table#main table.priceTable tbody tr th,
#main table#main table.priceTable tbody tr td {
  padding: 7px 5px;
}

#main table#main table.priceTable tbody tr td {
  color: #28467c;
  text-align: right;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
}

#main table#main table.priceTable tbody tr td .price_yen {
  font-size: 80%;
}

@media only screen and (max-width: 979px) {
  #main table#main table.priceTable tbody tr td ._text-xs {
    font-size: 2vw !important;
  }
}

#main table#main table.priceTable tbody tr:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

#main table#main table.priceTable tbody tr:first-child th {
  background: #f5f5f5;
  width: 20%;
}

#main table#main table.priceTable tbody tr:first-child th:first-child {
  width: 200px;
}

#main table#main table.priceTable tbody tr:not(:first-child) th {
  background: #f5f5f5;
  width: 18%;
}

#main table#main table.priceTable .priceNone {
  text-align: center;
  color: #000;
  font-weight: normal;
}

#main table#main table.priceTable .button-normal {
  min-height: inherit;
  padding: 4px 20px;
  margin: 5px 0 0;
}

#main table#main table.priceTable .button-normal > .text {
  line-height: 1.2;
}

#main table#main table.priceTable .button-normal::after {
  width: 8px;
  height: 12px;
  right: 5px;
  top: 50%;
  background-size: 100% auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#main table#main table.priceTable a.loan-pop {
  font-weight: normal;
  background-color: #f0f0f0;
}

#main table#main table.priceTable #main table.priceTableTitleS,
#main table#main table.priceTable #main table.priceTableTitleL {
  background-color: #fb637e;
  color: #fff;
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
  font-size: 85%;
}

#main table#main table.priceTable #main table.priceTableTitleL {
  background-color: #33c1df;
}

#main table#main table.priceTable #main table.priceTableImg {
  margin: 5px 0 0;
  text-align: center;
}
#main table#main table.priceTable #main table.priceTableImg img {
  max-width: 120px;
}

@media only screen and (max-width: 979px) {
  #main table#main table.priceTable #main table.priceTableImg.slparts img {
    width: auto;
  }
  #main table#main table.priceTable #main table.priceTableImg {
    margin: 0.5vw 0 0;
    text-align: center;
  }
  #main table#main table.priceTable #main table.priceTableImg img {
    max-width: 80px;
  }
}

#main table#main table.priceTable .slpartsPrices .slpartsPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}

#main table#main table.priceTable .slpartsPrices .slpartsPrice:nth-child(even) {
  display: none;
}

#main table#main table.priceTable .slpartsPrices .slpartsPrice ._text-xs {
  width: 100%;
}

@media only screen and (max-width: 979px) {
  #main table#main table.priceTable .slpartsPrices .slpartsPrice:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 979px) {
  #main table#main table.priceTable {
    width: 96%;
    margin: 4vw auto 0;
    line-height: 1.2;
    font-size: 3vw;
  }
  #main table#main table.priceTable thead tr th {
    font-size: 4.5vw;
    padding: 1vw;
  }
  #main table#main table.priceTable tbody tr th,
  #main table#main table.priceTable tbody tr td {
    padding: 0.5vw;
  }
  #main table#main table.priceTable tbody tr td {
    font-size: 4vw;
  }
  #main table#main table.priceTable tbody tr:first-child th:first-child {
    width: 22%;
  }
  #main table#main table.priceTable tbody tr:not(:first-child) th {
    font-size: 3vw;
    font-weight: bold;
  }
  #main table#main table.priceTable tbody tr:not(:first-child) th span {
    font-size: 80%;
  }
  #main table#main table.priceTable .priceNone {
    text-align: center;
    color: #000;
    font-weight: normal;
  }
  #main table#main table.priceTable .button-normal {
    font-size: 2.5vw !important;
    padding: 1vw;
    margin: 1vw 0 0;
    border-radius: 2vw;
  }
  #main table#main table.priceTable .button-normal > .text {
    line-height: 1.2;
  }
  #main table#main table.priceTable .button-normal::after {
    display: none;
  }
  #main table#main table.priceTable a.loan-pop {
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    text-align: center;
    font-size: 2vw;
  }
  #main table#main table.priceTable .clinicbtn {
    font-size: 2.5vw !important;
    padding: 1vw;
    margin: 1vw 0 0;
    border-radius: 2vw;
  }
  #main table#main table.priceTable .clinicbtn::after {
    display: none;
  }
  #main table#main table.priceTable #main table.priceTableImg {
    margin: 0.5vw 0 0;
  }
}

.copyguard img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

@media print {
  img {
    display: none !important;
  }
}

img {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -moz-touch-callout: none !important;
  -moz-user-select: none !important;
  touch-callout: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.ac_ar_003 {
  padding: 90px 0 50px;
  background: transparent;
}

.ac_ar_003 .heading-line {
  border-color: #000;
}

@media screen and (max-width: 980px) {
  .ac_ar_003 {
    padding: 50px 0 30px;
  }
}

.bc-items {
  background: transparent;
}

.bc-items .bc-item {
  background: #f2f2f2;
}

.bc-items .doctor-licence > .title,
.bc-items .doctor-career > .title {
  color: #000;
  border-color: #000;
}

.faq-box.tabacc.-pc-accordion > .contents > .question::before {
  display: list-item;
}

@media screen and (min-width: 980px) {
  .faq-box.tabacc.-pc-accordion > .contents > .question::before {
    top: 18px;
  }
}

.cboxIframe {
  width: 460px;
  height: 470px;
}

@media screen and (max-width: 979px) {
  .cboxIframe {
    width: 100%;
    height: 500px;
  }
}

a.vioClinic {
  margin: 5px auto 0;
  background: #293764;
  color: #fff;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 15px 3px 10px;
  border-radius: 20px;
  width: auto;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}
a.vioClinic::after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 37%;
  right: 3%;
  transform: rotate(-135deg);
}
@media screen and (max-width: 979px) {
  a.vioClinic {
    width: auto;
    margin: 1vw auto 0;
    font-size: 2vw;
    padding: 0.5vw 1.5vw;
    border-radius: 2vw;
  }
  a.vioClinic::after {
    top: calc(50% - 5px);
  }
}

.priceText {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #01375a;
  position: relative;
  padding: 30px 0 0;
  margin: 0 0 100px;
}
.priceText span {
  background-position: left 25px;
  background-repeat: repeat-x;
  background-size: 0.3em;
  background-image: radial-gradient(0.05em 0.05em at center center, #01375a, #01375a 100%, transparent);
  padding: 0 0 5px;
  position: relative;
  z-index: 2;
}
.priceText::before,
.priceText::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 112px 350px 0 350px;
  border-color: #01375a transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -72px;
  transform: translate(-50%, 0);
  z-index: 1;
}
.priceText::after {
  border-width: 112px 350px 0 350px;
  border-color: #e1f3ff transparent transparent transparent;
  bottom: -70px;
}

@media (max-width: 979px) {
  .priceText {
    font-size: 7vw;
    padding: 3vw 0 0;
    margin: 0 0 22vw;
  }
  .priceText span {
    background: none;
    border-bottom: 1vw dotted #01375a;
    padding: 0;
  }
  .priceText::before,
  .priceText::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20vw 45vw 0 45vw;
    border-color: #01375a transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -16vw;
    transform: translate(-50%, 0);
    z-index: 1;
  }
  .priceText::after {
    border-width: 20vw 45vw 0 45vw;
    border-color: #e1f3ff transparent transparent transparent;
    bottom: -15.5vw;
  }
}

.block-movie {
  text-align: center;
  margin-bottom: 100px;
}
.block-movie video {
  max-width: 640px;
  margin: 0 auto;
}
@media (max-width: 979px) {
  .block-movie video {
    width: 80%;
    height: auto;
  }
}

/* ポロポロ脱毛 */
.mens-what02 {
  padding: 0 0 80px;
}
.mens-what02 .txt_cont {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
}
.mens-what02 .txt_cont .txt01 {
  font-size: 120%;
  position: relative;
  padding: 50px 0 80px;
}
.mens-what02 .txt_cont .txt01 > .txt {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  color: #ffffff;
}

.mens-what02 .txt_cont .txt02 {
}
.mens-what02 .txt_cont .txt02 > .bg {
  background-color: #f8cae5;
}
.mens-what02 .txt_cont .txt03 {
}
.mens-what02 .txt_cont .txt04 {
  font-size: 140%;
  line-height: 1.2;
  background: linear-gradient(transparent 75%, #f8cae5 0%);
}

@media (max-width: 979px) {
  .mens-what02 {
    padding: 0 0 8vw;
  }
  .mens-what02 .txt_cont {
    font-size: 5vw;
  }
  .mens-what02 .txt_cont .txt01 {
    padding: 5vw 0 10vw;
  }
  .mens-what02 .txt_cont .txt01 > .arrow:before {
    top: 4vw;
    border-width: 12vw 30vw 0 30vw;
  }
  .mens-what02 .txt_cont .txt01 > .txt {
    position: absolute;
    top: 4.5vw;
    left: 0;
    width: 100%;
  }
}

.mens-point .attention {
  background-color: #ffeff9;
	padding: 0.8em 1.4em 0.8em 2.4em;
}
.mens-point .attention span {
	margin-left: -1em;
}
.mens-point .block-movie {
  padding: 30px 100px;
}
@media (max-width: 979px) {
  .mens-point .block-movie {
    padding: 3vw 1vw;
  }
  .block-movie video {
    width: 90%;
  }
}

/* 医療脱毛器 器種 */
#datsumoModel.table-box table {
  border-collapse: collapse;
  font-size: 14px;
}
#datsumoModel.table-box table .bc_01_063.bc-item > .content > .modalbtn {
  display: block;
}
#datsumoModel.table-box table .bc_01_063.bc-item > .content > .modalbtn a {
  background: #000;
  font-size: 12px;
}
#datsumoModel.table-box table .new {
  display: inline-flex;
  border-radius: 100px;
  background: #fcdc36;
  color: #cf0000;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 15px 3px;
  margin-bottom: 5px;
}
#datsumoModel.table-box table tr th,
#datsumoModel.table-box table tr td {
  padding: 10px 2px;
  border: 1px solid #c2c2c2;
  text-align: center;
  width: calc(90% / 6);
}
#datsumoModel.table-box table tr th:first-child {
  width: 10%;
}
#datsumoModel.table-box table thead tr th {
  background: #003859;
  line-height: 1.4;
}
#datsumoModel.table-box table thead tr th:not(:first-child) {
  padding-top: 50px;
}
#datsumoModel.table-box table thead tr th.poroporo {
  position: relative;
}
#datsumoModel.table-box table thead tr th.poroporo .fukidashi {
  position: absolute;
  top: 10px;
  left: 14%;
  width: 372%;
  background-color: #f8cae5;
  color: #000000;
  padding: 5px;
  border-radius: 15px;
}
#datsumoModel.table-box table thead tr th a {
  color:inherit;
}
#datsumoModel.table-box table tbody tr:nth-child(even) > td {
  background-color: #f0f0f0;
}
#datsumoModel.table-box table tbody tr th {
  background: #d8ecfa;
  letter-spacing: -0.05em;
}
#datsumoModel.table-box table tbody tr td img {
  max-width: 220px;
}


/* 新モデル20230320 */

.ac_ar_001 .ac_ar_video {
  background: #479fca;
}
nav.list_icon .localNav__list {
  background: #055787;
}
nav.list_icon .localNav__list .localNav__list__link a {
  padding: 20px 10px;
}
nav.list_icon .localNav__list.fixed .localNav__list__link a {
  padding: 0px;
}
nav.list_icon .localNav__list.fixed .localNav__list__link a .nav_icon {
  width: 100px;
  height: auto;
}
nav.list_icon .localNav__list .localNav__list__link a .nav_txt {
  display: none;
}

@media (max-width: 979px) {
  nav.list_icon .localNav__list__link {
    width: 33.3%;
  }
  nav.list_icon .localNav__list__link:nth-child(even)::before {
    display: none;
  }
  nav.list_icon .localNav__list__link:not(:nth-child(3n + 1))::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 1px;
    height: calc(100% - 10px);
    background: #fff;
  }
  nav.list_icon .localNav__list__link:nth-child(n + 4)::after {
    display: none;
  }
  nav.list_icon #localNav.fixed .localNav__list .localNav__list__link a .nav_icon {
    display: none;
  }
  nav.list_icon #localNav.fixed .localNav__list .localNav__list__link a .nav_txt {
    display: inline;
  }
}

.priceContainerWrap .title {
  color: #fff;
  font-weight: bold;
}
.priceContainerWrap .title .month {
  font-size: 50px;
}
.priceContainerWrap .title .plantxt {
  font-size: 40px;
}
.priceContainerWrap .title .plantxt .yellow {
  color: #f8cae5;
}
.priceContainerWrap .title .plantxt .blue {
  color: #96d5ff;
}

@media (max-width: 979px) {
  .priceContainerWrap .title {
  }
  .priceContainerWrap .title .month {
    font-size: 7vw;
  }
  .priceContainerWrap .title .plantxt {
    font-size: 5vw;
  }
}

.priceContainerWrap .masui_cam {
  background-color: #ffffff;
  text-align: center;
  padding: 40px 50px;
  margin-top: 0;
}
.priceContainerWrap .masui_cam .txt_sub {
  text-align: left;
  margin-top: 20px;
}
.priceContainerWrap .masui_cam .txt_sub ul.masui_caution {
  list-style: disc;
  padding-left: 1em;
}
@media (max-width: 979px) {
  .priceContainerWrap .masui_cam {
    padding: 4vw;
  }
  #main .mens-price .table-box {
    padding: 0;
  }
}

/* 症例写真 */
section.ac_ar_compare.ac_ar_photo {
  background: #c8edff;
  padding: 60px 0;
  margin: 0 auto 50px;
}
section.ac_ar_compare.ac_ar_photo .rangeSlider_cont {
  width: 520px;
  margin: 0 auto 20px;
}
section.ac_ar_compare .block-compare .compare-top span {
  background: #0389cd;
  position: relative;
  z-index: 1;
}
section.ac_ar_compare .block-compare .compare-top:before,
section.ac_ar_compare .block-compare .compare-top:after {
  background: #0389cd;
  z-index: 0;
}
section.ac_ar_compare .block-compare .img-comp-container {
  height: 360px;
}
section.ac_ar_compare .block-compare .img-comp-container .img-comp-img img {
  width: 520px;
}
section.ac_ar_compare .block-compare .rangeSlider p.current {
  text-align: center;
}
section.ac_ar_compare .block-compare .img-comp-slider:before {
  height: 360px;
  top: -164px;
}
section.ac_ar_compare .block-compare .compare-tt li:before {
  background: #0389cd;
  color: #ffffff;
}
section.ac_ar_compare .mhlw-risk>.mhlw-risk-single {
	font-size: 10px;
	line-height: 1.4;
}

@media (max-width: 979px) {
  #main section.ac_ar_compare.ac_ar_photo {
    padding: 5vw 0;
    margin: 5vw auto;
  }
  #main section.ac_ar_compare.ac_ar_photo .rangeSlider_cont {
    max-width: 90%;
    margin: 0 auto 20px;
  }
  section.ac_ar_compare .block-compare .img-comp-container {
    max-height: 360px;
    height: 62vw;
  }
  section.ac_ar_compare .block-compare .img-comp-container .img-comp-img img {
    max-width: 520px;
    width: 90vw;
  }
  section.ac_ar_compare .block-compare .block-compare-block.inner {
    width: 90%;
    margin: 0 auto;
  }
}

section.ac_ar_compare .block-compare .rangeSlider .kaisuu_cont input[type="range"] {
  overflow: hidden;
  -webkit-appearance: none;
  height: 20px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  margin: 20px auto 10px;
}
@media (min-width: 980px) {
  section.ac_ar_compare .block-compare .rangeSlider .kaisuu_cont input[type="range"] {
    accent-color: #0389cd;
    margin-top: 10px;
  }
}
section.ac_ar_compare .block-compare .rangeSlider .kaisuu_cont input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  box-shadow: -100vw 0 0 99vw #8bd2ff;
  border-radius: 50%;
  border: 1px solid #efefef;
  margin: 0;
  background-color: #0389cd;
}
section.ac_ar_compare .block-compare .rangeSlider .kaisuu_cont input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  box-shadow: -100vw 0 0 99vw #8bd2ff;
  border-radius: 50%;
  border: 1px solid #efefef;
  margin: 0;
  background-color: #0389cd;
}
section.ac_ar_compare .block-compare .rangeSlider .kaisuu_cont input[type="range"]::-moz-focus-outer {
  border: 0;
}

section.ac_ar_compare .block-compare .rangeSlider .kaisuu_cont .kaisuu {
  display: flex;
  width: calc(100% - 20px);
  justify-content: space-between;
  margin: -5px auto 130px;
  font-size: 12px;
  line-height: 1.2;
}
section.ac_ar_compare .block-compare .rangeSlider .kaisuu_cont .time02 {
  text-align: center;
  position: relative;
}
section.ac_ar_compare .block-compare .rangeSlider .kaisuu_cont .time02 > span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1em;
  transform: translateX(50%);
  color: #0389cd;
}
section.ac_ar_compare .block-compare .rangeSlider .kaisuu_cont .time02 > span:before {
  content: "｜";
}
section.ac_ar_compare .block-compare .rangeSlider .kaisuu_cont .time02 > span > span {
  display: flex;
  align-items: center;
  width: 100%;
  writing-mode: vertical-rl;
}
/* //症例写真 */

/* 限定院 */
#clinic-map {
  min-height: 2080px;
}
#clinic-map .agasapporo,
#clinic-map .smcsendai,
#clinic-map .aga-shinjuku,
#clinic-map .aga_yokohama,
#clinic-map .aga_nagoya,
#clinic-map .smc-osaka,
#clinic-map .rs-fukuoka,
#clinic-map .laser_shinjuku {
  display: block !important;
}
#clinic-map .clinic-area > div.medicalcare-roppongi,
#clinic-map .clinic-area > div.ns-seikeigeka,
#clinic-map .clinic-area > div.yotsubashi,
#clinic-map .clinic-area > div.takatsuki {
  display: none !important;
}
#kanto .laser_shinjuku::after {
  content: "2023/11/30までのお取り扱い";
  display: block;
  font-size: 11px;
  color: #ffffff;
}
@media only screen and (max-width: 979px) {
  #kanto .laser_shinjuku::after {
    color: #000000;
  }
}
/* //限定院 */

/* 皮フ科オリジナル価格 */
#main table#main table.priceTable tbody tr td .priceBalloon {
  font-size: 14px;
  text-align: center;
  /* background: #c8edff; */
  color: #000;
  padding: 15px 0 10px;
  margin: 20px 0 0;
  /* position: relative; */
  border-top: 2px solid #666;
}
/* #main table#main table.priceTable tbody tr td .priceBalloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 0);
  border-top: 10px solid #c8edff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent
} */
#main table#main table.priceTable tbody tr td .priceBalloon:first-child {
  margin-top: 0
}
#main table#main table.priceTable tbody tr td .priceBalloon a {
  color: #000;
  text-decoration: none
}

/* 皮膚科モーダル */
#main table#main table.priceTable tbody tr td a.button-normal.hifuka {
  font-size: 13px;
  padding: 7px 20px;
}
#modal-hifukaClinic .heading-line {
  border-color: #0c2157;
}
#modal-hifukaClinic .clinicBtn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 15px 0 0
}
#modal-hifukaClinic .clinicBtn p {
  margin-top: 5px
}
#modal-hifukaClinic .clinicBtn p+p {
  margin-left: 7px
}
#modal-hifukaClinic .clinicBtn p a {
  display: block;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  background: #ffde00;
  padding: 2px 25px 2px 15px;
  border-radius: 100px;
  position: relative
}
#modal-hifukaClinic .clinicBtn p a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -4px) rotate(45deg)
}

@media only screen and (max-width: 979px) {
  #main table#main table.priceTable tbody tr td .priceBalloon {
      font-size: 2.5vw;
      padding: 1vw;
      margin: 1vw 0 0;
  }
  /* #main table#main table.priceTable tbody tr td .priceBalloon::before {
      bottom: -1.5vw;
      border-top: 1.5vw solid #c8edff;
      border-right: 1.5vw solid transparent;
      border-left: 1.5vw solid transparent
  } */
  #main table#main table.priceTable tbody tr td .priceBalloon:first-child {
      margin-top: 0
  }
  /* 皮膚科モーダル */
  #main table#main table.priceTable tbody tr td a.button-normal.hifuka {
    font-size: 2.5vw !important;
    padding: 1vw;
    margin: 1vw 0 0;
    border-radius: 2vw;
  }
}

/* ヒゲ最安値 */
#main table.priceTable tbody tr td.mens_cheapest {
    background: #C8EDFF;
    text-align: center;
    color: #ea294c;
    font-size: 30px;
    line-height: 1.3;
    padding: 20px 10px
}

#main table.priceTable tbody tr td.mens_cheapest .cheapest_icon {
    margin: 0 0 5px
}

#main table.priceTable tbody tr td.mens_cheapest .newicon {
    display: inline-block;
    font-size: 21px;
    background: #fcdc36;
    color: #cf0000;
    padding: 2px 10px;
    margin-bottom: 5px
}

@media only screen and (max-width: 979px) {
    #main table.priceTable tbody tr td {
        padding:2.5vw 0.5vw;
        font-size: 4vw
    }

    #main table.priceTable tbody tr td .once {
        font-size: 2vw
    }

    #main table.priceTable tbody tr td .priceBalloon {
        font-size: 2vw;
        padding: 2.5vw 0 1vw;
        margin: 2.5vw auto 0
    }

    #main table.priceTable tbody tr td.mens_cheapest {
        font-size: 5vw;
        padding: 2vw
    }

    #main table.priceTable tbody tr td.mens_cheapest .cheapest_icon {
        margin: 0 0 1vw
    }

    #main table.priceTable tbody tr td.mens_cheapest .newicon {
        font-size: 2.8vw;
        padding: 0.5vw 10px 0.1vw;
        margin-bottom: 1vw
    }
}

/*麻酔*/
#main table.priceTable tbody tr td .masui_cam_icon {
    background-color: #fff;
    margin: 5px auto;
    padding: 8px 5px;
    font-size: 16px;
    text-align: center;
    color: #2c477c
}

@media only screen and (max-width: 979px) {
    #main table.priceTable tbody tr td .masui_cam_icon {
        font-size:10px;
        margin: 4px auto;
        padding: 3px
    }
}