/*------------------------------------------
* layout
------------------------------------------*/
.l-flex-wrap {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .l-flex-wrap {
    flex-wrap: wrap;
  }
}

.l-flex {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .l-flex {
    display: block;
  }
}

/*------------------------------------------
* module
------------------------------------------*/
body {
  background: #fff;
}

table {
  margin: 0;
}

table tr:nth-of-type(2n + 1) {
  background: none;
}

table:not(.has-border-color) :where(th, td) {
  border: none;
}

table.company_history td strong {
  font-weight: normal;
}

table th {
  background: none;
}

.p-companyAccess__content table td strong {
  font-weight: 700;
}

.a-serviceIntroductionItem__subtitle {
  line-height: 1.1;
}

.video-container,
.instagram-container,
.facebook-container {
  max-width: 100%;
  margin: 0;
}

video {
  max-width: none;
}

a {
  color: #8ace36;
}

ol,
ul {
  padding-left: 0;
}

#company_info_ja td p {
  margin-bottom: 0;
}

.member-info {
  margin-bottom: 2.5rem;
}

.tel-title {
  display: block;
}

.p-contact__content .contact-description {
  margin-bottom: 2rem;
  text-align: center;
}

.p-contact__content .contact-notes {
  margin-bottom: 2rem;
}

.p-contact__content .contact-notes p {
  margin-bottom: 0;
  line-height: 1.6;
}

.o-privacyTable :where(th, td) {
  border: 1px solid #666 !important;
}

.p-privacy__content .privacy-general-box-title {
  margin-bottom: 6px;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}

.p-privacy__content .contents section.privacy-section,
.page-id-782 .p-privacy__content .contents section,
.page-id-784 .p-privacy__content .contents section {
  border: none;
  padding-bottom: 0;
}

.p-privacy__content .privacy-general-box-title {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.p-privacy__content .contents a:hover,
.p-__content .contents a:hover {
  color: #8ace36;
  text-decoration: none;
}

.o-articleDetail__title {
  margin-top: 10px;
}

.field-title + br {
  display: none;
}

.pagination .pagination_arrow_left a:hover,
.pagination .pagination_arrow_right a:hover {
  background: #8ace36;
  border-radius: 4px;
}

.pagination .pagination_center a:hover,
a:hover {
  background: none;
  color: #8ace36;
  text-decoration: none;
}

.pagination {
  margin: 120px 0 0;
}

.o-contactForm__item textarea {
  padding: 0.875rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .news_category,
  .news_date {
    display: block;
  }
}
@media screen and (max-width: 47.9375em) {
  .contents_news_list .table_style a > div:last-child {
    clear: both;
    margin-top: 0;
    padding-top: 15px;
  }
}/*# sourceMappingURL=style.css.map */