@charset "UTF-8";
.l-in {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.l-in__container {
  position: relative;
  margin: 0 auto;
  padding: 146px 0 96px;
  width: 100%;
}

.l-in__header {
  position: relative;
  margin: 0 auto 36px;
  width: 100%;
}

.l-in__title {
  margin: 0 auto;
  width: 90%;
  max-width: 860px;
}

.l-in__inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 860px;
}

.l-in__inner--wide {
  width: 100%;
  max-width: none;
}

.p-general {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-general__container {
  position: relative;
  margin: 0 auto;
  padding: 40px 30px;
  width: 100%;
}

.p-general__header {
  position: relative;
  margin: 0 auto 30px;
  padding-bottom: 32px;
  width: 100%;
}

.p-general__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-general__footer {
  position: relative;
  margin: 30px auto 0;
  border-top: 2px solid #363961;
  padding-top: 30px;
  width: 100%;
}

.p-archive {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-archive__category {
  position: absolute;
  z-index: 2;
  width: 180px;
}

.p-archive__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-archive__list-item {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-archive__list-item + .p-archive__list-item {
  margin-top: 20px;
}

.p-archive__footer {
  position: relative;
  margin: 54px auto 0;
  width: 100%;
}

.p-article {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-article__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}

.p-article__new {
  position: absolute;
  top: 0;
  right: 5%;
  -webkit-transform: translate(0, -30%);
      -ms-transform: translate(0, -30%);
          transform: translate(0, -30%);
  z-index: 1;
  width: 70px;
}

.p-article__data {
  position: relative;
  margin-right: 25px;
  color: #fc90a7;
  font-family: "Barlow Semi Condensed", YakuHanJP_Noto, "Noto Sans Japanese", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.p-article__data-category {
  font-size: .9em;
}

.p-article__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  overflow: hidden;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
}

[data-ua="pc"] .p-article:hover .p-article__title {
  text-decoration: underline;
}

.p-article > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-single {
  position: relative;
  margin: 0 auto;
  padding: 40px 30px;
  width: 100%;
}

.p-single__header {
  position: relative;
  margin: 0 auto 30px;
  padding-bottom: 32px;
  width: 100%;
}

.p-single__header::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 2px solid #626273;
  border-bottom: 2px solid #626273;
  background: #c2ecf7;
  width: 100%;
  height: 7px;
  content: "";
}

.p-single__title {
  font-size: 41.6px;
  font-size: 2.6rem;
  letter-spacing: .2px;
  line-height: 1.3;
}

.p-single__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
  color: #fc90a7;
  font-family: "Barlow Semi Condensed", YakuHanJP_Noto, "Noto Sans Japanese", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
}

.p-single__data-time {
  margin-right: 5px;
}

.p-single__description {
  margin-top: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.8;
}

.p-single__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-single__text {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: .45px;
  line-height: 1.6;
}

.p-single__text img {
  max-width: 100% !important;
  height: auto !important;
}

.p-single__text iframe {
  max-width: 100% !important;
  height: auto !important;
}

.p-single__text a {
  color: #fc90a7;
}

[data-ua="pc"] .p-single__text a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .l-in__container {
    padding: 115px 0 85px;
  }
  .l-in__title {
    width: 100%;
  }
  .p-general__container {
    padding: 30px 20px;
  }
  .p-general__header {
    margin-bottom: 20px;
    padding-bottom: 22px;
  }
  .p-general__footer {
    margin-top: 22px;
    padding-top: 20px;
  }
  .p-archive__header {
    padding-bottom: 72px;
  }
  .p-archive__category {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 200px;
  }
  .p-archive__list-item + .p-archive__list-item {
    margin-top: 10px;
  }
  .p-archive__footer {
    margin-top: 48px;
  }
  .p-article__inner {
    padding: 20px 15px;
  }
  .p-article__new {
    width: 50px;
  }
  .p-article__data {
    font-size: 1.6rem;
  }
  .p-article__title {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .p-single {
    padding: 30px 15px;
  }
  .p-single__header {
    margin-bottom: 20px;
    padding-bottom: 22px;
  }
  .p-single__title {
    font-size: 2rem;
  }
  .p-single__data {
    margin-top: 14px;
    font-size: 1.6rem;
  }
  .p-single__description {
    margin-top: 12px;
    font-size: 1.5rem;
  }
  .p-single__text {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 751px) {
  .p-archive__category {
    top: -110px;
    right: 0;
  }
}
