.fv {
    background: url(../img/front/bg_fv.png) no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height: 341px;
    margin-bottom: 40px;
    position: relative;
    display: flex;
    justify-content: center;
}
  .fv p {
    font-size: 17px;
    letter-spacing: .9px; }
    .fv p br {
      display: none; }
  .fv_inner {
    position: absolute;
    width: 545px;
    top: 50%;
    left: 60px;
    transform: translateY(-50%); }
  .fv_img {
    width: 426px;
    position: static;
    transform: translateY(0);}
    .fv_img img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  .fv_title {
    font-size: 30px;
    line-height: 46px;
    left: .9px;
    margin-bottom: 0; }
@media (min-width: 768px) {
.fv_content {
    margin-right: 80px;
}
.fv_inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    width: auto;
    padding: 0 23px 0 23px;
    left: auto;
}
}
  @media (max-width: 767px) {
    .fv {
      background: url(../img/front/bg_fv_sp.png) no-repeat 0 0;
      width: 100%;
      height: auto;
      margin-bottom: 6.25vw;
      position: relative;
      padding: 14.0625vw 6.25vw 14.0625vw;
      box-sizing: border-box; }
      .fv p {
        font-size: 5vw;
        line-height: 8.125vw; }
        .fv p br {
          display: block; }
      .fv_inner {
        position: static;
        width: 100%;
        transform: translateY(0%);
        text-align: center; }
      .fv_title {
        font-size: 7.1875vw;
        line-height: 10.9375vw;
        margin-bottom: 5.3125vw;
        font-weight: bold; }
      .fv_img {
        position: static;
        width: 88.125vw;
        transform: translateY(0%);
        margin: 14.6875vw auto 0 auto; }
        .fv_img img {
          width: 100%;
          height: auto;
          vertical-align: bottom; } }

.top_news {
  margin-bottom: 60px; }
  .top_news_list li a {
    display: block;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #d1cecc;
    font-size: 14px;
    font-weight: bold; }
    .top_news_list li a span {
      margin-right: 40px;
      color: #d50000; }
  @media (max-width: 767px) {
    .top_news {
      margin-bottom: 15.625vw; }
      .top_news_list li a {
        display: block;
        padding: 0 0 6.25vw 0;
        font-size: 4.375vw;
        line-height: 7.5vw;
        font-weight: bold; }
        .top_news_list li a span {
          display: block;
          margin-right: 0;
          margin-bottom: 3.75vw; } }

.link_arrow {
  position: relative;
  padding-left: 15px; }
  .link_arrow:before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 7px;
    border-color: transparent transparent transparent #d50000;
    content: ""; }
  @media (max-width: 767px) {
    .link_arrow {
      font-size: 5vw;
      padding-left: 4.6875vw; }
      .link_arrow:before {
        border-width: 1.09375vw 0 1.09375vw 2.1875vw; } }

.link_square_arrow {
  position: relative;
  padding-left: 25px; }
  .link_square_arrow:before {
    display: block;
    width: 14px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/common/ico_sq_arrow.png) no-repeat 0 0;
    background-size: 14px 13px;
    content: ""; }
  @media (max-width: 767px) {
    .link_square_arrow {
      font-size: 5vw;
      padding-left: 7.8125vw;
      display: block; }
      .link_square_arrow:before {
        top: 1.25vw;
        transform: translateY(0);
        width: 4.375vw;
        height: 4.375vw;
        background: url(../img/common/ico_sq_arrow_sp.png) no-repeat 0 0;
        background-size: 4.375vw 4.0625vw; } }
