@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object
5.	Original

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.p-latest {
  background: #fff;
}
.p-latest-list__item {
  position: relative;
  border-bottom: 0.2666666667vw solid #fff;
  background: #f6f4f2;
}
.p-latest-list__item a {
  position: relative;
}
.p-latest-list__item a::before {
  content: "";
  display: block;
  position: absolute;
  right: 5.3333333333vw;
  bottom: 2.6666666667vw;
  padding-top: 3.3333333333vw;
  width: 3.3333333333vw;
  background: url(../../../img/sp/arrow1.png) center no-repeat;
  background-size: contain;
}
.p-latest-list__item__title {
  display: flex;
  align-items: center;
  padding: 7.2vw 5.3333333333vw 4vw 19.2vw;
  min-height: 11.4666666667vw;
  background-image: url(../../../img/sp/contents_qa_question_title_bg.png);
  background-position: left 5.3333333333vw top 7.2vw;
  background-repeat: no-repeat;
  background-size: 10.4vw auto;
  line-height: 1.5;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #7f7875;
}
.p-latest-list__item__date {
  padding: 0 5.3333333333vw 10.6666666667vw 0;
}

.p-latest .p-box__title {
  margin-bottom: 8vw;
  padding: 0;
  height: auto;
  background: none;
  text-shadow: 0;
}
