@charset "UTF-8";
/*====================================================================
cashback
====================================================================*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
#wrapper {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

header {
  height: 80px;
  width: 100%;
}

/*** Layout ***/

/*** Font-size ***/
.font-11 {
  font-size: 11px !important;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}


/*** table ***/
table {
  border-collapse: collapse;
}
.tablehead {
  width: 90px;
}
th,
td {
  border: solid 1px;
  text-align: center;
  padding: 5px;
}
th {
  background: #d6d6d6;
}
th span {
  background: #d6d6d6;
  font-weight: normal;
  color: #cc0133;
}
tr:nth-child(n + 3) td:nth-child(2) {
  text-align: left;
}

/*** line-height ***/

/*** txt-style ***/
.red-txt {
  color: #ca0031;
}
.note-red {
  color: #f00;
}

/*** indent ***/

.indent1_8 {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

/*** underline ***/
.underline-before {
  background: linear-gradient(#fff100, #fff100) 0 100%/0 6px no-repeat;
  transition: background 2s;
  text-decoration: none;
}
.tdn {
  text-decoration: none;
  color: unset;
}


/**kv_tab**/
#kv_tab.tab-container {
  width: 100%;
  max-width: 926px;
  margin: 30px auto 0;
  padding-bottom: 30px;
}
#kv_tab .tab-labels {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#kv_tab .tab-labels img {
  display: inline-block;
  height: 71px;
  width: auto;
  margin: 8px auto;
  vertical-align: middle;
}
#kv_tab.tab-container input[type="radio"] {
  display: none;
}
#kv_tab .tab-labels label {
  width: 460px; /* 画像の半分の幅 */
  height: 50px;
  cursor: pointer;
  background-size: contain;
  background-position:bottom;
  background-repeat: no-repeat;
  border-radius:12px;
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 50px;
}

#kv_tab .tab-labels label[for="tab1"] {
  display: block;
  background-color:#0056ff;
  border: solid 2px #0099ff;
  height: 96px;
}
#kv_tab .tab-labels label[for="tab2"] {
  background-color:#ff2701;
  border: solid 2px #ffb300;
  height: 96px;
}
.tab-content {
    display: none;
}

#kv_tab #tab1:checked ~ .tab-labels label[for="tab1"] ,
#kv_tab #tab1:checked ~ .tab-labels label[for="tab2"]  {
  height:66px;
   border-radius:12px 12px 0 0;
}
#kv_tab #tab2:checked ~ .tab-labels label[for="tab1"] ,
#kv_tab #tab2:checked ~ .tab-labels label[for="tab2"]  {
   height: 66px;
   border-radius:12px 12px 0 0;
}

#kv_tab #tab1:checked ~ .tab-labels label[for="tab1"] img,
#kv_tab #tab1:checked ~ .tab-labels label[for="tab2"] img {
  display: none!important;
}
#kv_tab #tab2:checked ~ .tab-labels label[for="tab1"] img,
#kv_tab #tab2:checked ~ .tab-labels label[for="tab2"] img {
  display: none!important;
}

#kv_tab #tab1:checked ~ .tab-labels label[for="tab1"] {
  background-image: url('../img/mainvisual_tab_10gb_pc.png');
  background-size:90%;
  background-repeat: no-repeat;
  background-position: center center;
}
#kv_tab #tab1:checked ~ .tab-labels label[for="tab2"] {
  background-image: url('../img/mainvisual_tab_1gb_pc.png');
  background-size:90%;
  background-repeat: no-repeat;
  background-position: center center;
}
#kv_tab #tab2:checked ~ .tab-labels label[for="tab1"] {
  background-image: url('../img/mainvisual_tab_10gb_pc.png');
  background-size:90%;
  background-repeat: no-repeat;
  background-position: center center;
}
#kv_tab #tab2:checked ~ .tab-labels label[for="tab2"] {
  background-image: url('../img/mainvisual_tab_1gb_pc.png');
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center center;
}

#kv_tab #tab1-content {
  height: auto;
  background-color: #ffffff;
  position: relative;
  border-radius: 0 0 15px 15px ; 
  margin-top: 0;
  border: 4px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(45deg, #005aff, #2fbdeb);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
#kv_tab #tab2-content {
  height: auto;
  margin-top: 0;
  background-color: #ffffff;
  position: relative;
  border-radius: 0 0 15px 15px ; 
  border: 4px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(50deg, #ff4b00, #ff0202);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
#kv_tab .tab-content img {
  width: 98%;
  margin: 15px auto;
}
.tab-content .kv_note {
  text-align: left;
  width: 98%;
  margin:auto;
}
.tab-content .kv_note li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 14px;
  line-height: 1.4;
  /* margin-bottom: 1em; */
}

.close-btn {
  display: block;
  width: 80%;
  /* height: 100px; */
  max-width: 400px;
  border: none;
  background-color: transparent;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  #kv_tab.tab-container {
  width: 100%;
  margin: 10px auto 0;
  padding-bottom: 15px;
}
  #kv_tab .tab-labels {
    margin-top: 0;
  }
  #kv_tab .tab-labels label[for="tab1"] {
    height: 65px;
  }
  #kv_tab .tab-labels label[for="tab2"] {        
    height: 65px;
  }
    #kv_tab .tab-labels img {
      height: 50px;
      width: auto;
      margin: 5px auto;
    }
    #kv_tab .tab-labels label {           
        max-width: 226px;
        height: 66px;
        cursor: pointer;
        background-size: contain;
    }
 
    #kv_tab #tab1:checked ~ .tab-labels label[for="tab1"] ,
    #kv_tab #tab1:checked ~ .tab-labels label[for="tab2"]  {
      height: 40px;
       border-radius:12px 12px 0 0;
    }
    #kv_tab #tab2:checked ~ .tab-labels label[for="tab1"] ,
    #kv_tab #tab2:checked ~ .tab-labels label[for="tab2"]  {
       height: 40px;
       border-radius:12px 12px 0 0;
    }
  
    #kv_tab #tab1:checked ~ .tab-labels label[for="tab1"] {
      position: relative;
      background-image: url('../img/mainvisual_tab_10gb_sp.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-orign: content-box;
      background-position: center;
    }
    #kv_tab #tab1:checked ~ .tab-labels label[for="tab2"] {
      background-image: url('../img/mainvisual_tab02_1gb_sp.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
    #kv_tab #tab2:checked ~ .tab-labels label[for="tab1"] {
      background-image: url('../img/mainvisual_tab02_10gb_sp.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
    #kv_tab #tab2:checked ~ .tab-labels label[for="tab2"] {
      background-image: url('../img/mainvisual_tab_1gb_sp.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }

    #kv_tab .tab-content img {
      width: 96%;
      margin: 15px auto;
    }
    .kv_note.outside {
      text-align: left;
      padding-top: 0;
      padding-bottom: 30px;
      font-size: 14px;
    }
}



/*** cashback_construction ***/

.construction .inner .title {
  width: 612px;
  height: 188px;
  margin: 0 auto 20px auto;
  text-align: center;
}

.security_info_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  gap: 40px;
}
.security_info_inner {
  width: 100%;
  margin: 0 auto;
  padding: 25px 30px;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #cc0133;
  border-radius: 10px;
  position: relative;
}
.security_info_content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  pointer-events: none;
}

