@charset "utf-8";

.uqc,
.uqc *,
.note-tip-balloon,
.note-tip-balloon * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  font-style: normal;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  font-feature-settings: "palt";
}
.uqc ul {
  list-style-type: none;
}
.uqc table {
  border-collapse: collapse;
}
.uqc a,
.uqc button {
  cursor: pointer;
}
.uqc img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
.uqc sup {
  display: inline-block;
  font-size: 100%;
  vertical-align: baseline;
  transform-origin: 50% 20%;
  transform: scale(0.66);
}
.uqc button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0px, 0px, 0px);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.uqc {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  font-family: HiraKakuProN-W3, YuGothic, "Yu Gothic Medium", "Yu Gothic",
    Meiryo, "Noto Sans JP", "Droid Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}
.uqc .container {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 910px;
}
.uqc .monospace {
  font-family: monospace;
}
.uqc .jp-bold {
  font-weight: 700;
  font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", メイリオ,
    sans-serif;
  font-feature-settings: normal;
}
#size-check {
  height: 0;
}
@media screen and (max-width: 768px) {
  .uqc .container {
    padding: 0 4.666%;
  }
  #size-check {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .uqc .visible-sp {
    display: none !important;
  }
  .uqc .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .uqc .visible-pc {
    display: none !important;
  }
  .uqc .hidden-sp {
    display: none !important;
  }
}
.uqc a.link {
  text-decoration: underline;
  line-height: 1.5;
  color: #e4007f;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc a.link:hover {
  opacity: 0.7;
}
.uqc .link-block {
  margin: 30px 0;
  text-align: center;
}
.uqc .link-block div {
  margin: 10px 0 0;
}
.uqc .link-block div:first-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .uqc a.link {
    font-size: 15px;
  }
}
.ac-switching {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
  width: 19px;
  height: 19px;
}
.ac-switching::before,
.ac-switching::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
}
.ac-switching::before {
  top: 8px;
  left: 0;
  width: 100%;
  height: 3px;
}
.ac-switching::after {
  top: 0;
  left: 8px;
  width: 3px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ac-switching {
    margin-top: -7px;
    width: 14px;
    height: 14px;
  }
  .ac-switching::before {
    top: 6px;
    height: 2px;
  }
  .ac-switching::after {
    left: 6px;
    width: 2px;
  }
}
.uqc .kv-area h1 {
  margin: 0 auto;
  max-width: 980px;
}
.uqc .application-wrap {
  padding: 40px 40px 60px;
}
.uqc .application {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}
.uqc .application .h {
  position: relative;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5;
}
.uqc .application ul {
  display: flex;
  margin: 0 -10px;
}
.uqc .application ul li {
  margin: 20px 0 0;
  padding: 0 10px 5px;
  width: 50%;
  font-weight: 700;
  font-size: 17px;
}
.uqc .application ul li p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -10px 0 5px;
  height: 60px;
  font-size: 16px;
  line-height: 1.5;
}
.uqc .application ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 1em;
  height: 74px;
  background-color: #e4007f;
  border-radius: 30px;
  color: #fff;
  box-shadow: 0 5px 0 #000;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .application ul li a:hover {
  opacity: 0.7;
}
.uqc .application ul li a i {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -20px;
  width: 50px;
}
.uqc .application ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon-btn-arrow-w.svg);
  background-size: cover;
}
.uqc .application ul li a.blank::after {
  background-image: url(../img/icon-btn-blank-w.svg);
}
@media screen and (max-width: 768px) {
  .uqc .application-wrap {
    padding: 40px 4.666% 50px;
  }
  .uqc .application h2 {
    margin: 0 0 10px;
    font-size: 19px;
  }
  .uqc .application ul {
    display: block;
    margin: 0;
  }
  .uqc .application ul li {
    margin: 0 0 15px;
    padding: 0 0 4px;
    width: 100%;
    font-size: 16px;
  }
  .uqc .application ul li:last-child {
    margin: 0;
  }
  .uqc .application ul li p {
    display: block;
    margin: 0 0 8px;
    height: auto;
    font-size: 15px;
  }
  .uqc .application ul li a {
    padding: 0;
    height: 60px;
    border-radius: 22px;
    box-shadow: 0 4px 0 #000;
  }
  .uqc .application ul li a i {
    left: 6px;
    margin-top: -13px;
    width: 35px;
  }
  .uqc .application ul li a::after {
    margin-top: -13px;
    width: 26px;
    height: 26px;
  }
}
.uqc .note-tip-btn {
  display: flex;
}
.uqc .note-tip-btn a {
  display: flex;
  align-items: center;
  height: 28px;
  padding: 0 5px;
  border: 1px solid #000;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #000;
  white-space: nowrap;
}
.uqc .note-tip-btn a i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 3px;
  width: 18px;
  height: 18px;
  background: #e04191;
  border-radius: 100%;
  color: #fff;
}
.uqc .note-tip-btn a i::after {
  content: "?";
}
.uqc .note-tip-overlay {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.note-tip-balloon {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 470px;
  margin: 20px 0 0;
  z-index: 98;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
}
.note-tip-balloon .frame {
  position: relative;
  padding: 20px;
  border: 2px solid #000;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.note-tip-balloon .frame .tail {
  display: block;
  position: absolute;
  top: -18px;
  left: 0;
}
.note-tip-balloon .frame .tail::before,
.note-tip-balloon .frame .tail::after {
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-style: solid;
  border-width: 0 8px 18px;
}
.note-tip-balloon .frame .tail::before {
  border-color: transparent transparent #000;
}
.note-tip-balloon .frame .tail:after {
  top: 5px;
  border-color: transparent transparent #fff;
}
.note-tip-balloon .frame .block {
  display: none;
}
.note-tip-balloon .frame .note-tip-close {
  margin: 15px 0 0;
}
.note-tip-balloon .frame .note-tip-close a {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e73079 url(../img/icon-close.svg) 50% 50% no-repeat;
  background-size: 14px 14px;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.note-tip-balloon .frame .note-tip-close a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .uqc .note-tip-btn a {
    height: 26px;
    font-size: 13px;
  }
  .uqc .note-tip-btn a i {
    width: 16px;
    height: 16px;
    font-size: 12px;
  }
  .note-tip-balloon {
    padding: 0 30px;
    width: 100%;
  }
  .note-tip-balloon .frame {
    padding: 5.33333vw 4vw;
    border-radius: 8px;
    font-size: 3.73333vw;
  }
  .note-tip-balloon .frame .tail {
    margin-left: -40px;
  }
  .note-tip-balloon .frame .note-tip-close a {
    width: 30px;
    height: 30px;
  }
}
.uqc .content {
  padding: 35px 0 40px;
  background-color: #f5f5f5;
}
.uqc .content .section {
  margin: 0 0 10px;
  background-color: #fff;
  border: 4px solid #e4007f;
  border-radius: 10px;
  overflow: hidden;
}
.uqc .content .section .head {
  position: relative;
  padding-left: 70px;
}
.uqc .content .section .head > .num {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  background-color: #e4007f;
}
.uqc .content .section .head .num img {
  width: 60px;
}
.uqc .content .section .head h2 {
  position: relative;
  max-width: 600px;
}
.uqc .content .section .head .main {
  font-family: "Noto Sans JP","Droid Sans","ヒラギノ角ゴ Pro W3",メイリオ,sans-serif;
}
.uqc .content .section .head h2 span,
.uqc .content .section .head .main {
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .content .section .head.hover span img,
.uqc .content .section .head.hover .icon-lead,
.uqc .content .section .head.hover .icon,
.uqc .content .section .head.hover .main {
  opacity: 0.7;
}
.uqc .content .section .head h2 .pc {
  display: block;
}
.uqc .content .section .head h2 .sp {
  display: none;
}
.uqc .content .section .head h2 a {
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .content .section .head h2 a:hover {
  opacity: 0.3;
}
.uqc .content .section .ac-head i {
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  background-color: #e4007f;
  border-radius: 4px;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .content .section .ac-head.hover i {
  opacity: 0.7;
}
.uqc .content .section .ac-head {
  padding-right: 50px;
  cursor: pointer;
}
.uqc .content .section.opened .ac-head i {
  background-color: silver;
}
.uqc .content .section .ac-head i::before,
.uqc .content .section .ac-head i::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
}
.uqc .content .section .ac-head i::before {
  top: 16px;
  left: 10px;
  width: 14px;
  height: 2px;
}
.uqc .content .section .ac-head i::after {
  top: 10px;
  left: 16px;
  width: 2px;
  height: 14px;
}
.uqc .content .section.opened .ac-head i::after {
  display: none;
}
.uqc .content .section .ac-head .clickable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.uqc .content .section .detail {
  overflow: hidden;
  padding: 0 30px;
  height: 0;
}
.uqc .content .section .detail .close {
  display: flex;
  justify-content: center;
  padding: 30px 0 40px;
}
.uqc .content .section .detail .close a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: silver;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  user-select: none;
}
.uqc .content .section .detail .close a:hover {
  color: #e4007f;
}
.uqc .content .section .detail .close a i {
  position: relative;
  display: block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-color: silver;
  border-radius: 3px;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .content .section .detail .close a:hover i {
  background-color: #e4007f;
}
.uqc .content .section .detail .close a i::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 9px;
  width: 12px;
  height: 2px;
  background-color: #fff;
}
.uqc .content .section .detail .close span {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .uqc .content {
    padding: 0 0 30px;
    background-color: #ededed;
  }
  .uqc .content .section {
    border-radius: 5px;
    border-width: 3px;
  }
  .uqc .content .section .head {
    padding-left: 54px;
  }
  .uqc .content .section .head .num {
    width: 54px;
  }
  .uqc .content .section .head .num img {
    width: 50px;
  }
  .uqc .content .section .head h2 a:hover {
    opacity: 0;
  }
  .uqc .content .section .head.hover h2 span,
  .uqc .content .section .ac-head.hover i {
    opacity: 1;
  }
  .uqc .content .section .ac-head i {
    right: 12px;
  }
  .uqc .content .section .detail {
    padding: 0 6.6%;
  }
  .uqc .content .section .detail .close {
    margin: 35px 0 0;
    padding: 0 0 30px;
  }
  .uqc .content .section .detail .close a {
    font-size: 15px;
    color: #e4007f;
  }
  .uqc .content .section .detail .close a i {
    width: 26px;
    height: 26px;
  }
  .uqc .content .section .detail .close a i::before {
    top: 12px;
    left: 7px;
    width: 12px;
    height: 2px;
  }
  .uqc .content .section .application h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .uqc .content .section .head h2 {
    max-width: 360px;
  }
  .uqc .content .section .head h2 .pc {
    display: none;
  }
  .uqc .content .section .head h2 .sp {
    display: block;
  }
}

.uqc .point03 .info {
  margin: 0 auto;
  max-width: 640px;
}
.uqc .point03 .row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.uqc .point03 .image {
  flex-basis: 50%;
}
.uqc .point03 .text {
  flex-basis: 50%;
  padding: 0 15px 0 0;
  font-size: 15px;
}
.uqc .point03 .text p {
  margin: 15px 0 0;
  line-height: 1.8;
}
.uqc .point03 .text p br {
  display: none;
}
.uqc .point03 .text .note-tip-btn {
  margin: 15px 0 0;
}
.uqc .point03 .application {
  margin-top: 40px;
}
.uqc .point03 .info01 {
  padding-top: 10px;
}
.uqc .point03 .info01 .h-sp {
  display: none;
}
.uqc .point03 .info01 .image span {
  display: block;
  margin-right: -35px;
}
.uqc .point03 .info01 .text {
  padding: 0;
}
.uqc .point03 .info01 .text h3 {
  margin-right: -1em;
  font-size: 23px;
  line-height: 1.4;
}
.uqc .point03 .info01 .text .note {
  margin: 15px 0 0;
  font-size: 14px;
}
.uqc .point03 .info01 .text .note li {
  padding-left: 1em;
  text-indent: -1em;
}
.uqc .point03 .info02 {
  padding-top: 30px;
}
.uqc .point03 .info02 .h-sp {
  display: none;
}
.uqc .point03 .info02 .image {
  padding: 0 10px 0 0;
}
.uqc .point03 .info02 .text h3 {
  font-size: 23px;
  line-height: 1.4;
}
.uqc .point03 .info02 .text h3 i {
  font-size: 34px;
  color: #e4007f;
}
.uqc .point03 .info02 .text p {
  max-width: 290px;
}
.uqc .point03 .info02 .text .sp {
  display: none;
}
.uqc .point03 .info03 {
  padding-top: 30px;
}
.uqc .point03 .info03 .image {
  padding: 0 10px 0 0;
}
.uqc .point03 .info03 .image p {
  padding: 0 10px 0 16px;
  font-size: 14px;
}
.uqc .point03 .info03 .text h3 {
  font-size: 22px;
  line-height: 1.4;
}
.uqc .point03 .info03 .text p {
  max-width: 290px;
}
@media screen and (max-width: 820px) {
  .uqc .point03 .info01 .image span {
    margin-right: -25px;
  }
}
@media screen and (max-width: 768px) {
  .uqc .point03 .info {
    max-width: 360px;
  }
  .uqc .point03 .row {
    display: block;
  }
  .uqc .point03 .text {
    padding: 0;
    font-size: 14px;
  }
  .uqc .point03 .text p {
    margin: 12px 0 0;
  }
  .uqc .point03 .text p br {
    display: block;
  }
  .uqc .point03 .text .note-tip-btn {
    margin: 5px 0 0;
  }
  .uqc .point03 .info01 {
    padding-top: 20px;
  }
  .uqc .point03 .info01 .h-sp {
    display: block;
    margin: 0 -4vw 0 -2vw;
    text-align: center;
    font-size: 5.6vw;
    line-height: 1.36364;
  }
  .uqc .point03 .info01 .image {
    margin: 10px 0 0;
  }
  .uqc .point03 .info01 .image span {
    margin: 0 -5px;
  }
  .uqc .point03 .info01 .text h3 {
    display: none;
  }
  .uqc .point03 .info01 .text .lead {
    margin: 15px 0 0;
  }
  .uqc .point03 .info01 .text .lead::after {
    content: "";
    display: block;
    clear: both;
  }
  .uqc .point03 .info01 .text .lead .note-tip-btn {
    float: right;
    margin: 10px 0 0;
  }
  .uqc .point03 .info01 .text .note {
    margin: 0 -5px;
    font-size: 13px;
    max-width: initial;
  }
  .uqc .point03 .info02 {
    padding-top: 40px;
  }
  .uqc .point03 .info02 .h-sp {
    display: block;
    text-align: center;
    font-size: 5.86667vw;
    line-height: 1.36364;
  }
  .uqc .point03 .info02 .image {
    padding: 0;
  }
  .uqc .point03 .info02 .text h3 {
    text-align: center;
    font-size: 8vw;
    line-height: 1.2;
    color: #e4007f;
  }
  .uqc .point03 .info02 .text .pc {
    display: none;
  }
  .uqc .point03 .info02 .text .sp {
    display: block;
  }
  .uqc .point03 .info02 .text .lead {
    margin: 0 auto;
    max-width: 230px;
    text-align: center;
  }
  .uqc .point03 .info02 .text .lead::after {
    content: "";
    display: block;
    clear: both;
  }
  .uqc .point03 .info02 .text p {
    margin: 5px 0 0;
    padding: 0;
    max-width: 100%;
  }
  .uqc .point03 .info02 .text .lead .note-tip-btn {
    float: right;
  }
  .uqc .point03 .info03 {
    padding-top: 30px;
  }
  .uqc .point03 .info03 .image {
    padding: 0;
  }
  .uqc .point03 .info03 .image p {
    padding: 0 0 0 5.2%;
    font-size: 13px;
  }
  .uqc .point03 .info03 .text {
    margin: 15px 0 0;
    text-align: center;
  }
  .uqc .point03 .info03 .text h3 {
    text-align: center;
    font-size: 5.06667vw;
    line-height: 1.5;
  }
  .uqc .point03 .info03 .text p {
    max-width: 100%;
  }
}
.uqc .point04 .info {
  margin: 0 auto;
  max-width: 640px;
}
.uqc .point04 .row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.uqc .point04 .text {
  flex: 1;
  padding: 0 15px 0 0;
  font-size: 15px;
}
.uqc .point04 .text p {
  margin: 5px 0 0;
  line-height: 1.8;
}
.uqc .point04 .info01 .notes {
  margin: 20px 0 0;
  font-size: 14px;
}
.uqc .point04 .application {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .uqc .point04 .info {
    padding: 15px 0 0;
    max-width: 100%;
  }
  .uqc .point04 .row {
    display: block;
  }
  .uqc .point04 .image {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    max-width: 380px;
  }
  .uqc .point04 .text {
    padding: 0;
    text-align: center;
  }
  .uqc .point04 .text p {
    margin: 5px 0 0;
  }
  .uqc .point04 .info01 .text h3 {
    font-size: 7.06667vw;
    line-height: 1.32075;
  }
  .uqc .point04 .info01 .notes {
    font-size: 13px;
  }
  .uqc .point04 .application {
    margin-top: 30px;
  }
}
/* .uqc .point05 .head h2 a {
  top: 26.89%;
  left: 37.5%;
  width: 33.33%;
  height: 47.17%;
}
.uqc .point05 .info {
  display: flex;
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}
.uqc .point05 .info .col {
  flex-basis: 50%;
  margin: 30px 0;
  padding: 0;
}
.uqc .point05 .info .col h3 {
  font-size: 16px;
  line-height: 1.4;
}
.uqc .point05 .info .col h3 .jp-bold {
  font-size: 30px;
}
.uqc .point05 .info .col h3 span {
  display: block;
}
.uqc .point05 .info .col02 h3 {
  display: table;
  margin: 0 auto;
  text-align: left;
}
.uqc .point05 .info .col .image {
  margin: 0 auto;
  padding: 10px 0 5px;
  max-width: 290px;
}
.uqc .point05 .info .col .image span {
  display: block;
}
.uqc .point05 .info .col02 .image span {
  padding-top: 5%;
}
.uqc .point05 .note {
  display: table;
  margin: 0 auto;
  font-size: 14px;
}
.uqc .point05 .application {
  margin-top: 20px;
} */
/* @media screen and (max-width: 768px) {
  .uqc .point05 .head h2 a {
    top: 42.22%;
    left: 6.7%;
    width: 51.74%;
    height: 40%;
  }
  .uqc .point05 .info {
    display: block;
    max-width: 100%;
  }
  .uqc .point05 .info .col {
    margin: 0;
    padding: 25px 0 15px;
  }
  .uqc .point05 .info .col h3 {
    font-size: 15px;
  }
  .uqc .point05 .info .col h3 .jp-bold {
    font-size: 23px;
  }
  .uqc .point05 .info .col02 h3 span:last-child {
    font-size: 14px;
  }
  .uqc .point05 .info .col .image {
    padding: 10px 0 5px;
    max-width: 360px;
  }
  .uqc .point05 .info .col .image img {
    margin: 0 -5px;
  }
  .uqc .point05 .info .col02 .image span {
    padding-top: 0;
  }
  .uqc .point05 .note {
    display: block;
    margin: 20px 0 0;
    font-size: 13px;
  }
  .uqc .point05 .application {
    margin-top: 30px;
  }
} */
.uqc .point06 .info {
  margin: 0 auto;
  padding: 10px 0 0;
  max-width: 700px;
}
.uqc .point06 .info .h {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.7;
  color: #e4007f;
  font-size: 24px;
}
.uqc .point06 .info .h dt img {
  width: 60px;
}
.uqc .point06 .info .h dd {
  padding: 0 0 0 20px;
}
.uqc .point06 .info .h dd br.pc {
  display: block;
}
.uqc .point06 .info .h dd br.sp {
  display: none;
}
.uqc .point06 .info .h .note-tip-btn {
  display: inline-block;
  position: relative;
  top: -4px;
}
.uqc .point06 .info .list {
  display: flex;
  margin: 0 -9px;
  padding: 20px 0 0;
}
.uqc .point06 .info .list div {
  flex-basis: 50%;
  padding: 0 9px;
}
.uqc .point06 .info .note {
  margin: 10px 0 0;
  font-size: 14px;
}
.uqc .point06 .line {
  margin: 40px 0;
  border-top: 2px dashed #e4007f;
}
.uqc .point06 .jdp {
  margin: 0 auto;
  padding: 0 0 60px;
  max-width: 700px;
}
.uqc .point06 .jdp .jdp-row {
  display: flex;
  align-items: center;
}
.uqc .point06 .jdp .jdp-image {
  flex-basis: 100px;
  max-width: 100px;
}
.uqc .point06 .jdp .jdp-info {
  flex: 1;
  padding: 0 0 0 30px;
  font-size: 15px;
  line-height: 1.7;
}
.uqc .point06 .jdp .jdp-info .h {
  margin: 0 0 5px;
  font-size: 22px;
  font-weight: 700;
  color: #e4007f;
}
.uqc .point06 .jdp .jdp-info .small {
  font-size: 14px;
}
.uqc .point06 .jdp .jdp-info .source {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .uqc .point06 .info {
    padding: 20px 0 0;
    margin: 0 auto;
    padding: 20px 0 0 0;
    max-width: 360px;
  }
  .uqc .point06 .info .h {
    margin-left: -4px;
    margin-right: -0.5em;
    justify-content: flex-start;
    font-size: 17px;
    line-height: 1.5;
  }
  .uqc .point06 .info .h dt img {
    width: 50px;
  }
  .uqc .point06 .info .h dd {
    padding: 0 0 0 10px;
  }
  .uqc .point06 .info .h dd br.pc {
    display: none;
  }
  .uqc .point06 .info .h dd br.sp {
    display: block;
  }
  .uqc .point06 .info .list {
    display: block;
    margin: 0 auto;
    padding: 10px 0 0;
    max-width: 360px;
  }
  .uqc .point06 .info .list div {
    padding: 0 0 5px;
  }
  .uqc .point06 .info .note {
    margin: 5px 0 0;
    font-size: 13px;
  }
  .uqc .point06 .info .h .note-tip-btn {
    top: -1px;
  }
  .uqc .point06 .line {
    margin: 30px 0;
  }
  .uqc .point06 .jdp {
    padding: 0 0 35px;
  }
  .uqc .point06 .jdp .jdp-image {
    flex-basis: 110px;
    max-width: 110px;
  }
  .uqc .point06 .jdp .jdp-info {
    padding: 0 0 0 20px;
    line-height: 1.6;
  }
  .uqc .point06 .jdp .jdp-info .h {
    margin: 0 0 2px;
    font-size: 18px;
  }
  .uqc .point06 .jdp .jdp-info .small {
    font-size: 13px;
  }
  .uqc .point06 .jdp .source {
    margin: 15px 0 0;
    font-size: 12px;
    line-height: 1.5;
  }
}

.uqc .section .head h2.ttl-ac-9 .pc > img {
	padding-top: 16px;
}

.uqc .section .head h2.ttl-ac-9 .notes {
	font-size: 13px;
	padding: 12px 48px 12px;
	line-height: 1.46;
}

.uqc .detail.sc {
	background: url(../img/bg_ttl_ac_9_contents.png);
	background-repeat: repeat-y;
	background-position: center;
	background-size: contain;
}

.uqc .sc-area {
	margin: 0 auto;
	padding: 54px 0 0;
	max-width: 700px;
}

.uqc .sc-area .h {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.uqc .sc-area .sub {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
}

.uqc .sc-area .txt {
	text-align: center;
}

.uqc .sc-area > img {
	margin: auto;
}

.uqc .sc-area .img-area-01 {
	max-width: 280px;
	margin-top: 12px;
}

.uqc .sc-area .img-area-02 {
	max-width: 312px;
	margin-top: 24px;
}

.uqc .sc-area .img-area-03 {
	max-width: 590px;
	margin-top: 12px;
}

.uqc .sc-area > .notes {
	margin: 12px 30px 0;
}

.uqc .sc-area .notes {
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
}

.uqc .sc-area .notes > li {
	margin-left: 1em;
    text-indent: -1em;
}

.uqc .sc-area .box {
	border: 1px solid #969696;
	margin-top: 36px;
}

.uqc .sc-area .box > div.ttl {
	background-color: #969696;
	color: #fefef8;
	text-align: center;
}

.uqc .sc-area .box .notes-wrap {
	padding: 16px;
}

.uqc .sc-area .application {
	margin-top: 40px;
}

.uqc .sc-area .link-block {
    margin: 30px 0 4px;
    text-align: center;
}

.uqc .sc-area .notes-wrap .txt {
    text-align: left;
}

.uqc .sc-area .info .h {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.7;
	color: #e4007f;
	font-size: 24px;
}

.uqc .sc-area .info .h dt img {
	width: 60px;
}

.uqc .sc-area .info .h dd {
	padding: 0 0 0 20px;
}

.uqc .sc-area .info .h dd br.pc {
	display: block;
}

.uqc .sc-area .info .h dd br.sp {
	display: none;
}

.uqc .sc-area .info .h .note-tip-btn {
	display: inline-block;
	position: relative;
	top: -4px;
}

.uqc .sc-area .info .list {
	display: flex;
	margin: 0 -9px;
	padding: 20px 0 0;
}

.uqc .sc-area .info .list div {
	flex-basis: 50%;
	padding: 0 9px;
}

.uqc .sc-area .info .note {
	margin: 10px 0 0;
	font-size: 14px;
}

.uqc .content-feature .section-area .head {
   height: unset;
}

.uqc .section-area .btn-fill-icon i {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -20px;
  width: 50px;
}

.uqc .ttl-ac-9 .pc img {
  max-width: unset;
}

.uqc .content .section.point06 .ac-head {
  padding-right: 0;
}

.uqc .content .section.point06 .head .h {
  display: block;
  padding: 0;
  background: url(../img/bg_ttl_ac_9.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.uqc .content .section.point06 .head h2 {
  max-width: unset;
}

@media screen and (max-width: 768px) {
	.uqc .section .head h2.ttl-ac-9 .sp > img {
		padding-top: 20px;
	}

	.uqc .section .head h2.ttl-ac-9 .notes {
		font-size: 12px;
		padding: 8px 22px 18px;
		line-height: 1.46;
	}

	.uqc .detail.sc {
		background: url(../img/bg_ttl_ac_9_contents_sp.png);
		background-repeat: repeat-y;
		background-position: center;
		background-size: contain;
	}

	.uqc .sc-area {
		padding: 30px 25px 0;
	}

	.uqc .sc-area .h {
		line-height: 1.35;
	}

	.uqc .sc-area .img-area-01 {
		max-width: 190px;
		margin-top: 2px;
	}
	
	.uqc .sc-area .img-area-02 {
		max-width: 232px;
		margin-top: 20px;
	}

  .uqc .sc-area .img-area-03 {
		max-width: 100%;
	}

  .uqc .content .section.section-area .detail {
    padding: 0;
  }

	.uqc .sc-area .notes {
		font-size: 12px;
		margin: auto;
		margin-top: 12px;
	}

	.uqc .sc-area .link-block {
		margin: 28px 0 0;
		text-align: center;
	}

	.uqc .sc-area .box .notes-wrap {
		padding: 10px 16px;
	}

	.uqc .sc-area .box .notes-wrap .txt {
		font-size: 14px;
		text-align: left;
		margin-top: 0;
	}

	.uqc .sc-area .box {
		margin-top: 28px;
	}

	.uqc .sc-area .txt {
		line-height: 1.43;
		font-size: 12px;
		margin-top: 4px;
	}

	.uqc .sc-area .sc-area .sub {
		font-size: 16px;
		margin-top: 16px;
	}

	.uqc .sc-area .info {
		margin: 0 auto;
		max-width: 360px;
	}

	.uqc .sc-area .info .h {
		margin-left: -4px;
		margin-right: -.5em;
		justify-content: flex-start;
		font-size: 17px;
		line-height: 1.5;
	}

	.uqc .sc-area .info .h dt img {
		width: 50px;
	}

	.uqc .sc-area .info .h dd {
		padding: 0 0 0 10px;
	}

	.uqc .sc-area .info .h dd br.pc {
		display: none;
	}

	.uqc .sc-area .info .h dd br.sp {
		display: block;
	}

	.uqc .sc-area .info .list {
		display: block;
		margin: 0 auto;
		padding: 10px 0 0;
		max-width: 360px;
	}

	.uqc .sc-area .info .list div {
		padding: 0 0 5px;
	}

	.uqc .sc-area .info .note {
		margin: 5px 0 0;
		font-size: 13px;
	}

	.uqc .sc-area .info .h .note-tip-btn {
		top: -1px;
	}

  .uqc .section .head h2.ttl-ac-9 {
		background: url(../img/bg_ttl_ac_9_sp.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}

  .uqc .section-area .application ul {
    display: block;
  }

  .uqc .content .section.point06 .head .h {
    background: url(../img/bg_ttl_ac_9_sp.png);
    background-position: center center;
    background-repeat: no-repeat;
  }

  .uqc .content .section.point06 .head h2 {
    padding-right: 38px;
  }
	.uqc .section-area .application h2 {
		font-size: 16px;
	}
  .uqc .section-area .application ul {
    display: block;
		padding: 0;
    margin: 0;
  }
	.uqc .section-area .application ul li{
		padding: 0;
		margin: 20px 0 0 0;
	}
	.uqc .section-area .application ul .btn-fill-icon i{
		left: 15px;
    margin-top: -14px;
    width: 40px;
	}
  
}

.uqc .faq .headline {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  border-top: 1px solid #000;
  font-weight: 900;
  font-size: 30px;
}
.uqc .faq .headline i {
  display: block;
  margin: 0.1em 6px 0 0;
  width: 70px;
}
.uqc .faq .list {
  padding: 0 0 20px;
  border-top: 1px solid #000;
}
.uqc .faq .list > li {
  border-bottom: 1px solid #000;
}
.uqc .faq .list .q {
  position: relative;
  display: flex;
  align-items: center;
  height: 86px;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .faq .list .q:hover {
  opacity: 0.7;
}
.uqc .faq .list .q > dl {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 0 30px 0 0;
}
.uqc .faq .list .a > dl {
  display: flex;
}
.uqc .faq .list .q > dl dt,
.uqc .faq .list .a > dl dt {
  width: 32px;
}
.uqc .faq .list .q > dl dd,
.uqc .faq .list .a > dl dd {
  flex: 1;
  padding-left: 20px;
}
.uqc .faq .list .opened .ac-switching::after {
  display: none;
}
.uqc .faq .list .a {
  overflow: hidden;
  height: 0;
}
.uqc .faq .list .a > dl {
  padding: 0 0 30px;
}
.uqc .faq .list .a > dl dd {
  padding-top: 0.3em;
  line-height: 1.7;
}
.uqc .faq .list .a > dl dd a {
  text-decoration: underline;
  color: #e4007f;
}
.uqc .faq .list .a > dl dd p {
  margin-top: 0.7em;
}
.uqc .faq .list .a > dl dd p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .uqc .faq .headline {
    padding: 20px 1em 20px 0;
    font-size: 22px;
  }
  .uqc .faq .headline i {
    width: calc(70px * 0.7);
  }
  .uqc .faq .list {
    padding: 0;
  }
  .uqc .faq .list .q {
    padding: 15px 0;
    height: auto;
    font-size: 15px;
  }
  .uqc .faq .list .q > dl {
    padding: 0 30px 0 0;
  }
  .uqc .faq .list .q > dl dt,
  .uqc .faq .list .a > dl dt {
    width: 24px;
  }
  .uqc .faq .list .q > dl dd,
  .uqc .faq .list .a > dl dd {
    padding-left: 10px;
  }
  .uqc .faq .list .a {
    font-size: 14px;
  }
}
.section-recommend {
  padding: 6.66667vw 0 4vw;
  background: #303030;
}
.section-recommend__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f17fbf;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.section-recommend__heading span {
  position: relative;
  display: inline-block;
}
.section-recommend__icon {
  width: 22px;
  margin-top: -1.33333vw;
  margin-right: 2.93333vw;
  line-height: 0;
}
.section-recommend__icon img {
  width: 100%;
}
.section-recommend__body {
  margin-top: 5.33333vw;
}
.section-recommend__body .carousel-recommend {
  padding-bottom: 40px;
}
.section-recommend__body .carousel-recommend__item {
  vertical-align: top;
}
.section-recommend__body .slick-slide a {
  position: relative;
  display: block;
}
.section-recommend__body .slick-slide a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.3s ease 0.3s;
}
.section-recommend__body .slick-slide img {
  width: 100vw;
}
.section-recommend__body .slick-current a::after {
  background: transparent;
}
.section-recommend__body .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-recommend__body .slick-next {
  right: 15px;
  bottom: -15px;
  height: 30px;
  top: inherit;
  z-index: 1;
}
.section-recommend__body .slick-next::before {
  color: #b4b4b4;
  content: "";
  display: inline-block;
  font-size: 20px;
  opacity: 1;
  font-family: uq-icomoon !important;
}
.section-recommend__body .slick-prev {
  left: 15px;
  bottom: -15px;
  height: 30px;
  top: inherit;
  z-index: 1;
}
.section-recommend__body .slick-prev::before {
  color: #b4b4b4;
  content: "";
  display: inline-block;
  font-size: 20px;
  opacity: 1;
  transform: rotate(180deg);
  font-family: uq-icomoon !important;
}
.section-recommend__body .slick-dots {
  bottom: 0;
  height: 30px;
}
.section-recommend__body .slick-dots li button::before {
  color: #4f4f4f;
  opacity: 1;
}
.section-recommend__body .slick-dots li.slick-active button::before {
  color: #b4b4b4;
}
@media screen and (min-width: 769px) {
  .section-recommend {
    padding: 50px 0 25px;
  }
  .section-recommend__heading {
    font-size: 24px;
  }
  .section-recommend__icon {
    width: 33px;
    margin-top: -10px;
    margin-right: 22px;
  }
  .section-recommend__body {
    margin-top: 40px;
  }
  .section-recommend__body .carousel-recommend {
    padding-bottom: 55px;
  }
  .section-recommend__body .slick-slide img {
    width: 750px;
  }
  .section-recommend__body .slick-next {
    right: calc(50% - 230px);
  }
  .section-recommend__body .slick-prev {
    left: calc(50% - 230px);
  }
}
.section-review {
  padding: 50px 0;
  background: #e4007f;
}
.section-review__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", メイリオ,
    sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.section-review__heading span {
  position: relative;
  display: inline-block;
}
.section-review__icon {
  width: 46px;
  margin-right: 22px;
  line-height: 0;
}
.section-review__icon img {
  width: 100%;
}
.section-review .uq-review {
  background: none;
  margin-top: 50px;
}
.section-review .uq-review * {
  box-sizing: content-box;
}
.section-review .uq-reviewArea {
  padding: 0;
}
.section-review .uq-reviewArea__title {
  display: none;
}
.section-review .uq-reviewSlider {
  padding: 0;
}
.section-review .carousel-review {
  display: flex;
  margin-top: 50px;
}
.section-review .carousel-review .slick-slide {
  width: 392px;
  padding: 0 7px;
  vertical-align: top;
}
.section-review .carousel-review__item {
  height: 500px;
  width: 100%;
  padding: 40px;
  background: #fff;
  vertical-align: top;
}
.section-review .carousel-review__name {
  font-size: 18px;
  font-weight: 400;
}
.section-review .carousel-review__screen-name {
  font-size: 12px;
  font-weight: 400;
}
.section-review .carousel-review__text {
  margin-top: 30px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .section-review {
    margin: 0;
    padding: 6.66667vw 0 10.6667vw;
  }
  .section-review__heading {
    font-size: 18px;
  }
  .section-review__icon {
    width: 22px;
    margin-right: 10px;
  }
  .section-review .uq-review {
    margin-top: 6.66667vw;
  }
  .section-review .carousel-review {
    margin-top: 6.66667vw;
  }
  .section-review .carousel-review .slick-slide {
    width: 67.2vw;
    padding: 0 1.33333vw;
  }
  .section-review .carousel-review__item {
    height: 89.3333vw;
    padding: 6.66667vw;
  }
  .section-review .carousel-review__name {
    font-size: 3.46667vw;
  }
  .section-review .carousel-review__screen-name {
    font-size: 2.66667vw;
  }
  .section-review .carousel-review__text {
    margin-top: 4vw;
    font-size: 4vw;
  }
}

/**/
.plan-table-note {
  padding: 10px 0 15px 0;
  text-align: center;
  font-size: 14px;
}
.sc-plan-table {
  margin: 0 auto;
  max-width: 710px;
}
.sc-plan-table * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  font-style: normal;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  font-feature-settings: "palt";
}
.sc-plan-table .table {
  border-collapse: collapse;
}
@media screen and (min-width: 769px) {
  .sc-plan-table .visible-sp {
    display: none !important;
  }
  .sc-plan-table .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sc-plan-table .visible-pc {
    display: none !important;
  }
  .sc-plan-table .hidden-sp {
    display: none !important;
  }
}
.sc-plan-table .table table {
  width: 100%;
  font-weight: 700;
  font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", メイリオ,
    sans-serif;
  font-size: 18px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
.sc-plan-table .table table th {
  padding: 2px;
  height: 48px;
  background-color: #e4007f;
  border: 1px solid #000;
  vertical-align: middle;
  text-align: center;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}
.sc-plan-table .table table th.cell01 {
  width: 22%;
}
.sc-plan-table .table table th.cell02,
.sc-plan-table .table table th.cell03,
.sc-plan-table .table table th.cell04 {
  width: 26%;
}
.sc-plan-table .table table td {
  padding: 2px;
  height: 58px;
  border: 1px solid #000;
  vertical-align: middle;
  text-align: center;
}
.sc-plan-table .table table td.bg {
  background-color: #f5f5f5;
}
.sc-plan-table .table table td.cap {
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
}
.sc-plan-table .table table td.cap sup {
  display: inline-block;
  font-size: 100%;
  vertical-align: baseline;
  transform-origin: 50% 20%;
  transform: scale(0.66);
  color: #e4007f;
}
.sc-plan-table .table table .num {
  position: relative;
  bottom: -0.04em;
  padding-right: 0.04em;
  font-family: "Price";
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.03em;
}
.sc-plan-table .table table .lg {
  position: relative;
  bottom: -0.04em;
}
.sc-plan-table .table table .lg .num {
  font-size: 33px;
}
.sc-plan-table .table table .c1 {
  color: #e4007f;
}
@media screen and (max-width: 768px) {
  .plan-table-note {
    padding: 0 0 15px 0;
    text-align: left;
    font-size: 13px;
  }
  .sc-plan-table .table table {
    font-size: 4.1vw;
  }
  .sc-plan-table .table table th {
    padding: 1px;
    height: 9vw;
    font-size: 3.33vw;
  }
  .sc-plan-table .table table th .small {
    font-size: 100%;
  }
  .sc-plan-table .table table td {
    padding: 1px;
    height: 13.3vw;
  }
  .sc-plan-table .table table th.cell01 {
    width: 44%;
  }
  .sc-plan-table .table table th.cell02 {
    width: 56%;
  }
  .sc-plan-table .table table td.cap {
    font-size: 3.06vw;
  }
  .sc-plan-table .table table .num {
    font-size: 6.6vw;
  }
  .sc-plan-table .table table .lg .num {
    font-size: 8.9vw;
  }
}
@media screen and (min-width: 769px) {
  .sc-plan-table .plan_table_tab_wrap {
    max-width: 800px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sc-plan-table .plan_table_tab_wrap .plan_table_tab_item {
    width: 33.33333%;
    border: 3px solid #000;
    border-right: none;
    height: 80px;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    box-sizing: border-box;
    cursor: pointer;
  }
  .sc-plan-table .plan_table_tab_wrap .plan_table_tab_item:last-child {
    border-right: 3px solid #000;
  }
  .sc-plan-table .plan_table_tab_wrap {
    margin-bottom: 20px;
  }
  .sc-plan-table .tab_table_item {
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .sc-plan-table
    input#tab_table_s:checked
    ~ .tab_table_item_wrap
    .tab_table_s_item,
  .sc-plan-table
    input#tab_table_m:checked
    ~ .tab_table_item_wrap
    .tab_table_m_item,
  .sc-plan-table
    input#tab_table_l:checked
    ~ .tab_table_item_wrap
    .tab_table_l_item {
    display: block;
    transition: 0.5s;
  }
  .sc-plan-table input#tab_table_s:checked ~ .plan_table_tab_wrap .tab_table_s,
  .sc-plan-table input#tab_table_m:checked ~ .plan_table_tab_wrap .tab_table_m,
  .sc-plan-table input#tab_table_l:checked ~ .plan_table_tab_wrap .tab_table_l {
    background-color: #e4007f;
    color: #fff;
    transition: 0.5s;
  }
  .sc-plan-table .plan_table_tab_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sc-plan-table .plan_table_tab_wrap .plan_table_tab_item {
    width: 33.33333%;
    border: 0.5vw solid #000;
    border-right: none;
    border-bottom: none;
    height: 14vw;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 3vw;
    line-height: 1.2em;
    font-weight: bold;
    box-sizing: border-box;
    cursor: pointer;
  }
  .sc-plan-table .plan_table_tab_wrap .plan_table_tab_item:last-child {
    border-right: 0.5vw solid #000;
  }
  .sc-plan-table .plan_table_tab_wrap {
    margin-bottom: 2vw;
    position: relative;
    width: calc(100% + 60px);
    left: -30px;
    padding: 0 30px;
    border-bottom: 2px solid#000;
  }
  .sc-plan-table .tab_table_item {
    display: none;
  }
}

.sc-plan .notes li {
  margin: 0.4em 0;
}

.sc-plan .color-red {
  color: #e4007f;
}

@font-face {
  font-family: "Price";
  src: url(../fonts/font.woff) format("woff");
  font-weight: 700;
}

/*sp tab230315*/
@media screen and (min-width: 0px) and (max-width: 768px) {
  .uqc .sc-plan.in-tab .application + .close {
    margin-top: 15px;
  }
  .for_pc {
    display: none !important;
  }
  .sc-plan input#tab_s:checked ~ .tab_item_wrap .tab_s_item,
  .sc-plan input#tab_m:checked ~ .tab_item_wrap .tab_m_item,
  .sc-plan input#tab_l:checked ~ .tab_item_wrap .tab_l_item {
    display: block;
    transition: 0.5s;
  }
  .sc-plan input#tab_s:checked ~ .plan_tab_wrap .tab_s,
  .sc-plan input#tab_m:checked ~ .plan_tab_wrap .tab_m,
  .sc-plan input#tab_l:checked ~ .plan_tab_wrap .tab_l {
    background-color: #e4007f;
    color: #fff;
    transition: 0.5s;
  }

  .sc-plan .plan_tab_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sc-plan.in-tab .plan_tab_wrap {
    padding-top: 20px;
  }
  .sc-plan .plan_tab_wrap .plan_tab_item {
    width: 33.33333%;
    border: 0.5vw solid #000;
    border-right: none;
    border-bottom: none;
    height: 14vw;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 3vw;
    line-height: 1.2em;
    font-weight: bold;
    box-sizing: border-box;
    cursor: pointer;
  }
  .sc-plan .plan_tab_wrap .plan_tab_item:last-child {
    border-right: 0.5vw solid #000;
  }
  .sc-plan .plan_tab_wrap {
    margin-bottom: 2vw;
    position: relative;
    width: calc(100% + 60px);
    left: -30px;
    padding: 0 30px;
    border-bottom: 2px solid#000;
  }
  .sc-plan .tab_item {
    display: none;
  }

  /*slide*/

  .uqc .sc-plan.in-note .plan .notes {
    position: relative;
    /* padding: 5vw 0; */
  }
  .uqc .sc-plan.in-note .plan .notes.on {
    height: auto !important;
  }

  .uqc .sc-plan .link-block {
    display: none;
  }
  .uqc .sc-plan.in-tab .link-block,
  .uqc .sc-plan .link-block.on {
    display: block;
  }
  .uqc .sc-plan .slide_btn_close {
    margin-top: 5vw;
  }
  .uqc .sc-plan .slide_btn_open,
  .uqc .sc-plan .slide_btn_close {
    display: none;
  }
  .uqc .sc-plan .slide_btn_open.on,
  .uqc .sc-plan .slide_btn_close.on {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 1.5;
    color: #e4007f;
    width: 100%;
  }
  /*sp end*/
}

.foot-banner {
  margin: 60px auto;
  max-width: 872px;
}

@media screen and (max-width: 768px) {
  .foot-banner {
    padding: 0 4.666%;
    margin: 8vw 0;
  }
}


/* ↓ モジュール移植 */
/* ↓データ消費0 */
.uqc .content .head-data .head {
	height: 115px;
}
.uqc .content-feature .section .head .h .main h2 {
	transform-origin: 0 50%;
}
.uqc .content-feature .section .head .h .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 180px;
	flex-shrink: 0;
}
.uqc .content .section .col{
  font-family: "Noto Sans JP","Droid Sans","ヒラギノ角ゴ Pro W3",メイリオ,sans-serif;
}
.uqc .content .section .head .h {
	width: 100%;
	height: 100%;
  min-height: 114px;
	display: flex;
	align-items: center;
	line-height: 1.1;
}
.uqc .content .section .head .h-text {
  height: 114px;
  display: flex;
  align-items: center;
  padding: 20px 18px;
  font-family: "Noto Sans JP","Droid Sans","ヒラギノ角ゴ Pro W3",メイリオ,sans-serif;
}
.uqc .content .section .head .h-text .icon-lead{
  font-size: 18px;
  display: flex;
  align-items: center;
  width: 200px;
}
.uqc .content .section .head .h-text .icon-lead .icon{
  margin-right: 10px;

}
.uqc .content .section .head .h-text .main{
  margin-left: 20px;
}
.uqc .content .section .head .h-text h2{
  color: #e4007f;
  font-size: 40px;
  font-weight: bold;
}
.uqc .content .section .head .h-text .jp-bold-ex{
  font-weight: 900;
}

/* 3つのプラン */


.uqc .content .section .device-detail{
  padding: 20px 35px 40px;
}
.uqc .content .section .detail .device-detail{
  padding: 20px 0 0;
}
.device-detail .hd{
  border-radius: 6px;
  font-family: "Noto Sans JP","Droid Sans","ヒラギノ角ゴ Pro W3",メイリオ,sans-serif;
}
.device-detail .komikomi .hd{
  background: #d8232a;
}
.device-detail .minimini .hd{
  background: #008ec4;
}
.device-detail .col2-wrap .col.minimini .capa,
.device-detail .col2-wrap .col.minimini .capa,
.device-detail .minimini .plan-cal .box{
  border-color: #008ec4;
  color: #008ec4;
}
.device-detail .minimini .price{
  color: #008ec4;
}
.device-detail .hd-icon{
  display: flex;
  align-items: center;
  margin-right: 15px;
  min-width: 40px;
}
.device-detail .hd-inner{
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.device-detail .hd-inner .txt01{
  font-size: max(15px,20px);
  font-weight: bold;
  line-height: 1.25;
  white-space: nowrap;
}
.device-detail .hd-inner .txt02{
  font-size: 35px;
  font-weight: bold;
  line-height: 1.25;
  white-space: nowrap;
}
.device-detail .hd-04{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #e4007f;
}
.device-detail .num{
  font-family: 'Price';
  font-weight: 700;
  letter-spacing: -.03em;
}
.device-detail .col2-wrap{
  display: flex;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  gap: 20px;
}
.device-detail .col2-wrap .col{
  flex: 1;
}
.device-detail .lead{
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}
.device-detail .col2-wrap .price{
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.device-detail .col2-wrap .price .price-inner{
  display: grid;
  grid:
    "num tax" 20px
    "num month" 34px
    "in in" 1fr
    / 1fr  80px;
  line-height: 1;
  font-weight: bold;
}
.device-detail .col2-wrap .col.max1g .price{
  color: #e4007f;
}
.device-detail .col2-wrap .col.max15g .price{
  color: #666666;
}

.device-detail .col2-wrap .col .price .price-inner>.num {
  grid-area: num;
  font-size: 76px;
  margin-right: 5px;
  align-self: self-end;
  line-height: 0.5;
}
.device-detail .col2-wrap .col .price .price-inner * {
  vertical-align: middle;
  line-height: 1;

}
.device-detail .col2-wrap .col.max15g .price .price-inner>.num{
  font-size: 62px;

}
.device-detail .col2-wrap .col .price .price-inner .tax-ex {
  grid-area: tax;
  font-size: 17px;
}
.device-detail .col2-wrap .col .price .price-inner .max {
  grid-area: max;
  font-size: 27px;
}
.device-detail .col2-wrap .col .price .price-inner .month-yen {
  grid-area: month;
  font-size: 27px;
  margin-top: 5px;
}
.device-detail .col2-wrap .col .price .price-inner .tax-in {
  grid-area: in;
  text-align: center;
  margin-top: 10px;
  font-size: 22px;
}
.device-detail .col2-wrap.col2-box-wrap .col .price .price-inner .tax-in {
  font-size: 27px;
  margin-top: 15px;
}
.device-detail .col2-wrap.col2-box-wrap .col .price .price-inner .tax-in .num{
  font-size: 41px;
}
.device-detail .col2-wrap.col2-box-wrap .col .price .price-inner .tax-in .month-yen{
  font-size: 23px;
}

.device-detail .col2-wrap .col .price .price-inner .tax-in .num{
  font-size: 36px;
  margin-left: 5px;
  margin-right: 5px;
}
.device-detail .col2-wrap .col .price .price-inner .tax-in .month-yen{
  font-size: 18px;
  margin-top: 0;
}
.device-detail .col2-wrap .col .capa{
  width: 84px;
  height: 84px;
  border: 2px solid #e4007f;
  display: flex;
  flex-direction: column;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #e4007f;
  margin-right: 15px;
}
.device-detail .col2-wrap .col .capa .txt01{
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.device-detail .col2-wrap .col .capa .txt01 .num{
  font-size: 34px;
  line-height: 1;

}
.device-detail .col2-wrap .col .capa .txt02{
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}


.device-detail .plan-basic{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.device-detail .minimini .plan-basic{
  flex-direction: column;
  margin-top: 20px;
  margin-left: 0;
}
.device-detail .minimini .plan-basic .plan-fee{
  display: flex;
  margin-left: 0;
}
.device-detail .plan-cal{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e4007f;
  gap: 10px;
}
.device-detail .plan-cal .box{
  border: 2px solid #e4007f;
  font-size: 12px;
  padding: 2px;
  border-radius: 4px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 112px;
}
.device-detail .plan-cal .box img{
  width: auto;
  margin-right: 5px;
}
.device-detail .plan-fee{
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-weight: bold;
}
.device-detail .plan-fee .price{
  font-size: 17px;
  font-weight: bold;
  margin: 0 10px;
  color: #000;
}
.device-detail .plan-fee .num{
  font-size: 33px;
  margin-right: 5px;
  line-height: 0.5;
}
.tokutoku-img {
  margin-top: 20px;
}
.tokutoku-img img{
  margin: 0 auto;
}
.color-red{
  color: #ff0000;
}
.notice-area{
  margin: 25px auto 0;
  max-width: 640px;
  font-size: 12px;
}
.notice-inner{
  position: relative;
  height: 55px;
  overflow: hidden;
  transition: .2s;
}
.notice-inner .next-more {
  margin: 10px 0;
}
.notice-inner .text-link {
  display: inline-block;
  position: relative;
  padding-right: 1em;
  color: #e4007f;
  text-decoration: underline;
  cursor: pointer;
}
.notice-inner .text-link[target="_blank"]:before {
  content: "\e90b";
  font-family: uq-icomoon!important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
  speak: none;
  text-align: center;
  text-transform: none;
}
.notice-inner .text-link.pdf[target="_blank"]:before {
  content: "\e912";
}
.notice-inner .text-link:before {
  bottom: 0;
  height: 1em;
  line-height: 1;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1em;
  z-index: 1;
}
.notice-inner > p > span {
  display: inline-block;
  margin-top: 5px;
}
.notice-inner .next-more {
  display: block;
}
.notice-inner::after {
  content: "";
  height: 4em;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  background: linear-gradient(0deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  transition: bottom 0.4s ease;
}
.notice-btn-wrap {
  padding-top: 10px;
  text-align: center;
}
.notice-space {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}
.notice-btn-wrap .notice-btn,
.notice-btn-wrap .notice-btn-close {
  font-size: 14px;
  color: #fff;
  background: #969696;
  padding: 5px 10px;
  width: 180px;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
}
.notice-area.open .notice-btn {
  width: 114px;
}
.notice-btn-wrap .notice-btn::before{
  content:"";
  background: url(../img/icon_notice_plus.svg) no-repeat center /cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.notice-area.open .notice-btn-wrap .notice-btn::before{
  background: url(../img/icon_notice_minus.svg) no-repeat center /cover;
} 
.notice-btn-wrap .notice-btn-close::before{
  content:"";
  background: url(../img/icon_notice_minus.svg) no-repeat center /cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.notice-area.open .notice-inner::after {
  transform: scaleY(0);
}
.next-more{
  margin-top: 35px;
  text-align: center;
  font-size: 15px;
}
.next-more a.link{
  text-decoration: none;
  color: #e4007f;
  background: linear-gradient(#e4007f, #e4007f) 0 100%/100% 1px no-repeat;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.next-more a::after{
  content:">";
  margin-left: 5px;
}

.device-detail .col2-wrap.col2-box-wrap{
  margin-top: 70px;
  display: flex;
  gap: 36px;
  max-width: 100%;
}
.device-detail .col2-wrap.col2-box-wrap:first-child{
  margin-top: 0;
}
@media screen and (max-width: 990px){
  .device-detail .hd {
    padding: 5px 10px;
  }
  .device-detail .col2-wrap.col2-box-wrap {
    gap: 10px;
  }
  .uqc .content .section .head .h-text h2{
  color: #e4007f;
  font-size: 35px;
  font-weight: bold;
}
}
.device-detail .col2-wrap .col.komikomi .price{
  color: #d8232a;
}

.device-detail .komikomi-cal{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
  font-size: 13px;
  text-align: center;

}
.device-detail .komikomi-cal .box{
  display: flex;
  flex-direction: column;
  
}
.device-detail .komikomi-cal .box .txt{
  margin-top: 10px;
  line-height: 1.25;
  margin-left: -20px;
  margin-right: -20px;
  flex: 1;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  

}
.device-detail .komikomi-cal .circle{
  width: 84px;
  height: 84px;
  border: 2px solid #d8232a;
  display: flex;
  flex-direction: column;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #d8232a;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
}
.device-detail .komikomi-cal .circle .num{
  font-size: 23px;
}
.device-detail .komikomi-cal .circle .txt03{
  font-size: 24px;
}
.device-detail .komikomi-cal .circle .txt03 .num{
  font-size: 34px;
}
.device-detail .komikomi-cal .circle .txt03 .unit{
  
}
.device-detail .komikomi-cal .add{
  height: 84px;
  display: flex;
  align-items: center;

}

.discount-box{
  border: 1px solid #e4007f;
  border-radius: 8px;
  overflow: hidden;
}
.discount-box .discount-box-header{
  height: 87px;
  border-radius: 8px 8px 0 0 ;
  background: #e4007f;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: bold;
}
.discount-box .discount-box-contents{
  padding: 20px;
}
.discount-box .discount-box-contents .icon-hd3{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
}
.discount-box .discount-box-contents .icon-hd3 img{
  margin-right: 10px;
}
.discount-box .discount-box-contents h4{
  margin-top: 25px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.discount-box .discount-box-contents .price{
  color: #e4007f;
  position: relative;
}
.discount-box .discount-box-contents .price .balloon{
  position: absolute;
  top: 10px;
  right: 0;
  background: url(../img/bg_balloon.svg) no-repeat center /cover;
  width: 75px;
  height: 75px;
  font-size: 14px;
  line-height: 1.25;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  font-weight: bold;
  transform: translateY(-100%);


}
.discount-box .discount-box-contents .price .price-inner{
  grid:
        "max num tax discount" 20px
        "max num month discount" 34px/ 25px 1fr 66px 74px;
}
.discount-box .discount-box-contents .price .price-inner .discount-text{
  grid-area: discount;
  font-size: 37px;
  align-self: self-end;
}
.plan-line-wrap{
  display: flex;
  margin-top: 20px;
  padding: 0 10px;
}
.plan-line-wrap .plan-line-header{
  font-weight: bold;

}
.plan-line-wrap .plan-line-contents{
  display: flex;
  margin-left: 5px;

}
.plan-line-wrap .plan-line-contents .box{
  border: 1px solid #000;
  line-height: 1;
  width: 110px;
  height: 23px;
  padding: 2px;
  border-radius: 6px;
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.plan-line-wrap .plan-line-contents .box+ .box{
  margin-left: 5px;

}
.plan-line-wrap .plan-line-contents .box.pink{
  border-color: #e4007f;
  color: #e4007f;
}
.plan-line-wrap .plan-line-contents .box.blue{
  border-color: #349ecc;
  color: #349ecc;
}
.application.sim-application {
  margin-top: 50px;
}
.application.sim-application ul li {
  padding: 0 10px 5px 10px;
  margin-top: 0;
}
.application.sim-application ul li > p{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
  height: 30px;
  font-size: 15px;
  line-height: 1.5;
}
.application.sim-application .btn-outline-icon {
  background-color: #fff;
  color: #000;
  box-shadow: 0 4px 0 #e4007f;
  border: 2px solid #e4007f;
  display: flex;
  position: relative;
}
.application.sim-application .btn-outline-icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background-image: url(../img/icon-btn-arrow-p.svg);
    background-size: cover;
}

@media screen and (max-width: 768px) {
  .uqc .content .section .head .h{
    min-height: auto;
    padding: 12px 0 12px 10px;
  }
  .uqc .content .section .device-detail {
    padding: 25px 20px 30px;
  }
  .uqc .content .section .head .h-text{
    flex-direction: column;
    height: auto;
    padding: 12px 0 12px 10px;
    align-items: flex-start;
    gap: 5px;
    margin-left: 2%;
  }
  .uqc .content .section .head .h-text .icon-lead{
    font-size: 17px;
    width: 100%;
  }
  .uqc .content .section.point02 .head .h-text .icon-lead .icon{
    width: 30px;
    margin-right: 5px;
  }
  .uqc .content .section.point02 .head .h-text .icon-lead{
    font-size: 3vw;
  }
  .uqc .content .section .head .h-text .icon-lead .icon{
    width: 30px;
  }
  .uqc .content .section .head .h-text .main{
    margin-left: 0;
    line-height: 1.25;
  }
  .device-detail .hd{
    height: 70px;
  }
  .device-detail .hd-inner .txt01{
    font-size: 16px;
  }
  .device-detail .hd-inner .txt02{
    font-size: 26px;
  }
  .device-detail .hd-icon{
    width: 67px;
  }
  .device-detail .col2-wrap .col .capa{
    width: 61px;
    height: 61px;
    margin-right: 10px;
  }
  .device-detail .col2-wrap .col .capa .txt01{
    font-size: 18px;
  }
  .device-detail .col2-wrap .col .capa .txt01 .num{
    font-size: 25px;
    letter-spacing: -.08em;
  }
  .device-detail .col2-wrap .col .capa .txt02{
    font-size: 11px;
  }
  .device-detail .col2-wrap{
    flex-direction: column;
    gap: 10px;
  }
  .device-detail .col2-wrap .price{
    justify-content: start;
  }
  .device-detail .col2-wrap .col .price .price-inner>*{
    align-self: self-end;
  }
  .device-detail .col2-wrap .col .price .price-inner>.num{
    font-size: 56px;
    line-height: 0.5em;
  }
  .device-detail .col2-wrap .col.max15g .price .price-inner>.num{
    font-size: 35px;
  }
  .device-detail .col2-wrap .col .price .price-inner .tax-ex{
    font-size: 13px;
  }
  .device-detail .col2-wrap .col.max15g .price .price-inner .tax-ex{
    font-size: 9px;
  }
  .device-detail .col2-wrap .col .price .price-inner .month-yen{
    font-size: 21px;
    margin-top: 0;
  }
  .device-detail .col2-wrap .col.max15g .price .price-inner .month-yen{
    font-size: 14px;
  }
  .device-detail .col2-wrap .col .price .price-inner .tax-in{
    font-size: 15px;
    margin-top: 0;
    text-align: left;
  }
  .device-detail .col2-wrap .col .price .price-inner .tax-in .num{
    font-size: 15px;
    margin: 0 ;
    line-height: 0.5em;
  }
  .device-detail .col2-wrap .col .price .price-inner .tax-in .month-yen{
    font-size: 12px;
  }
  .device-detail .col2-wrap .col.max1g .price .price-inner{
    grid:
    "num tax in" 15px
    "num month in" 26px
    / 1fr 55px 80px;
  }
  .device-detail .col2-wrap .col.max15g .price .price-inner{
    grid:
    "num tax in" 10px
    "num month in" 17px
    / 1fr 40px 100px;
  }
  .device-detail .plan-basic{
    flex-direction: column;
  }
  .device-detail .lead{
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .device-detail .plan-cal{
    gap: 5px;
  }
  .device-detail .plan-cal .box{
  width: 122px;
  height: 35px;
  }
  .notice-area{
    font-size: 13px;
    margin-top: 15px;
  }
  .next-more{
    margin-top: 30px;
  }
  .device-detail .col2-wrap.col2-box-wrap{
    margin-top: 40px;
    gap: 10px;
  }
  .device-detail .komikomi .hd-icon{
    width: 30px;
  }
  .device-detail .minimini .hd-icon {
    width: 30px;
  }
  .device-detail .komikomi .col2-wrap .price{
    display: none;
  }
  .device-detail .col2-wrap .komikomi .price,
  .device-detail .col2-wrap .minimini .price{
    justify-content: center;
  }
  .application.sim-application{
    margin-top: 35px;
  }
  .application.sim-application ul li > p{
    height: auto;
    margin-bottom: 5px;
  }
  .discount-box .discount-box-header{
    font-size: 15px;
    height: 62px;
  }
  .discount-box .discount-box-contents .icon-hd3{
    line-height: 1.25;
    font-size: 24px;
    margin: 5px 0;
  }
  .discount-box .discount-box-contents h4{
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .discount-box .discount-box-contents {
    padding: 15px 10px;
  }
  .device-detail .col2-wrap .col .discount-box-contents .price .price-inner>.num{
    font-size: 52px;
  }
  .device-detail .col2-wrap .col .discount-box-contents .price .price-inner .tax-ex{
    font-size: 12px;
  }
  .device-detail .col2-wrap .col .discount-box-contents .price .price-inner .month-yen{
    font-size: 20px;
  }
  .device-detail .col2-wrap .col .discount-box-contents .price .price-inner .discount-text{
    font-size: 30px;
  }
  .discount-box .discount-box-contents .price .balloon{
    width: 60px;
    height: 60px;
    font-size: 12px;
    top: 20px;
  }
  .plan-line-wrap .plan-line-header{
    font-size: 13px;
  }
  .plan-line-wrap .plan-line-contents .box{
    width: 90px;
  }

  .plan-line-wrap{
    margin-top: 15px;
  }
  .plan-line-wrap .plan-line-contents{
    margin-left: 10px;
  }
  .device-detail .col2-wrap .discount-box-contents .price{
    justify-content: center;

  }
  .discount-box .discount-box-contents .price .price-inner{
    grid:
          "max num tax discount" 20px
          "max num month discount" 34px/ 20px 1fr 65px 75px;
  }
}

/**/

.uqc .sc-plan .plan .notes-more-wrapper::after {
  content: "";
  height: 2em;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  background: linear-gradient(0deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  transition: bottom 0.4s ease;
}


.uqc .content .section .head .h .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 240px;
	flex-shrink: 0;
}
.uqc .content .section .head .h .icon img {
	width: 75pt;
}

.uqc .sc-data {
	margin: 0 auto;
	max-width: 670px;
}
.uqc .head-data .h .main .catch {
	font-size: 20px;
	color: #000 !important;
}
.uqc .head-data .h .main h2 {
	margin: 0.06em 0 0;
	font-size: 35px;
	color: #e4007f !important;
}
.uqc .jp-bold-ex {
	font-weight: 900;
}

.uqc .sc-data .catch {
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
}
.uqc .sc-data .catch h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
}
.note-tip-balloon .jp-bold, .uqc .jp-bold {
	font-weight: 700;
}
.uqc .sc-data .zero {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0 0 0;
}
.uqc .sc-data .zero .image {
	max-width: 300px;
}
.uqc .sc-data .zero .h {
	font-size: 22px;
	line-height: 1.3;
}
.uqc .sc-data .zero .title {
	display: flex;
	align-items: center;
}
.uqc .sc-data .zero .title .tip-btn {
	padding: 2px 0 0 5px;
}
.uqc .tip-btn-note a {
	background-image: url(../img/tip-btn-note.svg);
}
.uqc .tip-btn a {
	display: block;
	overflow: hidden;
	width: 51px;
	height: 0;
	padding-top: 26px;
	background-size: contain;
	white-space: nowrap;
	text-decoration: none;
}
.uqc .sc-data .app {
	display: flex;
	margin: 40px 0 0 0;
}
.uqc .sc-data .app .mode {
	flex-basis: 50%;
	padding: 0 20px 0 0;
}
.uqc .sc-data .app .mode > div {
	position: relative;
}
.uqc .sc-data .app .mode > p { 
	font-size: 13px;
}
.uqc .sc-data .app .mode a {
	display: block;
	position: absolute;
	top: 27.9%;
	left: 87.66%;
	width: 6.66%;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .sc-data .app .widget {
	flex-basis: 50%;
	padding: 0 0 0 15px;
}
.uqc .sc-data .app .widget .frame {
	display: flex;
	align-items: center;
	padding: 0 5px 0 0;
	background-color: #f9e6f0;
	border-radius: 5px;
}
.uqc .sc-data .app .widget .frame h4 {
	flex: 1;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
}
.uqc .sc-data .app .widget .frame h4 .small {
	font-size: 12px;
}
.uqc .sc-data .app .widget .frame h4 span {
	display: block;
}
.uqc .sc-data .app .widget .frame .image {
	padding: 10px 0 0 0;
	flex-basis: 130px;
}
.uqc .sc-data .app .widget .notes {
	margin: 20px 0 0 0;
}
@media screen and (max-width: 980px) {
	.uqc .content .section .head .h .icon {
		flex-basis: 120px;
	}
}
@media screen and (max-width: 768px) {
	.uqc .content .section .head .h .icon img {
		width: 98%;
	}
	.uqc .content .section .head .h .icon {
		flex-basis: 19.4%;
	}
	.uqc .content .section .head .h .main h2 {
		transform-origin: 0 50%;
    margin-top: 5px;
	}
	.uqc .head-data .h .main h2 {
		font-size: 7.4vw !important;
	}
	.uqc .head-data .h .main .catch {
		font-size: 3.4vw;
    line-height: 1.3;
	}
	.uqc .head-data .h .main .catch > span {
		display: block;
    padding: 0;
    font-size: 3.7vw;
	}
	.uqc .sc-data {
		padding: 0;
    max-width: 100%;
	}
	.uqc .sc-data .catch {
		padding: 10px 0 0 0;
		font-size: 12px;
	}
	.uqc .sc-data .catch h3 {
		margin: 0 0 5px 0;
		font-size: 19px;
	}
	.uqc .sc-data .catch p {
		text-align: left;
	}
	.uqc .sc-data .zero {
		margin: 20px 0 0 0;
	}
	.uqc .sc-data .zero .h {
		text-align: center;
		font-size: 24px;
	}
	.uqc .sc-data .zero .image {
		position: static;
		max-width: 100%;
	}
	.uqc .sc-data .zero .title {
		justify-content: center;
	}
	.uqc .sc-data .zero .title h3 {
		font-size: 30px;
	}
	.uqc .sc-data .zero .title .tip-btn {
		padding: 2px 0 0 5px;
	}
	.uqc .sc-data .zero .graph {
		margin: 20px auto 0 auto;
		max-width: 96%;
	}
	.uqc .sc-data .app {
		display: block;
		margin: 20px 0 0 0;
	}
	.uqc .sc-data .app .mode {
		padding: 0;
	}
	.uqc .sc-data .app .widget {
		margin: 20px 0 0 0;
		padding: 0;
	}
	.uqc .sc-data .app .widget .frame {
		padding: 0 10px 0 0;
	}
	.uqc .sc-data .app .widget .frame h4 {
		font-size: 4.2vw;
	}
	.uqc .sc-data .app .widget .frame h4 .small {
		font-size: 3.2vw;
	}
	.uqc .sc-data .app .widget .frame .image {
		padding: 10px 0 0 0;
		flex-basis: 32vw;
	}
	.uqc .content .section > .detail .close {
		margin: 25px 0 0;
		padding: 0 0 25px;
	}
	.uqc .content .section > .detail .close a {
		font-size: 15px;
		color: #717171;
	}
	.uqc .content .section > .detail .close a i {
		width: 26px;
		height: 26px;
	}
}
/* ↑データ消費0 */
/* ↓最短45分 */
.uqc .content .section-sim .head h2 {
position: relative;
	max-width: 600px;
}
.uqc .content .section-norikae .head h2 {
	position: relative;
	max-width: 600px;
}
.uqc .content .section-norikae .head h2 a {
	display: block;
	position: absolute;
	z-index: 1;
	background-color: #fff;
	opacity: 0;
	transition: opacity .2s cubic-bezier(.39,.575,.565,1);
}
.uqc .point05 a.link {
	text-decoration: underline;
	line-height: 1.5;
	color: #e4007f;
	transition: opacity .2s cubic-bezier(.39,.575,.565,1);
}
.uqc .point05 .head h2 a {
	top: 26.89%;
	left: 37.5%;
	width: 33.33%;
	height: 47.17%;
}
.uqc .sc-norikae {
	padding: 0 0 50px 0;
}
.uqc .sc-norikae .row {
	display: flex;
	margin: 0 auto;
	max-width: 640px
}
.uqc .sc-norikae .block {
	margin: 0 auto;
	padding: 40px 20px 0 20px;
	text-align: center;
}
.uqc .sc-norikae .block .info {
	font-size: 15px;
	line-height: 1.5;
}
.uqc .sc-norikae .block .info h3 {
	margin: 0 0 12px 0;
	font-size: 25px;
	line-height: 1.3;
	color: #e4007d;
}
.uqc .sc-norikae .block .info h3 span {
	margin: -0.06em 0 0 0;
	font-size: 110%;
}
.uqc .sc-norikae .block .image img {
	margin: 0 auto;
	width: 220px;
}
.uqc .sc-norikae .block .text-wrap {
	min-height: 105px;
}
.uqc .sc-norikae .block .tip-btn-layout {
	display: flex;
	margin: 0 0 15px 0;
}
.uqc .sc-norikae .block .tip-btn-layout li {
	margin: 0 5px 0 0;
}
.uqc .sc-norikae .block .tip-btn-layout a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5px 0 5px;
	border: 1px solid #e4007f;
	border-radius: 7px;
	text-decoration: none;
	font-size: 12px;
	line-height: 26px;
	color: #000;
}
.uqc .sc-norikae .block .tip-btn-layout a span {
	display: block;
	padding: 0 5px 0 0;
}
.uqc .sc-norikae .block .tip-btn-layout a i {
	display: block;
}
.uqc .sc-norikae .block .tip-btn-layout a i img {
	width: 16px;
}
.uqc .sc-norikae .block .info .link-box > div {
	margin: 1em 0;
}
.uqc .sc-norikae .block .time {
	font-size: 24px;
	line-height: 1.2;
}
.uqc .sc-norikae .block .time sup {
	margin: 0 -0.16em;
	transform-origin: 50% 10%;
	display: inline-block;
	font-size: 100%;
	vertical-align: baseline;
	transform-origin: 50% 20%;
	transform: scale(.66);
}
.uqc .sc-norikae .block .time .small {
	font-size: 83%;
}
.uqc .sc-norikae .application {
	margin: 0 auto;
}
.uqc .application.single ul {
	display: block;
	margin: 0 auto;
	max-width: 340px;
}
.uqc .application ul li {
	flex-basis: 50%;
	position: relative;

	padding: 0 12px 5px 12px;
}

.uqc .btn-fill-icon::before, .uqc .btn-outline-icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  width: 44px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.uqc .btn-outline-icon.btn-shop::before {
    background-image: url(../img/icon-btn-shop_black.svg);
}

.uqc .btn-fill-icon.btn-online::before {
  background-image: url(../img/icon-btn-online-w.svg);
}

.uqc .sc-norikae .application.single ul li {
	margin: 20px 0 0 0;
	width: 100%;
}
.uqc .application.single ul li {
	padding: 0 0 5px 0;
}
.uqc .application ul li .text {
	margin: 0 0 10px;
	font-size: 15px;
}
.uqc .sc-norikae .application .btn-fill-icon {
	height: 65px;
	font-size: 16px;
	line-height: 1.4;
}
.uqc .sc-norikae .application .btn-fill-icon::before {
	left: 15px;
	width: 30px;
}
.uqc .sc-norikae .application .btn-fill-icon::after {
	right: 15px;
	width: 24px;
  background-size: contain;
  background-position: center;
  top: 0;
  bottom: 0;
  margin-top: 0;
}
.uqc .sc-norikae .block .notes {
	margin: 10px 0 0 0;
	text-align: left;
}
.uqc .sc-norikae .notes {
	margin: 10px 0 0 0;
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
}
.uqc .sc-norikae .block .tip-btn-layout {
	display: flex;
	margin: 0 0 15px 0;
}
.uqc .sc-norikae .block .tip-btn-layout li {
	margin: 0 5px 0 0;
}
.uqc .sc-norikae .block .info .link-box-norikae > div {
	margin: 1em 0;
}
.uqc .btn-fill-icon.btn-sim::before {
	background-image: url(../img/icon-btn-sim-w.svg);
}
.uqc .btn-fill-icon.btn-esim::before {
	background-image: url(../img/icon-btn-esim-w.svg);
}
.note-tip-balloon .frame .block a {
	text-decoration: underline;
	color: #e73079;
}
.uqc .btn-fill-icon.btn-sim::before, .uqc .btn-fill-icon.btn-esim::before {
	margin-top: -20px;
	padding-top: 40px;
	width: 30px;
}
.uqc .btn-fill-icon::before, .uqc .btn-outline-icon::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	width: 44px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.uqc .btn-fill-icon.btn-sim, .uqc .btn-fill-icon.btn-esim {
	padding: 0;
}
.uqc .sc-norikae .btn-fill-icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 0.6em;
	height: 80px;
	border: 2px solid #e4007f;
	border-radius: 20px;
	box-shadow: 0 5px 0 #000;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
	text-decoration: none !important;
}
.uqc .sc-norikae .btn-fill-icon.btn-sim, .uqc .sc-norikae .btn-fill-icon.btn-esim {
	padding: 0;
}
.uqc .sc-norikae .btn-fill-icon::after {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	right: 20px;
	width: 30px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.uqc .sc-norikae .foot {
	margin: 20px 0 0 0;
}
.uqc .sc-norikae .foot .notes {
	display: table;
	margin: 0 auto;
}
.note-tip-sim .head:first-child {
	margin: 0;
}
.note-tip-sim .head .icon {
	margin: 0 auto;
	width: 60px;
}

.note-tip-sim .head {
	margin: 20px 0 0 0;
	text-align: center;
}
.note-tip-sim .head h2 {
	margin: 0 0 10px 0;
	font-size: 17px;
	font-weight: 700;
}
.note-tip-sim .image {
	margin: 0 auto;
	padding: 15px 0;
	max-width: 300px;
}
.note-tip-balloon .frame img {
	width: 100%;
}
.note-tip-sim .foot {
	margin: 10px 0 0 0;
}

@media screen and (max-width: 768px) {
	.uqc .sc-norikae {
		padding: 0 0 20px 0;
	}
	.uqc .sc-norikae .row {
		display: block;
    max-width: 100%;
	}
	.uqc .sc-norikae .block {
    display: block;
    padding: 15px 0;
	}
	.uqc .sc-norikae .block .info {
		text-align: center;
    font-size: 15px;
	}
	.uqc .sc-norikae .block .info h3 {
		justify-content: center;
		margin: 0 0 12px 0;
		font-size: 25px;
	}
	.uqc .sc-norikae .block .image {
		margin: 0 0 15px 0;
		padding: 0;
	}
	.uqc .sc-norikae .block .image img {
		margin: 0 auto;
		width: 80%;
	}
	.uqc .sc-norikae .block .text-wrap {
		min-height: initial;
	}
	.uqc .sc-norikae .block .tip-btn-layout {
		justify-content: center;
		margin: 15px -7px 15px -7px;
		text-align: left;
	}
	.uqc .sc-norikae .block .info .link-box-norikae > div {
		margin: 1em 0;
    text-align: center;
	}
	.uqc .application.single {
		max-width: 340px;
	}
	.uqc .application.single ul {
		display: block;
	}
	.uqc .sc-norikae .application .btn-fill-icon {
		height: 60px;
    font-size: 16px;
	}
	.uqc .sc-norikae .application .btn-fill-icon::before {
		left: 15px;
    width: 26px;
	}
	.uqc .sc-norikae .application .btn-fill-icon::after {
		right: 12px;
    width: 24px;
	}
	.uqc .sc-norikae .foot {
		margin: 10px 0 0 0;
	}
	.uqc .section > .detail {
		padding: 0 20px;
	}
}
/* ↑最短45分 */
/* 全国で使える */
.uqc .head-area {
  font-family: Price;
}
.uqc .head-area .color-red{
  color: #e4007f;
}
.uqc .head-area .h {
  padding: 12px 0 12px 0;
}
.uqc .ac-head .h .main h2 {
  font-size: 35px;
  font-family: "Noto Sans JP","Droid Sans","ヒラギノ角ゴ Pro W3",メイリオ,sans-serif;
}
.uqc .head-area .h .main h2 .small {
  font-size: 71%;
}
.uqc .head-area .h .main .note {
  margin: 0.8em 0 0;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .uqc .content-feature {
    padding: 0 0 30px 0;
  }
  .uqc .content-feature .section .head-area .h .icon img {
    width: 86%;
  }
  .uqc .head-area .h .main h2 {
    font-size: 6vw;
  }
  .uqc .head-area .h .main h2 .small {
    display: block;
    margin: 0.16em 0 0;
    font-size: 68%;
  }
  .uqc .head-area .h .main .note {
    margin: 0.3em 0 0;
    font-size: 2.9vmin;
  }
}
/* 全国で使える */
/* データくりこし */
.uqc .head-kurikoshi .h .main .catch {
  font-size: 20px;
}
.uqc .head-kurikoshi .h .main h2 {
  margin: 0.06em 0;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .uqc .head-kurikoshi .h .main .catch {
    font-size: 3.7vw;
  }
  .uqc .head-kurikoshi .h .main h2 {
    font-size: 7.4vw;
  }
}
.uqc .sc-kurikoshi {
  padding: 20px 0 0;
}
.uqc .sc-kurikoshi .info {
  margin: 0 auto;
  max-width: 740px;
}
.uqc .sc-kurikoshi .info .row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0 auto;
  max-width: 670px;
}
.uqc .sc-kurikoshi .info .h-sp {
  display: none;
}
.uqc .sc-kurikoshi .info .image {
  flex-basis: 52%;
}
.uqc .sc-kurikoshi .info .text {
  flex: 1;
  padding: 0 15px 0 0;
}
.uqc .sc-kurikoshi .info .text .h {
  margin-right: -1em;
  font-size: 23px;
  line-height: 1.4;
}

.uqc .sc-kurikoshi .info .text .note {
	font-size: 13px;
	line-height: 1.5;
} 
.uqc .sc-kurikoshi .info .text .note,
.uqc .sc-kurikoshi .info .text .tip-btn {
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .uqc .sc-kurikoshi {
    padding: 10px 0 0;
  }
  .uqc .sc-kurikoshi .info {
    padding: 0 17px;
    max-width: 100%;
  }
  .uqc .sc-kurikoshi .info .row {
    display: block;
    max-width: 100%;
  }
  .uqc .sc-kurikoshi .info .h-sp {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
  }
  .uqc .sc-kurikoshi .info .image {
    margin: 0;
  }
  .uqc .sc-kurikoshi .info .text {
    display: flex;
    align-items: center;
    padding: 10px 0 0 0;
  }
  .uqc .sc-kurikoshi .info .text .h {
    display: none;
  }
  .uqc .sc-kurikoshi .info .text .note {
    margin: 0;
    flex: 1;
  }
  .uqc .sc-kurikoshi .info .text .tip-btn {
    justify-content: flex-end;
    margin: 0;
  }
}
/* データくりこし */
/* 使い切っても1Mbps */
.uqc .head-speed .h .main .catch {
  font-size: 20px;
}
.uqc .head-speed .h .main h2 {
  font-size: 35px;
  line-height: .9;
}
.uqc .head-speed .h .main h2 > span {
	color: #e4007f !important;
}
.uqc .head-speed .h .main h2 .num {
  position: relative;
  top: 0.06em;
  font-size: 124%;
}
.uqc .head-speed .h .main h2 .small {
  font-size: 71%;
  display:inline-block;
}
.uqc .head-speed .h .main .note {
  margin: 13px 0 0 0;
  font-weight: 700;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .uqc .head-speed .h .main .catch {
    font-size: 3.7vw;
  }
  .uqc .head-speed .h .main h2 {
    font-size: 7.4vw;
    line-height: inherit;
  }
  .uqc .head-speed .h .main h2 .num {
    top: 0.06em;
    font-size: 118%;
    letter-spacing: -0.04em;
    line-height: .8;
  }
  .uqc .head-speed .h .main h2 .lg {
    display: block;
    margin-bottom: -0.2em;
  }
  .uqc .head-speed .h .main h2 .small {
    font-size: 68%;
  }
  .uqc .head-speed .h .main .note {
    margin: 3px 0 0 0;
    font-size: 2.7vmin;
    white-space: nowrap;
  }
}
.uqc .sc-speed {
  margin: 0 auto;
  padding: 30px 0 0;
  max-width: 670px;
}
.uqc .sc-speed .notes {
	font-size: 13px;
	line-height: 1.5;
}
.uqc .sc-speed .info h3 {
  font-size: 23px;
  line-height: 1.5;
}
.uqc .sc-speed .info01 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.uqc .sc-speed .info01 .text {
  flex-basis: 50%;
}
.uqc .sc-speed .info01 .text p {
  margin: 5px 0 0;
  font-size: 13px;
}
.uqc .sc-speed .info02 {
  position: relative;
  margin: 50px 0 0 0;
}
.uqc .sc-speed .info02 h3 {
  width: 52%;
}
.uqc .sc-speed .info02 .image {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 30px;
  right: 0;
  width: 50%;
}
.uqc .sc-speed .info02 .image img {
  width: 90%;
}.uqc .sc-speed .notes {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .uqc .sc-speed {
    padding: 0;
    max-width: 100%;
  }
  .uqc .sc-speed .info h3 {
    font-size: 20px;
  }
  .uqc .sc-speed .info01 {
    display: block;
    padding: 10px 0 0 0;
    text-align: center;
  }
  .uqc .sc-speed .info01 .image {
    display: block;
  }
  .uqc .sc-speed .info01 .image img {
    margin: 0 auto;
  }
  .uqc .sc-speed .info01 .text {
    margin: 10px 0 0 0;
  }
  .uqc .sc-speed .info01 .text p {
    margin: 5px 0 0;
    font-size: 12px;
  }
  .uqc .sc-speed .info02 {
    margin: 30px 0 0 0;
    text-align: center;
  }
  .uqc .sc-speed .info02 h3 {
    width: 100%;
  }
  .uqc .sc-speed .info02 .image {
    display: block;
    position: static;
    margin: 10px auto 0 auto;
    width: 100%;
  }
  .uqc .sc-speed .info02 .image img {
    width: 100%;
  }
  .uqc .sc-speed .info02 .graph {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .uqc .sc-speed .info02 .graph img {
    width: 100%;
  }
  .uqc .sc-speed .notes {
    margin: 20px 0 0 0;
  }
}
/* 使い切っても1Mbps */
/* ↑ モジュール移植 */

/* 割引プラン 自宅セット割・家族セット割 */
.uqc .col .discount-box-lead,
.uqc .col .discount-box-txt {
  text-align: center;
  font-weight: 700;
}
.uqc .col .discount-box-lead {
  font-size: 17px;
  margin-bottom: -10px;
}
.uqc .col .discount-box-txt {
  font-size: 10px;
}
.uqc .col .discount-box-contents .comment-need {
  display: inline-block;
  border: 1px solid #E4017E;
  color: #E4017E;
  padding: 6px;
  line-height: 1.2;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  margin-left: 10px;
}
.lead-price-wrap {
  display: flex;
	flex-direction: column;
}
.lead-price-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 62px;
}
 .device-detail .lead-price-wrap .lead{
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .uqc .col .discount-box-contents .comment-need {
    padding: 3px;
  }
  .uqc .col .discount-box-lead {
    margin-bottom: 0;
  }
  .lead-price-wrap{
		height: auto;
	}
}
/* 割引プラン 自宅セット割・家族セット割 */





/* データもっと増量キャンペーン */
.pc-only {
	display: block !important;
  }
  .pc-only-inline {
	display: inline !important;
  }
  .sp-only {
	display: none !important;
  }
  #zouryou {
	margin-top: -60px;
	padding-top: 60px;
  }
  .btn-center-wrap {
    display: flex;
    justify-content: center;
    --main: #e4007f;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .btn-center-wrap *{
    box-sizing: border-box;
  }
  .radius-btn {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 2px solid var(--main);
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 104px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .radius-btn.hover-link {
    opacity: 0.7;
  }
  .radius-btn .hd {
    padding: 4px 38px;
    line-height: 1.25;
    background: var(--main);
    color: #fff;
    font-size: 18px;
    font-feature-settings: "palt";
  }
  .radius-btn.zouryou-btn {
    border: 3px solid #e4007f;
    border-top: 2px solid #e4007f;
    border-bottom: 6px solid #e4007f;
  }
  .radius-btn.zouryou-btn .con {
    display: flex;
    flex-direction: column;
    background: #fff;
    color: var(--main);
    padding: 6px 56px;
    line-height: 1.25;
    gap: 7px;
    font-feature-settings: "palt";
  }
  .radius-btn.zouryou-btn .con .txt01 {
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
  }
  .radius-btn.zouryou-btn .con .link {
    text-decoration: underline;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 2px;
    color: #000;
  }
  .zouryou-box {
    margin-top: 60px;
    --main: #e4007f;
    background: #fff;
    border: 2px solid var(--main);
    border-radius: 6px;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
  }
  .zouryou-box strong {
    color: var(--main);
    font-weight: bold;
  }
  .zouryou-box sup {
    vertical-align: super;
  }
  .zouryou-mv {
    padding: 30px;
    background: url(../img/bg_zouryou_mv@2x.png) no-repeat center /cover;
    border-radius: 6px 6px 0 0 ;
  }
  .zouryou-mv-ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.25;
    margin: 0 auto;
    font-weight: 700;
    width: 560px;
    padding: 0 45px;
    background: url(../img/img_zouryou_ill_left@2x.png) no-repeat left 30% /30px auto, url(../img/img_zouryou_ill_right@2x.png) no-repeat right 30%/30px auto;
  }
  .zouryou-mv-ttl .ttl {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .zouryou-mv-ttl .txt01 {
    font-size: 30px;
  }
  .zouryou-mv-ttl .txt02 {
    font-size: 28px;
  }
  .zouryou-mv-ttl .txt02 strong {
    font-size: 36px;
    font-weight: 900;
  }
  .zouryou-mv-ttl .txt03 {
    font-size: 16px;
    margin-top: 25px;
    font-weight: normal;
  }
  .zouryou-mv-img {
    text-align: center;
    margin: 15px auto 20px;
  }
  .zouryou-mv-img img {
    margin-left: 20px;
    
    display: inline;
  }
  .zouryou-mv-notice {
    margin: 0 auto;
    border: 1px solid var(--main);
    width: fit-content;
    padding: 6px 30px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: bold;
    letter-spacing: -0.02em;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #fff;
  }
  .zouryou-mv-notice em {
    font-size: 26px;
  }
  .zouryou-mv-notice em.txt01 {
    font-size: 30px;
  }
  .zouryou-mv-notice sup {
    font-size: 16px;
    margin-left: -0.2em;
  }
  .zouryou-contents {
    padding: 45px 90px 50px;
  }
  .zouryou-price {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    gap: 20px;
  }
  .zouryou-price .text-box {
    padding: 10px 0 10px 10px;
  }
  .zouryou-price .text-box .ttl {
    border: 1px solid #000;
    padding: 5px 8px;
    line-height: 1.25;
    font-size: 14px;
    font-weight: bold;
  }
  .zouryou-price .tax-in {
    height: 70px;
    color: var(--main);
  }
  .zouryou-price .tax-in .num {
    height: 0.76em;
    font-weight: 700;
  }
  .zouryou-price .tax-in .unit {
    font-size: 24px;
  }
  .zouryou-price .tax-ex {
    vertical-align: middle;
    width: fit-content;
    line-height: 1;
    margin-top: 26px;
    color: var(--main);
  }
  .zouryou-price .tax-ex:before,
  .zouryou-price .tax-ex:after {
    font-size: 32px;
  }
  .zouryou-price .tax-ex:before {
    content: "(";
    margin-right: -5px;
  }
  .zouryou-price .tax-ex:after {
    content: ")";
    margin-left: -7px;
  }
  .zouryou-price .tax-ex .num {
    font-size: 38px;
    font-weight: 600;
    font-family: "din-2014", sans-serif !important;
  }
  .zouryou-price .tax-ex .unit {
    font-weight: bold;
    font-size: 20px;
  }
  .price-col-wrap {
    display: grid;
    grid-template: "num tax" 1fr
      "num unit" 22px;
    align-items: end;
    text-align: right;
    gap: 0 5px;
  }
  .price-col-wrap .num {
    grid-area: num;
    font-size: 90px;
    line-height: 1;
    font-family: "din-2014", sans-serif !important;
  }
  .price-col-wrap .tax {
    grid-area: tax;
    font-weight: bold;
  }
  .price-col-wrap .unit {
    grid-area: unit;
    font-weight: bold;
    line-height: 1;
  }
  .zouryou-lead {
    text-align: center;
    margin-top: 3px;
    font-size: 18px;
  }
  .zouryou-detail-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-top: 15px;
  }
  .zouryou-detail-hd {
    text-align: center;
  }
  .zouryou-detail-box dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;
    line-height: 1.25;
  }
  .zouryou-detail-box .sum {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 7px 0;
  }
  .zouryou-detail-box .txt {
    
    margin: 5px 8px 5px auto;
  }
  .zouryou-detail-box .price {
  
    line-height: 1;
  }
  .zouryou-detail-box .price .num {
    font-weight: normal;
    margin-right: 2px;
    font-family: inherit;
  }
  
  .zouryou-notice-wrap {
    margin-top: 24px;
    font-size: 13px;
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .zouryou-btn-wrap {
    margin-top: 44px;
    display: flex;
    justify-content: center;
  }
  .zouryou-btn-wrap>a {
    width: 338px;
  }
  .zouryou-notice-wrap .notes-ac-space {
    height: 70px;
  }
  .zouryou-notice-wrap .notes-ac-wrap {
    line-height: 1.5;
  }
  .zouryou-notice p:nth-child(2) {
    margin: 16px auto 8px;
    font-weight: bold;
  }
  .uqc .btn-fill-icon.btn-online:before {
    background-image: url(/mobile/newplan/img/icon-btn-online-w.svg);
	}
  @media screen and (max-width: 768px) {
	.pc-only {
	  display: none !important;
	}
	.pc-only-inline {
	  display: none !important;
	}
	.sp-only {
	  display: block !important;
	}
  .radius-btn.zouryou-btn{
    height: 90px;
    background: #fff;
  }
	.radius-btn .hd {
	  font-size: 11px;
	  font-weight: bold;
	  padding: 6px 30px;
	}
	.radius-btn.zouryou-btn .con {
	  padding: 5px 40px;
	}
	.radius-btn.zouryou-btn .con .txt01 {
	  font-size: 18px;
	}
	.radius-btn.zouryou-btn .con .link {
	  font-size: 11px;
	  font-weight: bold;
	}
	#zouryou {
	  margin-top: -110px;
	  padding-top: 110px;
	}
	.zouryou-box {
	  margin-top: 0;
	}
	.zouryou-mv-img {
	  margin: 8px auto 12px;
	}
	.zouryou-mv {
	  padding: 22px;
	  background: url(../img/bg_zouryou_mv_sp@2x.png) no-repeat center / cover;
	}
	.zouryou-mv-ttl {
	  width: 100%;
	  padding: 0;
	  background: url(../img/img_zouryou_ill_left@2x.png) no-repeat left 16% / 30px auto, url(../img/img_zouryou_ill_right@2x.png) no-repeat right 20% / 34px auto;
	}
	.zouryou-mv-ttl .ttl {
	  font-size: 14px;
	  margin-bottom: 6px;
	}
	.zouryou-mv-ttl .txt01 {
	  font-size: 22px;
	}
	.zouryou-mv-ttl .txt02 {
	  font-size: 22px;
	  text-align: center;
	}
	.zouryou-mv-ttl .txt02 strong {
	  font-size: 29px;
	}
	.zouryou-mv-ttl .txt03 {
	  font-size: 14px;
	  margin-top: 14px;
	}
	.zouryou-mv-img img {
	  width: 100%;
	  margin: auto;
	}
	.zouryou-mv-notice {
	  font-size: 14px;
	  padding: 6px 14px;
	}
	.zouryou-mv-notice em.txt01 {
	  font-size: 23px;
	}
	.zouryou-mv-notice em {
	  font-size: 20px;
	}
	.zouryou-detail-wrap {
	  grid-template-columns: unset;
	  gap: 0;
	}
	.zouryou-contents {
	  padding: 0 22px 41px;
	}
	.zouryou-price .text-box .ttl {
	  font-size: 11px;
	}
	.price-col-wrap .num {
	  font-size: 64px;
	}
	.price-col-wrap .tax {
	  font-size: 12px;
	}
	.zouryou-price .tax-in .unit {
	  font-size: 20px;
	}
	.zouryou-price .tax-ex .num {
	  font-size: 32px;
	}
	.zouryou-price .tax-ex .unit {
	  font-size: 16px;
	}
	.zouryou-lead {
	  margin-top: 12px;
	  font-size: 14px;
	}
	.zouryou-price {
	  gap: 8px;
	}
	.zouryou-price {
	  align-items: center;
	}
	.zouryou-price .text-box {
	  padding: 0 0 10px 2px;
	}
	.zouryou-notice-wrap {
	  margin-top: 14px;
	}
	.zouryou-notice p:nth-child(2) {
	  margin: 16px auto 8px;
	  font-weight: bold;
	}
	.zouryou-detail-hd {
	  text-align: left;
	  font-weight: normal;
	  font-size: 12px;
	}
	.zouryou-price .tax-ex {
	  margin-top: 14px;
	}
  }
  
  
  
  
  
  .notice-area{
	margin: 25px auto 0;
	max-width: 640px;
	font-size: 12px;
  }
  .notice-inner{
	position: relative;
	height: 74px;
	overflow: hidden;
	transition: .2s;
  }
  .notice-inner .next-more {
	margin: 10px 0;
  }
  .notice-inner .text-link {
	display: inline-block;
	position: relative;
	padding-right: 1em;
	color: #e4007f;
	text-decoration: underline;
	cursor: pointer;
  }
  .notice-inner .text-link[target="_blank"]:before {
	content: "\e90b";
	font-family: uq-icomoon!important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	overflow: hidden;
	speak: none;
	text-align: center;
	text-transform: none;
  }
  .notice-inner .text-link.pdf[target="_blank"]:before {
	content: "\e912";
  }
  .notice-inner .text-link:before {
	bottom: 0;
	height: 1em;
	line-height: 1;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 1em;
	z-index: 1;
  }
  .notice-inner > p > span {
	display: inline-block;
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.46;
  }
  .notice-inner > p > span > .link{
    font-size: inherit;

  }
  .notice-inner > p > span.strong {
	font-weight: bold;
	margin: 26px 0 4px;
  }
  .notice-inner .next-more {
	display: block;
  }
  .notice-inner::after {
	content: "";
	height: 4em;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	background-color: #fff;
	background: linear-gradient(0deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	transition: bottom 0.4s ease;
  }
  .notice-btn-wrap {
	padding-top: 10px;
	text-align: center;
  }
  .notice-space {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
  }
  .notice-btn-wrap .notice-btn,
  .notice-btn-wrap .notice-btn-close {
	font-size: 14px;
	color: #fff;
	background: #969696;
	padding: 5px 10px;
	width: 180px;
	height: 40px;
	border-radius: 10px;
	display: inline-block;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	display: inline-flex;
  }
  .notice-area.open .notice-btn {
	width: 114px;
  }
  .notice-btn-wrap .notice-btn::before{
	content:"";
	background: url(/mobile/beginner/point/img/icon_notice_plus.svg) no-repeat center /cover;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
  }
  .notice-area.open .notice-btn-wrap .notice-btn::before{
	background: url(/mobile/beginner/point/img/icon_notice_minus.svg) no-repeat center /cover;
  } 
  .notice-btn-wrap .notice-btn-close::before{
	content:"";
	background: url(/mobile/beginner/point/img/icon_notice_minus.svg) no-repeat center /cover;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
  }
  .notice-area.open .notice-inner::after {
	transform: scaleY(0);
  }
  
  
  @media screen and (max-width: 768px) {
	.notice-area{
	  font-size: 13px;
	  margin-top: 15px;
	}
  }

.uqc .btn-fill-icon {
    background-color: #e4007f;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 1em;
    height: 80px;
    border: 2px solid #e4007f;
    border-radius: 20px;
    box-shadow: 0 5px 0 #000;
    font-weight: 700;
    font-size: 18px;
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    text-decoration: none !important;
}
.uqc .btn-fill-icon.blank:after {
  background-image: url(/mobile/newplan/img/icon-btn-blank-w.svg);
  content: "　";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  width: 30px;
  font-size: 30px;
  line-height: 1;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .uqc .btn-fill-icon {
    height: 60px;
    border-radius: 22px;
    box-shadow: 0 4px 0 0 #000;
    font-size: 15px;
}
.uqc .btn-fill-icon:before {
  left: 10px;
  margin-top: -15px;
  padding-top: 30px;
  width: 36px;
}
.uqc .btn-fill-icon:after {
  right: 10px !important;
}
}

.plan-heading .campaign {
  position: absolute;
  left: 15px;
  background: #fff;
  color: #d8232a;
  border-radius: 10px;
  font-weight: bold;
  padding: 6px 14px;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.plan-heading .campaign:hover {
  opacity: .7;
}
.zouryou-link-wrap {
	text-align: center;
	margin-bottom: 34px;
  }
  .zouryou-link-wrap > a {
	padding: 12px 44px;
	display: inline-block;
	border: 2px solid #e4007f;
	border-bottom: 6px solid #e4007f;
	border-radius: 20px;
	transition:all 0.3s ease;
  }
  .zouryou-link-wrap > a:hover {
	opacity: .7;
  }
  .zouryou-link-wrap > a > span {
	display: block;
	color: #e4007f;
	font-weight: bold;
  }
  .zouryou-link-wrap > a > span.ttl {
	font-size: 20px;
	line-height: 1.3;
  }
  .zouryou-link-wrap > a > span.under-line {
	border-bottom: 1px solid #e4007f;
	display: inline;
	font-size: 14px;
  }
  .layoutC {
    text-align: center;
  }
  .zouryou-detail-box .under-line , .zouryou-detail-col .under-line{
    border-bottom: 1px solid #000;
  }
@media screen and (max-width: 768px) {
  .radius-btn.zouryou-btn {
    border: 3px solid #e4007f;
    border-top: 2px solid #e4007f;
    border-bottom: 6px solid #e4007f;
  }
  .plan-heading .campaign {
    font-size: 10px;
    text-align: center;
    left: 6px;
    padding: 6px 4px;
    border-radius: 6px;
  }
  .zouryou-link-wrap > a {
		padding: 8px 28px;
		padding-top: 12px;
	}
	.zouryou-link-wrap > a > span.ttl {
		font-size: 18px;
		margin-bottom: -6px;
	}
	.zouryou-link-wrap > a > span.under-line {
		font-size: 11px;
	}
}

	/* 増量オブション */
  .uqc .section-other .section-ac {
    border: 2px solid #000;
    border-top: 0;
  }
  .uqc .section-other .section-ac:first-child {
    border-top: 2px solid #000;
    border-radius: 6px 6px 0 0;
    margin-bottom: 0;
  }
  .uqc .section-other .section-ac:last-child {
    border-radius: 0 0 6px 6px;
    margin-top: 0;
  }
  .uqc .increase-option .option {
    margin: 0 auto;
    padding: 30px 0 0 0;
    max-width: 670px;
    text-align: center;
  }
  .uqc .increase-option .option .h {
    display: flex;
    justify-content: center;
    font-size: 23px;
    color: #e4007f;
  }
  .uqc .increase-option .option .h span {
    display: block;
    position: relative;
    padding: 0 35px;
  }
  .uqc .increase-option .option .h span:after,
  .uqc .increase-option .option .h span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .uqc .increase-option .option .h span:before {
    right: 100%;
    background-image: url(../img/option-cp-line-l.svg);
  }
  .uqc .increase-option .option .h span:after {
    left: 100%;
    background-image: url(../img/option-cp-line-r.svg);
  }
  .uqc .increase-option .option p {
    margin: 0.3em 0;
    line-height: 1.4;
  }
  .uqc .increase-option .option .gb {
    margin: 25px 0 0;
  }
  .uqc .increase-option .option .gb h4 {
    font-weight: 700;
    font-size: 18px;
  }
  .uqc .increase-option .option .gb .img {
    position: relative;
    margin: 9pt 0 0;
  }
  .uqc .increase-option .option .gb .img:after,
  .uqc .increase-option .option .gb .img:before {
    content: "";
    display: block;
    height: 2px;
    background-image: url(../img/line-dashed.svg);
    background-size: contain;
  }
  .uqc .increase-option .option .gb .img img {
    margin: 15px auto;
    max-width: 340px;
  }
  .uqc .increase-option .option .gb .img img {
    margin: 15px auto;
    max-width: 340px;
  }
  .uqc .increase-option .option .gb .img h5 {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
    font-size: 17px;
    color: #e4007f;
  }
  .uqc .increase-option .option .gb .img h5 span {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  .uqc .increase-option .option .gb .img h5 span:after,
  .uqc .increase-option .option .gb .img h5 span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 32px;
    height: 32px;
    background-size: contain;
  }
  .uqc .increase-option .option .gb .img h5 span:before {
    right: 100%;
    background-image: url(../img/option-cp-line-l.svg);
  }
  .uqc .increase-option .option .gb .img h5 span:after {
    left: 100%;
    background-image: url(../img/option-cp-line-r.svg);
  }
  .uqc .section-ac .ac-foot, .uqc .plan-section .ac-foot {
    display: none;
    position: fixed;
    z-index: 3;
    bottom: 20px;
    left: 50%;
    margin-left: 33px;
    width: 114px;
  }
  .uqc .section-ac.opened .ac-foot, .uqc .plan-section.opened .ac-foot {
    display: block;
  }
  .uqc .section-ac .ac-foot a span, .uqc .plan-section .ac-foot a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: rgba(150, 150, 150, .9);
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
  }
  .uqc .section-ac.limit .ac-foot, .uqc .plan-section.limit .ac-foot {
    position: absolute;
    bottom: 20px;
    margin-left: -57px;
  }
  .uqc .section-ac .ac-foot a, .uqc .plan-section .ac-foot a {
    text-decoration: none;
  }
  .os-pc .uqc .section-ac .ac-foot a span, .uqc .plan-section .ac-foot a span {
    transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
  }
  .uqc .section-ac .ac-foot a i, .uqc .plan-section .ac-foot a i {
    position: relative;
    display: block;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #fff;
  }
  .uqc .section-ac .ac-foot a i:before, .uqc .plan-section .ac-foot a i:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background-color: rgba(150, 150, 150, 1);
    margin: -1px 0 0 -5px;
    width: 10px;
    height: 2px;
  }
  .uqc .content .section .ac-head.option {
    padding-right: 0;
    padding-left: 18px;
    cursor: pointer;
    height: 60px;
    align-items: center;
    display: flex;
  }
  .uqc .section-other .section-ac {
    border-radius: 6px !important;
    margin-top: 30px;
  }
  .uqc .section .ac-head i, .uqc .section .link-head i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    background-color: #e4007f;
    transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
  }
  .uqc .section-other .section .ac-head i:before {
    margin: -2px 0 0 -10px;
    width: 20px;
    height: 4px;
  }
  .uqc .section-other .section .ac-head i:after, .uqc .section-other .section .ac-head i:before {
    background-color: #000;
  }
  .uqc .section-other .section .ac-head i {
    width: 48px;
    background-color: transparent;
  }
  .uqc .section-other .section .ac-head i:after {
    margin: -4px 0 0 -8px;
    width: 4px;
    height: 20px;
  }
  .uqc .content .section.opened .ac-head.option i {
    background-color: #fff;
  }
  .uqc .content .section.section-ac.section-option-cp .detail {
    overflow: hidden;
    padding: 0 30px;
    height: 0;
    border-top: 2px solid #000;
  }
  .uqc .content .section.section-ac.section-option-cp .link-block {
    padding-bottom: 80px;
  }
  @media screen and (max-width: 768px) {
    .uqc .increase-option .option {
      padding: 20px 17px 80px 17px;
      max-width: 100%;
    }
    .uqc .increase-option .option .h {
      margin: 0 0 14px;
      font-size: 5.2vw;
      line-height: 1.4;
    }
    .uqc .increase-option .option .h span {
      padding: 0 1vw;
    }
    .uqc .increase-option .option .h span:after,
    .uqc .increase-option .option .h span:before {
      top: auto;
      bottom: 0;
      width: 7.4vw;
      height: 7.4vw;
    }
    .uqc .increase-option .option .gb {
      margin: 20px 0 0;
    }
    .uqc .increase-option .option .gb h4 {
      font-size: 1pc;
    }
    .uqc .increase-option .option .gb .img {
      margin: 2vw 0 0 0;
    }
    .uqc .increase-option .option .gb .img img {
      margin: 2vw 0 4vw 0;
      max-width: 100%;
    }
    .uqc .increase-option .option .gb .img h5 {
      margin: 3vw 0 0 0;
      font-size: 4.6vw;
    }
    .uqc .increase-option .option .gb .img h5 span {
      padding: 0 1vw;
    }
    .uqc .increase-option .option .gb .img h5 span:after,
    .uqc .increase-option .option .gb .img h5 span:before {
      width: 7.4vw;
      height: 7.4vw;
    }
    .uqc .content .section.section-ac.section-option-cp .link-block {
      padding-bottom: 0px;
    }
    .uqc .increase-option .option {
      padding-bottom: 0;
    }
    .uqc .section-ac .section-ac-wrap {
      padding: 0 0 70px 0;
    }
    .uqc .content .section .ac-head.option {
      padding-left: 10px;
      height: 45px;
    }
    .uqc .ac-head.option .jp-bold {
      font-weight: 500;
    }
    .uqc .section-other .section .ac-head i {
      width: 28px;
    }
    .uqc .section-other .section .ac-head i:before {
      margin: -1px 0 0 -6px;
      width: 15px;
      height: 3px;
    }
    .uqc .section-other .section .ac-head i:after {
      margin: -1px 0 0 -6px;
      width: 3px;
      height: 15px;
    }
    .uqc .section-ac .ac-foot, .uqc .plan-section .ac-foot {
      display: none;
      position: fixed;
      z-index: 3;
      bottom: 20px;
      left: calc(50% - 57px);
      margin-left: 0;
      width: 114px;
    }
    .uqc .section-ac.limit .ac-foot, .uqc .plan-section.limit .ac-foot {
      position: absolute;
      bottom: 20px;
      margin-left: 0;
    }
  }
  /* 増量オプション */
  
  .uqc .zouryou-contents ul li a.btn-outline-icon.blank {
    padding-left: 0;
    background-color: #fff;
    color: #000;
    box-shadow: 0 4px 0 #e4007f;
    border: 2px solid #e4007f;
  }
  .uqc .zouryou-contents ul li a.btn-outline-icon.blank br {
    display: block !important;
  }
  .uqc .zouryou-contents ul li a.btn-outline-icon.blank::after {
    background-image: url(../img/icon-btn-blank.svg);
  }
  .zouryou-link-wrap.komikomi {
    margin-bottom: 0;
    margin-top: 20px;
  }
  @media screen and (max-width: 768px) {
    .uqc .zouryou-contents ul li a.btn-outline-icon.blank {
      padding-left: 0;
      font-size: 15px;
    }
    .uqc .zouryou-contents ul li {
      padding: 0;
      font-weight: 600;
    }
    .uqc .zouryou-contents ul li:first-child {
      margin-bottom: 36px;
    }
    .btn-center-wrap{
      margin-top: 5px;
      margin-bottom: 20px;
    }
    .zouryou-link-wrap.komikomi {
      margin-bottom: 20px;
      margin-top: 16px;
    }
  }


/* エリア訴求20241120 */
.section-opensignal-award {
	--pink: #e4017f;
	position: relative;
	--kado: 10px;
	--bd-width: 4px;
	.section-opensignal-award-top {
    position: relative;
		border-radius: var(--kado) var(--kado) 0 0;
		border: var(--bd-width) solid var(--pink);
		border-bottom: none;
		@media screen and (max-width: 768px) {
			border-width: calc(var(--bd-width) / 2);
			border-radius: calc(var(--kado) / 2) calc(var(--kado) / 2) 0 0;
		}
		+.section {
			border-width: var(--bd-width);
			border-radius: 0 0 var(--kado) var(--kado);
			border-top: none;
			@media screen and (max-width: 768px) {
				border-width: calc(var(--bd-width) / 2);
				border-radius: 0 0 var(--bd-width) var(--bd-width);
			}
		}
	}
  .num {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 114px;
    background-color: #e4007f;
    @media screen and (max-width: 768px) {
      width: 55px;
      height: 84px;
      z-index: 100;
    }
    > img {
      width: 60px;
      @media screen and (max-width: 768px) {
        width: 50px;
      }
    }
  }
	.mv {
		border-radius: var(--kado) var(--kado) 0 0;
		overflow: hidden;
    @media screen and (max-width: 768px) {
      overflow: unset;
    }
	}
	.award-area {
		padding: 30px 20px 16px;
		background: #f16aaa;
		@media screen and (max-width: 768px) {
			padding: 22px;
		}
	}
	.award-btn-wrap {
		display: flex;
		justify-content: center;
		gap: 30px;
		font-size: 12px;
		@media screen and (max-width: 768px) {
			max-width: 292px;
			margin-inline: auto;
			gap: 18px;
			font-size: 11px;
		}
		.square-btn {
			background: #fff;
			border-radius: 8px;
			height: 52px;
			width: 148px;
			display: grid;
			grid-template-columns: auto 1fr auto;
			align-items: center;
			padding: 7px;
			line-height: 1.375;
			@media screen and (max-width: 768px) {
				padding: 6px;
				height: 51px;
			}
			&:before {
				content: "";
				background: url(../img/icon_graph@2x.png) no-repeat center /contain;
				width: 25px;
				height: 25px;
				margin-right: 6px;
			}
			&:after {
				content: "";
				background: url(../img/icon_pink_info@2x.png) no-repeat center /contain;
				width: 22px;
				height: 22px;
				margin-left: 6px;
			}
			@media screen and (max-width: 768px) {
				&:before {
					width: 22px;
					height: 19px;
					margin-right: 8px;
				}
				&:after {
					width: 20px;
					height: 20px;
					margin-left: 9px;
				}
			}
			em {
				color: var(--pink);
			}
		}
	}
	.award-item-list {
		margin-top: 20px;
		display: flex;
		gap: 47px;
		justify-content: center;
		color: #fff;
		@media screen and (max-width: 768px) {
			flex-direction: column;
			gap: 16px;
			margin-top: 20px;
			margin-bottom: -4px;
		}
		li {
			position: relative;
			padding-left: 56px;
			&:before {
				position: absolute;
				top: 5px;
				left: 2px;
				content: "";
				background: url(../img/icon_white_award.svg) no-repeat center /contain;
				width: 39px;
				height: 36px;
			}
			.lead {
				font-size: 14px;
				line-height: 1.41;
				font-weight: bold;
			}
			.hd {
				font-size: 17px;
				line-height: 1.3;
				font-weight: bold;
				em {
					line-height: 1;
				}
			}
			.txt {
				font-size: 12px;
				line-height: 1.41;
				margin-top: 5px;
				margin-right: -5px;
			}
		}
	}
	.award-note {
		padding: 10px 88px 20px;
		font-size: 13px;
		line-height: 1.4;
		display: flex;
		gap: 15px;
		justify-content: center;
    background-color: #fff;
		@media screen and (max-width: 768px) {
			padding: 10px 25px 20px;
			line-height: 1.4;
			font-size: 12px;
			flex-direction: column;
			align-items: end;
			gap: 0;
		}
	}
	.area-ex-head {
		background: var(--pink);
		color: #fff;
		position: relative;
		&:after {
			content: "";
			position: absolute;
			bottom: 4px;
			left: 50%;
			transform: translateX(-50%);
			background: url(../img/icon_acc_scroll_bottom@2x.png) no-repeat center /contain;
			width: 16px;
			height: 16px;
		}
		.opened &:after {
			display: none;
		}
		@media screen and (max-width: 768px) {
			&:after {
				width: 15px;
				height: 12px;
				bottom: 2px;
			}
		}
		.uqc .section & {
			padding-right: 0;
      padding-left: 0;
			h2 {
				max-width: 100%;
			}
			@media screen and (max-width: 768px) {
				padding-right: 40px;
			}
		}
		.area-ex {
			width: 100%;
			height: 80px;
			padding-bottom: 14px;
			display: flex;
			justify-content: center;
			align-items: center;
			line-height: 1.21;
			transition: all 0.3s ease;
			@media screen and (max-width: 768px) {
				& {
					line-height: 1.3;
					height: 80px;
					gap: 4px;
					padding-bottom: 8px;
				}
			}
			.opened & {
				padding-bottom: 0;
			}
			.ttl {
				font-size: 20px;
				display: inline grid;
				grid-template:
					"ttl em"
					"lead em" /1fr auto;
				gap: 5px 10px;
				@media screen and (max-width: 768px) {
					& {
						font-size: 13px;
						grid-template:
							"ttl em"
							"lead lead" /1fr auto;
					}
				}
				.txt01 {
					grid-area: ttl;
				}
				em {
					grid-area: em;
					font-size: 40px;
					font-weight: bold;
					line-height: 1;
					margin-left: 5px;
					@media screen and (max-width: 768px) {
						font-size: 30px;
					}
				}
			}
			.lead {
				grid-area: lead;
				font-size: 14px;
				@media screen and (max-width: 768px) {
					font-size: 11.5px;
				}
			}
		}
	}
	.detail.sc {
		background: none;
	}
	.sc-area {
		padding-top: 30px;
		@media screen and (max-width: 768px) {
			padding: 24px 0 0;
		}
		.sub6-mv {
			text-align: center;
			@media screen and (max-width: 768px) {
				max-width: 267px;
				margin-inline: auto;
			}
			img {
				display: inline;
			}
		}
		>.notes {
			margin: 12px 0 0;
			@media screen and (max-width: 768px) {
				margin-top: 8px;
			}
			>li {
				margin-left: 0;
				text-indent: inherit;
			}
		}
		>.h {
			margin-top: 20px;
			@media screen and (max-width: 768px) {
				margin-top: 17px;
				font-size: 16px;
				line-height: 1.25;
			}
		}
		@media screen and (max-width: 768px) {
			.img-area-01 {
				margin-top: 7px;
			}
			.img-area-02 {
				margin-top: 26px;
				margin-bottom: 16px;
			}
			.img-area-03 {
				max-width: 100%;
			}
			.sub {
				margin-top: 16px;
				font-size: 16px;
			}
		}
	}
}

.award-modal {
	padding: 10px;
	@media screen and (max-width: 768px) {
		padding: 0;
	}
	.award-modal-hd {
		text-align: center;
		font-size: 24px;
		margin-bottom: 20px;
		font-weight: bold;
		line-height: 1.33;
		@media screen and (max-width: 768px) {
			font-size: 18px;
			margin-bottom: 10px;
		}
		em {
			color: #e3027d;
		}
	}
	.award-modal-text {
		font-size: 16px;
		max-width: 470px;
		margin-inline: auto;
		@media screen and (max-width: 768px) {
			font-size: 12px;
			max-width: 90%;
		}
	}
	.award-modal-img {
		margin-top: 26px;
		img {
			.note-tip-balloon .frame & {
				max-width: 430px !important;
				margin-inline: auto !important;
        display: block;
				@media screen and (max-width: 768px) {
					max-width: 220px !important;
          height: auto !important;
				}
			}
		}
	}
	.award-modal-notice {
		margin-top: 26px;
		line-height: 1.41;
		@media screen and (max-width: 768px) {
			margin-top: 15px;
			font-size: 12px;
			max-width: 90%;
		}
	}
}
.note-tip-balloon {
  width: 680px;
}
@media screen and (max-width: 768px) {
  .note-tip-balloon {
    min-width: 100% !important;
	  width: 100% !important;
  }
}

/* +- */

.section-opensignal-award .ac-head i {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background-color: #e4007f;
  transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}

.section-opensignal-award .ac-head i::before, .section-opensignal-award .ac-head i::after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  background-color: #fff !important;
}

.section-opensignal-award .ac-head i::before {
  margin: -3px 0 0 -12px;
  width: 23px !important;
  height: 5px !important;
}
.section-opensignal-award .ac-head i::after {
  margin: -12px 0 0 -3px;
  width: 5px !important;
  height: 23px !important;
}
.section-opensignal-award .section.opened .ac-head i {
  background-color: unset;
}
.section-opensignal-award .section.opened .ac-head i:after {
  content: none !important;
}

@media screen and (max-width: 768px) {
  .section-opensignal-award .ac-head i {
    width: 40px;
  }
  .section-opensignal-award .ac-head i::before {
    margin: -1px 0 0 -8px !important;
    width: 17px !important;
    height: 3px !important;
  }
  .section-opensignal-award .ac-head i::after {
    margin: -8px 0 0 -1px !important;
    width: 3px !important;
    height: 17px !important;
  }
}

/* ↓ feature_250603 */
.uqc .sc-kurikoshi .info .image {
  flex-basis: 47%;
}
.notice-left-text{
  max-width: 50%;
  text-align: left;
  font-size: 12px;
  margin-top: 0.6em;
}
@media screen and (max-width: 768px) {
  .notice-left-text{
    max-width: 100%;
  } 
  .uqc .point04 .info01 .text h3 {
    font-size: 20px;
  }
  .uqc .sc-speed .info02 {
    padding-top: 0;
  }
}
.notice-center-text {
  font-size: 13px;
  line-height: 1.5;
}
.uqc .content .section.section-ac.section-option-cp .detail {
  padding-inline: 0;
}

.plan-section {
  padding: 35px 0 0 0;
}

.uqc .plan-section .num {
  font-family: Price;
  font-weight: 700;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 768px) {
  .plan-section {
    padding: 24px 0 30px 0;
  }
  .plan-wrap {
    padding: 0 4vw;
  }
}
.plan-tab {
  padding: 0 0 20px 0;
}

.plan-tab ul {
  display: flex;
  padding: 0 100px;
  align-items: end;
}

.plan-tab ul li {
  flex: 1;
  padding: 0 8px;
  text-align: center;
}

.plan-tab ul li a {
  display: block;
  position: relative;
}

.plan-tab ul li .new {
  font-size: 22px;
  color: var(--komikomi_color);
}
@media screen and (max-width: 768px) {
  .plan-tab ul li .new {
    font-size: 14px;
  }
}

.plan-tab ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 4px 0 0 -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.plan-tab ul li a.current {
  cursor: default;
}

.plan-tab ul li a.current::after {
  opacity: 1;
}

.plan-tab ul li a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 50px;
  border: 2px solid #000;
  border-radius: 10px;
  font-size: 21px;
  line-height: 1.5;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.plan-tab ul li a > span > span {
  display: block;
}

.plan-tab ul li a i {
  display: block;
  margin: 0 10px 0 0;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.plan-tab ul li a i::after {
  content: "";
  display: block;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}

.plan-tab ul li a.current i::after {
  opacity: 1;
}

.plan-tab ul li.tokutoku a::after {
  border-color: #ef66b2 transparent transparent transparent;
}

.plan-tab ul li.tokutoku a > span {
  border-color: #e4007f;
  box-shadow: 0 4px 0 #e4007f;
  color: #e4007f;
}

.plan-tab ul li.tokutoku a i {
  width: 26px;
  background-image: url(../img/icon-tab-tokutoku.svg);
}

.plan-tab ul li.tokutoku a i::after {
  background-image: url(../img/icon-tab-tokutoku-on.svg);
}

.plan-tab ul li.tokutoku a.current > span {
  background-color: #e4007f;
  box-shadow: 0 4px 0 #ef66b2;
  color: #fff;
}

.plan-tab ul li.komikomi a::after {
  border-color: #e87b7f transparent transparent transparent;
}

.plan-tab ul li.komikomi a > span {
  border-color: #d8232a;
  box-shadow: 0 4px 0 #d8232a;
  color: #d8232a;
}

.plan-tab ul li.komikomi a i {
  width: 22px;
  background-image: url(../img/icon-tab-komikomi.svg);
}

.plan-tab ul li.komikomi a i::after {
  background-image: url(../img/icon-tab-komikomi-on.svg);
}

.plan-tab ul li.komikomi a.current > span {
  background-color: #d8232a;
  box-shadow: 0 4px 0 #e87b7f;
  color: #fff;
}

.plan-tab ul li.minimini a::after {
  border-color: #66bbdc transparent transparent transparent;
}

.plan-tab ul li.minimini a > span {
  border-color: #008ec4;
  box-shadow: 0 4px 0 #008ec4;
  color: #008ec4;
}

.plan-tab ul li.minimini a i {
  width: 40px;
  background-image: url(../img/icon-tab-minimini.svg);
}

.plan-tab ul li.minimini a i::after {
  background-image: url(../img/icon-tab-minimini-on.svg);
}

.plan-tab ul li.minimini a.current > span {
  background-color: #008ec4;
  box-shadow: 0 4px 0 #66bbdc;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .plan-tab {
    padding: 0 0 20px 0;
  }
  .plan-tab ul {
    margin: 0 -0.8vw;
    padding: 0 2vw;
  }
  .plan-tab ul li {
    padding: 0 0.8vw;
    text-align: center;
  }
  .plan-tab ul li a::after {
    margin: 0 0 0 -10px;
    border-width: 12px 10px 0 10px;
  }
  .plan-tab ul li a > span {
    height: 9.4vw;
    border-width: 1px;
    border-radius: 1.6vw;
    font-size: 3.2vw;
    line-height: 1.3;
  }
  .plan-tab ul li a > span > span > span {
    display: block;
  }
  .plan-tab ul li a i {
    margin: 0 1.5vw 0 0;
  }
  .plan-tab ul li.tokutoku a::after {
    border-color: #e4007f transparent transparent transparent;
  }
  .plan-tab ul li.tokutoku a > span {
    box-shadow: 0 3px 0 #e4007f;
    letter-spacing: 0.08em;
  }
  .plan-tab ul li.tokutoku a i {
    width: 5.6vw;
    margin-right: 1.2vw;
  }
  .plan-tab ul li.tokutoku a.current > span {
    box-shadow: 0 3px 0 #ef66b2;
  }
  .plan-tab ul li.komikomi a::after {
    border-color: #d8232a transparent transparent transparent;
  }
  .plan-tab ul li.komikomi a > span {
    box-shadow: 0 3px 0 #d8232a;
    letter-spacing: -0.01em;
  }
  .plan-tab ul li.komikomi a i {
    width: 4.6vw;
  }
  .plan-tab ul li.komikomi a.current > span {
    box-shadow: 0 3px 0 #e87b7f;
  }
  .plan-tab ul li.minimini a::after {
    border-color: #008ec4 transparent transparent transparent;
  }
  .plan-tab ul li.minimini a > span {
    box-shadow: 0 3px 0 #008ec4;
  }
  .plan-tab ul li.minimini a i {
    width: 8vw;
  }
  .plan-tab ul li.minimini a.current > span {
    box-shadow: 0 3px 0 #66bbdc;
  }
}
.plan-komikomi .plan-heading {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  position: relative;
  gap: 40px;
  height: auto;
  padding-bottom: 0;
}

.plan-heading h2 {
  font-size: 20px;
  height: 105px;
}

.plan-heading h2 img {
  width: auto;
}

@media screen and (max-width: 768px) {
  .plan-komikomi .plan-heading {
    padding: 0;
  }
  .plan-heading h2 img {
    width: 100%;
  }
}
.plan-komikomi .plan-heading h2 span {
  display: block;
  font-size: 19px;
  letter-spacing: normal;
}

.plan-komikomi .plan-heading h2 .lg {
  font-size: 37px;
}

@media screen and (max-width: 768px) {
  .plan-heading {
    text-align: left;
  }
  .plan-heading.new {
    padding: 0;
  }
  .plan-heading img {
    width: 100%;
    height: auto;
  }
  .plan-heading .campaign {
    font-size: 10px;
    text-align: center;
    left: 6px;
    padding: 6px 4px;
    border-radius: 6px;
  }
  .plan-heading i {
    margin: 0 4vw 0 0;
  }
  .plan-heading h2 {
    font-size: 4.4vw;
    height: auto;
  }
  .plan-heading h2 .lg {
    font-size: 7vw;
  }
  .plan-tokutoku .plan-heading i {
    margin: 0 2vw 0 0;
  }
  .plan-tokutoku .plan-heading i img {
    width: 19vw;
  }
  .plan-minimini .plan-heading i img {
    width: 12vw;
  }
}
.plan-tokutoku .plan-heading {
  background-color: #e4007f;
  position: relative;
  overflow: hidden;
  height: auto;
}

.plan-tokutoku .plan-heading i {
  margin: 0;
}

.plan-tokutoku .plan-heading i img {
  width: 90px;
}

.plan-komikomi .plan-detail {
  padding: 16px 20px 30px;
  width: min(700px, 100%);
  margin: 0 auto;
}

.plan-detail-lead {
  display: flex;
  margin-inline: auto;
  justify-content: center;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .plan-detail-lead {
    gap: 0;
    margin-inline: -8px;
  }
}
.plan-detail-lead .lead {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.04em;
  position: relative;
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .plan-detail-lead .lead {
    font-size: 21px;
    background-size: 20px auto;
    background-position: left 65%;
    letter-spacing: normal;
    padding-left: 5vw;
  }
}
.plan-detail-lead .lead:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url(../img/icon_tel_komi.svg) no-repeat left center/24px auto;
  width: 32px;
  height: 32px;
}
.plan-detail-lead .lead sup {
  transform-origin: 0 20%;
}
.plan-detail-lead .lead span em {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .plan-detail-lead .lead span em {
    font-size: 30px;
  }
}

.plan-detail-price {
  display: flex;
  justify-content: center;
  gap: 70px;
  white-space: nowrap;
  padding: 0;
}

.plan-detail-price .block {
  display: flex;
  position: relative;
  padding: 0;
}

.plan-detail-price .block-lg,
.plan-detail-price .block-sm {
  color: #303030;
}

.plan-detail-price .block .gb {
  width: 70px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .plan-detail-price .block .gb {
    margin-top: 0;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.plan-komikomi .plan-detail-price .block .gb {
  width: 250px;
}

.plan-detail-price .block .price {
  padding: 0 0 0 10px;
}

.plan-detail-price .block .price .lead {
  background: #303030;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.25;
  padding: 1px 13px;
  font-size: 14px;
  margin-bottom: 10px;
}

.plan-komikomi .plan-detail-price .block .price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 0;
}

.plan-detail-price .block .tax-out {
  display: flex;
  margin: 0 0 -12px 0;
  line-height: 1.1;
}

.plan-komikomi .plan-detail-price {
  margin-top: 10px;
}
.plan-komikomi .plan-detail-price .block .tax-out .num {
  font-size: 70px;
}
.plan-komikomi .plan-detail-price .block .tax-out dl {
  margin-top: 20px;
}
.plan-komikomi .plan-detail-price .block .tax-out dt {
  font-size: 13px;
  text-align: center;
}
.plan-komikomi .plan-detail-price .block .tax-out dd {
  font-size: 22px;
  margin-top: 0;
}
.plan-komikomi .plan-detail-price .block .tax-in {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .plan-komikomi .plan-detail-price .block .tax-in {
    justify-content: center;
  }
}
.plan-komikomi .plan-detail-price .block .tax-in .num {
  font-size: 35px;
}
.plan-komikomi .plan-detail-price .block .tax-in .yen {
  font-size: 18px;
  margin-top: 16px;
}

.plan-tokutoku .plan-detail-price .block .tax-out .num {
  font-size: 56px;
}

.plan-detail-price .block .tax-out dl {
  margin: 8px 0 0 5px;
}

.plan-detail-price .block .tax-out dt {
  font-size: 12px;
}

.plan-detail-price .block .tax-out dd {
  margin: 5px 0 0 0;
  font-size: 16px;
}

.plan-detail-price .block .tax-in {
  display: flex;
  line-height: 1.1;
  font-size: 26px;
  margin-top: 5px;
  justify-content: flex-start;
}

.plan-detail-price .block .tax-in .num {
  margin: 0 0 0 2px;
  font-size: 28px;
  line-height: 1.4;
}

.plan-detail-price .block .tax-in .yen {
  margin: 8px 0 0 2px;
  font-size: 17px;
}

.plan-detail-price .block {
  gap: 0px;
  justify-content: start;
  align-items: center;
}

.plan-komikomi .plan-detail-price .block-lg {
  color: #d8232a;
}

.plan-minimini .plan-detail-price .block-lg {
  color: #008ec4;
}

.plan-komikomi .plan-detail-price .catch {
  display: none;
}

@media screen and (max-width: 768px) {
  .plan-detail-price {
    display: block;
    padding: 4vw 3vw 0 3vw;
  }
  .plan-detail-price .block {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
  }
  .plan-detail-price .block + .block {
    margin-top: 20px;
  }
  .plan-tokutoku .plan-detail-price .notes {
    color: #000;
    white-space: normal;
  }
  .plan-komikomi .plan-detail-price .block .gb {
    width: 19vw;
  }
  .plan-minimini .plan-detail-price .block .gb {
    width: 19vw;
  }
  .plan-detail-price .block .price {
    display: flex;
    padding: 0 0 0 2vw;
  }
  .plan-tokutoku .plan-detail-price .block .price {
    padding: 0 0 0 3vw;
    flex-direction: column;
    margin: 0;
    margin-right: -2rem;
  }
  .plan-komikomi .plan-detail-price .block .price {
    display: block;
    padding: 0 0 0 3vw;
  }
  .plan-minimini .plan-detail-price .block .price {
    display: block;
    padding: 0 0 0 2vw;
  }
  .plan-detail-price .block-sm .price {
    margin: 0 0 0 0;
  }
  .plan-detail-price .block .tax-out {
    margin: 1vw 0 0 0;
  }
  .plan-komikomi .plan-detail-price .block .tax-out {
    justify-content: center;
  }
  .plan-detail-price .block .tax-out .num {
    font-size: 74px;
  }
  .plan-detail-price .block .tax-out dl {
    margin: 3.6vw 0 0 0.5vw;
  }
  .plan-detail-price .block .tax-out dt {
    font-size: 3.4vw;
  }
  .plan-detail-price .block .tax-out dd {
    margin: 1vw 0 0 0;
    font-size: 5.4vw;
  }
  .plan-tokutoku .plan-detail-price .block .price .lead {
    background: #303030;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.25;
    padding: 1px 13px;
    font-size: 3.4vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-out .num {
    font-size: 14vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-out dl {
    margin: 1vw 0 0 0.8vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-out dt {
    font-size: 3.2vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-out dd {
    margin: 0.5vw 0 0 0;
    font-size: 4.2vw;
  }
  .plan-detail-price .block .tax-in {
    margin: -2vw 0 0 0;
    font-size: 7.4vw;
  }
  .plan-detail-price .block .tax-in .num {
    margin: 0 0 0 0;
    font-size: 45px;
  }
  .plan-detail-price .block .tax-in .yen {
    margin: 1.2vw 0 0 1vw;
    font-size: 5vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-in {
    margin: -3vw 0 0 1vw;
    font-size: 6vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-in .num {
    margin: -0.2vw 0 0 0.2vw;
    font-size: 7vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-in .yen {
    margin: 1vw 0 0 0.5vw;
    font-size: 4.2vw;
  }
  .plan-komikomi .plan-detail-price {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .plan-komikomi .plan-detail-price .catch {
    display: block;
    position: absolute;
    bottom: 6.6vw;
    left: 29vw;
    right: 6vw;
    font-size: 4vw;
    text-align: center;
  }
}
.notes.mini {
  margin-top: 15px;
  grid-column: 1/-1;
}

.notes.mini li {
  font-feature-settings: normal;
}
.notes.mini li span.red {
  color: #FF0000;
}
.notes.mini li a {
  color: #E4007F;
  text-decoration: underline;
}
.notes.mini li.space-top {
  margin-top: 20px;
}

.notes.mini.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .notes.mini.sp-left {
    text-align: left;
  }
}
.notes-ac:has(.notes.mini) {
  margin-top: 20px;
  grid-column: 1/-1;
}
.notes-ac:has(.notes.mini) .notes.mini {
  margin-top: 0;
}

.plan-detail-setwari {
  margin: 0 0 30px 0;
}

.plan-detail-setwari .setwari {
  margin: 0 25px 0 0;
  width: 260px;
}

.plan-detail-setwari .price {
  display: flex;
  justify-content: center;
  margin: 5px 0 0 0;
  line-height: 1.1;
}

.plan-detail-setwari .price .text {
  margin: 12px 0 0 0;
  font-size: 13px;
}

.plan-detail-setwari .price .num {
  margin: 0 3px;
  font-size: 33px;
}

.plan-detail-setwari .price .yen {
  margin: 8px 0 0 0;
  font-size: 17px;
}

.plan-detail-figure {
  margin: 18px auto 0;
  display: flex;
  justify-content: center;
  width: auto;
}
.plan-detail-figure img {
  width: auto;
}

.plan-detail-figure-wrap {
  width: min(665px, 100%);
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .plan-detail-figure-wrap {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }
}

.plan-otoku-detail .plan-detail-figure-wrap {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .plan-otoku-detail .plan-detail-figure-wrap {
    padding: 0;
    margin-top: 4.6vw;
  }
}
.plan-otoku-detail .link-block {
  grid-column: 1/-1;
  font-size: 14px;
}

.plan-detail-figure-hd {
  grid-column: 1/-1;
  background: #FCE5F2;
  font-size: 12px;
  padding: 2px;
  font-weight: bold;
  text-align: center;
}

.plan-detail-figure > .notes {
  margin-top: 5px;
}

.plan-tokutoku .kurikoshi-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(464px, 100%);
  background: #e4007f;
  text-align: center;
  border-radius: 10px;
  padding: 8px 25px;
  margin: 24px auto 0;
  max-width: none;
}
.plan-tokutoku .kurikoshi-box > .txt {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 0;
}
.plan-tokutoku .kurikoshi-box > a {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  transition: 0.2s;
  background-color: #fff;
  background-image: url(../img/tip-hatena-pink.svg);
}
@media screen and (max-width: 768px) {
  .plan-tokutoku .plan-detail-setwari {
    display: block;
    margin: 0;
  }
  .plan-tokutoku .plan-detail-setwari .setwari {
    margin: 3vw auto 0 auto;
    width: 70vw;
  }
  .plan-tokutoku .plan-detail-setwari .price {
    justify-content: center;
    margin: 0 4vw 3vw 4vw;
    padding: 2vw 0 0 0;
  }
  .plan-tokutoku .plan-tokutoku .plan-detail-setwari .price {
    background-repeat: no-repeat;
    background-image: url(../img/line-dashed-tokutoku.svg);
    background-size: 100% auto;
  }
  .plan-tokutoku .plan-minimini .plan-detail-setwari .price {
    margin: 0 0 2vw 0;
  }
  .plan-tokutoku .plan-detail-setwari .price .text {
    margin: 3vw 0 0 0;
    font-size: 3.4vw;
  }
  .plan-tokutoku .plan-detail-setwari .price .num {
    margin: 0 1vw;
    font-size: 8.8vw;
  }
  .plan-tokutoku .plan-detail-setwari .price .yen {
    margin: 2vw 0 0 0;
    font-size: 4.5vw;
  }
  .plan-tokutoku .plan-detail-figure {
    padding: 1.4vw 4vw 0 4vw;
    width: 100%;
    margin: 0;
  }
  .plan-tokutoku .kurikoshi-box {
    margin: 3.4vw auto 0;
    max-width: none;
    gap: 3vw;
    padding: 3vw;
  }
  .plan-tokutoku .kurikoshi-box > .txt {
    font-size: 4.5vw;
    flex: 1;
    padding-left: 3vw;
  }
  .plan-tokutoku .kurikoshi-box > a {
    width: 6vw;
    height: 6vw;
    margin-left: auto;
  }
}

.plan-detail-row {
  display: flex;
  margin: 30px auto 0 auto;
  padding: 0 0 50px 0;
  width: 660px;
}

@media screen and (max-width: 768px) {
  .plan-detail-row {
    display: block;
    margin: 0;
    padding: 0 4vw 6vw 4vw;
    width: auto;
  }
}
.plan-detail-items {
  padding: 0 12px 0 0;
  flex-basis: 50%;
}

.plan-detail-items h4 {
  margin: 0 0 5px 0;
  text-align: center;
  font-size: 13px;
}

.plan-detail-items table {
  width: 290px;
  line-height: 1.2;
  white-space: nowrap;
}

.plan-detail-items table th {
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #000;
  padding: 5px;
  text-align: left;
  font-size: 11px;
}

.plan-detail-items table .caption th {
  padding: 5px;
  background-color: #fce5f2;
  text-align: center;
  font-size: 14px;
}

.plan-detail-items table th sup {
  color: red;
}

.plan-detail-items table td {
  vertical-align: middle;
  border: 1px solid #000;
  font-size: 10px;
  padding: 7px 5px;
  width: 40%;
  text-align: center;
}

.plan-detail-items table td .price {
  display: flex;
  margin-bottom: -5px;
  justify-content: center;
}

.plan-detail-items table td .price .num {
  padding-right: 1px;
  font-weight: 500;
  font-size: 24px;
}

.plan-detail-items table td .price .num span {
  letter-spacing: -0.1em;
}

.plan-detail-items table td .price .yen {
  margin: 9px 0 0 0;
}

@media screen and (max-width: 768px) {
  .plan-detail-items {
    padding: 0 0;
  }
  .plan-detail-items h4 {
    margin: 0 0 2vw 0;
    font-size: 3.4vw;
  }
  .plan-detail-items table {
    width: 100%;
  }
  .plan-detail-items table th {
    padding: 1.2vw;
    font-size: 2.8vw;
  }
  .plan-detail-items table .caption th {
    padding: 1vw;
    font-size: 3.7vw;
  }
  .plan-detail-items table td {
    padding: 1vw 0.8vw;
    font-size: 2.4vw;
  }
  .plan-detail-items table td .price {
    margin-bottom: -1vw;
  }
  .plan-detail-items table td .price .num {
    padding-right: 0.5vw;
    font-size: 6.4vw;
  }
  .plan-detail-items table td .price .yen {
    margin: 2.5vw 0 0 0;
  }
}
.plan-detail-notes {
  padding: 23px 0 0 12px;
  flex-basis: 50%;
}

.plan-detail-notes .link-block {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .plan-detail-notes {
    padding: 4vw 0 0 0;
  }
  .plan-detail-notes .link-block {
    text-align: center;
  }
}
.plan-tip-block {
  margin: 24px 0 0 0;
  grid-column: 1/-1;
}

.plan-tip-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px;
  gap: 25px;
}

.plan-tip-block ul li {
  display: flex;
}

.plan-tip-block a {
  display: block;
  margin: 0 0 0 5px;
  width: 24px;
  height: 24px;
  background-color: #ea6094;
  background-image: url(../img/tip-hatena.svg);
  background-size: contain;
  border-radius: 5px;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.os-pc .plan-tip-block a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .plan-tip-block {
    margin: 22px 0 0;
  }
  .plan-tip-block ul {
    display: block;
    font-size: 14px;
  }
  .plan-tip-block ul li {
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }
  .plan-tip-block ul li + li {
    margin-top: 10px;
  }
}
.plan-komikomi .benefits-wrap {
  --_color:var(--komikomi_color);
}

.plan-tokutoku .benefits-wrap {
  --_color:var(--tokutoku_color);
}

.benefits-wrap {
  margin-top: 18px;
  width: min(660px, 100%);
  margin-inline: auto;
}
.benefits-wrap .hd {
  margin: 0 auto;
  font-size: 18px;
  width: min(320px, 100%);
  padding: 5px 38px 5px 34px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .benefits-wrap .hd {
    font-size: 4.2vw;
  }
}
.benefits-wrap .hd:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--_color);
  -webkit-mask: url(../img/icon_kira_left.svg) left center no-repeat, url(../img/icon_kira_right.svg) right center no-repeat;
          mask: url(../img/icon_kira_left.svg) left center no-repeat, url(../img/icon_kira_right.svg) right center no-repeat;
}
.benefits-wrap .benefits-list {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .benefits-wrap .benefits-list {
    flex-direction: column;
    gap: 11px;
  }
}
.benefits-wrap .benefits-list li {
  width: min(212px, 100%);
}
@media screen and (max-width: 767px) {
  .benefits-wrap .benefits-list li {
    width: 100%;
  }
}
.benefits-wrap .benefits-list li a {
  border-radius: 9px;
  border: 2px solid var(--_color);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .benefits-wrap .benefits-list li a {
    flex-direction: row;
  }
}
.benefits-wrap .benefits-list .ttl {
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1;
  padding: 0px 8px 4px;
  background: var(--_color);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .benefits-wrap .benefits-list .ttl {
    width: 23%;
    align-items: center;
    padding: 4px;
  }
}
.benefits-wrap .benefits-list .ttl .unit-txt {
  font-size: 13px;
}
.benefits-wrap .benefits-list .ttl .num-txt {
  font-size: 19px;
  margin-left: 4px;
}
.benefits-wrap .benefits-list .con {
  padding: 6px 16px 6px 10px;
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 767px) {
  .benefits-wrap .benefits-list .con {
    flex: 1;
    padding: 7px 30px 7px 16px;
  }
}
.benefits-wrap .benefits-list .con:after {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0%, -50%);
  content: "";
  background: url(../img/tip-hatena-02.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
.plan-tokutoku .benefits-wrap .benefits-list .con:after {
  background: url(../img/tip-hatena-03.svg) no-repeat center center;
}
.benefits-wrap .benefits-list .txt01 {
  font-size: 9px;
}
.benefits-wrap .benefits-list .txt02 {
  font-size: 16px;
}
.benefits-wrap .benefits-list .txt03 {
  font-size: 8px;
}

.kurikoshi-col-wrap {
  display: grid;
  grid-template-columns: auto auto;
  place-content: center;
  place-items: center;
  gap: 40px;
  margin-top: 24px;
  line-height: 1.46;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .kurikoshi-col-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 3px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .kurikoshi-col-wrap img {
    width: 240px;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .kurikoshi-col-wrap .col {
    display: contents;
  }
}
.kurikoshi-col-wrap .ttl {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .kurikoshi-col-wrap .ttl {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .kurikoshi-col-wrap .notes.mini {
    order: 3;
    margin-top: 5px;
  }
}

.plan-frame:has(.plan-frame-inner) {
  border: none !important;
}

.plan-komikomi .plan-frame-inner {
  --_color:var(--komikomi_color);
}

.plan-tokutoku .plan-frame-inner {
  --_color:var(--tokutoku_color);
}

.plan-frame-inner {
  border: 2px solid var(--_color);
  border-radius: 6px;
}

.plan-frame-inner + .plan-frame-inner {
  margin-top: 40px;
}

.plan-tokutoku .benefits-detail .benefits-detail-list {
  grid-template-columns: 1fr;
}

.benefits-detail {
  padding: 30px 20px 30px;
  width: min(700px, 100%);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .benefits-detail {
    padding: 24px 18px;
  }
}
.benefits-detail > .hd {
  font-size: 24px;
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .benefits-detail > .hd {
    margin-bottom: 12px;
    font-size: 22px;
  }
}
.benefits-detail .benefits-detail-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
}
@media screen and (max-width: 767px) {
  .benefits-detail .benefits-detail-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.benefits:last-child {
  grid-column: 1/-1;
}
.benefits > .hd {
  background: var(--_color);
  color: #fff;
  font-size: 15px;
  padding: 5px;
  text-align: center;
}
.benefits .con {
  padding: 8px 5px;
}
.benefits .con img {
  height: auto;
  width: revert-layer;
}
.con.con1 .coupon01 {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.con.con1 .ponta-pass-wrap {
  position: absolute;
  top: 26px;
  right: calc(50% - 108px);
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  @media screen and (max-width: 767px) {
    margin-top: 0;
    top: 10%;
    right: 7%;
    .tip-q-wrap.bene{
      margin-top: 0;
    }
  }
}

.benefits .con.con1 .benefits-ttl-01{
  position: relative;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: bold;
  @media screen and (max-width: 767px) {
      margin-inline: 60px auto;
      width: auto;
  }

  .icon{
    position: absolute;
    left: -93px;
    top: 0;
    @media screen and (max-width: 767px) {
      left: -60px;
    }
  }
  .lead{
    font-size: 17px;
    color: #f00;
  }
  .hd{
    font-size: 31px;
    line-height: 1;
    position: relative;
    width: fit-content;
    margin-inline:  auto;
    @media screen and (max-width: 767px) {
      margin-top: 2px;
    }
    .tip-q{
      position: absolute;
      right: 0;
      bottom: 0;
      line-height: 1;
      transform: translateX(calc(100% + 10px));
      .uqc-tip-opener,
      .uqc-sub-tip-opener {
        width: 20px;
        height: 20px;
        color: #fff;
        background: #E4007F;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        border-radius: 3px;
        font-weight: bold;
        position: relative;
        bottom: 3px;
        text-decoration: none;
      }
    }
  }
  .req{
    font-size: 9px;
    border: 1px solid #000;
    display: inline-block;
    padding: 1px 5px;
    font-weight: normal;
    @media screen and (max-width: 767px) {
      margin-top: 12px;
      font-size: 10px;
    }
  }
  .logo{
    margin-top: 16px;
    @media screen and (max-width: 767px) {
      margin-top: 28px;
    }
  }
  .text{
    font-size: 14px;
    margin-top: 6px;
    font-feature-settings: normal;
    @media screen and (max-width: 767px) {
      font-size: 16px;
    }

  }
}
.happy-up-wrap {
  margin-top: 16px;
  margin-inline: auto;
  width: fit-content;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: bold;
  @media screen and (max-width: 767px) {
    margin-top: 28px;
  }
  .text{
    font-size: 14px;
    margin-top: 6px;
    font-feature-settings: normal;
    @media screen and (max-width: 767px) {
      font-size: 16px;
    }
  }
}
.benefits .con.con1 [class^=coupon] {
  padding: 8px 4px;
  border-bottom: 1px solid #737373;
}
@media screen and (max-width: 767px) {
  .benefits .con.con1 [class^=coupon] {
    padding: 16px 2px;
  }
}
.benefits .con.con1 .coupon01 {
  padding: 0;
  text-align: center;
  border-bottom: none;
}
.benefits .con.con1 .coupon02 {
  border-top: 1px solid #737373;
}
.benefits .con.con1 .coupon01 img {
  display: inline;
}
.benefits .con.con1 .txt-wrap {
  padding-left: 7px;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  gap: 0 12px;
}
@media screen and (max-width: 767px) {
  .benefits .con.con1 .txt-wrap {
    padding-left: 0;
  }
}
.benefits .con.con1 .txt-wrap .txt {
  height: auto;
}
.benefits .con.con1 .txt-wrap .logo {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .benefits .con.con1 .txt-wrap .logo {
    margin-top: 12px;
  }
  .benefits .con.con1 .txt-wrap .logo img {
    display: block;
  }
}
.benefits .con.con1 .txt-wrap .logo img + img {
  margin-top: 8px;
}
.benefits .con.con1 .txt-wrap .img {
  grid-column: -2/-1;
  grid-row: 1/-1;
  align-content: center;
}
.benefits .con.con1 .coupon02 .txt {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .benefits .con.con1 .coupon02 .txt {
    font-size: 12px;
  }
}
.benefits .con.con1 .coupon04 .txt01 {
  font-size: 12px;
  line-height: 1.2;
  display: block;
}
@media screen and (max-width: 767px) {
  .benefits .con.con1 .coupon04 .txt01 {
    font-size: 13px;
  }
}
.benefits .con.con1 .coupon04 .txt02 {
  line-height: 1.2;
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .benefits .con.con1 .coupon04 .txt02 {
    font-size: 15px;
  }
}
.benefits .con.con1 .coupon04 .txt02 em {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .benefits .con.con1 .coupon04 .txt02 em {
    font-size: 18px;
  }
}
.benefits .con.con1 .coupon03 {
  border-top: 1px solid #737373;
}
.benefits .con.con1 .coupon03 .txt {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .benefits .con.con1 .coupon03 .txt {
    font-size: 12px;
  }
}
.benefits .con.con1 .coupon05 .txt {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .benefits .con.con1 .coupon05 .txt {
    font-size: 12px;
  }
}
.benefits .con.con1 .coupon06 .txt {
  font-size: 12px;
}
.benefits .con.con1 .coupon06 .txt .txt01 {
  display: block;
}
.benefits .con.con1 .coupon06 .txt .txt02 {
  display: block;
}
.benefits .con.con1 .coupon06 .txt .note {
  font-size: 11px;
  color: #000;
}
.benefits .con.con2 {
  padding: 0;
  text-align: center;
}
.benefits .con.con2 img {
  display: inline-block;
  width: revert-layer;
}
.benefits .con.con2 dl {
  margin-top: 10px;
  padding-inline: 10px;
}
@media screen and (max-width: 767px) {
  .benefits .con.con2 dl {
    margin-top: 0;
    padding: 0;
  }
}
.benefits .con.con2 dl dt {
  font-size: 15px;
}
.benefits .con.con2 dl dt .note {
  font-size: 12px;
  font-weight: normal;
}
.benefits .con.con2 dl dt em {
  font-size: 20px;
}
.benefits .con.con2 dl dd {
  margin-top: 18px;
  padding: 23px 20px;
  border: 1px solid #000;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .benefits .con.con2 dl dd {
    padding: 30px 20px;
  }
}
.benefits .con.con2 dl dd .logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 30px;
}
@media screen and (max-width: 767px) {
  .benefits .con.con2 dl dd .logo {
    gap: 10px 20px;
  }
}

.benefits .con.con3 {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .benefits .con.con3 {
    padding: 0;
  }
}
.benefits .con.con3 .lead-wrap {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .benefits .con.con3 .lead-wrap {
    font-size: 14px;
  }
}
.benefits .con.con3 .hd {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .benefits .con.con3 .hd {
    font-size: 25px;
  }
}
.benefits .con.con3 .text-red {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #f00;
}
@media screen and (max-width: 767px) {
  .benefits .con.con3 .text-red {
    font-size: 17px;
  }
}
.benefits .con.con3 .notes.mini {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .benefits .con.con3 .notes.mini {
    margin-top: 8px;
  }
}
.benefits .con.con3 .img-wrap {
  margin-top: 34px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .benefits .con.con3 .img-wrap {
    flex-direction: column;
    gap: 0;
  }
}
.benefits .con.con3 .img-wrap img {
  width: revert-layer;
}
@media screen and (max-width: 767px) {
  .benefits .con.con3 .img-wrap img {
    width: 100%;
    height: auto;
  }
}
.benefits .con.con3 .img-wrap .img-wrap-txt {
  flex: 1;
  padding: 14px 8px;
}
@media screen and (max-width: 767px) {
  .benefits .con.con3 .img-wrap .img-wrap-txt {
    padding-bottom: 0;
  }
}
.benefits .con.con3 .img-wrap .img-wrap-txt .ttl {
  font-size: 17px;
}
.benefits .con.con3 .img-wrap .img-wrap-txt .txt {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .benefits .con.con3 .img-wrap .img-wrap-txt .txt {
    font-weight: normal;
    line-height: 1.4;
  }
}
.benefits .con.con3 .img-wrap + .notes.mini {
  margin-top: 24px;
}
.benefits .plan-link-block {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .benefits .plan-link-block {
    margin-top: 10px;
  }
}
.benefits .plan-link-block .link {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .benefits .plan-link-block .link {
    font-size: 14px;
  }
}

.plan-detail {
  padding: 24px 0 50px;
}

@media screen and (max-width: 768px) {
  .plan-komikomi .plan-detail,
  .plan-detail {
    padding: 10px 2vw 20px;
  }
}
.next-lead {
  text-align: center;
  margin: 0 auto 0;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .next-lead {
    margin-bottom: 15px;
  }
}

.plan-otoku-detail > div {
  position: relative;
  padding: 0 0 80px 0;
  border-bottom: 2px solid #000;
}

.plan-tokutoku .plan-detail-price .block-lg {
  color: #303030;
}

.plan-after-detail {
  font-size: 12px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .plan-after-detail {
    margin: 30px 0 0;
  }
}
.plan-after-detail .plan-after-detail-head {
  background: #FCE5F2;
  padding: 2px 0;
  text-align: center;
}
.plan-after-detail .plan-after-detail-body {
  display: grid;
  grid-template-columns: 1fr auto max-content;
  line-height: 1.6;
}
.plan-after-detail .plan-after-detail-body dl {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  align-items: center;
  padding: 4px;
  border-bottom: 1px solid #A4A4A4;
  gap: 20px;
}
.plan-after-detail .plan-after-detail-body dl:has(small) {
  background: #F3F3F3;
}
.plan-after-detail .plan-after-detail-body dl:has(small) dt {
  grid-column: 1/2;
}
.plan-after-detail .plan-after-detail-body dl dt {
  grid-column: 1/3;
}
.plan-after-detail .plan-after-detail-body dl dd:last-child {
  text-align: right;
  grid-column: -2/-1;
}
.plan-after-detail .plan-after-detail-body dl dd:has(small) {
  line-height: 1.14;
}
.plan-after-detail .plan-after-detail-body dl dd small {
  font-size: 10px;
}

.plan-notes {
  margin: 0 auto;
  padding: 20px 0 20px 0;
  max-width: 660px;
}
.plan-notes .link-block:first-child {
  margin-top: 0;
}

.plan-tokutoku .plan-otoku-detail > div {
  border-color: transparent;
  padding: 24px 24px 80px;
}
@media screen and (max-width: 767px) {
  .plan-tokutoku .plan-otoku-detail > div {
    padding: 24px 4vw 60px;
  }
}

.plan-otoku-detail .plan-detail-price {
  padding-top: 16px;
}

@media screen and (max-width: 768px) {
  .plan-otoku-heading h2 {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 4.66667vw;
    height: 18.6vw;
  }
  .plan-otoku-heading h2 .sm {
    margin: 0;
    font-size: 4vw;
  }
  .plan-otoku-heading h2 .lg {
    font-size: 6.6vw;
  }
  .plan-otoku-heading h2 .lg sup {
    top: -0.25em;
    font-size: 4.8vw;
  }
  .plan-otoku-heading i {
    right: 15px;
  }
  .plan-otoku-detail > div {
    padding: 0 0 80px 0;
  }
  .plan-otoku-detail .plan-detail-price {
    padding-top: 0;
  }
  .plan-minimini .plan-otoku-detail .plan-detail-price {
    padding-top: 1vw;
  }
  .plan-komikomi .plan-otoku-detail .plan-detail-price {
    display: none;
  }
  .plan-wrap.plan-tokutoku .plan-detail-price .block {
    justify-content: center;
  }
  .plan-tokutoku .plan-detail-price .block .price {
    padding: 0 0 0 3vw;
    flex-direction: column;
    margin-right: -2rem;
  }
  .plan-tokutoku .plan-detail-price .block .tax-in {
    margin: -3vw 0 0 1vw;
    font-size: 6vw;
  }
  .plan-tokutoku .plan-otoku .plan-detail-price .block-lg .tax-in {
    margin: -3vw 0 0 1vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-in .num {
    margin: -0.2vw 0 0 0.2vw;
    font-size: 7vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-in .yen {
    margin: 1vw 0 0 0.5vw;
    font-size: 4.2vw;
  }
  .plan-otoku.opened.limit .ac-foot {
    bottom: 0;
  }
}

.frame .color-attention,
.uqc .color-attention {
  color: red;
}

.uqc .call-option .page-box-basic .page-box01-cont {
  flex: 1;
  padding-top: 20px;
  text-align: left;
}

.uqc .call-option .page-box-basic .page-box01-cont .page-box01-stitle {
  padding-top: 0;
}

.uqc .call-option .page-box01-plan-boxes {
  margin: 0 0 10px 0;
  width: 100%;
}

.uqc .call-option .page-box01-plan-boxes th,
.uqc .call-option .page-box01-plan-boxes td {
  vertical-align: middle;
  padding: 8px 10px;
  border: 1px solid #000;
  font-size: 16px;
}

.uqc .call-option .page-box01-cont .text-link {
  padding: 15px 0 0 0;
}

@media screen and (max-width: 768px) {
  .uqc .call-option {
    padding: 20px 4.66667vw 70px 4.66667vw;
  }
  .uqc .call-option .uqv2-parts-ul--none {
    font-size: 13px;
  }
  .uqc .call-option .uqv2-parts-flex3clm {
    display: block;
    margin: 0;
  }
  .uqc .call-option .uqv2-parts-flex3clm-li {
    margin: 0 0 10px 0 !important;
    padding: 0;
  }
  .uqc .call-option .page-box-basic {
    display: block;
  }
  .uqc .call-option .page-box-basic .page-box01-title {
    padding: 1.2em 0;
  }
  .uqc .call-option .page-box-basic .page-box01-plan-box {
    padding: 0.4em 0;
  }
  .uqc .call-option .page-box-basic .page-box01-plan-title {
    padding: 0 0 0.2em 0;
    text-align: center;
  }
  .uqc .call-option .page-box-basic .page-box01-stitle {
    text-align: center;
  }
  .uqc .call-option .page-box-basic .page-box01-stitle br {
    display: block;
  }
  .uqc .call-option .page-box-basic .page-box01-stitle sup {
    margin: 0 -1em 0 0;
  }
  .uqc .call-option .text-link {
    padding: 10px 0 10px 0;
    font-size: 14px;
  }
  .uqc .call-option .text-link_bold {
    font-size: 15px;
  }
  .uqc .call-option .page-box01-plan-boxes th,
  .uqc .call-option .page-box01-plan-boxes td {
    padding: 8px 8px;
    font-size: 15px;
  }
  .uqc .call-option .page-box01-plan-boxes th {
    white-space: nowrap;
  }
  .uqc .increase-option .option {
    padding: 20px 17px 0px 17px;
  }
}
.uqc .call-option .page-box-basic .page-box01-title {
  flex-basis: 150px;
}

.uqc .section-ac .section-ac-wrap.bottom {
  padding-bottom: 0;
}

.uqc .sc-kurikoshi .info .h-sp {
  font-size: 20px;
  margin-bottom: 0;
}

.uqc .link-block.zouryou-option {
  margin-top: 20px;
}
.uqc .sc-kurikoshi .info .row {
  max-width: 670px;
}
@media screen and (max-width: 768px) {
  .tip-plan-setwari-kazoku .head .price-block {
    display: block;
    margin: 0;
  }
  .tip-plan-setwari-kazoku .head .price {
    margin: 0 0 -15px 0;
    font-size: 5.2vw;
  }
  .tip-plan-setwari-kazoku .head .price .num {
    margin: 0 0.04em 0 0;
    font-size: 15.8vw;
  }
  .tip-plan-setwari-kazoku .head .price div {
    margin: 7vw 0 0 0;
  }
  .tip-plan-setwari-kazoku .head .waribiki {
    margin: 0;
  }
  .tip-plan-setwari-kazoku .setwari-detail {
    padding: 4vw 0 0 0;
    font-size: 3.4vw;
  }
  .tip-plan-setwari-kazoku .head::before {
    content: none;
  }
  .tip-plan-setwari-kazoku .head {
    padding: 2vw 0 4.6vw 0;
  }
}
:root{
	--tokutoku_color: #e4007f;
	--komikomi_color: #d8232a;
	--minimini_color: #008ec4;
}
.device-detail .hd img {
  width: 100%;
}
.plan-komikomi h2.hd {
  background-color: var(--komikomi_color);
}
.uqc .plan-section .notes {
  font-size: 13px;
  display: block;
  line-height: 1.5;
}
.benefits .head {
  display: grid;
  grid-template-columns: auto;
  padding-inline: 10px;
}
@media screen and (max-width: 768px) {
  .benefits .head,
  .benefits .head,
  .benefits .head {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .benefits .con1 .head > div {
    text-align: center;
  }
  .benefits .con.con1 .coupon01 {
    padding-left: 0;
  }
  .benefits .con.con1 .coupon01 img {
    width: 100%;
  }
  .benefits .con {
    padding: 0
  }
}
.benefits .con1 .body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .benefits .con1 .body {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .device-detail.plan-komikomi .hd,
  .device-detail.plan-tokutoku .hd {
    height: auto;
  }
}
.benefits .con.con2 .head p img {

}
@media screen and (max-width: 768px) {
  .benefits .con.con2 .head p img {
    margin-left: 0;
    width: 100%;
  }
}
.benefits .con.con2 .notes.mini {
  margin-top: 30px;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .benefits .con.con2 .notes.mini {
    font-size: 12px;
    margin: 23px 0 10px;
    text-align: left;
  }
}
.benefits .con.con2 .plan-link-block {
  margin-top: 22px;
  font-size: 12px;
}
.benefits .con.con3 .head .lead {
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .benefits .con.con3 .head .lead {
    margin-left: 0;
    padding-top: 0;
    font-size: 14px;
  }
}
.benefits .con.con3 sup {
  display: inline-block;
  font-size: 100%;
  vertical-align: baseline;
  transform-origin: 50% 20%;
  transform: scale(0.66);
}
.benefits .con.con3 .notes.mini {
  font-size: 11px;
}
.benefits .con.con3 .body {
  padding-inline: 12px;
}
@media screen and (max-width: 768px) {
  .benefits .con.con3 .body {
    padding-inline: 0;
  }
}
.benefits .con.con3 .plan-link-block {
  margin-top: 35px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .benefits .con.con3 .plan-link-block {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .benefits .con.con3 .head > div {
    text-align: center;
  }
  .benefits .con.con3 img {
    display: inline-block;
    width: revert-layer;
  }
  .benefits .head {
    padding-inline: 0;
  }
}
.plan-tokutoku h2.hd {
  background-color: var(--tokutoku_color);
}
.discount-box .discount-box-contents .txt-wrap {
  margin-top: 25px;
}
.discount-box .discount-box-contents .txt-wrap .txt {
  font-size: 13px;
  font-weight: bold;
}
.tip-plan-setwari img {
	display: block;
}
.tip-plan-setwari .head h3 {
	position: relative;
	padding: 0 0 0 55px;
	font-size: 20px;
	color: #e4007f;
}
.tip-plan-setwari .head h3::before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	display: block;
	width: 46px;
	height: 46px;
	background-size: contain;
	background-image: url(../img/tip-setwari-icon.svg);
}
.tip-plan-setwari .head p {
	padding: 0 0 0 55px;
}
.tip-plan-setwari .head p sup {
	margin: 0 -0.2em;
}
.tip-plan-setwari .note {
	margin: 20px 0 0 0;
	font-size: 12px;
}
.tip-plan-setwari .courses {
	display: flex;
	margin: 0 -8px;
}
.tip-plan-setwari h4 {
	display: flex;
	align-items: center;
	padding: 0 0 0 5px;
	border: 2px solid #000;
	border-radius: 3px 3px 0 0;
	font-size: 15px;
}
.tip-plan-setwari h4::before {
	content: "";
	display: block;
	margin: 0 5px 0 0;
	width: 36px;
	height: 36px;
	background-size: contain;
}
.tip-plan-setwari .course-net {
	margin: 20px 0 0 0;
	padding: 0 8px;
	flex-basis: 64%;
}
.tip-plan-setwari .course-net .wrap {
	display: flex;
	margin: 10px 0 0 0;
}
.tip-plan-setwari .course-net .box01 {
	flex-basis: 98px;
	text-align: center;
	margin: 35px 0 0 0;
	font-size: 12px;
}
.tip-plan-setwari .course-net .box01 .notes > li {
	font-size: 10px;
}
.tip-plan-setwari .course-net .box01 img {
	margin: 0 auto 2px auto;
	width: 40px;
}
.tip-plan-setwari .course-net .box01 .logo img {
	margin: 5px auto 4px auto;
	width: 82px;
}
.tip-plan-setwari .course-net .plus {
	flex-basis: 30px;
}
.tip-plan-setwari .course-net .plus img {
	margin: 46px 0 0 -12px;
	width: 30px;
}
.tip-plan-setwari .course-net .service {
	flex: 1;
}
.tip-plan-setwari .course-net .service .title {
	position: relative;
	display: flex;
	justify-content: center;
}
.tip-plan-setwari .course-net .service .title::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 100%;
	border: 1px solid #000;
	border-bottom: 0;
}
.tip-plan-setwari .course-net .service .title span {
	display: block;
	position: relative;
	padding: 0 1em;
	background-color: #fff;
}
.tip-plan-setwari .course-net .boxes {
	display: flex;
	white-space: nowrap;
}
.tip-plan-setwari .course-net .boxes .box {
	flex-basis: 33.333%;
	font-size: 12px;
}
.tip-plan-setwari .course-net .boxes .box ul {
	font-size: 10px;
}
.tip-plan-setwari .course-net .boxes .box .logo img {
	margin: 0 auto 4px auto;
	width: 80px;
}
.tip-plan-setwari .course-denki {
	margin: 20px 0 0 0;
	padding: 0 8px;
	flex: 1;
}
.tip-plan-setwari .course-denki .boxes {
	display: flex;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 13px;
}
.tip-plan-setwari .course-denki .boxes .plus {
	flex-basis: 30px;
}
.tip-plan-setwari .course-denki .boxes .plus img {
	margin: 46px 0 0 -12px;
	width: 30px;
}
.tip-plan-setwari .course-denki .boxes .box01 {
	margin: 35px 0 0 0;
	font-size: 12px;
}
.tip-plan-setwari .course-denki .boxes .box01 img {
	margin: 0 auto 2px auto;
	width: 40px;
}
.tip-plan-setwari .course-denki .box01 .notes > li {
	font-size: 10px;
}

.tip-plan-setwari .course-denki .boxes .box01 .logo img {
	margin: 5px auto 4px auto;
	width: 82px;
}
.tip-plan-setwari .course-denki .boxes .box02 {
	margin: 15px 0 0 0;
}
.tip-plan-setwari .course-denki .boxes .box02 img {
	margin: 0 auto;
	width: 78px;
}
.tip-plan-setwari .course-denki .boxes .box02 .logo {
	margin: 5px auto 0 auto;
	width: 86px;
}
.tip-plan-setwari .course-denki .boxes .box02 .logo img {
	width: 100%;
}
@media screen and (min-width: 769px) {
	.tip-plan-setwari-opened {
		width: 690px;
	}
}
@media screen and (max-width: 768px) {
	.tip-plan-setwari .head h3 {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 0 2.6vw 0;
		padding: 0;
		font-size: 5vw;
	}
	.tip-plan-setwari .head h3::before {
		position: static;
		margin: -2.4vw 1.3vw 0 0;
		width: 10.6vw;
		height: 10.6vw;
	}
	.tip-plan-setwari .head p {
		padding: 0;
	}
	.tip-plan-setwari .note {
		margin: 5.3vw 0 0 0;
		font-size: 3.2vw;
	}
	.tip-plan-setwari .courses {
		display: block;
		margin: 0;
	}
	.tip-plan-setwari h4 {
		padding: 0 0 0 1.3vw;
		font-size: 4vw;
	}
	.tip-plan-setwari h4::before {
		margin: 0 1.3vw 0 0;
		width: 9.6vw;
		height: 9.6vw;
	}
	.tip-plan-setwari .course-net {
		margin: 5.3vw 0 0 0;
		padding: 0;
	}
	.tip-plan-setwari .course-net .wrap {
		display: block;
		margin: 2.6vw 0 0 0;
	}
	.tip-plan-setwari .course-net .box01 {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 4vw 0 1vw 0;
		text-align: left;
		font-size: 3.2vw;
		line-height: 1.3;
	}
	.tip-plan-setwari .box01 .notes > li,
	.tip-plan-setwari .course-net .box01 .notes > li,
	.tip-plan-setwari .course-denki .box01 .notes > li {
		margin-top: 5px;
		font-size: 2.0vw;
	}

	
	.tip-plan-setwari .course-net .box01 img {
		margin: 0 2.6vw 0 0;
		width: 10.6vw;
	}
	.tip-plan-setwari .course-net .box01 .logo img {
		margin: 0 0 0.5vw 0;
		width: 21.3vw;
	}
	.tip-plan-setwari .course-net .plus {
		margin: 0 auto;
		width: 30px;
	}
	.tip-plan-setwari .course-net .plus img {
		margin: 0;
		width: 8vw;
	}
	.tip-plan-setwari .course-net .service {
		margin: 1.3vw 0 0 0;
	}
	.tip-plan-setwari .course-net .boxes .box {
		font-size: 2.9vw;
	}
	.tip-plan-setwari .course-net .boxes .box ul {
		font-size: 2.6vw;
	}
	.tip-plan-setwari .course-net .boxes .box .logo img {
		margin: 0.4vw auto 1vw auto;
		width: 21.3vw;
	}
	.tip-plan-setwari .course-denki {
		margin: 5.3vw 0 0 0;
		padding: 0;
	}
	.tip-plan-setwari .course-denki .boxes {
		margin: 1.3vw 0 0 0;
		font-size: 3.4vw;
	}
	.tip-plan-setwari .course-denki .boxes .box {
		flex-basis: 43%;
	}
	.tip-plan-setwari .course-denki .boxes .plus {
		flex: 1;
	}
	.tip-plan-setwari .course-denki .boxes .plus img {
		margin: 10.1vw auto 0 auto;
		width: 8vw;
	}
	.tip-plan-setwari .course-denki .boxes .box01 {
		margin: 6.6vw 0 0 0;
		font-size: 3.2vw;
	}
	.tip-plan-setwari .course-denki .boxes .box01 img {
		margin: 0 auto 1.3vw auto;
	}
	.tip-plan-setwari .course-denki .boxes .box01 .logo img {
		margin: 0 0 0.5vw 0;
		width: 21.3vw;
	}
	.tip-plan-setwari .course-denki .boxes .box02 {
		margin: 0;
	}
	.tip-plan-setwari .course-denki .boxes .box02 img {
		width: 21.8vw;
	}
	.tip-plan-setwari .course-denki .boxes .box02 .logo {
		margin: 3.7vw auto 0 auto;
		width: 25vw;
	}
}
.tip-plan-setwari .course-net h4 {
	background-color: #79e5f1;
}
.tip-plan-setwari .course-net h4::before {
	background-image: url(../img/tip-setwari-net-icon00.svg);
}
.tip-plan-setwari .course-denki h4 {
	background-color: #f3f146;
}
.tip-plan-setwari .course-denki h4::before {
	background-image: url(../img/tip-setwari-denki-icon00.svg);
}
.tip-plan-setwari-condition .head h3 {
	position: relative;
	padding: 0 0 0 55px;
	font-size: 18px;
}
.tip-plan-setwari-condition .head h3::before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	display: block;
	width: 46px;
	height: 46px;
	background-size: contain;
	background-image: url(../img/tip-setwari-icon.svg);
}
.tip-plan-setwari-condition .head p {
	padding: 0 0 0 55px;
}
.tip-plan-setwari-condition .table {
	margin: 20px 0;
}
.tip-plan-setwari-condition .note {
	font-size: 13px;
}
.tip-plan-setwari-condition .note li {
	display: inline;
}
@media screen and (min-width: 769px) {
	.tip-plan-setwari-condition-opened {
		width: 690px;
	}
}
@media screen and (max-width: 768px) {
	.tip-plan-setwari-condition .head h3 {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 0 2.6vw 0;
		padding: 0;
		font-size: 5vw;
	}
	.tip-plan-setwari-condition .head h3::before {
		position: static;
		margin: -2.4vw 1.3vw 0 0;
		width: 10.6vw;
		height: 10.6vw;
	}
	.tip-plan-setwari-condition .head p {
		padding: 0;
	}
	.tip-plan-setwari-condition .table {
		margin: 2vw 0 4vw 0;
	}
	.tip-plan-setwari-condition .note {
		font-size: 3.2vw;
	}
}
.tip-plan-setwari-kazoku .row {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0 0 0;
	position: relative;
}
.tip-plan-setwari-kazoku .head {
	
	padding: 10px 30px 0 20px;
	text-align: center;
	line-height: 1.3;
}
.tip-plan-setwari-kazoku .head::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background-color: #000;
}
.tip-plan-setwari-kazoku .head .catch {
	font-size: 16px;
}
.tip-plan-setwari-kazoku .head .catch sup {
	margin: 0 -0.1em;
}
.tip-plan-setwari-kazoku .head h3 {
	font-weight: inherit;
	font-size: 32px;
	color: #e4007f;
}
.tip-plan-setwari-kazoku .head .note {
	margin: 5px 0 0 0;
	font-weight: 500;
	font-size: 13px;
}
.tip-plan-setwari-kazoku .head .text {
	margin: 7px 0 2px 0;
	font-size: 20px;
	color: #e4007f;
}
.tip-plan-setwari-kazoku .head .price-block {
	display: flex;
	justify-content: center;
	margin: 0 0 -14px 0;
	color: #e4007f;
}
.tip-plan-setwari-kazoku .head .price {
	display: flex;
	justify-content: center;
	font-size: 26px;
	line-height: 1.1;
}
.tip-plan-setwari-kazoku .head .price div {
	margin: 27px 0 0 0;
}
.tip-plan-setwari-kazoku .head .price .num {
	margin: 0 0.04em 0 0;
	font-size: 70px;
	font-family: Price;
	font-weight: 700;
	letter-spacing: -0.04em;
}
.tip-plan-setwari-kazoku .head .waribiki {
	margin: 17px 0 0 0;
	font-size: 32px;
}
.tip-plan-setwari-kazoku .setwari-detail {
	position: relative;
	padding: 0 5px 0 25px;
	font-size: 14px;
	line-height: 1.7;
	flex: 1;
}
.tip-plan-setwari-kazoku .setwari-detail ul li {
	padding-left: 2em;
	text-indent: -1em;
}
.tip-plan-setwari-kazoku .foot {
	margin: 25px 0 0 0;
}
.tip-plan-setwari-kazoku .foot .note {
	font-size: 13px;
}
@media screen and (min-width: 769px) {
	.tip-plan-setwari-kazoku-opened {
		width: 690px;
	}
}
@media screen and (max-width: 768px) {
	.tip-plan-setwari-kazoku .row {
		display: block;
		padding: 0;
	}
	.tip-plan-setwari-kazoku .head {
		padding: 2vw 0 4.6vw 0;
		border-bottom: 1px solid #000;
	}
	.tip-plan-setwari-kazoku .head::before {
		content: none;
	}
	.tip-plan-setwari-kazoku .head .catch {
		font-size: 4.4vw;
	}
	.tip-plan-setwari-kazoku .head h3 {
		font-weight: inherit;
		font-size: 8.4vw;
	}
	.tip-plan-setwari-kazoku .head .note {
		margin: 1.3vw 0 0 0;
		font-size: 3.4vw;
	}
	.tip-plan-setwari-kazoku .head .text {
		margin: 1.8vw 0 1vw 0;
		font-size: 5.2vw;
	}
	.tip-plan-setwari-kazoku .head .price-block {
		display: block;
		margin: 0;
	}
	.tip-plan-setwari-kazoku .head .price {
		margin: 0 0 -15px 0;
		font-size: 5.2vw;
	}
	.tip-plan-setwari-kazoku .head .price div {
		margin: 7vw 0 0 0;
	}
	.tip-plan-setwari-kazoku .head .price .num {
		margin: 0 0.04em 0 0;
		font-size: 15.8vw;
	}
	.tip-plan-setwari-kazoku .head .waribiki {
		margin: 0;
		font-size: 7.4;
	}
	.tip-plan-setwari-kazoku .setwari-detail {
		padding: 4vw 0 0 0;
		font-size: 3.4vw;
	}
	.tip-plan-setwari-kazoku .foot {
		margin: 4vw 0 0 0;
	}
	.tip-plan-setwari-kazoku .foot .note {
		font-size: 3.4vw;
	}
}
.tip-plan-aupay .row {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0 0 0;
}
.tip-plan-aupay .head {
	position: relative;
	padding: 10px 30px 0 20px;
	text-align: center;
	line-height: 1.3;
	flex-shrink: 0;
  font-weight: 900;
}
.tip-plan-aupay .head .catch {
	font-size: 16px;
}
.tip-plan-aupay .head .catch sup {
	margin: 0 -0.1em;
}
.tip-plan-aupay .head h3 {
	font-weight: inherit;
	font-size: 32px;
	color: #e4007f;
}
.tip-plan-aupay .head .text {
	margin: 7px 0 2px 0;
	font-size: 18px;
	color: #e4007f;
}
.tip-plan-aupay .head .price-block {
	display: flex;
	justify-content: center;
	margin: 0 0 -14px 0;
	color: #e4007f;
}
.tip-plan-aupay .head .price {
	display: flex;
	justify-content: center;
	font-size: 26px;
	line-height: 1.1;
}
.tip-plan-aupay .head .price div {
	margin: 27px 0 0 0;
}
.tip-plan-aupay .head .price .num {
	margin: 0 0.04em 0 0;
	font-size: 70px;
	font-family: Price;
	font-weight: 700;
	letter-spacing: -0.04em;
}
.tip-plan-aupay .head .waribiki {
	margin: 17px 0 0 0;
	font-size: 32px;
}
.tip-plan-aupay .setwari-detail {
	position: relative;
	padding: 0 20px 0 30px;
	font-size: 14px;
	line-height: 1.7;
}
.tip-plan-aupay .setwari-detail::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background-color: #000;
}
.tip-plan-aupay .foot {
	margin: 25px 0 0 0;
}
.tip-plan-aupay .foot .note {
	font-size: 13px;
}
@media screen and (min-width: 769px) {
	.tip-plan-aupay-opened {
		width: 690px;
	}
}
@media screen and (max-width: 768px) {
	.tip-plan-aupay .row {
		display: block;
		padding: 0;
	}
	.tip-plan-aupay .head {
		padding: 2vw 0 4.6vw 0;
		border-bottom: 1px solid #000;
	}
	.tip-plan-aupay .head .catch {
		font-size: 4.4vw;
	}
	.tip-plan-aupay .head h3 {
		font-weight: inherit;
		font-size: 8.4vw;
	}
	.tip-plan-aupay .head .note {
		margin: 1.3vw 0 0 0;
		font-size: 3.4vw;
	}
	.tip-plan-aupay .head .text {
		margin: 1.8vw 0 1vw 0;
		font-size: 4.4vw;
	}
	.tip-plan-aupay .head .price-block {
		display: block;
		margin: 0;
	}
	.tip-plan-aupay .head .price {
		margin: 0 0 -15px 0;
		font-size: 5.2vw;
	}
	.tip-plan-aupay .head .price div {
		margin: 7vw 0 0 0;
	}
	.tip-plan-aupay .head .price .num {
		margin: 0 0.04em 0 0;
		font-size: 15.8vw;
	}
	.tip-plan-aupay .head .waribiki {
		margin: 0;
		font-size: 7.4;
	}
	.tip-plan-aupay .setwari-detail {
		padding: 4vw 0 0 0;
		font-size: 3.4vw;
	}
	.tip-plan-aupay .setwari-detail::before {
		content: none;
	}
	.tip-plan-aupay .foot {
		margin: 4vw 0 0 0;
	}
	.tip-plan-aupay .foot .note {
		font-size: 3.4vw;
	}
}
.note-tip-balloon .monospace {
	font-family: monospace;
}
@media screen and (max-width: 768px) {
  .uqc .content .section .device-detail {
    padding: 25px 10px 30px;
  }
}
.benefits-wrap .benefits-list li {
  width: min(220px, 100%);
}
@media screen and (max-width: 768px) {
  .benefits-wrap .benefits-list li {
    width: 100%;
  }
}
.benefits-wrap .benefits-list li a {
  height: 100%;
}
.benefits-wrap .benefits-list .con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.plan-komikomi .plan-detail {
  padding-inline: 10px;
}
.benefits-wrap .benefits-list {
  gap: 5px;
}
.benefits .con.con2 .notes.mini,
.benefits .con.con3 .img-wrap + .notes.mini,
.tip-plan-setwari .course-net .boxes .box ul {
  list-style: none;
}
#tip-plan-setwari .link-block,
#tip-plan-setwari-condition .link-block {
  margin: 20px 0 0 0;
  text-align: center;
}
.notice-inner .text-link.pdf[target="_blank"] {
  position: relative;
  display: inline-block;
  padding-right: 1.3em;
}
.notice-inner .text-link.pdf[target="_blank"]::before {
      background: url(/assets/v2/common/images/icon_pdf.png) no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 1.25em;
    width: 1.25em;
}
.uqc .sc-speed {
  padding-top: 10px;
}
.uqc .sc-speed .info01 {
  margin-left: 40px;
  gap: 15px;
}
.uqc .sc-speed .info01 .text {
  flex: 1;
}
.uqc .sc-speed .info h3 {
  margin-top: 20px;
}
.uqc .sc-speed .info01 .text p {
  margin-top: 15px;
  margin-left: 3px;
  letter-spacing: 0.15em;
}
.uqc .sc-speed .info01 .image img {
  max-width: 163px;
	width: 100%;
}
.uqc .sc-speed .info02 {
  margin-top: 76px;
}
.uqc .sc-speed .info02 .graph img {
  max-width: 360px;
  margin-inline: auto;
  margin-right: 172px;
}
@media screen and (max-width: 768px) {
  .uqc .sc-speed .info01 {
    display: flex;
		flex-direction: column-reverse;
    text-align: center;
  }
  .uqc .sc-speed .info01 .image {
    display: block;
		margin-top: 0;
		margin-inline: auto;
		max-width: 150px;
  }
  .uqc .sc-speed {
		padding-top: 0;
		padding-inline: 0;
	}
  .uqc .sc-speed .info01 {
    gap: 0;
    margin-left: 0;
  }
  .uqc .sc-speed .info h3 {
    margin-top: 0;
		padding-inline: 15px;
  }
  .uqc .point04 .info01 .text h3 {
    font-size: 21px;
    line-height: 1.5;
  }
  .uqc .sc-speed .info01 .text {
    margin-top: 16px;
  }
	.uqc .sc-speed .info01 .text p {
		margin-left: 0;
		margin-top: 5px;
		font-size: 12px;
		letter-spacing: 0.09em;
	}
  .uqc .sc-speed .info01 .image img {
    max-width: none;
  }
  .uqc .sc-speed .info02 {
    margin-top: 56px;
  }
  .uqc .sc-speed .info02 .graph {
    margin-top: 0;
  }
  .uqc .sc-speed .info02 .graph img {
    margin-right: 0;
    max-width: none;
		width: 100%;
  }
	.uqc .sc-speed .notes {
		margin-top: 33px;
	}
  .device-detail .col2-wrap .col .price .price-inner .max {
    font-size: 20px;
  }
}
.benefits .con.con3 .plan-link-block.txt-left {
  text-align: left;
}
.uqc a.link[target="_blank"]::after {
	display: inline-block;
	position: relative;
	top: 0.06em;
	content: "\e90b";
	font-family: uq-icomoon !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
}
/* .uqc .section.point01 .notes {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
} */
@media screen and (max-width: 768px) {
	.uqc .increase-option .option .gb .img img {
		margin-inline: auto;
	}
}

@media screen and (min-width: 769px) and (max-width: 850px) {
  .discount-box .discount-box-contents .icon-hd3 {
    font-size: 26px;
    padding-top: 4px;
  }
  .device-detail .col2-wrap .col.w50 .price .price-inner>.num {
    font-size: 60px;
  }
  .device-detail .col2-wrap .col.w50 .price .price-inner .max {
    font-size: 21px;
    padding-top: 12px;
  }
  .col.w50 .discount-box .discount-box-contents h4 {
    margin-top: 38px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 910px) {
  .device-detail .col2-wrap .col.w50 {
    width: calc(50% - 4px);
  }
  .col.w50 .discount-box .discount-box-contents .price .balloon {
    width: 65px;
    height: 65px;
  }
}
a.link[target="_blank"]::after {
	display: inline-block;
	position: relative;
	top: 0.06em;
	content: "\e90b";
	font-family: uq-icomoon !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
}
.uqc .section-other .section-ac.ponta .increase-option {
	padding: 36px 56px 110px;
	@media screen and (max-width: 767px) {
		padding: 20px 4.66667vw 30px 4.66667vw;
	}
}
.uqc .section-other .section-ac.ponta .note {
	font-size: 15px;
	line-height: 1.7;
	font-weight: 400;
  padding: 0;
	@media screen and (max-width: 767px) {
		font-size: 13px;
	}
}
.uqc .section-other .section-ac.ponta .note li:nth-child(n + 2) {
	margin-top: 30px;
	@media screen and (max-width: 767px) {
		margin-top: 20px;
	}
}
.tip-q .uqc-sub-tip-opener {
  background: var(--komikomi_color);
  color: #fff;
  width: 18px;
  height: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 3px;
  font-weight: bold;
  position: relative;
  bottom: 3px;
}
@media screen and (max-width: 768px) {
  .tip-q .uqc-tip-opener {
    width: 23px;
    height: 23px;
    font-size: 18px;
    border-radius: 5px;
    bottom: 0;
  }
}/*# sourceMappingURL=test.css.map */
.benefits .con.con1 .coupon03 .tip-q-wrap {
  display: block;
  text-align: center;
  margin-top: 6PX;
}
.benefits .con.con1 .coupon03 .tip-q-wrap .uqc-sub-tip-opener {
  width: 20px;
  height: 20px;
  color: #fff;
  background: #E4007F;
  text-decoration: none;
}
.benefits .con.con1 .tip-q-wrap.bene {
  display: block;
  text-align: center;
  margin-top: 6PX;
}
.benefits .con.con1 .tip-q-wrap.bene .uqc-sub-tip-opener {
  left: -20px;
  width: 20px;
  height: 20px;
  color: #fff;
  text-decoration: none;
  background: #E4007F;
}
@media screen and (max-width: 768px) {
  .benefits .con.con1 .tip-q-wrap.bene .uqc-sub-tip-opener {
    left: 0;
  }
}
.ponta-pass-wrap {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.ponta-pass-wrap span.txt {
  font-size: 13px;
  color: #E4007F;
  border-bottom: 1px solid #E4007F;
}
.note-tip-balloon .frame .ponta-pass-wrap  a.uqc-sub-tip-opener {
  text-decoration: none;
}
.sub-note-tip-balloon {
  display: none;
  position: absolute;
  top: 0;
  width: 680px;
  margin: 20px 0 0;
  z-index: 99;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
}
.sub-note-tip-balloon .frame {
  position: relative;
  padding: 20px;
  border: 2px solid #000;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.sub-note-tip-balloon .frame .tail {
  display: block;
  position: absolute;
  top: -18px;
  left: 0;
}
.sub-note-tip-balloon .frame .tail::before,
.sub-note-tip-balloon .frame .tail::after {
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-style: solid;
  border-width: 0 8px 18px;
}
.sub-note-tip-balloon .frame .tail::before {
  border-color: transparent transparent #000;
}
.sub-note-tip-balloon .frame .tail:after {
  top: 5px;
  border-color: transparent transparent #fff;
}
.sub-note-tip-balloon .frame .block {
  display: none;
}
.sub-note-tip-balloon .frame .note-tip-close {
  margin: 15px 0 0;
}
.sub-note-tip-balloon .frame .note-tip-close a {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e73079 url(../img/icon-close.svg) 50% 50% no-repeat;
  background-size: 14px 14px;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sub-note-tip-balloon .frame .note-tip-close a:hover {
  opacity: 0.7;
}
.uqc .sub-note-tip-overlay {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.sub-note-tip-balloon .frame .sub-note-tip-close a {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e73079 url(../img/icon-close.svg) 50% 50% no-repeat;
  background-size: 14px 14px;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sub-note-tip-balloon .frame .sub-note-tip-close a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .sub-note-tip-balloon {
    padding: 0 30px;
    width: auto;
  }
  .sub-note-tip-balloon .frame {
    padding: 5.33333vw 4vw;
    border-radius: 8px;
    font-size: 3.73333vw;
  }
  .sub-note-tip-balloon .frame .tail {
    margin-left: -40px;
  }
  .sub-note-tip-balloon .frame .note-tip-close a {
    width: 30px;
    height: 30px;
  }
  .sub-note-tip-balloon .frame .note-tip-close a {
    width: 30px;
    height: 30px;
  }
}
.uqc .section.point01 .notes.mini {
  font-size: 13px;  
  line-height: 1.5;
}
/* ↑ feature_250603 */

.section-ac-wrap.ponta-about {
  position: relative;
}
.uqc .section-other .section-ac:first-child {
  border-top: 2px solid #000;
  border-bottom: none;
  border-radius: 6px 6px 0 0 !important;
  margin-top: 0;
}
.uqc .section-other .section-ac:last-child {
  border-top: none;
  border-bottom: 1px solid #000;
  border-radius: 0 0 6px 6px !important;
}
.uqc .section-other .section-ac.opened:last-child {
  border-bottom: 2px solid #000;
}
.uqc .section-other .section-ac.opened:first-child {
  border-bottom: 2px solid #000;
}
/* ↓ feature_250630 */
.notice-area .txt-indent {
  padding-left: 0.5rem;
}
.uqc .content .section.section-ac.section-option-cp .link-block {
  padding-bottom: 0;
}
.uqc .increase-option .option .txt-wrap {
  padding-bottom: 80px;
  text-align: left;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .uqc .increase-option .option .txt-wrap {
    padding-bottom: 0;
  }
}
.uqc .increase-option .option .txt-wrap p {
  margin: 0;
}
.uqc .increase-option .option .uqv2-parts-ul--none {
  margin-top: 10px;
}
.uqc .increase-option .option .uqv2-parts-ul--none li + li {
  margin-top: 0;
}
.uqc .sc-other04 .page-box-basic .page-box01__title {
  flex-basis: 150px;
}
.uqc .sc-other04.call-option {
  padding-inline: 8px;
}

/* ↑ feature_250630 */


/* ↓ feature_250707 */

/* ↓ Starlink Direct */
.uqc .content .section-starlink {
	position: relative;
	background: #E4007F;
  padding: 10px 38px 6px;
	border-width: 4px;
	border-radius: 10px;
}
.uqc .section-starlink.opened {
	background: linear-gradient(180deg, #E4007F 0%, #FFFFFF 90%);
}
.uqc .section-starlink::before {
	content: "";
	position: absolute;
	top: -4px;
	left: 30px;
	width: 754px;
	height: 114px;
	background: url(/mobile/norikae/assets/img/starlink_bg.svg) no-repeat center;
	background-size: cover;
	z-index: 0;
}
.uqc .section .detail.sub-6 .btn-fill-icon:hover {
	opacity: .7;
}
@media screen and (max-width: 768px) {
	.hover , *:hover , .hover * {
		opacity: 1 !important;
	}
	.uqc .section.section-starlink {
		max-height: 168px;
		margin-top: 18px;
		padding-inline: 6px;
		border-radius: 5px;
		letter-spacing: 0.02em;
		padding-bottom: 6px;
	}
	.uqc .section.section-starlink.opened {
		max-height: none;
		background: linear-gradient(180deg, #E4007F 0%, #FFFFFF 50%);
	}
	.uqc .content .section.section-starlink > .ac-head i {
		right: 5px !important;
	}
	.uqc .section.section-ac.attention .detail {
		padding: 0 !important;
	}
	.uqc .section .detail.sub-6 {
		padding: 0 20px !important;
	}
  .uqc .section-sim.point05 a.uqc-tip-opener {
    background-color: unset !important;
  }
}
.uqc .section-starlink .head {
	padding-right: 0;
	font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
.uqc .content .section.section-starlink .section-ac-wrap {
  padding-bottom: 90px;
}
.uqc .section-starlink .head h2 {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: auto;
	padding-top: 10px;
	font-size: 41px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "BIZ UDPGothic", Meiryo, sans-serif;
	line-height: 1.2;
	
}
@media screen and (max-width: 768px) {
	.uqc .section-starlink .head h2 {
		margin: 0;
		font-size: 23px;
		padding:0 9% 0 2%;
	}
}
.uqc .section-starlink .head h2 .end {
	margin-top: -10px;
	color: #E4007F;
	width: min(408px ,100%);
	margin-inline: auto;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	padding: 4px;
	font-feature-settings: normal;
	@media screen and (max-width: 767px) {
		margin-top: -12px;
		font-size: 12px;
		padding: 2px;
	}
	em{
		font-weight: 900;
		font-size: 21px;
		@media screen and (max-width: 767px) {
			font-size: 16px;
		}
	}
}
.uqc .section-starlink .head h2 .min {
	font-size: 16px;
	font-weight: bold;
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin-bottom: -2px;
}
@media screen and (max-width: 768px) {
	.uqc .section-starlink .head h2 .min {
		font-size: 12px;
	}
}
.uqc .section-starlink .head h2 .label {
	display: inline-block;
	padding: 2px 15px;
	font-size: 21px;
	color: #E4007F;
	background-color: #fff;
}
@media screen and (max-width: 768px) {
	.uqc .section-starlink .head h2 .label {
		padding-inline: 7px;
		font-size: 11px;
	}
}
.uqc .section-starlink .head h2 .txt {
	display: flex;
	align-items: center;
	gap: 17px;
	margin-inline: auto;
	width: fit-content;
}
@media screen and (max-width: 768px) {
	.uqc .section-starlink .head h2 .txt {
		margin-right: 0;
		gap: 9px;
		width: min(408px ,100%);
	}
}
.uqc .section-starlink > .ac-head i {
	top: 50%;
	transform: translateY(-50%);
	right: -14px;
	width: 38px;
	height: 38px;
	background-color: #fff;
	border-radius: 50%;
}
@media screen and (max-width: 768px) {
	.uqc .section-starlink > .ac-head i {
		right: 2px;
		width: 23px;
		height: 23px;
	}
}
.uqc .section-starlink > .ac-head i::before,
.uqc .section-starlink > .ac-head i::after {
	background-color: #e4007f;
}
@media screen and (max-width: 768px) {
	.uqc .section-starlink > .ac-head i::before {
		margin: -1px 0 0 -7px;
		width: 13px;
		height: 3px;
	}
	.uqc .section-starlink > .ac-head i::after {
		margin: -6px 0 0 -2px;
		width: 3px;
		height: 13px;
	}

}

@media screen and (max-width: 768px) {
	.uqc .section-starlink.opened > .detail {
		margin-top: 10px;
		padding-inline: 0;
	}
}
.uqc .section-starlink.opened .ac-head i::after {
	transform: rotate(90deg);
}
.uqc .section-starlink .main-contents {
	background-color: #fff;
	border-radius: 16px;
	padding: 24px 5px 40px;
}
.uqc .section-starlink .main-contents .ttl {
	position: relative;
}
.uqc .section-starlink .main-contents .ttl .img-wrap {
	max-width: 227px;
	margin-inline: auto;
}
.uqc .section-starlink .main-contents > .ttl::after {
	position: absolute;
	content: "";
	background: url(/mobile/norikae/assets/img/starlink_gachamuku.png);
	background-size: contain;
	width: 101px;
	height: 125px;
	right: 12px;
	top: 47px;
}
.uqc .section-starlink .main-contents .ttl .img-wrap > img {
	margin: auto;
}
.uqc .section-starlink .main-contents .ttl h3 {
	font-weight: bold;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-top: 23px;
	line-height: 1.4;
}
.uqc .section-starlink .main-contents .ttl h3 .main {
	font-size: 26px;
	color: #E4007F;
}
.uqc .section-starlink .main-contents .ttl h3 .sub {
	margin-top: 3px;
	font-size: 20px;
	font-weight: bold;
}
.uqc .section-starlink .main-contents .note {
	margin-top: 5px;
	font-size: 11px;
	text-align: center;
}
.uqc .section-starlink .main-contents > .lead {
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	margin-top: 17px;
}

.uqc .section-starlink .main-contents .merit-wrap {
	display: grid;
	grid-template-columns: repeat(3, auto);
	margin-top: 28px;
	padding-inline: 24px;
}
.uqc .section-starlink .main-contents .merit-wrap .col {
	display: flex;
	flex-direction: column;
	padding-inline: 16px;
}

.uqc .section-starlink .main-contents .merit-wrap .col .img-wrap + picture{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-inline: auto;
	height: 84px;
}
.uqc .section-starlink .main-contents .merit-wrap .col:nth-child(1) {
	padding-left: 0;
}
.uqc .section-starlink .main-contents .merit-wrap .col:nth-child(3) {
	padding-right: 0;
}
.uqc .section-starlink .main-contents .merit-wrap .col:nth-child(1) .img-wrap + picture {
	padding-top: 6px;
  padding-left: 24px;
}

.uqc .section-starlink .main-contents .merit-wrap .col + .col {
	border-left: 1px dashed #000;
}
.uqc .section-starlink .main-contents .merit-wrap .col picture > * {
	margin: auto;
}
.uqc .section-starlink .main-contents .merit-wrap .col .txt {
	margin-top: 9px;
	padding-left: 5px;
	min-height: 78px;
	font-size: 11px;
	font-weight: 400;
	text-align: left;
  font-family: HiraKakuProN-W3, YuGothic, "Yu Gothic Medium", "Yu Gothic",
    Meiryo, "Noto Sans JP", "Droid Sans", sans-serif;
}
.uqc .section-starlink .main-contents .merit-wrap .col .tip-btn {
	margin: auto;
}
.uqc .section-starlink .main-contents .campaign {
	margin-top: 28px;
	margin-inline: 25px;
	padding-top: 30px;
	border-top: 3px solid #E4007F;
}
.uqc .section-starlink .main-contents .campaign .ttl {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.uqc .section-starlink .main-contents .campaign .price-wrap {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 20px;
	margin-top: 20px;
	margin-inline: auto;
	margin-right: 39%;
	align-items: center;
	width: fit-content;
	position: relative;
	.after{
		position: absolute;
		right: 0;
		bottom: 0;
		background: url(../img/img_starlink_end_pc.png) no-repeat center /contain;
		width: 120px;
		height: 89px;
		transform: translate(120%, -24px);

	}
}
.uqc .section-starlink .main-contents .campaign .price-wrap .main {
	margin-top: -5px;
	font-size: 25px;
	font-weight: bold;
	color: #e4007f;
	line-height: 1;
}
.uqc .section-starlink .main-contents .campaign .price-wrap .sub {
	text-align: right;
	font-weight: bold;
}
.uqc .section-starlink .main-contents .campaign .price-wrap .main .highlight {
	font-size: 99px;
}
.uqc .section-starlink .main-contents .campaign .note {
	margin-top: 0;
	font-size: 13px;
	text-align: center;
}
.uqc .section-starlink .main-contents .campaign .box {
	display: grid;
	grid-template-columns: max-content auto;
	margin-top: 13px;
	border: 2px solid #e4007f;
	line-height: 1;
}
.uqc .section-starlink .main-contents .campaign .left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #e4007f;
	padding: 10px;
	min-width: 160px;
	text-align: center;
}
.uqc .section-starlink .main-contents .campaign .right {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 5px 34px 0;
}
.uqc .section-starlink .main-contents .campaign .right .note {
	margin-top: 0;
	font-size: 11px;
	line-height: 1.5;
	text-align: left;
}
.uqc .section-starlink .main-contents .campaign .highlight {
	font-family: Price;
}
.uqc .section-starlink .main-contents .campaign .slash {
	font-family: Price;
	font-size: 30px;
}
.uqc .section-starlink .main-contents .campaign .right .highlight {
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -0.05em;
}
.uqc .section-starlink .main-contents .campaign .labels {
	display: grid;
	grid-template-columns: repeat(3, 213px);
	gap: 12px;
	margin-top: 13px;
}
.uqc .section-starlink .main-contents .campaign .labels .label {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3px;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	background-color: #e4007f;
}
.uqc .section-starlink .main-contents .campaign .notes {
	margin-top: 20px;
	font-size: 11px;
	line-height: 1.4;
}
.uqc .section-starlink .section-ac {
	position: relative;
	border: 1px solid #000;
	border-radius: 14px;
	overflow: hidden;
}
.uqc .section-starlink .section-ac.attention {
	margin-top: 50px;
}
.uqc .section-starlink .section-ac.starlink {
	margin-top: 12px;
}
.uqc .section-starlink .section-ac.attention .head {
	background-color: #fff;
}
.uqc .section-starlink .section-ac .head {
	padding: 10px 23px;
}
.uqc .section-starlink .section-ac .head h3 {
	font-weight: bold;
	line-height: 1;
}
.uqc .section.section-starlink .section-ac .head i {
	background-color: transparent;
}
.uqc .section.section-starlink .section-ac .head i::before,
.uqc .section.section-starlink .section-ac .head i::after {
	content: "";
	position: absolute;
  top: 21px;
  left: 14px;
	width: 14px;
	height: 2px;
	background-color: #323232;
}
.uqc .section.section-starlink .section-ac .head i::after {
  top: 27px;
  left: 8px;
	transform: rotate(90deg);
}
.uqc .section.section-starlink .section-ac.opened .head i::after{
	transform: rotate(0deg);
}
.uqc .section.section-starlink .section-ac {
	background-color: #fff;
}
.uqc .section.section-starlink .section-ac .note {
	font-size: 11px;
	line-height: 1.4;
}
.uqc .section.section-starlink .section-ac .note + .note {
	margin-top: 17px;
}
.uqc .section.section-starlink .section-ac .section-ac-wrap {
	margin-top: 20px;
}
.uqc .section.section-starlink .section-ac .section-ac-wrap .txt-link {
	padding-left: 0.9em;
}
.uqc .section.section-starlink a {
	color: #e4007f;
	text-decoration: underline;
}
.uqc .section-starlink .txt-b {
	font-weight: bold;
}
.uqc .section-starlink .btn-fill-icon {
	margin-inline: auto;
	padding-right: 60px;
	max-width: 413px;
	min-height: 55px;
	height: auto;
	font-size: 17px;
	background-color: #fff;
	border: 3px solid #E4007F;
	box-shadow: 0px 5px 0px #E4007F;
	border-radius: 20px;
	line-height: 1.5;
}
.uqc .section-starlink .btn-wrap {
	margin-top: 30px;
	margin-bottom: 54px;
}
.uqc .section-starlink .btn-fill-icon::before {
	display: none;
}
.uqc .section-starlink .btn-fill-icon::after {
	right: 35px;
	background-image: url(../img/icon-btn-blank-p.svg);
}
#tip-starlink-02 .txt-link {
	padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
	.uqc .section-starlink {
		margin-top: 18px;
		padding-inline: 6px;
		border-radius: 14px;
		letter-spacing: 0.02em;
	}
	.uqc .section-starlink .head {
		padding-top: 12px;
	}
	.uqc .section-starlink .head span:last-child {
		font-size: 23px;
		margin-inline: auto;
	}
	.uqc .section-starlink::before {
		top: 0;
		left: 0;
		width: 100%;
		height: 64px;
		background-image: url(/mobile/norikae/assets/img/starlink_bg_sp.svg);
		background-size: contain;
	}
	.uqc .section-starlink .main-contents {
		padding-top: 24px;
		padding-bottom: 23px;
	}
	.uqc .section-starlink .main-contents .ttl .img-wrap {
		max-width: 170px;
	}
	.uqc .section-starlink .main-contents > .ttl::after {
		display: none;
	}
	.uqc .section-starlink .main-contents .note {
		font-size: 10px;
	}
	.uqc .section-starlink .main-contents .img-wrap.visible-sp {
		margin-top: 30px;
		margin-inline: auto;
		max-width: 130px;
	}
	.uqc .section-starlink .main-contents > .lead {
		margin-top: 8px;
		margin-inline: 12px;
		font-size: 15px;
	}
	.uqc .section-starlink .main-contents .ttl h3 .sub {
		margin-top: 9px;
		font-size: 18px;
	}
	.uqc .section-starlink .main-contents .merit-wrap {
		grid-template-columns: 1fr;
		padding-inline: 9px;
		margin-top: 38px;
	}
	.uqc .section-starlink .main-contents .merit-wrap .img-wrap {
		margin:0 10px 10px;
	}
	.uqc .section-starlink .main-contents .merit-wrap .col {
		padding-inline: 0;
	}
	.uqc .section-starlink .main-contents .merit-wrap .col .img-wrap picture{
		img{
			width: 280px;
			height: auto;
		}
	}
	.uqc .section-starlink .main-contents .merit-wrap .col .img-wrap + picture{
		height: auto;

	}
	.uqc .section-starlink .main-contents .merit-wrap .col >  picture img{
		width: auto;
		height: 52px;
	}
	.uqc .section-starlink .main-contents .merit-wrap .col:nth-child(1) .img-wrap + picture {
		margin-top: 7px;
		margin-inline: auto;
		padding: 0;
		max-width: 100%;
	}
	.uqc .section-starlink .main-contents .merit-wrap .col:nth-child(2) .img-wrap + picture {
		margin-top: 0;
		margin-inline: auto;
		/* max-width: 204px; */
		max-width: 100%;
	}
	.uqc .section-starlink .main-contents .merit-wrap .col:nth-child(3) .img-wrap + picture {
		margin-top: 10px;
		margin-inline: auto;
		/* max-width: 121px; */
		max-width: 100%;
	}
	.uqc .section-starlink .main-contents .merit-wrap .col .txt {
		margin-top: 24px;
		margin-bottom: 10px;
		font-size: 14px;
		min-height: auto;
		line-height: 1.4;
	}
	.uqc .section-starlink .main-contents .merit-wrap .col + .col {
		margin-top: 60px;
		border-left: none;
	}
	.uqc .section-starlink .main-contents .campaign {
		margin-top: 53px;
		margin-inline: 0;
		padding-top: 55px;
		line-height: 1.1;
	}
	.uqc .section-starlink .main-contents .campaign .ttl {
		position: relative;
		font-size: 28px;
	}
	.uqc .section-starlink .main-contents .campaign .ttl::before,
	.uqc .section-starlink .main-contents .campaign .ttl::after {
		content: "";
		position: absolute;
		top: 0;
		width: 2px;
		height: 96%;
		background-color: #000;
	}
	.uqc .section-starlink .main-contents .campaign .ttl::before {
		left: 21px;
		transform: rotate(-16deg);
	}
	.uqc .section-starlink .main-contents .campaign .ttl::after {
		right: 23px;
		transform: rotate(20deg);
	}
	.uqc .section-starlink .main-contents .campaign .price-wrap {
		grid-template-columns: 1fr;
		margin: 27px auto 0;
		.after{
			  background: url(../img/img_starlink_end_sp.png) no-repeat center / contain;
        width: 100px;
				height: 72px;
        transform: translate(68%, -40px);
		}
	}
	.uqc .section-starlink .main-contents .campaign .price-wrap .main,
	.uqc .section-starlink .main-contents .campaign .price-wrap .sub {
		text-align: center;
	}
	.uqc .section-starlink .main-contents .campaign .price-wrap .sub {
		font-size: 17px;
		line-height: 1.5;
	}
	.uqc .section-starlink .main-contents .campaign .price-wrap .main {
		font-size: 40px;
	}
	.uqc .section-starlink .main-contents .campaign .price-wrap .main .highlight {
		font-size: 113px;
	}
	.uqc .section-starlink .main-contents .campaign .note {
		padding-inline: 20px;
		font-size: 14px;
	}
	.uqc .section-starlink .main-contents .campaign .box {
		grid-template-columns: 1fr;
		margin-top: 15px;
		margin-inline: 10px;
	}
	.uqc .section-starlink .main-contents .campaign .left {
		padding: 5px;
	} 
	.uqc .section-starlink .main-contents .campaign .right {
		display: block;
		padding-top: 10px;
		padding-bottom: 5px;
		padding-inline: 0;
	}
	.uqc .section-starlink .main-contents .campaign .right > p {
		text-align: center;
	}
	.uqc .section-starlink .main-contents .campaign .right .txt-wrap {
		display: flex;
		align-items: center;
		margin-top: 3px;
		margin-inline: 7px;
		padding-top: 9px;
		padding-inline: 13px;
		border-top: 1px dashed #000;
	}
	.uqc .section-starlink .main-contents .campaign .right .note {
		flex: 1;
		padding-inline: 0;
		font-size: 12px;
	}
	.uqc .section-starlink .main-contents .campaign .labels {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: 17px;
		margin-inline: 10px;
	}
	.uqc .section-starlink .main-contents .campaign .labels .label {
		min-height: 42px;
	}
	.uqc .section-starlink .main-contents .campaign .notes {
		margin-inline: 10px;
	}
	.uqc .section-starlink .section-ac.attention {
		margin-top: 50px;
	}
	.uqc .section-starlink .section-ac .head i::before,
	.uqc .section-starlink .section-ac .head i::after {
		left: 4px;
		margin: 0;
	}
	.uqc .section-starlink .section-ac.attention .head i::before,
	.uqc .section-starlink .section-ac.attention .head i::after {
		top: 16px;
	}
	.uqc .section-starlink .section-ac.starlink .head i::before,
	.uqc .section-starlink .section-ac.starlink .head i::after {
		top: 26px;
	}
	.uqc .section-starlink .section-ac .head i::after {
		left: 4px;
		margin: 0;
		transform: rotate(90deg);
	}
	.uqc .section-starlink .section-ac .section-ac-wrap {
		padding-inline: 10px;
	}
	.uqc .section-starlink .btn-fill-icon {
		padding-right: 40px;
		max-width: 263px;
		text-align: center;
		line-height: 1.37;
		font-size: 16px;
		min-height: 60px;
	}
	.uqc .section-starlink .btn-wrap {
		margin-bottom: 0;
	}
	.uqc .section-starlink .btn-fill-icon::after {
		right: 12px;
	}
	.uqc .section-starlink .section-ac .note {
		text-align: left;
	}
}

/* ↑ Starlink Direct */
.detail.sc.award {
	padding: 0 10px;
}
.detail.sc.award .section-opensignal-award-top {
	border: none !important;
}
.section-area.section-opensignal-award .individual .head {
	padding: 9px 0 10px;
}
.section-area.section-opensignal-award .individual .head h2::before {
	content: unset !important;
}
.section-area.section-opensignal-award .individual .note-wrap {
	padding: 12px 44px 0;
	font-size: 10px;
  line-height: 1.4;
}
.section-area.section-opensignal-award .individual .note-wrap * {
	font-feature-settings: initial !important;
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.section-opensignal-award-top.award2025-top.individual .mv .lead-txt {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.section-area.section-opensignal-award .head .area-head i {
	top: unset;
	bottom: -14px;
	right: -117px;
}
.section-opensignal-award-top.award2025-top.individual .mv .award2025 {
	padding-right: 12px ;
	margin-top: 10px;
}
.section-opensignal-award-top.award2025-top.individual .award2025-box {
	margin-top: 42px;
}
.section-opensignal-award-top.award2025-top.individual .award2025-box .award2025-modal-wrap {
	gap: 0 62px;
}
.uqc .section-opensignal-award-top.award2025-top.individual .close {
	padding: 16px 0 0;
	position: relative;
}
.uqc .section-opensignal-award-top.award2025-top.individual .close a {
  display: flex;
	justify-content: center;
	align-items: center;
	max-width: 114px;
	width: 100%;
	height: 40px;
	background-color: #F1559A;
	border-radius: 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .section-opensignal-award-top.award2025-top.individual .close a:hover {
  color: #fff;
  opacity: .7;
}
.uqc .section-opensignal-award-top.award2025-top.individual .close a:hover i {
	background-color: #fff;
}
.uqc .section-opensignal-award-top.award2025-top.individual .close a i {
	position: relative;
	display: block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 3px;
	transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .section-opensignal-award-top.award2025-top.individual .close a i::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 2px;
	background-color: #F1559A;
}
.uqc .section-opensignal-award-top.award2025-top.individual .close span {
  padding-top: 2px;
  letter-spacing: 0.1em;
  text-decoration: none !important;
	color: #fff;
}
.uqc .section-opensignal-award-top.award2025-top.individual img.end-img {
	margin-top: -64px;
}
.copy-area.section-area-A {
	margin-top: 0 !important;
}
.copy-area.section-area-A .note-wrap {
	padding: 6px 8px 0;
	font-size: 10px;
  line-height: 1.4;
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.copy-area .note-wrap * {
	color: #303030;
  font-feature-settings: initial !important;
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.copy-area .link-wrap {
	font-size: 10px;
  color: #e4007f;
	padding: 0 8px;
	text-align: right;
}
.copy-area .link-wrap > a {
  text-decoration: underline;
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.copy-area .link-wrap > a:hover {
  text-decoration: none;
}
.uqc .section-starlink .head h2 .label {
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.uqc .section-starlink .head h2 {
	gap: 0;
}
.uqc .section-starlink .head h2 .end {
	width: min(490px, 100%);
}
.uqc .section-starlink .head h2 .min {
	margin-top: 9px;
}
/* ------- area-A ------- */
.section-opensignal-award.section-area-A .section.individual h2  {
	margin-left: 86px;
}
.section-opensignal-award.section-area-A .section.individual .head {
  padding: 25px 0 16px !important;
}
.section-opensignal-award.section-area-A .section.individual .head .area-head i {
  right: -114px !important;
	bottom: 0;
}
.section-opensignal-award.section-area-A .section.individual .note-wrap {
	padding: 12px 30px 0 41px !important;
	color: #303030;
}
/* ------- default ------- */
.section-opensignal-award.section-area-default .section.individual h2.ttl {
	margin-left: 94px !important;
}
.section-opensignal-award.section-area-default .section.individual .head {
  padding: 25px 0 16px !important;
}
.section-opensignal-award.section-area-default .section.individual .head .area-head i {
  right: -99px !important;
	bottom: 0 !important;
}
.section-opensignal-award.section-area-default .section.individual .note-wrap {
	padding: 16px 30px 0 41px !important;
	color: #303030 !important;
}
.section-area.section-opensignal-award .head i {
  top: 36% !important;
}
.section-area.section-opensignal-award .head i::before {
  top: 16px !important;
  left: 10px !important;
  width: 14px !important;
  height: 2px !important;
  margin: unset !important;
}
.section-area.section-opensignal-award .head i::after {
  top: 10px !important;
  left: 16px !important;
  width: 2px !important;
  height: 14px !important;
  margin: unset !important;
}
.section-area.section-opensignal-award .opened .head .area-head i {
  background-color: silver !important;
}
.section-area.section-opensignal-award .opened .head.area-ex-head.sub i {
  background-color: silver !important;
}
.section-area.section-opensignal-award .head.area-ex-head.sub i::before {
	width: 15px !important;
	height: 3px !important;
	margin: -2px 0 0 -8px !important;
}
.section-area.section-opensignal-award .head.area-ex-head.sub i::after {
	width: 3px !important;
	height: 15px !important;
	margin: -8px 0 0 -2px !important;
}

/* ------- 各パラメータ 注釈下マージン調整 ------- */
.kv-lead-notice.kv-lead-normal {
  margin-bottom: -52px;
  z-index: 1;
  position: relative;
}
.kv-lead-notice.kv-tokutoku {
  margin-bottom: -11px;
  z-index: 1;
  position: relative;
}
.kv-lead-notice.kv-star-link {
  margin-bottom: -11px;
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 769px) {
	.section-area.section-opensignal-award .head .area-head i::before {
		margin: -3px 0 0 -12px;
		width: 23px;
		height: 5px;
	}
	.section-area.section-opensignal-award .head .area-head i::after {
		margin: -12px 0 0 -3px;
		width: 5px;
		height: 23px;
	}
	.section-opensignal-award .area-ex-head.ac-head i::before {
		margin: -3px 0 0 -12px;
		width: 23px;
		height: 5px;
	}
	.section-opensignal-award .area-ex-head.ac-head i::after {
		margin: -12px 0 0 -3px;
		width: 5px;
		height: 23px;
	}
}
@media screen and (max-width: 768px) {
	.hover , *:hover , .hover * {
		opacity: 1 !important;
	}
  .section-area.section-opensignal-award .head i {
    top: 20% !important;
  }
	.section-area.section-opensignal-award .individual .head {
		padding: 15px 0 20px;
	}
	.section-area.section-opensignal-award .head .area-head {
		display: block;
		position: relative !important;
	}
	.section-area.section-opensignal-award .head .area-head i {
		top: unset;
		position: absolute !important;
    bottom: 6%;
    right: 8px;
	}
	.section-area.section-opensignal-award .individual .head .area-head img {
		width: 78.24%;
		margin: auto;
		margin-left: auto;
		margin-right: 12%;
	}
	.section-area.section-opensignal-award .individual .note-wrap {
		padding: 16px 16px 0;
	}
	.section-opensignal-award-top.award2025-top.individual .mv .lead-txt {
		font-size: 11px;
	}
	.section-opensignal-award-top.award2025-top.individual {
		padding-top: 30px !important;
	}
	.uqc .section-opensignal-award-top.award2025-top.individual img.end-img {
		margin-top: -54px;
	}
	.section-opensignal-award-top.award2025-top.individual .mv .award2025 {
		margin-top: 30px;
	}
	.section-opensignal-award-top.award2025-top.individual .mv .award2025 img {
		width: 263px;
	}
  .copy-area.section-area-A .note-wrap {
		padding: 6px 0 0;
		font-size: 11px;
		line-height: 1.2727272727;
	}
	.copy-area.section-area-A .link-wrap {
		padding: 0;
		font-size: 11px;
		margin-top: 2px;
	}
	.uqc .section-area-A .section:last-child {
		margin-bottom: -8px !important;
	}
	.uqc .section-starlink .head h2 {
		gap: 2px;
	}
	.uqc .section-starlink .head h2 .min {
		margin-top: 6px;
	}
	.section-opensignal-award .section.area .area-ex-head i {
		right: 8px;
	}
	/* ------- area-A ------- */
	.section-opensignal-award.section-area-A .section.individual h2  {
		margin-left: 0;
	}
	.section-opensignal-award.section-area-A .section.individual .note-wrap {
		padding: 20px 14px 0 !important;
	}
	.section-opensignal-award.section-area-A .section.individual .head {
    padding: 16px 0 18px !important;
	}
  .section-opensignal-award.section-area-A .section.individual .head .area-head img {
		width: 83.71%;
		margin-left: 3%;
		margin-right: auto;
	}
	.section-opensignal-award.section-area-A .section.individual .head .area-head i {
    right: 8px !important;
		bottom: 17%;
	}
	/* ------- default ------- */
	.section-opensignal-award.section-area-default .section.individual h2  {
	  margin-left: 0;
	}
	.section-opensignal-award.section-area-default .section.individual .head {
		padding: 29px 0 18px !important;
	}
	.section-opensignal-award.section-area-default .section.individual .head .area-head i {
		right: 12px !important;
		bottom: 40% !important;
	}
  .section-area.section-opensignal-award .head .area-head i::before {
    width: 14px !important;
    height: 2px !important;
    top: 16px !important;
    left: 10px !important;
    margin: unset !important;
  }
  .section-area.section-opensignal-award .head .area-head i::after {
    top: 10px !important;
    left: 16px !important;
    width: 2px !important;
    height: 14px !important;
    margin: unset !important;
  }
	.section-opensignal-award.section-area-default .section.individual .note-wrap {
		padding: 14px 16px 0 !important;
	}
	.section-opensignal-award.section-area-default .section.individual .head .area-head img {
		width: 88.857%;
		margin-left: 2%;
		margin-right: auto;
	}
	.section-opensignal-award.section-area-default .section.individual h2 {
		margin-left: 0 !important;
	}
	.section-area.section-opensignal-award .head.area-ex-head.sub i {
  	right: 12px !important;
		top: 72% !important;
	}

	/* ------- 各パラメータ 注釈下マージン調整 ------- */
	.kv-lead-notice.kv-lead-normal {
    margin-bottom: -33px;
	}
	.kv-lead-notice.kv-tokutoku {
    margin-bottom: -3px;
	}
	.kv-lead-notice.kv-star-link {
    margin-bottom: -14px;
	}
}

.uqc .section-starlink::before {
  width: 824px;
	left: 13px;
	top: 7px;
	background: url(/mobile/newplan2025/img/starlink_bg.svg) no-repeat center;
}
.uqc .section-starlink .head h2 .label {
	font-size: 19px;
  padding: 4px 17px;
	line-height: 1;
}
.uqc .section-starlink .head h2 .note {
	font-size: 11px;
	font-weight: 400;
}
.uqc .section-starlink.other .head h2 .note {
	text-align: left;
	line-height: 1.454545;
}
.uqc .section-starlink.origin .head h2 {
	margin-top: 3px;
}
.uqc .section-starlink.origin .head h2 .lead {
	font-size: 19px;
	font-weight: 700;
}
.uqc .section-starlink.origin .head h2 .lead sup {
	font-size: 80%;
  transform-origin: 16% -40%;
  transform: scale(0.66);
}
.uqc .section-starlink .head h2 .txt {
	margin-top: 8px;
	gap: 12px;
	padding-right: 66px;
}
.uqc .section-starlink .head h2 .txt .img {
	padding-bottom: 8px;
}
.uqc .section-starlink.origin .detail {
	margin-top: 16px;
}
.uqc .section-starlink.origin .detail.attention {
	margin-top: 0 !important;
}
.uqc .section-starlink.origin > .ac-head i {
  top: 60%
}
#uq-content.kv-star-link .section-starlink.origin {
	padding-bottom: 0;
}
.uqc .section-starlink.origin .main-contents .ttl .img-wrap {
	max-width: 422px;
}
.uqc .section-starlink.other .main-contents .ttl .img-wrap {
	max-width: 416px;
}
.uqc .section-starlink.origin .main-contents {
	padding-top: 30px;
}
.uqc .section-starlink.origin .main-contents > .ttl::after {
	right: 22px;
	top: -6px;
}
.uqc .section-starlink.other .main-contents > .ttl::after {
  right: 21px;
  top: -2px;
}
.uqc .section-starlink.other .head h2 .lead {
	font-size: 30px;
}
.uqc .section-starlink.other::before {
	top: -2px;
}
.uqc .section-starlink.other .head h2 {
	padding-top: 2px;
}
.uqc .section-starlink.other .head h2 .lead sup {
	font-size: 80%;
	transform-origin: 16% -60%;
  transform: scale(0.66);
}
.uqc .section-starlink.other .main-contents {
	margin-top: 10px;
}
.uqc .section-starlink .main-contents > .lead {
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.uqc .section-starlink .main-contents > .lead sup {
  transform-origin: 0% 4%;
  font-size: 80%;
}
.uqc .section-starlink .head h2 .note {
  font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.uqc .section-starlink .starlink-price-box {
	margin-top: 25px;
	border: 2px solid #E4007F;
  margin-inline: 25px;
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.uqc .section-starlink .starlink-price-box * {
	font-feature-settings: normal !important;
}
.uqc .section-starlink .starlink-price-box .ttl {
	background-color: #E4007F;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	line-height: 28px;
	height: 30px;
}
.uqc .section-starlink .starlink-price-wrap {
	padding: 14px 9px 9px;
}
.uqc .section-starlink .starlink-price-wrap .flex-wrap {
	display: flex;
	justify-content: space-around;
  align-items: start;
}
.uqc .section-starlink .starlink-price-wrap .flex-wrap .left .price-wrap {
	display: flex;
	align-items: center;
	gap: 24px;
}
.uqc .section-starlink .starlink-price-wrap .flex-wrap .right {
	display: flex;
	align-items: center;
	gap: 24px;
}
.uqc .section-starlink .starlink-price-wrap .flex-wrap div .txt {
	font-weight: bold;
	font-size: 11px;
  margin-top: -6px;
	line-height: 1.454545;

}
.uqc .section-starlink .starlink-price-wrap .flex-wrap .num {
	font-size: 38px;
	font-family: Price;
  letter-spacing: -0.05em;
	padding-right: 2px;
	line-height: 1;
}
.uqc .section-starlink .starlink-price-wrap .flex-wrap .price {
	font-weight: bold;
}
.uqc .section-starlink .starlink-price-wrap .flex-wrap .left .price {
	color: #E4007F;
}
.uqc .section-starlink .starlink-price-wrap .flex-wrap .slash {
	font-family: Price;
  font-size: 29px;
  margin-right: -24px;
  line-height: 1;
  padding-top: 3px;
}
.uqc .section-starlink .starlink-price-wrap .note {
	margin-top: 0;
	text-align: left;
	font-size: 10px;
}
.uqc .section-starlink .starlink-price-wrap .labels {
  display: grid;
  grid-template-columns: repeat(3, 200px);
  gap: 11px;
	margin: auto;
  margin-top: 19px;
	justify-content: center;
}
.uqc .section-starlink .starlink-price-wrap .labels .label {
  display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4px;
	font-size: 12px;
	text-align: center;
	line-height: 1.3333333;
	color: #e4007f;
	background-color: #fff;
	border: 1px solid #e4007f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
.uqc .section-starlink .starlink-price-wrap .labels .label sup {
  transform-origin: 0% -26%;
  font-size: 80%;
}
.uqc .section-starlink .starlink-price-wrap .flex-wrap div .txt sup {
  transform-origin: 0% -26%;
  font-size: 80%;
	margin-right: -4px;
}
.uqc .section-starlink .notes.starlink {
	margin-top: 20px;
  font-size: 11px;
  line-height: 1.363636;
	margin-inline: 25px;
}
.uqc .section-starlink .section-ac.attention {
	margin-top: 30px;
}
.plan-tuuwahoudai-mini .note {
	color: var(--tokutoku_color);
	text-align: right;
	padding-bottom: 8px;
	padding-inline: 8px;
	line-height: 1;
	font-size: 13px;
}
.plan-tuuwahoudai-mini .note sup {
	font-size: 80%;
  transform-origin: 10% -50%;
}
.plan-tuuwahoudai-mini h3 {
	line-height: 1;
	padding-top: 8px;
}
.uqc .increase-option .option .txt-wrap {
	text-align: left;
	font-size: 13px;
}
.uqc .increase-option .option .txt-wrap p {
	margin: 0;
}
.uqc .increase-option .option .uqv2-parts-ul--none {
	margin-top: 10px;
}
.notes.mini .txt-indent {
  padding-left: 0.5rem;
}
.uqc .page-box01-note a.link[target="_blank"]::after {
	display: inline-block;
	position: relative;
	top: 0.06em;
	content: "\e90b";
	font-family: uq-icomoon !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
}
.uqc .section .detail {
	height: 0;
	overflow: hidden;
  padding: 0 30px;
}
.uqc .content-feature .section.section-starlink .head {
	height: unset;
}
.uqc .content .section.section-starlink > .ac-head i {
	background-color: #fff;
  right: -22px;
	top: 66%;
  width: 34px;
  height: 34px;
}
.uqc .content .section.section-starlink > .ac-head i::before ,
.uqc .content .section.section-starlink > .ac-head i::after {
	background-color: #e4007f;
  margin: unset;
}
.uqc .section-starlink .js-starlink-close .close {
  padding: 0 0 15px !important;
}

@media screen and (min-width: 769px) {
  .uqc .section-starlink.origin .head h2 {
    margin: auto 10px;
	}
  .uqc .content .section-starlink .head.ac-head:hover {
    opacity: .7 !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 950px) {
  .uqc .section-starlink .starlink-price-wrap .labels {
    grid-template-columns: repeat(3, 32%);
		gap: 9px;
    margin-top: 12px;
	}
	.uqc .section-starlink .starlink-price-wrap .labels .label {
		font-size: 10px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap .left .price-wrap {
		gap: 10px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap .right {
		gap: 10px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap div .txt {
		font-size: 10px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap .slash {
		margin-right: 4px;
		font-size: 26px;
    padding-top: 0px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap .price {
		font-size: 12px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap .num {
		font-size: 30px;
	}
	.uqc .section-starlink .starlink-price-wrap .note {
		font-size: 9px;
	}
	.uqc .section-starlink.other .main-contents > .ttl::after {
		right: 10px;
    top: 19px;
    width: 80px;
    height: 99px;
    background-repeat: no-repeat;
	}
	.uqc .section-starlink.other .main-contents .ttl .img-wrap {
		max-width: 400px;
	}
	.uqc .section-starlink .head h2 .label {
		width: 76px;
	}
	.uqc .section-starlink::before {
    width: 97%;
    background-size: contain;
		left: 4px;
	}
	.uqc .section-starlink.origin .starlink-price-wrap .labels .label {
		font-size: 9px;
	}
	.uqc .section-starlink.origin .starlink-price-wrap .flex-wrap div .txt {
		font-size: 9px;
	}
  .uqc .section-starlink.origin .starlink-price-wrap .flex-wrap .num {
    font-size: 25px;
  }
  .uqc .section-starlink.origin .starlink-price-wrap .flex-wrap .slash {
    margin-left: -20px;
		margin-top: -2px;
	}
	.uqc .section-starlink.origin .main-contents .ttl .img-wrap {
		max-width: 360px;
	}
	.uqc .section-starlink.origin .main-contents > .ttl::after {
		right: 12px;
    top: 12px;
    width: 64px;
    height: 99px;
    background-repeat: no-repeat;
	}
  .section-opensignal-award.section-area-default .section.individual h2.ttl .area-head img {
    max-width: 90%;
    margin-left: -20px;
  }
}

@media screen and (max-width: 768px) {
  .uqc .section-starlink::before {
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		background-image: url(/mobile/newplan2025/img/starlink_bg_sp.svg);
	}
  .uqc .section-starlink .head {
		padding-top: 0;
	}
	.uqc .section-starlink.origin .head h2 {
		margin-top: -4px;
		padding-right: 0;
		padding-left: 0;
	}
	.uqc .section-starlink.origin .head h2 .lead {
    font-size: 16px;
		line-height: 1.4375;
	}
	.uqc .section-starlink .head h2 .label {
		font-size: 12px;
    padding: 4px 5px;
		display: inline-block;
	}
	.uqc .section-starlink .head h2 .txt {
		margin: auto;
    padding-right: 38px;
		gap: 7px;
		justify-content: center;
	}
	.uqc .section-starlink.other .head h2 .txt {
    padding-right: 17px;
	}
	.uqc .section-starlink .head h2 .txt .img {
		max-width: 244px;
		margin: unset;
	}
	.uqc .section-starlink .head h2 .note {
		line-height: 1.454545;
	}
	.uqc .section-starlink.other .head h2 .note {
		margin-top: 4px;
		padding-right: 44px;
	}
	.uqc .section-starlink.origin .main-contents .ttl .img-wrap {
		max-width: 302px;
	}
	.uqc .section-starlink.other .main-contents .ttl .img-wrap {
		max-width: 306px;
	}
	.uqc .section-starlink.origin .main-contents {
    padding-top: 39px;
	}
  .uqc .section-starlink .main-contents .img-wrap.visible-sp {
		margin-top: 20px;
	}
  .uqc .section-starlink.other .main-contents {
		padding-top: 16px;
	}
  .uqc .section-starlink.other .main-contents {
		margin-top: 10px;
	}
	.uqc .section-starlink.other .head h2 .lead {
		font-size: 18px;
		padding-left: 16px;
	}
  .uqc .section-starlink.other .head h2 {
		padding: 0;
    max-width: unset;
	}
	.uqc .section-starlink.other .head {
		margin-top: 6px;
		margin-bottom: 4px;
		height: unset;
    padding: 0;
	}
  .uqc .section-starlink .section-ac.attention .head {
    padding: 10px 23px;
  }
  .uqc .section-starlink {
		max-height: 150px;
	}
	.uqc .section-starlink.origin .detail {
		margin-top: 0;
		padding-top: 8px;
	}
	.uqc .section-starlink.origin > .ac-head i {
		top: 50%;
	}
  .uqc .section-starlink.other.opened > .detail {
		margin-top: 0;
	}
	.uqc .section-starlink .starlink-price-wrap .labels {
		grid-template-columns: 1fr;
		gap: 9px;
		margin-top: 22px;
		margin-inline: 0;
	}
  .uqc .section-starlink .starlink-price-wrap .labels .label {
		min-height: 51px;
		font-size: 15px;
	}
	.uqc .section-starlink .starlink-price-box {
    margin-top: 50px;
    margin-inline: 12px;
	}
	.uqc .section-starlink .starlink-price-box .ttl {
		height: 43px;
		line-height: 41px;
		font-size: 18px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap {
		flex-direction: column;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap .left .price-wrap {
		flex-direction: column;
		margin: auto;
		text-align: center;
		gap: 18px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap .right {
		flex-direction: column;
		margin: auto;
		text-align: center;
		margin-top: 28px;
		gap: 18px;
	}
	.uqc .section-starlink .starlink-price-wrap {
		padding: 24px 10px 20px;
	}
	.uqc .section-starlink .starlink-price-wrap .note {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 6px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap div .txt {
		font-size: 18px;
	}
	.uqc .section-starlink .notes.starlink {
		margin-inline: 10px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap {
		font-size: 20px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap .num {
		font-size: 42px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap .left {
	  margin: auto;
  }
	.uqc .section-starlink .starlink-price-wrap .flex-wrap div .txt sup {
	  margin-right: -6px;
	}
	.plan-tuuwahoudai-mini h3 {
    padding-bottom: 0;
  }
	.uqc .section-starlink.origin .section-ac.attention .head {
		margin-top: 6px;
    margin-bottom: 4px;
	}
	.uqc .section-starlink.origin .section-ac.attention .detail.attention {
		padding-top: 0;
	}
}
.uqc .section-starlink .detail .close {
	padding: 0 0 15px;
}
.uqc .section.section-starlink .detail .close a {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 114px;
	width: 100%;
	height: 40px;
	background-color: #F1559A;
	border-radius: 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .section-starlink .detail .close a:hover {
	color: #fff;
	opacity: .7;
}
.uqc .section.section-starlink .detail .close a:hover i {
	background-color: #fff !important;
}
.uqc .section.section-starlink > .detail .close a i {
	position: relative;
	display: block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 3px;
	transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .section.section-starlink > .detail .close a i::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 2px;
	background-color: #F1559A;
}
.uqc .section-starlink .detail .close span {
	color: #fff;
	padding-top: 2px;
	letter-spacing: 0.1em;
	text-decoration: none !important;
}
@media screen and (max-width: 768px) {
	.uqc .content .section-starlink > .detail .close {
		margin-top: 60px;
    padding-bottom: 0 !important;
	}
	.uqc .section-starlink .detail .close span {
		color: #fff;
	}
}
.section-opensignal-award {
	--pink: #e4017f;
	position: relative;
	--kado: 10px;
	--bd-width: 4px;
	.section {
		border-width: 4px;
		border-radius: 14px;
		@media screen and (max-width: 767px) {
			border-radius: 14px;
		}
	}
	.area-ex-head {
		background-color: #fff !important;
		&:after {
			content: none;
		}
	}
	.section-opensignal-award-top {
		border-radius: var(--kado) var(--kado) 0 0;
		border: var(--bd-width) solid var(--pink);
		border-bottom: none;
		padding-top: 14px;
		@media screen and (max-width: 768px) {
			border-width: calc(var(--bd-width) / 2);
			border-radius: calc(var(--kado) / 2) calc(var(--kado) / 2) 0 0;
		}
		+.section {
			border-width: var(--bd-width);
			border-radius: 0 0 var(--kado) var(--kado);
			border-top: none;
			@media screen and (max-width: 768px) {
				border-width: calc(var(--bd-width) / 2);
				border-radius: 0 0 var(--bd-width) var(--bd-width);
			}
		}
	}
	.mv {
		border-radius: var(--kado) var(--kado) 0 0;
		overflow: hidden;
	}
	.award-area {
		padding: 30px 20px 16px;
		background: #f16aaa;
		@media screen and (max-width: 768px) {
			padding: 22px;
		}
	}
	.award-btn-wrap {
		display: flex;
		justify-content: center;
		gap: 30px;
		font-size: 12px;
		@media screen and (max-width: 768px) {
			max-width: 292px;
			margin-inline: auto;
			gap: 18px;
			font-size: 11px;
		}
		.square-btn {
			background: #fff;
			border-radius: 8px;
			height: 52px;
			width: 148px;
			display: grid;
			grid-template-columns: auto 1fr auto;
			align-items: center;
			padding: 7px;
			line-height: 1.375;
			@media screen and (max-width: 768px) {
				padding: 6px;
				height: 51px;
			}
			&:before {
				content: "";
				background: url(../img/icon_graph@2x.png) no-repeat center /contain;
				width: 25px;
				height: 25px;
				margin-right: 6px;
			}
			&:after {
				content: "";
				background: url(../img/icon_pink_info@2x.png) no-repeat center /contain;
				width: 22px;
				height: 22px;
				margin-left: 6px;
			}
			@media screen and (max-width: 768px) {
				&:before {
					width: 22px;
					height: 19px;
					margin-right: 8px;
				}
				&:after {
					width: 20px;
					height: 20px;
					margin-left: 9px;
				}
			}
			em {
				color: var(--pink);
			}
		}
	}
	.award-item-list {
		margin-top: 20px;
		display: flex;
		gap: 47px;
		justify-content: center;
		color: #fff;
		@media screen and (max-width: 768px) {
			flex-direction: column;
			gap: 16px;
			margin-top: 20px;
			margin-bottom: -4px;
		}
		li {
			position: relative;
			padding-left: 56px;
			&:before {
				position: absolute;
				top: 5px;
				left: 2px;
				content: "";
				background: url(../img/icon_white_award.svg) no-repeat center /contain;
				width: 39px;
				height: 36px;
			}
			.lead {
				font-size: 14px;
				line-height: 1.41;
				font-weight: bold;
			}
			.hd {
				font-size: 17px;
				line-height: 1.3;
				font-weight: bold;
				em {
					line-height: 1;
				}
			}
			.txt {
				font-size: 12px;
				line-height: 1.41;
				margin-top: 5px;
				margin-right: -5px;
			}
		}
	}
	.award2025 {
		display: flex;
		justify-content: center;
		padding-right: 50px;
		@media screen and (max-width: 768px) {
			padding-left: 16px;
			padding-right: 16px;
		}
	}
	.award2025-modal-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px 52px;
		@media screen and (max-width: 768px) {
			gap: 0;
		}
	}
	.award2025-box {
		margin-top: 7px;
		@media screen and (max-width: 768px) {
			margin-top: 20px;
		}
	}
	.award2025-modal > a {
		display: inline-block;
    overflow: hidden;
    width: 318px;
    height: 0;
    padding-top: 158px;
    background-size: cover;
	}
	.award2025-modal-wrap .award2025-modal.col1{
		text-align: center;
		justify-content: center;
	}
	.section-opensignal-award-top.award2025-top .close a:hover i {
		background-color: #fff !important;
	}
	.award2025-modal-wrap .award2025-modal:nth-child(1) a {
		background-image: url(/mobile/newplan2025/img/img_award2025_01@2x.png);
	}
	.award2025-modal-wrap .award2025-modal:nth-child(2) a {
		background-image: url(/mobile/newplan2025/img/img_award2025_02@2x.png);
	}
	.award2025-modal-wrap .award2025-modal:nth-child(3) a {
		background-image: url(/mobile/newplan2025/img/img_award2025_03@2x.png);
	}
	.award2025-note {
		padding: 30px 40px 32px;
		font-size: 13px;
		line-height: 1.4;
		background-color: #F16AAA;
		color: #fff;
		@media screen and (max-width: 768px) {
			margin-top: -1px;
			padding: 26px 24px;
		}
	}
	.award2025-note > p {
		font-feature-settings: normal;
	}
	.section-opensignal-award-top.award2025-top {
		padding-top: 20px;
	}
	.award-note {
		padding: 10px 88px 20px;
		font-size: 13px;
		line-height: 1.4;
		display: flex;
		gap: 15px;
		justify-content: center;
		@media screen and (max-width: 768px) {
			padding: 10px 25px 20px;
			line-height: 1.4;
			font-size: 12px;
			flex-direction: column;
			align-items: end;
			gap: 0;
		}
	}
	.area-ex-head {
		position: relative;
		@media screen and (max-width: 768px) {
			&:after {
				width: 15px;
				height: 12px;
				bottom: 2px;
			}
		}
		.uqc .section & {
			padding-right: 0;
			h2 {
				position: relative;
				margin-inline: auto;
				width: fit-content;
			&::before {
				content: "";
				position: absolute;
				top: 5px;
				left: -6.2vw;
				width: 64px;
				height: 64px;
				background: url(/mobile/norikae/assets/img/icon_opensignal_01.svg) no-repeat center/cover;

			}
			@media screen and (max-width: 1100px) {
				&::before {
				top: 50%;
				transform: translateY(-50%);
				left: -12vw;
				}
			}
			@media screen and (max-width: 768px) {
				&::before {
					top: 28px;
					left: -13px;
					width: 40px;
					height: 40px;
					}
				}
			}
		}
		.area-ex {
			width: 100%;
			display: flex;
			flex-direction: column;
			margin: 24px auto 10px;
			width: fit-content;
			line-height: 1.2;
			transition: all 0.3s ease;
			align-items: start;
			@media screen and (max-width: 768px) {
				& {
					position: relative;
					gap: 4px;
					margin: 10px auto;
				}
			}
			.opened & {
				padding-bottom: 0;
			}
			.ttl {
				font-size: 20px;
				display: inline grid;
				grid-template: "ttl em" /1fr auto;
				gap: 13px;
				margin-right: 65px;
				@media screen and (max-width: 768px) {
					& {
						grid-template: "ttl em" /max-content auto;
						gap: 16px;
						align-items: center;
						margin-left: 32px;
						margin-right: 0;
						font-size: 13px;
					}
				}
				.txt01 {
					grid-area: ttl;
					font-size: 23px;
					font-weight: bold;
					color: #000;
					@media screen and (max-width: 768px) {
						font-size: 16px;
					}
				}
				em {
					grid-area: em;
					font-size: 48px;
					font-weight: bold;
					line-height: 1;
					margin-left: 5px;
					color: #E4007F;
					@media screen and (max-width: 768px) {
						font-size: 27px;
					}
				}
			}
			.lead {
				margin-top: 7px;
				font-size: 16px;
				color: #000;
				font-weight: 400;
				@media screen and (max-width: 768px) {
					position: relative;
					margin-top: 0;
					left: -10px;
					font-size: 12px;
				}
			}
		}

		&.ac-head i {
			top: 50%;
			transform: translateY(-50%);
			right: 24px;
			width: 38px;
			height: 38px;
			border-radius: 50%;
			@media screen and (max-width: 768px) {
				right: 10px;
				width: 23px;
				height: 23px;
			}
			&::before {
				margin: -1px 0 0 -7px;
        width: 13px;
        height: 3px;
			}
			&::after {
				margin: -6px 0 0 -2px;
        width: 3px;
        height: 13px;
			}
		}

	}
	.detail.sc {
		background: none;
	}
	.sc-area {
		padding-top: 43px;
		@media screen and (max-width: 768px) {
			padding: 40px 0 0;
		}
		.sub6-mv {
			text-align: center;
			@media screen and (max-width: 768px) {
				max-width: 267px;
				margin-inline: auto;
			}
			img {
				display: inline;
			}
		}
		>.notes {
			margin: 12px 0 0;
			@media screen and (max-width: 768px) {
				margin-top: 8px;
			}
			>li {
				margin-left: 0;
				text-indent: inherit;
			}
		}
		>.h {
			margin-top: 20px;
			@media screen and (max-width: 768px) {
				margin-top: 17px;
				font-size: 16px;
				line-height: 1.25;
			}
		}
		@media screen and (max-width: 768px) {
			.img-area-01 {
				margin-top: 7px;
			}
			.img-area-02 {
				margin-top: 26px;
				margin-bottom: 16px;
			}
			.img-area-03 {
				max-width: 100%;
			}
			.sub {
				margin-top: 16px;
				font-size: 16px;
			}
		}
	}
}
.award-modal {
	padding: 10px;
	@media screen and (max-width: 768px) {
		padding: 0;
	}
	.award-modal-hd {
		text-align: center;
		font-size: 24px;
		margin-bottom: 20px;
		font-weight: bold;
		line-height: 1.33;
		@media screen and (max-width: 768px) {
			font-size: 18px;
			margin-bottom: 10px;
		}
		em {
			color: #e3027d;
		}
	}
	.award-modal-text {
		font-size: 16px;
		max-width: 470px;
		margin-inline: auto;
		@media screen and (max-width: 768px) {
			font-size: 12px;
			max-width: 90%;
		}
	}
	.award-modal-img {
		margin-top: 26px;
		img {
			.note-tip-balloon .frame & {
				max-width: 430px;
				margin-inline: auto;
				@media screen and (max-width: 768px) {
					max-width: 220px;
				}
			}
		}
	}
	.award-modal-notice {
		margin-top: 26px;
		line-height: 1.41;
		@media screen and (max-width: 768px) {
			margin-top: 15px;
			font-size: 12px;
			max-width: 90%;
		}
	}
}
.section-opensignal-award .num.point-03 {
  z-index: 0;
  width: 75px;
  height: 100%;
  border-radius: 6px 0 0 6px;
}
.section-opensignal-award .section.individual.opened .num.point-03 {
  border-radius: 6px 0 0 0;
}
.section-opensignal-award.section-area-default .section.individual .note-wrap {
  padding-left: 90px !important;
}
.section-opensignal-award.section-area-default .section.individual h2.ttl {
  padding-left: 46px !important;
}
.section-opensignal-award .sub-6 .area-ex {
  display: flex;
  flex-direction: column;
  margin: 40px auto 0 210px;
  width: fit-content;
  line-height: 1.2;
}
.section-opensignal-award .sub-6 .area-ex .ttl {
  font-size: 20px;
  display: inline grid;
  grid-template: "ttl em" / 1fr auto;
  gap: 13px;
  position: relative;
}
.section-opensignal-award .sub-6 .area-ex .ttl::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -6.2vw;
  width: 64px;
  height: 64px;
  background: url(/mobile/beginner/point/img/icon_opensignal_01.svg) no-repeat center / cover;
}
.section-opensignal-award .sub-6 .area-ex .ttl .txt01 {
  grid-area: ttl;
  font-size: 23px;
  font-weight: bold;
}
.section-opensignal-award .sub-6 .area-ex .ttl em {
  grid-area: em;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin-left: 5px;
  color: #E4007F;
}
.section-opensignal-award .sub-6 .area-ex .lead {
  margin-top: 7px;
  font-size: 16px;
}
.section-area.section-opensignal-award.section-area-default .note-wrap {
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) !important;
}
.section-area.section-opensignal-award.section-area-default .section.individual .ac-head.area-ex-head h2.ttl .area-head img {
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) !important;
}
.section-area.section-opensignal-award.section-area-default .section.individual .ac-head.area-ex-head:hover .note-wrap {
  opacity: .7 !important;
}
.uqc .content .section-starlink .head.ac-head img {
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) !important;
}
.uqc .content .section-starlink .head.ac-head {
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) !important;
}
@media screen and (max-width: 768px) {
  .section-opensignal-award .num.point-03 {
    border-radius: 2px 0 0 2px;
  }
  .section-opensignal-award .section.individual.opened .num.point-03 {
    border-radius: 2px 0 0 0;
  }
  .section-opensignal-award.section-area-default .section.individual h2.ttl {
    margin-left: 4px !important;
  }
  .section-opensignal-award.section-area-default .section.individual .note-wrap {
    padding-left: 66px !important;
  }
  .section-opensignal-award .sub-6 .area-ex {
    margin: 20px auto 0;
  }
  .section-opensignal-award .sub-6 .area-ex .ttl::before {
    top: 8px;
    left: -30px;
    width: 40px;
    height: 40px;
  }
  .section-opensignal-award .sub-6 .area-ex .ttl {
    grid-template: "ttl em" / max-content auto;
    gap: 16px;
    margin-left: 30px;
    align-items: center;
    justify-content: center;
  }
  .section-opensignal-award .sub-6 .area-ex .ttl .txt01 {
    font-size: 16px;
  }
  .section-opensignal-award .sub-6 .area-ex .ttl em {
    font-size: 27px;
  }
  .section-opensignal-award .sub-6 .area-ex .lead {
    font-size: 12px;
  }
}
.uqc .section.section-starlink .section-ac .head i {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
  margin-top: 0;
	width: 80px;
	height: 100%;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .section.section-starlink .section-ac .head i::before,
.uqc .section.section-starlink .section-ac .head i::after {
	content: "";
	position: absolute;
	top: 21px;
	left: 55px;
	width: 14px;
	height: 2px;
	background-color: #323232;
}
.uqc .section-starlink .section-ac .head i::before {
	margin: -3px 0 0 -12px;
}
.uqc .section.section-starlink .section-ac .head i::after {
  display: block;
	top: 18px;
	left: 43px;
	transform: rotate(90deg);
}
.uqc .section.section-starlink .section-ac .ac-close {
	text-decoration: none;
}
@media screen and (max-width: 460px) {
	.uqc .section.section-starlink .section-ac .head i {
		width: 40px;
	}
	.uqc .section-starlink .section-ac.attention .head i::before,
	.uqc .section-starlink .section-ac.attention .head i::after {
		top: 16px;
		left: 4px;
		margin: 0;
	}
}
.uqc .content .section-starlink .detail .close {
  display: flex;
  justify-content: center;
}

.uqc .content .section-starlink .detail .close a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: silver;
  background-color: transparent;
  transition: color .2s cubic-bezier(.39, .575, .565, 1);
  user-select: none;
  cursor: pointer;
}
.uqc .content .section-starlink .detail .close span {
  color: silver;
  text-decoration: underline !important;
  letter-spacing: normal;
  padding-top: 0 !important;
  transition: color .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .content .section-starlink .detail .close a i {
  position: relative;
  display: block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-color: silver;
  border-radius: 3px;
  transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .content .section-starlink .detail .close a i::before {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 9px;
  transform: none;
  width: 12px;
  height: 2px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .uqc .content .section-starlink .detail .close a:hover {
    opacity: 1;
  }
  .uqc .content .section-starlink .detail .close a:hover span {
    color: #e4007f;
    opacity: 1;
  }
  .uqc .content .section-starlink .detail .close a:hover i {
    background-color: #e4007f !important;
    opacity: 1;
  }
  .uqc .content .section-starlink .detail .close a:hover i::before {
    background-color: #fff;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .uqc .content .section-starlink .detail .close a {
    font-size: 15px;
    height: auto;
  }
  .uqc .content .section-starlink .detail .close a i {
    width: 26px;
    height: 26px;
  }
  .uqc .content .section-starlink .detail .close a i::before {
    top: 12px;
    left: 7px;
    width: 12px;
    height: 2px;
  }
  .uqc .content .section-starlink .detail .close a span {
    display: inline-block;
    color: #717171;
    letter-spacing: -0.07em;
  }
  .uqc .content .section-starlink .detail .close {
    padding: 0;
  }
  .uqc .content .section-starlink .detail .close {
    margin-top: 25px;
  }
}
.benefits-wrap{
	
	margin-top: 18px;
	width: min(660px, 100%);
	margin-inline: auto;
	.hd{
		font-family: Noto Sans JP,sans-serif;
		margin: 0 auto;
		font-size: 17px;
		line-height: 1.4;
		width: fit-content;
		padding: 5px 44px 5px 34px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-weight: 800;

		&:before{
			content:"";
			position: absolute;
			left: 0;
			width: 100%;
			height: 100%;
			background: var(--_color);
			mask: url(../img/icon_kira_left.svg) left center no-repeat, url(../img/icon_kira_right.svg) right center no-repeat;
		}
	}
	.benefits-list{
		margin-top: 10px;
		display: flex;
		justify-content: center;
		gap: 13px;
		@media screen and (max-width: 767px) {
			flex-direction: column;
			gap: 11px;
		}
		li{
			width: min(212px,100%);
			@media screen and (max-width: 767px) {
				width: 100%;
			}
			a{
				border-radius: 9px;
				border: 2px solid var(--_color);
				overflow: hidden;
				display: flex;
				flex-direction: column;
				height: 100%;
				@media screen and (max-width: 767px) {
					flex-direction: row;
				}
			}
		}
		.ttl{
			font-size: 11px;
			display: flex;
			justify-content: center;
			align-items: baseline;
			line-height: 1;
			padding: 0px 8px  4px;
			background: var(--_color);
			color: #fff;
			@media screen and (max-width: 767px) {
				width: 23%;
				align-items: center;
				padding: 4px;
			}
			.unit-txt{
				font-size: 13px;
			}
			.num-txt{
				font-size: 19px;
				margin-left: 4px;
			}
		}
		.con{
			padding: 4px 16px 4px 10px;
			line-height: 1.25;
			position: relative;
			margin-block: auto;
      letter-spacing: 0.3px;
			@media screen and (max-width: 767px) {
				flex: 1;
				padding: 7px 30px 7px 16px;
			}
		}
		.txt01{
			font-size: 10px;
		}
		.txt02.big{
			font-size: 17px;
		}
		.txt02{
			margin-top: 2px;
			font-size: 15px;
			color: var(--_color);
			font-weight: 900;
			line-height: 1.2;
			small{
				font-size: 12px;
				margin-top: -1px;
				display: block;
				@media screen and (max-width: 767px) {
					display: inline;
				}
			}
		}
		.txt03{
			font-size: 9px;
			@media screen and (max-width: 767px) {
				font-size: 10px;
			}
			small{
				font-size: 8px;
				@media screen and (max-width: 767px) {
				font-size: 10px;
				}
			}
		}
	}
}
/* ↑ feature_250707 */