@charset "UTF-8";
@media (min-width: 769px) {
  .only-pc {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .only-sp {
    display: block !important;
  }
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #333333;
}

html {
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-seri;
}

@media (max-width: 768px) {
  a:active, a:visited, a:hover {
    opacity: 1;
  }
}

.container {
  margin: 0 auto;
  display: block;
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  #kv {
    margin-bottom: 0;
  }
}

.anchor-list {
  margin: 40px auto;
  max-width: 1280px;
}
@media (max-width: 768px) {
  .anchor-list {
    margin: 30px 0 0;
  }
}
.anchor-list h3 {
  margin: 0 auto 45px;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .anchor-list h3 {
    margin-bottom: 22px;
    font-size: 22px;
  }
}
.anchor-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .anchor-list ul {
    display: block;
  }
}
.anchor-list ul li {
  width: 48.5%;
}
@media (max-width: 768px) {
  .anchor-list ul li {
    width: 100%;
  }
  .anchor-list ul li + li {
    margin-top: 10px;
  }
}
.anchor-list ul li a {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  background-color: #A50034;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .anchor-list ul li a {
    font-size: 25px;
    height: 70px;
  }
}
@media (max-width: 768px) {
  .anchor-list ul li a {
    height: 60px;
    font-size: 22px;
  }
}
.anchor-list ul li a:after {
  content: "";
  width: 20px;
  height: 35px;
  background: url(../img/arr_right.svg) center center/100% no-repeat;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .anchor-list ul li a:after {
    width: 10px;
    height: 20px;
    right: 22px;
  }
}
.btn-red {
  margin: 0 auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 210px;
  height: 45px;
  border-radius: 3px;
  background-color: #A50034;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .btn-red {
    height: 36px;
  }
}

