main{
    width: calc(100% - 30px);
    margin: 40px auto 100px auto;
}
main h2 {
    font-size: 1.6rem;
 line-height: 2.0rem;
    color: #333;
    font-weight: normal;
}
section.Category{
 border-bottom: 1px solid #d0d5da;
 margin-bottom: 60px;
}
section.Category dt{
 border-top: 1px solid #d0d5da;
display:block;
 position: relative;
 padding: 20px 50px 20px 10px;
cursor:pointer;
 pointer-events: inherit;
}
section.Category dt:first-of-type{
 border-top: 1px solid #d0d5da;
}
section.Category dt h3{
 color: #333;
 font-size: 2.0rem;
 line-height: 2.4rem;
 font-weight: normal;
}
section.Category dt .btnStyle{
 display: inline-block;
 position: absolute;
 top: 0;
 right: 0;
 height: 100%;
 width: 50px;
 border-left: 1px solid #fff;
}
section.Category dt .btnStyle::before,
section.Category dt .btnStyle::after{
 content: '';
 display: inline-block;
 position: absolute;
 top: calc(50% - 1.5px);
 left: 18px;
 width: 15px;
 height: 1px;
 background-color: #d0d5da;
}
section.Category dt .btnStyle::after{
 transform: rotate(90deg);
 transition: transform 0.2s;
}
section.Category dd{
display:none;
 color: #333;
}
section.Category .open{
 display:block;
color: #333;}

section.Category dt.hover{ box-shadow: 0 10px 10px -4px rgba(0,0,0,0.1);}
section.Category dt.hover,
section.Category dt.active{ background-color: #f3f5f7;}
section.Category dt.active .btnStyle::after{ transform: rotate(180deg);}


section.Category dt {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}














main section ul{
 display :inherit;
 margin-top: 0;
}
main section ul:after{
    /*content:"";
    display:block;
    width: calc(100% / 3 - 15px);
    height:0;*/
  }
main section ul li{
 width: 100%;
 border-left: none;
 margin-bottom: 0;
 border-bottom: 1px solid #e9ecee;
}
main section ul li:last-child{
 border-bottom:none;
 margin-bottom: 60px;
}
main section ul li a{
 width: 100%;
 height: 100%;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
  font-size: 1.2rem;
 line-height: 1.8rem;
}
main section ul a:hover{
}
main section ul a img{
 height: 60px;
 transition: opacity 0.12s;
 margin: 10px 0;
}
main section ul a:hover img{
 opacity: 0.7;
}
main section ul a > span{
 position: relative;
 display: flex;
 left: 30px;
  /*width: calc(100% - 165px);*/
 width: calc(100% - 115px);
}
main section ul a:hover > span{
 color: #e60012;
}
main section ul a .redArrowS{
 top: 7px;
left:-20px;}