:root {
  --bgSite: #67c9bf;
  --content-width: 1000px;
  --font-yugothic: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  --font-yumincho: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝B", serif;
  --font-meiryo: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial,
    helvetica, sans-serif;
  --cl-green: #02501c;
}

/*-- sub_main ------------------------------
------------------------------------------*/
.sub_main {
  margin-top: 100px;
  padding: 50px 0;
  text-align: center;
  background: #f5fdff;
}

.sub_main .title_sub_main {
  font-size: 34px;
  font-family: var(--font-yumincho);
  font-weight: 400;
  margin-bottom: 0;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

@media (max-width: 768px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}

/*-- /sub_main -----------------------------
------------------------------------------*/

/*-- breadcrumb ----------------------------
------------------------------------------*/
.breadcrumb {
  padding: 10px 0;
}

.breadcrumb ul.topic-path {
  display: flex;
}

.breadcrumb ul.topic-path li {
  font-size: 1em;
  position: relative;
  padding-right: 16px;
  margin-right: 6px;
  color: inherit;
  letter-spacing: -0.0666666667em;
  display: inline-flex;
}

.breadcrumb ul.topic-path li::before {
  position: absolute;
  content: ">";
  top: 4px;
  right: 0px;
  pointer-events: none;
  line-height: 1;
}

.breadcrumb ul.topic-path li a {
  text-decoration: none;
}

.breadcrumb ul.topic-path li:last-child::before {
  display: none;
}

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

/*-- /breadcrumb ---------------------------
------------------------------------------*/

/*-- main_content --------------------------
------------------------------------------*/
.main_content {
  margin-top: 20px;
}

.main_content .image-r {
  float: right;
  margin: 5px 0 40px 40px;
}

.main_content .image-l {
  float: left;
  margin: 5px 40px 40px 0;
}

.main_content .center {
  text-align: center;
}

.main_content .bold {
  font-weight: 600;
}

.main_content p {
  margin-bottom: 30px;
  line-height: 1.85em;
}

.under .main_content h1 {
  font-size: 32px;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin-bottom: 30px;
  font-family: var(--font-yumincho);
  font-weight: 400;
}

.under .main_content h1 .sub {
  display: block;
  font-size: 26px;
  clear: both;
}

.under .main_content section {
  margin-bottom: 100px;
  clear: both;
  display: block;
  width: 100%;
}

.under .main_content section h2 {
  position: relative;
  display: block;
  line-height: 1.3333333333em;
  font-family: var(--font-yumincho);
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 1.5em;
  color: #fff;
  padding: 14px 65px 10px 25px;
  letter-spacing: 0.05em;
}

.under .main_content section h2::before {
  position: absolute;
  content: "";
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - 55px) 0%, 100% 100%, 0% 100%);
  background-color: var(--bgSite);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.under .main_content section h3 {
  margin-bottom: 1em;
  font-size: 26px;
  border-left: 3px solid #333;
  padding-left: 15px;
  font-family: var(--font-yumincho);
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
}

.under .main_content section h3.cl-green {
  color: var(--cl-green);
  border-left: 3px solid var(--cl-green);
}

.under .main_content section h4 {
  font-size: 24px;
  font-family: var(--font-yumincho);
  font-weight: 400;
  margin-bottom: 1em;
  display: block;
}

.under.page-404 .main_content .btn a {
  position: relative;
  font-size: 16px;
  text-decoration: none;
  border-color: #000;
  border: 1px solid #333;
  border-radius: 100px;
  background-size: 18px;
  background-repeat: no-repeat;
  color: #000;
  padding: 13px 75px 13px;
  background-image: url(../images/icon-rightb.svg);
  background-position: right 76px top 20px;
  max-width: 360px;
  height: 50px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.under.page-404 .main_content .btn a:hover {
  border: 1px solid var(--bgSite);
  color: var(--bgSite);
  background-image: url(../images/icon-rightb-h.svg);
}

/*-- /main_content -------------------------
------------------------------------------*/

/*-- btn all content------------------------
------------------------------------------*/
.uList-bnr {
  position: relative;
  display: flex;
  justify-content: space-between;
  clear: both;
  margin-top: 50px;
  width: 100%;
}

.uList-bnr.onlyOne {
  justify-content: center;
  margin-top: 50px;
  flex-wrap: wrap;
}

.uList-bnr li {
  position: relative;
  width: 570px;
  min-height: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--bgSite);
  background-image: url(../images/icon-bnr.svg);
  background-repeat: no-repeat;
  background-position: top 54% right 32px;
  background-size: 44px;
  padding: 22px 20px 32px 20px;
  transition: all 0.3s ease-in-out;
}

