<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.visual {
    background-image: url("../../taisaku/images/bg_visual.png");
    text-align: center;
    padding: 50px;
    margin-bottom: 30px;
}
.pickup {
    margin-left: -1%;
    margin-right: -1%;
    margin-bottom: 30px;
}
.pickup li {
    width: 31.3333%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #f29838;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    font-size: 110%;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 1.6;
}
.name {
    text-align: right;
    margin-top: 15px;
}
.teacher ul {
    margin-left: -1%;
    margin-right: -1%;
}
.teacher li {
    border: #ef4036 3px solid;
    border-radius: 7px;
    box-sizing: border-box;
    width: 47.9999%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #f8f6f3;
    margin-bottom: 2%;
}
.teacher li:nth-child(2) {
    border-color: #8fc320;
}
.teacher li:nth-child(3) {
    border-color: #ee3897;
}
.teacher li:nth-child(4) {
    border-color: #10a3b5;
}
.teacher li:nth-child(5) {
    border-color: #584c9e;
}
.teacher li .bg {
    background-color: #ef4036;
    color: #fff;
    padding: 25px;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: left 10px;
    background-size: 190px;
}
.teacher li:nth-child(2) .bg {
    background-color: #8fc320;
    background-image: url("../../taisaku/images/photo02.png?v=20230413");
}
.teacher li:nth-child(3) .bg {
    background-color: #ee3897;
    background-image: url("../../taisaku/images/photo03.png?v=20230413");
}
.teacher li:nth-child(4) .bg {
    background-color: #10a3b5;
    background-image: url("../../taisaku/images/photo04.png?v=20230413");
}
.teacher li:nth-child(5) .bg {
    background-color: #584c9e;
    background-image: url("../../taisaku/images/photo05.png?v=20230413");
}
.teacher li p {
    padding: 25px;
}
.teacher li .bg h4 {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 0px !important;
}
.teacher li .bg dl {
    line-height: 1.5;
    display: none;
}
.teacher li .bg dd {
    border-top: #fff 1px solid;
    padding-top: 5px;
    margin-top: 5px;
    display: none;
}
.teacher li .bg dd span {
    margin-left: 5px;
    font-size: 90%;
}
.teacher .link-btn {
    background-color: #ffff01;
    color: #008140;
    max-width: 400px;
    margin-top: 40px;
}
.teacher .link-btn:after {
    border-top-color: #008140;
    border-right-color: #008140;
}
@media screen and (max-width: 860px) {
.pickup {
    margin-left: 0%;
    margin-right: 0%;
}
.pickup li {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
    margin-bottom: 10px;
}
.teacher ul {
    margin-left: 0%;
    margin-right: 0%;
}
.teacher li {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 480px) {
.visual {
    padding: 20px;
    margin-bottom: 20px;
}
.pickup {
    margin-bottom: 20px;
}
.teacher li .bg {
    padding: 15px;
    background-size: 130px;
    background-position: left bottom;
}
.teacher li .bg h4 {
    font-size: 24px;
}
.teacher li .bg dl {
    font-size: 90%;
}
}</pre></body></html>