footer {
  background: #ededed;
  height: 50px;
}
footer {
  width: 100%;
  background: #e2e2e2;
  padding: 24px 0;
  color: #666;
  font-size: 14px;
}
.cmnFooter_inner {
  padding: 20px 15px;
  background: #4d4d4d;
}
.cmnFooter_link {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cmnFooter_link li {
  margin: 5px 12px;
  list-style-type: none;
}
.cmnFooter_copyright {
  background-color: #4d4d4d;
  padding: 0 0 20px;
}
.cmnFooter a {
  color: inherit;
  text-decoration: none;
}
.footer-ci {
  background: #fff;
  padding: 30px 0;
  text-align: center;
}
.footer-ci img {
  height: 30px;
  width: 120px;
  max-width: 100%;
  margin: 0 auto;
}
.cmnPageTop {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 52px;
  margin: 0 auto;
  transition: opacity 0.2s;
}
@media screen and (max-width: 480px) {
  .cmnPageTop {
    width: 36px;
  }
  .cmnPageTop img {
    width: 100%;
  }
}
.cmnHeader_main {
  padding: 15px;
  overflow: hidden;
  background-color: #fff;
}
.cmnHeader_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cmnHeader_logo .ocn {
  width: 94px;
}
.cmnHeader_logo img {
  width: 100%;
}
.cmnHeader_logo > div {
  font-size: 16px;
}
.cmnHeader_logo span {
  background: #cc0133;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-left: 5px;
}
.cmnFooter {
  position: relative;
  background-color: #4d4d4d;
  padding: 0;
  text-align: center;
  color: #fff;
}
.mt10 {
  margin-top: 10px;
}
.image img {
  width: 100%;
}
.conditions {
  text-align: left;
  font-size: 14px;
  margin-bottom: 3vw;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  header {
    height: auto;
    padding: 4vw 0 2.8vw 0;
  }
  .construction .inner {
    width: 100%;
    padding-top: 6vw;
    padding-bottom: 2vw;
  }
  .construction .inner .title {
    width: 100%;
    height: auto;
    margin-bottom: 6.666667vw;
  }
  .construction .inner p.att {
    width: 90%;
    margin: 0 auto;
    font-size: 3.2vw;
    text-align: left;
    text-indent: -20px;
    padding-left: 20px;
  }

  .tabs {
    margin-bottom: 5vw;
  }
  .cashback_inner {
    padding: 6vw 6vw 6vw 6vw;
  }
  .cashback_content .detail {
    display: block;
  }
  .box_08 .inner {
    width: 100%;
    height: auto;
    padding-top: 24vw;
    padding-bottom: 10vw;
  }
  .box_08 .inner section {
    margin: 0 auto;
    width: 100%;
  }
  .box_08 .inner section .detail .image {
    width: 100%;
    height: auto;
    margin-bottom: 8vw;
  }
  .box_08 .inner section .detail .image img {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .box_08 .inner section .detail {
    padding: 3vw 4vw 8vw;
  }
  .box_08 .inner section .sub {
    font-size: 2.5vw;
  }
  .point_box {
    display: block;
    margin-bottom: 0;
  }
  .point_box .point {
    width: 100%;
    height: auto;
    margin-bottom: 2.6666667vw;
  }
  .point_box .point img {
    width: 100%;
    height: auto;
  }
  .security_info_box {
    display: block;
    position: relative;
  }
  .security_info_inner {
    padding: 5vw 5vw 6vw 5vw;
  }
  .box_08 .inner section.second .detail {
    padding: 2vw 4vw 0;
  }
  .box_08 .inner section.second .detail_text p {
    font-size: 3.733333vw;
    margin-bottom: 4vw;
  }
  .box_08 .inner section.second .detail_text p.sub {
    font-size: 3.2vw;
    margin-bottom: 6vw;
    line-height: 1.4em;
  }
  footer {
    height: auto;
  }
  .modal {
    padding: 15vw 0;
  }
  .modal-content {
    border-width: 3px;
  }
  .modal-container {
    width: 84%;
  }
  .modal-content {
    padding: 5vw;
  }
  .modal-content .sub_title {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
  .modal-content .box {
    margin-bottom: 6vw;
  }
}

header {
  height: 70px;
  position: relative;
  z-index: 9;
}

.dred {
  color: #cc0133 !important;
}
.red-txt {
  color: #ca0031;
}
.note-red {
  color: #f00;
}
.construction .inner .title {
  width: 100%;
  height: auto;
}


.subTitle {
  text-align: center;
}
.subTitle .red-txt {
  font-weight: bold;
  font-size: 28px;
}
.subTitle .red-txt sup {
  font-size: 14px;
}
.subTitle .att {
  font-size: 12px;
}


/***********************************************************
  box_08
************************************************************/
/*** box_08 ***/

.box_08 .inner {
  width: 920px;
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: center;
}

.box_08 .inner section .sub {
  margin-bottom: 30px;
  text-align: center;
}

.box_08 .inner section .detail .image img {
  width: 100%;
  height: auto;
}
.box_08 .inner section.second .detail_text p {
  text-align: left;
  margin: 0px 0px 10px 0px;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8em;
}
.box_08 .inner section.second .detail_text p.sub {
  font-size: 12px;
  font-weight: 400;
}

.title_point h4 span.n {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 900;
  vertical-align: text-bottom;
  padding: 0 2px;
}

.box_08 .inner section .detail .point_box h5 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4em;
  margin: 0 auto;
}
.box_08 .inner section .detail .point_box .border {
  width: 30px;
  height: 2px;
  background: #cc0133;
  margin: 15px auto;
}
.box_08 .inner section .detail .point_box p span.ast {
  font-size: 12px;
  vertical-align: text-top;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .construction .inner {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 0;
  }
  h2.title_05,
  h2.title_05 span.underline {
    font-size: 4.2vw;
  }
  p.title_05_sub {
    font-size: 2.6vw;
  }
  h2.title_05 span.ast {
    font-size: 1.5vw;
    vertical-align: top;
  }
  .construction .inner p.att {
    font-size: 1.5vw;
  }
  .tab_content {
    height: auto;
  }
  .tab_label,
  .tabs input:checked + .tab_label {
    width: 50%;
    font-size: 4.6vw;
  }
  .tab_label span {
    font-size: 2.6vw;
  }
  .tab_inner {
    padding: 6% 4% 5% 4%;
  }

  .box_08 .inner {
    width: 90%;
  }
  .box_08 .inner section .detail {
    padding: 30px 0 0;
  }
  .box_08 .inner section .detail .image {
    width: 100%;
    height: auto;
  }
  .title_point h4 {
    font-size: 3vw;
  }
  .title_point h4 span.n {
    font-size: 4.6vw;
  }
  .box_08 .inner section .detail .point_box .point {
    width: 32%;
  }
  .box_08 .inner section .detail .point_box h5 {
    font-size: 2vw;
  }
  .box_08 .inner section .detail .point_box p {
    font-size: 1.6vw;
  }
  .box_08 .inner section.second .detail_text p {
    font-size: 1.8vw;
  }
  .box_08 .inner section.second .detail_text p.sub {
    font-size: 1.6vw;
  }

  .modal {
    padding: 50px 5vw;
  }
  .modal-container {
    width: 90%;
  }

  .cmnHeader_logo > div {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 0;
    height: auto;
  }
  .cmnHeader_main {
    position: relative;
    padding: 2.5vw 2vw;
  }
  .cmnHeader_logo {
    font-size: 0;
  }
  .cmnHeader_logo .ocn {
    width: 22%;
  }
  .cmnHeader_logo > div {
    width: 78%;
    font-size: 2.9vw;
    text-align: right;
  }
  .cmnHeader_logo span {
    padding: 1px 10px;
  }
  h2.title_05 {
    /* font-size: 6.933333vw; */
    /* line-height: 1.6em; */
  }
  h2.title_05 span.underline {
    font-size: 6.933333vw;
  }
  h2.title_05 span.ast {
    font-size: 3.2vw;
  }
  p.title_05_sub {
    font-size: 4.266667vw;
    margin-top: 4vw;
    line-height: 1.6em;
  }
  .construction .inner p.att {
    text-indent: -4vw;
    padding-left: 5vw;
    margin-bottom: 5vw;
  }
  .tab_inner {
    display: block;
  }

  .box_08 .inner {
    padding-top: 0;
  }
  .title_point h4 {
    font-size: 4vw;
    padding: 2vw 0;
    margin-bottom: 3vw;
  }
  .title_point h4 span.n {
    font-size: 7.466667vw;
    vertical-align: middle;
  }
  .box_08 .inner section .detail .point_box .image {
    margin-bottom: 4vw;
  }

  .box_08 .inner section .detail .point_box .point {
    height: auto;
    margin-bottom: 3vw;
  }
  .box_08 .inner section .detail .point_box .icon_point {
    margin-bottom: 4vw;
    font-size: 2.666667vw;
    width: 22vw;
  }
  .box_08 .inner section .detail .point_box .icon_point span {
    font-size: 4.266667vw;
  }
  .box_08 .inner section .detail .point_box h5 {
    font-size: 4.266667vw;
    line-height: 1.6em;
  }
  .box_08 .inner section .detail .point_box .border {
    margin: 4vw auto;
  }
  .box_08 .inner section .detail .point_box p {
    font-size: 3.733333vw;
  }
  .box_08 .inner section .detail .point_box p span.ast {
    font-size: 2.6vw;
  }
  .box_08 .inner section .detail .point_box p.att {
    text-indent: -5vw;
    padding-left: 10vw;
    font-size: 3.2vw;
  }
  .box_08 .inner section .detail {
    padding-bottom: 0;
  }
  .box_08 .inner section.second .detail_text p {
    line-height: 1.6em;
  }
  .box_08 .inner section.second .detail_text p.sub {
    padding-left: 5vw;
    text-indent: -5vw;
  }
  .box_08 .inner section.second {
    margin-bottom: 0;
  }

  .modal-content table {
    font-size: 3.2vw;
    line-height: 1.4em;
  }
  .modal-content table tr td {
    padding: 3vw;
  }
  .conditions {
    padding: 1vw 6vw;
    font-size: 12px;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .cmnFooter {
    text-align: left;
  }
  .cmnFooter_inner {
    padding: 10px 15px 12px;
  }
  .cmnFooter_link {
    margin: 0 0 0 -12px;
    padding: 0;
    justify-content: flex-start;
  }
  .cmnFooter_link li {
    margin: 6px 12px;
    font-size: 12px;
  }
  .cmnFooter_copyright {
    padding: 0 0 17px;
    text-align: center;
    font-size: 12px;
  }
}

dl.list_notice dt.fz_12 {
  display: inline-flex;
  width: 6%;
}
dl.list_notice dd.fz_12 {
  display: inline-flex;
  width: 94%;
  line-height: 1.4em;
}
.ta_c img {
  width: 100%;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .layout_3col_pc {
    display: flex;
    flex-direction: column;
  }
  .layout_col {
    display: flex;
    justify-content: space-around;
  }
  .security_info_content {
    font-size: 3.733333vw;
    line-height: 1.6em;
  }
}
/*====================================================================
page
====================================================================*/

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.dib {
  display: inline-block;
}
.mainArea .visual_ue2 img {
  min-height: 65px;
  object-fit:cover;
}

.indent1_8 {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
@media screen and (max-width: 1000px) {
  .onlyPC {
    display: none;
  }
  .mainArea .visual_ue2 img {
    min-height: 35px;
  }
}
@media screen and (min-width: 768px) {
  .onlySP {
    display: none;
  }
}
.pageArea .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pageArea .pc {
    display: none !important;
  }
  .pageArea .sp {
    display: block !important;
  }
}
.newWin {
  background: url(/common/img/icon_out1.png) no-repeat right center;
  margin-right: 3px;
  padding-right: 17px;
}

.pageArea {
  border-top: 4px solid #ff0000;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pageArea {
    border-top-width: 2px;
  }
}

@media screen and (max-width: 1023px) {
  .mainArea .visual {
    padding: 1px 1.5vw 3.8vw;
  }
  .mainArea .visual_ue2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .mainArea .visual {
    padding: 1px 2.5vw 3.8vw;
  }
  .mainArea .visual_ue2 img {
    width: 100%;
    min-height: 0px;
    height: auto;
    object-fit: contain;
  }
  .mainArea > .inner {
    padding: 80px 20px 20px;
  }
  .mainArea._sub {
    background: url(../img/bg_main_jouken_2501.png) no-repeat center -25px #ff0018;
  }
  .mainArea .attention {
    border-radius: 3vw;
    padding: 4vw;
  }
  .mainArea .noteBox {
    margin-top: 4vw;
    padding: 3vw 4vw;
    font-size: 3vw;
  }
}


/*====================================================================
mainArea
====================================================================*/
.mainArea._sub {
  background: url(../img/bg_main_jouken_2501.png) no-repeat center top #ff0018;
}
.mainArea .visual_ue1 {
  position: relative;
  background: linear-gradient(
    90deg,
    #bc9c2b 0%,
    #fefdd5 22%,
    #ffffd9 50%,
    #fefdd5 78%,
    #be9f34 100%
  );
}

.mainArea .visual {
  position: relative;
  background: 
    url(../img/main_bg_item_2507.png) no-repeat top center, /* 新しい画像 */
    url(../img/main_bg_2505.svg) no-repeat 50% 50% #fff; /* 既存の背景画像 */
  background-size: 1350px 1101px,cover;
  padding: 30px;
  background-position: top center;
  text-align: center;
}

.mainArea .visual_ue1 .img,
.mainArea .visual .img {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.mainArea .visual .img img {
  margin-top: 0;
  position: relative;
}
.mainArea > .inner {
  max-width: 1012px;
  margin: 0 auto;
  padding: 120px 20px 32px;
}
.mainArea .attention {
  border-radius: 15px;
  background-color: #fff;
  padding: 35px;
}
.mainArea .attention > * {
  max-width: 808px;
  margin: 0 auto;
}
.mainArea .noteBox {
  margin-top: 15px;
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .mainArea .visual {
    padding: 1px 1.5vw 3.8vw;
  }
}
@media screen and (max-width: 767px) {
  .mainArea .visual {
    padding: 2vw 2.5vw 0vw;
  }
  .mainArea > .inner {
    padding: 80px 20px 20px;
  }
  .mainArea._sub {
    background: url(../img/bg_main_jouken_2501.png) no-repeat center -25px #ff0018;
  }
  .mainArea .attention {
    border-radius: 3vw;
    padding: 4vw;
  }
  .mainArea .noteBox {
    margin-top: 4vw;
    padding: 3vw 4vw;
    font-size: 3vw;
  }
}

/*====================================================================
ctaArea
====================================================================*/

.ctaArea {
  background-color: rgba(73, 0, 0, 0.3);
  background: url(../img/cta_bg_2505.png) repeat-x;
  padding: 0 0 20px;
  margin-top: 20px;
  border-top: solid 2px #ff506e;
  border-bottom: solid 2px #ff506e;
}
.cta_fixed_btn .ctaArea {
  background: url(../img/bg_main_btn_2505.png) repeat-x top;
  background-size: cover;
  padding: 15px 20px 10px;
  border-top: none;
  border-bottom: none;
}
.ctaArea h2 {
  max-width: 545px;
  margin: 0 auto 16px;
}
.ctaArea h2 img {
  margin: auto;
}
.ctaArea ul {
  display: flex;
  justify-content: center;
  gap: 30px;

  margin: 0 auto;
}
.cta_subtitle {
  width: 90%;
  max-width: 900px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4em;
  height: 60px;
  padding: 10px;
  color: #fff;
  background: #ff506e;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 0 0 20px 20px;
}
.ctaArea a {
  transition: opacity 0.3s;
}
.ctaArea a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1400px) {
  .ctaArea ul {
    gap: 24px;
    max-width: 80%;
  }
}
@media screen and (max-width: 820px) {
  .cta_subtitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .ctaArea {
    padding: 2vw 3vw;
  }
  .cta_fixed_btn .ctaArea {
    background: transparent;
    padding: 2vw 3vw;
  }
  .ctaArea h2 {
    max-width: 92%;
    margin: 0 auto 3vw;
  }
  .ctaArea ul {
    gap: 2vw;
    max-width: 100%;
  }
  .cta_subtitle {
    font-size: 3vw;
    line-height: 1.4;
    margin-top: -2vw;
    height: 44px;
    padding: 0.2em;
  }
}
@media screen and (max-width: 600px) {
  .cta_subtitle {
    font-size: 3.2vw;
    line-height: 1.4;
    margin-top: -2vw;
    height: 40px;
    padding: 0.3em;
  }
}
@media screen and (max-width: 480px) {
  .cta_subtitle {
    width: 95%;
    font-size: 3.3vw;
    line-height: 1.6;
    margin-top: -2vw;
    padding: 0.3em;
    height: 35px;
    margin-bottom: 10px;
    border-radius: 0 0 10px 10px;
  }
}

/*** recommend title ***/
.recommend .titleArea {
  background: #fff;
  padding: 50px 0 0;
  text-align: center;
}
.recommend h2 small {
  font-size: 85%;
}
.recommend h2 span.ttl_underline {
  background: linear-gradient(transparent 70%, #ffff00 0%);
}
.recommend h2 span.ttl_internet {
  position: relative;
  display: inline-block;
  padding: 0 82px;
}
.recommend h2 span.ttl_internet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 82px;
  height: 141px;
  background: url(../img/internet_01_2501.png) no-repeat 0 0;
  background-size: contain;
  margin: auto 0;
}
.recommend h2 span.ttl_internet::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 82px;
  height: 141px;
  background: url(../img/internet_02_2501.png) no-repeat 0 0;
  background-size: contain;
  margin: auto 0;
}
.recommend h2 span.ttl_txt {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #ff9d00, #ff0090);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: skewX(-5deg);
}

.underline-before {
  background: linear-gradient(#ffff00, #ffff00) 0 100% / 0 13px no-repeat;
  transition: background 2s;
  text-decoration: none;
}

/*** recommend_banner ***/

@media screen and (min-width: 901px) {
  .rec_banner_full {
    display: block!important;
  }
  .rec_banner_900 {
    display: none!important;
  }
  .rec_banner_480 {
    display: none!important;
  }
}
@media screen and (max-width: 900px) {
  .rec_banner_full {
    display: none!important;
  }
  .rec_banner_900 {
    display: block!important;
  }
  .rec_banner_480 {
    display: none!important;
  } 
}
@media screen and (max-width: 480px) {
  .rec_banner_full {
    display: none!important;
  }
  .rec_banner_900 {
    display: none!important;
  }
  .rec_banner_480 {
    display: block!important;
  }
}


@media screen and (max-width: 1024px) {
  .recommend h2 {
      font-size: 5vw;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .recommend h2 {
    font-size: 6vw;
    letter-spacing: 0;
  }
  .recommend h2 span.ttl_internet {
    padding: 0 30px;
  }
  .recommend h2 span.ttl_internet::before {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 50px;
  }
  .recommend h2 span.ttl_internet::after {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 50px;
  }
  .underline-before {
    background: linear-gradient(#ffff00, #ffff00) 0 100%/0 2vw no-repeat;
  }
 
}
@media screen and (max-width: 480px) {
  .recommend h2 {
    font-size: 6vw;
    letter-spacing: 0;
    margin-top: 0;
  }
  .recommend .titleArea {
    padding: 3vw 0 0;
  }
  .recommend h2 {
    font-size: 5.55vw;
  }
  .recommend-title::before {
    top: 40px;
    height: calc(100% - 40px);
  }
  .recommend-title span {
    width: 90%;
    max-width: 500px;
  }
  .section-img {
    width: 100%;
    max-width: 500px;
    top: -40px;
  }
}

/*** recommend_contents ***/
.recommend01 {
  background: url(../img/recommend_bg_03.png) no-repeat 50% 50%;
  background-size: cover;
  padding: 48px 20px 15px;
}
.recommend01 > img {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding: 3vw 0;
}
@media screen and (max-width: 1000px) {
  .recommend01 {
    padding: 5vw 2vw 5vw;
  }
}
@media screen and (max-width: 767px) {
  .recommend01 {
    padding: 5vw 4vw 5vw;
  }
}
.recommend02 {
  position: relative;
  background: url(../img/recommend_bg_04.png) repeat 50% 0;
  margin-top: 50px;
  padding: 50px 20px 0;
}
.recommend02::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -54px;
  border-top: 55px solid #e6e6e6;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  width: 0;
  margin: 0 auto;
  z-index: 99;
}
.recommend02 .lead {
  margin-bottom: 45px;
  text-align: center;
  color: #4f4c4b;
  font-size: 46px;
  font-weight: bold;
  transform: skewX(-5deg);
}
.recommend02 .lead .underline-before {
  background: linear-gradient(#fff100, #fff100) 0 100%/0 13px no-repeat;
}
.recommend02 .lead span {
  padding: 0 10px;
}
.recommend02 h4 {
  margin-bottom: 35px;
  text-align: center;
  line-height: 1.5;
}
.recommend02 h4 span {
  display: inline-block;
  min-width: 270px;
  background-color: #727171;
  border-radius: 9px;
  padding: 0 55px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  font-feature-settings: "palt";
}
.recommend02 .img img {
  margin: 0 auto;
}
.recommend02 .trouble {
  position: relative;
  margin: 100px -20px 0;
  background-color: #e6e6e6;
  padding: 38px 20px 66px;
}
.recommend02 .trouble::before {
  content: "";
  position: absolute;
  top: -54px;
  left: 0;
  right: 50%;
  border-bottom: 55px solid #e6e6e6;
  border-right: 55px solid transparent;
}
.recommend02 .trouble::after {
  content: "";
  position: absolute;
  top: -54px;
  left: 50%;
  right: 0;
  border-bottom: 55px solid #e6e6e6;
  border-left: 55px solid transparent;
}
.recommend_28years_note {
  width: 100%;
  font-size: 90%;
  text-align: center;
  padding: 1vw 2vw 3vw;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .recommend02 .lead {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 900px) {
  .recommend02 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .recommend02 {
    background-size: 8px 8px;
    padding: 5vw 4vw 0;
  }
  .recommend02::after {
    bottom: -4.9vw;
    border-top: 6vw solid #e6e6e6;
    border-left: 6vw solid transparent;
    border-right: 6vw solid transparent;
  }
  .recommend02 .lead {
    margin-bottom: 5vw;
    font-size: 5vw;
  }
  .recommend02 .lead .underline-before {
    background: linear-gradient(#fff100, #fff100) 0 100%/0 13px no-repeat;
  }
  .recommend02 .lead span {
    padding: 0 1vw;
  }
  .recommend02 h4 {
    margin-bottom: 3vw;
  }
  .recommend02 h4 span {
    min-width: 36vw;
    border-radius: 2vw;
    padding: 0 7vw;
    font-size: 3.6vw;
  }
  .recommend02 .trouble {
    margin: 9vw -4vw 0;
    padding: 3vw 4vw 6vw;
  }
  .recommend02 .trouble::before {
    top: -5.8vw;
    border-bottom: 6vw solid #e6e6e6;
    border-right: 6vw solid transparent;
  }
  .recommend02 .trouble::after {
    top: -5.8vw;
    border-bottom: 6vw solid #e6e6e6;
    border-left: 6vw solid transparent;
  }
}
@media screen and (max-width: 480px) {
  .recommend02 {
    margin-top: 0;
  }
}
@media screen and (max-width: 400px) {
  .recommend_28years_note {
    font-size: 90%;
  }
}

/*====================================================================
.recommend03
====================================================================*/
.recommend03 {
  overflow: hidden;
}
.recommend03 .title {
  padding: 0 20px 25px;
}
.recommend03 .lead {
  margin: 60px auto 10px;
  max-width: 980px;
  background: linear-gradient(90deg, #ff9d00, #ff0090);
  border-radius: 40px;
  padding: 2px 30px 6px;
  text-align: center;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
}
.recommend03 .lead span {
  display: block;
  font-size: 43px;
  transform: skewX(-5deg);
}
.recommend03 .text01 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .recommend03 .lead {
    margin: 6vw auto 1.5vw;
    border-radius: 40vw;
    padding: 0.2vw 3vw 0.6vw;
    font-size: 4.4vw;
  }
  .recommend03 .lead span {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 767px) {
  .recommend03 .title {
    padding: 0 3vw 3vw;
  }
  .recommend03 .text01 {
    margin-bottom: 3vw;
    font-size: 3.2vw;
  }
}

/*====================================================================
.featureArea
====================================================================*/
.featureArea {
  width: 100%;
  background: url("../img/recommend_01_28years_dotbg.png"),
    linear-gradient(90deg, #ff9d00, #ff0090);

  padding: 3vw;
}
.featureArea .title img {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .featureArea {
    margin: 0;
  }
}
/*====================================================================
.feature_box_Area
====================================================================*/
.feature_box_Area {
  background: url(../img/bg_recommend_2501.png) repeat-y center top;
  background-size: cover;
  padding: 50px 0 50px;
}
.feature_box_Area .feature_box_inner {
  box-sizing: content-box;
  max-width: 975px;
  margin: 0 auto;
  padding: 0 20px;
}
.feature_box_Area .box {
  margin: 0 auto;
  border: 2px solid #ff0000;
  border-radius: 10px;
}
.feature_box_Area .box + .box {
  margin-top: 80px;
}
.feature_box_Area .head {
  background-color: #ff0000;
  border-radius: 8px 8px 0 0;
  height: 80px;
}
.feature_box_Area .head > span {
  display: block;
  position: relative;
  top: -25px;
  max-width: 377px;
  margin: 0 auto;
}
.feature_box_Area .body {
  padding: 30px 40px 40px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  color: #727171;
}
.feature_box_Area .body .inner {
  max-width: 810px;
  margin: 0 auto;
}
.feature_box_Area h5 {
  margin-bottom: 25px;
  text-align: center;
  color: #e73828;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.4;
  transform: skewX(-5deg);
}
.feature_box_Area .lead {
  margin-bottom: 25px;
  text-align: center;
  font-size: 18px;
  font-feature-settings: "palt";
}
.feature_box_Area .lead sup {
  font-size: 60%;
}
.feature_box_Area .colArea {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #c8c9ca;
  padding: 40px 0 0 30px;
}
.feature_box_Area .text {
  width: 42%;
  font-size: 16px;
}
.feature_box_Area .text h6 {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  background-color: #ff0000;
  border-radius: 62px;
  padding: 5px 10px 7px;
  margin-bottom: 5px;
}
.feature_box_Area .text p {
  line-height: 2.2;
}
.feature_box_Area .img {
  width: 54%;
  text-align: right;
}
.feature_box_Area .img img {
  display: inline;
  width: 100%;
  margin: 0 auto;
}
.feature_box_Area .underline-before {
  background: linear-gradient(#fff100, #fff100) 0 100%/0 8px no-repeat;
  transition: background 2s;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .feature_box_Area .box {
  }
  .feature_box_Area .box + .box {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .feature_box_Area {
    padding: 9vw 0 8vw;
  }
  .feature_box_Area .box {
    border-radius: 4px 4px 10px 10px;
  }
  .feature_box_Area .box + .box {
    margin-top: 8vw;
  }
  .feature_box_Area .head {
    border-radius: 2px 2px 0 0;
    height: 12vw;
  }
  .feature_box_Area .head > span {
    top: -3vw;
    max-width: 53vw;
  }
  .feature_box_Area .body {
    padding: 4vw 4vw 4vw;
  }
  .feature_box_Area h5 {
    margin-bottom: 15px;
    font-size: 4.88vw;
  }
  .feature_box_Area .lead {
    margin-bottom: 20px;
    font-size: 3.33vw;
  }
  .feature_box_Area .colArea {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0 0;
  }
  .feature_box_Area .text {
    width: 100%;
  }
  .feature_box_Area .text h6 {
    font-size: 4.77vw;
  }
  .feature_box_Area .text p {
    font-size: 4vw;
    line-height: 1.8;
  }
  .feature_box_Area .img {
    width: 100%;
    margin: 0 auto;
  }
}
/*====================================================================
.recommend03
====================================================================*/
.recommend03 {
  overflow: hidden;
  margin-top: 30px;
}
.recommend03 .title {
  padding: 0 20px 25px;
}
.recommend03 .lead {
  margin: 60px auto 10px;
  max-width: 980px;
  background: linear-gradient(90deg, #ff9d00, #ff0090);
  border-radius: 40px;
  padding: 2px 30px 6px;
  text-align: center;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
}
.recommend03 .lead span {
  display: block;
  font-size: 43px;
  transform: skewX(-5deg);
}
.recommend03 .text01 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .recommend03 .lead {
    margin: 6vw auto 1.5vw;
    border-radius: 40vw;
    padding: 0.2vw 3vw 0.6vw;
    font-size: 4.4vw;
  }
  .recommend03 .lead span {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 767px) {
  .recommend03 {
    margin-top: 0;
  }
  .recommend03 .title {
    padding: 0 3vw 3vw;
  }
  .recommend03 .text01 {
    margin-bottom: 3vw;
    font-size: 3.2vw;
  }
}

/*====================================================================
.supportTitle
====================================================================*/
.supportBanner {
  background: #f9f8f2;
  margin-top: 40px;
}
.supportBanner .supportBanner_inner {
  padding: 3vw 0 0;
  max-width: 800px;
  margin: 0 auto;
}
.supportBanner a {
  position: absolute;
  top: 9%;
  left: 46%;
  width: 2.5%;
  height: 10%;
}

.vbm_supportBanner {
  padding: 0 0 3vw;
  background: #f9f8f2;
}
.vbm_supportBanner .supportBanner_inner {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .vbm_supportBanner .supportBanner_inner {
    width: 95%;
    margin: 0 auto;
  }
  .vbm_supportBanner .supportBanner_inner img {
    display: block;
    width: 100%;
  }
  .supportBanner a {
    top: 52%;
    left: 44%;
    width: 3%;
    height: 7%;
  }
}
@media screen and (max-width: 767px) {
  .supportBanner .supportBanner_inner {
    padding: 5vw 0 0;
  }
  .supportBanner .supportBanner_inner img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .supportBanner {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.box_08 .detail_text {
  margin: 0 0 40px;
}
@media screen and (max-width: 1000px) {
  .box_08 .detail_text {
    margin: 0 0 25px;
  }
}
.benefitsArea {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 30px 0;
  background: url(../img/benefits_bg.png) no-repeat 2% 220px,
    url(../img/benefits_bg.png) no-repeat 98% 220px;
}
.benefitsArea > .inner {
  max-width: 820px;
  margin: 0 auto;
}
.benefitsArea h2 {
  position: relative;
  margin: 0 0 55px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .benefitsArea {
    padding: 4vw 3vw 0;
    background: url(../img/benefits_bg.png) no-repeat 2% 19vw,
      url(../img/benefits_bg.png) no-repeat 100% 19vw;
    background-size: 14vw auto, 14vw auto;
  }
  .benefitsArea > .inner {
    max-width: none;
  }
  .benefitsArea h2 {
    margin: 0 0 6vw;
  }
}
@media screen and (max-width: 600px) {
  .benefitsArea {
    padding: 8vw 4vw 0;
  }
}

/*====================================================================
.setDiscount
====================================================================*/

.setDiscount {
  position: relative;
  background-color: #ffffcf;
  padding-bottom: 10px;
}
.setDiscount::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 7px;
  background-color: #fff;
}
.setDiscount img {
  display: inline;
}
.setDiscount h2 {
  padding: 48px 20px 82px;
  text-align: center;
}
.setDiscount h2 > span {
  position: relative;
  display: inline-block;
}
.setDiscount h2 a {
  position: absolute;
  top: 26%;
  left: 95%;
  width: 3%;
  height: 8%;
}
.setDiscount .main {
  background-color: #ff0000;
  padding: 1px 20px 25px;
  text-align: center;
}
.setDiscount .main > span {
  position: relative;
  display: inline-block;
  transform: translate(0, -40px);
}
.setDiscount .main a {
  position: absolute;
  top: 87%;
  left: 64%;
  width: 4%;
  height: 8%;
}

.setDiscount h3 {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #0066ff;
  border-bottom: 6px solid #b2b290;
  padding: 23px 20px 0;
  height: 111px;
  text-align: center;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
}
.setDiscount h3::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  bottom: -24px;
  border: solid 30px transparent;
  border-top: solid 30px #0066ff;
  margin-left: -30px;
  z-index: 2;
}
.setDiscount h3::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  bottom: -30px;
  border: solid 40px transparent;
  border-top: solid 40px #b2b290;
  margin-left: -40px;
  z-index: 1;
}
.setDiscount h3 small {
  font-size: 82%;
}
.setDiscount .img {
  padding: 55px 0 0;
  text-align: center;
}

.setDiscount .family_group img {
  max-width: 1000px;
}
.setDiscount .noteArea {
  background-color: #fff;
  padding: 15px 20px;
  font-size: 12px;
}
.setDiscount .noteArea .inner {
  max-width: 980px;
  margin: 0 auto;
}
.setDiscount .noteArea p {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1030px) {
  .setDiscount h3 {
    padding: 2.3vw 2vw 0;
    height: 11.1vw;
    font-size: 4vw;
  }
  .setDiscount {
    padding-bottom: 3vw;
  }
  .setDiscount h2 {
    padding: 5vw 4vw 8vw;
  }
  .setDiscount .main {
    padding: 1px 4vw 4vw;
  }
  .setDiscount .main > span {
    transform: translate(0, -4vw);
  }
  .setDiscount .img {
    margin: 0 -9vw;
    padding: 6vw 0 0;
  }
  .setDiscount .noteArea {
    padding: 3vw 4vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .setDiscount h3 {
    padding: 2vw 2vw 0;
    height: 14vw;
    font-size: 4vw;
  }
  .setDiscount h3::after {
    top: 11.7vw;
  }
  .setDiscount {
    padding-bottom: 3vw;
  }
  .setDiscount::before {
    top: 2vw;
    height: 2vw;
  }
  .setDiscount h2 {
    padding: 5vw 4vw 8vw;
  }
  .setDiscount .main {
    padding: 1px 4vw 4vw;
  }
  .setDiscount .main > span {
    transform: translate(0, -4vw);
  }
  .setDiscount .img {
    margin: 0 -9vw;
    padding: 6vw 0 0;
  }
  .setDiscount .noteArea {
    padding: 3vw 4vw;
    font-size: 3vw;
  }

  .setDiscount h3 {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #0066ff;
    border-bottom: 4px solid #b2b290;
    padding: 2vw 0;
    height: 12vw;
    text-align: center;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
  }
  .setDiscount h3::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    bottom: -24px;
    border: solid 15px transparent;
    border-top: solid 15px #0066ff;
    margin-left: -15px;
    z-index: 2;
  }
  .setDiscount h3::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    bottom: -20px;
    border: solid 20px transparent;
    border-top: solid 20px #b2b290;
    margin-left: -20px;
    z-index: 1;
  }
}

.txt_a {
  text-align: center;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
}
.btn_a {
  max-width: 260px;
  margin: 10px auto 0;
}
.btn_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background: #cf0f31;
  border: 1px solid #cf0f31;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 5px 25px 7px 25px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
.btn_link:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
.btn_link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .txt_a {
    font-size: 4vw;
  }
  .btn_a {
    max-width: 65vw;
  }
  .btn_link {
    font-size: 3.5vw;
  }
}
.arrow_img_area {
  max-width: 177px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .arrow_img_area {
    max-width: 130px;
    margin: 0 auto 1.5vh;
  }
}
/*====================================================================
.mainsub_Area
====================================================================*/
.mainsub_Area {
  background: #fff;
}
.mainsub_ttl {
  /*background: url(../img/main_h2bg_2501.png) repeat-x;*/
  background-size: contain;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mainsub_ttl .mainsub_img {
  position: relative;
  max-width: 1111px;
  margin: 0 auto;
}
.mainsub_inner {
  box-sizing: content-box;
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 1.33vw;
}
.mainsub_box_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mainsub_box_area .mainsub_box_one {
  width: 48.9%;
}
.mainsub_box_area .mainsub_box_one img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .mainsub_ttl {
    margin-bottom: 3.11vw;
  }
}
@media screen and (max-width: 767px) {
  .mainsub_ttl {
    margin-bottom: 4.11vw;
  }
}
/*====================================================================
.accordion_header_area
====================================================================*/
/*====================================================================
.accordion_Area
====================================================================*/
/*====================================================================
.box_bnr
====================================================================*/
.box_bnr {
  background: #f9f8f2;
}
.box_bnr .box_bnr_inner {
  box-sizing: content-box;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .box_bnr .box_bnr_inner {
    padding: 2vw 0 0;
  }
}

/***********************************************************
  box_08
************************************************************/
/*** box_08 ***/
.box_08 .detail_text {
  margin-bottom: 40px;
}

.title_point h4 span.n {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 900;
  vertical-align: text-bottom;
  padding: 0 2px;
}

@media screen and (max-width: 480px) {
  .box_08 .inner section .detail {
    padding: 0 3vw;
  }
  .box_08 .inner section .sub {
    margin-bottom: 4vw;
  }
}

/***********************************************************
  point_box
************************************************************/
/** point_box **/

.point_box .point {
  width: 260px;
  height: 490px;
}
.point_box .image {
  width: 100%;
  height: auto;
  margin: 0 auto 60px auto;
  margin-bottom: 20px;
}
.point_box .point {
  background: #fff;
  border-radius: 10px;
}
.point_box h5 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4em;
  margin: 0 auto;
}
.point_box .border {
  width: 30px;
  height: 2px;
  background: #cc0133;
  margin: 15px auto;
}

.box_08 .inner section.second .detail_text p {
  text-align: left;
  margin: 0px 0px 10px 0px;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8em;
}
.box_08 .inner section.second .detail_text p.sub {
  font-size: 12px;
  font-weight: 400;
}

.title_point h4 span.n {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 900;
  vertical-align: text-bottom;
  padding: 0 2px;
}
.security_info_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  gap: 40px;
}
.security_info_inner {
  width: 100%;
  margin: 0 auto;
  padding: 25px 30px;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #cc0133;
  border-radius: 10px;
  position: relative;
}
.security_info_box img {
  height: 140px;
  width: auto;
  margin: 0 auto 10px;
}
.layout_3col_pc {
  display: flex;
}

dl.list_notice dt.fz_12 {
  display: inline-flex;
  width: 6%;
}
dl.list_notice dd.fz_12 {
  display: inline-flex;
  width: 94%;
  line-height: 1.4em;
}

@media screen and (max-width: 1000px) {
  .box_08 .detail_text {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .point_box {
    display: flex;
    justify-content: space-between;
    margin: 5vw auto 0;
    flex-direction: column;
    align-items: center;
  }

  .layout_col {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 10px;
    padding: 3vw 0 0 0;
  }
  .security_info_box img {
    height: auto;
    width: 90%;
    margin: 0 auto 30px;
  }

  .title_point h4 {
    font-size: 4vw;
    padding: 2vw 0;
    margin-bottom: 3vw;
  }
  .title_point h4 span.n {
    font-size: 7.466667vw;
    vertical-align: middle;
  }

  .security_info_box {
    display: block;
    position: relative;
  }
  .security_info_inner {
    padding: 5vw 0 0;
    background: rgb(255 255 255 / 0%);
    border: none;
  }
  .box_08 .inner section .detail .image img {
    width: 100%;
    height: auto;
  }
  .box_08 .inner section .detail .point_box .image {
    margin-bottom: 4vw;
  }
  .box_08 .inner {
    padding-top: 5vw;
    width: 100%;
    height: auto;
    padding-bottom: 2vw;
  }
  .box_08 .inner section {
    margin: 0 auto;
    width: 100%;
  }
  .box_08 .inner section.second {
    margin-bottom: 0;
  }
  .box_08 .inner section.second .detail {
    padding: 0 6vw 0 6vw;
  }
  .box_08 .inner section.second .detail_text p.sub {
    font-size: 3.2vw;
    margin-bottom: 6vw;
    line-height: 1.4em;
    padding-left: 5vw;
    text-indent: -5vw;
  }
  .box_08 .inner section .detail .point_box .point {
    width: 100%;
    height: auto;
    padding: 3% 6% 0;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  .box_08 .inner section.second .detail {
    padding: 0 3vw;
  }
}

/*** cashback_construction ***/

.construction .inner .title {
  width: 612px;
  height: 188px;
  margin: 0 auto 20px auto;
  text-align: center;
}

.security_info_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  gap: 40px;
}
.security_info_inner {
  width: 100%;
  margin: 0 auto;
  padding: 25px 30px;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #cc0133;
  border-radius: 10px;
  position: relative;
}
.security_info_content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  pointer-events: none;
}

footer {
  background: #ededed;
  height: 50px;
}
footer {
  width: 100%;
  background: #e2e2e2;
  padding: 24px 0;
  color: #666;
  font-size: 14px;
}
.footer-ci {
  background: #fff;
  padding: 30px 0;
  text-align: center;
  display: block;
  height: 100px;
  position: relative;
}

.cmnFooter_inner {
  padding: 20px 15px;
  background: #4d4d4d;
}
.cmnFooter_link {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cmnFooter_link li {
  margin: 5px 12px;
  list-style-type: none;
}
.cmnFooter_copyright {
  background-color: #4d4d4d;
  padding: 0 0 20px;
}
.cmnFooter a {
  color: inherit;
  text-decoration: none;
}
.footer-ci {
  background: #fff;
  padding: 30px 0;
  text-align: center;
}
.footer-ci img {
  height: 30px;
  width: 120px;
  max-width: 100%;
  margin: 0 auto;
}
.cmnPageTop {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 52px;
  margin: 0 auto;
  transition: opacity 0.2s;
}
@media screen and (max-width: 480px) {
  .cmnPageTop {
    width: 36px;
  }
  .cmnPageTop img {
    width: 100%;
  }
}
.cmnHeader_main {
  padding: 15px;
  overflow: hidden;
  background-color: #fff;
}
.cmnHeader_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cmnHeader_logo .ocn {
  width: 94px;
}
.cmnHeader_logo img {
  width: 100%;
}
.cmnHeader_logo > div {
  font-size: 16px;
}
.cmnHeader_logo span {
  background: #cc0133;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-left: 5px;
}
.cta_fixed_btn {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.cmnFooter {
  position: relative;
  background-color: #4d4d4d;
  padding: 0;
  text-align: center;
  color: #fff;
}
.mt10 {
  margin-top: 10px;
}
.image img {
  width: 100%;
}
.conditions {
  text-align: left;
  font-size: 14px;
  margin-bottom: 3vw;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  header {
    height: auto;
    padding: 4vw 0 2.8vw 0;
  }
  .construction .inner {
    width: 100%;
    padding-top: 6vw;
    padding-bottom: 2vw;
  }
  .construction .inner .title {
    width: 100%;
    height: auto;
    margin-bottom: 6.666667vw;
  }
  .construction .inner p.att {
    width: 90%;
    margin: 0 auto;
    font-size: 3vw;
    text-align: left;
    text-indent: -20px;
    padding-left: 20px;
  }
 
  .tabs {
    margin-bottom: 5vw;
  }
  .cashback_inner {
    padding: 6vw 6vw 6vw 6vw;
  }
  .cashback_content .detail {
    display: block;
  }
  .box_08 .inner {
    width: 100%;
    height: auto;
    padding-top: 24vw;
    padding-bottom: 10vw;
  }
  .box_08 .inner section {
    margin: 0 auto;
    width: 100%;
  }
  .box_08 .inner section .detail .image {
    width: 100%;
    height: auto;
    margin-bottom: 8vw;
  }
  .box_08 .inner section .detail .image img {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .box_08 .inner section .detail {
    padding: 3vw 4vw 8vw;
  }
  .box_08 .inner section .sub {
    font-size: 2.5vw;
  }
  .point_box {
    display: block;
    margin-bottom: 0;
  }
  .point_box .point {
    width: 100%;
    height: auto;
    margin-bottom: 2.6666667vw;
  }
  .point_box .point img {
    width: 100%;
    height: auto;
  }
  .security_info_box {
    display: block;
    position: relative;
  }
  .security_info_inner {
    padding: 5vw 5vw 6vw 5vw;
  }
  .box_08 .inner section.second .detail {
    padding: 2vw 4vw 0;
  }
  .box_08 .inner section.second .detail_text p {
    font-size: 3.733333vw;
    margin-bottom: 4vw;
  }
  .box_08 .inner section.second .detail_text p.sub {
    font-size: 3.2vw;
    margin-bottom: 6vw;
    line-height: 1.4em;
  }
  footer {
    height: auto;
  }
  .modal {
    padding: 15vw 0;
  }
  .modal-content {
    border-width: 3px;
  }
  .modal-container {
    width: 84%;
  }
  .modal-content {
    padding: 5vw;
  }
  .modal-content .sub_title {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
  .modal-content .box {
    margin-bottom: 6vw;
  }
}

header {
  height: 70px;
  position: relative;
  z-index: 9;
}

.dred {
  color: #cc0133 !important;
}
.red-txt {
  color: #ca0031;
}
.note-red {
  color: #f00;
}
.construction .inner .title {
  width: 100%;
  height: auto;
}

h2.title_05 span.underline {
  font-size: 42px;
  font-weight: 900;
  color: #cc0133;
  letter-spacing: 1px;
  background: linear-gradient(transparent 80%, #fdf050 0%);
  margin: 0 auto;
  text-align: center;
  position: relative;
}
h2.title_05 span.ast {
  font-size: 18px;
  vertical-align: text-top;
  padding-left: 2px;
  line-height: 1;
  line-height: 2.4em;
}
p.title_05_sub {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: 20px;
  line-height: 1.5em;
}
p.title_05_sub span {
  color: #cc0133;
}

/***********************************************************
  box_08
************************************************************/
/*** box_08 ***/

.box_08 .inner section .sub {
  margin-bottom: 30px;
  text-align: center;
}

.box_08 .inner section .detail .image img {
  width: 100%;
  height: auto;
}
.box_08 .inner section.second .detail_text p {
  text-align: left;
  margin: 0px 0px 10px 0px;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8em;
}
.box_08 .inner section.second .detail_text p.sub {
  font-size: 12px;
  font-weight: 400;
}

.title_point h4 span.n {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 900;
  vertical-align: text-bottom;
  padding: 0 2px;
}

.box_08 .inner section .detail .point_box h5 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4em;
  margin: 0 auto;
}
.box_08 .inner section .detail .point_box .border {
  width: 30px;
  height: 2px;
  background: #cc0133;
  margin: 15px auto;
}
.box_08 .inner section .detail .point_box p span.ast {
  font-size: 12px;
  vertical-align: text-top;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .construction .inner {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 0;
  }
  h2.title_05,
  h2.title_05 span.underline {
    font-size: 4.2vw;
  }
  p.title_05_sub {
    font-size: 2.6vw;
  }
  h2.title_05 span.ast {
    font-size: 1.5vw;
    vertical-align: top;
  }
  .construction .inner p.att {
    font-size: 1.5vw;
  }
  .tab_content {
    height: auto;
  }
  .tab_label,
  .tabs input:checked + .tab_label {
    width: 50%;
    font-size: 4.6vw;
  }
  .tab_label span {
    font-size: 2.6vw;
  }
  .tab_inner {
    padding: 6% 4% 5% 4%;
  }

  .box_08 .inner {
    width: 90%;
  }
  .box_08 .inner section .detail {
    padding: 30px 0 0;
  }
  .box_08 .inner section .detail .image {
    width: 100%;
    height: auto;
  }
  .title_point h4 {
    font-size: 3vw;
  }
  .title_point h4 span.n {
    font-size: 4.6vw;
  }
  .box_08 .inner section .detail .point_box .point {
    width: 32%;
  }
  .box_08 .inner section .detail .point_box h5 {
    font-size: 2vw;
  }
  .box_08 .inner section .detail .point_box p {
    font-size: 1.6vw;
  }
  .box_08 .inner section.second .detail_text p {
    font-size: 1.8vw;
  }
  .box_08 .inner section.second .detail_text p.sub {
    font-size: 1.6vw;
  }

  .modal {
    padding: 50px 5vw;
  }
  .modal-container {
    width: 90%;
  }
  .cmnHeader_logo .ocn {
    width: 90px;
  }
  .cmnHeader_logo > div {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 0;
    height: auto;
  }
  .cmnHeader_main {
    position: relative;
    padding: 2.5vw 2vw;
  }
  .cmnHeader_logo {
    font-size: 0;
  }
  .cmnHeader_logo .ocn {
    width: 22%;
  }
  .cmnHeader_logo > div {
    width: 78%;
    font-size: 2.9vw;
    text-align: right;
  }
  .cmnHeader_logo span {
    padding: 1px 10px;
  }
  h2.title_05 {
    font-size: 5vw;
    line-height: 1.6em;
  }
  h2.title_05 span.underline {
    font-size: 6.933333vw;
  }
  h2.title_05 span.ast {
    font-size: 3.2vw;
  }
  p.title_05_sub {
    font-size: 4.266667vw;
    margin-top: 4vw;
    line-height: 1.6em;
  }
  .construction .inner p.att {
    text-indent: -4vw;
    padding-left: 5vw;
  }
  .tab_inner {
    display: block;
  }
  .box_08 .inner {
    padding-top: 0;
  }
  .title_point h4 {
    font-size: 4vw;
    padding: 2vw 0;
    margin-bottom: 3vw;
  }
  .title_point h4 span.n {
    font-size: 7.466667vw;
    vertical-align: middle;
  }
  .box_08 .inner section .detail .point_box .image {
    margin-bottom: 4vw;
  }
  .box_08 .inner section .detail .point_box .point {
    height: auto;
    margin-bottom: 3vw;
  }
  .box_08 .inner section .detail .point_box .icon_point {
    margin-bottom: 4vw;
    font-size: 2.666667vw;
    width: 22vw;
  }
  .box_08 .inner section .detail .point_box .icon_point span {
    font-size: 4.266667vw;
  }
  .box_08 .inner section .detail .point_box h5 {
    font-size: 4.266667vw;
    line-height: 1.6em;
  }
  .box_08 .inner section .detail .point_box .border {
    margin: 4vw auto;
  }
  .box_08 .inner section .detail .point_box p {
    font-size: 3.733333vw;
  }
  .box_08 .inner section .detail .point_box p span.ast {
    font-size: 2.6vw;
  }
  .box_08 .inner section .detail .point_box p.att {
    text-indent: -5vw;
    padding-left: 10vw;
    font-size: 3.2vw;
  }
  .box_08 .inner section .detail {
    padding-bottom: 0;
  }
  .box_08 .inner section.second .detail_text p {
    line-height: 1.6em;
  }
  .box_08 .inner section.second .detail_text p.sub {
    padding-left: 5vw;
    text-indent: -5vw;
  }
  .box_08 .inner section.second {
    margin-bottom: 0;
  }

  .modal-content table {
    font-size: 3.2vw;
    line-height: 1.4em;
  }
  .modal-content table tr td {
    padding: 3vw;
  }
  .conditions {
    padding: 1vw 6vw;
    font-size: 12px;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .cmnFooter {
    text-align: left;
  }
  .cmnFooter_inner {
    padding: 10px 15px 12px;
  }
  .cmnFooter_link {
    margin: 0 0 0 -12px;
    padding: 0;
    justify-content: flex-start;
  }
  .cmnFooter_link li {
    margin: 6px 12px;
    font-size: 12px;
  }
  .cmnFooter_copyright {
    padding: 0 0 17px;
    text-align: center;
    font-size: 12px;
  }
}

.ta_c {
  width: 100%;
  display: contents;
}

dl.list_notice dt.fz_12 {
  display: inline-flex;
  width: 6%;
}
dl.list_notice dd.fz_12 {
  display: inline-flex;
  width: 94%;
  line-height: 1.4em;
}
.ta_c img {
  width: 100%;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .layout_3col_pc {
    display: flex;
    flex-direction: column;
  }
  .layout_col {
    display: flex;
    justify-content: space-around;
  }
  .security_info_content {
    font-size: 3.733333vw;
    line-height: 1.6em;
  }
}

.ctaArea a {
  transition: opacity 0.3s;
}
.ctaArea a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .ctaArea {
    padding: 2vw;
  }
  .ctaArea ul {
    gap: 2vw;
  }
}

.recommend .titleArea {
  background: #fff;
  padding: 50px 0 0;
  text-align: center;
}
.recommend h2 small {
  font-size: 85%;
}
.recommend h2 span.ttl_underline {
  background: linear-gradient(transparent 70%, #ffff00 0%);
}
.recommend h2 span.ttl_internet {
  position: relative;
  display: inline-block;
  padding: 0 82px;
  font-size:  62px;
  line-height:  1.2em;
}
.recommend h2 span.ttl_internet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 82px;
  height: 141px;
  background: url(../img/internet_01_2501.png) no-repeat 0 0;
  background-size: contain;
  margin: auto 0;
}
.recommend h2 span.ttl_internet::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 82px;
  height: 141px;
  background: url(../img/internet_02_2501.png) no-repeat 0 0;
  background-size: contain;
  margin: auto 0;
}
.recommend h2 span.ttl_txt {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #ff9d00, #ff0090);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: skewX(-5deg);
}

.underline-before {
  background: linear-gradient(#ffff00, #ffff00) 0 100% / 0 13px no-repeat;
  transition: background 2s;
  text-decoration: none;
}
@media screen and (max-width: 1300px) {
  .recommend h2 span.ttl_internet {
    font-size:  4vw;
  }
}
@media screen and (max-width: 900px) {
  .recommend .titleArea {
    margin-bottom: 30px;
  }
  .recommend h2 span.ttl_internet {
    font-size:  5vw;
  }
}


/*** recommend_title ***/

.recommend-title {
  position: relative;
  width: 100%;
  display: block;
  margin: 60px 0 0 0;
  padding: 0;
  text-align: center;
  background: transparent;
  line-height: 0;
  box-sizing: border-box;
}

.recommend-title > span {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 2560px;
  max-height: 164px;
  margin: 0 auto;
  line-height: 0;
}
.recommend-title > span .section-img {
  width: 100%;
  max-width: 800px;
  height: auto;
  position: relative;
  top: 8px;
  display: block;
  margin: 0 auto;
  line-height: 0;
}

.recommend-title::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #cc0133;
  background: url(../img/recommend_bg_02.png) repeat 50% 0 #cc0133;
  z-index: 0;
}

#recommend_01.recommend-title::before {
  min-height: 177px;
}
#recommend_03.recommend-title::before {
  min-height: 178px;
}
#recommend_04.recommend-title::before {
  min-height: 172px;
}


@media screen and (max-width: 1024px) {
  #recommend_03  {
    max-height: 187px;
  }
}
@media screen and (max-width: 900px) {
  .recommend-title::before {
    z-index: -1;
    display: none;
  }
}
@media screen and (max-width: 820px) {
  #recommend_03  {
    max-height: 167px;
    margin-bottom: 20px;
  }

}
@media screen and (max-width: 768px) {

  .recommend h2 span.ttl_internet {
    padding: 0 30px;
  }
  .recommend h2 span.ttl_internet::before {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 50px;
  }
  .recommend h2 span.ttl_internet::after {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 50px;
  }
  #recommend_03  {
    max-height: 150px;
    margin-bottom: 20px;
  }
  .underline-before {
    background: linear-gradient(#ffff00, #ffff00) 0 100%/0 2vw no-repeat;
  }
}
@media screen and (max-width: 760px) {
  #recommend_03  {
    max-height: 160px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  #recommend_03  {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .recommend h2 {
    letter-spacing: 0;
    margin-top: 0;
  }
  .recommend .titleArea {
    padding: 3vw 0 0;
  }
  .recommend-title{
    margin-top: 10px;
  }
  .recommend-title::before {
    top: 37px;
    max-height: 12vh;
  }
  .recommend-title span {
    width: 90%;
    max-width: 500px;
  }
  .section-img {
    width: 100%;
    max-width: 500px;
  }
  #recommend_03  {
    max-height: 96px;
    margin-bottom: 30px;
  }
  #recommend_04 img {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 430px) {
  #recommend_03  {
    max-height: 84px;
  }
  #recommend_04  {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  #recommend_03  {
    max-height: 70px;
  }
  #recommend_04  {
    margin-bottom: 0;
    min-height: 103px;
  }
}

