@charset "UTF-8";
/*　変数　*/
/*　再定義　swiper.min.css　*/
/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
  /* デフォルトのボタン画像を消す */
  background: none;
  height: 130px;
  width: 36px;
  margin-top: -65px;
  background: #fff;
  opacity: 0.7;
}

.swiper-button-prev {
  border-radius: 0 10px 10px 0;
  left: 0;
}

.swiper-button-next {
  border-radius: 10px 0 0 10px;
  right: 0;
}

/* 前ページボタンのスタイル */
.swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  /* angle-double-leftのUnicode */
  font-size: 36px;
  color: #969696;
}

/* 次ページボタンのスタイル */
.swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  /* angle-double-rightのUnicode */
  font-size: 36px;
  color: #969696;
}

.swiper-button-prev:after {
  display: none;
}

.swiper-button-next:after {
  display: none;
}

.swiper {
  max-width: 100%;
  width: 100%;
}

/* 全体のスタイル */
/* 現在のスライドのスタイル */
.swiper-pagination-bullet-active {
  background: #fff;
  /* 色：黄色 */
}

/*　ページスクロール　*/
.for-scroll {
  height: 1500px;
}

.scroll-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 100;
}

.scroll-top:hover {
  cursor: pointer;
  opacity: 0.7;
}

