@charset "UTF-8";
.measures_wrap {
    margin: 0 0 100px 0;
}
.measures_in {
    margin: 0 0 80px 0;
}
.measures_in:last-child {
    margin: 0;
}
.measures-txt {
    font-size: 14px;
    line-height: 1.9;
    text-align: justify;
}
.measures_img {
    float: right;
    padding: 0 0 15px 15px;
}
.c-ttl {
    color: #009943;
}
.point_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.point_box {
    width: 48.42105%;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    box-sizing: border-box;
}
.point_ttl {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
}
.point-ttl {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #009943;
}
.point-ttl span.is-ver2 {
    display: block;
    line-height: 1;
    font-size: 16px;
    font-weight: normal;
}
.point-ttl span.is-fs {
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 0 2px;
}
.point-txt {
    font-size: 14px;
    line-height: 1.9;
    text-align: justify;
    padding: 15px;
}
.subject_in {
    margin: 0 0 80px 0;
}
.subject_in:last-child {
    margin: 0;
}
.subject_ttl {
    padding: 10px;
    border-radius: 10px;
    background: #009943;
}
.subject-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.subject-txt {
    font-size: 14px;
    line-height: 1.9;
    text-align: justify;
    margin: 50px 0 0 0;
}
.subject-txt span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #009943;
    margin: 0 0 15px 0;
}
.teacher_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    margin: 50px 0 0 0;
}
.teacher_img img {
    border-radius: 10px;
}
.teacher_dtl {
    padding: 0 0 0 30px;
}
.teacher_dtl dl {
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px dashed #D44300;
}
.teacher_dtl dl:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.teacher_dtl dl dt {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 0 0;
}
.teacher_dtl dl dd {
    font-size: 14px;
    line-height: 1.9;
    margin: 10px 0 0 0;
}
.teacher_dtl dl dd.is-ver2 {
    display: inline-block;
    font-size: 12px;
    line-height: 1.6;
    color: #fff;
    margin: 0;
    padding: 0 10px;
    border-radius: 15px;
    background: #D44300;
}
.teacher_dtl dl dd.is-ver2 span {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 2px;
}
.prf_box {
    margin: 50px 0 0 0;
    padding: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    box-sizing: border-box;
}
.teacher-name {
    font-size: 18px;
    font-weight: bold;
}
.teacher-name span {
    display: block;
    font-size: 14px;
    color: #009943;
}
.teacher-txt {
    font-size: 14px;
    line-height: 1.9;
    margin: 10px 0 0 0;
}
.exp-ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    border-radius: 10px;
    background: #009943;
}
.expCon_list {
    margin: 40px 0 0 0;
}
.expCon_list li {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.9;
    padding: 15px 0 15px 40px;
    border-bottom: 1px dashed #009943;
}
.expCon_list li span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    line-height: 30px;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    background: #009943;
    border-radius: 15px;
}
.caution_list {
    margin: 20px 0 0 0;
}
.caution_list li {
    position: relative;
    font-size: 13px;
    padding: 0 0 0 1em;
}
.caution_list li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.contact_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contact_box {
    width: 48.42105%;
    padding: 20px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
}
.contact_box:last-child {
    margin: 0;
}
.contact-txt {
    font-size: 18px;
    line-height: 1.9;
    font-weight: bold;
}
.contact_in {
    margin: 20px 0 0 0;
}
.tel-link a {
    font-family: "Soleil", sans-serif;
    position: relative;
    font-size: 42px;
    line-height: 1;
    color: #D44300;
    padding: 0 0 0 35px;
    pointer-events: none;
}
.tel-link a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    margin: -13px 0 0 0;
    width: 26px;
    height: 26px;
    background: url(/cmn/svg/icn_phone_or2.svg) no-repeat center center;
    background-size: 100% auto;
}
.tel-txt {
    font-size: 14px;
}
.measures-btn {
    margin: 10px auto 0 auto;
    max-width: 320px;
}
@media only screen and (max-width: 896px) {
    .measures_wrap {
        margin: 0 0 75px 0;
    }
    .measures_in {
        margin: 0 0 60px 0;
    }
    .measures-txt {
        font-size: 13px;
    }
    .measures_img {
        float: none;
        padding: 15px 0 0 0;
    }
    .measures_img img {
        width: 100%;
    }
    .point_wrap {
        display: block;
    }
    .point_box {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .point_box:last-child {
        margin: 0;
    }
    .point_ttl {
        padding: 10px 0;
    }
    .point-ttl {
        font-size: 16px;
    }
    .point-ttl span.is-ver2 {
        font-size: 14px;
    }
    .point-ttl span.is-fs {
        font-size: 18px;
    }
    .point-txt {
        font-size: 13px;
        padding: 15px;
    }
    .subject_in {
        margin: 0 0 60px 0;
    }
    .subject_ttl {
        padding: 2px 5px;
    }
    .subject-ttl {
        font-size: 18px;
    }
    .subject-txt {
        font-size: 13px;
        margin: 30px 0 0 0;
    }
    .subject-txt span {
        font-size: 15px;
        margin: 0 0 10px 0;
    }
    .teacher_wrap {
        display: block;
        margin: 30px 0 0 0;
    }
    .teacher_img img {
        width: 100%;
    }
    .teacher_dtl {
        padding: 20px 0 0 0;
    }
    .teacher_dtl dl dt {
        font-size: 15px;
        margin: 15px 0 0 0;
    }
    .teacher_dtl dl dd {
        font-size: 13px;
    }
    .teacher_dtl dl dd.is-ver2 span {
        font-size: 13px;
    }
    .prf_box {
        margin: 30px 0 0 0;
        padding: 15px;
        border-radius: 5px;
    }
    .teacher-name {
        font-size: 16px;
    }
    .teacher-name span {
        font-size: 13px;
    }
    .teacher-txt {
        font-size: 13px;
    }
    .exp-ttl {
        font-size: 18px;
        padding: 5px 0;
    }
    .expCon_list {
        margin: 30px 0 0 0;
    }
    .expCon_list li {
        font-size: 13px;
        padding: 12px 0 12px 35px;
    }
    .expCon_list li span {
        line-height: 25px;
        width: 25px;
        height: 25px;
    }
    .caution_list {
        margin: 20px 0 0 0;
    }
    .caution_list li {
        font-size: 12px;
    }
    .contact_wrap {
        display: block;
    }
    .contact_box {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 15px;
        border-radius: 5px;
    }
    .contact-txt {
        font-size: 15px;
        margin: 0 0 10px 0;
    }
    .tel-link a {
        font-size: 30px;
        padding: 0 0 0 30px;
        pointer-events: auto;
    }
    .tel-link a:before {
        margin: -11px 0 0 0;
        width: 22px;
        height: 22px;
    }
    .tel-txt {
        font-size: 13px;
    }
}
@media only screen and (max-width: 365px) {
    .tel-txt {
        font-size: 11px;
    }
}