.uList-bnr li::before {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 24px);
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  --bdr: 1px;
  --space: 5px;
  --right: 0px;
  --left: 0px;
  --clr: #fff;
  background: linear-gradient(var(--clr), var(--clr)) left top no-repeat,
    linear-gradient(var(--clr), var(--clr)) right top no-repeat,
    linear-gradient(var(--clr), var(--clr)) right bottom no-repeat,
    linear-gradient(var(--clr), var(--clr)) right bottom no-repeat,
    linear-gradient(var(--clr), var(--clr)) left bottom no-repeat,
    linear-gradient(var(--clr), var(--clr)) left top no-repeat;
  background-size: calc(100% - var(--space)) var(--bdr), var(--bdr) var(--right),
    var(--bdr) calc(100% - var(--space) - var(--right)),
    calc(100% - var(--space)) var(--bdr), var(--bdr) var(--left),
    var(--bdr) calc(100% - var(--space) - var(--left));
}

.uList-bnr li:first-child {
  background-color: var(--bgSite);
}

.uList-bnr li>span {
  color: #fff;
  position: relative;
  display: block;
  font-family: var(--font-yumincho);
}

.uList-bnr li:hover {
  background-color: #32a296;
  background-position: top 54% right 28px;
}

.max {
  font-size: 24px;
  font-weight: 400;
  line-height: calc(35px / 25px * 1em);
  text-align: center;
}

.min {
  font-size: 16px;
  top: 6px;
  text-align: center;
}

/*-- /btn all content----------------------
------------------------------------------*/

/*-- page merchandise ----------------------
------------------------------------------*/
.under .d-flex-under {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.under .d-flex-under.align-items-c {
  align-items: center;
}

.under .frame01 {
  background: #f5fdff;
  padding: 50px 60px;
  box-sizing: border-box;
}

.under .frame02 {
  border: 1px solid #ddd;
  padding: 30px;
}

.under .frame03 {
  padding: 30px 80px;
  background: #f5f5f5;
  line-height: 1.85em;
}

.under .frame03 ul {
  margin: 10px 0 10px 40px;
}

.under .frame03 ul li {
  list-style: disc;
}

.under .frame04 {
  background: #d9d9d9;
}

.under .mh400 {
  min-height: 400px;
}

.under .max-w-400 {
  max-width: 400px;
}

.under .list-under {
  width: calc(100% - 500px);
}

.under .list-under li {
  padding: 10px 0 10px 35px;
  background: url(../images/icon_check.svg) no-repeat 0 10px;
  background-size: 25px;
  font-size: 18px;
}

.under .d-flex-under .des {
  width: calc(100% - 350px);
  padding-left: 50px;
}

.under .d-flex-under .des dl:not(:last-child) {
  margin-bottom: 35px;
}

.under .d-flex-under .des dl dt {
  color: var(--cl-green);
  font-size: 20px;
  position: relative;
  padding-left: 15px;
  font-family: var(--font-yumincho);
  font-weight: 400;
}

.under .d-flex-under .des dl dt:before {
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid var(--cl-green);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}

.under .d-flex-under .txt {
  width: calc(100% - 480px);
}

.under .d-flex-under .txt .title {
  color: var(--cl-green);
  font-size: 22px;
  margin-bottom: 1em;
  font-family: var(--font-yumincho);
  font-weight: 400;
}

.under .cl-green {
  color: var(--cl-green);
}

.under .merchandise_bnr {
  background: url(../images/merchandise_bg01.png) no-repeat;
  padding: 100px 200px 35px 200px;
  margin-top: 40px;
}

.under .merchandise_bnr.umino-mitsu {
  background: url(../images/merchandise_bg_02.png) no-repeat;
}

.under .merchandise_bnr.bg_utter {
  background: url(../images/merchandise_bg02.png) no-repeat;
}

.under .merchandise_bnr .price {
  color: #7b8d80;
  font-size: 70px;
  line-height: 0;
  padding: 40px 0;
  font-weight: 600;
  margin-bottom: 0;
}

.under .merchandise_bnr .price .tax {
  font-size: 24px;
}

.under .bnr_buy {
  display: flex;
  justify-content: center;
}

.under .bnr_buy a {
  background: #e5f5f3;
  border-radius: 15px;
  padding: 20px 50px;
  text-decoration: none;
  color: #6e6b6b;
  font-size: 20px;
}

.under .bnr_buy a span {
  display: block;
}

.under .bnr_buy a span {
  background: url(../images/icon_cart.svg) no-repeat left center;
  background-size: contain;
  padding: 0px 0 0px 45px;
}

.under .bnr_buy a span.icon_tooth {
  background: url(../images/icon_tooth.svg) no-repeat left center;
}

.under .bnr_buy a span.icon_smile {
  background: url(../images/icon_smile.svg) no-repeat left center;
}

.under .list-bf-at {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.under .list-bf-at li {
  position: relative;
  text-align: center;
  padding: 20px;
  font-size: 26px;
}

.under .list-bf-at li span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 26px;
}

.under .frame .title {
  font-size: 28px;
  margin-bottom: 20px;
}

.under .frame05 {
  background: #d6dcd7;
  padding: 40px;
}

.under .frame.frame05 .title {
  color: #7b8d80;
}

.under .frame06 {
  background: #e8e8e8;
  padding: 40px;
}

.under .frame.frame06 .title {
  color: #aeaeae;
}

.under .frame07 {
  display: flex;
  align-items: center;
  gap: 40px;
  border: 1px solid #67C9BF;
  padding: 40px;
}

.under .frame07__image {
  width: 25%;
}

.under .frame07__image img {
  width: 100%;
  height: auto;
}

.under .frame07__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 75%;
}