@font-face {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
html {
  font-size: 62.5%;
}

a {
  text-decoration: none;
  color: #3C3C3C;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
a:link {
  color: #3C3C3C;
}
a:visited {
  color: #3C3C3C;
}

img {
  vertical-align: bottom;
}

body {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 1.7rem;
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: #3C3C3C;
  color: #000;
  background-colr: #f9f9f9;
}

/*　共通クラス　*/
.access__btn_detail {
  display: flex;
  justify-content: flex-end;
}
.access__btn_detail a {
  min-width: 200px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #8AB634;
  padding: 3px 10px;
  color: #8AB634;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: bold;
}
.access__btn_detail a:hover {
  background-color: #8AB634;
  color: #fff;
}

.common__btn_contact {
  display: flex;
  justify-content: flex-end;
}
.common__btn_contact a {
  width: 500px;
  text-align: center;
  background-color: #eaebf0;
  border: 1px solid #283c6e;
  padding: 6px 30px;
  color: #283c6e;
  border-radius: 5px;
}
.common__btn_contact a:hover {
  background-color: #283c6e;
  color: #fff;
}

.common__btn_close {
  background-color: #b52424;
  border-radius: 5px;
  padding: 2px 8px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0;
}

.common__strong_new_red {
  color: #C21E42;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

.common__strong_new_black {
  color: #767676;
}

.common__sns > ul {
  display: flex;
}
.common__sns > ul > li + li {
  margin-left: 5px;
}

.common_design_01 {
  border-left: 10px solid #8AB634;
  padding-left: 10px;
}

.wrapper__common__sns {
  display: flex;
  justify-content: flex-end;
}

.margin-10 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .margin-10 {
    margin-bottom: 0.5rem;
  }
}
.margin-20 {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .margin-20 {
    margin-bottom: 1rem;
  }
}
.margin-30 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .margin-30 {
    margin-bottom: 1.5rem;
  }
}
.margin-40 {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .margin-40 {
    margin-bottom: 2rem;
  }
}
.margin-60 {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .margin-60 {
    margin-bottom: 3rem;
  }
}
.margin-80 {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .margin-80 {
    margin-bottom: 4rem;
  }
}
.margin-100 {
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .margin-100 {
    margin-bottom: 5rem;
  }
}
.margin-140 {
  margin-bottom: 14rem;
}

@media screen and (max-width: 768px) {
  .margin-140 {
    margin-bottom: 7rem;
  }
}
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.center-block {
  display: flex;
  justify-content: center;
}

.right-block {
  display: flex;
  justify-content: flex-end;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
.search {
  margin: 30px;
}
.search__input {
  font-size: 18px;
}
.search__btn {
  color: red;
}

.container {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  body {
    min-width: initial;
  }

  .container {
    max-width: 90%;
  }

  img {
    max-width: 100%;
  }
}
.header-navi {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.header-navi__logo {
  width: 184px;
}
.header-navi__item {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  font-size: 17px;
}
.header-navi__item li + li {
  margin-left: 20px;
}
.header-navi__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .header-navi {
    width: 80%;
  }
  .header-navi__logo {
    display: none;
  }
  .header-navi__item {
    justify-content: flex-start;
    margin-bottom: 10px;
    font-size: 17px;
  }
  .header-navi__item li + li {
    margin-left: 20px;
  }
}
.main_aside {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: auto;
}
.main_aside .main {
  width: 75%;
}
.main_aside .sidebar {
  width: 25%;
}
.main_aside .container {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .main_aside {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    max-width: 1000px;
    margin: auto;
  }
  .main_aside .main {
    width: 100%;
  }
  .main_aside .sidebar {
    display: none;
  }
  .main_aside .container {
    max-width: 90%;
  }
}
.header {
  background: #f9f9f9;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  padding-bottom: 1rem;
}
.header__desc {
  background-color: #91BD4E;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header__desc p {
  font-size: 1.3rem;
  color: #fff;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .header__desc {
    display: none;
  }
}
/**
 * menu
 */
.menu {
  position: relative;
  width: 100%;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .menu {
    display: none;
  }
}
.menu > li a {
  display: block;
}

.menu > li a:hover {
  color: #999;
}

.menu__none:hover,
.menu__multi:hover,
.menu__mega:hover,
.menu__single:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.menu__second-level li {
  border-top: 1px solid #111;
}

.menu__third-level li {
  border-top: 1px solid #111;
}

.menu__second-level li a:hover {
  background: #111;
}

.menu__third-level li a:hover {
  background: #2a1f1f;
}

.menu__fourth-level li a:hover {
  background: #1d0f0f;
}

.menu__second-level li + li {
  margin-left: 0;
}

.menu:before,
.menu:after {
  content: "";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}

.menu > .menu__single {
  position: relative;
}

.menu__second-level {
  position: absolute;
  top: 30px;
  width: 200px;
  background: #000;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}

.menu__second-level a {
  color: #fff;
}

.menu__second-level__item {
  padding: 10px;
}

.menu__single:hover > .menu__second-level {
  visibility: visible;
  opacity: 1;
}

/* ハンバーガーメニュー */
.hamburger-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .hamburger-menu {
    display: block;
  }

  .menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #91BD4E;
  }

  .menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #menu-btn-check {
    display: none;
  }

  #menu-btn-check:checked ~ .menu-content {
    left: 0;
    /*メニューを画面内へ*/
  }

  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #91BD4E;
    transition: all 0.5s;
    /*アニメーション設定*/
  }

  .menu-content > ul {
    padding: 70px 10px 0;
  }

  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }

  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }

  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
}
/* フッター */
.footer-navi {
  background-color: #DEEBCA;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.footer-navi .container {
  position: relative;
}
.footer-navi__logo {
  position: absolute;
  right: 0;
  bottom: -8rem;
}
.footer-navi__menu-home {
  font-size: 2.3rem;
}
.footer-navi__menu {
  display: flex;
  justify-content: space-between;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 2;
}
.footer-navi__menu > li + li {
  margin-left: 2rem;
}
.footer-navi__item {
  display: block;
  margin: 0 0 20px 0;
}
.footer-navi__menu-second-level {
  font-size: 1.6rem;
  font-weight: normal;
}
.footer-navi__menu-second-level > li {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .footer-navi__menu-home {
    font-size: 2.3rem;
  }
  .footer-navi__menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 1.8rem;
  }
  .footer-navi__menu > li + li {
    margin-left: 0rem;
  }
  .footer-navi__item {
    width: 100%;
    /*      display: block;*/
    margin: 0 0 20px 0;
  }
  .footer-navi__menu-second-level {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  .footer-navi__menu-second-level > li {
    margin-bottom: 1rem;
  }
}
.footer-commu {
  position: relative;
  padding-top: 8rem;
}
.footer-commu__menu {
  display: flex;
  justify-content: flex-end;
}
.footer-commu__menu li + li {
  margin-left: 3rem;
}

