@charset "UTF-8";
/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*
$gray_color01: #D1D1D1;
$gray_color02: #ccc;
$gray_color03: #777;
$gray_color04: #555;
$gray_color05: #F4F3F3;
$gray_color06: #ddd;
*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*
Theme Name: template1.01
Description: template1.01　全ページカスタマイズテーマです。
*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img.border10 {
  border-radius: 10px;
}

img.border06 {
  border-radius: 6px;
}

img.border20 {
  border-radius: 20px;
}

.f28 {
  font-size: clamp(20px, 0.841rem + 1.21vw, 28px);
}

.f26 {
  font-size: clamp(18px, 0.716rem + 1.21vw, 26px);
}

.txt_gr {
  color: #01956A;
}

.contents_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .contents_wrap {
    max-width: calc($content_width - 40px);
  }
}

.contents_wrap.w700 {
  max-width: 700px;
}

.contents_wrap.w800 {
  max-width: 800px;
}

.contents_wrap.w900 {
  max-width: 900px;
}

.contents_wrap.w1000 {
  max-width: 1000px;
}

.contents_wrap.w1600 {
  max-width: 1600px;
}

@media screen and (max-width: 1600px) {
  .contents_wrap.w1600 {
    padding: 0 5%;
  }
}

@media screen and (max-width: 1215px) {
  .contents_wrap {
    padding: 0 5%;
  }
}

/*******************/
/*　FAQ　アコーディオン02*/
/*******************/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  /*アコーディオンタイトル*/
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area .faq_title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  color: #240506;
  font-weight: normal;
  padding: 15px 3% 15px 40px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #CFECB5;
  border-radius: 6px;
  font-size: clamp(14px, 0.761rem + 0.48vw, 1.125rem);
  font-weight: 600;
  /*　closeというクラスがついたら形状変化　*/
}

@media screen and (max-width: 1024px) {
  .accordion-area .faq_title {
    padding: 15px 10% 15px 40px;
  }
}

.accordion-area .faq_title:before, .accordion-area .faq_title:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #655906;
}

.accordion-area .faq_title:before {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-area .faq_title:after {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion-area .faq_title span:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: absolute;
  top: 26%;
  left: 12px;
  background-image: url(../images/icon/faq/faq_q_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.accordion-area .faq_title.close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.accordion-area .faq_title.close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion-area .inbox {
  position: relative;
  display: none;
  /*はじめは非表示*/
  padding: 18px 3% 18px 40px;
}

.accordion-area .inbox:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: absolute;
  background-image: url(../images/icon/faq/faq_a_icon.svg);
  top: 20px;
  left: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

/************/
/* ------------ */
/* 廃塗料リサイクルシステム */
/* ------------ */
.page-id-3026 .sec01 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .page-id-3026 .sec01 {
    padding: 50px 0;
  }
}

.page-id-3026 .sec02 {
  position: relative;
  background-color: #F9FFEC;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .page-id-3026 .sec02 {
    padding: 50px 0;
  }
}

.page-id-3026 .sec03 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .page-id-3026 .sec03 {
    padding: 50px 0;
  }
}

.page-id-3026 .sec03 .sub_images_ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 3px #047B56;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  padding: 25px 0;
  color: #047B56;
  font-size: 22px;
}

@media screen and (max-width: 1024px) {
  .page-id-3026 .sec03 .sub_images_ul li {
    font-size: 16px;
    padding: 18px 0;
  }
}

.page-id-3026 .sec04 {
  position: relative;
  background-color: #F9FFEC;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .page-id-3026 .sec04 {
    padding: 50px 0;
  }
}

.page-id-3026 .sec05 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .page-id-3026 .sec05 {
    padding: 50px 0;
  }
}

.home .sec01 {
  background-color: #f4f9e4;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .home .sec01 {
    padding: 50px 0;
  }
}

/*# sourceMappingURL=css_map/style.css.map */