.under .frame07__list li {
  display: flex;
  gap: 4px;
}

.under .frame07__list li img {
  width: 36px;
  height: 36px;
}

.under .frame07__list li span::first-line {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.under .frame08 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.under .frame08__item {
  width: calc((100% - 48px) / 3);
  padding: 24px;
  border: 1px solid #67C9BF;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.under .frame08 .frame08__item h4 {
  margin-bottom: 0;
  color: var(--cl-green);
}

.under .frame08 .frame08__item p {
  margin-bottom: 0;
}

.under .frame09 {
  width: 75%;
  margin-inline: auto;
  padding: 40px 60px;
  background: #f5f5f5;
}

.under .frame09 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.under .frame09 ul li {
  width: calc((100% - 16px) / 3);
  display: flex;
  gap: 8px;
}

.under .frame09 ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #67c9bf;
  border-radius: 50%;
  flex: none;
  margin-top: 10px;
}

.under .frame .d-flex-under {
  flex-wrap: wrap;
}

.under .frame.frame05 .d-flex-under .item {
  width: 31%;
}

.under .frame.frame05 .d-flex-under .item .text {
  font-size: 95%;
}

.under .frame.frame05 .d-flex-under .item .text .price {
  font-size: 130%;
  font-weight: 600;
}

.under .frame.frame05 .d-flex-under .item .text .ttl {
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 110%;
  color: var(--cl-green);
}

.under .frame.frame06 .d-flex-under .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.under .frame.frame06 .d-flex-under .item .thumb {
  max-width: 300px;
}

.under .frame.frame06 .d-flex-under .item .text {
  width: calc(100% - 300px);
  padding-left: 50px;
}

.under .frame.frame06 .d-flex-under .item .text p {
  font-size: 18px;
  line-height: 1.65em;
}

/*-- /page merchandise --------------------
------------------------------------------*/

/*-- archive list -------------------------
------------------------------------------*/
.under main .archive_content {
  padding: 60px 0;
}

.under main .archive_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.under main .archive_list li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
}

.under main .archive_list li .item_img {
  width: 100%;
  height: 196px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
}

.under main .archive_list li a {
  text-decoration: none;
}

.under main .archive_list li .item_img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.under main .archive_list .item_info {
  padding: 10px;
}

.under main .archive_list .item_date {
  color: #666;
  display: block;
}

.under main .archive_list .item_cate {
  display: inline-block;
  padding: 0 8px;
  border-radius: 3px;
  background: var(--gray);
  color: var(--txt);
  margin-bottom: 5px;
}

.under main .archive_list .item_ttl {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  font-family: var(--font-yumincho);
}

.under main .archive_list li a:hover {
  transform: translateY(-10px);
}

/* Pagination */
.wp_pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.wp_pagination>span,
.wp_pagination a {
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  margin: 5px 7px;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  padding: 5px;
  background: #fff;
  font-weight: 700;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}

.wp_pagination a:hover {
  color: #fff;
  background: var(--bgSite);
}

.wp_pagination a {
  color: #333;
}

.wp_pagination>span {
  background: var(--bgSite);
  color: #fff;
}

.wp_pagination .page-numbers.dots {
  background: initial;
  box-shadow: initial;
  color: #747474;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: -5px;
  margin-right: -5px;
}

.wp_pagination .page-numbers.next,
.wp_pagination .page-numbers.prev {
  width: 10px;
  height: 16px;
  display: inline-block;
  background: url(../images/page_next.png) center / cover no-repeat;
  min-width: initial;
  box-shadow: initial;
  margin: 16px 15px 0;
  color: transparent;
  font-size: 0;
}

