<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================================================================ */
/* under_mv */
/* ================================================================================================ */
section.under_mv .container h4.sub_ttl {
  position: relative;
  width: fit-content;
  padding-bottom: 10px;
  margin: auto;
}

section.under_mv .container h4.sub_ttl::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  background-color: var(--yellow);
}

section.under_mv .container h2.main_ttl {
  width: fit-content;
  margin: auto;
  margin-top: 2.928257687vw;
}

section.under_mv .container .face_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12.22547584vw;
  min-width: 50px;
  max-width: 167px;
  height: auto;
}

/* ================================================================================================ */
/* sec1 */
/* ================================================================================================ */
section.sec1 {
  margin: 80px 0;
}

section.sec1 .container {
  width: 80%;
  margin: auto;
}

section.sec1 .container .img_box .img_item {
  width: 50%;
  height: auto;
}

/* -------- */
/* ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ– */
/* -------- */
@media screen and (max-width: 768px) {
  section.sec1 {
    margin: 60px 0;
  }

  section.sec1 .container {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  section.sec1 {
    margin: 40px 0;
  }
}

/* ================================================================================================ */
/* sec2 */
/* ================================================================================================ */
section.sec2 .container {
  width: 80%;
  margin: auto;
}

section.sec2 .container .box {
  margin-top: 5.124450952vw;
}

section.sec2 .container .box .left {
  width: 46%;
  height: auto;
}

section.sec2 .container .box .right {
  width: 49%;
}

section.sec2 .container .box02 {
  margin-top: 7.320644217vw;
}

section.sec2 .container .box02 .box_ttl {
  position: relative;
  text-align: center;
}

section.sec2 .container .box02 .box_ttl::before {
  position: absolute;
  content: "";
  width: 22%;
  height: 3px;
  background-color: var(--main_color);
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
section.sec2 .container .box02 .box_ttl::after {
  position: absolute;
  content: "";
  width: 22%;
  height: 3px;
  background-color: var(--main_color);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

section.sec2 .box02 .contents {
  margin-top: 25px;
  flex-wrap: wrap;
}

section.sec2 .box02 .contents .contents_item {
  width: 32%;
}

section.sec2 .box02 .contents .contents_item .contents_img {
  width: 100%;
  height: auto;
  margin-top: 25px;
}

section.sec2 .box02 .contents .contents_item .contents_txt {
  background-image: linear-gradient(
    -45deg,
    #ec6941 25%,
    #ee7448 25%,
    #ee7448 50%,
    #ec6941 50%,
    #ec6941 75%,
    #ee7448 75%
  );
  background-size: 20px 20px;
  padding: 1.098096633vw;
}

/* -------- */
/* ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ– */
/* -------- */
@media screen and (max-width: 1024px) {
  section.sec2 .container .box {
    margin-top: 40px;
    flex-direction: column;
  }

  section.sec2 .container .box .left {
    width: 70%;
    margin: auto;
  }

  section.sec2 .container .box .right {
    width: 100%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  section.sec2 .container {
    width: 90%;
  }

  section.sec2 .box02 .contents .contents_item {
    width: 49%;
  }
}

@media screen and (max-width: 480px) {
  section.sec2 .container .box .left {
    width: 100%;
  }

  section.sec2 .box02 .contents {
    margin-top: unset;
  }

  section.sec2 .container .box02 .box_ttl::after {
    width: 8%;
  }

  section.sec2 .container .box02 .box_ttl::before {
    width: 8%;
  }
}

/* ================================================================================================ */
/* sec3 */
/* ================================================================================================ */
section.sec3 {
  margin-top: 7.320644217vw;
  padding-bottom: 8.78477306vw;
}

section.sec3 .container {
  width: 65%;
  margin: auto;
}

section.sec3 .container .box {
  position: relative;
  margin-top: 5.490483163vw;
}

section.sec3 .container .box .face_icon {
  position: absolute;
  max-width: 140px;
  width: 10.2489019vw;
  height: auto;
  bottom: 100%;
  left: 0;
}

section.sec3 .item_box .item .item_ttl {
  background-color: var(--main_color);
  padding: 1.830161054vw;
}

section.sec3 .item_box .item .item_ttl img.ttl_icon {
  height: auto;
  margin-right: 1.464128843vw;
}

section.sec3 .item_box .item {
  border: 3px solid var(--main_color);
}

section.sec3 .item_box .item .contents {
  padding: 40px 35px;
  background: var(--white);
}

section.sec3 .item_box .item .price {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 238px;
}

section.sec3 .item_box:not(:first-of-type) {
  margin-top: 30px;
}

section.sec3 .item_box.pr_04.point .item .contents {
  text-align: center;
}

/* item_box01 */
section.sec3 .item_box.item_box01 .item {
  width: 48%;
}

section.sec3 .item_box.item_box01 .item_ttl img.ttl_icon {
  width: 25px;
  height: auto;
}

section.sec3 .item_box.item_box01 .contents p.top_txt {
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}

section.sec3 .item_box.item_box01 .contents p.bottom_txt {
  padding-top: 30px;
  border-top: 1px solid #dddddd;
}

section.sec3 .item_box.item_box02 .item .item_ttl img.ttl_icon {
  width: 3.294289898vw;
  max-width: 45px;
  min-width: 25px;
  height: auto;
}

section.sec3 .item_box.item_box03 .item .contents .txt_box {
  width: 50%;
  position: relative;
  padding: 0px 20px;
}
/* section.sec3 .item_box.item_box03 .item .contents .txt_box .top_txt {
  margin-bottom: 20px;
} */
section.sec3 .contents .img_box {
  max-width: 350px;
  width: 90%;
  margin: 8% auto 0;
}

section.sec3 .item_box.item_box03 .item .item_ttl img.ttl_icon {
  width: 2.781844802vw;
  max-width: 38px;
  min-width: 25px;
  height: auto;
}

section.sec3
  .item_box.item_box03
  .item
  .contents
  .txt_box:first-of-type::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 90%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background: #e9e9e9;
}

/* section.sec3 .item_box.item_box03 .item .contents .txt_box p.bottom_txt {
  margin-top: 20px;
} */

section.sec3 .item_box.item_box04 .item .item_ttl img.ttl_icon {
  width: 2.562225476vw;
  min-width: 25px;
  max-width: 35px;
  height: auto;
}

section.sec3 .item_box.item_box04 .item .contents {
  padding: unset;
}

section.sec3 .item_box.item_box04 .item .contents .contents_list {
  border-bottom: 2px solid #e9e9e9;
}

section.sec3 .item_box.item_box04 .contents .key {
  background: var(--green3);
  width: 18.426%;
}

section.sec3 .item_box.item_box04 .contents .value {
  background: var(--white);
  width: calc(100% - 18.426%);
  /* è¿½åŠ&nbsp;åˆ† */
  /* flex-wrap: wrap; */
  /* è¿½åŠ&nbsp;åˆ† */
}

section.sec3 .item_box.item_box04 .contents .value_item {
  width: calc(100% / 5);
  padding: 2.562225476vw 13px;
  flex-direction: column;
}
/* section.sec3 .item_box.item_box04 .contents .value_item {
  width: calc(100% / 3);
  padding: 2.562225476vw 2.196193265vw;
  justify-content: space-between;
  align-items: baseline;
} */

section.sec3 .item_box.item_box04 .contents .value_item:not(:last-of-type) {
  border-right: 2px solid #e9e9e9;
}
/* è¿½åŠ&nbsp;åˆ† */
/* section.sec3 .item_box.item_box04 .contents .value_item:nth-child(n + 4) {
  border-top: 2px solid #e9e9e9;
} */
/* è¿½åŠ&nbsp;åˆ† */

section.sec3
  .item_box.item_box04
  .contents
  .value_item
  .wrap:not(:first-of-type) {
  margin-top: 2.928257687vw;
}
/* section.sec3 .item_box.item_box04 .contents .value_item .wrap {
  margin-top: 0;
  width: 45%;
} */

section.sec3 .item_box.item_box04 .contents .value_item .value_item_img {
  width: 95%;
  height: auto;
  margin: auto;
  margin-top: 20px;
}
section.sec3 .item_box.item_box04 .contents_list.contents_list02 .value {
  padding: 2.196193265vw;
}

section.sec3
  .item_box.item_box04
  .contents_list.contents_list02
  .value
  .value_txt_box
  li {
  position: relative;
  padding-left: 20px;
}

section.sec3
  .item_box.item_box04
  .contents_list.contents_list02
  .value
  .value_txt_box
  li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--main_color);
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

section.sec3
  .item_box.item_box04
  .contents_list.contents_list02
  .value
  p.value_txt {
  margin-top: 15px;
}

section.sec3
  .item_box.item_box04
  .contents_list.contents_list03
  .value
  .value_item {
  width: 50%;
  position: relative;
  padding: 2.562225476vw;
}

section.sec3
  .item_box.item_box04
  .contents_list.contents_list03
  .value
  .value_item.value_item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 70%;
  background: #e9e9e9;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

section.sec3
  .item_box.item_box04
  .contents
  .contents_list.contents_list03
  .value_item:not(:last-of-type) {
  border-right: unset;
}

section.sec3
  .item_box.item_box04
  .contents_list.contents_list03
  .value
  .value_item_img {
  width: 11.56661786vw;
  max-width: 158px;
  min-width: 80px;
  height: auto;
  margin: auto;
  margin-top: 20px;
}

section.sec3 .item_box.item_box05 .item_ttl img.ttl_icon {
  width: 2.781844802vw;
  max-width: 38px;
  min-width: 25px;
  height: auto;
}

section.sec3 .item_box.item_box05 .contents_item {
  width: 32%;
}

section.sec3 .item_box.item_box05 .contents_item .main_txt {
  margin-top: 20px;
  margin-bottom: 15px;
}

section.sec3 .item_box.item_box06 .item .contents {
  padding: unset;
}

section.sec3 .item_box.item_box06 .item_ttl img.ttl_icon {
  width: 2.855051245vw;
  max-width: 38px;
  min-width: 25px;
  height: auto;
}

section.sec3 .item_box.item_box06 .contents .head {
  border-bottom: 1px solid #cccccc;
  background: var(--green3);
}

section.sec3 .item_box.item_box06 .contents .head li.head_item.list01 {
  width: 23%;
}

section.sec3 .item_box.item_box06 .contents .head li.head_item {
  width: calc((100% - 23%) / 2);
  padding: 20px;
  color: #20a020;
}

section.sec3
  .item_box.item_box06
  .contents
  .head
  li.head_item:not(:last-of-type) {
  border-right: 1px solid #cccccc;
}

section.sec3 .item_box.item_box06 .contents_list:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}

section.sec3 .item_box.item_box06 .contents_list:nth-child(odd) {
  background: var(--green2);
}

section.sec3 .item_box.item_box06 .contents_list .list_item.list01 {
  color: #20a020;
  width: 23%;
}

section.sec3 .item_box.item_box06 .contents_list .list_item {
  width: calc((100% - 23%) / 2);
  padding: 20px 15px;
}

section.sec3 .item_box.item_box06 .contents_list .list_item:not(:last-of-type) {
  border-right: 1px solid #cccccc;
}

section.sec3 .item_box.item_box06 .contents_list .list_item p.detial_txt {
  margin-top: 10px;
  color: var(--black);
}

section.sec3 .item_box.item_box06 .contents_list .list_item.size_l {
  width: calc(100% - 23%);
}

section.sec3 .item_box .item .contents .txt_list li.txt {
  flex: 0 0 33.3%;
  position: relative;
  padding-left: 25px;
  /* margin-right: 50px; */
  margin-top: 10px;
}

section.sec3 .item_box .item .contents .txt_list {
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
  padding-bottom: 40px;
  text-align: left;
}

section.sec3 .item_box .item .contents .txt_list li.txt::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: var(--main_color);
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* -------- */
/* ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ– */
/* -------- */
@media screen and (max-width: 1024px) {
  section.sec3 .item_box .item .contents .txt_list {
    width: 100%;
  }
  section.sec3 .item_box .item .contents .txt_list li.txt {
    flex: auto;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  section.sec3 {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  section.sec3 .container {
    width: 90%;
  }

  section.sec3 .item_box.item_box01 {
    flex-direction: column;
  }

  section.sec3 .item_box.item_box01 .item {
    width: 100%;
  }

  section.sec3 .item_box.item_box01 .item:last-of-type {
    margin-top: 30px;
  }

  section.sec3 .item_box .item .contents {
    padding: 30px 20px;
  }

  section.sec3 .item_box .item .contents .contents_txt {
    text-align: unset;
  }

  section.sec3 .item_box.item_box03 .item .contents {
    flex-direction: column;
    padding: 0px 20px;
  }

  section.sec3
    .item_box.item_box03
    .item
    .contents
    .txt_box:first-of-type::after {
    width: 100%;
    height: 2px;
    top: unset;
    bottom: 0;
    left: 0;
  }

  section.sec3 .item_box.item_box03 .item .contents .txt_box {
    width: 100%;
    padding: 30px 0px;
  }

  section.sec3 .item_box.item_box04 .item .contents .contents_list {
    flex-direction: column;
  }

  section.sec3 .item_box.item_box04 .contents .key {
    width: 100%;
    padding: 10px;
  }

  section.sec3 .item_box.item_box04 .contents .value {
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
  }

  section.sec3 .item_box.item_box04 .contents .value_item:not(:last-of-type) {
    border-right: unset;
  }

  section.sec3 .item_box.item_box04 .contents .value_item {
    width: 100%;
  }

  section.sec3 .item_box.item_box04 .contents .value_item {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: baseline;
    padding: 20px;
  }

  section.sec3 .item_box.item_box04 .contents .value_item .value_item_img {
    width: 55%;
  }

  section.sec3 .item_box.item_box04 .contents .value_item:not(:last-of-type) {
    border-bottom: 1px dashed #cccccc;
  }

  section.sec3
    .item_box.item_box04
    .contents
    .value_item
    .wrap:not(:first-of-type) {
    margin-top: unset;
  }

  section.sec3 .item_box.item_box04 .contents_list.contents_list02 .value {
    padding: 15px;
  }

  section.sec3
    .item_box.item_box04
    .contents_list.contents_list03
    .value
    .value_item {
    width: 100%;
    padding: 15px;
  }

  section.sec3 .item_box.item_box05 .item .contents {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: unset;
  }

  section.sec3 .item_box.item_box05 .contents_item {
    width: 48%;
    padding-top: 30px;
  }

  section.sec3 .item_box.item_box06 .scroll_wrap {
    overflow-x: scroll;
  }

  section.sec3 .item_box.item_box06 .scroll_wrap .contents {
    width: 700px;
  }
  /* è¿½åŠ&nbsp;åˆ† */
  /* section.sec3 .item_box.item_box04 .contents .value_item:nth-child(n + 4) {
    border-top: 0;
  } */
  /* è¿½åŠ&nbsp;åˆ† */
}

@media screen and (max-width: 480px) {
  section.sec3 .item_box .item .item_ttl img.ttl_icon {
    margin-right: 10px;
  }

  section.sec3 .item_box.item_box01 .contents p.top_txt {
    text-align: unset;
    padding-bottom: 20px;
  }

  section.sec3 .item_box.item_box01 .contents p.bottom_txt {
    padding-top: 20px;
  }

  section.sec3 .item_box.item_box05 .contents_item {
    width: 100%;
  }

  section.sec3 .item_box.item_box06 .contents .head li.head_item {
    padding: 6px 12px;
  }

  section.sec3 .item_box.item_box06 .contents_list .list_item {
    padding: 12px;
  }

  section.sec3 .item_box.item_box06 .scroll_wrap .contents {
    width: 600px;
  }

  section.sec3 .item_box.item_box06 .contents_list .list_item p.detial_txt {
    text-align: unset;
  }
  section.sec3 .item_box .item .contents .txt_list {
    width: 100%;
    justify-content: center;
  }

  section.sec3 .item_box .item .contents .txt_list li.txt {
    margin-right: 10px;
  }

}
</pre></body></html>