@-webkit-keyframes motionFloat {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes motionFloat {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes motionRipple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes motionRipple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.c-btn__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #1b608b;
  width: 100%;
  height: 55px;
  font-size: 14px;
}

.c-btn a {
  color: #fff;
}

.p-news__ttl {
  position: relative;
}

.p-news__ttl-txt {
  position: absolute;
  top: 52.5%;
  left: 50.3%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.p-news__ttl-txt .p-in-txt--main {
  margin-bottom: 4px;
  font-size: 32px;
  letter-spacing: 9px;
}

.p-news__ttl-txt .p-in-txt--sub {
  color: #1c87ca;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 7px;
}

.p-news__article {
  margin: 34px auto 131px;
  width: 100%;
  min-height: 30vh;
}

.p-news-detail .p-news__article {
  margin: 34px auto 112px;
}

.p-news__article-wrap {
  position: relative;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}

.p-news__article-wrap.is-data-loaded {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.p-news__article-contents {
  margin: 0 auto;
  width: 50%;
}

.p-news__article-noddata {
  margin-bottom: 35px;
  padding-top: 30px;
  font-size: 15px;
  line-height: 1.9;
}

.p-news__article .p-in-item {
  border-bottom: solid 1px #1c87ca;
  padding-bottom: 40px;
}

.p-news__article .p-in-item__ttl {
  margin-top: 80px;
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.8;
}

.p-news__article .p-in-item__info {
  margin-bottom: 48px;
}

.p-news__article .p-in-item__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}

.p-news__article .p-in-item__info-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-news__article .p-in-item__info-category .p-in-category {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 7px;
}

.p-news__article .p-in-item__info-category .p-in-category:last-of-type {
  margin-right: 0;
}

.p-news__article .p-in-item__info-date {
  position: relative;
  margin-right: 30px;
}

.p-news__article .p-in-item__info-date::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -14%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: linear-gradient(to bottom, #1c87ca, #1c87ca 2px, transparent 2px, transparent 5px);
  background-size: 2px 5px;
  background-repeat: repeat-y;
  width: 2px;
  height: 73%;
  content: '';
}

.p-news__article .p-in-item__info a {
  color: #000;
  text-decoration: underline;
}

.p-news__article .p-in-item__lead {
  margin-bottom: 35px;
  font-size: 15px;
  line-height: 1.9;
}

.p-news__article .p-in-item__lead iframe {
  max-width: 100%;
}

.p-news__article .p-in-item__figure {
  margin: 0 auto 27px;
  width: 67%;
}

.p-news__article .p-in-item__desc {
  margin-bottom: 35px;
  font-size: 15px;
  line-height: 1.9;
}

.p-news__article .p-in-item__lead a, .p-news__article .p-in-item__figure a, .p-news__article .p-in-item__desc a {
  color: #1c87ca;
  text-decoration: underline;
}

.p-news__article .p-in-item__lead img, .p-news__article .p-in-item__figure img, .p-news__article .p-in-item__desc img {
  height: auto;
}

.p-news__article-category {
  position: absolute;
  top: 0%;
  right: 10%;
}

.p-news__article-category .p-in-category__ttl {
  margin-bottom: 28px;
  color: #1c87ca;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.p-news__article-category .p-in-category__item-txt {
  color: #000;
  font-size: 14px;
}

.p-news__article-btn {
  margin: 42px auto 0px;
  width: 34%;
  max-width: 250px;
}

@media screen and (max-width: 1240px) {
  .p-news__ttl-bg {
    background: url(../img/news/cover_sp.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 50%;
    width: 100%;
  }
  .p-news__ttl-bg img {
    opacity: 0;
  }
  .p-news__ttl-txt .p-in-txt--main {
    font-size: 25px;
  }
  .p-news__ttl-txt .p-in-txt--sub {
    font-size: 13px;
  }
  .p-news__article {
    margin: 17px auto 60px;
  }
  .p-news__article-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-news__article-contents {
    width: 90%;
  }
  .p-news__article .p-in-item {
    margin-bottom: 30px;
    padding-top: 1px;
    padding-bottom: 30px;
  }
  .p-news__article .p-in-item__ttl {
    margin-top: 38px;
    margin-bottom: 18px;
  }
  .p-news__article .p-in-item__info {
    margin-bottom: 38px;
  }
  .p-news__article .p-in-item__lead {
    margin-bottom: 20px;
  }
  .p-news__article .p-in-item__figure {
    margin-bottom: 20px;
    width: 100%;
  }
  .p-news__article-category {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 90%;
  }
  .p-news__article-category::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #1c87ca, #1c87ca 1px, transparent 1px, transparent 2px);
    background-position: top;
    background-size: 4px 2px;
    background-repeat: repeat-x;
    width: 100%;
    height: 2px;
    content: '';
  }
  .p-news__article-category .p-in-category__ttl {
    margin-bottom: 5px;
  }
  .p-news__article-category .p-in-category__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-news__article-category .p-in-category__item {
    line-height: 1.6em;
  }
  .p-news__article-category .p-in-category__item:nth-child(1) .p-in-category__item-txt::before {
    display: none;
  }
  .p-news__article-category .p-in-category__item-txt::before {
    display: inline-block;
    content: '/';
  }
}

@media screen and (min-width: 1241px) {
  .p-news__article-category .p-in-category__item {
    margin-bottom: 18px;
  }
}
