@charset "UTF-8";
.courseList-mtx {
    font-size: 16px;
    line-height: 2;
    margin: 0 0 60px 0;
}
.courseList_label {
    margin: 0 0 40px 0;
}
.courseList_label ul {
    display: table;
    width: 100%;
    background: #f5f6f6;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    box-sizing: border-box;
}
.courseList_label ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1;
    padding: 13px 0;
    font-size: 15px;
}
.courseList_label ul li:nth-child(1) {
    width: 24%;
}
.courseList_label ul li:nth-child(2) {
    width: 20%;
}
.courseList_label ul li:nth-child(3) {
    width: 17%;
}
.courseList_label ul li:nth-child(4) {
    width: 25%;
}
.courseList_label ul li:nth-child(5) {
    width: 14%;
}
.courseList_in {
    margin: 0 0 35px 0;
}
.courseList_in:last-child {
    margin: 0 0 0 0;
}
.courseList-ttl {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    padding: 0 0 0 13px;
    position: relative;
    margin: 0 0 20px 0;
}
.courseList-ttl:before {
    content: "";
    width: 3px;
    height: 14px;
    background: #333333;
    border-radius: 1.5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.courseList-img {
    width: 22.57%;
    min-height: 159px;
    /*
    height: 159px;
    */
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 1.43% 0 0;
}
.courseList-img img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.courseList_det {
    margin: 0 0 15px 0;
}
.courseList_det:last-child {
    margin: 0 0 0 0;
}
.courseList_ct {
    width: -webkit-calc(100% - 22%);
    width: calc(100% - 22%);
    box-sizing: border-box;
    padding: 0 0 0 2%;
}
.courseList-name {
    width: 26%;
    padding: 0 2% 0 0;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
}
.courseList-price {
    width: 20%;
    padding: 0 2% 0 2%;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
}
.courseList-txt {
    width: 36%;
    padding: 0 2% 0 2%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
}
.courseList-btn {
    width: 18%;
    padding: 0 0 0 2%;
    box-sizing: border-box;
}
.crsList-tab {
    border: 1px solid #e1e1e1;
    overflow: hidden;
    border-radius: 10px;
    box-sizing: border-box;
}
.crsList-tab a {
    height: 100%;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
}
.crsList-img {
    width: 100%;
    height: 149px;
    position: relative;
    overflow: hidden;
}
.crsList-img img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: opacity 0.2s ease-out,all 0.2s ease-out;
}
.crsList_txt {
    padding: 18px 20px 20px 20px;
}
.crsList-ttl {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.crsList-txt {
    font-size: 13px;
    margin: 0 0 20px 0;
}
.crsList-btn {
    line-height: 1;
    margin: 0 auto;
    width: 176px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #e1e1e1;
    color: #333;
    background: #ffffff url(../svg/icn_arw_right_s_line.svg) no-repeat right 10px center;
    background-size: 6px auto;
    font-size: 13px;
    font-weight: bold;
    display: table;
    transition: opacity 0.2s ease-out,all 0.2s ease-out;
    box-sizing: border-box;
}
.crsList-btn.is-ver2 {
    width: 148px;
}
.crsList-btn .is-btn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.crsList_lnks {
    display: none;
}
.crsVoc_wrap ul li {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 18px 20px 20px 120px;
    box-sizing: border-box;
    margin: 20px 0 0 0;
    width: 100%;
}
.crsVoc_wrap.is-ver2 ul li {
    padding: 0;
}
.crsVoc_wrap ul li:first-child {
    margin: 0 0 0 0;
}
.crsVoc_wrap ul li.is-wm01 {
    background: url(../svg/icn_course_woman01.svg) no-repeat left 30px top 25px;
    background-size: 61px auto;
}
.crsVoc_wrap ul li.is-m01 {
    background: url(../svg/icn_course_man01.svg) no-repeat left 30px top 25px;
    background-size: 58px auto;
}
.crsVoc_wrap ul li.is-wm02 {
    background: url(../svg/icn_course_woman02.svg) no-repeat left 30px top 25px;
    background-size: 62px auto;
}
.crsVoc_wrap ul li.is-m02 {
    background: url(../svg/icn_course_man02.svg) no-repeat left 30px top 25px;
    background-size: 60px auto;
}
.crsVoc_wrap ul li.is-wm03 {
    background: url(../svg/icn_course_woman03.svg) no-repeat left 30px top 25px;
    background-size: 60px auto;
}
.crsVoc_wrap.is-ver2 ul li.is-wm01 ,
.crsVoc_wrap.is-ver2 ul li.is-m01 ,
.crsVoc_wrap.is-ver2 ul li.is-wm02 ,
.crsVoc_wrap.is-ver2 ul li.is-m02 ,
.crsVoc_wrap.is-ver2 ul li.is-wm03 {
    background: none;
}
.crsVoc-ttl {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.crsVoc_wrap.is-ver2 .crsVoc-ttl {
    font-size: 18px;
    padding: 30px 20px 29px 120px;
    margin: 0 0 0 0;
    cursor: pointer;
    background: url(../svg/icn_arw_down_s_line.svg) no-repeat right 30px center;
    background-size: 14px auto;
    position: relative;
}
.crsVoc_wrap.is-ver2 .crsVoc-ttl:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 9;
}
.crsVoc_wrap.is-ver2 ul li.is-wm01 .crsVoc-ttl:before {
    margin: -29px 0 0 0;
    width: 50px;
    height: 58px;
    background: url(../svg/icn_course_woman01.svg) no-repeat center center;
    background-size: 100% auto;
}
.crsVoc_wrap.is-ver2 ul li.is-m01 .crsVoc-ttl:before {
    margin: -30px 0 0 0;
    width: 50px;
    height: 60px;
    background: url(../svg/icn_course_man01.svg) no-repeat center center;
    background-size: 100% auto;
}
.crsVoc_wrap.is-ver2 ul li.is-wm02 .crsVoc-ttl:before {
    margin: -29px 0 0 0;
    width: 50px;
    height: 58px;
    background: url(../svg/icn_course_woman02.svg) no-repeat center center;
    background-size: 100% auto;
}
.crsVoc_wrap.is-ver2 ul li.is-m02 .crsVoc-ttl:before {
    margin: -30px 0 0 0;
    width: 50px;
    height: 60px;
    background: url(../svg/icn_course_man02.svg) no-repeat center center;
    background-size: 100% auto;
}
.crsVoc_wrap.is-ver2 ul li.is-wm03 .crsVoc-ttl:before {
    margin: -31px 0 0 0;
    width: 50px;
    height: 62px;
    background: url(../svg/icn_course_woman03.svg) no-repeat center center;
    background-size: 100% auto;
}
.crsVoc_wrap.is-ver2 .crsVoc-ttl.is-on {
    background: url(../svg/icn_arw_up_s_line.svg) no-repeat right 30px center;
    background-size: 14px auto;
}
.crsVoc_wrap.is-ver2 .crsVoc-ttl .is-fss {
    font-size: 16px;
    margin: 0 0 0 10px;
}
.crsVoc-txt {
    font-size: 16px;
    line-height: 1.8571428;
}
.crsVoc_wrap.is-ver2 .crsVoc-txt {
    display: none;
    padding: 10px 20px 29px 20px;
}
.crsVoc-name {
    text-align: right;
    font-size: 14px;
    line-height: 1;
    padding: 10px 0 0 0;
}
.about_wrap {
    box-sizing: border-box;
    padding: 100px 0 40px 0;
    margin: 0 auto;
    max-width: 1020px;
}
.crsAbout_wrap {
    margin: 0 0 40px 0;
}
.crsAbout_wrap.is-ver1,
.crsAbout_wrap.is-ver3 {
    box-sizing: border-box;
    padding: 100px 0 40px 0;
    margin: 0 auto;
    max-width: 1020px;
}
.crsAbout_wrap.is-ver3 {
    padding: 70px 0 40px 0;
}
.crsAbout-img {
    width: 50%;
    /*height: 310px;*/
    min-height: 310px;
    position: relative;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
}
.crsAbout-img.is-ver1 {
    border-radius: 0 16px 16px 0;
}
.crsAbout-img.is-ver2 {
    margin: 0 auto;
}
.crsAbout-img img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.crsAbout_in {
    width: 50%;
    padding: 0 50px 0 30px;
    box-sizing: border-box;
}
.crsAbout_in.is-ver1 {
    padding: 0 40px 0 60px;
}
.crsAbout_in.is-ver2 {
    padding: 0 30px 0 30px;
}
.crsAbout_in.is-ver3 {
    width: 100%;
    text-align: center;
}
.crsAbout_in.is-cnt {
    text-align: center;
    padding: 0;
}
.crsAbout_lst li {
    position: relative;
    font-size: 17px;
    letter-spacing: -0.05em;
    font-weight: bold;
    padding: 0 0 0 2em;
    margin: 0 0 15px 0;
}
.crsAbout_lst li:last-child {
    margin: 0 0 0 0;
}
.crsAbout_lst li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.crsAbout-ttl {
    line-height: 1.6;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
    letter-spacing: 0.05em;
}
.crsAbout-ttl.is-ver2 {
    font-size: 18px;
}
.crsAbout-ttl.is-ctr {
    text-align: center;
}
.crsAbout-ttl span.is-fsb {
    font-size: 72px;
    line-height: 1;
}
.crsAbout-ttl span.is-fsm {
    font-size: 28px;
    line-height: 1;
}
.crsAbout-ttl span.is-ver1 {
    font-size: 38px;
}
.crsAbout-ttl span.is-ver2 {
    font-size: 30px;
}
.crsAbout-ttl .is-label {
    background: #333;
    color: #fff;
    border-radius: 2px;
    padding: 5px 8px;
    margin: 0 10px 0 0;
}
.crsAbout-ttl .is-grn {
    color: #009944;
}
.crsAbout-stl {
    line-height: 1.6;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 0 20px 0;
}
.crsAbout-tls {
    line-height: 1.6;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.crsAbout-txt {
    line-height: 2;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 25px 0;
    letter-spacing: 0.05em;
}
.crsAbout-txt .is-grn {
    font-size: 18px;
}
.is-grn {
    font-weight: bold;
    color: #009944;
}
.crsAbout-txt.is-ver2 {
    line-height: 2.3;
    margin: 0 0 30px 0;
}
.crsAbout-txt.is-ver3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
.crsAbout-txt.is-ver4 {
    color: #009944;
    font-size: 18px;
    font-weight: bold;
}
.crsAbt_btn {
    margin: 0 auto;
}
.crsAbt_btn a {
    font-size: 17px;
}
.crsAbout_label.is-pd {
    padding: 20px 0 0 0;
}
.crsAbout_label ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.crsAbout_label ul li {
    display: table;
    background: #f5f6f6;
    border: 1px solid #e1e1e1;
    padding: 8px 5px;
    box-sizing: border-box;
    width: 24%;
    margin: 1.33333% 1.33333% 0 0;
    font-weight: bold;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.crsAbout_label ul.wid1 li {
    width: 32.5%;
    margin: 1.33333% 1.25% 0 0;
}
.crsAbout_label ul.wid2 li {
    width: 49.37%;
    margin: 1.33333% 1.26% 0 0;
}
.crsAbout_label ul.wid3 li {
    width: 100%;
    margin: 1.33333% 0 0 0;
}
.crsAbout_label ul.wid4 li {
    width: 24%;
    margin: 1.33333% 1.26% 0 0;
}
.crsAbout_label ul.wid1 li.is-fl {
    width: 66.25%;
    margin: 1.33333% 0 0 0;
}
.crsAbout_label ul li span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
}
.crsAbout_label ul.wid3 li span {
    text-align: left;
}
.crsAbout_label ul li span.is-top {
    vertical-align: top;
}
.crsAbout_label ul li span.is-ver1 {
    display: block;
    font-weight: normal;
}
.course_in {
    margin: 0 0 100px 0;
}
.course_in.is-pd2 {
    margin: 0 0 40px 0;
}
.course_in:last-child {
    margin: 0 0 0 0;
}
.course_in.is-pd2:last-child {
    margin: 0 0 0 0;
}
.crsFtr_wrap.is-ver2 {
    padding: 0 40px 0 30px;
}
.crsFtr_wrap ul li {
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    border-radius: 10px;
    padding: 20px 20px 12px 20px;
}
.crsFtr_wrap.is-ver2 ul li {
    padding: 12px 20px;
}
.crsFtr_wrap.is-ver1 ul li {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 30px 30px 30px 30px;
}
.crsFtr_wrap.is-ver1 ul li:nth-child(1),
.crsFtr_wrap.is-ver1 ul li:nth-child(2),
.crsFtr_wrap.is-ver1 ul li:nth-child(3) {
    margin: 0 0 40px 0;
}
.crsFtr_wrap.is-ver1 ul li:last-child {
    margin: 0;
}
.label_ttl {
    margin: 0 0 15px 0;
}
.crsFtr-ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 0 0 10px;
}
.crsFtr-ttl span.is-name {
    font-size: 15px;
}
.crsFtr-label {
    border-radius: 20px;
    padding: 4px 0 5px;
    background: #333;
    color: #fff;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    margin: 0 0 15px 0;
    width: 65px;
    box-sizing: border-box;
    font-size: 14px;
}
.crsFtr-label.is-ver1 {
    width: 70px;
    font-size: 14px;
    margin: 0;
}
.crsFtr-label.is-ver2 {
    width: 94px;
    font-size: 14px;
    margin: 0;
}
.crsFtr-txt {
    line-height: 1.8571428;
    font-size: 16px;
}
.crsFtr-txt span.is-ver2 {
    display: block;
    font-weight: bold;
}
.crsFtr-txt span.is-ver3 {
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 8px 0;
    padding: 4px 12px 4px 12px;
    border-radius: 2px;
    border: 1px solid #e4e4e4;
    background: #f5f6f6;
}
.crsFtr-txt a {
    text-decoration: underline;
}
.crsFtr-txt a.icn-arw {
    position: relative;
    padding: 0 0 0 10px;
}
.crsFtr-txt a.icn-arw:before {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 10px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    background: url(/cmn/svg/icn_arw_right_s_line.svg) no-repeat center center;
    background-size: 100% auto;
}
.crsFtr_img {
    margin: 15px 0 0 0;
    text-align: center;
}
.crsFtr_img img {
    width: 100%;
}
.c-cv_flx.ver2 {
    margin-bottom: 0;
}
/*
.crsPrc_tbl {
    display: table;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    width: 100%;
    box-sizing: border-box;
}
.crsPrc_tbl dl {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 27%;
    box-sizing: border-box;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.crsPrc_tbl dl.is-full {
    width: 46%;
}
*/
.crsPrc_tbl dl {
    display: table;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    width: 100%;
    box-sizing: border-box;
}
.crsPrc_tbl dl dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 10%;
    box-sizing: border-box;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: #f5f6f6;
    padding: 8px 0 8px;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
}
.crsPrc_tbl dl dd {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    height: 98px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.05em;
    width: 50%;
}
.crsPrc_tbl dl dd.is-name {
    width: 41%;
}
.crsPrc_tbl dl dd.is-lh {
    line-height: 1.2;
}
.crsPrc_tbl dl dd .is-pst {
    position: relative;
    padding: 0 0 0 110px;
    text-align: left;
}
.crsPrc_tbl dl dd .is-label {
    position: absolute;
    top: 49%;
    left: 0;
    z-index: 9;
    margin: -12px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    height: 26px;
    border-radius: 15px;
    background: #333333;
    text-align: center;
    min-width: 100px;
    box-sizing: border-box;
}
.crsPrc_tbl dl dd .is-fsl {
    font-size: 24px;
}
.crsPrc_tbl dl dd .is-fsr {
    font-size: 16px;
    color: #ff0000;
}
.crsPrc_tbl dl dd .is-fsr.is-ver2 {
    font-size: 20px;
}
.crsPrc_tbl dl dd .is-fss {
    font-size: 16px;
}
.crsPrc_txt {
    margin: 30px 0 0 0;
}
.crsPrc-stx {
    padding: 10px 0 0 0;
    font-size: 14px;
    text-align: right;
}
.crsPrc-txt {
    font-size: 16px;
    line-height: 1.8571428;
}
.crsPrc_det {
    margin: 30px 0 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 25px 30px;
}
.crsPrc_det-tl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px 0;
}
.crsPrc_det-tx {
    font-size: 16px;
    line-height: 1.8571428;
}
.crsPrc-btn {
    width: 156px;
}
.crsPrc-btn.is-ver2 {
    width: 410px;
    max-width: inherit;
    margin: 0 auto;
}
.crsPrc-btn.is-ver3 {
    width: 300px;
    max-width: inherit;
    margin: 0 auto;
}
.crsPrc-btn.is-ver2 a,
.crsPrc-btn.is-ver3 a {
    height: 40px;
    border-radius: 20px;
}
.crsFlw_wrap ul li {
    width: 14.73684%;
    text-align: center;
    position: relative;
}
.crsFlw_wrap ul.is-ver2 li {
    width: 22%;
}
.crsFlw_wrap ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -11%;
    z-index: 9;
    margin: -6px 0 0 0;
    width: 8px;
    height: 12px;
    background: url(../svg/icn_arw_right_s_line_gly.svg) no-repeat center center;
    background-size: 100% auto;
}
.crsFlw_wrap ul li:last-child:before {
    display: none;
}
.crsFlw_wrap ul li .is-tab {
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.7142857;
    font-feature-settings: "palt";
}
.crsFlw_wrap ul.is-ver2 li .is-tab {
    height: 90px;
    line-height: 1.5;
}
.crsFlw_wrap ul li .is-fsl {
    font-size: 20px;
}
.crsFlw_wrap ul li .is-fss {
    font-size: 14px;
}
.crsFlw_in {
    margin: 20px 0 0 0;
}
.crsFlw-txt {
    font-size: 16px;
    line-height: 1.8571428;
    word-break: break-all;
}
.crsFlw-txt.is-ver2 {
    width: 100%;
    font-size: 15px;
    margin: 10px 0 0 0;
}
.crsFlw-btn {
    width: 190px;
}
.crsFlw-tls {
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 20px 0;
}
.crsTch_wrap ul li {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px 0 0 0;
    width: 48.94736%;
}
.crsTch_wrap.ver2 ul li {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 40px;
}
.crsTch_wrap.ver2 ul li:last-child {
    margin-bottom: 0;
}
.crsTch-pro {
    width: 100px;
    border-radius: 20px;
    background: #D44300;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    padding: 4px 0;
    margin: 0 0 10px 0;
    text-align: center;
}
.crsTch_img {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.crsTch-img {
    width: 100px;
    padding: 0 30px 0 0;
}
.crsTch-img.ver2 {
    width: 150px;
}
.crsTch-imgin {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.crsTch-imgin.ver2 {
    width: 150px;
    height: 150px;
}
.crsTch-imgin img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.crsTch_accordion {
    display: none;
}
.crsTch_accordion.on {
    display: block;
    margin-top: 20px;
}
.crsTch-txt {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7142857;
}
.crsTch_txt {
    padding: 12px 0 0 0;
}
.teacher-pro {
    width: 100px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    background: #D44300;
    margin: 0 0 10px 0;
    border-radius: 10px;
    text-align: center;
}
.crsTch-info {
    padding: 12px 0 0 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
}
.crsTch-info.ver2 {
    display: block;
}
.crsTch-info.ver2 .is-label {
    display: block;
    margin-bottom: 12px;
}
.crsTch-info .is-label {
    width: 60px;
    border-radius: 20px;
    background: #333;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    padding: 4px 0 5px 0;
    margin: 0 10px 0 0;
    text-align: center;
    font-size: 13px;
}
.crsTch_txt.ver2 .crsTch-info .is-label {
    width: 100px;
}
.crsTch-info .is-txt {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    margin: -2px 0 0 0;
    font-feature-settings: "palt";
    font-size: 16px;
}
.crsTch_txt.ver2 {
    padding: 0;
}
.crsTch_txt.ver2 .crsTch-info .is-txt {
    width: auto;
    line-height: 1.8;
}
.crsTch-info .is-bld {
    font-weight: bold;
}
.is-gokaku {
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
}
.crsTch-info:first-child {
    padding: 0 0 0 0;
}
.crsTch-info.ver3 {
    padding-left: 170px;
}
.crsSys_wrap ul li {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 20px 30px 20px 70px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    width: 100%;
}
.crsSys_wrap ul li.is-dt1 {
    background: url(../svg/icn_course_sys01.svg) no-repeat left 30px top 20px;
    background-size: 28px auto;
}
.crsSys_wrap ul li.is-dt2 {
    background: url(../svg/icn_course_sys02.svg) no-repeat left 29px top 22px;
    background-size: 25px auto;
}
.crsSys_wrap ul li.is-dt3 {
    background: url(../svg/icn_course_sys03.svg) no-repeat left 29px top 22px;
    background-size: 24px auto;
}
.crsSys_wrap ul li.is-dt4 {
    background: url(../svg/icn_course_sys04.svg) no-repeat left 29px top 20px;
    background-size: 26px auto;
}
.crsSys_wrap ul li.is-dt5 {
    background: url(../svg/icn_course_sys05.svg) no-repeat left 29px top 20px;
    background-size: 29px auto;
}
.crsSys_wrap ul li.is-dt6 {
    background: url(../svg/icn_course_sys06.svg) no-repeat left 28px top 21px;
    background-size: 27px auto;
}
.crsSys_wrap ul li.is-dt7 {
    background: url(../svg/icn_course_sys07.svg) no-repeat left 27px top 21px;
    background-size: 26px auto;
}
.crsSys_wrap ul li.is-dt8 {
    background: url(../svg/icn_course_sys08.svg) no-repeat left 28px top 22px;
    background-size: 24px auto;
}
.crsSys_wrap ul li.is-dt9 {
    background: url(../svg/icn_course_sys09.svg) no-repeat left 29px top 20px;
    background-size: 24px auto;
}
.crsSys_wrap ul li.is-dt10 {
    background: url(../svg/icn_course_sys10.svg) no-repeat left 28px top 20px;
    background-size: 29px auto;
}
.crsSys-ttl {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.crsSys-txt {
    font-size: 16px;
    line-height: 1.8571428;
}
.crsTch-ardor-box {
    background: #f3fff7;
    padding: 40px;
    margin-top: 25px;
    border-radius: 10px;
}
.crsTch-ardor {
    font-size: 16px;
    margin-bottom: 30px;
}
.crsTch-ardor:last-of-type {
    margin-bottom: 0;
}
.crsTch-ardor dt {
    font-weight: bold;
    color: #009944;
}
.crsTch-btn {
    margin-left: auto;
}
.crsTch-btn.c-btn.is-rnd2 .is-btn {
    background: url(../svg/icn_arw_down_s_line_wh.svg) no-repeat right 15px center / 10px auto;
}
.crsTch-btn.on.c-btn.is-rnd2 .is-btn {
    background: url(../svg/icn_arw_up_s_line_wh.svg) no-repeat right 15px center / 10px auto;
}
.crsTch-btn.c-btn.is-rnd2 a {
    width: 180px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    border: 1px solid #009944;
    background: #009944;
}
.crsBnr_wrap ul li {
    margin: 0 0 40px 0;
}
.crsBnr_wrap ul li:last-child {
    margin: 0 0 0 0;
}
.crsBnr_wrap ul li a {
    display: block;
}
.crsBnr_wrap ul li img {
    width: 100%;
    height: auto;
}
.crsGdc_wrap.is-ver1 {
    padding: 0;
}
.crsGdc_wrap ul li {
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
}
.crsGdc-ttl {
    background: #f5f6f6;
    font-size: 18px;
    padding: 8px 0;
    text-align: center;
    font-weight: bold;
}
.crsGdc-txt {
    padding: 18px 20px 18px 20px;
    font-size: 16px;
    line-height: 1.8571428;
}
.crsSec_in {
    margin: 0 0 30px 0;
}
.crsSec_in:last-child {
    margin: 0;
}
.crsSec_dtl {
    margin: 20px 0 0 0;
    padding: 20px 30px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}
.crsSec_dtl dt {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.crsSec_dtl dd {
    font-size: 16px;
    line-height: 1.9;
}
.crsSec_img {
    text-align: center;
}
.crsSec-txt {
    font-size: 16px;
    margin: 20px 0 0 0;
    text-align: center;
}
.crsSec-txt.is-ver2 {
    margin: 20px 0 30px 0;
}
.crsSec-txt.is-ver2 span {
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0 0 0;
}
.crsSec-txt.is-ver3 {
    margin: 0 0 20px 0;
}
.crsReason_wrap {
    margin: 0 0 60px 0;
}
.crsReason_img {
    width: 48.42111%;
}
.crsReason_img img {
    width: 100%;
}
.c-ttl_wrap.is-ver2 {
    margin: 0 0 30px 0;
}
.crsStr_wrap {
    margin: 50px 0 0 0;
}
.crsStr_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    align-items: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
}
.crsStr_in.is-ver2 {
    flex-direction: row;
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
    margin: 70px 0;
}
.crsStr-img {
    border-radius: 16px;
    width: 50%;
    height: 310px;
    position: relative;
    overflow: hidden;
}
.crsStr-img img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.crsStr_det {
    width: 50%;
    padding: 0 40px 0 0px;
    box-sizing: border-box;
}
.crsStr_in.is-ver2 .crsStr_det {
    padding: 0 0 0 40px;
}
.crsStr-ttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}
.crsStr-ttl.ver2 {
    padding-left: 0;
    color: #009944;
}
.crsStr-ttl span {
    color: #009944;
    position: absolute;
    left: 0;
    top: 0;
}
.crsStr-txt {
    font-size: 16px;
    line-height: 1.8;
}
.crsStr-txt .is-fwb {
    font-weight: bold;
    color: #009944;
    font-size: 16px;
}
.pro_voice_list {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
}
.pro_voice_list li {
    width: 48%;
    margin-top: 60px;
    border-radius: 20px;
    border: solid 2px #f1f1f1;
    box-sizing: border-box;
    padding: 30px;
}
.pro_voice_list li:nth-child(1),.pro_voice_list li:nth-child(2) {
    margin-top: 0;
}
.pro-voice-ttl {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.pro-voice-txt {
    font-size: 16px;
    padding-left: 90px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.6;
}
.pro-voice-txt:last-of-type {
    margin-bottom: 0;
}
.pro-voice-txt .is-bld {
    border-radius: 20px;
    background: #f3fff7;
    border: solid 1px #009944;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    padding: 4px 0;
    text-align: center;
    font-size: 13px;
    width: 80px;
    display: inline-block;
    position: absolute;
    left: 0;
}
.pro_voice_img {
    max-width: 340px;
    padding: 0 8px;
    text-align: center;
    margin: 20px auto 0;
    border: solid 2px #e1e1e1;
    box-sizing: border-box;
}

.pro_voice_img a {
    display: inline-block;
    position: relative;
}
.pro_voice_img a::before {
    position: absolute;
    content: "";
    background: url(../img/mushimegane_zoom.png) no-repeat;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 10px;
    cursor: pointer;
}
.pro_voice_img img {
    max-width: 320px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.popup_box {
    display: none;
}
.popup_box.on {
    display: block;
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.65);
    width: 100%;
    height: 100%; 
}
@media screen and (max-height: 920px) and (min-width: 916px){
    .popup_img {
        overflow-y: scroll;
        height: 81vh;
    }
}
.popup_in {
    display: none;
}
.popup_in.on {
    display: block;
    text-align: center;
    position: fixed;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup_close_btn {
    margin: 0 0 15px auto;
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    background: #fff;
    right: -55px;
    border-radius: 23px;
}
.popup_close_btn span {
    width: 45px;
    height: 45px;
    position: relative;
    display: block;
    line-height: 1;
    margin: 0 auto;
    cursor: pointer;
}
.popup_close_btn span::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 21px;
    background: #000;
    transform: rotate(-45deg);
    top: 12px;
    left: 50%;
    margin-left: -1px;
    z-index: 9;
}
.popup_close_btn span::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 21px;
    background: #000;
    transform: rotate(45deg);
    top: 12px;
    left: 50%;
    margin-left: -1px;
    z-index: 9;
}
.voiceBox_wrap {
    float: left;
    width: 48.94736%;
    margin: 20px 2.10528% 0 0;
}
.voiceBox_wrap:nth-child(2n) {
    margin: 20px 0 0 0;
}
.voiceBox_wrap:nth-child(1) {
    margin: 0 2.10528% 0 0;
}
.voiceBox_wrap:nth-child(2) {
    margin: 0 0 0 0;
}
.voiceBox_wrap a {
    display: table;
    width: 100%;
    padding: 20px 0 20px 20px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    text-decoration: none;
    box-sizing: border-box;
}
.voiceBox_img {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 140px;
}
.voiceBox-img {
    position: relative;
    width: 140px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
}
.voiceBox-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: opacity 0.2s ease-out,all 0.2s ease-out;
}
.voiceBox_txt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: calc(100% - 140px);
    padding: 0 10px;
    box-sizing: border-box;
}
.voiceBox-txt {
    font-size: 16px;
}
.voiceBox-txt.is-ver1 {
    font-size: 17px;
    font-weight: bold;
}
.voiceBox-txt.is-ver2 {
    font-size: 22px;
    font-weight: bold;
    margin: 2px 0 3px 0;
}
.voiceBox-txt.is-ver2 span {
    font-size: 16px;
}
.truancy_point {
    margin: 0 0 35px 0;
}
.truancy_point li {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 0 1.5em;
}
.truancy_point li:last-child {
    margin: 0;
}
.truancy_point li span.is-nmb {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 10;
}
.truancy_point li:nth-child(2) span.is-nmb {
    top: 4px;
}
.truancy_point li span.is-fs {
    font-size: 28px;
    line-height: 1;
}
.truancy-btn {
    width: 150px;
    margin: 0 auto;
}
.truancy-btn.is-ver1 {
    width: 200px;
}
.truancy-btn.is-ver2 {
    width: 136px;
    margin: 10px auto 0 auto;
}
.truancy-btn.is-ver1 a {
    height: 40px;
    border-radius: 20px;
}
.truancy_img {
    float: right;
    padding: 0 0 20px 30px;
}
.truancy_img img {
    border-radius: 16px;
}
.truancy-txt {
    font-size: 16px;
    line-height: 2;
}
.truancy-txt .is-grn {
    font-size: 18px;
}
.graph_in {
    margin: 0 0 60px 0;
}
.graph_in:last-child {
    margin: 0;
}
.graph_in dl {
    margin: 0 0 50px 0;
}
.graph_in dl dt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px 0;
}
.graph_in dl dd {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}
.graph_in dl dd .is-grn {
    font-size: 18px;
}
.graph-txt {
    font-size: 14px;
    margin: 15px 0 0 0;
    text-align: center;
}
.message_img {
    width: 100%;
    max-width: 238px;
}
.message_img img {
    border-radius: 10px;
}
.message_txt {
    padding: 0 0 0 40px;
}
.message_txt dl {
    margin: 0 0 30px 0;
}
.message_txt dl dt {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px 0;
}
.message_txt dl dd {
    font-size: 16px;
    line-height: 2;
}
.willsupport_wrap {
    margin: 25px 0 0 0;
}
.willsupport_in {
    margin: 20px 0 0 0;
}
.will_img {
    margin: 0 10px 0 0;
    border: 1px solid #e1e1e1;
}
.trcyMsge_img {
    float: right;
    padding: 0 0 15px 15px;
}
.trcyMsge_img img {
    border-radius: 10px;
}
.crsDg-img {
    text-align: center;
    margin: 0 0 34px 0;
}
.dgls-img {
    margin: 0 0 100px 0;
}
.dgls-img img {
    width: 100%;
    height: auto;
}
.dglsCnt_wrap {
    margin: 0 0 100px 0;
}
.dglsCnt_in {
    margin: 0 0 60px 0;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 60px 60px 60px 60px;
    box-sizing: border-box;
}
.dglsCnt-ttl {
    text-align: center;
    margin: 0 0 40px 0;
}
.dglsCnt-img {
    text-align: center;
    margin: 0 0 60px 0;
}
.dglsCnt2-img {
    text-align: center;
}
.dglsCnt-txt {
    margin: 0 0 40px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.dglsCnt-logo {
    text-align: center;
    margin: 0 0 60px 0;
}
.dglsCnt-stl {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;
}
.voiceTch_wrap {
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    padding: 60px 60px 60px 60px;
}
.voiceTch_in {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 60px 0;
}
.voiceTch-img {
    width: 300px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 30px 0 0;
}
.voiceTch_in dl {
    width: -webklit-calc(100% - 330px);
    width: calc(100% - 330px);
}
.voiceTch_in dl dt {
    font-size: 18px;
    font-weight: bold;
}
.voiceTch_in dl dd {
    font-size: 22px;
    font-weight: bold;
}
.voiceTchDet-txt {
    font-size: 16px;
    line-height: 1.875;
}
.voiceTchDet-txt .is-clr {
    color: #D44300;
    font-weight: bold;
}
.voiceTop-img {
    max-width: 1020px;
    margin: 100px auto 0 auto;
    padding: 0 40px 0 30px;
    box-sizing: border-box;
    text-align: center;
}
.voiceTop-img img {
    width: 100%;
    height: auto;
}
.pointCont01_in {
    width: 48.42105%;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 16px;
}
.pointCont-txt {
    font-size: 16px;
    line-height: 1.7142857;
    margin: 0 0 25px 0;
}
.pointCont-txt.is-ctr {
    text-align: center;
}
.pointCont-txt span {
    font-weight: bold;
}

.pointCont01-img {
    text-align: center;
}
.pointCont01-img img {
    width: 100%;
    height: auto;
}
.pointCont01_in.is-ver1 .pointCont01-img img {
    max-width: 370px;
}
.pointCont01_in.is-ver2 .pointCont01-img img {
    max-width: 280px;
}
.pointCont02_in {
    width: 48.42105%;
}
.pointCont02-img {
    text-align: center;
}
.pointCont02-img img {
    width: 100%;
    height: auto;
}
.pointCont02_img .pointCont02-img img {
    max-width: 720px;
}
.pointCont02_img {
    margin: 55px 0 0 0;
}
.pointCont02-ttl {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.pointCont02_img .c-txt {
    margin: 20px 0 40px 0;
}
.pointCont02_bg {
    border-radius: 0 16px 16px 0;
    margin: 20px 0 40px 0;
    width: 86.2745%;
    height: 210px;
    background: url(../img/pro_point_img08.jpg) no-repeat left center / cover;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    box-sizing: border-box;
    padding: 0 55px 0 0;
}
.pointCont02-bgttl {
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8181818;
}
.pointCont04-img {
    text-align: center;
}
.pointCont05_in {
    padding: 0 6.8421% 0 0;
    width: 50%;
    box-sizing: border-box;
}
.pointCont05_in.is-ver2 {
    width: 100%;
    text-align: center;
    padding: 0;
}
.pointCont05-img {
    width: 49.57894%;
}
.pointCont05-img.is-ver2 {
    margin: 35px auto 0;
}
.pointCont05-img img {
    width: 100%;
    height: auto;
    max-width: 471px;
}
.pointCont05-ttl {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 35px 0;
}
.pointCont05-txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}
.high-txt {
    font-size: 16px;
    line-height: 2;
}
.highTop-img {
    text-align: center;
    margin: 60px 0 0 0;
}
.highTop-img.is-full img {
    width: 100%;
    height: auto;
}
.highCnt_in {
    margin: 0 0 60px 0;
}
.highCnt_in:last-child {
    margin: 0 0 0 0;
}
.highCnt_img {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0 0 0;
    margin: 0 0 35px 0;
}
.highCnt-img {
    width: 48.42105%;
}
.highCnt-img.is-onl {
    width: 100%;
}
.highCnt-img img {
    width: 100%;
    height: auto;
}
.highCnt-txt {
    font-size: 16px;
    line-height: 2;
}
.ynchart_wrap {
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    padding: 40px 0;
    border-radius: 10px;
    margin: 0 0 60px 0;
}
.ynchart_in {
    position: relative;
    margin: 0 auto;
    width: 820px;
    height: 462px;
}
.ynchart_link {
    position: absolute;
    z-index: 9;
    width: 170px;
}
.ynchart_link.ver1 {
    top: 0;
    right: 0;
}
.ynchart_link.ver2 {
    top: 125px;
    right: 0;
}
.ynchart_link.ver3 {
    top: 251px;
    right: 0;
}
.ynchart_link.ver4 {
    top: 382px;
    right: 433px;
}
.ynchart_link.ver5 {
    top: 382px;
    right: 217px;
}
.ynchart_link a {
    width: 170px;
    height: 80px;
    display: block;
}
.highUp-txt {
    font-size: 16px;
    line-height: 2;
}
.highUp_in {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.highUp_up_in {
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.highUp_up_in ul {
    position: relative;
}
.highUp_up_in ul:nth-child(1) {
    padding: 0 50px 0 0;
}
.highUp_up_in ul:nth-child(1):before {
    content: "";
    position: absolute;
    top: 54px;
    right: 20px;
    z-index: 9;
    width: 11px;
    height: 17px;
    background: url(../svg/icn_arw_right_s_line.svg) no-repeat center center;
    background-size: 100% auto;
}
.highUp_up_in ul li {
    font-size: 17px;
    line-height: 1;
    margin: 0 0 8px 0;
}
.highUp_up_in ul li:nth-child(1) {
    margin: 0 0 15px 0;
}
.highUp_up_in ul li.is-fsl {
    font-size: 21px;
    font-weight: bold;
}
.highUp-stx {
    text-align: center;
    color: #f53849;
    font-weight: bold;
    line-height: 1;
    font-size: 17px;
    margin: 0 0 15px 0;
}
.highUp-img {
    text-align: center;
}
.highexp_wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.highexp_img {
    width: 220px;
}
.highexp_txt {
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 10px;
    position: relative;
    width: -webkit-calc(100% - 220px);
    width: calc(100% - 220px);
}
.highexp_txt:before,
.highexp_txt:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
}
.highexp_txt:before {
    margin-top: -12px;
    left: -13px;
    z-index: 11;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 15px 12px 0;
    border-color: transparent #fff transparent transparent;
}
.highexp_txt:after {
    margin-top: -12px;
    left: -15px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 15px 12px 0;
    border-color: transparent #e1e1e1 transparent transparent;
}
.highexp-ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}
.highexp-txt {
    font-size: 16px;
    line-height: 2;
}
.resct_wrap {
    margin: 0 0 60px 0;
}
.resct_wrap:last-child {
    margin: 0 0 0 0;
}
.resct-txt {
    font-size: 16px;
    line-height: 2;
    margin: 0 0 60px 0;
}
.resct-ttl {
    text-align: center;
    background: #f5f6f6;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin: 0 0 30px 0;
}
.result_in {
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    padding: 20px 30px;
    border-radius: 10px;
    margin: 0 0 20px 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.result_in:last-child {
    margin: 0 0 0 0;
}
.result-img {
    width: 90px;
}
.resbx {
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
}
.resbx.ver2 {
    width: 100%;
}
.resbx .flb {
    margin: 0 0 10px 0;
}
.resbx ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.resbx ul li {
    font-size: 16px;
    line-height: 1.8;
    padding: 0 1em 0 0;
    position: relative;
}
.resbx .flb ul li {
    font-size: 18px;
    font-weight: bold;
}
.flb.ver2 ul li {
    font-size: 16px;
}
.resbx ul li:last-child {
    padding: 0 0 0 0;
}
.resbx ul li:before {
    content: "／";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
.resbx ul li:last-child:before {
    display: none;
}
.passVoice_box {
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    padding: 40px 30px;
    border-radius: 10px;
    margin: 0 0 60px 0;
}
.passVoice_box:last-child {
    margin: 0 0 0 0;
}
.passVoice-txt {
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 30px 0;
}
.passVoice-txt:last-child {
    margin: 0 0 0 0;
}
.passVoice-img {
    text-align: center;
}
.passVoice_img {
    float: right;
    margin: 0 0 30px 30px;
}
.passVoice_img img {
    border-radius: 10px;
}
.proVoiceCont_wrap {
    display: none;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    padding: 40px 30px;
    border-radius: 10px;
}
.proVoiceCont_wrap.is-on {
    display: block;
}
.proVoiceCont_wrap.is-block {
    display: block;
}
.proVoice_qa {
    margin: 50px 0 0 0;
}
.proVoice_qa:first-child {
    margin: 0 0 0 0;
}
.proVoice_qa dt {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 0 40px;
    margin: 0 0 25px 0;
    color: #009944;
}
.proVoice_qa dt span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 25px;
    color: #fff;
    background: #009944;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 10;
}
.proVoice_qa dd {
    position: relative;
    font-size: 16px;
    line-height: 1.9;
    padding: 0 0 0 40px;
}
.proVoice_qa dd span {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 25px;
    color: #fff;
    background: #E3006E;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.proVoice_dls {
    margin: 0 0 50px 0;
}
.proVoice_dls:last-child {
    margin: 0 0 0 0;
}
.proVoice_dls {
    margin: 0 0 50px 0;
}
.proVoice_dls-txt {
    font-size: 14px;
    line-height: 1.9;
    margin: 0 0 30px 0;
}
.proVoice_dls-txt:last-child {
    margin: 0 0 0 0;
}
.proVoicePoint_in {
    background: #f5f6f6;
    padding: 30px;
    margin: 0 0 30px 0;
    border-radius: 10px;
}
.proVoicePoint_in li {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 0 10px 0;
}
.proVoicePoint_in li:last-child {
    margin: 0 0 0 0;
}
.proVoiceReson_wrap ul li {
    margin: 0 0 50px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.proVoiceReson_wrap ul li:last-child {
    margin: 0 0 0 0;
}
.proVoice-img {
    width: 300px;
    height: 226px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.proVoice-img img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.proVoice_dl {
    width: -webkiot-calc(100% - 330px);
    width: calc(100% - 330px);
}
.proVoice_dl dt {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.proVoice_dl dd {
    font-size: 14px;
    line-height: 2;
}
.crsVoice_wrap .crsAbout_wrap.is-ver1 {
    padding: 0 0 40px 0;
}
.prvChk_wrap dt {
    font-weight: bold;
    margin: 0 0 25px 0;
    font-size: 22px;
}
.prvChk-txt {
    padding: 0 0 0 30px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.prvChk-txt:last-child {
    margin: 0 0 0 0;
}
.prvChk-txt:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 9;
    width: 20px;
    height: 20px;
    background: url(../svg/icn_checkbox_circle.svg) no-repeat center center;
    background-size: 100% auto;
}
.lecturer_wrap {
    max-width: 1020px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 40px 0 30px;
}
.lecturer_in {
    padding: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}
.lecturer-ttl {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 15px 0;
    font-weight: bold;
}
.lecturer-ttl span {
    color: #6fa4b2;
}
.lecturer-txt {
    font-size: 16px;
    line-height: 1.875;
}
.lineBnr_wrap {
    max-width: 1020px;
    margin: 100px auto 0;
    box-sizing: border-box;
    padding: 0 40px 0 30px;
}
.lineBnr_wrap.is-ver2 {
    margin: 0 auto 100px;
}
.lineBnr_wrap img {
    width: 100%;
    height: auto;
}
.lineBnr_wrap a {
    display: block;
}
.lineBnr_wrap.ver3 {
    padding: 0;
}
.lineBnr_wrap.ver4 {
    margin-top: 50px;
}
.crsLine-txt {
    font-size: 16px;
    line-height: 1.875;
    margin: 0 0 60px 0;
}
.crsLine-txt.is-cnt {
    text-align: center;
}
.crsLine_det {
    width: 440px;
}
.crsLine-img {
    width: -webkit-calc(100% - 478px);
    width: calc(100% - 478px);
}
.crsLine-img img {
    width: 100%;
    height: auto;
}
.crsNew_wrap {
    margin: 0 0 40px 0;
}
.crsNew_wrap.is-ver2 {
    margin: 0 0 100px 0;
}
.crsNew_wrap .crsAbout_wrap {
    padding: 0 0 40px 0;
}
.crsNew_in {
    max-width: 1020px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 40px 0 30px;
}
.crsNew-txt {
    font-size: 16px;
    line-height: 1.875;
    margin: 0 0 60px 0;
}
.crsNew_inbox {
    padding: 25px 30px 30px 30px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}
.crsNew-fee {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.crsNew-fee span {
    font-size: 26px;
}
.crsNew-feetxt {
    font-size: 16px;
    line-height: 1.875;
}
.priKnow_in {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.priKnow_in dl {
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    width: 31.57894%;
    padding: 30px 20px;
}
.priKnow_in dl dt {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 30px 0;
}
.priKnow_in dl dt .is-icn {
    padding: 0 0 0 30px;
    position: relative;
}
.priKnow_in dl dt .is-icn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.priKnow_in dl:nth-child(1) dt .is-icn:before {
    width: 20px;
    height: 20px;
    background: url(../svg/icn_donut.svg) no-repeat center center;
    background-size: 100% auto;
}
.priKnow_in dl:nth-child(2) dt .is-icn:before {
    width: 19px;
    height: 22px;
    background: url(../svg/icn_shield.svg) no-repeat center center;
    background-size: 100% auto;
}
.priKnow_in dl:nth-child(3) dt .is-icn:before {
    width: 18px;
    height: 20px;
    background: url(../svg/icn_edit_line.svg) no-repeat center center;
    background-size: 100% auto;
}
.priKnow_in dl dd {
    font-size: 16px;
    line-height: 1.875;
}
.c-main.is-ver2 {
    padding: 0 0 100px 0;
}
body.tan9 .c-main.is-ver2 {
    padding: 60px 40px 100px 30px;
}
body.tan9 .preSmr_wrap {
    padding: 40px 0 0 0;
}
.preSmr-ttl {
    margin: 0;
}
.preSmr-ttl img {
    width: 100%;
}
.tan9_wrap {
    margin: 0 0 90px;
}
.tan9_wrap.is-ver2 {
    width: 720px;
    margin: 0 auto;
}
.tan9_wrap:last-child {
    margin: 0 auto;
}
body.tan9 .tan9_wrap:last-child {
    margin: 0 auto 90px auto;
}
.tan9_read {
    padding: 60px 0 80px ;
}
.tan9-read {
    font-size: 22px;
    line-height: 1.6;
    text-align: center;
}
.tan9-read.is-ver2 {
    font-size: 26px;
    line-height: 1.6;
    font-weight: bold;
    padding: 20px 0;
}
.tan9Lnk_warp {
    margin: 0 0 90px;
}
.tan9Lnk_bln {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px 0;
}
.tan9Lnk_bln.is-ver2 {
    font-size: 20px;
    margin: 0 0 50px 0;
}
.tan9Notice_box {
    padding: 20px;
    margin: 0 0 30px 0;
    border: 1px solid #ff0000;
}
.tan9Notice-txt span.fbf {
    display: block;
    position: relative;
    padding: 0 0 0 1.5em;
    margin: 12px 0;
}
.tan9Notice-txt span.fbf:before {
    content: "●";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 14px;
}
.tan9Notice-txt span.fbf span {
    color: #ff0000;
    font-weight: bold;
}
.tan9Lnk_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    margin: -15px 0 0;
}
.tan9Lnk_lst li {
    width: 230px;
    margin: 15px 15px 0 15px;
}
.tan9Lnk_lst li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    border-radius: 6px;
    position: relative;
    border: 1px solid #e1e1e1;
}
.tan9Lnk_lst li a:before {
    content: '';
    display: block;
    width: 12px;
    height: 8px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    background: url("../svg/icn_arw_down_s_line_gly.svg") no-repeat 0 0;
    background-size: 100% auto;
}
.tan9Lnk_lst li.n1 a {
    background: url("../img/tan9Lnk_lst1.png") no-repeat center right 10px;
}
.tan9Lnk_lst li.n2 a {
    background: url("../img/tan9Lnk_lst2.png") no-repeat center right 10px;
}
.tan9Lnk_lst li.n3 a {
    background: url("../img/tan9Lnk_lst3.png") no-repeat center right 10px;
}
.tan9Lnk_lst li.n4 a {
    padding: 0 40px 0 0;
    background: url("../img/tan9Lnk_lst4.png") no-repeat center right 10px;
}
.tan9Lnk_lst li.n5 a {
    background: url("../img/tan9Lnk_lst5.png") no-repeat center right 10px;
}
.tan9Lnk_lst li.n6 a {
    background: url("../img/tan9Lnk_lst6.png") no-repeat center right 10px;
}
.tan9Cnt_img {
    text-align: center;
}
.tan9Flow_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    width: 790px;
    margin: 0 auto;
}
.tan9Flow_in {
    position: relative;
    margin: 0 52px 0 0;
}
.tan9Flow_in:before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 14px;
    top: 36px;
    right: -31px;
    z-index: 10;
    background: url("../svg/icn_arw_right_s_line_gly.svg") no-repeat 0 0;
    background-size: 100% auto;
}
.tan9Flow_in:last-child {
    margin: 0;
}
.tan9Flow_in:last-child:before {
    content: none;
}
.tan9Flow_img {
    margin: 0 0 15px 0;
    border-radius: 6px;
    overflow: hidden;
}
.tan9Flow-txt {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.tan9Flow-txt span {
    display: block;
    font-size: 14px;
}
.tan9Intr_en {
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tan9Intr_en dt {
    display: block;
    width: 60%;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #e1e1e1;
    padding: 30px 0;
}
.tan9Intr_en dt span {
    font-size: 22px;
    color: #3096e9;
}
.tan9Intr_en.is-ver2 dt span {
    font-size: 20px;
}
.tan9Intr_en.is-ver2 dt span.is-fs {
    font-size: 28px;
}
.tan9Intr_en dd {
    display: block;
    width: 40%;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #3096e9;
    text-align: center;
}
.tan9Intr_en.is-ver2 dd {
    font-size: 18px;
    color: #333;
}
.tan9Intr_en dd span {
    font-size: 28px;
}
.tan9Intr_en.is-ver2 dd span {
    font-size: 21px;
}
.tan9Intr_txt {
    font-size: 16px;
    padding: 20px 0 50px 0;
}
.tan9Intr_txt .is-clr {
    font-weight: bold;
    color: #3096e9;
}
.tan9Intr_dtl {
    padding: 90px 0 0;
}
.tan9Dtl_warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 6px;
    padding: 30px;
    margin: 0 0 30px;
    border: 1px solid #e1e1e1;
}
.tan9Dtl_warp:last-child {
    margin: 0;
}
.tan9Dtl_img {
    padding: 0 30px 0 0;
}
.tan9Dtl_in {
    width: calc(100% - 150px);
}
.tan9Dtl_ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px 0;
}
.tan9Dtl_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 15px 0;
}
.tan9Dtl_lst dt {
    margin: 0 1em 0 0;
}
.tan9Dtl_lst dt span {
    width: 55px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    background: #000;
}
.tan9Dtl_lst dd {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
.tan9Dtl-txt {
    font-size: 16px;
    line-height: 1.7;
}
.tan9Dtl_hnttl {
    color: #3096e9;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 15px 0 20px;
}
.tan9Dtl_hnttl span {
    font-size: 13px;
}
.tan9Dtl_hntbx {
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    overflow: hidden;
}
.tan9Dtl_hntbx dt {
    background: #f0f6f9;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    border-bottom: 1px solid #e1e1e1;
}
.tan9Dtl_hntbx dt span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 25px;
}
.tan9Dtl_hntbx dt span:before {
    content: "";
    position: absolute;
    display: block;
    width: 13px;
    height: 14px;
    top: 4px;
    left: 0;
    z-index: 10;
    background:url("../img/tan9_q.png") no-repeat 0 0;
}
.tan9Dtl_hntbx dd {
    font-size: 16px;
    background: url("../img/tan9Dtl_img6-2n.png?data=202109071") no-repeat center right 25px;
    padding: 10px 20px;
}
.tan9Dtl_hntbx dd span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 25px;
}
.tan9Dtl_hntbx dd span:before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 13px;
    top: 4px;
    left: 0;
    z-index: 10;
    background:url("../img/tan9_a.png") no-repeat 0 0;
}
.tan9Dtl_hntbx dd .txt_box {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 5px 25px;
    padding: 8px 15px;
    border: 1px solid #3096e9;
    border-radius: 6px;
}
.tan9Dtl_hntbx dd .txt_box span {
    padding: 0;
    color: #3096e9;
}
.tan9Dtl_hntbx dd .txt_box span:before {
    content: none;
}
.tan9Dtl_hntbx dd .txt {
    margin: 0 0 0 25px;
}
.tan9Cnt_wrap.is-ver2 {
    margin: 60px 0 0 0;
}
.tan9Sp_lst li {
    font-size: 18px;
    font-weight: bold;
}
.tan9Sp_lst .f_fs {
    color: #2d66ac;
    font-size: 20px;
}
.tan9Sp_lst .f_red {
    color: #ff0000;
}
.tan9Sp_lst .fs {
    font-size: 25px;
}
.tan9Sp_txt {
    font-size: 16px;
    padding: 15px 0 0;
}
.tan9Day_wrap {
    position: relative;
    margin: 0 0 40px;
}
.tan9Day_wrap:last-child {
    margin: 0;
}
.tan9Day_ttl {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #2d66ac;
    margin: 0 0 20px;
}
.tan9Day_tbl {
    width: 100%;
    border-top: 1px solid #cfd5da;
    border-left: 1px solid #cfd5da;
}
.tan9Day_tbl + .tan9Day_tbl {
    border-top: none;
}
.tan9Day_tbl tr:first-child td {
    background: url(/images2/tan9Lnk_bk.png) repeat 0;
}
.tan9Day_tbl tr:nth-child(3) td {
    background: #f4fcff;
}
.tan9Day_tbl td {
    border-right: 1px solid #cfd5da;
    border-bottom: 1px solid #cfd5da;
    box-sizing: border-box;
    text-align: center;
    width: 98px;
    font-size: 12px;
    line-height: 1.2;
    padding: 8px 5px;
    font-weight: bold;
}
.tan9Day_tbl .fs {
    width: 28px;
    font-size: 13px;
    font-weight: bold;
}
.tan9Day_tbl .dy {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 5px;
}
.tan9Day_tbl .dy:nth-child(2) {
    color: #eb0445;
}
.tan9Day_tbl .dy:nth-child(8) {
    color: #2d66ac;
}
.tan9Day_tbl .dy span {
    font-size: 12px;
}
.tan9Day_sb {
    width: 120px;
    border-left: 1px solid #cfd5da;
    border-top: 1px solid #cfd5da;
    position: absolute;
    top: -18px;
    right: 0;
}
.tan9Day_sb td {
    font-size: 12px;
    border-right: 1px solid #cfd5da;
    border-bottom: 1px solid #cfd5da;
    padding: 0 3px;
}
.tan9Day_sb td:first-child {
    width: 18px;
    font-weight: bold;
    text-align: center;
}
.tan9Day_sb tr:nth-child(2) td {
    background: #f4fcff;
}
.preSmr-bnr {
    margin: 0 0 60px 0;
    text-align: center;
}
.preSmr-bnr:last-child {
    margin: 0;
}
.tan9Cnt-tls {
    margin: 0 0 -24px 0;
}
.tan9Bnr_wrap {
    margin: 60px 0 0 0;
    text-align: center;
}
.tan9Bnr_wrap a {
    display: inline-block;
}
.tan9_inc {
    display: none;
}
body.tan9 .tan9_inc {
    display: block;
}
.crsLine_ins {
    margin: 0 0 60px 0;
}
.crsLine_ins:last-child {
    margin: 0;
}
.crsLine-link {
    margin: 10px 0 0 0;
    text-align: right;
}
.crsLine-link a {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px 0 0;
}
.crsLine-link a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9;
    width: 15px;
    height: 10px;
    margin: -5px 0 0 0;
    background: url(../svg/icn_arw_right.svg) no-repeat center center;
    background-size: 100% auto;
}
.crsLine-link a:hover {
    text-decoration: none;
}
.cram_school ul li {
    font-size: 14px;
    margin: 0 0 15px 0;
}
.cram_school ul li:last-child {
    margin: 0;
}
.cram_school ul li span {
    display: block;
    font-weight: bold;
}
.crsPrc_tbl.is-ver1 {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.crsPrc_tbl.is-ver1 dl {
    width: 100%;
    display: table;
    border-top: 0;
}
.crsPrc_tbl.is-ver1 dl:first-child {
    border-top: 1px solid #e1e1e1;
}
.crsPrc_tbl.is-ver1 dl dt {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*
    border-bottom: none;
    */
    border-right: 1px solid #e1e1e1;
}
.crsPrc_tbl.is-ver1 dl dt:last-child {
    width: 60%;
    /*
    border-right: none;
    */
}
.crsPrc_tbl.is-ver1 dl dd {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 78px;
    font-size: 16px;
    padding: 10px 20px;
    border-right: 1px solid #e1e1e1;
}
.crsPrc_tbl.is-ver1 dl dd:last-child {
    width: 60%;
    text-align: left;
    /*
    border-right: none;
    */
}
.course_cp_mv {
    position: relative;
}
.mvCv_wrap {
    background: #ffffff;
    padding: 15px 0;
    width: 260px;
    margin: 20px auto 0;
    border-radius: 6px;
}
.mvSlide_wrap {
    position: absolute;
    bottom: 35px;
    left: 70px;
    z-index: 9;
}
.mvCv-ttl {
    text-align: center;
    line-height: 1;
    margin: 0 0 8px 0;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}
.mvCv-tel {
    text-align: center;
    line-height: 1;
    font-size: 30px;
    font-family: "Soleil", sans-serif;
    color: #D44300;
    font-weight: 500;
}
.mvCv-tel a {
    font-size: 30px;
    color: #D44300;
    pointer-events: none;
    display: inline-block;
    padding: 0 0 0 22px;
    position: relative;
    letter-spacing: 0.05em;
}
.mvCv-tel a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    margin: -11px 0 0 0;
    width: 17px;
    height: 17px;
    background: url(../svg/icn_phone_or2.svg) no-repeat center center;
    background-size: 100% auto;
}
.mvCv-txt {
    text-align: center;
    line-height: 1;
    margin: 8px 0 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.c-mainTtl-ttl .is-orn {
    color: #D44300;
}
.course_cp_mv img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.courseCP_Cv_wrap {
    margin: 0 0 75px 0;
    position: relative;
}
.courseCP_Cv_in {
    margin: 0 auto 70px auto;
    max-width: 1020px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}
.courseCP_Cv_in.is-ver2 {
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
    margin: 0 auto;
}
.courseCP_Cv_in.is-ver3 {
    margin-bottom: 25px;
}
.courseCP_Cv_in.is-ver4 {
    margin-bottom: 55px;
}
.courseCP_Cv-img {
    width: 50%;
    min-height: 310px;
    position: relative;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
    border-radius: 16px;
}
.summer_campaign .courseCP_Cv-img {
    max-height: 310px;
}
.courseCP_Cv-img.is-ver2 {
    margin: 0 40px 0 30px;
}
.courseCP_Cv-img img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.courseCP_Cv_box {
    width: 50%;
    padding: 0 40px 0 30px;
}
.courseCP_Cv_box.is-ver2 {
    padding-left: 0;
}
.courseCP_Cv_box.is-ver3 {
    width: 100%;
}
.courseCP_sml-ttl {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 18px;
}
.courseCP-ttl {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
    padding: 0 0 0 19px;
    line-height: 1.4;
    margin-bottom: 25px;
}
.courseCP-ttl::before {
    position: absolute;
    content: "";
    background: #000000;
    width: 3px;
    height: 22px;
    left: 0;
    top: 50%;
    margin-top: -11px;
}
.courseCP-ttl span {
    color: #D44300;
}
.courseCP_price-txt {
    width: 415px;
    padding: 12px 0 10px 0;
    margin-bottom: 35px;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.courseCP_price-txt.is-ver2 {
    font-size: 22px;
    text-align: left;
    padding-left: 5px;
}
.courseCP_price-txt .is-orn {
    color: #D44300;
    font-size: 36px;
}
.courseCP_price-txt .is-ver1 {
    font-size: 24px;
}
.summer_campaign .courseCP_price-txt .is-ver1 {
    font-size: 26px;
}
.courseCP_price-txt .is-ver2 {
    font-size: 30px;
}
.courseCP_price-txt .is-ver3 {
    font-size: 22px;
}
.courseCP_price-txt .is-ver4 {
    position: relative;
    display: inline-block;
    padding-left: 16px;
}
.courseCP_price-txt .is-ver5 {
    position: absolute;
    z-index: 1;
    left: 0;
    font-size: 14px;
    width: 14px;
    top: 50%;
    margin-top: -14px;
}
.courseCP_price-txt .is-ver6 {
    font-size: 20px;
}
.courseCP_price-txt .is-ver7 {
    font-size: 30px;
    position: relative;
    display: inline-block;
    padding-left: 16px;
}
.courseCP_price-txt .is-ver7::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 9px;
    border-color: transparent transparent transparent #D44300;
    left: 2px;
    top: 50%;
    margin-top: -9px;
    z-index: 1;
}
.price_detail {
    margin-bottom: 30px;
    padding: 0 0 0 30px;
    line-height: 1;
}
.price_detail.is-ver2 {
    margin-bottom: 0;
}
.price_detail dt {
    font-weight: bold;
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
}
.price_detail dt::before {
    position: absolute;
    content: "";
    background: url(../img/icn_check02.png) no-repeat 0 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    top: 50%;
    left: -30px;
    z-index: 9;
}
.price_detail dd {
    font-size: 14px;
}
.courseCP-txt {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 75px;
    font-weight: 500;
}
.courseCP_sub-ttl {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 25px 0;
}
.courseCP_ex-ttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.star {
    color: #83d5f4;
    font-size: 20px;
}
.courseCP_gift_wrap {
    display: flex;
}
.courseCP-gift-ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8;
    padding: 10px 0;
    border-top: dotted 2px #D44300;
    border-bottom: dotted 2px #D44300;
}
.courseCP-gift-ttl span {
    font-size: 24px;
    color: #D44300;
}
.courseCP_gift_img {
    text-align: center;
    margin-bottom: 7px;
}
.courseCP_gift_txt {
    font-size: 10px;
}
.courseCP_gift_set {
    padding-left: 70px;
    margin-top: -140px;
}
.courseCP_list {
    margin: 0 0 30px 0;
}
.courseCP_list.ver2 {
    margin-bottom: 0;
}
.courseCP_Cv_in.is-ver3 .courseCP_list {
    margin: 0;
}
.courseCP_list li {
    padding: 0 0 0 30px;
    position: relative;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.courseCP_list.ver2 li {
    padding-left: 25px;
}
.courseCP_list li:last-child {
    margin-bottom: 0;
}
.courseCP_list li::before {
    position: absolute;
    content: "";
    background: url(../img/icn_check01.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    margin-top: -10px;
    z-index: 9;
}
.courseCP_list.ver3 li::before {
    background: url(../img/icn_check01_autumn.png) no-repeat 0 0;
}
.courseCP_list.ver2 li::before {
    background: url(../img/cp_check_blue.png) no-repeat 0 0;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    margin-top: -8px;
    z-index: 9;
}
.courseCP_sub-txt {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 7px;
}
.courseCP_sub-txt.is-ver2 {
    margin-bottom: 30px;
}
.courseCP_sub_list.is-ver2 {
    margin-top: -51px;
}
.courseCP_sub_list.is-ver3 {
    margin-top: 35px;
    padding-left: 5px;
}
.courseCP_sub_list li {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 13px;
}
.april_campaign .c-main {
    padding-top: 100px;
}
.april_campaign .c-main.is-ver3, .summer_campaign .c-main.is-ver3 {
    padding-top: 0;
    padding: 0 40px 100px 30px;
}
.april_campaign .telBnr_in, .summer_campaign .telBnr_in {
    width: auto;
    max-width: 950px;
    margin: 0 auto 100px;
}
.courseCP_sub_box {
    max-width: 1020px;
    box-sizing: border-box;
    padding: 0 40px 0 30px;
    margin: 0 auto;
}
.c-mainTtl-sub {
    font-size: 18px;
}
.c-mainTtl-ttl {
    font-size: 32px;
}
.c-sp-sp {
    display: none;
}
.main_ttl_img {
    max-width: 1020px;
    margin: 0 auto 100px;
    padding: 0 40px 0 30px;
    box-sizing: border-box;
    text-align: center;
}
.main_ttl_img.ver2 {
    margin-bottom: 67px;
}
.main_ttl_img.ver3 {
    margin-bottom: 35px;
}
.main_ttl_img.ver4 {
    margin-bottom: 45px;
}
.courseCP_ttl_set {
    max-width: 1020px;
    padding: 0 40px 0 30px;
    margin: 0 auto 25px;
    box-sizing: border-box;
}
.courseCP_ttl_set.is-ver2 {
    margin-bottom: 35px;
}
.courseCP_ttl_set.is-ver3 {
    margin-bottom: 25px;
}
.courseCP_ttl_set .courseCP-ttl {
    margin-bottom: 15px;
}
.courseCP-explain {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
}
.areaSec_wrap {
    margin-bottom: 90px;
}
/*中学受験 改修*/
.c-main.is-priTop {
    padding-bottom: 40px;
}
.pri_top_img {
    margin-bottom: 100px;
}
.pri_top_img img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.priTop_txtBox {
    margin-bottom: 80px;
}
.pri_top-txt {
    font-size: 18px;
    line-height: 2;
    text-align: center;
}
.pri_top-txt.is-tal {
    text-align: left;
}
.pri_top-txt span {
    color: #009944;
    font-weight: bold;
}
.pri-bold-txt {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}
.pri-bold-txt ul li {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
}
.pri_top_wrap {
    margin-bottom: 100px;
}
.pri_movie {
    text-align: center;
}
.pri_movie_txt {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.measures_in {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -30px;
    margin-bottom: 100px;
}
.measures_box {
    width: 48%;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    padding: 30px 25px;
    box-sizing: border-box;
    margin-top: 30px;
    position: relative;
}
.measures_btn {
    text-align: center;
    max-width: 160px;
    width: 100%;
    margin: 25px auto 0;
}
.measures_btn p {
    width: 100%;
    display: table;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #e1e1e1;
    color: #333;
    background: #ffffff;
    background-size: 6px auto;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.measures_btn span {
    background: url(../svg/icn_arw_right_s_line.svg) no-repeat right 10px center;
    background-size: 6px auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.measures_subttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.measures_subttl span {
    display: inline-block;
    padding: 0 10px;
    border-bottom: solid 2px #009944;
}
.measures_ttltxt {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}
.measures_img {
    text-align: center;
    margin-bottom: 20px;
}
.measures_img img {
    max-width: 400px;
    width: 100%;
    height: auto;
}
.measyres-txt {
    font-size: 14px;
}
.measures_lstTxt {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.crsAbout_wrap.is-pri {
    padding-top: 0;
}
.c-ttl_wrap .subtxt {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
}
.priVoice_wrap .c-cv_wrap {
    margin-bottom: 0;
}
.priVoice-txt {
    text-align: center;
    line-height: 2;
    font-size: 18px;
    margin-bottom: 50px;
}
.pri_voice_box {
    margin-bottom: 50px;
    padding: 50px 40px 40px 40px;
    box-sizing: border-box;
    border: solid 2px #f1f1f1;;
    border-radius: 10px;
}
/*
.pri_voice_box:last-of-type {
    margin-bottom: 80px;
}
*/
.pri_voice_box:last-of-type {
    margin-bottom: 0;
}
.pri_voice_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 50px;
}
.pri_voice_ttl span {
    position: relative;
    padding: 0 0 0 80px;
}
.pri_voice_ttl span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    margin: -30px 0 0 0;
    width: 60px;
    height: 60px;
    background: url(../svg/icn_pass.svg) no-repeat center center;
    background-size: 100% auto;
}
.pri_voice_img {
    max-width: 340px;
    padding: 8px;
    text-align: center;
    border: solid 2px #e1e1e1;
    box-sizing: border-box;
    margin-right: 40px;
}
.pri_voice_head {
    margin: 0 0 30px;
    padding: 0 0 0 130px;
}
.pri_voice_box.is-wm1 .pri_voice_head {
    background: url(../img/icn_woman1.png) no-repeat left center;
}
.pri_voice_box.is-wm2 .pri_voice_head {
    background: url(../img/icn_woman2.png) no-repeat left center;
}
.pri_voice_box.is-mn1 .pri_voice_head {
    background: url(../img/icn_man1.png) no-repeat left center;
}
.pri_voice_box.is-mn2 .pri_voice_head {
    background: url(../img/icn_man2.png) no-repeat left center;
}
.pri-voice-tag {
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    display: table;
    width: 100%;
}
.pri-voice-tag:last-child {
    margin-bottom: 0;
}
.pri-voice-tag.is-scl {
    color: #009944;
    font-weight: bold;
}
.pri-voice-tag .is-tl {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    width: 130px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.pri-voice-tag .is-dl {
    font-size: 16px;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.pri-voice-txt {
    font-size: 18px;
    line-height: 1.8;
    color: #009945;
    font-weight: bold;
}
.c-btn.voice-btn {
    margin: 30px auto 0;
}
.voice-btn.c-btn.is-rnd2 a {
    height: 50px;
    border-radius: 25px;
}
.saiyo_wrap .c-main {
    padding-bottom: 50px;
}
.saiyo_img {
    max-width: 1020px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 40px 0 30px;
}
.saiyo_img img {
    width: 100%;
    height: auto;
}
.koshi_area_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px 0 60px;
}
.koshi_area_list li {
    display: table;
    width: 22%;
    height: 50px;
}
.koshi_area_list li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    border: solid 1px #009944;
}
.koshi_area_list li.on a {
    background: #009944;
    color: #fff;
}
.koshi_dtl {
    display: none;
}
.koshi_dtl.on {
    display: block;
}
.koshi_dtlList {
    position: relative;
    width: 720px;
    margin: 0 auto;
} 
.koshi_dtlList li {
    margin: 0;
    min-height: 185px;
    box-sizing: border-box;
}
.koshi_box {
    display: flex;
    align-items: center;
    min-height: 123px;
}
.slick-dots li {
    min-height: initial !important;
}
.koshi_dtlList li:first-child {
    margin-left: 0;
}
.koshi_dtlList_in {
    border: solid 1px #e1e1e1;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 10px;
}
.koshi_img {
    margin-right: 20px;
}
.koshi_img img {
    margin: 0 auto;
    border-radius: 10px;
}
.koshi-txt {
    padding: 10px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
}
.koshi-txt:first-of-type {
    padding-top: 0;
}
/* .koshi-txt.off {
    display: none;
} */
.koshi-txt .is-label {
    width: 80px;
    border-radius: 20px;
    background: #333;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    padding: 5px 0 4px 0;
    margin: 0 10px 0 0;
    text-align: center;
    font-size: 12px;
}
.koshi-txt .is-txt {
    margin: -2px 0 0 0;
    font-feature-settings: "palt";
    font-size: 14px;
    line-height: 1.8;
}
.koshi-txt.ver2 {
    margin-top: 20px;
}
.koshi-txt.ver2 .is-txt {
    width: calc(100% - 100px);
}
.koshiQa_wrap {
    margin: 20px 0 0 0;
}
.koshiQa_wrap dt {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.8;
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 0 0 40px;
}
.koshiQa_wrap dt span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 25px;
    color: #fff;
    background: #009944;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 10;
}
.koshiQa_wrap dd {
    font-size: 14px;
    position: relative;
    line-height: 1.8;
    padding: 0 0 0 40px;
}
.koshiQa_wrap dd span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 25px;
    color: #fff;
    background: #E3006E;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 10;
}
.koshi_btn {
    margin: 0 0 0 auto;
}
.koshi_btn a {
    display: table;
    box-sizing: border-box;
    width: 120px;
    height: 30px;
    border-radius: 20px;
    color: #fff;
    border: 1px solid #009944;
    background: #009944;
    margin: 0 auto;
    font-weight: bold;
}
.koshi_btn a span {
    background: url(../svg/icn_arw_down_s_line_wh.svg) no-repeat right 15px center / 10px auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-right: 17px;
}
.koshi_btn.on a span {
    background: url(../svg/icn_arw_up_s_line_wh.svg) no-repeat right 15px center / 10px auto;
}
.priVoice_ttl {
    margin: 0 0 50px 0;
    position: relative;
    background: #009945;
    border-radius: 10px;
    padding: 20px 0;
    text-align: center;
}
.priVoice_ttl:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #009945 transparent transparent transparent;
    position: absolute;
    bottom: -29px;
    left: 50%;
    margin: 0 0 0 -30px;
}
.priVoice-ttl {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.priVoice-stx {
    position: relative;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    display: inline-block;
    color: #fff;
    line-height: 1;
}
.priVoice-stx span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    background: #1e9945;
    z-index: 9;
}
.priVoice-stx span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 16px;
    background: #fff;
    transform: rotate(-35deg);
}
.priVoice-stx span:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 2px;
    height: 16px;
    background: #fff;
    transform: rotate(35deg);
}
.measures_dtlimg {
    text-align: center;
    margin-bottom: 60px;
}
.measures_dtlimg img {
    border: solid 1px #e1e1e1;
    border-radius: 10px;
}
.measuresDtl_wrap {
    margin: 100px 0;
}
.measuresDtl_list {
    margin: 0 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.measuresDtl_list li {
    width: 48%;
    margin-top: 50px;
    margin-right: 4%;
    border: solid 2px #e1e1e1;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
}
.measuresDtl_list li:nth-child(2n) {
    margin-right: 0;
}
.mdl_img {
    text-align: center;
    margin: 10px 0 30px;
}
.mdl_img.clam02 {
    margin-bottom: 13px;
}
.mdl_txt dt {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}
.mdl_txt dd {
    font-size: 18px;
}
.c-btn.is-rnd2.mdl_btn {
    margin: 22px auto 0;
}
.c-btn.is-rnd2.mdl_btn a {
    height: 50px;
    border-radius: 25px;
}
.measuresDtl_wrap .pri_top-txt {
    text-align: left;
}
.measures .pri-bold-txt ul li {
    color: #009944;
}
.crsAbout-bnr {
    max-width: 1020px;
    margin: 0 auto 40px;
    width: 100%;
    padding: 0 40px 0 30px;
    box-sizing: border-box;
}
.crsAbout-bnr img {
    width: 100%;
    height: auto;
}
/*中学生コース 改修*/
.is-sans {
    font-family: "Hiragino Sans";
}
.cm_mvwrap {
    position: relative;
}
.cm_mv {
    margin-bottom: 80px;
}
.cm_mv img {
    width: 100%;
    height: auto;
}
.cm-ttl {
    font-size: 52px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -311px;
    color: #14284b;
    line-height: 1.3;
}
.cm_popup_wrap {
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99;
    transition: opacity 0.3s ease-out,all 0.3s ease-out;
}
.cm_popup_btn.is-abso {
    position: absolute;
    left: 50%;
    top: 180px;
    margin-left: -100px;
}
.cm_popup_btn {
    background: #fff;
    border-radius: 9999px;
}
.cm_popup_btn a {
    display: table;
    width: 200px;
    height: 46px;
    
}
.cm_popup_btn.ver2 a {
    width: 215px;
}
.cm_popup_btn.ver3 a {
    width: 300px;
}
.cm_popup_btn a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    border: solid 2px #14284b;
    background: #fff url(../svg/icn_arw_right_s_line_blue.svg) no-repeat center right 20px / 10px auto;
    border-radius: 9999px;
    font-size: 18px;
    color: #14284b;
    font-weight: bold;
    padding-top: 2px;
    transition: opacity 0.3s ease-out,all 0.3s ease-out;
}
.cm_popup_btn.ver2 a span {
    font-size: 16px;
}
.cm_popup_btn.ver3 a span {
    font-size: 16px;
    padding-right: 15px;
}
.cm_popup_wrap.on {
    opacity: 1;
    z-index: 99999999;
}
.cm_popup_in {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1170px;
    width: 100%;
    padding: 105px 48px 60px 48px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 6px 24px #e1e1e1; 
    border-radius: 20px;
}
.cm_popup_box p {
    font-size: 16px;
    color: #14284b;
    line-height: 1.5;
}
.cm_popup_box p span {
    font-weight: bold;
}
.cm_topimg {
    text-align: center;
    margin-bottom: 110px;
}
.cm_close_btn {
    position: absolute;
    top: 35px;
    right: 48px;
}
.cm_close_btn a {
    font-weight: bold;
    color: #14284b;
    position: relative;
    padding-left: 23px;
}
.cm_close_btn a::before {
    position: absolute;
    content: "✕";
    border: solid 1px #14284b;
    width: 13px;
    height: 13px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 9999px;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
}
.cm_blue {
    background: #d9e3ef;
    padding: 60px 40px 50px;
}

