/*下側各ページへのリンク*/
.Memo .bottomLinks ul .InformationMemo,
.Reduction .bottomLinks ul .InformationReduction,
.Situation .bottomLinks ul .InformationSituation,
.Procedure .bottomLinks ul .InformationProcedure,
.Koukoku .bottomLinks ul .InformationKoukoku,
.Stock .bottomLinks ul .InformationStock{
 color: #fff;
 background-color: #e60012;
}


/*法定広告*/
.Koukoku .koukokuP{
 margin: 125px 0 30px;
 font-size: 2.1rem;
 color: #333;
 text-align: center;
}
.Koukoku .toKoukoku{
 display: flex;
 justify-content: center;
 align-items: center;
 width: 245px;
 height: 64px;
 box-sizing: border-box;
 border: 1px solid #e60012;
 color: #e60012;
 font-size: 1.4rem;
 position: relative;
 margin: 0 auto 225px;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.Koukoku .toKoukoku .redArrowS{ right: 35px; transition-property: border-color, margin-right;}
.Koukoku .toKoukoku.hover{
 color: #fff;
 background-color: #e60012;
}
.Koukoku .toKoukoku.hover .redArrowS{ border-color: #fff; margin-right: -5px;}


