@charset "UTF-8";
body {
    font-size: 16px;
    line-height: 1.8;
}
.pageCnt_wrap{
    padding: 40px 0 120px;
}
.page_mds{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.028em;
    color: #000;
}
.pageCnt_box{
    margin-bottom: 60px;
}
.pageCnt_box:last-child{
    margin-bottom: 0;
}
.pageCnt_box .box{
    padding-top: 40px;
}
.pageCnt_box .box .txt {
    padding-top: 20px;
}
.pageCnt_box .box .txt:first-child,
.pageCnt_box .box .txt:only-child {
    padding-top: 0;
}
.pageCnt_box .box .txt a {
    color: #006cf0;
    text-decoration: underline;
}
.pageCnt_box .box .txt span {
    color: #FC6E21;
}
.pageCnt_box .box .txt .is-clr2 {
    color: #FFC000;
}
.pageCnt_box .box .txt .is-clr3 {
    color: #00B0F0;
}
.pageCnt_box .box .txt .is-bold {
    font-weight: bold;
}
.pageCnt_box .box .txt .is-fss {
    font-size: 14px;
}
.pageCnt_box .box .txt-lnk {
    margin: 10px 0 0 0;
    text-align: right;
}
.pageCnt_box .box .txt-lnk a {
    display: inline-block;
    position: relative;
    padding-right: 56px;
    text-decoration: none;
}
.pageCnt_box .box .txt-lnk a:before {
    content: '';
    display: block;
    width: 20px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arw_right.svg) no-repeat center;
    background-size: 100% auto;
    transition: all 0.3s ease-in-out;
}
.pageCnt_box .lst{
    padding-top: 20px;
}
.pageCnt_box .lst:first-child{
    padding-top: 0;
}
.pageCnt_box .lst li{
    padding-left: 1.5em;
    margin-bottom: 10px;
    position: relative;
}
.pageCnt_box .lst li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background: #FC6E21;
}
.pageCnt_box .lst li:last-child{
    margin-bottom: 0;
}
.pageCnt_box .lst.ver2 li:before {
    content: none;
}
.pageCnt_box .lst.ver2 li .tl {
    position: absolute;
    top: 0;
    left: 0;
}
.pageCnt_box .lst.ver3{
    padding-top: 0;
    padding-left: 1em;
}
.pageCnt_box .img{
    padding-top: 40px;
}
.pageCnt_box .img:first-child{
    padding-top: 0;
}
.pageCnt_box .logobox{
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 40px;
    margin-bottom: 40px;
}
.pageCnt_box .logobox .img{
    padding-top: 0;
    text-align: center;
}
.pageCnt_box .logobox .txt{
    text-align: center;
    padding: 20px 0;
}
.pageCnt_box .logobox .design{
    text-align: center;
}
.pageCnt_box .logobox .design dt{
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
.pageDtl_box{
    margin-top: 40px;
    padding-left: 20px;
}
.pageDtl_mds{
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.pageDtl_box .box{
    padding-top: 20px;
}
.pageDtlSb_mds {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 20px 15px;
    background: #FC6E21;
    color: #fff;
}
.pageDtlSb_box {
    margin-top: 40px;
}
.pageCnt_box .lsts{
    margin-top: 10px;
}
.pageCnt_box .lsts li{
    padding-left: 0;
}
.pageCnt_box .lsts li:before {
    content: none;
}
.pageCnt_box .table {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #C9C9C9;
    margin-top: 20px;
}
.pageCnt_box .table:first-child {
    margin-top: 0;
}
.pageCnt_box .table.is-ver2 {
    margin-top: 0;
}
.pageCnt_box .table table{
    width: 100%;
}
.pageCnt_box .table table thead th{
    background: #FC6E21;
    color: #fff;
    border-top: none;
}
.pageCnt_box .table.is-ver3 table thead th{
    /*background: #FFC000;*/
    width: 70%;
    text-align: center;
}
.pageCnt_box .table.is-ver3 table thead th:first-child{
    width: 30%;
    border-right: 1px solid #fff;
}
.pageCnt_box .table.is-ver3.is-clr2 table thead th{
    background: #00B0F0;
}
.pageCnt_box .table table th{
    border-top: 1px solid #C9C9C9;
    background: #F8F8F8;
    font-weight: bold;
    width: 10%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}
.pageCnt_box .table.is-ver3 table th{
    text-align: left;
}
.pageCnt_box .table.is-ver2 table tr:first-child th{
    border-top: 0;
}
.pageCnt_box .table table td{
    border-top: 1px solid #C9C9C9;
    border-left: 1px solid #C9C9C9;
    padding: 15px;
    box-sizing: border-box;
    text-align: left;
}
.pageCnt_box .table.is-ver2 table tr:first-child td{
    border-top: 0;
}
.pageCnt_box .table2 {
    overflow: hidden;
    border-radius: 10px;
    border: 1px #ddd solid;
}
.pageCnt_box .table2 table{
    width: 100%;
}
.pageCnt_box .table2 table th{
    padding: 10px 10px;
    border-right: 1px #ddd solid;
    border-top: 1px #ddd solid;
    text-align: center;
    background: #FC6E21;
    color: #fff;
}
.pageCnt_box .table2 table td{
    padding: 10px 10px;
    border-top: 1px #ddd solid;
    border-right: 1px #ddd solid;
    text-align: left;
}
.pageCnt_box .table2 table td.t_glay {
    background: #F8F8F8;
    text-align: center;
    white-space: nowrap;
}
.pageCnt_box .table2 table tr:first-child th{
    border-top: none;
}
.pageCnt_box .table2 table tr th:last-child{
    border-right: none;
}
.pageCnt_box .table2 table td:last-child{
    border-right: none;
}
.pageCnt_box .table_mds {
    padding: 20px 0;
    font-weight: bold;
}
.pageCnt_box .add{
    margin-top: 12px;
    padding-left: 2.5em;
    position: relative;
    font-size: 10px;
}
.pageCnt_box .add ul li{
    padding-left: 1.5em;
    position: relative;
}
.pageCnt_box .add span{
    position: absolute;
    top: 0;
    left: 0;
}
.pageStep_lst .pageCnt_box .step {
    border: solid 2px #FC6E21;
    background: #fff;
    color: #FC6E21;
}
.pageStep_lst .pageCnt_box .step span {
    font-size: 20px;
    font-weight: bold;
}
.pageCnt_box .c-btn{
    margin: 0;
    margin-top: 20px;
}
.c-btn.is-standard a {
    padding-right: 25px;
    box-sizing: border-box;
}
@media (min-width: 896px) {
    .pageStep_lst .pageCnt_box {
        padding-left: 100px;
        position: relative;
    }
    .pageStep_lst .pageCnt_box:before {
        content: '';
        display: block;
        width: 2px;
        height: -webkit-calc(100% + 100px);
        height: calc(100% + 100px);
        position: absolute;
        top: 0;
        left: 39px;
        background: #FC6E21;
        z-index: -1;
    }
    .pageStep_lst .pageCnt_box:last-child:before {
        content: none;
    }
    .pageStep_lst .pageCnt_box .step {
        width: 80px;
        height: 80px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 80px;
        position: absolute;
        top: -22px;
        left: 0;
        z-index: 2;
    }
}
.pageTgl_box {
    background: #F8F8F8;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.pageTgl_box:last-child {
    margin-bottom: 0;
}
.pageTgl_box dt .txt {
    display: inline-block;
    position: relative;
}
.pageTgl_box dt a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    padding: 17px 30px;
    position: relative;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    padding-right: 60px;
    text-decoration: none;
}
.pageTgl_box dt a:before {
    content: '';
    display: block;
    width: 10px;
    height: 8px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arw_s_down.svg) no-repeat center;
    background-size: 100% auto;
}
.pageTgl_box dt.on a {
    background: #E9F0F5;
}
.pageTgl_box dt.on a:before {
    background: url(../svg/arw_s_up.svg) no-repeat center;
    background-size: 100% auto;
}
.pageTgl_box dd {
    display: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    padding: 17px 30px 30px;
    position: relative;
}
.pageTgl_box dd .txt {
    display: inline-block;
    position: relative;
    margin-top: 20px;
}
.pageTgl_box dd .txt:first-child {
    margin-top: 0;
}
.pageTgl_box dd a {
    color: #FC6E21;
    text-decoration: underline;
    display: inline-block;
    position: relative;
}
.pageTgl_box dd a.pdf {
    padding-right: 20px;
}
.pageTgl_box dd a.pdf:before {
    content: '';
    display: block;
    width: 12px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_pdf.svg) no-repeat center;
    background-size: 100% auto;
}
.dlCnt_box{
    border-top: 1px solid #ececec;
}
.dlCnt_mds{
    border-bottom: 1px solid #ececec;
}
.dlCnt_mds a{
    padding: 20px 40px 20px 20px;
}
.dlCnt_lst li a {
    padding: 10px 40px 10px 20px;
}
.dlCnt_mds a,
.dlCnt_lst li a {
    display: block;
    position: relative;
    text-decoration: none;
}
.dlCnt_mds a:before,
.dlCnt_lst li a:before {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.dlCnt_mds.pdf a:before,
.dlCnt_lst li.pdf a:before {
    width: 14px;
    height: 20px;
    background: url(../svg/icn_pdf_blu.svg) no-repeat center;
    background-size: 100% auto;
}
.dlCnt_mds.wold a:before,
.dlCnt_lst li.wold a:before {
    width: 14px;
    height: 20px;
    background: url(../svg/icn_word_blu.svg) no-repeat center;
    background-size: 100% auto;
}
.dlCnt_mds.excel a:before,
.dlCnt_lst li.excel a:before {
    width: 14px;
    height: 20px;
    background: url(../svg/icn_excel_blu.svg) no-repeat center;
    background-size: 100% auto;
}
.dlCnt_mds.tglja a:before {
    width: 10px;
    height: 8px;
    background: url(../svg/arw_s_down.svg) no-repeat center;
    background-size: 100% auto;
}
.dlCnt_mds.tglja.on a:before {
    background: url(../svg/arw_s_up.svg) no-repeat center;
    background-size: 100% auto;
}
.dlCnt_mds.tglja.on {
    border-bottom: 1px solid #fff;
}
.dlCnt_lst{
    display: none;
    background: #F8F8F8;
}
.dlCnt_lst li{
    border-bottom: 1px solid #fff;
}
.seminar_part{
    padding: 20px 0;
}
.seminar_part .mds{
    font-weight: bold;
    margin-bottom: 1em;
}
.seminar_part .part{
    margin-top: 1em;
    position: relative;
}
.seminar_part .part dd{
    padding-left: 4em;
}
.pageCnt_box .company{
    background: #F8F8F8;
    padding: 40px;
    margin-top: 20px;
}
.pageCnt_box .company dt{
    font-size: 18px;
    font-weight: bold;
}
.pageCnt_box .company dd{
    padding-top: 1em;
}
.pageCnt_box .company dd li{
    padding-left: 1em;
    margin-bottom: .5em;
    position: relative;
}
.pageCnt_box .company dd li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background: #FC6E21;
}
.pageCnt_box .company dd li a{
    color: #006cf0;
    text-decoration: underline;
}
.access_box .map{
    margin-bottom: 40px;
}
.access_box .map iframe{
    width: 100%;
}
.access_box .date{
    display: table;
    width: 100%;
    letter-spacing: -.4em;
    padding: 20px;
    border-top: 1px solid #846759;
    box-sizing: border-box;
}
.access_box .date:last-child{
    border-bottom: 1px solid #846759;
}
.access_box .date dt{
    width: 80px;
    display: table-cell;
    letter-spacing: normal;
    text-align: left;
    vertical-align: middle;
}
.access_box .date dd{
    display: table-cell;
    letter-spacing: normal;
    text-align: left;
    vertical-align: middle;
}
.sitemap_box{
    font-size: 16px;
    line-height: 1.8;
    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;
}
.sitemap_box .box{
    width: 50%;
    margin-top: 40px;
}
.sitemap_box .box .mds{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: .6em;
}
.sitemap_box .box .mds:last-child{
    margin-bottom: 0;
}
.sitemap_box .box .mds a{
    position: relative;
    padding-left: 1em;
}
.sitemap_box .box a.is-non {
    pointer-events: none;
}
.sitemap_box .box .mds a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 12px;
    background: url(../svg/arw_s_right.svg) no-repeat center;
    background-size: 100% auto;
    transition: all 0.3s ease-in-out;
}
.sitemap_box .box .lst li{
    margin-bottom: 10px;
}
.sitemap_box .box .lst li:last-child {
    margin-bottom: 0;
}
.sitemap_box .box .lst li a{
    position: relative;
    padding-left: 1em;
}
.sitemap_box .box .lst li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 12px;
    background: url(../svg/arw_s_right.svg) no-repeat center;
    background-size: 100% auto;
    transition: all 0.3s ease-in-out;
}
.oldSys_box {
    box-sizing: border-box;
}
.oldSys_box .lst {
    border-top: 1px solid #C9C9C9;
    margin-bottom: 40px;
}
.oldSys_box .lst li {
    padding: 25px 60px 25px 0;
    position: relative;
    border-bottom: 1px solid #C9C9C9;
}
.oldSys_box .lst li a {
    display: block;
    text-decoration: none;
}
.oldSys_box .lst li a:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arw_r_right.svg) no-repeat center;
    background-size: 100% auto;
    transition: all 0.3s ease-in-out;
}
.news_box .lst .txt {
    font-size: 16px;
    line-height: 1;
}
.schedule_date{
    position: relative;
    /* overflow: hidden; */
    border-radius: 10px;
    border: 1px solid #C9C9C9;
    box-shadow: 0 2px 6px rgba(0,0,0,.04);
}
.schedule_date .date{
    width: 100%;
}
.schedule_date .date th{
    background: #F8F8F8;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    width: 20%;
    padding: 22px 0;
    box-sizing: border-box;
    text-align: center;
}
.schedule_date .date th:first-child {
    width: 40%;
    border-radius: 10px 0 0 0;
}
.schedule_date .date th:last-child {
    width: 40%;
    border-radius: 0 10px 0 0;
}
.schedule_date .date td{
    border-top: 1px solid #C9C9C9;
    font-size: 16px;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
}
.schedule_date .btn{
    width: 150px;
    height: 40px;
    margin: 0 auto;
}
.schedule_date .btn a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background: #FC6E21;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid #FC6E21;
    box-sizing: border-box;
}
.schedule_date .btn.end a{
    background: #BBBBBB;
    pointer-events: none;
    border: 1px solid #BBBBBB;
}
.note-txt {
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 10;
    font-size: 14px;
}
.dlCnt-txt_wrap {
    margin-top: 30px;
    font-size: 14px;
}
.dlCnt-txt_wrap ul {
    margin-bottom: 10px;
}
.dlCnt-txt_wrap ul li {
    position: relative;
    padding-left: 1em;
}
.dlCnt-txt_wrap ul li span,
.dlCnt-txt_wrap .is-f-r span {
    position: absolute;
    z-index: 9;
    content: "";
    top: 0;
    left: 0;
}
.dlCnt-txt_wrap .is-f-r {
    font-weight: bold;
    color: #ff0000;
    position: relative;
    padding-left: 1em;
}
.dlCnt_mds.arrow a:before,
.dlCnt_lst li.arrow a:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arw_r_right.svg) no-repeat center;
    background-size: 100% auto;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 896px) {
    .pageTgl_box dd a:hover,
    .pageCnt_box .company dd li a:hover {
        text-decoration: none;
    }
    .pageTgl_box dt a:hover {
        color: #FC6E21;
    }
    .dlCnt_mds a:hover,
    .dlCnt_lst li a:hover {
        background: #E9F0F5;
    }
    .sitemap_box .box:nth-child(-n+2){
        margin-top: 0;
    }
    .oldSys_box .lst li a:hover:before {
        background: url(../svg/arw_r_right_or.svg) no-repeat center;
        background-size: 100% auto;
        right: 20px;
    }
    .oldSys_box .lst li a:hover {
        color: #FC6E21;
    }
    .pageCnt_box .box .txt a:hover {
        text-decoration: none;
    }
    .pageCnt_box .box .txt-lnk a:hover {
        color: #FC6E21;
    }
    .pageCnt_box .box .txt-lnk a:hover:before {
        background: url(../svg/arw_right_or.svg) no-repeat center;
        background-size: 100% auto;
        right: -10px;
    }
    .pageCnt_box .table.is-ver3 table thead th{
        font-size: 18px;
    }
    .pageCnt_box .table.is-ver3 table th{
        text-align: left;
    }
    .schedule_date .btn a:hover {
        color: #FC6E21;
        background: #fff;
    }
    .pageCnt_box .mkBtn_wrap{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    .pageCnt_box .mkBtn_wrap .c-btn{
        margin-right: 20px;
    }
    .dlCnt_mds.arrow a:hover:before,
    .dlCnt_lst li.arrow a:hover:before {
        background: url(../svg/arw_r_right_or.svg) no-repeat center;
        background-size: 100% auto;
    }
}
@media only screen and (max-width: 896px) {
    body {
        font-size: 14px;
        line-height: 1.6;
    }
    .pageCnt_main {
        padding: 0 15px 60px;
    }
    .sideCnt_wrap{
        padding: 40px 15px;
    }
    .pageCnt_wrap{
        padding: 20px 0 0;
    }
    .page_mds{
        font-size: 20px;
        line-height: 1.6;
    }
    .pageCnt_box{
        margin-bottom: 40px;
    }
    .pageCnt_box .box{
        padding-top: 20px;
    }
    .pageCnt_box .lst li:before {
        width: 8px;
        height: 8px;
        top: 7px;
    }
    .pageCnt_box .img{
        padding-top: 20px;
    }
    .pageCnt_box .img img{
        width: 100%;
        height: auto;
    }
    .pageCnt_box .logobox{
        border-radius: 2px;
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    .pageCnt_box .logobox .img img{
        max-width: 200px;
    }
    .pageCnt_box .logobox .txt{
        padding: 15px 0;
    }
    .pageCnt_box .logobox .design dt{
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .pageCnt_box .logobox .design dd{
        text-align: left;
    }
    .pageCnt_box .c-btn {
        margin: 20px auto 0 auto;
    }
    .pageStep_lst .pageCnt_box .step {
        text-align: center;
        margin-bottom: 20px;
    }
    .pageStep_lst .pageCnt_box .step span {
        font-size: 18px;
    }
    .pageDtl_box{
        margin-top: 20px;
        padding-left: 0;
    }
    .pageDtl_mds{
        font-size: 16px;
        line-height: 1.6;
    }
    .pageDtl_box .box{
        padding-top: 15px;
    }
    .pageDtlSb_mds {
        font-size: 16px;
        line-height: 1.6;
        padding: 20px 15px;
    }
    .pageDtlSb_box {
        margin-top: 20px;
    }
    .pageCnt_box .table {
        border-radius: 5px;
    }
    .pageCnt_box .table table th{
        width: 10%;
        padding: 10px;
    }
    .pageCnt_box .table table td{
        padding: 10px;
    }
    .pageCnt_box .table2 {
        border-radius: 5px;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .pageTgl_box {
        margin-bottom: 20px;
    }
    .pageTgl_box dt a {
        font-size: 14px;
        line-height: 1.8;
        padding: 12px 10px;
        padding-right: 28px;
    }
    .pageTgl_box dt a:before {
        right: 16px;
    }
    .pageTgl_box dd {
        font-size: 14px;
        line-height: 1.8;
        padding: 12px 10px;
        padding-right: 28px;
        word-break:break-all;
    }
    .dlCnt_mds a{
        padding: 20px 20px 20px 15px;
    }
    .dlCnt_lst li a {
        padding: 20px 20px 20px 15px;
    }
    .dlCnt_mds a:before,
    .dlCnt_lst li a:before {
        right: 6px;
    }
    .dlCnt_mds.tglja a:before {
        right: 6px;
    }
    .pageCnt_box .company{
        padding: 20px 15px;
    }
    .pageCnt_box .company dt{
        font-size: 16px;
    }
    .pageCnt_box .company dd li:before {
        width: 8px;
        height: 8px;
        top: 7px;
    }
    .access_box .map{
        margin-bottom: 20px;
    }
    .access_box .map iframe{
        height: 240px;
    }
    .access_box .date{
        padding: 15px;
    }
    .sitemap_box{
        font-size: 14px;
        line-height: 1.6;
        display: block;
    }
    .sitemap_box .box{
        width: 100%;
        margin-top: 20px;
    }
    .sitemap_box .box:first-child{
        margin-top: 0;
    }
    .sitemap_box .box .mds{
        font-size: 16px;
    }
    .sitemap_box .box .lst li{
        margin-bottom: 6px;
    }
    .oldSys_box {
        width: 100%;
    }
    .oldSys_box .lst {
        margin-bottom: 20px;
    }
    .oldSys_box .lst li {
        padding: 12px 30px 12px 0;
    }
    .oldSys_box .lst li a:before {
        width: 22px;
        height: 22px;
        right: 0;
    }
    .oldSys_box .lst .txt {
        font-size: 14px;
        line-height: 1.5;
    }
    .pageCnt_box .box .txt .is-fss {
        font-size: 12px;
    }
    .pageCnt_box .box .txt-lnk a{
        font-size: 14px;
        padding-right: 50px;
    }
    .pageCnt_box .box .txt-lnk a:before {
        width: 16px;
        height: 6px;
        background: url(../svg/arw_right.svg) no-repeat center right;
    }
    .schedule_date{
        border-radius: 5px;
        border: none;
        box-shadow: none;
        background: #F8F8F8;
        padding: 15px;
    }
    .schedule_date .date{
        width: 100%;
    }
    .schedule_date .date td{
        display: block;
        background: #fff;
        border-top: none;
        padding: 24px 30px;
        text-align: left;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .schedule_date .date tr:last-child td{
        margin-bottom: 0;
    }
    .schedule_date .date td .txt {
        font-size: 14px;
        line-height: 1.2;
        position: relative;
        display: inline-block;
        padding-left: 98px;
        margin-bottom: 5px;
        padding-top: 0;
    }
    .schedule_date .date td .txt span {
        font-weight: bold;
        border-left: 1px solid #333;
        position: absolute;
        left: 0;
        top:0;
        padding-left: 15px;
        color: #333;
    }
    .schedule_date .btn{
        width: 100%;
        height: 40px;
        margin-top: 10px;
    }
    .schedule_date .btn a{
        font-size: 14px;
        border-radius: 2px;
    }
    .schedule_date .btn.end a{
        background: #BBBBBB;
        pointer-events: none;
    }
    .note-txt {
        bottom: -25px;
        font-size: 12px;
    }
    .dlCnt-txt_wrap {
        margin-top: 20px;
        font-size: 12px;
    }
    .dlCnt-txt_wrap ul {
        margin-bottom: 5px;
    }
    .dlCnt_mds.arrow a:before,
    .dlCnt_lst li.arrow a:before {
        width: 20px;
        height: 20px;
        right: 0;
    }
}/*@media*/
@media only screen and (max-width: 374px) {
    .note-txt {
        font-size: 11px;
    }
}/*@media*/
