@charset "utf-8";
.cv_cont {
    padding: 100px 0 60px;
}
.topSc_wrap {
    margin-top: 130px;
}
.topSc_ttl.ver2 {
    font-size: 30px;
    margin-bottom: 60px;
}
.topSc_ttl.ver2 span {
    padding-left: 40px;
}
.topSc_ttl.ver2 span:before {
    width: 25px;
    background: url(../img/top_icn5.png) no-repeat center;
    background-size: 100% auto;
}
.topSc_txt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
.scLst_wrap {
    padding: 60px 0 0;
}
.searchLst_wrap {
    border-radius: 20px;
    overflow: hidden;
}
.searchLst_wrap .table {
    width: 100%;
}
.searchLst_wrap .table th {
    width: 255px;
    background: #ffc000;
    border-right: 1px solid #fff;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 19px 0;
}
.searchLst_wrap .table th:nth-child(2) {
    width: 485px;
}
.searchLst_wrap .table th:last-child {
    border-right: none;
}
.searchLst_wrap .table td {
    background: #f9f9f9;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    font-size: 22px;
    line-height: 1.6;
    font-weight: bold;
    text-align: left;
    padding: 20px 30px;
}
.searchLst_wrap .table td:last-child {
    border-right: none;
}
.searchLst_wrap .table td .lt {
    font-size: 14px;
}
.searchLst_wrap .table td .red {
    color: #fd6767;
}
.searchLst_wrap .table .add {
    font-size: 18px;
}
.searchLst_wrap .table .course {
    text-align: center;
}
.searchLst_wrap .table .course .tag {
    width: 138px;
    padding: 5px 0;
    font-size: 20px;
    line-height: 1;
    background: #f8a3ad;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 5px;
}
.searchLst_wrap .table .name a {
    display: inline-block;
    width: 100%;
}
.searchLst_wrap .table .square_logo {
    display: block;
}
/*
.csFree_wrap {
    background: #fee8de;
}
.csFree_ttl span:before {
    right: 0;
    background: url(../img/course_line1_2.png) no-repeat center;
}
.csFree_ttl span:after {
    left: 0;
    background: url(../img/course_line1_1.png) no-repeat center;
}*/
.scDtl_wrap {
    padding: 80px 0 120px;
}
.scDtl_ttl {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}
.scDtl_ttl span {
    width: 138px;
    display: inline-block;
    font-size: 20px;
    background: #f8a3ad;
    color: #fff;
    border-radius: 4px;
    padding: 9px 0;
    margin-left: 30px;
}
.scDtl_box {
    margin-bottom: 100px;
}
.scDtl_box .img {
    width: 670px;
    margin: 0 auto;
}
.scDtl_box .slider li {
    border-radius: 30px;
    overflow: hidden;
}
.scDtl_box .slider li.bg_gray {
    background: #e6e6e6;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.scDtl_box .slider li.bg_gray img {
    width: auto;
    height: 100%;
}
.scDtl_map {
    padding-top: 60px;
}
.scDtl_map .map {
    border-radius: 10px;
    overflow: hidden;
}
.scDtl_map .map iframe {
    width: 100%;
    height: 370px;
}
.scDtl_table {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #bfbfbf;
}
.scDtl_table .table {
    width: 100%;
}
.scDtl_table .table th {
    width: 160px;
    background: #f9f9f9;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    padding: 15px 20px;
}
.scDtl_table .table td {
    background: #fff;
    border-bottom: 1px solid #bfbfbf;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    padding: 15px 20px;
}
.scDtl_table .table tr:last-child th,
.scDtl_table .table tr:last-child td {
    border-bottom: none;
}
@media (min-width: 896px) {
    .searchLst_wrap .table tr:nth-child(2n) td {
        background: #f3f3f3;
    }
    .searchLst_wrap .table td .name a:hover {
        color: #f8a3ad;
    }
    .searchLst_wrap .table td .name a:hover .square_logo {
        transition: opacity 0.2s ease-out, all 0.2s ease-out;
    }
    .searchLst_wrap .table td .name a:hover .square_logo {
        opacity: 0.8;
    }
    .searchLst_wrap .table .square_logo {
        display: block;
        margin-bottom: -5px;
    }
    .searchLst_wrap .table .square_logo img {
        width: 195px;
        height: 18px;
    }
}
@media only screen and (max-width: 896px) {
    .cv_cont {
        padding: 40px 0 20px;
    }
    .csTop_wrap {
        padding: 0 20px;
    }
    .topSc_wrap {
        margin-top: 60px;
    }
    .topSc_ttl.ver2 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .topSc_ttl.ver2 span {
        padding-left: 30px;
    }
    .topSc_ttl.ver2 span:before {
        width: 16px;
        height: 24px;
        background: url(../img/sp/top_icn5.png) no-repeat center;
        background-size: 100% auto;
    }
    .topSc_txt {
        font-size: 14px;
        text-align: left;
        margin-bottom: 30px;
    }
    .scLst_wrap {
        padding: 60px 20px 0;
    }
    .searchLst_wrap {
        border-radius: 5px;
    }
    .searchLst_wrap + .searchLst_wrap {
        margin-top: 30px;
    }
    .searchLst_wrap .table th {
        width: 80px;
        background: #ffc000;
        border-right: none;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        padding: 15px 0;
    }
    .searchLst_wrap .table th:last-child {
        border-bottom: none;
    }
    .searchLst_wrap .table td {
        border-right: none;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        padding: 15px 15px;
        text-align: left;
    }
    .searchLst_wrap .table td:last-child {
        border-bottom: none;
    }
    .searchLst_wrap .table td .lt {
        font-size: 12px;
    }
    .searchLst_wrap .table .add {
        font-size: 12px;
    }
    .searchLst_wrap .table .course {
        text-align: left;
    }
    .searchLst_wrap .table .course .tag {
        width: 78px;
        padding: 6px 0;
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 0;
        border-radius: 2px;
    }
    .searchLst_wrap .table .square_logo img {
        width: 150px;
        height: 14px;
    }
    /* .csFree_ttl span:before {
        background: url(../img/sp/course_line1_2.png) no-repeat center;
        background-size: 100% auto;
    }
    .csFree_ttl span:after {
        background: url(../img/sp/course_line1_1.png) no-repeat center;
        background-size: 100% auto;
    } */
    .scDtl_wrap {
        padding: 60px 20px;
    }
    .scDtl_ttl {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .scDtl_ttl span {
        width: 80px;
        font-size: 15px;
        border-radius: 2px;
        padding: 4px 0;
        margin-left: 10px;
    }
    .scDtl_box {
        display: block;
        margin-bottom: 40px;
    }
    .scDtl_box .img {
        width: 100%;
        margin-bottom: 60px;
    }
    .scDtl_box .img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    /*.scDtl_box .slider li.bg_gray.ver2 img {
        width: 52.239%;
    }
    .scDtl_box .slider li.bg_gray.ver3 img {
        width: 53.733%;
    }
    .scDtl_box .slider li.bg_gray.ver4 img {
        width: 71.645%;
    }
    .scDtl_box .slider li.bg_gray.ver5 img {
        width: 55.224%;
    }
    .scDtl_box .slider li.bg_gray.ver6 img {
        width: 58.21%;
    }
    .scDtl_box .slider li.bg_gray.ver7 img {
        width: 63.284%;
    }
    .scDtl_box .slider li.bg_gray.ver8 img {
        width: 56.72%;
    }
    .scDtl_box .slider li.bg_gray.ver9 img {
        width: 71.645%;
    }*/
    .scDtl_box .slider li.slick-slide {
        border-radius: 15px;
        width: 100%;
        height: 100%;
        aspect-ratio: 67 / 43;
    }
    .scDtl_box .map {
        border-radius: 5px;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .scDtl_map {
        padding-top: 30px;
    }
    .scDtl_map .map {
        border-radius: 5px;
    }
    .scDtl_map .map iframe {
        width: 100%;
        height: 165px;
    }
    .scDtl_table .table th {
        display: block;
        width: 100%;
        font-size: 14px;
        padding: 8px 20px;
        box-sizing: border-box;
        border-right: none;
    }
    .scDtl_table .table td {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 2;
        padding: 11px 20px;
        box-sizing: border-box;
    }
    .scDtl_table .table tr:last-child th {
        border-bottom: 1px solid #bfbfbf;
    }
}
@media (max-width: 374px) {}
