@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500);
@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600);
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
@media (max-width: 767px) {
  a[href^="tel:"] {
    /* スマートフォンでのみ電話番号リンクを有効にするCSS */
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px;
}

body {
  position: relative;
  width: auto;
  height: auto;
  background: #FFF;
  z-index: 0;
  color: #333333;
  font-size: 1.6rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.5px;
  background-image: url("../images/common/bg_img_01.jpg");
  background-repeat: repeat;
}

@media screen and (max-width: 896px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
/* PC/SP 表示・非表示
----------------------------------------------------*/
/*PCでは表示しない*/
@media screen and (min-width: 897px) {
  .pc_none {
    display: none !important;
  }
}
/*SPでは表示しない*/
@media screen and (max-width: 896px) {
  .sp_none {
    display: none !important;
  }
}
/*　inner
----------------------------------------------------*/
.inner {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 896px) {
  .inner {
    width: 90%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
/*****************************************************

 Common - Parts
 
*****************************************************/
/*　共通見出し
----------------------------------------------------*/
.h2_title {
  text-align: center;
  font-size: 3rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  margin: 0 0 32px 0;
}
.h2_title span {
  display: block;
  font-size: 2.2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  color: #0dac67;
  line-height: 1;
}

/* SP */
@media screen and (max-width: 896px) {
  .h2_title {
    text-align: center;
    font-size: 2.4rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    margin: 0 0 32px 0;
  }
  .h2_title span {
    display: block;
    font-size: 1.8rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    color: #0dac67;
    line-height: 1;
  }
}
/* max-width:896px */
.h2_title_left {
  text-align: left;
  font-size: 2.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  margin: 0 0 16px 0;
}
.h2_title_left span {
  display: block;
  font-size: 1.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  color: #0dac67;
  line-height: 1;
}

.h2_title_line {
  text-align: left;
  font-size: 3rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  margin: 0 0 32px 0;
  border-bottom: solid 2px #0dac67;
}
.h2_title_line span {
  display: block;
  font-size: 2.2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  color: #0dac67;
  line-height: 1;
}

/* SP */
@media screen and (max-width: 896px) {
  .h2_title_line {
    font-size: 2.0rem;
    margin: 0 0 16px 0;
  }
  .h2_title_line span {
    font-size: 1.8rem;
  }
}
/* max-width:896px */
.h3_title {
  text-align: left;
  font-size: 2.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  margin: 0 0 0 0;
}
.h3_title::before {
  font-family: "Font Awesome 6 Free";
  content: '\f06c';
  margin-right: 4px;
  color: #0dac67;
}

/* SP */
@media screen and (max-width: 896px) {
  .h3_title {
    font-size: 1.8rem;
  }
}
/* max-width:896px */
/*　リンク
----------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 770px) {
  a:hover {
    opacity: 1.0;
  }
}
/*　背景
----------------------------------------------------*/
.bg_green {
  background-color: rgba(168, 207, 196, 0.3);
}

/*　ボタン
----------------------------------------------------*/
.btn_green a {
  box-sizing: border-box;
  background: #00a76d;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 32px 20px 0;
  width: 300px;
  padding: 12px 20px;
  color: #FFF;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  text-decoration: none;
}
.btn_green a i {
  font-size: 2.4rem;
}
.btn_green a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn_green a:hover {
  background: #00a76d;
}
.btn_green a:hover:after {
  right: 1.4rem;
}

/* SP */
@media screen and (max-width: 896px) {
  .btn_green a {
    background: #00a76d;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    margin: 16px 0 0;
    width: 100%;
    padding: 12px 20px;
    color: #FFF;
    transition: 0.2s ease-in-out;
    font-weight: 500;
    text-decoration: none;
  }
  .btn_green a i {
    font-size: 2.4rem;
  }
  .btn_green a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
  }
  .btn_green a:hover {
    background: #00a76d;
  }
  .btn_green a:hover:after {
    right: 1.4rem;
  }
}
/* max-width:896px */
.btn_green_arrow a {
  box-sizing: border-box;
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 12px 20px;
  background-color: rgba(0, 168, 110, 0.7);
  color: #FFF;
  font-weight: 500;
  text-decoration: none;
}
.btn_green_arrow a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2.5rem;
  transition: right 0.3s;
  width: 10px;
  height: 10px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn_green_arrow a:hover {
  background-color: rgba(0, 168, 110, 0.6);
}

.link_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: auto;
}

/* SP */
@media screen and (max-width: 896px) {
  .link_box {
    flex-direction: column;
    margin: 16px 0 0;
  }
}
/* max-width:896px */
/*　テーブル
----------------------------------------------------*/
/*　tbl_type01
----------------------------------------------------*/
.tbl_type01 {
  width: 100%;
  border-top: 1px solid #CCCCCC;
}
.tbl_type01 tr {
  color: #333333;
}
.tbl_type01 tr th {
  width: 203px;
  width: 19%;
  padding: 20px;
  font-weight: 700;
  color: #0674C6;
  box-sizing: border-box;
  border-bottom: solid 1px #CCCCCC;
  vertical-align: top;
}
.tbl_type01 tr td {
  width: calc(100% - 203px);
  width: calc(100% - 19%);
  padding: 20px;
  box-sizing: border-box;
  border-bottom: solid 1px #CCCCCC;
}
.tbl_type01 tr td a {
  color: #333333;
}
.tbl_type01 tr td ul li {
  text-indent: 4px;
  margin: 8px 0 8px 0;
}
.tbl_type01 tr td ul li a {
  text-indent: 0;
}
.tbl_type01 tr td ul li::before {
  content: '-';
  margin-right: 4px;
}
.tbl_type01 tr td .indent {
  display: block;
  text-indent: -1.6rem;
  margin-left: 1.6rem;
}

@media screen and (min-width: 897px) {
  .tbl_type01 tr td ul.col_box li {
    width: 31.5%;
    height: auto;
    margin: 0 0 0 1.8%;
  }
  .tbl_type01 tr td ul.col_box li:nth-child(3n+1) {
    /*margin-left: 0;*/
  }
  .tbl_type01.border_top tr:first-child th {
    border-top: solid 2px #394a56;
  }
  .tbl_type01.border_top tr:first-child td {
    border-top: solid 1px #8c8c8c;
  }
}
@media screen and (max-width: 896px) {
  .tbl_type01 tr th {
    display: block;
    width: 10%;
    min-width: 0;
    padding: 16px 0 4px;
    white-space: nowrap;
    border-bottom: none;
  }
  .tbl_type01 tr td {
    display: block;
    width: 100%;
    padding: 0px 0 16px 8px;
  }
  .tbl_type01 tr td ul.col_box li {
    width: 46%;
    height: auto;
    margin: 0 0 0 4%;
  }
  .tbl_type01 tr td ul.col_box li:nth-child(2n+1) {
    /*margin-left: 0;*/
  }
  .tbl_type01 tr td .indent {
    display: block;
    text-indent: -1.2rem;
    margin-left: 1.2rem;
  }
}
/*　カラム
----------------------------------------------------*/
@media screen and (min-width: 896px) {
  .col_box {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
  }
  .col_box .col_left {
    width: 33%;
    height: auto;
    margin: 4% 0 0 0;
  }
  .col_box .col_left:first-child {
    margin-top: 0;
  }
  .col_box .col_right {
    width: 67%;
    height: auto;
    margin: 0 0 0 0;
  }
  .col_box .col_right:first-child {
    margin-top: 0;
  }
  .col_box .col_half {
    width: 50%;
    height: auto;
    /*&:first-child{
    	margin-top:0;
    }*/
  }
  .col_box .col_half.half_48 {
    width: 48%;
  }
  .col_box .col1 {
    width: 100%;
    height: auto;
    margin: 4% auto 0;
  }
  .col_box .col1:first-child {
    margin-top: 0;
  }
  .col_box .col2 {
    width: 49%;
    height: auto;
    margin: 4% 0 0 2%;
  }
  .col_box .col2:nth-child(2n+1) {
    margin-left: 0;
  }
  .col_box .col2:nth-child(-n+2) {
    margin-top: 0;
  }
  .col_box .col3 {
    width: 31.66%;
    height: auto;
    margin: 2.5% 0 0 2.5%;
  }
  .col_box .col3:nth-child(3n+1) {
    margin-left: 0;
  }
  .col_box .col3:nth-child(-n+3) {
    margin-top: 0;
  }
  .col_box .col4 {
    width: 24.7%;
    height: auto;
    margin: 1.6% 0 0 5px;
  }
  .col_box .col4:nth-child(4n+1) {
    margin-left: 0;
  }
  .col_box .col4:nth-child(-n+4) {
    margin-top: 0;
  }
  .col_box .col5 {
    width: 18.4%;
    height: auto;
    margin: 4% 0 0 2%;
  }
  .col_box .col5:nth-child(5n+1) {
    margin-left: 0;
  }
  .col_box .col5:nth-child(-n+5) {
    margin-top: 0;
  }
  .col_box .col_i {
    width: 16.1%;
    height: auto;
    margin: 0.68% 0 0 0.68%;
  }
  .col_box .col_i:nth-child(6n+1) {
    margin-left: 0;
  }
  .col_box .col_i:nth-child(-n+6) {
    margin-top: 0;
  }
}
/* SP */
@media screen and (max-width: 896px) {
  .col_box {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .col_box .sp_col2 {
    width: 48%;
    height: auto;
    margin: 0% 0 0 4%;
  }
  .col_box .sp_col2:nth-child(2n+1) {
    margin-left: 0;
  }
  .col_box .sp_col2:nth-child(-n+2) {
    margin-top: 0;
  }
}
/* max-width:896px */
/*　インデント
----------------------------------------------------*/
.indent {
  text-indent: -1.6rem;
  margin-left: 1.6rem;
}

/*　レイアウト
----------------------------------------------------*/
.caution {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: solid 1px #ed1c24;
  color: #ed1c24;
  background-color: #FFF;
}
.caution h3 {
  font-size: 1.8rem;
  font-weight: 500;
}

/* SP */
@media screen and (max-width: 896px) {
  .caution {
    padding: 0.5em 1em;
    margin: 2em 0;
  }
  .caution h3 {
    font-size: 1.5rem;
  }
}
/* max-width:896px */
/*　リスト
----------------------------------------------------*/
/* ページトップ
----------------------------------------------------*/
/* トピックパス
----------------------------------------------------*/
/*****************************************************

 Template - Header
 
*****************************************************/
/* global_header
----------------------------------------------------*/
.global_header {
  width: 100%;
  min-width: 1040px;
  max-height: 120px;
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: 0.5s;
}

.cover_header {
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.5) 85%, transparent 100%);
  z-index: 3;
  position: fixed;
  top: -100px;
}

@media screen and (max-width: 896px) {
  .global_header {
    min-width: 0;
    max-height: 48px;
  }

  .cover_header {
    width: 100%;
    height: 56px;
    background: linear-gradient(180deg, white 0%, white 25%, white 35%, transparent 100%);
    top: -100px;
  }
}
/* header_contents
----------------------------------------------------*/
.header_contents {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
}
.header_contents .header_title {
  margin: 10px 0% 0 2%;
  width: 18%;
  max-width: 398px;
  height: auto;
  max-height: 120px;
  transition: 0.5s;
}
.header_contents .header_title .title_logo {
  width: 100%;
  /* max-width: 398px; */
  height: 100%;
  /* max-height: 120px; */
  display: flex;
  align-items: center;
}
.header_contents .header_title .title_logo a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 20.1%;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/common/logo_header.png) no-repeat;
  background-size: contain;
  transition: 0.3s;
}