@media screen and (max-width: 768px) {
  .footer-commu__menu li {
    font-size: 1.4rem;
  }
}
.footer__table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__table {
    width: 100%;
  }
  .footer__table td {
    font-size: 1.4rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.footer-ly__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-ly__column-2__item {
  width: 48%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .footer-ly__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-ly__column-2__item {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.footer-copyright {
  background-color: #91BD4E;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer-copyright__text {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .footer-copyright__menu {
    font-size: 1.3rem;
  }
  .footer-copyright__menu li + li {
    margin-left: 1rem;
  }
  .footer-copyright__text {
    font-size: 1.3rem;
  }
}
.common-ly__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-ly__column-2__item {
  width: 48%;
  margin-bottom: 2rem;
}
.common-ly__column-2__item img {
  width: 100%;
}
.common-ly__column-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-ly__column-3__item {
  width: 32%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .common-ly__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-ly__column-2__item {
    width: 100%;
  }
  .common-ly__column-3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-ly__column-3__item {
    width: 100%;
  }
  .common-ly__column-3__item img {
    width: 100%;
  }
}
.common__icon {
  position: relative;
}
.common__icon_new {
  position: absolute;
  top: -0.5rem;
  left: 2rem;
}

.title {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.6rem;
  color: #fff;
  background-color: #8AB634;
  line-height: 1.5;
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 1.8rem;
    text-align: left;
    letter-spacing: 0.6rem;
  }
}
.title_sec {
  font-size: 2.7rem;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 1.2rem;
  color: #3c3c3c;
}

@media screen and (max-width: 768px) {
  .title_sec {
    font-size: 2.7rem;
    text-align: left;
    letter-spacing: 0.6rem;
    color: #3c3c3c;
  }
}
.title_sec__subtitle {
  font-size: 2.1rem;
  line-height: 1.6;
  text-align: left;
  color: #3c3c3c;
}

.paragraph {
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
  color: #767676;
  color: #000;
}

.note {
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
  color: #c50018;
  text-decoration: underline;
}

.top_note {
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: left;
  color: #c50018;
  text-decoration: underline;
}

.common__table {
  width: 100%;
}
.common__table tr {
  border-bottom: 1px solid #ccc;
}
.common__table th {
  width: 15%;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.common__table td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.common__font_small {
  font-size: 1.4rem;
}

/*　お知らせ　*/
.information__text {
  text-align: right;
}

/*　新着情報　*/
.whats-new p {
  text-align: center;
}

/*　新着商品　*/
.newarrival p {
  text-align: center;
}

/*　 人気商品ランキング　*/
.ranking p {
  text-align: center;
}

/*　商品カテゴリー　一覧　*/
.common_contact__box {
  border: 12px solid #CD6061;
  border-radius: 10px;
  background-color: #F7E7E7;
  padding: 30px;
}
.common_contact__box__p {
  color: #CD6061;
  font-size: 3.5rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .common_contact__box {
    border: 12px solid #CD6061;
    border-radius: 10px;
    background-color: #F7E7E7;
    padding: 30px;
  }
  .common_contact__box__p {
    color: #CD6061;
    font-size: 2.5rem;
    font-weight: bold;
  }
}
/*　ブログ　*/
.information__table {
  width: 100%;
}
.information__table tr {
  border-bottom: 1px solid #ccc;
}
.information__table th {
  width: 15%;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.information__table td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.information__table td .information_category {
  background-color: #91BD4E;
  color: #fff;
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .information__table tr {
    border-bottom: 1px solid #ccc;
  }
  .information__table th {
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 0rem;
    padding-bottom: 0.5rem;
  }
  .information__table td {
    display: block;
    width: 100%;
    padding-top: 0rem;
    padding-bottom: 0.5rem;
  }
  .information__table td .information_category {
    background-color: #91BD4E;
    color: #fff;
    font-size: 1.2rem;
  }
}
.access__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.access__column-2__item {
  width: 50%;
  margin: 0;
  padding: 0;
}
.access__column-2__item img {
  width: 100%;
}
.access__column-2__wrap-img {
  border: 1px solid #c8c8c9;
}
.access__column-2__p {
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .access__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .access__column-2__item {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .access__column-2__item img {
    width: 100%;
  }
}
/* 下層ページ */
/* 澤田酒造の酒づくり */
.feature__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feature__column-2__item {
  width: 48%;
  margin: 0;
  padding: 0;
}
.feature__column-2__item img {
  width: 100%;
}
.feature__column-2__p {
  padding: 2rem;
}

.reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .feature__column-2__item {
    width: 100%;
  }
}
/* 澤田酒造のこと */
.idea__box {
  border: 1px solid #b4b4b4;
}

.history__table {
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
  color: #3c3c3c;
  margin: 2rem;
  border-collapse: separate;
  border-spacing: 0 20px;
}
.history__table th {
  width: 30%;
  padding-right: 4%;
  text-align: left;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align-last: justify;
  /* Chrome・Firefox用 */
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .history__table {
    display: block;
  }
  .history__table th {
    display: block;
    width: 100%;
    text-align-last: auto;
    /* Chrome・Firefox用 */
    text-justify: none;
  }
  .history__table td {
    display: block;
  }
}
.company__table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #3c3c3c;
}
.company__table th {
  text-align: center;
  width: 30%;
  padding-right: 4%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border: 1px solid #b4b4b4;
  vertical-align: middle;
}
.company__table td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: left;
  border: 1px solid #b4b4b4;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .company__table th {
    text-align: center;
    width: 30%;
    padding-right: 0;
  }
}
#staff_greeting, #office, #price, #faq, #service_01, #service_02, #service_03, #service_04, #service_05, #service_06 {
  margin-top: -250px;
  padding-top: 250px;
}