.cm_flx {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 870px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    align-items: center;
}
.cm_flx.ver2 {
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.cm_flx.ver2.ver3 {
    border-radius: 20px 20px 0 0;
}
.cm_flx.is-mb {
    margin-bottom: 55px;
}
.cm_subttl {
    font-size: 40px;
    font-weight: bold;
    color: #14284b;
    line-height: 1.25;
    margin-bottom: 25px;
}
.cm_flx_dtl {
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
}
.cm_flx.ver2 .cm_flx_dtl {
    padding-left: 40px;
    padding-right: 0;
}
.cm_flx_img {
    width: 50%;
}
.cm_flx_img img {
    width: 100%;
    height: auto;
}
.cm-subtxt {
    font-size: 20px;
    line-height: 1.5;
    color: #14284b;
    font-weight: bold;
    margin-bottom: 25px;
}
.cm-subtxt.ver2 {
    color: transparent;
    background: repeating-linear-gradient( 90deg, #009BD9 0 43%, #00c0b0 43% 100% );
	-webkit-background-clip: text;
}
.cm_page_wrap {
    margin-top: 70px;
}
.cm-page-ttl {
    text-align: center;
    font-weight: bold;
    color: #14284b;
    font-size: 40px;
}
.voise_slide {
    margin: 40px auto 100px;
    max-width: 910px;
    width: 100%;
}
.voise_slide li {
    width: 290px;
    padding: 32px 24px 30px;
    box-sizing: border-box;
    background: #edf2f6;
    border-radius: 20px;
    margin: 0 10px;
}
.voise_slide .slick-next {
    right: -8px;
}
.voise_slide .slick-prev {
    left: -8px;
}
.koshi_dtlList .slick-next {
    right: -25px;
    border: 0;
}
.koshi_dtlList .slick-prev {
    left: -25px;
    border: 0;
}
.koshi_dtlList .slick-next:before {
    background: url(../svg/icn_arw_right_s_line.svg) no-repeat center center / 100% auto;
    width: 15px;
    height: 24px;
}
.koshi_dtlList .slick-prev:before {
    background: url(../svg/icn_arw_left_s_line.svg) no-repeat center center / 100% auto;
    width: 15px;
    height: 24px;
}
.voise_slide .slick-prev, .slick-next {
    border: 0;
    width: 15px;
    height: 24px;
}
.voise_slide .slick-next:before {
    background: url(../svg/icn_arw_right_s_line.svg) no-repeat center center / 100% auto;
    width: 15px;
    height: 24px;
}
.voise_slide .slick-prev:before {
    background: url(../svg/icn_arw_left_s_line.svg) no-repeat center center / 100% auto;
    width: 15px;
    height: 24px;
}
.voise_slide li dl {
    margin-bottom: 10px;
}
.voise_slide li dl dt {
    font-weight: bold;
    font-size: 20px;
    color: #14284b;
    font-family: "Hiragino Sans";
    line-height: 1.4;
    margin-bottom: 2px;
}
.voise_slide li dl dd {
    font-size: 14px;
    color: #14284b;
    font-weight: bold;
}
/* .cmVoice_popup {
    display: none;
}
.cmVoice_popup.on {
    display: block;
}
.cmVoice_popup_wrap {
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    background: rgba(255,255,255,0.6);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99;
    transition: opacity 0.3s ease-out,all 0.3s ease-out;
}
.cmVoice_close_btn.is-abso {
    position: absolute;
    left: 50%;
    top: 180px;
    margin-left: -100px;
}
.cmVoice_popup_wrap.on {
    opacity: 1;
    z-index: 99999999;
}
.cmVoice_popup_in {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1170px;
    width: 100%;
    padding: 105px 48px 60px 48px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 6px 24px #e1e1e1; 
    border-radius: 20px;
}
.cmVoice_popup_box {
    position: relative;
}
.cmVoice_close_btn {
    position: absolute;
    top: -50px;
    right: 0;
}
.cmVoice_close_btn a {
    color: #14284b;
    position: relative;
    padding-left: 15px;
}
.cmVoice_close_btn a::before {
    position: absolute;
    content: "✕";
    border: solid 1px #14284b;
    width: 13px;
    height: 13px;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 9999px;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
}
.cmVoice_popup_boxin {
    display: flex;
    justify-content: space-between;
}
.cm-voice-txt {
    font-size: 16px;
}
.cmVoice_prof_in {
    width: 300px;
}
.cmVoice_prof .pri-voice-tag .is-tl {
    width: 180px;
}
.cmVoice_txtin {
    margin-left: 30px;
    width: calc(100% - 330px);
}
.cmVoice_seika {
    font-size: 18px;
    line-height: 1.8;
    color: #009945;
    font-weight: bold;
    margin-bottom: 10px;
} 
.cm_voice_img {
    background: #fff;
}*/
.cm_voice_wrap {
    margin-top: 30px;
    margin-bottom: 70px;
}
.cm_voice_in {
    width: 700px;
    border: solid 2px #f1f1f1;
    border-radius: 10px;
    padding: 30px 30px 35px;
    box-sizing: border-box;
    margin: 50px auto 0;
}
.cm_voice_in:nth-child(1) {
    margin-top: 0;
}
.cm_voice_ttlin {
    /* display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center; */
    margin-bottom: 25px;
}
.cm_voicein_ttl {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #009944;
}
.cm_voice_name {
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}
.cm_voice_name p {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}
.cm_voice_head {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    /* -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between; */
    justify-content: center;
    margin: 0 auto;
    box-sizing: border-box;
}
.cm-voice-tag {
    position: relative;
    margin-right: 30px;
    padding: 0 10px 5px;
    border-bottom: dashed 1px #ccc;
}
.cm-voice-tag:last-of-type {
    margin-right: 0;
}
.cm-voice-tag .is-tl {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    margin-right: 30px;
}
.cm-voice-tag .is-dl {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}
.c-btn.voice-btn.is-rnd2 {
    margin-top: 38px;
}
.cm_system_wrap {
    padding: 40px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    margin-bottom: 40px;
}
.cm_system_in {
    padding: 35px 30px 35px 40px;
    border-radius: 20px;
    background: #f8f8f8;
}
.cm_system_txt {
    text-align: center;
    margin-bottom: 30px;
}
.cm-system-ttl {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 8px;
}
.cm-system-ttl span {
    color: #00A156;
}
.cm-system-txt {
    font-size: 16px;
    line-height: 1.625;
}
.cm_subttl.ver2 {
    font-size: 36px;
    line-height: 1;
}
.cm_subttl .is-grn {
    color: #0AA17B;
}
.cm_subttl .is-sky {
    color: #009BD9;
}
.cm_subttl .is-sml {
    font-size: 26px;
}
.cm_subttl .is-sml.is-block {
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
}
.cm_ex_in {
    margin-top: 50px;
    padding-top: 25px;
    border-top: solid 1px #c9c9c9;
}
.cm_ex_txt {
    border-bottom: solid 1px #c9c9c9;
    padding-bottom: 23px;
    margin-bottom: 25px;
    font-family: "Hiragino Sans";
}
.cm_ex_txt dt {
    font-weight: bold;
    font-size: 22px;
    color: #14284b;
    line-height: 1.5;
    cursor: pointer;
    background: url(../svg/icn_arw_down_s_line_gly.svg) no-repeat center right 20px / 12px auto;
    padding-right: 30px;
}
.cm_ex_txt dt.on {
    background: url(../svg/icn_arw_up_s_line_gly.svg) no-repeat center right 20px / 12px auto;
}
.cm_ex_txt dd {
    display: none;
}
.cm_ex_txt dd.on {
    margin-top: 15px;
    display: block;
    font-size: 16px;
    color: #14284b;
    padding-right: 80px;
    position: relative;
    padding-left: 30px;
}
.cm_ex_txt dd.on::before {
    position: absolute;
    content: "";
    background: url(../svg/icn_denkyu.svg) no-repeat center left 0 / 100% auto;
    left: 0;
    top: -7px;
    width: 30px;
    height: 30px;
}
.cm_ex_txt dd span {
    font-weight: bold;
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 1330px) {
    .cm_subttl {
        font-size:max(3.008vw,35px);
    }
    .cm-subtxt {
        font-size:max(1.504vw,18px);
    }
    .cm_subttl.ver2 {
        font-size:max(2.707vw,35px);
    }
    .cm_subttl .is-sml {
        font-size:max( 1.955vw,23px);
    }
}
.cm_voice_img img {
    width: 100%;
    height: auto;
}
.cm_koshi_in {
    background: #f8f8f8;
    padding: 70px 40px 80px;
}
.cm_koshi {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
.cm_koshi li {
    margin-top: 28px;
    margin-right: 3%;
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px 20px 20px;
    box-sizing: border-box;
    width: 48.276%;
}
.cm_koshi li:nth-child(-n+2) {
    margin-top: 0;
}
.cm_koshi li:nth-child(2n) {
    margin-right: 0;
}
.cm_prof {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    margin-bottom: 21px;
}
.cm_koshi_img {
    margin-right: 20px;
}
.cm_koshi_img img {
    border-radius: 10px;
}
.cm-prof-txt {
    color: #14284b;
    font-size: 16px;
    line-height: 1.8;
}
.prof-dtl {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.prof-dtl dt {
    width: 78px;
    text-align: center;
    background: #14284b;
    color: #fff;
    padding: 3px 0 1px;
    border-radius: 9999px;
    margin-right: 15px;
}
.prof-dtl dd {
    font-size: 16px;
    color: #14284b;
}
.prof-dtl:last-of-type {
    margin-bottom: 0;
}
.cm-page-ttl.is-price {
    margin-bottom: 40px;
}
.cm_price a {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    padding: 40px 60px 40px 20px;
    border-top: solid 1px #c9c9c9;
    position: relative;
}
.cm_price.ver2 a {
    padding-bottom: 0;
}
.cm_price a::before {
    position: absolute;
    content: "";
    background: url(../svg/icn_arw_right_s_line_blue.svg) no-repeat 0 0 / 100% auto;
    width: 11px;
    height: 19px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease-out,all 0.3s ease-out;
}
.cm_price_img {
    margin-right: 20px;
}
.cm_price_in {
    width: calc(100% - 240px);
}
.cm_price_txt {
    margin-bottom: 25px;
}
.cm_price_txt dt {
    font-size: 22px;
    color: #14284b;
    font-weight: bold;
    margin-bottom: 6px;
    transition: opacity 0.3s ease-out,all 0.3s ease-out;
}
.cm_price_txt dd {
    font-size: 16px;
    color: #14284b;
}
.cm_price_dtl {
    display: table;
    border: solid 1px #e1e1e1;
    height: 50px;
    box-sizing: border-box;
    color: #14284b;
    font-weight: bold;
    font-size: 16px;
}
.cm_price_dtl dt {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    background: #f5f6f6;
    text-align: center;
    border-right: solid 1px #e1e1e1;
}
.cm_price_dtl dd {
    display: table-cell;
    vertical-align: middle;
    width: 300px;
    text-align: center;
}
.cm_price_img {
    transition: opacity 0.3s ease-out,all 0.3s ease-out;
}
.cm_worry_wrap {
    margin: 45px 0 90px;
}
.cm_worry_in {
    border: solid 1px #e1e1e1;
    border-radius: 6px;
    margin-bottom: 20px;
}
.cm_worry_in:last-of-type {
    margin-bottom: 0;
}
.cm_worry_in dt {
    padding: 30px 0 28px 85px;
    line-height: 1.5;
    font-size: 18px;
    color: #14284b;
    font-family: "Hiragino Sans";
    font-weight: bold;
    position: relative;
    cursor: pointer;
    background: url(../svg/icn_arw_down_s_line_gly.svg) no-repeat center right 20px / 12px auto;
}
.cm_worry_in dt.on {
    background: url(../svg/icn_arw_up_s_line_gly.svg) no-repeat center right 20px / 12px auto;
    padding-bottom: 26px;
}
.cm_worry_in dt::before {
    position: absolute;
    content: "";
    left: 20px;
    top: 50%;
}
.cm_worry_in dt.icn01::before {
    background: url(../img/course_middle_icn01.png) no-repeat center center / 100% auto;
    width: 42px;
    height: 48px;
    margin-top: -24px;
}
.cm_worry_in dt.icn02::before {
    background: url(../img/course_middle_icn02.png) no-repeat center center / 100% auto;
    width: 40px;
    height: 48px;
    margin-top: -24px;
}
.cm_worry_in dt.icn03::before {
    background: url(../img/course_middle_icn03.png) no-repeat center center / 100% auto;
    width: 42px;
    height: 47px;
    margin-top: -23px;
}
.cm_worry_in dt.icn04::before {
    background: url(../img/course_middle_icn04.png) no-repeat center center / 100% auto;
    width: 42px;
    height: 47px;
    margin-top: -24px;
}
.cm_worry_in dd {
    display: none;
}
.cm_worry_in dd.on {
    border-top: dashed 1px #e1e1e1;
    display: block;
    padding: 30px 20px;
    color: #14284b;
    font-size: 16px;
}
.cm_clm_btn {
    display: table;
    width: 180px;
    height: 40px;
}
.cm_clm_btn span {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #e1e1e1;
    color: #333;
    background: #ffffff url(../svg/icn_arw_right_s_line.svg) no-repeat right 10px center / 7px auto;
    background-size: 6px auto;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    text-align: center;
}
.cm_worry_link a {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
}
.cm_worry_link a .txt {
    transition: opacity 0.3s ease-out,all 0.3s ease-out;
    margin-right: 30px;
    width: calc(100% - 420px);
}
.cm_link_img {
    transition: opacity 0.3s ease-out,all 0.3s ease-out;
    margin-right: 30px;
}
/*20230622*/
.priMve_wrap {
    margin: 40px auto 0;
    width: 594px;
    height:auto;
}
.priMve_wrap iframe {
    width: 100%;
    aspect-ratio: 16/9;
}
/*中学受験コース　各対策ページ*/
.msrech_wrap {
    max-width: 1020px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 60px 40px 100px 30px;
}
.msrechMv_wrap {
    animation-name:fadeInAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
}
.msrechMv_wrap.is-ver2 {
    margin: 0 0 80px;
}
.msrech_wrap img {
    width: 100%;
    height: auto;
}
@keyframes fadeInAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}
.msrechCnt_wrap {
    margin: 0 auto 80px;
}
.msrechCnt_wrap.is-ver2 {
    margin-bottom: 90px;
    padding: 56px 60px 80px;
    background: #eaf5ef;
}
.msrechCnt_wrap.is-ver3 {
    padding: 80px 30px 80px;
    background: #eaf5ef;
}
.msrechCnt_wrap.is-ver4 {
    margin-bottom: 120px;
}
.msrechCnt_wrap.is-ver5 {
    padding: 0 0 80px;
    background: #eaf5ef;
}
.fadein_object{
	transition: 0.6s ease-in-out;
	display: block;
    transform: translate3d(0,10%,0);
    visibility: hidden;
    opacity: 0;
}
.fadein_object.is-visible {
    transform: translate3d(0,0,0);
    visibility: visible;
    opacity: 1;
}
.msrechCnt_ttl {
    margin-bottom: 60px;
}
.msrechCnt-ttl {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #000;
}
.msrechCnt-ttl span.is-hlt {
    color: #009943;
}
.msrechCnt-ttl span.is-anm {
    display: inline-block;
    position: relative;
    padding-bottom: 11px;
}
.msrechCnt-ttl span.is-anm:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    height: 1px;
    border-bottom: solid 2px #22933e;
    left: 0;
    bottom: 0;
    width: 100%;
    width: 0;
    animation: border_anim .4s ease-out forwards;
    display: none;
    animation-delay: .4s;
}
.fadein_object .msrechCnt-ttl span.is-anm:before {
    animation-delay: .5s;
}
 .msrechCnt-ttl span.is-anm.is-lined:before {
    display: block;
}
.msrech-u375 {
    display: none;
}
@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}
.msrechCnt_sbttl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 63px;
    color: #000;
}
.msrechCnt_sbttl span {
    display: inline-block;
    position: relative;
}
.msrechCnt_sbttl span.is-anm {
    padding-bottom: 7px;
}
.msrechCnt_sbttl span.is-anm:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    height: 1px;
    border-bottom: solid 1px #22933e;
    left: 0;
    bottom: 0;
    animation: border_anim .4s ease-out forwards;
}
.msrechCnt_sbttl span.is-anm:before {
    display: none;
    animation-delay: .5s;
}
.msrechCnt_sbttl span.is-anm.is-lined:before {
    display: block;
}
.msrechCnt_ilst {
    margin: 16px 4px 0 20px;
    float: right;
}
.msrechCnt-txt {
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
}
.msrechCnt-txt span {
    font-size: 18px;
    color: #009943;
}
.msrEch_vc .fadein_wrap {
    margin-bottom: 40px;
}
.msrEch_vc .fadein_wrap:last-child {
    margin-bottom: 0;
}
.msrEch_vc .fadein_object {
    transform: translate3d(0,50px,0);
}
.msrEch_vc .fadein_object.is-visible {
    transform: translate3d(0,0,0);
}
.msrechVc_wrap {
    padding: 40px 36px 28px 44px;
    border: solid 3px #ededed;
    border-radius: 20px;
}
.msrechVc_ct {
    width: 358px;
    -ms-flex-negative: 0;
	flex-shrink: 0;
    margin-right: 32px;
}
.msrechVc_nm {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 0 0 14px;
    border-bottom: solid 1px #ededed;
    margin-bottom: 19px;
}
.msrechVc_nm p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 16.5px 0 16.5px 65px;
    position: relative;
}
.msrechVc_nm p:before {
    content: "";
    position: absolute;
    top: 0;
    left: -7px;
    z-index: 9;
    width: 50px;
    height: 50px;
    background: url(../img/icn_woman1.png) no-repeat center center;
    background-size: 100% auto;
}
.msrechVc_nm .is-icn2:before {
    background: url(../img/icn_man1.png) no-repeat center center;
    background-size: 100% auto;
}
.msrechVc_nm .is-icn3:before {
    background: url(../img/icn_man2.png) no-repeat center center;
    background-size: 100% auto;
}
.msrechVc_nm p span {
    font-size: 14px;
}
.msrechVc_scl {
    padding-left: 65px;
    font-size: 18px;
    line-height: 1.333;
    font-weight: bold;
    position: relative;
}
.msrechVc_scl:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -7px;
    z-index: 9;
    width: 55px;
    height: 55px;
    background: url(../svg/icn_pass.svg) no-repeat center center;
    background-size: 100% auto;
}
.msrechVc_scl span {
    font-size: 16px;
    font-feature-settings: "palt";
}
.msrechVc_txt {
    font-size: 24px;
    color: #009943;
    font-weight: bold;
    line-height: 1.9;
    margin: -6px 0 0;
}
.msrechVc_wrap .c-btn.is-rnd2 {
    margin-top: 50px;
}
.msrechVc_wrap .c-btn.is-rnd2 a {
    font-size: 14px;
}
.msrechBtn_wrap {
    width: 400px;
    margin: 0 50px 0 0;
}
.msrechBtn_wrap.is-ver2 {
    width: 280px;
    margin: 0 25px 0 0;
}
.msrechBtn_wrap.is-ver3 {
    width: 550px;
}
.msrechBtn_wrap:last-child {
    margin-right: 0;
}
.msrEch_btn {
    display: table;
    height: 70px;
    font-size: 20px;
    width: 100%;
    text-decoration: none;
    background: #26a24c;
    border-radius: 6px;
}
.msrEch_btn:visited span {
    color: #fff;
}
.msrEch_btn span {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    color: #fff;
}
.msrEch_btn span:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    top: calc(50% - 4px);
    right: 34px;
}
.msrechDtl_wrap {
    margin: 0 auto 60px;
}
.msrechDtl_wrap:last-child {
    margin-bottom: 0;
}
.msrechDtl_wrap .fadein_object {
    transform: translate3d(0,30px,0);
}
.msrechDtl_wrap .fadein_object.is-visible {
    transform: translate3d(0,0,0);
}
.msrechCnt_sbttl.is-ver2 {
    margin-bottom: 40px;
}
.msrechCph_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 30px;
}
.msrechCph_wrap th,
.msrechCph_wrap td {
    box-sizing: border-box;
    display: table;
}
.msrechCph_wrap dt span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    color: #040404;
    font-weight: bold;
    width: 200px;
    border: 1px solid #e1e1e1;
    height: 70px;
    background: #f5f6f6;
}
.msrechCph_wrap dd > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    font-family: "HiraginoSans";
    color: #26a24c;
    font-weight: bold;
    width: 300px;
    border: 1px solid #e1e1e1;
    border-left: none;
    height: 70px;
}
.msrechCph_wrap dd > span span {
    font-size: 16px;
}
.msrechCph-note {
    text-align: center;
    line-height: 2.28;
    font-size: 14px;
    margin: -0.64em auto;
    font-weight: bold;
    font-family: "HiraginoSans";
}
.outline_wrap {
    margin:0 0 80px;
    padding: 30px 20px;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
}
.outline-ttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.outline_link li {
    margin-bottom: 10px;
    line-height: 1.6;
}
.outline_link li:last-child {
    margin-bottom: 0;
}
.outline_link li a {
    font-size: 18px;
    line-height: 1.6;
    color: #009943;
}
.msrAbtn_wrap {
    margin: 0 auto 80px;
    width: 100%;
}
a.msr-abtn {
    display: table;
    min-width: 350px;
    margin: 0 auto;
    font-size: 22px;
    background: #fff;
}
a.msr-abtn span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
    border: 2px solid #009BD9;
    box-sizing: border-box;
    padding: 10px 20px 25px;
    transition: opacity .2s ease-out,all .2s ease-out;
    background: no-repeat #30A0BF url(/cmn/svg/icn_arw_down_s_line_wh.svg) center bottom 7px/20px auto;
}
.msrAtcl_ttl {
    margin: 0 0 50px;
}
.msrAtcl-ttl {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 18px 0;
    color: #fff;
    background: #26a24c;
}
.msrAtcl-txt {
    font-size: 16px;
    line-height: 1.8;
}
.msrAtcl-txt span.is-hlgt {
    color: #009943;
    font-weight: bold;
}
.msrAtcl-txt a {
    color: #009943;
}
.msrAtcl-hlgt {
    font-size: 28px;
    text-align: center;
    color: #009943;
    font-weight: bold;
    margin: 30px 0;
}
.msrAtcl_in {
    margin: 40px 0 0;
}
.msrAtcl_in:first-child {
    margin: 0;
}
.msratclIn_ttl {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0 0 0 12px;
}
.msratclIn_ttl:before {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 20px;
    top: 4px;
    left: 0;
    z-index: 10;
    background: #26a24c;
}
.msrAtcl_ct {
    margin: 35px 0 0;
}
.msrAtcl_ct:first-child {
    margin: 0;
}
.msratclCt_ttl {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.atclLbox_wrap {
    border: solid 1px #e1e1e1;
    border-radius: 10px;
    margin: 25px auto 0;
    width: 680px;
}
.atclLbox_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}
.atclLbox_img {
    margin-right: 30px;
    width: 180px;
    -ms-flex-negative: 0;
	flex-shrink: 0;
}
.atclLbox-ttl {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    color: #009944;
}
.atclLbox-txt {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.atclLbox_btn {
    display: table;
    width: 200px;
    margin: 15px auto 0;
    height: 30px;
    border: solid 1px #e1e1e1;
    border-radius: 15px;
}
.atclLbox_btn span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
.atclTbl_wrap {
    margin: 25px auto 0;
}
.atclTbl_in {
    margin: 0 auto;
    width: 680px;
    border-collapse: collapse;
    box-sizing: border-box;
    border-top: solid 1px #e1e1e1;
    border-left: solid 1px #e1e1e1;
}
.atclTbl_in th,
.atclTbl_in td {
    padding: 10px 20px;
    border-bottom: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    font-size: 15px;
}
.atclTbl_in th {
    width: 25%;
    font-weight: bold;
    background: #f3fff7;
    text-align: center;
}
.atclTbl_in td {
    width: 75%;
    line-height: 1.8;
}
.atclTbl_in.ver2 {
    width: 770px;
}
.atclTbl_in.ver2 tr th:first-child,
.atclTbl_in.ver2 tr td:first-child {
    width: 35%;
}
.atclTbl_in.ver2 tr th:nth-child(2),
.atclTbl_in.ver2 tr td:nth-child(2) {
    width: 65%;
}
.atclTbl_in td .is-red,
.atclTbl-btmtxt .is-red {
    color: #eb6a6a;
    font-weight: bold;
}
.atclTbl_in td .is-blue,
.atclTbl-btmtxt .is-blue {
    color: #009BD9;
    font-weight: bold;
}
.atclTbl_in2 {
    margin: 0 auto;
    width: 680px;
    border-collapse: collapse;
    box-sizing: border-box;
    border-top: solid 1px #e1e1e1;
    border-left: solid 1px #e1e1e1;
}
.atclTbl_in2 th {
    width: 50%;
    font-weight: bold;
    background: #f3fff7;
    text-align: center;
}
.atclTbl_in2 td {
    width: 50%;
    text-align: center;
}
.atclTbl_in2 th,
.atclTbl_in2 td {
    padding: 10px 20px;
    border-bottom: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    font-size: 15px;
}
.atclTbl-btmtxt {
    font-size: 16px;
    margin: 20px 0 0;
    text-align: center;
}
.msrechCnt-ttl.is-ver2 {
    line-height: 1.4;
    padding: 14px 0;
    background: #26a24c;
    font-size: 34px;
    color: #fff;
}
.msrLst_wrap {
    margin: 0 auto 60px;
}
.msrLst_in {
    margin: 0 auto 40px;
    width: 680px;
    border: solid 2px #26a24c;
    border-radius: 15px;
    box-sizing: border-box;
    background: #fff;
}
.msrLst_in:last-child {
    margin: 0 auto 0;
}
.msrLst-ttl {
    padding: 10px;
    text-align: center;
    font-size: 21px;
    color: #fff;
    background: #26a24c;
    font-weight: bold;
    border-radius: 11px 11px 0 0;
}
.msrLst_ct {
    padding: 25px 30px;
}
.msrLst-txt {
    font-size: 16px;
    width: 83%;
    font-weight: bold;
}
.msrLst-txt span {
    color: #009943;
}
.msrlstImg_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.msrLst-img {
    width: 90px;
    text-align: right;
}
.msrLst-img img {
    width: auto;
    height: 70px;
}
.msrLst-img img.is-ver2 {
    width: 75px;
    height: auto;
}
.msrechCnt_tptxt {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 60px;
}
.msrechCnt_tptxt span {
    color: #009944;
}
.msrechCnt_tptxt .is-sml {
    font-size: 18px;
    font-weight: bold;
    display: block;
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px;
}
.msrechCnt_tptxt:last-child {
    margin: 0;
}
.msrechCnt_btmtxt {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
    font-feature-settings: "palt";
}
.msrechCnt_btmtxt span.is-hlt {
    display: inline-block;
    position: relative;
    font-size: 32px;
    z-index: 9;
    color: #009944;
    line-height: 1;
    padding: 0 5px;
}
.msrechCnt_btmtxt  span.is-hlt:before {
    position: absolute;
    width: 100%;
    content: "";
    height: 10px;
    left: 0;
    bottom: 0;
    background: #fef232;
    z-index: -1;
}
.msr_dtl {
    padding: 33px 0 0;
}
.msrDtl_wrap {
    border: solid 2px #009BD9;
    border-radius: 20px;
    padding: 55px 30px 40px;
    box-sizing: border-box;
    margin: 0 0 60px ;
    position: relative;
}
.msrDtl_wrap:last-child {
    margin: 0;
}
.msrDtl_ttl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: -35px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.msrDtl_ttl > span {
    display: inline-block;
    padding-left: 40px;
    color: #fff;
    background: #30A0BF;
    padding: 15px 35px;
    border-radius: 40px;
}
.msrDtl_in {
    margin: 0 0 40px;
}
.msrDtl_in:last-child {
    margin: 0;
}
.msrdtlIn_ttl {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 40px;
    margin: 0 0 10px;
    position: relative;
}
.msrdtlIn_ttl:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    width: 30px;
    height: 30px;
    background: url(../svg/msr_chk.svg) no-repeat center center;
    background-size: 100% auto;
    margin: -15px 0 0 0;
}
.msrdtlIn_txt {
    font-size: 16px;
    line-height: 1.8;
    padding: 0 0 0 40px;
}
.c-u375 {
    display: none;
}
.inv-tri {
    position: relative;
}
.inv-tri:before {
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid #D44300;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 0;
}
.msratclIn_ttl.is-reference {
    padding: 0;
}
.msratclIn_ttl.is-reference::before {
    background: none;
}
.atclTbl-btmtxt.is-ver2 {
    text-align: left;
}
.atclTbl-btmtxt .is-bold {
    font-weight: bold;
}
.atclTbl_in .is-bold {
    font-weight: bold;
}
.areaClm_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.areaClm_wrap a {
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 33%;
}
.areaClm_wrap a img {
    width: 100%;
    height: auto;
}
.areaClm-btn {
    margin: 30px auto 0;
}
@media (min-width: 896px) {
    .cm_popup_btn a:hover {
        text-decoration: none;
    }
    .cm_popup_btn a:hover span {
        background: #14284b url(../svg/icn_arw_right_s_line_wh.svg) no-repeat center right 20px / 10px auto;
        color: #fff;
    }
    .cm_worry_in dt:hover {
        opacity: 0.7;
    }
    .cm_voice_img a:hover {
        opacity: 0.7;
    }
    .cm_price a:hover {
        text-decoration: none;
    }
    .cm_price a:hover::before {
        right: 20px;
    }
    .cm_price a:hover .cm_price_txt dt {
        color: #009944;
    }
    .cm_price a:hover .cm_price_img {
        opacity: 0.7;
    }
    .cm_worry_link a:hover .cm_link_img {
        opacity: 0.7;
    }
    .cm_worry_link a:hover {
        text-decoration: none;
    }
    /*中学受験コース　各対策ページ*/
    .msrechVc_in {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .msrEch_btn:hover {
        text-decoration: none;
        transition: 100ms;
        background: #fff;
    }
    .msrEch_btn:hover span {
        color: #26a24c;
        transition: 100ms;
    }
    .msrEch_btn:hover span:before {
        border-top: solid 2px #26a24c;
        border-right: solid 2px #26a24c;
    }
    .msrAtcl-txt a:hover {
        color: #009943;
        text-decoration: underline;
    }
    .atclLbox_in:hover {
        opacity: 0.7;
        text-decoration: none;
    }
    a.msr-abtn:hover {
        text-decoration: none;
    }
    a.msr-abtn:hover span {
        opacity: 0.8;
    }
    .msrechDtl_in {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .msrLst_ct {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .c-btn.is-rnd2.areaClm-btn a {
        border-radius: 25px;
        height: 50px;
    }
}
@media only screen and (max-width: 896px) {
    .c-mainTtl-sub {
        font-size: 16px;
    }
    .c-mainTtl-ttl {
        font-size: 20px;
    }
    .crsAbout_label ul li span {
        font-size: 15px;
    }
    .c-cv-btn.c-btn.is-or a {
        font-size: 17px;
    }
    .tan9-read.is-ver2 {
        font-size: 16px;
    }
    .prvChk-txt::before {
        top: 5px !important;
    }
}
@media only screen and (max-width: 374px) {
    .crsPrc_tbl dl dd_ver2 {
        font-size: 17px;
    }
    .c-sp-sp {
        display: block;
    }
}
@media (min-width: 1331px) {
    .crsAbout-img,
    .crsAbout-img.is-ver1 {
        border-radius: 16px;
    }
}
@media (min-width: 896px) {
    .courseList_tab {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .courseList-det {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .crsList_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .crsList_wrap.is-ver2 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .crsList-tab {
        width: 31.57894%;
        margin: 26px 2.63157% 0 0;
    }
    .crsList_wrap.is-ver2 .crsList-tab {
        width: 48.94736%;
        margin: 20px 0 0 0;
    }
    .crsList-tab:nth-child(3n) {
        margin: 26px 0 0 0;
    }
    .crsList_wrap.is-ver2 .crsList-tab:nth-child(3n) {
        margin: 20px 0 0 0;
    }
    .crsList-tab:nth-child(1) ,
    .crsList-tab:nth-child(2) {
        margin: 0 2.63157% 0 0;
    }
    .crsList_wrap.is-ver2 .crsList-tab:nth-child(1) ,
    .crsList_wrap.is-ver2 .crsList-tab:nth-child(2) {
        margin: 0 0 0 0;
    }
    .crsList-tab:nth-child(3) {
        margin: 0 0 0 0;
    }
    .crsList_wrap.is-ver2 .crsList-tab:nth-child(3) {
        margin: 20px 0 0 0;
    }
    .crsList-tab.is-wid1 {
        width: 23.36843%;
        margin: 26px 2.17542% 0 0;
    }
    .crsList-tab.is-wid1:nth-child(1),
    .crsList-tab.is-wid1:nth-child(2),
    .crsList-tab.is-wid1:nth-child(3) {
        margin: 0 2.17542% 0 0;
    }
    .crsList-tab.is-wid1:nth-child(4) {
        margin: 0 0 0 0;
    }
    .crsList_wrap.is-ver2 .crsList-tab a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .crsList-tab a:hover img {
        opacity: 0.7;
    }
    .crsList-tab a:hover .crsList-btn {
        color: #fff;
        border: 1px solid #009944;
        background: #009944 url(../svg/icn_arw_right_s_line_wh.svg) no-repeat right 10px center;
        background-size: 6px auto;
    }
    .crsList_wrap.is-ver2 .crsList-img {
        width: 155px;
        height: 100%;
    }
    .crsList_wrap.is-ver2 .crsList_txt {
        padding: 18px 20px 20px 20px;
        width: -webkit-calc(100% - 155px);
        width: calc(100% - 155px);
        box-sizing: border-box;
    }
    .crsList_wrap.is-ver2 .crsList-txt {
        margin: 0 0 0 0;
    }
    .crsVoc_wrap ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .crsVoc_wrap.is-ver2 ul {
        display: -webkit-block;
        display: -ms-block;
        display: block;
    }
    .crsVoc_wrap ul li {
        width: 48.94736%;
    }
    .crsVoc_wrap.is-ver2 ul li {
        width: auto;
    }
    .crsVoc_wrap ul li:nth-child(2) {
        margin: 0 0 0 0;
    }
    .crsVoc_wrap.is-ver2 ul li:nth-child(2) {
        margin: 20px 0 0 0;
    }
    .crsVoc_wrap.is-ver2 .crsVoc-ttl {
        transition: opacity 0.2s ease-out,all 0.2s ease-out;
    }
    .crsVoc_wrap.is-ver2 .crsVoc-ttl:hover {
        color: #009944;
    }
    .crsAbout_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        */
        -webkit-box-align: start;
	    -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .crsAbout_wrap.is-aic {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .crsAbout_wrap.is-ver2 {
        -webkit-box-orient: horizontal;
      	-webkit-box-direction: normal;
      	-ms-flex-direction: row;
      	flex-direction: row;
        margin: 75px -40px 0 -30px;
    }
    .crsAbout_wrap.is-ver3 {
        -webkit-box-orient: horizontal;
      	-webkit-box-direction: normal;
      	-ms-flex-direction: row;
      	flex-direction: row;
    }
    .crsAbout_wrap.is-ver4 {
        display: block;
    }
    .crsAbout_label {
        padding-left: 30px;
    }
    .crsAbout_label ul li:nth-child(4n) {
        margin: 1.33333% 0 0 0;
    }
    .crsAbout_label ul li:nth-child(1),
    .crsAbout_label ul li:nth-child(2),
    .crsAbout_label ul li:nth-child(3) {
        margin: 0 1.33333% 0 0;
    }
    .crsAbout_label ul li:nth-child(4) {
        margin: 0 0 0 0;
    }
    .crsAbout_label ul.wid1 li:nth-child(4n),
    .crsAbout_label ul.wid2 li:nth-child(4n) {
        margin: 1.33333% 1.25% 0 0;
    }
    .crsAbout_label ul.wid1 li:nth-child(-n+3) {
        margin: 0 1.25% 0 0;
    }
    .crsAbout_label ul.wid1 li:nth-child(3n) {
        margin: 1.33333% 0 0 0;
    }
    .crsAbout_label ul.wid1 li:nth-child(3) {
        margin: 0 0 0 0;
    }
    .crsAbout_label ul.wid2 li:nth-child(-n+2) {
        margin: 0 1.26% 0 0;
    }
    .crsAbout_label ul.wid2 li:nth-child(2n) {
        margin: 1.33333% 0 0 0;
    }
    .crsAbout_label ul.wid2 li:nth-child(2) {
        margin: 0;
    }
    .crsAbout_label ul.wid2 li:nth-child(3) {
        margin: 1.33333% 1.26% 0 0;
    }
    .crsAbout_label ul.wid3 li:nth-child(1) {
        margin: 0;
    }
    .crsAbout_label ul.wid3 li:nth-child(2),
    .crsAbout_label ul.wid3 li:nth-child(3),
    .crsAbout_label ul.wid3 li:nth-child(4) {
        margin: 1.33333% 0 0 0;
    }
    .crsFtr_wrap ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .crsFtr_wrap.is-wid2 ul {
        -webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
    }
    .crsFtr_wrap ul li {
        width: 31.57894%;
        margin: 2.63157% 2.63157% 0 0;
    }
    .crsFtr_wrap ul li:nth-child(3n) {
        margin: 2.63157% 0 0 0;
    }
    .crsFtr_wrap ul li:nth-child(1) ,
    .crsFtr_wrap ul li:nth-child(2) {
        margin: 0 2.63157% 0 0;
    }
    .crsFtr_wrap ul li:nth-child(3) {
        margin: 0 0 0 0;
    }
    .crsFtr_wrap.is-wid1 ul li {
        width: 100%;
        margin: 0;
    }
    .crsFtr_wrap.is-wid2 ul li {
        width: 48.94736%;
        margin: 0;
    }
    .crsFlw_wrap ul {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    /*
    .crsPrc_tbl dl dd {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    */
    .crsPrc_det {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .crsPrc_lft {
        width: -webkit-calc(100% - 156px);
        width: calc(100% - 156px);
    }
    .crsFlw_in {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .crsFlw-txt {
        width: -webkit-calc(100% - 196px);
        width: calc(100% - 196px);
        font-size: 15px;
    }
    .crsFlw-txt.is-ver2 {
        font-size: 15px;
    }
    .crsFlw-txt.is-full {
        width: -webkit-calc(100%);
        width: calc(100%);
        width: 100%;
    }
    .crsTch_wrap ul {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .crsTch_wrap ul li:nth-child(1) ,
    .crsTch_wrap ul li:nth-child(2) {
        margin: 0 0 0 0;
    }
    .crsTch_wrap.ver2 ul li:nth-child(1) ,
    .crsTch_wrap.ver2 ul li:nth-child(2) {
        margin-bottom: 30px;
    }
    /*
    .crsSys_wrap {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .crsSys_wrap ul {
        width: 48.94736%;
    }
    */
    .crsSys_wrap ul {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .crsSys_wrap ul li {
        width: 48.94736%;
    }
    .crsSys_wrap ul li.is-dt1 {
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
    }
    .crsSys_wrap ul li.is-dt2 {
        -webkit-box-ordinal-group:5;
        -ms-flex-order:3;
        order:3;
    }
    .crsSys_wrap ul li.is-dt3 {
        -webkit-box-ordinal-group:6;
        -ms-flex-order:5;
        order:5;
    }
    .crsSys_wrap ul li.is-dt4 {
        -webkit-box-ordinal-group:8;
        -ms-flex-order:7;
        order:7;
    }
    .crsSys_wrap ul li.is-dt5 {
        -webkit-box-ordinal-group:10;
        -ms-flex-order:9;
        order:9;
    }
    .crsSys_wrap ul li.is-dt6 {
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2;
    }
    .crsSys_wrap ul li.is-dt7 {
        -webkit-box-ordinal-group:5;
        -ms-flex-order:4;
        order:4;
    }
    .crsSys_wrap ul li.is-dt8 {
        -webkit-box-ordinal-group:7;
        -ms-flex-order:6;
        order:6;
    }
    .crsSys_wrap ul li.is-dt9 {
        -webkit-box-ordinal-group:9;
        -ms-flex-order:8;
        order:8;
    }
    .crsSys_wrap ul li.is-dt10 {
        -webkit-box-ordinal-group:11;
        -ms-flex-order:10;
        order:10;
    }
    /*
    .crsSys_wrap ul li:last-child {
        margin: 0;
    }
    */
    .crsSys_wrap ul li:nth-child(5) ,
    .crsSys_wrap ul li:nth-child(10) {
        margin: 0;
    }
    .crsBnr_wrap ul li a:hover {
        opacity: 0.7;
    }
    .crsGdc_wrap {
        padding: 0 40px 0 30px;
    }
    .crsGdc_wrap ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .crsGdc_wrap ul li {
        width: 31.57894%;
        margin: 2.63157% 2.63157% 0 0;
    }
    .crsGdc_wrap ul li:nth-child(3n) {
        margin: 2.63157% 0 0 0;
    }
    .crsGdc_wrap ul li:nth-child(1) ,
    .crsGdc_wrap ul li:nth-child(2) {
        margin: 0 2.63157% 0 0;
    }
    .crsGdc_wrap ul li:nth-child(3) {
        margin: 0 0 0 0;
    }
    .crsGdc_wrap.is-ver1 ul li {
        width: 23.68421%;
        margin: 20px 1.68421% 0 0;
    }
    .crsGdc_wrap.is-ver1 ul li:nth-child(4n) {
        margin: 20px 0 0 0;
    }
    .crsReason_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .crsReason_wrap.is-ver2 {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .crsReason_wrap.is-ver2 .crsReason_img {
        margin: 0 auto;
    }
    .voiceBox_wrap a:hover .voiceBox-img img {
        opacity: 0.7;
    }
    .graph_img {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .graph_img.is-cnt {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .graph_img.is-ver2 .graph-img {
        width: 48.42105%;
    }
    .graph_img.is-ver2 .graph-img img {
        width: 100%;
        height: auto;
    }
    .message_wrap {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    .crsFtr-txt a:hover {
        text-decoration: none;
    }
    .label_ttl {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .label_ttl.is-ver1 {
        -webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
    }
    .label_ttl.is-ver2 {
        -webkit-box-align: start;
    	-ms-flex-align: start;
    	align-items: flex-start;
    }
    .willsupport_in {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
    }
    .pointCont01_wrap {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .pointCont02_wrap {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .pointCont05_wrap {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .pointCont05_wrap.is-ver2 {
        display: block;
    }
    .highUp_wrap {
        border: 1px solid #e1e1e1;
        box-sizing: border-box;
        padding: 30px 30px 25px 30px;
        border-radius: 10px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .highUp_det {
        width: -webkit-calc(100% - 530px);
        width: calc(100% - 530px);
        box-sizing: border-box;
        padding: 0 30px 0 0;
    }
    .highUp_in {
        width: 530px;
    }
    .ynchart_link a:hover {
        opacity: 0.7;
    }
    .ynchart_link.ver1 a {
        background: url(../img/course_high01_grf_btn01.png) no-repeat center center;
    }
    .ynchart_link.ver2 a {
        background: url(../img/course_high01_grf_btn02.png) no-repeat center center;
    }
    .ynchart_link.ver3 a {
        background: url(../img/course_high01_grf_btn03.png) no-repeat center center;
    }
    .ynchart_link.ver4 a {
        background: url(../img/course_high01_grf_btn03.png) no-repeat center center;
    }
    .ynchart_link.ver5 a {
        background: url(../img/course_high01_grf_btn04.png) no-repeat center center;
    }
    .crsLine_in {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .tan9Bnr_wrap a:hover {
        opacity: 0.8;
    }
    .crsTch-btn.c-btn.is-rnd2 a:hover {
        opacity: 0.7;
    }
    .crsTch-btn.c-btn.is-rnd2 a:hover .is-btn {
        background: url(../svg/icn_arw_down_s_line_wh.svg) no-repeat right 15px center / 10px auto;
    }
    .crsTch-btn.on.c-btn.is-rnd2 a:hover .is-btn {
        background: url(../svg/icn_arw_up_s_line_wh.svg) no-repeat right 15px center / 10px auto;
    }
    .lineBnr_wrap a:hover {
        opacity: 0.7;
    }
    .measures_box a:hover {
        color: #333;
        text-decoration: none;
    }
    .measures_box a:hover .measures_btn p {
        color: #fff;
        background: #009944;
        border: solid 1px #009944;
    }
    .measures_box a:hover .measures_btn span {
        background: url(../svg/icn_arw_right_s_line_wh.svg) no-repeat right 10px center;
        background-size: 6px auto;
    }
    .koshi_area_list li a:hover {
        background: #009944;
        color: #fff;
        text-decoration: none;
    }
    .koshi_btn a:hover {
        opacity: 0.8;
        text-decoration: none;
    }
    .pri_voice_box_in {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media only screen and (min-width: 896px) and (max-width: 1330px) {
    .courseCP_Cv-img {
        border-radius: 16px 0 0 16px;
    }
    .summer_campaign .courseCP_Cv-img {
        border-radius: 16px 0 0 16px;
    }
    .summer_campaign .courseCP_Cv-img.is-ver2 {
        border-radius: 16px;
    }
}
@media only screen and (max-width: 896px) {
    .courseList-mtx {
        font-size: 15px;
        line-height: 2;
        margin: 0 0 30px 0;
    }
    .courseList_label {
        display: none;
    }
    .courseList_in {
        margin: 0 0 15px 0;
        border: 1px solid #e1e1e1;
        box-sizing: border-box;
        border-radius: 5px;
    }
    .courseList-ttl {
        cursor: pointer;
        font-size: 17px;
        line-height: 1;
        padding: 20px 0 20px 0;
        margin: 0 0 0 0;
        text-align: center;
    }
    .courseList-ttl:before {
        content: "";
        width: 11px;
        height: 7px;
        background: url(../svg/icn_arw_up_s_line.svg) no-repeat center center;
        background-size: 100% auto;
        border-radius: 0;
        position: absolute;
        top: 50%;
        left: auto;
        right: 15px;
        margin: -3.5px 0 0 0;
    }
    .courseList-ttl.is-on:before {
        background: url(../svg/icn_arw_down_s_line.svg) no-repeat center center;
        background-size: 100% auto;
    }
    .courseList_tab {
        padding: 0 14px 14px 14px;
    }
    .courseList-img {
        width: 100%;
        min-height: 190px;
        border-radius: 5px;
        margin: 0 0 15px 0;
    }
    .courseList_ct {
        width: -webkit-calc(100%);
        width: 100%;
        padding: 0 0 0 0;
    }
    .courseList_det {
        margin: 0 0 15px 0;
    }
    .courseList_det a {
        border: 1px solid #e1e1e1;
        display: block;
        text-decoration: none;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 5px;
    }
    .courseList-name {
        width: auto;
        padding: 0 0 10px 0;
        font-size: 17px;
        text-align: center;
        line-height: 1;
    }
    .courseList-price {
        width: auto;
        padding: 10px 0 0 0;
        font-size: 15px;
        text-align: center;
    }
    .courseList-txt {
        width: auto;
        padding: 0 0 0 0;
        font-size: 15px;
        font-weight: 500;
    }
    .crsList-tab {
        margin: 0 0 20px 0;
    }
    .crsList-tab:last-child {
        margin: 0 0 0 0;
    }
    .crsList-tab {
        border-radius: 5px;
    }
    .crsList-tab a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .crsList-img {
        width: 119px;
        height: auto;
    }
    .crsList_txt {
        width: -webkit-calc(100% - 119px);
        width: calc(100% - 119px);
        padding: 9px 12px 9px 12px;
        box-sizing: border-box;
    }
    .crsList-ttl {
        font-size: 16px;
        margin: 0 0 5px 0;
    }
    .crsList-txt {
        font-size: 13px;
        margin: 0 0 0 0;
        line-height: 1.6;
    }
    .crsList-btn {
        display: none;
    }
    .crsList_lnks {
        display: block;
        margin: 20px 0 0 0;
    }
    .crsList_lnks ul {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .crsList_lnks ul li {
        width: 49.25373%;
        margin: 1.49253% 0 0 0;
    }
    .crsList_lnks ul li:nth-child(1) ,
    .crsList_lnks ul li:nth-child(2) {
        margin: 0 0 0 0;
    }
    .crsList_lnks ul li a {
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        padding: 10px 20px 10px 15px;
        box-sizing: border-box;
        width: 100%;
        height: 55px;
        display: table;
        text-align: left;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        background: #ffffff url(../svg/icn_arw_right_s_line.svg) no-repeat right 10px center;
        background-size: 7px auto;
        line-height: 1.3;
        font-feature-settings: "palt";
    }
    .crsList_lnks ul li .is-btn {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
    }
    .crsVoc_wrap ul li {
        border-radius: 5px;
        padding: 18px 20px 18px 75px;
    }
    .crsVoc_wrap ul li.is-wm01 {
        background: url(../svg/icn_course_woman01.svg) no-repeat left 22px top 27px;
        background-size: 35px auto;
    }
    .crsVoc_wrap ul li.is-m01 {
        background: url(../svg/icn_course_man01.svg) no-repeat left 23px top 27px;
        background-size: 34px auto;
    }
    .crsVoc_wrap ul li.is-wm02 {
        background: url(../svg/icn_course_woman02.svg) no-repeat left 22px top 27px;
        background-size: 31px auto;
    }
    .crsVoc_wrap ul li.is-m02 {
        background: url(../svg/icn_course_man02.svg) no-repeat left 23px top 27px;
        background-size: 30px auto;
    }
    .crsVoc_wrap ul li.is-wm03 {
        background: url(../svg/icn_course_woman03.svg) no-repeat left 23px top 25px;
        background-size: 30px auto;
    }
    .crsVoc-ttl {
        font-size: 15px;
        margin: 0 0 5px 0;
    }
    .crsVoc_wrap.is-ver2 .crsVoc-ttl {
        font-size: 15px;
        padding: 20px 35px 20px 80px;
        background: url(../svg/icn_arw_down_s_line.svg) no-repeat right 15px center;
        background-size: 10px auto;
    }
    .crsVoc_wrap.is-ver2 .crsVoc-ttl:before {
        left: 15px;
    }
    .crsVoc_wrap.is-ver2 ul li.is-wm01 .crsVoc-ttl:before {
        margin: -29px 0 0 0;
        width: 50px;
        height: 58px;
        background: url(../svg/icn_course_woman01.svg) no-repeat center center;
        background-size: 100% auto;
    }
    .crsVoc_wrap.is-ver2 ul li.is-m01 .crsVoc-ttl:before {
        margin: -30px 0 0 0;
        width: 50px;
        height: 60px;
        background: url(../svg/icn_course_man01.svg) no-repeat center center;
        background-size: 100% auto;
    }
    .crsVoc_wrap.is-ver2 ul li.is-wm02 .crsVoc-ttl:before {
        margin: -29px 0 0 0;
        width: 50px;
        height: 58px;
        background: url(../svg/icn_course_woman02.svg) no-repeat center center;
        background-size: 100% auto;
    }
    .crsVoc_wrap.is-ver2 ul li.is-m02 .crsVoc-ttl:before {
        margin: -30px 0 0 0;
        width: 50px;
        height: 60px;
        background: url(../svg/icn_course_man02.svg) no-repeat center center;
        background-size: 100% auto;
    }
    .crsVoc_wrap.is-ver2 ul li.is-wm03 .crsVoc-ttl:before {
        margin: -31px 0 0 0;
        width: 50px;
        height: 62px;
        background: url(../svg/icn_course_woman03.svg) no-repeat center center;
        background-size: 100% auto;
    }
    .crsVoc_wrap.is-ver2 .crsVoc-ttl.is-on {
        background: url(../svg/icn_arw_up_s_line.svg) no-repeat right 15px center;
        background-size: 10px auto;
    }
    .crsVoc_wrap.is-ver2 .crsVoc-ttl .is-fss {
        font-size: 14px;
        margin: 0 0 0 0;
        display: block;
    }
    .crsVoc-txt {
        font-size: 14px;
        line-height: 1.6;
    }
    .crsVoc_wrap.is-ver2 .crsVoc-txt {
        padding: 0 15px 20px 15px;
        line-height: 1.875;
    }
    .crsVoc-name {
        font-size: 12px;
        padding: 13px 0 0 0;
    }
    .about_wrap {
        box-sizing: border-box;
        padding: 50px 20px 0 20px;
        margin: 0;
        max-width: none;
    }
    .crsAbout_wrap {
        margin: 0 0 20px 0;
    }
    .crsAbout_wrap.is-ver1 {
        box-sizing: border-box;
        padding: 50px 20px 0 20px;
        margin: 0;
        max-width: none;
    }
    .crsAbout_wrap.is-ver2 {
        margin: 75px 0 20px 0;
    }
    .crsAbout_wrap.is-ver3 {
        padding: 50px 20px 0 20px;
    }
    .crsAbout-img {
        width: auto;
        height: 228px;
        min-height: inherit;
        border-radius: 0 0 0 0;
        margin: 0 -20px 25px -20px;
    }
    .crsAbout-img.is-non {
        margin: 0 -20px 0 -20px;
    }
    .crsAbout-img img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }
    .crsAbout_in {
        width: auto;
        padding: 0 0 0 0;
    }
    .crsAbout_in.is-ver1 {
        padding: 0;
    }
    .crsAbout_in.is-ver2 {
        padding: 0 0 30px 0;
    }
    .crsAbout_in.is-ver3 .crsAbout-txt.is-ver2 {
        text-align: left;
    }
    .crsAbout_lst li {
        font-size: 14px;
        letter-spacing: -0.05em;
        padding: 0 0 0 2em;
        margin: 0 0 0 0;
    }
    .crsAbout_lst li span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
    }
    .crsAbout-ttl {
        font-size: 20px;
        margin: 0 0 25px 0;
        letter-spacing: 0.06em;
        text-align: center;
    }
    .crsAbout-ttl.is-ver2 {
        font-size: 17px;
    }
    .crsAbout-ttl span.is-fsb {
        font-size: 52px;
    }
    .crsAbout-ttl span.is-fsm {
        font-size: 20px;
    }
    .crsAbout-ttl span.is-ver1 {
        font-size: 32px;
    }
    .crsAbout-ttl span.is-ver2 {
        font-size: 24px;
    }
    .crsAbout-tls {
        font-size: 14px;
    }
    .crsAbout-txt {
        line-height: 1.9230769;
        font-size: 15px;
        font-weight: normal;
        margin: 0 0 15px;
        letter-spacing: normal;
    }
    .crsAbout-txt .is-grn {
        font-size: 17px;
    }
    .crsAbout-txt.is-ver2 {
        line-height: 1.6;
        margin: 0 0 15px 0;
    }
    .crsAbout-txt.is-ver2:last-child {
        margin: 0 0 0 0;
    }
    .crsAbout-txt.is-ver3 {
        font-size: 17px;
    }
    .crsAbout-txt.is-ver4 {
        font-size: 15px;
    }
    .crsAbout_label ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .crsAbout_label ul.is-tal li span {
        text-align: left;
    }
    .crsAbout_label ul li span.is-left {
        text-align: left;
    }
    .crsAbout_label ul li,
    .crsAbout_label ul.wid1 li,
    .crsAbout_label ul.wid2 li,
    .crsAbout_label ul.wid3 li,
    .crsAbout_label ul.wid4 li {
        padding: 5px 10px;
        width: 49.25373%;
        margin: 1.49253% 0 0 0;
        font-size: 13px;
    }
    .crsAbout_label ul.is-tal li {
        width: 100%;
    }
    .course_in {
        margin: 0 0 75px 0;
    }
    .course_in.is-pd2 {
        margin: 0 0 20px 0;
    }
    .crsFtr_wrap.is-ver2 {
        padding: 0;
    }
    .crsFtr_wrap ul li {
        border-radius: 5px;
        padding: 20px 15px 15px 15px;
        margin: 0 0 20px 0;
    }
    .crsFtr_wrap.is-ver1 ul li {
        width: 100%;
        margin: 0 0 40px 0;
        padding: 20px 20px 20px 20px;
    }
    .crsFtr_wrap.is-ver2 ul li {
        padding: 15px;
    }
    .crsFtr_wrap ul li:last-child {
        margin: 0 0 0 0;
    }
    .label_ttl {
        margin: 0 0 10px 0;
    }
    .crsFtr-ttl {
        font-size: 16px;
        line-height: 1.6;
        padding: 10px 0 0 0;
    }
    .crsFtr-ttl span.is-name {
        display: block;
        margin: 5px 0 0 0;
    }
    .crsFtr-label {
        padding: 6px 0 6px;
        margin: 0 0 10px 0;
        width: 94px;
        font-size: 15px;
    }
    .crsFtr-txt {
        line-height: 1.7692307;
        font-size: 17px;
    }
    .crsFtr-txt span.is-ver3 {
        padding: 4px 12px 4px 12px;
    }
    .crsFtr_img {
        margin: 10px 0 0 0;
    }
    .crsPrc_tbl {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .crsPrc_tbl dl {
        width: 100%;
        display: block;
    }
    .crsPrc_tbl dl.is-full {
        width: 100%;
        display: block;
    }
    .crsPrc_tbl dl dt {
        padding: 10px 0 10px;
        font-size: 16px;
        width: 100%;
        display: block;
    }
    .crsPrc_tbl dl dd {
        width: 100%;
        height: auto;
        padding: 15px 10px;
        font-size: 19px;
        letter-spacing: 0.05em;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .crsPrc_tbl dl dd.is-name {
        width: 100%;
    }
    .crsPrc_tbl dl dd.is-lh {
        line-height: 1.3;
        display: block;
    }
    .crsPrc_tbl dl dd.is-blk {
        display: block;
        line-height: 1.3;
    }
    .crsPrc_tbl dl.is-full dd {
        font-size: 15px;
    }
    .crsPrc_tbl dl dd .is-fsl {
        font-size: 26px;
        line-height: 1;
    }
    .crsPrc_tbl dl dd .is-fsr {
        font-size: 13px;
    }
    .crsPrc_tbl dl dd .is-fsr.is-ver2 {
        font-size: 17px;
    }
    .crsPrc_tbl dl dd .is-fss {
        font-size: 13px;
    }
    .crsPrc_tbl dl dd .is-label {
        margin: -13px 0 0 0;
        font-size: 15px;
    }
    .crsPrc_txt {
        margin: 20px 0 0 0;
    }
    .crsPrc-stx {
        padding: 10px 0 0 0;
        font-size: 13px;
    }
    .crsPrc-txt {
        font-size: 15px;
        line-height: 1.7692307;
    }
    .crsPrc_det {
        margin: 20px 0 0 0;
        border-radius: 5px;
        padding: 20px 15px;
    }
    .crsPrc_lft {
        margin: 0 0 15px 0;
    }
    .crsPrc_det-tl {
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 5px 0;
        line-height: 1.6;
    }
    .crsPrc_det-tx {
        font-size: 15px;
        line-height: 1.7692307;
    }
    .crsPrc-btn {
        width: 200px;
        margin: 0 auto;
    }
    .crsPrc-btn.is-ver2 {
        width: 280px;
    }
    .crsPrc-btn.is-ver3 {
        width: 280px;
    }
    .crsPrc-btn.is-ver2 a {
        height: 60px;
        border-radius: 30px;
    }
    .crsFlw_wrap ul li {
        width: 100%;
        margin: 0 0 27px 0;
    }
    .crsFlw_wrap ul.is-ver2 li {
        width: 100%;
    }
    .crsFlw_wrap ul li:last-child {
        margin: 0 0 0 0;
    }
    .crsFlw_wrap ul li:before {
        top: auto;
        right: auto;
        left: 50%;
        bottom: -17px;
        margin: 0 0 0 -5.5px;
        width: 11px;
        height: 7px;
        background: url(../svg/icn_arw_down_s_line_gly.svg) no-repeat center center;
        background-size: 100% auto;
    }
    .crsFlw_wrap ul li .is-tab {
        border-radius: 5px;
        height: 55px;
        font-size: 16px;
        line-height: 1.6;
    }
    .crsFlw_wrap ul.is-ver2 li .is-tab {
        height: 70px;
        line-height: 1.4;
    }
    .crsFlw_in {
        margin: 20px 0 0 0;
    }
    .crsFlw-txt {
        font-size: 15px;
        line-height: 1.7692307;
        font-weight: normal;
        margin: 0 0 15px 0;
    }
    .crsFlw-txt.is-ver2 {
        font-size: 13px;
    }
    .crsFlw-txt:last-child {
        margin: 0 0 0 0;
    }
    .crsFlw-btn {
        width: 200px;
        margin: 0 auto;
    }
    .crsTch_wrap ul li {
        border-radius: 5px;
        padding: 20px 15px;
        width: auto;
    }
    .crsTch_wrap.ver2 ul li {
        padding: 20px 15px;
    }
    .crsTch_wrap ul li:nth-child(1) {
        margin: 0 0 0 0;
    }
    .crsTch_wrap.ver2 ul li:nth-child(1) {
        margin-bottom: 30px;
    }
    .crsTch-pro {
        width: 60px;
        padding: 4px 0;
        font-size: 11px;
        margin: 0 0 5px 0;
    }
    .crsTch_in.is-pro .crsTch_img {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .crsTch-img {
        width: 50px;
        padding: 0 11px 0 0;
    }
    .crsTch-imgin {
        width: 50px;
        height: 50px;
        border-radius: 5px;
    }
    .crsTch-txt {
        width: -webkit-calc(100% - 71px);
        width: calc(100% - 71px);
        font-size: 15px;
        line-height: 1.6;
    }
    .crsTch_txt {
        padding: 11px 0 0 0;
    }
    .teacher-pro {
        width: 60px;
    }
    .crsTch-info {
        padding: 11px 0 0 0;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 13px;
    }
    .crsTch-info.ver3 {
        padding-left: 0;
        line-height: 2;
    }
    .crsTch-info .is-label {
        width: 60px;
        border-radius: 20px;
        background: #333;
        line-height: 1;
        color: #fff;
        font-weight: bold;
        padding: 4px 0 5px 0;
        margin: 0 5px 0 0;
        text-align: center;
        font-size: 13px;
    }
    .crsTch_txt.ver2 .crsTch-info .is-label {
        margin-right: 10px;
    }
    .crsTch-info .is-txt {
        width: -webkit-calc(100% - 65px);
        width: calc(100% - 65px);
        margin: -1px 0 0 0;
        font-feature-settings: "palt";
        font-size: 15px;
    }
    .crsTch_txt.ver2 .crsTch-info .is-txt {
        width: calc(100% - 110px);
        line-height: 1.6;
    }
    .crsTch-ardor-box {
        padding: 20px;
        margin-top: 20px;
    }
    .crsTch-ardor {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .crsTch-ardor dd {
        line-height: 1.6;
    }
    .crsSys_wrap ul li {
        border-radius: 5px;
        padding: 14px 15px 15px 15px;
        box-sizing: border-box;
        margin: 0 0 20px 0;
    }
    .crsSys_wrap ul li.is-dt1 {
        background: url(../svg/icn_course_sys01.svg) no-repeat left 16px top 17px;
        background-size: 21px auto;
    }
    .crsSys_wrap ul li.is-dt2 {
        background: url(../svg/icn_course_sys02.svg) no-repeat left 16px top 17px;
        background-size: 19px auto;
    }
    .crsSys_wrap ul li.is-dt3 {
        background: url(../svg/icn_course_sys03.svg) no-repeat left 16px top 17px;
        background-size: 18px auto;
    }
    .crsSys_wrap ul li.is-dt4 {
        background: url(../svg/icn_course_sys04.svg) no-repeat left 16px top 17px;
        background-size: 19px auto;
    }
    .crsSys_wrap ul li.is-dt5 {
        background: url(../svg/icn_course_sys05.svg) no-repeat left 16px top 17px;
        background-size: 22px auto;
    }
    .crsSys_wrap ul li.is-dt6 {
        background: url(../svg/icn_course_sys06.svg) no-repeat left 16px top 17px;
        background-size: 20px auto;
    }
    .crsSys_wrap ul li.is-dt7 {
        background: url(../svg/icn_course_sys07.svg) no-repeat left 16px top 17px;
        background-size: 20px auto;
    }
    .crsSys_wrap ul li.is-dt8 {
        background: url(../svg/icn_course_sys08.svg) no-repeat left 16px top 17px;
        background-size: 19px auto;
    }
    .crsSys_wrap ul li.is-dt9 {
        background: url(../svg/icn_course_sys09.svg) no-repeat left 16px top 17px;
        background-size: 19px auto;
    }
    .crsSys_wrap ul li.is-dt10 {
        background: url(../svg/icn_course_sys10.svg) no-repeat left 16px top 17px;
        background-size: 22px auto;
    }
    .crsSys_wrap ul li:last-child {
        margin: 0;
    }
    .crsSys-ttl {
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 5px 30px;
    }
    .crsSys-txt {
        font-size: 15px;
        line-height: 1.7692307;
    }
    .crsBnr_wrap ul li {
        margin: 0 0 20px 0;
    }
    .crsGdc_wrap ul li {
        border-radius: 5px;
        margin: 0 0 20px 0;
    }
    .crsGdc_wrap ul li:last-child {
        margin: 0 0 0 0;
    }
    .crsGdc-ttl {
        font-size: 17px;
        padding: 8px 0;
    }
    .crsGdc-txt {
        padding: 20px 15px 15px 15px;
        line-height: 1.7692307;
        font-size: 15px;
    }
    /*
    .c-tls:before {
        height: 19px;
    }
    */
    .crsSec_in {
        margin: 0 0 30px 0;
    }
    .crsSec_dtl {
        margin: 15px 0 0 0;
        padding: 15px 20px;
        border-radius: 5px;
    }
    .crsSec_dtl dt {
        font-size: 15px;
        margin: 0 0 10px 0;
    }
    .crsSec_dtl dd {
        font-size: 14px;
    }
    .crsSec_img img {
        width: 100%;
    }
    .crsSec-txt {
        font-size: 15px;
        margin: 10px 0 0 0;
    }
    .crsSec-txt.is-ver2 {
        margin: 30px 0 20px 0;
    }
    .crsSec-txt.is-ver2 span {
        font-size: 18px;
        margin: 5px 0 0 0;
    }
    .crsSec-txt.is-ver3 {
        margin: 0 0 10px 0;
    }
    .crsReason_wrap {
        margin: 0 0 30px 0;
    }
    .crsReason_wrap.is-ver2 {
        margin: 0 0 13px 0;
    }
    .crsReason_img {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .crsReason_img:last-child {
        margin: 0;
    }
    .c-ttl_wrap.is-ver2 {
        margin: 0 0 15px 0;
    }
    .crsTch-btn {
        margin: 20px auto 0;
    }
    .crsStr_in {
        display: block;
        margin: 0 -20px;
    }
    .crsStr_in.is-ver2 {
        display: block;
        margin: 25px -20px;
    }
    .crsStr_in.is-ver2 .crsStr_det {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .crsStr-img {
        border-radius: 0;
        width: 100%;
        height: 228px;
        margin-bottom: 25px;
    }
    .crsStr-img.ver2 {
        height: auto;
    }
    .crsStr-img.ver2 img {
        position: static;
        height: auto;
    }
    .crsStr_det {
        width: 100%;
        padding: 0 20px;
    }
    .crsStr-ttl {
        font-size: 20px;
        margin-bottom: 10px;
        padding: 0 20px 0 42px;
        box-sizing: border-box;
    }
    .crsStr-ttl.ver2 {
        padding-left: 20px;
    }
    .crsStr-ttl span {
        left: 20px;
    }
    .crsStr-txt {
        font-size: 15px;
    }
    .crsStr-txt .is-fwb {
        font-weight: bold;
        color: #009944;
        font-size: 17px;
    }
    .pro_voice_list {
        display: block;
    }
    .pro_voice_list li {
        width: 100%;
        margin: 30px auto 0;
        padding: 20px;
        max-width: 375px;
    }
    .pro_voice_list li:nth-child(2) {
        margin-top: 30px;
    }
    .pro_voice_list_in {
        max-width: 335px;
        margin: 0 auto;
    }
    .pro-voice-ttl {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .pro-voice-txt {
        font-size: 15px;
        padding-left: 70px;
        margin-bottom: 10px;
        position: relative;
        line-height: 1.6;
    }
    .pro-voice-txt .is-bld {
        font-size: 12px;
        width: 60px;
    }
    .pro_voice_img a {
        pointer-events: none;
    }
    .pro_voice_img a::before {
        content: none;
    }
    .pro_voice_img {
        padding: 0 2px;
        border: solid 1px #e1e1e1;
    }
    .voiceBox_wrap {
        float: none;
        width: 100%;
        margin: 20px 0 0 0;
    }
    .voiceBox_wrap:nth-child(2n) {
        margin: 20px 0 0 0;
    }
    .voiceBox_wrap:nth-child(1) {
        margin: 0 0 0 0;
    }
    .voiceBox_wrap:nth-child(2) {
        margin: 20px 0 0 0;
    }
    .voiceBox_wrap a {
        padding: 10px 0 10px 10px;
        border-radius: 5px;
    }
    .voiceBox_img {
        width: 95px;
    }
    .voiceBox-img {
        width: 95px;
        height: 68px;
    }
    .voiceBox-img img {
        width: 100%;
        border-radius: 7px;
    }
    .voiceBox_txt {
        text-align: left;
        width: calc(100% - 95px);
        padding: 0 5px 0 15px;
    }
    .voiceBox-txt {
        font-size: 14px;
    }
    .voiceBox-txt.is-ver1 {
        font-size: 15px;
    }
    .voiceBox-txt.is-ver2 {
        font-size: 19px;
        line-height: 1.6;
        margin: 0;
    }
    .voiceBox-txt.is-ver2 span {
        font-size: 14px;
    }
    .c-ttl.is-ver2 {
        font-size: 18px;
        line-height: 1.6;
    }
    .crsAbout-ttl.is-ver1 {
        font-size: 20px;
    }
    .crsAbout-txt.is-ver1 {
        line-height: 1.6;
    }
    .truancy_point {
        margin: 0 0 20px 0;
    }
    .truancy_point li {
        font-size: 15px;
        margin: 0 0 5px 0;
    }
    .truancy_point li:nth-child(1) {
        margin: 0 0 6px 0;
    }
    .truancy_point li:nth-child(2) span.is-nmb {
        top: 2px;
    }
    .truancy_point li span.is-fs {
        font-size: 25px;
    }
    .truancy-btn {
        width: 200px;
    }
    .truancy-btn.is-ver1 {
        width: 200px;
    }
    .truancy-btn.is-ver2 {
        width: 150px;
        margin: 10px auto 0 auto;
        padding: 0 55px 0 0;
    }
    .truancy-btn.is-ver2 a {
        height: 30px;
        border-radius: 15px;
    }
    .truancy_img {
        float: none;
        padding: 20px 0 20px 0;
    }
    .truancy_img img {
        width: 100%;
        border-radius: 5px;
    }
    .truancy-txt {
        font-size: 15px;
    }
    .truancy-txt .is-grn {
        font-size: 17px;
    }
    .graph_in {
        margin: 0 0 20px 0;
    }
    .graph_in dl {
        margin: 0 0 25px 0;
    }
    .graph_in dl dt {
        font-size: 17px;
        line-height: 1.6;
        margin: 0 0 10px 0;
    }
    .graph_in dl dd {
        font-size: 15px;
    }
    .graph_in dl dd .is-grn {
        font-size: 17px;
    }
    .graph-img {
        margin: 0 0 25px 0;
    }
    .graph-img:last-child {
        margin: 0;
    }
    .graph-img img {
        width: 100%;
    }
    .graph-txt {
        margin: 10px 0 0 0;
    }
    .message_img {
        max-width: 119px;
        margin: 0 20px 0 0;
    }
    .message_img img {
        width: 100%;
        border-radius: 5px;
    }
    .message_txt {
        padding: 0 0 0 0;
    }
    .message_txt dl {
        margin: 0 0 20px 0;
    }
    .message_txt dl dt {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 15px 0;
    }
    .message_txt dl dd {
        font-size: 15px;
    }
    .willsupport_wrap {
        margin: 15px 0 0 0;
    }
    .willsupport_in {
        margin: 15px 0 0 0;
    }
    .will_img {
        display: inline-block;
        margin: 0 0 10px 0;
    }
    .trcyMsge_img {
        float: none;
        padding: 0 0 20px 0;
        text-align: center;
    }
    .trcyMsge_img img {
        border-radius: 5px;
    }
    .crsDg-img {
        margin: 0 0 30px 0;
    }
    .crsDg-img img {
        width: 100%;
        height: auto;
    }
    .dgls-img {
        margin: 0 -20px 50px -20px;
    }
    .dglsCnt_wrap {
        margin: 0 0 50px 0;
    }
    .dglsCnt_in {
        border-radius: 5px;
        padding: 30px 15px 30px 15px;
    }
    .dglsCnt-ttl {
        margin: 0 0 15px 0;
    }
    .dglsCnt-ttl img {
        width: 100%;
        max-width: 270px;
        height: auto;
    }
    .dglsCnt-img {
        margin: 0 0 25px 0;
    }
    .dglsCnt-img img {
        width: 100%;
        max-width: 284px;
        height: auto;
    }
    .dglsCnt2-img img {
        width: 100%;
        height: auto;
    }
    .dglsCnt-txt {
        margin: 0 0 20px 0;
        font-size: 12px;
    }
    .dglsCnt-logo {
        text-align: center;
        margin: 0 0 30px 0;
    }
    .dglsCnt-stl {
        font-size: 12px;
        line-height: 1.875;
        margin: 0 -15px;
        letter-spacing: -0.08em;
    }
    .voiceTch_wrap {
        border-radius: 5px;
        padding: 15px 15px 15px 15px;
    }
    .voiceTch_in {
        margin: 0 0 30px 0;
    }
    .voiceTch-img {
        width: 150px;
        text-align: center;
        border-radius: 0;
        margin: 0 10px 0 0;
    }
    .voiceTch-img img {
        width: 100%;
        height: auto;
        border-radius: 5px;
    }
    .voiceTch_in dl {
        width: -webklit-calc(100% - 160px);
        width: calc(100% - 160px);
    }
    .voiceTch_in dl dt {
        font-size: 14px;
    }
    .voiceTch_in dl dd {
        font-size: 16px;
    }
    .voiceTchDet-txt {
        font-size: 15px;
        line-height: 1.875;
    }
    .voiceTop-img {
        margin: 50px 0 0 0;
        padding: 0 15px 0 15px;
    }
    .pointCont01_in {
        width: 100%;
        padding: 15px 15px 20px 15px;
        border-radius: 5px;
        margin: 0 0 30px 0;
    }
    .pointCont01_in:last-child {
        margin: 0 0 0 0;
    }
    .pointCont-txt {
        font-size: 13px;
        line-height: 1.9230769;
        margin: 0 0 15px 0;
    }
    .pointCont01-img {
        text-align: center;
    }
    .pointCont01-img img {
        width: 100%;
        height: auto;
    }
    .pointCont01_in.is-ver1 .pointCont01-img img {
        max-width: 305px;
    }
    .pointCont01_in.is-ver2 .pointCont01-img img {
        max-width: 304px;
    }
    .pointCont02_in {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .pointCont02_in:last-child {
        margin: 0 0 0 0;
    }
    .pointCont02_img .pointCont02-img img {
        max-width: 720px;
    }
    .pointCont02_img {
        margin: 30px 0 0 0;
    }
    .pointCont02-ttl {
        font-size: 15px;
    }
    .pointCont02_img .c-txt {
        margin: 10px 0 20px 0;
    }
    .pointCont02_bg {
        border-radius: 0 0 0 0;
        margin: 0 0 0 0;
        width: 100%;
        height: 228px;
        background: url(../img/sp/pro_point_img08.jpg) no-repeat left center / cover;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 0 0 0;
    }
    .pointCont02-bgttl {
        font-size: 18px;
        line-height: 1.722222;
    }
    .pointCont04-img img {
        width: 100%;
        height: auto;
    }
    .pointCont05_in {
        padding: 0 0 25px 0;
        width: auto;
    }
    .pointCont05-img {
        width: auto;
    }
    .pointCont05-img img {
        max-width: 334px;
    }
    .pointCont05-ttl {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }
    .pointCont05-txt {
        font-size: 13px;
        line-height: 1.9230769;
        text-align: left;
    }
    .high-txt {
        font-size: 15px;
        line-height: 1.875;
    }
    .highTop-img {
        text-align: center;
        margin: 30px -15px 0 -15px;
    }
    .highTop-img.is-full {
        margin: 30px -15px 0 -15px;
    }
    .highTop-img img {
        width: 100%;
        height: auto;
    }
    .highCnt_in {
        margin: 0 0 30px 0;
    }
    .highCnt_img {
        padding: 0 0 0 0;
        margin: 0 0 15px 0;
    }
    .highCnt-txt {
        font-size: 15px;
        line-height: 1.875;
    }
    .ynchart_wrap {
        border: 0;
        padding: 0;
        border-radius: 0;
        margin: 0 -10px 75px -10px;
    }
    .ynchart_in {
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .ynchart-img img {
        width: 100%;
        height: auto;
    }
    .ynchart_link {
        position: absolute;
        z-index: 9;
        width: 32.39436%;
    }
    .ynchart_link.ver1 {
        top: auto;
        right: auto;
        bottom: 18.58513%;
        left: 0;
    }
    .ynchart_link.ver2 {
        top: auto;
        right: auto;
        bottom: 18.58513%;
        left: 33.80281%;
    }
    .ynchart_link.ver3 {
        top: auto;
        right: 0;
        bottom: 18.58513%;
    }
    .ynchart_link.ver4 {
        display: none;
    }
    .ynchart_link.ver5 {
        top: auto;
        right: 0;
        bottom: 0;
    }
    .ynchart_link a {
        width: 100%;
        height: 60px;
        height: 15.8vmin;
    }
    .highUp_det {
        margin: 0 0 20px 0;
    }
    .highUp-txt {
        font-size: 13px;
        line-height: 1.875;
    }
    .highUp_up_in {
        width: 215px;
        padding: 13px;
        border-radius: 5px;
    }
    .highUp_up_in ul:nth-child(1) {
        padding: 0 35px 0 0;
    }
    .highUp_up_in ul:nth-child(1):before {
        content: "";
        position: absolute;
        top: 41px;
        right: 10px;
        z-index: 9;
        width: 6px;
        height: 10px;
        background: url(../svg/icn_arw_right_s_line.svg) no-repeat center center;
        background-size: 100% auto;
    }
    .highUp_up_in ul li {
        font-size: 13px;
        line-height: 1;
        margin: 0 0 5px 0;
    }
    .highUp_up_in ul li:nth-child(1) {
        margin: 0 0 10px 0;
    }
    .highUp_up_in ul li.is-fsl {
        font-size: 15px;
    }
    .highUp-stx {
        text-align: center;
        color: #f53849;
        font-weight: bold;
        line-height: 1.3;
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    .highUp-img {
        text-align: center;
    }
    .highexp_wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .highexp_img {
        width: 105px;
    }
    .highexp_txt {
        padding: 10px 15px;
        width: -webkit-calc(100% - 105px);
        width: calc(100% - 105px);
    }
    .highexp_txt:before,
    .highexp_txt:after {
        content: "";
        position: absolute;
        display: block;
        top: 30px;
    }
    .highexp_txt:before {
        margin-top: -8px;
        left: -8px;
        z-index: 11;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 10px 8px 0;
        border-color: transparent #fff transparent transparent;
    }
    .highexp_txt:after {
        margin-top: -8px;
        left: -10px;
        z-index: 10;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 10px 8px 0;
        border-color: transparent #e1e1e1 transparent transparent;
    }
    .highexp-ttl {
        font-size: 17px;
        line-height: 1.6;
    }
    .highexp-txt {
        font-size: 15px;
        line-height: 1.6;
    }
    .resct_wrap {
        margin: 0 0 30px 0;
    }
    .resct-txt {
        font-size: 15px;
        line-height: 1.875;
        margin: 0 0 30px 0;
    }
    .resct-ttl {
        font-size: 15px;
        padding: 5px;
        border-radius: 5px;
        margin: 0 0 20px 0;
    }
    .result_in {
        padding: 15px 9px;
        border-radius: 5px;
    }
    .result-img {
        width: 75px;
    }
    .resbx {
        width: -webkit-calc(100% - 75px);
        width: calc(100% - 75px);
    }
    .resbx.ver2 {
        width: 100%;
    }
    .resbx .flb {
        margin: 0 0 10px 0;
    }
    .resbx.ver2 .c-tls {
        font-size: 15px;
    }
    .resbx ul {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .resbx ul li {
        font-size: 15px;
        line-height: 1.6;
    }
    .resbx .flb ul li {
        font-size: 17px;
    }
    .flb.ver2 ul li {
        font-size: 15px;
    }
    .passVoice_box {
        padding: 15px 15px;
        border-radius: 5px;
        margin: 0 0 30px 0;
    }
    .passVoice-txt {
        font-size: 14px;
        line-height: 1.875;
        margin: 0 0 15px 0;
    }
    .passVoice-img {
        text-align: center;
    }
    .passVoice_img {
        float: none;
        margin: 0 0 15px 0;
    }
    .passVoice_img img {
        border-radius: 5px;
        width: 100%;
        height: auto;
    }
    .proVoiceCont_wrap {
        display: none;
        padding: 20px 15px;
        border-radius: 5px;
    }
    .proVoice_qa {
        margin: 20px 0 0 0;
    }
    .proVoice_qa dt {
        font-size: 17px;
        line-height: 1.4;
        padding: 0 0 0 35px;
        margin: 0 0 15px 0;
    }
    .proVoice_qa dt span {
        width: 25px;
        height: 25px;
        line-height: 25px;
        top: -2px;
    }
    .proVoice_qa dd {
        font-size: 15px;
        padding: 0 0 0 35px;
    }
    .proVoice_qa dd span {
        width: 25px;
        height: 25px;
        font-size: 16px;
        line-height: 25px;
        top: 1px;
    }
    .proVoice_dls {
        margin: 0 0 30px 0;
    }
    .proVoice_dls {
        margin: 0 0 30px 0;
    }
    .proVoice_dls-txt {
        font-size: 13px;
        line-height: 1.875;
        margin: 0 0 15px 0;
    }
    .proVoice_dls-txt:last-child {
        margin: 0 0 0 0;
    }
    .proVoicePoint_in {
        background: #f5f6f6;
        padding: 15px;
        margin: 0 0 15px 0;
        border-radius: 5px;
    }
    .proVoicePoint_in li {
        font-size: 13px;
        line-height: 1.8;
    }
    .proVoiceReson_wrap ul li {
        margin: 0 0 30px 0;
        display:-webkit-block;
        display:-ms-block;
        display:block;
    }
    .proVoice-img {
        width: 100%;
        height: 193px;
        border-radius: 5px;
    }
    .proVoice_dl {
        width: -webkiot-calc(100%);
        width: calc(100%);
        width: 100%;
    }
    .proVoice_dl dt {
        font-size: 15px;
        margin: 0 0 15px 0;
    }
    .proVoice_dl dd {
        font-size: 13px;
        line-height: 1.875;
    }
    .crsVoice_wrap {
        padding: 50px 0 0 0;
    }
    .crsVoice_wrap .crsAbout_wrap.is-ver1 {
        padding: 0 20px 0 20px;
    }
    .c-tab_wrap ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .c-tab_wrap ul li {
        width: 49%;
        margin: 10px 2% 0 0;
    }
    .c-tab_wrap ul li:nth-child(-n+3),
    .c-tab_wrap ul li:nth-child(3n),
    .c-tab_wrap ul li:nth-child(3) {
        margin: 10px 2% 0 0;
    }
    .c-tab_wrap ul li:nth-child(-n+2) {
        margin: 0 2% 0 0;
    }
    .c-tab_wrap ul li:nth-child(2n) {
        margin: 10px 0 0 0;
    }
    .c-tab_wrap ul li:nth-child(2) {
        margin: 0;
    }
    .prvChk_wrap dt {
        margin: 0 0 10px 0;
        font-size: 16px;
    }
    .prvChk-txt {
        padding: 0 0 0 25px;
        font-size: 15px;
        margin: 0 0 5px 0;
    }
    .prvChk-txt:before {
        width: 17px;
        height: 17px;
    }
    .lecturer_wrap {
        max-width: none;
        margin: 0;
        padding: 25px 0 0 0;
    }
    .lecturer_in {
        padding: 15px;
        border-radius: 5px;
    }
    .lecturer-ttl {
        font-size: 17px;
        margin: 0 0 10px 0;
    }
    .lecturer-txt {
        font-size: 15px;
        line-height: 1.875;
    }
    .lineBnr_wrap {
        margin-top: 60px;
        padding: 0;
    }
    .lineBnr_wrap.is-ver2 {
        margin-top: 0;
        margin-bottom: 60px;
    }
    .lineBnr_wrap.ver2 {
        padding: 0 20px;
    }
    .lineBnr_wrap.ver3 {
        margin-top: 30px;
    }
    .crsLine-txt {
        font-size: 15px;
        line-height: 1.875;
        margin: 0 0 30px 0;
    }
    .crsLine_det {
        width: auto;
    }
    .crsLine-img {
        width: -webkit-calc(100%);
        width: calc(100%);
        width: 100%;
    }
    .crsLine-img img {
        width: 100%;
        height: auto;
    }
    .crsNew_wrap {
        margin: 0 0 0 0;
    }.crsNew_wrap.is-ver2 {
        margin: 0 0 75px 0;
    }
    .crsNew_wrap .crsAbout_wrap {
        padding: 50px 20px 0 20px;
    }
    .crsNew_wrap .crsAbout_in.is-ver2 {
        padding: 0 0 0 0;
    }
    .crsNew_wrap .crsAbout-img {
        margin: 0 -20px 0 -20px;
    }
    .crsNew_in {
        max-width: none;
        margin: 0;
        padding: 20px 20px 0 20px;
    }
    .crsNew-txt {
        font-size: 15px;
        margin: 0 0 30px 0;
    }
    .crsNew_inbox {
        padding: 15px 15px 15px 15px;
        border-radius: 5px;
    }
    .crsNew-fee {
        font-size: 17px;
        margin: 0 0 10px 0;
    }
    .crsNew-fee span {
        font-size: 20px;
    }
    .crsNew-feetxt {
        font-size: 15px;
        line-height: 1.875;
    }
    .priKnow_in {
        display:-webkit-block;
        display:-ms-block;
        display:block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .priKnow_in dl {
        border-radius: 5px;
        width: auto;
        padding: 20px 15px;
        margin: 0 0 20px 0;
    }
    .priKnow_in dl:last-child {
        margin: 0 0 0 0;
    }
    .priKnow_in dl dt {
        text-align: left;
        font-size: 17px;
        margin: 0 0 18px 0;
    }
    .priKnow_in dl dt .is-icn:before {
        top: -2px;
    }
    .priKnow_in dl:nth-child(1) dt .is-icn:before {
        width: 18px;
        height: 18px;
        background: url(../svg/icn_donut.svg) no-repeat center center;
        background-size: 100% auto;
    }
    .priKnow_in dl:nth-child(2) dt .is-icn:before {
        width: 17px;
        height: 20px;
        background: url(../svg/icn_shield.svg) no-repeat center center;
        background-size: 100% auto;
    }
    .priKnow_in dl:nth-child(3) dt .is-icn:before {
        width: 16px;
        height: 18px;
        background: url(../svg/icn_edit_line.svg) no-repeat center center;
        background-size: 100% auto;
    }
    .priKnow_in dl dd {
        font-size: 15px;
        line-height: 1.875;
    }
    body.private .about_wrap .crsAbout_wrap.is-ver1 ,
    body.private .about_wrap .crsAbout_wrap.is-ver3 {
        padding: 30px 0 0 0;
    }
    body.private .about_wrap .crsAbout_in.is-ver2 {
        padding: 0 0 0 0;
    }
    body.private .about_wrap .crsAbout-img {
        margin: 25px -20px 0 -20px;
    }
    .crsAbout_label ul.wid1 li.is-fl {
        width: 100%;
        margin: 1.49253% 0 0 0;
    }
    .crsAbout_label.is-pd {
        padding: 0 0 25px 0;
    }
    .crsAbout-ttl .is-label {
        background: #333;
        color: #fff;
        border-radius: 2px;
        padding: 3px 5px;
        margin: 0 5px 0 0;
    }
    .crsNew_wrap .crsAbout-ttl {
        font-size: 20px;
    }
    .crsAbout-stl {
        text-align: center;
        font-size: 17px;
        margin: 0 0 20px 0;
    }
    .crsNew_wrap .crsAbout-txt {
        margin: 0 0 30px 0;
    }
    .c-main.is-ver2 {
        padding: 0 0 75px 0;
    }
    body.tan9 .c-main.is-ver2 {
        padding: 0 20px 20px 20px;
    }
    body.tan9 .preSmr_wrap {
        padding: 0 0 0 0;
    }
    .preSmr-ttl {
        margin: 0 0 0 -20px;
    }
    .preSmr-ttl img {
        width: calc(100% + 20px);
    }
    .tan9_wrap {
        margin: 0 0 75px;
    }
    .tan9_wrap.is-ver2 {
        width: 100%;
    }
    .tan9_wrap:last-child {
        margin: 0 0 0 0;
    }
    body.tan9 .tan9_wrap:last-child {
        margin: 0 0 75px 0;
    }
    .tan9_read {
        padding: 70px 0 60px 0;
        letter-spacing: -0.03em;
    }
    .tan9-read {
        font-size: 16px;
    }
    .tan9-read.is-ver2 {
        font-size: 17px;
        padding: 4px 0;
    }
    .tan9Lnk_warp {
        margin: 0 0 65px;
    }
    .tan9Lnk_bln {
        font-size: 17px;
        margin: 0 0 30px;
    }
    .tan9Lnk_bln.is-ver2 {
        font-size: 16px;
        margin: 0 0 25px;
        letter-spacing: -0.03em;
    }
    .tan9Notice_box {
        padding: 5px;
        margin: 0 0 30px 0;
    }
    .tan9Notice-txt span.fbf {
        padding: 0 0 0 1em;
    }
    .tan9Notice-txt span.fbf:before {
        top: 2px;
        transform: translateY(0);
        font-size: 12px;
    }
    .tan9Lnk_lst {
        -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .tan9Lnk_lst li {
        width: 48%;
        margin: 15px 0 0 0;
    }
    .tan9Lnk_lst li a {
        height: 70px;
        font-size: 15px;
        padding: 0 15px;
        border-radius: 3px;
    }
    .tan9Lnk_lst li a:before {
        width: 11px;
        height: 7px;
        bottom: 5px;
    }
    .tan9Lnk_lst li.n1 a {
        background: url("../img/sp/tan9Lnk_lst1.png") no-repeat center right 5px;
        background-size: 42px auto;
    }
    .tan9Lnk_lst li.n2 a {
        background: url("../img/sp/tan9Lnk_lst2.png") no-repeat center right 5px;
        background-size: 42px auto;
    }
    .tan9Lnk_lst li.n3 a {
        background: url("../img/sp/tan9Lnk_lst3.png") no-repeat center right 5px;
        background-size: 42px auto;
    }
    .tan9Lnk_lst li.n4 a {
        padding: 0 30px 0 0;
        background: url("../img/sp/tan9Lnk_lst4.png") no-repeat center right 5px;
        background-size: 42px auto;
    }
    .tan9Lnk_lst li.n5 a {
        background: url("../img/sp/tan9Lnk_lst5.png") no-repeat center right 5px;
        background-size: 42px auto;
    }
    .tan9Lnk_lst li.n6 a {
        background: url("../img/sp/tan9Lnk_lst6.png") no-repeat center right 5px;
        background-size: 42px auto;
    }
    .tan9Cnt_img img {
        width: 100%;
        height: auto;
    }
    .tan9Flow_wrap {
        display:block;
        width: 100%;
    }
    .tan9Flow_in {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
        margin: 0 0 33px 0;
    }
    .tan9Flow_in:before {
        width: 17px;
        height: 10px;
        top: inherit;
        bottom: -22px;
        right: inherit;
        left: 90px;
        background: url("../svg/icn_arw_down_s_line_gly.svg") no-repeat 0 0;
        background-size: 100% auto;
    }
    .tan9Flow_img {
        width: 197px;
        margin: 0 0 0 0;
        border-radius: 5px;
    }
    .tan9Flow_img img {
        width: 100%;
    }
    .tan9Flow-txt {
        width: calc(100% - 197px);
        font-size: 14px;
        text-align: center;
        padding: 0 0 0 15px;
        box-sizing: border-box;
    }
    .tan9Flow-txt span {
        font-size: 13px;
    }
    .tan9Intr_en {
        border-radius: 3px;
    }
    .tan9Intr_en dt {
        font-size: 16px;
        line-height: 1.4;
        padding: 8px 0;
        width: 57%;
    }
    .tan9Intr_en dt span {
        font-size: 16px;
    }
    .tan9Intr_en.is-ver2 dt {
        font-size: 13px;
        padding: 15px 0;
    }
    .tan9Intr_en.is-ver2 dt span {
        font-size: 12px;
    }
    .tan9Intr_en.is-ver2 dt span.is-fs {
        font-size: 18px;
    }
    .tan9Intr_en dd {
        font-size: 14px;
        width: 43%;
    }
    .tan9Intr_en.is-ver2 dd {
        font-size: 13px;
        text-align: center;
    }
    .tan9Intr_en dd span {
        font-size: 18px;
    }
    .tan9Intr_en.is-ver2 dd span {
        font-size: 19px;
    }
    .tan9Intr_en.is-ver2 dd span.inb {
        display: inline-block;
        font-size: 15px;
        text-align: left;
    }
    .tan9Intr_txt {
        font-size: 15px;
        line-height: 1.5;
        padding: 25px 0;
    }
    .tan9Intr_dtl {
        padding: 70px 0 0;
    }
    .tan9Dtl_warp {
        display: block;
        border-radius: 6px;
        padding: 20px 15px 15px 15px;
        margin: 0 0 20px;
    }
    .tan9Dtl_in {
        width: 100%;
    }
    .tan9Dtl_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
    }
    .tan9Dtl_img {
        padding: 0 18px 0 0;
    }
    .tan9Dtl_img img {
        width: 74px;
        height: auto;
    }
    .tan9Dtl_txt {
        width: 100%;
    }
    .tan9Dtl_ttl {
        font-size: 18px;
        margin: 0 0 15px 0;
    }
    .tan9Dtl_lst {
        -webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
        margin: 0;
    }
    .tan9Dtl_lst dt {
        line-height: 15px;
    }
    .tan9Dtl_lst dt span {
        width: 40px;
        font-size: 12px;
        line-height: 15px;
        border-radius: 15px;
    }
    .tan9Dtl_lst dd {
        font-size: 14px;
        line-height: 1;
    }
    .tan9Dtl-txt {
        padding: 15px 0 0 0;
        font-size: 15px;
        line-height: 1.5;
    }
    .tan9Dtl_hnttl {
        font-size: 15px;
        padding: 15px 0 10px 0;
    }
    .tan9Dtl_hntbx {
        border-radius: 3px;
    }
    .tan9Dtl_hntbx dt {
        font-size: 15px;
        line-height: 1.5;
        padding: 5px 10px;
    }
    .tan9Dtl_hntbx dt span {
        padding: 0 0 0 25px;
    }
    .tan9Dtl_hntbx dt span:before {
        width: 12px;
        height: 12px;
        top: 3px;
        background: url("../img/sp/tan9_q.png") no-repeat 0 0;
        background-size: 100% auto;
    }
    .tan9Dtl_hntbx dd {
        font-size: 15px;
        background: url("../img/sp/tan9Dtl_img6-2n.png?data=20210907") no-repeat top 18px right 10px;
        background-size: 18px auto;
        padding: 5px 10px;
    }
    .tan9Dtl_hntbx dd span {
        padding: 0 0 0 25px;
    }
    .tan9Dtl_hntbx dd span:before {
        width: 10px;
        height: 11px;
        top: 6px;
        background: url("../img/sp/tan9_a.png") no-repeat 0 0;
        background-size: 100% auto;
    }
    .tan9Dtl_hntbx dd .txt_box {
        font-size: 15px;
        line-height: 1;
        padding: 8px 5px 8px 8px;
        border-radius: 3px;
        letter-spacing: -0.1em;
    }
    .tan9Cnt_wrap.is-ver2 {
        margin: 30px 0 0 0;
    }
    .tan9Sp_lst li {
        font-size: 14px;
        line-height: 1.4;
        padding: 5px 0 5px 0;
    }
    .tan9Sp_lst li:before {
        top: 8px;
    }
    .tan9Sp_lst .f_fs {
        font-size: 18px;
    }
    .tan9Sp_txt {
        font-size: 13px;
        padding: 10px 0 0;
    }
    .tan9Day_wrap {
        margin: 0 0 30px;
    }
    .tan9Day_ttl {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .tan9Day_tbl {
        width: 100%;
        border-collapse:collapse;
    }
    .tan9Day_tbl + .tan9Day_tbl {
        border-top: 1px solid #cfd5da;
    }
    .tan9Day_tbl tr:first-child td {
        background: #fff;
    }
    .tan9Day_tbl tr:nth-child(3) td {
        background: #fff;
    }
    .tan9Day_tbl tr td:nth-child(1) {
        background: url(/images2/tan9Lnk_bk.png) repeat 0;
        width: 20%;
    }
    .tan9Day_tbl tr td:nth-child(3) {
        background: #f4fcff;
    }
    .tan9Day_tbl td {
        width: 40%;
        font-size: 12px;
        padding: 4px 5px;
    }
    .tan9Day_tbl .fs {
        width: 40%;
        font-size: 16px;
    }
    .tan9Day_tbl .fs span {
        font-size: 12px;
    }
    .tan9Day_tbl .dy {
        font-size: 16px;
        padding: 5px 5px;
    }
    .tan9Day_tbl .dy span {
        font-size: 12px;
    }
    .tan9Day_tbl tr:nth-child(2) .dy,
    .tan9Day_tbl tr:nth-child(9) .dy{
        color: #eb0445;
    }
    .tan9Day_tbl tr:nth-child(8) .dy,
    .tan9Day_tbl tr:nth-child(15) .dy {
        color: #2d66ac;
    }
    .tan9Day_sb {
        display: none;
    }
    .preSmr_bnr {
        margin: 0 0 40px 0;
    }
    .preSmr-bnr {
        margin: 0 10px 30px 10px;
    }
    .preSmr-bnr:last-child {
        margin: 0 10px;
    }
    .preSmr-bnr img {
        width: 100%;
    }
    .tan9Cnt-tls {
        margin: -15px 0 15px 0;
        text-align: right;
    }
    .tan9Bnr_wrap {
        margin: 30px 0 0 0;
        padding: 0 20px;
    }
    .tan9Bnr_wrap img {
        width: 100%;
    }
    .crsLine_ins {
        margin: 0 0 30px 0;
    }
    .crsLine-link {
        margin: 0 0 0 0;
    }
    .crsLine-link a {
        font-size: 13px;
    }
    .cram_school ul li {
        font-size: 13px;
        margin: 0 0 10px 0;
    }
    .crsPrc_tbl.is-ver1 dl dd {
        height: auto;
        font-size: 13px;
        padding: 10px;
    }
    .april_campaign .c-main, .summer_campaign .c-main {
        padding: 0;
        margin: 0 0 10px;
    }
    .april_campaign .c-main.is-ver3, .summer_campaign .c-main.is-ver3 {
        padding: 50px 20px 20px 20px;
    }
    .course_cp_mv img {
        border-radius: 0;
        width: 100%;
        height: auto;
    }
    .courseCP_Cv_wrap {
        margin: 40px 0 25px 0;
    }
    .courseCP_Cv_wrap.ver2 {
        margin-top: 25px;
    }
    .courseCP_Cv_wrap.is-ver2 {
        margin-bottom: 45px;
    }
    .mvSlide_wrap {
        display: none;
    }
    .courseCP_Cv_wrap::before {
        content: none;
    }
    .courseCP_Cv_in {
        display: block;
        margin: 0 0 20px 0;
    }
    .courseCP_Cv_in.is-ver2 {
        margin-top: 0;
        display: block;
    }
    .courseCP_Cv_in.is-ver3 {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .courseCP_Cv_in.is-ver4 {
        margin-bottom: 25px;
    }
    .courseCP_sub-txt.is-ver2 {
        margin-bottom: 20px;
    }
    .courseCP_Cv-img {
        width: 100%;
        height: 228px;
        min-height: auto;
        border-radius: 0;
        margin-bottom: 20px;
    }
    .courseCP_Cv-img.ver2 {
        margin-bottom: 20px;
    }
    .courseCP_sub_list.is-ver3 {
        padding-left: 0;
        margin-top: 15px;
    }
    .courseCP_Cv_box {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        position: relative;
    }
    .courseCP-ttl_box {
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .courseCP_sml-ttl {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .courseCP-ttl {
        font-size: 18px;
        padding: 0 0 0 13px;
        margin-bottom: 25px;
        letter-spacing: normal;
    }
    .courseCP-ttl::before {
        position: absolute;
        content: "";
        background: #000000;
        width: 4px;
        height: 20px;
        left: 0;
        top: 3px;
        margin-top: 0px;
    }
    .courseCP_price-txt {
        width: auto;
        padding: 7px 10px 5px 0;
        margin-bottom: 20px;
        border-top: solid 1px #000000;
        border-bottom: solid 1px #000000;
        font-size: 18px;
        text-align: left;
        display: inline-block;
    }
    .courseCP_price-txt.is-ti {
        padding-left: 3px;
    }
    .courseCP_price-txt .is-orn,
    .courseCP_price-txt .is-ver1,
    .courseCP_price-txt .is-ver2,
    .courseCP_price-txt .is-ver3,
    .courseCP_price-txt .is-ver4,
    .courseCP_price-txt .is-ver5,
    .courseCP_price-txt .is-ver6,
    .courseCP_price-txt .is-ver7 {
        font-size: 18px;
    }
    .courseCP_price-txt .is-ver4 {
        position: relative;
        display: inline-block;
        padding-left: 0;
    }
    .courseCP_price-txt .is-ver5 {
        position: inherit;
        left: auto;
        width: auto;
        top: auto;
        margin-top: 0;
    }
    .courseCP_price-txt .is-ver7 {
        padding-left: 13px;
    }
    .courseCP_price-txt .is-ver7::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3px 0 3px 4px;
        border-color: transparent transparent transparent #D44300;
        left: 6px;
        top: 50%;
        margin-top: -3px;
    }
    .summer_campaign .courseCP_price-txt .is-ver1 {
        font-size: 18px;
    }
    .courseCP_ex-ttl {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .star {
        font-size: 13px;
    }
    .price_detail {
        margin-bottom: 32px;
        padding: 0 0 0 20px;
        line-height: 1;
    }
    .price_detail dt {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .price_detail dt::before {
        position: absolute;
        content: "";
        background: url(../img/sp/icn_check02.png) no-repeat 0 0 / 12px auto;
        width: 12px;
        height: 11px;
        margin-top: -5px;
        top: 50%;
        left: -20px;
    }
    .price_detail dd {
        font-size: 12px;
    }
    .courseCP-txt {
        font-size: 13px;
        text-align: left;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 0 23px 0;
        line-height: 1.7;
    }
    .courseCP_Cv-img.is-ver2 {
        margin: 0 0 20px 0;
        border-radius: 0;
    }
    .courseCP_Cv_box.is-ver2 {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .courseCP_sub-ttl {
        font-size: 15px;
        margin: 0 0 15px 0;
    }
    .courseCP_list {
        margin: 0 0 22px 0;
    }
    .courseCP_list li {
        padding: 0 0 0 25px;
        font-size: 13px;
        margin-bottom: 12px;
    }
    .courseCP_list.ver2 li {
        padding-left: 17px;
    }
    .courseCP_list li:last-child {
        margin-bottom: 0;
    }
    .courseCP_list li::before {
        position: absolute;
        content: "";
        background: url(../img/sp/icn_check01.png) no-repeat 0 0 / 17px auto;
        width: 17px;
        height: 17px;
        left: 0;
        top: 50%;
        margin-top: -9px;
    }
    .courseCP_list.ver2 li::before {
        background: url(../img/sp/cp_check_blue.png) no-repeat 0 0 / 14px auto;
        width: 14px;
        height: 13px;
        left: 0;
        top: 50%;
        margin-top: -6px;
    }
    .courseCP_list.ver3 li {
        line-height: 1.8;
    }
    .courseCP_list.ver3 li::before {
        background: url(../img/sp/icn_check01_autumn.png) no-repeat 0 0 / 17px auto;
        top: 12px;
    }
    .courseCP_sub-txt {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 3px;
    }
    .courseCP_sub_list li {
        margin-bottom: 2px;
        line-height: 1.6;
    }
    .courseCP_sub_list li.is-ver2 {
        margin-bottom: 0;
    }
    .courseCP_price-txt.is-ver2 {
        font-size: 18px;
        text-align: left;
    }
    .courseCP_sub_box {
        padding: 0 20px;
    }
    .courseCP_gift_wrap {
        display: block;
        max-width: 375px;
        margin: 0 auto;
    }
    .courseCP_gift_set {
        padding: 0;
        margin: 0;
    }
    .courseCP_sub_list.is-ver2 {
        max-width: 375px;
        margin: 22px auto 0;
    }
    .courseCP-gift-ttl {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .courseCP-gift-ttl span {
        font-size: 15px;
    }
    .april_campaign .c-mainTtl-ttl, .summer_campaign .c-mainTtl-ttl {
        line-height: 1.4;
    }
    .april_campaign .telBnr_wrap {
        margin-bottom: 0;
    }
    .april_campaign main {
        margin-bottom: 50px;
    }
    .april_campaign .telBnr_in,.summer_campaign .telBnr_in {
        margin-bottom: 0;
    }
    .april_campaign .c-mainTtl_wrap {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .crsAbt_btn a {
        font-size: 15px;
    }
    .main_ttl_img {
        padding: 0 32px 0 32px;
        margin: 30px auto 25px;
    }
    .main_ttl_img.ver2 {
        margin-bottom: 28px;
    }
    #cp02.main_ttl_img.ver3 {
       padding: 0 11.334%;
       margin-bottom: 25px;
    }
    .main_ttl_img.ver4 {
        margin-bottom: 26px;
        padding: 0 3.47%;
    }
    #cp02.main_ttl_img {
        padding: 0 51px 0 52px;
    }
    .main_ttl_img img {
        width: 100%;
        height: auto;
    }
    .courseCP-explain {
        padding: 0 20px;
        box-sizing: border-box;
        font-size: 13px;
        line-height: 1.5;
        font-weight: normal;
        margin-bottom: 15px;
    }
    .crsTch_img.ver2 {
        display: block;
    }
    .crsTch-img.ver2 {
        width: 200px;
        padding: 0;
        margin: 0 auto 20px;
    }
    .crsTch-imgin.ver2 {
        width: 200px;
        height: 200px;
        text-align: center;
    }
    .crsTch-imgin.ver2 img {
        width: 200px;
        height: 200px;
    }
    .areaSec_wrap {
        margin-bottom: 75px;
    }
    .course.private .c-mainTtl_rgt {
        padding: 0;
    }
    .measures .c-mainTtl_rgt {
        padding: 0;
    }
    /*中学受験 改修*/
    .pri_top_wrap {
        padding: 0 20px;
        margin-bottom: 50px;
        box-sizing: border-box;
    }
    .c-main.is-priTop {
        padding: 0;
    }
    .priTop_txtBox {
        margin-bottom: 40px;
    }
    .priVoice_wrap {
        margin-bottom: 50px;
    }
    .priVoice_wrap .c-main {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .pri_top_img {
        margin-bottom: 30px;
    }
    .pri_top_img img {
        border-radius: 0;
    }
    .pri_top-txt {
        font-size: 15px;
    }
    .pri_movie iframe {
        width: 100%;
        height: 189px;
    }
    .pri_movie_txt {
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .pri-bold-txt {
        margin: 20px 0;
    }
    .pri-bold-txt ul li {
        font-size: 16px;
    }
    .crsAbout-ttl.is-pri {
        margin-bottom: 30px;
    }
    .saiyo_wrap {
        margin-bottom: 20px;
    }
    .saiyo_wrap .c-main {
        padding-bottom: 0;
    }
    .measures_wrap {
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%;
    }
    .measures_in {
        width: 100%;
        display: block;
        margin-top: 0;
        margin-bottom: 50px;
    }
    .measures_box:first-of-type {
        margin-top: 0;
    }
    .measures_box {
        width: 100%;
        border-radius: 10px;
        border: 1px solid #e1e1e1;
        padding: 20px 14px;
        box-sizing: border-box;
        margin-top: 30px;
        position: relative;
    }
    .measures_btn {
        text-align: center;
        max-width: 160px;
        width: 100%;
        margin-top: 20px;
    }
    .measures_btn p {
        width: 100%;
        display: table;
        height: 30px;
        border-radius: 15px;
        border: 1px solid #e1e1e1;
        color: #333;
        background: #ffffff;
        background-size: 6px auto;
        font-size: 12px;
        font-weight: bold;
        position: relative;
        z-index: 1;
    }
    .measures_btn span {
        background: url(../svg/icn_arw_right_s_line.svg) no-repeat right 10px center;
        background-size: 6px auto;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .measures_subttl {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .measures_ttltxt {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .measures_img {
        text-align: center;
        margin-bottom: 20px;
    }
    .measures_img img {
        max-width: initial;
    }
    .measyres-txt {
        font-size: 14px;
    }
    .measures_lstTxt {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .measures_lst_in {
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 50px;
    }
    .crsAbout_wrap.is-ver1.is-pri {
        padding-top: 0;
    }
    .priVoice-txt {
        font-size: 15px;
        margin-bottom: 25px;
        text-align: left;
    }
    .pri_voice_box {
        padding: 30px 14px 20px 14px;
        margin-bottom: 30px;
    }
    /*
    .pri_voice_box:last-of-type {
        margin-bottom: 40px;
    }
    */
    .pri_voice_ttl {
        font-size: 16px;
        margin-bottom: 20px;
        text-align: left;
    }
    .pri_voice_ttl span {
        padding: 0 0 0 60px;
        display: block;
    }
    .pri_voice_ttl span:before {
        margin: -25px 0 0 0;
        width: 50px;
        height: 50px;
    }
    .pri_voice_img {
        max-width: 290px;
        padding: 5px 0;
        margin: 25px auto 0;
    }
    .pri_voice_head {
        margin: 0 0 20px;
        padding: 0 0 0 96px;
    }
    .pri_voice_box.is-wm1 .pri_voice_head {
        background: url(../img/sp/icn_sp_woman1.png) no-repeat left center;
        background-size: 80px auto;
    }
    .pri_voice_box.is-wm2 .pri_voice_head {
        background: url(../img/sp/icn_sp_woman2.png) no-repeat left center;
        background-size: 80px auto;
    }
    .pri_voice_box.is-mn1 .pri_voice_head {
        background: url(../img/sp/icn_sp_man1.png) no-repeat left center;
        background-size: 80px auto;
    }
    .pri_voice_box.is-mn2 .pri_voice_head {
        background: url(../img/sp/icn_sp_man2.png) no-repeat left center;
        background-size: 80px auto;
    }
    .pri-voice-tag .is-tl {
        line-height: 1.2;
        font-size: 14px;
        width: 85px;
    }
    .pri-voice-tag .is-dl {
        font-size: 14px;
        line-height: 1.2;
    }
    .pri-voice-txt {
        /*
        -webkit-line-clamp: 4;
        */
        font-size: 15px;
    }
    .c-btn.voice-btn {
        margin: 20px auto 0;
        max-width: 150px;
    }
    .voice-btn.c-btn.is-rnd2 a {
        height: 40px;
    }
    .saiyo_img {
        max-width: initial;
        padding: 0;
    }
    .saiyo_img img {
        width: 100%;
        height: auto;
    }
    .koshi_area_list {
        flex-wrap: wrap;
    }
    .koshi_area_list li {
        width: 48%;
        height: 40px;
        margin: 10px 0 0 0;
    }
    .koshi_dtlList {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    .koshi_box {
        min-height: initial;
        display: block;
    } 
    .koshi_img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .koshi_dtlList li {
        box-sizing: border-box;
        min-height: initial;
    }
    .koshi_dtlList_in {
        padding: 20px;
    }
    .koshi_dtlList .slick-dots li {
        width: auto;
    }
    .koshi_dtlList .slick-next {
        right: -10px;
        border: 0;
    }
    .koshi_dtlList .slick-prev {
        left: -10px;
        border: 0;
    }
    .koshi_btn {
        margin-top: 20px;
    }
    .koshi-txt.ver2 {
        margin-top: 10px;
    }
    .koshi-txt .is-label {
        width: 70px;
        font-size: 10px;
        padding: 5px 0 3px 0;
    }
    .koshi-txt .is-txt {
        font-size: 12px;
        width: calc(100% - 80px);
    }
    .koshiQa_wrap {
        margin: 15px 0 0 0;
    }
    .koshiQa_wrap dt {
        font-size: 12px;
        line-height: 1.8;
        margin: 0 0 15px 0;
        padding: 0 0 0 40px;
    }
    .koshiQa_wrap dt span {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 25px;
        color: #fff;
        font-size: 14px;
        background: #009944;
        position: absolute;
        top: -2px;
        left: 0;
        z-index: 10;
    }
    .koshiQa_wrap dd {
        font-size: 13px;
        position: relative;
        line-height: 1.8;
        padding: 0 0 0 40px;
    }
    .koshiQa_wrap dd span {
        display: block;
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        font-weight: bold;
        text-align: center;
        border-radius: 25px;
        color: #fff;
        background: #E3006E;
        position: absolute;
        top: -3px;
        left: 0;
        z-index: 10;
    }
    .koshi_btn a {
        font-size: 12px;
    }
    .priVoice_ttl {
        margin: 0 0 35px 0;
        border-radius: 5px;
        padding: 8px 0 12px 0;
    }
    .priVoice_ttl:before {
        border-width: 20px 20px 0 20px;
        bottom: -19px;
        margin: 0 0 0 -20px;
    }
    .priVoice-ttl {
        font-size: 18px;
    }
    .priVoice-stx {
        font-size: 14px;
    }
    .priVoice-stx span {
        padding: 0 15px;
    }
    .priVoice-stx span:before {
        width: 1px;
        height: 15px;
    }
    .priVoice-stx span:after {
        width: 1px;
        height: 15px;
    }
    .measuresDtl_wrap {
        margin: 30px 0 25px;
    }
    .measures_dtlimg {
        margin-bottom: 50px;
    }
    .measuresDtl_list {
        display: block;
        margin-bottom: 0;
    }
    .measuresDtl_list li{
        padding: 20px 15px;
        width: 100%;
        margin-top: 30px;
        margin-right: 0;
        border-radius: 10px;
    }
    .mdl_img {
        margin: 0 0 15px;
    }
    .mdl_txt dt {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .mdl_txt dd {
        font-size: 14px;
    }
    .c-btn.is-rnd2.mdl_btn {
        margin: 15px auto 0;
    }
    .c-btn.is-rnd2.mdl_btn a {
        height: 40px;
    }
    .crsAbout-bnr {
        padding: 0;
        margin: 0 0 20px;
    }

    /*中学生コース 改修*/
    .is-cm .c-mainTtl_rgt {
        padding: 0;
    }
    .c-main.is-sp0 {
        padding: 0;
    }
    .cm_mvwrap {
        background: #d9e3ef;
        padding-bottom: 50px;
    }
    .cm_mv {
        margin-bottom: 0;
    }
    .cm_mv img {
        width: 100%;
        height: auto;
    }
    .cm-ttl {
        font-size: 40px;
        top: 35px;
        left: 50%;
        margin-left: -140px;
        line-height: 1.125;
    }
    .cm_popup_btn.is-abso {
        position: absolute;
        left: 50%;
        top: 205px;
        margin-left: -93px;
    }
    .cm_popup_btn {
        background: none;
        border-radius: 9999px;
    }
    .cm_popup_btn a {
        display: table;
        width: 185px;
        height: 40px;
    }
    .cm_popup_btn.ver2 a {
        width: 186px;
    }
    .cm_popup_btn.ver3 a {
        width: 295px;
    }
    .cm_popup_btn.ver4 a {
        width: 220px;
    }
    .cm_popup_btn a span {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        box-sizing: border-box;
        border: solid 2px #14284b;
        background: #fff url(../svg/icn_arw_right_s_line_blue.svg) no-repeat center right 15px / 7px auto;
        border-radius: 9999px;
        font-size: 18px;
        color: #14284b;
        font-weight: bold;
        line-height: 1.1;
    }
    .cm_popup_btn.ver2 a span {
        font-size: 15px;
        padding-right: 15px;
    }
    .cm_popup_btn.ver3 a span {
        font-size: 15px;
        padding-right: 15px;
    }
    .cm_popup_in {
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 1170px;
        width: 90%;
        padding: 57px 20px 25px 20px;
        box-sizing: border-box;
        background: #fff;
        box-shadow: 0 6px 24px #e1e1e1; 
        border-radius: 20px;
    }
    .cm_popup_box p {
        font-size: 13px;
    }
    .cm_popup_box p span {
        font-weight: bold;
    }
    .cm_topimg {
        background: #fff;
        padding: 35px 20px 65px 25px;
        box-sizing: border-box;
        margin: -30px 0 58px 20px;
        border-radius: 0 0 0 20px;
        position: relative;
        z-index: 3;
    }
    .cm_topimg img {
        width: 100%;
        height: auto;
    }
    .cm_close_btn {
        position: absolute;
        top: 10px;
        right: 30px;
    }
    .cm_close_btn a::before {
        top: 50%;
        transform: translate(0, -50%);
    }
    .cm_close_btn a {
        font-weight: bold;
        color: #14284b;
        position: relative;
        padding-left: 20px;
        font-size: 12px;
    }
    .cm_blue {
        background: #d9e3ef;
        padding: 0;
    }

    .cm_flx {
        display: block;
        width: 100%;
        max-width: 870px;
        border-radius: 0;
        background: none;
    }
    .cm_flx.ver2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .cm_flx.ver2.ver3 {
        border-radius: 0;
    }
    .cm_flx.ver2.ver3 .cm_flx_dtl {
        border-radius: 0;
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    .cm_flx.is-mb {
        margin-bottom: 45px;
    }
    .cm_sub_wrap {
        overflow: hidden;
    }
    .cm_subttl {
        font-size: 33px;
        font-weight: bold;
        color: #14284b;
        line-height: 1.25;
        margin-bottom: 18px;
    }
    .cm_flx_dtl {
        display: block;
        width: 100%;
        box-sizing: border-box;
        background: #fff;
        position: relative;
        padding: 35px 10px 45px 20px;
        margin-left: 20px;
        border-radius: 0 0 0 20px;
        margin-top: -78px;
    }
    .cm_flx.ver2 .cm_flx_dtl {
        padding: 35px 0 40px 40px;
        padding-right: 0;
        margin-left: -20px;
        border-radius: 0 0 20px 0;
    }
    .cm_flx_img {
        width: 100%;
    }
    .cm_flx_img img {
        width: 100%;
        height: auto;
    }
    .cm-subtxt {
        font-size: 20px;
        line-height: 1.5;
        color: #14284b;
        font-weight: bold;
        margin-bottom: 25px;
    }
    .cm-subtxt.ver2 {
        margin-bottom: 0;
    }
    .cm_page_wrap {
        margin-top: 60px;
    }
    .cm_blue.ver2 {
        padding-bottom: 50px;
    }
    .cm-page-ttl {
        font-size: 33px;
        line-height: 1;
    }
    .voise_slide {
        margin: 22px auto 45px;
        max-width: 910px;
        width: 100%;
    }
    .voise_slide li {
        width: 335px;
        padding: 32px 24px 30px;
        box-sizing: border-box;
        background: #edf2f6;
        border-radius: 20px;
        margin: 0 20px;
    }
    .voise_slide .slick-next {
        right: 15px;
    }
    .voise_slide .slick-prev {
        left: 15px;
    }
    .voise_slide .slick-prev, .voise_slide .slick-next {
        border: 0;
        width: 15px;
        height: 24px;
    }
    .voise_slide .slick-next:before {
        background: url(../svg/icn_arw_right_s_line.svg) no-repeat center center / 100% auto;
        width: 15px;
        height: 24px;
    }
    .voise_slide .slick-prev:before {
        background: url(../svg/icn_arw_left_s_line.svg) no-repeat center center / 100% auto;
        width: 15px;
        height: 24px;
    }
    .voise_slide li dl dt {
        font-size: 27px;
    }
    .voise_slide li dl dd {
        font-size: 16px;
    }
    .cm-voice-tag {
        width: 46%;
        display: flex;
        align-items: center;
        margin-right: 15px;
        margin-bottom: 0;
        padding: 0 0 5px;
        box-sizing: border-box;
    }
    .cm-voice-tag .is-tl {
        width: 90px;
        font-size: 14px;
        margin-right: 0;
    }
    .cm-voice-tag .is-dl {
        font-size: 14px;
    }
    .c-btn.voice-btn.is-rnd2.is-cm {
        margin-top: 30px;
        max-width: 290px;
    }
    .cm_system_wrap {
        margin-right: 20px;
        padding: 0 20px 30px;
        background: #fff;
        border-radius: 0 0 20px 0;
        margin-bottom: 50px;
    }
    .cm_system_in {
        display: block;
        padding: 30px 10.5px 25px;
    }
    .cm_system_txt {
        margin-right: 0;
        margin-left: 20px;
        margin-bottom: 12px;
    }
    .system_img img {
        width: 100%;
        height: auto;
    }
    .cm-system-ttl {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .cm-system-ttl span {
        color: #007C41;
    }
    .cm-system-txt {
        font-size: 12px;
        line-height: 1.625;
    }
    .cm_subttl.ver2 {
        font-size: 30px;
        line-height: 1;
    }
    .cm_subttl.ver3 {
        font-size: 30px;
    }
    .cm_subttl .is-grn {
        color: #0AA17B;
    }
    .cm_subttl .is-sky {
        color: #009BD9;
    }
    .cm_subttl .is-sml {
        font-size: 23px;
    }
    .cm_subttl .is-sml.is-block {
        display: block;
        margin-top: 5px;
        margin-bottom: 25px;
    }
    .cm_page_wrap.ver2 {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .cm_ex_in {
        margin-top: 40px;
        padding-top: 18px;
        border-top: solid 1px #c9c9c9;
    }
    .cm_ex_txt {
        border-bottom: solid 1px #c9c9c9;
        padding-bottom: 19px;
        margin-bottom: 21px;
        font-family: "Hiragino Sans";
    }
    .cm_ex_txt dt {
        font-size: 17px;
        background: url(../svg/icn_arw_down_s_line_gly.svg) no-repeat center right 20px / 12px auto;
    }
    .cm_ex_txt dt.on {
        background: url(../svg/icn_arw_up_s_line_gly.svg) no-repeat center right 20px / 12px auto;
    }
    .cm_ex_txt dd {
        display: none;
    }
    .cm_ex_txt dd.on {
        display: block;
        font-size: 14px;
        padding-right: 30px;
    }
    .cm_ex_txt dd span {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .cm_voice_img img {
        width: 100%;
        height: auto;
    }
    .cm_koshi_in {
        background: #f8f8f8;
        padding: 50px 20px;
    }
    .cm_koshi {
        margin-top: 20px;
    }
    .cm_koshi li {
        margin-top: 20px;
        margin-right: 0;
        border-radius: 10px;
        padding: 20px;
        box-sizing: border-box;
        width: 100%;
    }
    .cm_koshi li:nth-child(-n+2) {
        margin-top: 20px;
    }
    .cm_koshi li:nth-child(-n+1) {
        margin-top: 0;
    }
    .cm_koshi li:nth-child(2n) {
        margin-right: 0;
    }
    .cm_prof {
        margin-bottom: 10px;
        -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    }
    .cm_koshi_img {
        margin-right: 20px;
    }
    .cm-prof-txt {
        font-size: 12px;
        line-height: 1.6;
    }
    .prof-dtl {
        margin-bottom: 10px;
    }
    .prof-dtl dt {
        width: 63px;
        padding: 3px 0 1px;
        border-radius: 9999px;
        margin-right: 15px;
        font-size: 12px;
        font-weight: bold;
    }
    .prof-dtl dd {
        font-size: 13px;
    }
    .prof-dtl:last-of-type {
        margin-bottom: 0;
    }
    .cm-page-ttl.is-price {
        margin-bottom: 30px;
    }
    .cm_price a {
        display: block;
        padding: 25px 0 32px 0;
        border-top: solid 1px #c9c9c9;
    }
    .cm_price a::before {
        content: none;
    }
    .cm_price_ttl {
        font-size: 19px;
        color: #14284b;
        font-weight: bold;
        font-family: "Hiragino Sans";
        margin-bottom: 13px;
    }
    .cm_price_img {
        width: 110px;
        margin-right: 15px;
    }
    .cm_price_img img {
        width: 100%;
        height: auto;
    }
    .cm_price_ex {
        width: calc(100% - 125px);
        color: #14284b;
    }
    .cm_price_in {
        width: 100%;
        display:-webkit-box;
  	    display:-ms-flexbox;
        display: flex;
        margin-bottom: 15px;
    }
    .cm_price_txt {
        margin-bottom: 25px;
    }
    .cm_price_txt dt {
        font-size: 22px;
        color: #14284b;
        font-weight: bold;
        margin-bottom: 6px;
    }
    .cm_price_txt dd {
        font-size: 16px;
        color: #14284b;
    }
    .cm_price_dtl {
        width: 100%;
        display: table;
        border: solid 1px #e1e1e1;
        height: 50px;
        box-sizing: border-box;
        color: #14284b;
        font-weight: bold;
        font-size: 16px;
    }
    .cm_price_dtl dt {
        display: table-cell;
        vertical-align: middle;
        width: 136px;
        background: #f5f6f6;
        text-align: center;
        border-right: solid 1px #e1e1e1;
    }
    .cm_price_dtl dd {
        display: table-cell;
        vertical-align: middle;
        width: auto;
        text-align: center;
    }
    .cm_price_btn {
        display: table;
        width: 180px;
        height: 40px;
        margin: 15px auto 0;
    }
    .cm_price_btn span {
        display: table-cell;
        vertical-align: middle;
        border: 1px solid #e1e1e1;
        color: #333;
        background: #ffffff url(../svg/icn_arw_right_s_line.svg) no-repeat right 20px center / 7px auto;
        background-size: 6px auto;
        font-size: 12px;
        font-weight: bold;
        position: relative;
        z-index: 1;
        border-radius: 20px;
        text-align: center;
    }
    .cm_worry_wrap {
        margin: 24px 0 65px;
    }
    .cm_worry_in {
        border: solid 1px #e1e1e1;
        border-radius: 6px;
        margin-bottom: 20px;
    }
    .cm_worry_in:last-of-type {
        margin-bottom: 0;
    }
    .cm_worry_in dt {
        padding: 3px 35px 0 80px;
        line-height: 1.5;
        font-size: 15px;
        color: #14284b;
        font-family: "Hiragino Sans";
        font-weight: bold;
        position: relative;
        cursor: pointer;
        background: url(../svg/icn_arw_down_s_line_gly.svg) no-repeat center right 20px / 12px auto;
        height: 75px;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }
    .cm_worry_in dt.on {
        background: url(../svg/icn_arw_up_s_line_gly.svg) no-repeat center right 20px / 12px auto;
        padding-bottom: 0;
    }
    .cm_worry_in dt::before {
        left: 18px;
    }
    .cm_worry_in dt.icn01::before {
        background: url(../img/sp/course_middle_icn01.png) no-repeat center center / 100% auto;
        width: 50px;
        height: 55px;
        margin-top: -28px;
    }
    .cm_worry_in dt.icn02::before {
        background: url(../img/sp/course_middle_icn02.png) no-repeat center center / 100% auto;
        width: 47px;
        height: 56px;
        margin-top: -28px;
    }
    .cm_worry_in dt.icn03::before {
        background: url(../img/sp/course_middle_icn03.png) no-repeat center center / 100% auto;
        width: 47px;
        height: 55px;
        margin-top: -28px;
    }
    .cm_worry_in dt.icn04::before {
        background: url(../img/sp/course_middle_icn04.png) no-repeat center center / 100% auto;
        width: 48px;
        height: 55px;
        margin-top: -28px;
    }
    .cm_worry_in dd {
        display: none;
    }
    .cm_worry_in dd.on {
        display: block;
        padding: 15px 15px 16px;
        color: #14284b;
        font-size: 16px;
    }
    .cm_worry_link a .txt {
        width: calc(100% - 110px);
        font-size: 12px;
        line-height: 1.5;
    }
    .cm_worry_link a {
        display: block;
    }
    .cm_link_img {
        float: left;
        margin-right: 0;
    }
    .cm_worry_link a .txt {
        float: right;
        margin-right: 0;
    }
    .cm_clm_btn {
        clear: left;
        margin: 0px auto;
        padding-top: 15px;
        width: 180px;
        height: 40px;
    }
    .cm_clm_btn span {
        background: #ffffff url(../svg/icn_arw_right_s_line.svg) no-repeat right 20px center / 7px auto;
    }
    .cm_inc_wrap {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .cmVoice_prof_in {
        width: 100%;
    }
    .cmVoice_prof .pri-voice-tag .is-tl {
        width: 180px;
    }
    /* .cmVoice_txtin {
        margin-left: 0;
        width: 100%;
    }
    .cmVoice_popup_boxin {
        display: block;
    }
    .cmVoice_popup_in {
        padding: 57px 20px 25px 20px;
        width: 90%;
        height: 70vh;
        overflow-y: scroll;
    } */
    .cm_voice_wrap {
        display: block;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .cm_voice_wrap {
        margin-top: 30px;
        margin-bottom: 70px;
    }
    .cm_voice_in {
        width: 100%;
        border-radius: 10px;
        padding: 25px 20px 30px;
        margin-top: 30px;
    }
    .cm_voice_in:nth-child(2) {
        margin-top: 30px;
    }
    .cm_voicein_ttl {
        font-size: 16px;
        text-align: left;
    }
    .cm_voice_name {
        text-align: center;
        margin-bottom: 15px;
    }
    .cm_voice_name p {
        position: inherit;
        left: auto;
        bottom: auto;
        transform: none;
        margin-top: 5px;
        text-align: center;
        width: auto;
    }
    .cm_voice_head {
        width: auto;
        align-items: initial;
    }
    .cm_voice_head:last-child {
        margin-bottom: 0;
    }
    .cm_voice_ttlin {
        display: block;
        margin-bottom: 20px;
    }
    /*中学受験コース　各対策ページ*/
    #msrEch .c-mainTtl_lft {
        border-bottom: none;
    }
    .msrech_wrap {
        margin: 0 auto;
        padding: 0 0 20px;
    }
    .msrech_in {
        padding: 0 20px;
    }
    .msrechMv_wrap {
        animation-name:fadeInAnime;
        animation-duration:1s;
        animation-fill-mode:forwards;
    }
    .msrechMv_wrap img {
        width: 100%;
        height: auto;
    }
    .msrechCnt_wrap {
        margin: 0 auto 50px;
        padding: 0 20px;
    }
    .msrechCnt_wrap.is-ver2 {
        margin-bottom: 45px;
        padding: 60px 20px 55px;
    }
    .msrechCnt_wrap.is-ver3 {
        padding: 60px 20px 50px;
        margin-bottom: 40px;
    }
    .msrechCnt_wrap.is-ver4 {
        margin-bottom: 55px;
    }
    .msrechCnt_wrap.is-ver5 {
        padding: 0 0 50px;
        margin-bottom: 40px;
    }
    .msrechCnt_in {
        padding: 0 20px;
    }
    .msrechCnt_ttl {
        margin-bottom: 30px;
    }
    .msrechCnt-ttl {
        font-size: 23px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
    }
    .msrechCnt-ttl span.is-hlt {
        color: #009943;
    }
    .msrechCnt-ttl span.is-anm {
        padding-bottom: 6px;
    }
    .msrechCnt-ttl span.is-anm:before {
        height: 1px;
        border-bottom: solid 2px #22933e;
    }
    .msrechCnt_sbttl {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
        margin: -5.4px auto 24.6px;
    }
    .msrechCnt_sbttl span {
        display: inline-block;
        position: relative;
    }
    .msrechCnt_ilst {
        margin: 16px 4px 0 20px;
        float: right;
    }
    .msrechCnt-txt {
        font-size: 13px;
        line-height: 1.77;
        margin: -0.38em 0;
    }
    .msrechCnt-txt span {
        font-size: 14px;
    }
    .msrEch_vc .fadein_wrap {
        margin-bottom: 20px;
    }
    .msrechVc_wrap {
        padding: 20px 18px 25px 18px;
        border: solid 1.5px #ededed;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .msrechVc_ct {
        width: 100%;
        margin-right: 0;
    }
    .msrechVc_nm {
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        padding: 0 0 20px;
        border-bottom: solid 1px #ededed;
        margin-bottom: 25px;
    }
    .msrechVc_nm p {
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        padding: 13px 0 13px 60px;
        position: relative;
    }
    .msrechVc_nm p:before {
        content: "";
        position: absolute;
        top: 0;
        left: -1px;
        z-index: 9;
        width: 40px;
        height: 40px;
        background: url(../img/icn_woman1.png) no-repeat center center;
        background-size: 100% auto;
    }
    .msrechVc_nm .is-icn2:before {
        background: url(../img/icn_man1.png) no-repeat center center;
        background-size: 100% auto;
    }
    .msrechVc_nm p span {
        font-size: 14px;
    }
    .msrechVc_scl {
        padding-left: 65px;
        font-size: 14px;
        line-height: 1.43;
        font-weight: bold;
        position: relative;
    }
    .msrechVc_scl:before {
        content: "";
        position: absolute;
        top: -4px;
        left: -1px;
        z-index: 9;
        width: 45px;
        height: 45px;
        background: url(../svg/icn_pass.svg) no-repeat center center;
        background-size: 100% auto;
    }
    .msrechVc_scl span {
        font-size: 14px;
        font-feature-settings: "palt";
    }
    .msrechVc_txt {
        font-size: 15px;
        line-height: 1.67;
        margin: -5px 0 19px;
    }
    .msrechVc_wrap .c-btn.is-rnd2 {
        margin-top: 24px;
        max-width: 200px;
    }
    .msrechVc_wrap .c-btn.is-rnd2 a {
        font-size: 12px;
    }
    .msrechVc_wrap .c-btn.is-rnd2 a .is-btn {
        background-size: 6px auto;
    }
    .msrechBtn_wrap,
    .msrechBtn_wrap.is-ver2,
    .msrechBtn_wrap.is-ver3 {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .msrechBtn_wrap:last-child {
        margin-bottom: 0;
    }
    .msrechBtn_wrap:last-child {
        margin-right: 0;
    }
    .msrechBtn_wrap.is-ver3 span {
        line-height: 1.2;
    }
    .msrEch_btn {
        display: table;
        height: 50px;
        font-size: 16px;
        width: 100%;
        text-decoration: none;
        background: #26a24c;
        border-radius: 6px;
        color: #fff;
    }
    .msrEch_btn:visited {
        color: #fff;
    }
    .msrEch_btn span {
        text-decoration: none;
    }
    .msrEch_btn span:before {
        width: 6px;
        height: 6px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        transform: rotate(45deg);
        top: calc(50% - 5.5px);
        right: 27px;
    }
    .msrechDtl_wrap {
        margin: 0 auto 40px;
    }
    .msrechDtl_wrap:last-child {
        margin-bottom: 0;
    }
    .msrechCnt_sbttl.is-ver2 {
        margin-top: -0.3em;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .msrechCnt_sbttl span.is-anm {
        padding-bottom: 3.6px;
    }
    .msrechCph_wrap {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 15px;
    }
    .msrechCph_wrap th,
    .msrechCph_wrap td {
        box-sizing: border-box;
        display: table;
    }
    .msrechCph_wrap dt span {
        font-size: 13px;
        width: 137px;
        height: 47px;
    }
    .msrechCph_wrap dd > span {
        font-size: 22px;
        width: 200px;
        height: 47px;
    }
    .msrechCph_wrap dd > span span {
        font-size: 12px;
    }
    .msrechCph-note {
        text-align: left;
        line-height: 1.8;
        font-size: 12px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -0.64em auto;
    }
    .msrechCph-note > span {
        display: block;
        text-align: left;
        padding-left: 1.5em;
        position: relative;
    }
    .msrechCph-note > span > span {
        position: absolute;
        top: 0;
        left: 0;
    }
    /*個別対策詳細ページ*/
    .msrechMv_wrap.is-ver2 {
        margin: 0 0 40px;
    }
    .outline_wrap {
        margin: 0 20px 40px;
        padding: 15px 0 20px;
    }
    .outline-ttl {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .outline_link li {
        margin-bottom: 10px;
    }
    .outline_link li a {
        font-size: 15px;
    }
    .msrechCnt-ttl.is-ver2 {
        line-height: 1.4;
        font-size: 22px;
        padding: 10px 0;
    }
    .msrAbtn_wrap {
        margin: 0 auto 40px;
    }
    a.msr-abtn {
        min-width: auto;
        height: 80px;
        font-size: 20px;
        line-height: 1.4;
    }
    a.msr-abtn span {
        border-radius: 5px;
        background: no-repeat #30A0BF url(/cmn/svg/icn_arw_down_s_line_wh.svg) center bottom 6px/18px auto;
    }
    .msrAtcl_ttl {
        margin: 0 0 25px;
    }
    .msrAtcl-ttl {
        font-size: 20px;
        line-height: 1.4;
        text-align: left;
        padding: 12px 18px 12px 18px ;
    }
    .msrAtcl-txt {
        font-size: 15px;
        line-height: 1.8;
    }
    .msrAtcl-hlgt {
        font-size: 20px;
        margin: 20px 0;
    }
    .msrAtcl_in {
        margin: 24px 0 0;
    }
    .msrAtcl_in:first-child {
        margin: 0;
    }
    .msratclIn_ttl {
        position: relative;
        font-size: 17px;
        font-weight: bold;
        margin: 0 0 15px 0;
        padding: 0 0 0 12px;
    }
    .msratclIn_ttl:before {
        top: 6px;
        height: 18px;
    }
    .msrAtcl_ct {
        margin: 20px 0 0;
    }
    .msratclCt_ttl {
        font-size: 15px;
        font-weight: bold;
        margin: 0 0 5px 0;
    }
    .atclLbox_wrap {
        border-radius: 10px;
        margin: 25px auto 0;
        width: 100%;
        max-width: 680px;
    }
    .atclLbox_in {
        display: block;
        padding: 0;
    }
    .atclLbox_img {
        margin-right: 0;
        position: relative;
        height: 140px;
        width: 100%;
    }
    .atclLbox_img img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }
    .atclLbox_txt {
        padding: 18px 20px 23px;
    }
    .atclLbox-ttl {
        font-size: 15px;
    }
    .atclLbox-txt {
        font-size: 14px;
    }
    .atclLbox_btn {
        margin: 15px auto 0;
    }
    .atclTbl_wrap {
        margin: 25px auto 0;
    }
    .atclTbl_in {
        margin: 0 auto;
        max-width: 680px;
        width: 100%;
    }
    .atclTbl_in th,
    .atclTbl_in td {
        padding: 8px 12px;
        font-size: 14px;
    }
    .atclTbl_in td {
        line-height: 1.9;
    }
    .tbl-sctxt  {
        font-size: 14px;
        margin: 25px 0 15px;
    }
    .atclTbl_wrap.ver2 {
        overflow: scroll;
        margin: 0 auto;
    }
    table.atclTbl_in.ver2 {
        width: 680px;
    }
    .atclTbl_in2 {
        margin: 0 auto;
        max-width: 680px;
        width: 100%;
    }
    .atclTbl_in2 th,
    .atclTbl_in2 td {
        padding: 8px 12px;
        font-size: 14px;
    }
    .atclTbl_in2 td {
        line-height: 1.5;
    }
    .atclTbl-btmtxt {
        font-size: 15px;
        margin: 15px 0 0;
        text-align: center;
    }
    .msrLst_wrap {
        margin: 0 auto 30px;
    }
    .msrLst_in {
        margin: 0 0 20px;
        width: 100%;
        border: solid 2px #26a24c;
        border-radius: 10px;
        box-sizing: border-box;
        background: #fff;
    }
    .msrLst-ttl {
        padding: 10px;
        font-size: 18px;
        border-radius: 6px 6px 0 0;
        line-height: 1.4;
    }
    .msrLst_ct {
        padding: 20px 15px;
    }
    .msrLst-txt {
        font-size: 16px;
        width: 100%;
        font-weight: bold;
        margin: 0 0 15px;
    }
    .msrLst-img {
        width: 100%;
        text-align: center;
    }
    .msrechCnt_tptxt {
        font-size: 18px;
        margin: 0 0 30px;
        text-align: left;
    }
    .msrechCnt_tptxt span {
        color: #009944;
    }
    .msrechCnt_tptxt .is-sml {
        font-size: 15px;
        margin-bottom: 10px;
        font-weight: normal;
    }
    .msrechCnt_tptxt:last-child {
        margin: 0;
    }
    .msrechCnt_btmtxt {
        font-size: 17px;
        width: fit-content;
        margin: 0 auto;
    }
    .msrechCnt_btmtxt span.is-hlt {
        font-size: 26px;
        padding: 0 4px;
    }
    .msrechCnt_btmtxt span.is-hlt:before {
        height: 9px;
        left: 0;
        bottom: -1px;
    }    
    .msrDtl_wrap {
        border-radius: 10px;
        padding: 45px 15px 20px;
        margin: 0 0 50px ;
    }
    .msrDtl_ttl {
        font-size: 18px;
        margin: -25px 0 0;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
        font-feature-settings: "palt";
    }
    .msrDtl_ttl > span {
        padding: 8px 24px;
    }
    .msrDtl_in {
        margin: 0 0 30px;
    }
    .msrDtl_in:last-child {
        margin: 0;
    }
    .msrdtlIn_ttl {
        font-size: 16px;
        padding: 0 0 0 30px;
        margin: 0 0 8px;
    }
    .msrdtlIn_ttl:before {
        top: 0;
        margin: 0;
        width: 24px;
        height: 22px;
    }
    .msrdtlIn_txt {
        font-size: 16px;
        padding: 0 0 0 30px;
        font-feature-settings: "palt";
    }
    .inv-tri:before {
        bottom: -38px;
        border-top: 25px solid #D44300;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
    }
    .areaClm_wrap a {
        width: 49%;
    }
    .areaClm-btn {
        margin: 20px auto 0;
    }
}
@media only screen and (max-width: 374px) {
    .atclTbl_in2 td {
        font-size: 12px;
    }
    .tan9Lnk_lst li.n1 a {
        padding: 0 20px 0 0;
    }
    .tan9Lnk_lst li.n4 a {
        padding: 0 44px 0 0;
    }
    .tan9Flow_img {
        width: 160px;
    }
    .tan9Flow-txt {
        width: calc(100% - 160px);
        font-size: 13px;
        padding: 0 0 0 10px;
    }
    .tan9Flow-txt span {
        font-size: 11px;
    }
    .tan9Flow_in:before {
        left: 70px;
    }
    .tan9Intr_en dt {
        font-size: 16px;
    }
    .tan9Intr_en dt span {
        font-size: 14px;
    }
    .tan9Dtl_hntbx dd {
        font-size: 14px;
    }
    .tan9Dtl_hntbx dd .txt_box {
        font-size: 14px;
        line-height: 1.4;
        margin: 5px 40px 5px 25px;
    }
    .courseCP-ttl_box {
        padding: 0 17px;
    }
    .courseCP-ttl {
        font-size: 16px;
    }
    .courseCP_price-txt {
        font-size: 16px;
    }
    .courseCP_price-txt.is-ver2 {
        font-size: 16px;
    }
    .courseCP_price-txt .is-orn, .courseCP_price-txt .is-ver1, .courseCP_price-txt .is-ver2, .courseCP_price-txt .is-ver3, .courseCP_price-txt .is-ver4, .courseCP_price-txt .is-ver5, .courseCP_price-txt .is-ver6, .courseCP_price-txt .is-ver7 {
        font-size: 16px;
    }
    .tan9-read.is-ver2 {
        font-size: 14px;
    }
    .crsPrc_tbl dl dd.plus2_ver2 {
        font-size: 17px;
    }
    .crsPrc_tbl dl dd .is-fsr {
        font-size: 12px;
    }
    .crsPrc_tbl dl dd .is-fsr.is-ver2 {
        font-size: 16px;
    }
    .crsPrc_tbl dl dd .is-fss {
        font-size: 12px;
    }
    .tan9Lnk_bln {
        font-size: 15px;
    }
    .tan9Lnk_lst li a {
        font-size: 14px;
    }
    .crsAbout_label ul li span {
        font-size: 14px;
    }
    .crsPrc_tbl dl dd {
        font-size: 17px;
    }
    .crsPrc_tbl dl dd .is-fsl {
        font-size: 24px;
    }
    .crsSec_dtl dt {
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    .crsSec_dtl dd {
        font-size: 13px;
    }
    .highUp_up_in {
        width: 210px;
    }
    .highUp_up_in ul li {
        font-size: 12px;
    }
    .highUp_up_in ul li.is-fsl {
        font-size: 14px;
    }
    .highUp-stx {
        font-size: 12px;
    }
    .voiceBox-txt.is-ver1 {
        font-size: 13px;
    }
    .voiceBox-txt {
        font-size: 12px;
    }
    .voiceBox-txt.is-ver2 span {
        font-size: 12px;
    }
    .crsSec-txt {
        font-size: 14px;
    }
    .main_ttl_img {
        padding: 0 15px;
    }
    #cp02.main_ttl_img {
        padding: 0 24px
    }
    .pro_voice_img img {
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    .c-sp2 {
        display: none;
    }
    .crsAbout-ttl span.is-ver2 {
        font-size: 22px;
    }
    /*中学受験 改修*/ 
    .pri_top-txt {
        font-size: 14px;
    }
    .pri_voice_img img {
        width: 100%;
        height: auto;
    }
    .measures_dtlimg img {
        width: 100%;
        height: auto;
    }
    .mdl_img.cram03 img {
        width: 100%;
        height: auto;
    }
    .cm-voice-tag .is-tl {
        width: 70px;
        font-size: 12px;
    }
    .cm-voice-tag .is-dl {
        font-size: 12px;
    }
    /*中学受験コース　各対策ページ*/
    .msrEch_btn span:before {
        right: 15px;
    }
    .msrech-u375 {
        display: block;
    }
    .msrAtcl-ttl {
        font-size: 18px;
        padding: 10px 18px;
    }
    .msrAtcl-hlgt {
        font-size: 18px;
    }
    .atclTbl-btmtxt {
        text-align: left;
    }
    .msrechCnt-ttl.is-ver2 {
        line-height: 1.4;
        font-size: 20px;
        padding: 8px 0;
    }
    .msrLst-ttl {
        font-size: 15px;
        border-radius: 6px 6px 0 0;
    }
    .msrLst-txt {
        font-size: 14px;
    }
    .msrLst-img img {
        width: auto;
        height: 60px;
    }
    .msrLst-img img.is-ver2 {
        width: 65px;
        height: auto;
    }
    .msrechCnt_tptxt {
        font-size: 16px;
    }
    a.msr-abtn {
        min-width: 280px;
        height: 72px;
        font-size: 18px;
    }
    a.msr-abtn span {
        padding: 12px 10px 24px;
        background: no-repeat #30A0BF url(/cmn/svg/icn_arw_down_s_line_wh.svg) center bottom 7px/16px auto;
    }
    .msrDtl_wrap {
        padding: 45px 12px 20px;
    }
    .msrDtl_ttl {
        margin: -22px 0 0;
        font-size: 17px;
    }
    .msrDtl_ttl > span {
        padding: 8px 20px;
    }
    .msrdtlIn_txt {
        font-size: 15px;
    }
    .msrechCnt_btmtxt {
        font-size: 16px;
    }
    .c-u375 {
        display: block;
    }
    .c-o374 {
        display: none;
    }
}
/*spring campaign*/
.clr-grn {
    color: #00b92c;
}
.clr-bl {
    color: #30adfa;
}
.spring_campaign .oq-txt {
    font-style: oblique;
}
.spring_campaign .c-main {
    padding: 100px 40px 60px 30px
}
.spring_campaign .main_ttl_img {
    margin: 0 auto 60px;
}
.spring_campaign .courseCP_gift_wrap {
    margin-bottom: 37px;
}
.spring_campaign .gifttxt_wrap {
    padding: 0 0 0 80px;
    margin: 0 0 40px;
    position: relative;
}
.spring_campaign .gifttxt_wrap:last-of-type {
    margin: 0;
}
.spring_campaign .gifttxt_wrap::before {
    position: absolute;
    content: "";
    z-index: 9;
    width: 71px;
    height: 71px;
    margin: 0;
    left: 0;
}
.spring_campaign .gifttxt_wrap:first-of-type:before {
    top: -4px;
    background: no-repeat url("../img/icn_bloom01_spring2023.png");
}
.spring_campaign .gifttxt_wrap:nth-child(2):before {
    top: 0;
    background: no-repeat url("../img/icn_bloom02_spring2023.png");
}
.spring_campaign .gifttxt_wrap.ver2:first-of-type:before {
    top: -4px;
    background: no-repeat url("../img/icn_bloom01_2_spring2023.png");
}
.spring_campaign .gifttxt_wrap.ver2:nth-child(2):before {
    top: 0;
    background: no-repeat url("../img/icn_bloom02_2_spring2023.png");
}
.spring_campaign .gifttxt-top {
    font-size: 24px;
    margin: 0 0 15px;
}
.spring_campaign .gifttxt-middle {
    font-size: 14px;
    margin: 0 0 8px;
}
.spring_campaign .gifttxt-bottom {
    font-size: 10px;
}
.spring_campaign .courseCP_gift_set {
    margin-top: -28px;
    padding-left: 19px;
}
.spring_campaign .courseCP_infolist_in {
    border-top: solid 1px #e6e6e6;
    padding: 28px 0 0 29px;
    margin: 28px auto 0;
}
.spring_campaign .courseCP_infolist_in:first-of-type {
    margin: 0 auto 0;
}
.spring_campaign .courseCP_infolist_in dt {
    color: #00b92c;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
}
.spring_campaign .courseCP_infolist_in dd {
    font-size: 16px;
    line-height: 1;
}
.spring_campaign .courseCP_infolist_in li {
    margin-bottom: 14px;
}
.spring_campaign .courseCP_infolist_in li span {
    font-weight: bold;
}
.spring_campaign .courseCP_infolist_in li:last-of-type {
    margin-bottom: 0;
}
@media only screen and (min-width: 896px) {
    .spring_campaign .courseCP_gift_wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 7px;
    }
    .spring_campaign .courseCP_infolist_in {
        display: flex;
    }
    .spring_campaign .courseCP_infolist_in dt {
        width: 220px;
    }
    .spring_campaign .pcfs-30 {
        font-size: 30px;
        display: inline-block;
        line-height: 1;
    }
    .spring_campaign .pcfs-32 {
        font-size: 32px;
        display: inline-block;
        line-height: 1;
    }
    .spring_campaign .pcfs-48 {
        font-size: 48px;
        display: inline-block;
        line-height: 1;
    }
    .spring_campaign .telBnr_in {
        width: auto;
        max-width: 950px;
        margin: 0 auto 100px;
    }
    .spring_campaign .c-main.is-ver3 {
        padding: 0 40px 100px 30px;
    }
}
@media only screen and (max-width: 896px) {
    .spring_campaign .c-main {
        padding: 0;
        margin: 0 0 10px;
    }
    .spring_campaign .c-mainTtl-ttl {
        line-height: 1.25;
    }
    .spring_campaign .courseCP_Cv_wrap {
        margin-top: 30px;
    }
    .spring_campaign .main_ttl_img {
        margin: 0 auto 15px;
        padding: 0 2.67%;
    }
    .spring_campaign .courseCP_gift_wrap {
        margin-bottom: 37px;
    }
    .spring_campaign .courseCP_gift_set {
        text-align: center;
        margin: 0 0 25px;
    }
    .spring_campaign .gifttxt_wrap {
        padding: 0 0 0 60px;
        margin: 0 0 33px;
        position: relative;
    }
    .spring_campaign .gifttxt_wrap:last-of-type {
        margin: 0;
    }
    .spring_campaign .gifttxt_wrap::before {
        position: absolute;
        content: "";
        z-index: 9;
        width: 54px;
        height: 54px;
        margin: 0;
        left: 0;
    }
    .spring_campaign .gifttxt_wrap:first-of-type:before {
        top: -6px;
        background: no-repeat url("../img/sp/icn_bloom01_spring2023.png") center/100%;
    }
    .spring_campaign .gifttxt_wrap:nth-child(2):before {
        top: 0;
        background: no-repeat url("../img/sp/icn_bloom02_spring2023.png") center/100%;
    }
    .spring_campaign .gifttxt_wrap.ver2:first-of-type:before {
        top: -6px;
        background: no-repeat url("../img/sp/icn_bloom01_2_spring2023.png") center/100%;
    }
    .spring_campaign .gifttxt_wrap.ver2:nth-child(2):before {
        top: 0;
        background: no-repeat url("../img/sp/icn_bloom02_2_spring2023.png") center/100%;
    }
    .spring_campaign .gifttxt-top {
        font-size: 18px;
        margin: 0 0 8px;
        line-height: 1;
    }
    .spring_campaign .gifttxt-middle {
        font-size: 12px;
        margin: 0 0 5px;
        line-height: 1.5;
    }
    .spring_campaign .gifttxt-middle:last-child {
        margin: 0 ;
    }
    .spring_campaign .gifttxt-bottom {
        font-size: 10px;
        line-height: 1.5;
    }
    .spring_campaign .courseCP_infolist_in {
        border-top: solid 1px #e6e6e6;
        padding: 20px 0 0;
        margin: 15px auto 0;
    }
    .spring_campaign .courseCP_infolist_in:first-of-type {
        margin: 0 auto 0;
    }
    .spring_campaign .courseCP_infolist_in dt {
        color: #00b92c;
        font-weight: bold;
        font-size: 12px;
        line-height: 1;
        margin-left: -0.6em;
        margin-bottom: 15px;
    }
    .spring_campaign .courseCP_infolist_in dd {
        font-size: 12px;
        line-height: 1.9;
    }
    .spring_campaign .courseCP_infolist_in li {
        margin-bottom: 0;
    }
    .spring_campaign .courseCP_infolist_in li span {
        font-weight: bold;
    }
    .spring_campaign .courseCP_infolist_in li:last-of-type {
        margin-bottom: 0;
    }
    .spring_campaign .c-main.is-ver3 {
        padding: 50px 20px 20px 20px;
    }
    .spfs-24 {
        font-size: 24px;
        display: inline-block;
        line-height: 1;
    }
    .spfs-37 {
        font-size: 37px;
        display: inline-block;
        line-height: 1;
    }
    /*20230622*/
    .priMve_wrap {
        margin: 40px auto 0;
        width: 100%;
        height:auto;
    }
    .priMve_wrap iframe {
        width: 100%;
        aspect-ratio: 16/9;
    }
}
@media only screen and (max-width: 374px) {
    .spring_campaign .gifttxt-top {
        font-size: 15px;
        margin: 0 0 8px;
    }
    .spfs-24 {
        font-size: 20px;
    }
    .spfs-37 {
        font-size: 34px;
    }
    /*中学生コース 改修*/ 
    .cm_subttl {
        font-size: 28px;
    }
    .cm-subtxt {
        font-size: 18px;
    }
    .cm_popup_btn.ver3 a {
        width: 260px;
    }
    .cm_popup_btn.ver3 a span {
        font-size: 14px;
        background: #fff url(../svg/icn_arw_right_s_line_blue.svg) no-repeat center right 15px / 7px auto;
    }
    .voise_slide li dl dt {
        font-size: 24px;
    }
    .voise_slide li dl dd {
        font-size: 14px;
    }
    .cm_subttl.ver3 {
        font-size: 25px;
    }
    .cm_system_txt {
        margin-left: 10px;
    }
    .cm_subttl .is-sml {
        font-size: 20px;
    }
    .cm_ex_txt dt {
        font-size: 14px;
    }
    .cm_worry_in dt {
        font-size: 13px;
    }
    .cm_ex_txt dd.on {
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    .areaClm_wrap a {
        width: 100%;
    }
}
.message_wrap {
    margin-bottom: 95px;
}
.message_box {
    display: flex;
    flex-wrap: wrap;
}
.message_img .name {
    font-size: 12px;
    line-height: 1.6;
    font-weight: bold;
    margin-top: 10px;
}
.message_img .name span {
    font-size: 20px;
}
.message_txt {
    padding-left: 45px;
    width: -webkit-calc(100% - 238px);
    width: calc(100% - 238px);
    box-sizing: border-box;
}
.message_txt .tl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px 0;
}
.message_txt .txt {
    font-size: 16px;
    line-height: 2;
}
.messageCnt_wrap {
    background: #ecfff0;
    border-radius: 20px;
    padding: 60px 0 64px;
    text-align: center;
}
.messageCnt_wrap .ttl {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #009944;
    margin-bottom: 26px;
}
.messageCnt_wrap .txt {
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
}
@media only screen and (max-width: 896px) {
    .message_wrap {
        margin-bottom: 60px;
    }
    .message_box {
        display: block;
    }
    .message_img {
        max-width: none;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 18px;
    }
    .message_img .name {
        font-size: 11px;
        line-height: 1.6;
        margin-top: 0;
        padding-left: 20px;
    }
    .message_img .name span {
        font-size: 14px;
        line-height: 1.8;
    }
    .message_txt {
        padding-left: 0;
        width: 100%;
    }
    .message_txt .tl {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 15px 0;
    }
    .message_txt .txt {
        font-size: 15px;
        line-height: 1.66;
    }
    .messageCnt_wrap {
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px);
        box-sizing: border-box;
        margin-left: -20px;
        border-radius: 0;
        padding: 25px 20px;
        text-align: center;
    }
    .messageCnt_wrap .ttl {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .messageCnt_wrap .txt {
        font-size: 13px;
        line-height: 1.53;
    }
}
