@charset "utf-8";

/* base.css */

.airoco {
  --header-height: 70px;
  --main-column-width: 1280px;
  --main-column-padding-x: 50px;
}

@media screen and (max-width: 768px) {
  .airoco {
    --main-column-padding-x: 25px;
  }
}

@media screen and (max-width: 576px) {
  .airoco {
    --main-column-padding-x: 15px;
  }
}

.airoco {
  min-width: 0;
  background:#fff;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size:1.5rem;
  line-height:1.8;
}

/* service_parts */

/* ボタン */
.btn-service-block {
  text-align: center;
  margin-top: 80px;;
}

.btn-service {
  margin: 0 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  border-radius: 100px;
  border: transparent 2px solid;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.4 !important;
  position: relative;
  padding: 6px 20px 5px;
  transition: opacity 0.4s ease-in-out;
  width: 300px;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.btn-service::after {
  content: '';
  background-image: url(/image/module/right_arrow_w.png);
  width: 8px;
  height: 12px;
  position: absolute;
  top:calc(50% - 6px);
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}

.btn-service:hover {
  opacity: 0.8;
}

.btn-service.btn-service-contact {
  background-color: #e6b32b;
  color: #153D70;
}

.btn-service-contact.btn-service::after {
  background-image: url(/common/img/business/service/airoco/right-arrow-blue.svg);
}


/* airoco.css */

.airoco .inner {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .airoco .inner {
    max-width: 100%;
    width: auto;
    padding: 40px 10px;
  }
}

.airoco {
  background-color: #fff;
}

.airoco p {
  margin-bottom: 0;
}

.airoco h1 {
  margin-bottom: 0;
}

.airoco h2 {
  margin: 0;
  padding: 0;
  background: none;
}

.airoco h2 .bold {
  border-bottom: #2e8fc1 solid 2px;
}

.sp_non,
.pc-only {
  display: block;
}

.pc-only.flex {
  display: flex;
}

.sp-only.flex {
  display: none;
}

.pc_non,
.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_non,
  .pc-only {
    display: none;
  }

  .pc_non,
  .sp-only {
    display: block;
  }

  .pc-only.flex {
    display: none;
  }

  .sp-only.flex {
    display: flex;
  }
}

/* airoco */
#airoco .airoco_content_wrap {
  margin: 0 auto;
}

.airoco_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.airoco_sub_ttl {
  width: 381px;
  line-height: 1;
  padding-bottom: 9px;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  color: #1071b5;
  font-weight: 700;
  background: url(/common/img/business/service/airoco/see_screen_ttl_bg.svg) no-repeat bottom center / 100% auto;
}

.airoco_box {
  border: 1px solid #2bbbef;
  border-radius: 8px;
  overflow: hidden;
}

.airoco_box_ttl {
  background-image: -moz-linear-gradient(-90deg, rgb(43, 187, 239) 0%, rgb(133, 215, 241) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(43, 187, 239) 0%, rgb(133, 215, 241) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(43, 187, 239) 0%, rgb(133, 215, 241) 100%);
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .see_screen {
    background: transparent;
  }

  .see_screen:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: url(/common/img/business/service/airoco/usage_image_bg.jpg) no-repeat bottom center / 100% auto;
  }

  .faq_bg {
    position: relative;
    z-index: 1;
  }

  .faq_bg:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: #e5f3f9;
  }

  #airoco .airoco_content_wrap {
    width: 100%;
  }

  .airoco_sub_ttl {
    width: 280px;
    padding-bottom: 3px;
    font-size: 18px;
    background: url(/common/img/business/service/airoco/see_screen_ttl_bg.svg) no-repeat bottom center / 100% auto;
  }

  .airoco_box {
    border-radius: 4px;
  }

  .airoco_box_ttl {
    font-size: 16px;
    height: 28px;
  }
}

/* airoco_mv */
.airoco_mv {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 18px 0 0;
  box-sizing: border-box;
}

.airoco_mv img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .airoco_mv {
    height: auto;
  }
}

/* airoco_top */
.airoco_top {
  margin-top: 78px;
}

