@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

img {
  border-style: none;
}

/*---------------------
	 form
---------------------*/
input {
  border-radius: 0;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/*---------------------
	 base
---------------------*/
html {
  font-size: 62.5%;
}

body {
  /*font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: "Poppins", "Noto Sans JP", hiragino-kaku-gothic-pron, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", yugothic, meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #000;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  transition: color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}

a:hover {
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

@media screen and (min-width: 768px) {
  a,
  a:hover,
  a:hover img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:hover img {
    filter: alfa(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    -khtml-opacity: 0.8;
    -ms-filter: "alpha(opacity=80)";
    zoom: 1;
  }
  .sponly {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .pconly {
    display: none;
  }
}
/*---------------------
	 list
---------------------*/
.l-normal li {
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
  text-align: left;
  line-height: 1.4;
}

.l-normal li:nth-child(n+2) {
  margin-top: 3px;
}

.l-normal.l-space-long li:nth-child(n+2) {
  margin-top: 10px;
}

.l-square {
  margin-left: 1.5em;
}

.l-square li {
  position: relative;
  margin-bottom: 0.5em;
}

.l-square li:last-child {
  margin-bottom: 0;
}

.l-square li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -16px;
  bottom: auto;
  right: auto;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background-color: #222;
}

@media screen and (min-width: 768px) {
  .l-btn-inline li {
    display: inline-block;
  }
  .l-btn-inline li:nth-child(n+2) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-btn-inline li {
    display: block;
  }
  .l-btn-inline li:nth-child(n+2) {
    margin-top: 15px;
  }
}
ol.l-counter-circle {
  counter-reset: l-counter;
}

ol.l-counter-circle ul li:before {
  content: none;
}

ol.l-counter-normal li,
ol.l-counter-circle li {
  position: relative;
  margin-top: 3px;
}

ol.l-counter-normal li {
  padding-left: 25px;
}

ol.l-counter-circle li {
  padding-left: 22px;
}

ol.l-counter-circle ul li {
  padding-left: 0;
}

ol.l-counter-normal li:before {
  content: counter(l-counter) ".";
  counter-increment: l-counter;
  display: block;
  float: left;
  margin-left: -20px;
  text-align: left;
}

ol.l-counter-circle li:before {
  content: counter(l-counter);
  counter-increment: l-counter;
  position: relative;
  top: 5px;
  border: 1px solid #001345;
  display: block;
  float: left;
  line-height: 14px;
  margin-left: -22px;
  text-align: center;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  font-size: 1.1rem;
}

ol.l-counter-circle.l-reset {
  counter-reset: l-counter 3;
}

ol.l-counter-circle.column li:before {
  margin-left: 0;
}

ol.l-counter-circle.column li p {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  ol.l-counter-circle.column li {
    padding-left: 0;
  }
}
/*---------------------
	 font
---------------------*/
.fw-bold {
  font-weight: 700;
}

.fw-normal {
  font-weight: normal;
}

/*---------------------
	 header
---------------------*/
header .header-above {
  transition: padding 0.2s ease-out;
}

.box-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

@media screen and (min-width: 768px), print {
  .box-header .header-inner {
    background-color: #f5b2b2;
    background: linear-gradient(to bottom, #f5b2b2 40%, transparent);
  }
  .top-bg .box-header .header-inner {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .box-header .header-inner {
    background-color: #fff;
    box-shadow: 0 9px 12px -9px rgba(0, 0, 0, 0.1);
  }
}
.header-above {
  display: flex;
  align-items: flex-end;
  position: relative;
  max-width: 1132px;
  margin: 0 auto;
  padding: 35px 0 25px;
}

/*.box-header .logo {
 width: 300px;
}*/
.box-header .site-copy p {
  padding: 5px;
  background-color: #12a749;
  border-radius: 5px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1025px) {
  .box-header .logo {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 1024px) {
  .box-header .site-copy p {
    font-size: 1.3rem;
  }
}
.box-header .logo-box {
  display: flex;
  align-items: flex-end;
}

@media screen and (min-width: 768px), print {
  .header-above {
    width: calc(100% - 30px);
  }
  /* .box-header .logo {
   padding-top: 10px;
  }*/
  html.remodal-is-locked .box-header {
    padding-right: 17px !important;
  }
  .box-header .site-copy {
    margin: 0 0 8px 26px;
  }
  .box-header .site-copy img {
    width: 464px;
    height: 18px;
  }
}
.box-header .header-inner {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .header-above {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
  }
  .box-header .logo-box {
    align-items: center;
    width: calc(100% - 50px);
    height: 50px;
  }
  .box-header .logo,
  .box-header .header-inner {
    height: 50px;
  }
  .box-header .logo {
    width: 127px;
    height: 25.4px;
    margin: 0 0 0 10px;
  }
  .box-header .logo img {
    width: 127px;
    height: 25.4px;
    vertical-align: top;
  }
  .box-header .site-copy {
    flex: 1 0 0;
    padding: 0 10px;
  }
  .box-header .site-copy p {
    font-size: 1rem;
    letter-spacing: 0;
  }
  html.remodal-is-locked .gnav .gnav-item {
    margin-right: 17px !important;
  }
}
/*---------------------
	 nav
---------------------*/
@media screen and (min-width: 768px) {
  .gnav {
    display: none;
  }
}

.gnav .gnav-item {
  display: block;
  position: absolute;
  top: 1rem;
  right: 2rem;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #f29c9f;
  border-radius: 5px;
}

.gnav .gnav-item.is-open + .gnav-detail {
  display: block;
}

.gnav .gnav-main-menu > li {
  position: relative;
}

.gnav .m-main {
  display: block;
  padding: 15px 15px 15px 32px;
  /*font-weight: 700;*/
  font-size: 1.5rem;
  /*color: #222;*/
  color: #4c4948;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.gnav .gnav-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
}

.gnav .gnav-btn::after,
.gnav .gnav-btn.is-open::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

.gnav .gnav-btn::after {
  background-image: url(../img/common/icon-nav-plus.svg);
  background-size: contain;
}

.gnav .gnav-btn.is-open::after {
  background-image: url(../img/common/icon-nav-minus.svg);
  background-size: contain;
}

.gnav .gnav-btn.is-open + .menu-inner {
  display: block;
}

.gnav .menu-inner {
  display: none;
  background-color: rgba(255, 255, 255, 0.1);
}

.gnav .gnav-item span,
.gnav .gnav-item span::before,
.gnav .gnav-item span::after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.gnav .gnav-item span {
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  width: 24px;
  height: 22px;
  margin-left: -12px;
  border-top: 2px solid #fff;
}

.gnav .gnav-item span::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  top: 7px;
  left: 0;
  background-color: #fff;
}

.gnav .gnav-item span::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
}

.gnav .is-open.gnav-item span {
  border-top: none;
}

.gnav .is-open.gnav-item span::before {
  top: 3px;
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

.gnav .is-open.gnav-item span::after {
  top: 9px;
  -webkit-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
}

@media screen and (min-width: 768px), print {
  .gnav .gnav-main-menu > li {
    width: 25%;
  }
  .gnav .gnav-detail {
    z-index: -1;
    width: 100%;
    height: auto;
    max-height: 100vh;
    overflow-y: visible;
    text-align: center;
  }
  .gnav .gnav-detail-inner {
    position: relative;
    text-align: center;
    width: calc(100% - 30px);
    max-width: 1000px;
    margin: 0 auto;
  }
  .gnav .gnav-main-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
  }
  .gnav .gnav-main-menu > li {
    position: relative;
    text-align: center;
  }
  .gnav .gnav-main-menu > li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #4c4948;
    z-index: 1;
  }
  .gnav .gnav-main-menu > li:first-of-type::before {
    display: none;
  }
  .gnav .gnav-main-menu > li.is-hover .m-main {
    background-color: #f29c9f;
    color: #fff;
  }
  .gnav .gnav-main-menu > li.is-hover .menu-inner {
    height: auto;
  }
  .gnav .m-main {
    position: relative;
    display: block;
    padding: 25px 10px;
    overflow: hidden;
  }
  .gnav .gnav-btn {
    display: none;
  }
  .gnav .menu-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 0;
    position: fixed;
    top: 177px;
    left: 0;
    padding: 0;
    background-color: #f29c9f;
    overflow: hidden;
    transition: top 0.2s ease-out;
  }
  .gnav .menu-inner-list {
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    margin: 0 auto;
    padding: 38px 15px;
    background-color: transparent;
  }
  .gnav .menu-inner-list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    width: 100%;
  }
  .gnav .menu-inner-list ul > li {
    width: 18%;
  }
  .gnav .menu-inner-list ul > li:nth-child(n+2) {
    margin-left: 2.5%;
  }
  .gnav .menu-inner-list .m-sub {
    position: relative;
    display: block;
    padding: 15px;
    background-color: #fff;
    text-align: center;
    line-height: 1.4;
    vertical-align: middle;
    border-radius: 5px;
  }
  .gnav .menu-inner-list .m-sub img {
    height: 100px;
  }
  .gnav .menu-inner-list .m-sub span {
    display: block;
  }
  .gnav .menu-inner a {
    font-weight: 500;
  }
  .gnav .menu-inner a:hover {
    text-decoration: underline;
  }
  .gnav .gnav-list .gnav-item {
    display: none;
  }
  .gnav .gnav-detail-inner .inner {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gnav .gnav-detail-inner .inner {
    padding: 20px 15px;
  }
  .gnav .gnav-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 6rem);
    margin-top: 6rem;
    padding-bottom: 10rem;
    overflow-y: auto;
    display: none;
    background-color: #e48b90;
    z-index: 5;
  }
  .gnav .m-main {
    border-bottom: 1px solid #ccc;
  }
  .gnav .m-main::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 15px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #f29c9f;
    border-right: 2px solid #f29c9f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
  }
  .gnav .menu-inner-list ul > li a.m-sub {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
  }
  .gnav .menu-inner-list ul > li a.m-sub img {
    width: 24px;
    height: auto;
  }
  .gnav .menu-inner-list ul > li a.m-sub span {
    margin-left: 10px;
  }
  .gnav .menu-inner-list ul > li a.m-sub br {
    display: none;
  }
  .gnav .menu-inner a::before {
    top: 2px;
  }
  .gnav .gnav-main-menu > li:first-child {
    border-top: 1px solid #ccc;
  }
}
/* =====================
  headeranimation
===================== */
.box-header.header-animation .header-inner,
.gnav .gnav-detail {
  transition: all 0.4s;
}

@media screen and (min-width: 768px) {
  .box-header .logo {
    margin-bottom: 8px;
  }
  .box-header .logo,
  .box-header .logo a {
    display: block;
    width: 160px;
    height: 32px;
  }
  .box-header .logo a img {
    vertical-align: top;
  }
  .header-animation .gnav .gnav-detail {
    /*padding-top: 0;*/
    background-color: #fff;
  }
  .box-header.header-animation .gnav .menu-inner {
    /*top: 142px;*/
    top: 150px;
  }
  .box-header.header-animation .gnav .m-main {
    padding: 25px 10px;
  }
  .box-header.header-animation .header-above {
    padding: 15px 0;
  }
}
.lower {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: 0 auto;
}

/*---------------------
	 footer
---------------------*/
.footer,
.footer a {
  color: #fff;
}

.footer {
  position: relative;
}

.footer img {
  margin: 0 auto;
}

.footer p {
  margin-bottom: 15px;
}

.footer-under small {
  font-size: 1rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .footer-inner {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .footer-inner {
    display: flex;
    justify-content: space-between;
  }
}
.footer-inner > ul > li:last-child a {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer-sns {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .footer-sns {
    width: 20%;
  }
}
.footer-sns-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-sns-inner {
    align-items: center;
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .footer-sns-inner {
    margin-top: 25px;
  }
}
.footer-sns-logo {
  width: 140px;
}
.footer-sns-link {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .footer-sns-ill {
    width: 70px;
  }
}

.footer-inner .title {
  font-weight: 700;
}

.footer-inner .title,
.footer-inner li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}

.footer-inner .f-sub a {
  position: relative;
  padding: 8px 0 8px 14px;
  font-size: 1.3rem;
}

.footer-under {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  background: linear-gradient(to bottom, #fff 40%, #bfbfbf);
}

.footer-inner input {
  display: none;
}

.footer-overlay {
  position: relative;
  /*background-color: rgba(0, 98, 47, .85);*/
}

a[href$=".pdf"]::after {
  display: inline-block;
  width: 12px;
  height: 14px;
  margin-top: 3px;
  margin-left: 6px;
  content: url(../img/common/icn-pdf.svg);
  vertical-align: top;
}

.footer-inner a[target=_blank]::after {
  /*display: inline-block;*/
  display: inline-flex;
  width: 11px;
  height: 9px;
  margin-left: 5px;
  content: url(../img/common/icn-external-white.svg);
}

.footer-inner .no-blank::after {
  display: none !important;
}

.footer {
  background-color: #76ba95;
}

.footer-inner .f-sub .sub-l a::before {
  content: "＊" !important;
  border: none;
  top: 6px;
}

@media screen and (min-width: 768px), print {
  .footer {
    margin-top: 100px;
    /*background-image: url(../img/common/bg-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
  }
  .footer-inner .f-sub a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    width: 4px;
    height: 4px;
    margin: auto;
    vertical-align: middle;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .footer-overlay {
    padding: 35px 15px;
  }
  .footer-inner > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 75%;
  }
  .footer-inner > ul > li:nth-child(2),
  .footer-inner > ul > li:nth-child(3) {
    margin-left: 25px;
  }
  .footer-inner > ul > li:nth-child(2) > ul > li a,
  .footer-inner > ul > li:nth-child(3) > ul > li a {
    padding: 8px 0;
  }
  .footer-inner > ul > li:nth-child(2) .toggle li a {
    padding: 8px 0 8px 14px;
  }
  .footer-inner a[target=_blank]:hover:after {
    content: url(../img/common/icn-external-yellow.svg);
  }
  .footer-inner li a:hover {
    color: #fff000;
  }
  .footer-inner li.sub {
    padding-left: 14px;
  }
  .footer-inner li.sub-fit {
    padding-left: 0;
  }
  .footer-inner li.sub a {
    padding: 5px 0 5px 14px;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .footer-inner li.sub-l a {
    font-size: 1.4rem;
  }
  .footer-inner {
    position: relative;
    max-width: 1010px;
    margin: 0 auto;
  }
  .footer-inner .title {
    padding: 0 0 5px;
    pointer-events: none;
  }
  .footer-inner .title.title2 {
    padding: 8px 0;
  }
  .footer-inner > ul > li:first-child .toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-inner .f-sub {
    padding-left: 5px;
  }
  .footer-inner > ul > li > ul > li.f-first a {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 50px;
    padding: 0;
    /*background-image: url(../img/common/bg-footer-sp.jpg);
    background-repeat: no-repeat;
    background-position: right top;*/
  }
  .footer p {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.3rem;
    letter-spacing: 0.15em;
  }
  .footer li {
    font-size: 1.1rem;
  }
  .footer-under small {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer-under {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .footer-under {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-inner .title,
  .footer-inner li a {
    position: relative;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    pointer-events: all;
  }
  .footer-inner .title,
  .footer-inner li a {
    font-size: 1.3rem;
  }
  .footer-inner input:checked + .title {
    border-bottom: none;
  }
  .footer-inner .title::before,
  .footer-inner .title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    width: 8px;
    height: 2px;
    background: #fff;
  }
  .footer-inner .title::before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .footer-inner .title::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .footer-inner input:checked + .title::before {
    display: none;
  }
  .footer-inner input:checked + .title::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .footer-inner .toggle {
    width: 100%;
    height: 0;
    transition: 0.2s;
  }
  .footer-inner input:checked + .title + .toggle {
    height: auto;
  }
  .footer-inner .toggle li {
    line-height: 0;
    display: none;
  }
  .footer-inner .toggle li a {
    padding: 15px;
  }
  .footer-inner .f-sub > li > a {
    padding-left: 25px;
    font-size: 1rem;
  }
  .footer-inner .f-sub > li.sub > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    font-weight: normal;
  }
  .footer-inner .f-sub > li.sub a {
    border: none;
  }
  .footer-inner .f-sub > li.sub.sub-last {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer-inner li.sub-l a {
    font-size: 1.3rem;
  }
  .footer-inner .f-sub li.sub:first-of-type a {
    border-bottom-width: 10px;
  }
  .footer-inner .toggle li:first-child {
    padding-top: 0;
  }
  .footer-inner input:checked + .title + .toggle li {
    line-height: 1.5;
    display: block;
  }
  .footer-inner input:checked + .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer-inner .border-bottom-none a {
    border-bottom: none;
  }
}
@media screen and (max-width: 320px) {
  .footer-under small {
    font-size: 0.8rem;
  }
}
/*---------------------
	 sns
---------------------*/
.wrp-sns {
  -webkit-flex: 1;
  flex: 1;
}

.sns-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

.footer-nav .wrp-sns {
  display: block;
}

.footer-nav .wrp-sns .sns-box {
  justify-content: center;
}

.sns-box li {
  margin-left: 25px;
}

.sns-box li a {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  line-height: 1;
  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  border: 1.5px solid #4c4948;
  text-decoration: none;
  text-align: center;
  transition: all 0.15s ease;
}

.sns-box li a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icn-sns.svg);
  -webkit-background-size: 80px 40px;
  -moz-background-size: 80px 40px;
  -o-background-size: 80px 40px;
  background-size: 80px 40px;
  background-repeat: no-repeat;
  background-position: contain;
  background-color: transparent;
  vertical-align: middle;
}

.sns-box li:nth-child(1) a::before {
  background-position: 0 0;
}

.sns-box li:nth-child(1) a:hover::before {
  background-position: 0 -20px;
}

.sns-box li:nth-child(1) a:hover {
  background-color: #f00;
  border-color: #f00;
}

.sns-box li:nth-child(2) a::before {
  background-position: -20px 0;
}

.sns-box li:nth-child(2) a:hover::before {
  background-position: -20px -20px;
}

.sns-box li:nth-child(2) a:hover {
  background-color: #d63f8f;
  border-color: #d63f8f;
}

/*.sns-box li:nth-child(3) a::before{
	background-position:-40px 0;
}

.sns-box li:nth-child(3) a:hover::before{
	background-position:-40px -20px;
}

.sns-box li:nth-child(3) a:hover{
	background-color:#1DA1F2;
	border-color:#1DA1F2;
}*/
.sns-box li:nth-child(3) a::before {
  background-position: -60px 0;
}

.sns-box li:nth-child(3) a:hover::before {
  background-position: -60px -20px;
}

.sns-box li:nth-child(3) a:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

@media screen and (max-width: 1024px), print {
  .sns-box li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .wrp-sns {
    display: none;
  }
  .sns-box li {
    margin-left: 16px;
  }
  .sns-box li:first-child {
    margin-left: 0;
  }
}
/*---------------------
	 breadcrumb
---------------------*/
.breadcrumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 0 0;
  font-size: 1.2rem;
}

.breadcrumb li {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 16px 0 0;
  color: #ccc;
}

.breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.breadcrumb li a {
  padding: 0 10px;
}

.breadcrumb li::after {
  content: "";
  position: absolute;
  top: 49%;
  right: 0;
  background: #333;
  width: 10px;
  height: 1px;
}

.breadcrumb li:last-child::after {
  display: none;
}

.ttl {
  margin-top: 10px;
  margin-bottom: 50px;
  padding: 10px 0;
  /*font-weight: 700;*/
  font-weight: normal;
  font-size: 2.6rem;
  color: #12a749;
  background-image: url(../img/common/ttl-line.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.ttl.ttl-menedael {
  background-image: url(../img/common/ttl-line-menedael.svg);
  color: #6db131;
}

.ttl.ttl-waterweed {
  background-image: url(../img/common/ttl-line-waterweed.svg);
  color: #47a1d3;
}

.ttl.ttl-trunk {
  background-image: url(../img/common/ttl-line-trunk.svg);
  color: #a96a23;
}

.ttl.ttl-liquid {
  background-image: url(../img/common/ttl-line-liquid.svg);
  color: #139244;
}

.ttl.ttl-standard {
  background-image: url(../img/common/ttl-line-standard.svg);
  color: #00959a;
}

.ttl span {
  display: block;
  font-size: 1.6rem;
  color: #222;
}

.ttl em {
  padding-left: 1.5rem;
  font-style: normal;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 1.1rem;
    display: none;
  }
  .ttl {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
  .ttl em {
    display: block;
    padding-left: 0;
    font-size: 1.4rem;
  }
}
/*---------------------
	 Remodal
---------------------*/
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *  Made by Ilya Makarov
 *  Under MIT License
 */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/*.remodal-wrapper {
  padding: 10px 10px 0;
}*/
.remodal {
  width: 94%;
  margin-bottom: 10px;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  overflow: visible;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #222;
  border: 0;
  outline: 0;
  border-radius: 50%;
  background: #fff000;
}

@media screen and (max-width: 767px) {
  .remodal-close {
    position: fixed;
    top: -25px;
    left: -10px;
  }
}
.remodal-close:hover,
.remodal-close:focus {
  background: #fff000;
  color: #12a749;
}

.remodal-close::before {
  content: "×";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  font-size: 2rem;
  line-height: 40px;
  text-align: center;
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .remodal {
    max-width: 900px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.modal-dtl ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .modal-dtl ul,
  .modal-dtl li {
    padding: 10px;
  }
  .modal-dtl li {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 767px) {
  .remodal {
    margin-top: 30px;
  }
  .modal-dtl ul,
  .modal-dtl li {
    padding: 5px;
  }
}
.modal-dtl img {
  margin: 0 auto;
}

.modal-dtl h3 {
  padding: 20px 15px 20px 20px;
  font-size: 1.8rem;
  text-align: left;
  background: #12a749;
  border-radius: 5px 5px 0 0;
  color: #fff;
  line-height: 1;
}

.modal-dtl h3 span {
  margin-right: 5px;
  padding: 2px 5px;
  background-color: #fff000;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #222;
  line-height: 1;
}

/*---------------------
	 button
---------------------*/
.btn,
.btn > a,
.btn > p {
  border-radius: 26px;
}

.btn {
  width: 100%;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  text-align: center;
}

.btn > a,
.btn > p {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  /*font-weight: 700;*/
  color: #ef858c;
  line-height: 1;
  overflow: hidden;
}

.btn > a::before,
.btn > a::after,
.btn > p::before,
.btn > p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn > a::before,
.btn > p::before {
  opacity: 0;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef858c;
  -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.btn > a::after,
.btn > p::after {
  z-index: 20;
  border: 2px solid #ef858c;
  border-radius: 26px;
}

.btn span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 30;
}

.btn span::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-top: 2px solid #ef858c;
  border-right: 2px solid #ef858c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-12.5%, 0) rotate(45deg);
  transform: translate(-12.5%, 0) rotate(45deg);
}

.btn > a:hover span::after,
.btn > p:hover span::after {
  margin-left: 15px;
  border-top-color: #fff;
  border-right-color: #fff;
}

.item-menedael .btn > a {
  color: #6db131;
}

.item-menedael .btn > a::before {
  background-color: #6db131;
}

.item-menedael .btn > a::after {
  border: 2px solid #6db131;
}

.item-menedael .btn span::after {
  border-top: 2px solid #6db131;
  border-right: 2px solid #6db131;
}

.item-standard-culture .btn > a,
.item-standard-biomaster .btn > a,
.item-standard-biomaster40 .btn > a {
  color: #00959a;
}

.item-standard-culture .btn > a::before,
.item-standard-biomaster .btn > a::before,
.item-standard-biomaster40 .btn > a::before {
  background-color: #00959a;
}

.item-standard-culture .btn > a::after,
.item-standard-biomaster .btn > a::after,
.item-standard-biomaster40 .btn > a::after {
  border: 2px solid #00959a;
}

.item-standard-culture .btn span::after,
.item-standard-biomaster .btn span::after,
.item-standard-biomaster40 .btn span::after {
  border-top: 2px solid #00959a;
  border-right: 2px solid #00959a;
}

@media screen and (min-width: 768px), print {
  .btn > a,
  .btn > p {
    padding: 20px 15px;
    font-size: 1.5rem;
  }
  .btn > a:hover {
    color: #fff;
  }
  .btn > a:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .btn > a,
  .btn > p {
    padding: 15px 10px;
    font-size: 1.4rem;
  }
}
/*---------------------
	 scrooll top
---------------------*/
#scroolltop {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #da4230;
  color: #fff;
  text-align: center;
  text-decoration: none;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(0);
}

#scroolltop:hover {
  opacity: 0.8;
  text-decoration: none;
}

#scroolltop.show {
  transform: scale(1);
  -webkit-transform: translateZ(1);
}

a#scroolltop {
  display: block;
}

