@charset "utf-8";
/* CSS Document */
.underline {
  text-decoration: underline;
  color: #239ffd;
}
/* ========================================
■ sec_news
======================================== */
.sec_news .cmn_wrap {
  padding-top: 9.765625vw;
  padding-bottom: 10.9375vw;
  margin-right: auto;
  margin-left: auto;
  /* メディアクエリ用 */
}
@media screen and (min-width: 769px) {
  .sec_news .cmn_wrap {
    width: 80.54%;
    padding-top: 3.90625vw;
    padding-bottom: 4.0364583333vw;
  }
}
.sec_news .news {
  border: double 1.171875vw #4a96ff;
  overflow: auto;
  margin: 0 auto;
  height: 50.1302083333vw;
  /* メディアクエリ用 */
}
@media screen and (min-width: 769px) {
  .sec_news .news {
    border-width: 0.3255208333vw;
    height: 13.0208333333vw;
  }
}
.sec_news .news_box {
  padding: 5.2083333333vw 7.8125vw;
  font-size: 3.125vw;
  /* メディアクエリ用 */
}
@media screen and (min-width: 769px) {
  .sec_news .news_box {
    padding: 1.953125vw 2.2786458333vw;
    font-size: 1.0416666667vw;
  }
}
.sec_news .news_box li {
  list-style: circle;
  font-weight: normal;
}
.sec_news .news_box li + li {
  padding-top: 2.6041666667vw;
  /* メディアクエリ用 */
}
@media screen and (min-width: 769px) {
  .sec_news .news_box li + li {
    padding-top: 1.3020833333vw;
  }
}
.sec_news .news h2 {
  font-weight: 700;
  padding-bottom: 3.90625vw;
  font-size: 4.0364583333vw;
  margin: 0;
  /* メディアクエリ用 */
}
@media screen and (min-width: 769px) {
  .sec_news .news h2 {
    padding-bottom: 1.3020833333vw;
    font-size: 1.432vw;
  }
}
.sec_news .atext {
  font-weight: 600;
  color: #239ffd;
  text-decoration: none;
}
.sec_news .atext:hover {
  text-decoration: underline;
}
/**/
.cta_and_nav {
  display: flex;
  flex-wrap: wrap
}
.header_btn_wrap {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-right: 0.5em;
}
.header_btn_wrap a {
  display: inline-block;
  color: #fff;
  font-size: 0.8em;
  padding: 0.8em 1.2rem;
  transition: .4s;
  white-space: nowrap;
  text-align: center;
}
.header_btn_wrap a:hover {
  filter: saturate(120%)
}
@media screen and (min-width: 769px) {
  .header_logo {
    order: 1;
  }
  .header_btn_wrap {
    margin-left: auto;
    order: 2;
  }
  .header_nav {
    order: 3;
  }
  .header_btn_wrap a {
    padding: 0.75em 1.5em;
  }
  .header_cta {
    width: auto;
  }
  .header_to_biz {
    width: auto;
  }
}
.header_cta a {
  background: linear-gradient(to right, #FF8383 0, #F61C93 50%);
  border-radius: 999px;
}
.header_to_biz a {
  background: #333;
  border-radius: 999px;
}
.comparison {
  padding: 9.661vw 0;
  background: #fff
}
@media screen and (min-width: 769px) {
  .comparison {
    padding: 4.392vw 5.856vw
  }
}
.comparison_text {
  display: flex;
  justify-content: space-around;
  align-items: center
}
.inexpensive {
  font-size: 3.645833333333333vw;
  text-align: center
}
@media screen and (min-width: 769px) {
  .inexpensive {
    font-size: 1.846vw;
  }
}
.inexpensive p:first-child {
  padding: 0 30px;
  margin-bottom: 0.5em;
  line-height: 1.45;
  position: relative
}
.inexpensive p:first-child::before, .inexpensive p:first-child::after {
  content: '';
  position: absolute;
  bottom: 0.8em;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #333
}
.inexpensive p:first-child::before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 0;
}
.inexpensive p:first-child::after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0;
}
.inexpensive p:last-child span {
  font-size: 146%;
  padding: 0 8px;
  color: #fff;
  font-weight: 900;
  background-image: linear-gradient(to right, #FF8383 0, #F61C93 50%);
}
.bad_point {
  font-size: 2.898vw;
  font-weight: 400;
  position: relative;
  color: #555555
}
@media screen and (min-width: 769px) {
  .bad_point {
    font-size: 1.449vw;
  }
}
.bad_point::before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 8.9vw;
  height: 10.6vw;
  background: url("../images/up.png")no-repeat;
  background-size: contain
}
@media screen and (min-width: 769px) {
  .bad_point::before {
    width: 4.45vw;
    height: 5.3vw;
  }
}
.recommend_footer {
  font-size: 5.314vw;
  text-align: center
}
.recommend_footer .back_yellow {
  padding: 0 8px;
  background: #f5dd33
}
@media screen and (min-width: 769px) {
  .recommend_footer {
    font-size: 1.846vw;
  }
}
@media(min-width: 769px) {
  .trial_detail {
	  margin-top: 3.25vw;
    font-size: .846vw
  }
  .trial_detail small {
    font-size: 100%
  }
}
@media(max-width: 768px) {
  .trial_detail {
	  margin-top: 2em;
    line-height: 0.9
  }
  .trial_detail small {
    font-size: 50%
  }
}
/**/
.section_07 {
  padding: 5.729vw 14.844vw
}
.section_07_header h2 {
  text-align: center;
  margin-bottom: 2.604vw;
  color: #fff
}
@media(max-width: 768px) {
  .section_07 {
    padding: 10.948vw 4.948vw 0;
  }
  .section_07_header h2 {
    margin-bottom: 5.208vw;
  }
}