.airoco_top_txt_box {
  width: 100%;
  height: 218px;
  justify-content: center;
  align-items: center;
  background-image: url(/common/img/business/service/airoco/airoco_top_txt_bg_left.jpg), url(/common/img/business/service/airoco/airoco_top_txt_bg_right.jpg), url(/common/img/business/service/airoco/airoco_top_txt_bg.jpg);
  background-position: left center, right center, center;
  background-size: auto 100%, auto 100%, auto 100%;
  background-repeat: no-repeat, no-repeat, repeat-x;
}

.airoco_top_txt {
  color: #fff;
}

p.airoco_top_txt {
  line-height: 1;
  font-size: 24px;
  text-align: center;
}

.airoco_top_txt_small {
  font-size: 18px;
}

p span.airoco_top_txt_dot {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding-bottom: 8px;
}

.airoco_top_txt_dot+br+.airoco_top_txt_dot {
  margin-top: 22px;
}

.airoco_top_txt_dot::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/common/img/business/service/airoco/airoco_top_txt_dot.png) repeat-x top center / 12px 4px;
}

p.airoco_top_txt_sub {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 14px;
  text-align: center;
  font-weight: 700;
}

.airoco_top_txt_sub_orange {
  color: #e96a1a;
}

@media screen and (max-width: 880px) {
  p.airoco_top_txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .airoco_top {
    margin-top: 40px;
  }

  .airoco_top_txt_box {
    height: 151px;
    background: url(/common/img/business/service/airoco/airoco_top_txt_bg_sp.jpg) no-repeat top center / contain;
  }

  p.airoco_top_txt {
    font-size: 16px;
  }

  .airoco_top_txt_small {
    font-size: 13px;
  }

  .airoco_top_txt_dot+br+.airoco_top_txt_dot {
    margin-top: 11px;
  }

  p.airoco_top_txt_sub {
    font-size: 12px;
    margin-top: 8px;
  }
}

/* usage_image */
.usage_image {
  margin-top: 110px;
  background: url(/common/img/business/service/airoco/usage_image_bg.jpg) no-repeat bottom center / 100% auto;
  position: relative;
  padding: 0 15px 13px;
}

#dMainColumn h2.usage_image_ttl {
  background-image: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(43, 187, 239) 25%, rgb(43, 187, 239) 75%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(43, 187, 239) 25%, rgb(43, 187, 239) 75%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(43, 187, 239) 25%, rgb(43, 187, 239) 75%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
  width: 640px;
  margin: 0 auto;
  line-height: 1;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 768px){
  #dMainColumn h2.usage_image_ttl {
      width: 100%;
      font-size: 18px;
      padding: 5px 0;
  }
}

.usage_image_ttl:before {
  display: none;
}

.usage_image_image_wrap {
  display: flex;
  margin-top: 23px;
}

.usage_image_image {
  width: 468px;
}

.usage_image_image+.usage_image_image {
  margin-left: 64px;
}

p.usage_image_image_txt {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 16px;
}

.usage_image_sp_inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 17px;
  margin: -17px 0 0;
}

.usage_image_item {
  width: calc(100% - 579px);
  max-width: 355px;
  order: 0;
}

.usage_image_face_icon_list {
  width: 351px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 4px solid #32bdf0;
  background-color: #fff;
  font-weight: 500;
  order: 1;
  margin: -32px 0 0 -4px;
}

.usage_image_face_icon_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.usage_image_face_icon_list li+li {
  margin-left: 23px;
}

.usage_image_face_icon {
  width: 43px;
  display: inline-block;
  margin-right: 9px;
}

p.usage_image_face_icon_txt {
  line-height: 1.5;
  font-size: 20px;
  color: #1071b5;
  font-weight: 700;
  text-shadow:
    2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff,
    2px 0px 1px #fff,
    0px 2px 1px #fff,
    -2px 0px 1px #fff,
    0px -2px 1px #fff;
  order: 2;
  margin: -35px 0 0 16px;
}

p.usage_image_sub_txt {
  font-size: 14px;
  line-height: 1;
  color: #313a42;
  text-align: right;
  width: 100%;
  order: 3;
  margin: -20px 0 0;
  padding: 0 10px;
}

