@charset "utf-8";
.topicsbox {
    margin-top: 90px;
    margin-bottom: 90px;
}
.gmenuhead_right_kai{
    margin: 23px 0 0 0;
}
.topicstitle {
    width: 100%;
    text-align: center;
    font-size: 30px;
    background-color: #39B54A;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFFFFF;
    font-weight: bold;
}

.topicsmidashi {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding-bottom: 3px;
    text-decoration: underline;
    margin-top: 40px;
    margin-bottom: 40px;
}

.topicsflex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.topicsboxleft {
    width: 45%;
    text-align: justify;
    padding-left: 5px;
    padding-right: 5px;
}

.topicsboxright {
    width: 45%;
}

.topicstexb {
    margin-top: 1em;
    margin-bottom: 1em;
}

.topicstexa {
    font-size: 15px;
}

.content.bar {
    height: 15px;
    background-color: #39B54A;
    margin-top: 30px;
}

.gmenuspece {
    margin-top: 20px;
}
.recbnr{
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}

.contact_button02 li{
    display: block;
    text-align: center;
	margin:5px 2px;　/*←上下5px、左右2pxのマージン指定の場合*/
}


@media only screen and (max-width:768px) {
    .topicsflex {
        display: block;
    }
    .topicsboxleft {
        width: 90%;
        margin: 0 auto;
        text-align: justify;
        padding-left: 20px;
        padding-right: 20px;
    }
    .topicsboxright {
        width: 90%;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .topicstexc {
        padding-bottom: 30px;
    }
}
