@charset "UTF-8";
/*------------------------------
    RESET
--------------------------------*/
figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul, ol, li {
  list-style: none;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc-visible {
    display: none;
  }
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.container {
  max-width: 1023px;
  margin: 0 auto;
  padding: 0 1em;
}

.section {
  max-width: none !important;
  padding: 0 !important;
  /*h2{
      font-size: $f3;
      background: #ffde8a;
      padding: 0.5em;
      line-height: 1.5;
      margin-bottom: 1em;
      @include mq(medium) {
          text-align: center;
      }
  }*/
}
.section + .section {
  margin-top: 2em !important;
}

h2.virus-method-ttl {
  font-size: 1em;
  background: #ffde8a;
  padding: 0.5em;
  line-height: 1.5;
  margin-bottom: 1em;
  border: none !important;
  font-weight: normal !important;
}
@media screen and (min-width: 769px) {
  h2.virus-method-ttl {
    text-align: center;
    font-size: 1.56em;
  }
}

.method {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.method * {
  box-sizing: border-box;
}
.method li {
  flex-basis: 48%;
  border: 3px solid #f4901e;
  border-radius: 10px;
  margin-bottom: 4%;
}
@media screen and (min-width: 769px) {
  .method li {
    flex-basis: 23%;
  }
}

.btn-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btn-set * {
  box-sizing: border-box;
}
.btn-set li {
  flex-basis: 100%;
  margin-bottom: 4%;
}
@media screen and (min-width: 769px) {
  .btn-set li {
    flex-basis: 48%;
  }
}
.btn-set li figure {
  margin-bottom: 5px;
}
.btn-set li .btn {
  text-align: center;
  line-height: 1;
  margin-top: 1em;
}
.btn-set li .btn a {
  font-size: 1.25em;
  display: block;
  background: #0071b9;
  color: #fff;
  border-radius: 50px;
  padding: 1em;
  text-decoration: none;
}
.btn-set li .btn a:hover {
  opacity: 0.8;
}

.caution {
  background: #ee5a24;
  color: #fff;
  padding: 1em 0;
}
@media screen and (min-width: 769px) {
  .caution {
    text-align: center;
  }
}

.lead-wrap {
  position: relative;
}
.lead-wrap::before {
  content: '';
  display: block;
  background: #ee5a24;
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .lead-wrap::before {
    height: 300px;
  }
}
.lead-wrap h1 {
  text-align: center;
  line-height: 1.5;
  font-size: 1.56em;
  color: #fff;
  padding: 1em 0 0.5em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .lead-wrap h1 {
    font-size: 47px !important;
  }
}
.lead-wrap figure {
  margin-bottom: 2em;
  position: relative;
  z-index: 1;
}

.virus-method {
  background: #fff;
  color: #000;
  padding: 20px;
  margin-bottom: 40px;
}
.virus-method .ttl {
  text-align: center;
  font-size: 1.25em;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .virus-method .ttl {
    font-size: 1.56em;
  }
  .virus-method .ttl br {
    display: none;
  }
}
.virus-method .method {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .virus-method .method {
    display: table;
  }
}
@media screen and (min-width: 769px) {
  .virus-method .method .inner {
    display: table-cell;
    vertical-align: middle;
  }
}
.virus-method .method .inner figure {
  margin: 0;
}
.virus-method .method .inner:first-child {
  padding: 20px 20px 0 20px;
}
@media screen and (min-width: 769px) {
  .virus-method .method .inner:first-child {
    padding: 0;
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .virus-method .method .inner:first-child {
    display: none;
  }
}
.virus-method .method .inner:last-child {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .virus-method .method .inner:last-child {
    font-size: 12px;
  }
  .virus-method .method .inner:last-child br {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .virus-method .method .btn-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.virus-method .method .copy {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .virus-method .method .copy {
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 769px) {
  .virus-method .method .copy {
    font-size: 1.95em;
  }
}
.virus-method .method .copy strong {
  color: #dc5518;
}
.virus-method .method .link-btn {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .virus-method .method .link-btn {
    margin-top: 0;
    font-size: 1.25em;
  }
}
.virus-method .method .link-btn a {
  display: block;
  background: #dc5518;
  color: #fff;
  border-radius: 50px;
  padding: 15px 20px;
  text-decoration: none;
}
.virus-method .btn-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.virus-method .btn-set a {
  flex-basis: 100%;
  border: 1px solid #ccc;
}
.virus-method .btn-set a + a {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .virus-method .btn-set a + a {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .virus-method .btn-set a {
    flex-basis: 49%;
  }
}
.virus-method .btn-set a img {
  vertical-align: bottom;
}