@media screen and (max-width: 1245px) {
  .usage_image_sp_inner {
    margin-top: 0;
    padding: 0;
  }

  .usage_image_item {
    width: calc(100% - 538px);
  }

  p.usage_image_face_icon_txt {
    margin: -15px 0 0 16px;
  }

  .usage_image_face_icon_list {
    width: 310px;
    height: 56px;
    margin: -12px 0 0 -4px;
  }

  .usage_image_face_icon {
    width: 30px;
  }

  p.usage_image_sub_txt {
    margin: -10px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .usage_image {
    margin-top: 36px;
    padding-bottom: 10px;
    z-index: 1;
    background: transparent;
  }

  .usage_image:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/common/img/business/service/airoco/usage_image_bg.jpg) no-repeat bottom center / 100% auto;
  }

  .usage_image_sp_inner {
    position: relative;
    width: 100%;
    max-width: 336px;
    margin: 30px auto 0;
    display: block;
    text-align: center;
    padding: 0 0 0 111px;
    box-sizing: border-box;
  }

  h2.usage_image_ttl {
    width: 100%;
    font-size: 18px;
    padding: 5px 0;
  }

  .usage_image_image_wrap {
    display: block;
    margin-top: 20px;
  }

  .usage_image_image {
    width: 100%;
  }

  .usage_image_image+.usage_image_image {
    margin-left: 0;
    margin-top: 20px;
  }

  p.usage_image_image_txt {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .usage_image_item {
    width: 100px;
    bottom: 45px;
    left: 0;
    top: 0;
    position: absolute;
  }

  .usage_image_face_icon_list {
    width: 208.5px;
    height: 40px;
    border-radius: 8px;
    border: 2px solid #32bdf0;
    margin: 6px auto;
  }

  .usage_image_face_icon_list li {
    font-size: 10px;
  }

  .usage_image_face_icon_list li+li {
    margin-left: 12px;
  }

  .usage_image_face_icon {
    width: 21.5px;
    margin-right: 5px;
  }

  p.usage_image_face_icon_txt {
    line-height: 1;
    font-size: 12px;
    margin: 0;
  }

  p.usage_image_face_attention_txt {
    line-height: 1.5;
    font-size: 11px;
    font-weight: 700;
    color: #1071b5;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
  }

  p.usage_image_sub_txt {
    font-size: 9px;
    text-align: center;
    margin: 10px 0 0 -90px;
    width: calc(100% + 90px);
    padding: 0;
  }
}

@media screen and (max-width: 374px) {
  .usage_image_sp_inner {
    padding: 0 0 0 100px;
  }

  .usage_image_item {
    width: 90px;
    top: 20px;
  }

  p.usage_image_face_icon_txt {
    font-size: 11px;
  }

  p.usage_image_sub_txt {
    width: calc(100% + 60px);
    margin-left: -60px;
    line-height: 1.4;
  }

  .usage_image_face_icon_list {
    width: auto;
    height: auto;
    display: block;
    padding: 10px;
  }

  .usage_image_face_icon_list li {
    justify-content: flex-start;
    margin: 0 0 10px !important;
  }

  .usage_image_face_icon_list li:last-child {
    margin: 0 !important;
  }
}

/* see_screen */
.see_screen {
  margin-top: 111px;
  background: url(/common/img/business/service/airoco/usage_image_bg.jpg) no-repeat bottom center / 100% auto;
  padding-bottom: 32px;
}

p.see_screen_list_ttl {
  line-height: 1;
  color: #1071b5;
  font-size: 20px;
  margin-top: 40px;
  font-weight: 700;
}

.see_screen_list {
  margin-top: 15px;
}

.see_screen_list li {
  font-size: 20px;
  color: #313a42;
  line-height: 1.8;
}

.see_screen_list_num {
  color: #2bbbef;
}

@media screen and (max-width: 768px) {
  .see_screen {
    margin-top: 40px;
    padding-bottom: 36px;
    position: relative;
    z-index: 1;
  }

  p.see_screen_list_ttl {
    font-size: 12px;
    margin-top: 20px;
  }

  .see_screen_list {
    margin-top: 9px;
  }

  .airoco .see_screen_list li {
    font-size: 12px;
    line-height: 1.4;
    padding-left: 1.1em;
    text-indent: -1.1em;
  }
}