@media screen and (max-width: 1450px) {
  .header_contents .inner {
    width: 100%;
    min-width: 1130px;
  }
}
@media screen and (max-width: 896px) {
  .header_contents {
    height: 48px;
  }
  .header_contents .inner {
    width: 100%;
    min-width: 0;
  }
  .header_contents .header_title {
    margin: 1% 0% 0 2%;
    width: 58%;
    height: auto;
  }
  .header_contents .header_title .title_logo {
    width: 220px;
    height: auto;
  }
}
/* global_nav
------------------------------------*/
.global_nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 100%;
  /*filter: drop-shadow(0px 0px 2px #f2f2f2);*/
}

@media screen and (max-width: 1430px) {
  .global_nav {
    margin-right: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .global_nav {
    margin-right: 12px;
  }
}
/* pc_nav_contents
----------------------------------------------------*/
.pc_nav_contents {
  margin-left: auto;
  display: flex;
  align-items: center;
  padding: 0 40px 0 0;
}
.pc_nav_contents .header_menu_list {
  display: flex;
  height: 80px;
  align-items: center;
}
.pc_nav_contents .header_menu_list li {
  margin-left: 32px;
  height: 100%;
}
.pc_nav_contents .header_menu_list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 20px 0 24px;
  box-sizing: border-box;
  color: #FFF;
  font-size: 2.2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  letter-spacing: 3px;
  transition: 0.5s;
}
.pc_nav_contents .header_menu_list li a::before {
  content: '/';
  margin-right: 32px;
}
.pc_nav_contents .header_menu_list li a:hover {
  opacity: 0.5;
}
.pc_nav_contents .header_menu_list li:first-child {
  margin-left: 0;
}
.pc_nav_contents .header_menu_list li:first-child a {
  color: #cce800;
}
.pc_nav_contents .header_menu_list li:first-child a::before {
  content: none;
  margin-right: 0px;
}
.pc_nav_contents .header_contact_list {
  margin-left: 48px;
  display: block;
  width: 250px;
  height: 80px;
}
.pc_nav_contents .header_contact_list li {
  height: 50%;
}
.pc_nav_contents .header_contact_list li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 900;
  text-align: center;
}
.pc_nav_contents .header_contact_list li a i {
  margin-right: 6px;
}

