@charset "utf-8";
/* --------------------
  base
-------------------- */
main {
  line-height: 1.6;
}
img[height="1"][width="1"] {
  display: none;
}
div.header {
  min-height: 38px;
}
#location {
  margin: 0 auto 15px;
  font-size: 1.2rem;
}
#location ol {
  font-size: 100%;
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
}
ol, ul {
  list-style: none;
}
.fmv {
  padding: 0 10px;
  display: inline-block;
}
.main {
  background: #fff;
}
.main-section {
  max-width: 1200px;
  margin:0 auto;
  padding: 0 20px;
}
.main-subttl {
  display: inline;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: -0.01em;
}
.fixed{
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  display: block;
}
.none{
  display: none;
}


/* --------------------
  contents
-------------------- */
div.contents {
  font-size: 16px;
  text-align: left;
  color: #1d1c18;
}
div.contents img {
  vertical-align: bottom;
}
div.contents sup {
  vertical-align: super;
  font-size: smaller;
  padding-right: 0.25em;
}
.button a:hover, .cpbnr a:hover, .sagiwall_bnr a:hover {
  opacity: 0.7;
  transition: 0.5s;
}


/* --------------------
  #fv 
-------------------- */
.fv_cont {
  background-color: #f7f7f7;
}
h1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.pkg {
  position: absolute;
  top: 30px;
  right: 20px;
}
.btn a {
  display: block;
  position: relative;
  text-align: center;
  padding: 20px;
  color: #fff;
  background-color: #d90000;
  border-radius: 50px;
  box-shadow: 0 4px 5px #899798;
  font-size: 2.4rem;
  line-height: 1;
  text-decoration: none;
}
.btn a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 12px solid #fff;
}
.btn a:hover {
  box-shadow: none;
  transition: 0.1s;
  opacity: .9;
  text-decoration: none;
  box-shadow: 0 2px 2px #899798;
}
.btn a:visited {
  color: #fff;
}
.btn_anno {
  margin-top: 15px ;
  font-size: 1.2rem;
  text-align: center;
}

#fv .btn {
  width: 640px;
  margin: 20px auto 0;
  transition: 0.1s;
}
.ofr_bottom .ofr_box .btn {
  margin-top: 20px;
  transition: 0.1s;
}
.ofr_bottom .ofr_box .btn a {
  padding: 26px;
  font-size: 3rem;
}
.ofr_bottom .ofr_box .btn a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 16px solid #fff;
}


/* --------------------
  ofr
-------------------- */
.ttl {
  font-size: 2.6rem;
  font-weight: bold;
  color: #043B52;
}
.ofr_top {
  position: relative;
}
.ofr_top .price {
  display: table;
  margin: 20px auto 40px;
  /*text-align: center;*/
}
.ofr_top .anno {
  display: block;
  text-align: right;
  font-size: 1.4rem;
}
.ofr_top .ttl {
  margin: 40px 20px 0;
  text-align: center;
}
.ofr_top .medal {
  position: absolute;
  top: -40px;
  right: 60px;
}
.ofr_bottom .ttl {
  margin-bottom: 15px;
  text-align: left;
}
.ofr_bottom {
  padding: 40px 0;
  background-color: #062d6e;
}
.ofr_bottom .ofr_box {
  background: #fff;
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 40px 40px;
}
.ofr_bottom_cont {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.ofr_bottom_cont .anno {
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
.ofr_bottom_cont .btn_anno {
  text-align: center;
  font-size: 1.2rem;
}
.ofr_bottom_cont .medal {
  margin-top: -90px;
}

.benefit {
  background: #fefcd9;
  margin-top: 10px;
  padding: 20px;
}
.benefit p:first-of-type {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 20px 0 35px;
  border-bottom: 2px dashed #c3bc00;
  position: relative;
  padding-left: 5px;
}
.benefit p:nth-of-type(2) {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 12px 40px 0;
}
.benefit p:first-of-type::before {
  content: "！";
  background: #c3bc00;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -34px;
  display: block;
  text-align: center;
  font-size: 2.5rem;
}


/* --------------------
  sagiwall
-------------------- */
#service #sagiwall {
  background: #edeff0;
  width: 100%;
  padding: 80px 0 20px;
  position: relative;
}
#sagiwall .intro {
  display: flex;
  align-items: center;
  margin: 0 auto 80px;
  padding: 50px 40px;
  min-height: 280px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
}
#sagiwall .intro .intro_cont {
  margin-left: 30px;
}
#sagiwall .intro .intro_cont h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: bold;
}
#sagiwall .intro .intro_cont p {
  font-size: 1.8rem;
}

