@charset "UTF-8";
.p-info__content {
  margin-top: 68px;
  padding-bottom: 155px;
}

.p-info_item {
  position: relative;
  background: url(../img/common/line_dot.png) left bottom repeat-x;
  background-size: 8px;
  padding-bottom: 3px;
}
.p-info_item > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-info_item::before {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/common/arrow_circle.png) left center no-repeat;
  background-size: 25px;
  width: 40px;
  height: 100%;
  content: "";
}
.p-info_item__wrap {
  padding: 37px 45px 37px 28px;
}
.p-info_item__inner {
  position: relative;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.04em;
}
.p-info_item__date {
  color: #888;
  font-size: 12px;
  line-height: 1em;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px){
  .p-info__content {
    margin-top: 34px;
    padding-bottom: 130px;
  }
  .p-info_item {
    padding: 23px 40px 26px 0;
  }
  .p-info_item::before {
    width: 30px;
  }
  .p-info_item__wrap {
    padding: 23px 40px 23px 0;
  }
  .p-info_item__inner {
    font-size: 14px;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  .p-info_item__date {
    margin-top: 7px;
    font-size: 11px;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 768px){
  .p-info_item .p-info_item__wrap {
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
    background-color: transparent;
  }
  .p-info_item::before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-info_item:hover .p-info_item__wrap {
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
    background-color: #ffe554;
  }
  .p-info_item:hover::before {
    -webkit-transform: translate(8px, 0);
            transform: translate(8px, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-info_item__inner {
    padding-left: 108px;
  }
  .p-info_item__title {
    height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .p-info_item__date {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}