jscss
pg_qa.css
/* line 10, ../qa.scss */
.qa-intro {
max-width: 800px;
margin: 0 auto 50px;
}
/* line 19, ../qa.scss */
.qa-intro__desc {
margin-bottom: 25px;
font-size: 1.6rem;
line-height: 2;
}
/* line 33, ../qa.scss */
.qa-intro__img {
max-width: 100%;
}
/* line 38, ../qa.scss */
.qa-list {
max-width: 800px;
margin: 0 auto 160px;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
}
/* line 43, ../qa.scss */
.qa-list__item {
padding: 80px 0;
border-bottom: 1px solid #4d4d4d;
}
/* line 47, ../qa.scss */
.qa-list__item:first-of-type .qa-list__body {
display: block;
}
/* line 51, ../qa.scss */
.qa-list__item:last-of-type {
border-bottom: none;
}
/* line 60, ../qa.scss */
.qa-list__btn {
width: 26px;
height: 26px;
border-radius: 13px;
background: #f1f1f1;
position: relative;
transition: 0.3s;
}
/* line 67, ../qa.scss */
.qa-list__btn::before {
display: block;
content: "";
width: 10px;
height: 1px;
background: #6aaad0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
/* line 80, ../qa.scss */
.qa-list__btn::after {
display: block;
content: "";
width: 1px;
height: 10px;
background: #6aaad0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
transition: 0.3s;
}
/* line 96, ../qa.scss */
.qa-list .active .qa-list__btn {
background: #4d4d4d;
transition: 0.3s;
}
/* line 101, ../qa.scss */
.qa-list .active .qa-list__btn::after {
transition: 0.3s;
transform: rotate(-90deg);
}
/* line 107, ../qa.scss */
.qa-list__ttl {
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
}
/* line 113, ../qa.scss */
.qa-list__question {
padding-left: 1.5em;
text-indent: -1.5em;
width: calc(100% - 50px);
font-size: 1.8rem;
font-weight: 700;
line-height: 2;
color: #6aaad0;
}
/* line 121, ../qa.scss */
.qa-list__question::before {
content: "Q.";
font-size: 2.4rem;
line-height: 2em;
}
/* line 127, ../qa.scss */
.qa-list__body {
display: none;
}
/* line 131, ../qa.scss */
.qa-list__answer {
padding-left: 1.5em;
text-indent: -1.5em;
font-size: 1.8rem;
font-weight: 700;
line-height: 2;
color: #000;
}
/* line 138, ../qa.scss */
.qa-list__answer::before {
content: "A.";
font-size: 2.4rem;
line-height: 2em;
}
/* line 144, ../qa.scss */
.qa-list__desc {
font-size: 1.4rem;
line-height: 2.29;
color: #000;
}