.measures {
  margin-top: 60px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .measures {
    margin-top: 33px;
  }
}
.measures-list {
  margin: 40px auto 0;
  max-width: 1140px;
}
@media (max-width: 768px) {
  .measures-list {
    margin-top: 29px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.measures-list h3 {
  margin-bottom: 54px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .measures-list h3 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .measures-list h3 {
    margin-bottom: 34px;
    font-size: 20px;
    line-height: 26px;
  }
}
.measures ul {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .measures ul {
    padding-bottom: 1px;
    display: block;
  }
}
.measures ul li {
  width: 100%;
}
@media (min-width: 769px) {
  .measures ul li {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .measures ul li {
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
}
.measures ul li + li {
  margin-top: 19px;
}
@media (max-width: 768px) {
  .measures ul li + li {
    margin-top: 27px;
  }
}
.measures ul li .mark {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.16em;
  width: calc(100% - 200px);
  border: 2px solid #a40034;
  border-radius: 20px;
  position: relative;
  background-color: #fff;
}
.measures ul li .mark:before {
  content: "";
  width: 34px;
  height: 24px;
  background: url(../img/bgd_question.png) center center/100% 100% no-repeat;
  position: absolute;
  top: 28px;
  right: 100%;
}
@media (min-width: 769px) {
  .measures ul li .mark {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 117px;
  }
}
@media (max-width: 768px) {
  .measures ul li .mark {
    padding: 10px 3px 10px 10px;
    width: 55%;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    position: relative;
    z-index: 2;
    letter-spacing: -0.05em;
    border-radius: 15px;
  }
  .measures ul li .mark:before {
    width: 22px;
    height: 24px;
    background-image: url(../img/bgd_question_sp.png);
    top: 50%;
    transform: translateY(-50%);
  }
}
.measures ul li .mark span {
  color: #A50034;
}
@media (min-width: 769px) {
  .measures ul li .mark span {
    display: contents;
  }
}
.measures ul li .icon {
  width: 160px;
}
@media (max-width: 768px) {
  .measures ul li .icon {
    width: 35%;
    position: relative;
    z-index: 1;
  }
}
.measures ul li .icon img {
  width: 100%;
}
.measures-note {
  margin: 60px auto 0;
  background-color: #FCE4EB;
  border: 3px solid #A50034;
  max-width: 1280px;
}
@media (max-width: 768px) {
  .measures-note {
    margin-top: 29px;
    border-width: 4px;
  }
}
.measures-note p {
  padding: 24px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .measures-note p {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (max-width: 768px) {
  .measures-note p {
    padding: 23px 20px 26px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
  }
}
.measures-note p span {
  font-size: 30px;
  color: #A50034;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .measures-note p span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .measures-note p span {
    font-size: 18px;
  }
}
.measures + .anchor-list {
  margin-top: 50px;
  max-width: 1320px;
}
@media (max-width: 768px) {
  .measures + .anchor-list {
    margin-top: 24px;
  }
}

@media (max-width: 768px) {
  .countermeasure {
    margin-top: 30px;
  }
}
.countermeasure__ttl {
  margin-bottom: 20px;
  width: 100%;
  height: 80px;
  background-color: #333333;
  color: #fff;
  text-align: center;
  font-size: 36px;
  line-height: 80px;
  font-weight: 600;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .countermeasure__ttl {
    margin-bottom: 10px;
    font-size: 18px;
    height: 50px;
    letter-spacing: 0.15em;
  }
}
.countermeasure__banner img {
  width: 100%;
}
.countermeasure .sub-ttl {
  margin-top: 54px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .countermeasure .sub-ttl {
    margin-top: 26px;
    padding: 0 24px;
    font-size: 16px;
    line-height: 24px;
  }
}
.countermeasure__product {
  margin: 54px auto 0;
  padding: 68px 50px 60px;
  border: 1px solid #E4E4E4;
  max-width: 1280px;
}
@media (max-width: 768px) {
  .countermeasure__product {
    margin-top: 31px;
    padding: 30px 16px;
    width: calc(100% - 48px);
  }
}
.countermeasure__product.new {
  position: relative;
}
.countermeasure__product.new:before {
  content: "";
  width: 127px;
  height: 46px;
  background: url(../img/icon_new.svg) center center/100% no-repeat;
  position: absolute;
  top: 13px;
  left: -5px;
}
@media (max-width: 768px) {
  .countermeasure__product.new:before {
    width: 97px;
    top: 4px;
  }
}
.countermeasure__product__detail {
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (max-width: 992px) {
  .countermeasure__product__detail {
    display: block;
  }
}
@media (max-width: 768px) {
  .countermeasure__product__detail {
    padding-bottom: 29px;
    display: block;
  }
}
.countermeasure__product__detail .thumb {
  width: 59%;
}
@media screen and (max-width: 992px) {
  .countermeasure__product__detail .thumb {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .countermeasure__product__detail .thumb {
    margin-top: 40px;
    width: 100%;
    text-align: center;
  }
  .countermeasure__product__detail .thumb img {
    margin: 0 auto;
    width: 104%;
  }
}
.countermeasure__product__detail .desc {
  margin-top: -57px;
  width: 35%;
}
@media screen and (max-width: 992px) {
  .countermeasure__product__detail .desc {
    margin-top: 60px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .countermeasure__product__detail .desc {
    margin-top: 28px;
    width: 100%;
    border-top: 1px solid #E4E4E4;
  }
}
.countermeasure__product__detail .desc li {
  padding: 40px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (max-width: 992px) {
  .countermeasure__product__detail .desc li {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .countermeasure__product__detail .desc li {
    justify-content: flex-start;
    padding: 15px 0;
  }
}
@media (min-width: 769px) {
  .countermeasure__product__detail .desc li:first-child {
    padding-top: 0;
  }
}
.countermeasure__product__detail .desc li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.countermeasure__product__detail .desc li:nth-child(1) .icon img {
  width: 75px;
}
@media (max-width: 768px) {
  .countermeasure__product__detail .desc li:nth-child(1) .icon img {
    width: 54px;
  }
}
.countermeasure__product__detail .desc li:nth-child(2) .icon img {
  width: 94px;
}
@media (max-width: 768px) {
  .countermeasure__product__detail .desc li:nth-child(2) .icon img {
    width: 62px;
  }
}
.countermeasure__product__detail .desc li:nth-child(3) .icon img {
  width: 77px;
}
@media (max-width: 768px) {
  .countermeasure__product__detail .desc li:nth-child(3) .icon img {
    width: 54px;
  }
}
.countermeasure__product__detail .desc li:nth-child(3) .detail p {
  letter-spacing: -0.03em;
}
.countermeasure__product__detail .desc li .icon {
  flex: 95px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .countermeasure__product__detail .desc li .icon {
    flex: 62px 0 0;
  }
}
.countermeasure__product__detail .desc li .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.countermeasure__product__detail .desc li .detail {
  padding-left: 20px;
}
.countermeasure__product__detail .desc li .detail h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #000;
}
@media (max-width: 768px) {
  .countermeasure__product__detail .desc li .detail h4 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 374px) {
  .countermeasure__product__detail .desc li .detail h4 {
    font-size: 16px;
  }
}
.countermeasure__product__detail .desc li .detail h4 span {
  color: #A50034;
}
.countermeasure__product__detail .desc li .detail h4 sup {
  font-size: 10px;
  line-height: 1;
  vertical-align: text-top;
}
@media (max-width: 768px) {
  .countermeasure__product__detail .desc li .detail h4 sup {
    margin-top: 3px;
    display: inline-block;
    font-size: 7px;
    line-height: 0;
  }
}
.countermeasure__product__detail .desc li .detail p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 992px) {
  .countermeasure__product__detail .desc li .detail p {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .countermeasure__product__detail .desc li .detail p {
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  .countermeasure__product__detail .desc li .detail p {
    font-size: 12px;
  }
}
.countermeasure__product__detail .desc li .detail p span {
  display: block;
  color: #6B6B6B;
  line-height: 24px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .countermeasure__product__detail .desc li .detail p span {
    line-height: 20px;
  }
}
.countermeasure__product__detail .desc li .detail p sup {
  margin-top: 3px;
  display: inline-block;
  font-size: 8px;
  line-height: 0;
  vertical-align: text-top;
}
@media (max-width: 768px) {
  .countermeasure__product__detail .desc li .detail p sup {
    font-size: 7px;
  }
}
.countermeasure__product__detail .desc li .detail p + p {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .countermeasure__product__detail .desc li .detail p + p {
    margin-top: 5px;
  }
}
.countermeasure__product__bottom {
  padding: 40px 0 57px;
}
@media (max-width: 768px) {
  .countermeasure__product__bottom {
    padding: 14px 0 21px;
  }
}
.countermeasure__product__bottom h4 {
  text-align: center;
}
@media (max-width: 768px) {
  .countermeasure__product__bottom h4 {
    padding-bottom: 12px;
    border-bottom: 1px solid #E4E4E4;
  }
}
.countermeasure__product__bottom h4 img {
  width: 425px;
}
@media (max-width: 768px) {
  .countermeasure__product__bottom h4 img {
    width: 89%;
    max-width: 260px;
  }
}
.countermeasure__product__bottom ul {
  margin: 44px auto 0;
  display: flex;
  width: 82%;
}
@media (max-width: 768px) {
  .countermeasure__product__bottom ul {
    margin-top: 4px;
    flex-wrap: wrap;
    width: 100%;
  }
}
.countermeasure__product__bottom ul li {
  width: 25%;
  height: 111px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .countermeasure__product__bottom ul li {
    width: 50%;
  }
}
.countermeasure__product__bottom ul li::after {
  content: "";
  width: 1px;
  height: 92px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #E4E4E4;
}
@media (max-width: 768px) {
  .countermeasure__product__bottom ul li::after {
    content: none;
  }
}
.countermeasure__product__bottom ul li img {
  margin: 0 auto;
}
.countermeasure__product__bottom ul li:last-child:after {
  content: none;
}
.countermeasure__product__bottom ul li:nth-child(1) img {
  width: 80px;
}
@media (max-width: 768px) {
  .countermeasure__product__bottom ul li:nth-child(1) img {
    width: 66px;
  }
}
.countermeasure__product__bottom ul li:nth-child(2) img {
  width: 68px;
}
@media (max-width: 768px) {
  .countermeasure__product__bottom ul li:nth-child(2) img {
    width: 54px;
  }
}
.countermeasure__product__bottom ul li:nth-child(3) img {
  width: 84px;
}
@media (max-width: 768px) {
  .countermeasure__product__bottom ul li:nth-child(3) img {
    width: 68px;
  }
}
.countermeasure__product__bottom ul li:nth-child(4) img {
  width: 108px;
}
@media (max-width: 768px) {
  .countermeasure__product__bottom ul li:nth-child(4) img {
    width: 86px;
  }
}
.countermeasure__product__note {
  margin-bottom: 58px;
}
@media (max-width: 768px) {
  .countermeasure__product__note {
    margin-bottom: 28px;
  }
}
.countermeasure__product__note p {
  padding-left: 13px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #6B6B6B;
  text-indent: -14px;
}
@media (max-width: 768px) {
  .countermeasure__product__note p {
    font-size: 13px;
    line-height: 24px;
  }
}
.countermeasure__product__note p + p {
  margin-top: 3px;
}
@media (max-width: 768px) {
  .countermeasure__product__note p + p {
    margin-top: 1px;
  }
}
.countermeasure__item + .countermeasure__item {
  margin-top: 83px;
}
.countermeasure__item + .countermeasure__item .countermeasure__product__detail .thumb {
  margin-top: 4px;
  margin-left: 49px;
  width: 44.5%;
}
@media screen and (max-width: 992px) {
  .countermeasure__item + .countermeasure__item .countermeasure__product__detail .thumb {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .countermeasure__item + .countermeasure__item .countermeasure__product__detail .thumb img {
    margin: 0 auto;
    width: 82%;
  }
}
@media (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .countermeasure__product__detail .thumb {
    margin: 0;
    margin-top: 9px;
    width: 100%;
  }
  .countermeasure__item + .countermeasure__item .countermeasure__product__detail .thumb img {
    width: 82%;
  }
}
.countermeasure__item + .countermeasure__item .countermeasure__product__detail .desc {
  margin-top: -12px;
}
@media screen and (max-width: 992px) {
  .countermeasure__item + .countermeasure__item .countermeasure__product__detail .desc {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .countermeasure__product__detail .desc {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .countermeasure__product__detail .desc li .icon {
    flex: 68px 0 0;
  }
}
.countermeasure__item + .countermeasure__item .countermeasure__product__detail .desc li:nth-child(1) .icon img {
  width: 90px;
}
@media (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .countermeasure__product__detail .desc li:nth-child(1) .icon img {
    width: 68px;
  }
}
.countermeasure__item + .countermeasure__item .countermeasure__product__detail .desc li:nth-child(2) .icon img {
  width: 90px;
}
@media (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .countermeasure__product__detail .desc li:nth-child(2) .icon img {
    width: 68px;
  }
}
.countermeasure__item + .countermeasure__item .countermeasure__product__detail .desc li:nth-child(3) .icon img {
  width: 78px;
}
@media (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .countermeasure__product__detail .desc li:nth-child(3) .icon img {
    width: 66px;
  }
}
@media (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .countermeasure__product__detail .desc li .detail p {
    letter-spacing: -0.03em;
  }
}
.countermeasure__item + .countermeasure__item .countermeasure__product__bottom {
  padding-bottom: 53px;
}
@media (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .countermeasure__product__bottom {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 17px;
    padding-bottom: 27px;
  }
}
.countermeasure__item + .countermeasure__item .countermeasure__product__bottom ul {
  margin-top: 0;
  max-width: 100%;
  width: 96%;
}
@media (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .countermeasure__product__bottom ul {
    max-width: 100%;
    width: 100%;
  }
}
.countermeasure__item + .countermeasure__item .countermeasure__product__bottom ul li {
  width: 33.33%;
  text-align: center;
  height: auto;
}
.countermeasure__item + .countermeasure__item .countermeasure__product__bottom ul li::after {
  content: none;
}
.countermeasure__item + .countermeasure__item .countermeasure__product__bottom ul li img {
  width: 53.5% !important;
}
@media (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .countermeasure__product__bottom ul li img {
    width: 90px !important;
  }
}
.countermeasure__item + .countermeasure__item .find-online .list ul li .box {
  height: 233px;
}
@media (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .find-online .list ul li .box {
    height: auto;
  }
}
.countermeasure__item + .countermeasure__item .find-online .list ul li .box .links .text {
  padding-top: 0;
  max-width: 180px;
  height: 48px;
  overflow: hidden;
  margin: 0 auto 11px auto;
  font-size: 16px;
  line-height: 24px;
  color: #6b6b6b;
}
@media (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .find-online .list ul li .box .links .text {
    margin: 0;
    width: 100%;
    max-width: unset;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 2px;
    white-space: normal;
    height: auto;
  }
}
.countermeasure__item + .countermeasure__item .find-online .list ul li .box .links .btns {
  margin-top: 30px;
  position: static;
}
@media (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .find-online .list ul li .box .links .btns {
    margin-top: 0;
    line-height: 1;
  }
}
.countermeasure__item + .countermeasure__item .find-online .list ul li .box .img {
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .find-online .list ul li .box .img {
    margin-bottom: 0;
    padding-top: 0;
    justify-content: flex-start;
  }
  .countermeasure__item + .countermeasure__item .find-online .list ul li .box .img img {
    height: auto;
  }
}
@media (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .find-online .list ul li .box > a {
    display: flex;
    height: 100%;
  }
}
.countermeasure__item + .countermeasure__item .find-online .list ul li:nth-child(1) .box .img {
  width: 50%;
}
@media (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .find-online .list ul li:nth-child(1) .box .img {
    width: 30%;
  }
}
.countermeasure__item + .countermeasure__item .find-online .list ul li:nth-child(2) .box .img {
  width: 40%;
}
@media (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .find-online .list ul li:nth-child(2) .box .img {
    width: 23%;
  }
}
.countermeasure__item + .countermeasure__item .find-online .list ul li:nth-child(3) .box .img {
  width: 40%;
}
@media (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .find-online .list ul li:nth-child(3) .box .img {
    width: 25%;
  }
}
.countermeasure__item + .countermeasure__item .find-online .list ul li:nth-child(4) .box .img {
  width: 49%;
}
@media (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .find-online .list ul li:nth-child(4) .box .img {
    width: 25%;
  }
}
.countermeasure__item + .countermeasure__item .find-online .btn.btn-outline-secondary {
  color: #fff;
  border-color: #a50034;
  background: #a50034;
}
@media (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .find-online .btn.btn-outline-secondary {
    margin-top: -45px;
    color: #333333;
    background: transparent;
    border-color: transparent;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .countermeasure__item + .countermeasure__item .find-online .btn.btn-outline-secondary {
    margin-top: -5px;
  }
}
@media (min-width: 769px) {
  .countermeasure__item + .countermeasure__item .find-online a:hover {
    opacity: 1;
  }
}

.find-online .list ul li .box, .find-online .list ul, .find-online .list {
  *zoom: 1;
}
.find-online .list ul li .box:before, .find-online .list ul:before, .find-online .list:before, .find-online .list ul li .box:after, .find-online .list ul:after, .find-online .list:after {
  content: " ";
  display: table;
}
.find-online .list ul li .box:after, .find-online .list ul:after, .find-online .list:after {
  clear: both;
}

.find-online, .find-locally {
  position: relative;
}
.find-online > .title, .find-online > .title h1, .find-online > .title h2, .find-online > .title h3, .find-online > .title h4, .find-online > .title h5, .find-online > .title h6, .find-locally > .title, .find-locally > .title h1, .find-locally > .title h2, .find-locally > .title h3, .find-locally > .title h4, .find-locally > .title h5, .find-locally > .title h6 {
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  color: #000;
  font-weight: 600;
}
@media (max-width: 991px) {
  .find-online > .title, .find-online > .title h1, .find-online > .title h2, .find-online > .title h3, .find-online > .title h4, .find-online > .title h5, .find-online > .title h6, .find-locally > .title, .find-locally > .title h1, .find-locally > .title h2, .find-locally > .title h3, .find-locally > .title h4, .find-locally > .title h5, .find-locally > .title h6 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .find-online > .title, .find-online > .title h1, .find-online > .title h2, .find-online > .title h3, .find-online > .title h4, .find-online > .title h5, .find-online > .title h6, .find-locally > .title, .find-locally > .title h1, .find-locally > .title h2, .find-locally > .title h3, .find-locally > .title h4, .find-locally > .title h5, .find-locally > .title h6 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 374px) {
  .find-online > .title, .find-online > .title h1, .find-online > .title h2, .find-online > .title h3, .find-online > .title h4, .find-online > .title h5, .find-online > .title h6, .find-locally > .title, .find-locally > .title h1, .find-locally > .title h2, .find-locally > .title h3, .find-locally > .title h4, .find-locally > .title h5, .find-locally > .title h6 {
    font-size: 26px;
    line-height: 30px;
  }
}
.find-online > .title, .find-locally > .title {
  padding: 90px 30px 0;
}
@media (max-width: 767px) {
  .find-online > .title, .find-locally > .title {
    padding: 33px 24px 0;
  }
}
.find-online > .sub-title, .find-locally > .sub-title {
  padding: 55px 30px 0;
  margin-bottom: -3px;
  text-align: center;
}
@media (max-width: 767px) {
  .find-online > .sub-title, .find-locally > .sub-title {
    padding: 32px 24px 0;
    margin-bottom: -9px;
  }
}
.find-online > .sub-title h3, .find-locally > .sub-title h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .find-online > .sub-title h3, .find-locally > .sub-title h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.find-online > .sub-title .icon, .find-locally > .sub-title .icon {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: baseline;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  margin: 3px 0 -5px 5px;
}
[dir=rtl] .find-online > .sub-title .icon, [dir=rtl] .find-locally > .sub-title .icon {
  margin: 3px 5px -5px 0;
}
.find-online > .sub-title .icon img, .find-locally > .sub-title .icon img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .find-online > .sub-title .icon, .find-locally > .sub-title .icon {
    width: 24px;
    height: 24px;
    margin: 3px 0 -6px 5px;
  }
  [dir=rtl] .find-online > .sub-title .icon, [dir=rtl] .find-locally > .sub-title .icon {
    margin: 3px 5px -6px 0;
  }
}
.find-online > .title + .sub-title, .find-locally > .title + .sub-title {
  padding-top: 37px;
}
@media (max-width: 767px) {
  .find-online > .title + .sub-title, .find-locally > .title + .sub-title {
    padding-top: 19px;
  }
}

.btn-area {
  display: none;
}
@media (max-width: 767px) {
  .btn-area {
    position: relative;
    text-align: center;
    padding: 12px 24px;
    border-top: 1px solid #eeeeee;
  }
  .btn-area.active {
    display: block;
  }
  .btn-area .page-counter {
    line-height: 26px;
    font-size: 14px;
    color: rgb(107, 107, 107);
  }
  .btn-area .page-counter .current-page {
    font-weight: 600;
    color: rgb(0, 0, 0);
  }
  .btn-area .pagination {
    margin: 0;
    max-width: 100%;
    height: 26px;
    /* LGECN-97 Start */
    /* LGECN-97 End */
  }
  .btn-area .pagination.no-country-cn {
    display: block !important;
  }
  .btn-area .pagination a {
    border: 1px solid rgb(228, 228, 228);
    width: 26px;
    height: 26px;
    background-position: center center;
  }
}

.find-online {
  margin-top: 60px;
  padding: 0 0 44px 0;
  background: #f8f8f8;
}
@media (max-width: 767px) {
  .find-online {
    padding: 0;
  }
}
.find-online .searchbox-wrap + .list {
  padding-top: 0;
}
@media (max-width: 767px) {
  .find-online .searchbox-wrap + .list {
    padding-top: 0;
    margin-top: 0;
  }
}
.find-online .title + .list {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .find-online .title + .list {
    padding-top: 0;
    margin-top: 27px;
  }
}
.find-online .list {
  clear: both;
  max-width: 1344px;
  margin: 0 auto;
  padding: 43px 30px 0;
  box-sizing: border-box;
}
.find-online .list.active {
  display: block;
}
@media (max-width: 767px) {
  .find-online .list {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 24px;
    background: #fff;
    margin-top: 28px;
  }
}
.find-online .list.imp_box li .box {
  height: 250px;
}
.find-online .list.imp_box li .box > a {
  padding: 50px 0 0 0;
}
.find-online .list.imp_box li .box .links .text {
  padding: 22px 0 0 0;
}
.find-online .list.imp_box li .box .flag {
  position: absolute;
  left: 15px;
  top: 12px;
  padding-left: 28px;
}
[dir=rtl] .find-online .list.imp_box li .box .flag {
  right: 15px;
  left: auto;
  padding-right: 28px;
  padding-left: 0;
}
.find-online .list.imp_box li .box .flag img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
  border: 1px solid #e9e9e9;
}
[dir=rtl] .find-online .list.imp_box li .box .flag img {
  right: 0;
  left: auto;
}
.find-online .list.imp_box li .box .flag p {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  text-align: left;
  color: #333;
  font-weight: 600;
}
[dir=rtl] .find-online .list.imp_box li .box .flag p {
  text-align: right;
}
@media (max-width: 767px) {
  .find-online .list.imp_box {
    background-color: #f8f8f8;
  }
  .find-online .list.imp_box ul {
    padding-top: 17px;
    margin-left: -8px;
  }
  .find-online .list.imp_box ul li {
    width: 50%;
    padding-left: 8px;
    padding-bottom: 9px;
    float: left;
    border: 0;
  }
  .find-online .list.imp_box ul li .box {
    height: 195px;
  }
  .find-online .list.imp_box ul li .box > a {
    height: 100%;
    padding: 14px 12px 50px;
  }
  .find-online .list.imp_box ul li .box .img {
    float: none;
    margin-top: 40px;
    padding-top: 0;
    height: auto;
    line-height: 1;
  }
  [dir=rtl] .find-online .list.imp_box ul li .box .img {
    float: none;
  }
  .find-online .list.imp_box ul li .box .links {
    text-align: center;
    float: none;
    width: auto;
  }
  [dir=rtl] .find-online .list.imp_box ul li .box .links {
    text-align: center;
    float: none;
  }
  .find-online .list.imp_box ul li .box .links .text {
    padding: 5px 0 0 0;
    line-height: 1.2;
    justify-content: center;
    display: flex;
    vertical-align: middle;
    height: 40px;
    align-items: center;
    width: 100%;
  }
  .find-online .list.imp_box ul li .box .links .btns {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 5px;
    right: 5px;
    width: auto;
  }
  [dir=rtl] .find-online .list.imp_box ul li .box .links .btns {
    text-align: center;
  }
  .find-online .list.imp_box ul li .box .links .btns .btn-sm {
    font-size: 13px;
    min-height: 30px;
    padding: 6px 10px 5px;
    min-width: 104px;
  }
  .find-online .list.imp_box ul li .box .flag {
    left: 15px;
    top: 12px;
    padding-left: 24px;
  }
  [dir=rtl] .find-online .list.imp_box ul li .box .flag {
    padding-right: 24px;
    padding-left: 0;
  }
  .find-online .list.imp_box ul li .box .flag img {
    width: 18px;
    height: 18px;
    top: 3px;
  }
  .find-online .list.imp_box ul li .box .flag p {
    margin: 5px 0 0;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .find-online .list.type-available li .box {
    padding: 12px 0 18px;
    height: 116px;
  }
}
@media (max-width: 767px) {
  .find-online .list.type-available li .box > a {
    padding: 12px 0 18px;
    height: 116px;
  }
}
.find-online .list.type-available li .box .img {
  height: 42px;
  line-height: 42px;
}
@media (max-width: 767px) {
  .find-online .list.type-available li .box .img {
    height: 35px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .find-online .list.type-available li .box .img img {
    height: auto;
  }
}
.find-online .list.type-available li .box .links .text {
  padding-top: 19px;
}
@media (max-width: 767px) {
  .find-online .list.type-available li .box .links .text {
    padding: 0;
  }
}
.find-online .list.type-available li .box .links .available-status {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}
@media (max-width: 767px) {
  .find-online .list.type-available li .box .links .available-status {
    padding-top: 4px;
    font-size: 14px;
  }
}
.find-online .list.type-available li .box .links .available-status .true {
  position: relative;
  padding-left: 24px;
  color: #187e2b;
}
[dir=rtl] .find-online .list.type-available li .box .links .available-status .true {
  padding-left: 0;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .find-online .list.type-available li .box .links .available-status .true {
    padding-left: 22px;
  }
  [dir=rtl] .find-online .list.type-available li .box .links .available-status .true {
    padding-left: 0;
    padding-right: 22px;
  }
}
.find-online .list.type-available li .box .links .available-status .true:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  content: "";
  background: url(/lg5-common-gp/images/common/icons/check-success.svg) no-repeat 50% 50%;
  background-size: 100%;
}
[dir=rtl] .find-online .list.type-available li .box .links .available-status .true:before {
  left: auto;
  right: 0;
}
.find-online .list.type-available li .box .links .btns {
  bottom: 30px;
}
@media (max-width: 767px) {
  .find-online .list.type-available li .box .links .btns {
    margin-top: 12px;
  }
}
.find-online .list.type-available li .box .links .btns .btn {
  min-width: 155px;
}
@media (max-width: 767px) {
  .find-online .list.type-available li .box .links .btns .btn {
    padding: 6px;
    min-width: 137px;
    font-size: 12px;
  }
}
.find-online .list ul {
  width: auto;
  margin: -12px;
}
@media (max-width: 767px) {
  .find-online .list ul {
    margin: 0;
  }
}
.find-online .list ul li {
  display: block;
  width: 25%;
  padding: 12px;
}
@media (min-width: 768px) {
  .find-online .list ul li {
    float: left;
  }
  [dir=rtl] .find-online .list ul li {
    float: right;
  }
}
@media (max-width: 991px) {
  .find-online .list ul li {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .find-online .list ul li {
    width: 100%;
    padding: 0;
    border-top: 1px solid #eeeeee;
  }
  .find-online .list ul li:first-child {
    border-top: 0;
  }
  .find-online .list ul li.mobile-hidden {
    display: none;
  }
}
.find-online .list ul li:hover .box {
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
}
.find-online .list ul li:hover .links .text {
  text-decoration: underline;
}
.find-online .list ul li .box {
  position: relative;
  display: block;
  width: 100%;
  height: 221px;
  background: #fff;
  text-align: center;
  padding: 30px 0 0 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .find-online .list ul li .box {
    padding: 0;
    height: 73px;
  }
}
.find-online .list ul li .box > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px 0 0 0;
}
@media (max-width: 767px) {
  .find-online .list ul li .box > a {
    padding: 17px 0 10px;
    height: 62px;
    position: static;
  }
}
.find-online .list ul li .box .img {
  width: 100%;
  max-width: 180px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
}
.find-online .list ul li .box .img img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .find-online .list ul li .box .img {
    width: 90px;
    line-height: 30px;
    padding: 6px 0 0 0;
    float: left;
    height: auto;
  }
  [dir=rtl] .find-online .list ul li .box .img {
    float: right;
  }
  .find-online .list ul li .box .img img {
    width: auto;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .find-online .list ul li .box .links {
    width: calc(100% - 100px);
    text-align: right;
    float: right;
  }
  [dir=rtl] .find-online .list ul li .box .links {
    text-align: left;
    float: left;
  }
}
.find-online .list ul li .box .links .text {
  font-weight: 600;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgb(107, 107, 107);
  padding: 16px 0 0 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .find-online .list ul li .box .links .text {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 2px;
    white-space: normal;
  }
}
html[data-countrycode=ua] .find-online .list ul li .box .links .text {
  display: none;
}
.find-online .list ul li .box .links .btns {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .find-online .list ul li .box .links .btns {
    position: static;
    bottom: auto;
    left: auto;
    text-align: right;
  }
  [dir=rtl] .find-online .list ul li .box .links .btns {
    text-align: left;
  }
  .find-online .list ul li .box .links .btns .link-text {
    color: #333;
  }
  .find-online .list ul li .box .links .btns .link-text.ico-right:after {
    background-image: url(/lg5-common-gp/images/common/icons/link-right-nightrider.svg);
  }
}
@media (min-width: 768px) {
  .find-online .list ul li.over .box {
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
  }
}
.find-online .btn-wrap {
  display: none;
}
@media (max-width: 767px) {
  .find-online .btn-wrap {
    background: #fff;
  }
  .find-online .btn-wrap.active {
    display: block;
    padding: 25px 24px 0;
  }
}
.find-online a:hover {
  opacity: 1;
}

.find-locally + .find-online {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .find-locally + .find-online {
    margin-top: 50px;
  }
}

.btn {
  display: inline-block;
  min-width: 80px;
  padding: 9px 23px;
  border-radius: 3px;
  border: 1px solid transparent;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  cursor: pointer;
  background-color: transparent;
}
.btn.btn-outline-secondary {
  background: 0 0;
  color: #6b6b6b;
  border-color: #6b6b6b;
}
@media (max-width: 768px) {
  .btn.btn-outline-secondary {
    border: 0;
    color: #333;
  }
}
.btn.btn-sm {
  padding: 8px 20px 9px;
}
.btn.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
@media (max-width: 768px) {
  .btn {
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    padding: 0;
    min-width: auto;
  }
  .btn:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/link-right-nightrider.svg) no-repeat 0 1px;
    margin-left: 3px;
  }
}

.floating-menu {
  position: fixed;
  opacity: 1;
  transition: opacity 0.8s ease-out, transform 0.5s ease-out;
  z-index: 99;
}
.floating-menu.call-yet {
  opacity: 0;
  z-index: -100;
  transform: translateX(110px);
}
[dir=rtl] .floating-menu.call-yet {
  transform: translateX(-110px);
}
.floating-menu.top {
  right: 20px;
  bottom: 20px;
}
.floating-menu.top.cp22 {
  bottom: 75px;
}
[dir=rtl] .floating-menu.top {
  right: auto;
  left: 20px;
}
.floating-menu .back-to-top {
  width: 50px;
  height: 50px;
  background: url(../img/to_top.svg) 50% 50% no-repeat rgba(229, 229, 229, 0.75);
  background-size: 20px 20px;
  border-radius: 50%;
  margin-top: 15px;
  line-height: 0;
}
.floating-menu .back-to-top button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.floating-menu.chat {
  right: 20px;
  bottom: 85px;
}
[dir=rtl] .floating-menu.chat {
  right: auto;
  left: 20px;
}
.floating-menu .chatbot-linker {
  width: 50px;
  height: 50px;
  background: url(/lg5-common-gp/images/common/icons/speech-bubble.svg) 50% 50% no-repeat #333333;
  background-size: 24px 24px;
  border-radius: 50%;
  box-shadow: 0px 2px 5px hsla(0, 0%, 0%, 0.3);
}
.floating-menu .chatbot-linker a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .floating-menu.call-yet {
    transform: translateX(98px);
  }
  [dir=rtl] .floating-menu.call-yet {
    transform: translateX(-98px);
  }
  .floating-menu.top {
    bottom: 15px;
    transform: translateX(8px);
  }
  [dir=rtl] .floating-menu.top {
    transform: translateX(-8px);
  }
  .floating-menu.top.cp11 {
    bottom: 70px;
  }
  .floating-menu.top.cp11.cp22 {
    bottom: 130px;
  }
  .floating-menu.top.cp22 {
    bottom: 70px;
  }
  .floating-menu.chat {
    right: auto;
    left: 10px;
    bottom: 2vh;
    transform: translateX(8px);
  }
  [dir=rtl] .floating-menu.chat {
    left: auto;
    right: 10px;
    transform: translateX(-8px);
  }
  .floating-menu .back-to-top,
  .floating-menu .chatbot-linker {
    width: 45px;
    height: 45px;
  }
  .floating-menu.has-bar {
    bottom: 55px !important;
  }
}

@media (max-width: 768px) {
  .find-online {
    margin-top: 39px;
  }
}
@media (max-width: 768px) {
  .find-online .list ul li .box .links .btns {
    margin-top: -12px;
  }
}

.find-online .list ul li .box .img {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .find-online .list ul li:nth-child(1) .box .img {
    width: 40%;
  }
}
@media (min-width: 769px) {
  .find-online .list ul li:nth-child(2) .box .img {
    width: 53%;
  }
}
@media (min-width: 769px) {
  .find-online .list ul li:nth-child(3) .box .img {
    width: 40%;
  }
}
@media (min-width: 769px) {
  .find-online .list ul li:nth-child(4) .box .img {
    width: 60%;
  }
}
@media (min-width: 769px) {
  .find-online .list ul li:nth-child(5) .box .img {
    width: 40%;
  }
}
@media (min-width: 769px) {
  .find-online .list ul li:nth-child(6) .box .img {
    width: 53%;
  }
}
@media (min-width: 769px) {
  .find-online .list ul li:nth-child(7) .box .img {
    width: 40%;
  }
}
@media (min-width: 769px) {
  .find-online .list ul li:nth-child(8) .box .img {
    width: 39%;
  }
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.twitter-block {
  margin-top: 63px;
}
@media (max-width: 768px) {
  .twitter-block {
    margin-top: 28px;
  }
}
.twitter-block p {
  background-color: #F8F8F8;
  background-image: linear-gradient(#F8F8F8, #E4E4E4);
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 37px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 768px) {
  .twitter-block p {
    height: 85px;
    font-size: 20px;
  }
}

.anchor-list--campaign {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .anchor-list--campaign {
    margin-top: 31px;
  }
}
.anchor-list--campaign ul li a {
  height: 115px;
  justify-content: flex-start;
  padding-left: 24px;
}
@media (max-width: 768px) {
  .anchor-list--campaign ul li a {
    padding-left: 20px;
    height: 80px;
  }
}
.anchor-list--campaign ul li a span {
  padding-top: 7px;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 33px;
  font-weight: 600;
  display: block;
}
@media (max-width: 768px) {
  .anchor-list--campaign ul li a span {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.2;
  }
}
.anchor-list--campaign ul li a span span {
  font-size: 22px;
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .anchor-list--campaign ul li a span span {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
.anchor-list--campaign ul li a:after {
  right: 30px;
}
@media (max-width: 768px) {
  .anchor-list--campaign ul li a:after {
    right: 20px;
  }
}
.anchor-list--campaign ul li img {
  margin-right: 24px;
}
@media (max-width: 768px) {
  .anchor-list--campaign ul li img {
    margin-right: 14px;
  }
}
.anchor-list--campaign ul li:nth-child(1) img {
  width: 78px;
}
@media (max-width: 768px) {
  .anchor-list--campaign ul li:nth-child(1) img {
    width: 48px;
  }
}
.anchor-list--campaign ul li:nth-child(2) img {
  width: 90px;
}
@media (max-width: 768px) {
  .anchor-list--campaign ul li:nth-child(2) img {
    width: 48px;
  }
}

.campaign {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .campaign {
    margin-top: 34px;
  }
}
.campaign .sub-ttl {
  padding: 54px 0 61px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .campaign .sub-ttl {
    padding: 27px 24px 29px;
    font-size: 16px;
    line-height: 24px;
  }
}
.campaign .sub-ttl span {
  font-weight: 600;
  color: #a50034;
}
.campaign .countermeasure__ttl {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .campaign .countermeasure__ttl {
    margin-bottom: 20px;
  }
}
.campaign__time {
  width: 100%;
  height: 74px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
@media (max-width: 768px) {
  .campaign__time {
    height: 60px;
  }
}
.campaign__time span:nth-child(1) {
  padding: 5px 12px;
  width: auto;
  height: 44px;
  background-color: #A50034;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
@media (max-width: 768px) {
  .campaign__time span:nth-child(1) {
    padding: 5px 10px;
    height: 30px;
    font-size: 16px;
  }
}
.campaign__time span + span {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .campaign__time span + span {
    padding-left: 6px;
    font-size: 14px;
  }
}
.campaign__step {
  margin: 40px auto 60px;
  max-width: 1000px;
  width: 100%;
}
@media (max-width: 768px) {
  .campaign__step {
    margin-bottom: 40px;
    padding: 0 24px;
  }
}
.campaign__step__item {
  padding: 15px 50px 15px 12px;
  display: flex;
  align-items: center;
  background-color: #F6F6F6;
  border: 3px solid #A50034;
  border-radius: 12px;
  height: 143px;
}
@media (max-width: 768px) {
  .campaign__step__item {
    padding: 56px 13px 20px;
    display: block;
    height: auto;
    position: relative;
  }
}
.campaign__step__item + .campaign__step__item {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .campaign__step__item + .campaign__step__item {
    margin-top: 38px;
  }
}
.campaign__step__item:nth-child(1) .step-desc {
  width: 616px;
}
@media (max-width: 768px) {
  .campaign__step__item:nth-child(1) .step-desc {
    width: 100%;
  }
}
.campaign__step__item:nth-child(1) .step-img {
  width: 130px;
  margin-top: 14px;
}
@media (max-width: 768px) {
  .campaign__step__item:nth-child(1) .step-img {
    margin-top: 20px;
  }
}
.campaign__step__item:nth-child(2) .step-desc {
  width: 609px;
}
@media (max-width: 768px) {
  .campaign__step__item:nth-child(2) .step-desc {
    width: 100%;
  }
}
.campaign__step__item:nth-child(2) .step-img {
  width: 165px;
}
.campaign__step__item:nth-child(3) .step-desc {
  width: 503px;
}
@media (max-width: 768px) {
  .campaign__step__item:nth-child(3) .step-desc {
    width: 100%;
  }
}
.campaign__step__item:nth-child(3) .step-img {
  width: 241px;
}
.campaign__step__item:nth-child(4) .step-desc {
  width: 498px;
}
@media (max-width: 768px) {
  .campaign__step__item:nth-child(4) .step-desc {
    width: 100%;
  }
}
.campaign__step__item:nth-child(4) .step-img {
  width: 249px;
}
.campaign .step-num {
  width: 170px;
  height: 73px;
}
@media (max-width: 768px) {
  .campaign .step-num {
    width: 100%;
    height: 60px;
  }
}
.campaign .step-num img {
  width: auto;
  height: 100%;
}
@media (max-width: 768px) {
  .campaign .step-num img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .campaign .step-num {
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .campaign .step-desc {
    width: 100%;
  }
}
.campaign .step-desc h4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .campaign .step-desc h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.campaign .step-desc p {
  padding-top: 5px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .campaign .step-desc p {
    padding-top: 2px;
    font-size: 14px;
    line-height: 22px;
  }
}
.campaign .step-desc span {
  color: #A50034;
  font-weight: 600;
}
@media (max-width: 768px) {
  .campaign .step-img {
    margin: 20px auto 0;
  }
}
.campaign__note-wrap {
  padding: 3px 0;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(244, 244, 244) 50%, rgb(255, 255, 255) 100%);
}
@media (max-width: 768px) {
  .campaign__note-wrap {
    padding: 0 24px;
  }
}
.campaign__desc-note {
  margin: 0 auto 63px;
  padding: 36px 50px 43px;
  max-width: 1280px;
  width: 90%;
  color: #333333;
  border: 1px solid #E4E4E4;
  background-color: #fff;
}
@media (max-width: 768px) {
  .campaign__desc-note {
    margin-bottom: 28px;
    padding: 18px 16px;
    width: 100%;
  }
}
.campaign__desc-note .ttl {
  margin-bottom: 7px;
  color: #A50034;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 768px) {
  .campaign__desc-note .ttl {
    font-size: 16px;
  }
}
.campaign__desc-note p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .campaign__desc-note p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.015em;
  }
}
.campaign__desc-note p + p {
  margin-top: 16px;
}
.campaign__desc-note small {
  margin-top: 4px;
  font-size: 14px;
  line-height: 21px;
  color: #6B6B6B;
  display: block;
}
@media (max-width: 768px) {
  .campaign__desc-note small {
    font-size: 13px;
    line-height: 20px;
  }
}
.campaign__desc-note small span {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .campaign__desc-note small span {
    padding-left: 14px;
    text-indent: -14px;
  }
}
.campaign__terms__desc {
  margin: 0 auto;
  padding: 0;
  max-width: 1280px;
  width: 90%;
  height: 250px;
  overflow: hidden;
  color: #333333;
  border: 1px solid #E4E4E4;
}
@media (max-width: 768px) {
  .campaign__terms__desc {
    padding: 0;
    width: calc(100% - 48px);
    height: 440px;
  }
}
.campaign__terms__desc p {
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .campaign__terms__desc p {
    font-size: 14px;
    line-height: 20px;
  }
}
.campaign__terms__desc p:first-child {
  font-weight: bold;
}
.campaign__terms__desc p:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #333333;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  left: 0;
}
.campaign__terms__desc p + p {
  margin-top: 6px;
}
@media (max-width: 768px) {
  .campaign__terms__desc p + p {
    margin-top: 7px;
  }
}
.campaign__terms__cont {
  padding: 0 0 0 50px;
  height: 100%;
}
@media (max-width: 768px) {
  .campaign__terms__cont {
    padding: 0 0 0 16px;
  }
}
.campaign__terms__btn {
  margin: 0 auto;
  padding: 40px 0 60px;
  max-width: 1280px;
  text-align: center;
  border-bottom: 1px solid #E4E4E4;
}
@media (max-width: 768px) {
  .campaign__terms__btn {
    padding: 30px 0;
    width: calc(100% - 48px);
  }
}
.campaign__terms__btn a {
  margin: 0 auto;
  width: 520px;
  height: 64px;
  background-color: #A50034;
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
@media (max-width: 768px) {
  .campaign__terms__btn a {
    width: 210px;
    height: 35px;
    font-size: 14px;
    border-radius: 3px;
  }
}
.campaign__terms__btn a img {
  margin-right: 10px;
  width: 28px;
}
@media (max-width: 768px) {
  .campaign__terms__btn a img {
    margin-right: 4px;
    width: 16px;
  }
}
.campaign__terms__btn a:after {
  content: "";
  width: 15px;
  height: 26px;
  background: url(../img/arr_right.svg) center center/100% no-repeat;
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .campaign__terms__btn a:after {
    width: 10px;
    height: 20px;
    right: 22px;
  }
}
@media (max-width: 768px) {
  .campaign__terms__btn a:after {
    width: 8px;
    height: 35px;
    right: 10px;
  }
}
.campaign + .campaign .campaign__terms__btn {
  border-bottom: 0;
}

.txt-red {
  color: #A50034;
}

@media (max-width: 768px) {
  #campaign2.campaign .sub-ttl {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.15);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.75);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCSB_inside > .mCSB_container {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  .mCSB_inside > .mCSB_container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.linkBtn {
  width: 100%;
  background-color: #fff;
}

.linkBtn a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #AC1D41;
  width: 400px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 3px solid #AC1D41;
  border-radius: 6px;
  position: relative;
}

.linkBtn a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #AC1D41;
  position: absolute;
  right: 12.5%;
}

@media screen and (max-width: 480px) {
  .linkBtn a {
    width: 90%;
    height: 58px;
  }
  .linkBtn a::after {
    right: 5%;
  }
}
#contact {
  margin-bottom: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳゴシック", sans-serif;
}
#contact p {
  color: #000;
}

#contact .linkBtn {
  width: auto;
  margin: 50px 0 20px;
  background-color: inherit;
}

#contact .linkBtn a {
  width: 400px;
  height: 64px;
  color: #fff;
  background-color: #000;
  border: 3px solid #000;
}

#contact .linkBtn a::after {
  color: #fff;
}

@media screen and (max-width: 480px) {
  #contact .linkBtn {
    margin: 30px 15px;
  }
  #contact .linkBtn a {
    width: 90%;
    height: 58px;
  }
}
.pollen-page footer {
  padding-top: 60px;
}

.interview {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .interview {
    margin-top: 37px;
  }
}
.interview .container {
  max-width: 1325px;
}
@media (max-width: 768px) {
  .interview__ttl {
    margin: 0 auto;
    width: 84%;
  }
}
.interview__picture {
  margin-top: 99px;
}
@media (max-width: 768px) {
  .interview__picture {
    margin-top: 37px;
  }
}
.interview__desc {
  margin: 42px auto 0;
  font-size: 30px;
  line-height: 1.75;
  max-width: 84%;
}
@media (max-width: 768px) {
  .interview__desc {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 16px;
    width: 100%;
    max-width: unset;
  }
}
.interview__accordion-list {
  margin: 88px auto 0;
  max-width: 1280px;
}
@media (max-width: 768px) {
  .interview__accordion-list {
    margin-top: 40px;
  }
}
.interview .interview__accordion-item + .interview__accordion-item {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .interview .interview__accordion-item + .interview__accordion-item {
    margin-top: 20px;
  }
}
.interview__profile {
  margin-top: 98px;
  padding: 52px 0;
  border-top: 1px solid #000;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: -0.06em;
  text-align: justify;
}
@media (max-width: 768px) {
  .interview__profile {
    margin-top: 20px;
    padding: 20px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.interview__profile img {
  margin-top: -63px;
  padding-left: 31px;
  float: right;
  width: auto;
}
@media (max-width: 768px) {
  .interview__profile img {
    margin-top: 0;
    padding: 0 0 15px 15px;
    width: 30%;
  }
}

.acc-head {
  background-color: #a50038;
  padding: 0 24px;
  font-size: 48px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  align-content: center;
}
@media (max-width: 960px) {
  .acc-head {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .acc-head {
    padding: 5px 20px;
    padding-right: 30px;
    min-height: 50px;
    height: 100%;
    font-size: 18px;
  }
}
@media (max-width: 374px) {
  .acc-head {
    padding-bottom: 7px;
    font-size: 14px;
    min-height: unset;
  }
}
.acc-head:after {
  content: "";
  position: absolute;
  right: 19px;
  top: 50%;
  width: 51px;
  height: 80px;
  background: url(/content/dam/channel/wcms/jp/microsite/home-appliance/pollen-index/interview_arr_accordion.svg) center center/100% no-repeat;
  transform: translateY(-50%) rotate(0);
}
@media (max-width: 768px) {
  .acc-head:after {
    right: 10px;
    width: 22px;
    height: 50px;
  }
}
@media (max-width: 374px) {
  .acc-head:after {
    width: 18px;
  }
}
.acc-head p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.008em;
}
.acc-head.active:after {
  transform: translateY(-50%) rotate(180deg);
}
.acc-content {
  margin: 0 auto;
  padding: 48px 20px;
  display: none;
  max-width: 1120px;
}
@media (max-width: 768px) {
  .acc-content {
    padding: 15px 20px 0;
  }
}
.acc-content .desc {
  font-size: 30px;
  line-height: 1.75;
  text-align: justify;
  clear: both;
}
@media (max-width: 768px) {
  .acc-content .desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
.acc-content .desc span {
  color: #a50038;
}
.acc-content .desc .thumb {
  margin-top: -14px;
  padding-left: 48px;
  float: right;
  display: inline-block;
}
@media (max-width: 768px) {
  .acc-content .desc .thumb {
    margin-top: 0;
    padding-left: 0;
  }
}
.acc-content .desc .thumb img {
  width: auto;
  max-width: 100%;
}
.acc-content .desc + .desc {
  margin-top: 58px;
}
@media (max-width: 768px) {
  .acc-content .desc + .desc {
    margin-top: 20px;
  }
}
.acc-content .desc small {
  margin-top: 10px;
  margin-bottom: 95px;
  display: block;
  font-size: 20px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .acc-content .desc small {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1.5;
  }
}
.acc-content__wrap {
  display: flex;
}
.acc-content__thumb {
  width: 255px;
}
.acc-content__thumb img {
  margin-top: 5px;
  margin-left: -21px;
  width: auto;
  max-width: 100%;
}
.acc-content__desc {
  width: calc(100% - 255px);
}
@media (max-width: 768px) {
  .acc:nth-child(1) .thumb1 {
    padding-top: 15px;
    padding-bottom: 15px;
    float: none;
  }
  .acc:nth-child(1) .thumb1 img {
    margin: 0 auto;
    display: block;
    width: 87%;
  }
}
.acc:nth-child(1) .thumb2 {
  margin-top: 0;
  padding-top: 14px;
  padding-left: 35px;
}
@media (max-width: 768px) {
  .acc:nth-child(1) .thumb2 {
    padding-top: 15px;
    padding-left: 15px;
    width: 200px;
  }
}
@media (min-width: 769px) {
  .acc:nth-child(1) .acc-content .desc:nth-child(3) {
    letter-spacing: -0.05em;
  }
}
.acc:nth-child(2) .thumb1 {
  margin-top: -10px;
  margin-right: -70px;
  padding-top: 15px;
  padding-left: 3px;
}
@media (max-width: 768px) {
  .acc:nth-child(2) .thumb1 {
    margin: 0;
    padding: 15px;
    width: 100%;
  }
}
.acc:nth-child(3) .thumb1 {
  margin-top: 5px;
  margin-left: -20px;
  padding-left: 0;
  padding-right: 55px;
  float: left;
}
@media (max-width: 768px) {
  .acc:nth-child(3) .thumb1 {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 15px;
    width: 40%;
  }
}
.acc:nth-child(3) .thumb2 {
  margin-top: 0;
  padding-top: 35px;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .acc:nth-child(3) .thumb2 {
    padding: 0 0 30px;
    width: 60%;
  }
}
.acc:nth-child(3) .acc-content {
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .acc:nth-child(3) .desc {
    letter-spacing: -0.05em;
  }
}/*# sourceMappingURL=style.css.map */