.clearfix::after {
  display: table;
  clear: both;
  content: '';
}

.pre {
  white-space: pre;
}

.pre-wrap {
  white-space: pre-wrap;
}

br.sp {
  display: inline;
}

br.pc {
  display: none;
}

.p-news {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 20px 20px 80px;
}

.p-news__inner {
  margin: auto;
}

.p-news__category {
  width: 100%;
  padding: 25px 20px;
  overflow: hidden;
  background-color: #f2f3f8;
  border-radius: 10px;
}

.p-news__category__lists {
  padding: 20px;
  margin-top: 15px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 5px;
}

.p-news__category__lists:first-child {
  margin-top: 25px;
}

.p-news__category__list {
  position: relative;
  top: 20px;
}

.p-news__category__list--year {
  max-height: 100% !important;
  overflow: auto;
}

.p-news__category__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #1a50ad;
  letter-spacing: 0.08em;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.p-news__category__title span {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border: 1px solid #1a50ad;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.p-news__category__title span::before,
.p-news__category__title span::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: '';
  background-color: #1a50ad;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-news__category__title span::before {
  width: 70%;
  height: 1px;
}

.p-news__category__title span::after {
  width: 1px;
  height: 70%;
}

.p-news__category__title.is-active span::after {
  opacity: 0;
}

.p-news__category__title.is-active span::after,
.p-news__category__title.is-active span::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-news__category__subTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #1a50ad;
  letter-spacing: 0.08em;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.p-news__category__subTitle span {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border: 1px solid #1a50ad;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.p-news__category__subTitle span::before,
.p-news__category__subTitle span::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: '';
  background-color: #1a50ad;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-news__category__subTitle span::before {
  width: 70%;
  height: 1px;
}

.p-news__category__subTitle span::after {
  width: 1px;
  height: 70%;
}

.p-news__category__subTitle.is-active span::after {
  opacity: 0;
}

.p-news__category__subTitle.is-active span::after,
.p-news__category__subTitle.is-active span::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-news__category__radio {
  display: block;
}

.p-news__category__radio:not(:first-child) {
  margin-top: 20px;
}

.p-news__category__radio:last-child {
  margin-bottom: 20px;
}

.p-news__category__radio input[type='radio'],
.p-news__category__radio .radio-btn {
  position: absolute;
  opacity: 0;
}

