/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/styles/about-plus-style.scss ***!
  \***********************************************************************************************************************************************************************************/
.subpage .subpage-content {
  margin-top: -22px;
  max-width: 840px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .subpage .subpage-content {
    margin-top: 0;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
  }
}
.subpage .subpage-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 24px;
  background: #F9F9F9;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .subpage .subpage-intro {
    margin-bottom: 20px;
    padding: 18px 12px;
  }
}
.subpage .subpage-intro p {
  color: #E50046;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}
@media screen and (max-width: 1024px) {
  .subpage .subpage-intro p {
    font-size: 16px;
    line-height: 1.7;
  }
}
.subpage .subpage-intro p:last-child {
  margin-bottom: 0;
}
.subpage .company-document-container {
  margin-bottom: 0;
}
.subpage .company-profile-list {
  padding-bottom: 0;
}
.subpage .company-document-container dl {
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .subpage .company-document-container dl {
    margin-bottom: 40px;
  }
}
.subpage .company-document-container dl dt {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .subpage .company-document-container dl dt {
    margin-bottom: 10px;
  }
}
.subpage .company-document-container dl dd {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .subpage .company-document-container dl dd {
    margin-bottom: 20px;
  }
}
.subpage .company-document-container dl dd:last-child {
  margin-bottom: 0;
}
.subpage .company-document-container {
  padding-top: 0px;
}
.subpage .heading-wrapper {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .subpage .heading-wrapper {
    margin-bottom: 20px;
  }
}
.subpage .company-profile-item {
  padding: 16px;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .subpage .company-profile-item {
    padding: 6px 10px;
  }
}
.subpage .company-profile-heading {
  color: #333;
  font-size: 14px;
  padding: 0;
  font-weight: 700;
  line-height: normal;
  width: 160px;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .subpage .company-profile-heading {
    width: 100%;
    margin-bottom: 6px;
  }
}
.subpage .company-profile-body {
  padding: 0;
}
.subpage .company-profile-body-txt {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.border-color-pink,
.border-color-pink * {
  border-color: #E50046;
}

@media screen and (max-width: 1024px) {
  .border-color-pink {
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .border-color-pink .heading {
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .border-color-pink .heading-left {
    height: auto;
    padding: 10px 0;
  }
}

.company-document-container dl dt::before {
  margin: auto;
  bottom: 0;
}
