@charset "UTF-8";

.mv_ttl img {
  width: 100%;
}

/* information
------------------------------------------- */
.u-information_ttl {
  width: 280px;
  font-size: 15px;
  text-align: left;
  padding: 0 40px 0 0;
}
.u-information_ttl .c-sec_ttl_en {
  font-size: 30px;
}

.l-information_cont {
  width: calc(100% - 280px);
  font-size: 15px;
  border-left: 12px solid #174d95;

}
.l-information_list .article {
  padding: 7px 15px;

}
.l-information_list .article .date {
  margin-right: 15px;
}
.l-information_list a {
  color: #174d95;
}
.l-information_list a:hover {
  text-decoration: underline;
}

/* service
------------------------------------------- */
.l-service_list li {
  background: #fff;
  width: 330px;
  margin: 40px 0 0 40px;
  border: 1px solid #6d6a6a;
  font-size: 18px;
}
.l-service_list li:nth-child(3n + 1) {
  margin-left: 0;
}
.l-service_list li a {
  display: block;
  padding: 30px 20px;
  width: 100%;
  height: 100%;
}
.l-service_list_icon,
.l-service_list_ttl {
  text-align: center;
}
.l-service_list_ttl {
  font-size: 22px;
  font-weight: bold;
  margin: 15px 0 10px;
}

.l-service_btn {
  margin: 80px auto 20px;
}

/* footer
------------------------------------------- */
.l-footer_info {
  background: url("../img/cmn_bg_r.jpg") no-repeat right bottom / cover;
}

/* ============================================
  @media max-767
============================================ */
@media only screen and (max-width: 767px) {

  .u-information_ttl,
  .l-information_cont {
    width: 100%;
  }
  .u-information_ttl {
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .l-information_list .article .date {
    display: block;
  }

  .l-service_cont {
    margin-top: 20px;
  }
  .l-service .l-service_list li {
    width: 48%;
    padding: 0;
    margin: 15px 0 0 4%;
    font-size: 12px;
  }
  .l-service .l-service_list li a {
    display: block;
    padding: 20px 3%;
    width: 100%;
    height: 100%;
  }
  .l-service_list li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .l-service_list_icon {
    width: 60%;
    margin: auto;
  }
  .l-service_list_ttl {
    font-size: 16px;
    line-height: 1.3;
  }

  .l-service_btn {
    margin: 40px auto 20px;
  }
  .l-service_btn .c-btn {
    color: #fff;
    background: #f39800;
  }

}
