section.securities{
 margin: 30px auto 30px;
 width: 1180px;
}

section.securities + p{
width: 1180px;
margin: 0 auto 30px;
 color: #333;
 font-size: 1.4rem;
}

.latestList{
 width: 1180px;
 margin: 0 auto 60px;
}
.latestList section ul{
 border: 1px solid #e9ecee;
 color: #333;
 box-sizing: border-box;
 font-size: 1.4rem;
}
.latestList section ul li{
 border-bottom: 1px solid #e9ecee;
 padding: 20px;
 word-break: break-all;
}
.latestList section ul li:last-child{ border-bottom: none;}
.latestList li a.hover{ color: #e60012;}
.icon-pdf{
 display: inline-block;
 vertical-align: middle;
 margin: -2px 5px 0;
}

.ReportOpen,
.ReportClose{
 display: block;
 font-size: 1.4rem;
 border: 1px solid #e60012;
 background-color: #fff;
 text-align: center;
 padding: 12px 10px 12px 20px;
 position: relative;
 margin: 0 auto;
 color: #e60012;
 line-height: 100%;
 transition-property: color, background-color;
 transition-duration: 0.12s;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ReportOpen{
 min-width: 280px;
 height: 64px;
 padding: 24px 10px 24px 30px;
 text-indent: -1em;
}
.ReportClose{
 min-width: 164px;
 margin-top: 60px;
}
.ReportOpen .redArrowS{ position: static; margin: 0 0 0 10px;}
.ReportClose .redArrowS{ position: static; margin: 0 0 0 10px;}
.ReportOpen .redArrowS{ transform: rotate(45deg) translate(-25% ,-25%);}
.ReportClose .redArrowS{ transform: rotate(-135deg);}
.ReportOpen.hover,
.ReportClose.hover{
 background-color: #e60012;
 color: #fff;
}
.ReportOpen.hover .redArrowS,
.ReportClose.hover .redArrowS{ border-color: #fff;}
.ReportOpen.open{ display: none;}

.pastList{
 background-color: #f3f5f7;
 padding-bottom: 40px;
 display: none;
}
.pastList > ul{
 width: 1180px;
 margin: 0 auto;
}
.pastList > ul > li{
 padding: 60px 0 40px;
 border-bottom: 1px solid #e1e5e8;
 display: flex;
 justify-content: space-between;
}
.pastList > ul > li:last-child{ border-bottom: none;}
.pastList section{
 width: calc(50% - 20px);
}
.pastList section h2{
 font-size: 2.2rem;
 color: #000;
 margin-bottom: 35px;
 font-weight: normal;
}
.pastList section li{
 color: #333;
 font-size: 1.4rem;
 word-break: break-all;
}
.pastList section li:not(:last-child){ margin-bottom: 15px;}
.pastList section li a.hover{ color: #e60012;}


.AdobeReaderDownload{
 width: 1180px;
 margin: 100px auto 120px;
}