/* four_screen */
.four_screen {
  margin-top: 40px;
}

.four_screen_ttl {
  font-size: 24px;
}

.four_screen_box_inner {
  padding: 40px 64px;
  background-color: #fff;
}

p.four_screen_list_copy {
  font-size: 20px;
  font-weight: 700;
  color: #1071b5;
  line-height: 1;
}

.four_screen_list {
  margin-top: 23px;
}

.four_screen_list {
  display: flex;
  flex-wrap: wrap;
}

.four_screen_list li {
  width: calc(33.33% - 16px);
}

.four_screen_list li+li {
  margin-left: 24px;
}

p.four_screen_list_sub_txt {
  line-height: 1;
  font-size: 16px;
  color: #313a42;
  margin-bottom: 8px;
}

.four_screen_list_txt {
  font-size: 16px;
  color: #313a42;
  margin-top: 10px;
}

.four_screen_list+.four_screen_list_copy {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .four_screen {
    margin-top: 23px;
  }

  .four_screen_ttl {
    font-size: 16px;
  }

  .four_screen_box_inner {
    padding: 24px 19px;
    background-color: #fff;
  }

  p.four_screen_list_copy {
    font-size: 12px;
  }

  .four_screen_list {
    margin-top: 12px;
  }

  .four_screen_list {
    display: block;
  }

  .four_screen_list li {
    width: 100%;
  }

  .four_screen_list li+li {
    margin-left: 0;
    margin-top: 20px;
  }

  p.four_screen_list_sub_txt {
    font-size: 15px;
  }

  .four_screen_list_txt {
    font-size: 12px;
    margin-top: 10px;
  }

  .four_screen_list+.four_screen_list_copy {
    margin-top: 24px;
  }
}

/* voice */
.voice {
  margin-top: 80px;
}

.voice_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.voice_list>li {
  position: relative;
  text-align: center;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e96a1a;
  background: #fff;
  width: calc(50% - 34px);
}

.voice_list>li:nth-child(n + 3) {
  margin-top: 40px;
}

.voice_item_ttl {
  font-size: 20px;
  line-height: 1.7;
  padding: 5px;
  color: #fff;
  font-weight: 700;
  background: #e96a1a;
  margin-top: 0;
  margin-bottom: 0px;
}

.voice_item_txt {
  padding: 15px 20px;
  font-size: 16px;
  /* line-height: 1.625; */
  color: #313a42;
  text-align: left;
}

@media screen and (max-width: 1245px) {
  .voice_list>li {
    width: calc(50% - 10px);
  }

  .voice_item_ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .voice {
    margin-top: 30px;
  }

  .voice_list {
    margin-top: 20px;
  }

  .voice_list>li {
    width: 100%;
  }

  .voice_item_ttl {
    font-size: 16px;
  }

  .voice_list>li:nth-child(n + 2) {
    margin-top: 10px;
  }

  .voice_item_txt {
    padding: 15px 20px;
    font-size: 12px;
  }

}

/* osusume_place */
.osusume_place {
  margin-top: 80px;
  margin-bottom: 80px;
}

.osusume_place_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.osusume_place_list_ttl {
  font-size: 20px;
}

.osusume_place_list li {
  width: calc(33.33% - 15px);
  box-sizing: border-box;
}

.osusume_place_list li+li {
  margin-left: 22px;
}

