@charset "utf-8";

/* ---------- 共通スタイル ---------- */
p {
  font-size: clamp(14px, 3.8vw, 16px);
  line-height: 1.6em;
}
h1 {
  margin: 0 0 2rem;
  padding: 0.4rem 0;
  text-align: center;
  border-top: solid 2px #e7198c;
  border-bottom: solid 2px #e7198c;
  font-size: 5.4vw;
  color: #e7198c;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
h2 {
  margin: 0 0 1.6rem;
  text-align: center;
  font-size: 5.4vw;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
.title3 {
  margin: 2rem 0 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.mt_small {
  margin-top: 0.4rem!important;
}
.mt_2rem {
  margin-top: 2rem!important;
}
.mt_3rem {
  margin-top: 3rem!important;
}
.mb_small {
  margin-bottom: 0.4rem!important;
}
.mb_1rem {
  margin-bottom: 1rem!important;
}
.mb_2rem {
  margin-bottom: 2rem!important;
}
.pb_0 {
  padding-bottom: 0!important;
}
.sr_text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  overflow: hidden;
}
.section_box {
  box-sizing: border-box;
  padding: 10vw 2.5% 12vw;
}
.lead_text {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.large_text {
  font-size: 120%;
}
.small_text {
  font-size: 86%;
}
.basic_table {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 2rem;
  font-size: clamp(14px, 3.8vw, 16px);
}
.basic_table th, .basic_table td {
    border-collapse: collapse;
    border: 1px solid #ddd;
    padding: 1.6vw;
    vertical-align: middle;
}
.basic_table th {
    background-color: #f5f4ef;
}
.basic_price {
    font-size: 140%;
    font-weight: bold;
    margin-left: 4px;
    margin-right: 4px;
}
.yellow-highlight {
  padding: 0 2px;
  background: linear-gradient(transparent 50%, #f6ff5f 0%);
}
ul.asterisk, ul.common_list {
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: clamp(14px, 3.8vw, 16px);
}
ul.asterisk_number {
  padding-left: 2em;
  text-indent: -2em;
  counter-reset: number;
  font-size: clamp(14px, 3.8vw, 16px);
}
ul.asterisk > li, ul.asterisk_number > li, ul.common_list > li {
  margin-bottom: 0.2rem;
  line-height: 1.6em;
}
ul.asterisk.small_text, ul.asterisk_number.small_text, ul.common_list.small_text {
  font-size: clamp(10px, 3.2vw, 12px);
}
ul.asterisk > li:before {
  content: "※ ";
}
ul.asterisk_number > li:before {
  counter-increment: number;
  content: "※" counter(number) " "
}
.text_pink {
  color: #e64d97;
}
.accent_pink {
  color: #e64d97;
  font-weight: bold;
}
a.ar_link_blank {
    display: inline;
    margin-right: 2px;
    padding-left: 20px;
    background-position-y: 40%;
}
a.link_pdf {
    background: url(/mop/u-next/img/pdf_icon.png) no-repeat 2px 3px;
    background-size: 12px auto;
    padding-left: 20px;
    color: #e7198c;
  }
.pink-btn-area a {
  position: relative;
  display: inline-block;
  left: 50%;
  box-sizing: border-box;
  width: fit-content;
  margin: 2rem 0;
  padding: 0.6rem 2rem 0.6rem 3rem;
  background-color: #e64d97;
  border-radius: 50px;
  text-align: center;
  transform: translateX(-50%);
  font-size: 16px;
  color: #fff;
  line-height: 1.4em;
}
.pink-btn-area ::before {
    position: absolute;
    content: "";
    width: 2vw;
    height: 2vw;
    top: 50%;
    left: 4vw;
    border-left: solid 3px #fff;
    border-top: solid 3px #fff;
    transform: translateY(-50%) rotate(135deg);
}
.pink-btn-area a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mop_features, #mop_conditions, #mop_faq {
    background: #f6f5f1;
}
#mop_contact {
    background: #f0f4f7;
}
@media screen and (min-width: 641px) {
  p {
    font-size: 16px;
  }
  h1 {
    padding: 1rem 0;
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  .title3 {
    margin-top: 3rem;
    font-size: 22px;
  }
  .section_box {
    width: 100%;
    padding: 5rem calc((100% - 960px) / 2);
  }
  .ml_small_pc {
    margin-left: 0.4rem!important;
  }
  .small_text {
    font-size: 74%;
  }
  .basic_table {
    font-size: 16px;
  }
  .basic_table th, .basic_table td {
    padding: 10px;
  }
  ul.asterisk, ul.asterisk_number, ul.common_list {
    font-size: 16px;
  }
  ul.asterisk.small_text,  ul.asterisk_number.small_text,  ul.common_list.small_text  {
    font-size: 12px;
  }
  .pink-btn-area ::before {
    width: 8px;
    height: 8px;
    left: 20px;
  }
  .pink-btn-area a {
    min-width: 300px;
  }

}
@media screen and (max-width: 640px) {
  .letterspacing_0_sp {
    letter-spacing: 0!important;
  }
  .pink-btn-area a {
    width: 90%;
    padding: 2vw 5vw 2vw 9vw;
    font-size: 3.8vw;
  }
}

/* お申し込みボタン */
.app-btn-wrap {
  padding: 2rem 0;
}
a.app-btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
a.app-btn.-disabled {
  pointer-events: none;
  filter: grayscale(100%);
}
.anno-link {
  box-sizing: border-box;
  width: 95%;
  max-width: 960px;
  margin: 1rem auto 0;
  text-align: center;
  font-size: clamp(10px, 3.2vw, 12px);
  line-height: 1.6em;
}
@media screen and (min-width: 641px) {
  a.app-btn {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 460px;
    margin: 0 auto 0.4em;
    padding: 1em 0 0.8em 0.8em;
    border: 1px solid #61B118;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 2px 2px rgba(0, 0, 0, .1);
    background: linear-gradient(to bottom, #9ad63c 0%, #87c632 100%);
    text-align: center;
    font-size: 23px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    transition-duration: 0.1s;
  }
  a.app-btn:hover {
    opacity: 1;
    border: 1px solid #81c146;
    background: linear-gradient(to bottom, #aede63 0%, #9fd15b 100%);
  }
  a.app-btn::after {
    content: "";
    position: absolute;
    display: block;
    border-top: 4px solid #FFF;
    border-right: 4px solid #FFF;
    width: 16px;
    height: 16px;
    top: 46%;
    left: 0.5em;
    transform: rotate(45deg) translateX(-50%);
  }
  a.app-btn.-disabled::after {
    border: none;
  }
  .anno-link {
      font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  a.app-btn {
    width: 90%;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    display: block;
    position: relative;
    max-width: 720px;
    background: #75B52D;
    box-shadow: 0 5px 0 #62832d;
    border-radius: 50vh;
    text-align: center;
    padding: 14px 0px;
    box-sizing: border-box;
    line-height: 1.2;
    letter-spacing: 1px;
    transition-duration: 0.05s;
    user-select: none;
    margin: 0 auto;
    text-decoration: none;
    color: #FFF;
  }
  a.app-btn::after {
    content: "";
    position: absolute;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 10px;
    height: 10px;
    top: 40%;
    left: 3.4vw;
    transform: rotate(45deg);
  }
  a.app-btn.-disabled::after {
    border: none;
  }
}

/* ---------- メインイメージ ---------- */

@media screen and (min-width: 641px) {
  #main-visual, #main-visual .main-visual-inner {
    background: url(/mop/hulu/img/main.png) center top no-repeat, linear-gradient(#7f7d80, #1a1a1a 70%);
  }
  #main-visual .main-visual-inner {
    width: 960px;
    height: 350px;
    margin: 0 auto;
  }
}

/* ---------- おトクな3つの特典 ---------- */

#mop_benefits {
  background: repeating-linear-gradient(-45deg, #fcedf4, #fcedf4 4px, #fdf5f9 4px, #fdf5f9 8px);
}
#mop_benefits h2 {
  letter-spacing: 0.3em;
}
#mop_benefits h2 .small_text {
  position: relative;
  display: inline-block;
  margin-bottom: 0.6rem;
  font-size: 68%;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
#mop_benefits h2 .small_text::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #333;
  bottom: 0;
  left: -4%;
  transform: rotate(-25deg);
  content: "";
  width: 1px;
  height: 100%;
}
#mop_benefits h2 .small_text::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #333;
  bottom: 0;
  right: -4%;
  transform: rotate(25deg);
  content: "";
  width: 1px;
  height: 100%;
}
.benefits_box > li {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 2rem;
  padding: 6vw;
  border: solid 4px #edcedd;
  background: #fff;
  text-align: center;
}
.benefits_box > li h3 {
  position: relative;
  left: -0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1vw;
  margin-bottom: 0.4rem;
  font-size: 6vw;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.benefits_box > li h3 span {
  font-weight: bold;
}
.benefits_box > li h3 .benefits_number {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 16vw;
  height: 16vw;
  background: url(/mop/u-next/img/tokuten_badge.png) center top no-repeat;
  background-size: 100% auto;
  text-align: center;
  font-size: 6vw;
  color: #e5429c;
}
.benefits_box > li h3 .kome-1 {
  position: absolute;
  top: -2vw;
  right: -1vw;
  font-size: 3vw;
  font-weight: normal;
}
.benefits_box > li p {
  letter-spacing: 0.1em;
}
.benefits_box > li .cp_text {
  position: absolute;
  top:-3vw;
  left: 50%;
  box-sizing: border-box;
  width: 88%;
  padding: 0.4rem 0;
  transform: translateX(-50%);
  background: #e64d97;
  text-align: center;
  font-size: 3.2vw;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
}
.benefits_box > li .cp_text::before {
  position: absolute;
  content: "";
  left: -4%;
  top: 0;
  width: 6%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 30% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 30% 50%);
  background: #e64d97;
}
.benefits_box > li .cp_text::after {
  position: absolute;
  content: "";
  right: -4%;
  top: 0;
  width: 6%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 50%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 70% 50%, 100% 100%, 0 100%);
  background: #e64d97;
}
.benefits_box > li .accent_pink {
  font-size: 6vw;
  line-height: 1.4em;
}
.benefits_box > li img {
  width: 90%;
  margin: 1rem 0;
}
.benefits_box > li ul.asterisk {
  padding-left: 0;
  text-indent: 0;
}
@media screen and (min-width: 641px) {
  #mop_benefits {
    padding-top: 3rem;
  }
  #mop_benefits h2 .small_text {
    font-size: 58%;
  }
  #mopt_benefits h2 .small_text::before {
    transform: rotate(-35deg);
  }
  #mop_benefits h2 .small_text::after {
    transform: rotate(35deg);
  }
  .benefits_box {
    display: flex;
    gap: 0 1rem;
  }
  .benefits_box > li, .border-blue_box {
    padding: 1.6rem;
  }
  .benefits_box > li {
    width: 100%;
    border: solid 6px #edcedd;
  }
  .benefits_box > li h3 {
    gap: 0 1rem;
    font-size: 22px;
  }
  .benefits_box > li h3 .benefits_number {
    width: 64px;
    height:64px;
    font-size: 24px;
  }
  .benefits_box > li h3 .small_text {
    font-size: 86%;
  }
  .benefits_box > li h3 .kome-1 {
    top: -2px;
    right: 50px;
    font-size: 11px;
  }
  .benefits_box > li p {
    font-size: 13px;
  }
  .benefits_box > li .cp_text {
    top:-16px;
    width: 80%;
    font-size: 14px;
  }
  .benefits_box > li .cp_text::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 50% 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 50% 50%);
  }
  .benefits_box > li .cp_text::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 50% 50%, 100% 100%, 0 100%);
  }
  .benefits_box > li .accent_pink {
    font-size: 22px;
  }
  .benefits_box > li img {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  #mop_benefits {
    background: repeating-linear-gradient(-45deg, #fcedf4, #fcedf4 1vw, #fdf5f9 1vw, #fdf5f9 2vw);
  }
  .benefits_box > li h3 .benefits_number {
    min-width: 16vw;
    padding-bottom: 1vw;
  }
}

