@charset "UTF-8";
/* --------------------------------------------
   ウイルスバスターリフォーム
-------------------------------------------- */
/* ウイルスバスターリフォーム */
body.category-virus-buster-reform h3.entry-title {
  position: relative;
  margin: 1em auto 1.3em;
  padding: 0.4em 0.2em;
  background: none;
  color: #000;
  font-size: 3.75em;
  line-height: 1.2;
  text-align: center;
}

body.category-virus-buster-reform h3.entry-title::before {
  content: unset;
}

body.category-virus-buster-reform h3.entry-title::after {
  position: absolute;
  bottom: -0.541em;
  left: 0;
  width: 100%;
  height: 0.541em;
  background-image: url(../../images/buster-h3.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.inview {
  -webkit-transform: translateY(20%);
  -webkit-transition: 1.8s;
  transform: translateY(20%);
  opacity: 0;
  transition: 1.8s;
}

.inview.show {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

body.category-virus-buster-reform {
  overflow-x: hidden;
}

body.category-virus-buster-reform .posts_wrap img {
  display: block;
  max-width: 100%;
  height: auto;
}

.buster-mian-visual {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42.5em;
  margin: 0 calc(50% - 50vw);
  background-image: url(../../images/buster_main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.buster-mian-visual-house {
  margin-bottom: 7em;
  padding: 3em 2em 1.5em;
  background-image: url(../../images/buster_main_cnt.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFF;
}

.buster-mian-visual-house-main {
  margin: 0 0.2em;
  padding-bottom: 0.3em;
  border-bottom: 1.5px solid #FFF;
  font-size: 3.438em;
  line-height: 1;
}

.buster-mian-visual-house-sub {
  margin-top: 0.5em;
  font-size: 1.125em;
}

.buster-mian-visual-house-select {
  margin-top: 1em;
}

.buster-mian-visual-house-select__logo {
  width: 8.375em;
  margin-right: 1.5em;
}

.buster-mian-visual-house-select__txt {
  font-size: 2.5em;
  line-height: 1.4;
}

.buster-fm-radio-wrap {
  position: relative;
  height: 11em;
}

.buster-fm-radio {
  position: absolute;
  top: -2.5em;
  right: 0;
  left: 0;
  width: 80%;
  margin: 0 auto 0;
  padding: 0.2em 1em 0.8em;
  background: rgba(255, 255, 0, 0.9);
}

.buster-fm-radio__title {
  width: 18em;
  margin: 0 auto;
  padding: 0.3em 0 0.2em;
  background: rgba(255, 255, 255, 0.9);
  font-size: 2.125em;
  line-height: 1;
}

.buster-fm-radio__txt {
  margin-top: 0.3em;
  font-size: 1.75em;
  line-height: 1.3;
}

a.buster-fm-radio-link {
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  -o-border-radius: 0.25em;
  display: block;
  position: relative;
  width: 30em;
  max-width: 100%;
  margin: 1em auto 0;
  padding: 0.5em;
  border: 1px solid #000;
  border-radius: 0.25em;
  color: #000;
  font-size: 1.125em;
  font-weight: bold;
  text-decoration: none;
}

a.buster-fm-radio-link::after {
  position: absolute;
  right: 1em;
  font-family: "FontAwesome";
  content: "";
}

.buster-mian-cnt-txt {
  margin-top: 1em;
  font-size: 1.875em;
  text-align: center;
}

.buster-mian-box-wrap {
  margin-top: 1.5em;
}

.buster-mian-box {
  width: 43%;
  padding: 1.5em 0.5em;
  background-image: url(../../images/bg_bdr.png);
}

.buster-mian-box__txt {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.buster-mian-box__img {
  margin-top: 1em;
}

.buster-mian-box__txt-small {
  font-size: 0.75em;
}

.buster-mian-and {
  font-size: 6.688em;
}

/* 光触媒による絶大な効果 */
.buster-section-txt {
  font-size: 1.313em;
  line-height: 2;
  text-align: center;
}

.buster-effect-bg {
  margin-top: 2em;
  padding-bottom: 30em;
  background-image: url(../../images/buster_effect_bg.jpg);
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.buster-effect-cnt {
  width: 90%;
  margin: 0 auto;
  padding: 1em 0.5em;
  background: rgba(163, 128, 70, 0.9);
  color: #FFF;
  text-align: center;
}

.buster-effect-box {
  width: 33.3333333%;
}

.buster-effect-box:nth-of-type(2) {
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
}

.buster-effect-box__title {
  position: relative;
  padding: 0.5em 0;
  font-size: 1.875em;
  font-weight: bold;
}

.buster-effect-box__title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 5em;
  height: 1px;
  margin: 0 auto;
  background-image: url(../../images/buster_effect_bdr.png);
  background-repeat: repeat-x;
  background-size: 90%;
  content: "";
}

.buster-effect-box__txt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8em;
  font-size: 1.125em;
}

.buster-effect-document {
  width: 80%;
  margin: 3em auto 0;
  border: 1px solid #717071;
}

.buster-document-attention {
  margin-top: 2em;
  text-align: center;
}

/* ハイランド・ハウスが提供する光触媒建材によるリフォーム */
.buster-reform {
  width: 90%;
  margin: 0 auto;
}

.buster-reform-box {
  width: 48%;
  margin-top: 2em;
}

.buster-reform-box__title {
  border-bottom: 2px solid #6a3906;
  color: #6a3906;
  font-size: 1.875em;
  font-weight: bold;
}

.buster-reform-box__img {
  margin-top: 0.5em;
}

/* 安心・安全な光触媒建材 */
.buster-safe-anchor {
  margin-top: 4em;
}

.buster-safe-anchor-box {
  position: relative;
  width: 48%;
  padding: 1.5em;
  background-image: url(../../images/buster-safe-anchor-bg.png);
}

a.buster-safe-anchor-box:hover {
  text-decoration: none;
}

.buster-safe-anchor-box__title {
  margin-top: -3.6em;
  margin-right: auto;
  margin-left: auto;
}

.buster-safe-anchor-box--airwash .buster-safe-anchor-box__title {
  width: 14.375em;
}

.buster-safe-anchor-box--ecoqueen .buster-safe-anchor-box__title {
  width: 18.125em;
}

.buster-safe-anchor-box__txt {
  margin-top: 1em;
  font-size: 1.625em;
  font-weight: bold;
  text-align: center;
}

.buster-safe-anchor-box--airwash .buster-safe-anchor-box__txt {
  color: #171c61;
}

.buster-safe-anchor-box--ecoqueen .buster-safe-anchor-box__txt {
  color: #6a3906;
}

.buster-safe-anchor-box__img {
  margin-top: 1em;
}

.buster-safe-anchor-box__signal {
  width: 4.864em;
  height: 4.864em;
  margin-top: -2.5em;
  margin-right: auto;
  margin-left: auto;
}

/* Air Wash */
.buster-safe-cnt-title {
  margin: 7em auto 3em;
  padding-bottom: 0.5em;
  border-bottom: 0.25em solid #000;
}

.buster-safe-cnt-title--airwash {
  border-color: #171c61;
}

.buster-safe-cnt-title__main {
  margin: 0 auto;
}

.buster-safe-cnt-title--airwash .buster-safe-cnt-title__main {
  width: 18.75em;
}

.buster-safe-cnt-title__sub {
  margin-top: 1em;
  font-size: 1.625em;
  font-weight: bold;
  text-align: center;
}

.buster-safe-cnt-sub-title {
  margin: 3em auto 2em;
  padding: 0.5em;
  color: #FFF;
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.buster-safe-cnt-sub-title--airwash {
  background-color: #171c61;
}

.buster-airwash-circle-wrap {
  width: 90%;
  margin: 0 auto;
}

.buster-airwash-circle-box {
  position: relative;
  width: 17.5em;
  height: 17.5em;
  margin: 3em 1em 0;
  border: 1px solid #171c61;
  border-radius: 50%;
}

.buster-airwash-circle-box-icon-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.125em;
  height: 5em;
  margin: -2em auto 0;
  background-color: #fff;
}

.buster-airwash-circle-box-icon {
  width: 4.063em;
}

.buster-airwash-circle-box-main {
  margin-top: 0.5em;
  font-size: 2.531em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.buster-airwash-circle-box-txt {
  margin-top: 1em;
  font-size: 1.125em;
  text-align: center;
}

.buster-airwash-circle-box-txt__small {
  font-size: 0.8em;
}

.buster-airwash-imgwrap {
  margin-top: 5em;
  padding: 1.5em 2.5em;
  background-image: url(../../images/buster-airwash-img-bg.png);
  background-size: cover;
}

.buster-airwash-img {
  width: 49.5%;
}

.buster-airwash-best-container {
  padding: 1.5em 3em;
  background-image: url(../../images/bg_bdr.png);
}

.buster-airwash-best-title__img {
  width: 5.938em;
  margin-right: 2em;
}

.buster-airwash-best-title__txt {
  font-size: 2em;
  font-weight: bold;
}

.buster-airwash-best-document-wrap {
  margin-top: 1em;
}

.buster-airwash-best-document-img {
  -webkit-box-shadow: 0.43em 0.43em 5px #d4d4d4;
  width: 30%;
  margin: 0 1.5%;
  box-shadow: 0.43em 0.43em 5px #d4d4d4;
}

.buster-airwash-best-document-click {
  margin-top: 2em;
  color: #595757;
  font-size: 0.938em;
  text-align: center;
}

.buster-airwash-feature-line {
  margin-top: 2em;
}

.buster-airwash-feature-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 9.5em;
  min-height: 8.5em;
  padding: 1em 0;
  border-right: 0.188em solid #171c61;
  font-family: "Gabriola";
  line-height: 1;
}

.buster-airwash-feature-wrap .buster-airwash-feature-line:nth-of-type(3) .buster-airwash-feature-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.buster-airwash-feature-left__eng {
  font-size: 1.625em;
}

.buster-airwash-feature-left__num {
  font-size: 6.688em;
  line-height: 0.5;
}

.buster-airwash-feature-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 2em;
  padding: 1em 0;
  font-size: 1.25em;
  line-height: 1.8;
}

.buster-airwash-feature-right__img {
  margin-top: 1em;
}

.buster-airwash-feature-right__attention {
  margin-top: 1em;
  font-size: 0.938em;
  text-align: center;
}

.buster-conversion-bg {
  margin-top: 5em;
  padding: 7em 0;
  background-image: url(../../images/buster-conversion-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.buster-conversion-house {
  position: relative;
  width: 54.063em;
  max-width: 100%;
  margin: 2.5em auto 0;
  padding: 2em 2em 4.5em;
  background: rgba(133, 97, 52, 0.76);
  color: #FFF;
}

.buster-conversion-house::before {
  position: absolute;
  top: -2.5em;
  left: 0;
  width: 54.063em;
  height: 2.5em;
  border-top: 0 solid transparent;
  border-right: 27.0315em solid transparent;
  border-bottom: 2.5em solid rgba(133, 97, 52, 0.76);
  border-left: 27.0315em solid transparent;
  content: "";
}

.buster-conversion-main {
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
}

.buster-conversion-btn-wrap {
  margin-top: 2em;
}

a.buster-conversion-mail,
a.buster-conversion-tell {
  width: 49%;
  padding: 1.2em;
  border: 0.25em solid #FFF;
  color: #FFF;
  text-decoration: none;
}

a.buster-conversion-tell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.buster-conversion-mail__icon {
  width: 2.563em;
  margin-right: 1em;
}

.buster-conversion-mail__txt {
  font-size: 1.125em;
}

.buster-conversion-tell__free {
  width: 3.938em;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
}

.buster-conversion-tell__txt {
  font-size: 1.125em;
  text-align: center;
}

.buster-conversion-tell__txt .number {
  display: inline-block;
  margin-top: 0.1em;
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
}

/* エコ・クイーン */
.buster-safe-cnt-title--ecoqueen {
  border-color: #6a3906;
}

.buster-safe-cnt-title--ecoqueen .buster-safe-cnt-title__main {
  width: 27em;
}

.buster-safe-cnt-title--ecoqueen .buster-safe-cnt-title__sub {
  margin-top: 0.5em;
}

.buster-safe-cnt-sub-title--ecoqueen {
  background-color: #6a3906;
}

.buster-ecoqueen-circle-box {
  position: relative;
  width: 15.313em;
  height: 15.313em;
  margin-top: 2em;
  border: 1px solid #6a3906;
  border-radius: 50%;
}

.buster-ecoqueen-circle-icon-wrap {
  width: 7.125em;
  height: 5em;
  margin: -2em auto 0;
  background-color: #fff;
}

.buster-ecoqueen-circle-icon {
  width: 5em;
}

.buster-ecoqueen-circle-box:nth-of-type(2) .buster-ecoqueen-circle-icon {
  width: 4.5em;
}

.buster-ecoqueen-circle-box:nth-of-type(4) .buster-ecoqueen-circle-icon {
  width: 5.5em;
}

.buster-ecoqueen-circle-main {
  margin-top: 0.4em;
  font-size: 2.125em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.buster-ecoqueen-circle-txt {
  margin-top: 0.8em;
  font-size: 0.938em;
  text-align: center;
}

.buster-ecoqueen-circle-txt__small {
  font-size: 0.9em;
}

.buster-ecoqueen-circle-bottom {
  width: 95%;
  margin: 2em auto 0;
}

.buster-ecoqueen-circle-bottom__img {
  width: 48%;
}

.buster-ecoqueen-effect-bg {
  width: 98%;
  margin: 1em auto 0;
  padding: 3em;
  background-image: url(../../images/bg_bdr.png);
}

.buster-ecoqueen-ul {
  width: 60%;
  padding-left: 2em;
}

.buster-ecoqueen-list {
  position: relative;
  margin-bottom: 0.8em !important;
  margin-left: 1.5em !important;
  font-size: 1.25em;
  font-weight: bold;
  list-style: none !important;
}

.buster-ecoqueen-list::before {
  position: absolute;
  left: -1.5em;
  content: "●";
}

.buster-ecoqueen-effect-img {
  width: 40%;
}

@media screen and (max-width: 1900px) {
  /* ウイルスバスターリフォーム */
}

@media screen and (max-width: 1700px) {
  /* ウイルスバスターリフォーム */
}

@media screen and (max-width: 1540px) {
  /* ウイルスバスターリフォーム */
}

@media screen and (max-width: 1260px) {
  /* ウイルスバスターリフォーム */
}

@media screen and (max-width: 1024px) {
  /* ウイルスバスターリフォーム */
  .buster-mian-box-wrap {
    width: 47%;
  }
  .buster-mian-and {
    font-size: 3.5em;
  }
  .buster-effect-bg {
    padding-bottom: 26em;
  }
  .buster-effect-box__txt {
    font-size: 1em;
  }
  .buster-safe-anchor-box__txt {
    font-size: 1.25em;
  }
  .buster-airwash-circle-wrap {
    width: 100%;
  }
  .buster-airwash-feature-right {
    font-size: 1.125em;
  }
  .buster-ecoqueen-circle-wrap {
    font-size: 0.95em;
  }
  .buster-conversion-house::before {
    border-right: 42vw solid transparent;
    border-bottom: 4vw solid rgba(133, 97, 52, 0.76);
    border-left: 42vw solid transparent;
  }
  .buster-ecoqueen-effect-bg {
    padding: 2em;
  }
  .buster-ecoqueen-ul {
    padding-left: 1em;
  }
}

@media screen and (max-width: 768px) {
  /* ウイルスバスターリフォーム */
  body.category-virus-buster-reform h3.entry-title {
    font-size: 2.5em;
  }
  .buster-mian-visual-house {
    background-image: url(../../images/buster_main_cnt_sp.png);
    background-size: 100%;
  }
  .buster-mian-visual-house-main {
    padding-bottom: 0.1em;
    line-height: 1.1;
  }
  .buster-mian-visual-house-select {
    display: block;
  }
  .buster-mian-visual-house-select__logo {
    margin: 0 auto;
  }
  .buster-mian-visual-house-select__txt {
    margin-top: 0.3em;
    line-height: 1.2;
    text-align: center;
  }
  .buster-fm-radio-wrap {
    height: 10em;
  }
  .buster-fm-radio {
    width: 100%;
  }
  .buster-fm-radio__title {
    width: 17em;
    font-size: 1.8em;
  }
  .buster-fm-radio__txt {
    font-size: 1.5em;
  }
  .buster-mian-cnt-txt {
    font-size: 1.5em;
  }
  .buster-mian-box-wrap {
    width: 100%;
    font-size: 0.65em;
  }
  .buster-section-txt {
    font-size: 1.2em;
  }
  .buster-effect-bg {
    padding-bottom: 18em;
  }
  .buster-effect-cnt {
    width: 95%;
    font-size: 0.75em;
  }
  .buster-safe-anchor-box {
    font-size: 0.8em;
  }
  .buster-safe-cnt-title--airwash .buster-safe-cnt-title__main {
    width: 15em;
  }
  .buster-airwash-circle-wrap {
    font-size: 0.7em;
  }
  .buster-airwash-best-title__img {
    margin-right: 0;
  }
  .buster-airwash-best-title__txt {
    width: 100%;
    font-size: 1.8em;
    text-align: center;
  }
  .buster-airwash-feature-left {
    width: 100%;
    min-height: unset;
    border-right: 0;
    border-bottom: 0.188em solid #171c61;
  }
  .buster-airwash-feature-right {
    margin-left: 0;
  }
  .buster-ecoqueen-circle-wrap {
    width: 80%;
    margin: 0 auto;
    font-size: 1em;
  }
  .buster-conversion-bg {
    padding: 3em 1em;
  }
  .buster-conversion-house {
    width: 100%;
  }
  .buster-conversion-btn-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  a.buster-conversion-mail,
a.buster-conversion-tell {
    width: 70%;
  }
  a.buster-conversion-tell {
    margin-top: 0.5em;
  }
  .buster-safe-cnt-title--ecoqueen .buster-safe-cnt-title__main {
    width: 20em;
  }
  .buster-ecoqueen-circle-box {
    margin-top: 4em;
  }
  .buster-ecoqueen-effect-bg {
    margin: 1em 0 0;
    padding: 1em;
  }
  .buster-ecoqueen-ul {
    width: 65%;
    padding-left: 0;
    font-size: 0.85em;
  }
  .buster-ecoqueen-effect-img {
    width: 35%;
  }
  .event_wrapper_link {
    width: 100%;
    margin-top: 1em;
  }
}

@media screen and (max-width: 480px) {
  /* ウイルスバスターリフォーム */
  body.category-virus-buster-reform h3.entry-title {
    font-size: 1.5em;
  }
  body.category-virus-buster-reform h3.entry-title::after {
    bottom: -0.9em;
    left: -10%;
    width: 120%;
    height: 0.9em;
    background-position: center;
    background-size: cover;
  }
  .buster-mian-visual {
    display: block;
    height: unset;
    padding: 4em 0.5em 7em;
  }
  .buster-mian-visual-house {
    font-size: 0.7em;
  }
  .buster-fm-radio-wrap {
    height: 7em;
  }
  .buster-fm-radio {
    font-size: 0.7em;
  }
  .buster-fm-radio__title {
    width: 17em;
    font-size: 1.5em;
  }
  .buster-mian-box-wrap {
    display: block;
  }
  .buster-mian-box {
    width: 100%;
  }
  .buster-mian-and {
    margin: 0.3em 0;
    text-align: center;
  }
  .buster-section-txt {
    font-size: 1em;
  }
  .buster-effect-bg {
    margin: 2em calc(50% - 50vw) 0;
    padding: 0 2.5% 10.5em;
    font-size: 1.2em;
  }
  .buster-effect-cnt {
    display: block;
    width: 100%;
    font-size: 0.75em;
  }
  .buster-effect-box {
    width: 100%;
  }
  .buster-effect-box:nth-of-type(2) {
    border-top: 1px solid #FFF;
    border-right: unset;
    border-bottom: 1px solid #FFF;
    border-left: unset;
  }
  .buster-effect-box__txt {
    font-size: 1.2em;
  }
  .buster-effect-document {
    width: 100%;
  }
  .buster-reform {
    width: 100%;
  }
  .buster-reform-box {
    margin-top: 1em;
  }
  .buster-reform-box__title {
    font-size: 1em;
  }
  .buster-safe-anchor {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .buster-safe-anchor-box {
    width: 100%;
  }
  .buster-safe-anchor-box--ecoqueen {
    margin-top: 4em;
  }
  .buster-safe-cnt-sub-title {
    margin: 2em auto 1em;
    font-size: 1.45em;
  }
  .buster-airwash-circle-wrap {
    font-size: 1em;
  }
  .buster-airwash-circle-box {
    margin-top: 5em;
  }
  .buster-airwash-circle-box:first-of-type {
    margin-top: 0.5em;
  }
  .buster-airwash-imgwrap {
    margin-top: 2em;
    padding: 1em;
  }
  .buster-airwash-img {
    width: 100%;
  }
  .buster-airwash-img:last-of-type {
    margin-top: 1.5em;
  }
  .buster-airwash-best-container {
    margin-top: 3em;
    padding: 1em;
  }
  .buster-airwash-best-title__txt {
    font-size: 1.25em;
  }
  .buster-airwash-best-document-wrap {
    margin-top: 0;
  }
  .buster-airwash-best-document-img {
    width: 60%;
    margin: 2em auto 0;
  }
  .buster-ecoqueen-circle-wrap {
    width: 100%;
  }
  .buster-conversion-bg {
    margin-top: 2em;
  }
  .buster-conversion-house {
    margin-top: 2.5em;
    padding: 1em 1.5em 4em;
  }
  .buster-conversion-house::before {
    border-bottom: 8vw solid rgba(133, 97, 52, 0.76);
  }
  .buster-conversion-main {
    font-size: 1.125em;
  }
  .buster-conversion-btn-wrap {
    margin-top: 1.5em;
  }
  a.buster-conversion-mail,
a.buster-conversion-tell {
    width: 100%;
    font-size: 0.9em;
  }
  .buster-ecoqueen-circle-box {
    font-size: 0.85em;
  }
  .buster-ecoqueen-circle-box:nth-of-type(1),
.buster-ecoqueen-circle-box:nth-of-type(2) {
    margin-top: 2em;
  }
  .buster-ecoqueen-circle-bottom {
    width: 100%;
  }
  .buster-ecoqueen-circle-bottom__img {
    width: 100%;
  }
  .buster-ecoqueen-circle-bottom__img:nth-of-type(2) {
    margin-top: 0.5em;
  }
  .buster-ecoqueen-ul {
    width: 100%;
    font-size: 0.75em;
  }
  .buster-ecoqueen-effect-img {
    width: 80%;
    margin: 1em auto 0;
  }
}