.osusume_place_list_content {
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.osusume_place_list_img1 {
  width: 217px;
}

.osusume_place_list_img2 {
  width: 209px;
}

.osusume_place_list_img3 {
  width: 188px;
}

@media screen and (max-width: 768px) {
  .osusume_place {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .osusume_place_list {
    display: block;
    margin-top: 20px;
  }

  .osusume_place_list_ttl {
    font-size: 16px;
  }

  .osusume_place_list li {
    width: 100%;
  }

  .osusume_place_list li+li {
    margin-left: 0;
    margin-top: 12px;
  }

  .osusume_place_list_content {
    width: 100%;
    height: 145px;
  }

  .osusume_place_list_img1 {
    width: 193px;
  }

  .osusume_place_list_img2 {
    width: 188px;
  }

  .osusume_place_list_img3 {
    width: 168.5px;
  }
}

/* movie */
.airoco_content_box {
  max-width: 438px;
  box-sizing: border-box;
  margin: 50px auto 50px;
}

@media screen and (max-width: 767px) {
  .airoco_content_box {
    border-width: 2px;
    padding: 11px 6px 6px 5px;
    border-radius: 8px;
    margin-bottom: 50px;
    max-width: 345px;
  }
}

.airoco_content_box .movie {
  box-sizing: border-box;
  min-width: 0;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  height: 0;
  padding-bottom: 56.8%;
  border-radius: 10px;
}

.airoco_content_box .movie-in {
  overflow: hidden;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.airoco_content_box .movie iframe {
  height: 100%;
  width: 100%;
  margin: 0;
}

/* faq */
.faq_bg {
  padding: 80px 15px;
  background: #e5f3f9;
}

.dlFaq {
  margin-top: 50px;
}

.dlFaq>dt {
  font-size: 16px;
  color: #003d74;
  margin-bottom: 10px;
  text-indent: -1.8em;
  padding-left: 1.8em;

}

.dlFaq>dd+dt {
  margin-top: 30px;
}

.dlFaq>dd {
  font-size: 16px;
  text-indent: -1.8em;
  padding-left: 1.8em;
}

.faq_list {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
  word-break: break-all;
}

.co2_num {
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {

  .btn-service-block{
    margin-top: 50px;
  }

  .faq_bg {
    padding: 40px 15px;
  }

  .dlFaq {
    margin-top: 25px;
  }

  .dlFaq>dt,
  .dlFaq>dd {
    font-size: 12px;
  }

  .dlFaq>dt {
    margin-bottom: 0px;
  }
}

.movie iframe {
  margin: 80px auto 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .movie iframe {
    width: 91.466vw;
    margin: 40px auto 0;
  }
}

/* colorbox.css */

#cboxLoadedContent {
  background: #fff
}

/* 230601 追記 */

.airoco h1, .airoco h2, .airoco h3, .airoco h4, .airoco h5, .airoco h6, .airoco li, .airoco dt, .airoco dd, .airoco td, .airoco th, .airoco a, .airoco span, .airoco strong, .airoco div {
  line-height: 1.6;
}

.c-breadcrumb__inr {
  font-size: 14px
}

.airoco {
  font-size: 15px;
  padding: 0 0 70px 0;
  font-feature-settings: "palt";
}

.airoco_contentarea {
  max-width: var(--main-column-width);
  box-sizing: border-box;
  padding-left: var(--main-column-padding-x);
  padding-right: var(--main-column-padding-x);
  margin: 0 auto;
  width: auto;
}

.airoco_mv_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #e8f1f3;
}

.airoco_mv {
  max-width: var(--main-column-width);
  box-sizing: border-box;
  padding-left: var(--main-column-padding-x);
  padding-right: var(--main-column-padding-x);
  margin: 0;
  width: auto;
}

@media screen and (max-width: 768px) {
  .airoco_mv {
    padding: 0;
  }
}

.pc-only,
.sp-only {
  position: relative;
}

.airoco_mvImg {
  width: 52.62%;
  margin: 0 4.74% 0 auto;
}

@media screen and (max-width: 768px) {
  .airoco_mvImg {
    width: 100%;
    margin: 0 0 0 auto;
  }
}

.airoco_mvLead {
  position: absolute;
  top: 8.93%;
  left: 4.74%;
  width: 53.47%;
}

@media screen and (max-width: 768px) {
  .airoco_mvLead {
    width: 68.26%;
    top: 11.63%;
    left: 4.8%;
  }
}

@media screen and (max-width: 768px) {
  #dMainColumn .usage_image_ttl {
    min-height: 2em;
  }
}

.see_screen_list li {
  font-size: 20px;
  color: #313a42;
  line-height: 1.8;
}

.see_screen_list_num {
  display: inline-block;
  width: 20px;
  margin: 0 0 4px 0;
}

@media screen and (max-width: 768px) {
  .see_screen_list_num {
    width: 12px;
    margin: 0 0 2.4px 0;
  }
  }

.dlFaq dt {
  font-weight: 500;
}