/* ---------- 特長 ---------- */

.features_list > li{
  position: relative;
  margin-bottom: 1rem;
  padding: 3vw 5vw 3vw 14vw;
  border: solid 1px #ccc;
  border-radius: 10px;
  background: #fff;
  font-size: clamp(16px, 4vw, 18px);
  line-height: 1.6em;
}
.features_list > li::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 4vw;
  margin: auto;
  width: 8vw;
  height: 8vw;
  background: url(/mop/u-next/img/icon_check.svg) center top no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}

@media screen and (min-width: 641px) {
  .features_list > li {
    padding: 1.8rem 5rem 1.8rem 8rem;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .features_list > li::before {
    left: 50px;
    width: 46px;
    height: 46px;
  }
}

/* ---------- サービス概要 ---------- */

h3.option_conditions {
    position: relative;
    box-sizing: border-box;
    margin: 2rem 0 0;
    padding: 1.2rem 5vw;
    cursor: pointer;
    background: #cba164;
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
}
h3.option_conditions::before {
  display: block;
  content: "";
  position: absolute;
  top:0;
  right:20px;
  bottom:0;
  margin:auto;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
h3.option_conditions::after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: .3s;
}
h3.option_conditions.open::before{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
h
h3.option_conditions.open::after{
  background-color: transparent;
}
.option_conditions_detail {
  padding: 0 5vw 2rem;
  border: 1px solid #cba164;
}
.option_conditions_detail h4 {
  margin: 3rem 0 2rem;
  font-weight: bold;
}
.option_conditions_detail ul.common_list > li {
    margin-bottom: 0.6rem;
}
.option_conditions_detail p {
  margin-bottom: 1rem;
}
@media screen and (min-width: 641px) {
  h3.option_conditions {
    padding: 1rem 2rem;
    font-size: 18px;
  }
  .option_conditions_detail {
    padding: 0 5rem 4rem;
  }
  .option_conditions_detail h4 {
    font-size: 18px;
    font-weight: bold;
  }
}

/* ---------- 適用条件 ---------- */

.conditions_box > li {
  position: relative;
  box-sizing: border-box;
  margin: 12vw 0 2rem;
  padding: 12vw 6vw 6vw;
  border: solid 4px #f994c5;
  background: #fff;
  text-align: center;
}
.conditions_box > li h3 {
  margin-bottom: 2rem;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
.conditions_box > li img {
  width: 90%;
  margin: 1rem 0;
}
.conditions_box > li .step_circle {
  position: absolute;
  top: -9vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 18vw;
  height: 18vw;
  margin: 0 auto 1rem;
  border-radius: 50em;
  background: #e64e97;
  font-size: 5vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.2em;
}
.conditions_box > li .pink-btn-area a {
  left: 0;
  transform: translateX(0);
}

@media screen and (min-width: 641px) {
  .conditions_box {
    display: flex;
    gap: 0 1.6rem;
  }
  .conditions_box > li {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    margin: 2rem 0 0;
    padding: 4rem 1.6rem 1.6rem;
    border: solid 6px #f994c5;
  }
  .conditions_box > li h3 {
    font-size: 22px;
  }
  .conditions_box > li img {
    width: 80%;
  }
 .conditions_box > li .step_circle {
    top: -38px;
    width: 68px;
    height: 68px;
    padding-top: 6px;
    font-size: 18px;
  }
  .conditions_box > li .pink-btn-area {
    min-height: 100px;
  }
}
@media screen and (max-width: 640px) {
  .conditions_box > li:last-child {
  margin-bottom: 0;
}
}

/* ---------- 利用手順 ---------- */

.flow_box {
  display: flex;
  gap: 0 1.4vw;
  margin: 8vw 0 1rem;
}
.flow_box > li  {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 8vw 2vw 4vw;
  background: #f8f2e8;
  text-align: center;
}
.flow_box > li .step_circle {
  position: absolute;
  top: -5.6vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 12vw;
  height: 12vw;
  margin: 0 auto 1rem;
  border-radius: 50em;
  background: #e64e97;
  font-size: 3vw;
  line-height: 1.4em;
  color: #fff;
}
.flow_box > li .step_circle .step_no {
    font-size: 4.6vw;
}
.flow_box > li h3 {
  margin-bottom: 0.4rem;
  font-size: clamp(14px, 3.8vw, 16px);
  font-weight: bold;
  line-height: 1.6em;
}
.flow_box > li img {
  margin-bottom: 1rem;
}
.flow_box > li p {
  text-align: left;
  font-size: clamp(10px, 3.2vw, 12px);
}
.howto_watch {
  padding-bottom: 4vw;
  background: #f2f2f2;
}
.howto_watch h3 {
  margin-bottom: 2rem;
  padding: 2vw 3vw;
  background: #e6e6e6;
  text-align: center;
  font-size: clamp(15px, 4vw, 18px);
  font-weight: bold;
  line-height: 1.4em;
}
.howto_contents {
  margin: 0 6vw 6vw;
  overflow-wrap: anywhere;
}
.howto_contents > p {
  margin-bottom: 1rem;
}
.howto_contents .bnr_area {
  display: flex;
  justify-content: center;
  gap: 0 2vw;
  margin: 1rem 0;
}
.howto_contents .ar_link {
  font-size: inherit;
}

@media screen and (min-width: 641px) {
  .flow_box  {
    gap: 0 1.6rem;
    margin-top: 4rem;
  }
  .flow_box > li  {
    padding: 4rem 1.3rem 1.6rem;
  }
 .flow_box > li .step_circle {
    top: -28px;
    width: 60px;
    height: 60px;
    font-size: 12px;
  }
  .flow_box > li .step_circle .step_no {
    font-size: 20px;
  }
  .flow_box > li h3 {
    font-size: 18px;
  }
  .flow_box > li img {
    width: 140px;
  }
  .flow_box > li p {
    font-size: 14px;
  }
  .howto_watch {
    padding-bottom: 5rem;
  }
  .howto_watch h3 {
    margin-bottom: 3rem;
    padding: 1rem 0;
    font-size: 20px;
  }
  .howto_contents {
    margin: 0 80px;
  }
  .howto_contents h4 {
    font-size: 18px;
  }
  .howto_contents .bnr_area {
    gap: 0 2rem;
    margin: 2rem 0;
  }
  .howto_contents .bnr_area img {
    width: 200px;
  }
}

@media screen and (max-width: 640px) {
  .flow_box > li h3 {
    min-height: 2.8em;
  }
  .flow_box > li ul.asterisk.small_text {
      font-size: 10px;
  }
  .howto_contents h4 {
    letter-spacing: 0;
  }
  .howto_contents .bnr_area a {
    width: 40%;
  }
}

/* ---------- よくあるご質問 ---------- */

.panel_area {
  box-sizing: border-box;
  max-width:960px;
  width: 100%;
  margin:0 auto;
  border: solid 5px #e2d6c3;
}
.qa-list dl {
  position: relative;
  margin: 0;
  padding: 1rem 3rem 1rem 1rem;
  cursor: pointer;
  border-bottom: solid 5px #e2d6c3;
  background-color: #fff;
}
.qa-list dl:last-child{
  border-bottom: none;
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  font-weight: bold;
  font-size: clamp(14px, 3.8vw, 16px);
  line-height: 1.4em;
}
.qa-list dl dt::before {
  display: block;
  content: "";
  position: absolute;
  top:0;
  right:-2rem;
  bottom:0;
  margin:auto;
  width: 20px;
  height: 2px;
  background-color: #40180A;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.qa-list dl dt:after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -2rem;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #40180A;
  transition: .3s;
}
.qa-list dl.open dt:before{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.qa-list dl.open dt:after{
  background-color: transparent;
}
.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: solid 1px #b59e77;
  font-size: clamp(14px, 3.8vw, 16px);
}
.qa-list dl dd p {
  margin: 2rem 0 0;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}
@media screen and (min-width: 641px) {
  .qa-list dl {
    padding: 1rem 4rem 1rem 2rem;
  }
  .qa-list dl dt {
    font-size: 18px;
  }
  .qa-list dl dd {
    font-size: 16px;
  }
}

/* ---------- お問い合わせ先 ---------- */

#mop_contact .title3 {
  letter-spacing: 0;
}
#mop_contact p {
  line-height: 1.4em;
}
#mop_contact dl {
  text-align: center;
  padding: 20px;
  text-align: center;
  background: #fff;
}
#mop_contact dd, #mop_contact dt {
  display: inline-block;
  vertical-align: middle;
}
#mop_contact dt {
  font-size: clamp(16px, 4.2vw, 18px);
  line-height: 1.6em;
}
#mop_contact dd {
  font-size: 7vw;
}
.info-sub {
  padding: 10px;
  width: 90%;
  margin: 10px auto 0;
  border: 1px dotted #ccc;
}
.info-sub h4 {
  text-align: center;
  margin-bottom: 0.6rem;
  font-size: clamp(15px, 4vw, 18px);
  font-weight: bold;
}
.info-sub p {
  font-size: clamp(14px, 3.8vw, 16px);
}
a.mail_link {
  position: relative;
  padding-left: 6vw;
  color: #e7198c;
}
a.mail_link::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
  width: 5vw;
  height: 5vw;
  background: url(/mop/u-next/img/icon_mail.png) center left no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}

