@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@1,14..32,500&display=swap");
ol li {
  list-style: none;
}

em {
  font-style: normal;
}

.bnr {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

.pcOn {
  display: inline-block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: inline-block !important;
  }
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 500;
  display: inline-block;
}

.anchor-offset {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 640px) {
  .anchor-offset {
    padding-top: 40px;
    margin-top: -40px;
  }
}

.article {
  overflow-x: hidden;
}

.single-block-contents {
  margin: 48px auto 0;
}
.single-block-contents ul li .limit {
  color: #fff;
  background: #EA6168;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 6px;
  padding: 1px 10px 2px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .single-block-contents ul li .limit {
    font-size: 14px;
    padding: 0px 6px 1px;
    margin-left: 16px;
  }
}

.single-block__inner, .m-articleContents__box__inner {
  margin: 0;
}

.m-articleContents__box__inner p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
  }
}

.fv .single-fv-block-title {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .fv .single-fv-block-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.fv .single-fv-block-outline-txt {
  display: initial;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
}

.imgBox p + p {
  line-height: 1.5;
  margin-top: 15px !important;
}

.imgBox p + p + p {
  margin-top: 8px !important;
}

.archive-block {
  margin: 120px 0 115px;
}
@media screen and (max-width: 640px) {
  .archive-block {
    margin: 60px 0 55px;
  }
}

.m-articleContents__box__inner ul,
.m-articleContents__box__inner ol {
  padding: 0;
  margin: 0;
  line-height: inherit;
}

.m-articleContents__box__inner ul li,
.m-articleContents__box__inner ol li {
  list-style: none;
}

.single-block-contents ul li .limit {
  color: #fff;
  background: #FF5555;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 6px;
  padding: 1px 10px 2px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .single-block-contents ul li .limit {
    font-size: 14px;
    padding: 0px 6px 1px;
    margin-left: 16px;
  }
}
.single-block-contents ul li .limit.web {
  background: #F0883E;
}

.fv {
  padding-top: 48px;
}

.top-txt {
  margin-top: 52px;
}
@media screen and (max-width: 640px) {
  .top-txt {
    margin-top: 40px;
  }
}
.top-txt__txt {
  line-height: 1.8 !important;
}
@media screen and (max-width: 640px) {
  .top-txt__txt {
    font-size: 14px !important;
  }
}
.top-txt__txt .txtBold {
  font-weight: 700;
}
.top-txt__note {
  font-size: 13px;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .top-txt__note {
    font-size: 12px;
    margin-top: 10px;
  }
}
.top-txt__source {
  font-size: 13px;
  line-height: 1.8;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .top-txt__source {
    font-size: 12px;
    margin-top: 40px;
  }
}

.sectionTit {
  position: relative;
  color: #1968A2;
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
  border-top: 2px solid #1968A2;
  border-bottom: 2px solid #1968A2;
  padding: 44px 0 32px;
}
@media screen and (max-width: 640px) {
  .sectionTit {
    font-size: 18px !important;
    letter-spacing: -0.05em;
    border-top: 1px solid #1968A2;
    border-bottom: 1px solid #1968A2;
    padding: 32px 0 14px;
  }
}
.sectionTit::before {
  content: "";
  background: url(../uploads/switch-to-led_ico-secTit.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 70px;
}
@media screen and (max-width: 640px) {
  .sectionTit::before {
    top: -26px;
    width: 75px;
    height: 63px;
  }
}

.sectionTopTxt {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .sectionTopTxt {
    margin-top: 20px;
  }
}

.blueWrap {
  background: #E7F7FF;
  border-radius: 10px;
  padding: 40px 60px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .blueWrap {
    border-radius: 5px;
    padding: 30px 20px;
    margin-top: 30px;
  }
}
.blueWrap__item {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .blueWrap__item {
    border-radius: 5px;
    padding: 20px 12px;
  }
}
.blueWrap__item + .blueWrap__item {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .blueWrap__item + .blueWrap__item {
    margin-top: 10px;
  }
}
.blueWrap__tit {
  color: #1968A2;
  background: #FFE213;
  font-size: 20px !important;
  font-weight: 900;
  text-align: center;
  border-radius: 8px;
  padding: 4px 0 2px;
}
@media screen and (max-width: 640px) {
  .blueWrap__tit {
    font-size: 16px !important;
    line-height: 1.4 !important;
    border-radius: 4px;
    padding: 6px 0 7px;
  }
}
.blueWrap__txt {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .blueWrap__txt {
    margin-top: 24px;
  }
}
.blueWrap__prohibitedSign {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .blueWrap__prohibitedSign {
    margin-top: 24px;
  }
}
.blueWrap__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .blueWrap__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-top: 24px;
  }
}
.blueWrap__wrap__txt--kitchen {
  width: 33%;
}
@media screen and (max-width: 640px) {
  .blueWrap__wrap__txt--kitchen {
    width: 100%;
  }
}
.blueWrap__wrap__txt--vanity {
  width: 47.5%;
}
@media screen and (max-width: 640px) {
  .blueWrap__wrap__txt--vanity {
    width: 100%;
  }
}
.blueWrap__wrap__txt--ceilingLight {
  width: 33%;
}
@media screen and (max-width: 640px) {
  .blueWrap__wrap__txt--ceilingLight {
    width: 100%;
  }
}
.blueWrap__wrap__txt--downLight {
  width: 62.5%;
}
@media screen and (max-width: 640px) {
  .blueWrap__wrap__txt--downLight {
    width: 100%;
  }
}
.blueWrap__wrap__kitchen {
  width: 61.75%;
}
@media screen and (max-width: 640px) {
  .blueWrap__wrap__kitchen {
    width: 100%;
  }
}
.blueWrap__wrap__vanity {
  position: relative;
  width: 47.5%;
}
@media screen and (max-width: 640px) {
  .blueWrap__wrap__vanity {
    width: 100%;
  }
}
.blueWrap__wrap__vanityComment {
  position: absolute;
  bottom: 0;
  left: -108%;
  width: 84%;
  height: 42%;
}
@media screen and (max-width: 640px) {
  .blueWrap__wrap__vanityComment {
    bottom: -11%;
    left: auto;
    right: -5%;
    width: 61.5%;
    height: 31%;
  }
}
.blueWrap__wrap__ceilingLight {
  width: 61.75%;
}
@media screen and (max-width: 640px) {
  .blueWrap__wrap__ceilingLight {
    width: 100%;
  }
}
.blueWrap__wrap__downLight {
  width: 32.25%;
}
@media screen and (max-width: 640px) {
  .blueWrap__wrap__downLight {
    width: 57.5%;
    margin: 0 auto;
  }
}
.blueWrap__noteWrap {
  border: 2px solid #E8372F;
  border-radius: 10px;
  padding: 16px 24px;
}
@media screen and (max-width: 640px) {
  .blueWrap__noteWrap {
    padding: 14px 20px;
  }
}
.blueWrap__noteWrap__tit {
  position: relative;
  color: #E8372F;
  font-size: 20px !important;
  font-weight: 900;
  padding-left: 36px;
}
@media screen and (max-width: 640px) {
  .blueWrap__noteWrap__tit {
    font-size: 16px !important;
    padding-left: 28px;
  }
}
.blueWrap__noteWrap__tit::before {
  content: "";
  background: url(../uploads/switch-to-led_ico-note.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 29px;
  height: 26px;
}
@media screen and (max-width: 640px) {
  .blueWrap__noteWrap__tit::before {
    width: 24px;
    height: 22px;
  }
}
.blueWrap__noteWrap__txt {
  margin-top: 8px;
}
.blueWrap__noteWrap__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .blueWrap__noteWrap__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-top: 12px;
  }
}
.blueWrap__noteWrap__body {
  width: 42%;
}
@media screen and (max-width: 640px) {
  .blueWrap__noteWrap__body {
    width: 100%;
  }
}
.blueWrap__noteWrap__bodyNote {
  font-size: 13px !important;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .blueWrap__noteWrap__bodyNote {
    font-size: 12px !important;
    margin-top: 12px;
  }
}
.blueWrap__noteWrap__img {
  width: 53%;
}
@media screen and (max-width: 640px) {
  .blueWrap__noteWrap__img {
    width: 100%;
  }
}
.blueWrap__step {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .blueWrap__step {
    margin-top: 24px;
  }
}
.blueWrap__lifespan {
  background: #FFF4A9;
  font-size: 20px !important;
  font-weight: 900;
  text-align: center;
  padding: 10px 0;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .blueWrap__lifespan {
    font-size: 16px !important;
    padding: 5px 0;
    margin-top: 24px;
  }
}
.blueWrap__lifespan .blueTxt {
  color: #1968A2;
}

