@charset "UTF-8";
/* CSS Document */
/* --------------------
   header
----------------------*/
header {
  background-color: #ccc;
}

/* --------------------
   footer
----------------------*/
footer {
  background-color: #ccc;
}

/* --------------------
   .hl
----------------------*/
.hl_01 {
  color: #222;
  text-align: center;
  /* title/32px */
  font-family: "BIZ UDPGothic";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 6.4px;
}

.hl_02 {
  color: #222;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 5.4px;
  display: flex;
  align-items: center;
}
.hl_02 .icon img {
  max-width: 51.6px;
}
.hl_02.size32 {
  font-size: 32px;
}

.hl_ct {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.hl_wt {
  color: #fff;
}

[class^="hl"] {
  font-family: "BIZ UDPGothic", serif;
  font-style: normal;
}

/* --------------------
   p
----------------------*/
main article p,
main article ul,
main article dl {
  color: #222;
  font-family: "BIZ UDPGothic";
  font-size: 18.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%;
  /* 38.85px */
  letter-spacing: 0.555px;
}

main article p.txt_ct {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
main article p.txt_wt {
  color: #fff;
}
main article p.txt_att {
  color: #4e966a;
  font-weight: 500;
}

.price {
  font-family: "BIZ UDPGothic" !important;
  color: #339CD0 !important;
}

.no {
  font-family: "Roboto" !important;
  font-style: normal;
}

main article .example {
  border-radius: 5px;
  background: #f7f7f7;
  padding: 15px 25px;
}
main article .example li {
  line-height: 1.4;
}
main article .example li::before {
  content: "・";
  margin-right: 5px;
}
main article .bg .example {
  background: #fff;
}

/* --------------------
   .img
----------------------*/
.img,
.map {
  border: 0px solid #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.img img,
.map img {
  width: 100%;
  height: auto;
}

.map {
  border: none;
}

/* --------------------
   .wrapper
----------------------*/
.wrapper.bg {
  padding: 90px 0;
  background-color: #f7f7f7;
  background-size: cover;
}
.wrapper.bg_color-gr {
  padding: 90px 0;
  background-color: #4e966a;
}

/* --------------------
   .checkbox
----------------------*/
ul.checkbox li {
  background-color: #fff;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  font-size: 18.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
  /* 35.15px */
  border-radius: 5px;
  border: 2px solid #4e966a;
}
ul.checkbox li .icon {
  display: flex;
  align-items: center;
}
ul.checkbox li .icon img {
  max-width: 22px;
}

/* --------------------
   goods__box
----------------------*/
.goods__box__item {
  display: flex;
  width: 1030px;
  padding: 60px;
  align-items: flex-start;
  border-radius: 10px;
  border: 4px solid #4e966a;
}
.goods__box .item-lift {
  width: 30%;
  color: #4e966a;
}
.goods__box .item-lift .hl_03 {
  font-size: 21px;
  letter-spacing: 1.89px;
}
.goods__box .item-lift .hl_04 {
  font-size: 18.5px;
  font-weight: 700;
  line-height: 160%;
  /* 29.6px */
  letter-spacing: 0.555px;
}
.goods__box .item-lift .price {
  font-size: 18.5px;
  font-weight: 700;
  line-height: 210%;
  letter-spacing: 0.555px;
  color: #4e966a;
}
.goods__box .item-right {
  width: 70%;
  border-left: 2px solid #4e966a;
  padding-left: 60px;
}

/* --------------------
   goods__option
----------------------*/
.goods__option .hl_03 {
  border-radius: 5px;
  background: #f2f2f2;
  padding: 10px 15px;
  color: #4e966a;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.89px;
  display: flex;
  align-items: center;
}
.goods__option .hl_03 .icon img {
  max-width: 30px;
}
.goods__option .hl_04 {
  border-bottom: 1px solid #4e966a;
  padding-bottom: 5px;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.89px;
  color: #4e966a;
}
.goods__option .hl_04 .price {
  font-size: 18.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 210%;
  letter-spacing: 0.555px;
}

/* --------------------
   txt__area
----------------------*/
.txt__area .hl_03 {
  border-bottom: 1px solid #4e966a;
  padding-bottom: 15px;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.89px;
}

.btn {
  min-width: 360px;
  display: table;
}
.btn a {
  border-radius: 50px;
  background: #fff;
  color: #4e966a;
  padding: 20px 67px 20px 50px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  position: relative;
  display: inline-block;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2.52px;
  min-width: 360px;
}
.btn a::after {
  content: "";
  display: inline-block;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 2px solid #4e966a;
  border-right: 2px solid #4e966a;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 25px;
  top: 50%;
}
.btn.btn_ct {
  margin: 0 auto;
  text-align: center;
}
.btn.btn_color-gr a {
  background-color: #4e966a;
  color: #fff;
}
.btn.btn_color-gr a::after {
  border-color: #fff;
}
.btn.btn_color_line a {
  background-color: #06C755;
  width: 408px;
}
.btn_line {
  border-radius: 5px;
  background: #06c755;
  min-width: 240px;
  height: 50px;
  padding: 15px 40px;
  color: #fff;
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 190%;
  /* 30.4px */
  letter-spacing: 0.48px;
}

/* --------------------
   column__box
----------------------*/
.column__box {
  display: flex;
  justify-content: space-between;
}
.column__box.column-03 .column__box__item {
  width: calc(100% / 3);
}
.column__box.column-03 .column__box__item .img,
.column__box.column-03 .column__box__item img {
  width: 305px;
  height: auto;
}

/* --------------------
   article__box
----------------------*/
.article__box {
  display: flex;
  justify-content: space-between;
}
.article__box .hl_02 {
  border-bottom: 1px solid #4e966a;
  padding-bottom: 15px;
}
.article__box__left {
  width: 455px;
}
.article__box__right {
  width: 515px;
}
.article__box:nth-child(even) {
  flex-direction: row-reverse;
}
.article02__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article02__box__left {
  width: 305px;
}
.article02__box__right {
  width: 675px;
}

/* --------------------
   flow__box
----------------------*/
.flow__box__item {
  background-color: #fff;
  border-radius: 10px;
  border: 4px solid #4e966a;
  display: flex;
  padding: 60px;
  position: relative;
}
.flow__box__item .hl_03 {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.89px;
  color: #4e966a;
}
.flow__box__item p.no {
  color: #4e966a;
  text-align: center;
  font-family: Roboto;
  font-size: 18.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 210%;
  /* 38.85px */
}
.flow__box__item p.no span {
  font-size: 42px;
  font-weight: 700;
  display: block;
}
/*.flow__box__item::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #4e966a;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: -25px;
  z-index: -1;
}*/
.flow__box__item:last-child::after {
  content: none;
}
.flow__box__left {
  padding-right: 60px;
}
.flow__box__right {
  padding-left: 60px;
  border-left: 2px solid #4e966a;
}

/* --------------------
   precautions
----------------------*/
.precautions dt {
  display: flex;
  align-items: center;
}
.precautions dt::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #4e966a;
}
.precautions dt .hl_03 {
  padding-left: 15px;
}

/* --------------------
   flow02__box
----------------------*/
.flow02__box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.flow02__box__item {
  width: calc(100% / 3 - 44px);
  border-radius: 285px;
  background: #fff;
  width: 285px;
  height: 285px;
  position: relative;
  text-align: center;
  color: #4e966a;
  padding-top: 60px;
}
.flow02__box__item .no {
  background-color: #fff;
  border-radius: 95px;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 42px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  height: 95px;
  width: 95px;
  background-color: #4e966a;
  text-align: center;
  color: #fff;
  position: absolute;
  left: -10px;
  top: -10px;
  line-height: 90px;
}
.flow02__box__item .hl_03 {
  color: #4e966a;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
  /* 32.55px */
  letter-spacing: 1.89px;
}
.flow02__box__item::after {
  line-height: 1;
  position: relative;
  background: #fff;
  width: 48px;
  height: 3px;
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  right: -70px;
}
.flow02__box__item::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  position: absolute;
  box-sizing: border-box;
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  top: 50%;
  right: -70px;
}
.flow02__box__item:last-child::after, .flow02__box__item:last-child::before {
  content: none;
}

/* --------------------
   btn__list
----------------------*/
.btn__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  /* container */
  .container {
    margin: 0 20px;
  }

  /* wrapper */
  .wrapper.bg {
    padding: 40px 0;
  }
  .wrapper.bg.mt-120, .wrapper.bg.mt-115, .wrapper.bg.mt-110, .wrapper.bg.mt-105, .wrapper.bg.mt-100, .wrapper.bg.mt-95, .wrapper.bg.mt-90, .wrapper.bg.mt-85 {
    margin-top: 0;
  }
  .wrapper.bg.mb-120, .wrapper.bg.mb-115, .wrapper.bg.mb-110, .wrapper.bg.mb-105, .wrapper.bg.mb-100, .wrapper.bg.mb-95, .wrapper.bg.mb-90, .wrapper.bg.mb-85 {
    margin-bottom: 0;
  }
  .wrapper.bg_color-gr {
    padding: 40px 0;
    background-color: #4e966a;
  }

  /* hl */
  [class^="hl"] {
    line-height: 1.4;
  }

  .hl_01 {
    font-size: 5.8vw !important;
  }
  .hl_02 {
    font-size: 5.5vw !important;
  }
  .hl_03 {
    font-size: 4.5vw !important;
  }

  /* p */
  main article p,
  main article ul li,
  main article dl {
    font-size: 1.6rem !important;
  }

  /* goods__box__item */
  .goods__box__item {
    display: inherit;
    width: auto;
    padding: 30px;
  }
  .goods__box__item .item-lift {
    width: auto;
    padding-bottom: 25px;
  }
  .goods__box__item .item-right {
    width: auto;
    border-top: 1px solid #4e966a;
    border-left: none;
    padding-left: 0;
    padding-top: 25px;
  }

  /* article__box */
  .article__box {
    display: inherit;
  }
  .article__box__left {
    width: auto;
  }
  .article__box__left .img {
    margin-bottom: 40px;
  }
  .article__box__right {
    width: auto;
  }

  /* flow__box__item */
  .flow__box__item {
    padding: 20px;
    display: inherit;
  }
  .flow__box__left {
    width: auto;
    padding: 0 0 20px;
  }
  .flow__box__right {
    width: auto;
    padding: 20px 0 0;
    border-left: none;
    border-top: 1px solid #4e966a;
  }

  /* flow02__box */
  .flow02__box {
    display: inherit;
  }
  .flow02__box__item {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    width: 250px;
    height: 250px;
  }
  .flow02__box__item::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    position: absolute;
    box-sizing: border-box;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    transform-origin: top right;
    top: auto;
    right: 48.2%;
    bottom: -53px;
  }
  .flow02__box__item::after {
    width: 30px;
    top: auto;
    right: auto;
    left: 45%;
    bottom: -42px;
    transform: rotate(90deg) translateX(-50%);
  }
  .flow02__box__item:last-child {
    margin-bottom: 0;
  }
  .flow02__box__item .no {
    font-size: 30px;
    line-height: 75px;
    height: 75px;
    width: 75px;
  }

  /* article02__box */
  .article02__box {
    display: inherit;
  }
  .article02__box__left {
    width: auto;
    margin-bottom: 30px;
  }
  .article02__box__left .img img {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .article02__box__right {
    width: auto;
  }

  .btn {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
  }
  .btn a {
    padding: 20px 47px 20px 30px;
    font-size: 4.5vw;
    min-width: inherit;
    max-width: inherit;
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: table;
  }

  .column__box {
    display: flex;
    justify-content: space-between;
  }
  .column__box.column-03 .column__box__item .img,
  .column__box.column-03 .column__box__item img {
    width: auto;
  }

  /* btn__list */
  .btn__list {
    display: inherit;
  }
  .btn__list li {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .btn__list li a {
    width: 100% !important;
  }
}
/* --------------------
   ①banner__area
----------------------*/
.banner__box {
  text-align: center;
  /*margin-bottom: 60px;*/
}
.banner__box img {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .banner__box {
    /*margin-bottom: 20px;*/
  }
}
/*------　ここから追加しました　------*/
/* --------------------
   ②　big__text__box
----------------------*/
.big__text__box {
  width: 100%;
  padding: 60px;
  align-items: flex-start;
  border-radius: 10px;
  border: 2px solid #4e966a;
}
.big__text__box p {
  text-align: center;
  /*font-size: 2.6rem;*/
  font-size: 22px;
  color: #4e966a;
  font-weight: 800;
}

@media only screen and (max-width: 767px) {
  .big__text__box {
    padding: 30px;
  }
}
/* --------------------
   ③　headline__box
----------------------*/
.headline__box {
  background-image: url("../img/und/headline_bg.jpg");
  background-repeat: repeat-x;
  display: block;
  width: 100%;
  background-size: cover;
  /*height: 200px;*/
  position: relative;
  padding: 60px 0;
}
.headline__box .headline__box__inn {
  display: block;
  background-color: #ffffff;
  color: #4e966a;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*transform: translate(-50%,-50%);*/
  /*width: 80%;*/
  margin: 0 auto;
}

/* --------------------
   ④　point__square
----------------------*/
.point__square__box {
  display: block;
}
.point__square__box .point__square__box__ttl {
  display: flex;
  align-items: center;
}
.point__square__box .point__square__box__ttl .point__square__marker {
  background-color: #4e966a;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  color: #ffffff;
  font-weight: 600;
  line-height: 2.0rem;
  border-radius: 10px;
  padding: 2%;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
}
.point__square__box .point__square__box__ttl h2 {
  /*position: absolute;*/
  /*left: 350px;*/
}
