@charset "UTF-8";
/*====================================================================
 general
====================================================================*/

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;
}

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

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


/*** Layout ***/
.txt-center {
  text-align: center!important;
}

.mg-t10 {
  margin-top: 10px!important;
}

/*** anchor_link ***/
#dpoint_cp {
  position: relative;
  padding-top: 180px;
  margin-top: -180px;
  z-index: -10;
}
#construction_cp {
  position: relative;
  padding-top: 300px;
  margin-top: -300px;
  z-index: -10;
}
#set_cp {
  position: relative;
  padding-top: 380px;
  margin-top: -380px;
  z-index: -10;
}
@media screen and (max-width: 480px) {
  #set_cp {
    position: relative;
    padding-top: 30px;
    margin-top: -30px;
    z-index: -10;
  }  
}
#ocn_support {
  position: relative;
  z-index: -10;
}
#virus_buster {
  position: relative;
  z-index: -10;
}
#cashback_cp {
  position: relative;
  z-index: -10;
}
#router_cp {
  position: relative;
  z-index: -10;
}
#monthlyprice {
  position: relative;
  z-index: -10;
}
#application_flow {
  position: relative;
  z-index: -10;
}
#cashback_flow {
  position: relative;
  z-index: -10;
}

/*** 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;
}

/*** Font-size ***/
.font-12 {
  font-size: 11px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px !important;
}

/*** line-height ***/
.line-h1_2 {
  line-height: 1.2;
}

.line-h1_4 {
  line-height: 1.4;
}

.line-h1_8 {
  line-height: 1.8;
}

/*** txt-style ***/
.gray-txt {
  color: #555;
}

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

/*** indent ***/
.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}
.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;
}
.underline-after {
  background-size: 100% 6px;
}

.tdn {
  text-decoration: none;
  color: unset;
}

.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}

/*** common-parts ***/
img {
  max-width: 100%;
  height: auto;
}

.dred {
  color: #cc0133 !important;
}

.image img {
  width: 100%;
}
.boldprice {
  color: #cc0133;
}