@media screen and (max-width: 768px) {
  #staff_greeting, #office, #price, #faq, #service_01, #service_02, #service_03, #service_04, #service_05, #service_06 {
    margin-top: -85px;
    padding-top: 85px;
  }
}
.entry-content {
  min-height: 50rem;
}

h1.page-title {
  font-size: 3.1rem;
  text-align: left;
  letter-spacing: 1.2rem;
  color: #3c3c3c;
  line-height: 1.5;
}

.blog__pager {
  display: flex;
  justify-content: center;
}

.staff-ly__column-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.staff-ly__column-2__item {
  width: 48%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .staff-ly__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.staff_post {
  font-size: 2rem;
  font-weight: bold;
  color: #8AB634;
}

.staff_name {
  font-size: 2rem;
  font-weight: bold;
}

.staff__table {
  width: 100%;
  border: 1px solid #666;
}
.staff__table tr {
  border-bottom: 1px solid #666;
}
.staff__table th {
  width: 40%;
  text-align: left;
  padding: 1rem 2rem;
  background-color: #E9F2DC;
  border-right: 1px solid #666;
}
.staff__table td {
  padding: 1rem 2rem;
}

.service__table {
  width: 100%;
  border: 1px solid #666;
}
.service__table tr {
  border-bottom: 1px solid #666;
}
.service__table th {
  width: 25%;
  text-align: left;
  padding: 1rem 2rem;
  background-color: #E9F2DC;
  border-right: 1px solid #666;
}
.service__table td {
  width: 25%;
  padding: 1rem 2rem;
  border-right: 1px solid #666;
}

.flow_contact {
  width: 680px;
  margin: auto;
}
.flow_contact__box {
  border: 3px solid #8AB634;
  background-color: #E9F2DC;
  padding: 30px 30px 10px;
}
.flow_contact__box__title {
  color: #000;
  font-size: 2.9rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.6rem;
}
.flow_contact__box__title span {
  color: #8AB634;
}
.flow_contact__box__p {
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flow_contact {
    width: 100%;
  }
}
.access__table {
  width: 100%;
  border: 1px solid #666;
}
.access__table tr {
  border-bottom: 1px solid #666;
}
.access__table th {
  width: 20%;
  text-align: left;
  padding: 1rem 2rem;
  background-color: #E9F2DC;
  border-right: 1px solid #666;
}
.access__table td {
  padding: 1rem 2rem;
}

.contact__table {
  width: 100%;
  border: 1px solid #C8DEA6;
}
.contact__table tr {
  border-bottom: 1px solid #C8DEA6;
}
.contact__table th {
  width: 30%;
  text-align: left;
  padding: 1rem 2rem;
  background-color: #E9F2DC;
  border-right: 1px solid #C8DEA6;
  vertical-align: middle;
}
.contact__table td {
  padding: 1rem 2rem;
}

@media screen and (max-width: 768px) {
  .contact__table {
    width: 100%;
    border: 1px solid #C8DEA6;
  }
  .contact__table tr {
    border-bottom: 1px solid #C8DEA6;
  }
  .contact__table th {
    display: block;
    width: 90%;
    text-align: left;
    padding: 1rem 2rem;
    background-color: #E9F2DC;
    border-right: 1px solid #C8DEA6;
    vertical-align: middle;
  }
  .contact__table td {
    width: 90%;
    display: block;
    padding: 1rem 2rem;
  }
}
/* ContactForm7 */
input[type=text],
input[type=email],
textarea,
input[type=image],
select {
  font-size: 16px !important;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[name=submit] {
  border: none;
}

.wpcf7 input[name=your-company],
.wpcf7 input[name=your-name],
.wpcf7 input[name=your-email],
.wpcf7 input[name=your-address] {
  width: 80%;
  height: 35px !important;
}

.wpcf7 input[name=your-tel1],
.wpcf7 input[name=your-tel2],
.wpcf7 input[name=your-tel3],
.wpcf7 input[name=your-zip1],
.wpcf7 input[name=your-zip2] {
  width: 20%;
  height: 35px !important;
}

.wpcf7 textarea[name=your-comment] {
  width: 80%;
  height: 350px !important;
}

.hissu {
  color: #CD6061;
}

@media screen and (max-width: 768px) {
  .wpcf7 input[name=your-company],
.wpcf7 input[name=your-name],
.wpcf7 input[name=your-email] {
    width: 100%;
    height: 35px !important;
  }

  .wpcf7 textarea[name=your-comment] {
    width: 100%;
    height: 350px !important;
  }
}
.privacy {
  width: 100%;
  height: 20rem;
  padding: 1rem;
  overflow: scroll;
  border: 1px solid #ccc;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .privacy {
    padding: 0rem;
  }
}
.faq__table {
  width: 100%;
  font-size: 2.2rem;
}
.faq__table tr:nth-child(even) {
  border-bottom: 1px solid #C4DB99;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.faq__table th {
  width: 5%;
  text-align: left;
}
.faq__table td {
  padding-bottom: 2rem;
}

.faq_q {
  color: #8AB634;
}

.faq_a {
  color: #CD6061;
}

.faq_detail {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.float_right {
  float: right;
  width: 200px;
}

.service-ly__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.service-ly__column-2__item-60 {
  width: 58%;
  margin-bottom: 2rem;
}
.service-ly__column-2__item-60 img {
  width: 100%;
}
.service-ly__column-2__item-40 {
  width: 38%;
  margin-bottom: 2rem;
}
.service-ly__column-2__item-40 img {
  width: 100%;
}
.service-ly__box {
  border: 3px solid #CD6061;
  background: #F7E7E7;
  border-radius: 10px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .service-ly__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .service-ly__column-2__item-60 {
    width: 100%;
  }
  .service-ly__column-2__item-40 {
    width: 100%;
  }
}
.service-ly__column-2-r {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
.service-ly__column-2-r__item-40 {
  width: 38%;
  margin-bottom: 2rem;
}
.service-ly__column-2-r__item-40 img {
  width: 100%;
}
.service-ly__column-2-r__item-60 {
  width: 58%;
  margin-bottom: 2rem;
}
.service-ly__column-2-r__item-60 img {
  width: 100%;
}
.service-ly__column-2-r__item-30 {
  width: 28%;
  margin-bottom: 2rem;
}
.service-ly__column-2-r__item-30 img {
  width: 100%;
}
.service-ly__column-2-r__item-70 {
  width: 68%;
  margin-bottom: 2rem;
}
.service-ly__column-2-r__item-70 img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .service-ly__column-2-r {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .service-ly__column-2-r__item-40 {
    width: 100%;
  }
  .service-ly__column-2-r__item-60 {
    width: 100%;
  }
  .service-ly__column-2-r__item-30 {
    width: 100%;
  }
  .service-ly__column-2-r__item-70 {
    width: 100%;
  }
}
.list-disc {
  list-style-type: disc;
  margin-left: 20px;
}

.list-decimal {
  font-size: 2.5rem;
  font-weight: bold;
  color: #CD6061;
  line-height: 1.2;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

li.list-decimal-00 {
  padding-left: 40px;
  position: relative;
}

li.list-decimal-00:before {
  content: " ";
  background-color: #CD6061;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

li.list-decimal-01 {
  padding-left: 40px;
  position: relative;
}

li.list-decimal-01:before {
  content: "1";
  background-color: #CD6061;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

ol {
  counter-reset: my-counter;
}

li.list-decimal-02 {
  padding-left: 40px;
  position: relative;
}

li.list-decimal-02:before {
  content: "2";
  background-color: #CD6061;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

li.list-decimal-03 {
  padding-left: 40px;
  position: relative;
}

li.list-decimal-03:before {
  content: "3";
  background-color: #CD6061;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

li.list-decimal-04 {
  padding-left: 40px;
  position: relative;
}

li.list-decimal-04:before {
  content: "4";
  background-color: #CD6061;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

li.list-decimal-05 {
  padding-left: 40px;
  position: relative;
}

li.list-decimal-05:before {
  content: "5";
  background-color: #CD6061;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

li.list-decimal-black {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}

li.list-decimal-black:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #000;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

li.list-decimal-dot {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}

li.list-decimal-dot:before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #000;
  font-size: 100%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.second-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  background: #E2EDCC;
  border-left: 7px solid #8AB634;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  letter-spacing: 0.6rem;
}

.third-title {
  color: #CD6061;
  font-weight: bold;
}

.service_01__logo {
  position: relative;
}

.logo-compus {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30%;
  text-align: right;
}
