@charset "UTF-8";
/**
 * Main Stylesheet
 * 
 */

/*------------------------------------------
  色設定
--------------------------------------------*/
:root {
  --text-color: #454545;
  --main-color: #00873b;
  /* --dark-color: #003060; */
  --dark-color: #00873b;
  --light-color: #dcebc5;
  --high-color: #00873b;
  --natural-color: #dfd4be;
  --accent-color: #499475;
  --background-color: #fcf8f4;
  --logo-color: #00439a;
  --link-color: #003060;
  /* --visited-color: #003060; */
  --visited-color: #00873b;
  --page-top-color: #00873b;
  --error-color: #e51221;
}


/* ==========================================================================
   Module
   ページを構成するスタイルを定義
   ========================================================================== */
/*---------------------------------------------------------------------------
   共通デザイン構成クラス
  --------------------------------------------------------------------------- */
/*------------------------------------------
  共通ヘッダー
--------------------------------------------*/

@media (max-width: 767px){ 
  .navbar_brand {
    width: 70%;
  }
}

nav {
  font-family: "Zen Kaku Gothic New", system-ui;
}

@media (min-width: 992px) {
}
@media (max-width: 991px) {
}

@media (min-width: 768px){ 
}

/*------------------------------------------
  ハンバーガーメニュー
--------------------------------------------*/
.hamb_menu .btn_menu {
  background-color: var(--light-color);
}
.hamb_menu .menu_contents {
  background-color: var(--light-color);
}
.hamb_menu .menu_contents li a {
  color: var(--text-color) !important;
}
/*------------------------------------------
  共通フッター
--------------------------------------------*/
footer {
  font-family: "Zen Kaku Gothic New", system-ui;
  background-color: #dcebc5;
  color: var(--text-color);
}
footer a {
  color: var(--text-color) !important;
}

.footer_nav {
  margin-bottom: 2rem;
}
.footer_nav li:last-child {
  border-right: none;
}
.footer_nav li a {
  display: block;
  color: var(--text-color) !important;
}
@media (min-width: 768px){
  .footer_nav li {
    border-right: 1px solid var(--text-color);
    padding: 0 15px;
  }
}
@media (max-width: 767px){
  .footer_nav li {
    width: 100%;
    border-bottom: 1px solid var(--text-color);
    padding: 10px 5px;
  }
}

footer .copyright {
  font-size: 70%;
}

/*------------------------------------------
  中ページヘッダー
--------------------------------------------*/
.entry-title {
  font-family: "Sawarabi Gothic", system-ui;
}
@media (max-width: 767px){
  .page .entry-header .entry-title .title_eng {
    font-size: 150%;
  }
}

.page .entry-header img {
  object-position: bottom;
}

/*------------------------------------------
  パンくずリスト
--------------------------------------------*/
.breadcrumb_area {
  font-family: "Zen Kaku Gothic New", system-ui;
}
/*---------------------------------------------------------------------------
  ページデザイン構成クラス
  --------------------------------------------------------------------------- */
/*------------------------------------------
 FAQ
--------------------------------------------*/
.faq_q {
  position: relative;
  background-color: #fff;
  border-bottom: 2px solid #ccc;
  cursor: pointer;
  padding: 1rem 3.5rem 1rem 1rem;
  padding-left: 2.5em;
  text-indent: -1.5em;
}
.archive_faq .faq_q {
  background-color: #efefef;
}
@media (min-width: 768px){
  .faq_q {
    padding: 1rem 3rem 1rem 1rem;
    padding-left: 2.5em;
    text-indent: -1.5em;
  }
}
@media (min-width: 992px){
  .faq_q {
    padding: 2rem;
    padding-left: 3.5em;
    text-indent: -1.5em;
  }
}
.faq_q:before {
  content: 'Q';
  margin-right: 10px;
  font-family: "Zen Kaku Gothic New", system-ui;
  font-size: 140%;
  font-weight: bold;
}
.faq_q:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-bottom: 2px solid #fff;
  color: #fff;
  content: '\f067';
  font-family: 'Font Awesome 6 Free';
  font-weight: bold;
  padding: 1.5rem;
  transition: all 0.5s 0.5s ease;
  display: flex;
  align-items: center;
  text-indent: 0;
}
.is_opened .faq_q:after {
  content: '\f068';
}
@media (min-width: 768px){
}
@media (min-width: 992px){
  .faq_q:after {
    line-height: 2.2;
    padding: 2rem;
  }
}
.faq_content {
  padding: 1rem;
}
.ans_text {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.ans_text:before {
  content: 'A';
  margin-right: 10px;
  font-family: "Zen Kaku Gothic New", system-ui;
  font-size: 140%;
  font-weight: bold;
}
@media (min-width: 768px){
}
@media (min-width: 992px){
  .faq_content {
    padding: 2rem;
  }
}

.btn_area {
  margin-top: 2rem;
}
.btn_faq {
  width: 90%;
  margin: auto;
}
@media (min-width: 768px){
}
@media (min-width: 992px){
  .btn_faq {
    width: 30%;
  }
}

/*------------------------------------------
 新着情報
--------------------------------------------*/
.btn_news {
  border-color: var(--dark-color);
}

/*------------------------------------------
 お問い合わせ
--------------------------------------------*/
.page.contact,
.page.contact-confirm {
	font-family: "Zen Kaku Gothic New", system-ui;
}

.page.contact .entry-header img {
  object-position: center;
}
.submit_area {
  display: flex;
  justify-content: center;

}
input[type="button"].back {
  background-color: #ccc;
  color: #555;
}

/*------------------------------------------
 お客様の声
--------------------------------------------*/
/* 詳細はeditor-style.css 参照 */

/*------------------------------------------
 会社概要
--------------------------------------------*/
/* 詳細はeditor-style.css 参照 */

/*------------------------------------------
 主な成分
--------------------------------------------*/
/* 詳細はeditor-style.css 参照 */
