@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  letter-spacing: 0px;
}

img {
  max-width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover {
  opacity: .7;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*reset css*/
.html {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

header {
  max-width: 1100px;
  margin: 0 auto;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header > img {
  width: 76px;
}

.header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header a {
  display: block;
  width: 340px;
  background-image: url("../image/direction-1.png");
  background-position: 295px center;
  background-repeat: no-repeat;
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: 0em;
  color: #000000;
  border-radius: 25px;
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
  padding: 15px 0 15px 30px;
  text-decoration: none;
  /*clickで動きつける事可能*/
}

header a:nth-child(1) {
  background-color: #A6FCE1;
  margin-right: 10px;
}

header a:nth-child(2) {
  background-color: #FDF101;
}

.header-hum {
  display: none;
}

.top {
  background-image: url("../image/visual.png");
  background-size: cover;
  background-position: right;
}

.top-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 94px 0 78px 0;
}

.top-content h1 {
  margin-bottom: 30px;
}

.banner {
  width: 580px;
  text-align: center;
  border: 1px solid #000000;
}

.banner h2 {
  background-color: #000000;
  font-weight: normal;
  /*W6と記載あり*/
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: 0em;
  color: #FDF101;
  padding: 8.5px 0;
}

.banner-content {
  padding: 16px 20px 12px 20px;
}

.special-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10.16px;
}

.special-price p {
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0em;
  color: #000000;
}

.reserve {
  background-color: #121212;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 47px 0 50px 0;
}

.reserve-list {
  width: 870px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.monitor-reserve {
  width: 420px;
  text-align: center;
}

.counseling-reserve {
  width: 420px;
}

.monitor-reserve p, .counseling-reserve p {
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0em;
  color: #ffffff;
  margin-bottom: 18px;
  background-repeat: no-repeat;
  background-position: 73px center;
}

.counseling-reserve p {
  text-align: center;
  background-position: 73px center;
}

.monitor-reserve a, .counseling-reserve a {
  display: block;
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: 0em;
  color: #000000;
  background-image: url("../image/direction-2.png");
  background-repeat: no-repeat;
  background-position: 374px center;
  background-color: #A6FCE1;
  padding: 20.5px 0;
  text-decoration: none;
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
}

.counseling-reserve a {
  background-color: #FDF101;
  text-align: center;
}

.campaign {
  background-image: url("../image/campaign-background.png");
  background-position: right;
  background-repeat: no-repeat;
  margin: 70px 0;
}

.campaign-content {
  width: 1100px;
  margin: 0 auto;
  padding: 84px 0 83px 0;
}

.campaign-content img {
  vertical-align: top;
  margin-bottom: 67px;
}

.campaign-reserve p {
  color: #000000;
  background-image: url("../image/counseling-title black.png");
}

.anti-virus {
  color: #121212;
  padding: 70px 0 67px 0px;
  background-color: #f5f5f5;
}

.anti-virus-content {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.anti-virus h2 {
  margin-bottom: 50px;
}

.anti-virus-content img:nth-child(1) {
  margin-bottom: 46.6px;
}

.anti-virus-content p {
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: 0em;
  color: #000000;
  margin-bottom: 60px;
}

.anti-virus-detail {
  width: 1100px;
  margin: 0 auto;
}

.anti-virus-detail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 10px 10px 475px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #121212;
  padding-right: 10px;
  margin-bottom: 50px;
}

.disactive {
  display: none;
}

.anti-virus-detail-head h3 {
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0em;
  color: #ffffff;
}

.anti-virus-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1020px;
  margin: 0 auto;
}

.anti-virus-item img {
  margin-bottom: 5px !important;
}

.anti-virus-item p {
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000000;
  margin-bottom: 0px !important;
}

.concern {
  background-image: url("../image/background-concern.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 99px 0;
}

.concern-content {
  width: 550.28px;
  margin: 0 auto;
}

.concern-content img {
  vertical-align: top;
  margin-bottom: 46.6px;
}

.concern-content ul {
  list-style: none;
}

.concern-content ul li {
  background-image: url("../image/list.png");
  background-repeat: no-repeat;
  background-position: 55.1px center;
  margin-bottom: 16px;
  padding-left: 100.1px;
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #ffffff;
}

.characteristic {
  background-color: #121212;
  padding: 70px 0 80px 0;
}

.characteristic-content {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.characteristic-content img {
  vertical-align: top;
}

.characteristic-content h2 {
  margin-bottom: 46.6px;
}

.characteristic-text {
  margin-bottom: 54px;
}

.characteristic-text p {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.69;
}

.characteristic-text p:nth-child(n+2) {
  margin-top: 35px;
}

.characteristic-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.characteristic-item {
  width: 350px;
  background-color: #222222;
  -webkit-box-shadow: 0px 0px 20px rgba(9, 9, 9, 0.6);
          box-shadow: 0px 0px 20px rgba(9, 9, 9, 0.6);
  padding: 20px 20px 59px 20px;
}

.characteristic-item:nth-child(-n+3) {
  margin-bottom: 25px;
}

.characteristic-item img {
  margin-bottom: 25px;
}

.characteristic-item:nth-child(1) img, .characteristic-item:nth-child(4) img {
  margin-bottom: 42px !important;
}

.characteristic-item h3 {
  background-image: url("../image/line2.png");
  background-repeat: no-repeat;
  background-position: 0px center;
  margin-bottom: 27px;
  padding-left: 60px;
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #FDF101;
  text-align: left;
}

.characteristic-item:nth-child(1) h3, .characteristic-item:nth-child(4) h3 {
  margin-bottom: 43px;
}

.characteristic-item p {
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0em;
  color: #ffffff;
  text-align: left;
}

.advertisement {
  padding: 50px 0;
}

.advertisement-content {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0 30px 30px;
  background-image: url("../image/advertisement-background-counseling.png");
  background-repeat: no-repeat;
}

.advertisement-content img {
  vertical-align: top;
  margin-bottom: 30.6px;
}

.advertisement-reserve, .advertisement-reserve-second {
  margin-left: 82px;
}

.recommendation {
  background-color: #F5F5F5;
  padding: 69px 0 71px 0;
}

.recommendation-content {
  width: 1100px;
  margin: 0 auto;
}

.recommendation-content img {
  vertical-align: top;
}

.recommendation-content h2 {
  text-align: center;
  margin-bottom: 49.6px;
}

.recommendation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recommendation-item {
  width: 350px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px rgba(9, 9, 9, 0.1);
          box-shadow: 0px 0px 20px rgba(9, 9, 9, 0.1);
}

.recommendation-item:nth-child(-n+3) {
  margin-bottom: 25px;
}

.recommendation-item img:nth-child(1) {
  margin-bottom: 20px;
}

.recommendation-item img:nth-child(2) {
  padding-left: 20px;
}

.recommendation-item p {
  margin-bottom: 15px;
  padding-left: 20px;
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000000;
  text-align: left;
}

.recommendation-item:nth-child(4) p, .recommendation-item:nth-child(6) p {
  margin-top: 17px;
}

.needs {
  background-image: url("../image/needs.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 191.5px 0;
}

.beforeafter {
  background-color: #121212;
  padding: 70px 0;
}

.beforeafter h2 {
  text-align: center;
  margin-bottom: 49.6px;
}

.beforeafter-content {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  border: #313131 1px solid;
}

.beforeafter-content img {
  vertical-align: top;
}

.beforeafter-content:first-of-type {
  margin-bottom: 30px;
}

.beforeafter-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 40px 37px 40px;
  border-bottom: #313131 1px solid;
}

.beforeafter-detail p {
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #FDF101;
}

.beforeafter-detail p:nth-child(1) {
  margin-right: 50px;
}

.beforeafter-img {
  padding: 40px 0;
  border-bottom: #313131 1px solid;
}

.beforeafter-content table {
  width: 1020px;
  margin: 40px auto;
  border: 1px solid #B1B1B1;
  background-image: url("../image/line3.png");
  background-repeat: no-repeat;
  background-position: center 83px;
}

.beforeafter-content table th, .beforeafter-content table td {
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #ffffff;
  padding: 14px 0 16px 0;
  border: 1px solid #B1B1B1;
}

.beforeafter-content table th {
  background-color: #313131;
  width: 255px;
}

.beforeafter-content table th:nth-child(4) {
  color: #000000;
  background-color: #FDF101;
}

.beforeafter-content table td:nth-child(4) {
  color: #FDF101;
}

.beforeafter-review {
  width: 1020px;
  margin: 0 auto 40px;
  border: 1px solid #B1B1B1;
}

.beforeafter-review h3 {
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #ffffff;
  padding: 14px 0 16px 0;
  border-bottom: 1px solid #B1B1B1;
}

.beforeafter-review p {
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0em;
  color: #ffffff;
  padding: 20px;
  text-align: left;
}

.advertisement-monitor {
  background-image: url("../image/advertisement-background-moniaor.png");
  background-repeat: no-repeat;
}

.advertisement-reserve-second p:nth-child(1) {
  background-position: 128px center;
}

.free-counseling {
  background-color: #F5F5F5;
  padding: 70px 0;
  text-align: center;
}

.free-counseling-content {
  width: 1100px;
  margin: 0 auto;
}

.free-counseling-content img {
  vertical-align: top;
}

.free-counseling-content img:nth-child(1) {
  margin-bottom: 49.6px;
}

.counseling-step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.step-item {
  width: 350px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px rgba(9, 9, 9, 0.1);
          box-shadow: 0px 0px 20px rgba(9, 9, 9, 0.1);
  padding: 20px 20px 0 20px;
}

.step-item img {
  margin-bottom: 20px !important;
}

.step-item p {
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0em;
  color: #000000;
  text-align: left;
  margin-bottom: 51px;
}

.comparison {
  background-color: #F5F5F5;
  padding: 70px 0;
}

.comparison-content {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.comparison-content img {
  vertical-align: top;
}

.comparison-content h2 {
  margin-bottom: 49.6px;
}

.comparison-table-title {
  padding-left: 279px;
  /*280px*/
  padding-right: 4px;
  /*3px*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.comparison-table-title p {
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 22px;
  line-height: 70px;
  letter-spacing: 0em;
  color: #ffffff;
  background-color: #B1B1B1;
  border-radius: 4px;
  width: 267px;
}

.comparison-content table {
  width: 1100px;
  margin: 10px auto 0;
  border: 1px solid #B1B1B1;
}

.comparison-content table th {
  width: 276px !important;
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #ffffff;
  background-color: #313131;
  border: 1px solid #B1B1B1;
  padding: 14px 0 16px 0;
}

.comparison-content table td {
  width: 276px;
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 26px;
  line-height: 1.27;
  letter-spacing: 0em;
  color: #000000;
  border: 1px solid #B1B1B1;
  padding: 12px 0 13px 0;
}

.comparison-content table td:nth-child(2) {
  background-color: #FFFDE0;
}

.price-plan {
  background-color: #000000;
  padding: 70px 0;
}

.price-content {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.price-content img {
  vertical-align: top;
}

.price-content h2 {
  margin-bottom: 49.6px;
}

.monitor-price {
  border: 1px solid #313131;
  padding-bottom: 30px;
  margin-bottom: 15px;
}

.monitor-price h3 {
  font-weight: normal;
  /*W6と記載あり*/
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: 0em;
  color: #000000;
  background-color: #FDF101;
  padding: 18.55px 0 14.55px 0;
  margin-bottom: 30px;
}

.price-list {
  width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-list table {
  width: 510px;
  border: 1px solid #B1B1B1;
  text-align: center;
}

.price-list table th {
  font-weight: normal;
  /*W6と記載あり*/
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0em;
  color: #FDF101;
  background-color: #313131;
  border-bottom: 1px solid #B1B1B1;
  padding: 18px 0;
}

.price-list table td {
  font-weight: normal;
  /*W6と記載あり*/
  font-size: 24px;
  line-height: 1.42;
  letter-spacing: 0em;
  color: #ffffff;
  border-bottom: 1px solid #B1B1B1;
  padding: 20px 0 22px 0;
}

.price-text {
  padding: 22px 0 21.5px 0 !important;
}

.price-content p {
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #ffffff;
  margin-bottom: 48px;
}

.other-price {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.other-price table {
  width: 540px;
  text-align: center;
}

.other-price table th {
  font-weight: normal;
  /*W6と記載あり*/
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: 0em;
  color: #ffffff;
  background-color: #313131;
  border: 1px solid #B1B1B1;
  padding: 15px 0 17px 0;
}

.other-price table th span {
  font-size: 16px;
  line-height: 1.31;
  margin-left: 41px;
}

.other-price table td {
  font-weight: normal;
  /*W3と記載あり*/
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0em;
  color: #ffffff;
  border: 1px solid #B1B1B1;
  padding: 17px 39px 18px 30px;
  text-align: left;
}

.other-price table td span {
  float: right;
  font-size: 20px;
  /*22px* 書式都合で20pxにしている*/
  padding-left: 36px;
  border-left: 1px dotted #B1B1B1;
}

.tabel-text {
  font-size: 16px;
  line-height: 1.5;
  padding: 3px 0 0 0 !important;
  /*適当*/
  border: none !important;
}

footer {
  background-color: #F5F5F5;
}

.footer-content {
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
  margin: 0 auto;
}

.footer-content img {
  width: 76px;
}

.footer-content a {
  font-size: 22px;
}

.footer-content a:nth-of-type(1) {
  margin-left: 342px;
  margin-right: 30px;
}

.sp {
  display: none;
}

.nav {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  body {
    padding-top: 70px;
  }
  header {
    width: 100%;
    padding: 10px 15px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
  }
  .header-link {
    display: none;
  }
  .header-hum {
    display: block;
  }
  .header-hum {
    width: 30px;
    height: 30px;
    background-color: #121212;
    position: relative;
  }
  .header-hum span {
    display: block;
    width: 18px;
    height: 1px;
    position: absolute;
    left: 6px;
    background-color: #ffffff;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .header-hum span:nth-child(1) {
    top: 6px;
  }
  .header-hum span:nth-child(2) {
    top: 14px;
  }
  .header-hum span:nth-child(3) {
    top: 22px;
  }
  .header-hum.clicked span {
    width: 24px;
    left: 3px;
  }
  .header-hum.clicked span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
  .header-hum.clicked span:nth-child(2) {
    display: none;
  }
  .header-hum.clicked span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
  }
  .top-content {
    max-width: unset;
    padding: 0;
    background-image: unset;
    background-color: #f5f5f5;
  }
  .top-content h1 {
    background-image: url("../image/sp/visual.jpg");
    background-size: cover;
    height: 42.93333vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-content h1 img {
    width: 91.46667vw;
    height: auto;
  }
  .banner {
    margin: 4vw;
    width: unset;
  }
  .banner h2 {
    font-size: 4.8vw;
    line-height: 8vw;
  }
  .banner-content {
    padding: 4vw;
  }
  .special-price {
    margin-bottom: 2.66667vw;
  }
  .special-price p {
    font-size: 4.26667vw;
  }
  .special-price img {
    width: 54.66667vw;
  }
  .reserve {
    padding: 4vw;
  }
  .reserve-list {
    width: 100%;
  }
  .monitor-reserve {
    width: 100%;
  }
  .monitor-reserve p, .counseling-reserve p {
    font-size: 4.26667vw;
    margin-bottom: 2.66667vw;
    background-position: 29.33333vw center;
  }
  .reserve .counseling-reserve {
    display: none;
  }
  .monitor-reserve a, .counseling-reserve a {
    font-size: 4.8vw;
    padding: 4vw 0;
    background-position: 81.06667vw center;
  }
  .campaign {
    background-size: contain;
    background-position: unset;
    background-repeat: no-repeat;
    margin: 30px 0;
    padding-top: 48.8vw;
  }
  .campaign-content {
    width: 100%;
    padding: 0;
  }
  .campaign-content img {
    display: block;
    width: 92vw;
    margin: 8vw auto;
  }
  .counseling-reserve {
    width: 100%;
    padding: 0 15px;
  }
  .counseling-reserve p {
    padding: 0;
    text-align: center;
    background-position: 9.33333vw center;
  }
  .anti-virus {
    padding: 0;
    margin-top: 8vw;
  }
  .anti-virus-content {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8vw 4vw;
    background-color: #f5f5f5;
  }
  .anti-virus-content h2 {
    margin-bottom: 5.33333vw;
  }
  .anti-virus-content h2 img {
    width: 50.4vw;
  }
  .anti-virus-detail {
    width: 100%;
  }
  .anti-virus-detail-head {
    padding: 0;
    padding: 1.33333vw 1.33333vw 1.33333vw 24vw;
  }
  .anti-virus-list {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .anti-virus-item {
    width: 44vw;
  }
  .anti-virus-item:nth-child(n+3) {
    margin-top: 5.33333vw;
  }
  .anti-virus-item p {
    font-size: 4vw;
  }
  .concern {
    padding: 13.33333vw 4vw;
  }
  .concern-content {
    width: 100%;
  }
  .concern h2 {
    text-align: center;
  }
  .concern-content ul li {
    padding-left: 8vw;
    background-position: left center;
    background-size: 5.86667vw 5.86667vw;
    font-size: 4.53333vw;
  }
  .concern h2 img {
    width: 76vw;
  }
  .characteristic {
    padding: 8vw 4vw;
  }
  .characteristic-content {
    width: 100%;
  }
  .characteristic h2 {
    text-align: center;
    margin-bottom: 5.33333vw;
  }
  .characteristic h2 img {
    width: 66.93333vw;
  }
  .characteristic-text {
    margin-bottom: 5.33333vw;
  }
  .characteristic-text p {
    font-size: 4.26667vw;
  }
  .characteristic-text p:nth-child(n+2) {
    margin-top: 8.53333vw;
  }
  .characteristic-item {
    padding: 4vw;
    margin: 0 !important;
  }
  .characteristic-item:nth-child(n+2) {
    margin-top: 4vw;
  }
  .characteristic-item img {
    margin-bottom: 5.33333vw !important;
  }
  .characteristic-item h3 {
    font-size: 4.8vw;
    padding-left: 16vw;
    background-size: 10.66667vw 1px;
    margin-bottom: 5.33333vw !important;
  }
  .characteristic-item p {
    font-size: 4.26667vw;
  }
  .advertisement {
    padding: 0;
    border: 3px solid #fdf101;
  }
  .advertisement-content {
    width: 100%;
    padding: 14.13333vw 2.66667vw;
    background-image: url("../image/sp/advertisement-background-counseling.png");
    background-size: cover;
  }
  .advertisement-content img {
    margin-bottom: 8vw;
  }
  .advertisement-reserve, .advertisement-reserve-second {
    margin: 0;
    padding: 0;
  }
  .recommendation {
    padding: 8vw 4vw;
  }
  .recommendation-content {
    width: 100%;
  }
  .recommendation-content h2 {
    margin-bottom: 5.33333vw;
  }
  .recommendation-content h2 img {
    width: 52vw;
  }
  .recommendation-item {
    margin: 0 !important;
  }
  .recommendation-item:nth-child(n+2) {
    margin-top: 4vw !important;
  }
  .recommendation-item img:nth-child(1) {
    margin-bottom: 6.66667vw;
  }
  .recommendation-item img:nth-child(2) {
    padding-left: 4vw;
  }
  .recommendation-item p {
    padding-left: 4vw;
    margin-top: 2.66667vw;
    margin-bottom: 5.33333vw;
    font-size: 4.8vw;
  }
  .needs {
    background-image: url("../image/sp/needs.png");
    padding: 16vw 0;
  }
  .needs img {
    width: 92vw;
  }
  .beforeafter {
    padding: 8vw 4vw;
  }
  .beforeafter h2 {
    margin-bottom: 5.33333vw;
  }
  .beforeafter h2 img {
    width: 50.66667vw;
  }
  .beforeafter-content {
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .beforeafter-content:first-of-type {
    margin-bottom: 4vw;
  }
  .beforeafter-detail {
    padding: 5.33333vw;
  }
  .beforeafter-detail p {
    font-size: 4.8vw;
  }
  .beforeafter-detail p:nth-child(1) {
    margin-right: 5.33333vw;
  }
  .beforeafter-img {
    padding: 5.33333vw;
  }
  .beforeafter-content table {
    margin: 5.33333vw;
    width: calc(100% - 10.666666vw);
    background-image: url("../image/sp/line3.png");
    background-size: 3.73333vw 26.13333vw;
    background-position: center 21.33333vw;
  }
  .beforeafter-content table th {
    width: calc(100% / 4);
  }
  .beforeafter-content table th, .beforeafter-content table td {
    font-size: 3.73333vw;
  }
  .beforeafter-reviewWrapper {
    padding: 5.33333vw;
    border-top: #313131 1px solid;
  }
  .beforeafter-review {
    width: 100%;
    margin: 0;
  }
  .beforeafter-review h3 {
    padding: 2.66667vw 0;
    line-height: 1;
  }
  .beforeafter-review p {
    font-size: 4.26667vw;
    padding: 2.66667vw;
    font-size: 4.26667vw;
  }
  .advertisement-reserve-second p:nth-child(1) {
    background-position: 26.66667vw center;
  }
  .free-counseling {
    padding: 8vw 4vw;
  }
  .free-counseling-content {
    width: 100%;
  }
  .free-counseling-content img:nth-child(1) {
    width: 69.33333vw;
    margin-bottom: 5.33333vw;
  }
  .counseling-step-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .step-item {
    width: 100%;
    padding: 5.33333vw;
  }
  .step-item img {
    width: 100% !important;
    margin-bottom: 5.33333vw;
  }
  .step-item p {
    margin: 0;
    font-size: 4.26667vw;
  }
  .step-item:nth-of-type(n+2) {
    margin-top: 4vw;
  }
  .comparison {
    padding: 13.33333vw 4vw;
  }
  .comparison-content {
    width: 100%;
  }
  .comparison-content h2 {
    margin-bottom: 9.33333vw;
  }
  .comparison-content h2 img {
    width: 35.46667vw;
  }
  .comparison-table-title {
    padding-left: 18.66667vw;
    padding-right: 1px;
  }
  .comparison-table-title p {
    line-height: 10.66667vw;
  }
  .comparison-content img {
    min-width: 23.46667vw;
  }
  .comparison-content table {
    width: 100%;
  }
  .comparison-content table th {
    width: 18.66667vw !important;
    font-size: 3.73333vw;
    vertical-align: middle;
  }
  .comparison-content table td {
    width: 24.53333vw;
    font-size: 4.26667vw;
    vertical-align: middle;
  }
  .comparison-content table td:nth-child(2) {
    font-weight: bold;
  }
  .price-plan {
    padding: 13.33333vw 4vw;
  }
  .price-content {
    width: 100%;
  }
  .price-content h2 {
    margin-bottom: 5.33333vw;
  }
  .price-content h2 img {
    width: 53.86667vw;
  }
  .monitor-price h3 {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 15.46667vw;
    padding: 0;
  }
  .price-list {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .price-list table {
    width: 100%;
  }
  .price-list table:nth-child(n+2) {
    margin-top: 4vw;
  }
  .price-list table th {
    font-size: 5.33333vw;
    line-height: 1;
    padding: 4vw 0;
  }
  .price-list table td {
    font-size: 4.8vw;
    padding: 4vw 0;
    line-height: 1;
  }
  .price-list table td img {
    width: 70.4vw;
  }
  .monitor-price {
    padding: 4vw;
    margin-bottom: 2.66667vw;
  }
  .price-content p {
    font-size: 3.2vw;
    margin-bottom: 5.33333vw;
    text-align: left;
  }
  .other-price {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .other-price table {
    width: 100%;
  }
  .other-price table th span {
    display: block;
    font-size: 3.2vw;
    margin: 2.66667vw 0 0;
    float: unset;
  }
  .other-price table th {
    font-size: 5.33333vw;
    line-height: 1;
    padding: 4vw 0;
  }
  .other-price table td {
    font-size: 4.26667vw;
    padding: 4vw;
    line-height: 1;
    text-align: center;
  }
  .other-price table td span {
    font-size: 4.26667vw;
    margin-top: 4vw;
    padding: 4vw 0 0;
    display: block;
    float: unset;
    border-left: none;
    border-top: 1px dotted #b1b1b1;
  }
  .other-price table td.tabel-text {
    font-size: 3.2vw;
    padding: 2.66667vw 0 5.33333vw !important;
    text-align: left;
  }
  .footer-content {
    width: 100%;
    padding: 8vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-content img {
    width: 20.26667vw;
  }
  .footer-content a {
    font-size: 4.26667vw;
  }
  .footer-content a:nth-of-type(1) {
    margin: 5.33333vw 0 2.66667vw;
  }
  .l_container {
    max-width: unset;
    width: 100%;
    padding: 8vw 4vw;
    margin: 0;
  }
  .l_container h2 {
    margin-bottom: 8vw;
  }
  .l_container h2 img {
    width: 34.93333vw;
  }
  .form_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 0;
  }
  .form_labelWrap {
    width: unset;
  }
  .form_label {
    font-size: 18px;
  }
  .attention {
    font-size: 16;
    width: 80;
    line-height: 30px;
    margin-left: 20px;
  }
  .form_inputWrap {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-top: 2.66667vw;
  }
  .form_inputText {
    width: 100%;
    font-size: 18px;
    height: 60px;
    padding: 0 20px;
  }
  .form_radioLabel {
    padding: 0 32px;
    font-size: 18px;
  }
  .form_select {
    font-size: 18px;
    padding: 10px;
  }
  .form_select_unit {
    font-size: 16px;
  }
  .form_select_date {
    margin-left: 0;
  }
  .form_inputWrap {
    padding-right: 0;
  }
  .form_select_date select, .form_select_content select, .form_select_date input[type="date"] {
    width: 100%;
  }
  .form_inputDate {
    font-size: 18px;
  }
  .form_select_required {
    width: 100%;
  }
  .form_btnWrap {
    width: 100%;
    margin-top: 20px;
  }
  .form_btn {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
  }
  .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 100;
    padding-top: 70px;
  }
  .nav.clicked {
    display: block;
  }
  body.clicked, html.clicked {
    overflow: hidden;
  }
  .nav-inner {
    overflow: scroll;
  }
  .nav-inner .characteristic {
    padding-bottom: 0;
    border-bottom: 2px solid #FDF101;
  }
  .nav-inner .characteristic-text {
    margin-bottom: 0;
  }
}
.thanks header {
  justify-content:flex-start;
  width:1100px;
}

.thanks .wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.thanks footer {
  margin-top: auto;
}

.thanks .main {
  flex: 1;
  padding: 60px 0;
  text-align: center;
  margin: 0 auto;
  width: 1100px;
}

.thanks h1 {
  font-size: 32px;
}

.thanks .main p {
  font-size: 18px;
  margin-top: 30px;
}

.thanks .main a {
  width: 420px;
  margin: 30px auto;
  background-color: #FDF101;
  text-align: center;
  display: block;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: 0em;
  color: #000000;
  background-image: url(../image/direction-2.png);
  background-repeat: no-repeat;
  background-position: 374px center;
  padding: 20.5px 0;
  text-decoration: none;
  -webkit-box-shadow: 3px 3px 4px rgb(0 0 0 / 10%);
  box-shadow: 3px 3px 4px rgb(0 0 0 / 10%);
}

@media screen and (max-width: 768px) {
  .thanks .wrapper  {
    min-height: calc(100vh - 70px);
  }
  .thanks header {
    width: 100%;
  }
  .thanks .main {
    width: 100%;
    padding: 30px 15px 0;
  }

  .thanks .main h1 {
    font-size: 18px;
  }

  .thanks .main p {
    font-size: 14px;
  }

  .thanks .main a {
    width: 100%;
    font-size: 4.8vw;
    padding: 4vw 0;
    background-position: 81.06667vw center;
  }
}