/*** recommend_contents ***/
.recommend01 {
  background: url(../img/recommend_bg_03.png) no-repeat 50% 50%;
  background-size: cover;
  padding: 48px 20px 15px;
}
.recommend01 > img {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding: 3vw 0;
}
@media screen and (max-width: 1000px) {
  .recommend01 {
    padding: 5vw 2vw 5vw;
  }
}
@media screen and (max-width: 767px) {
  .recommend01 {
    padding: 5vw 4vw 5vw;
  }
}

/*====================================================================
.supportTitle
====================================================================*/

.supportBanner .supportBanner_inner {
  padding: 3vw 0 0;
  max-width: 800px;
  margin: 0 auto;
}
.supportBanner a {
  position: absolute;
  top: 9%;
  left: 46%;
  width: 2.5%;
  height: 10%;
}

.vbm_supportBanner {
  padding: 0 0 3vw;
  background: #f9f8f2;
}
.vbm_supportBanner .supportBanner_inner {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .vbm_supportBanner .supportBanner_inner {
    width: 95%;
    margin: 0 auto;
  }
  .vbm_supportBanner .supportBanner_inner img {
    display: block;
    width: 100%;
  }
  .supportBanner a {
    top: 52%;
    left: 44%;
    width: 3%;
    height: 7%;
  }
}
@media screen and (max-width: 767px) {
  .supportBanner .supportBanner_inner {
    padding: 5vw 0 0;
  }
  .supportBanner .supportBanner_inner img {
    width: 100%;
  }
}
.box_08 .detail_text {
  margin: 0 0 40px;
}