/* スクロールするため高さを出すためのsection */
.section {
  /*height: 100vh;*/
}

.section-a {
  /*background: #000;*/
}

.section-b {
  background-color: rgba(255, 255, 255, 0.5);
}

/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
header.scroll-nav {
  /* 余白を狭くする */
  /*padding: 10px 15px;*/
  /* 背景を黒にする */
  background-color: rgba(0, 0, 0, 0.4);
  /* コンテンツの背景が白でもナビゲーションだと分かりやすいように影をつける */
  /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);*/
}

.sp_nav_contents {
  display: none;
}

@media screen and (max-width: 1450px) {
  .pc_nav_contents .header_menu_list li {
    margin-left: 24px;
  }
  .pc_nav_contents .header_contact_list {
    margin-left: 24px;
    display: block;
    width: 180px;
    height: 80px;
  }
  .pc_nav_contents .header_contact_list li {
    height: 50%;
  }
  .pc_nav_contents .header_contact_list li.tel {
    font-size: 1.8rem;
    line-height: 2.2;
  }
  .pc_nav_contents .header_contact_list li.mail a {
    font-size: 1.8rem;
    line-height: 2.2;
  }
}
/* sp_nav_contents
----------------------------------------------------*/
@media screen and (max-width: 896px) {
  .pc_nav_contents {
    display: none;
  }

  .sp_nav_contents {
    display: block;
    margin-left: auto;
  }
  .sp_nav_contents p.menu {
    /*margin-right:16px;*/
  }
  .sp_nav_contents p.menu a {
    color: #FFF;
    font-size: 2.4rem;
    line-height: 1;
  }

  .mm-menu {
    background: #fff !important;
    border-color: rgba(0, 77, 160, 0.5) !important;
  }
  .mm-menu .mm-navbar {
    background: #0dac67;
  }
  .mm-menu .mm-navbar .mm-navbar__title {
    font-size: 2.2rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    color: #fff !important;
  }
  .mm-menu .mm-listitem a {
    font-size: 2.0rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
  }
  .mm-menu .mm-listitem a span {
    font-size: 1.3rem;
  }
  .mm-menu .mm-listitem:after {
    border-bottom: 1px solid #ccc !important;
  }
  .mm-menu i {
    color: #0dac67 !important;
  }
  .mm-menu .tel {
    color: #0dac67 !important;
    font-weight: 900;
  }
  .mm-menu .top_cover_contents {
    padding: 16px;
  }
}
/* トップページ・メインビジュアル
----------------------------------------------------*/
/* top_mainvisual
----------------------------------------------------*/
.top_mainvisual {
  position: relative;
  width: 100%;
  height: 800px;
  background-color: #FFF;
}
.top_mainvisual .header_img {
  position: relative;
  width: 100%;
  height: 800px;
}
.top_mainvisual .header_img img {
  position: relative;
  width: 100%;
  height: 800px;
  object-fit: cover;
  object-position: 100% 0;
  /* 右上を基準に表示 */
}
.top_mainvisual .inner {
  width: calc(100% - 512px);
  width: calc(100% - 26.05%);
  max-width: 800px;
  height: 120px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top_mainvisual .title_catchcopy h1 {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 896px) {
  .top_mainvisual {
    position: relative;
    width: 100%;
    height: 350px;
    background-color: #E8F5F9;
  }
  .top_mainvisual .header_img {
    position: relative;
    width: 100%;
    height: 350px;
  }
  .top_mainvisual .header_img img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 350px;
  }
  .top_mainvisual .inner {
    width: calc(100% - 512px);
    width: calc(100% - 12%);
    max-width: 1400px;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  .top_mainvisual .title_catchcopy {
    text-align: center;
  }
  .top_mainvisual .title_catchcopy h1 img {
    width: 80%;
  }
}
/* max-width:896px */
/* 下層ページ・メインビジュアル
----------------------------------------------------*/
/* mainvisual
----------------------------------------------------*/
.mainvisual {
  width: 100%;
  height: 380px;
  position: relative;
}
.mainvisual.member {
  background: url("../images/common/cover_header_menber.jpg") no-repeat top left/cover;
}
.mainvisual.herb {
  background: url("../images/common/cover_header_herb.jpg") no-repeat top left/cover;
}
.mainvisual.download {
  background: url("../images/common/cover_header_download.jpg") no-repeat top left/cover;
}
.mainvisual.contact {
  background: url("../images/common/cover_header_contact.jpg") no-repeat top left/cover;
}
.mainvisual .inner {
  width: 100%;
  max-width: 1400px;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mainvisual .page_title {
  position: relative;
  text-align: center;
}
.mainvisual .page_title .en {
  display: block;
  color: #FFF;
  font-size: 4.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
.mainvisual .page_title .jp {
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 896px) {
  .mainvisual {
    margin-top: 0;
    height: 30vh;
    background-position: center center;
  }
  .mainvisual .inner {
    width: 95%;
    height: 5vh;
  }
  .mainvisual .page_title {
    min-height: 0;
  }
  .mainvisual .page_title .en {
    font-size: 3.2rem;
  }
}
/*****************************************************

 Template - Footer
 
*****************************************************/
.global_footer {
  background-color: rgba(51, 51, 51, 0.9);
  padding: 60px 0;
  color: #fff;
  text-align: center;
}
.global_footer img {
  width: 36%;
  margin: 0 0 24px 0;
}
.global_footer .footer_menu_list {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.global_footer .footer_menu_list li {
  margin-left: 32px;
  height: 100%;
}
.global_footer .footer_menu_list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  color: #FFF;
  font-size: 1.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
}
.global_footer .footer_menu_list li a::before {
  content: '/';
  margin-right: 32px;
}
.global_footer .footer_menu_list li a:hover {
  opacity: 0.5;
}
.global_footer .footer_menu_list li:first-child {
  margin-left: 0;
}
.global_footer .footer_menu_list li:first-child a {
  color: #cce800;
}
.global_footer .footer_menu_list li:first-child a::before {
  content: none;
  margin-right: 0px;
}
.global_footer .copyright {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 3px;
}

/* SP */
@media screen and (max-width: 896px) {
  .global_footer {
    background-color: rgba(51, 51, 51, 0.9);
    padding: 30px 0;
    color: #fff;
    text-align: center;
  }
  .global_footer img {
    width: 80%;
    margin: 0 0 24px 0;
  }
  .global_footer .footer_menu_list {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    align-items: center;
    justify-content: center;
  }
  .global_footer .footer_menu_list li {
    margin-left: 10px;
    height: 100%;
  }
  .global_footer .footer_menu_list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    color: #FFF;
    font-size: 1.4rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    letter-spacing: 4px;
  }
  .global_footer .footer_menu_list li a::before {
    content: '/';
    margin-right: 10px;
  }
  .global_footer .footer_menu_list li a:hover {
    opacity: 0.5;
  }
  .global_footer .footer_menu_list li:first-child {
    margin-left: 0;
  }
  .global_footer .footer_menu_list li:first-child a {
    color: #cce800;
  }
  .global_footer .footer_menu_list li:first-child a::before {
    content: none;
    margin-right: 0px;
  }
  .global_footer .copyright {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 3px;
  }
}
/* max-width:896px */
/*****************************************************

 Page - Home
 
*****************************************************/
/* top_introduction
----------------------------------------------------*/
.top_introduction {
  padding: 100px 0;
}
.top_introduction .col_box .vertical_copy_box {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 30%;
  padding: 0 5% 0 5%;
}
.top_introduction .col_box .vertical_copy_box .vertical_img {
  margin: 0 0 60px 0;
}
.top_introduction .col_box .vertical_copy_box .vertical_copy {
  position: relative;
  /*right: 20%;*/
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.6rem;
}
.top_introduction .col_box .sideways_copy {
  box-sizing: border-box;
  padding: 0 0 0 10%;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.6rem;
  width: 70%;
}
.top_introduction .top_photo {
  display: flex;
  flex-wrap: nowrap;
  padding: 120px 0 0;
  margin: 0 auto;
  width: 90%;
}
.top_introduction .top_photo .col4 img {
  width: 100%;
}

/* SP */
@media screen and (max-width: 896px) {
  .top_introduction {
    padding: 40px 0;
  }
  .top_introduction .col_box .vertical_copy_box {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 5% 0 5%;
  }
  .top_introduction .col_box .vertical_copy_box .vertical_img {
    margin: 0 auto;
    width: 60%;
  }
  .top_introduction .col_box .vertical_copy_box .vertical_img img {
    width: 100%;
  }
  .top_introduction .col_box .vertical_copy_box .vertical_copy {
    position: relative;
    /*right: 26%;*/
    writing-mode: vertical-rl;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 2.6rem;
    margin: 24px 0 0 0;
  }
  .top_introduction .col_box .sideways_copy {
    box-sizing: border-box;
    padding: 10% 0 0;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 1.4rem;
    width: 100%;
  }
  .top_introduction .top_photo {
    display: flex;
    flex-wrap: nowrap;
    padding: 40px 0 0;
    margin: 0 auto;
    width: 90%;
  }
  .top_introduction .top_photo .col4 img {
    width: 100%;
  }
}
/* max-width:896px */
/* top_members
----------------------------------------------------*/
.top_members {
  padding: 80px 0;
}
.top_members p {
  text-align: center;
}

/* SP */
@media screen and (max-width: 896px) {
  .top_members {
    padding: 40px 0;
  }
  .top_members p {
    text-align: left;
  }
}
/* max-width:896px */
/* top_link
----------------------------------------------------*/
.top_link {
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}
.top_link .col2 {
  position: relative;
  box-sizing: border-box;
  width: 48%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.04);
  padding: 64px 56px 80px;
}
.top_link .col2:nth-child(n+3) {
  width: 50%;
  margin: 4% 0 0 0;
}
.top_link .col2:nth-child(n+4) {
  width: 50%;
  margin: 4% 0 0 0;
  padding: 0;
}
.top_link .col2 .top_link_inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.top_link .col2.herb {
  background-image: url("../images/home/top_link_img_01.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
}
.top_link .col2.download {
  background-image: url("../images/home/top_link_img_02.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
}
.top_link .col2.access {
  background-image: url("../images/home/top_link_img_03.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
}
.top_link .col2 i {
  margin: 0 8px;
  text-align: center;
}
.top_link .col2 i:first-child {
  margin: 0 8px 0 12px;
}
.top_link .col2 .map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0px;
}
.top_link .col2 .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* SP */
@media screen and (max-width: 896px) {
  .top_link {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
  }
  .top_link .col2 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.04);
    padding: 16px 16px 60px;
  }
  .top_link .col2:nth-child(n+2) {
    width: 100%;
    margin: 4% 0 0 0;
  }
  .top_link .col2:nth-child(n+3) {
    width: 100%;
    margin: 4% 0 0 0;
    padding: 16px 16px;
  }
  .top_link .col2:nth-child(n+4) {
    width: 100%;
    margin: 4% 0 0 0;
    padding: 0;
  }
  .top_link .col2 .top_link_inner {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }
  .top_link .col2.herb {
    background-image: url("../images/home/top_link_img_01.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  .top_link .col2.download {
    background-image: url("../images/home/top_link_img_02.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  .top_link .col2.access {
    background-image: url("../images/home/top_link_img_03.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  .top_link .col2 i {
    margin: 0 8px;
    text-align: center;
  }
  .top_link .col2 i:first-child {
    margin: 0 8px 0 12px;
  }
  .top_link .col2 .map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0px;
  }
  .top_link .col2 .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* max-width:896px */
/*****************************************************

 Page - Members Only　会員専用ページ
 
*****************************************************/
/* Stock List　最新在庫表
----------------------------------------------------*/
.stock_list {
  position: relative;
  padding: 80px 0;
}
.stock_list .stock_list_download {
  position: relative;
  margin: 40px 0;
}
.stock_list .stock_list_download figure {
  margin: 0 auto;
  max-width: 680px;
}
.stock_list .stock_list_download figure img {
  width: 100%;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

/* SP */
@media screen and (max-width: 896px) {
  .stock_list {
    padding: 40px 0;
  }
  .stock_list .stock_list_download {
    position: relative;
    margin: 16px 0;
  }
  .stock_list .stock_list_download figure {
    margin: 0 auto;
    max-width: 680px;
  }
  .stock_list .stock_list_download figure img {
    width: 100%;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
  }
}
/* max-width:896px */
/* News　お知らせ
----------------------------------------------------*/
.member_news {
  position: relative;
  padding: 80px 0;
}
.member_news p {
  margin: 0 0 24px 0;
}
.member_news figure {
  max-width: 650px;
  margin: 24px auto 0;
}
.member_news figure img {
  width: 100%;
  height: auto;
}

/* SP */
@media screen and (max-width: 896px) {
  .member_news {
    padding: 40px 0;
  }
}
/* max-width:896px */
/* Recommended Items　おすすめ商品
----------------------------------------------------*/
.recommended {
  position: relative;
  padding: 80px 0;
}
.recommended .recommended_box {
  box-sizing: border-box;
  position: relative;
  margin: 40px 0 0;
  padding: 56px;
  background-color: #FFF;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.recommended .recommended_box h3 {
  margin-top: 24px;
}
.recommended .recommended_box figure {
  box-sizing: border-box;
  position: relative;
  width: 75%;
  height: auto;
  margin: 0 auto;
}
.recommended .recommended_box img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
.recommended .recommended_box .col_box .col3 {
  margin-top: 24px;
}
.recommended .recommended_box .col_box .col3 img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}
.recommended .herb_info {
  box-sizing: border-box;
  margin: 32px 0;
}
.recommended .herb_info ul {
  padding: 0;
  position: relative;
  border-top: 1px dashed #00a86e;
}
.recommended .herb_info ul li {
  padding: 16px 16px;
  border-bottom: 1px dashed #00a86e;
}

/* SP */
@media screen and (max-width: 896px) {
  .recommended {
    padding: 40px 0;
  }
  .recommended .recommended_box {
    margin: 16px 0 0;
    padding: 16px;
  }
  .recommended .recommended_box h3 {
    margin-top: 4px;
  }
  .recommended .recommended_box figure {
    width: 100%;
  }
  .recommended .recommended_box img {
    width: 100%;
    height: 235px;
    object-fit: cover;
  }
  .recommended .recommended_box .col_box .col3 {
    margin-top: 16px;
    width: 100%;
  }
  .recommended .recommended_box .col_box .col3 img {
    width: 100%;
    height: 235px;
    object-fit: cover;
  }
  .recommended .herb_info {
    box-sizing: border-box;
    margin: 0px 0 24px;
  }
  .recommended .herb_info ul {
    padding: 0;
    position: relative;
    border-top: 1px dashed #00a86e;
  }
  .recommended .herb_info ul li {
    padding: 16px 0px;
    border-bottom: 1px dashed #00a86e;
  }
}
/* max-width:896px */
.info_price {
  box-sizing: border-box;
  position: relative;
  margin: 80px 0 0;
  padding: 80px;
  border: 1px solid #cccccc;
  background-color: #fff;
}

/* SP */
@media screen and (max-width: 896px) {
  .info_price {
    margin: 40px 0 0;
    padding: 24px;
  }
}
/* max-width:896px */
/*****************************************************

 Page - Herb　ハーブの品種
 
*****************************************************/
/* category_list
----------------------------------------------------*/
.category_list {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  margin: 80px 0;
}
.category_list li {
  margin-left: 32px;
  height: 100%;
}
.category_list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
}
.category_list li a::before {
  content: '/';
  margin-right: 32px;
}
.category_list li a:hover {
  opacity: 0.5;
}
.category_list li:first-child {
  margin-left: 0;
}
.category_list li:first-child a::before {
  content: none;
  margin-right: 0px;
}

/* SP */
@media screen and (max-width: 896px) {
  .category_list {
    flex-wrap: wrap;
    margin: 40px 0;
    padding: 0 4%;
  }
  .category_list li {
    width: 32%;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #0dac67;
    margin: 2px;
    background-color: #FFF;
  }
  .category_list li a {
    font-size: 1.4rem;
  }
  .category_list li a::before {
    content: none;
    margin-right: 10px;
  }
  .category_list li:first-child a::before {
    content: none;
  }
}
/* max-width:896px */
/* herb_list
----------------------------------------------------*/
.herb_list {
  padding: 0 0 80px;
}
.herb_list .herb_icon_caution {
  font-size: 1.4rem;
  text-align: right;
}

.herb_list_box {
  display: flex;
  justify-content: space-between;
  background-color: #FFF;
  margin: 40px 0 0;
  padding: 32px;
}
.herb_list_box .herb_photo {
  width: 30%;
  height: auto;
}
.herb_list_box .herb_photo img {
  width: 300px;
  height: 225px;
  object-fit: cover;
}
.herb_list_box .herb_info {
  width: 67%;
  height: auto;
  line-height: 1.6;
  font-size: 1.5rem;
}
.herb_list_box .herb_info .caption {
  font-weight: 600;
  margin: 8px 0;
}
.herb_list_box .herb_info .herb_icon {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}
.herb_list_box .herb_info .herb_icon li {
  padding: 0 6px 0 0;
}

/* SP */
@media screen and (max-width: 896px) {
  .herb_list {
    padding: 0 0 40px;
  }
  .herb_list .herb_icon_caution {
    font-size: 1.2rem;
    text-align: left;
  }

  .herb_list_box {
    flex-wrap: wrap;
    margin: 16px 0 0;
    padding: 16px;
  }
  .herb_list_box .herb_photo {
    width: 100%;
    height: auto;
  }
  .herb_list_box .herb_photo img {
    width: 100%;
    height: 225px;
    object-fit: cover;
  }
  .herb_list_box .herb_info {
    width: 100%;
    height: auto;
    line-height: 1.6;
    font-size: 1.3rem;
  }
  .herb_list_box .herb_info .caption {
    font-weight: 600;
    margin: 8px 0;
  }
  .herb_list_box .herb_info .herb_icon {
    flex-wrap: wrap;
    margin: 10px 0 0 0;
  }
  .herb_list_box .herb_info .herb_icon li {
    padding: 0;
    width: 20%;
  }
  .herb_list_box .herb_info .herb_icon li img {
    width: 100%;
  }
}
/* max-width:896px */
/*****************************************************

 Page - Download　販促用データ
 
*****************************************************/
/* download
----------------------------------------------------*/
.pdf_download {
  padding: 80px 0;
}
.pdf_download .col_box {
  justify-content: flex-start;
}
.pdf_download a {
  display: block;
  position: relative;
  box-sizing: border-box;
}
.pdf_download a .btn_green_pdf {
  box-sizing: border-box;
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0px;
  bottom: 0px;
  margin: 0;
  padding: 6px 20px;
  background-color: rgba(0, 168, 110, 0.7);
  color: #FFF;
  font-weight: 500;
  text-decoration: none;
  font-size: 2.4rem;
}
.pdf_download a .btn_green_pdf:hover {
  background-color: rgba(0, 168, 110, 0.6);
}
.pdf_download figcaption {
  margin: 10px auto 0;
  text-align: center;
}
.pdf_download .white_frame {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 246px;
  margin: 40px 0 0;
  border: 2px solid #FFF;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
.pdf_download .white_frame img {
  width: 100%;
  height: auto;
}

/* SP */
@media screen and (max-width: 896px) {
  .pdf_download {
    padding: 40px 0;
  }
  .pdf_download .col_box {
    justify-content: flex-start;
  }
  .pdf_download a .btn_green_pdf {
    width: 40px;
    height: 40px;
    padding: 6px 13px;
    font-size: 1.4rem;
  }
  .pdf_download figcaption {
    margin: 6px auto 0;
  }
  .pdf_download .white_frame {
    height: 115px;
    margin: 24px 0 0;
  }
}
/* max-width:896px */
/* how_to_use
----------------------------------------------------*/
.how_to_use {
  padding: 80px 0;
}
.how_to_use .white_frame {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 246px;
  margin: 40px 0 0;
  border: 2px solid #FFF;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
.how_to_use .white_frame img {
  width: 100%;
  height: auto;
}
.how_to_use figcaption {
  margin: 10px auto 0;
  text-align: center;
}

/* SP */
@media screen and (max-width: 896px) {
  .how_to_use {
    padding: 40px 0;
  }
  .how_to_use .white_frame {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 238px;
    margin: 32px 0 0;
    border: 2px solid #FFF;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  }
  .how_to_use .white_frame img {
    width: 100%;
    height: auto;
  }
  .how_to_use figcaption {
    margin: 10px auto 0;
    text-align: center;
  }
}
/* max-width:896px */
/*****************************************************

 Page - Contact　お問い合わせ
 
*****************************************************/
/* contact_info
----------------------------------------------------*/
.contact_info {
  padding: 80px 0;
}
.contact_info .h3_title {
  margin: 24px 0 0;
}

/* SP */
@media screen and (max-width: 896px) {
  .contact_info {
    padding: 40px 0;
  }
  .contact_info .h3_title {
    margin: 24px 0 0;
  }
}
/* max-width:896px */
/* contact_form
----------------------------------------------------*/
.contact_form {
  padding: 80px 0;
}

/* SP */
@media screen and (max-width: 896px) {
  .contact_form {
    padding: 40px 0 20px;
  }
}
/* max-width:896px */
/* policy_scroll_box
-----------------------------------*/
.policy_scroll_box {
  margin-top: 8px;
  width: auto;
  height: 290px;
  padding: 24px;
  box-sizing: border-box;
  border: 1px #CCCCCC solid;
  background: #FFF;
  overflow-y: scroll;
  line-height: 1.6;
  font-size: 1.4rem;
}
.policy_scroll_box::-webkit-scrollbar {
  width: 8px;
}
.policy_scroll_box::-webkit-scrollbar-track {
  background: #CCCCCC;
}
.policy_scroll_box::-webkit-scrollbar-thumb {
  background: #444444;
}
.policy_scroll_box h3 {
  margin: 0 auto 24px;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.policy_scroll_box h4 {
  margin: 24px 0 0;
  color: #333333;
  font-weight: 700;
}
.policy_scroll_box ul, .policy_scroll_box ol {
  margin: 8px 8px;
}
.policy_scroll_box ul li {
  text-indent: -1.4rem;
  margin-left: 1.4rem;
}
.policy_scroll_box ul li::before {
  content: '・';
}
.policy_scroll_box ol li {
  list-style: decimal;
  margin-left: 1.4rem;
}
.policy_scroll_box p strong {
  font-weight: 700;
}

@media screen and (max-width: 1030px) {
  .policy_scroll_box {
    margin: 8px 0 24px 0;
    width: auto;
    padding: 16px;
    box-sizing: border-box;
    /*height: 180px;
    overflow-y: scroll;*/
  }
  .policy_scroll_box h3 {
    margin: 0 auto 24px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
  }
  .policy_scroll_box h4 {
    margin: 24px auto 8px;
    font-weight: 700;
  }
  .policy_scroll_box ul {
    margin: 8px 8px;
  }
  .policy_scroll_box ul li {
    text-indent: -1.4rem;
    margin-left: 1.4rem;
  }
}
/* mailform_area
----------------------------------------------------*/
.mailform_area {
  margin-top: 40px;
}
.mailform_area span.required {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  background: #056ec4;
  border-radius: 1px;
  padding: 1px 7px 1px;
  box-sizing: border-box;
  line-height: 1;
  border-radius: 1.7px;
}
.mailform_area .catch {
  margin: 64px 0 24px;
  color: #f73746;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
}

@media screen and (max-width: 896px) {
  .mailform_area {
    margin-top: 24px;
  }
  .mailform_area span.required {
    font-size: 1.2rem;
    padding: 2px 6px 2px 6px;
  }
  .mailform_area .catch {
    margin: 64px 0 24px;
    color: #f73746;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2px;
  }
}
.contact_table {
  margin: 40px 0 0;
  padding: 0 0 32px;
  border-top: solid 1px #a3a3a3;
}

/* tbl_form
---------------------------------------*/
.tbl_form {
  /*margin-top: 40px;*/
  width: 100%;
  border-collapse: collapse;
}
.tbl_form caption {
  margin: 64px 0 24px;
  color: #f73746;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
}
.tbl_form tr {
  /*&:first-child{
  	th,td{
  		border-top:0;
  	}
  }*/
}
.tbl_form tr th, .tbl_form tr td {
  border-top: solid 1px #a3a3a3;
}
.tbl_form tr th {
  width: 24%;
  width: 320px;
  padding: 32px 24px;
  font-weight: 700;
  box-sizing: border-box;
  position: relative;
}
.tbl_form tr th span.required {
  position: relative;
  margin: 0 0 0 16px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  background: #056ec4;
  border-radius: 4px;
  padding: 1px 7px 2px;
  box-sizing: border-box;
  line-height: 1;
}
.tbl_form tr td {
  width: 76%;
  width: 960px;
  padding: 32px 24px;
  text-align: left;
  line-height: 1.8;
}
.tbl_form tr:last-child th, .tbl_form tr:last-child td {
  border-bottom: solid 1px #a3a3a3;
}
.tbl_form tr:first-child th, .tbl_form tr:first-child td {
  border-top: none;
}

.tbl_form + .link_btn {
  margin-top: 64px;
}

@media screen and (max-width: 896px) {
  .tbl_form {
    margin-top: 24px;
    width: 100%;
    font-size: 1.4rem;
  }
  .tbl_form caption {
    margin: 24px 0 16px;
    color: #f73746;
    font-size: 1.6rem;
  }
  .tbl_form tr th {
    display: block;
    width: 100%;
    padding: 12px 0 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-weight: 700;
    text-align: left;
    position: relative;
  }
  .tbl_form tr th span.required {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    margin: 0 0 0 8px;
  }
  .tbl_form tr td {
    border-top: 0;
    display: block;
    width: 100%;
    padding: 12px 0;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.8;
    border-bottom: 0;
  }
  .tbl_form tr:last-child th {
    border-bottom: 0;
  }

  .tbl_form + .link_btn {
    margin-top: 40px;
  }
}
/* フォーム関係リセット
----------------------------------------------------*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  appearance: auto;
}

/* フォーム関係装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="number"], textarea, select {
  box-sizing: border-box;
  width: 100%;
  max-width: 778px;
  height: auto;
  padding: 13px 12px;
  background: #fff;
  border: 1px solid #c4c4c4;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 4px;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  color: #333;
}
input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, input[type="date"].w100, input[type="number"].w100, textarea.w100, select.w100 {
  width: 100%;
}
input[type="text"].w90, input[type="tel"].w90, input[type="email"].w90, input[type="date"].w90, input[type="number"].w90, textarea.w90, select.w90 {
  width: 90%;
}
input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, input[type="date"].w80, input[type="number"].w80, textarea.w80, select.w80 {
  width: 80%;
  max-width: 476px;
}
input[type="text"].w70, input[type="tel"].w70, input[type="email"].w70, input[type="date"].w70, input[type="number"].w70, textarea.w70, select.w70 {
  width: 70%;
}
input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, input[type="date"].w60, input[type="number"].w60, textarea.w60, select.w60 {
  width: 60%;
  max-width: 276px;
}
input[type="text"].w50, input[type="tel"].w50, input[type="email"].w50, input[type="date"].w50, input[type="number"].w50, textarea.w50, select.w50 {
  width: 50%;
}
input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, input[type="date"].w40, input[type="number"].w40, textarea.w40, select.w40 {
  width: 40%;
}
input[type="text"].w20, input[type="tel"].w20, input[type="email"].w20, input[type="date"].w20, input[type="number"].w20, textarea.w20, select.w20 {
  width: 20%;
}
input[type="text"].zip, input[type="tel"].zip, input[type="email"].zip, input[type="date"].zip, input[type="number"].zip, textarea.zip, select.zip {
  width: 40%;
}
input[type="text"].addr, input[type="tel"].addr, input[type="email"].addr, input[type="date"].addr, input[type="number"].addr, textarea.addr, select.addr {
  width: 100%;
}
input[type="text"].year, input[type="text"].month, input[type="text"].day, input[type="tel"].year, input[type="tel"].month, input[type="tel"].day, input[type="email"].year, input[type="email"].month, input[type="email"].day, input[type="date"].year, input[type="date"].month, input[type="date"].day, input[type="number"].year, input[type="number"].month, input[type="number"].day, textarea.year, textarea.month, textarea.day, select.year, select.month, select.day {
  width: 25%;
  max-width: 110px;
}

textarea {
  height: 180px;
}

.zip_btn {
  margin-left: 24px;
  color: #fff;
  background: #666;
  padding: 8px 24px;
  border-radius: 4px;
  cursor: pointer;
  cursor: hand;
}

@media screen and (max-width: 820px) {
  input[type="text"].w90, input[type="text"].w80, input[type="text"].w70, input[type="text"].w60, input[type="text"].w50, input[type="text"].w40, input[type="text"].w20, input[type="tel"].w90, input[type="tel"].w80, input[type="tel"].w70, input[type="tel"].w60, input[type="tel"].w50, input[type="tel"].w40, input[type="tel"].w20, input[type="email"].w90, input[type="email"].w80, input[type="email"].w70, input[type="email"].w60, input[type="email"].w50, input[type="email"].w40, input[type="email"].w20, input[type="date"].w90, input[type="date"].w80, input[type="date"].w70, input[type="date"].w60, input[type="date"].w50, input[type="date"].w40, input[type="date"].w20, input[type="number"].w90, input[type="number"].w80, input[type="number"].w70, input[type="number"].w60, input[type="number"].w50, input[type="number"].w40, input[type="number"].w20, textarea.w90, textarea.w80, textarea.w70, textarea.w60, textarea.w50, textarea.w40, textarea.w20, select.w90, select.w80, select.w70, select.w60, select.w50, select.w40, select.w20 {
    width: 100%;
  }
  input[type="text"].zip, input[type="tel"].zip, input[type="email"].zip, input[type="date"].zip, input[type="number"].zip, textarea.zip, select.zip {
    width: 50%;
  }
  input[type="text"].addr, input[type="tel"].addr, input[type="email"].addr, input[type="date"].addr, input[type="number"].addr, textarea.addr, select.addr {
    width: 100%;
    margin-top: 16px;
  }
  input[type="text"].year, input[type="text"].month, input[type="text"].day, input[type="tel"].year, input[type="tel"].month, input[type="tel"].day, input[type="email"].year, input[type="email"].month, input[type="email"].day, input[type="date"].year, input[type="date"].month, input[type="date"].day, input[type="number"].year, input[type="number"].month, input[type="number"].day, textarea.year, textarea.month, textarea.day, select.year, select.month, select.day {
    width: 24%;
  }

  .zip_btn {
    margin-left: 20px;
    color: #fff;
    background: #666;
    padding: 10px 16px;
    border-radius: 4px;
    cursor: pointer;
    cursor: hand;
    width: 40%;
    font-size: 1.2rem;
  }
}
/* Chrome */
::-webkit-input-placeholder {
  color: #cccccc;
}

/* Firefox */
::-moz-placeholder {
  color: #cccccc;
}

/* IE */
:-ms-input-placeholder {
  color: #cccccc;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
}

label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

label::before {
  width: 16px;
  height: 16px;
  margin-top: -9px;
}

label input[type="checkbox"]::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin-top: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
  position: absolute;
  content: '';
  top: 7px;
  left: 3px;
  width: 15px;
  height: 6px;
  border-left: 2px solid #206a97;
  border-bottom: 2px solid #206a97;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 896px) {
  input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
    top: 6px;
  }
}
.wpcf7-radio label::before {
  margin-top: -8px;
  border-radius: 50%;
}
.wpcf7-radio label::before {
  width: 16px;
  height: 16px;
  margin-top: -9px;
}
.wpcf7-radio input[type="radio"] label {
  padding: 3px 3px 3px 0;
}
.wpcf7-radio label input[type="radio"]::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin-top: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.wpcf7-radio input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  position: absolute;
  content: '';
  top: 12px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #666666;
}

@media screen and (max-width: 896px) {
  .wpcf7-radio input[type="radio"]:checked + span.wpcf7-list-item-label::after {
    top: 11px;
  }
}
[data-name="agree_policy"] .wpcf7-list-item {
  margin: 0 0 0 0 !important;
}

select.year,
select.month,
select.day {
  width: 15%;
}

/*エラー時の表示*/
.wpcf7-not-valid-tip {
  display: none !important;
}

/*お問い合わせ内容と備考欄（テキストエリア）のエラー時の表示*/
.wpcf7-not-valid {
  border-color: #c1272d !important;
  background: rgba(193, 39, 45, 0.1) !important;
  transition: all .3s;
}
.wpcf7-not-valid.w100, .wpcf7-not-valid.w90, .wpcf7-not-valid.w80, .wpcf7-not-valid.w70, .wpcf7-not-valid.w60, .wpcf7-not-valid.w50, .wpcf7-not-valid.w40, .wpcf7-not-valid.w20, .wpcf7-not-valid.zip, .wpcf7-not-valid.addr, .wpcf7-not-valid.detail, .wpcf7-not-valid.year, .wpcf7-not-valid.month, .wpcf7-not-valid.day {
  border: solid 1px #c1272d !important;
}
.wpcf7-not-valid.wpcf7-checkbox, .wpcf7-not-valid.wpcf7-radio {
  /*color: #a21b20 !important;*/
  font-weight: bold !important;
  background: transparent !important;
}
.wpcf7-not-valid.wpcf7-checkbox label::before, .wpcf7-not-valid.wpcf7-radio label::before {
  border-color: #c1272d !important;
  background: rgba(193, 39, 45, 0.1) !important;
  transition: all .3s;
}

.agree_checkbox {
  margin: 40px auto;
  text-align: center;
}

/* SP */
@media screen and (max-width: 896px) {
  .agree_checkbox {
    margin: 16px auto;
    text-align: center;
  }
}
/* max-width:896px */
/* btn_base
-----------------------------------*/
.btn_base {
  margin: 0 auto;
  width: 400px;
  background-color: #00a76d;
  border: 2px solid #00a76d;
  padding: 18px 16px 18px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all .3s;
  text-align: center;
  display: block;
  border-radius: 10px;
}
.btn_base:hover {
  color: #00a76d;
  background-color: #fff;
  border: 2px solid #00a76d;
}

@media screen and (max-width: 896px) {
  .btn_base {
    width: 80%;
    max-width: 400px;
    font-size: 1.4rem;
    padding: 14px 0;
  }
}
/*****************************************************

 Page - プライバシーポリシー
 
*****************************************************/
/* policy
----------------------------------------------------*/
.policy {
  padding: 80px 0;
}
.policy article {
  margin: 56px 0 0;
}
.policy ul li {
  text-indent: -1rem;
  margin-left: 1rem;
}
.policy ul li::before {
  content: '-';
  margin-right: 4px;
  font-size: 2rem;
}

/* SP */
@media screen and (max-width: 896px) {
  .policy {
    padding: 40px 0;
  }
  .policy article {
    margin: 24px 0 0;
  }
}
/* max-width:896px */
/*     reCAPTCHA     */
.grecaptcha-badge {
  z-index: 9999 !important;
}
