@charset "utf-8";

/* =============================================
   BASE
   ============================================= */
.pc {
  display: block;
}

.sp {
  display: none !important;
}

main {
  width: 100%;
  text-align: center;
  margin: 0;
}
.main img {
  width: 100%; 
}


/* =============================================
   KEY VISUAL
   ============================================= */
#kv {
  width: 100%;
  text-align: center;
}
#kv h1 {
  margin: 0 auto;
  width: 100%;
  font-size: 0;
}
#kv h1 picture {
  width: 100%;
  position: relative;
}
#kv h1 img {
  width: 100%;
  height: auto;
}


/* =============================================
   INDEX
   ============================================= */
.index {
  width: 100%;
  margin: 0 auto;
}
.index-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 30px 70px;
  box-sizing: border-box;
  background: #F8F8F8;
}
.index-title {
  color: #666666;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  margin: 0 0 15px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #C2C2C2;
}
.index-title span {
  display: inline-block;
  font-size: 18px;
  margin-right: 8px;
  vertical-align: 0.08em;
}
.index-group {
  padding: 20px 0 15px 0;
  border-bottom: 1px solid #C2C2C2;
}
.index-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.index-group h3 {
  color: #666666;
  font-size: 20px;
  text-align: left;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.index-group ul {
  margin: 0 0 0 1rem;
  padding: 0;
  list-style: none;
}
.index-group ul li {
  margin: 0 0 8px 0;
  padding: 0;
  line-height: 1.5;
}
.index-group ul li:last-child {
  margin-bottom: 0;
}
.index-group ul li a {
  color: #8D8D8D;
  font-size: 16px;
  text-decoration: none;
  transition: opacity 0.2s ease;
  padding-bottom: 2px;
  position: relative;
}
.index-group ul li a:hover {
  opacity: 1;
  border-bottom: 1px solid #8D8D8D;
}
.index-group ul li a:hover::before {
  content: "▶︎";
  position: absolute;
  left: -1.3em;
  font-size: 11px;
  bottom: 1px;
}


/* =============================================
   AC COLD SECTION
   ============================================= */
.ac-cold {
  width: 100%;
  padding: 20px 0 0 0;
}
.ac-cold-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.ac-cold-inner h2 {
  font-size: 34px;
  color: #09107B;
  margin-top: 80px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.ac-cold-inner h2::before {
  content: "";
  display: block;
  background-image: url(../_images/icon_head.svg);
  background-repeat: no-repeat;
  background-position: top;
  width: 46px;
  height: 21px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.ac-cold-inner > p {
  margin-top: 10px;
  text-align: left;
}

/* Cause Block */
.cause-block {
  border-radius: 8px;
  border: 2px solid #8D8D8D;
  background: #fff;
  margin: 25px 0 0 0;
}
.cause-block h3 {
  font-size: 20px;
  background: #8D8D8D;
  padding: 15px;
  border-radius: 6px 6px 0 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.cause-block ul {
  line-height: 32px;
}
.cause-block ul li {
  font-weight: bold;
}
.cause-block ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../_images/ico_check_gray.svg) no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
  flex-basis: 24px;
  flex-shrink: 0;
}
.ac-cold-inner .cause-block ul {
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  justify-content: flex-start;
  text-align: left;
}
.ac-cold-inner .cause-block ul li {
  font-size: 17px;
  display: block;
  width: 50%;
  color: #333333;
}
.ac-cold-inner .cause-block ul li sup {
  font-size: 60%;
  margin: 0 3px;
}
.ac-cold-inner .cause-block ul li small {
  margin: 5px 0 0 0;
  display: inline-block;
}

.ac-cold-inner .cause-block ul.cnt {
  justify-content: center;
  gap: 20px 60px;
  text-align: left;
}
.ac-cold-inner .cause-block ul.cnt li {
  width: auto;
}

/* Inner speech-bubble list */
.ac-cold .inner ul {
  margin: 40px auto 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 90%;
}
.ac-cold .inner li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  margin: auto;
}
.ac-cold .inner li + li {
  margin-top: 22px;
}
.ac-cold .inner li > img {
  display: block;
  flex: 0 0 120px;
  width: 120px;
  height: auto;
}
.ac-cold .inner li > p {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 110px;
  margin: 0;
  padding: 34px 42px;
  box-sizing: border-box;
  border: 2px solid #d3d3d3;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.02em;
  border-radius: 10px;
}
.ac-cold .inner li > p::before,
.ac-cold .inner li > p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
}
.ac-cold .inner li:nth-child(odd) > p::before {
  left: -30px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 30px solid #d3d3d3;
}
.ac-cold .inner li:nth-child(odd) > p::after {
  left: -26px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 30px solid #fff;
}
.ac-cold .inner li:nth-child(even) {
  flex-direction: row-reverse;
}
.ac-cold .inner li:nth-child(even) > p::before {
  right: -30px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #d3d3d3;
}
.ac-cold .inner li:nth-child(even) > p::after {
  right: -26px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #fff;
}