#sagiwall .point {
  position: relative;
  background: #fff;
  margin: 50px auto 100px;
  padding: 30px 40px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
#sagiwall .point h3 {
  position: absolute;
  background: #0897a8;
  color: #fff;
  border-radius: 50%;
  top: 20px;
  left: 20px;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 34px 0;
}
#sagiwall .point ul {
  list-style: disc inside;
  font-size: 2.4rem;
  margin-left: 120px;
}
#sagiwall .point ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#sagiwall .arrowtxt {
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.5;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  z-index: 999;
  font-weight: bold;
}
#sagiwall .arrowtxt span {
  display: block;
  font-size: 70%;
}
#sagiwall:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -98px;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: #edeff0 transparent transparent transparent;
  border-width: 100px 260px 0 260px;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
}


/* --------------------
  virusclean
-------------------- */
#service #virusclean {
  margin: 160px auto 90px;
}
#virusclean .intro {
  background: #fcffc5;
  margin: 0 auto 30px;
  padding: 30px 20px;
  box-sizing: border-box;
  text-align: center;
}
#virusclean .intro h2 {
  margin: 0 auto 20px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
#virusclean .intro h2 span {
  color: #d61518;
}
#virusclean .intro p {
  margin: 0 auto;
  font-size: 1.6rem;
  color: #d61518;
  border-bottom: 1px solid #d61518;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
}
#virusclean .combination h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: bold;
}
#virusclean .combination p {
  vertical-align: top;
  display: inline-block;
  font-size: 1.8rem;
}
#virusclean .combination img {
  vertical-align: top;
}



