@charset "UTF-8";
/* =========================================================
company
========================================================= */
/*------------------------------------------
contents
------------------------------------------*/
.company-cont {
  padding-bottom: 120px;
}

.company-cont .c-cont__in {
  max-width: 855px;
}

.company-cont__txt {
  font-size: 14px;
  line-height: 1.5;
}

.company-cont .c-btn01__type01--52 {
  margin: 24px auto 0;
}

.company-block {
  margin: 64px auto 0;
}

.company-block__head {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}

.company-block__list {
  margin: 15px auto 0;
  border-top: 1px solid #D9D9D9;
}

.company-block__item {
  padding: 24px 0;
  border-bottom: 1px solid #D9D9D9;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
}

.company-block__item dt {
  width: 95px;
  font-weight: 700;
}

.company-block__item dd {
  flex: 1;
}

/*------------------------------------------
detail
------------------------------------------*/
@media (max-width: 768px) {
  .lounge-detail {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .lounge-detail {
    padding-top: 112px;
    padding-bottom: 120px;
  }
}
.lounge-detail__block {
  font-size: 14px;
  line-height: 1.5;
}

.lounge-detail__block + .lounge-detail__block {
  margin: 64px auto 0;
}

.lounge-detail__head {
  margin: 0 auto 24px;
  padding: 0 0 8px;
  border-bottom: 1px solid #D9D9D9;
  font-size: 24px;
  line-height: 1.5;
}

.lounge-detail__bottom > * + * {
  margin: 24px auto 0;
}

.lounge-detail__list > * {
  padding: 0 0 0 24px;
  position: relative;
}

.lounge-detail__list.check > *::before {
  content: "";
  width: 16px;
  height: 15px;
  background: url(../images/lounge/ico_check.svg) no-repeat center/contain;
  position: absolute;
  top: 3px;
  left: 0;
}

.lounge-detail__list.check > * + * {
  margin: 8px auto 0;
}

.lounge-detail__list.circle > *::before {
  content: "●";
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 2px;
}

.lounge-detail__note {
  color: #D9D9D9;
}

.lounge-detail__note.small {
  font-size: 12px;
}