.boldprice_head {
  color: #cc0133;
  display: block;
  text-align: center;
  border-top: solid 2px;
  border-bottom: solid 2px;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.dotted {
  border-bottom: 2px dotted;
}

span.new {
  text-align: center;
  font-size: 11px !important;
  font-weight: 900;
  display: block;
  background: #cc0133;
  color: #fff;
  margin: 0 15px 0px 15px;
  padding: 3px 0;
}

/*** wrapper ***/
#wrapper {
  max-width: 100vw;
  /* height: auto; */
  margin: 0 auto;
  overflow: hidden;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/*====================================================================
 Header
====================================================================*/
/*** Header ***/
header {
  height: 70px;
  position: relative;
  z-index: 9;
  width: 100%;
}
/*** Header cmnHeader ***/
.cmnHeader_main {
  padding: 15px;
  overflow: hidden;
  background-color: #fff;
}
.cmnHeader_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cmnHeader_logo a {
  width: 300px;
}
.cmnHeader_logo a.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;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .cmnHeader_logo a.ocn {
    width: 90px;
  }
  .cmnHeader_logo > div {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  header {
    height: 3vw;
  }
  .cmnHeader_main {
    position: relative;
    padding: 2.5vw 2vw;
    border-bottom: 2px solid #ff0000;
  }
  .cmnHeader_logo {
    display: flex;
    font-size: 0;
    align-items: center;
    justify-content: space-between;
  }
  .cmnHeader_logo a {
    width: 65%;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
  }
  .cmnHeader_logo a.ocn {
    width: 20%;
    margin-right: 2%;
    flex-direction: row;
  }
  .cmnHeader_logo > div {
    display: flex;
    width: 100%;
    font-size: 3.2vw;
    margin: 2% auto 0;
    padding-right: 0;
    text-align: left;
    font-weight: 700;
  }
  .cmnHeader_logo span {
    padding: 1px 10px;
    background: #cc0133;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-left: 2%;
  }
  .cmnHeader_menuBtn {
    position: absolute;
    right: 1.5vw;
    bottom: 0.5vw;
    width: 8vw;
    height: 10vw;
  }
  .cmnHeader_menuBtn::before,
  .cmnHeader_menuBtn::after {
    content: "";
    position: absolute;
    top: 2.5vw;
    left: 15%;
    right: 15%;
    height: 3px;
    background-color: #ff6878;
  }
  .cmnHeader_menuBtn::after {
    top: auto;
    bottom: 2.5vw;
    box-shadow: 0 calc(1.5px - 2.5vw) #ff6878;
  }
  .cmnHeader_menuBtn.s_close::before {
    top: 5vw;
    transform: rotate(45deg);
  }
  .cmnHeader_menuBtn.s_close::after {
    top: 5vw;
    transform: rotate(-45deg);
    box-shadow: none;
  }
}

@media screen and (max-width: 480px) {
  .cmnHeader_menuBtn::before,
  .cmnHeader_menuBtn::after {
    height: 2px;
  }
  .cmnHeader_menuBtn::after {
    box-shadow: 0 calc(1px - 2.5vw) #ff6878;
  }
}
@media screen and (max-width: 480px) {
  .cmnHeader_logo > div {
    font-size: 3.15vw;
  }
}
/*** Header ***/

/*====================================================================
 mainvisual
====================================================================*/
/*** mainvisual ***/
.mainvisual {
  border-top: 4px solid #ff0000;
  border-bottom: 4px solid #ff0000;
}

.mainvisual .inner {
  position: relative;
  background: url(../img/mv_pc_bg_250213.png) no-repeat 50% 50%;
  background-size: cover;
  height: 368px;
}

.mainvisual .cloud {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mainvisual.show .cloud {
  animation: mainvisual 0.8s;
  animation-fill-mode: both;
  opacity: 1;
}

@keyframes mainvisual {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.mainvisual h1 {
  right: 0;
  bottom: 0;
  width: 800px;
  margin: auto;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
}

.mainvisual h1 img {
  width: 95%;
  max-width: 680px;
  height: auto;
}

.mainvisual.show h1 {
  animation: mainvisual 0.6s;
  animation-fill-mode: both;
  animation-delay: 0.2s;
  opacity: 1;
}

.mainvisual .text01 {
  display: block;
}

.mainvisual .text01 img {
  display: inline-block;
  margin-right: 10px;
}

.mainvisual .text01 span {
  font-size: 35px;
  color: #e50045;
}

.mainvisual .text02 {
  margin: 10px 0 0;
  display: block;
  font-size: 46px;
  color: #e8382f;
  transform: skewX(-10deg);
}

.mainvisual .text03 {
  display: inline-block;
  font-size: 82px;
  background: linear-gradient(90deg, #ffa000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: skewX(-10deg);
}

.mainvisual .text03 small {
  font-size: 70%;
}
.mainvisual .img {
  position: absolute;
  top: -10px;
  right: 0;
}

@media screen and (max-width: 900px) {
  .mainvisual .inner {
    height: 40vw;
  }

  .mainvisual .cloud {
    width: 90vw;
  }

  .mainvisual h1 {
    top: 10vw;
    left: 2vw;
    width: 90vw;
    font-size: inherit;
  }

  .mainvisual .text01 img {
    margin-right: 1vw;
    width: 21vw;
  }

  .mainvisual .text01 span {
    font-size: 4vw;
  }

  .mainvisual .text02 {
    margin: 1vw 0 0;
    font-size: 5vw;
  }

  .mainvisual .text03 {
    font-size: 9vw;
  }

  .mainvisual .img {
    top: -1vw;
    width: 15vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .main_visual .inner {
    width: 90%;
  }

  .main_visual .inner img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual {
    border-top-width: 2px;
    border-bottom-width: 2px;
    padding: 6vw 0 0;
  }
}

/*====================================================================
 frame
====================================================================*/
/*** frame_wrapper ***/
.frame_wrapper {
  background-image: url(../img/check01_bg_sp_250213.png);
  padding-top: 6%;
  padding-bottom: 6%;
}

@media screen and (max-width: 767px) {
  #wrapper .frame_wrapper {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

/*** frame ***/
.frame {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.frame_wrapper {
  width: 100%;
  min-height: 100%;
  background-image: url(../img/check01_bg_pc_250213.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 65px;
  padding-bottom: 65px;
}

/*====================================================================
 anchorList
====================================================================*/
/** frame anchorList **/
.anchorList {
  margin-bottom: 40px;
}

.anchorList ul {
  display: flex;
  gap: 1.7%;
}

.anchorList li {
  position: relative;
  width: 23.725%;
}

.anchorList a {
  color: #fff;
}

.anchorList a img {
  width: 100%;
}

.anchorList a > span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 960px) {
  .anchorList {
    margin-bottom: 4vw;
  }

  .anchorList a > span {
    font-size: 2vw;
  }
}

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

@media screen and (max-width: 767px) {
  .anchorList {
    position: absolute;
    top: 15vw;
    left: 0;
    right: 0;
    z-index: 10;
    border-top: 1px solid #bbb;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    padding: 5vw;
    display: none;
  }

  .anchorList ul {
    flex-wrap: wrap;
    gap: 3vw 4%;
  }

  .anchorList li {
    width: 48%;
  }

  .anchorList a > span {
    top: 67%;
    font-size: 4vw;
  }
}

/*====================================================================
 check01Box
====================================================================*/
/** frame check01Box **/
.check01Box {
  margin-bottom: 50px;
  border: 6px solid #ff0000;
  border-radius: 24px;
  box-shadow: 5px 5px #b5b5b6;
  padding: 45px 75px 65px;
  font-size: 18px;
  background-color: #fff;
}

.check01Box .head {
  margin-left: -40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.check01Box .head > span {
  margin-top: 10px;
  background-size: contain;
  display: inline-block;
  width: 621px;
  height: 121px;
  padding: 29px 94px 0 0;
  text-align: center;
  color: #fff;
  font-size: 36px;
}

.check01Box h2 {
  margin: 50px 0;
  font-size: 60px;
}

.check01Box h2 span {
  display: inline-block;
  background: linear-gradient(90deg, #f75e00, #e8383d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: skewX(-5deg);
}

.check01Box h3 {
  margin: 36px 0 8px;
  color: #ea5520;
  font-size: 23px;
}

.check01Box p {
  text-align: justify;
  line-height: 2;
}

.check01Box p + p {
  margin-top: 36px;
}

.check01Box .img {
  margin-top: 50px;
}

.check01Box .note {
  text-align: right;
  font-size: 16px;
}

@media screen and (max-width: 960px) {
  .check01Box {
    margin-bottom: 10%;
    padding: 5vw 7vw 6vw;
    font-size: 16px;
  }

  .check01Box .head {
    margin-left: -3vw;
  }

  .check01Box .head img {
    width: 100%;
  }

  .check01Box .head > span {
    margin-top: 1vw;
    width: 65vw;
    height: 13vw;
    padding: 3vw 10vw 0 0;
    font-size: 4vw;
  }

  .check01Box h2 {
    margin: 5vw 0;
    font-size: 6vw;
  }

  .check01Box h3 {
    margin: 4vw 0 1vw;
    font-size: 20px;
  }

  .check01Box p + p {
    margin-top: 4vw;
  }

  .check01Box .img {
    margin-top: 5vw;
  }

  .check01Box .note {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .check01Box {
    border: 3px solid #ff0000;
    border-radius: 12px;
    box-shadow: 3px 3px #b5b5b6;
    padding: 3vw 6vw 6vw;
    font-size: 14px;
  }

  .check01Box .head {
    margin: 0 -2vw;
  }

  .check01Box .head img {
    width: 100%;
  }

  .check01Box .head > span {
    margin-top: 5%;
    width: 80%;
    height: 15vw;
    padding: 3.5% 11% 0 0;
    font-size: 3.8vw;
  }

  .check01Box h2 {
    margin: 3vw 0 5vw;
  }

  .check01Box h3 {
    font-size: 16px;
  }

  .check01Box p {
    line-height: 1.6;
  }

  .check01Box .note {
    font-size: 10px;
  }
}

/*====================================================================
 check02Lead
====================================================================*/
/**  check02Lead **/
.check02Lead {
  position: relative;
  background: url(../img/check02_lead_bg.png) no-repeat 50% 50%;
  background-size: cover;
  height: 600px;
  border-top: 6px solid #ff0000;
  border-bottom: 6px solid #ff0000;
  padding: 45px 20px 55px;
}
.check02Lead .img {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}
.check02Lead .text01 {
  position: absolute;
  top: 12.5%;
  left: 25%;
  width: 41%;
  text-align: center;
  color: #f75e00;
  font-size: 20px;
  font-weight: bold;
}
.check02Lead .text02,
.check02Lead .text03 {
  position: absolute;
  top: 38%;
  left: 7%;
  background: linear-gradient(90deg, #f75e00, #e8383d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: skewX(-5deg);
  font-size: 44px;
  font-weight: 900;
}
.check02Lead .text02 strong {
  font-size: 62px;
}
.check02Lead .text03 {
  top: 68%;
  font-size: 50px;
}

@media screen and (max-width: 1150px) {
  .check02Lead {
    padding: 4vw 2vw 5vw;
    height: 412px;
  }
  .check02Lead .text01 {
    font-size: 1.8vw;
  }
  .check02Lead .text02,
  .check02Lead .text03 {
    font-size: 3.8vw;
  }
  .check02Lead .text02 strong {
    font-size: 5.4vw;
  }
  .check02Lead .text03 {
    font-size: 4.4vw;
  }
  .check02Lead .img {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .check02Lead {
    border-width: 3px;
    padding: 5vw;
    position: relative;
    background: url(../img/check02_lead_bg.png) no-repeat 50% 50%;
    background-size: cover;
    height: 367px;
  }
  .check02Lead .text01 {
    top: 2%;
    left: 3%;
    width: 71%;
    font-size: 3.1vw;
    line-height: 1.4;
  }
  .check02Lead .text02,
  .check02Lead .text03 {
    top: 49%;
    left: 3%;
    font-size: 5.4vw;
  }
  .check02Lead .text02 strong {
    font-size: 8.5vw;
  }
  .check02Lead .text03 {
    top: 79%;
    font-size: 6.2vw;
  }
}
@media screen and (max-width: 680px) {
  .check02Lead {
    height: 320px;
  }
}
@media screen and (max-width: 620px) {
  .check02Lead {
    height: 287px;
  }
}
@media screen and (max-width: 480px) {
  .check02Lead {
    height: 227px;
  }
}
@media screen and (max-width: 400px) {
  .check02Lead {
    height: 180px;
  }
}

/*====================================================================
 check02Box
====================================================================*/
/**  check02Box **/
.check02Area {
  position: relative;
  background: url(../img/check02_bg_05_250213.png) no-repeat 100% 290px,
    url(../img/check02_bg_04_250213.png) no-repeat 1% 290px,
    url(../img/check02_bg_03_250213.png) no-repeat 100% 0px,
    url(../img/check02_bg_02_250213.png) no-repeat 0 0px,
    url(../img/check02_bg_250213.png) 50% 0;
  padding: 160px 20px 120px;
}

.check02Area::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  height: 45px;
}

.check02Area::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  height: 45px;
}

.check02Area .logo img {
  margin: 0 auto;
}

.check02Area h2 {
  margin-top: 50px;
  text-align: center;
  color: #ff0000;
  font-size: 68px;
  font-weight: 900;
  line-height: 1.2;
  transform: skewX(-5deg);
}

.check02Area h2 strong {
  font-size: 150%;
}

.check02Area .note {
  max-width: 870px;
  margin: 10px auto;
  text-align: right;
}

.check02Area .box {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  border: 6px solid #ff9700;
  border-radius: 40px;
  background-color: #fff;
  background-clip: padding-box;
  padding: 20px 80px 60px;
}
.check02Area .num {
  position: absolute;
  top: -70px;
  left: 30px;
}

.check02Area h3 {
  max-width: 600px;
  margin: -100px auto 20px;
  background: url(../img/check02_title_250213.png) no-repeat 50px 0;
  background-size: 83% 98%;
  padding: 20px 30px;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  color: #ea5520;
  font-feature-settings: "palt";
  line-height: 1.5;
}
.check02Area .box {
  position: relative;
}
.check02Area .box img.title {
  position: absolute;
  width: 80%;
  top: -60px;
  left: 8%;
  right: 8%;
}
.check02Area .box img.movie_hd {
  margin-top: 3vw;
  margin-bottom: 1.5vw;
}
.dib {
  display: inline-block;
}
.check02Area .box p {
  font-size: 17px;
  line-height: 2.7;
}
.check02Area .message {
  max-width: 500px;
  margin: 30px auto 0;
  border: 2px solid #c7c8c8;
  border-radius: 8px;
  box-shadow: 6px 6px 8px #ccc;
  padding: 4px 20px 10px;
}
.check02Area .message img {
  display: block;
  margin: 20px auto;
  padding-bottom: 30px;
}

/**  youtube_movie **/
.youtube_movie {
  margin: 0 auto;
  position: relative;
  padding-top: 56.25%;
}
.youtube_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .check02Area {
    background: url(../img/check02_bg_05_250213.png) no-repeat 100% 24vw,
      url(../img/check02_bg_04_250213.png) no-repeat 1% 24vw,
      url(../img/check02_bg_03_250213.png) no-repeat 100% 0,
      url(../img/check02_bg_02_250213.png) no-repeat 0 0,
      url(../img/check02_bg_250213.png) 50% 0;
    background-size: 15vw auto, 15vw auto, 36vw auto, 42vw auto, 7vw auto;
    padding: 14vw 5vw 10vw;
  }
  .check02Area .box img.title {
    position: absolute;
    width: 80%;
    top: -70px;
  }
  .check02Area .box img.movie_hd {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .check02Area::before {
    top: 2.5vw;
    height: 3.5vw;
  }
  .check02Area::after {
    bottom: 2.5vw;
    height: 3.4vw;
  }
  .check02Area .logo img {
    width: 18vw;
  }
  .check02Area h2 {
    margin-top: 4vw;
    font-size: 5.5vw;
  }
  .check02Area .note {
    max-width: 71vw;
  }
}
@media screen and (max-width: 960px) {
  .check02Area .box img.title {
    position: absolute;
    width: 80%;
    top: -60px;
  }  
}
@media screen and (max-width: 767px) {
  .check02Area {
    background: url(../img/check02_bg_03_250213.png) no-repeat 100% 0,
      url(../img/check02_bg_02_250213.png) no-repeat 0 0,
      url(../img/check02_bg_250213.png) 50% 0;
    background-size: 32vw auto, 37vw auto, 7vw auto;
  }
  .check02Area .box img.title {
    position: absolute;
    width: 86%;
    top: -50px;
    left: 6%;
    right: 0;
  }
  .check02Area .logo img {
    width: 25vw;
  }
  .check02Area h2 {
    font-size: 6vw;
  }
  .check02Area .note {
    max-width: 80vw;
    margin: 3vw auto 0;
    font-size: 3vw;
  }
  .check02Area .box {
    margin: 0 auto;
    border-radius: 20px;
    padding: 6vw;
    border: 4px solid #ff9700;
  }
  .check02Area .box img.pd-top_3vw {
    margin-top: 1vw;
    margin-bottom: 3vw;
  }
  .check02Area .num {
    top: -12vw;
    left: 5vw;
    width: 16vw;
  }
  .check02Area h3 {
    margin: 2vw 0 2vw;
    background: none;
    padding: 0;
    font-size: 4.8vw;
    line-height: 1.3;
  }
  .check02Area .box p {
    font-size: 14px;
    line-height: 2;
  }
  .check02Area .message {
    margin: 6vw auto 0;
    box-shadow: 3px 3px 5px #ccc;
    padding: 0 5vw;
  }
  .check02Area .message img {
    margin: 5vw auto;
  }
  .check02Area .message .logo {
    width: 20vw;
  }
}
@media screen and (max-width: 480px) {
  .check02Area .box img.title {
    width: 86%;
    top: -30px;
    left: 5%;
    right: 0;
  }
}
@media screen and (max-width: 400px) {
  .check02Area .box img.title {
    width: 90%;
    top: -30px;
    left: 3%;
    right: 0;
  }
}

/*====================================================================
 check03Area
====================================================================*/
/** frame check03Area **/
.check03Area {
  background: url(../img/check03_bg_01.png) no-repeat 50% 150px #e50045;
  padding: 0 30px 40px;
}
.check03Area .inner {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 70px 30px 85px;
}
.check03Area .titleArea {
  position: relative;
  margin-bottom: 30px;
  padding: 75px 0 0;
  text-align: center;
}
.check03Area .titleArea img {
  position: absolute;
}
.check03Area .titleArea img.num {
  top: -15px;
  left: 0;
}
.check03Area .titleArea img.title {
  top: 0px;
  left: 14%;
  display: block;
  width: 86%;
  max-width: 766px;
}
.check03Area .note {
  text-align: center;
}
.check03Area .box {
  margin: 50px auto 0;
  max-width: 830px;
  border: 2px solid #ff0000;
  border-radius: 18px;
  box-shadow: 13px 13px #b5b5b6;
}
.check03Area .box + .box {
  margin-top: 80px;
}
.check03Area .head {
  position: relative;
  background-color: #ff0000;
  border-radius: 18px 18px 0 0;
  height: 80px;
  text-align: center;
  color: #e50012;
  font-size: 40px;
  font-weight: 900;
  text-shadow: -5px -5px #fff000, 0 -5px #fff000, 5px -5px #fff000;
  line-height: 1;
}
.check03Area .head::before {
  content: "";
  display: inline-block;
  background: url(../img/check03_star_01.png) no-repeat 0 0;
  width: 56px;
  height: 45px;
  margin-right: 100px;
  vertical-align: -30px;
}
.check03Area .head::after {
  content: "";
  display: inline-block;
  background: url(../img/check03_star_02.png) no-repeat 0 0;
  width: 56px;
  height: 45px;
  margin-left: 90px;
  vertical-align: -30px;
}
.check03Area .head img {
  position: absolute;
  top: -20px;
  left: 40%;
  display: inline-block;
  width: 100%;
  max-width: 191px;
}
.check03Area .head > span {
  position: relative;
  top: -22px;
}
.check03Area .head span span {
  font-size: 90px;
  vertical-align: -3px;
}
.check03Area .body {
  padding: 30px 40px 40px;
}
.check03Area h3 {
  margin-bottom: 25px;
  text-align: center;
  color: #ff0000;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.4;
  transform: skewX(-5deg);
}
.check03Area .lead {
  margin-bottom: 25px;
  text-align: center;
  font-size: 18px;
}
.check03Area .lead sup {
  font-size: 60%;
}
.check03Area .colArea {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #c8c9ca;
  padding: 40px 0 0 30px;
}
.check03Area .text {
  width: 44%;
}
.check03Area .text h4 {
  margin-bottom: 5px;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  background-color: #ff0000;
  border-radius: 62px;
  padding: 5px 10px 7px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
.check03Area .text p {
  line-height: 2.2;
}
.check03Area .img {
  width: 54%;
  text-align: right;
}
.check03Area .img img {
  display: inline;
}
.check03Area .titleArea img.num {
  top: -15px;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .check03Area {
    background-position: 50% 12vw;
    background-size: 110% auto;
    padding: 0 3vw 4vw;
  }
  .check03Area .inner {
    padding: 7vw 3vw 8.5vw;
  }
  .check03Area .titleArea {
    margin-bottom: 3vw;
    background-size: 10.9vw auto, 20.7vw auto;
    padding: 7.5vw 0 0;
  }
  .check03Area .titleArea img {
    top: 5vw;
    width: 10vw;
  }
  .check03Area .head img {
    position: absolute;
    top: -20px;
    left: 37%;
    display: inline-block;
    width: 100%;
    max-width: 191px;
  }
  .check03Area h2 {
    font-size: 6.4vw;
  }
  .check03Area .note {
    font-size: 13px;
  }
  .check03Area .box {
    margin: 50px auto 0;
    box-shadow: 8px 8px #b5b5b6;
  }
  .check03Area .box + .box {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .check03Area .inner {
    padding: 7vw 3vw 5vw;
  }
  .check03Area .titleArea {
    background-position: 19% 4%, 92% 0;
  }
  .check03Area .titleArea img.num {
    width: 90px;
    top: -28px;
    left: 0;
  }
  .check03Area .titleArea img {
    top: 0;
    left: -2vw;
    width: 15vw;
    max-width: 15vw;
  }
  .check03Area .titleArea img.title {
    top: -5px;
    left: 16%;
    display: block;
    width: 85%;
    max-width: 540px;
  }
  .check03Area .head img {
    position: absolute;
    top: -37px;
    left: 38%;
    display: inline-block;
    width: 75%;
    max-width: 160px;
  }
  .check03Area .head > span {
    position: relative;
    top: -22px;
  }
  .check03Area .head span span {
    font-size: 90px;
    vertical-align: -3px;
  }

  .check03Area h2 sup {
    font-size: 45%;
    vertical-align: 1.8em;
  }
  .check03Area .note {
    font-size: 12px;
  }
  .check03Area .box {
    margin: 8vw auto 0;
    border-radius: 12px;
    box-shadow: 4px 4px #b5b5b6;
  }
  .check03Area .box + .box {
    margin-top: 10vw;
  }
  .check03Area .head {
    border-radius: 12px 12px 0 0;
    height: 45px;
    font-size: 20px;
    text-shadow: -3px -3px #fff000, 0 -3px #fff000, 3px -3px #fff000;
  }
  .check03Area .head::before {
    background-size: contain;
    width: 45px;
    vertical-align: 10px;
  }
  .check03Area .head::after {
    background-size: contain;
    width: 43px;
    height: 42px;
    margin-left: 68px;
    vertical-align: 10px;
  }
  .check03Area .head > span {
    top: -12px;
  }
  .check03Area .head span span {
    font-size: 50px;
  }
  .check03Area .body {
    padding: 15px 15px 15px;
  }
  .check03Area h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .check03Area .lead {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .check03Area .colArea {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0 0;
  }
  .check03Area .text {
    width: 100%;
  }
  .check03Area .text h4 {
    font-size: 16px;
  }
  .check03Area .text p {
    font-size: 14px;
    line-height: 1.6;
  }
  .check03Area .img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .check03Area .img p {
    margin-top: 2px;
    font-size: 10px;
  }
}

@media screen and (max-width: 700px) {
  .check03Area .titleArea img.num {
    width: 80px;
    top: -15px;
    left: 0;
  }
  .check03Area .titleArea img.title {
    top: 0px;
    left: 16%;
    display: block;
    width: 82%;
    max-width: 500px;
  }
}
@media screen and (max-width: 480px) {
  .check03Area .titleArea img.title {
    top: -3px;
    left: 15%;
    display: block;
    width: 85%;
    max-width: 310px;
  }
  .check03Area .titleArea img {
    top: 0;
    left: -2vw;
    width: 12vw;
  }
  .check03Area .head img {
    position: absolute;
    top: -20px;
    left: 35%;
    display: inline-block;
    width: 33%;
    max-width: 191px;
  }
  .check03Area .titleArea img.num {
    max-width: 50px;
    top: -18px;
    left: 0;
  }
  .check03Area .head::before {
    background-size: contain;
    width: 32px;
    height: 32px;
    margin-right: 30px;
    vertical-align: -10px;
  }
  .check03Area .head::after {
    background-size: contain;
    width: 32px;
    height: 30px;
    margin-left: 108px;
    vertical-align: -6px;
  }
}
@media screen and (max-width: 400px) {
  .check03Area .titleArea img.num {
    max-width: 42px;
    top: -15px;
    left: 0;
  }
  .check03Area .head img {
    position: absolute;
    top: -15px;
    left: 35%;
    display: inline-block;
    width: 33%;
    max-width: 191px;
  }
}


/*====================================================================
 Check04
====================================================================*/
.check04Area {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 30px 0;
  background: url(../img/check04_bg.png) no-repeat 2% 190px,
    url(../img/check04_bg.png) no-repeat 98% 190px;
}
.check04Area > .inner {
  max-width: 820px;
  margin: 0 auto;
}
.check04Area .titleArea {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  height: 120px;
}
@media screen and (max-width: 480px) {
  .check04Area .titleArea {
    min-height: 25px;
    height: 60px;
  }
  .check04Area {
    padding: 4vw;
  }
}
@media screen and (max-width: 400px) {
  .check04Area .titleArea {
    height: 50px;
  }
  .check04Area {
    padding: 3vw;
  }
}

/*====================================================================
 general_CTA
====================================================================*/
/*** general_CTA(CTA) ***/
.general_CTA {
  width: 100%;
  background: #cc0133;
}
.general_CTA .inner {
  width: 920px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
}
.general_CTA .inner .web_box,
.general_CTA .inner .tel_box {
  width: 440px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
}
.general_CTA .inner .title {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
  width: 100%;
  line-height: 1;
  background-color: #cc0133;
  color: #fff;
  border: none;
}
.general_CTA .inner .sub_title {
  font-size: 24px;
  font-weight: 700;
  margin: 20px auto 15px auto;
  line-height: 1;
  color: #cc0133;
  margin-top: 15px;
}
.general_CTA .inner .sub_title b {
  font-size: 40px;
  color: #26a300;
  font-weight: 900;
}
.general_CTA .inner a.tel {
  height: 60px;
  line-height: 60px;
  position: relative;
  top: 0;
  display: block;
  padding: 0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: right;
  text-decoration: none;
  color: #26a300;
  font-size: 52px;
}
.general_CTA .inner a.tel:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("/hikari/ocn-internet/docomohikari/tokuten/img/icon_tel.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}
.general_CTA .inner .tel_box p {
  font-size: 15px;
  font-weight: 700;
  margin: 2px auto 0 auto;
  text-align: center;
  color: #333;
}
.general_CTA p.dial {
  font-size: 11px !important;
  line-height: 1.5 !important;
  margin-bottom: 0px !important;
}
.general_CTA span.cta {
  color: #cc0133 !important;
  font-weight: bold !important;
  font-size: 10px !important;
}
.general_CTA span.tax {
  letter-spacing: 0.01em !important;
  vertical-align: super !important;
}
.general_CTA .inner a.button {
  position: relative;
  top: 0;
  display: block;
  padding: 0;
  border-radius: 70px;
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  background-color: #26a300;
  box-shadow: 0 4px #1b7400;
  height: 90px;
  line-height: 90px;
  margin-top: 25px;
}
.general_CTA .inner a.button:hover {
  top: 4px;
  box-shadow: 0 0 #d08e00;
}
.general_CTA .inner a.button:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("/hikari/ocn-internet/docomohikari/tokuten/img/icon_web.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: 20px;
}
.general_CTA .inner a.button:after {
  content: "";
  display: block;
  width: 17px;
  height: 18px;
  background: url("/hikari/ocn-internet/docomohikari/tokuten/img/btn_arrow.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  right: 30px;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .general_CTA .inner {
    width: 90%;
  }
  .general_CTA .inner .web_box,
  .general_CTA .inner .tel_box {
    width: 44vw;
    padding: 20px 15px;
  }
  .general_CTA .inner a.button:before {
    top: 20px;
    width: 50px;
  }
  .general_CTA .inner .title {
    font-size: 2.2vw;
  }
  .general_CTA .inner .sub_title {
    font-size: 2.3vw;
  }
  .general_CTA .inner a.button {
    font-size: 3.2vw;
  }
  .general_CTA .inner a.tel {
    font-size: 5vw;
  }
  .general_CTA .inner .tel_box p {
    font-size: 12px;
    font-size: 1.5vw;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .general_CTA .inner {
    width: 100%;
    display: flex;
    padding: 2% 0;
    justify-content: space-between;
  }
  .general_CTA .inner .web_box,
  .general_CTA .inner .tel_box {
    width: 100%;
    margin: 2%;
    padding: 0 !important;
  }
}

/*====================================================================
 support
====================================================================*/
/*** support ***/

.ocn_support_header_wrapper {
    background-color: #f9f8f2;
}

.supportTitle {
  display: inline-block;
  width: 100%;
  background-color: #cc0133;
  text-align: center;
  line-height: 1.3;
  height: 200px;
}

.supportBanner img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #f9f8f2;
}
.supportBanner a {
  position: absolute;
  top: 8%;
  left: 46.5%;
  width: 2.5%;
  height: 10%;
}

/*** recommend_tab_area  ã¨ã“ã¨ã‚“ã‚µãƒãƒ¼ãƒˆ ***/
.supportTitle .block01 {
  padding: 31px 20px;
  color: #ffea00;
  font-size: 48px;
  font-weight: bold;
  transform: skewX(-10deg);
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  .supportTitle .block01 {
    padding: 2vw;
    font-size: 4.8vw;
  }
  .supportBanner img {
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .supportTitle {
    margin-top: 0;
  }

  .supportTitle .block01 {
    padding: 2vw;
    font-size: 4.8vw;
  }
}

.supportTitle .block02 {
  display: block;
  position: relative;
  width: 100%;
  height: 220px;
  background: #f9f8f2;
  padding: 20px 0 85px;
  font-size: 35px;
}

.supportTitle .virus_buster.block02{
  height: 250px;
}
.supportBanner {
  display: block;
  /* border-top: 10px solid #cc0133; */
  margin-top: 6vw;
  background: #f9f8f2;
}
@media screen and (max-width: 900px) {
  .supportTitle .ocn_support.block02 {
    height: 200px;
    padding: 15px 0 90px;
  }
  .supportBanner {
    margin-top: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .supportTitle .ocn_support.block02 {
    height: 200px;    
    padding: 15px 0 85px;
  }
  .ocn_support.supportBanner {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 620px) {
  .supportTitle .ocn_support.block02 {
    height: 165px;
    padding: 10px 0 85px;
    font-size: 4vw;
  }
  .supportTitle .ocn_support.block02 strong {
    font-size: 6vw;
  }
  .ocn_support.supportBanner {
    margin-top: 9vw;
  }
}
@media screen and (max-width: 480px) {
  .supportTitle .ocn_support.block02 {
    height: 114px;
    font-size: 4.1vw;
    margin-top: 30px;
    padding: 15px 0 85px;
  }
  .ocn_support.supportBanner {
    margin-top: 7vw;
  }
}
@media screen and (max-width: 400px) {
  .supportTitle .ocn_support.block02 {
    height: 100px;
    font-size: 4.1vw;
    margin-top: 30px;
    padding: 15px 0 90px;
  }
  .ocn_support.supportBanner {
    margin-top: 1vw;
  }
}
.supportTitle .block02::before,
.supportTitle .block02::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 25px;
  height: 100px;
  border-left: 2px solid #cc0133;
  transform-origin: center bottom;
  transform: rotate(-70deg);
}

.supportTitle .block02::after {
  transform: rotate(70deg);
}

.supportTitle .block02 > span {
  display: inline-block;
  transform: skewX(-10deg);
  font-weight: 900;
}

.supportTitle .block02 strong {
  color: #e60038;
  font-size: 48px;
  font-weight: 900;
}

.supportTitle .block02 .sub {
  font-size: 16px;
  margin-top: 20px;
}

.supportTitle .block02 sup {
  font-size: 20px;
  vertical-align: middle;
}

@media screen and (max-width: 1000px) {
  .supportTitle .virus_buster.block02 {
    padding: 3vw 2vw 8.5vw;
    font-size: 4vw;
    height: 245px;
  }
  .supportTitle .virus_buster.block02 strong {
    font-size: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .supportTitle .virus_buster.block02 {
     padding: 4vw 4vw 9.5vw; 
     font-size: 4.1vw; 
  }
  .supportTitle .virus_buster.block02::before,
  .supportTitle .virus_buster.block02::after {
    bottom: 2.5vw;
    height: 10vw;
  }
  .supportTitle .virus_buster.block02 .sub {
    font-size: 2.5vw;
    margin-top: 14px;
    text-align: left;
  }
  .supportTitle .virus_buster.block02 sup {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 480px) {
  .supportTitle .virus_buster.block02 {
    padding: 4vw 4vw 9.5vw;
    font-size: 4.1vw;
    height: 164px;
  }
  .supportTitle .block02::before,
  .supportTitle .block02::after {
    bottom: 2.5vw;
    height: 10vw;
  }
  .supportTitle .block02 strong {
    font-size: 5vw;
  }
  .supportTitle .block02 .sub {
    font-size: 2.5vw;
    margin-top: 14px;
    text-align: left;
  }
  .supportTitle .block02 sup {
    font-size: 3.5vw;
  }
}


/*====================================================================
.setDiscount
====================================================================*/
/*** 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 .main {
    background: linear-gradient(90deg, #ff6464, #ff0d33);
  padding: 1px 20px 25px;
  text-align: center;
}

.setDiscount h2 {
  padding: 48px 20px 82px;
  text-align: center;
  background: #ffffcf;
}

.setDiscount h2 > span {
  position: relative;
  display: inline-block;
}

.setDiscount img {
  display: inline;
  width: 90%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
}

.setDiscount h2 a {
  position: absolute;
  top: 26%;
  left: 95%;
  width: 3%;
  height: 8%;
}

.setDiscount .main > span {
  position: relative;
  margin-top: -40px;
  display: inline-block;
}

.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 {
  padding: 55px 0 0;
  text-align: center;
}

.setDiscount .subText {
  max-width: 1020px;
  margin: 10px auto 25px;
  padding: 0 20px;
}

.setDiscount .subText p:first-child {
  float: right;
  margin: 0 0 10px 20px;
}
.setDiscount .subText {
  height: 20px;
  max-width: 1020px;
  margin: 10px auto 25px;
  padding: 0 20px;
}
.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;
}

.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: 1030px) {
  .setDiscount {
    padding-bottom: 3vw;
  }
  .setDiscount::before {
    top: 2vw;
    height: 2vw;
  }
  .setDiscount h2 {
    padding: 5vw 4vw 8vw;
  }
  .setDiscount .main > span {
    margin-top: -4vw;
  }
  .setDiscount h3 {
    padding: 2vw 2vw 0;
    height: 10vw;
    font-size: 4vw;
  }

  .setDiscount .img {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 6vw 0 0;
  }
  .setDiscount .subText {
    margin: 1vw auto 5vw;
    padding: 0 4vw;
    font-size: 3vw;
  }
  .setDiscount .subText p:last-child {
    clear: both;
    font-size: 3.6vw;
  }
  .setDiscount .noteArea {
    padding: 3vw 4vw;
    font-size: 3vw;
  }
  .setDiscount .family_group img {
    max-width: 1000px;
  }
}
@media screen and (max-width: 480px) {
  .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;
  }
  .setDiscount .family_group img {
    max-width: 80%;
  }
}

/*====================================================================
.benefitsArea
====================================================================*/
/*** benefitsArea ***/
.benefitsArea {
  overflow: hidden;
}

.benefitsArea .block02 {
  background-color: #e50045;
  padding: 30px 20px 25px;
}

.benefitsArea h2 span {
  display: block;
}

.benefitsArea .block02 .inner {
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
}

.benefitsArea .block02 .text {
  color: #fff;
  font-size: 54px;
  line-height: 1.2;
  transform: skewX(-10deg);
}

.benefitsArea .block02 .note {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 26px;
  padding: 10px;
  color: #727171;
  font-size: 30px;
}

@media screen and (max-width: 900px) {
  .benefitsArea .block02 {
    padding: 3.3vw 2vw 3vw;
  }

  .benefitsArea .block02 .text {
    font-size: 5.6vw;
  }

  .benefitsArea .block02 .note {
    margin-top: 4vw;
    padding: 1vw;
    font-size: 3.5vw;
    line-height: 1.2;
  }
}

/*====================================================================
.recommend
====================================================================*/
.recommend {
  overflow: hidden;
}
.recommend .title {
  padding: 0 20px 25px;
}
.recommend .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;
  line-height: 1.6em;
}
.recommend .lead span {
  display: block;
  font-size: 43px;
  transform: skewX(-5deg);
}
.recommend .text01 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .recommend .lead {
    margin: 6vw auto 1.5vw;
    border-radius: 40vw;
    padding: 0.2vw 3vw 0.6vw;
    font-size: 4.4vw;
  }
  .recommend .lead span {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 767px) {
  .recommend .title {
    padding: 0 3vw 3vw;
  }
  .recommend .text01 {
    margin-bottom: 2vw;
    font-size: 3.2vw;
  }
}

/***********************************************************
  support_contents
************************************************************/
/*** support_contents ***/
.support_contents {
  width: 100%;
  background-color: #f9f8f2;
}
.support_contents .inner {
  display: block;
  width: 100%;
  max-width: 920px;
  padding-top: 20px;
  padding-bottom: 0;
  margin: 0 auto;
  text-align: center;
}
.support_contents .virus_buster.inner {
  display: block;
  width: 100%;
  max-width: 920px;
  padding-top: 20px;
  padding-bottom: 0;
  margin: 0 auto;
  margin-top: 4vw;
  text-align: center;
}
.support_contents section {
  background: #fff;
  border-radius: 10px;
}
.support_contents .inner section .detail {
  background: #f9f8f2;
  padding: 3vw;
  border-radius: 0 0 10px 10px;
}
.support_contents .inner .image {
  width: 100%;
}

p#note10 {
  /* margin-bottom: 30px; */
  text-align: center;
}

.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.n {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 900;
  vertical-align: text-bottom;
  padding: 0 2px;
}
.title_point h4 span {
  color: #fff002;
}

.open_cts {
  display: none;
  border-top: 2px solid #111;
  padding-top: 20px;
}
@media screen and (max-width: 960px) {
  .support_contents .virus_buster.inner {
    width: 100%;
    padding-top: 0;
    margin-top: 12vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .support_contents .virus_buster.inner {
    width: 90%;
    padding-top: 0;
    margin-top: 10vw;
  }
  .support_contents .inner .image img {
    width: 100%; 
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .title_point h4 {
    font-size: 4vw;
    padding: 2vw 0;
    margin-bottom: 3vw;
  }
  .support_contents .inner section .detail {
    padding: 0vw 3vw 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .support_contents .inner .image {
    margin-top: 20px;
  }
  .support_contents .virus_buster.inner {
    margin-top: 2vw;
  }
  .supportTitle .virus_buster.block02 {
   height: 140px;
  }
}

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

.point_box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 35px auto;
  gap: 2%;
}
.support_contents .inner section .detail .point_box .point {
  width: 260px;
  height: 490px;
  background: #fff;
  border-radius: 10px;
}
.support_contents .inner section .detail .point_box p {
  padding: 0 20px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
}
.support_contents .inner section .detail .point_box p.att {
  font-size: 12px;
  text-indent: -14px;
  padding-left: 35px;
  margin-top: 10px;
}
.support_contents .inner section .detail .point_box .image {
  width: 100%;
  height: auto;
  margin: 0 auto 60px auto;
  margin-bottom: 20px;
}
.support_contents .inner section .detail .point_box .point {
  background: #fff;
  border-radius: 10px;
}
.support_contents .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;
}
.support_contents .inner section .detail .point_box .icon_point span {
  font-size: 16px;
  padding-left: 2px;
  vertical-align: baseline;
}
.support_contents .inner section .detail .point_box h5 {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4em;
  margin: 0 auto;
  padding: 1vw;
}
.support_contents .inner section .detail .point_box .border {
  width: 30px;
  height: 2px;
  background: #cc0133;
  margin: 8px auto;
}
.support_contents .inner section.second .detail {
  padding-top: 40px;
}
.support_contents .detail_text {
  margin-bottom: 40px;
}
.support_contents .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;
}
.support_contents .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;
}
.open_cts {
  display: none;
  border-top: 2px solid #111;
  padding-top: 20px;
}
.more_info_box,
.modem_info_box,
.security_info_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  gap: 40px;
}
.more_info_inner,
.modem_info_inner,
.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) {
  .support_contents .detail_text {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .point_box {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 15px auto;
    flex-direction: column;
    align-items: center;
  }
  .point_box .point {
    width: 100%;
    height: auto;
    margin-bottom: 3vw;
  }
  .layout_3col_pc {
    display: flex;
    flex-direction: column;
  }
  .layout_col {
    display: flex;
    justify-content: space-around;
    margin-bottom: 2rem;
    background: #fff;
    border-radius: 10px;
    padding: 3vw 0 0;
  }
  .security_info_box img {
    height: auto;
    width: 90%;
    margin: 0 auto 30px;
  }
  .support_contents .inner {
    padding-top: 5vw;
    width: 100%;
    height: auto;
    padding-bottom: 2vw;
  }
  .support_contents .inner section {
    margin: 0 auto;
    width: 100%;
  }
  .support_contents .inner section.second {
    margin-bottom: 0;
  }
  .support_contents .inner section.second .detail {
    padding: 2vw 6vw;
  }
  .support_contents .inner section.second .detail_text p.sub {
    font-size: 3.2vw;
    margin-bottom: 6vw;
    line-height: 1.4em;
    padding-left: 5vw;
    text-indent: -5vw;
  }
  .support_contents .inner section .detail .point_box .point {
    width: 100%;
    height: auto;
    padding: 3% 6%;
  }
  .title_point h4 {
    font-size: 4vw;
    padding: 2vw 0;
    margin-bottom: 3vw;
  }
  .title_point h4 span.n {
    font-size: 7.466667vw;
    vertical-align: middle;
  }
  .more_info_box,
  .modem_info_box,
  .security_info_box {
    display: block;
    position: relative;
  }
  .more_info_inner,
  .modem_info_inner,
  .security_info_inner {
    padding: 4vw 0 0;
    background: rgba(0, 0, 0, 0);
    border: none;
  }
  .support_contents .inner section .detail .image img {
    width: 100%;
    height: auto;
  }
  .support_contents .inner section .detail .point_box .image {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .support_contents .inner section.second .detail {
    padding: 2vw 3vw;
  }
  .layout_col {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 10px;
    padding: 1vw 0 0;
  }
}

/***********************************************************
  accordion open
************************************************************/
/* open_btn  */
.open_btn {
  font-size: 20px;
  text-align: center;
  color: #111;
  font-weight: 700;
  margin: 20px auto 0 auto;
  cursor: pointer;
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
  padding: 10px;
}
.open_btn.is-open {
  border-top: none;
  margin-top: 0;
}
.open_btn .btn_in {
  position: relative;
  max-width: 280px;
  margin: 0 auto;
}
.open_btn span.open {
  display: block;
}
.open_btn span.close {
  display: none;
}
.open_btn span.openclose_icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.open_btn span.openclose_icon:before,
.open_btn span.openclose_icon:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.open_btn span.openclose_icon:before {
  border-top: 2px solid #111;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.open_btn span.openclose_icon:after {
  border-left: 2px solid #111;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: 0.3s;
}
.open_btn span.openclose_icon:before,
.open_btn span.openclose_icon:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .open_btn {
    font-size: 3.5vw;
  }
}

/***********************************************************
  fixed_btn 
************************************************************/
/*** fixed_btn ***/
.fixed_btn {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #cc0133;
}
.fixed_btn .inner {
  width: 880px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
}
.fixed_btn .inner .web_box,
.fixed_btn .inner .tel_box {
  max-width: 480px;
}
.fixed_btn .inner .title {
  font-size: 20px;
  font-weight: 700;
  border-top: 1px solid #cc0133;
  border-bottom: 1px solid #cc0133;
  padding: 10px 0;
  width: 100%;

  color: #cc0133;
  line-height: 1;
}
.fixed_btn .inner .sub_title {
  font-size: 14px;
  font-weight: 700;
  color: #cc0133;
  margin: 0px auto 10px auto;
  line-height: 1;
}
.fixed_btn .inner a.button {
  height: 50px;
  line-height: 50px;
  position: relative;
  top: 0;
  display: block;
  padding: 0;
  background-color: #ffaf00;
  box-shadow: 0 4px #d08e00;
  border-radius: 70px;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.fixed_btn .inner a.button {
  width: 100%;
  max-width: 48vw;
  min-width: 260px;
  background-color: #26a300;
  box-shadow: 0 4px #1b7400;
  height: 60px;
  line-height: 60px;
}
.fixed_btn .inner a.button:hover {
  top: 4px;
  box-shadow: 0 0 #d08e00;
}
.fixed_btn .inner a.button:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../../img/icon_web.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 16px;
  left: 18px;
}
.fixed_btn .inner a.button:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url("../../img/btn_arrow.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 19px;
  right: 20px;
}
.fixed_btn .inner a.tel {
  height: 30px;
  line-height: 30px;
  position: relative;
  top: 0;
  display: block;
  padding: 0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 33px;
  font-weight: 900;
  color: #26a300;
  text-align: right;
  text-decoration: none;
}
.fixed_btn .inner a.tel:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../../img/icon_tel.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}
.fixed_btn .inner .tel_box p {
  font-size: 10px;
  font-weight: 700;
  margin: 5px auto 0 auto;
  text-align: center;
  color: #cc0133;
}
.fixed_btn .inner .web_box,
.fixed_btn .inner .tel_box {
  background-color: #fff;
  width: 440px;
  padding: 15px 25px;
  border-radius: 10px;
  display: flex;
  gap: 12px;
  align-items: center;
  width: 428px;
}

.fixed_btn .inner .web_box .left p,
.fixed_btn .inner .tel_box .left p {
  font-weight: 700;
  font-size: 13px;
  width: 110px;
  border: 1px solid #cc0133;
  border-radius: 5px;
  line-height: 1.2em;
  height: 78px;
}
.fixed_btn .inner .web_box .left p,
.fixed_btn .inner .tel_box .left p {
  color: #cc0133;
  border: 1px solid #cc0133;
  background-color: #fff;
  padding-top: 7px;
}
.fixed_btn .inner .web_box .left p {
  padding-top: 23px;
}
.fixed_btn.is-hidden {
  visibility: hidden;
  opacity: 0;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .fixed_btn .inner {
    width: 680px;
  }
  .fixed_btn .inner .web_box,
  .fixed_btn .inner .tel_box {
    width: 320px;
  }
  .fixed_btn .inner .left {
    display: none;
  }
  .fixed_btn .inner .web_box .left p,
  .fixed_btn .inner .tel_box .left p {
    width: 11vw;
    font-size: 1.25vw;
  }
  .fixed_btn .inner a.button {
    font-size: 18px;
  }
  .fixed_btn .inner a.button:before {
    top: 16px;
  }
  .fixed_btn .inner .web_box .right {
    width: 260px;
  }
  .fixed_btn .inner .web_box .left p {
    padding-top: 23px;
  }
  .fixed_btn .inner .tel_box .left p {
    padding-top: 7px;
  }
  .fixed_btn.is-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .fixed_btn .inner .web_box .left p,
  .fixed_btn .inner .sub_title,
  .fixed_btn .inner .tel_box .left p {
    display: none;
  }
  .fixed_btn .inner {
    width: calc(100% - 20px);
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
    gap: 10px;
  }
  .fixed_btn .inner .web_box,
  .fixed_btn .inner .tel_box {
    width: calc(50% - 5px);
    background-color: #cc0133;
  }
  .fixed_btn .inner a.button {
    border-radius: 4px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-left: 5vw;
    width: 48vw;
  }
  .fixed_btn .inner a.tel {
    width: 46vw;
    height: 40px;
    line-height: 40px;
    position: relative;
    top: 0;
    display: block;
    padding: 0;
    background-color: #fff002;
    box-shadow: 0 4px #bf8a16;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 900;
    color: #cc0133;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    text-align: center;
    padding-left: 5vw;
  }
  .fixed_btn .inner a.tel:hover {
    top: 4px;
    box-shadow: 0 0 #fff002;
  }
  .fixed_btn .inner a.tel:before,
  .fixed_btn .inner a.button:before {
    top: 5px;
    left: 10px;
  }
  .fixed_btn .inner a.button:after {
    display: none;
  }
  .fixed_btn .inner .web_box,
  .fixed_btn .inner .tel_box {
    gap: 0;
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .fixed_btn .inner a.button {
    min-width: 183px;
  }
}
@media screen and (max-width: 400px) {
  .fixed_btn .inner a.button {
    min-width: 0;
  }
}

/***********************************************************
  footer 
************************************************************/
/*** footer ***/
footer {
  height: 50px;
  width: 100%;
  background: #e2e2e2;
  padding: 24px 0;
  color: #666;
  font-size: 14px;
}
footer .inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}
footer .inner .left {
  line-height: 1;
}
footer .inner .left p {
  color: #8d8d8d;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
}
footer .inner .right ul {
  display: flex;
  gap: 15px;
}
footer .inner .right ul li a {
  text-decoration: underline;
  color: #333;
  font-size: 13px;
  font-weight: 300;
}
footer .inner .right ul li:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #333;
  display: inline-block;
  margin-left: 15px;
}
footer .inner .right ul li:last-child:after {
  display: none;
}

/***********************************************************
  footer cmnFooter
************************************************************/
/*** footer cmnFooter ***/
.cmnFooter {
  position: relative;
  height: 200px;
  display: block;
  background-color: #4d4d4d;
  padding: 0;
  text-align: center;
  color: #fff;
  flex-direction: column;
}
.cmnFooter_inner {
  padding: 20px 15px;
  background: #4d4d4d;
  height: 70px;
}
.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 {
  display: block;
  height: 40px;
  background-color: #4d4d4d;
  padding: 0 0 20px;
}
.cmnFooter a {
  color: inherit;
  text-decoration: none;
}
.footer-ci {
  background: #fff;
  padding: 30px 0;
  text-align: center;
  /* display: block; */
  /* height: 100px; */
  /* position: relative; */
}
.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;
}
.cmnPageTop.s_show:hover {
  opacity: 1;
}
.cmnPageTop.s_fix {
  position: fixed;
  bottom: -50px;
}
.cmnPageTop.s_show.s_fix {
  top: auto;
  bottom: 25px;
}

@media screen and (max-width: 767px) {
  footer {
    height: auto;
  }
  footer .inner {
    display: block;
    width: 100%;
    padding: 25px 0 22px 0;
  }
  footer .inner .left {
    margin-bottom: 5px;
  }
  footer .inner .left p {
    font-size: 12px;
  }
  footer .inner .right {
    margin: 0 auto;
  }
  footer .inner .right ul {
    display: flex;
    gap: 15px;
    justify-content: center;
  }
  footer .inner .right ul li a {
    font-size: 12px;
    line-height: 1;
  }
  footer .inner .right ul li:after {
    display: none;
  }
}
@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;
  }
}
@media screen and (max-width: 480px) {
  .cmnPageTop {
    width: 36px;
  }
  .cmnPageTop.s_show {
    top: -52px;
  }
  .cmnPageTop.s_show:hover {
    opacity: 0.6;
  }
  .cmnPageTop.s_show.s_fix {
    bottom: 10px;
  }
  .cmnPageTop img {
    width: 100%;
  }
  li.col_ajst {
    padding-top: 52px;
  }
}

/***********************************************************
  newyear_info
************************************************************/
/*********** add 2412 newyear_info ***********/
.newyear_info {
  display: block;
  width: 96%;
  max-width: 920px;
  margin: auto;
  margin-top: -20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .newyear_info {
    width: 90%;
    font-size: 14px;
  }
}
