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

.title {
    text-align: center;
    line-height: 0;
}
.title img {
    width: 100%;
}
.title p {
    width: 50%;
    margin: 0 auto;
}
.title h1 {
    width: 80%;
    margin: 50px auto 30px;
}
.title h2 {
    width: 60%;
    margin: 0 auto 80px;
}
.title h3 {
    width: 70%;
    margin: 0 auto 80px;
}

.merit {
    margin-bottom: 50px;
}
.merit ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.merit ul li img {
    width: 100%;
}
.merit ul li {
    width: 31%;
}
.m_more ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.m_more ul li {
    width: 47%;
    text-align: center;
}
.m_more ul li a {
    display: block;
    background-color: #63a220;
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 4em;
    border-radius: 60px;
    transition: all 0.3s;
}
.m_more ul li a:hover {
    opacity: 0.7;
}

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

@media screen and (max-width: 499px) {
.title p {
    width: 100%;
    margin: 0 auto;
}
.title h1 {
    width: 90%;
    margin: 35px auto 20px;
}
.title h2 {
    width: 90%;
    margin: 0 auto 30px;
}
.title h3 {
    width: 100%;
    margin: 0 auto 30px;
}

.merit {
    margin-bottom: 30px;
}
.merit ul {
    width: 70%;
}
.merit ul li {
    width: 100%;
    margin-bottom: 20px;
}
.merit ul li:last-child {
    margin-bottom: 0;
}

.m_more ul li {
    width: 90%;
}
.m_more ul li a {
    display: block;
    background-color: #63a220;
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 3.5em;
    border-radius: 60px;
    transition: all 0.3s;
}

}