@media screen and (min-width: 641px) {
  #mop_contact dt {
    margin: 0 20px;
    font-size: 18px;
  }
  #mop_contact dd {
    margin: 0 20px;
    font-size: 40px;
  }
  #mop_contact .small_text {
    font-size: 86%;
  }
  .info-sub {
    width: 80%;
  }
  .info-sub h4 {
    font-size: 18px;
  }
  .info-sub p {
    font-size: 14px;
  }
  a.mail_link {
    padding-left: 30px;
  }
  a.mail_link::before {
    width: 24px;
    height: 24px;
  }
}

/* ---------- 概要調整 ---------- */

.mop_contents .inc_gaiyo {
  background: #fff;
  padding-bottom: 2rem;
}
.mop_contents .inc_gaiyo h2 {
  margin-bottom: 1.6rem;
  padding: 0;
  font-size: 5.4vw;
  letter-spacing: 0.1em;
}
#otoku_gaiyo .title3 {
  margin: 0 auto 10px;
  font-size: clamp(15px, 4vw, 18px);
  font-weight: normal;
  letter-spacing: 0;
}
#otoku_gaiyo:not(.tab-none).inc_gaiyo .gaiyo-applicable-link {
  line-height: 1.4em;
}
@media screen and (min-width: 641px) {
  .mop_contents .inc_gaiyo h2 {
    font-size: 30px;
  }
  #otoku_gaiyo .title3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .mop_contents .inc_gaiyo {
    padding-bottom: 1vw;
  }
}