@charset "UTF-8";
/* --------------------------------------------

	FileName	:	campus_25.css

-------------------------------------------- */

.main-contents-inner > h1 {
    width: 380px;
    margin: 0 auto;
}
.main-contents-inner > h1 img {
    width: 100%;
    height: auto;
}
.main-contents-inner > h1+div {
    font-size: 1.3em;
    letter-spacing: 0.1em;
    width: 550px;
    margin: 25px auto 50px;
    border: 3px solid #00783d;
    display: flex;
}
.main-contents-inner > h1+div h2 {
    color: #fff;
    background: #00783d;
    width: 50%;
    text-align: center;
    padding: 5px 0;
}
.main-contents-inner > h1+div h3 {
    font-size: 0.8em;
    color: #00783d;
    text-align: center;
    font-weight: bold;
    width: 50%;
    padding: 5px 0;
}


.main-contents-inner > article {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #00783d;
    padding: 0 0 40px;
    margin: 0 0 70px;
}
.main-contents-inner > article:last-child {
    border: none;
}
.main-contents-inner > article h2 {
    width: 50%;
}
.main-contents-inner > article h2 img {
    width: 100%;
}
.main-contents-inner > article > div {
    width: 48%;
}


.facility-list {
    display: flex;
    flex-wrap: wrap;
}
.facility-list section {
    margin: 0 3% 30px;
    width: 44%;
}
.facility-list section figure {
    background: #efefe9;
    position: relative;
}
.facility-list section figure:before {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background: #00783d;
    position: absolute;
    bottom: 0;
}
.facility-list section figure img {
    width: 90%;
    margin: 5% 5% 0 5%;
    position: relative;
}
.facility-list section h3 {
    background: #00783d;
    font-size: 1em;
    color: #fff;
    padding: 8px 5% 10px;
}
.facility-list section p {
    padding: 5%;
}

.facility-list .button-1 a {
    width: 80%;
    margin: 5px 10px;
}
.facility-list .button-1.f-small a {
    font-size: 0.75em;s
}

@media screen and (max-width: 768px) {
.main-contents-inner > h1 {
    width: 200px;
}
.main-contents-inner > h1+div {
    font-size: 1em;
    width: 250px;
    display: block;
}
.main-contents-inner > h1+div h2 {
    width: 100%;
}
.main-contents-inner > h1+div h3 {
    width: 100%;
}
.main-contents-inner > article {
    display: block;
}
.main-contents-inner > article h2 {
    width: 100%;
}
.main-contents-inner > article > div {
    width: 100%;
    margin: 30px 0 0;
}
.facility-list section {
    width: 100% !important;
}
}