.p-news__category__radio input[type='radio'] + .radio-label,
.p-news__category__radio .radio-btn + .radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #a7a7a7;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.p-news__category__radio input[type='radio'] + .radio-label:before,
.p-news__category__radio .radio-btn + .radio-label:before {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  text-align: center;
  vertical-align: top;
  content: '';
  background: #ffffff;
  border: 1px solid #a7a7a7;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-news__category__radio input[type='radio'] + .radio-label.year,
.p-news__category__radio .radio-btn + .radio-label.year {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.p-news__category__radio input[type='radio']:checked + .radio-label,
.p-news__category__radio input[type='radio'].is-active + .radio-label,
.p-news__category__radio .radio-btn:checked + .radio-label,
.p-news__category__radio .radio-btn.is-active + .radio-label {
  color: #1a50ad;
}

.p-news__category__radio input[type='radio']:checked + .radio-label:before,
.p-news__category__radio input[type='radio'].is-active + .radio-label:before,
.p-news__category__radio .radio-btn:checked + .radio-label:before,
.p-news__category__radio .radio-btn.is-active + .radio-label:before {
  background-color: #1a50ad;
  border: 1px solid #1a50ad;
  -webkit-box-shadow: inset 0 0 0 3px #ffffff;
  box-shadow: inset 0 0 0 3px #ffffff;
}

.p-news__list {
  margin-top: 60px;
}

.p-news__list__item {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
}

.p-news__list__item:not(:first-child) {
  margin-top: 50px;
}

.p-news__list__item::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  display: block;
  width: 45px;
  height: 45px;
  content: '';
  background-image: url('../../assets/img/common/btn_circle.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-news__list__head {
  width: 100%;
  overflow: hidden;
  border: 1px solid #f2f3f8;
  border-radius: 10px;
}

.p-news__list__head img {
  display: block;
  width: 100%;
  height: auto;
}

.p-news__list__body {
  margin-top: 20px;
}

.p-news__list__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
}

.p-news__list__label {
  padding: 5px 12px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.06em;
  background-color: #5c5c5c;
  border-radius: 18px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.p-news__list__date {
  margin-left: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #5c5c5c;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.p-news__list__text {
  margin-top: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.p-news-detail {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 20px 20px 80px;
}

.p-news-detail__inner {
  margin: auto;
}

.p-news-detail img {
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-news-detail h3 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #1a50ad;
  letter-spacing: 0.08em;
}

.p-news-detail h4 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1a50ad;
  letter-spacing: 0.06em;
}

.p-news-detail p,
.p-news-detail a {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.p-news-detail a {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  text-decoration: underline;
}

.p-news-detail a[target='_blank']::after {
  position: relative;
  top: 2px;
  z-index: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  content: '';
  background-image: url('../../assets/img/common/icn_outlink.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.p-news-detail blockquote {
  padding: 20px;
  margin: 30px 0;
  background-color: #f7f7f7;
}

.p-news-detail blockquote p {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 6px 0 6px 20px;
  margin: 0;
  color: #5c5c5c;
}

.p-news-detail blockquote p::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 1px;
  height: 100%;
  content: '';
  background-color: #cecece;
}

.p-news-detail ol {
  margin-top: 40px;
  margin-bottom: 40px;
  counter-reset: item;
}

.p-news-detail ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.p-news-detail ol li::before {
  padding-right: 10px;
  font-weight: bold;
  color: #1a50ad;
  content: counter(item) '.';
  counter-increment: item;
}

.p-news-detail ul {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-news-detail ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.p-news-detail ul li::before {
  position: relative;
  top: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  padding: 3px;
  margin-right: 10px;
  content: '';
  background-color: #1a50ad;
  border-radius: 50%;
}

.p-news-detail figcaption {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 2;
  color: #5c5c5c;
  letter-spacing: 0em;
}

.p-news-detail .p-news-detail__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto 0;
  text-decoration: none;
}

.p-news-detail .p-news-detail__btn svg {
  right: auto;
  left: 20px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.p-news-detail__label {
  display: inline-block;
  padding: 5px 12px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.06em;
  vertical-align: middle;
  background-color: #5c5c5c;
  border-radius: 18px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.p-news-detail__date {
  display: inline-block;
  margin-left: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #5c5c5c;
  letter-spacing: 0.08em;
  vertical-align: middle;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.p-news-detail__title {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 35.2px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1a50ad;
  letter-spacing: 0.06em;
}

@media only screen and (min-width: 1024px) {
  br.sp {
    display: none;
  }
  br.pc {
    display: inline;
  }
  .p-news {
    padding: 0 90px 80px;
  }
  .p-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    max-width: 1260px;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
  .p-news__category {
    position: sticky;
    top: 146px;
    z-index: 1;
    width: 270px;
    padding: 30px;
  }
  .p-news__category__lists:first-child {
    margin-top: 30px;
  }
  .p-news__category__list,
  .p-news__category__listsWrap {
    max-height: 100% !important;
  }
  .p-news__category__list--year {
    height: 170px;
  }
  .p-news__category__title span {
    display: none;
  }
  .p-news__category__title span::before {
    display: none;
  }
  .p-news__category__title span::after {
    right: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: 0.69444vw;
    background: none;
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    border-width: 0.41667vw 0.27778vw 0 0.27778vw;
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .p-news__category__subTitle span {
    display: none;
  }
  .p-news__category__subTitle span::before {
    display: none;
  }
  .p-news__category__subTitle span::after {
    right: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: 0.69444vw;
    background: none;
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    border-width: 0.41667vw 0.27778vw 0 0.27778vw;
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .p-news__list {
    max-width: 930px;
    margin-top: 0;
    margin-left: 60px;
  }
  .p-news__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 40px;
    border-radius: 15px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .p-news__list__item:hover {
    background-color: #f7f7f7;
  }
  .p-news__list__item:hover .p-news__list__label {
    color: #ffffff;
    background-color: #1a50ad;
  }
  .p-news__list__item:hover .p-news__list__date,
  .p-news__list__item:hover .p-news__list__text {
    color: #1a50ad;
  }
  .p-news__list__item:hover::after {
    opacity: 1;
  }
  .p-news__list__item:not(:first-child) {
    margin-top: 10px;
  }
  .p-news__list__head {
    width: 218px;
    width: 15.13889vw;
  }
  .p-news__list__body {
    width: 40.97222vw;
    margin-top: 0;
    margin-left: 30px;
  }
  .p-news__list__labels {
    margin-top: 0;
  }
  .p-news-detail {
    padding: 0 90px 80px;
  }
  .p-news-detail__inner {
    max-width: 780px;
  }
  .p-news-detail img {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-news-detail h3 {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 2rem;
  }
  .p-news-detail h4 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-news-detail p,
  .p-news-detail a {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-news-detail a:hover {
    text-decoration: none;
  }
  .p-news-detail blockquote {
    padding: 40px;
    margin: 40px 0;
  }
  .p-news-detail blockquote p {
    padding: 6px 0 6px 30px;
  }
  .p-news-detail__title {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 1023px) {
  .p-news__category__list,
  .p-news__category__listsWrap {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  .p-news__category__list--year {
    height: 0;
    overflow: auto;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }
  .p-news__category__list--year.is-open {
    height: 170px;
  }
}
