@charset "UTF-8";
/* コンテンツ */


.ttsp {
    display: none;
}
.imgset img {
    width: 100%;
}

.bg_mdl {
    background-image: url("../img/bg.webp");
    background-position: center center;
    background-size: cover;
}
.tx1 {
    width: 70%;
    margin: 0 auto 80px;
}

.madori {
    margin-bottom: 80px;
}
.madori ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.madori ul li {
    width:70%;
    margin-bottom: 80px;
}
.madori p {
    text-align: center;
    line-height: 1.5;
    font-size: 0.76em;
}

.feature h3 {
    width: 80%;
    margin: 0 auto 30px;
}
.feature ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.feature ul li {
    width:calc((100% / 3) - (60px / 3));
    margin-bottom: 30px;
}
.feature p {
    line-height: 1.5;
    font-size: 0.76em;
}


@media screen and (min-width: 500px) {

}

@media screen and (max-width: 499px) {
.ttsp {
    display: block;
    height: 50px;
}

.tx1 {
    width: 90%;
    margin: 0 auto 50px;
}

.madori {
    margin-bottom: 50px;
}
.madori ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.madori ul li {
    width:95%;
    margin-bottom: 50px;
}
.madori p {
    text-align: left;
    line-height: 1.5;
    font-size: 0.76em;
}

.feature h3 {
    width: 90%;
    margin: 0 auto 30px;
}
.feature ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.feature ul li {
    width:100%;
    margin-bottom: 30px;
}
.feature p {
    line-height: 1.5;
    font-size: 0.76em;
}


}