.merit-TopHeading {
margin: 25px 0;
font-size: 2rem;
font-weight: 500;
line-height: 1.5;
text-align: center;
}
@media only screen and (min-width: 769px) {
.merit-TopHeading {
font-size: 2.2rem;
line-height: 1.3;
}
}
.merit-Section:not(:first-child) {
margin-top: 5px;
}
.merit-ListItem:not(:first-child) {
margin-top: 5px;
}
@media only screen and (min-width: 769px) {
.merit-Section:not(:first-child) {
margin-top: 10px;
}
.merit-ListItem:not(:first-child) {
margin-top: 10px;
}
}
.merit-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;
}
.merit-ListHeading.is-active .merit-ListIcon > span > span::after {
visibility: hidden;
opacity: 0;
}
@media only screen and (min-width: 769px) {
.merit-ListHeading {
height: 70px;
padding-left: 30px;
font-size: 1.8rem;
}
}
.merit-ListIcon {
position: absolute;
top: 50%;
right: 17px;
width: 23px;
height: 23px;
transform: translateY(-50%);
}
.merit-ListIcon::before, .merit-ListIcon::after, .merit-ListIcon > span::before, .merit-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;
}
.merit-ListIcon::before {
transform: rotate(22.5deg);
}
.merit-ListIcon::after {
transform: rotate(67.5deg);
}
.merit-ListIcon > span::before {
transform: rotate(112.5deg);
}
.merit-ListIcon > span::after {
transform: rotate(157.5deg);
}
.merit-ListIcon > span {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.merit-ListIcon > span > span {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.merit-ListIcon > span > span::before, .merit-ListIcon > span > span::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 9px;
border-top: 1px solid #fff;
transition: .5s;
}
.merit-ListIcon > span > span::before {
transform: translate(-50%, -50%);
}
.merit-ListIcon > span > span::after {
transform: translate(-50%, -50%) rotate(90deg);
}
.merit-ListPanel {
display: none;
padding: 10px;
border: 1px solid #161a38;
border-top: 0;
background-color: #fff;
}
@media only screen and (min-width: 769px) {
.merit-ListPanel {
padding: 20px 30px;
}
}
.merit-Heading {
margin: 0 0 5px;
font-size: 1.5rem;
font-weight: bold;
letter-spacing: normal;
}
.merit-Heading:not(:first-child) {
margin-top: 10px;
}
@media only screen and (min-width: 769px) {
.merit-Heading {
margin-bottom: 10px;
font-size: 1.8rem;
}
.merit-Heading:not(:first-child) {
margin-top: 20px;
}
}
.merit-Table {
width: 100%;
table-layout: fixed;
border-collapse: collapse;
}
.merit-Table th, .merit-Table td {
text-align: center;
}
.merit-Table thead th {
height: 30px;
padding: 5px 0;
border-top: 1px solid #161a38;
border-bottom: 1px solid #161a38;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
color: #fff;
font-size: 1.4rem;
font-weight: bold;
letter-spacing: .05em;
background-color: #161a38;
}
.merit-Table thead th:first-child {
width: 30%;
border-left: 1px solid #161a38;
}
.merit-Table thead th:last-child {
width: 25%;
border-right: 1px solid #161a38;
}
.merit-Table tbody tr {
background-color: #fff;
}
.merit-Table tbody td {
height: 50px;
padding: 5px;
border: 1px solid #161a38;
color: #161a38;
font-size: 1.45rem;
line-height: 1.3;
letter-spacing: .03em;
}
.merit-Table tbody td > span {
display: block;
margin-top: 2px;
font-size: 1.25rem;
}
@media only screen and (min-width: 769px) {
.merit-Table thead th {
height: 45px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 1.6rem;
}
.merit-Table tbody td {
height: 75px;
padding: 10px;
font-size: 1.6rem;
line-height: 1.5;
}
.merit-Table tbody td > span {
font-size: 1.4rem;
}
}