@charset "utf-8";

.tspc {
    height: 190px;
}

.asub1 {
    text-align: center;
    font-size: 2em;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    line-height: 1.4;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
}
.a_tx1 {
    text-align: center;
    line-height: 2;
    font-size: 1.16em;
}
.asub2 {
    text-align: center;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    line-height: 1.5;
    margin-bottom: 1.5em;
    margin-top: 4em;
}

.bg_inv {
    background-color: #eee6cf;
}
.inv_img p {
    color: #3e2e23;
    border-bottom: 1px solid #3e2e23;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}
.inv_img h4 {
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}
.inv_img ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.inv_img img {
    width: 100%;
    margin-top: 1.8em;
}
.inv_img ul li {
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    padding: 1em;
    background-color: #fff;
    width: 32%;
}
.inv_img h5 {
    text-align: center;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    line-height: 1.5;
    margin-top: 1.5em;
}

.inv_ban {
    position: relative;
    text-align: center;
    margin: 4.5em auto -5em;
    z-index: 1;
}
.inv_ban img {
    width: 100%;
    max-width: 700px;
}

@media screen and (max-width: 1024px) {
.tspc {
    height: 80px;
}

.asub1 {
    font-size: 1.8em;
}
.a_tx1 {
    font-size: 1.08em;
}
.asub2 {
    font-size: 1.32em;
}

.inv_img h4 {
    font-size: 1.32em;
}
.inv_img h5 {
    font-size: 1.32em;
}

.inv_img ul {
    justify-content: space-around;
    margin-bottom: -1.5em;
}
.inv_img ul li {
    padding: 1em;
    width: 47%;
    margin-bottom: 1.5em;
}

}

@media screen and (max-width: 599px) {
.tspc {
    height: 60px;
}

.asub1 {
    font-size: 1.56em;
}
.a_tx1 {
    font-size: 1em;
}
.asub2 {
    font-size: 1.24em;
    margin-top: 1.5em;
}

.inv_img h4 {
    font-size: 1.32em;
}
.inv_img h5 {
    font-size: 1.24em;
}
.inv_img ul {
    justify-content: space-around;
    margin-bottom: -1.5em;
}
.inv_img ul li {
    padding: 1em;
    width: 100%;
    margin-bottom: 1.5em;
}

.inv_ban {
    text-align: center;
    margin: 3em auto -3em;;
}

}

