.under-content .main-view {
  margin-bottom: 130px;
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .under-content .main-view {
    margin-bottom: 30px;
    padding-top: 70px;
  }
}

.under-content .main-view h1 {
  position: static;
}

.under-content .inner + .inner {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .under-content .inner + .inner {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .under-content .under-inner {
    padding: 0 20px;
  }
}

.under-content .under-inner + .under-inner {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .under-content .under-inner + .under-inner {
    margin-top: 50px;
  }
}

.under-content .simple-head-ttl {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .under-content .simple-head-ttl {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}

.under-content .table-wrap {
  width: 100%;
  border-collapse: collapse;
}

.under-content .table-wrap * {
  border-color: #dfdfdf !important;
}

.under-content .table-wrap th {
  background: #f9f9f9;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .under-content .table-wrap th {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 10px 0;
  }
}

.under-content .table-wrap th, .under-content .table-wrap td {
  border-left: #dfdfdf 1px solid;
  border-bottom: #dfdfdf 1px solid;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .under-content .table-wrap th, .under-content .table-wrap td {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.5;
  }
}

.under-content .table-wrap td {
  vertical-align: middle;
  padding: 15px 2% 15px 3%;
}

@media screen and (max-width: 767px) {
  .under-content .table-wrap td {
    padding: 12px 2% 12px 3%;
  }
}

@media screen and (max-width: 767px) {
  .under-content .text-direction-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
/*# sourceMappingURL=site.css.map */