@charset "UTF-8";
.wrap {
  overflow: hidden;
  background-color: #fAFAFA;
}
@media only screen and (min-width: 769px) {
  .wrap__inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: stretch;
    align-items: stretch;
  }
}
@media only screen and (max-width: 768px) {
  .wrap {
    padding-top: 56px;
  }
}

@media only screen and (min-width: 769px) {
  .main-contents {
    flex: 1;
    width: calc(100% - 320px);
  }
}

@media only screen and (min-width: 769px) {
  .site-main {
    height: 100%;
    display: flex;
    flex-flow: column;
  }
}

.article,
.section {
  flex: auto;
}

.gothic-light {
  font-family: "ヒラギノ角ゴ Pro W3";
}

.mincho {
  font-family: "Shippori Mincho", serif;
}

.shadow-box {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.common-table, .common-table--loop {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .common-table, .common-table--loop {
    margin: 20px 0;
  }
}
.common-table tr, .common-table--loop tr {
  border-top: 1px solid #CCCCCC;
}
@media only screen and (min-width: 769px) {
  .common-table tr:nth-of-type(odd), .common-table--loop tr:nth-of-type(odd) {
    background-color: #F1F1F1;
  }
}
.common-table tr:last-of-type, .common-table--loop tr:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}
.common-table th, .common-table--loop th {
  color: #758CB5;
  text-align: left;
  padding: 16px;
  font-weight: 700;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .common-table th, .common-table--loop th {
    padding: 8px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    background-color: #F1F1F1;
  }
}
.common-table td, .common-table--loop td {
  padding: 16px;
}
@media only screen and (max-width: 768px) {
  .common-table td, .common-table--loop td {
    padding: 8px;
    display: block;
    width: 100%;
  }
}
.common-table td[rowspan], .common-table--loop td[rowspan] {
  background-color: #FAFAFA;
}
@media only screen and (max-width: 768px) {
  .common-table td[rowspan], .common-table--loop td[rowspan] {
    background-color: #F1F1F1;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    font-weight: 700;
  }
}
@media only screen and (max-width: 768px) {
  .common-table td[rowspan] + td, .common-table--loop td[rowspan] + td {
    font-weight: 700;
  }
}
.common-table tbody th, .common-table--loop tbody th {
  width: 103px;
}
@media only screen and (max-width: 768px) {
  .common-table tbody th, .common-table--loop tbody th {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .common-table--loop thead {
    display: none;
  }
}
.common-table--loop thead th:not(:last-of-type) {
  border-right: 1px solid #CCCCCC;
}
.common-table--loop thead th:first-of-type {
  width: 90px;
}
@media only screen and (max-width: 768px) {
  .common-table--loop thead ~ tbody {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .common-table--loop thead ~ tbody:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.common-table--loop thead ~ tbody td {
  vertical-align: top;
  padding: 6px 16px;
}
@media only screen and (max-width: 768px) {
  .common-table--loop thead ~ tbody td {
    width: 100% !important;
    text-align: left;
    border-right: none;
  }
}
@media only screen and (min-width: 769px) {
  .common-table--loop thead ~ tbody td:not(:last-of-type) {
    border-right: 1px solid #CCCCCC;
  }
}
@media only screen and (min-width: 769px) {
  .common-table--loop thead ~ tbody td:nth-of-type(1) {
    width: 90px;
  }
}
@media only screen and (min-width: 769px) {
  .common-table--loop thead ~ tbody td:nth-of-type(2) {
    width: 155px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .common-table--loop thead ~ tbody td:nth-of-type(3) {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .common-table--loop thead ~ tbody td:nth-of-type(3) {
    padding-left: 2em;
  }
  .common-table--loop thead ~ tbody td:nth-of-type(3)::before {
    content: "内容";
    display: block;
    font-weight: 700;
    color: #758CB5;
  }
}
@media only screen and (min-width: 769px) {
  .common-table--loop thead ~ tbody td:nth-of-type(4) {
    width: 170px;
  }
}
@media only screen and (max-width: 768px) {
  .common-table--loop thead ~ tbody td:nth-of-type(4) {
    padding-left: 2em;
    padding-bottom: 12px;
  }
  .common-table--loop thead ~ tbody td:nth-of-type(4)::before {
    content: "講師";
    display: block;
    font-weight: 700;
    color: #758CB5;
  }
}
@media only screen and (max-width: 768px) {
  .common-table--loop thead ~ tbody tr {
    border: 1px solid #CCCCCC;
    border-top: none;
    display: block;
    width: 100%;
  }
}
.common-table--loop thead ~ tbody tr:not(:first-of-type) td:first-of-type {
  display: none;
}
.common-table--loop thead ~ tbody tr:nth-of-type(even) {
  background-color: #F1F1F1;
}
.common-btn {
  margin: 40px 0;
}
.common-btn a {
  border-radius: 8px;
  padding: 11px 25px;
  text-decoration: none;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
  display: inline-block;
  font-weight: bold;
  background-color: #244177;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .common-btn a {
    padding: 10px;
    font-size: 1.4rem;
  }
}
.common-notes {
  background-color: #F1F1F1;
  border: 1px solid #CCCCCC;
  padding: 40px;
  margin: 60px 0;
}
@media only screen and (max-width: 768px) {
  .common-notes {
    padding: 20px;
  }
}
.common-teacher-list {
  margin: 40px 0;
  letter-spacing: 0;
}
.common-teacher-list__item:not(:last-of-type) {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .common-teacher-list__item:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
.common-teacher-list__item__name {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 12px;
}
.common-special-list {
  margin: 24px 0;
}
.common-special-list__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.common-special-list__item a {
  display: block;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  color: #244177;
  font-weight: 600;
}
.common-category {
  margin-bottom: 24px;
}
@media only screen and (min-width: 769px) {
  .common-category {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.common-category__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.common-category__sponsor {
  line-height: 1;
  padding: 5px 0;
  padding-left: 15px;
  margin-left: 15px;
  word-break: keep-all;
}
@media only screen and (min-width: 769px) {
  .common-category__sponsor {
    border-left: 1px solid #CCCCCC;
  }
}
@media only screen and (max-width: 768px) {
  .common-category__sponsor {
    margin-left: 0;
    display: block;
    border-top: 1px solid #CCCCCC;
    padding-left: 0;
    padding-top: 15px;
    margin-top: 5px;
    text-align: right;
  }
}
.common-category__sponsor span {
  padding-left: 0.5em;
}
.common-links-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 10px -12px 0;
}
@media only screen and (max-width: 768px) {
  .common-links-list {
    flex-flow: column;
    align-items: flex-end;
  }
}
.common-links-list__item a {
  box-shadow: none !important;
  background: inherit !important;
  border-radius: 0 !important;
  padding: 5px 12px;
}
.common-end-link {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #CCCCCC;
}

.line-link a, .line-link--right a, .line-link--center a {
  display: inline-block;
  font-weight: 700;
  color: #244177;
}
.line-link a::after, .line-link--right a::after, .line-link--center a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #244177;
}
.line-link--center {
  text-align: center;
}
.line-link--right {
  text-align: right;
}

.title--icon {
  font-size: 2.4rem;
  border-bottom: 1px solid rgba(36, 65, 119, 0.25);
  position: relative;
  padding-left: 32px;
  padding-bottom: 16px;
  margin-bottom: 24px;
  margin-top: 40px;
  font-weight: bold;
}
.title--icon::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/icon_heading.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 4px;
  left: 0;
}

.title--line {
  font-size: 1.8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 21px;
  margin-top: 29px;
  font-weight: bold;
}
.title--line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(36, 65, 119, 0.25);
  flex: 1;
  margin-left: 7px;
}

.tag, .tag--member, .tag--category, .tag--prize--end, .tag--prize--true, .tag--prize--before, .tag--prize--now, .tag--course--full, .tag--course--before, .tag--course--false, .tag--course--true, .tag--course--now, .tag--event--full, .tag--event--before, .tag--event--false, .tag--event--true {
  padding: 0.1em 0.75em;
  display: block;
  border-radius: 8px;
  background-color: #ECF0F4;
  font-weight: 600;
}
.tag--event--true {
  background-color: #CADDF0;
  color: #2B6AE0;
}
.tag--event--false {
  background-color: #ccc;
  color: #333;
}
.tag--event--before {
  background-color: #CADDF0;
  color: #333;
}
.tag--event--full {
  background-color: #333333;
  color: #fff;
}
.tag--course--now {
  background-color: #244177;
  color: #fff;
}
.tag--course--true {
  background-color: #2B6AE0;
  color: #fff;
}
.tag--course--false {
  background-color: #ccc;
  color: #333;
}
.tag--course--before {
  background-color: #CADDF0;
  color: #2B6AE0;
}
.tag--course--full {
  background-color: #333333;
  color: #fff;
}
.tag--prize--now {
  background-color: #CADDF0;
  color: #244177;
}
.tag--prize--before {
  background-color: #ccc;
  color: #333;
}
.tag--prize--true {
  background-color: #2B6AE0;
  color: #fff;
}
.tag--prize--end {
  background-color: #244177;
  color: #fff;
}
.tag--category {
  border-radius: 5px;
  background-color: #ECF0F4;
  color: #244177;
  font-weight: normal;
}
.tag--member {
  background-color: #244177;
  color: #fff;
}

.breadcrumbs {
  background-color: #ECF0F4;
  font-size: 1.2rem;
  min-height: 40px;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 14px;
  margin-bottom: 48px;
  overflow: scroll;
  white-space: nowrap;
  scrollbar-width: none;
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 24px;
  }
}
.breadcrumbs a {
  color: #244177;
  display: inline-block;
}
.breadcrumbs a span {
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .breadcrumbs a:hover span {
    text-decoration: none;
  }
}
.breadcrumbs span {
  display: inline-block;
}
.breadcrumbs-separation {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/arw_bc.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 4px;
  padding-left: 8px;
  padding-right: 8px;
}

.nextprev {
  margin-top: 100px;
}
.nextprev a {
  font-weight: 700;
  color: #244177;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.nextprev::after {
  content: "";
  display: block;
  clear: both;
}
.nextprev__item::after, .nextprev__item--next::after, .nextprev__item--prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #244177;
}
.nextprev__item--prev {
  float: left;
}
.nextprev__item--prev a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/arw_prev.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.nextprev__item--next {
  float: right;
}
.nextprev__item--next a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/arw_next.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.wp-pagenavi, .wp-pagenavi--gray {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 88px;
  font-weight: 700;
}
.wp-pagenavi a, .wp-pagenavi--gray a,
.wp-pagenavi span,
.wp-pagenavi--gray span {
  width: 37px;
  height: 46px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background-color: #ECF0F4;
  color: #999999;
  margin: 0 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 350px) {
  .wp-pagenavi a, .wp-pagenavi--gray a,
.wp-pagenavi span,
.wp-pagenavi--gray span {
    width: 30px;
    height: 38px;
  }
}
.wp-pagenavi .current, .wp-pagenavi--gray .current {
  background-color: #ECF0F4;
}
.wp-pagenavi .page, .wp-pagenavi--gray .page {
  background-color: #244177;
  color: #fff;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi--gray .nextpostslink {
  background-color: #244177;
  color: #fff;
}
.wp-pagenavi .last, .wp-pagenavi--gray .last {
  background-color: #244177;
  color: #fff;
}
.wp-pagenavi--gray a,
.wp-pagenavi--gray span {
  color: #333333;
  background-color: #DDDDDD;
  box-shadow: none;
}
.wp-pagenavi--gray a.current,
.wp-pagenavi--gray span.current {
  background-color: #DDDDDD;
}
.wp-pagenavi--gray .nextpostslink,
.wp-pagenavi--gray .last {
  background-color: #DDDDDD;
  color: #333;
}
.wp-pagenavi--gray .page {
  color: #2B6AE0;
  border: 1px solid #2B6AE0;
  background-color: #fff;
}

.headline__tags-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin: -8px;
}
.headline__tags-list__item {
  margin: 8px;
}
.headline__title {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .headline__title {
    font-size: 2.4rem;
  }
}
.headline__lead {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-weight: 400;
}
.headline__meta {
  margin: 20px 0;
}
.headline__meta::after {
  content: "";
  display: block;
  clear: both;
}
.headline__meta--category {
  border-radius: 5px;
  background-color: #ECF0F4;
  color: #244177;
  font-weight: normal;
  padding: 0.1em 0.75em;
  display: block;
  border-radius: 8px;
  font-size: 1.2rem;
  float: left;
}
.headline__meta--date {
  color: #758CB5;
  font-weight: 600;
  float: right;
}
.headline__btn, .headline__btn--white {
  margin-top: 20px;
  margin-bottom: 36px;
}
.headline__btn a, .headline__btn--white a {
  border-radius: 8px;
  padding: 11px 25px;
  text-decoration: none;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
  display: inline-block;
  font-weight: bold;
  background-color: #244177;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .headline__btn a, .headline__btn--white a {
    padding: 8px 16px;
  }
}
.headline__btn--white a {
  background-color: #FAFAFA;
  color: #244177;
  border: 1px solid #244177;
}
@media only screen and (min-width: 769px) {
  .headline__grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.headline__grid__img {
  max-width: 200px;
}
@media only screen and (min-width: 769px) {
  .headline__grid__img {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .headline__grid__img {
    margin: 0 auto 20px;
  }
}
.headline__grid__contents {
  flex: 1;
}
.headline__grid__contents > *:first-child {
  margin-top: 0;
}
.headline__grid__contents > *:last-child {
  margin-bottom: 0;
}
.headline__buy-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -10px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .headline__buy-list {
    flex-flow: column;
    align-items: flex-start;
  }
}
.headline__buy-list__item {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .headline__buy-list__item:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
.headline__buy-list__item a {
  display: block;
  padding: 4px 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  text-decoration: underline;
  color: #244177;
}
@media only screen and (min-width: 769px) {
  .headline__buy-list__item a:hover {
    text-decoration: none;
  }
}
.headline__buy-list__item a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/arw_buy.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.content__body:not(:last-of-type), .page--issue .content__body--multiple:not(:last-of-type), .page--issue .content__body--single:not(:last-of-type) {
  margin-bottom: 3em;
}

.category-list {
  margin: 0 -16px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .category-list {
    flex-flow: column;
    align-items: flex-start;
  }
}
.category-list__item {
  margin: 0 10px;
}
@media only screen and (min-width: 769px) {
  .category-list__item {
    width: calc(50% - 20px);
  }
}
.category-list__item a {
  font-weight: 700;
  display: inline-block;
  padding: 6px;
  color: #244177;
}

.status-list__item:not(:last-of-type), .status-list__item--topics:not(:last-of-type) {
  margin-bottom: 26px;
}
.status-list__item a, .status-list__item--topics a {
  display: block;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .status-list__item a, .status-list__item--topics a {
    flex-flow: column;
  }
}
.status-list__item__txt {
  flex: 1;
  padding: 18px 26px 24px;
}
@media only screen and (max-width: 768px) {
  .status-list__item__txt {
    padding: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .status-list__item__img {
    margin-top: -10px;
    margin-right: 24px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .status-list__item__img {
    margin: 0 auto 20px;
  }
}
.status-list__item__img img {
  width: 127px;
  height: 127px;
  -o-object-fit: cover;
     object-fit: cover;
}
.status-list__item--topics a {
  padding: 24px;
  display: block;
}
.status-list__release {
  font-weight: 700;
  color: #758CB5;
  margin-bottom: 5px;
  display: block;
}
.status-list__title {
  color: #244177;
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 1.6rem;
  line-height: 2;
}
.status-list__data {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .status-list__data {
    table-layout: fixed;
  }
}
@media only screen and (max-width: 768px) {
  .status-list__data {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .status-list__data tr:not(:last-of-type) {
    display: block;
    margin-bottom: 5px;
  }
}
.status-list__data--head {
  color: #758CB5;
  font-weight: 700;
  width: 103px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .status-list__data--head {
    display: block;
  }
}
.status-list__data--body {
  display: block;
}
.status-list-tag {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
.status-list-tag .status {
  border-radius: 8px 0 8px 0;
  margin-right: 13px;
  display: block;
  align-self: flex-start;
}
@media only screen and (max-width: 768px) {
  .status-list-tag .status {
    display: inline-block;
    width: 100%;
    margin: 0;
    border-radius: 8px 8px 0 0;
    text-align: center;
  }
}
.status-list-tag .tag--category,
.status-list-tag .tag--member {
  margin: 11px 4px 0;
  font-size: 1.2rem;
  border-radius: 5px;
  padding: 0em 0.75em;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .status-list-tag .tag--category,
.status-list-tag .tag--member {
    display: inline-block;
    margin: 16px 0px 0 16px;
  }
}
.status-list-tag--topics {
  margin-bottom: 10px;
}
.status-list-tag--topics::after {
  content: "";
  display: block;
  clear: both;
}
.status-list-tag--topics .tag--category {
  font-size: 1.2rem;
  float: left;
}
.status-list-tag--topics .tag--date {
  color: #758CB5;
  font-weight: 600;
  float: right;
}
.entry > *:first-child {
  margin-top: 0 !important;
}
.entry > *:last-child {
  margin-bottom: 0 !important;
}
.entry p {
  margin: 1em 0;
}
.entry a {
  text-decoration: underline;
  color: #244177;
}
@media only screen and (min-width: 769px) {
  .entry a:hover {
    text-decoration: none;
  }
}
.entry h2 {
  font-size: 2.4rem;
  border-bottom: 1px solid rgba(36, 65, 119, 0.25);
  position: relative;
  padding-left: 32px;
  padding-bottom: 16px;
  margin-bottom: 0.8em;
  margin-top: 1.5em;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .entry h2 {
    font-size: 2.2rem;
  }
}
.entry h2::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/icon_heading.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 4px;
  left: 0;
}
.entry h3 {
  font-size: 1.8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  margin-top: 1.5em;
  font-weight: bold;
}
.entry h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(36, 65, 119, 0.25);
  flex: 1;
  margin-left: 7px;
}
.entry h4 {
  margin-bottom: 24px;
  margin-top: 40px;
  font-size: 1.7rem;
  font-weight: bold;
}
.entry h5 {
  margin-bottom: 24px;
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: bold;
}
.entry h6 {
  margin-bottom: 24px;
  margin-top: 40px;
  font-size: 1.6rem;
  color: #999;
  font-weight: bold;
}
.entry .btn__block a, .entry .btn__block--white a, .entry .btn__block--default a {
  border-radius: 8px;
  padding: 7px 14px;
  text-decoration: none;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
  display: inline-block;
  font-weight: bold;
}
.entry .btn__block--default a {
  background-color: #244177;
  color: #fff;
}
.entry .btn__block--white a {
  border: 1px solid #244177;
}
.entry .btn--bold {
  text-decoration: underline;
}
.entry .btn--bold::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/arw_bold.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-right: 4px;
  vertical-align: -6px;
}
.entry figure.wp-block-image {
  margin: 2em 0 !important;
}
@media only screen and (max-width: 768px) {
  .entry figure.wp-block-image {
    margin: 24px 0 !important;
  }
}
.entry figure.wp-block-table {
  margin: 48px 0;
}
@media only screen and (max-width: 768px) {
  .entry figure.wp-block-table {
    margin: 24px 0;
    overflow: scroll;
  }
}
.entry figure.wp-block-table table {
  border: none;
  font-family: "ヒラギノ角ゴ Pro W3";
  table-layout: fixed;
}
@media only screen and (max-width: 768px) {
  .entry figure.wp-block-table table {
    width: auto;
    min-width: 100%;
  }
}
.entry figure.wp-block-table table th,
.entry figure.wp-block-table table td {
  border: none;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .entry figure.wp-block-table table th,
.entry figure.wp-block-table table td {
    white-space: nowrap;
  }
}
.entry figure.wp-block-table table thead + tbody td:first-of-type {
  padding-left: 15px;
}
.entry figure.wp-block-table table tbody th {
  width: 140px;
}
@media only screen and (max-width: 768px) {
  .entry figure.wp-block-table table tbody th {
    width: 104px;
  }
}
.entry figure.wp-block-table table tr {
  border-bottom: 1px solid #DDDDDD;
}
.entry figure.wp-block-table table tr:first-of-type {
  border-top: 1px solid #DDDDDD;
}
.entry figure.wp-block-table table td:first-of-type {
  border-right: 1px solid #DDDDDD;
  text-align: left;
  padding-left: 0;
  width: 135px;
}
.entry figure.wp-block-table table td:not(:first-of-type) {
  border-left: 1px solid #DDDDDD;
}
.entry blockquote.wp-block-quote {
  background-color: #ECF0F4;
  padding: 32px 42px 38px;
  border-radius: 8px;
  font-family: "ヒラギノ角ゴ Pro W3";
  position: relative;
  margin: 48px 0;
}
@media only screen and (max-width: 768px) {
  .entry blockquote.wp-block-quote {
    margin: 24px 0;
    padding: 40px 16px 30px;
  }
}
.entry blockquote.wp-block-quote::before {
  content: "";
  display: block;
  width: 57px;
  height: 53px;
  background-image: url(../img/common/blockquote.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 12px;
  left: 18px;
}
.entry blockquote.wp-block-quote p {
  margin: 0;
}
.entry blockquote.wp-block-quote p:not(:last-of-type) {
  margin-bottom: 20px;
}
.entry ul {
  margin: 2em 0;
}
@media only screen and (max-width: 768px) {
  .entry ul {
    margin: 1em 0;
  }
}
.entry ul li {
  position: relative;
  padding-left: 22px;
}
.entry ul li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/common/ul.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 0;
}
.entry ol {
  margin: 2em 0;
}
@media only screen and (max-width: 768px) {
  .entry ol {
    margin: 1em 0;
  }
}
.entry ol li {
  counter-increment: ol;
  position: relative;
  padding-left: 22px;
}
.entry ol li::before {
  content: counter(ol);
  display: inline-block;
  min-width: 21px;
  position: absolute;
  top: 8px;
  left: 0;
  line-height: 1.1;
}
.entry .wp-block-columns {
  margin: 48px -20px;
  font-family: "ヒラギノ角ゴ Pro W3";
  gap: 0;
}
.entry .wp-block-column {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  margin: 0 20px;
}
@media only screen and (max-width: 768px) {
  .entry .wp-block-column {
    padding: 26px 16px 28px;
  }
}
@media only screen and (max-width: 768px) {
  .entry .wp-block-column:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.entry .wp-block-column > *:first-child {
  margin-top: 0;
}
.entry .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.entry .wp-block-column h4 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.entry .wp-block-column P {
  margin-bottom: 1em;
}
.entry .accordion {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 15px 24px;
  margin: 48px 0;
}
@media only screen and (max-width: 768px) {
  .entry .accordion {
    padding: 15px 8px;
  }
}
.entry .accordion dt {
  padding-left: 38px;
  position: relative;
  font-size: 1.8rem;
  color: #244177;
  padding-right: 48px;
  cursor: pointer;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .entry .accordion dt {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.6rem;
  }
}
.entry .accordion dt .accordion-num {
  min-width: 29px;
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #758CB5;
}
.entry .accordion dt .accordion-check {
  position: absolute;
  top: 8px;
  right: 0;
  width: 24px;
  height: 24px;
  display: block;
}
.entry .accordion dt .accordion-check::before, .entry .accordion dt .accordion-check::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #244177;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.entry .accordion dt .accordion-check::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.entry .accordion dt.is-active .accordion-check::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.entry .accordion dd {
  border-top: 1px solid #CCC;
  padding-top: 26px;
  margin-top: 17px;
  padding-bottom: 4px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .entry .accordion dd {
    margin: 10px 18px 0 18px;
    padding-top: 10px;
  }
}
.entry .accordion + .accordion {
  margin-top: -24px;
}
.entry h2 + *, .entry h3 + *, .entry h4 + *, .entry h5 + *, .entry h6 + * {
  margin-top: 1em !important;
}

.gra-text {
  color: #003AF1;
  background: linear-gradient(45deg, #82C378, #D6CC61);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.page--top .row {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1040px;
}
@media only screen and (max-width: 768px) {
  .page--top .row {
    padding: 0 16px;
  }
}
.page--top .main-contents {
  background-color: #F7F8FA;
}
.page--top .site-footer {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .page--top .section-hero {
    padding-bottom: 50px;
  }
}
.page--top .section-hero .hero__grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  align-items: stretch;
  position: relative;
}
.page--top .section-hero .hero__txt-box {
  position: absolute;
  top: 160px;
  left: 130px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page--top .section-hero .hero__txt-box {
    top: 13%;
    left: 4.3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1080px) {
  .page--top .section-hero .hero__txt-box {
    left: 40px;
  }
}
.page--top .section-hero .hero__txt-box__title {
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: 0.17em;
  margin-bottom: 65px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .page--top .section-hero .hero__txt-box__title {
    font-size: 5.6vw;
    margin-bottom: 3vw;
  }
}
.page--top .section-hero .hero__txt-box__lead {
  color: #fff;
  line-height: 2.5;
  letter-spacing: 0.17em;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .page--top .section-hero .hero__txt-box__lead {
    font-size: 3.4666vw;
    line-height: 2;
    width: 46vw;
  }
}
.page--top .section-hero .hero__bule-box {
  width: 389px;
  background: #244177;
  font-weight: 300;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .page--top .section-hero .hero__bule-box {
    width: 36%;
  }
}
.page--top .section-hero .hero__bule-box p {
  color: #C8CFDD;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.33;
  padding: 18px;
}
@media only screen and (max-width: 768px) {
  .page--top .section-hero .hero__bule-box p {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    color: #333;
    font-size: 1.1rem;
    padding: 10px 16px;
  }
}
.page--top .section-hero .content {
  padding: 0;
}
.page--top .section-hero img {
  width: calc(100% - 389px);
  flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media only screen and (min-width: 769px) {
  .page--top .section-hero img {
    height: 100vh;
    min-height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .section-hero img {
    width: 64%;
  }
}
.page--top .section-hot-news {
  background-color: #ECF0F4;
  padding: 19px 0;
}
@media only screen and (min-width: 769px) {
  .page--top .section-hot-news .hot-news__grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.page--top .section-hot-news .hot-news__head {
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .page--top .section-hot-news .hot-news__head {
    margin-right: 24px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .section-hot-news .hot-news__head {
    text-align: center;
    margin-bottom: 1em;
  }
}
.page--top .section-hot-news .hot-news__article {
  display: block;
}
@media only screen and (min-width: 769px) {
  .page--top .section-hot-news .hot-news__article {
    flex: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media only screen and (min-width: 769px) {
  .page--top .section-hot-news .hot-news__article__item {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.page--top .section-hot-news .hot-news__article__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.page--top .section-hot-news .hot-news__time {
  color: #758CB5;
  display: inline-block;
  margin-right: 7px;
  font-weight: 600;
  line-height: 2.1;
}
.page--top .section-hot-news .hot-news__title {
  display: inline-block;
  color: #244177;
  flex: 1;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .page--top .top-grid--first {
    padding-top: 64px;
  }
}
@media only screen and (min-width: 769px) {
  .page--top .top-grid--second {
    padding-top: 51px;
  }
}
@media only screen and (min-width: 769px) {
  .page--top .top-grid--third {
    padding-top: 48px;
    padding-bottom: 68px;
  }
}
.page--top .top-grid--forth {
  background-color: #ECF0F4;
}
@media only screen and (min-width: 769px) {
  .page--top .top-grid--forth {
    padding-bottom: 84px;
    padding-top: 64px;
  }
}
@media only screen and (min-width: 769px) {
  .page--top .top-grid__inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -32px;
    margin-right: -32px;
  }
}
.page--top .top-grid__inner .section {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page--top .top-grid__inner .section {
    width: calc(50% - 64px);
    margin-left: 32px;
    margin-right: 32px;
  }
}
.page--top .top-grid__inner .more-btn {
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .page--top .top-grid__inner .more-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .top-grid__inner .more-btn {
    border-top: 1px solid rgba(36, 65, 119, 0.25);
    text-align: right;
    margin-top: 24px;
    padding-top: 12px;
  }
}
.page--top .top-grid__inner .more-btn a {
  font-size: 1.4rem;
  color: #244177;
  background-image: url(../img/common/arw_more-btn.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding: 10px 20px 10px 10px;
}
@media only screen and (max-width: 768px) {
  .page--top .top-grid__inner .more-btn a {
    font-size: 1.6rem;
  }
}
.page--top .headline__title {
  border-bottom: 1px solid rgba(36, 65, 119, 0.25);
  position: relative;
  padding-left: 32px;
  padding-bottom: 16px;
  font-size: 2.2rem;
  padding-right: 100px;
  margin-bottom: 22px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .page--top .headline__title {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.page--top .headline__title::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/icon_heading.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 4px;
  left: 0;
}
.page--top .topics-list, .page--top .topics-list--block {
  font-weight: 700;
}
.page--top .topics-list__item, .page--top .topics-list__item--monthly {
  line-height: 2;
}
@media only screen and (min-width: 769px) {
  .page--top .topics-list__item, .page--top .topics-list__item--monthly {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .topics-list__item:not(:last-of-type), .page--top .topics-list__item--monthly:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.page--top .topics-list__item time, .page--top .topics-list__item--monthly time {
  margin-right: 7px;
  color: #758CB5;
  padding: 4px 0;
}
@media only screen and (max-width: 768px) {
  .page--top .topics-list__item time, .page--top .topics-list__item--monthly time {
    display: block;
    line-height: 1;
    padding: 0;
    margin: 0;
  }
}
.page--top .topics-list__item a, .page--top .topics-list__item--monthly a {
  flex: 1;
  color: #244177;
  padding: 4px 0;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--top .topics-list__item a, .page--top .topics-list__item--monthly a {
    clear: both;
  }
}
.page--top .topics-list__item--monthly a {
  padding: 20px;
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  color: inherit;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .page--top .topics-list__item .hot-news__time {
    float: left;
  }
}
.page--top .topics-list__item .hot-news__category {
  border-radius: 5px;
  background-color: #ECF0F4;
  color: #244177;
  font-weight: normal;
  padding: 0.1em 0.75em;
  display: block;
  border-radius: 8px;
  font-size: 1.2rem;
  float: right;
}
@media only screen and (max-width: 768px) {
  .page--top .topics-list__item .hot-news__category {
    margin-top: -4px;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .topics-list__item--monthly a {
    padding: 16px;
  }
}
.page--top .topics-list__item--monthly a .img img {
  max-width: 113px;
}
@media only screen and (max-width: 768px) {
  .page--top .topics-list__item--monthly a .img img {
    max-width: 90px;
  }
}
.page--top .topics-list__item--monthly a .txt {
  padding-left: 19px;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .page--top .topics-list__item--monthly a .txt {
    padding-left: 10px;
  }
}
.page--top .topics-list__item--monthly a .txt--new {
  color: #244177;
}
.page--top .topics-list__item--monthly a .txt--issue {
  font-weight: 400;
}
.page--top .topics-list--cpt__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.page--top .topics-list--cpt__item.new {
  position: relative;
}
.page--top .topics-list--cpt__item.new::before {
  content: "NEW";
  display: inline-block;
  background: #E02B2B;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
  padding: 5px 6px;
  font-size: 1.1rem;
  position: absolute;
  top: 10px;
  left: 0;
  transform: translateY(-100%);
}
.page--top .topics-list--cpt__item a {
  display: block;
  padding: 10px 0 6px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.page--top .topics-list--cpt__item .txt {
  margin-bottom: 8px;
}
.page--top .topics-list--cpt__item .txt--ttl {
  color: #244177;
  font-size: 1.6rem;
  margin-bottom: 3px;
}
.page--top .topics-list--cpt__item .txt--lead {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}
.page--top .topics-list--cpt__item .txt--situation, .page--top .topics-list--cpt__item .txt--situation--orange, .page--top .topics-list--cpt__item .txt--situation--gray, .page--top .topics-list--cpt__item .txt--situation--blue {
  margin-left: auto;
  margin-bottom: 8px;
  background-image: url(../img/common/arw_more-btn.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 20px;
}
.page--top .topics-list--cpt__item .txt--situation span, .page--top .topics-list--cpt__item .txt--situation--orange span, .page--top .topics-list--cpt__item .txt--situation--gray span, .page--top .topics-list--cpt__item .txt--situation--blue span {
  font-size: 1.4rem;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  padding: 5px;
  display: block;
}
.page--top .topics-list--cpt__item .txt--situation--blue span {
  background-color: #2B6AE0;
}
.page--top .topics-list--cpt__item .txt--situation--gray span {
  background-color: #999999;
}
.page--top .topics-list--cpt__item .txt--situation--orange span {
  background-color: #D66431;
}
.page--top .topics-list--block .topics-list__item, .page--top .topics-list--block .topics-list__item--monthly {
  display: block;
}
@media only screen and (min-width: 769px) {
  .page--top .topics-list--block .topics-list__item:not(:last-of-type), .page--top .topics-list--block .topics-list__item--monthly:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 769px) {
  .page--top .topics-list--block .topics-list__item a, .page--top .topics-list--block .topics-list__item--monthly a {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .section-top-news {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .section-monthly {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .section-course,
.page--top .section-prize {
    padding: 24px 0;
  }
}
.page--top .section-course .section-content,
.page--top .section-prize .section-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: stretch;
}
.page--top .section-course .section-content .topics-list--cpt,
.page--top .section-prize .section-content .topics-list--cpt {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 11px 24px 15px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .page--top .section-event {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .section-blog {
    padding: 24px 0 48px;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .section-poetry {
    padding-top: 48px;
    padding-bottom: 24px;
  }
}
.page--top .section-poetry .poetry-img {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-top: 36px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--top .section-essay {
    padding-top: 24px;
    padding-bottom: 48px;
  }
}
.page--top .section-essay .essay-head {
  text-align: center;
  margin-top: 30px;
}
.page--top .section-essay .essay-head--title {
  margin-bottom: 5px;
  font-weight: 400;
}
.page--top .section-essay .essay-head--cat {
  font-size: 1.8rem;
}
.page--top .section-essay .essay-body {
  margin-top: 30px;
  padding: 16px 24px 26px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  font-weight: 600;
}
.page--top .section-essay .essay-body--number-times {
  margin-bottom: 14px;
}
.page--top .section-essay .essay-body--title {
  margin-bottom: 10px;
  color: #244177;
}
.page--top .section-essay .essay-body--meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.page--top .section-essay .essay-body--name {
  color: #999999;
}
.page--top .section-essay .essay-body--time {
  color: #758CB5;
}

.page--top .section-sartras {
  padding: 40px 0;
}
.page--top .section-sartras .sartras-grid {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page--top .section-sartras .sartras-grid {
    flex-flow: column;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .section-sartras .sartras-grid__img {
    margin-bottom: 24px;
  }
}
.page--top .section-sartras .sartras-grid__txt {
  flex: 1;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .page--top .section-sartras .sartras-grid__txt {
    padding-left: 30px;
  }
}


.page--backnumber .article-backnumber .headline {
  margin-bottom: 56px;
}
.page--backnumber .backnumber-list__wrap:not(:first-of-type) {
  display: none;
}
.page--backnumber .backnumber-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: -20px -12px;
  font-weight: 700;
}
.page--backnumber .backnumber-list__item {
  width: calc(25% - 24px);
  margin: 20px 12px;
}
@media only screen and (max-width: 768px) {
  .page--backnumber .backnumber-list__item {
    width: calc(50% - 24px);
  }
}
.page--backnumber .backnumber-list__item .img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 12px;
}
.page--backnumber .backnumber-list__item .backnumber__title {
  color: #244177;
  font-size: 1.6rem;
  line-height: 2;
}
.page--backnumber .backnumber-list__item .backnumber__month {
  color: #758CB5;
}
.page--backnumber .tabarea {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin: 0 0 12px;
  overflow: auto;
  white-space: nowrap;
  scrollbar-width: none;
}
.page--backnumber .tabarea::-webkit-scrollbar {
  display: none;
}
.page--backnumber .tabarea::after {
  content: "";
  display: block;
  width: calc(100% - 16px);
  height: 4px;
  background: #ECF0F4;
  position: absolute;
  bottom: 0;
  left: 8px;
}
.page--backnumber .tabarea input[type=radio] {
  display: none;
}
.page--backnumber .tabarea input[type=radio]:checked + label {
  color: inherit;
  font-weight: 700;
  letter-spacing: 0.006em;
}
.page--backnumber .tabarea input[type=radio]:checked + label::after {
  height: 4px;
  transition: 200ms;
}
.page--backnumber .tabarea label {
  display: block;
  padding: 4px 12px;
  position: relative;
  cursor: pointer;
  color: #2B6AE0;
  font-weight: 400;
  border-bottom: 4px solid #ECF0F4;
}
.page--backnumber .tabarea label:first-of-type {
  padding-left: 0;
}
.page--backnumber .tabarea label:first-of-type::after {
  width: calc(100% - 12px);
  left: 0;
}
.page--backnumber .tabarea label::after {
  content: "";
  display: block;
  width: calc(100% - 24px);
  height: 0;
  background: #244177;
  position: absolute;
  bottom: -4px;
  left: 12px;
  z-index: 1;
}
.page--backnumber .tabarea__old-link {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page--backnumber .tabarea__old-link {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 350px) {
  .page--backnumber .tabarea__old-link {
    font-size: 1.1rem;
  }
}
.page--poetry .article-poetry .headline {
  margin-bottom: 40px;
}
.page--poetry .poetry-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: -20px -20px -15px;
}
.page--poetry .poetry-list:not(:first-of-type) {
  display: none;
}
.page--poetry .poetry-list__item {
  width: calc(50% - 40px);
  margin: 20px 20px 15px;
}
@media only screen and (max-width: 768px) {
  .page--poetry .poetry-list__item {
    width: calc(100% - 40px);
  }
}
.page--poetry .poetry-list__item .img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 19px;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 20px 13px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page--poetry .poetry-list__item .img {
    padding-top: 63%;
  }
}
@media only screen and (max-width: 768px) {
  .page--poetry .poetry-list__item .img {
    margin-bottom: 10px;
    padding: 10px 5px;
  }
}
.page--poetry .poetry-list__item .img img {
  border-radius: 8px;
  max-width: 100%;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 769px) {
  .page--poetry .poetry-list__item .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.page--poetry .poetry-list__item .poetry__title {
  color: #244177;
  font-size: 1.6rem;
  line-height: 2;
}
.page--poetry .poetry-list__item .poetry__meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.page--poetry .poetry-list__item .poetry__time {
  color: #758CB5;
  font-weight: bold;
}

.page--essay .article-essay .headline {
  margin-bottom: 40px;
}
.page--essay .article-essay .content__head__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .page--essay .article-essay .content__head__title {
    font-size: 2.2rem;
  }
}
.page--essay .article-essay .content__head__lead {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .page--essay .article-essay .content__head__lead {
    margin-top: 24px;
  }
}
.page--essay .article-essay .content__body:not(:last-of-type), .page--essay .article-essay .page--issue .content__body--multiple:not(:last-of-type), .page--issue .page--essay .article-essay .content__body--multiple:not(:last-of-type), .page--essay .article-essay .page--issue .content__body--single:not(:last-of-type), .page--issue .page--essay .article-essay .content__body--single:not(:last-of-type) {
  margin-bottom: 80px;
}
.page--essay .article-essay .content__body .essay-list__item:not(:last-of-type), .page--essay .article-essay .page--issue .content__body--multiple .essay-list__item:not(:last-of-type), .page--issue .page--essay .article-essay .content__body--multiple .essay-list__item:not(:last-of-type), .page--essay .article-essay .page--issue .content__body--single .essay-list__item:not(:last-of-type), .page--issue .page--essay .article-essay .content__body--single .essay-list__item:not(:last-of-type) {
  margin-bottom: 24px;
}
.page--essay .article-essay .content__body .essay-list__item a, .page--essay .article-essay .page--issue .content__body--multiple .essay-list__item a, .page--issue .page--essay .article-essay .content__body--multiple .essay-list__item a, .page--essay .article-essay .page--issue .content__body--single .essay-list__item a, .page--issue .page--essay .article-essay .content__body--single .essay-list__item a {
  display: block;
  padding: 23px 24px 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.page--essay .article-essay .content__body .essay-list__item__times, .page--essay .article-essay .page--issue .content__body--multiple .essay-list__item__times, .page--issue .page--essay .article-essay .content__body--multiple .essay-list__item__times, .page--essay .article-essay .page--issue .content__body--single .essay-list__item__times, .page--issue .page--essay .article-essay .content__body--single .essay-list__item__times {
  color: #758CB5;
  font-weight: 600;
  margin-bottom: 10px;
}
.page--essay .article-essay .content__body .essay-list__item__title, .page--essay .article-essay .page--issue .content__body--multiple .essay-list__item__title, .page--issue .page--essay .article-essay .content__body--multiple .essay-list__item__title, .page--essay .article-essay .page--issue .content__body--single .essay-list__item__title, .page--issue .page--essay .article-essay .content__body--single .essay-list__item__title {
  color: #244177;
  font-weight: 700;
}
.page--essay .article-essay .content__body .essay-list__item__meta, .page--essay .article-essay .page--issue .content__body--multiple .essay-list__item__meta, .page--issue .page--essay .article-essay .content__body--multiple .essay-list__item__meta, .page--essay .article-essay .page--issue .content__body--single .essay-list__item__meta, .page--issue .page--essay .article-essay .content__body--single .essay-list__item__meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.page--essay .article-essay .content__body .essay-list__item__meta--date, .page--essay .article-essay .page--issue .content__body--multiple .essay-list__item__meta--date, .page--issue .page--essay .article-essay .content__body--multiple .essay-list__item__meta--date, .page--essay .article-essay .page--issue .content__body--single .essay-list__item__meta--date, .page--issue .page--essay .article-essay .content__body--single .essay-list__item__meta--date {
  color: #758CB5;
  font-weight: 600;
}
.page--essay .article-essay .content__body .essay-list-archive__item:not(:last-of-type), .page--essay .article-essay .page--issue .content__body--multiple .essay-list-archive__item:not(:last-of-type), .page--issue .page--essay .article-essay .content__body--multiple .essay-list-archive__item:not(:last-of-type), .page--essay .article-essay .page--issue .content__body--single .essay-list-archive__item:not(:last-of-type), .page--issue .page--essay .article-essay .content__body--single .essay-list-archive__item:not(:last-of-type) {
  margin-bottom: 24px;
}
.page--essay .article-essay .content__body .essay-list-archive__item a, .page--essay .article-essay .page--issue .content__body--multiple .essay-list-archive__item a, .page--issue .page--essay .article-essay .content__body--multiple .essay-list-archive__item a, .page--essay .article-essay .page--issue .content__body--single .essay-list-archive__item a, .page--issue .page--essay .article-essay .content__body--single .essay-list-archive__item a {
  display: block;
  padding: 30px 24px;
  background: #fff;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.page--event .article-event .headline {
  margin-bottom: 49px;
}
.page--event .article-event .headline__grid__img {
  max-width: 293px;
}
.page--event .article-event .content:not(:last-of-type) {
  margin-bottom: 80px;
}
.page--event .article-event .content .event-list__item:not(:last-of-type) {
  margin-bottom: 24px;
}
.page--event .article-event .content .event-list__item a {
  display: block;
  padding: 23px 24px 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.page--event .article-event .content .event-list__item__times {
  color: #758CB5;
  font-weight: 600;
  margin-bottom: 10px;
}
.page--event .article-event .content .event-list__item__title {
  color: #244177;
  font-weight: 700;
}
.page--event .article-event .content .event-list__item__meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.page--event .article-event .content .event-list__item__meta--date {
  color: #758CB5;
  font-weight: 600;
}
.page--event .article-event .content .event-list-archive__item:not(:last-of-type) {
  margin-bottom: 24px;
}
.page--event .article-event .content .event-list-archive__item a {
  display: block;
  padding: 30px 24px;
  background: #fff;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.page--event .common-table, .page--event .common-table--loop {
  margin-bottom: 57px;
}

.page--course .article-course .headline {
  margin-bottom: 49px;
}
.page--course .article-course .headline__grid__img {
  max-width: 293px;
}
.page--course .article-course .headline__lead a {
  color:#244177;
}
@media only screen and (min-width: 769px) {
  .page--course .article-course .news-list-course {
    margin-top: -10px;
  }
}
@media only screen and (min-width: 769px) {
  .page--course .article-course .news-list-course__item {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .page--course .article-course .news-list-course__item:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.page--course .article-course .news-list-course__item time {
  color: #758CB5;
  font-weight: 700;
  display: inline-block;
  padding: 1px 0 2px;
}
@media only screen and (min-width: 769px) {
  .page--course .article-course .news-list-course__item time {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .page--course .article-course .news-list-course__item time {
    display: block;
    line-height: 1;
    padding: 0;
    margin: 0;
  }
}
.page--course .article-course .news-list-course__item a {
  display: inline-block;
  color: #244177;
  padding: 1px 0 2px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .page--course .article-course .news-list-course__item a:hover {
    text-decoration: underline;
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  .page--course .article-course .news-list-course__item a {
    color: #244177;
    padding: 4px 0;
    display: block;
  }
}
.page--course .article-course .news-list-course__title {
  flex: 1;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .page--course .article-course .news-list-course__title {
    line-height: 2;
  }
}
@media only screen and (max-width: 768px) {
  .page--course .article-course .news-list-course__more {
    text-align: right;
  }
}
.page--course .article-course .news-list-course__more a {
  color: #244177;
  text-decoration: underline;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .page--course .article-course .news-list-course__more a:hover {
    text-decoration: none;
  }
}

.page--prize .article-prize .headline {
  margin-bottom: 49px;
}
@media only screen and (min-width: 769px) {
  .page--prize .headline__prize {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.page--prize .headline__prize .headline__title {
  margin-bottom: 0;
}
.page--prize .headline__prize__sponsor {
  font-family: "ヒラギノ角ゴ Pro W3";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  padding: 5px 0;
  padding-left: 15px;
  margin-left: 15px;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .page--prize .headline__prize__sponsor {
    border-left: 1px solid #CCCCCC;
  }
}
@media only screen and (max-width: 768px) {
  .page--prize .headline__prize__sponsor {
    margin-left: 0;
    display: block;
    border-top: 1px solid #CCCCCC;
    padding-left: 0;
    padding-top: 15px;
    margin-top: 5px;
    text-align: right;
  }
}
.page--prize .headline__prize__sponsor span {
  padding-left: 0.5em;
}
.page--prize .headline .prize-category__btn {
  margin-top: 1.5em;
  margin-bottom: 40px;
}
.page--prize .headline__grid__img {
  max-width: 375px;
}
.page--prize .headline .prize-single {
  font-weight: 700;
}
.page--prize .headline .prize-single__number {
  font-size: 1.3rem;
  color: #999999;
}
.page--prize .headline .prize-single__title {
  font-size: 1.6rem;
  line-height: 2;
}
.page--prize .headline .prize-single__name {
  font-size: 1.6rem;
  color: #758CB5;
}
.page--prize .headline .prize-single__btn a {
  display: inline-block;
  padding: 5px 0 0;
}
.page--prize .headline .prize-single__btn a::after {
  height: 2px;
  margin-top: 5px;
}
.page--prize .status-list__item:not(:last-of-type), .page--prize .status-list__item--topics:not(:last-of-type) {
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .page--prize .status-list__item:not(:last-of-type), .page--prize .status-list__item--topics:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
.page--prize .past-awards {
  margin: 40px 0 64px;
}
.page--prize .past-awards-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: -24px -16px;
}
.page--prize .past-awards-list__item {
  width: calc(33.3333333333% - 32px);
  margin: 24px 16px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--prize .past-awards-list__item {
    width: calc(100% - 32px);
    text-align: center;
  }
}
.page--prize .past-awards-list__item__img {
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .page--prize .past-awards-list__item__img {
    max-width: 200px;
    margin: 0 auto 8px;
  }
}
.page--prize .past-awards-list__item__number {
  font-size: 1.3rem;
  color: #999999;
}
.page--prize .past-awards-list__item__title {
  font-size: 1.6rem;
  line-height: 2;
}
.page--prize .past-awards-list__item__name {
  font-size: 1.6rem;
  color: #758CB5;
}
@media only screen and (max-width: 768px) {
  .page--prize .past-awards-list__item__name {
    margin-bottom: 20px;
  }
}

.page--award .award-list__item:not(:last-of-type) {
  margin-bottom: 2em;
}
.page--award .award-inner-list__item {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.page--award .award-inner-list__item--name {
  padding-right: 1em;
  white-space: nowrap;
  display: block;
}

.page--release .article-release .headline {
  margin-bottom: 49px;
}
.page--award .award-inner-list__item--remarks {
  white-space: nowrap;
  display: block;
}

.page--release .status-list__item__txt {
  padding: 23px 26px 26px;
}
@media only screen and (max-width: 768px) {
  .page--release .status-list__item__txt {
    padding: 16px;
  }
}
.page--release .release-list__title {
  font-size: 2.8rem;
  margin-bottom: 1em;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .page--release .release-list__grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.page--release .release-list__item:not(:last-of-type) {
  margin-bottom: 72px;
}
@media only screen and (max-width: 768px) {
  .page--release .release-list__item:not(:last-of-type) {
    margin-bottom: 48px;
  }
}
.page--release .release-list__item__img {
  max-width: 200px;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .page--release .release-list__item__img {
    margin: 0 auto 10px;
  }
}
.page--release .release-list__item__txt {
  flex: 1;
}
.page--release .release-list__item__txt__title {
  font-size: 1.8rem;
  margin-bottom: 15px;
  line-height: 1.5;
}
.page--release .release-list__item__txt__head {
  margin-bottom: 15px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .page--release .release-list__item__txt__head {
    text-align: center;
  }
}
.page--release .release-list__item__txt__link {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .page--release .release-list__item__txt__link {
    text-align: right;
  }
}
.page--release .release-list__item__txt__link a {
  display: block;
  padding: 4px 0;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  color: #2B6AE0;
  font-weight: 700;
}
.page--release .release-list__item__txt__link a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/arw_buy.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.page--release .release-list__item__txt__body--title {
  margin-bottom: 10px;
  margin-top: 10px;
}
.page--issue .article-issue .headline {
  margin-bottom: 49px;
}
.page--issue .issue-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: -20px -12px;
}
.page--issue .issue-list__item {
  margin: 20px 12px;
  width: calc(25% - 24px);
}
@media only screen and (max-width: 768px) {
  .page--issue .issue-list__item {
    width: calc(50% - 24px);
  }
}
.page--issue .issue-list__item__img {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #CCCCCC;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) inset;
  margin-bottom: 10px;
  padding-top: 150%;
  position: relative;
}
.page--issue .issue-list__item__img img {
  max-width: 100%;
  width: auto;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 769px) {
  .page--issue .issue-list__item__img img {
    max-height: 253px;
  }
}
.page--issue .issue-list__item__txt {
  text-align: center;
}
.page--issue .issue-list__item__txt__link {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .page--issue .issue-list__item__txt__link {
    text-align: right;
  }
}
.page--issue .issue-list__item__txt__link a {
  display: block;
  padding: 4px 0;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  color: #2B6AE0;
  font-weight: 700;
}
.page--issue .issue-list__item__txt__link a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/arw_buy.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.page--issue .issue-list__item__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #244177;
}
.page--issue .issue-list__item__meta {
  font-size: 1.6rem;
  font-weight: 700;
  color: #758CB5;
}
.page--issue .content__body--multiple__img {
  max-width: 200px;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .page--issue .content__body--multiple__img {
    margin: 0 auto 20px;
  }
}
.page--issue .content__body--multiple__contents {
  flex: 1;
}
.page--issue .content__body--multiple__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.page--issue .content__body--multiple__title--info {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 2em;
}
@media only screen and (min-width: 769px) {
  .page--issue .issue-multiple-list__item {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.page--issue .issue-multiple-list__item:not(:last-of-type) {
  margin-bottom: 72px;
}

.page--topics .article-topics .headline {
  margin-bottom: 49px;
}
@media only screen and (max-width: 768px) {
  .page--topics .article-topics .headline {
    margin-bottom: 30px;
  }
}
.page--topics .article-topics .headline__title {
  margin-bottom: 0;
}