.report-Section {
padding: 40px 0 20px 0;
}
.report-ListItem:not(:first-child) {
margin-top: 5px;
}
@media only screen and (min-width: 769px) {
.report-ListItem:not(:first-child) {
margin-top: 10px;
}
}
.report-ListHeading {
display: flex;
align-items: center;
position: relative;
height: 50px;
margin: 0;
padding: 5px 50px 5px 20px;
background-color: #161a38;
color: #fff;
font-feature-settings: "palt";
font-size: 1.5rem;
font-weight: 500;
}
.report-ListHeading.is-active .report-ListIcon > span > span::after {
visibility: hidden;
opacity: 0;
}
@media only screen and (min-width: 769px) {
.report-ListHeading {
height: 70px;
padding-left: 30px;
font-size: 1.8rem;
}
}
.report-ListIcon {
position: absolute;
top: 50%;
right: 17px;
width: 23px;
height: 23px;
transform: translateY(-50%);
}
.report-ListIcon::before, .report-ListIcon::after, .report-ListIcon > span::before, .report-ListIcon > span::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 43.182%;
height: 100%;
margin: auto;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.report-ListIcon::before {
transform: rotate(22.5deg);
}
.report-ListIcon::after {
transform: rotate(67.5deg);
}
.report-ListIcon > span::before {
transform: rotate(112.5deg);
}
.report-ListIcon > span::after {
transform: rotate(157.5deg);
}
.report-ListIcon > span {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.report-ListIcon > span > span {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.report-ListIcon > span > span::before, .report-ListIcon > span > span::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 9px;
border-top: 1px solid #fff;
transition: .5s;
}
.report-ListIcon > span > span::before {
transform: translate(-50%, -50%);
}
.report-ListIcon > span > span::after {
transform: translate(-50%, -50%) rotate(90deg);
}
.report-ListList {
display: none;
margin: 0;
padding: 0;
font-feature-settings: "palt";
list-style: none;
}
.report-ListList li {
font-size: 1.5rem;
font-weight: 500;
border: 1px solid #161a38;
border-top: 0;
}
.report-ListList li a {
display: flex;
align-items: center;
position: relative;
height: 50px;
padding: 5px 6px;
background-color: #fff;
transition: .2s;
}
.report-ListList li a::before {
content: "";
position: absolute;
top: 50%;
right: 5px;
width: 22px;
height: 22px;
background: url(//www.kendo.or.jp/wp/wp-content/themes/kendo/assets/report/images/pdf.png) no-repeat;
background-size: contain;
transform: translateY(-50%);
}
.report-ListList li a:hover {
color: inherit;
}
.report-ListList li a:nth-child(even) {
background-color: #d7d7d7;
}
@media only screen and (min-width: 769px) {
.report-ListList li {
font-size: 1.8rem;
}
.report-ListList li a {
height: 50px;
padding-right: 30px;
padding-left: 30px;
}
.report-ListList li a::before {
content: "";
position: absolute;
top: 52%;
right: 20px;
width: 40px;
height: 40px;
background: url(//www.kendo.or.jp/wp/wp-content/themes/kendo/assets/report/images/pdf.png) no-repeat;
background-size: 95% 95%;
transform: translateY(-50%);
}
.report-ListList li a {
display: flex;
align-items: center;
position: relative;
height: 50px;
padding: 5px 20px;
background-color: #fff;
transition: .2s;
}
}