.information__other {

    margin-top: 15%;

}
.information__other h3 {

    font-family: DENSOTP2017-Bold;
    font-size: 2.6rem;
    margin-bottom: 2.34375vw;

}
.information__other ul.link_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
}
.information__other ul.link_box li {
    width: 48%;
    display: block;
    font-size: 1.6em;

}
.information__other ul.link_box li a {
    width: 100%;
    display: block;
}
.information__other ul.link_box li {
    border: #dc0032 2px solid;
    display: block;

    position: relative;
    font-size: 2.9rem;
    font-family: DENSOTP2017-Bold;
    letter-spacing: .01em;
	color: #dc0032;
}

.information__other ul.link_box li::after {
    content: '';
    background: url(../image/common/icon-arr-red.png) no-repeat;
    background-size: contain;
    width: 11px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -7px;
}

@media (max-width: 959px) {
  .information__other ul.link_box {
    display: block;
      width: 100%;
  }
    .information__other ul.link_box li {
        width: 100%;
		margin-top: 15px;
    }

}
.information__other .link_box a {
	background-color: #fff;
  display: block;
  padding: 1.6em;
  position: relative;
  font-size: 2.9rem;
  font-family: DENSOTP2017-Bold;
  letter-spacing: .2em
}
.information__other .link_box a:hover{
	color: #dc0032;
	opacity: .7
}
@media (max-width: 959px) {
.information__other  .link_box a {
    padding: 5.3333333333vw;
    font-size: 2.5rem
  }
}