/*=== 違いとは？ ===*/
.difference {
  margin-top: 50px;
}
.difference-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}
.difference-canvas {
  margin: 0 10px;
}
.difference-main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  padding: 10px 0 8px;
}
.difference-cont {
  padding: 17px 5px;
}
.difference-txt {
  position: relative;
  z-index: 1;
}
.difference-txt span {
  background: linear-gradient(transparent 70%, #fff442 0%);
}
.pattern-miyabull .difference-main {
  background-color: #070203;
}
.pattern-security .difference-main {
  background-color: #9c1115;
}
.pattern-miyabull .difference-cont {
  color: #232b35;
}
.pattern-security .difference-cont {
  color: #9c1115;
}
.pattern-miyabull .difference-parts{
  border: solid 2px #070203;
}
.pattern-security .difference-parts{
  border: solid 2px #9c1115;
}
.difference-parts {
  border-radius: 10px;
}
.difference-main{
  border-radius: 7px 7px 0 0;
}
.difference-detail {
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 18px;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 10px;
}
.difference-list {
  max-width: 510px;
  margin: 0 auto;
  text-align: left;
}
.difference-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.graph,
.percent {
  text-align: center;
}
.graph {  margin-top: 20px;}
.percent {  margin-top: 40px;}
#service section.graph-image {
  margin: 20px auto 60px;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.graph-lead {
  padding: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  background-color: #fff4ef;
  border-radius: 10px 10px 0 0;
}
.graph-image div {
  padding-bottom: 33px;
}
.graph-lead span {
  color: #cb141d;
  font-size: 26px;
}
.graph-image h4 {
  padding-top: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.graph-image h4 span {
  display: inline-block;
  position: relative;
  padding: 0 20px 5px 60px;
  border-bottom: 1px solid #231815;
}
.graph-image h4 span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 20px;
  width: 30px;
  height: 41px;
  background: url(/shopping/isw/miyabull/images/reading/ic_ttl_miyabull.jpg) no-repeat 0 / 100% auto;
}
.graph-image ol {
  margin: 30px 30px 0;
}
.graph-image ol li {
  text-indent: -1em;
  padding-left: 1em;
}

#faq {
  margin: 60px 0;
}
.faq {
  padding-top: 40px;
}
.faq-item {
  position: relative;
  overflow: hidden;
}
.faq-item:not(:first-child) {
  margin-top: 20px;
}
.faq-question {
  appearance: none;
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 50px 15px 80px;
  border: none;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  background-color: #f2f2f2;
  transition: 0.3s all;
  cursor: pointer;
}
.faq-question:focus {
  box-shadow: none;
}
.faq-question::before,
.faq-answer::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
.faq-question::before {
  content: "Q";
  color: #FFF;
  background-color: #000;
}
.faq-answer::before {
  content: "A";
  color: #ac2330;
  background-color: #fae3e3;
}
.faq-question::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 2px);
  right: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #333 transparent transparent transparent;
  transform: translateY(-50%);
}
.faq-item.is-AcorShow .faq-question::after {
  top: calc(50% - -2px);
  transform:  translateY(-50%) rotate(-180deg);
}
.faq-answer {
  position: relative;
  top: 20px;
  padding: 0 50px 20px 90px;
}
.faq-txt:first-child {
  min-height: 80px;
}
.faq-txt:last-child {
  padding-bottom: 20px;
}
.faq-answer .pattern-space,
.faq-answer dl,
.faq-answer dt {
  margin-top: 15px;
}
.faq-answer dl dt:first-child {
  margin-top: 0;
}
.faq-list {
  padding-left: 40px;
  list-style: auto;
}
.faq-list li {
  margin-top: 5px;
}
.faq-list img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 1151px) {
  #fv .btn {
    width: auto;
  }
  .ofr_top {
    padding-right: 24vw;
  }
  .ofr_top .medal {
    right: 10px;
    max-width: 24vw;
  }
  .ofr_top .anno {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .main-section,
  h1 {
    padding: 0 10px;
  }
  .main-ttl {
    font-size: 22px;
  }
  .main-ttl span {
    max-width: 100%;
    padding: 15px 10px 14px;
  }
  .main-subttl {
    border-width: 1px;
    font-size: 20px;
    letter-spacing: 0;
  }
  /* --------------------
    btn
  -------------------- */
  #fv .btn {
    width: calc(100% - 27vw);
    margin: 20px 24vw 0 10px;
  }
  .btn a {
    padding: 14px 30px;
    font-size: 2rem;
  }
  .btn a:before {
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
}
  .btn_anno {
    margin-top: 5px;
}
  .ofr_bottom .ofr_box .btn a {
    padding: 16px;
    font-size: 2rem;
}
  .ofr_bottom .ofr_box .btn a:before {
    display: block;
  content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 16px solid #fff;
  }
  
  /* --------------------
    ofr
  -------------------- */
  .ttl {
    font-size: 24px;
  }
  .ofr_top {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ofr_top .ttl {
    margin: 40px 20px 0;
  }
  .ofr_top .btn_anno {
    padding-right: 24vw;
  }
  .ofr_top .price {
    width: calc(100% - 60px);
    max-width: 370px;
    margin: 20px auto 40px;
  }
  .ofr_top .anno {
    margin-top: 5px;
    text-align: center;
  }
  .ofr_top .medal {
    margin-top: -10px;
  }

  .ofr_bottom {
    padding: 20px 0;
  }
  .ofr_bottom .ofr_box {
    background: #fff;
    margin: 0 10px;
    padding: 20px 15px;
  }
  .ofr_bottom_cont {
    column-gap: 10px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    padding: 0;
  }
  .ofr_bottom_cont .anno {
    margin-top: 5px;
    text-align: left;
    font-size: 1.1rem;
  }
  .ofr_bottom_cont .btn_anno {
    text-align: center;
    font-size: 1.2rem;
  }
  .ofr_bottom_cont .medal {
    margin-top: 0;
  }

  .benefit {
    background: #fefcd9;
    margin-top: 10px;
    padding: 10px;
  }
  .benefit p:first-of-type {
    font-size: 1.6rem;
    margin: 0 12px 0 35px;
  }
  .benefit p:nth-of-type(2) {
    font-size: 1.4rem;
    padding: 12px 12px 0 40px;
  }
  .benefit p:first-of-type::before {
    content: "！";
    background: #c3bc00;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
  position: absolute;
  top: 0;
    left: -34px;
    display: block;
    text-align: center;
    font-size: 2.5rem;
  }
  /* --------------------
    sagiwall
  -------------------- */
  #service #sagiwall {
    padding: 2vw 0;
  }
  #sagiwall .intro {
    display: block;
    margin: 30px 0;
    padding: 20px;
  }
  #sagiwall .intro > img {
    display: block;
    margin: 0 auto;
  }
  #sagiwall .intro .intro_cont {
    margin-top: 20px;
    margin-left: 0;
  }
  #sagiwall .intro .intro_cont h2 {
    margin-bottom: 10px;
    font-size: 2.1rem;
  }
  #sagiwall .intro .intro_cont p {
    font-size: 1.4rem;
  }
  
  #sagiwall .point {
    padding: 20px;
  }
  #sagiwall .point h3 {
    display: block;
    font-size: 2.4rem;
    color: #0897a8;
    background: none;
    width: auto;
    height: auto;
    padding: 0;
  }
  #sagiwall .point ul {
    margin-left: 0;
    margin-top: 2.4em;
    font-size: 1.7rem;
  }
  #sagiwall .arrowtxt {
    font-size: 5.8vw;
    bottom: -7vw;
  }
  #sagiwall:after {
    width: 0;
    height: 0;
    bottom: -16vw;
    left: 0;
  right: 0;
    border-style: solid;
    border-color: #edeff0 transparent transparent transparent;
    border-width: 18vw 32vw 0 32vw;
}

  /*=== 違いとは？ ===*/
  .difference {
    margin-top: 20px;
}
  .difference-container {
    flex-wrap: wrap;
    max-width: 710px;
    font-size: 11px;
    text-align: left;
}
  .difference-package {
  position: relative;
    width: calc((100% - 7px) / 2);
    margin-top: 7px;
    border-radius: 5px;
    overflow: hidden;
  }
  .difference-canvas {
    order: 0;
    margin: 0;
  }
  .difference-main,
  .difference-txt {
    min-height: 38px;
    padding: 5px;
    text-align: center;
  }
  .graph-image div {
    padding: 15px 10px;
  }
  .difference-cont {
    padding: 0 5px;
    border-radius: 0;
  }
  .difference-package.pattern-miyabull {
    order: 1;
  }
  .difference-package.pattern-security {
    order: 2;
}
  .difference-images {
  position: absolute;
    top: 50%;
    left: 0;
    max-width: 50px;
    transform: translateY(-50%);
  }
  .difference-detail {
    margin-top: 10px;
    padding: 18px 10px 20px;
    font-size: 14px;
    text-align: left;
    border-radius: 5px;
  }
  .difference-list {
    max-width: 100%;
    margin-bottom: 5px;
  }
  .difference-lead {
    font-size: 15px;
  }
  .graph, .percent {
    margin-top: 10px;
  }
  
  .graph-lead,
  .graph-lead span {
    font-size: 14px;
  }
  .graph-lead {
    padding: 15px 15px 10px;
  }
  .graph-image {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  }
  .graph-image h4 {
    padding-top: 0;
    font-size: 13px;
  }
  .graph-image h4 span {
    padding: 0 10px 5px 30px;
  }
  .graph-image h4 span::before {
    left: 7px;
    bottom: -5px;
    width: 15px;
  }
  .graph-image ol {
    margin: 10px 0;
  }
  .graph-image ol li {
    font-size: 11px;
  }
  /* --------------------
    virusclean
  -------------------- */
  #service #virusclean {
    margin: 21vw auto 50px;
  }
  #virusclean .intro {
    padding: 30px 10px;
  }
  #virusclean .intro h2 {
    font-size: 2rem;
  }
  #virusclean .intro p {
    text-decoration: underline;
    font-size: 1.4rem;
    border: none;
  }
  #virusclean .combination h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  #virusclean .combination p {
    font-size: 1.4rem;
  }
  #virusclean .combination img {
    vertical-align: top;
  }



  .faq {
    padding-top: 20px;
  }
  .faq-item {
      position: relative;
      border-width: 1px;
      min-height: 36px;
      font-size: 14px;
    }
  .faq-wrapItem:not(:first-child) {
      margin-top: 25px;
}
  .faq-question {
      min-height: 45px;
      padding: 6px 35px 6px 60px;
      font-size: 14px;
  line-height: 1.4;
}
  .faq-question::before {
      width: 45px;
      height: 45px;
      padding: 6px 0;
      font-size: 20px;
    }
  .faq-question::after {
      top: calc(50% + 1px);
      right: 15px;
      border-width: 10px 6px 0 6px;
}
  .faq-wrapItem.is-AcorShow .faq-question::after {
      top: calc(50% - 2px);
}
  .faq-answer {
      top: 10px;
      padding: 0 35px 10px 60px;
}
  .faq-answer::before {
      width: 45px;
      height: 45px;
      padding: 6px 0;
      font-size: 20px;
}
  .faq-txt {
      min-height: 55px;
      padding-bottom: 10px;

    }
  .faq-answer .pattern-space,
  .faq-answer dl,
  .faq-answer dt {
      margin-top: 8px;
    }
  .faq-list {
      padding-left: 30px;
    }
}

/*---- flex ----*/
.flex{
  display: flex;
}

/*---- clearfix ----*/
.clearfix {
  display: block;
  content: "";
  clear: both;
}
/*スクロール
------------------------------*/
.scrolltop {
  position: fixed;
  right: 15px;
  bottom: 264px;
  display: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  z-index: 9999;
}
.scrolltop img {
  width: 68px;
  height: auto;
  vertical-align: bottom;
}