/* Cause Block 2 */
.cause-block2 {
  border-radius: 8px;
  border: 2px solid #FF9A4E;
  background: #fff;
  margin: 25px 0 0 0;
}
.cause-block2 h3 {
  font-size: 20px;
  background: #FF9A4E;
  padding: 15px;
  border-radius: 6px 6px 0 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.cause-block2 ul {
  line-height: 32px;
}
.cause-block2 ul li {
  font-weight: bold;
}
.cause-block2 ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../_images/ico_check.svg) no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
  flex-basis: 24px;
  flex-shrink: 0;
}
.ac-cold-inner .cause-block2 ul {
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.ac-cold-inner .cause-block2 ul li {
  font-size: 17px;
  display: block;
  width: 50%;
  color: #333333;
}
.ac-cold-inner .cause-block2 ul li sup {
  font-size: 60%;
  margin: 0 3px;
}
.ac-cold-inner .cause-block2 ul li small {
  margin: 5px 0 0 0;
  display: inline-block;
}

/* Subheadings */
.subheading1 {
  margin: 80px auto 20px;
}
.subheading1 p {
  font-size: 16px;
  font-weight: bold;
  color: #09107B;
  margin-bottom: 5px;
}
.subheading1 h4 {
  position: relative;
  display: inline-block;
  padding: 0 1.2em;
  text-align: center;
  line-height: 1.25;
  color: #09107B;
  font-weight: bold;
  font-size: 26px;
}
.subheading1 h4::before,
.subheading1 h4::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.7em;
  height: 1.3em;
  background: url("../_images/img_i_blue.svg") no-repeat center / contain;
  transform: translateY(-50%);
}
.subheading1 h4::before { left: 0; }
.subheading1 h4::after {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}

.subheading2 {
  font-size: 16px;
  color: #8D8D8D;
  font-weight: bold;
  margin: 60px auto 20px;
}
.subheading2 img {
  width: 26px;
  margin-top: 5px;
}


/* =============================================
   QUESTION BLOCK (shared)
   ============================================= */
.question-block {
  border-radius: 8px;
  border: 2px solid #09107B;
  background: #fff;
  margin: 30px 0 0 0;
}
.question-block h3 {
  font-size: 20px;
  background: #09107B;
  padding: 15px;
  border-radius: 6px 6px 0 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.question-block .contents {
  border-radius: 0 0 8px 8px;
  background: #fff;
  padding: 40px;
  text-align: left;
}
.question-block .contents .text {
  font-size: 16px;
  line-height: 180%;
}

/* Column 01 */
.question-block .contents .column01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.question-block .contents .column01 .img img {
  width: 400px;
}
.question-block .contents .column01 .read {
  font-size: 16px;
  line-height: 180%;
  padding-left: 40px;
}
.question-block .contents .column01 ul {
  padding-left: 40px;
}
.question-block .contents .column01 ul li {
  margin: 0 0 20px 0;
  padding-left: 0;
}
.question-block .contents .column01 ul li:last-child { margin: 0; }
.question-block .contents .column01 ul li .ttl {
  position: relative;
  color: #174fc6;
  font-size: 20px;
  font-weight: bold;
  padding-left: 16px;
  margin: 0 0 10px 0;
  letter-spacing: 0.02em;
}
.question-block .contents .column01 ul li .ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 5px;
  height: 1.2em;
  background: #174fc6;
}
.question-block .contents .column01 ul li p.read {
  font-size: 14px;
  line-height: 180%;
  padding-left: 0;
}
.question-block .contents .column01 ul li p.read span { font-size: 12px; }

/* Column 02 */
.question-block .contents .column02 ul {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 40px 0;
}
.question-block .contents .column02 ul li {
  width: 48%;
  margin: 0 0 20px 0;
  padding-left: 0;
}
.question-block .contents .column02 ul li:last-child { margin: 0; }
.question-block .contents .column02 ul li .ttl {
  position: relative;
  color: #174fc6;
  font-size: 20px;
  font-weight: bold;
  padding-left: 16px;
  margin: 0 0 10px 0;
  letter-spacing: 0.02em;
}
.question-block .contents .column02 ul li .ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 5px;
  height: 1.2em;
  background: #174fc6;
}
.question-block .contents .column02 ul li p.read {
  font-size: 14px;
  line-height: 180%;
  padding-left: 0;
}