.wp_pagination .page-numbers.prev {
  background-image: url(../images/page_prev.png);
}

.wp_pagination .page-numbers.next:hover,
.wp_pagination .page-numbers.prev:hover {
  opacity: 0.6;
}

/*-- /archive list ------------------------
------------------------------------------*/

/*-- single list --------------------------
------------------------------------------*/
.under main .main_content_single {
  margin-top: 20px;
  margin-bottom: 100px;
}

.under main .main_content_single .h1_single {
  font-size: 32px;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin-bottom: 50px;
  font-family: var(--font-yumincho);
  font-weight: 400;
}

.under main .main_content_single img {
  max-height: 500px;
  object-fit: contain;
  margin: 0 auto 30px;
  display: block;
  text-align: center;
}

.under main .main_content_single img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.under main .main_content_single .btn_next_prev {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
}

.under main .main_content_single .btn_next_prev li {
  margin: 0 10px 20px;
}

.under main .main_content_single .btn_next_prev .btn a.btn_prev::before {
  right: initial;
  left: 15px;
  transform: rotate(180deg);
}

.under main .main_content_single .btn_next_prev .btn_noic {
  background-image: initial;
}

.under main .main_content_single .btn_next_prev .btn a.btn_noic::before {
  display: none;
}

.under main .main_content_single .btn a {
  width: 300px;
  height: 55px;
  max-width: 100%;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bgSite);
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  padding-top: 1px;
}

.under main .main_content_single .btn a::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
  right: 30px;
  top: calc(50% - 12px / 2);
}

/*-- /single list -------------------------
------------------------------------------*/

.under .main_content section h3.h3-title {
  text-align: center;
  display: block;
  border-left: 0;
  border-bottom: 1px solid #6e6b6b;
  max-width: 150px;
  margin: 0 auto 40px;
  padding-left: 0;
  font-size: 32px;
  font-weight: 500;
}

.under .main_content section h4.h4-title {
  position: relative;
  display: block;
  line-height: 1.3333333333em;
  font-family: var(--font-yumincho);
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 24px;
  color: #fff;
  padding: 17px 62px 17px 20px;
  letter-spacing: 0.05em;
}

.under .main_content section h4.h4-title:before {
  position: absolute;
  content: "";
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - 60px) 0%, 100% 100%, 0% 100%);
  background-color: #67c9bf;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.under .main_content table.table-list {
  font-size: 16px;
  border-collapse: separate;
  border-spacing: 5px;
  margin-left: -5px;
  margin-right: -5px;
  width: calc(100% + 10px);
}

.under .main_content table.table-list th.w30 {
  width: 30%;
}

.under .main_content table.table-list th {
  color: #fff;
  padding: 13px 10px;
  background-color: #67c9bf;
}

.under .main_content table.table-list td {
  background-color: #f5f4f4;
  padding: 10px 10px;
}

.under .main_content table.table-list td,
.under .main_content table.table-list th {
  font-size: 1em;
  font-weight: 400;
  border: none;
  line-height: 2.1875em;
}

.under .main_content table.table-list td a {
  color: #333;
}

.under .main_content table.table-list td a:hover {
  text-decoration: none;
}

.uFrame {
  position: relative;
  background-color: #f8f8f8;
  padding: 40px 40px 40px 40px;
}

.uList-check li {
  position: relative;
  padding-bottom: 20px;
}

.uList-check li:last-child {
  padding-bottom: 0;
}

.uList-check li a {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 2em;
  color: #333;
  text-decoration: none;
}

.uList-check li a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #67c9bf;
  left: 0;
  top: 5px;
  border-radius: 100px;
}

.under .main_content section h3.h3-title.cus {
  max-width: max-content;
}

table.form-wrap {
  font-size: 16px;
  border-collapse: separate;
  border-spacing: 5px;
  margin-left: -5px;
  margin-right: -5px;
  width: calc(100% + 10px);
  margin-bottom: 25px;
}

table.form-wrap th {
  color: #fff;
  padding: 13px 10px;
  background-color: #67c9bf;
  width: 30%;
  vertical-align: middle;
  font-weight: 600;
}

table.form-wrap td,
.uMain section table.form-wrap th {
  font-size: 1em;
  font-weight: 400;
  border: none;
  line-height: 2.1875em;
}

table.form-wrap td {
  background-color: #f5f4f4;
  padding: 10px 10px;
}

table.form-wrap th p,
table.form-wrap td p {
  margin-bottom: 0;
}

table.form-wrap th {
  vertical-align: middle;
}

table.form-wrap input[type="text"],
table.form-wrap input[type="email"],
table.form-wrap input[type="tel"],
table.form-wrap input[type="number"],
table.form-wrap textarea,
table.form-wrap select {
  width: 100%;
  border: solid 1px #999;
  padding: 10px;
  font-size: 16px;
}

