.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: 289px;
        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; }
@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: 72.5vw;
        transform: translateY(0%);
        margin: 14.6875vw auto 0 auto; }
        .fv_img img {
          width: 100%;
          height: auto;
          vertical-align: bottom; } }

.top_download {
  margin-top: 40px; }
  .top_download_head {
    margin-bottom: 28px;
    position: relative; }
    .top_download_head:after {
      display: block;
      width: 692px;
      height: 1px;
      background: #e3e0d8;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      content: ""; }
  .top_download_title {
    font-size: 20px;
    font-weight: bold;
    padding-left: 36px;
    position: relative;
    display: inline-block;
    background: #ffffff; }
    .top_download_title:before {
      display: block;
      width: 25px;
      height: 21px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -10px;
      background: url(../img/front/ico_04.png) no-repeat 0 0;
      background-size: 25px 21px;
      content: ""; }
  .top_download_dfn {
    margin-bottom: 36px; }
    .top_download_dfn dt {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 20px; }
    .top_download_dfn dd {
      margin-left: 24px;
      font-size: 16px; }
  @media (max-width: 767px) {
    .top_download {
      margin-top: 10.9375vw; }
      .top_download_head {
        margin-bottom: 9.375vw; }
        .top_download_head:after {
          width: 35.3125vw; }
      .top_download_title {
        font-size: 6.25vw;
        padding-left: 11.25vw;
        position: relative;
        display: inline-block;
        background: #ffffff; }
        .top_download_title:before {
          width: 7.8125vw;
          height: 6.5625vw;
          margin-top: -3.125vw;
          background: url(../img/front/ico_04_sp.png) no-repeat 0 0;
          background-size: 7.8125vw 6.5625vw; }
      .top_download_dfn {
        margin-bottom: 9.375vw; }
        .top_download_dfn dt {
          font-size: 5vw;
          line-height: 7.5vw;
          margin-bottom: 6.25vw; }
        .top_download_dfn dd {
          margin-left: 7.5vw;
          font-size: 5vw; } }

.top_safe {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px; }
  .top_safe_head {
    margin-bottom: 25px; }
  .top_safe_title {
    font-size: 22px;
    font-weight: bold;
    color: #d50000;
    position: relative;
    padding-left: 36px; }
    .top_safe_title:before {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -11px;
      display: block;
      width: 25px;
      height: 22px;
      background: url(../img/front/ico_05.png) no-repeat 0 0;
      background-size: 25px 22px;
      content: ""; }
  .top_safe_dfn {
    margin-top: 15px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center; }
    .top_safe_dfn dt {
      width: 130px;
      background: #f0f0f0;
      text-align: center;
      font-size: 13px;
      margin-right: 15px;
      padding: 7px 0; }
    .top_safe_dfn dd {
      width: calc( 100% - 145px );
      margin-left: auto;
      font-size: 14px; }
  @media (max-width: 767px) {
    .top_safe {
      padding-top: 12.5vw;
      padding-bottom: 12.5vw;
      margin-bottom: 15.625vw; }
      .top_safe_head {
        margin-bottom: 7.8125vw;
        justify-content: flex-start;
        align-items: flex-start; }
      .top_safe_title {
        font-size: 6.25vw;
        font-weight: bold;
        padding-left: 11.25vw;
        text-align: left; }
        .top_safe_title:before {
          margin-top: -3.4375vw;
          display: block;
          width: 7.8125vw;
          height: 6.875vw;
          background: url(../img/front/ico_05_sp.png) no-repeat 0 0;
          background-size: 7.8125vw 6.875vw;
          content: ""; }
      .top_safe_dfn {
        margin-top: 4.6875vw;
        flex-direction: column; }
        .top_safe_dfn dt {
          width: 100%;
          font-size: 4.0625vw;
          margin-right: 0;
          padding: 2.1875vw 0;
          margin-bottom: 4.375vw; }
        .top_safe_dfn dd {
          width: 100%;
          margin-left: 0;
          font-size: 4.375vw; } }


.top_news {
  margin-bottom: 60px; }
  .top_news_list li:first-child {
    padding: 0 0 20px 0; }
  .top_news_list li {
    display: block;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #d1cecc;
    font-size: 14px;
    font-weight: bold; }
    

    .top_news_list li span {
      display: block;
      margin-right: 40px;
      color: #d50000;
      line-height: 24px; 
       }
    .top_news_list dt {
      font-weight: bold;
      line-height: 24px; 
      margin-bottom: 10px;
      font-size: 14px; 
      }
    .top_news_list dd {
      text-indent:-1em;
      line-height: 24px; 
      margin-left:2em;
      font-size: 14px; 
      }


  @media (max-width: 767px) {
    .top_news {
      margin-bottom: 15.625vw; }
      .top_news_list li:first-child  {
        padding: 6.25vw 0 6.25vw 0; }
      .top_news_list li  {
        display: block;
        padding: 6.25vw 0 6.25vw 0;
        font-size: 4.375vw;
        line-height: 7.5vw;
        font-weight: bold; }
            
      .top_news_list dt {
        display: block;
        padding: 6.25vw 0 6.25vw 0;
        font-size: 4.375vw;
        line-height: 7.5vw;
        font-weight: bold; }
      .top_news_list dd {
        display: block;
        padding: 6.25vw 0 6.25vw 0;
        font-size: 4.375vw;
        line-height: 7.5vw;
        font-weight: bold; }


        .top_news_list li 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; } }
