@charset "UTF-8";
html.wf-active {
  visibility: visible;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ul {
  list-style: none;
}

a.static_page_links {
  text-decoration: underline;
  color: #4FDB1C;
}

main.static-page__main {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
main.static-page__main h1.static-page__h1 {
  padding-top: 150px;
  padding-bottom: 0;
}
main.static-page__main .iframe_container {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
@media screen and (max-width: 520px) {
  main.static-page__main .iframe_container {
    padding-bottom: 400% !important;
  }
}
main.static-page__main .iframe_container iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  main.static-page__main .iframe_container iframe {
    overflow: auto;
  }
}

#wa-herb-book__container {
  display: block;
  position: absolute;
  width: 100vw;
  height: 150px;
  top: 0;
  right: 0;
}
#wa-herb-book__container form#form__wa-herb-book {
  position: relative;
  max-width: 400px;
  margin: 0 15% 0 auto;
  background-color: white;
}
@media screen and (max-width: 520px) {
  #wa-herb-book__container form#form__wa-herb-book {
    margin: 0 auto;
  }
}
#wa-herb-book__container form#form__wa-herb-book input#sbox {
  height: 40px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 20px;
  border: solid thin lightgray;
  background: white;
}
#wa-herb-book__container form#form__wa-herb-book button#btn {
  height: 50px;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 255px;
  top: 0;
  right: -90px;
  bottom: 0;
  margin: auto;
  background: none;
  color: #C2D725;
  border: none;
  background: url(../img/sbtn.svg) no-repeat center/contain;
}
@media screen and (max-width: 520px) {
  #wa-herb-book__container form#form__wa-herb-book button#btn{
    right: 5%;
    left: auto;
  }
}
#wa-herb-book__container form#form__wa-herb-book button#btn:hover {
  color: #9bab1e;
}
#wa-herb-book__container #icons_list_pc {
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
  align-items: flex-end;
  position: relative;
  max-width: 700px;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 520px) {
  #wa-herb-book__container #icons_list_pc {
    display: none;
  }
}
#wa-herb-book__container #icons_list_pc #icons_item_pc__0 {
  display: block;
  position: relative;
  width: 60px;
  height: 50px;
  background: url(../img/icons_poison.svg) no-repeat center/contain;
  cursor: pointer;
}
#wa-herb-book__container #icons_list_pc #icons_item_pc__1 {
  display: block;
  position: relative;
  width: 60px;
  height: 50px;
  background: url(../img/icons_environment.svg) no-repeat center/contain;
  cursor: pointer;
}
#wa-herb-book__container #icons_list_pc #icons_item_pc__2 {
  display: block;
  position: relative;
  width: 60px;
  height: 50px;
  background: url(../img/icons_cosmetics.svg) no-repeat center/contain;
  cursor: pointer;
}
#wa-herb-book__container #icons_list_pc #icons_item_pc__3 {
  display: block;
  position: relative;
  width: 60px;
  height: 50px;
  background: url(../img/icons_clothes.svg) no-repeat center/contain;
  cursor: pointer;
}
#wa-herb-book__container #icons_list_pc #icons_item_pc__4 {
  display: block;
  position: relative;
  width: 60px;
  height: 50px;
  background: url(../img/icons_materials.svg) no-repeat center/contain;
  cursor: pointer;
}
#wa-herb-book__container #icons_list_pc #icons_item_pc__5 {
  display: block;
  position: relative;
  width: 60px;
  height: 50px;
  background: url(../img/icons_holiness.svg) no-repeat center/contain;
  cursor: pointer;
}
#wa-herb-book__container #icons_list_pc #icons_item_pc__6 {
  display: block;
  position: relative;
  width: 60px;
  height: 50px;
  background: url(../img/icons_bathing.svg) no-repeat center/contain;
  cursor: pointer;
}
#wa-herb-book__container #icons_list_pc #icons_item_pc__7 {
  display: block;
  position: relative;
  width: 60px;
  height: 50px;
  background: url(../img/icons_color.svg) no-repeat center/contain;
  cursor: pointer;
}
#wa-herb-book__container #icons_list_pc #icons_item_pc__8 {
  display: block;
  position: relative;
  width: 60px;
  height: 50px;
  background: url(../img/icons_medicine.svg) no-repeat center/contain;
  cursor: pointer;
}
#wa-herb-book__container #icons_list_pc #icons_item_pc__9 {
  display: block;
  position: relative;
  width: 60px;
  height: 50px;
  background: url(../img/icons_food.svg) no-repeat center/contain;
  cursor: pointer;
}