.benefitsArea {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 30px 0;
  background: url(../img/benefits_bg.png) no-repeat 2% 220px,
    url(../img/benefits_bg.png) no-repeat 98% 220px;
}
.benefitsArea > .inner {
  max-width: 820px;
  margin: 0 auto;
}
.benefitsArea h2 {
  position: relative;
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .benefitsArea {
    padding: 4vw 3vw 0;
    background: url(../img/benefits_bg.png) no-repeat 2% 19vw,
      url(../img/benefits_bg.png) no-repeat 100% 19vw;
    background-size: 14vw auto, 14vw auto;
  }
  .benefitsArea > .inner {
    max-width: none;
  }
  .benefitsArea h2 {
    margin: 0 0 2vw;
  }
}
@media screen and (max-width: 600px) {
  .benefitsArea {
    padding: 8vw 4vw 0;
  }
}

/*====================================================================
.setDiscount
====================================================================*/

.setDiscount {
  position: relative;
  background-color: #fff;
  padding-bottom: 10px;
}
.setDiscount::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 7px;
  background-color: #fff;
}
.setDiscount img {
  display: inline;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.setDiscount h2 {
  padding: 48px 20px 82px;
  text-align: center;
  background: #ffffcf;
}
.setDiscount h2 > span {
  position: relative;
  display: inline-block;
}
.setDiscount h2 a {
  position: absolute;
  top: 26%;
  left: 95%;
  width: 3%;
  height: 8%;
}
.setDiscount .main {
  background: linear-gradient(90deg, #ff6464, #ff0d33);
  padding: 1px 20px 25px;
  text-align: center;
}
.setDiscount .main > span {
  position: relative;
  display: inline-block;
  transform: translate(0, -40px);
}
.setDiscount .main a {
  position: absolute;
  top: 86%;
  left: 62%;
  width: 4%;
  height: 8%;
}

.setDiscount h3 {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #0066ff;
  border-bottom: 6px solid #b2b290;
  padding: 23px 20px 0;
  height: 111px;
  text-align: center;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
}
.setDiscount h3::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  bottom: -24px;
  border: solid 30px transparent;
  border-top: solid 30px #0066ff;
  margin-left: -30px;
  z-index: 2;
}
.setDiscount h3::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  bottom: -30px;
  border: solid 40px transparent;
  border-top: solid 40px #b2b290;
  margin-left: -40px;
  z-index: 1;
}
.setDiscount h3 small {
  font-size: 82%;
}
.setDiscount .img {
  width: 100%;
  padding: 55px 0 0;
  text-align: center;
  margin: 0 auto;
}
.setDiscount .noteArea {
  background-color: #fff;
  padding: 15px 20px;
  font-size: 12px;
}
.setDiscount .noteArea .inner {
  max-width: 980px;
  margin: 0 auto;
}
.setDiscount .noteArea p {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1030px) {
  .setDiscount h3 {
    padding: 2.3vw 2vw 0;
    height: 11.1vw;
    font-size: 4vw;
  }
  .setDiscount {
    padding-bottom: 3vw;
  }
  .setDiscount h2 {
    padding: 5vw 4vw 8vw;
  }
  .setDiscount .main {
    padding: 1px 4vw 4vw;
  }
  .setDiscount .main > span {
    transform: translate(0, -4vw);
  }
  .setDiscount .img {
    max-width: 100%;
  }
  .setDiscount .img img {
     width: 100%;
     max-width: 700px;
     margin: 0 auto;
   }
  .setDiscount .noteArea {
    padding: 3vw 4vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .setDiscount h3 {
    padding: 2vw 2vw 0;
    height: 14vw;
    font-size: 4vw;
  }
  .setDiscount h3::after {
    top: 11.7vw;
  }
  .setDiscount {
    padding-bottom: 3vw;
  }
  .setDiscount::before {
    top: 2vw;
    height: 2vw;
  }
  .setDiscount h2 {
    padding: 5vw 4vw 8vw;
  }
  .setDiscount .main {
    padding: 1px 4vw 4vw;
  }
  .setDiscount .main > span {
    transform: translate(0, -4vw);
  }
  .setDiscount .img {
    padding: 6vw 0;
    width: 100%;
    margin: 0 auto;
  }
   .setDiscount .img img {
     width: 100%;
     max-width: 100%;
     margin: 0 auto;
   }
  .setDiscount .noteArea {
    padding: 3vw 4vw;
    font-size: 3vw;
  }

  .setDiscount h3 {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #0066ff;
    border-bottom: 4px solid #b2b290;
    padding: 2vw 0;
    height: 12vw;
    text-align: center;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
  }
  .setDiscount h3::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    bottom: -24px;
    border: solid 15px transparent;
    border-top: solid 15px #0066ff;
    margin-left: -15px;
    z-index: 2;
  }
  .setDiscount h3::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    bottom: -20px;
    border: solid 20px transparent;
    border-top: solid 20px #b2b290;
    margin-left: -20px;
    z-index: 1;
  }
}