#scroolltop::before,
#scroolltop::after {
  position: absolute;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
}

#scroolltop::before {
  top: 50%;
}

#scroolltop::after {
  top: 50%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #scroolltop {
    width: 42px;
    height: 42px;
  }
  #scroolltop::before,
  #scroolltop::after {
    margin-left: -6px;
    border: 5px solid transparent;
  }
  #scroolltop::before {
    margin-top: -7px;
    border-bottom: 5px solid #da4230;
  }
  #scroolltop::after {
    margin-top: -9px;
    border-bottom: 5px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  #scroolltop {
    width: 30px;
    height: 30px;
  }
  #scroolltop::before,
  #scroolltop::after {
    margin-left: -5px;
    border: 5px solid transparent;
  }
  #scroolltop::before {
    margin-top: -6px;
    border-bottom: 5px solid #da4230;
  }
  #scroolltop::after {
    margin-top: -8px;
    border-bottom: 5px solid #fff;
  }
}
/*---------------------
	 /manga/
---------------------*/
.page-manga .manga-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-manga .manga-list li h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.page-manga .manga-list li h3 span {
  margin-right: 5px;
  padding: 5px;
  background-color: #fff000;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .page-manga .lead {
    font-size: 1.6rem;
  }
  .page-manga .manga-list {
    margin-top: 50px;
  }
  .page-manga .manga-list li {
    width: 28%;
    margin-right: 8%;
  }
  .page-manga .manga-list li:nth-child(3n) {
    margin-right: 0;
  }
  .page-manga .manga-list li:nth-child(n+4) {
    margin-top: 50px;
  }
  .page-manga .manga-list li figure {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
  }
  .page-manga .manga-list li figure figcaption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(18, 167, 73, 0.7);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    color: #fff;
  }
  .page-manga .manga-list li figure:hover figcaption {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
  }
  .page-manga .manga-list li figure figcaption p {
    width: 32px;
    height: 32px;
    -webkit-transition: opacity 0.5s ease-out, top 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out, top 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out, top 0.5s ease-out;
    transition: opacity 0.5s ease-out, top 0.5s ease-out;
    opacity: 0;
    background-image: url(../img/common/icn-search-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .page-manga .manga-list li a:hover p {
    opacity: 1;
    top: 50%;
  }
  .page-manga .manga-list li figure span {
    display: none;
  }
  .page-manga .manga-list li figure img {
    width: 100%;
    vertical-align: bottom;
    -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .page-manga .manga-list li figure:hover img {
    -webkit-transform: scale(1.07, 1.07);
    -moz-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    -o-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07);
  }
}
@media screen and (max-width: 767px) {
  .page-manga .lead {
    font-size: 1.4rem;
  }
  .page-manga .manga-list {
    margin-top: 15px;
  }
  .page-manga .manga-list li:nth-child(n+2) {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ddd;
  }
  .page-manga .manga-list li figure {
    position: relative;
  }
  .page-manga .manga-list li figure figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-manga .manga-list li figure figcaption span {
    padding: 5px;
    background: rgba(18, 167, 73, 0.8);
    font-size: 1rem;
    line-height: 1;
  }
}
/*---------------------
	 /faq/
---------------------*/
.list-faq > li {
  border-bottom: 1px solid #e6e7e8;
}

.list-faq li .q-ttl {
  position: relative;
  display: block;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.list-faq li .q-ttl::before {
  content: "Q";
  position: absolute;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: normal;
  color: #12a749;
  line-height: 1;
}

.list-faq li .q-ttl .icn-faq {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.list-faq li .list-faq-inner {
  position: relative;
  display: none;
}

.list-faq li .list-faq-inner::before {
  content: "A";
  display: block;
  background: #12a749;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.list-faq li:nth-child(odd) {
  background: #f2f2f2;
}

.list-faq .icn-faq {
  background-color: #12a749;
  border-radius: 50%;
}

.icn-faq,
.icn-faq span {
  display: inline-block;
  transition: all 0.4s;
}

.icn-faq {
  position: relative;
}

.icn-faq span {
  position: absolute;
  background: #fff;
}

.icn-faq span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.icn-faq span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.icn-faq.open span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.icn-faq.open span:nth-of-type(1) {
  display: none;
}

.bg-lgreen {
  background-color: #6db131;
}

.bg-blue {
  background-color: #47a1d3;
}

.bg-green {
  background-color: #52c959;
}

.bg-berige {
  background-color: #cdb84e;
}

.page-faq h3 {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
}

.page-faq h3::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/common/icn-f.svg);
  vertical-align: middle;
}

.page-faq h2 + h3 {
  margin-top: 0;
}

.page-faq h4 {
  padding: 10px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .page-faq h3 {
    font-size: 2rem;
    margin-top: 50px;
  }
  .page-faq h3::before {
    width: 43px;
    height: 30px;
  }
  .page-faq h4 {
    margin-top: 25px;
    font-size: 1.6rem;
  }
  .list-faq li .q-ttl {
    padding: 20px 60px 20px 50px;
    font-size: 1.5rem;
  }
  .list-faq li .q-ttl::before {
    top: 20px;
    left: 20px;
    font-size: 2.2rem;
    line-height: 1;
  }
  .list-faq li .list-faq-inner::before {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 2.2rem;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }
  .icn-faq {
    width: 24px;
    height: 24px;
  }
  .icn-faq span {
    left: 7px;
    width: 10px;
    height: 2px;
  }
  .icn-faq span:nth-of-type(1),
  .icn-faq span:nth-of-type(2) {
    top: 11px;
  }
  .list-faq li .q-ttl:hover .icn-faq {
    background-color: #fff000;
  }
  .list-faq li .q-ttl:hover .icn-faq span {
    background-color: #12a749;
  }
  .list-faq li .list-faq-inner {
    margin: 0 15px 0 22px;
    padding: 0 50px 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-faq h3 {
    margin-top: 25px;
    font-size: 1.5rem;
  }
  .page-faq h3::before {
    width: 28px;
    height: 20px;
  }
  .page-faq h4 {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .list-faq li .q-ttl .icn-faq {
    right: 5px;
  }
  .list-faq li .list-faq-inner::before {
    position: absolute;
    top: 4px;
    left: 10px;
    width: 20px;
    height: 20px;
    font-size: 1.6rem;
    line-height: 20px;
  }
  .list-faq li .q-ttl {
    padding: 15px 60px 15px 30px;
    font-size: 1.3rem;
  }
  .list-faq li .q-ttl::before {
    top: 16px;
    left: 10px;
    font-size: 1.6rem;
  }
  .list-faq li .list-faq-inner {
    margin-bottom: 20px;
    padding: 0;
  }
  .icn-faq {
    width: 16px;
    height: 16px;
  }
  .icn-faq span {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 2px;
  }
  .icn-faq span:nth-of-type(1),
  .icn-faq span:nth-of-type(2) {
    top: 7px;
  }
  .list-faq li .list-faq-inner p {
    padding: 0 10px 0 40px;
  }
}
/*---------------------
	 /products/
---------------------*/
.page-products .list-products li a {
  position: relative;
  display: block;
}

.page-products .list-products li a::before,
.page-products .list-products li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.page-products .list-products li a::after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.page-products .list-products li:nth-child(1) a::before,
.page-products .list-products li:nth-child(1) a::after {
  background-image: url(../img/common/products-wrp1.svg);
}

.page-products .list-products li:nth-child(2) a::before,
.page-products .list-products li:nth-child(2) a::after {
  background-image: url(../img/common/products-wrp2.svg);
}

.page-products .list-products li:nth-child(3) a::before,
.page-products .list-products li:nth-child(3) a::after {
  background-image: url(../img/common/products-wrp3.svg);
}

.page-products .list-products li:nth-child(4) a::before,
.page-products .list-products li:nth-child(4) a::after {
  background-image: url(../img/common/products-wrp4.svg);
}

.page-products .list-products li:nth-child(5) a::before,
.page-products .list-products li:nth-child(5) a::after {
  background-image: url(../img/common/products-wrp5.svg);
}

.page-products .list-products li dt > p,
.page-products .list-products h3 {
  /*font-weight: 700;*/
  font-weight: normal;
  line-height: 1.4;
}

.page-products .list-products li:nth-child(1) dt > p {
  color: #6db131;
}

.page-products .list-products li:nth-child(2) dt > p {
  color: #47a1d3;
}

.page-products .list-products li:nth-child(3) dt > p {
  color: #a96a23;
}

.page-products .list-products li:nth-child(4) dt > p {
  color: #139244;
}

.page-products .list-products li:nth-child(5) dt > p {
  color: #00959a;
}

.page-products .list-products li:nth-child(1) .btn p {
  background-color: #6db131;
}

.page-products .list-products li:nth-child(2) .btn p {
  background-color: #47a1d3;
}

.page-products .list-products li:nth-child(3) .btn p {
  background-color: #a96a23;
}

.page-products .list-products li:nth-child(4) .btn p {
  background-color: #139244;
}

.page-products .list-products li:nth-child(5) .btn p {
  background-color: #00959a;
}

.page-products .list-products li:nth-child(1) .btn > p::after {
  border-color: #6db131;
}

.page-products .list-products li:nth-child(2) .btn > p::after {
  border-color: #47a1d3;
}

.page-products .list-products li:nth-child(3) .btn > p::after {
  border-color: #a96a23;
}

.page-products .list-products li:nth-child(4) .btn > p::after {
  border-color: #139244;
}

.page-products .list-products li:nth-child(5) .btn > p::after {
  border-color: #00959a;
}

.page-products .list-products li .btn span::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.page-products .list-products li:nth-child(1) a:hover {
  background-color: rgba(155, 202, 81, 0.2);
}

.page-products .list-products li:nth-child(2) a:hover {
  background-color: rgba(71, 161, 211, 0.2);
}

.page-products .list-products li:nth-child(3) a:hover {
  background-color: rgba(205, 184, 78, 0.2);
}

.page-products .list-products li:nth-child(4) a:hover {
  background-color: rgba(82, 201, 89, 0.2);
}

.page-products .list-products li:nth-child(5) a:hover {
  background-color: rgba(81, 197, 202, 0.2);
}

.page-products .list-products li a:hover span::after {
  margin-left: 15px;
}

.page-products .list-products .btn p {
  color: #fff;
}

.page-products .list-products dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.page-products .list-products dt {
  -webkit-flex: 1;
  flex: 1;
}

.page-products .list-products dd {
  width: 40%;
}

.lineup {
  background-color: rgba(155, 202, 81, 0.2);
  border-radius: 5px;
}

.lineup dt {
  background-color: #6db131;
  color: #fff;
  text-align: center;
}

.lineup li {
  text-align: center;
}

.lineup li p {
  margin-top: 10px;
  font-size: 1.2rem;
}

.page-products h1 {
  border-top-style: dashed;
  border-bottom-style: dashed;
  font-weight: normal;
}

.item-menedael h1 {
  border-top-color: #6db131;
  border-bottom-color: #6db131;
}

.item-waterweed h1 {
  border-top-color: #47a1d3;
  border-bottom-color: #47a1d3;
}

.item-trunk h1 {
  border-top-color: #a96a23;
  border-bottom-color: #a96a23;
}

.item-liquid h1 {
  border-top-color: #139244;
  border-bottom-color: #139244;
}

.item-standard h1 {
  border-top-color: #00959a;
  border-bottom-color: #00959a;
}

.item-menedael .item-r span {
  color: #6db131;
}

.item-waterweed .item-r span {
  color: #47a1d3;
}

.item-trunk .item-r span {
  color: #a96a23;
}

.item-liquid .item-r span {
  color: #139244;
}

.item-standard .item-r span {
  color: #00959a;
}

.item-box h1 em {
  font-size: 2rem;
  font-style: normal;
}

.item-menedael .item-l {
  background-image: url(../img/products/menedael/item-bg.jpg);
}

.item-waterweed .item-l {
  background-image: url(../img/products/waterweed/item-bg.jpg);
}

.item-trunk .item-l {
  background-image: url(../img/products/trunk/item-bg.jpg);
}

.item-liquid .item-l {
  background-image: url(../img/products/liquid/item-bg.jpg);
}

.item-standard .item-l {
  background-image: url(../img/products/standard/item-bg.jpg);
}

.item-menedael .item-l::after {
  background-image: url(../img/products/menedael/mark.svg);
}

.item-waterweed .item-l::after {
  background-image: url(../img/products/waterweed/mark.svg);
}

.item-trunk .item-l::after {
  background-image: url(../img/products/trunk/mark.svg);
}

.item-liquid .item-l::after {
  background-image: url(../img/products/liquid/mark.svg);
}

.item-standard .item-l::after {
  background-image: url(../img/products/standard/mark.svg);
}

.item-menedael .point {
  background-color: rgba(155, 202, 81, 0.2);
}

.item-waterweed .point {
  background-color: rgba(71, 161, 211, 0.2);
}

.item-trunk .point {
  background-color: rgba(205, 184, 78, 0.2);
}

.item-liquid .point {
  background-color: rgba(82, 201, 89, 0.2);
}

.item-standard .point {
  background-color: rgba(81, 197, 202, 0.2);
}

.item-l {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}

.item-l::after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 10px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

.item-l::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/products/item-overlay.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.item-l img {
  position: relative;
  z-index: 3;
}

.item-r span {
  display: block;
}

.item-r strong {
  display: block;
  font-weight: normal;
}

.point {
  border-radius: 5px;
}

.point-ttl {
  text-align: center;
}

.point-ttl h3 {
  position: relative;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.point-ttl h3::before,
.point-ttl h3::after {
  content: "";
  background-repeat: no-repeat;
}

.item-menedael .point-ttl h3::before {
  background: url(../img/common/ttl-menedael-left.svg);
}

.item-menedael .point-ttl h3::after {
  background: url(../img/common/ttl-menedael-right.svg);
}

.item-waterweed .point-ttl h3::before {
  background: url(../img/common/ttl-waterweed-left.svg);
}

.item-waterweed .point-ttl h3::after {
  background: url(../img/common/ttl-waterweed-right.svg);
}

.item-trunk .point-ttl h3::before {
  background: url(../img/common/ttl-trunk-left.svg);
}

.item-trunk .point-ttl h3::after {
  background: url(../img/common/ttl-trunk-right.svg);
}

.item-liquid .point-ttl h3::before {
  background: url(../img/common/ttl-liquid-left.svg);
}

.item-liquid .point-ttl h3::after {
  background: url(../img/common/ttl-liquid-right.svg);
}

.item-standard .point-ttl h3::before {
  background: url(../img/common/ttl-standard-left.svg);
}

.item-standard .point-ttl h3::after {
  background: url(../img/common/ttl-standard-right.svg);
}

.point-ttl h3::before,
.point-ttl h3::after {
  width: 24px;
  height: 57px;
}

.point h4 {
  font-weight: normal;
  text-align: center;
}

.point .point-list > li {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
}

.point .point-list dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.point .point-list dt {
  margin-right: 50px;
}

.point .point-list dd {
  flex: 1;
}

.point .point-list h5 span {
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.1em;
}

.item-waterweed .point .point-list h5 span {
  background-color: #3488c7;
}

.item-liquid .point .point-list h5 span {
  background-color: #139244;
}

.item-standard .point .point-list h5 span {
  background-color: #00959a;
}

.item-standard .point {
  padding: 50px 50px;
}

.item-menedael .point-list {
  margin-top: 50px;
}

.item-standard-biomaster40 .season li p:first-child {
  font-weight: 700;
  color: #00959a;
}

.item-standard-biomaster40 h6 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #00959a;
}

@media screen and (min-width: 768px), print {
  .page-products .list-products {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-products .list-products li {
    width: 47.5%;
    margin-right: 5%;
  }
  .page-products .list-products li:nth-child(even) {
    margin-right: 0;
  }
  .page-products .list-products li:nth-child(n+3) {
    margin-top: 50px;
  }
  .page-products .list-products li a {
    padding: 25px 25px 25px 35px;
  }
  .page-products .list-products h3 {
    margin-top: 10px;
    font-size: 2.6rem;
  }
  .page-products .list-products .btn {
    width: 70%;
    margin-top: 15px;
  }
  .page-products .list-products .btn p {
    padding: 15px 10px;
  }
  .lineup {
    margin-top: 50px;
    padding: 20px 0 25px;
  }
  .lineup dl,
  .lineup ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lineup dt {
    width: 150px;
    padding: 25px 5px;
    border-radius: 0 5px 5px 0;
    font-size: 1.8rem;
  }
  .lineup dd {
    flex: 1;
  }
  .item-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-top: 20px;
  }
  .item-l,
  .item-r {
    width: 48%;
  }
  .item-r {
    margin-left: 4%;
  }
  .item-r span {
    font-size: 1.6rem;
  }
  .item-box h1 {
    margin: 15px 0;
    padding: 15px 0 12px;
    border-top-width: 3px;
    border-bottom-width: 3px;
    font-size: 3rem;
  }
  .item-r strong {
    font-size: 1.8rem;
  }
  .item-r p + strong {
    margin-top: 15px;
  }
  .point {
    margin-top: 50px;
    padding: 50px 130px;
  }
  .point-ttl {
    margin-top: 50px;
  }
  .point-ttl h3 {
    font-size: 3rem;
  }
  .point-ttl h3 span {
    padding: 0 45px;
  }
  .point .point-list h5 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .point .point-list h5 span {
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 2rem;
  }
  .point h4 {
    font-size: 2.2rem;
  }
  .point .point-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .point .point-list > li {
    padding: 50px;
  }
  .point .point-list > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .point .point-list.on-ttl > li {
    padding-top: 75px;
  }
  .point .point-list.on-ttl > li:nth-child(n+2) {
    margin-top: 75px;
  }
  .next-btn {
    width: 80%;
    margin: 40px auto 0;
  }
  .next-btn ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }
  .next-btn li {
    width: 48%;
  }
  .next-btn li:last-child {
    margin-left: 4%;
  }
  .next-btn a {
    font-size: 1.8rem;
  }
  .point .point-list.on-ttl {
    margin-top: 30px;
  }
  .point .point-list.on-first-ttl {
    margin-top: 25px;
  }
  .item-standard-biomaster40 .season {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .item-standard-biomaster40 .season li {
    width: 50%;
    text-align: center;
  }
  .item-standard-biomaster40 .season li:first-child {
    border-right: 1px solid #e9e9e9;
  }
}
@media screen and (max-width: 767px) {
  .page-products .list-products li:nth-child(n+2) {
    margin-top: 25px;
  }
  .page-products .list-products li a {
    padding: 15px 15px 15px 25px;
  }
  .page-products .list-products li dt > p {
    font-size: 1.2rem;
  }
  .page-products .list-products h3 {
    margin-top: 5px;
    font-size: 1.8rem;
  }
  .page-products .btn {
    margin-top: 10px;
  }
  .page-products .btn p {
    padding: 10px 5px;
  }
  .lineup {
    padding: 0 0 25px;
  }
  .lineup ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lineup li {
    width: 33.33333333%;
  }
  .lineup li:nth-child(n+4) {
    margin-top: 15px;
  }
  .lineup dt {
    padding: 10px 5px;
    border-radius: 5px 5px 0 0;
    font-size: 1.5rem;
  }
  .item-box {
    margin-bottom: 25px;
  }
  .item-box h1 {
    margin: 10px 0;
    padding: 10px 0;
    font-size: 2rem;
  }
  .item-box h1 em {
    font-size: 1.4rem;
  }
  .item-box .item-r strong {
    font-size: 1.5rem;
  }
  .item-l img {
    width: 300px;
  }
  .item-r p + strong {
    margin-top: 10px;
  }
  .point {
    margin-top: 25px;
    padding: 25px 15px;
  }
  .point-ttl {
    margin-top: 50px;
  }
  .point-ttl h3 {
    font-size: 2rem;
  }
  .point-ttl h3 span {
    padding: 0 5px;
  }
  .point-ttl h3::before,
  .point-ttl h3::after {
    width: 24px;
    height: 38px;
  }
  .point .point-list h5 {
    width: 100%;
  }
  .point .point-list h5 span {
    display: block;
    padding: 5px 15px;
    border-radius: 5px 5px 0 0;
    font-size: 1.4rem;
  }
  .item-standard .point {
    padding: 15px;
  }
  .point h4 {
    font-size: 1.6rem;
  }
  .point .point-list.on-first-ttl {
    margin-top: 0;
  }
  .point .point-list > li .inner {
    padding: 15px;
  }
  .point .point-list > li:nth-child(n+2) {
    margin-top: 15px;
  }
  .point .point-list.on-ttl > li:nth-child(n+2) {
    margin-top: 25px;
  }
  .point .point-list dt {
    width: 150px;
    margin-right: 15px;
  }
  .next-btn {
    margin-top: 25px;
  }
  .next-btn li:last-child {
    margin-top: 15px;
  }
  .next-btn li .btn {
    margin: 0 auto;
  }
  .item-standard-biomaster40 .season li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .item-standard-biomaster40 .season li:last-child {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e9e9e9;
  }
  .item-standard-biomaster40 .season li p:first-child {
    width: 70px;
  }
  .item-standard-biomaster40 .season li p:last-child {
    flex: 1;
  }
}
/*---------------------
	 table
---------------------*/
.table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #00a1e9;
  border-right: 1px solid #00a1e9;
}

.table td,
.table th {
  padding: 10px;
  vertical-align: middle;
  border-left: 1px solid #00a1e9;
  border-bottom: 1px solid #00a1e9;
  text-align: center;
  font-weight: normal;
}

.table th {
  background-color: #a9d7e4;
  font-weight: 700;
}

.table tr {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .table td,
  .table th {
    padding: 5px;
  }
}
.item-standard-home .point li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-standard-home .point li strong {
  font-size: 1.2rem;
  font-weight: normal;
  color: #00959a;
  letter-spacing: 0;
}

.item-standard-home .point li h3 {
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: normal;
}

.item-standard-home .point li.point-voice {
  background-color: transparent;
  text-align: center;
}

/*.item-standard-home .point li.point-voice {
 background-color: #fff4df;
 text-align: center;
}*/
.item-standard-home .point li.point-voice .point-voice-box {
  display: flex;
  justify-content: space-between;
}

.item-standard-home .point li.point-voice .point-voice-left,
.item-standard-home .point li.point-voice .point-voice-right {
  width: 49%;
  padding: 25px 15px;
  background-color: #fff4df;
}

.item-standard-home .point li.point-voice strong {
  color: #5b3932;
  letter-spacing: -1px;
}

.item-standard-home .point li.point-voice .point-voice-inner {
  position: relative;
  background-color: #fff;
  text-align: center;
}

.item-standard-home .point li.point-voice .point-voice-inner::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 12px solid #fff;
}

.item-standard-home .point li.point-voice .point-voice-inner h4 {
  background-color: #ddaf00;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}

.item-standard-home .point li.point-voice .point-voice-inner p {
  padding: 5px;
  font-size: 1.8rem;
}

.item-standard-home .point li.point-voice .point-voice-inner span {
  display: inline-flex;
  padding: 5px 0;
  border-top: 1px solid #231815;
  font-size: 1.2rem;
}

.item-standard-home .point li.point-voice .btn {
  width: 170px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px), print {
  .item-standard-home .point li {
    width: 48%;
    padding: 20px;
  }
  .item-standard-home .point li.point-voice {
    padding: 0;
  }
  .item-standard-home .point li:nth-child(even) {
    margin-left: 4%;
  }
  .item-standard-home .point .point-list {
    margin-top: 0;
  }
  .item-standard-home .point .point-list > li:nth-child(n+2) {
    margin-top: 0;
  }
  .item-standard-home .point .point-list > li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .item-standard-home .point li {
    padding: 15px;
  }
  .item-standard-home .point li.point-voice {
    padding: 0;
  }
  .item-standard-home .point li.point-voice .point-voice-left,
  .item-standard-home .point li.point-voice .point-voice-right {
    width: 49%;
    padding: 10px 5px;
  }
  .item-standard-home .point li strong {
    position: relative;
    display: block;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .item-standard-home .point li strong::before, .item-standard-home .point li strong::after {
    position: absolute;
    top: 0;
    font-size: 2.8rem;
  }
  .item-standard-home .point li strong::before {
    left: -1rem;
    content: "【";
  }
  .item-standard-home .point li strong::after {
    right: -1rem;
    content: "】";
  }
  .item-standard-home .point li.point-voice .point-voice-inner span {
    display: block;
    margin-inline: 1rem;
    padding: 5px;
    font-size: 1rem;
  }
  .item-standard-home .point li.point-voice .point-voice-inner h4 {
    font-size: 1.4rem;
  }
  .item-standard-home .point li.point-voice .point-voice-inner p {
    font-size: 1.6rem;
  }
  .item-standard-home .point li.point-voice .btn {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  /* .item-standard-home .point li:nth-child(n+2) {
   margin-top: 15px;
   padding: 15px;
  }*/
}
.item-standard-home .point .point-list .btn {
  width: 70%;
  margin-top: 15px;
}

.item-standard-home .point .point-list .btn p {
  padding: 15px 10px;
  background-color: #51c5ca;
  color: #fff;
}

.item-standard-home .point .point-list .btn p::after {
  border-color: #51c5ca;
}

.item-standard-home .point .point-list .btn span::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.item-standard-biomaster .point .point-list h6 {
  font-size: 1.6rem;
  font-weight: normal;
  color: #00959a;
}

.item-standard-biomaster .point .point-list .note {
  margin-top: 15px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px), print {
  .item-standard-biomaster .point .point-list dt {
    width: inherit;
    flex: 1;
    margin-right: inherit;
  }
  .item-standard-biomaster .point .point-list dd {
    flex: inherit;
    width: 400px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .item-standard-biomaster .point .point-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
/*---------------------
	 /products/menedael/gardening/
---------------------*/
.tree-box {
  background-color: rgba(155, 202, 81, 0.2);
  border-radius: 5px;
}

.tree-box-inner {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}

.tree-box h4 span {
  background-color: #6db131;
  color: #fff;
}

.tree-box-inner h5 {
  margin-top: 35px;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #6db131;
}

.tree-box-inner h5:first-child,
.tree-box-inner:nth-child(2) h5:first-of-type,
.tree-box li h5 {
  margin-top: 0;
}

.tree-box h6 {
  font-size: 1.4rem;
  font-weight: 700;
}

.tree-box .side1 li img,
.tree-box .side2 li img {
  border: 1px solid #e9e9e9;
}

.tree-box .way-list {
  margin-top: 25px;
}

.tree-box .way-list li:nth-child(n+2) {
  margin-top: 25px;
}

.tree-box .way-list dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.tree-box .way-list dt {
  width: 141px;
}

.tree-box .way-list dd {
  flex: 1;
  margin-left: 25px;
}

.tree-box .way-list dt img {
  border: 1px solid #ccc;
}

.tree-box h5 + .way-ttl {
  margin-top: 10px;
}

.tree-box .way-ttl dt {
  background-color: #6db131;
  font-weight: 700;
  color: #fff;
}

.tree-box .way-ttl dd {
  background-color: #f2f2f2;
  flex: 1;
}

.tree-box .tree-capacity {
  background-color: #dfefda;
}

@media screen and (min-width: 768px), print {
  .tree-box {
    margin-top: 50px;
    padding: 50px;
  }
  .tree-box-inner {
    padding: 75px 50px 50px;
  }
  .tree-box-inner:nth-child(n+2) {
    margin-top: 75px;
  }
  .tree-box h4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .tree-box h4 span {
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .tree-box .side1,
  .tree-box .side2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .tree-box .side1 li:first-child,
  .tree-box .side2 li:last-child {
    flex: 1;
  }
  .tree-box .side1 li:first-child {
    margin-right: 25px;
  }
  .tree-box .side2 li:last-child {
    margin-left: 25px;
  }
  .tree-box .side1 li:last-child {
    width: 195px;
  }
  .tree-box .side2 li:first-child {
    width: 141px;
  }
  .tree-box .side2 {
    margin-top: 25px;
  }
  .tree-box .side2 img {
    border: 1px solid #ccc;
  }
  .tree-box .way-ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-top: 40px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
  }
  .tree-box .way-ttl dt,
  .tree-box .way-ttl dd {
    padding: 10px;
  }
  .tree-box .tree-capacity {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
  }
  .tree-box .tree-capacity strong {
    margin-right: 15px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .tree-box {
    margin-top: 25px;
    padding: 15px;
  }
  .tree-box-inner-in {
    padding: 15px;
  }
  .tree-box-inner:nth-child(n+2) {
    margin-top: 25px;
  }
  .tree-box h4 {
    width: 100%;
  }
  .tree-box h4 span {
    display: block;
    padding: 5px 15px;
    border-radius: 5px 5px 0 0;
    font-size: 1.4rem;
  }
  .tree-box-inner h5 {
    margin-top: 25px;
    font-size: 1.4rem;
  }
  .tree-box .side1 li:last-child {
    margin-top: 15px;
    text-align: center;
  }
  .tree-box .side2 li:first-child {
    margin-top: 25px;
    text-align: center;
  }
  .tree-box .side2 li:last-child {
    margin-top: 15px;
  }
  .tree-box .way-list dt {
    width: 100px;
  }
  .tree-box .way-list dd {
    flex: 1;
    margin-left: 15px;
  }
  .tree-box .way-ttl {
    margin-top: 25px;
  }
  .tree-box .way-ttl dt,
  .tree-box .way-ttl dd {
    padding: 5px;
  }
  .tree-box .tree-capacity {
    padding: 10px;
  }
  .tree-box .tree-capacity strong {
    display: block;
    font-size: 1.6rem;
  }
}
.page-gardening h3 {
  color: #6db131;
  text-align: center;
}

.gardening-list li {
  background-color: rgba(155, 202, 81, 0.2);
  border-radius: 5px;
}

.gardening-list li dt {
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}

.gardening-list li dd h4 {
  font-weight: 700;
  color: #6db131;
  line-height: 1.4;
}

.page-gardening .table {
  margin-top: 15px;
  border-top: 1px solid #6db131;
  border-right: 1px solid #6db131;
}

.page-gardening .table th,
.page-gardening .table td {
  border-left: 1px solid #6db131;
  border-bottom: 1px solid #6db131;
}

.page-gardening .table th {
  background-color: #dfefda;
  width: 25%;
}

.page-gardening .table td {
  width: 15%;
}

.page-gardening .tree-box a {
  text-decoration: underline;
}

.page-gardening .tree-box a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .page-gardening h3 {
    font-size: 2.6rem;
  }
  .gardening-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .gardening-list li {
    width: 30%;
    margin-right: 5%;
    padding: 15px;
  }
  .gardening-list li:nth-child(3n) {
    margin-right: 0;
  }
  .gardening-list li:nth-child(n+4) {
    margin-top: 40px;
  }
  .gardening-list li dt img {
    width: 150px;
  }
  .gardening-list li dd h4 {
    margin: 15px 0 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-gardening h3 {
    font-size: 1.6rem;
  }
  .gardening-list {
    margin-top: 25px;
  }
  .gardening-list li:nth-child(n+2) {
    margin-top: 25px;
  }
  .gardening-list li {
    padding: 10px;
  }
  .gardening-list li dt img {
    width: 120px;
  }
  .gardening-list li dd h4 {
    margin: 15px 0 10px;
    font-size: 1.5rem;
  }
}
.item-liquid .point .point-list h6 {
  font-size: 1.6rem;
  font-weight: normal;
  color: #139244;
}

.item-liquid .lineup dt {
  background-color: #139244;
}

.item-liquid .point-list .point-list-bnr-box {
  margin-top: 25px;
}

.item-liquid .point-list .point-list-bnr-box img {
  width: auto;
}

@media screen and (min-width: 768px), print {
  .item-liquid .lineup li:nth-child(-n+3) {
    margin-left: 50px;
  }
  .item-liquid .lineup li:first-child {
    margin-left: 80px;
  }
  .item-liquid .lineup li:last-child {
    margin-right: 80px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .item-liquid .point-list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item-liquid .point .point-list dt {
    margin: 0 auto;
    text-align: center;
  }
  .item-liquid .point .point-list dd {
    flex: inherit;
    margin-top: 15px;
  }
  .item-liquid .point-list img {
    width: 140px;
  }
  .item-liquid .lineup ul {
    justify-content: space-between;
    padding-right: 20px;
    padding-left: 20px;
  }
  .item-liquid .lineup li {
    margin-top: 15px;
    width: 47.5%;
  }
}
.symbol,
.type {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.symbol {
  margin-top: 15px;
}

.symbol li {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.symbol li:nth-child(n+2) {
  margin-left: 10px;
}

.symbol li:last-child {
  margin-left: 30px;
}

.symbol li.no-m {
  margin-left: 10px !important;
}

.symbol p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.8rem;
}

.symbol span {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 0.9rem;
  /*letter-spacing:-1px;*/
  text-align: center;
}

.symbol .sym-n {
  background-color: #2234ff;
}

.symbol .sym-p {
  background-color: #fe9900;
}

.symbol .sym-k {
  background-color: #9241ce;
}

.symbol .sym-mg {
  background-color: #87d824;
}

.symbol .sym-fe {
  background-color: #e48a1a;
}

.symbol .sym-fe::before {
  content: "+";
  position: absolute;
  top: 10px;
  left: -25px;
  color: #222;
  line-height: 1;
}

.type {
  margin-top: 35px;
}

.type li {
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
}

.type li:nth-child(n+2) {
  margin-left: 10px;
}

.type .type-pure {
  background-color: #139244;
}

.type .type-plant {
  background-color: #ff9600;
}

.movie {
  position: relative;
  width: 100%;
  margin-top: 25px;
  padding-top: 56.1%;
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*---------------------
	 /products/trunk_injection_solution/
---------------------*/
.item-trunk .trunk-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.item-trunk .trunk-box .trunk-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 1;
  margin-right: 15px;
}

.item-trunk .trunk-box .trunk-photo {
  width: 150px;
}

.item-trunk .trunk-box .trunk-list li {
  width: 49%;
  margin-right: 2%;
  padding: 10px;
  background-color: #fef66f;
  font-size: 1.6rem;
  font-weight: 700;
  color: #be681b;
  text-align: center;
}

.item-trunk .trunk-box .trunk-list li:nth-child(even) {
  margin-right: 0;
}

.item-trunk .trunk-box .trunk-list li:nth-child(n+3) {
  margin-top: 10px;
}

.item-trunk .flow-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
}

.item-trunk .flow-list li img {
  border: 1px solid #be681b;
}

.item-trunk .flow-list li p {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.item-trunk .point2 {
  width: 60%;
  margin-inline: auto;
  margin-top: 50px;
  padding: 50px;
  background-color: rgba(205, 184, 78, 0.2);
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .item-trunk .point2 {
    width: 100%;
    margin-top: 30px;
    padding: 15px;
  }
}
.item-trunk .point2-ttl {
  padding: 10px;
  background-color: #fef66f;
  font-size: 1.6rem;
  font-weight: 700;
  color: #be681b;
  text-align: center;
}

.item-trunk .point2-colums {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px;
  background-color: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .item-trunk .point2-colums {
    padding: 15px;
  }
}
.item-trunk .item-trunk-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

.item-trunk .item-trunk-table th,
.item-trunk .item-trunk-table td {
  padding: 5px;
  border: 1px solid #be681b;
  text-align: center;
  font-weight: normal;
}

.item-trunk .item-trunk-table thead th {
  background-color: #fef66f;
}

@media screen and (min-width: 901px), print {
  .item-trunk .flow-list li {
    width: 15%;
  }
  .item-trunk .flow-list li:nth-child(n+2) {
    margin-left: 2%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .item-trunk .flow-list li {
    width: 22%;
    margin-right: 4%;
  }
  .item-trunk .flow-list li:nth-child(4n) {
    margin-right: 0;
  }
  .item-trunk .flow-list li:nth-child(n+5) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .item-trunk .flow-list li {
    width: 32%;
    margin-right: 2%;
  }
  .item-trunk .flow-list li:nth-child(3n) {
    margin-right: 0;
  }
  .item-trunk .flow-list li:nth-child(n+4) {
    margin-top: 15px;
  }
  .item-trunk .flow-list li p {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px), print {
  .item-trunk .point {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .item-trunk .trunk-box .trunk-list li {
    width: 100%;
    margin-right: 0;
    padding: 5px;
    font-size: 1.4rem;
  }
  .item-trunk .trunk-box .trunk-list li:nth-child(n+2) {
    margin-top: 10px;
  }
  .item-trunk .trunk-box .trunk-photo {
    width: 130px;
  }
  .item-trunk .point-list {
    margin-top: 0;
  }
  .item-trunk .point-list li {
    padding: 15px;
  }
  .item-trunk .flow-list li {
    padding: 0;
  }
}
/*---------------------
	 /document_request/
	 /inquiry/
---------------------*/
.request-form {
  margin-top: 25px;
}

.form-btn {
  width: 360px;
  margin: 50px auto 0;
}

.form-btn-back {
  width: 200px;
  margin: 50px auto 0;
}

.form-btn-back p span::after {
  display: none;
}

.form-btn-back p {
  padding: 15px 10px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .form-btn-back {
    margin: 25px auto 0;
  }
  .form-btn-back p {
    padding: 10px 5px;
    font-size: 1.3rem;
  }
}
.regulation-box {
  margin-top: 50px;
  padding: 25px;
  background-color: #e8f3d2;
  border-radius: 5px;
}

.regulation-box a {
  text-decoration: underline;
}

.regulation-box a:hover {
  text-decoration: none;
}

.input-check {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 1px;
}

.input-check + label {
  display: inline-block;
  position: relative;
  padding: 10px 10px 10px 35px;
  border-radius: 2px;
  line-height: 1.5;
  cursor: pointer;
}

.input-check + label:after,
.input-check + label:before {
  content: "";
  position: absolute;
}

.input-check + label:before {
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}

.input-check + label:after {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.input-check:checked + label {
  background: #12a749;
}

.input-check:checked + label:after {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.input-check.-error + label {
  background: #f7b3b6;
}

.input-check:checked + label {
  color: #fff;
}

.input-check:checked + label:before {
  border: 1px solid #fff;
  background-color: #fff;
}

.input-check + label:after {
  top: 10px;
  left: 16px;
  width: 8px;
  height: 14px;
  border-right: 2px solid #12a749;
  border-bottom: 2px solid #12a749;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

form label {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}

form input,
form select,
form textarea,
form button {
  max-width: 100%;
  margin: 0;
  background-color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  outline: none;
  vertical-align: middle;
}

form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=number],
form textarea {
  padding: 7px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form select:focus,
form textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.8);
}

form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 42px;
  padding: 5px 40px 5px 10px;
  background-color: #fff;
  border-radius: 3px;
}

.form-select {
  position: relative;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.form-select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: translate(-12.5%, -50%) rotate(135deg);
  transform: translate(-12.5%, -50%) rotate(135deg);
}

form :placeholder-shown {
  color: #333;
}

form input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 400;
}

form input:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 400;
}

form input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 400;
}

form input:-ms-input-placeholder {
  color: #ccc;
  font-weight: 400;
}

form input:focus::-webkit-input-placeholder {
  color: transparent;
}

form input:focus:-moz-placeholder {
  color: transparent;
}

form input:focus::-moz-placeholder {
  color: transparent;
}

form textarea::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 400;
}

form textarea:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 400;
}

form textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 400;
}

form textarea:-ms-input-placeholder {
  color: #ccc;
  font-weight: 400;
}

form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

form textarea:focus:-moz-placeholder {
  color: transparent;
}

form textarea:focus::-moz-placeholder {
  color: transparent;
}

form .required {
  width: 30px;
  padding: 2px 0;
  background-color: #12a749;
  border-radius: 2px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
}

form .required-small::after {
  content: "*";
  margin-left: 5px;
  font-size: 1.6rem;
  color: #12a749;
}

form .label-caption {
  display: block;
  margin-bottom: 2px;
}

form .label-caption-border {
  display: block;
  margin: 15px 0 5px;
  padding-top: 15px;
  border-top: 1px dashed #ccc;
}

form .form-address li {
  position: relative;
  padding: 15px 0;
}

form .form-address li:first-child {
  padding-top: 0;
}

form .form-address li:last-child {
  padding-bottom: 0;
}

form .form-address li:nth-child(n+2) {
  border-top: 1px dashed #ccc;
}

form .form-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 90%;
}

form .form-name li {
  width: 49%;
}

form .form-name li:last-child {
  margin-left: 2%;
}

form .form-name li input {
  width: 100%;
}

form .form-radio li input {
  width: 90%;
}

form input.size-wide,
form textarea {
  width: 90%;
}

form input.size-middle {
  width: 100%;
}

form input.size-small {
  width: 60px !important;
}

form input[type=checkbox],
form input[type=radio] {
  visibility: hidden;
  position: absolute;
}

form label input[type=radio] + span:before,
form label input[type=radio] + input[type=text] + span:before,
form label input[type=radio] + div + input[type=text] + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #ccc;
}

form label input[type=radio] + span:after,
form label input[type=radio] + input[type=text] + span:after,
form label input[type=radio] + div + input[type=text] + span:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 6px;
  height: 6px;
  background-color: #12a749;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 100%;
}

form label input[type=radio]:checked + span:before,
form label input[type=radio]:checked + input[type=text] + span:before,
form label input[type=radio]:checked + div + input[type=text] + span:before {
  border-color: #12a749;
}

form label input[type=radio]:checked + span:after,
form label input[type=radio]:checked + input[type=text] + span:after,
form label input[type=radio]:checked + div + input[type=text] + span:after {
  opacity: 1;
}

form label input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #ededed;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

form label input[type=checkbox] + span:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

form label input[type=checkbox]:checked + span:before {
  background-color: #114564;
  border: 1px solid #114564;
}

form label input[type=checkbox]:checked + span:after {
  opacity: 1;
}

form .btn-border p {
  height: 63px;
  line-height: 65px;
}

form .wrp-regulation {
  margin-top: 35px;
  text-align: center;
}

form .regulation {
  display: inline-block;
}

form .regulation p {
  margin-top: 15px;
}

form .regulation .input-check + label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 20px 50px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

form .regulation .input-check + label::before {
  top: 20px;
  left: 20px;
}

form .regulation .input-check + label::after {
  top: 20px;
  left: 26px;
}

form .regulation .input-check + label span {
  display: inline-block;
  width: 30px;
  margin-left: 20px;
}

form .form-member li:nth-child(n+2) {
  margin-top: 15px;
}

form .form-member li input[type=text] {
  margin-right: 10px;
  width: 200px;
}

@media screen and (min-width: 768px), print {
  form label input[type=radio] + span:before,
  form label input[type=checkbox] + span:before {
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
  }
  form label:hover input[type=radio] + span:before,
  form label:hover input[type=checkbox] + span:before {
    border-color: #666;
  }
  form .form-radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  form .form-radio li:last-child {
    margin-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .regulation-box {
    margin-top: 25px;
    padding: 15px;
  }
  .form-btn {
    width: 90%;
  }
  form input[type=text],
  form input[type=email],
  form input[type=tel],
  form input[type=number],
  form textarea,
  form select,
  form label {
    font-size: 1.3rem;
  }
  form input[type=text],
  form textarea {
    padding: 5px;
  }
  form select {
    padding: 5px 25px 5px 7px;
  }
  form label {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  form label input[type=radio] + span:before,
  form label input[type=radio] + span:after,
  form label input[type=radio] + input[type=text] + span:before,
  form label input[type=radio] + input[type=text] + span:after {
    top: 0;
  }
  form input.size-wide,
  form textarea,
  form .form-name,
  form .form-radio li,
  form .form-radio li input {
    width: 100%;
  }
  form .form-radio li:last-child {
    margin-top: 15px;
  }
  form .regulation {
    margin-top: 30px;
  }
  form .regulation_check {
    margin-bottom: 10px;
  }
  form .regulation label {
    padding: 10px 20px 10px 40px;
  }
  form .regulation label input + span:before,
  form .regulation label input + input + span:before {
    left: 13px;
    top: 17px;
  }
  form .regulation label input + span:after,
  form .regulation label input + input + span:after {
    left: 18px;
    top: 18px;
  }
}
.form-thk {
  margin-top: 50px;
  padding: 25px;
  background-color: #e8f3d2;
  border-radius: 5px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .form-thk {
    margin-top: 50px;
    padding: 25px;
  }
  .form-thk strong {
    font-size: 2rem;
  }
  .form-thk p {
    font-size: 1.6rem;
  }
  .contact-btn {
    width: 360px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .form-thk {
    margin-top: 25px;
    padding: 15px;
  }
  .form-thk strong {
    font-size: 1.6rem;
  }
  .form-thk p {
    font-size: 1.4rem;
  }
  .contact-btn {
    width: 90%;
    margin: 25px auto 0;
  }
}
.call-center {
  margin-top: 50px;
  border: 2px solid #f2f2f2;
  border-radius: 5px;
}

.call-center li {
  padding: 15px;
  line-height: 1.35;
}

.call-center strong {
  display: block;
  color: #12a749;
}

.call-center strong::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  background-image: url(../img/common/icn-tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .call-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }
  .call-center li:first-child {
    border-right: 2px solid #f2f2f2;
  }
  .call-center strong {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
  .call-center strong::before {
    width: 30px;
    height: 30px;
  }
  /* .call-center p {
   font-size: 1rem;
  }*/
}
@media screen and (max-width: 767px) {
  .call-center li {
    text-align: center;
  }
  .call-center li:first-child {
    border-bottom: 2px solid #f2f2f2;
  }
  .call-center strong {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
  }
  .call-center strong::before {
    width: 20px;
    height: 20px;
  }
  .call-center p {
    font-size: 0.9rem;
  }
}
.form-table {
  width: 100%;
}

.form-table th {
  font-weight: 500;
}

.form-table tr:nth-child(n+2) {
  border-top: 1px solid #ccc;
}

@media screen and (min-width: 768px), print {
  .form-table tr:nth-child(odd) {
    background-color: #f2f2f2;
  }
  .form-table th,
  .form-table td {
    padding: 20px;
  }
  .form-table th {
    width: 270px;
    padding-left: 0;
    padding-right: 40px;
    vertical-align: middle;
    line-height: 1.5;
  }
  .form-table th .required {
    position: relative;
    right: 20px;
    float: right;
    margin-right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .form-table,
  .form-table thead,
  .form-table tbody,
  .form-table tr,
  .form-table th,
  .form-table td {
    display: block;
  }
  .form-table th,
  .form-table td {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .form-table th {
    background: #f2f2f2;
    text-align: left;
  }
  .form-table th .required {
    display: inline-block;
    margin-left: 10px;
    font-size: 1rem;
  }
  .form-table td {
    margin-bottom: 10px;
  }
}
/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #f5a900;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 1.1rem;
  padding: 4px 10px 4px 10px;
  border-radius: 3px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  border: none;
  border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #fff;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  font-size: 0px;
  height: 1px;
  background: #f5a900;
  margin: 0 auto;
  line-height: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

@media screen and (max-width: 767px) {
  .formError .formErrorContent {
    max-width: 100%;
    min-width: 100%;
    font-size: 1rem;
  }
  .formError .formErrorContent {
    padding: 10px 5px;
  }
}
/*---------------------
	 /company/
---------------------*/
.page-company h3 {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.page-company h3::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/common/icn-f.svg);
  vertical-align: middle;
}

.page-company h2 + h3 {
  margin-top: 0;
}

.prs-message ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.prs-message ul li:first-child {
  flex: 1;
  margin-right: 15px;
}

.prs-message ul li:last-child {
  width: 272;
}

.prs-message ul li p {
  margin-top: 15px;
}

.prs-message {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.prs-message p {
  margin-top: 15px;
}

.prs-message .sign {
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .page-company h3 {
    font-size: 2.2rem;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .page-company h3::before {
    width: 43px;
    height: 30px;
  }
  .prs-message .img {
    width: 272px;
  }
  .prs-message .text {
    flex: 1;
    margin-right: 25px;
  }
  .prs-message .sign {
    margin-top: 30px;
    font-size: 1.5rem;
  }
  .outline {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .outline li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .page-company h3 {
    margin-top: 25px;
    font-size: 1.5rem;
  }
  .page-company h3::before {
    width: 28px;
    height: 20px;
  }
  .prs-message .img {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .prs-message .img img {
    max-width: 400px;
  }
  .prs-message .text {
    width: 100%;
  }
  .prs-message .sign {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
/*---------------------
	 /table line
---------------------*/
.table-line {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}

.table-line tr th,
.table-line tr td {
  padding: 1.5em 2.5em;
  border-top: 1px solid #e9e9e9;
  text-align: left;
}

.table-line tr td a {
  text-decoration: underline;
}

.table-line tr th {
  width: 100px;
  background: #f7f7f7;
  color: #12a749;
  font-weight: 700;
  vertical-align: top;
}

.table-line tr th,
.table-line tr td {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .table-line,
  .table-line tbody {
    display: block;
    border-bottom: none;
  }
  .table-line tr {
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .table-line tr th {
    display: block;
    width: 100%;
    padding: 10px;
    font-weight: 700;
    border-top: none;
  }
  .table-line tr td {
    display: block;
    width: 100%;
    padding: 10px 10px 0;
    border-top: none;
  }
  .table-line tr.no-space,
  .table-line tr td.no-space {
    padding-top: 0;
  }
  .table-line tr.line-bottom {
    border-bottom: 1px solid #e9e9e9;
  }
}
/*---------------------
	 /privacy/
---------------------*/
.page-privacy .list-privacy {
  margin-top: 50px;
  border-top: 1px solid #e9e9e9;
  counter-reset: l-counter;
}

.page-privacy .list-privacy li {
  position: relative;
  padding: 25px 25px 25px 45px;
  border-bottom: 1px solid #e9e9e9;
}

.page-privacy .list-privacy li:nth-child(even) {
  background-color: #f7f7f7;
}

.page-privacy .list-privacy li::before {
  content: none;
}

.page-privacy .list-privacy li::before {
  content: counter(l-counter);
  counter-increment: l-counter;
  position: relative;
  top: 5px;
  background-color: #12a749;
  display: block;
  float: left;
  line-height: 16px;
  margin-left: -25px;
  text-align: center;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  font-size: 1.1rem;
  color: #fff;
}

.page-privacy .contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.page-privacy .contact .inner {
  margin-top: 25px;
  padding: 25px 100px;
  background-color: #e8f3d2;
  border-radius: 5px;
  text-align: center;
}

.page-privacy .contact h4 {
  font-weight: 700;
  font-size: 1.6rem;
  color: #12a749;
}

/*---------------------
	 /products/standard_culture_series/culture_soil/
---------------------*/
.item-standard-culture .point-list h6 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #00959a;
}

.item-standard-culture ol li::before {
  border: none;
  background-color: #00959a;
  color: #fff;
}

.item-standard-culture .note {
  font-size: 1.2rem;
}

.culture-point p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.culture-point p:nth-child(n+2) {
  margin-top: 25px;
}

.culture-point p strong {
  padding: 15px;
}

.culture-point p span,
.culture-point p strong {
  display: block;
  font-size: 1.6rem;
}

.culture-point + ul {
  margin-top: 15px;
}

.culture-point p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #13136e;
  width: 50px;
  background-color: #00959a;
  color: #fff;
}

.culture-point p strong {
  flex: 1;
  padding: 15px;
  background-color: #cceaeb;
}

.culture-point p strong em {
  font-style: normal;
  color: #00959a;
}

.voice .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #fef5e0;
  border-radius: 5px;
  overflow: hidden;
}

.ttl-type1.ttl-voice span {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 2px solid #00959a;
  font-weight: normal;
  color: #00959a;
}

@media screen and (min-width: 768px), print {
  .voice {
    margin-top: 50px;
  }
  .voice .inner {
    margin-top: 25px;
  }
  .voice .img {
    width: 250px;
  }
  .voice .text {
    flex: 1;
    margin-right: 25px;
    padding: 25px;
  }
  .voice strong {
    display: block;
    margin-top: 25px;
    font-size: 2rem;
    font-weight: normal;
    color: #00959a;
  }
  .voice .name {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .ttl-type1.ttl-voice span::before,
  .ttl-type1.ttl-voice span::after {
    content: "";
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 0;
    height: 0;
    transform-origin: left top;
    transform: skewX(40deg);
  }
  .ttl-type1.ttl-voice span::before {
    bottom: -30px;
    right: 40px;
  }
  .ttl-type1.ttl-voice span::after {
    bottom: -26px;
    right: 43px;
  }
  .ttl-type1.ttl-voice span::before {
    border-top: 30px solid #00959a;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .ttl-type1.ttl-voice span::after {
    border-top: 30px solid #fef5e0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .item-standard-culture .howto img {
    width: 350px;
    margin: 0 auto;
  }
  .culture-point p span,
  .culture-point p strong {
    font-size: 1.4rem;
  }
  .culture-point p:nth-child(n+2) {
    margin-top: 15px;
  }
  .culture-point p span {
    width: 30px;
  }
  .culture-point p strong {
    padding: 10px;
  }
  .voice {
    margin-top: 25px;
  }
  .voice .img {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .voice .img img {
    width: 350px;
  }
  .voice .text {
    width: 100%;
  }
  .voice strong {
    display: block;
    margin-top: 15px;
    font-size: 1.6rem;
    color: #00959a;
  }
  .ttl-type1.ttl-voice span {
    padding-bottom: 5px;
  }
}
/*grid
------------------------------*/
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-0 {
  margin-left: 0;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media screen and (min-width: 768px), print {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media screen and (max-width: 767px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 991px) {
  .no-gutters-sm {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-sm > .col,
  .no-gutters-sm > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .no-gutters-xs {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-xs > .col,
  .no-gutters-xs > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .gutters-sm-5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutters-sm-5 > .col,
  .gutters-sm-5 > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .gutters-xs-5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutters-xs-5 > .col,
  .gutters-xs-5 > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 991px) {
  .gutters-sm-10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutters-sm-10 > .col,
  .gutters-sm-10 > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .gutters-xs-10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutters-xs-10 > .col,
  .gutters-xs-10 > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.gutters-2 {
  margin-right: -2px;
  margin-left: -2px;
}

.gutters-2 > .col,
.gutters-2 > [class*=col-] {
  padding-right: 2px;
  padding-left: 2px;
}

.gutters-5 {
  margin-right: -5px;
  margin-left: -5px;
}

.gutters-5 > .col,
.gutters-5 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .sponly {
    display: none !important;
  }
}
/* padding margin font-size
---------------------------------------- */
.p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.fs-1 {
  font-size: 0.1rem !important;
}

.fs-2 {
  font-size: 0.2rem !important;
}

.fs-3 {
  font-size: 0.3rem !important;
}

.fs-4 {
  font-size: 0.4rem !important;
}

.fs-5 {
  font-size: 0.5rem !important;
}

.fs-6 {
  font-size: 0.6rem !important;
}

.fs-7 {
  font-size: 0.7rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.fs-9 {
  font-size: 0.9rem !important;
}

.fs-10 {
  font-size: 1rem !important;
}

.fs-11 {
  font-size: 1.1rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-17 {
  font-size: 1.7rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-19 {
  font-size: 1.9rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-21 {
  font-size: 2.1rem !important;
}

.fs-22 {
  font-size: 2.2rem !important;
}

.fs-23 {
  font-size: 2.3rem !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.fs-25 {
  font-size: 2.5rem !important;
}

.fs-26 {
  font-size: 2.6rem !important;
}

.fs-27 {
  font-size: 2.7rem !important;
}

.fs-28 {
  font-size: 2.8rem !important;
}

.fs-29 {
  font-size: 2.9rem !important;
}

.fs-30 {
  font-size: 3rem !important;
}

.fs-31 {
  font-size: 3.1rem !important;
}

.fs-32 {
  font-size: 3.2rem !important;
}

.fs-33 {
  font-size: 3.3rem !important;
}

.fs-34 {
  font-size: 3.4rem !important;
}

.fs-35 {
  font-size: 3.5rem !important;
}

.fs-36 {
  font-size: 3.6rem !important;
}

.fs-37 {
  font-size: 3.7rem !important;
}

.fs-38 {
  font-size: 3.8rem !important;
}

.fs-39 {
  font-size: 3.9rem !important;
}

.fs-40 {
  font-size: 4rem !important;
}

.fs-41 {
  font-size: 4.1rem !important;
}

.fs-42 {
  font-size: 4.2rem !important;
}

.fs-43 {
  font-size: 4.3rem !important;
}

.fs-44 {
  font-size: 4.4rem !important;
}

.fs-45 {
  font-size: 4.5rem !important;
}

.fs-46 {
  font-size: 4.6rem !important;
}

.fs-47 {
  font-size: 4.7rem !important;
}

.fs-48 {
  font-size: 4.8rem !important;
}

.fs-49 {
  font-size: 4.9rem !important;
}

.fs-50 {
  font-size: 5rem !important;
}

@media screen and (max-width: 1024px) {
  .p-sm-0 {
    padding: 0px !important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .p-sm-25 {
    padding: 25px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .p-sm-35 {
    padding: 35px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .p-sm-45 {
    padding: 45px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pt-sm-25 {
    padding-top: 25px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pt-sm-35 {
    padding-top: 35px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pt-sm-45 {
    padding-top: 45px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-5 {
    padding-right: 5px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .pr-sm-15 {
    padding-right: 15px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .pr-sm-25 {
    padding-right: 25px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .pr-sm-35 {
    padding-right: 35px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .pr-sm-45 {
    padding-right: 45px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pb-sm-45 {
    padding-bottom: 45px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-5 {
    padding-left: 5px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  .pl-sm-15 {
    padding-left: 15px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pl-sm-25 {
    padding-left: 25px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
  .pl-sm-35 {
    padding-left: 35px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pl-sm-45 {
    padding-left: 45px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
  .m-sm-0 {
    margin: 0px !important;
  }
  .m-sm-5 {
    margin: 5px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .m-sm-25 {
    margin: 25px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .m-sm-35 {
    margin: 35px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .m-sm-45 {
    margin: 45px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-45 {
    margin-top: 45px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .mr-sm-5 {
    margin-right: 5px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .mr-sm-25 {
    margin-right: 25px !important;
  }
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .mr-sm-35 {
    margin-right: 35px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .mr-sm-45 {
    margin-right: 45px !important;
  }
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  .ml-sm-5 {
    margin-left: 5px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .ml-sm-25 {
    margin-left: 25px !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .ml-sm-35 {
    margin-left: 35px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .ml-sm-45 {
    margin-left: 45px !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .fs-sm-1 {
    font-size: 0.1rem !important;
  }
  .fs-sm-2 {
    font-size: 0.2rem !important;
  }
  .fs-sm-3 {
    font-size: 0.3rem !important;
  }
  .fs-sm-4 {
    font-size: 0.4rem !important;
  }
  .fs-sm-5 {
    font-size: 0.5rem !important;
  }
  .fs-sm-6 {
    font-size: 0.6rem !important;
  }
  .fs-sm-7 {
    font-size: 0.7rem !important;
  }
  .fs-sm-8 {
    font-size: 0.8rem !important;
  }
  .fs-sm-9 {
    font-size: 0.9rem !important;
  }
  .fs-sm-10 {
    font-size: 1rem !important;
  }
  .fs-sm-11 {
    font-size: 1.1rem !important;
  }
  .fs-sm-12 {
    font-size: 1.2rem !important;
  }
  .fs-sm-13 {
    font-size: 1.3rem !important;
  }
  .fs-sm-14 {
    font-size: 1.4rem !important;
  }
  .fs-sm-15 {
    font-size: 1.5rem !important;
  }
  .fs-sm-16 {
    font-size: 1.6rem !important;
  }
  .fs-sm-17 {
    font-size: 1.7rem !important;
  }
  .fs-sm-18 {
    font-size: 1.8rem !important;
  }
  .fs-sm-19 {
    font-size: 1.9rem !important;
  }
  .fs-sm-20 {
    font-size: 2rem !important;
  }
  .fs-sm-21 {
    font-size: 2.1rem !important;
  }
  .fs-sm-22 {
    font-size: 2.2rem !important;
  }
  .fs-sm-23 {
    font-size: 2.3rem !important;
  }
  .fs-sm-24 {
    font-size: 2.4rem !important;
  }
  .fs-sm-25 {
    font-size: 2.5rem !important;
  }
  .fs-sm-26 {
    font-size: 2.6rem !important;
  }
  .fs-sm-27 {
    font-size: 2.7rem !important;
  }
  .fs-sm-28 {
    font-size: 2.8rem !important;
  }
  .fs-sm-29 {
    font-size: 2.9rem !important;
  }
  .fs-sm-30 {
    font-size: 3rem !important;
  }
  .fs-sm-31 {
    font-size: 3.1rem !important;
  }
  .fs-sm-32 {
    font-size: 3.2rem !important;
  }
  .fs-sm-33 {
    font-size: 3.3rem !important;
  }
  .fs-sm-34 {
    font-size: 3.4rem !important;
  }
  .fs-sm-35 {
    font-size: 3.5rem !important;
  }
  .fs-sm-36 {
    font-size: 3.6rem !important;
  }
  .fs-sm-37 {
    font-size: 3.7rem !important;
  }
  .fs-sm-38 {
    font-size: 3.8rem !important;
  }
  .fs-sm-39 {
    font-size: 3.9rem !important;
  }
  .fs-sm-40 {
    font-size: 4rem !important;
  }
  .fs-sm-41 {
    font-size: 4.1rem !important;
  }
  .fs-sm-42 {
    font-size: 4.2rem !important;
  }
  .fs-sm-43 {
    font-size: 4.3rem !important;
  }
  .fs-sm-44 {
    font-size: 4.4rem !important;
  }
  .fs-sm-45 {
    font-size: 4.5rem !important;
  }
  .fs-sm-46 {
    font-size: 4.6rem !important;
  }
  .fs-sm-47 {
    font-size: 4.7rem !important;
  }
  .fs-sm-48 {
    font-size: 4.8rem !important;
  }
  .fs-sm-49 {
    font-size: 4.9rem !important;
  }
  .fs-sm-50 {
    font-size: 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .p-xs-0 {
    padding: 0px !important;
  }
  .p-xs-5 {
    padding: 5px !important;
  }
  .p-xs-10 {
    padding: 10px !important;
  }
  .p-xs-15 {
    padding: 15px !important;
  }
  .p-xs-20 {
    padding: 20px !important;
  }
  .p-xs-25 {
    padding: 25px !important;
  }
  .p-xs-30 {
    padding: 30px !important;
  }
  .p-xs-35 {
    padding: 35px !important;
  }
  .p-xs-40 {
    padding: 40px !important;
  }
  .p-xs-45 {
    padding: 45px !important;
  }
  .p-xs-50 {
    padding: 50px !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-5 {
    padding-top: 5px !important;
  }
  .pt-xs-10 {
    padding-top: 10px !important;
  }
  .pt-xs-15 {
    padding-top: 15px !important;
  }
  .pt-xs-20 {
    padding-top: 20px !important;
  }
  .pt-xs-25 {
    padding-top: 25px !important;
  }
  .pt-xs-30 {
    padding-top: 30px !important;
  }
  .pt-xs-35 {
    padding-top: 35px !important;
  }
  .pt-xs-40 {
    padding-top: 40px !important;
  }
  .pt-xs-45 {
    padding-top: 45px !important;
  }
  .pt-xs-50 {
    padding-top: 50px !important;
  }
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  .pr-xs-5 {
    padding-right: 5px !important;
  }
  .pr-xs-10 {
    padding-right: 10px !important;
  }
  .pr-xs-15 {
    padding-right: 15px !important;
  }
  .pr-xs-20 {
    padding-right: 20px !important;
  }
  .pr-xs-25 {
    padding-right: 25px !important;
  }
  .pr-xs-30 {
    padding-right: 30px !important;
  }
  .pr-xs-35 {
    padding-right: 35px !important;
  }
  .pr-xs-40 {
    padding-right: 40px !important;
  }
  .pr-xs-45 {
    padding-right: 45px !important;
  }
  .pr-xs-50 {
    padding-right: 50px !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-5 {
    padding-bottom: 5px !important;
  }
  .pb-xs-10 {
    padding-bottom: 10px !important;
  }
  .pb-xs-15 {
    padding-bottom: 15px !important;
  }
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
  .pb-xs-25 {
    padding-bottom: 25px !important;
  }
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
  .pb-xs-35 {
    padding-bottom: 35px !important;
  }
  .pb-xs-40 {
    padding-bottom: 40px !important;
  }
  .pb-xs-45 {
    padding-bottom: 45px !important;
  }
  .pb-xs-50 {
    padding-bottom: 50px !important;
  }
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  .pl-xs-5 {
    padding-left: 5px !important;
  }
  .pl-xs-10 {
    padding-left: 10px !important;
  }
  .pl-xs-15 {
    padding-left: 15px !important;
  }
  .pl-xs-20 {
    padding-left: 20px !important;
  }
  .pl-xs-25 {
    padding-left: 25px !important;
  }
  .pl-xs-30 {
    padding-left: 30px !important;
  }
  .pl-xs-35 {
    padding-left: 35px !important;
  }
  .pl-xs-40 {
    padding-left: 40px !important;
  }
  .pl-xs-45 {
    padding-left: 45px !important;
  }
  .pl-xs-50 {
    padding-left: 50px !important;
  }
  .m-xs-0 {
    margin: 0px !important;
  }
  .m-xs-5 {
    margin: 5px !important;
  }
  .m-xs-10 {
    margin: 10px !important;
  }
  .m-xs-15 {
    margin: 15px !important;
  }
  .m-xs-20 {
    margin: 20px !important;
  }
  .m-xs-25 {
    margin: 25px !important;
  }
  .m-xs-30 {
    margin: 30px !important;
  }
  .m-xs-35 {
    margin: 35px !important;
  }
  .m-xs-40 {
    margin: 40px !important;
  }
  .m-xs-45 {
    margin: 45px !important;
  }
  .m-xs-50 {
    margin: 50px !important;
  }
  .mt-xs-0 {
    margin-top: 0px !important;
  }
  .mt-xs-5 {
    margin-top: 5px !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-15 {
    margin-top: 15px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-25 {
    margin-top: 25px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-35 {
    margin-top: 35px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-45 {
    margin-top: 45px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mr-xs-0 {
    margin-right: 0px !important;
  }
  .mr-xs-5 {
    margin-right: 5px !important;
  }
  .mr-xs-10 {
    margin-right: 10px !important;
  }
  .mr-xs-15 {
    margin-right: 15px !important;
  }
  .mr-xs-20 {
    margin-right: 20px !important;
  }
  .mr-xs-25 {
    margin-right: 25px !important;
  }
  .mr-xs-35 {
    margin-right: 35px !important;
  }
  .mr-xs-40 {
    margin-right: 40px !important;
  }
  .mr-xs-45 {
    margin-right: 45px !important;
  }
  .mr-xs-50 {
    margin-right: 50px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0px !important;
  }
  .mb-xs-5 {
    margin-bottom: 5px !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-15 {
    margin-bottom: 15px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-25 {
    margin-bottom: 25px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-35 {
    margin-bottom: 35px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-45 {
    margin-bottom: 45px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .ml-xs-0 {
    margin-left: 0px !important;
  }
  .ml-xs-5 {
    margin-left: 5px !important;
  }
  .ml-xs-10 {
    margin-left: 10px !important;
  }
  .ml-xs-15 {
    margin-left: 15px !important;
  }
  .ml-xs-20 {
    margin-left: 20px !important;
  }
  .ml-xs-25 {
    margin-left: 25px !important;
  }
  .ml-xs-30 {
    margin-left: 30px !important;
  }
  .ml-xs-35 {
    margin-left: 35px !important;
  }
  .ml-xs-40 {
    margin-left: 40px !important;
  }
  .ml-xs-45 {
    margin-left: 45px !important;
  }
  .ml-xs-50 {
    margin-left: 50px !important;
  }
  .fs-xs-1 {
    font-size: 0.1rem !important;
  }
  .fs-xs-2 {
    font-size: 0.2rem !important;
  }
  .fs-xs-3 {
    font-size: 0.3rem !important;
  }
  .fs-xs-4 {
    font-size: 0.4rem !important;
  }
  .fs-xs-5 {
    font-size: 0.5rem !important;
  }
  .fs-xs-6 {
    font-size: 0.6rem !important;
  }
  .fs-xs-7 {
    font-size: 0.7rem !important;
  }
  .fs-xs-8 {
    font-size: 0.8rem !important;
  }
  .fs-xs-9 {
    font-size: 0.9rem !important;
  }
  .fs-xs-10 {
    font-size: 1rem !important;
  }
  .fs-xs-11 {
    font-size: 1.1rem !important;
  }
  .fs-xs-12 {
    font-size: 1.2rem !important;
  }
  .fs-xs-13 {
    font-size: 1.3rem !important;
  }
  .fs-xs-14 {
    font-size: 1.4rem !important;
  }
  .fs-xs-15 {
    font-size: 1.5rem !important;
  }
  .fs-xs-16 {
    font-size: 1.6rem !important;
  }
  .fs-xs-17 {
    font-size: 1.7rem !important;
  }
  .fs-xs-18 {
    font-size: 1.8rem !important;
  }
  .fs-xs-19 {
    font-size: 1.9rem !important;
  }
  .fs-xs-20 {
    font-size: 2rem !important;
  }
  .fs-xs-21 {
    font-size: 2.1rem !important;
  }
  .fs-xs-22 {
    font-size: 2.2rem !important;
  }
  .fs-xs-23 {
    font-size: 2.3rem !important;
  }
  .fs-xs-24 {
    font-size: 2.4rem !important;
  }
  .fs-xs-25 {
    font-size: 2.5rem !important;
  }
  .fs-xs-26 {
    font-size: 2.6rem !important;
  }
  .fs-xs-27 {
    font-size: 2.7rem !important;
  }
  .fs-xs-28 {
    font-size: 2.8rem !important;
  }
  .fs-xs-29 {
    font-size: 2.9rem !important;
  }
  .fs-xs-30 {
    font-size: 3rem !important;
  }
  .fs-xs-31 {
    font-size: 3.1rem !important;
  }
  .fs-xs-32 {
    font-size: 3.2rem !important;
  }
  .fs-xs-33 {
    font-size: 3.3rem !important;
  }
  .fs-xs-34 {
    font-size: 3.4rem !important;
  }
  .fs-xs-35 {
    font-size: 3.5rem !important;
  }
  .fs-xs-36 {
    font-size: 3.6rem !important;
  }
  .fs-xs-37 {
    font-size: 3.7rem !important;
  }
  .fs-xs-38 {
    font-size: 3.8rem !important;
  }
  .fs-xs-39 {
    font-size: 3.9rem !important;
  }
  .fs-xs-40 {
    font-size: 4rem !important;
  }
  .fs-xs-41 {
    font-size: 4.1rem !important;
  }
  .fs-xs-42 {
    font-size: 4.2rem !important;
  }
  .fs-xs-43 {
    font-size: 4.3rem !important;
  }
  .fs-xs-44 {
    font-size: 4.4rem !important;
  }
  .fs-xs-45 {
    font-size: 4.5rem !important;
  }
  .fs-xs-46 {
    font-size: 4.6rem !important;
  }
  .fs-xs-47 {
    font-size: 4.7rem !important;
  }
  .fs-xs-48 {
    font-size: 4.8rem !important;
  }
  .fs-xs-49 {
    font-size: 4.9rem !important;
  }
  .fs-xs-50 {
    font-size: 5rem !important;
  }
}
.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.txt-center {
  text-align: center !important;
}

.fw-bold {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .txt-xs-left {
    text-align: left !important;
  }
  .txt-xs-right {
    text-align: right !important;
  }
  .txt-xs-center {
    text-align: center !important;
  }
}
/*---------------------
	 title
---------------------*/
.thead-ttl {
  position: relative;
  display: block;
  margin-bottom: 37px;
  text-align: center;
}

.thead-ttl img {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 35px;
  height: auto;
}

.thead-ttl h2 {
  position: relative;
  display: block;
  font-size: 3rem;
  font-weight: normal;
  overflow: hidden;
}

.thead-ttl span {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 0 10px;
  font-size: 1.4rem;
  /*font-weight: 700;*/
  color: #ef858c;
  line-height: 1;
  letter-spacing: 0.1rem;
  text-align: center;
}

.thead-ttl span::before,
.thead-ttl span::after {
  content: "";
  position: absolute;
  top: 40%;
  width: 10px;
  height: 1px;
  background: #ef858c;
}

.thead-ttl span::before {
  right: 100%;
}

.thead-ttl span::after {
  left: 100%;
}

@media screen and (max-width: 767px) {
  .thead-ttl {
    margin-bottom: 20px;
  }
  .thead-ttl h2 {
    font-size: 2rem;
  }
  .thead-ttl span {
    font-size: 1.2rem;
  }
}
/*---------------------
	utility
---------------------*/
.ofit img {
  width: 100%;
  object-position: 50% 50%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

/*---------------------
	slide
---------------------*/
.slick-prev,
.slick-next {
  position: absolute;
  top: 42.5%;
  font-size: 0;
  line-height: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #f29c9f;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  border: 0;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev:after,
.slick-next:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-prev:after {
  -webkit-transform: translate(12.5%, -50%) rotate(-135deg);
  transform: translate(12.5%, -50%) rotate(-135deg);
}

.slick-next:after {
  -webkit-transform: translate(-12.5%, -50%) rotate(45deg);
  transform: translate(-12.5%, -50%) rotate(45deg);
}

.slick-dots {
  position: absolute;
  /*bottom: -35px;*/
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li.slick-active button::before {
  opacity: 0.75;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: transparent;
}

.slick-dots li button,
.slick-dots li button::before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.slick-dots li button {
  display: block;
  background-color: #fff;
  outline: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  opacity: 1;
}

.slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: #f29c9f;
}

/*---------------------
	home special
---------------------*/
.box-special {
  position: relative;
  padding: 43px 15px 60px;
  background-color: #fadbda;
  overflow-x: hidden;
}

@media print {
  .box-special {
    background-position: left top;
  }
}
.box-special ul {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.box-special ul::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -80px;
  width: 93px;
  height: 72px;
  background: url("../img/top/special-petal.svg") no-repeat 0 0/contain;
}

.box-special ul li {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 5px rgba(232, 153, 161, 0.3);
  text-align: center;
}

.box-special ul li p span {
  position: relative;
  padding-bottom: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #fff000));
  background: -webkit-linear-gradient(transparent 55%, #fff000 55%);
  background: linear-gradient(transparent 55%, #fff000 55%);
  font-reason-settings: "palt" 1;
  /*font-weight: bold;*/
  font-style: normal;
  line-height: 1.4;
}

.box-special ul li h3 {
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .box-special ul li {
    width: 23.5%;
  }
  .box-special ul li:nth-child(n+2) {
    margin-left: 2%;
  }
  .box-special ul li p {
    padding-top: 15px;
  }
  .box-special ul li h3 {
    padding-bottom: 15px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .box-special {
    padding: 50px 15px;
  }
  .box-special ul li {
    width: 48%;
  }
  .box-special ul li:nth-child(even) {
    margin-left: 4%;
  }
  .box-special ul li:nth-child(n+3) {
    margin-top: 4%;
  }
  .box-special ul li p {
    padding-top: 10px;
    font-size: 1.1rem;
  }
  .box-special ul li h3 {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
}
/*---------------------
	home news
---------------------*/
.box-news.home-news {
  position: relative;
  background-color: #fff;
}

/*.box-news.home-news::before, .box-news.home-news::after {
 content: "";
 position: absolute;
 background-repeat: no-repeat;
 background-size: contain;
 z-index: 0;
}
.box-news.home-news::before {
 left: 0;
 bottom: 0;
 background-image: url("../img/top/news-bg-l.png");
}
.box-news.home-news::after {
 right: 0;
 top: 0;
 background-image: url("../img/top/news-bg-r.png");
}*/
.box-news-inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.box-news dl {
  margin-top: 20px;
}

.box-news dl a:link,
.box-news dl a:visited {
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #f7c7c6;
}

.box-news dl a:hover {
  text-decoration: none;
}

.box-news dt {
  clear: both;
  float: left;
  margin: 0;
  padding: 20px;
  /*font-weight: 700;*/
  text-align: left;
  color: #ef858c;
}

.box-news dd {
  padding: 20px 0 20px 0;
  /*border-bottom: 1px dotted #ccc;*/
  text-align: left;
}

.box-news dt:first-of-type,
.box-news dd:first-of-type {
  padding-top: 0;
}

.box-news:not(.home-news) dt:nth-of-type(even),
.box-news:not(.home-news) dd:nth-of-type(even) {
  background-color: #fbfbfb;
}

.box-news-dtl .news-date,
.box-news-dtl .news-ttl {
  font-weight: 700;
}

.box-news-dtl .news-date {
  color: #ef858c;
}

.box-news-dtl .news-ttl {
  font-size: 2.4rem;
}

.box-news-dtl .news-doc {
  border-bottom: 1px dotted #ccc;
}

@media screen and (min-width: 768px), print {
  .box-news.home-news {
    padding: 43px 15px 60px;
  }
  .box-news.home-news::before {
    width: 495px;
    height: 382px;
  }
  .box-news.home-news::after {
    width: 477px;
    height: 373px;
  }
  .box-news-inner {
    position: relative;
    max-width: 950px;
    margin: 0 auto;
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .box-news-inner {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px), print {
  .home-news-btn {
    width: 360px;
    margin: 40px auto 0;
  }
  .box-news-dtl .news-ttl {
    font-size: 2.4rem;
  }
  .box-news-dtl .news-doc {
    padding-bottom: 50px;
    margin: 25px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .box-news.home-news {
    padding: 50px 0;
  }
  .box-news.home-news::before {
    width: 150px;
    height: 115px;
  }
  .box-news.home-news::after {
    width: 150px;
    height: 117px;
  }
  .box-news dl {
    margin: 0;
    height: auto;
    overflow: inherit;
  }
  .box-news dt {
    clear: both;
    float: none;
    position: relative;
    margin: 0;
    padding: 15px 0 5px;
    width: 100%;
  }
  .box-news dd {
    padding: 0 0 15px 0;
  }
  .box-news dt,
  .box-news dd {
    text-align: left;
  }
  .box-news dl a:hover {
    text-decoration: underline;
  }
  .box-news dl dt.icon-blog::after,
  .box-news dl dt.icon-latest::after {
    margin-left: 10px;
  }
  .home-news-btn {
    width: 90%;
    margin: 25px auto 0;
  }
  .box-news-dtl .news-ttl {
    font-size: 1.6rem;
  }
  .box-news-dtl .news-doc {
    padding-bottom: 25px;
    margin: 25px 0 25px;
  }
}
.home-products-btn {
  width: 360px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .home-products-btn {
    width: 90%;
    margin: 25px auto 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*---------------------
	home products
---------------------*/
.box-products {
  position: relative;
  padding: 43px 15px 60px;
  background-color: #fef2f1;
}

.box-products::after {
  content: "";
  position: absolute;
  bottom: 22px;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  background-color: #f4f2e9;
  z-index: -1;
}

.box-products-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.box-products-inner::after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: 0;
  width: 41px;
  height: 39px;
  background: url("../img/top/products-petal.svg") no-repeat 0 0/contain;
  z-index: 3;
}

.products-slide {
  position: relative;
  text-align: center;
}

.products-slide .slick-slide {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0 15px;
}

.products-slide a {
  display: block;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(232, 153, 161, 0.3);
}

.products-slide a figure {
  padding: 25px 0;
}

.products-slide a img {
  width: 50%;
  height: auto;
}

.products-slide a p {
  display: block;
  padding: 15px;
  /*font-weight: 700;*/
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.35;
}

.products-slide .pro1 p {
  background-color: #6db131;
}

.products-slide .pro2 p {
  background-color: #47a1d3;
}

.products-slide .pro3 p {
  background-color: #a96a23;
}

.products-slide .pro4 p {
  background-color: #139244;
}

.products-slide .pro5 p {
  background-color: #00959a;
}

.products-slide ul li img {
  transition: all 0.3s;
}

.products-slide ul li img:hover {
  opacity: 0.9;
}

.products-slide .slick-prev {
  left: -47px;
}

.products-slide .slick-next {
  right: -47px;
}

.products-slide .slick-prev:hover,
.products-slide .slick-next:hover {
  background-color: #12a749;
}

@media screen and (max-width: 1200px) {
  .products-slide .slick-prev {
    left: 15px;
  }
  .products-slide .slick-next {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .box-products {
    padding: 50px 0;
  }
  .products-slide a p {
    padding: 10px 5px;
    font-size: 1.4rem;
  }
  .products-slide .slick-slide {
    margin-left: 25px;
    margin-right: 25px;
    padding: 0;
  }
}
.top-bg {
  position: relative;
  /*background-color: #B9E2EC;*/
}

/*.top-bg-inner {
 position: relative;
}
.top-bg-inner::after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 display: block;
 width: 100%;
 background-image: url(../img/top/bg-bottom.png);
 background-position: center bottom;
 background-repeat: no-repeat;
 z-index: 3;
}*/
@media screen and (min-width: 768px), print {
  .top-bg-inner {
    padding-top: 187px;
    /*padding-bottom: 35px;*/
  }
  .top-bg-inner::after {
    height: 64px;
  }
  /* #top-slide::before, #top-slide::after {
   content: "";
   position: absolute;
   bottom: -5px;
   display: block;
   background-repeat: no-repeat;
   background-size: contain;
   z-index: 2;
  }
  #top-slide::before {
   left: 0;
   background-image: url(../img/top/bg-left.png);
  }
  #top-slide::after {
   right: 0;
   background-image: url(../img/top/bg-right.png);
  }*/
  #top-slide .slide-inner {
    position: relative;
  }
  #top-slide .slide-inner::before,
  #top-slide .slide-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
  }
  #top-slide .slide-inner::before {
    left: 0;
    background: linear-gradient(90deg, rgb(250, 219, 218), rgba(250, 219, 218, 0));
    /*background-image: url(../img/top/slide-left.png);*/
  }
  #top-slide .slide-inner::after {
    right: 0;
    background: linear-gradient(90deg, rgba(250, 219, 218, 0), rgb(250, 219, 218));
  }
}
@media screen and (min-width: 1025px) {
  #top-slide::before,
  #top-slide::after {
    width: 180px;
    height: 600px;
  }
  #top-slide .slide-inner::before,
  #top-slide .slide-inner::after {
    width: 210px;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #top-slide::before,
  #top-slide::after {
    width: 90px;
    height: 300px;
  }
  #top-slide .slide-inner::before,
  #top-slide .slide-inner::after {
    width: 80px;
    height: 100%;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  /*.top-bg-inner {
   padding-bottom: 15px;
  }*/
  .top-bg-inner::after {
    height: 32px;
    background-size: auto 32px;
  }
}
/* =====================
  slide
===================== */
#top-slide {
  position: relative;
  padding: 50px 0 80px;
  background-color: #fadbda;
  z-index: 2;
}

#top-slide .slide-inner {
  max-width: 1138px;
  margin: 0 auto;
}

#top-slide .slick-slide {
  margin: 12px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 5px rgba(232, 153, 161, 0.6);
}

/*#top-slide .slick-slide:not(.slick-center) {
 -webkit-transform: scale(.95);
 -moz-transform: scale(.95);
 -ms-transform: scale(.95);
 -o-transform: scale(.95);
 transform: scale(.95);
 -webkit-filter: blur(5px);
 -moz-filter: blur(5px);
 -o-filter: blur(5px);
 -ms-filter: blur(5px);
 filter: blur(5px);
}*/
#top-slide .slick-prev {
  left: 17.9%;
}

#top-slide .slick-next {
  right: 17.9%;
}

@media screen and (max-width: 767px) {
  #top-slide {
    padding: 25px 15px 40px;
  }
}
#top-slide img {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  width: 100%;
}

/*	 pager
------------------------*/
.listbar {
  margin-top: 50px;
  text-align: center;
}

.listbar > * {
  display: inline-block;
  margin: 0 5px 0;
  padding: 6px 14px;
  color: #333;
  text-align: center;
}

.listbar a {
  border: 1px solid #12a749;
  background: #fff;
  border-radius: 2px;
}

.listbar a:hover {
  background: #12a749;
  border: 1px solid #12a749;
  color: #fff;
}

.listbar span {
  border: 1px solid #12a749;
  background: #12a749;
  border-radius: 2px;
  color: #fff !important;
}

.listbar span a {
  position: absolute;
  top: -2px;
  left: -1px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #222;
}

.listbar span.pn,
.listbar span.previous,
.listbar > span.next {
  padding: 0 2px;
  background: transparent !important;
  border: none;
  color: #222 !important;
}

.listbar span.previous a:hover,
.listbar span.next a:hover {
  color: #222 !important;
}

.listbar span.pn a,
.listbar span.previous a,
.listbar span.next a {
  position: static;
  display: inline-block;
  padding: 5px 0;
  color: #222 !important;
  background: transparent !important;
  border: none;
}

@media screen and (max-width: 767px) {
  .listbar {
    margin-top: 20px;
  }
  .listbar > * {
    margin: 0 2px 0;
    padding: 4px 10px;
  }
  .listbar a,
  .listbar span {
    font-size: 1.3rem;
  }
  .listbar span a {
    position: absolute;
    top: -2px;
    left: -1px;
    padding: 5px 10px;
    background: #fff;
    border: 2px solid #009fc5;
  }
  .listbar span.pn a,
  .listbar span.previous a,
  .listbar span.next a {
    display: inline-block;
    padding: 10px 0;
    position: static;
    border: none;
    background: transparent !important;
  }
}
.page-recommend {
  width: 100%;
}

.page-recommend .breadcrumb,
.page-recommend .ttl {
  width: calc(100% - 30px);
  margin-right: auto;
  margin-left: auto;
}

.recommend-box {
  position: relative;
  padding: 60px 0 0;
  background: #eeee8c url("../img/recommend/graph.png") no-repeat right 110px;
}

.recommend-box .rec-copy {
  text-align: center;
}

.recommend-box .rec1-inner {
  max-width: 535px;
  padding: 20px 0 0 100px;
}

.recommend-box .rec1 h2 {
  font-size: 3rem;
}

.recommend-box .rec1 p {
  padding-top: 25px;
  font-size: 1.6rem;
}

.recommend-box .rec1 p span {
  color: #e60012;
}

@media screen and (max-width: 1024px) {
  .recommend-box {
    padding: 60px 0 0;
    background-size: 350px 435px;
  }
  .recommend-box .rec1-inner {
    max-width: 450px;
    padding: 20px 0 0 50px;
  }
  .recommend-box .rec1 h2 {
    font-size: 2rem;
  }
  .recommend-box .rec1 p {
    padding-top: 15px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recommend-box .rec-copy img {
    width: 505px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .recommend-box {
    padding: 20px 0 0;
    background-image: none;
  }
  .recommend-box .rec-copy {
    padding: 0 20px;
  }
  .recommend-box .rec1-inner {
    padding: 15px 15px 0;
  }
  .recommend-box .rec1 h2 {
    text-align: center;
  }
  .recommend-box .rec1 p {
    padding-top: 10px;
  }
}
.recommend-box .rec2 {
  padding: 100px 100px 40px;
  background: url("../img/recommend/sec2-bg.png") no-repeat right 110px/contain;
}

.recommend-box .rec2 .rec-point1 {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-left: auto;
  max-width: 620px;
  text-align: left;
}

.recommend-box .rec-point-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #008467;
}

.recommend-box .rec-point-ttl img {
  vertical-align: bottom;
}

.recommend-box .rec-point-ttl p {
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #008467;
  line-height: 1;
}

.recommend-box .rec2 .rec-point1-inner {
  display: flex;
  padding: 20px;
  background-color: #fffcdb;
  border-radius: 15px;
}

.recommend-box .rec2 .rec-point1-txt {
  flex: 1;
  padding-right: 20px;
}

.recommend-box .rec2 .rec-point1-txt p {
  font-size: 1.3rem;
}

.recommend-box .rec2 .rec-point1-txt p span {
  color: #e60012;
}

.recommend-box .rec2 .rec-point1-ill {
  width: 100px;
}

.recommend-box .rec2 dl {
  position: relative;
  max-width: 700px;
  margin-top: 35px;
}

.recommend-box .rec2 dl:last-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 181px;
  height: 135px;
  background: url("../img/recommend/10l.png") no-repeat right 0/contain;
  z-index: 2;
}

.recommend-box .rec2 dt p {
  display: inline-flex;
  background-color: #fff;
  border-radius: 25px;
  font-size: 2.3rem;
  font-weight: 500;
  padding: 9px 16px;
  line-height: 1;
}

.recommend-box .rec2 dd {
  padding-top: 10px;
  font-size: 1.8rem;
}

.recommend-box .rec2 dd span {
  color: #e60012;
}

@media screen and (max-width: 1024px) {
  .recommend-box .rec2 {
    padding: 50px 50px 40px;
    background-position: right 10px;
  }
  .recommend-box .rec2 dl {
    margin-top: 20px;
  }
  .recommend-box .rec2 dt p {
    display: inline-flex;
    background-color: #fff;
    border-radius: 25px;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 9px 16px;
    line-height: 1;
  }
  .recommend-box .rec2 dd {
    padding-top: 10px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .recommend-box .rec2 {
    padding: 15px;
    background: none;
  }
  .recommend-box .rec2 dl {
    margin-top: 20px;
  }
  .recommend-box .rec2 .rec-point1-inner {
    display: block;
    padding: 15px;
  }
  .recommend-box .rec2 .rec-point1-txt {
    padding-right: 0;
  }
  .recommend-box .rec2 .rec-point1-txt img {
    float: right;
    padding-left: 10px;
  }
  .recommend-box .rec2 dt p {
    border-radius: 25px;
    font-size: 1.7rem;
  }
  .recommend-box .rec2 dd {
    font-size: 1.4rem;
  }
  .recommend-box .rec2 dl:last-of-type::before {
    width: 150px;
    height: 112px;
  }
}
.recommend-box .rec3 {
  position: relative;
  padding: 30px 100px 0;
}

.recommend-box .rec3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 365px;
  background: url("../img/recommend/sec3-bg.png") no-repeat right 0/contain;
  z-index: 2;
}

.recommend-box .rec3 .rec-point2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-left: auto;
  max-width: 620px;
  text-align: left;
}

.recommend-box .rec-point-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #008467;
}

.recommend-box .rec-point-ttl img {
  vertical-align: bottom;
}

.recommend-box .rec-point-ttl p {
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #008467;
  line-height: 1;
}

.recommend-box .rec3 .rec-point2-inner {
  display: flex;
  padding: 20px;
  background-color: #fffcdb;
  border-radius: 15px;
}

.recommend-box .rec3 .rec-point2-txt {
  flex: 1;
  padding-right: 10px;
}

.recommend-box .rec3 .rec-point2-txt p span {
  color: #e60012;
}

.recommend-box .rec3 .rec-point2-ill {
  width: 150px;
}

.recommend-box .rec3 dl:last-of-type {
  margin-top: 15px;
}

.recommend-box .rec3 dt p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}

.recommend-box .rec3 dd {
  padding-top: 5px;
  padding-left: 1.2em;
  font-size: 1.3rem;
}

.recommend-box .rec3 dd span {
  color: #e60012;
}

@media screen and (max-width: 1024px) {
  .recommend-box .rec3 {
    position: relative;
    padding: 30px 50px 0;
  }
  .recommend-box .rec3::before {
    z-index: inherit;
  }
}
@media screen and (max-width: 767px) {
  .recommend-box .rec3 {
    position: relative;
    padding: 55px 15px 85px;
  }
  .recommend-box .rec3::before {
    content: "";
    position: absolute;
    top: 0;
    left: inherit;
    right: 0;
    width: 112px;
    height: 130px;
    background: url("../img/recommend/sec3-bg-sp.png") no-repeat right 0/contain;
    z-index: 2;
  }
  .recommend-box .rec3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 112px;
    background: url("../img/recommend/sec3-bg2-sp.png") no-repeat left 0/cover;
    z-index: 2;
  }
  .recommend-box .rec3 .rec-point2-inner {
    padding: 15px;
  }
  .recommend-box .rec3 .rec-point2-txt {
    padding-right: 0;
  }
  .recommend-box .rec3 .rec-point2-txt img {
    float: right;
    padding-left: 10px;
    width: 130px;
    height: auto;
  }
}
.recommend-box .rec4 {
  position: relative;
  padding: 75px 50px;
  text-align: center;
}

.recommend-box .rec4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 235px;
  height: 202px;
  background: url("../img/recommend/sec4-bg.png") no-repeat 0 0/contain;
}

.recommend-box .rec4 .rec4-inner {
  position: relative;
}

.recommend-box .rec4 p {
  margin-bottom: 15px;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.recommend-box .rec4 a {
  transition: 0.4s all;
}

.recommend-box .rec4 a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .recommend-box .rec4 {
    padding: 45px 20px;
  }
  .recommend-box .rec4::before {
    left: 10px;
    width: 170px;
    height: 146px;
  }
  .recommend-box .rec4 p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .recommend-box .rec4 {
    padding: 0 20px 145px;
  }
  .recommend-box .rec4::before {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    transform: translateX(-15%);
    -webkit-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    width: 140px;
    height: 120px;
  }
  .recommend-box .rec4 p {
    font-size: 2rem;
  }
}
/*---------------------
	home recommend
---------------------*/
.box-recommend {
  position: relative;
  padding: 43px 15px 60px;
  background-color: #fef2f1;
}

.box-recommend .thead-ttl-inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/*.box-recommend .thead-ttl-inner::before {
 content: "";
 position: absolute;
 top: -10px;
 left: -73px;
 background: url("../img/top/ttl-c.png") no-repeat 0 0 / contain;
 width: 73px;
 height: 97px;
}*/
@media print {
  .box-recommend {
    background-position: left top;
  }
}
.box-recommend ul {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.box-recommend ul::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  width: 108px;
  height: 122px;
  background: url("../img/top/recommend-petal.svg") no-repeat 0 0/contain;
}

@media only screen and (max-width: 767px) {
  .box-recommend ul::before {
    top: -90px;
    left: -60px;
  }
}
.box-recommend ul::after {
  content: "";
  position: absolute;
  bottom: -85px;
  right: 0;
  width: 64px;
  height: 57px;
  background: url("../img/top/recommend-petal2.svg") no-repeat 0 0/contain;
  z-index: 3;
}

.box-recommend ul li {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 5px rgba(232, 153, 161, 0.3);
  text-align: center;
}

.box-recommend ul li p span {
  position: relative;
  padding-bottom: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #fff000));
  background: -webkit-linear-gradient(transparent 55%, #fff000 55%);
  background: linear-gradient(transparent 55%, #fff000 55%);
  font-reason-settings: "palt" 1;
  /*font-weight: bold;*/
  font-style: normal;
  line-height: 1.4;
}

.box-recommend ul li.recommend2 .top-voice {
  display: flex;
  background-color: #ddaf00;
}

.box-recommend ul li.recommend2 .top-voice-left {
  width: 50%;
}

.box-recommend ul li.recommend2 .top-voice-right {
  width: 50%;
}

.box-recommend ul li h3 {
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .box-recommend ul li {
    width: 23.5%;
  }
  .box-recommend ul li:nth-child(n+2) {
    margin-left: 2%;
  }
  .box-recommend ul li p {
    padding-top: 15px;
  }
  .box-recommend ul li h3 {
    padding-bottom: 15px;
    font-size: 1.8rem;
  }
  .box-recommend ul li.recommend2 p span {
    padding-right: 2.5em;
    padding-left: 2.5em;
  }
  /* .box-recommend ul li.recommend2 p {
   padding-top: 0;
  }*/
}
@media screen and (max-width: 767px) {
  .box-recommend {
    padding: 50px 15px;
    /*background-image: url(../img/top/recommend-bg-sp.png);*/
  }
  .box-recommend .thead-ttl-inner::before {
    top: -10px;
    left: -48px;
    width: 48px;
    height: 63px;
  }
  .box-recommend ul li {
    width: 48%;
  }
  .box-recommend ul li:nth-child(even) {
    margin-left: 4%;
  }
  .box-recommend ul li:nth-child(n+3) {
    margin-top: 4%;
  }
  .box-recommend ul li p {
    padding-top: 10px;
    font-size: 1.1rem;
  }
  /* .box-recommend ul li.recommend2 p {
   padding-top: 0;
  }*/
  .box-recommend ul li h3 {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
  .box-recommend ul li.recommend2 h3 {
    padding-top: 3px;
    letter-spacing: -1px;
    font-size: 1.3rem;
  }
}
@media (min-width: 1025px) {
  .lg-hide {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .md-hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sm-hide {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .lg-visible {
    display: inherit !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .md-visible {
    display: inherit !important;
  }
}
@media (max-width: 767px) {
  .sm-visible {
    display: inherit !important;
  }
}
@media print {
  body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
  }
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body {
    zoom: 1.8;
    width: 1200px;
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}
.voice_biomaster-box {
  margin-top: 30px;
  padding-bottom: 60px;
  background-color: #fff4df;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1024px) {
  .voice_biomaster-box .voice_biomaster-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .lower.item-standard-voice {
    width: 100%;
  }
  .voice_biomaster-box {
    margin-top: 0;
    padding-bottom: 30px;
  }
}
.voice_biomaster-box h4 {
  background-color: #ddaf00;
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.voice_biomaster-box .vb-ttl {
  padding: 15px 0 25px;
  text-align: center;
}

.voice_biomaster-box .vb-ttl p {
  font-size: 2.15rem;
  font-weight: 700;
  line-height: 1;
}

.voice_biomaster-box .vb-ttl span {
  display: inline-flex;
  margin-top: 10px;
  padding: 10px 3em 0;
  border-top: 1px solid #231815;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.voice_biomaster-box .vb-kv {
  max-width: 800px;
  margin: 0 auto;
}

.voice_biomaster-box .vb-kv .kb-kv-inner {
  position: relative;
}

.voice_biomaster-box .vb-kv h2 {
  width: 100%;
  padding: 10px;
  background-color: #5b3932;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}

.voice_biomaster-box .vb-kv h2 sup {
  font-size: 1.6rem;
}

.voice_biomaster-box .vb-kv h2 br {
  display: none;
}

.voice_biomaster-box .vb-lead {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 15px auto 0;
}

.voice_biomaster-box .vb-lead .vb-photo {
  width: 156px;
  margin: 0 auto;
  padding-top: 5px;
}

.voice_biomaster-box .vb-lead .vb-txt {
  flex: 1 0 0;
  padding-left: 20px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.voice_biomaster-box .vb-kv-note {
  display: block;
  padding-top: 5px;
  font-size: 1.2rem;
  text-align: right;
}

.voice_biomaster-box .vb-700 {
  max-width: 700px;
  margin: 0 auto;
}

.voice_biomaster-box .vb-560 {
  max-width: 560px;
  margin: 0 auto;
}

.voice_biomaster-box .vb-photo-caption {
  padding-top: 5px;
  font-size: 1.4rem;
}

.voice_biomaster-box .vb-col2,
.voice_biomaster-box .vb-col3 {
  display: flex;
  justify-content: space-between;
}

.voice_biomaster-box .vb-col2 div {
  width: 49.5%;
}

.voice_biomaster-box .vb-col3 div {
  width: 32.8%;
}

@media screen and (max-width: 1024px) {
  .voice_biomaster-box .vb-kv-note {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .voice_biomaster-box .vb-kv h2 {
    padding: 10px;
    font-size: 2.5rem;
  }
  .voice_biomaster-box .vb-kv h2 sup {
    font-size: 1.5rem;
  }
  .voice_biomaster-box .vb-kv h2 br {
    display: block;
  }
  .voice_biomaster-box .vb-kv-note {
    font-size: 1.1rem;
  }
  .voice_biomaster-box .vb-lead {
    display: block;
    margin: 30px auto 0;
  }
  .voice_biomaster-box .vb-lead .vb-photo {
    width: 200px;
    padding-top: 5px;
  }
  .voice_biomaster-box .vb-lead .vb-txt {
    padding-left: 0;
    padding-top: 15px;
    font-size: 1.4rem;
  }
  .voice_biomaster-box .vb-kv-note {
    display: block;
    padding-top: 5px;
    font-size: 1.2rem;
    text-align: right;
  }
  .voice_biomaster-box .vb-700 {
    max-width: 700px;
    margin: 0 auto;
  }
  .voice_biomaster-box .vb-560 {
    max-width: 560px;
    margin: 0 auto;
  }
  .voice_biomaster-box .vb-photo-caption {
    padding-top: 5px;
    font-size: 1.2rem;
  }
  .voice_biomaster-box .vb-col2,
  .voice_biomaster-box .vb-col3 {
    display: block;
  }
  .voice_biomaster-box .vb-col2 div,
  .voice_biomaster-box .vb-col3 div {
    width: 100%;
  }
  .voice_biomaster-box .vb-col2 div:nth-child(n+2),
  .voice_biomaster-box .vb-col3 div:nth-child(n+2) {
    margin-top: 3px;
  }
}
.voice_biomaster-box .vb-q {
  margin-top: 20px;
  min-height: 56px;
  padding: 15px 0 0 85px;
  background: url("../img/products/standard/voice_biomaster/voice-q.png") no-repeat 0 0;
  font-size: 1.7rem;
  font-weight: 700;
  color: #5b3932;
}

.voice_biomaster-box .vb-a {
  margin-top: 10px;
  padding: 0 0 0 55px;
  background: url("../img/products/standard/voice_biomaster/voice-a.png") no-repeat 0 5px;
  line-height: 1.7;
}

.voice_biomaster-box .vb-no1 {
  font-size: 1.6rem;
  font-weight: 500;
}

.voice_biomaster-box .vb-q br {
  display: none;
}

@media screen and (max-width: 767px) {
  .voice_biomaster-box .vb-q br {
    display: block;
  }
  .voice_biomaster-box .vb-q {
    margin-top: 40px;
    min-height: 44px;
    padding: 10px 0 0 65px;
    background: url("../img/products/standard/voice_biomaster/voice-q-sp.png") no-repeat 0 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #5b3932;
    line-height: 1.4;
  }
  .voice_biomaster-box .vb-q.vb-q-type2 {
    padding-top: 0;
  }
  .voice_biomaster-box .vb-a {
    padding: 0 0 0 45px;
    background-size: 30px;
  }
  .voice_biomaster-box .vb-no1 {
    font-size: 1.4rem;
  }
}
.voice_biomaster-box .vb-summary p {
  font-size: 1.6rem;
  font-weight: 500;
}

.voice_biomaster-box .vb-summary img {
  float: right;
  padding: 60px 0 0 30px;
}

.voice_biomaster-box .vb-happy-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .voice_biomaster-box .vb-summary p {
    font-size: 1.4rem;
  }
  .voice_biomaster-box .vb-happy-pc {
    display: none;
  }
  .voice_biomaster-box .vb-happy-sp {
    display: block;
    width: 113px;
    height: auto;
  }
  .voice_biomaster-box .vb-summary img {
    padding: 50px 0 0 15px;
  }
}
.voice_biomaster-links {
  margin-top: 50px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.voice_biomaster-links p {
  margin-bottom: 15px;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1;
}

.voice_biomaster-links .btn {
  margin: 60px auto 0;
  width: 90%;
}

.voice_biomaster-links .btn > a {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .voice_biomaster-links {
    margin-top: 30px;
  }
  .voice_biomaster-links p {
    margin-bottom: 15px;
    font-size: 1.9rem;
  }
  .voice_biomaster-links .btn {
    margin: 30px auto 0;
    width: 100%;
  }
  .voice_biomaster-links .btn > a {
    font-size: 1.3rem;
  }
}
.voice_biomaster-box .vb-leaf-box0 {
  position: relative;
}

.voice_biomaster-box .vb-leaf-box0::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -35px;
  width: 98px;
  height: 85px;
  background: url("../img/products/standard/voice_biomaster/leaf4.png") no-repeat 0 0/contain;
}

.voice_biomaster-box .vb-leaf-box0::after {
  content: "";
  position: absolute;
  top: 60px;
  right: 5px;
  width: 34px;
  height: 40px;
  background: url("../img/products/standard/voice_biomaster/leaf3.png") no-repeat 0 0/contain;
}

@media screen and (min-width: 768px) {
  .voice_biomaster-box .vb-leaf-box0::before,
  .voice_biomaster-box .vb-leaf-box0::after {
    display: none;
  }
}
.voice_biomaster-box .vb-leaf-box1 {
  position: relative;
}

.voice_biomaster-box .vb-leaf-box1::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 98px;
  height: 85px;
  background: url("../img/products/standard/voice_biomaster/leaf1.png") no-repeat 0 0/contain;
}

.voice_biomaster-box .vb-leaf-box1::after {
  content: "";
  position: absolute;
  bottom: 55px;
  right: 30px;
  width: 52px;
  height: 54px;
  background: url("../img/products/standard/voice_biomaster/leaf2.png") no-repeat 0 0/contain;
}

@media screen and (max-width: 767px) {
  .voice_biomaster-box .vb-leaf-box1::before,
  .voice_biomaster-box .vb-leaf-box1::after {
    display: none;
  }
}
.voice_biomaster-box .vb-leaf-box2 {
  position: relative;
}

.voice_biomaster-box .vb-leaf-box2::before {
  content: "";
  position: absolute;
  top: 230px;
  left: 55px;
  width: 34px;
  height: 40px;
  background: url("../img/products/standard/voice_biomaster/leaf3.png") no-repeat 0 0/contain;
}

.voice_biomaster-box .vb-leaf-box2::after {
  content: "";
  position: absolute;
  bottom: 230px;
  right: -10px;
  width: 98px;
  height: 85px;
  background: url("../img/products/standard/voice_biomaster/leaf1.png") no-repeat 0 0/contain;
}

@media screen and (max-width: 767px) {
  .voice_biomaster-box .vb-leaf-box2::before,
  .voice_biomaster-box .vb-leaf-box2::after {
    display: none;
  }
}
.voice_biomaster-box .vb-leaf-box3 {
  position: relative;
}

.voice_biomaster-box .vb-leaf-box3::before {
  content: "";
  position: absolute;
  top: 65px;
  left: -20px;
  width: 98px;
  height: 85px;
  background: url("../img/products/standard/voice_biomaster/leaf4.png") no-repeat 0 0/contain;
}

.voice_biomaster-box .vb-leaf-box3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 72px;
  width: 34px;
  height: 40px;
  background: url("../img/products/standard/voice_biomaster/leaf3.png") no-repeat 0 0/contain;
}

@media screen and (max-width: 767px) {
  .voice_biomaster-box .vb-leaf-box3::before,
  .voice_biomaster-box .vb-leaf-box3::after {
    display: none;
  }
}
.voice_biomaster-box .vb-leaf-box4 {
  position: relative;
}

.voice_biomaster-box .vb-leaf-box4::before {
  content: "";
  position: absolute;
  bottom: 170px;
  right: 60px;
  width: 98px;
  height: 85px;
  background: url("../img/products/standard/voice_biomaster/leaf5.png") no-repeat 0 0/contain;
}

@media screen and (max-width: 1024px) {
  .voice_biomaster-box .vb-leaf-box4::before {
    right: -35px;
  }
}
@media screen and (max-width: 767px) {
  .voice_biomaster-box .vb-leaf-box4::before,
  .voice_biomaster-box .vb-leaf-box4::after {
    display: none;
  }
}
.voice_biomaster-box .vb-leaf-box5 {
  position: relative;
}

.voice_biomaster-box .vb-leaf-box5::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 60px;
  width: 34px;
  height: 40px;
  background: url("../img/products/standard/voice_biomaster/leaf3.png") no-repeat 0 0/contain;
}

@media screen and (max-width: 1024px) {
  .voice_biomaster-box .vb-leaf-box5::before {
    left: inherit;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .voice_biomaster-box .vb-leaf-box5::before,
  .voice_biomaster-box .vb-leaf-box5::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .voice_biomaster-box .vb-leaf-box6::before {
    display: none;
  }
}
.voice_biomaster-box .vb-leaf-box6 {
  position: relative;
}

.voice_biomaster-box .vb-leaf-box6::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 34px;
  height: 40px;
  background: url("../img/products/standard/voice_biomaster/leaf3.png") no-repeat 0 0/contain;
}

@media screen and (min-width: 768px) {
  .voice_biomaster-box .vb-leaf-box7 {
    display: none;
  }
}
.voice_biomaster-box .vb-leaf-box7 {
  position: relative;
}

.voice_biomaster-box .vb-leaf-box7::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -20px;
  width: 34px;
  height: 40px;
  background: url("../img/products/standard/voice_biomaster/leaf3.png") no-repeat 0 0/contain;
}

@media screen and (min-width: 768px) {
  .voice_biomaster-box .vb-leaf-box8::before {
    display: none;
  }
}
.voice_biomaster-box .vb-leaf-box8 {
  position: relative;
}

.voice_biomaster-box .vb-leaf-box8::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -20px;
  width: 44px;
  height: 51px;
  background: url("../img/products/standard/voice_biomaster/leaf5.png") no-repeat 0 0/contain;
}

@media screen and (min-width: 768px) {
  .voice_biomaster-box .vb-leaf-box9::before {
    display: none;
  }
}
.voice_biomaster-box .vb-leaf-box9 {
  position: relative;
}

.voice_biomaster-box .vb-leaf-box9::before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 21px;
  height: 20px;
  background: url("../img/products/standard/voice_biomaster/leaf3.png") no-repeat 0 0/contain;
}

.voice_biomaster-box2 .vb-hint {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .voice_biomaster-box2 .vb-hint {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.voice_biomaster-box2 .vb-hint p {
  color: #af194a;
}

.voice_biomaster-box2 .vb-hint::before {
  content: "";
  background-image: linear-gradient(to right, #af194a, #af194a 1px, transparent 1px, transparent 5px);
  background-size: 6px 8px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.voice_biomaster-box2 .vb-txt-noarmal {
  font-size: 1.6rem;
}

.voice_biomaster-box2 .vb-photo-caption {
  padding-top: 5px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .voice_biomaster-box2 .vb-txt-noarmal {
    font-size: 1.4rem;
  }
  .voice_biomaster-box2 .vb-photo-caption {
    font-size: 1.2rem;
  }
}
.voice_biomaster-box2 img.rounded {
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  .voice_biomaster-box2 img.rounded {
    border-radius: 10px;
  }
}
.voice_biomaster-box2 .vb-sec-ttl {
  position: relative;
  margin-top: 50px;
  margin-bottom: 25px;
  padding: 5px;
  background-color: #fff;
  font-size: 2.1rem;
  color: #af194a;
}

.voice_biomaster-box2 .vb-sec-ttl::after {
  content: "";
  position: absolute;
  top: -35px;
  right: -20px;
  background: url("../img/products/standard/voice_biomaster2/flower-ttl.png") no-repeat 0 0/contain;
  width: 119px;
  height: 114px;
}

@media screen and (min-width: 768px) {
  .voice_biomaster-box2 .vb-sec-ttl br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .voice_biomaster-box2 .vb-sec-ttl {
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 5px 50px 5px 5px;
    font-size: 1.4rem;
  }
  .voice_biomaster-box2 .vb-sec-ttl::after {
    top: -5px;
    right: -25px;
    width: 71px;
    height: 67px;
  }
}
.voice_biomaster-box2 {
  margin-top: 30px;
  padding-bottom: 140px;
  /*background-color: #fff4df;*/
  letter-spacing: 0.02em;
  background: #fff4df url("../img/products/standard/voice_biomaster2/flower-b.png") no-repeat left bottom/contain;
}

@media screen and (max-width: 1024px) {
  .voice_biomaster-box2 .voice_biomaster-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .lower.item-standard-voice {
    width: 100%;
  }
  .voice_biomaster-box2 {
    margin-top: 0;
    padding-bottom: 60px;
  }
}
.voice_biomaster-box2 h4 {
  background-color: #ddaf00;
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.voice_biomaster-box2 .vb-ttl {
  padding: 15px 0 25px;
  text-align: center;
}

.voice_biomaster-box2 .vb-ttl p {
  font-size: 2.15rem;
  font-weight: 700;
  line-height: 1;
}

.voice_biomaster-box2 .vb-ttl span {
  display: inline-flex;
  margin-top: 10px;
  padding: 10px 3em 0;
  border-top: 1px solid #231815;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.voice_biomaster-box2 .vb-kv {
  max-width: 800px;
  margin: 0 auto;
}

.voice_biomaster-box2 .vb-kv .kb-kv-inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .voice_biomaster-box2 .vb-kv .kb-kv-inner img {
    border-radius: 15px 15px 0 0;
  }
  .voice_biomaster-box2 .vb-kv h2 {
    border-radius: 0 0 15px 15px;
  }
}
.voice_biomaster-box2 .vb-kv h2 {
  width: 100%;
  padding: 10px;
  background-color: #af194a;
  font-size: 2.9rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}

.voice_biomaster-box2 .vb-kv h2 sup {
  font-size: 1.6rem;
}

.voice_biomaster-box2 .vb-kv h2 br {
  display: none;
}

.voice_biomaster-box2 .vb-lead {
  max-width: 700px;
  margin: 25px auto;
  font-size: 1.6rem;
  line-height: 1.6;
}

.voice_biomaster-box2 .vb-700 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.voice_biomaster-box2 .vb-560 {
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
}

.voice_biomaster-box2 .vb-col2,
.voice_biomaster-box2 .vb-col2-type2 {
  display: flex;
  justify-content: space-between;
}

.voice_biomaster-box2 .vb-col2 div {
  width: 49%;
}

.voice_biomaster-box2 .vb-col2-type2 div:first-child {
  width: 66.45%;
}

.voice_biomaster-box2 .vb-col2-type2 div:last-child {
  width: 31.55%;
}

@media screen and (max-width: 767px) {
  .voice_biomaster-box2 .vb-kv h2 {
    padding: 10px;
    font-size: 2.5rem;
  }
  .voice_biomaster-box2 .vb-kv h2 sup {
    font-size: 1.5rem;
  }
  .voice_biomaster-box2 .vb-kv h2 br {
    display: block;
  }
  .voice_biomaster-box2 .vb-lead {
    display: block;
    font-size: 1.4rem;
  }
  .voice_biomaster-box2 .vb-700 {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
  .voice_biomaster-box2 .vb-560 {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }
  .voice_biomaster-box2 .vb-col2,
  .voice_biomaster-box2 .vb-col2-type2 {
    display: block;
  }
  .voice_biomaster-box2 .vb-col2 div,
  .voice_biomaster-box2 .vb-col2-type2 div:first-child,
  .voice_biomaster-box2 .vb-col2-type2 div:last-child {
    width: 100%;
  }
  .voice_biomaster-box2 .vb-col2 div:nth-child(n+2),
  .voice_biomaster-box2 .vb-col2-type2 div:last-child {
    margin-top: 10px;
  }
}
.voice_biomaster-box2 .vb-q {
  margin-top: 20px;
  min-height: 56px;
  padding: 15px 0 0 85px;
  background: url("../img/products/standard/voice_biomaster/voice-q.png") no-repeat 0 0;
  font-size: 1.7rem;
  font-weight: 700;
  color: #5b3932;
}

.voice_biomaster-box2 .vb-a {
  margin-top: 10px;
  padding: 0 0 0 55px;
  background: url("../img/products/standard/voice_biomaster/voice-a.png") no-repeat 0 5px;
  line-height: 1.7;
}

.voice_biomaster-box2 .vb-q br {
  display: none;
}

@media screen and (max-width: 767px) {
  .voice_biomaster-box2 .vb-q br {
    display: block;
  }
  .voice_biomaster-box2 .vb-q {
    margin-top: 40px;
    min-height: 44px;
    padding: 10px 0 0 65px;
    background: url("../img/products/standard/voice_biomaster/voice-q-sp.png") no-repeat 0 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #5b3932;
    line-height: 1.4;
  }
  .voice_biomaster-box2 .vb-q.vb-q-type2 {
    padding-top: 0;
  }
  .voice_biomaster-box2 .vb-a {
    padding: 0 0 0 45px;
    background-size: 30px;
  }
}
.voice_biomaster-box2 .vb-summary p {
  font-size: 1.6rem;
  font-weight: 500;
}

.voice_biomaster-box2 .vb-summary img {
  float: right;
  padding: 60px 0 0 30px;
}

.voice_biomaster-box2 .vb-happy-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .voice_biomaster-box2 .vb-summary p {
    font-size: 1.4rem;
  }
  .voice_biomaster-box2 .vb-happy-pc {
    display: none;
  }
  .voice_biomaster-box2 .vb-happy-sp {
    display: block;
    width: 113px;
    height: auto;
  }
  .voice_biomaster-box2 .vb-summary img {
    padding: 50px 0 0 15px;
  }
}
.voice_biomaster-box2 .vb-leaf-box0 {
  position: relative;
}

/*.voice_biomaster-box2 .vb-leaf-box0::before {
 content: "";
 position: absolute;
 top: -10px;
 left: -35px;
 width: 98px;
 height: 85px;
 background: url("../img/products/standard/voice_biomaster/leaf4.png") no-repeat 0 0 / contain;
}
.voice_biomaster-box2 .vb-leaf-box0::after {
 content: "";
 position: absolute;
 top: 60px;
 right: 5px;
 width: 34px;
 height: 40px;
 background: url("../img/products/standard/voice_biomaster/leaf3.png") no-repeat 0 0 / contain;
}
@media screen and (min-width: 768px) {
 .voice_biomaster-box2 .vb-leaf-box0::before, .voice_biomaster-box2 .vb-leaf-box0::after {
  display: none;
 }
}*/
.voice_biomaster-box2 .vb-flower-box1,
.voice_biomaster-box2 .vb-flower-box2,
.voice_biomaster-box2 .vb-flower-box3,
.voice_biomaster-box2 .vb-flower-box4 {
  position: relative;
}

.voice_biomaster-box2 .vb-flower-box1::before,
.voice_biomaster-box2 .vb-flower-box2::before,
.voice_biomaster-box2 .vb-flower-box3::before,
.voice_biomaster-box2 .vb-flower-box4::before {
  content: "";
  position: absolute;
}

@media screen and (max-width: 767px) {
  .voice_biomaster-box2 .vb-flower-box1::before,
  .voice_biomaster-box2 .vb-flower-box2::before,
  .voice_biomaster-box2 .vb-flower-box3::before,
  .voice_biomaster-box2 .vb-flower-box4::before {
    display: none;
  }
}
.voice_biomaster-box2 .vb-flower-box1::before {
  top: 40px;
  right: 0;
  width: 108px;
  height: 184px;
  background: url("../img/products/standard/voice_biomaster2/flower1.png") no-repeat 0 0/contain;
}

.voice_biomaster-box2 .vb-flower-box2::before {
  top: 80px;
  left: 0;
  width: 192px;
  height: 152px;
  background: url("../img/products/standard/voice_biomaster2/flower2.png") no-repeat 0 0/contain;
}

.voice_biomaster-box2 .vb-flower-box3::before {
  top: 250px;
  right: 0;
  width: 108px;
  height: 184px;
  background: url("../img/products/standard/voice_biomaster2/flower1.png") no-repeat 0 0/contain;
}

.voice_biomaster-box2 .vb-flower-box4::before {
  top: 130px;
  left: 0;
  width: 192px;
  height: 152px;
  background: url("../img/products/standard/voice_biomaster2/flower2.png") no-repeat 0 0/contain;
}

.top-kv {
  position: relative;
  padding: 15px;
  background: url("../img/top/kv-wave.svg") no-repeat 50% bottom/contain;
}

.top-kv .kv-scroll {
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .top-kv .kv-scroll {
    bottom: -26px;
    width: 54px;
    height: 60px;
  }
}
.top-kv .kv-inner {
  max-width: 1074px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .page-home {
    margin-bottom: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .page-home {
    margin-bottom: -50px;
  }
}
.inquiry-txt {
  margin-bottom: 5px;
  margin-left: 1em;
  text-indent: -1em;
}

.inquiry-caution-txt {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .inquiry-caution-txt {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.top-head {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  text-align: center;
}
.top-head-ttl {
  display: block;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.5;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-head-ttl {
    font-size: 2rem;
  }
}
.top-head-ttl-en {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .top-head-ttl-en {
    font-size: 1.2rem;
  }
}
.top-fv {
  max-width: 950px;
  margin-inline: auto;
}
.top-product {
  position: relative;
  margin-block: 25px 50px;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .top-product {
    margin-block: 50px 100px;
  }
}
@media screen and (min-width: 768px) {
  .top-product::before {
    content: "";
    position: absolute;
    top: 90px;
    left: -50%;
    width: 200%;
    height: 1px;
    background-color: #595757;
    z-index: 1;
  }
}
.top-product-inner {
  position: relative;
  max-width: 1300px;
  margin-inline: auto;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-product-inner {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .top-product-inner {
    padding-inline: 50px;
  }
}
@media screen and (min-width: 768px) {
  .top-product-body {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
}
.top-product .ls-1 {
  letter-spacing: -1px;
}
.top-product .ls-2 {
  letter-spacing: -2px;
}
@media screen and (max-width: 767px) {
  .top-product-item {
    margin-top: 40px;
  }
}
.top-product-copy {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 10px;
}
@media screen and (max-width: 767px) {
  .top-product-copy::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #595757;
  }
}
.top-product-copy p {
  padding-bottom: 10px;
  line-height: 1.5;
}
.top-product-copy figure {
  position: relative;
}
.top-product-copy figure img {
  margin-top: 1px;
}
.top-product-frame {
  position: relative;
  display: block;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #595757;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-product-frame {
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .top-product-frame {
    padding: 20px 10px;
  }
}
.top-product-frame::before, .top-product-frame::after {
  content: "";
  position: absolute;
}
.top-product-frame::before {
  top: -17px;
  left: 50%;
  margin-left: -10px;
  border: 5px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}
.top-product-frame::after {
  top: -23px;
  left: 50%;
  margin-left: -12px;
  border: 7px solid transparent;
  border-bottom: 16px solid #595757;
  z-index: 1;
}
.top-product-frame:hover .top-product-link {
  color: #fff;
}
.top-product-frame:hover .top-product-link1 {
  background-color: #6da333;
}
.top-product-frame:hover .top-product-link2 {
  background-color: #3580b8;
}
.top-product-frame:hover .top-product-link3 {
  background-color: #9c6927;
}
.top-product-frame:hover .top-product-link4 {
  background-color: #108344;
}
.top-product-frame:hover .top-product-link5 {
  background-color: #00878a;
}
.top-product-frame:hover .top-product-link::after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.top-product-link {
  position: relative;
  margin-top: 15px;
  padding: 3px;
  border-radius: 9999rem;
  transition: all 0.2s ease;
}
.top-product-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .top-product-link::after {
    right: 10px;
    width: 4px;
    height: 4px;
  }
}
.top-product-link1 {
  background-color: #e2eecc;
}
.top-product-link2 {
  background-color: #cedee7;
}
.top-product-link3 {
  background-color: #e6e2ce;
}
.top-product-link4 {
  background-color: #d0e6cf;
}
.top-product-link5 {
  background-color: #d0e5e5;
}
.top-product-title {
  font-weight: normal;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .top-product-title {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .top-product-title em,
  .top-product-title span {
    display: block;
  }
}
.top-product-title em {
  font-style: normal;
}
.top-product-title span {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .top-product-title span {
    font-size: 1.25vw;
  }
}
.top-special {
  overflow: hidden;
}
.top-special-inner {
  max-width: 1240px;
  margin-inline: auto;
}
.top-special-slide {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-special-slide {
    width: 150%;
    left: -25%;
  }
}
@media screen and (min-width: 768px) {
  .top-special-slide::before, .top-special-slide::after {
    content: "";
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    background-color: #fff;
    z-index: 3;
  }
}
.top-special-slide::before {
  left: 0;
}
.top-special-slide::after {
  right: 0;
}
.top-special-slide-item {
  position: relative;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-inline: -15px;
  background-color: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.top-special-slide-item img {
  height: auto;
  opacity: 0.3;
  transition: opacity 0.5s, transform 0.5s;
  width: 100%;
}
.top-special-slide-item-map img {
  width: inherit;
}
.top-special .slick-list {
  padding-top: 50px !important;
}
.top-special .slick-center {
  position: relative;
  z-index: 2;
  margin-top: -30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.top-special .slick-center img {
  opacity: 1;
}
.top-special .slick-center + .slick-slide {
  margin-top: -5px;
}
.top-special .slick-slide:has(+ .slick-center) {
  margin-top: -5px;
}
.top-special .slick-prev, .top-special .slick-next {
  z-index: 3;
}
.top-special .slick-prev {
  left: 33%;
  background-color: #cd4924;
}
@media screen and (max-width: 767px) {
  .top-special .slick-prev {
    left: 20%;
  }
}
.top-special .slick-next {
  right: 33%;
  background-color: #cd4924;
}
@media screen and (max-width: 767px) {
  .top-special .slick-next {
    right: 20%;
  }
}
.top-special .slick-dots {
  bottom: 20px;
}
.top-special .slick-dots li {
  margin-inline: 5px;
}
@media screen and (min-width: 768px) {
  .top-special .slick-dots li {
    margin-inline: 10px;
  }
}
.top-special .slick-dots li:empty {
  display: none;
}
.top-special .slick-dots li button::before {
  background-color: #c8c8c8;
}
.top-special .slick-dots li.slick-active button::before {
  background-color: #cd4924;
}
.top-news {
  margin-top: 8rem;
}
.top-news .top-head {
  padding-block: 3rem;
  background-color: #f5bebe;
}

.site-header {
  display: flex;
  justify-content: space-between;
  max-width: 130rem;
  margin-inline: auto;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .site-header {
    margin-top: 2.5rem;
    padding-inline: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .site-logo {
    width: 127px;
    height: 25.4px;
  }
}
.site-logo a {
  display: flex;
}
.site-nav-pc {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .site-nav-pc {
    display: none;
  }
}
.site-nav-pc-faq a {
  display: block;
  padding: 1.1rem 2.5rem;
  border: 1px solid #000;
  border-radius: 9999rem;
  line-height: 1;
}
.site-nav-pc-product-inner {
  position: relative;
}
.site-nav-pc-product-head {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 18.6rem;
  height: 3.8rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 9999rem;
  z-index: 2;
}
.site-nav-pc-product-ttl {
  flex: 1 0 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2.5rem;
  line-height: 1;
  transition: none;
}
.site-nav-pc-product-plus {
  position: relative;
  width: 3rem;
  border-left: 1px solid #000;
}
.site-nav-pc-product-plus::before, .site-nav-pc-product-plus::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
}
.site-nav-pc-product-plus::before {
  width: 1px;
  height: 9px;
}
.site-nav-pc-product-plus::after {
  width: 9px;
  height: 1px;
}
.site-nav-pc-product-content {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f5bebe;
  border-radius: 1.8rem;
  z-index: 1;
  transition: all 0.4s;
}
.site-nav-pc-product-list li {
  text-align: center;
}
.site-nav-pc-product-list a {
  font-size: 1.3rem;
}
.site-nav-pc-product-list a span {
  font-size: 1.1rem;
}
.site-nav-pc-product.is-on .site-nav-pc-product-head {
  background-color: #e48b90;
  border-color: #fff;
}
.site-nav-pc-product.is-on .site-nav-pc-product-ttl {
  color: #fff;
}
.site-nav-pc-product.is-on .site-nav-pc-product-content {
  display: block;
}
.site-nav-pc-product.is-on .site-nav-pc-product-plus {
  border-left-color: #fff;
}
.site-nav-pc-product.is-on .site-nav-pc-product-plus::before, .site-nav-pc-product.is-on .site-nav-pc-product-plus::after {
  background-color: #fff;
  transform: rotate(45deg);
}
.site-nav-sp-inner {
  padding: 40px;
}
.site-nav-sp-menu-main a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 9999rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.site-nav-sp-menu-main + .site-nav-sp-menu-sub {
  margin-top: 10px;
}
.site-nav-sp-menu-sub a {
  display: flex;
  gap: 5px;
  padding: 5px 10px;
  font-size: 1.5rem;
  color: #fff;
}
.site-nav-sp-menu-sub a::before {
  content: "＊";
}
.site-nav-sp-menu-accent {
  padding-left: 35px;
}
.site-nav-sp-menu-accent a {
  position: relative;
  display: block;
  padding: 5px 10px;
  font-size: 1.4rem;
  color: #fff;
}
.site-nav-sp-menu-accent a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 8px;
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.site-nav-sp-menu-accent + .site-nav-sp-menu-main {
  margin-top: 30px;
}
.site-nav-sp-menu-sns {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.floating {
  position: fixed;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .floating {
    bottom: 0;
    left: 10%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .floating {
    top: 15%;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.floating a {
  display: block;
  padding: 1rem;
  border-radius: 0.5rem 0.5rem 0 0;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .floating a {
    min-height: 14.2rem;
    padding: 1.5rem;
    border-radius: 0.5rem 0 0 0.5rem;
    writing-mode: vertical-rl;
    letter-spacing: 0.25rem;
  }
}
.floating a:first-child {
  background-color: #80af1f;
}
.floating a:last-child {
  background-color: #d76133;
}

.page-ttl {
  margin-block: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-ttl-inner {
    display: inline-flex;
    flex-direction: column;
  }
}
.page-ttl-head {
  position: relative;
  border-bottom: 1px solid #595757;
}
@media screen and (min-width: 768px) {
  .page-ttl-head {
    padding-inline: 8rem;
  }
}
.page-ttl-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0.5rem;
  display: block;
  width: 3.6rem;
  height: 2.4rem;
  background: url(../img/common/page-ttl-ill2.svg) no-repeat 0 0/contain;
}
@media screen and (min-width: 768px) {
  .page-ttl-head::after {
    right: 2rem;
    width: 6.9rem;
    height: 4.6rem;
  }
}
.page-ttl-ja {
  position: relative;
  display: inline-block;
  padding-inline: 5rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.25rem;
}
@media screen and (min-width: 768px) {
  .page-ttl-ja {
    padding-inline: 10rem;
    font-size: 3rem;
  }
}
.page-ttl-ja::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  display: block;
  width: 1.9rem;
  height: 2rem;
  background: url(../img/common/page-ttl-ill.svg) no-repeat 0 0/contain;
}
@media screen and (min-width: 768px) {
  .page-ttl-ja::before {
    width: 3.6rem;
    height: 3.9rem;
  }
}
@media screen and (min-width: 768px) {
  .page-ttl-ja br {
    display: none;
  }
}
.page-ttl-en {
  padding-top: 1rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .page-ttl-en {
    font-size: 1.3rem;
  }
}
.page-ttl em {
  display: block;
  padding-bottom: 1rem;
  font-style: normal;
}
.page-ttl-head-type2 .page-ttl-ja {
  padding-bottom: 0;
}
.page-ttl-head-type3 em {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .product-list {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .product-list {
    display: grid;
    align-items: flex-end;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
    column-gap: 4rem;
  }
}
.product-list-item:hover img {
  opacity: 1;
}

.product-list-item img {
  transition: opacity 0.3s ease;
}

.lineup-standard_culture_series {
  background-color: rgba(81, 197, 202, 0.2);
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .lineup-standard_culture_series {
    padding: 50px 50px 50px 0;
  }
}
@media screen and (min-width: 768px) {
  .lineup-standard_culture_series dl {
    display: flex;
    align-items: center;
  }
}
.lineup-standard_culture_series dt {
  background-color: #009799;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lineup-standard_culture_series dt {
    padding: 10px 5px;
    border-radius: 5px 5px 0 0;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .lineup-standard_culture_series dt {
    width: 150px;
    padding: 25px 5px;
    border-radius: 0 5px 5px 0;
    font-size: 1.8rem;
  }
}
.lineup-standard_culture_series dd {
  flex: 1 0 0;
}
@media screen and (max-width: 767px) {
  .lineup-standard_culture_series dd {
    padding: 15px;
  }
}
.lineup-standard_culture_series ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .lineup-standard_culture_series ul {
    gap: 50px;
  }
}
.lineup-standard_culture_series ul li a {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .lineup-standard_culture_series ul li a {
    gap: 15px;
  }
}
.lineup-standard_culture_series ul li a img {
  width: 6.7rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .lineup-standard_culture_series ul li a img {
    width: 11.7rem;
  }
}
.lineup-standard_culture_series ul li a h3 {
  font-size: 1.4rem;
  font-weight: normal;
}

.point-list-standard_culture_series-copy {
  font-size: 1.6rem;
  font-weight: normal;
  color: #00959a;
}
@media screen and (min-width: 768px) {
  .point-list-standard_culture_series-copy {
    padding-top: 1rem;
    font-size: 1.8rem;
  }
}
.point-list-standard_culture_series .btn {
  width: 100% !important;
}
.point-list-standard_culture_series li h3 {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .point-list-standard_culture_series li h3 {
    font-size: 1.5rem !important;
  }
}/*# sourceMappingURL=style2.css.map */