#noside_contents.nop-profile-template {
  width: 100% !important;
  max-width: 100% !important;
}

#noside_contents.nop-profile-template #page_post,
#noside_contents.nop-profile-template .post_content.clearfix {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.nop-managed-profile,
.nop-managed-profile *,
.nop-managed-profile *::before,
.nop-managed-profile *::after {
  box-sizing: border-box;
}

.nop-managed-profile {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 0 80px;
  color: #2b2b2b;
  background: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
}

.nop-managed-profile .lo-est-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 34px 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nop-managed-profile .lo-est-photo-wrap {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 30px;
  text-align: center;
}

.nop-managed-profile .lo-est-photo {
  display: inline-block;
  width: 220px;
  max-width: 220px;
  height: auto;
  margin: 0 auto;
  border: 0;
  box-shadow: none;
}

.nop-managed-profile .lo-est-section {
  width: 100%;
  margin: 0 0 92px;
}

.nop-managed-profile .lo-est-title {
  width: 100%;
  text-align: center;
  margin: 0 0 42px;
}

.nop-managed-profile .lo-est-title-text {
  display: inline-block;
  font-size: clamp(26px, 2.6vw, 42px);
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #2d2d2d;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

.nop-managed-profile .lo-est-title-text::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin: 14px auto 0;
  background: #2d77ad;
}

.nop-managed-profile .lo-est-single,
.nop-managed-profile .lo-est-history,
.nop-managed-profile .lo-est-list,
.nop-managed-profile .lo-est-copy,
.nop-managed-profile .lo-est-html {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.nop-managed-profile .lo-est-single {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.nop-managed-profile .lo-est-history {
  text-align: left;
}

.nop-managed-profile .lo-est-row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  column-gap: 32px;
  align-items: start;
  width: 100%;
  margin: 0;
  padding: 18px 0;
  border: 0;
}

.nop-managed-profile .lo-est-year {
  font-size: 15px;
  line-height: 2;
  color: #2d77ad;
  white-space: nowrap;
  text-align: left;
}

.nop-managed-profile .lo-est-body {
  min-width: 0;
  font-size: 15px;
  line-height: 2;
  color: #333;
  text-align: left;
  word-break: normal;
  overflow-wrap: anywhere;
}

.nop-managed-profile .lo-est-body a,
.nop-managed-profile .lo-est-list a,
.nop-managed-profile .lo-est-copy a,
.nop-managed-profile .lo-est-html a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.nop-managed-profile .lo-est-list {
  padding: 0;
  text-align: left;
  list-style-position: outside;
}

.nop-managed-profile .lo-est-list li {
  margin: 0 0 12px 1.2em;
  padding: 0;
  font-size: 15px;
  line-height: 2;
}

.nop-managed-profile .lo-est-copy,
.nop-managed-profile .lo-est-html {
  text-align: left;
}

.nop-managed-profile .lo-est-html .lo-est-single {
  max-width: 760px;
}

.nop-managed-profile .lo-est-media-banners {
  width: 100%;
  max-width: 720px;
  margin: 34px auto 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.nop-managed-profile .lo-est-media-banners__item,
.nop-managed-profile .lo-est-media-banners__item a {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.nop-managed-profile .lo-est-media-banners__item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 0;
  box-shadow: none;
}

@media (max-width: 1024px) {
  .nop-managed-profile .lo-est-inner {
    padding: 28px 32px 0;
  }

  .nop-managed-profile .lo-est-single,
  .nop-managed-profile .lo-est-history,
  .nop-managed-profile .lo-est-list,
  .nop-managed-profile .lo-est-copy,
  .nop-managed-profile .lo-est-html {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .nop-managed-profile {
    max-width: 100%;
  }

  .nop-managed-profile .lo-est-inner {
    max-width: 100%;
    padding: 24px 16px 0;
  }

  .nop-managed-profile .lo-est-photo-wrap {
    margin-bottom: 24px;
  }

  .nop-managed-profile .lo-est-photo {
    width: 190px;
    max-width: 190px;
  }

  .nop-managed-profile .lo-est-section {
    margin-bottom: 64px;
  }

  .nop-managed-profile .lo-est-single,
  .nop-managed-profile .lo-est-history,
  .nop-managed-profile .lo-est-list,
  .nop-managed-profile .lo-est-copy,
  .nop-managed-profile .lo-est-html {
    max-width: calc(100% - 28px);
  }

  .nop-managed-profile .lo-est-media-banners {
    max-width: 100%;
    margin-top: 24px;
    gap: 18px;
  }

  .nop-managed-profile .lo-est-row {
    grid-template-columns: 1fr;
    row-gap: 2px;
    padding: 16px 0;
  }

  .nop-managed-profile .lo-est-year,
  .nop-managed-profile .lo-est-body {
    font-size: 15px;
    line-height: 2.05;
  }
}
