.faq-Section {
padding-top: 40px;
}
.faq-ListItem:not(:first-child) {
margin-top: 5px;
}
@media only screen and (min-width: 769px) {
.faq-ListItem:not(:first-child) {
margin-top: 10px;
}
}
.faq-CardItem_Text {
margin-bottom: 20px;
font-size: 1.5rem;
letter-spacing: normal;
font-feature-settings: "palt";
line-height: 2em;
}
.faq-ListHeading {
display: flex;
align-items: center;
position: relative;
margin: 0;
padding: 0px 45px 0px 17px;
background-color: #161a38;
color: #fff;
font-feature-settings: "palt";
font-size: 1.5rem;
font-weight: 500;
cursor: pointer;
}
.faq-ListHeading.is-active .faq-ListIcon > span > span::after {
visibility: hidden;
opacity: 0;
}
@media only screen and (min-width: 769px) {
.faq-ListHeading {
height: 70px;
padding-left: 30px;
font-size: 1.8rem;
}
}
.faq-ListIcon {
position: absolute;
top: 50%;
right: 17px;
width: 23px;
height: 23px;
transform: translateY(-50%);
}
.faq-ListIcon::before, .faq-ListIcon::after, .faq-ListIcon > span::before, .faq-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;
}
.faq-ListIcon::before {
transform: rotate(22.5deg);
}
.faq-ListIcon::after {
transform: rotate(67.5deg);
}
.faq-ListIcon > span::before {
transform: rotate(112.5deg);
}
.faq-ListIcon > span::after {
transform: rotate(157.5deg);
}
.faq-ListIcon > span {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.faq-ListIcon > span > span {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.faq-ListIcon > span > span::before, .faq-ListIcon > span > span::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 9px;
border-top: 1px solid #fff;
transition: .5s;
}
.faq-ListIcon > span > span::before {
transform: translate(-50%, -50%);
}
.faq-ListIcon > span > span::after {
transform: translate(-50%, -50%) rotate(90deg);
}
.faq-ListList {
display: none;
margin: 0;
padding: 0;
font-feature-settings: "palt";
list-style: none;
}
.faq-ListList li {
font-size: 1.5rem;
font-weight: 500;
border: 1px solid #161a38;
border-top: 0;
align-items: center;
padding: 1px 2px 0px 2px;
background-color: #fff;
}
.faq-ListList li a {
position: relative;
transition: .2s;
}
@media only screen and (min-width: 769px) {
.faq-ListList li {
font-size: 1.8rem;
}
.faq-ListList li a {
padding-right: 10px;
padding-left: 10px;
}
.faq-ListList li a:hover{
color: #0d6ccc;
}
.faq-ListList li a::before {
width: 16px;
height: 12px;
}
}
.faq-left {
float: left;
clear: left;
margin-left: 14px;
}
.faq-right {
width: 85%;
line-height: 1.6;
margin-left: 37px;
font-size: 1em;
font-feature-settings: "palt";
}
.faq-left_th {
float: left;
clear: left;
}
.faq-right_th {
margin-left: 3em;
}
.faq-ListList li>dl>dd>a{
padding: 0;
display: initial;
}
.sw-Text + .sw-Text {
margin-top: 0;
}
table {
margin:30px 0;
border-collapse: collapse;
background-color: #fff;
border: 1px solid #161a38;
}
table th,
table td {
color: #161a38;
}
table thead th {
padding: 5px;
background-color: #161a38;
color: #fff;
font-size: 1.2rem;
}
table thead th:not(:first-child) {
border-left: 1px solid #fff;
}
table tbody th,
table tbody td {
padding: 8px 5px;
border: 1px solid #161a38;
white-space: pre-wrap;
}
table tbody td {
font-size: 1.5rem;
text-align: center;
vertical-align: middle;
}