.m-subpage-wrap {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 768px;
  margin-bottom: 50px;
}
.m-subpage-wrap .m-subpage-tabs {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}
.m-subpage-wrap .m-subpage-tabs .m-subpage-item {
  position: relative;
  width: auto;
  height: auto;
  flex: 1 1 30%;
}
.m-subpage-wrap .m-subpage-tabs .m-subpage-item.current > a {
  color: #6B338B;
  border: 1px solid #6B338B;
}
.m-subpage-wrap .m-subpage-tabs .m-subpage-item > a {
  position: relative;
  width: 100%;
  height: auto;
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #707070;
  text-align: center;
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  .m-subpage-wrap {
    padding: 0 1rem;
  }
  .m-subpage-wrap .m-subpage-tabs .m-subpage-item > a {
    padding: 12px 4px;
    font-size: 12.8px;
  }
}
@media (max-width: 640px) {
  .m-subpage-wrap .m-subpage-tabs {
    flex-direction: column;
    grid-gap: 5px;
  }
  .m-subpage-wrap .m-subpage-tabs .m-subpage-item {
    width: 100%;
  }
}
.sub-common-area {
  position: relative;
  width: 100%;
  height: auto;
}
.sub-common-area .container {
  position: relative;
  width: 100%;
  height: auto;
  padding: 150px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub-common-area .container .sub-title-area {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  align-items: center;
  background-color: #fff;
}
.sub-common-area .container .sub-title-area.recently::after {
  top: 45px;
}
.sub-common-area .container .sub-title-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 100%;
  height: 1px;
  background: #8E8E8E;
  z-index: 0;
}
.sub-common-area .container .sub-title-area .sub-title {
  position: relative;
  width: auto;
  height: auto;
  padding: 0 85px;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
  z-index: 1;
}
.sub-common-area .container .sub-title-area .sub-title > .light {
  font-size: 18px;
  color: #CCCCCC;
}
.sub-common-area .container .sub-title-area .sub-description {
  position: relative;
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #8E8E8E;
  z-index: 1;
}
.sub-common-area .container .sub-title-area .sub-description br {
  display: none;
}

@media (max-width: 1024px) {
  .sub-common-area .container {
    padding: 80px 0;
  }
  .sub-common-area .container .sub-title-area {
    grid-gap: 1rem;
  }
  .sub-common-area .container .sub-title-area::after {
    top: 14px;
  }
  .sub-common-area .container .sub-title-area .sub-title {
    font-size: 24px;
  }
  .sub-common-area .container .sub-title-area .sub-description {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .sub-common-area .container .sub-title-area .sub-title {
    padding: 0 40px;
  }
}/*# sourceMappingURL=common.css.map */