@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .p-mens .l-inner {
    max-width: 1000px;
  }
}
.p-mens p {
  line-height: 1.6;
}

h3.heading3 {
  border-bottom: 1px solid #333;
  color: #333;
}
.content {
  background-color: #e8f1fe;
}
ul {
  list-style-type: none;
}
.main__box {
  margin-bottom: 120px;
}
h3 {
  font-size: 40px;
  line-height: 68px;
  color: #262626;
  font: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
h4 {
  font-size: 30px;
  line-height: 51px;
}
h5 {
  font-size: 24px;
  line-height: 30px;
}
h6 {
  font-size: 16px;
  margin-bottom: 16px;
}
.fs-45 {
  font-size: 45px;
}

.fs-30 {
  font-size: 30px;
}
.fs-25 {
  font-size: 25px;
}
.fs-24 {
  font-size: 24px;
}
.fs-18 {
  font-size: 18px;
}
.fs-14 {
  font-size: 14px;
  line-height: 1.5;
  display: block;
}

.fs-40 {
  font-size: 40px;
}
.fs-12,
small {
  font-size: 12px;
}
@media screen and (max-width: 1199px) {
  .fs-12,
  small {
    position: relative;
    top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .fs-12,
  small {
    position: unset;
  }
}
.yellowmarker {
  font-weight: 700;
  background: linear-gradient(rgba(253, 253, 164, 0) 30%, #fdfda4 30%);
}
.txt-blue {
  color: #17467c;
}

.fs-nomal {
  font-size: 16px;
}
/* .mgb-40{
	margin-bottom:40px;
} */
.mgb-48 {
  margin-bottom: 48px;
}
.mgb-16 {
  margin-bottom: 3rem;
}
.p-mens .mgb-16 img {
  max-width: 520px;
  margin: 0 25%;
}
.mens_contents_reason ul {
  display: flex;
  margin-top: 16px;
  margin-bottom: 27px;
  justify-content: center;
}
.mens_contents_reason h3 {
  color: #333;
  text-align: center;
  border-bottom: solid 4px #17467c;
}

.reasonlist-block {
  padding: 32px;
  background-color: #f7f7f7;
}
.reasonlist-block h4 {
  text-align: left;
}
.reasonlist-block p {
  margin-top: 24px;
}
.block-head .second-img {
  max-width: 624px;
  margin: 48px auto 96px;
}

.mens_troublelist li {
  position: relative;
  padding-left: 26px;
}
.mens_troublelist li:before {
  content: "";
  background-image: url(https://www.shirono.net/wp/wp-content/uploads/2021/06/check.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 20px;
  background-size: contain;
}
.mens_contents_reason {
  margin-bottom: 64px;
}
ul.reasonlist {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.p-mens .reasonlist {
  margin-top: 3rem;
  display: block;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.reasonlist li {
  position: relative;
  padding-left: 15px;
  margin-right: 40px;
  margin-bottom: 16px;
  font-weight: 700;
}
.reasonlist li::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #17467c;
  border-radius: 100px;
}
/*.mens_troublelist li::before{
    content: url();
    position: absolute;
    top: 0;
    left: 0;
}*/
.p-datsumo-wrap-trial {
  background-color: #f7f7f7;
  outline: solid #17467c 4px;
  outline-offset: -4px;
  box-sizing: border-box;
}
.mens-txt-red {
  color: #c83042;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
#price .column-4 {
  text-align: left;
}
.price-table {
  margin: 24px auto 0;
}
.price-table img,
.price-table .p-text-annotation {
  width: 850px;
  max-width: 850px;
  display: block;
  margin: 0 auto;
}
.mens-price-table td th {
  border: solid 1px #e6e6e6;
}
th td {
  border: solid 1px #e6e6e6;
}

.price-table td:nth-child(2),
.price-table td:nth-child(3),
.price-table td:nth-child(3) {
  font-weight: 700;
  text-align: right;
}
.price-table td:first-child {
  font-weight: 400;
}
.price-table th:nth-child(3) {
  border-top: solid 4px #c83042;
  border-left: solid 4px #c83042;
  border-right: solid 4px #c83042;
}
.price-table tr:last-child td:nth-child(3) {
  border-bottom: solid 4px #c83042;
}
.price-table td:nth-child(3) {
  border-right: solid 4px #c83042;
  border-left: solid 4px #c83042;
}
.thead-blue th,
td {
  border: solid 1px #e6e6e6;
  padding: 10px;
}
.thead-blue th {
  background-color: #17467c;
  color: #fff;
}

.thead-blue tr th:first-child {
  width: 121px;
}
.no-illust-hedding {
  border-top: solid 4px #17467c;
  border-bottom: solid 4px #17467c;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  font-weight: 700;
  width: auto;
  position: relative;
  z-index: 1;
  font-size: 40px;
  margin-bottom: 40px;
}
.no-illust-hedding::before {
  transform: skewX(20deg);
  content: "";
  width: 220px;
  height: 100%;
  background-color: #f7f7f7;
  position: absolute;
  left: 100px;
  top: 0;
  display: inline-block;
  z-index: -1;
  font-size: 40px;
}

.illust-hedding-2line {
  text-align: left;
  font-weight: 400;
  border-top: solid 4px #17467c;
  border-bottom: solid 4px #17467c;
  padding-top: 30px;
  padding-bottom: 30px;
  width: auto;
  position: relative;
  z-index: 1;
  padding-left: 160px;
  margin-bottom: 80px;
  font-size: 30px;
}

.hadding-center {
  margin-bottom: 40px;
  text-align: center;
}

h5 .txt-blue .fs-24 img {
  margin-right: 10px;
}
.illust-hedding-2line::before {
  transform: skewX(20deg);
  content: "";
  width: 220px;
  height: 100%;
  background-color: #edf3ff;
  position: absolute;
  left: 60px;
  top: 0;
  display: inline-block;
  z-index: -1;
}
.illust-hedding-2line::after {
  content: "";
  background-image: url(https://www.shirono.net/wp/wp-content/uploads/2021/06/image_illust_good-new.png);
  background-size: 134px 195px;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 20px;
  height: 195px;
  width: 134px;
}
.gray-block {
  background-color: #f7f7f7;
}
.point-gray-block {
  background-color: #f7f7f7;
  display: block !important;
  padding: 24px;
  margin: 24px 0;
}
.point-gray-block .mgb-40 {
  margin-bottom: 0;
}
.elimination h5 img {
  height: 48px;
  margin-right: 12px;
  width: auto;
}
.recommended {
  padding: 20px 45px;
  position: relative;
  background-image: url(https://www.shirono.net/wp/wp-content/uploads/2021/06/datsumo-trouble-back.png);
  background-position: right 0 bottom 0;
  background-repeat: no-repeat;
  background-size: 328px 379px;
  margin-bottom: 88px;
  margin-top: 44px;
}
.recommended h3 {
  color: #333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 11px;
}
.recommended ul {
  display: block;
  font-weight: 400;
}
.recommended li {
  margin-bottom: 16px;
}
.recommended::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 58px 54px 0 54px;
  border-color: #f7f7f7 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 42%;
}
.tips {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 12px;
  margin-top: 32px;
  position: relative;
  font-size: 14px;
}
.p-mens .gray-block p {
  line-height: 1.85;
}
.doctor-comment {
  margin-bottom: 0px;
}
.doctor-comment-block {
  position: relative;
  padding: 24px;
}
.doctor-comment-heading {
  position: absolute;
  top: -12px;
  color: #18467c;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
.elimination .gray-block {
  padding: 6px 24px 24px 24px;
  margin-bottom: 16px;
}
.elimination .gray-block h5 {
  margin-bottom: 24px;
  margin-top: 24px;
}

.tips .gray-block {
  position: relative;
}

.trial h2 {
  position: relative;
  text-align: center;
  margin-bottom: 56px;
  margin-top: 40px;
}
.trial h2::before {
  content: "";
  height: 62px;
  width: 51px;
  display: inline-block;
  background-image: url(https://www.shirono.net/wp/wp-content/uploads/2021/06/icon_l-line.png);
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 215px;
}
.trial h2::after {
  content: "";
  height: 62px;
  width: 51px;
  display: inline-block;
  background-image: url(https://www.shirono.net/wp/wp-content/uploads/2021/06/icon_r-line.png);
  background-size: contain;
  position: absolute;
  top: -10px;
}

.mens-txt-red-small {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .trial .p-datsumo-wrap-trial p {
    width: inherit;
    font-size: 16px;
  }
  .trial .p-datsumo-wrap-trial:before {
    display: none;
  }
  .mens-txt-red-small {
    font-size: 16px;
  }
}

.trial .p-datsumo-wrap-trial {
  display: flex;
  padding: 24px 40px 24px 346px;
  position: relative;
  box-sizing: border-box;
}
.trial .p-datsumo-wrap-trial:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 98%;
  background-image: url(../images/mens/campaign-block.png);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 3px;
  top: 5px;
}
.p-mens .shirono-doctor {
  position: absolute;
  bottom: 0;
  right: 0px;
  height: 145px;
  background-image: url(https://www.shirono.net/wp/wp-content/uploads/2021/06/drshirono.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-mens .shirono-doctor {
    background-image: none;
    height: inherit;
    position: static;
    text-align: right;
    margin-top: 1rem;
  }
  .p-mens .shirono-doctor p {
    font-size: 14px;
  }
}
.doctor-comment {
  max-width: 527px;
  margin: 0px;
}
.shirono-doctor p {
  margin-top: 106px;
  margin-right: 10px;
}
.comparison-table table {
  margin-bottom: 48px;
}
.comparison-table table th {
  color: #fff;
  font-weight: 700;
}

.comparison-table table th:first-child {
  background-color: #17467c;
  padding-top: 17px;
  padding-bottom: 17px;
}
.comparison-table table th:nth-child(2) {
  background-color: #c83042;
  border-top: solid 11px #c83042;
  border-left: solid 11px #c83042;
  border-right: solid 11px #c83042;
  font-size: 22px;
}

.comparison-table table td:nth-child(2) {
  font-size: 14px;
}

.comparison-table table td:first-child {
  font-weight: 700;
  background-color: #edf3ff;
  width: 81px;
  text-align: center;
}

.comparison-table table td:nth-child(3) {
  border-left: solid 11px #c83042;
  border-right: solid 11px #c83042;
  font-weight: bold;
}

.comparison-table table tr:nth-child(4) td:nth-child(3) {
  border-bottom: solid 11px #c83042;
}

.omparison-3point {
  margin-bottom: 73px;
}
.block__point-flex {
  display: block;
  margin-top: 56px;
}
.point {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
.point:first-child {
  height: auto;
}
.point img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.point div h4 {
  text-align: left;
  margin-bottom: 14px;
  margin-top: 0px;
  line-height: 1.6;
}
.point figure {
  width: 375px;
}
.heading4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 20px;
}
.mgb32 {
  margin-bottom: 32px;
}
.point div {
  display: inline-block;
  padding: 32px;
  border: solid 4px #17467c;
  width: 410px;
  z-index: 2;
  margin-top: 24px;
  background-color: #fff;
}

.point-block .reverse {
  flex-direction: row-reverse;
}
.point-block .reverse div {
  left: 0;
}
.point div p {
  margin-bottom: 0px;
  line-height: 1.85;
}
.range img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 430px;
}
.style-inblock {
  position: relative;
  padding: 29px 27px 29px 27px;
}
.style-inblock::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 58px 54px 0 54px;
  border-color: #f7f7f7 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 45%;
}
.style-inblock {
  margin-bottom: 80px;
  position: relative;
}

.style-inner-block {
  width: 64%;
  margin-left: 300px;
}
.style-inner-block h5 {
  margin-top: 0 !important;
  margin-bottom: 18px;
}

.mens_troublelist {
  display: flex;
  flex-wrap: wrap;
  line-height: 32px;
  font-weight: 700;
}
.style-inner-block:before {
  content: "";
  display: inline-block;
  width: 297px;
  height: 396px;
  background-image: url(https://www.shirono.net/wp/wp-content/uploads/2021/06/troubleblock2-new.png);
  background-position: bottom 0px left 0px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.style-inner-block .pc .mens_troublelist {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
}
.style-inner-block .pc .mens_troublelist li {
  width: 38%;
}

.blue-back {
  background-color: #17467c;
  color: #fff;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 40px;
  line-height: auto;
}
.lineup .blue-line-block {
  margin-top: 57px;
}
.blue-line-block {
  border: solid 4px #17467c;
  position: relative;
  padding: 16px;
}
.lineupblock .blue-line-block {
  display: flex;
}
.lineupblock .blue-line-block p {
  margin: auto;
}
.heading6-blue {
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 43%;
  z-index: 1;
  margin-top: -10px;
  margin-bottom: 0;
  width: 183px;
  height: 34px;
}

.heading6-blue::before {
  content: "";
  background-color: #17467c;
  display: inline-block;
  width: 182px;
  height: 33px;
  transform: skewX(-34deg);
  z-index: -1;
  position: absolute;
  top: -10%;
  right: 0px;
}
.hige-design {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.hige-design li {
  margin-bottom: 16px;
}
.hige-design li img {
  max-width: 216px;
  height: auto;
}
.hige-design p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  color: #17467c;
  font-weight: 700;
}
.rinkaku-design .hige-design li p:nth-child(2) {
  margin-bottom: 8px;
}
.rinkaku-design .hige-design li p:nth-child(3) {
  font-size: 14px;
  color: #333;
  text-align: center;
  font-weight: 700;
}

.lineup .blue-line-block div {
  margin: 0 auto;
  width: 100%;
}

.lineup .blue-line-block p.txt-blue {
  text-align: center;
  margin-top: 50px;
}
.lineup-ng .hige-design li {
  margin-right: 9px;
  margin-bottom: 16px;
}
.rinkaku-design .hige-design li {
  width: 205px;
  margin-left: 26px;
  text-align: center;
}
.rinkaku-design .hige-design li p:nth-child(4) {
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.mens-machine-box .main__detailLink {
  border: solid 1px #17467c;
  color: #17467c;
  padding-bottom: 16px 20px;
  width: 370px;
  height: 50px;
}
.mens-machine-box .main__detailLink:hover {
  color: #fff;
  background-color: #17467c;
}

.free-block div {
  display: flex;
}
.price th:nth-child(3) {
  border: solid 1px #e6e6e6;
}
.price td:nth-child(3) {
  border: solid 1px #e6e6e6;
}
.price tr:last-child td:nth-child(3) {
  border: solid 1px #e6e6e6;
}
.flow-inner {
  position: relative;
}
.flow-item {
  width: auto;
  padding-left: 200px;
}
.flow-block {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
}
.flow-title {
  margin-top: 50px;
}
.subtitle-img {
  width: 105px !important;
  height: 39px !important;
}
.flow-img {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  width: 170px;
}
.comparison {
  display: flex;
  justify-content: center;
}
.elimination {
  margin-bottom: 80px;
}

.style {
  margin-top: 56px;
}
.style h4 {
  margin-bottom: 24px;
}

.mens-machine-box h4 {
  text-align: left;
}
.mens-machine-inner {
  display: flex;
  align-items: center;
}
.mens-machine-box .machine-type {
  font-size: 16px;
  position: relative;
  z-index: 2;
  padding-left: 23px;
  margin-left: 20px;
  color: #fff;
}

.mens-machine-box .machine-type:before {
  content: "";
  width: 150px;
  height: 35px;
  background-color: #17467c;
  transform: skewx(-34deg);
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: -8px;
  left: 0;
}
.mens-machine-box .machine-photo img {
  width: auto;
  max-width: 225px;
  height: auto;
}
.machine-photo {
  margin-left: 40px;
}

.text-left {
  width: 92%;
  margin-right: 40px;
}

.free-block h4 {
  text-align: left;
}

.flow .step-img {
  width: 105px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}

.sp-block {
  display: none;
}
.sp-br {
  display: none;
}
.mgt20 {
  margin-top: 20px;
}
.point-inner {
  display: flex;
  justify-content: center;
}
.point-inner li {
  margin-right: 20px;
  width: 236px;
  margin-top: 8px;
}
.point-inner li:last-child {
  margin-right: 0px;
}

.kanzen {
  padding: 16px 64px;
}

.kanzen img {
  max-width: 152px;
  max-height: 176px;
}
.design-ng .heading6-blue::before {
  background-color: #afafaf;
}
.design-ng .blue-line-block {
  border: solid 4px #afafaf;
}
.design-ng .hige-design li img,
.rinkaku-design .hige-design li img {
  width: 120px;
}
.free-pass {
  margin-bottom: 24px;
}

.elimination-top {
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.85;
}
.elimination-top span {
  display: inline-block;
}
.elimination-top .mens-txt-red {
  border-bottom: solid 1px #c83042;
  display: block;
  line-height: 1;
}
.under-txt {
  border-bottom: solid 4px #17467c;
}
.subsc-span {
  display: block;
  line-height: 16px;
}
.subscription-price h4 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
}
.subscription-price h4:before {
  content: "";
  height: 62px;
  width: 51px;
  display: inline-block;
  background: url(../images/mens/icon_r-line.svg) no-repeat
    top/contain;
  position: absolute;
  left: -56px;
  top: 10px;
  transform: scale(-1, 1);
}
.subscription-price h4:after {
  content: "";
  height: 62px;
  width: 51px;
  display: inline-block;
  background: url(../images/mens/icon_r-line.svg) no-repeat
    top/contain;
  position: absolute;
  top: 10px;
  right: -56px;
}
.subscription-price .mens-txt-red {
  font-size: 40px;
}
@media (min-width: 768px) {
  .subscription-price .p-text-annotation {
    padding-left: 48px;
  }
}
.award {
  text-align: center;
  margin-top: 2rem;
}
.mens-machine-item {
  position: relative;
}
.mens-machine-item .fs-12 {
  font-size: 12px;
  position: absolute;
  bottom: 300px;
  display: block;
  right: 104px;
}
.fukidashi-mini {
  display: block;
  position: relative;
}
.fukidashi-mini:before {
  position: absolute;
  width: 0;
  height: 1.125rem;
  content: "";
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #333;
  transform: rotate(-30deg);
  bottom: 5px;
  left: 100px;
}
.fukidashi-mini:after {
  position: absolute;
  width: 0;
  height: 1.125rem;
  content: "";
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #333;
  transform: rotate(30deg);
  bottom: 5px;
  right: 100px;
}
.p-link-txt {
  border-bottom: solid 1px #333;
}
.p-link-txt:hover {
  border-bottom: none;
}
.fukidashi-baloon {
  background-color: #fff;
  border-bottom: solid 4px #17467c;
  padding-bottom: 33px;
  width: 90%;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-size: 30px;
  color: #17467c;
  font-weight: 700;
  line-height: 1.85;
}
.fukidashi-baloon:before,
.fukidashi-baloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translatex(-50%);
}
.fukidashi-baloon:before {
  border: 47px solid transparent;
  border-top: 47px solid #17467c;
}
.fukidashi-baloon:after {
  border: solid 46px transparent;
  border-top: solid 46px #fff;
  margin-top: -5px;
}
.fukidashi-baloon-bottom {
  margin-top: 60px;
}

.tel-botton h4 {
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 37px;
}
.tel-botton ul {
  display: flex;
  flex-wrap: wrap;
  width: 702px;
  margin-left: auto;
  margin-right: auto;
}
.tel-botton-list {
  width: 346px;
  pointer-events: none;
}
.tel-botton ul li:nth-child(odd) {
  margin-right: 10px;
}
.tel-botton .main__detailLink {
  border: solid 1px #17467c !important;
  color: #17467c !important;
}
.tel-botton .main__detailLink:hover {
  color: #fff !important;
  background-color: #17467c !important;
}
.minus-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
.minus-padding .fs-24 {
  display: block;
  margin-bottom: -30px;
}
.main__priceHeading,
.tablepress tfoot th,
.tablepress thead th {
  background-color: #17467c !important;
}
@media screen and (max-width: 768px) {
  .mens_contents_reason ul {
    display: block;
  }
  .point-inner {
    display: block;
    width: 236px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .block-head .second-img {
    margin: 48px auto 54px;
  }

  .mens_contents_reason li {
    margin-bottom: 16px;
  }
  .illust-hedding-2line {
    font-size: 20px;
    line-height: 32px;
    padding-top: 21px;
    padding-bottom: 21px;
    margin-bottom: 40px;
  }
  .trial .p-datsumo-wrap-trial {
    display: block;
  }
  .fs-40 {
    font-size: 26px;
    line-height: 32px;
  }
  .fs-30 {
    font-size: 20px;
    line-height: 36px;
  }
  .fs-24 {
    font-size: 20px;
    line-height: 24px;
  }
  .recommended {
    padding: 32px 16px;
  }
  .trial .p-datsumo-wrap-trial:before {
    content: "";
    display: none;
    width: 227px;
    height: 95%;
    background-image: url(../images/mens/campaign-block.png);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    left: 4px;
    top: 6px;
  }
  .trial .p-datsumo-wrap-trial p {
    width: inherit;
    padding-left: 0;
    text-align: left;
    position: relative;
    z-index: 1;
  }
  .trial .p-datsumo-wrap-trial {
    min-height: 90px;
  }
  .trial .p-datsumo-wrap-trial .fs-30 {
    font-size: 20px;
  }
  .doctor-comment-block {
    padding: 32px 24px 16px;
  }
  .doctor-comment-block:after {
    display: none;
  }
  .point {
    display: block;
  }
  .point div {
    width: inherit;
    margin-top: -97px;
  }
  .point figure {
    width: 100%;
  }
  .style-inner-block h5 {
    margin: 0px;
  }
  .style-inner-block {
    margin-left: 40%;
  }
  .style-inblock::after {
    display: none;
  }
  .style-inner-block:before {
    display: none;
  }
  .style-inblock {
    background-image: url(https://www.shirono.net/wp/wp-content/uploads/2021/06/troubleblock2-new.png);
    background-repeat: no-repeat;
    background-size: 136px 182px;
    background-position: left 0 bottom 0;
    padding: 32px;
    margin-bottom: 24px;
  }
  .doctor-comment {
    width: inherit;
  }
  .shirono-doctor {
    background-image: none;
    height: inherit;
    position: static;
    text-align: right;
  }
  .shirono-doctor p {
    margin-top: 0;
  }
  .trial h2 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 16px;
  }
  .trial h2::before {
    top: 0;
    left: 0;
    height: 31px;
    width: 25px;
  }
  .trial h2::after {
    top: 0;
    right: 0;
    height: 31px;
    width: 25px;
  }
  .trial .p-datsumo-wrap-trial {
    padding: 32px 16vw;
  }
  .heading6-blue {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .blue-line-block {
    padding: 24px 0 0 0;
    border: none;
    border-top: solid 4px #17467c;
  }
  .hige-design {
    flex-wrap: nowrap;
  }
  .hige-design li img {
    max-width: 100%;
  }
  .mens_troublelist .hige-design li {
    width: 86px;
  }
  .hige-design p {
    font-size: 13px !important;
  }
  .rinkaku-design .blue-line-block {
    border-top: none;
    padding: 0;
  }
  .rinkaku-design .hige-design {
    flex-wrap: wrap;
  }
  .free-block div {
    display: block;
  }
  .no-illust-hedding {
    font-size: 24px;
    line-height: 41px;
    padding-top: 16px;
    padding-bottom: 0%16px;
  }
  .flow-block {
    display: block;
    margin-bottom: 32px;
  }
  .flow-img {
    order: 1;
  }
  .flow-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .flow-item {
    padding-left: 0;
  }
  .flow-title {
    order: 2;
    padding-left: 190px;
  }
  .flow-title-txt {
    display: block;
  }

  .flow-text {
    flex: none;
    order: 3;
    margin-top: 60px;
  }

  .point-inner li {
    text-align: center;
    margin-right: 0;
  }
  .text-left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 1rem;
  }
  .mens-machine-inner {
    flex-direction: column;
  }
  .mens-machine-item {
    order: 2;
  }
  .machine-photo {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }
  .mens-machine-box .machine-type {
    display: block;
    line-height: 14px;
    margin-top: 20px;
  }
  .mens-machine-box h4 {
    text-align: center;
    margin-bottom: 2rem;
  }
  .mens-machine-box .machine-type {
    text-align: left;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  .mens-machine-box .main__detailLink {
    width: 95%;
    padding: 10px;
  }
  .kanzen {
    border: solid 4px #17467c;
    padding: 16px;
    text-align: left;
    margin-bottom: 40px;
  }
  .point:first-child {
    height: auto;
  }
  .point div {
    width: auto;
    position: inherit;
    padding: 14px;
    margin-left: 16px;
    margin-right: 16px;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.16);
  }
  div.price {
    /* width: auto;
    overflow: scroll; */
    margin-bottom: 24px;
  }

  .price-table {
    width: 750px;
    overflow-x: scroll;
  }

  .no-illust-hedding::before {
    left: 20px;
  }
  .rinkaku-design .hige-design li {
    margin: 0px 8px;
    width: 27%;
  }
  .reasonlist li {
    margin-right: 0;
    line-height: 1.3;
  }
  .reasonlist-block {
    padding: 24px 16px;
  }
  .reasonlist-block h4 {
    font-size: 16px;
    line-height: 31px;
  }
  .reasonlist-block .fs-14 {
    position: unset;
  }
  .recommended {
    margin-bottom: 95px;
  }
  .style {
    position: relative;
  }
  .style:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 37.5px 0 37.5px;
    border-color: #17467c transparent transparent transparent;
    line-height: 0px;
    _border-color: #17467c #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .style p {
    padding-bottom: 25px;
  }
  .elimination h5 {
    display: flex;
  }
  .elimination h5 span {
    display: inline-block;
    margin-top: auto;
  }
  .subscription-price h4 {
    text-align: center;
  }
  .subscription-price h4 .fs-30 {
    display: block;
    line-height: 20px;
  }
  .subscription-price h4:before {
    top: 60%;
    transform: translateY(-50%) scale(-1, 1);
    left: -32px;
    height: 31px;
    width: 25px;
  }
  .subscription-price h4:after {
    top: 60%;
    transform: translateY(-50%);
    right: -32px;
    height: 31px;
    width: 25px;
  }
  .subscription-price .mens-txt-red {
    font-size: 26px;
  }
  .under-txt {
    font-size: clamp(16px, 4.8vw, 18px);
    padding-bottom: 0;
  }
  .elimination-top p .mens-txt-red {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 0;
  }
  .fukidashi-mini:before {
    left: 10%;
  }
  .fukidashi-mini:after {
    right: 10%;
  }
  .lineup .blue-line-block:not(.kanzen) p.txt-blue {
    margin-top: 0;
  }
  .tel-botton ul {
    display: block;
  }
  .tel-botton-list {
    width: auto;
    pointer-events: auto;
  }
  .minus-padding .fs-24 {
    margin-bottom: 0px;
  }
  .fukidashi-baloon {
    font-size: 20px;
    width: 100%;
    padding-bottom: 16px;
  }
  .tel-botton ul {
    width: 100%;
  }
  .mens-machine-item .fs-12 {
    position: relative;
    top: 0px;
    right: 32%;
  }
}
@media screen and (max-width: 420px) {
  .tel-botton-list {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mens-machine-item .fs-12 {
    position: relative;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .pc-block {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .sp-br {
    display: inline;
  }
  .reason_head .fs-45 {
    display: block;
    padding-left: 0;
    font-size: 30px;
    margin-top: -33px;
  }
  .reasonlist {
    display: block;
  }
  .fs-40 {
    font-size: 26px;
    line-height: 32px;
  }
  .price-table {
    overflow: scroll;
    width: auto;
    margin-top: 0;
  }
  .price-table img {
    max-width: 750px;
  }
  .trial .p-datsumo-wrap-trial {
    padding: 16px;
  }
}

#contact-info {
  background-color: #edf3ff !important;
}
.wrapper.topics {
  background-color: #edf3ff !important;
}
.sidebar__items {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.main article ul li,
.main article ol li {
  margin-left: 0 !important;
}

/* 202308追記分 */

@media screen and (min-width: 768px) {
  .p-mens .l-main {
    margin-top: 32px;
  }
}
.p-mens .l-main {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .p-mens .l-common-margin .p-operation-index {
    margin-top: 0px;
  }
  .p-mens .mgb48 {
    margin-top: 40px;
  }
}

.p-mens .pc img {
  text-align: center;
  margin-bottom: 48px;
}

.p-mens .main__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.block-txt-blue p {
  margin-bottom: 1.5rem;
  line-height: 1.85;
}
.block-txt-blue {
  display: block !important;
  margin-top: 1em;
}

.mensContent .heading3 {
  border-bottom: 1px solid #17467c;
  color: #333;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ",
    "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding-bottom: 25px;
  margin-bottom: 40px;
  font-size: 30px;
}

.mgb48 {
  margin-bottom: 48px;
}

.main__priceHeading,
.tablepress tfoot th,
.tablepress thead th {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #e6e6e6;
  line-height: 24px;
  padding: var(--padding);
  text-align: left;
}
.price-table td {
  font-weight: 400;
  padding: 1rem;
}

.p-mens__campain-wrap h5 {
  margin: 1rem 0 8px;
}

.p-mens .txt-blue .fs-24 .mgb24 {
  margin-bottom: 24px;
}
.price-table_wrap {
  max-width: 890px;
  margin: 0 auto;
}
.price-table_wrap .p-text-annotation {
  margin-left: 32px;
  white-space: nowrap;
}
.price .p-free-pass {
  margin-top: 48px;
  margin-bottom: 76px;
}
.price .p-free-pass .p-free-pass-text{
  border: 1px solid #D9D9D9;
  padding: 24px;
}

@media screen and (max-width: 900px) {
  .price-table_wrap {
    overflow: scroll;
    max-width: 760px;
    margin: 0 auto;
  }
  .price-table-image img {
    width: 850px;
    max-width: 850px;
  }
}
.price-table__mens {
  border: solid 1px #e6e6e6;
  border-collapse: collapse;
}

.price-table__mens th:nth-of-type(1) {
  width: 38%;
}
.price-table__mens th {
  color: #ffffff;
  background: #17467c;
  font-size: 14px;
  padding: 1em 0.5em;
  border: solid 1px #e6e6e6;
  border-collapse: collapse;
  white-space: nowrap;
}
.p-mens__price__wrap-attention {
  background: var(--gray, #f6f6f6);
  padding: 24px;
  margin: 24px auto 40px;
  max-width: 920px;
}
.p-mens__price__wrap-attention h3 {
  color: var(--red-400, #d40000);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.3;
}
.p-mens__price__wrap-attention img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.price__wrap-attention-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
  margin-left: 15px;
  line-height: normal;
  list-style: none;
  position: relative;
}
.price__wrap-attention-item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #001093;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}

@media screen and (max-width: 787px) {
  .p-mens__price__wrap-attention h3 {
    margin-bottom: 1rem;
    font-size: clamp(16px, 4.8vw, 18px);
  }
  .price__wrap-attention-item::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #001093;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: -15px;
    transform: none;
  }
  .p-mens .free-block h4 {
    margin-bottom: 1rem;
  }
  .p-mens .mgb-16 img {
    margin: 0 0 8px 0;
  }
  .p-mens__campain-wrap h5 {
    font-size: 1rem;
  }
  .mens-txt-red {
    line-height: 1.6;
  }
}

#price .heading3 {
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 1px solid #17467c;
  color: #333;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ",
    "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.p-mens__pdf {
  display: flex;
  width: 748px;
  padding: 20px 0px;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  margin: 0 auto;
  position: relative;
}
.p-mens__pdf::before {
  content: "";
  width: 149px;
  height: 149px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 51px;
  background: url(../images/mens/image-datsumo-cta-miyamoto.png)
    no-repeat top/contain;
  z-index: 1;
}
.p-mens__pdf::after {
  content: "";
  width: 144px;
  height: 146px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 69px;
  background: url(../images/mens/image-datsumo-cta-ema.png) no-repeat
    top/contain;
  z-index: 1;
}
.p-mens__pdf a {
  width: 287px;
  padding: 20px 0;
  background: #0fb4ff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}

/* 20231207 追記 */
.p-datsumo-trial-content {
  max-width: 564px;
}
.p-datsumo-trial-content li {
  color: #17467c;
  font-size: 32px;
  line-height: 1;
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid #17467c;
  margin-top: 12px;
  align-items: center;
}
.p-datsumo-trial-content h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  background: #17467c;
  padding: 8px;
}
.p-datsumo-trial-content h3 span {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}
.trial .p-datsumo-wrap-trial p.p-datsumo-trial-attention {
  color: #17467c;
  text-align: right;
  font-size: 12px;
  line-height: 130%;
  margin-top: 4px;
}
.p-datsumo-num-item {
  display: block;
  text-align: center;
  width: 32px;
  height: 32px;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  background: #17467c;
  border-radius: 50%;
  line-height: 1.3;
  margin-right: 4px;
}
.firsttime-trial {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  border: 1px solid #17467c;
  padding: 8px;
  margin-left: 16px;
  margin-right: 8px;
}
.firsttime-wrap {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  align-items: flex-end;
}
.p-datsumo-price-yen {
  font-size: 16px;
  font-weight: 700;
}
.firsttime-wrap strong {
  color: #d12c3b;
  font-size: clamp(32px, 9.8vw, 40px);
  font-weight: 700;
  line-height: 1;
}
.p-datsumo-trial-acction {
  color: #17467c;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 130% !important;
  margin: 12px 0 24px;
}
.p-datsumo-trial-acction span {
  font-size: 16px;
}
.p-datsumo-trial-acction-txt {
  text-align: start;
  line-height: 30px;
}
.p-datsumo-item {
  width: 176px;
}
@media screen and (max-width: 768px) {
  .p-datsumo-trial-content {
    width: 100%;
  }
  .p-datsumo-trial-content li {
    flex-wrap: wrap;
    font-size: 24px;
  }
  .firsttime-wrap {
    margin-top: 8px;
  }
  .firsttime-trial {
    padding: 8px 2px;
    margin-left: 0;
    width: 100px;
    text-align: center;
  }
  .p-datsumo-trial-acction-txt {
    display: none;
  }
  .p-datsumo-trial-acction {
    margin-bottom: 0;
  }
  .p-datsumo-trial-acction span {
    font-size: 12px;
  }
  .p-datsumo-trial-acction {
    text-align: center !important;
  }
}

/* 副作用・リスク */
.mens_content_risk {
  margin-top: 69px;
  margin-bottom: 64px;
  border: 2px solid var(--Primary-AGA-black, #262626);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .mens_content_risk {
    padding: 24px 16px;
  }
}

.p-doctors-card h3 {
  line-height: 1;
}

/* 202412 追加 */
.p-datsumo-top .wrap-top {
  max-width: 790px;
  padding: 32px 24px;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #e9f8ff;
  position: relative;
}
.p-datsumo-top .wrap-top::before {
  content: "";
  width: 180px;
  height: 221px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 8px;
  background: url(../images/mens/image-datsumo-top.png) no-repeat
    top/contain;
  z-index: 1;
}
.p-datsumo-top .wrap-top .heading4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 16px;
  text-align: center;
  position: relative;
}
.p-datsumo-top .wrap-top .heading4::before {
  content: "";
  width: 13px;
  height: 24px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -16px;
  background: url(../images/mens/image-voiceline.svg) no-repeat
    top/contain;
  transform: scale(1, -1);
}
.p-datsumo-top .wrap-top .heading4::after {
  content: "";
  width: 13px;
  height: 24px;
  display: block;
  position: absolute;
  bottom: 0;
  right: -16px;
  background: url(../images/mens/image-voiceline.svg) no-repeat
    top/contain;
}
.p-datsumo-top .arrow-down {
  width: 110px;
  height: 30px;
  background: url(../images/mens/image-arrow-down.svg) no-repeat
    top/contain;
}
.p-datsumo-top .top-text {
  padding: 5px 40px 12px 72px;
  margin-top: 16px;
  background: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  position: relative;
}
.p-datsumo-top .top-text::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  bottom: 24px;
  left: 40px;
  background: url(../images/mens/image-check-bot.svg) no-repeat
    top/contain;
}
.p-datsumo-top .top-text strong {
  color: var(--Secondary-skyblue-10, #0fb4ff);
  font-size: 44px;
  font-weight: 700;
  line-height: 130%;
}
.p-datsumo-top .top-text small {
  font-size: 32px;
  position: unset;
}

.datsumo-wrap-compare {
  margin-top: 40px;
}
.datsumo-wrap-compare .comrare-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 48px;
}
.datsumo-wrap-compare .comrare-items li {
  width: calc(50% - 20px);
}
.datsumo-wrap-compare .compare-item-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  text-align: center;
  background: var(---bg-skyblue-400, #0fb4ff);
  padding: 7px 8px 9px 8px;
  margin-bottom: 16px;
}
.datsumo-wrap-compare .compare-item-image img {
  height: auto;
}
.datsumo-wrap-compare .comrare-items-text {
  display: block;
  width: 100%;
  color: #d40000;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
.datsumo-wrap-compare .comrare-items.items-exam {
  margin-bottom: 120px;
  text-align: center;
  padding: 24px;
  background: #f6f6f6;
}
.datsumo-wrap-compare .comrare-items.items-exam .compare-item-heading {
  background: #a8a8a8;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.compare-item-heading .example {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  padding: 0px 8px 3px 8px;
  border-radius: 30px;
  background: #fff;
}

.datsumo-free-pass {
  display: flex;
  width: 632px;
  padding: 28px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.08);
  margin: 88px auto 64px;
  position: relative;
}
.datsumo-free-pass .text-add {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.96px;
  width: 80px;
  height: 80px;
  padding: 8px;
  border-radius: 48px;
  background: var(---bg-gray-100, #f6f6f6);
  position: absolute;
  left: 24px;
  top: -40px;
  transform: rotate(-24deg);
  display: grid;
  place-items: center;
}
.datsumo-free-pass-text {
  color: var(--Primary-AGA-black, #262626);
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
  text-align: center;
}
.datsumo-free-pass-text strong {
  color: #0fb4ff;
}
.datsumo-free-pass-text small {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 8px;
  display: block;
  position: unset;
}
.datsumo-free-pass-image {
  width: 400px;
}

@media (max-width: 768px) {
  .p-datsumo-top .wrap-top .heading4::before {
    content: "";
    width: 19px;
    height: 38px;
    display: block;
    position: absolute;
    bottom: 0;
    left: -24px;
    background: url(../images/mens/image-voiceline-sp.svg) no-repeat
      top/contain;
  }
  .p-datsumo-top .wrap-top .heading4::after {
    content: "";
    width: 19px;
    height: 38px;
    display: block;
    position: absolute;
    bottom: 0;
    right: -24px;
    background: url(../images/mens/image-voiceline-sp.svg) no-repeat
      top/contain;
  }
  .p-datsumo-top .wrap-top {
    padding: 24px 16px;
  }
  .p-datsumo-top .top-text {
    font-size: 16px;
    padding: 12px 20px 10px 20px;
    text-align: center;
    width: 100%;
    max-width: 320px;
  }
  .p-datsumo-top .top-text::before {
    bottom: unset;
    top: 12px;
    left: clamp(12px, 4.26vw, 20px);
  }
  .p-datsumo-top .top-text strong {
    font-size: 32px;
  }
  .p-datsumo-top .top-text small {
    font-size: 20px;
  }
  .p-datsumo-top .wrap-top::before {
    width: 114px;
    height: 139px;
    right: -8px;
  }
  .datsumo-wrap-compare .comrare-items {
    flex-direction: column;
    gap: 24px;
  }
  .datsumo-wrap-compare .comrare-items li {
    width: 100%;
  }
  .datsumo-wrap-compare .comrare-items.items-exam {
    margin-bottom: 72px;
  }
  .doctor-comment-heading {
    font-size: 18px;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .price .p-free-pass {
    margin-bottom: 140px;
  }
  .p-mens__pdf {
    width: 100%;
  }
  .p-mens__pdf::before {
    width: 316px;
    height: 147px;
    background: url(../images/mens/image-datsumo-doctors.png)
      no-repeat top/cover;
    bottom: unset;
    top: -127px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-mens__pdf::after {
    content: none;
  }
  .datsumo-free-pass {
    width: 100%;
    padding: var(--32, 32px) 24px 28px 24px;
    margin: 56px auto 64px;
  }
  .datsumo-free-pass-image {
    width: 100%;
  }
  .datsumo-free-pass .text-add {
    left: -12px;
    top: -44px;
  }
  .subscription-price h4:before {
    width: 45px;
    height: 58px;
    left: -48px;
  }
  .subscription-price h4:after {
    width: 45px;
    height: 58px;
    right: -48px;
  }
  .datsumo-free-pass-text {
    font-size: 20px;
  }
  .datsumo-free-pass-text small {
    font-size: 18px;
  }
  .price-table img,
  .price-table .p-text-annotation {
    font-size: 14px;
  }
  .mens_special-price {
    width: 95vw;
    margin: 0 auto;
    max-width: 560px;
  }
}

@media (max-width: 599px) {
  .mens_special-price {
    width: 95vw;
    margin: 0 calc(45% - 45vw);
    max-width: 560px;
  }
}

/* 20250618 改修による新クラス */
.h2_heading {
  color: #333;
  text-align: center;
  border-bottom: solid 4px #17467c;
  font-size: 40px;
  line-height: 68px;
  font-weight: 400;
}
.h3_heading {
  color: #333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 11px;
}
p.h3_heading01 {
  line-height: 41px;
}
.h3_heading02 {
  text-align: left;
  margin-bottom: 14px;
  margin-top: 0px;
  line-height: 1.6;
  font-weight: 600;
}
.h3_heading03 {
  margin-bottom: 1rem;
  font-weight: 600;
}
.h3_heading04 {
  margin-bottom: 1rem;
  font-size: clamp(16px, 4.8vw, 18px);
  color: var(--red-400, #d40000);
  font-weight: 700;
  line-height: 1.3;
}
.p-mens .h3_title {
  line-height: 1;
}
.h4_heading {
  font-weight: 600;
}
.h4_heading01 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.h4_heading01::before {
  content: "";
  top: 60%;
  transform: translateY(-50%) scale(-1, 1);
  width: 45px;
  height: 58px;
  left: -48px;
  display: inline-block;
  background: url(../images/mens/icon_r-line.svg) no-repeat top / contain;
  position: absolute;
}
.h4_heading01::after {
  content: "";
  display: inline-block;
  background: url(../images/mens/icon_r-line.svg) no-repeat top / contain;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 45px;
  height: 58px;
  right: -48px;
}
.h4_heading02 {
  font-size: 16px;
  line-height: 31px;
  font-weight: 600;
}
.h5_heading {
  margin-bottom: 24px;
  margin-top: 24px;
  display: flex;
  font-weight: 600;
  font-size: 20px;  
  line-height: 24px;
}
.h5_heading > img {
  height: 48px;
  margin-right: 12px;
  width: auto;
  font-weight: 600;
}
.h5_heading > span {
  display: inline-block;
  margin-top: auto;
  font-size: 20px;
  line-height: 24px;
}
.p-mens .h5_heading01 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
.h5_heading01 > span {
  display: block;
}
.block-txt-blue .h6_heading {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 600;
}
p.c-common-faq__button {
  line-height: 1.25;
}