@media(max-width: 768px) {
  .section_05_list_content_detail p {
    font-size: 2.344vw;
  }
}
.content-box .section_05_list_content_detail {
  margin-bottom: 2.604vw;
}
@media(max-width: 768px) {
  .content-box .section_05_list_content_detail {
    margin-bottom: 5.208333333333333vw;
  }
}
.content-box .section_05_list_content_detail > div {
  font-size: .911vw;
  font-weight: normal;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  border-radius: 0 0 0.521vw 0.521vw
}
@media(max-width: 768px) {
  .content-box .section_05_list_content_detail .scroll table {
    width: 100%
  }
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
.content-box .section_05_list_content_detail .scroll + .scroll {
  margin-top: 1em
}
.content-box .section_05_list_content_detail .scroll + div {
  margin-top: 2em
}
.content-box .section_05_list_content_detail .text_pink {
  font-weight: 600
}
.linethrough {
  text-decoration: line-through;
}
.content-box dl.cta_btn {
  text-align: center
}
.tab_content_top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2.604vw;
}
@media(max-width: 768px) {
  .tab_content_top {
    margin-bottom: 4.948vw;
  }
}
.tab_content_top .free {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10vw;
  height: 10vw;
  background: url(../images/icon_circle.png)no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 1.3vw;
  line-height: 1.3;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tab_content_top .free span.ff_barlow {
  line-height: 0.9;
  font-size: 250%;
}
@media(max-width: 768px) {
  .tab_content_top .free {
    width: 20vw;
    height: 20vw;
    left: 60%;
    font-size: 2.898vw;
  }
  .tab_content_top .free span.ff_barlow {
    font-size: 200%;
  }
}
.tab_content_top div {
  width: 50%
}
@media(max-width: 768px) {
  .tab_content_top div {
    width: 57%
  }
}
.tab_content_top div p .strong_line {
  background: linear-gradient(transparent 60%, #F5DD33 60%)
}
.tab_content_top div p .text_pink {
  font-size: 180%;
  line-height: 1;
}
.tab_content_top dl {
  margin: 1.302vw 0 2.604vw;
  line-height: 1.04
}
@media(max-width: 768px) {
  .tab_content_top dl {
    margin: 5.208vw 0
  }
  .content-box .section_05_list_content_detail > div {
    font-size: 2.344vw
  }
}
.tab_content_top dt {
  font-size: 2.474vw;
}
.two_years_plan .tab_content_top dt {
  font-size: 1.237vw
}
@media(max-width: 768px) {
  .tab_content_top dt {
    font-size: 4.688vw;
  }
  .two_years_plan .tab_content_top dt {
    font-size: 4vw;
  }
}
.tab_content_top dd .span1 {
  font-size: 10.792vw;
  vertical-align: -0.04em
}
@media(max-width: 768px) {
  .tab_content_top dd .span1 {
    font-size: 17.5vw
  }
}
.tab_content_top dd .span2 {
  font-size: 4.297vw
}
.two_years_plan .tab_content_top dd .span2 {
  font-size: 3.645833333333333vw;
}
@media(max-width: 768px) {
  .tab_content_top dd .span2 {
    font-size: 7.292vw
  }
  .two_years_plan .tab_content_top dd .span2 {
    font-size: 6.25vw;
  }
}
.tab_content_top dd .span3 {
  position: relative
}
.tab_content_top dd .span3::before {
  content: "(税込)";
  font-size: .977vw;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  white-space: nowrap
}
@media(max-width: 768px) {
  .tab_content_top dd .span3::before {
    font-size: 1.953vw;
    top: -1.5vw;
  }
}
.tab_content_top dd .span4 {
  display: block;
  font-size: 1.042vw
}
@media(max-width: 768px) {
  .tab_content_top dd .span4 {
    font-size: 2.083vw
  }
}
.section_07_header_img {
  width: 50%;
  margin: 0
}
@media(max-width: 768px) {
  .section_07_header_img {
    width: 43%
  }
}
/* @media(max-width: 768px) {
  .section_07_header_img {
    width: 35.67708333333333vw;
  }
} */
.support_area {
  padding: 5.729vw 14.844vw;
  background: #fff
}
@media(max-width: 768px) {
  .support_area {
    padding: 10.948vw 4.948vw;
  }
}
.support_area h3 {
  text-align: center;
  font-weight: 900;
  font-size: 6.25vw;
  margin-bottom: 5.208vw
}
@media(min-width: 769px) {
  .support_area h3 {
    margin-bottom: 2.604vw;
    font-size: 2.872058823529412vw;
  }
}
.support_area h3 .span1 {
  font-size: 136%
}
.support_area h3 .span3 {
  font-size: 112%
}
.support_area .card4_map {
  height: 31.25vw;
}
@media(max-width: 768px) {
  .support_area .card4_map {
    height: 83.333vw;
  }
}
.support_area .card4_note {
  padding: 1.042vw;
  margin-top: 1.563vw;
}
.support_area .card4_note h4 {
  text-align: center;
  font-size: 1.107vw;
  margin: 0.64em 0;
}
@media(max-width: 768px) {
  .support_area .card4_note h4 {
    font-size: 2.865vw
  }
}
.support_area .card4_note p {
  font-size: 1.042vw;
  margin: 0.64em 0;
}
@media(max-width: 768px) {
  .support_area .card4_note p {
    font-size: 2.344vw;
  }
}
.support_area .card4_note small {
  font-size: 100%
}
/* ========================================
■ 追加CSS（ヘッダーメニュー）
======================================== */
.header_nav_menu {
  background: rgba(0, 0, 0, .85);
}
@media screen and (min-width: 769px) {
  .header_nav_menu {
  padding-top: 5.25vw;
  }
}
.header_nav_menu a {
  display: block;
  padding: 0.7em 0;
}
@media (max-width: 768px) {
  .section_07_list {
    margin: 0 -2.083vw;
  }
}
.section_07_list li {
  position: relative;
}
.section_07_list li::after {
  content: "";
  position: absolute;
  width: 75.6%;
  height: 60.3%;
  background: #fff;
  left: 12.2%;
  top: 17.7%;
  z-index: 1;
}
/*.content-box:nth-child(2) .section_07_list li:nth-child(1)::before {
  content: "特典";
  font-size: 0.6em;
  position: absolute;
  top: 1em;
  left: 1em;
  background: #f61c93;
  width: 3.6em;
  height: 3.6em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 2;
}*/
.section_07_list li img {
  position: relative;
  z-index: 0;
}
.section_07_list li p {
  position: absolute;
  white-space: nowrap;
  text-align: center;
  top: 47.8%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  line-height: 1.1;
}
.section_07_list li p .grad {
  display: inline-block;
  background: linear-gradient(to bottom, #c731c5 0%, #c731c5 32%, #6e4df1 100%);
  background: -webkit-linear-gradient(to bottom, #c731c5 0%, #c731c5 32%, #6e4df1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Barlow Condensed", "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", YuGothic, "Yu Gothic medium", sans-serif;
  font-weight: 700;
  font-size: 1.4em;
}
.section_07_list li p sup {
  background: linear-gradient(to bottom, #000018 0%, #000018 32%, #000018 100%);
  background: -webkit-linear-gradient(to bottom, #000018 0%, #000018 32%, #000018 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.8rem;
}
.section_07_list li p .small {
  font-size: 0.4em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_07_list li p .small span + span {
  margin-top: 0.3em;
}
.section_07_list li:nth-child(1) p {
  font-size: 0.8em;
  line-height: 1;
}
.section_07_list li:nth-child(1) p .grad,.two_years_plan .section_07_list li:nth-child(2) p .grad {
  font-size: 4em;
}
.section_07_list li:nth-child(1) p .grad span,.two_years_plan .section_07_list li:nth-child(2) p .grad span {
  font-size: 0.5em;
}
.section_07_list li:nth-child(2) p .grad {
  font-size: 2em;
}
.no_limited_plan .section_07_list li:nth-child(2) p,.no_limited_plan_old .section_07_list li:nth-child(2) p,.two_years_plan .section_07_list li:nth-child(2) p,.two_years_plan_old .section_07_list li:nth-child(2) p {
  font-size: 0.8em;
  line-height: 1;
}
.no_limited_plan .section_07_list li:nth-child(2) p .grad {
  font-size: 1.4em;
}
.no_limited_plan .section_07_list li:nth-child(2) p .grad .zero {
  font-size: 2.8em;
}
.section_07_list li:nth-child(4) p {
  font-size: 0.8em;
}
.section_07_list li:nth-child(4) p .grad {
  font-size: 1.75em;
}
.no_limited_plan_old .section_07_list li:nth-child(2) p .grad,.two_years_plan_old .section_07_list li:nth-child(2) p .grad {
  font-size: 3.5em;
}
.no_limited_plan_old .section_07_list li:nth-child(2) p {
  line-height: 1.4;
}
.no_limited_plan_old .section_07_list li:nth-child(2) p .grad {
  line-height: 0.85;
}
.no_limited_plan_old .section_07_list li:nth-child(2) p .grad span {
  font-size: 0.5em;
  line-height: 1;
}
.section_07_list + .note {
  font-size: 0.6em;
  font-weight: normal;
}
.content-box .note {
  margin-bottom: 2.604vw;
}
.section_07 .section_05_list_content_detail {
  margin-top: 0.6em;
}
.toggle_emphasis h3 {
  color: #f61c93;
}
.toggle .pink {
  color: #f61c93;
  font-weight: bold;
}
.toggle .bold {
  font-weight: bold;
}
.cv-btn {
  text-align: center;
  margin: 3.125vw 0 6.25vw;
}
@media screen and (min-width: 769px) {
  .cv-btn {
    margin: 2.4vw 0 3.25vw;
  }
}
.btn {
  transition: 200ms;
  opacity: 1;
}
.btn:hover {
  transition: 200ms;
  opacity: 0.8;
}
.btn::before {
  z-index: 2;
  transition: 200ms;
}
.btn::after {
  top: 0.34em;
  background: linear-gradient(90deg, #914A4A 40%, #CA1679);
  opacity: 1;
  z-index: 1;
}
.btn:hover::before {
  top: 0.20em;
}
@media screen and (min-width: 769px) {
  .btn span {
    font-size: 1.0em;
  }
}
@media screen and (min-width: 769px) {
  .section_05 .btn span {
    font-size: 1.0em;
  }
}
.section_05 .heading h2 {
  text-align: center;
  font-weight: 900;
  font-size: 3.906vw;
  margin: 3.125vw 0 0.25em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section_05 .heading h2 {
    font-size: 7.031vw;
    margin: 8.333vw 0 0.5em;
    line-height: 1.36;
  }
}
.section_05 .to_guide {
  text-align: center;
  position: relative;
  z-index: 2;
  
  a {
    font-size: 3.516vw;
    padding: 0.25em 1.5em;
    display: inline-block;
    border: 2px solid;
    border-radius: 100vw;
    transition: all .4s;
    &:hover {
      background: #333;
      color: #fff;
    }
  }
}
@media screen and (min-width: 769px) {
  .section_05 .to_guide {   
    a {
      font-size: 1.237vw;
      border-radius: 2.734vw;
    }
  }
}
.device_new .section_05_list_img {
  margin-top: 10vw;
}
.section_05_list_img figure {
  width: 30.273vw;
}
.device_old .section_05_list_img figure {
  width: 20.703vw;
}
.section_05_list_content_info {
  margin: 4.167vw 0 2.0835vw;
}
@media (max-width: 768px) {
  .section_05_list_content_info {
    margin: 8.333vw auto 4.1665vw;
  }
}
.section_05_list_content_info dl .lan {
  font-size: 3.125vw;
  margin-right: 2em;
}
.lan_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
.section_05_list_content_info dl .lan {
  font-size: 1.237vw;
}
}
.pdf_download {
  text-align: center;
  margin-bottom: 4.167vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .pdf_download {
    margin-bottom: 8.333vw;
  }
}
.pdf_download div {
  width: 49%;
}
@media screen and (min-width: 769px) {
  .pdf_download div {
    font-size: 1vw;
  }
}
.pdf_download div a {
  position: relative;
  padding-right: 1.4em;
  text-decoration: underline;
}
.pdf_download div a::before {
  position: absolute;
  width: 1em;
  height: 1em;
  content: '';
  background: url(../images/out_link.svg)no-repeat;
  background-size: contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.previous_terminal {
  text-align: center;
  margin-bottom: 3vw;
}
.previous_terminal a {
  position: relative;
  font-size: 1.237vw;
  transition: .4s;
  border: 0.26vw solid #000018;
  border-radius: 2.734vw;
  padding: 0.64em 3em 0.64em 2em;
  background: #fff;
}
.previous_terminal a::before {
  content: "";
  background: url(../images/icon_down_1.svg) no-repeat center/contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(-90deg);
  transition: .4s;
}
.previous_terminal a:hover {
  color: #fff;
  background: #000018;
}
.previous_terminal a:hover::before {
  right: 0.6em;
}
@media (max-width: 768px) {
  .previous_terminal {
    margin-bottom: 6vw;
  }
  .previous_terminal a {
  font-size: 3.516vw;
  border-radius: 5.469vw;
  border-width: max(2px, min(0.521vw, 4px));
  }
}
.btn .span1 {
  position: relative;
  transition: 200ms;
  top: 0;
}
.btn:hover .span1 {
  top: 0.20em;
}
.btn .span1 {
  z-index: 3;
}
.btn .span2 {
  margin-left: 0;
  padding-right: 0.15em;
}
@media screen and (min-width: 769px) {
  .btn .span2 {
    margin-left: 0;
  }
}
.btn .span2::before, .btn .span2::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .section_09_header {
    margin: 2.604vw 0 3.906vw;
  }
}
.section_09_header h2 {
  background: #fff;
  display: inline-block;
  padding: 0 8px;
  font-weight: 700;
}
.section_09_header p {
  font-weight: 700;
  margin-top: 0.2em;
}
@media screen and (min-width: 769px) {
  .section_09_header p {
    margin-top: 0.3em;
  }
}
.section_09_list_wrap ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section_09_list_wrap ul li {
  width: 32%;
  background: #fff;
  padding: 1.2em 0 0.72em;
  border: 2px solid #f61c93;
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .section_09_list_wrap ul li {
    padding: 1.8em 0 0.72em;
  }
}
.section_09_list_wrap ul li .number {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 1.8em;
  height: 1.8em;
  background: #f61c93;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .section_09_list_wrap ul li .number {
    width: 2.1em;
    height: 2.1em;
    font-size: 1.16em;
  }
}
.section_09_list_wrap ul li figure {
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .section_09_list_wrap ul li figure {
    height: 5em;
  }
}
.section_09_list_wrap ul li img {
  height: 100%;
  width: auto;
}
.section_09_list_wrap ul li:nth-child(2) img {
  height: 96%;
  width: auto;
}
.section_09_list_wrap ul li:nth-child(3) img {
  height: 80%;
  width: auto;
}
.section_09_list_wrap ul li p {
  margin-top: 0.1em;
  font-size: 0.8em;
  line-height: 1.25;
  text-align: center;
  height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .section_09_list_wrap ul li p {
    font-size: 1.2em;
  }
}
.section_09_footer {
  text-align: center;
  padding-bottom: 3vw;
}
@media(min-width: 769px) {
  .section_09_footer {
    font-size: .846vw
  }
  .section_09_footer small {
    font-size: 100%
  }
}
@media(max-width: 768px) {
  .section_09_footer {
    line-height: 0.9
  }
  .section_09_footer small {
    font-size: 70%
  }
}
/* 解約手続き */
.cancellation {
  padding-top: 10.948vw;
  margin-bottom: 10.948vw;
}
.cancellation h3 {
  text-align: center;
  font-size: 7.031vw;
  margin-bottom: 0.25em;
}
.cancellation .sub_title {
  text-align: center;
  color: #6E4DF1;
  font-size: 4.1vw;
  margin-bottom: 1em;
}
.cancellation ul li + li {
  margin-top: 5.128vw;
}
.cancellation ul li .step_wrap {
  background: #fff;
  border: 2px solid #6E4DF1;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.128vw;
  gap: 6.41vw;
}
.cancellation ul li:first-child .step_wrap {
  gap:3.85vw;
}
.cancellation ul li .step_wrap span {
  position: absolute;
  top: 0;
  left: 0;
  background: #6E4DF1;
  color: #fff;
  padding: 0.25em 1em;
  border-radius: 0 0 8px 0;
  font-size: 3.08vw;
  text-transform: uppercase;
}
.cancellation ul li .step_wrap figure {
  margin: 0 auto;
  max-width: 12.82vw;
}
.cancellation ul li:first-child .step_wrap figure {
  max-width: 15.38vw;
}
.cancellation ul li .step_wrap h4 {
  font-size: 4.1vw;
  color: #6E4DF1;
}
.cancellation ul li .step_wrap p {
  font-weight: 500;
  margin-top: 0.5em;
  font-size: 3.08vw;
}
.cancellation .step_note_bottom, .cancellation .note_bottom {
  font-weight: 500;
  font-size: 3.08vw;
  margin-top: 1em;
}
@media(min-width: 769px) {
  .cancellation {
    padding-top: 4.6875vw;
    margin-bottom: 5.729vw;
  }
  .cancellation h3 {
    margin-bottom: 0.5em;
    font-size: 2.734vw;
  } 
  .cancellation .sub_title {
    font-size: 1.5625vw;
    margin-bottom: 1.5em;
  }
  .cancellation ul {
    display: flex;
    gap: 2%;
    li {
      width: 32%;
    }
  }
  .cancellation ul li + li {
    margin-top: 0;
  }
  .cancellation ul li .step_wrap {
    display: block;
    padding: 0;
  }
  .cancellation ul li .step_wrap span {
    font-size: 1.4vw;
  }
  .cancellation ul li .step_wrap figure {
    margin-top: 3.125vw;
    max-width: 7.8125vw;
    height: 9.375vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cancellation ul li:first-child .step_wrap figure {
    max-width: 9.375vw;
  }
  .cancellation ul li .step_wrap h4 {
    text-align: center;
    margin-top: 1em;
    font-size: 1.5625vw;
  }
  .cancellation ul li .step_wrap p {
    font-size: 1.25vw;
    padding: 0 1.7em 1.7em 1.7em;
  }
  .cancellation .step_note_bottom, .cancellation .note_bottom {
    font-size: 0.9375vw
  }
  .cancellation .note_bottom {
    margin-top: 2em;
  }
}
/* オプション */
.section_08_option p .notes {
  font-weight: normal;
  font-size: 80%;
  line-height: 1.6;
  display: inline-block;
  margin-top: 0.5em;
}
.section_08_option .accession-rate {
  text-align: center;
  margin: 1em 0 0.4em;
}
.section_08_option .accession-rate span {
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #f61c93;
  padding: 0 0.8em;
  font-size: 1em;
}
.section_08_option .accession-rate + h3 {
  margin-top: 0.4em;
}
.section_10 .more_qa {
  width: 52.083vw;
  text-align: right;
  margin: 0 auto;
}
.section_10 .more_qa a {
  display: inline-block;
  transition: .4s;
  font-size: 1.237vw;
  padding: .64em 1.6em .64em 0;
  position: relative;
}
.section_10 .more_qa a span {
  border-bottom: solid 1px #fff;
  padding-bottom: .2em;
}
.section_10 .more_qa a::before {
  content: "";
  background: url("../images/icon_down_1.svg") no-repeat center/contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.2em;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(-90deg);
  transition: .4s
}
.section_10 .more_qa a:hover::before {
  right: 0;
}
@media(max-width: 768px) {
  .section_10 .more_qa {
    width: 100%
  }
  .section_10 .more_qa a {
    font-size: 3.125vw;
  }
}
@media(max-width: 768px) {
.footer_nav {
    flex-wrap: wrap;
    align-items: center;
}
.footer_nav li {
  width: calc(100% / 2);
  position: relative;
}
.footer_nav li::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
}
.footer_nav li:nth-child(n+3) {
  margin-top: 0.8em;
}
.footer_nav li:nth-child(odd)::before {
  content: '';
  margin: 0;
}
}
/* ▼年末年始休業のお知らせ▼ */
.info_text {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 2.8vw;
  background-image: linear-gradient(90deg, #C731C5 32%, #6E4DF1);
  text-align: center;
}
.info_text a {
  font-size: 1.3vw;
  color: #fff;
  line-height: 1
}
@media screen and (max-width: 768px) {
  .info_text {
    height: 7vw
  }
  .info_text a {
    font-size: 3vw
  }
}
/*.info_text {
  position: relative;
  height: 2.8vw;
  overflow: hidden;
  background: #380070;
  white-space: nowrap
}
.info_text::before, .info_text::after {
  content: "【年末年始休業のお知らせ】2022年12月28日(水)~2023年1月3日(火)は年末年始休業となります。30日間お試しモニターへのお申込みはお早めに！";
  position: absolute;
  top: 0.6vw;
  width: 65em;
  height: auto;
  color: #fff;
  font-size: 1.3vw;
  line-height: 1
}
.info_text::before {
  left: 0;
  animation: flowimg 20s linear infinite;
}
.info_text::after {
  left: 68em;
  animation: flowimg 20s linear infinite;
}
@keyframes flowimg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {
  .info_text {
    height: 5vw
  }
  .info_text::before, .info_text::after {
    top: 0.8vw;
    font-size: 3vw
  }
}*/
.fv {
  position: relative;
}
.fv .info_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
/* ▲年末年始休業のお知らせ▲ */