.inquiry__wrap {
  position: relative;
  border: 3px solid #104369;
  border-radius: 14px;
  margin-top: 90px;
}
@media screen and (max-width: 640px) {
  .inquiry__wrap {
    border: 2px solid #104369;
    border-radius: 5px;
    margin-top: 56px;
  }
}
.inquiry__head {
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 626px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .inquiry__head {
    top: -28px;
    max-width: none;
    width: 93.5%;
  }
}
.inquiry__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 44px 8px 0 44px;
}
@media screen and (max-width: 640px) {
  .inquiry__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 44px 14px 22px;
  }
}
.inquiry__main__body {
  width: 66%;
}
@media screen and (max-width: 640px) {
  .inquiry__main__body {
    width: 100%;
  }
}
.inquiry__main__body-tit {
  font-size: 20px !important;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .inquiry__main__body-tit {
    font-size: 16px !important;
    line-height: 1.375 !important;
    text-align: center;
    margin-top: 10px;
  }
}
.inquiry__main__body-list {
  line-height: 1 !important;
  padding: 0 !important;
  margin: 10px 0 0 !important;
}
@media screen and (max-width: 640px) {
  .inquiry__main__body-list {
    margin: 16px 0 0 !important;
  }
}
.inquiry__main__body-list li {
  list-style: none !important;
  font-size: 15px;
  line-height: 1.73 !important;
}
@media screen and (max-width: 640px) {
  .inquiry__main__body-list li {
    font-size: 14px;
    line-height: 1.57 !important;
  }
}
.inquiry__main__img {
  width: 34%;
  -webkit-transform: translateX(-32px);
          transform: translateX(-32px);
}
@media screen and (max-width: 640px) {
  .inquiry__main__img {
    width: 67%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.inquiry__info {
  background: #104369;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 50px 30px;
}
@media screen and (max-width: 640px) {
  .inquiry__info {
    border-radius: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px 16px;
  }
}
.inquiry__info__form {
  background: #fff;
  border-radius: 5px;
  width: 48.5%;
  padding: 36px 40px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__form {
    border-radius: 2px;
    width: 100%;
    padding: 26px 24px;
  }
}
.inquiry__info__form-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inquiry__info__form-ico {
  max-width: 41px;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__form-ico {
    max-width: 38px;
    margin-right: 8px;
  }
}
.inquiry__info__form-txt {
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1.2 !important;
}
@media screen and (max-width: 640px) {
  .inquiry__info__form-txt {
    font-size: 14px !important;
    line-height: 1.28 !important;
  }
}
.inquiry__info__form-btn {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__form-btn {
    margin-top: 20px;
  }
}
.inquiry__info__form-btn a {
  position: relative;
  color: #fff;
  background: #104369;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  display: inline-block;
  max-width: 258px;
  width: 100%;
  padding: 13px 0;
  -webkit-box-shadow: 0px 2px 0px 0px rgb(1, 21, 36);
          box-shadow: 0px 2px 0px 0px rgb(1, 21, 36);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .inquiry__info__form-btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .inquiry__info__form-btn a {
    font-size: 13px;
    max-width: none;
    display: block;
    width: 87.5%;
    padding: 12px 0;
    margin: 0 auto;
    -webkit-box-shadow: 0px 1px 0px 0px rgb(1, 21, 36);
            box-shadow: 0px 1px 0px 0px rgb(1, 21, 36);
  }
}
.inquiry__info__form-btn a::before {
  content: "";
  background: url(../uploads/water-heater-manga_inquiry-info-btn-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__form-btn a::before {
    right: 14px;
    width: 18px;
    height: 18px;
  }
}
.inquiry__info__tel {
  background: #fff;
  border-radius: 5px;
  width: 48.5%;
  padding: 20px 28px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__tel {
    border-radius: 2px;
    width: 100%;
    padding: 24px 15px 20px;
    margin-top: 10px;
  }
}
.inquiry__info__tel-tit {
  font-weight: 700;
  line-height: 1.25 !important;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .inquiry__info__tel-tit {
    font-size: 13px !important;
    padding: 0;
  }
}
.inquiry__info__tel-head {
  color: #fff;
  background: #104369;
  font-size: 14px !important;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  padding: 2px 0;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__tel-head {
    font-size: 13px !important;
    width: 86%;
    padding: 0;
    margin: 10px auto 0;
  }
}
.inquiry__info__tel-btn {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__tel-btn {
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .inquiry__info__tel-btn img {
    width: 84%;
  }
}
.inquiry__info__tel-time {
  font-size: 14px !important;
  font-weight: 700;
  text-align: center;
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__tel-time {
    font-size: 13px !important;
  }
}

.demand {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .demand {
    margin-top: 80px;
  }
}

.which {
  margin-top: 136px;
}
@media screen and (max-width: 640px) {
  .which {
    margin-top: 92px;
  }
}
.which__head {
  color: #fff;
  background: #0074BD;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1 !important;
  display: inline-block;
  padding: 6px 8px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .which__head {
    font-size: 16px !important;
    padding: 4px 6px;
    margin-top: 20px;
  }
}
.which__topTxt {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .which__topTxt {
    margin-top: 6px;
  }
}
.which__list {
  margin-top: 30px !important;
}
.which__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media screen and (max-width: 640px) {
  .which__list li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}
.which__list li + li {
  margin-top: 16px;
}
.which__list__num {
  color: #1D67A7;
  background: #FFF4A9;
  font-family: "Inter", sans-serif;
  font-size: 32px !important;
  font-weight: 500;
  line-height: 1 !important;
  letter-spacing: -0.04em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 640px) {
  .which__list__num {
    font-size: 22px !important;
    width: 40px;
    height: 40px;
  }
}
.which__list__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.which__list__tit {
  color: #1D67A7;
  font-size: 24px !important;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .which__list__tit {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 640px) {
  .which__list__txt {
    line-height: 1.6 !important;
  }
}
.which .blueWrap__noteWrap {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .which .blueWrap__noteWrap {
    margin-top: 56px;
  }
}

.diyRange {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .diyRange {
    margin-top: 92px;
  }
}
.diyRange .blueWrap__noteWrap {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .diyRange .blueWrap__noteWrap {
    margin-top: 24px;
  }
}
@media screen and (max-width: 640px) {
  .diyRange .blueWrap__noteWrap__tit::before {
    top: 5%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.guideline {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .guideline {
    margin-top: 92px;
  }
}
.guideline__topWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .guideline__topWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
.guideline__topWrap__txt {
  width: 70%;
}
@media screen and (max-width: 640px) {
  .guideline__topWrap__txt {
    width: 100%;
  }
}
.guideline__topWrap__img {
  width: 25%;
}
@media screen and (max-width: 640px) {
  .guideline__topWrap__img {
    width: 59.75%;
    margin: 0 auto;
  }
}

.qa {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .qa {
    margin-top: 80px;
  }
}
.qa__limitFrag {
  max-width: 262px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .qa__limitFrag {
    max-width: 165px;
  }
}
.qa .sectionTit {
  margin-top: 44px;
}
@media screen and (max-width: 640px) {
  .qa .sectionTit {
    margin-top: 40px;
  }
}
.qa__contribution {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .qa__contribution {
    margin-top: 20px;
  }
}
.qa__topTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .qa__topTxt {
    margin-top: 20px;
  }
}
.qa__awareness {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .qa__awareness {
    margin-top: 20px;
  }
}
.qa__txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .qa__txt {
    margin-top: 16px;
  }
}
.qa__brownWrap {
  background: #F9F6EF;
  border-radius: 10px;
  padding: 40px 60px;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .qa__brownWrap {
    border-radius: 5px;
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.qa__brownWrap__item {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .qa__brownWrap__item {
    border-radius: 5px;
    padding: 20px 15px;
  }
}
.qa__brownWrap__item + .qa__brownWrap__item {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .qa__brownWrap__item + .qa__brownWrap__item {
    margin-top: 10px;
  }
}
.qa__brownWrap__qWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media screen and (max-width: 640px) {
  .qa__brownWrap__qWrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 7px;
  }
}
.qa__brownWrap__qIco {
  color: #1D67A7;
  background: #FFF4A9;
  font-family: "Inter", sans-serif;
  font-size: 32px !important;
  font-weight: 500;
  line-height: 1 !important;
  letter-spacing: -0.04em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 640px) {
  .qa__brownWrap__qIco {
    font-size: 22px !important;
    width: 40px;
    height: 40px;
  }
}
.qa__brownWrap__qTxt {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.3 !important;
  letter-spacing: -0.04em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .qa__brownWrap__qTxt {
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin-top: 4px;
  }
}
.qa__brownWrap__aWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .qa__brownWrap__aWrap {
    gap: 7px;
    margin-top: 10px;
  }
}
.qa__brownWrap__aIco {
  color: #fff;
  background: #EF883D;
  font-family: "Inter", sans-serif;
  font-size: 32px !important;
  font-weight: 500;
  line-height: 1 !important;
  letter-spacing: -0.04em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 640px) {
  .qa__brownWrap__aIco {
    font-size: 22px !important;
    width: 40px;
    height: 40px;
  }
}
.qa__brownWrap__aBody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .qa__brownWrap__aBody {
    margin-top: 4px;
  }
}
.qa__brownWrap__modelNumber {
  max-width: 412px;
  margin: 16px 0 0 78px;
}
@media screen and (max-width: 640px) {
  .qa__brownWrap__modelNumber {
    max-width: none;
    margin: 10px 0 0;
  }
}
.qa__brownWrap__modelNumberNote {
  font-size: 13px !important;
  margin: 16px 0 0 78px;
}
@media screen and (max-width: 640px) {
  .qa__brownWrap__modelNumberNote {
    font-size: 12px !important;
    margin: 10px 0 0;
  }
}
.qa__brownWrap__structure {
  max-width: 412px;
  margin: 16px 0 0 78px;
}
@media screen and (max-width: 640px) {
  .qa__brownWrap__structure {
    max-width: none;
    margin: 10px 0 0;
  }
}
.qa__brownWrap__structureNote {
  font-size: 14px !important;
  line-height: 2 !important;
  text-indent: -3em;
  padding-left: 3em;
  margin: 16px 0 0 78px;
}
@media screen and (max-width: 640px) {
  .qa__brownWrap__structureNote {
    font-size: 12px !important;
    line-height: 1.8 !important;
    margin: 10px 0 0;
  }
}
.qa__brownWrap__structureNote a {
  font-weight: 700;
}
.qa__brownWrap__simulationTit {
  color: #1D67A7;
  font-weight: 700;
  margin: 16px 0 0 78px;
}
@media screen and (max-width: 640px) {
  .qa__brownWrap__simulationTit {
    margin: 10px 0 0;
  }
}
.qa__brownWrap__simulation {
  max-width: 412px;
  margin: 16px 0 0 78px;
}
@media screen and (max-width: 640px) {
  .qa__brownWrap__simulation {
    max-width: none;
    width: 90%;
    margin: 10px auto 0;
  }
}
.qa__brownWrap__simulation a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .qa__brownWrap__simulation a:hover {
    scale: 1.025;
    opacity: 0.7;
  }
}
.qa__brownWrap__simulationTxt {
  margin: 16px 0 0 78px;
}
@media screen and (max-width: 640px) {
  .qa__brownWrap__simulationTxt {
    margin: 10px 0 0;
  }
}
.qa__brownWrap__simulationNote {
  font-size: 14px !important;
  line-height: 2 !important;
  margin: 16px 0 0 78px;
}
@media screen and (max-width: 640px) {
  .qa__brownWrap__simulationNote {
    font-size: 12px !important;
    line-height: 1.8 !important;
    margin: 10px 0 0;
  }
}
.qa__brownWrap__simulationNote a {
  font-weight: 700;
}