.txt_a {
  text-align: center;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
}
.btn_a {
  max-width: 260px;
  margin: 10px auto 0;
}
.btn_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background: #cf0f31;
  border: 1px solid #cf0f31;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 5px 25px 7px 25px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
.btn_link:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
.btn_link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .txt_a {
    font-size: 4vw;
  }
  .btn_a {
    max-width: 65vw;
  }
  .btn_link {
    font-size: 3.5vw;
  }
}
.arrow_img_area {
  max-width: 177px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .arrow_img_area {
    max-width: 130px;
    margin: 0 auto 1.5vh;
  }
}
/*====================================================================
.box_bnr
====================================================================*/
.box_bnr {
  background: #f9f8f2;
}
.box_bnr .box_bnr_inner {
  box-sizing: content-box;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .box_bnr .box_bnr_inner {
    padding: 2vw 0 0;
  }
}

/***********************************************************
  box_08
************************************************************/
/*** box_08 ***/
.box_08 {
  width: 100%;
  background-color: #f9f8f2;
}
.box_08 section {
  background: #fff;
  border-radius: 10px;
}
.box_08 .inner section .detail {
  background: #f9f8f2;
  padding: 30px;
  border-radius: 0 0 10px 10px;
}

.title_point h4 span.n {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 900;
  vertical-align: text-bottom;
  padding: 0 2px;
}

