<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#yuraibox {
    background: #000 url(../about/images/yurai.jpg) center top no-repeat;
    color: #fff;
    padding: 280px 5rem 5rem 5rem;
}
#yuraibox .lead {
margin-bottom: 1.5rem;
text-align: center;
font-size: 2.6em;
font-size: 2.6rem;
font-family: 'Noto Serif JP', serif;
}
#kenshobox {
text-align: center;
font-size: 2.0em;
font-size: 2.0rem;
line-height: 2;
font-weight: bold;
color: #444;
}
#okitebox {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(../common/bk_contact.gif);
    padding: 1rem 1rem 0 1rem;
}
#okitebox li {
    width:49.5%;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: bold;
    background: #fff;
    padding: 2rem 0rem;
font-size: 1.8em;
font-size: 1.8rem;
}
#nurselogbox {
    background: #040c02 url(../about/images/nurse_log.jpg) center top no-repeat;
    color: #fff;
    padding: 300px 5rem 5rem 5rem;

}
#yosobox {
    display:flex;
    flex-wrap: wrap;
}
#yosobox section {
    width:49%;
    margin-right: 2%;
    display:flex;
    flex-direction: column;
}
#yosobox section:nth-of-type(2n) {
    margin-right: 0%;
}
#yosobox ul {
    margin-bottom: 2rem;
    border: #8a6d25 2px solid;
    padding: 1rem 2rem 1rem 3rem;
    border-radius: 5px;
    flex-grow: 2;
}
#yosobox ul li {
    list-style-type: disc;
    margin-bottom: 0.5rem;
}



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


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


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

#yuraibox {
    padding: 200px 3rem 3rem 3rem;
}
#yuraibox .lead {
margin-bottom: 1.0rem;
text-align: center;
font-size: 2.2em;
font-size: 2.2rem;
font-family: 'Noto Serif JP', serif;
}
#cntbox .box {
    padding: 2rem 1.5rem 3rem 1.5rem;
}
#kenshobox {
    font-size: 1.75em;
    font-size: 1.75rem;
    line-height: 1.6;
}
#okitebox {
    display: block;
    padding: 1rem;
}
#okitebox li {
    width:100%;
    margin-bottom: 0.5rem;
    padding: 1rem 0rem;
    font-size: 1.6em;
    font-size: 1.6rem;
}
#nurselogbox {
    padding: 200px 2rem 3rem 2rem;
}
#yosobox {
    display: block;
}
#yosobox section {
    width: 100%;
    margin-right: 0%;
    display: block;
}


}

</pre></body></html>