@charset "UTF-8";
/*---------------------------------------------
accordion
---------------------------------------------*/
.c-accd-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: none;
}

.c-box-1 {
  border: 1px solid #88c132;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}

.c-box-1.is-open .c-accd-headline::after {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
}

.is-open .c-accd-btn::after {
  background: none;
}

.c-accd-btn {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.c-accd-btn::after {
  content: "";
  background: #88c132;
  box-sizing: border-box;
  display: block;
  height: 85px;
  padding: 10px 35px;
  position: absolute;
  right: 0;
  top: -21px;
  z-index: 0;
}

.c-accd-btn__click {
  position: absolute;
  left: 8px;
  top: -10px;
  font-weight: 700;
  color: #fff;
}

.c-box-1__inr {
  margin-top: 35px;
  padding: 0 35px;
  display: none;
}

.c-box-1 .c-accd-headline {
  position: relative;
  margin-bottom: 0;
  padding: 0 45px;
}

.c-box-1 .c-accd-headline > img {
  max-width: 623px;
  margin: 0 auto;
}

.c-box-1 .c-accd-headline::before,
.c-box-1 .c-accd-headline::after {
  content: '';
  position: absolute;
  top: 50%;
  background: #fff;
  z-index: 1;
}

.c-box-1 .c-accd-headline::before {
  right: 27px;
  width: 17px;
  height: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-box-1 .c-accd-headline::after {
  right: 34px;
  width: 3px;
  height: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.business-body .c-box-1.is-open .c-accd-headline::after {
  content: '';
  position: absolute;
  top: 50%;
  background: #fff;
}

.c-box-1.is-open .c-accd-headline::before  {
  background: #88c132;
}

@media screen and (max-width: 768px) {
  .c-box-1__inr {
    padding: 0 15px;
  }

  .c-box-1 .c-accd-headline {
    padding: 0 30px;
  }

  .c-box-1 .c-accd-headline > img {
    max-width: 220px;
  }

  .c-box-1 .c-accd-headline::before {
    right: 9px;
    width: 21px;
  }

  .c-box-1 .c-accd-headline::after {
    right: 18px;
    height: 21px;
  }

  .c-accd-btn__click {
    left: 5px;
  }

  .c-accd-btn::after {
    height: 90px;
    padding: 0 20px;
  }
}

.c-box-2 {
  text-align: center;
  padding: 10px 0;
  border: 2px solid #18AA6D;
  font-size: 1.11111rem;
}
@media screen and (max-width: 768px) {
  .c-box-2 {
    font-size: 1rem;
  }
}

/*---------------------------------------------
style
---------------------------------------------*/
.business-body .c-heading-3.c-heading__co2-01,
.c-heading-3.c-heading__co2-01 {
  border-left: 2px solid #18aa6d;
}

.business-body .l-contents__mie .c-heading-3,
.business-body .l-contents__shizuoka .c-heading-3,
.business-body .l-contents__gifu .c-heading-3 {
  background: #f7ffe5;
}

.business-body .l-contents__mie .c-box--gray,
.business-body .l-contents__shizuoka .c-box--gray,
.business-body .l-contents__gifu .c-box--gray {
  background: #f7ffe5;
}