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

.line_box h2 {
    text-align: center;
    margin-bottom: 3em;
}
.line_box h2 span {
     font-size: 1.8em;
     line-height: 1.4;
}
.line_box ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.line_box ul li:nth-child(1) {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.line_box ul li:nth-child(3) {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.line_box ul li:nth-child(2) {
    width: 40%;
}
.nlogo {
    width: 120px;
    margin: 3em auto 0;
}

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

}


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

.line_box h2 span {
     font-size: 1.16em;
     line-height: 1.4;
}

.nlogo {
    width: 80px;
    margin: 3em auto 0;
}
}