/* Column 03 */
.question-block .contents .column03 {
  border-radius: 5px;
  background: #EFF3FF;
  padding: 50px;
}
.question-block .contents .column03 .group {
  display: flex;
  justify-content: space-between;
}
.question-block .contents .column03 .group .img img { width: 390px; }
.question-block .contents .column03 .group .txtbox h4 {
  font-size: 22px;
  padding-left: 40px;
  font-weight: bold;
  color: #174fc6;
  margin-bottom: 15px;
}
.question-block .contents .column03 .group .txtbox .read {
  font-size: 14px;
  line-height: 180%;
  padding-left: 40px;
}
.question-block .contents .column03 .youtube {
  width: 100%;
  padding: 0;
  aspect-ratio: 16 / 9;
  margin: 40px 0 0 0;
}
.question-block .contents .column03 .youtube iframe {
  width: 100%;
  height: 100%;
}

/* Column 04 */
.question-block .contents .column04 {
  margin: 40px 0 0 0;
}
.question-block .contents .column04 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.question-block .contents .column04 ul li {
  width: 30%;
  padding: 0;
  margin: 0;
}
.question-block .contents .column04 ul li p.ttl {
  position: relative;
  color: #174fc6;
  font-size: 20px;
  font-weight: bold;
  padding-left: 16px;
  margin: 20px 0 10px 0;
  letter-spacing: 0.02em;
}
.question-block .contents .column04 ul li p.ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 5px;
  height: 95%;
  background: #174fc6;
}
.question-block .contents .column04 ul li p.read {
  font-size: 14px;
  line-height: 180%;
}

