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

.cons_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -4em;
}
.cons_box1 ul li {
    width: 30%;
    margin-bottom: 4em;
}
.cons_box1 img {
    width: 100%;
    margin-bottom: 0.6em;
}
.cons_box1 ul li h4 {
    font-size: 1.24em;
    line-height: 1.4;
    border-bottom: 1px solid #5dbae1;
    color: #5dbae1;
    padding-bottom: 0.3em;
}
.cons_box1 ul li p {
    line-height: 1.7;
    margin-top: 0.5em;
}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 960px) {
.cons_box1 ul li {
    width: 47%;
}
}

@media screen and (max-width: 520px) {
#title h2 {
    letter-spacing: 0;
    text-indent: 0;
}
.cons_box1 ul {
    margin-bottom: -3em;
}
.cons_box1 ul li {
    width: 100%;
    margin-bottom: 3em;
}
}




