/*index*/
.Management .indexLinks{ margin-bottom: 85px;}

.relatedInformation{ border-top: 1px solid #d0d5da;}
.relatedInformation h3{
 font-size: 2.8rem;
 color: #000;
 font-weight: normal;
 margin-bottom: 35px;
 margin-top: 40px;
}
.relatedInformation a{ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.relatedInformation > div{
 width: 980px;
 margin: 0 auto;
}
.relatedInformation dl{
 border-bottom: 1px solid #e9ecee;
 color: #333;
}
.relatedInformation dl:first-of-type{ border-top: 1px solid #e9ecee;}
.relatedInformation dl a{
 display: flex;
 align-items: center;
 padding: 23px 50px 23px 0;
 position: relative;
 transition-property: color, box-shadow;
}
.relatedInformation dl .redArrowL{ right: 20px;}
.relatedInformation dl a.hover{
 color: #e60012;
 box-shadow: 0 10px 10px -4px rgba(0,0,0,0.1);
}
.relatedInformation dt{
 font-size: 1.6rem;
 width: 245px;
 box-sizing: border-box;
 padding: 0 30px 0 20px;
 position: relative;
}
.relatedInformation dt::after{
 content: '';
 position: absolute;
 display: inline-block;
 width: 1px;
 height: 10px;
 background-color: #e9ecee;
 top: calc(50% - 5px);
 right: 0;
}
.relatedInformation dd{
 font-size: 1.4rem;
 padding-left: 30px;
}


/*下側各ページへのリンク*/
.Message .bottomLinks ul .ManagementMessage,
.Segment .bottomLinks ul .ManagementSegment{
 color: #fff;
 background-color: #e60012;
}