table.form-wrap .info {
  color: #009900;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
}

.main_content p.line-none {
  line-height: 1;
}

.uContact-step {
  position: relative;
  display: flex;
  margin-bottom: 40px;
}

.uContact-step li.active {
  background-color: #5aafdd;
}

.uContact-step li:nth-child(1) {
  z-index: 3;
}

.uContact-step li:nth-child(2) {
  z-index: 2;
}

.uContact-step li:nth-child(3) {
  z-index: 1;
  margin-right: 0;
}

.uContact-step li {
  position: relative;
  width: calc(33.3333333333% + 50px);
  margin-right: -50px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 40px;
  background-color: #67c9bf;
  clip-path: polygon(0% 0%,
      calc(100% - 50px) 0%,
      100% 50%,
      calc(100% - 50px) 100%,
      0% 100%);
}

.uContact-step li::before {
  background-color: #fff;
}

body .uContact-step li::after {
  background-color: #67c9bf;
  z-index: 2;
  left: -5px;
}

.uContact-step li::before,
.uContact-step li::after {
  position: absolute;
  content: "";
  clip-path: inherit;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.uContact-step .title {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  z-index: 5;
  position: relative;
}

.uContact-step .title>span {
  position: relative;
  line-height: 1.5em;
  color: #fff;
  letter-spacing: 0.025em;
  font-weight: bold;
  text-align: center;
}

.fix-spacing {
  letter-spacing: -0.05rem;
}

.uContact-step li.active::after {
  background-color: inherit;
}

.submit_confirm_button,
.back-btn,
.btn_contact {
  border-radius: 100px;
  border-color: #707070;
  padding: 0 36px;
  line-height: 1.5em;
  height: 50px;
  width: 280px;
  background-image: url(../images/icon-right.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: right 25px top 22px;
  transition: all 0.3s ease-in-out;
  border: 0;
  background-color: #67c9bf;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.submit_confirm_button:hover {
  opacity: 0.75;
}

body .back-btn {
  margin-right: 20px;
  background-color: #5aafdd !important;
}

.wpcf7-spinner {
  display: none;
}

.btn_contact_w {
  display: flex;
  justify-content: center;
  align-items: center;
}

table.form-wrap tr th {
  position: relative;
}

table.form-wrap tr th.must:before {
  content: "必須";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ed6862;
  padding: 1px 5px;
  font-size: 10px;
  line-height: 1.3em;
  color: white;
  border-radius: 2px;
}

.under h2.h2-title.cus {
  font-size: 28px;
  position: relative;
  text-align: left;
  color: #67c9bf;
  letter-spacing: 0.1em;
  margin-bottom: 73px;
  padding: 0;
}

.under h2.h2-title.cus::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 13px;
  left: 0;
  bottom: -25px;
  background: url(../images/heading_ic_title03.png) center / cover no-repeat;
  top: unset;
  clip-path: unset;
}

.under h2.h2-title.cus::after {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  border-top: 2px solid #67c9bf;
  left: 60px;
  bottom: -20px;
}

.under main .order_frame_list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 110px;
}

.under main .order_frame_item {
  border-radius: 25px;
  background: #ebf2f6;
  width: calc(100% / 4 - 20px);
  text-align: center;
  padding: 14px 14px 16px 14px;
  position: relative;
}

.under main .order_frame_item .item_num {
  font-size: 66px;
  font-family: unset;
  font-family: var(--font-yumincho);
  letter-spacing: 0;
  color: #bcbfc1;
  margin-bottom: 10px;
  font-weight: 400;
  margin-top: -45px;
  line-height: 1em;
}

.under main .order_frame_item .item_ttl {
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 30px;
  font-weight: 700;
}

.item_img img {
  margin: auto;
}

.item_txt {
  text-align: left;
  margin-bottom: 0;
}

.under main .order_frame_item .item_txt .txt_ic::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  background: #67c9bf;
  transform: rotate(45deg);
}

.under main .order_frame_item .item_txt .txt_ic {
  position: relative;
  padding-left: 15px;
}

.under main .order_frame_item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #c2c2c2;
  position: absolute;
  top: calc(50% - 12px);
  right: -21px;
}

.under .content_list_in {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 90px;
}

.under .content_list_in>p {
  display: none;
}

.under .item_list_in {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 60px 30px 60px;
  position: relative;
}

.under .item_list_in .item_ttl {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}

.under .item_list_in .item_ttl .txt a {
  background: #67c9bf;
  padding: 20px;
  font-size: 20px;
  color: white;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
}

