
.aboutHome {
    padding-bottom: 20px;
}
/* .aboutHome__title {
    background-color: #F87549;
    border-radius: 10px 10px 0 0;
    color: #fff;
    height: 64px;
    text-align: center;
    line-height: 64px;
    font-weight: bold;
} */
.aboutHome__description {
    padding-top: 20px;
    padding-bottom: 20px;
}
.aboutHome__note01 {
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}
.aboutHome__note02 {
    padding: 20px;
    font-size: 14px;
    line-height: 1.8;
}
.aboutHome__logo {
    width: 158px;
    margin: 20px auto 10px;
    display: block;
}
[class^="aboutHome__img"] {
    display: block;
}
.aboutHome__img01 {
    width: 287px;
    margin: 0 auto 10px;
}
.aboutHome__img02 {
    width: 257px;
    margin: 10px auto 0;
}

.aboutHome__feature {
    margin-top: 20px;
    padding-bottom: 20px;
}
.aboutHome__img03 {
    width: 179px;
    margin: 10px auto 0;
}
.aboutHome__img04 {
    width: 208px;
    margin: 10px auto 0;
}
.aboutHome__img05 {
    width: 225px;
    margin: 10px auto 0;
}
.aboutHome__noteTitle {
    display: flex;
    align-items: center;
    padding-left: 20px;
    line-height: 1.6;
    font-weight: bold;
    margin-top: 20px;
}
.aboutHome__icon {
    width: 50px;
    height: 50px;
    background: no-repeat center;
    margin-right: 10px;
}
.aboutHome__icon--01 {
    background-image: url(../images/icon_feature_01.svg);
}
.aboutHome__icon--02 {
    background-image: url(../images/icon_feature_02.svg);
}
.aboutHome__icon--03 {
    background-image: url(../images/icon_feature_03.svg);
}
.aboutHome__structure {
    margin-top: 20px;
}
.aboutHome__img06 {
    width: 100%;
    margin: 0 auto 0;
}
.aboutHome__usage {
    margin-top: 20px;
    padding-bottom: 20px;
}
.aboutHome__img07 {
    max-width: 261px;
    margin-top: 20px;
    margin-left: 20px;
}
.aboutHome__img08 {
    max-width: 289px;
    margin-top: 20px;
    margin-left: 20px;
}
.aboutHome__img09 {
    max-width: 294px;
    margin-top: 20px;
    margin-left: 20px;
}
.aboutHome__img10 {
    max-width: 275px;
    margin-top: 20px;
    margin-left: 20px;
}
.aboutHome__button {
    width: 246px;
    height: 60px;
    margin: 30px auto 40px;
}

.aboutHome__slide {
    position: relative;
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    overflow-x: hidden;
}
.aboutHome__slideList {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    /* transition: transform 0.2s ease; */
}
.aboutHome__slideItem {
    width: calc(100%);
    flex-shrink: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.aboutHome__slideBtn {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 60px;
}
.aboutHome__slideBtn--prev {
    left: 0;
    border-radius: 0 5px 5px 0;
    background: #FDE67C no-repeat center url(../images/icon_arrowprev.svg);
}
.aboutHome__slideBtn--next {
    right: 0;
    border-radius: 5px 0 0 5px;
    background: #FDE67C no-repeat center url(../images/icon_arrownext.svg);
}
.aboutHome__slideDot {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
.aboutHome__slideDotItem {
    background-color: #DDDDDD;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    margin: 5px;
}
.aboutHome__slideDotItem.is-active {
    background-color: #F87549;
}

/* USAGE FEES */
.usageFees__item {
    padding: 20px;
    display: block;
}
.usageFees__item:nth-last-child(n + 2) {
    border-bottom: 1px solid #DDDDDD;
}
.usageFees__text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
}
.usageFees__button {
    width: 182px;
    height: 60px;
    margin: 30px auto;
}

.frequentlyAskedQuestions {
    padding-bottom: 20px;
}
.frequentlyAskedQuestions__item {
    padding: 20px;
}
.frequentlyAskedQuestions__item:nth-last-child(n + 2) {
    border-bottom: 1px solid #DDDDDD;
}
.frequentlyAskedQuestions__question {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: bold;
}
.frequentlyAskedQuestions__asked {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    font-size: 14px;
}
.frequentlyAskedQuestions__questionIcon {
    background: no-repeat center url(../images/icon_question.svg);
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: 2px;
}
.frequentlyAskedQuestions__askedIcon {
    background: no-repeat center url(../images/icon_asked.svg);
    width: 15px;
    height: 19px;
    flex-shrink: 0;
    margin-right: 10px;
    margin-left: 2px;
}

.forNewUsers__button01 {
    width: 214px;
    height: 60px;
    margin: 30px auto 10px;
}
.forNewUsers__button02 {
    width: 182px;
    height: 60px;
    margin: 30px auto 20px;
}