@media screen and (max-width: 480px) {
  .box_08 .inner section .detail {
    padding: 0 3vw;
  }
  .box_08 .inner section .sub {
    margin-bottom: 4vw;
  }
}

/***********************************************************
  point_box
************************************************************/
/** point_box **/

.point_box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 35px auto;
  gap: 2%;
}
.box_08 .inner section .detail .point_box .point {
  width: 260px;
  height: 490px;
}
.box_08 .inner section .detail .point_box p {
  padding: 0 20px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
}
.box_08 .inner section .detail .point_box p.att {
  font-size: 12px;
  text-indent: -14px;
  padding-left: 35px;
  margin-top: 10px;
}
.box_08 .inner section .detail .point_box .image {
  width: 100%;
  height: auto;
  margin: 0 auto 60px auto;
  margin-bottom: 20px;
}
.box_08 .inner section .detail .point_box .point {
  background: #fff;
  border-radius: 10px;
}
.box_08 .inner section .detail .point_box .icon_point {
  width: 80px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #cc0133;
  text-align: center;
  margin: 0 auto 10px auto;
  border: 1px solid #cc0133;
  border-radius: 25px;
  line-height: 1;
  padding: 3px 0;
}
.box_08 .inner section .detail .point_box .icon_point span {
  font-size: 16px;
  padding-left: 2px;
  vertical-align: baseline;
}
.box_08 .inner section .detail .point_box h5 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4em;
  margin: 0 auto;
}
.box_08 .inner section .detail .point_box .border {
  width: 30px;
  height: 2px;
  background: #cc0133;
  margin: 15px auto;
}
.box_08 .inner section.second .detail {
  padding-top: 40px;
}
.box_08 .detail_text {
  margin-bottom: 40px;
}
.box_08 .inner section.second .detail_text p {
  text-align: left;
  margin: 0px 0px 10px 0px;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8em;
}
.box_08 .inner section.second .detail_text p.sub {
  font-size: 12px;
  font-weight: 400;
}
.title_point h4 {
  background: #cc0133;
  width: 100%;
  border-radius: 60px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  padding: 10px 0;
  margin-bottom: 20px;
}
.title_point h4 span {
  color: #fff002;
}
.title_point h4 span.n {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 900;
  vertical-align: text-bottom;
  padding: 0 2px;
}
.security_info_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  gap: 40px;
}
.security_info_inner {
  width: 100%;
  margin: 0 auto;
  padding: 25px 30px;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #cc0133;
  border-radius: 10px;
  position: relative;
}
.security_info_box img {
  height: 140px;
  width: auto;
  margin: 0 auto 10px;
}
.layout_3col_pc {
  display: flex;
}
.layout_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 1rem;
}
p.ml_0 {
  text-align: left;
  margin-top: 10px;
}
dl.list_notice {
  text-align: left;
  font-size: 12px;
  margin-top: 1em;
}
dl.list_notice dt.fz_12 {
  display: inline-flex;
  width: 6%;
}
dl.list_notice dd.fz_12 {
  display: inline-flex;
  width: 94%;
  line-height: 1.4em;
}
.w_90p {
  width: 90%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1000px) {
  .box_08 .detail_text {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .point_box {
    display: flex;
    justify-content: space-between;
    margin: 5vw auto 0;
    flex-direction: column;
    align-items: center;
  }

  .layout_col {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 10px;
    padding: 3vw 0 0 0;
  }
  .security_info_box img {
    height: auto;
    width: 90%;
    margin: 0 auto 30px;
  }

  .title_point h4 {
    font-size: 4vw;
    padding: 2vw 0;
    margin-bottom: 3vw;
  }
  .title_point h4 span.n {
    font-size: 7.466667vw;
    vertical-align: middle;
  }

  .security_info_box {
    display: block;
    position: relative;
  }
  .security_info_inner {
    padding: 5vw 0 0;
    background: rgb(255 255 255 / 0%);
    border: none;
  }
  .box_08 .inner section .detail .image img {
    width: 100%;
    height: auto;
  }
  .box_08 .inner section .detail .point_box .image {
    margin-bottom: 4vw;
  }
  .box_08 .inner {
    padding-top: 5vw;
    width: 100%;
    height: auto;
    padding-bottom: 2vw;
  }
  .box_08 .inner section {
    margin: 0 auto;
    width: 100%;
  }
  .box_08 .inner section.second {
    margin-bottom: 0;
  }
  .box_08 .inner section.second .detail {
    padding: 0 6vw 0 6vw;
  }
  .box_08 .inner section.second .detail_text p.sub {
    font-size: 3.2vw;
    margin-bottom: 6vw;
    line-height: 1.4em;
    padding-left: 5vw;
    text-indent: -5vw;
  }
  .box_08 .inner section .detail .point_box .point {
    width: 100%;
    height: auto;
    padding: 3% 6% 0;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  .box_08 .inner section.second .detail {
    padding: 0 3vw;
  }
}
 