@charset "utf-8";
body .main-cont {
    width: 940px;
}
#fmap-explanation section {
    margin-bottom: 100px;
}
    /*copyright*/
.copyright__panel {
    border: 2px solid #e60012;
    padding: 20px;
}

.copyright__title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    line-height: 1.36;
    margin: 0 0 6px;
}

.copyright-list__item {
    font-size: 20px;
    color: #000;
}

.copyright-strong {
    font-size: 25px;
    color: #e60012;
}

/*intro*/
.intro__text {
    font-size: 22px;
    margin: 0 0 30px;
}
/*useimage*/
.useimage__title {
    margin: 0 0 9px;
}

.useimage-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.useimage-list__item:nth-child(-n+2) {
    margin: 0 0 6px;
}

/*features*/
.features__img {
    margin: 0 0 20px;
}

.features-list.list01 {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}

.features-list.list02 .features-list__item:first-child {
    margin: 0 0 20px;
}
.features-list.list03 .features-list__item:first-child {
    margin: 0 0 19px;
}


.features .flex-box {
    display: flex;
    justify-content: space-between;
}

/*mapuse*/
.mapuse-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mapuse-list__item:first-child {
    margin: 0 0 30px;
}