.under .item_list_in .item_ttl .txt a:hover {
  opacity: 0.8;
}

.under main .item_list_in .list01 li {
  margin-bottom: 5px;
  line-height: 1.61em;
  padding-left: 24px;
  text-decoration: none;
  position: relative;
}

.under main .item_list_in .list01 li::before {
  background: #67c9bf;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 10px;
  left: 1px;
  content: "";
  transform: rotate(45deg);
}

.under main .item_list_in .list01 li a {
  text-decoration: none;
  color: black;
}

.under main .item_list_in .list01 li a:hover {
  color: #67c9bf;
}

.under main .order_txt_red p {
  font-size: 16px;
  font-weight: 700;
  color: #ef3d21;
}

.under main .form_box_gray {
  background: #f3f3f3;
  border-radius: 5px;
  padding: 30px 30px;
}

.under main .form_box_gray dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 23px;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 26px;
  padding-left: 1px;
}

.under main .form_box_gray dd {
  margin-left: 15px;
}

.under main .form_box_gray dd>p {
  display: flex;
  align-items: flex-end;
  min-width: 179px;
  padding-bottom: 6px;
  margin-bottom: 0;
}

.under main .form_box_gray .input_label {
  font-weight: 700;
  margin-bottom: 9px;
  margin-left: 11px;
  width: 48px;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.under main .input_number {
  width: 120px;
  background: #fff;
  color: #343434;
  text-align: center;
  padding: 10px;
  height: 50px;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  font-size: 20px;
}

.under main .box_form_item {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}

.under main .box_form_item .input_label02 {
  margin-right: 15px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}

.under main .box_form_item .input_label {
  margin-bottom: 0;
}

.under main .form_box_gray dl dt.ali_self_start {
  align-self: flex-start;
}

.under main .form_ttl01 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.under main .form_ttl01 .sm {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.under main .form_ttl01 .price {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.under main .form_ttl01 .tag_new {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
  background: #f59b36;
  color: #fff;
  line-height: 1em;
  padding: 4px 5px 2px 6px;
  position: relative;
  top: -1px;
}

.under main .form_box_gray dl:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.under main textarea.input_textarea {
  width: 100% !important;
  max-width: 100%;
  min-width: 100%;
  max-height: 150px;
  min-height: 150px;
  height: 150px !important;
  background: #fff;
  border: none;
  padding: 40px;
  border-radius: 5px;
  letter-spacing: 0;
  color: #a4a4a4;
}

.under main .form_main_white {
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px 40px;
}

.under main .form_main_white dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9e3e9;
  padding: 20px 0;
}

.under main .form_main_white dt p {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
  padding-left: 1px;
}

.under main .form_main_white dl dt {
  width: 35%;
}

.under main .form_main_white dl dd {
  width: 65%;
}

.under main .input_main {
  background: #eeeeee;
  padding: 15px;
  letter-spacing: 0.05em;
  height: 50px;
  border: none;
  border-radius: 5px;
  width: 100%;
}

.order_form_main {
  background: #ebf2f6;
  padding: 60px 20px;
}

.under main .policy_scroll_box {
  height: 200px;
  border: 1px solid #d9e3e9;
  overflow-y: auto;
  padding: 20px;
}

.under main .order_form_main_white {
  margin-bottom: 79px;
}

/* .under main .form_main_white dl:last-child {border-bottom: none;
} */

.under main .form_main_white dt .must {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background: #ef3d21;
  width: 45px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1px;
  flex-shrink: 0;
}

.under main .form_main_white dt .fmust {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background: #919191;
  width: 45px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1px;
  flex-shrink: 0;
}

.under main .input_main02 {
  width: 280px;
}

.under main .btn_zipcode,
.under main .btn_zipcode02 {
  width: 170px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-left: 30px;
  cursor: pointer;
  transition: 0.3s;
  padding-top: 2px;
}

.under main .box_zipcode {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.under main .input_textarea_main {
  background: #eeeeee;
  border-radius: 5px;
  padding: 15px;
  border: none;
  width: 100% !important;
  max-width: 100%;
  min-width: 100%;
  max-height: 250px;
  min-height: 250px;
  height: 250px !important;
}

.under main .policy_txt {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

.under main .policy_checkbox {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}



.under main .order_form_main_white02 {
  padding: 10px 20px;
}

.under main .order_form_main_white02 p {
  margin-bottom: 0;
}

.under main .order_form_main_white03 {
  margin-bottom: 17px !important;
}

.under main .btn_submit_box .submit-btn,
.under main .btn_contact_w .back-btn,
.under main .btn_contact_w .btn_contact {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background: #1f2e55;
  border-radius: 5px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
  width: 300px;
  height: 55px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.under main .form_txt_red {
  font-weight: 700;
  color: #ef3d21;
}

.under main .btn_submit_box {
  display: flex;
  justify-content: center;
}

.under main .btn_submit_box {
  position: relative;
}

.under main .form_main_white {
  margin-bottom: 46px;
}

.under main .form_main_white dd:has(.client-type) {
  width: 100%;
}

.under main .form_main_white .client-type {
  display: flex;
  justify-content: center;
}

.under main .form_main_white .client-type>span {
  padding: 18px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.under main .form_main_white .client-type .first {
  background: skyblue;

}

.under main .form_main_white .client-type .first::after {
  content: "請求書・領収書を発行させていただきます";
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 27px;
}

.under main .form_main_white .client-type .last {
  background: var(--bgSite);
}

.under main .form_main_white .client-type span label {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.under main .order_form_confirm .form_box_gray .input_label {
  margin-bottom: 0;
}

.fixcen {
  margin: auto;
  width: fit-content;
}

.icostyle li {
  position: relative;
  padding-left: 15px;
}

.icostyle li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  background: #67c9bf;
  transform: rotate(45deg);
}

.icostyle {
  width: fit-content;
  margin: auto;
}

form[action*="postpass"] input[type="password"] {
  margin-right: 10px;
}

.flex_box {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}

.flex_box .box_item {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 20px;
  width: 45%;
}

.tilte_lg {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 0px !important;
}

.tilte_lg.f_mincho {
  font-family: var(--font-yumincho);
}

.title_sm,
.tilte_sm {
  font-size: 14px;
  margin-bottom: 15px !important;
}

.ico_txt {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.ico_txt .yellow {
  color: #ff9900;
}

.price {
  font-size: 18px;
  margin-bottom: 0px !important;
}

.price span {
  font-weight: bold;
}

.txt_xms {
  margin-bottom: 15px !important;
  font-size: 14px;
}

.btn_anchor a {
  text-align: center;
  background: #69da8f;
  color: white;
  width: fit-content;
  padding: 4px;
  min-width: 300px;
  border-radius: 5px;
  margin: 0px auto 10px !important;
  text-decoration: none;
  display: block;
}

.btn_anchor a:hover {
  opacity: 0.8;
}

.btn_anchor.orange a {
  background: #f09c70;
}

.btn_anchor.green a {
  background: #62974f;
}

.mod_lr {
  max-width: 750px;
  margin: 0 auto 20px;
}

.mod_lr p {
  margin-bottom: 0 !important;
}

.lelt {
  text-align: left;
}

.right {
  text-align: right;
}

.mod_lr.style1 p {
  margin-bottom: 0 !important;
  color: var(--cl-green);
  font-family: var(--font-yumincho);
  font-size: 24px;
  font-weight: bold;
}

.flex_mod.mod_r {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.flex_mod.mod_r .content_l {
  width: 57%;
}

.flex_mod.mod_r .content_r {
  width: 43%;
}

.img_r {
  position: relative;
  display: inline-block;
}

.img_r::before {
  content: "";
  position: absolute;
  top: -20px;
  /* điều chỉnh vị trí theo nhu cầu */
  right: -20px;
  /* điều chỉnh vị trí theo nhu cầu */
  width: 180px;
  /* kích thước của khối màu xanh */
  height: 180px;
  background-color: #d3eee4;
  /* màu xanh nhạt */
  z-index: 0;
}

.img_r img {
  position: relative;
  z-index: 1;
}

.flex_spa {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}

.flex_spa .ct_left {
  width: 40%;
}

.flex_spa .ct_right {
  width: 60%;
}

.flex_img_r {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.flex_img_r .ct_left {
  width: 40%;
}

.flex_img_r .ct_right {
  width: 60%;
}

.flex_img_l {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.flex_img_r.fixw .ct_left {
  width: 33%;
}

.flex_img_r.fixw .ct_right {
  width: 66%;
}

.flex_img_l .ct_left {
  width: 66%;
}

.flex_img_l .ct_right {
  width: 33%;
}

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

.title_green {
  margin-bottom: 10px;
  font-size: 26px;

  font-family: var(--font-yumincho);
  font-weight: 400;
  line-height: 1.4;
  color: var(--cl-green);
}

.img_l {
  position: relative;
  display: inline-block;
}

.img_l::before {
  content: "";
  position: absolute;
  top: -20px;
  /* điều chỉnh vị trí theo nhu cầu */
  left: -20px;
  /* điều chỉnh vị trí theo nhu cầu */
  width: 180px;
  /* kích thước của khối màu xanh */
  height: 180px;
  background-color: #d3eee4;
  /* màu xanh nhạt */
  z-index: 0;
}

.font_yu {
  font-family: var(--font-yumincho);
}

.img_l img {
  position: relative;
  z-index: 1;
}

.box_blue {
  border: 15px solid #c1decb;
  padding: 20px;
}

.box_col_3 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.box_col_3 .item_box {
  width: calc(100% / 3 - 20px);
}

.box_col_3 .item_box .h3_box {
  margin-bottom: 15px !important;
}

.online_order {
  position: relative;
  margin-top: 100px;
  padding: 85px 0 60px 0;
}

.online_order:before {
  content: "";
  position: absolute;
  width: 100vw;
  min-width: 1920px;
  height: 100%;
  background: #e3f5f3;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}

.onl_order {
  font-size: 90px;
  font-style: italic;
  color: #6e6b6b;
  position: absolute;
  top: -82px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}

.lg_size {
  font-size: 30px;
}

.size_24 {
  font-size: 24px;
}

.font_serif {
  font-family: var(--font-yumincho);
}

.btn_order a {
  position: relative;
  background-color: #67cfc8;
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 18px;
  width: 320px;
  font-family: var(--font-yumincho);
  cursor: pointer;
  transition: background-color 0.3s;
  margin: 0 auto !important;
  text-decoration: none;
  display: inline-block;
}

.btn_order a::before {
  background-image: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path d="M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM7.16 14h9.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49a.996.996 0 0 0-.86-1.48H6.21l-.94-2H1v2h2l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h12v-2H7l1.1-2z"/></svg>');
  content: "";
  position: absolute;
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 23px;
  top: 53%;
  left: 56px;
  transform: translateY(-50%);
}

.btn_order a::after {
  content: "";
  position: absolute;
  background-image: url(../images/icon-right.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 10px;
  top: 53%;
  margin-left: 10px;
  transform: translateY(-50%);
}

.ec_site_title {
  font-size: 90px;
  font-style: italic;
  color: #6e6b6b;
  width: max-content;
  text-align: center;
  margin: auto;
  line-height: 1.3em !important;
  margin-bottom: 0 !important;
}

.ec_site {
  padding: 50px 0 0;
}

.flex_col_4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_col_4 p a {
  text-decoration: none;
  background: #d9d9d9;
  padding: 12px 20px;
  color: #000000;
  width: 100%;
  display: block;
  border-radius: 5px;
  text-align: center;
  font-weight: 600;
}

.flex_col_4 .item {
  width: calc(100% / 4 - 20px);
}

.box_contain {
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
  background: #f3f3f3;
}

.box_center_item {
  display: flex;
  justify-content: space-between;
}

.box_center_item .box_l {
  width: 30%;
}

.box_center_item .box_r {
  width: 70%;
}

.title_lgf {
  font-size: 26px;
  border-bottom: 1px solid #ccc;
}

.bold_name {
  font-weight: bold;
}

.img_baner img {
  max-width: 540px;
  margin: 0 auto;
}

.title_p_gren {
  font-weight: bold;
}

.title_p_gren span {
  color: #02501c;
  margin-right: 10px;
}

.title_lgf br.sp {
  display: none;
}

.tile_gray_bold {
  font-weight: 600;
}

.box_lightbox {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

.box_lightbox p.slick-slide {
  display: none !important;
}

.under .main_content .onlineBnr {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-bottom: 0;
}

.under .main_content .onlineBnr .title_h2_order .ja {
  color: #333;
}

.under .main_content .onlineBnr .title_h2_order p {
  display: none;
}

.under .main_content .onlineBnr .btn_order a::before,
.under .main_content .onlineBnr .btn_order a::after {
  display: none;
}

.zoom_images_box {
  display: flex;
  justify-content: space-between;
}

.zoom_images_box:not(:last-child) {
  margin-bottom: 32px;
}

.zoom_images_box img {
  width: calc((100% - 48px) / 3);
  height: auto;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

.shosai_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.shosai_logo p {
  margin: 0;
  font-size: 18px;
  font-family: var(--font-yumincho);
  font-weight: 700;
  color: var(--cl-green);
}

.shosai_logo a {
  width: 321px;
  display: inline-block;
  height: auto;
}

.shosai_logo img {
  width: 100%;
  height: auto;
}

#image-zoom-dialog {
  padding: 0;
  border: none;
  background: transparent;
  max-width: 90vw;
  max-height: 90vh;
}

#image-zoom-dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
}

.zoom-inner {
  position: relative;
  background: #fff;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

#dialog-img {
  display: block;
  max-width: 90vw;
  max-height: 80vh;
  width: auto;
  height: auto;
}

.zoom-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  padding: 4px 10px;
  cursor: pointer;
  z-index: 2;
}