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