@charset "UTF-8";
/**
 * 関連リンク
 *
 */
/* ==========================================================================
   関連リンク
   ========================================================================== */
.links-inner .links-wrap {
  float: left;
  width: 46.5%;
  margin-right: 7%; }
  .links-inner .links-wrap:nth-child(2) {
    margin-right: 0; }
  .links-inner .links-wrap .list-arr {
    margin-bottom: 50px; }

.inner .links_sttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 5px; }
.inner .list-arr li {
  margin-bottom: 13px; }
  .inner .list-arr li a {
    text-decoration: underline;
    color: #6d6d6d; }
  .inner .list-arr li a:hover {
    text-decoration: none; }

@media screen and (max-width: 767px) {
  .links-inner .links-wrap {
    float: none;
    width: 100%; } }