/* Column 05 */
.question-block .contents .column05 {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.question-block .contents .column05 .cont_left {
  width: 50%;
}
.question-block .contents .column05 .cont_right {
  width: 50%;
  background-color: #EFF3FF;
  display: flex;
  align-items: center;
}
.question-block .contents .column05 .txtbox h4 {
  font-size: 22px;
  padding: 0 40px 15px;
  font-weight: bold;
  color: #09107B;
  margin-bottom: 15px;
}
.question-block .contents .column05 .txtbox .read {
  font-size: 14px;
  line-height: 180%;
  padding: 0 40px;
  text-align: justify;
}
.question-block .contents .column05 .cont_left p:nth-child(1) { margin-bottom: 10px; }
.question-block .contents .column05 .cont_left p:nth-child(3) {
  max-width: 206px;
  margin: 15px auto 5px auto;
}
.question-block .contents .column05 .cont_left p:nth-child(4) {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.question-block .contents .column02 {
  display: block;
	max-width: 860px;
	margin: 40px auto;
}
.question-block .contents .column02 .cont_box {
  width: 100%;
  background-color: #09107B;
  padding: 20px 30px;
  border-radius: 5px;
  box-sizing: border-box;
}
.question-block .contents .column02 .txtbox {
	padding: 0 30px;
}
.question-block .contents .column02 .txtbox h4 {
  font-size: 22px;
  padding: 0;
  font-weight: bold;
  color: #BAEFFF;
  margin-bottom: 10px;
	text-align: center;
}
.question-block .contents .column02 .txtbox .read {
  font-size: 13px;
  line-height: 160%;
  padding: 5px 0 0 0;
  text-align: justify;
  color: #fff;
}
.question-block .contents .column02 .txtbox .fbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.question-block .contents .column02 .txtbox .fbox + .fbox {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 20px;
  margin-top: 20px;
}
.question-block .contents .column02 .txtbox .fbox .fbox_l {
  flex: 1;
  font-size: 13px;
}
.question-block .contents .column02 .txtbox .fbox .fbox_l picture img {
	max-width: 430px;
}
.question-block .contents .column02 .txtbox .fbox .fbox_r {
  flex-shrink: 0;
  text-align: right;
}
.question-block .contents .column02 .txtbox .fbox .fbox_r p:last-child img {
  display: block;
  max-width: 230px;
  margin: 0 0 0 auto;
}
.question-block .contents .column02 .txtbox .fbox .fbox_r p {
  font-size: 11px;
  color: #fff;
  text-align: right;
  margin-top: 6px;
}
.question-block .contents .column02 .cont_box .fbox__border {
  border: none;
  border-top: 2px solid #ffffff;
  margin: 20px 0;
}

@media only screen and (max-width: 767px) {
  .question-block .contents .column02 .cont_right {
    padding: 4vw 5vw;
  }
  .question-block .contents .column02 .txtbox h4 {
    font-size: 4.4vw;
    margin-bottom: 2vw;
  }
  .question-block .contents .column02 .txtbox .read {
    font-size: 0.7rem;
  }
  .question-block .contents .column02 .txtbox .fbox {
    flex-direction: column;
    align-items: flex-start;
    gap: 3vw;
  }
  .question-block .contents .column02 .txtbox .fbox + .fbox {
    padding-top: 4vw;
    margin-top: 4vw;
  }
  .question-block .contents .column02 .txtbox .fbox .fbox_r p {
	margin-top: 0;
  }
  .question-block .contents .column02 .txtbox .fbox .fbox_r p:last-child img {
    max-width: 60vw;
    margin: 0;
  }
}

/* Column 06 */
.question-block .contents .column06 {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: stretch;
}
.question-block .contents .column06 .cont_left {
  width: 30%;
}
.question-block .contents .column06 .cont_right {
  width: 70%;
  background-color: #09107B;
  padding: 10px 20px;
  border-radius: 5px;
}
.question-block .contents .column06 .txtbox h4 {
  font-size: 20px;
  padding: 0;
  font-weight: bold;
  color: #BAEFFF;
  margin-bottom: 5px;
}
.question-block .contents .column06 .txtbox .read {
  font-size: 12px;
  line-height: 150%;
  padding: 0;
  text-align: justify;
  color: #fff;
}
.question-block .contents .column06 .txtbox .fbox {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.question-block .contents .column06 .txtbox .fbox:last-child {
  border-top: 2px solid #fff;
  padding-top: 15px;
  margin-top: 10px;
}
.question-block .contents .column06 .txtbox .fbox:last-child h4 {
  letter-spacing: -0.1em;
}
.question-block .contents .column06 .txtbox .fbox .fbox_l {
  width: 45%;
  font-size: 12px;
}
.question-block .contents .column06 .txtbox .fbox .fbox_l p:last-child img,
.question-block .contents .column06 .txtbox .fbox .fbox_r p:last-child img {
  display: block;
  max-width: 200px;
  margin: 10px 0 0 auto;
  padding-right: 0;
}
.question-block .contents .column06 .txtbox .fbox .fbox_r {
  width: 55%;
}
.question-block .contents .column06 .txtbox .fbox .fbox_r p {
  font-size: 11px;
  color: #fff;
  text-align: right;
  margin-top: 10px;
}


/* =============================================
   NOTICE
   ============================================= */
.notice {
  max-width: 900px;
  background: #FFF0E5;
  padding: 25px 30px;
  margin: 30px auto;
  text-align: left;
  border-radius: 10px;
}
.notice h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.notice ul li {
  font-size: 14px;
  line-height: 150%;
  text-indent: -1em;
  padding-left: 1em;
}
.notice ul li span { color: #D40004; }


/* =============================================
   STEP
   ============================================= */
.step__inner {
  max-width: 920px;
  margin: 0 auto;
}
.step__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 0 30px;
}
.step__item--01,
.step__item--02,
.step__item--03 {
  flex-direction: row;
}
.step__item--03 .step__img {
  order: 1;
  justify-content: flex-end;
  display: flex;
}
.step__item--03 .step__content { order: 2; }
.step__img {
  position: relative;
  width: fit-content;
  display: block;
  flex: 0 0 45%;
  justify-content: center;
}
.step__img img { display: block; }
.step__content {
  text-align: left;
  flex: 1;
}
.step__num {
  color: #F06400;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}
.step__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.step__text {
  font-size: 16px;
  line-height: 1.8;
}
.step__border {
  border: none;
  border-top: 1px solid #C2C2C2;
  margin: 40px 0;
}
.step .caption {
  font-size: 12px;
  color: #333333;
  text-align: right;
  padding: 5px 8px 0 8px;
}

/* Image size variants */
.img--large  { width: 210px; }
.img--small  { position: absolute; right: 0; bottom: 0; }
.img--shape  { width: 260px; }
.img--square { position: absolute; right: 0; bottom: 0; }
.img--single { max-width: 200px; }

.step__item--01 .img--small  { position: absolute; right: -20px; bottom: 20px; max-width: 160px; }
.step__item--02 .img--square { position: absolute; right: -20px; bottom: 20px; max-width: 160px; }


/* =============================================
   CARDS (AC odor section)
   ============================================= */
.page-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cards-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.card {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #F0FBFF;
  border: 2px solid #1a237e;
  border-radius: 12px;
  padding: 30px 50px;
  gap: 40px;
}
.card-image { flex-shrink: 0; }
.image-placeholder {
  max-width: 350px;
  border-radius: 4px;
}
.card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.badge {
  display: block;
  width: 100%;
  background-color: #1a237e;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 0;
  border-radius: 4px;
  /*white-space: nowrap;*/
  align-self: flex-start;
}
.card-title {
  font-size: 34px;
  font-weight: 800;
  color: #1a237e;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 10px 0 0 0;
}
.title-sub {
  font-size: 28px;
  font-weight: 700;
}
.card-description {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #09107B;
  text-align: left;
}
.price-main {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-top: 4px;
  align-self: flex-end;
}
.price-right { justify-content: flex-end; }
.price-label {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-right: 4px;
}
.price-number {
  font-size: 52px;
  font-weight: 900;
  color: #333333;
  line-height: 1;
  letter-spacing: -0.02em;
}
.price-unit {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  margin-left: 2px;
}
.price-trial {
  display: inline-flex;
  align-items: baseline;
  align-self: flex-end;
}
.trial-text {
  font-size: 16px;
  font-weight: 600;
  color: #09107B;
  margin-right: 6px;
}
.trial-label {
  font-size: 14px;
  font-weight: 600;
  color: #09107B;
  margin-right: 2px;
}
.trial-number {
  font-size: 38px;
  font-weight: 900;
  color: #09107B;
  line-height: 1;
  letter-spacing: -0.02em;
}
.trial-unit {
  font-size: 16px;
  font-weight: 700;
  color: #09107B;
  margin-left: 2px;
}


/* =============================================
   AC QUESTION SECTION
   ============================================= */
.ac-question {
  width: 100%;
  margin: 60px auto 0 auto;
  background: #EFF3FF;
  padding: 60px 0 80px 0;
}
.ac-question .ac-question-ttl {
  max-width: 1000px;
  margin: 0 auto;
}
.ac-question .ac-question-ttl p img { width: 350px; }
.ac-question .ac-question-ttl h2 {
  color: #1339C0;
  text-align: center;
  font-size: 32px;
  margin: 15px 0 10px 0;
  font-weight: bold;
}
.ac-question .ac-question-ttl p.text {
  color: #1339C0;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.ac-question .ac-question-inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* YouTube embed */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* Misc */
.note {
  color: #bfa32d;
  font-size: 14px;
  margin-top: 2px;
}


/* =============================================
   CTA
   ============================================= */
.cta-inner {
  text-align: center;
  padding: 35px 0 30px 0;
}
.ctaReserve__heading {
  position: relative;
  display: inline-block;
  padding: 0 1.8em;
  text-align: center;
  line-height: 1.25;
  color: #FF6E00;
  font-weight: bold;
  font-size: 22px;
}
.ctaReserve__heading > span {
  font-size: 26px;
  font-weight: bold;
}
.ctaReserve__heading::before,
.ctaReserve__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.2em;
  height: 2.2em;
  background: url("../_images/img_i.svg") no-repeat center / contain;
  transform: translateY(-50%);
}
.ctaReserve__heading::before { left: 0; }
.ctaReserve__heading::after {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}
a.ctaReserve__button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  padding: 20px;
  border-radius: 8px;
  background: #FF6E00;
  color: #fff;
  margin: 15px auto 0 auto;
}
a.ctaReserve__button:hover { text-decoration: none; }
.ctaReserve__button__inner {
  display: flex;
  align-items: center;
}
.ctaReserve__button__text {
  font-size: min(4.267vw, 19px);
  font-weight: bold;
}
.ctaReserve__button__text span {
  font-size: min(5.333vw, 24px);
  font-weight: bold;
}
.ctaReserve__button__inner::before {
  content: "";
  background: url(../_images/icon_aircon.svg) no-repeat center / contain;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 15px;
}
.ctaReserve__button__inner::after {
  content: "";
  background: url(../_images/icon_arrow.svg) no-repeat center / contain;
  display: inline-block;
  width: 29px;
  height: 29px;
  margin-left: 20px;
}
.ctaReserve__text {
  margin: 10px 0 0 0;
  color: #333;
}
a.textLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #1E77C9;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  padding: 5px 0;
  margin: 10px auto 0 auto;
  text-decoration: none;
}
a.textLink:hover { text-decoration: none; }
a.textLink::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 18px;
  background: url("../_images/icon_arrow_s.svg") no-repeat center / contain;
  flex-shrink: 0;
}


/* =============================================
   BOTTOM AREA
   ============================================= */
.bottom-area {
  padding: 8vw 6vw;
  background: #ffdfc3;
}
.bottom-area__title {
  font-weight: bold;
  letter-spacing: -0.6px;
  font-size: 3.8vw;
}
.bottom-area__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.bottom-area__item {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
.bottom-area__titleWrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bottom-area__linkWrap { width: 100%; }
.bottom-area__linkWrap .linkItem {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.5vw;
  border-radius: 8px;
  background: #333333;
  color: #fff !important;
  text-align: center;
  font-size: 3.8vw;
  font-weight: bold;
  border: 2px solid #333;
}
.bottom-area__linkWrap .linkItem.-online {
  background: #F18B34;
  color: #333 !important;
}
.bottom-area__linkWrap .linkItem:hover,
.bottom-area__linkWrap .linkItem:active {
  text-decoration: none;
}
.bottom-area__linkWrap .linkItem::after {
  content: "▶︎";
  font-size: 2.4vw;
  margin-left: 2vw;
}


/* =============================================
   COMPONENTS
   ============================================= */
.br-pc { display: none; }
.br-sp { display: none; }

@media screen and (min-width: 321px) {
  .br-sp { display: block; }
}


/* =============================================
   RESPONSIVE — TABLET (max-width: 1100px)
   ============================================= */
@media only screen and (max-width: 1100px) {
  .notice { width: 86%; }
  .ac-cold-inner { width: 94%; }
  .ac-question .ac-question-inner { width: 94%; }
}


/* =============================================
   RESPONSIVE — SP (max-width: 767px)
   ============================================= */
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
	
  main { margin: 0; }

  #kv { padding: 0; margin: 0; }

  section {
    max-width: 100vw;
	margin: 0 0 1rem 0;
	padding: 0 1rem;
    border-radius: 3vw;
  }

  /* Index */
  .index {
	max-width: inherit;
	margin: 0 auto;
	padding: 0;
	border-radius: 0;
  }
  .index-inner {
    width: 92%;
    padding: 1.2rem 1.5rem;
  }
  .index-title {
    font-size: 1.2rem;
    padding: 0 0 3vw 0;
	margin: 0;
  }
  .index-title span {
    font-size: 3.8vw;
    margin-right: 1.6vw;
  }
  .index-group { padding: 1rem 0 1rem 0; }
  .index-group h3 {
	font-size: 1.3rem;
	line-height: 1.45;
	margin: 0 0 0.8rem 0;
  }
  .index-group ul li { margin: 0 0 1.8vw 0; }
  .index-group ul li a {
	font-size: 1.0rem;
	line-height: 1.6;
  }

  /* Notice */
  .notice {
	width: initial;
	margin: 1rem auto 1.6rem auto;
	padding: 1rem 1.2rem;
  }
  .notice h4 {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
  .notice ul li {
	text-indent: 0;
	padding-left: 0;
  }

  /* AC Cold */
  .ac-cold {
    max-width: inherit;
	padding: 1rem 0 0.5rem 0;
	margin: 1.6rem auto;
    border-radius: 0;
  }
  .ac-cold-inner { width: 92%; }
  .ac-cold-inner h2 {
	margin-top: 2rem;
	margin-bottom: 1.2rem;
	font-size: 1.6rem;
  }
  .ac-cold-inner ul {
    margin-bottom: 0;
    padding: 0;
  }
  .ac-cold-inner ul li {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom: 0;
  }
  .ac-cold-inner .cause-block ul {
	padding: 1rem 1.2rem;
	margin-bottom: 0;
  }
  .ac-cold-inner .cause-block ul.cnt {
	justify-content: left;
	gap: 0.5rem 0;
	text-align: left;
  }
  .ac-cold-inner .cause-block ul li {
	font-size: 1rem;
	text-indent: -1.5rem;
	padding-left: 1.5rem;
	width: 100%;
  }
  .ac-cold-inner .cause-block2 ul {
	padding: 1rem 1.2rem;
	margin-bottom: 0;
  }
  .ac-cold-inner .cause-block2 ul li {
	font-size: 1rem;
	text-indent: -1.8rem;
	padding-left: 1.8rem;
	width: 100%;
  }
  .ac-cold-inner .cause-block2 ul li::before {
	margin-right: 0.3rem;
  }
  .ac-cold-inner .cta {
	padding: 0;
  }
  .ac-cold-inner .cta .cta-inner {
	padding: 1rem 0 2rem 0;
  }
  .ac-cold-inner .cta .cta-inner a.textLink {
	margin: 0.4rem auto 0 auto;
  }
  .ac-cold .inner ul {
	margin: 1.6rem auto 0;
	width: 100%;
  }
  .ac-cold .inner li {
	gap: 2.4rem;
  }
  .ac-cold .inner li > img {
	flex: 0;
	width: 30%;
  }
  .ac-cold .inner li > p {
	padding: 0.8rem 1rem;
	font-size: 0.8rem;
  }
  .step__num {
	font-size: 1.1rem;
	margin-bottom: 0.4rem;
  }
  .ac-cold-inner ul li small { font-size: 3.5vw; }
  .ac-cold h3 { 
	font-size: 1.3rem;
	/*padding: 0.6rem 0;
	text-align: center;*/
  }
  .cause-block { margin: 3vw 0 0 0; }
  .cause-block ul li::before {
    width: 4.6vw;
    height: 4.6vw;
	margin-right: 0.3rem;
  }
  .ac-cold-inner > p {
	margin-top: 0.6rem;
  }
  .subheading1 {
	margin: 2.4rem auto 0;
  }
  #service01.subheading1 h4 {
	font-size: 1.4rem;
	padding: 0 1.8em;
  }
  #service01.subheading1 h4::before,
  #service01.subheading1 h4::after {
	background: url("../_images/img_i_blue_sp.svg") no-repeat center / contain;
	top: 60%;
	width: 1.5em;
	height: 3.5em;
  }
  #service02.subheading1 h4 {
	font-size: 1.4rem;
	margin-bottom: 0.8rem;
  }
  .card-content {
	width: 100%;
  }
  .column05 {
	display: block;
	justify-content: initial;
	gap: initial;
  }
  .column05 .cont_left {
	width: 100%;
  }
  .step__item {
	display: block;
	padding: 0;
  }
  .step__border {
	margin: 1.4rem 0;
  }
  .step__item--02 .img--square {
	left: 0;
	bottom: 0.5rem;
	max-width: 45%;
  }
  .question-block {
	margin: 1rem 0 0 0;
  }
  .question-block .contents .column02 {
	margin: 1rem auto;
  }
  .question-block .contents .column02 .cont_box {
	padding: 1rem;
  }
  .question-block .contents .column02 .txtbox {
	padding: 0 0.4rem;
  }
  .question-block .contents .column02 .txtbox .fbox .fbox_r {
	margin: 0 auto;
  }
  .step__img {
	width: 90%;
	margin: 0 auto 1.2rem auto;
  }
  .cause-block h3 {
	font-size: 1.2rem;
	padding: 0.4rem 0;
  }
  .cause-block2 h3 {
	font-size: 1.2rem;
	padding: 0.4rem 0;
  }
  .img--shape {
	width: auto;
	  text-align: right;
  }
  .img--shape img {
	width: 85%;
	display: inline-block;
  }
  .img--single {
	max-width: 65%;
	margin: 0 auto;
  }
	
  /* Cards */
  .card {
    flex-direction: column;
    align-items: flex-start;
	padding: 1rem;
	gap: 1rem;
  }
  .card-description {
	font-size: 1rem;
	text-align: center;
  }
  .image-placeholder {
    width: 100%;
  }
  .card-title { 
	font-size: 1.4rem;
	text-align: center;
	margin: 0;
  }
  .price-main {
	width: 80%;
	display: block;
	align-items: initial;
	gap: 0;
	margin: 0 auto;
	align-self: initial;
  }
  .price-trial {
	align-self: center;
  }
  .price-number { font-size: 40px; }
  .price-right {
	justify-content: initial;
	text-align: center;
	display: block;
  }
  .badge { 
	white-space: normal;
	font-size: 1rem;
	padding: 0.6rem 0;
  }

  /* AC Question */
  .ac-question {
	margin: 0 auto;
	padding: 1.4rem 0;
  }
  .ac-question .ac-question-ttl h2 {
    margin: 3.4vw 0;
    font-size: 6.8vw;
    line-height: 8vw;
  }
  .ac-question .ac-question-ttl p img { width: 60vw; }
  .ac-question .ac-question-ttl p.text {
    font-size: 4.2vw;
    line-height: 6vw;
  }

  /* Question Block */
  .question-block h3 {
	font-size: 1.2rem;
	padding: 0.6rem 0;
	text-align: center;
  }
  .question-block .contents { padding: 5vw; }
  .question-block .contents .text { font-size: 3.9vw; }
  .question-block .contents .column01 { display: block; }
  .question-block .contents .column01 p.img img { width: 100%; }
  .question-block .contents .column01 .read {
    font-size: 3.9vw;
    padding-left: 0;
    margin-top: 2vw;
  }
  .question-block .contents .column01 ul { padding-left: 0; }
  .question-block .contents .column01 ul li { margin: 0 0 5vw 0; }
  .question-block .contents .column01 ul li .ttl {
    font-size: 4.6vw;
    padding-left: 3vw;
    margin: 4vw 0 2vw 0;
  }
  .question-block .contents .column01 ul li p.read { font-size: 3.7vw; }
  .question-block .contents .column01 ul li p.read span {
    font-size: 3.5vw;
    margin: 1vw 0 0 0;
    display: block;
  }
  .question-block .contents .column02 ul {
    padding-left: 0;
    margin: 5vw 0;
  }
  .question-block .contents .column02 ul li {
    width: 100%;
    margin: 0 0 5vw 0;
  }
  .question-block .contents .column02 ul li .ttl {
    font-size: 4.6vw;
    padding-left: 3vw;
    margin: 0 0 2vw 0;
  }
  .question-block .contents .column02 ul li p.read { font-size: 3.7vw; }
  .question-block .contents .column03 {
    border-radius: 2vw;
    padding: 5vw;
    display: block;
  }
  .question-block .contents .column03 .group { display: block; }
  .question-block .contents .column03 .group .txtbox h4 {
    padding-left: 0;
    margin: 3vw 0 2vw 0;
    font-size: 4.4vw;
  }
  .question-block .contents .column03 .group .txtbox .read {
    padding-left: 0;
    font-size: 3.7vw;
  }
  .question-block .contents .column03 .group .img img { width: 100%; }
  .question-block .contents .column03 .youtube { margin: 3vw 0 0 0; }
  .question-block .contents .column04 { margin: 4vw 0 0 0; }
  .question-block .contents .column04 ul { display: block; }
  .question-block .contents .column04 ul li { width: 100%; }
  .question-block .contents .column04 ul li p.read {
    font-size: 3.7vw;
    margin: 0 0 7vw 0;
  }
  .question-block .contents .column04 ul li:last-child p.read { margin: 0; }
  .question-block .contents .column04 ul li p.ttl {
    font-size: 4.6vw;
    padding-left: 3vw;
    margin: 4vw 0 2vw 0;
  }
  .question-block .contents .column05 .cont_left {
	width: auto;
  }
  .question-block .contents .column05 {
	display: block;
  }
  .question-block .contents .column05 .cont_right {
	width: 100%;
	margin-top: 1rem;
  }
  .question-block .contents .column05 .cont_left p:nth-child(4) {
	font-size: 0.75rem;
  }
  .question-block .contents .column05 .txtbox h4 {
	font-size: 1.12rem;
	padding: 1rem 1rem 0.6rem 1rem;
	margin-bottom: 0;
	text-align: center;
  }
  .question-block .contents .column05 .txtbox .read {
	font-size: 1rem;
	padding: 0 1.2rem 1rem 1.2rem;
  }
  .question-block .contents .column06 {
	display: block;
	justify-content: initial;
	gap: 0;
	align-items: initial;
  }
  .question-block .contents .column06 .cont_left {
	width: 100%;
  }
  .question-block .contents .column06 .cont_right {
	width: auto;
	padding: 1rem 1.5rem;
	margin-top: 0.6rem;
  }
  .question-block .contents .column06 .txtbox .fbox {
	display: block;
	gap: 0;
  }
  .question-block .contents .column06 .txtbox .fbox .fbox_l {
	width: auto;
  }
  .question-block .contents .column06 .txtbox .fbox .fbox_r {
	width: auto;
  }
  .question-block .contents .column06 .txtbox .fbox .fbox_r p {
	font-size: 0.8rem;
	text-align: left;
	margin-top: 0.4rem;
  }
  .question-block .contents .column06 .txtbox .fbox .fbox_l p:last-child img, .question-block .contents .column06 .txtbox .fbox .fbox_r p:last-child img {
	display: block;
	max-width: initial;
	width: 85%;
	margin: 0.5rem auto;
	padding-right: 0;
  }
  .question-block .contents .column06 .txtbox .read {
	font-size: 0.8rem;
  }
  .question-block .contents .column06 .txtbox h4 {
	font-size: 1.2rem;
	margin-bottom: 0.4rem;
  }
  .subheading2 {
	font-size: 1.0rem;
	margin: 1.2rem auto 1rem;
  }
  .title-sub {
	font-size: 1.2rem;
  }

  /* CTA */
  .cta-inner { padding: 2rem 0 1rem 0; }
  .ctaReserve__heading { font-size: 4.6vw; }
  .ctaReserve__heading > span { font-size: 6vw; }
  .ctaReserve__button__text { font-size: 4vw; }
  .ctaReserve__button__text span { font-size: 5.4vw; }
  a.ctaReserve__button {
    max-width: inherit;
    height: inherit;
    width: 90%;
    margin: 3vw auto;
    padding: 3vw;
    border-radius: 1.8vw;
  }
  .ctaReserve__button__inner::before {
    width: 8vw;
    height: 8vw;
    background-image: url(../_images/icon_aircon.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .ctaReserve__button__inner::after {
    width: 5vw;
    height: 5vw;
    margin-left: 10px;
    background-image: url(../_images/icon_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .ctaReserve__text {
    margin: 1rem 0 0 0;
    font-size: 3.5vw;
  }
  a.textLink {
    font-size: 1.3rem;
    gap: 2vw;
    max-width: none;
	padding: 0;
	margin: 0 auto;
  }
  a.textLink::after {
    width: 2vw;
    height: 3.4vw;
  }
}


/* =============================================
   RESPONSIVE — PC (min-width: 767px)
   ============================================= */
@media screen and (min-width: 767px) {
  .br-sp { display: none; }
  .br-pc { display: block; }

  /* Bottom Area */
  .bottom-area { padding: 35px 0; }
  .bottom-area__title { font-size: 17px; }
  .bottom-area__list {
    justify-content: center;
    flex-direction: row;
    max-width: 820px;
    margin: 0 auto;
    padding: 0 25px;
  }
  .bottom-area__item {
    flex-direction: column;
    gap: 10px;
    width: 50%;
  }
  .bottom-area__titleWrap {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    text-align: center;
    font-size: 16px;
  }
  .bottom-area__img {
    width: 120px;
    height: 120px;
  }
  .bottom-area__linkWrap .linkItem {
    padding: 17px;
    font-size: 16px;
    border: 2px solid #333;
  }
  .bottom-area__linkWrap .linkItem::after {
    font-size: 12px;
    margin-left: 10px;
  }
}