@charset "UTF-8";
.c-pageCnt_in {
    padding: 0;
}
.abtCnt-ttl span.period {
    font-size: 26px;
}
.abtCnt_img.img2,
.abtCnt_img.img3 {
    text-align: left;
    margin: 60px 0 0 0;
}
.abtCnt-img {
    position: relative;
}
.abtCnt_img.img2 img {
    max-width: 1000px;
    height: auto;
}
.abtCnt_img.img3 img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.abtCnt_link {
    position: absolute;
    width: 678px;
    height: 80px;
    z-index: 10;
    box-sizing: border-box;
}
.abtCnt_link.ver1 {
    top: 210px;
    left: 236px;
    width: 678px;
    height: 80px;
}
.abtCnt_link.ver2 {
    top: 300px;
    left: 236px;
    width: 678px;
    height: 60px;
}
.abtCnt_link.ver3 {
    bottom: 240px;
    left: 226px;
    width: 700px;
    height: 40px;
    padding-top: 7px;
}
.abtCnt_link.ver4 {
    bottom: 216px;
    left: 226px;
    width: 700px;
    height: 40px;
    padding-bottom: 7px;
}
.abtCnt_link.ver5 {
    bottom: 110px;
    left: 460px;
    width: auto;
    height: auto;
}
.abtCnt_link.ver6 {
    bottom: 70px;
    left: 480px;
    width: auto;
    height: auto;
    font-size: 22px;
    color: #10218b;
}
.abtCnt_link.ver7 {
    bottom: 14px;
    left: 432px;
    width: auto;
    height: auto;
}
.abtCnt_link.ver8 {
    top: 14.8%;
    left: 21.7%;
    width: 76.2%;
    height: 10.2%;
}
.abtCnt_link 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;
    width: 100%;
    height: 100%;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}
.abtCnt_link.ver5 a,
.abtCnt_link.ver6 a {
    font-weight: bold;
    color: #10218b;
}
.abtCnt_link.ver6 a {
    display: block;
}
.abtCnt_link.ver7 a {
    font-size: 18px;
    color: #10218b;
}
@media (min-width:896px) {
    .abtCnt_link a:hover {
        color: yellow;
    }
    .abtCnt_link.ver7 a:hover {
        color: #ffeb00;
    }
}
.abtCnt_link a span {
    text-align: center;
}
.abtCnt_link a span.ver2 {
    font-size: 15px;
}
.abtCnt_link.ver5 span.ver2 {
    color: #10218b;
    font-weight: normal;
}
.abtCnt_link.ver5 span.ver2.is-center {
    display: block;
    text-align: center;
}
.abtCnt_link.ver6 a span.fs {
    font-size: 26px;
}
@media (max-width:1375px) and (min-width:896px) {
    .abtCnt_link {
        width: 70%;
        height: 12%;
    }
    .abtCnt_link.ver1 {
        top: 30.8%;
        left: 24.3%;
        width: 69.8%;
        height: 12%;
    }
    .abtCnt_link.ver2 {
        top: 44.2%;
        left: 24.3%;
        width: 69.8%;
        height: 9%;
    }
    .abtCnt_link.ver3 {
        bottom: 34.6%;
        left: 23.2%;
        width: 72.3%;
        height: 6.5%;
        padding-top: 0.4%;
    }
    .abtCnt_link.ver4 {
        bottom: 31.7%;
        left: 23.2%;
        width: 72.3%;
        height: 6.5%;
        padding-bottom: 0.4%;
    }
    .abtCnt_link.ver5 {
        bottom: 16.5%;
        left: 45%;
    }
    .abtCnt_link.ver6 {
        bottom: 10%;
        left: 47%;
        font-size:max(1.6vw,18px);
    }
    .abtCnt_link.ver7 {
        bottom: 2%;
        left: 40%;
    }
    .abtCnt_link a {
        font-size:max(1.6vw,18px);
    }
    .abtCnt_link a span.ver2 {
        font-size:max(1.1vw,13px);
    }
    .abtCnt_link.ver6 a span.fs {
        font-size:max(2vw,22px);
    }
    .abtCnt_link.ver7 a {
        font-size:max(1.6vw,10px);
    }
}
/*
.abtCnt_box {
    margin: 0 0 100px 0;
}
*/
.abtCnt_box.ver2 {
    margin: 0 0 100px 0;
}
.abtCnt_box.ver3 {
    margin: 0 0 150px 0;
}
@media (min-width: 896px) {
    .seminar_list {
        position: sticky;
        top: 150px;
        left: 0;
        z-index: 99;
    }
}
.seminar_list li {
    margin: 0 0 25px;
}
.seminar_list li:last-child {
    margin: 0;
}
.seminar_list li a {
    position: relative;
    padding-left: .8em;
    font-weight: bold;
    font-size: 14px;
}
.seminar_list li.on a {
    color: #10218b;
    pointer-events: none;
}
.seminar_list li a:before {
    content: none;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #10218b;
    border-radius: 50%;
}
.seminar_list li.on a:before {
    content: "";
}
.abtCnt-ttl.ver3 {
    font-size: 36px;
    margin: 0 0 30px 0;
}
.seminar_btn {
    margin: 30px 0 0 0;
}
.seminar_btn a {
    max-width: 310px;
}
.seminar_btn.btn2 a {
    margin: 0 auto;
}
.seminar_btn.btn3 {
    margin: 60px 0 0 0;
}
.seminar_btn.btn3 a {
    margin: 0;
    margin-left: auto;
}
.abtPg1_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (min-width: 896px) {
    .abtPg1_txt {
        width: 400px;
    }
    .abtPg1_img {
        width: -webkit-calc(100% - 460px);
        width: calc(100% - 460px);
        position: relative;
        height: 320px;
    }
    .abtPg1_img img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }
}
.abtCnt_table tbody th {
    width: 120px;
    height: 90px;
    box-sizing: border-box;
    border-bottom: 1px solid #dfdfdf;
}
.abtCnt_table tbody td {
    padding: 20px 0;
}
body.seminar-top .abtCnt_table tbody tr:last-child th,
body.seminar-top .abtCnt_table tbody tr:last-child td {
    height: auto;
    padding-bottom: 0;
    border-bottom: none;
}
.c-pageCnt_flx.mar {
    margin: 0 0 100px 0;
}
.abtCnt_table.smnr tbody th {
    height: 70px;
    padding: 15px 0;
}
.abtCnt_table.smnr tbody th:nth-child(1) {
    width: 270px;
}
.abtCnt_table.smnr tbody th:nth-child(2) {
    width: 130px;
}
.abtCnt_table.smnr tbody th:nth-child(3),
.abtCnt_table.smnr tbody th:nth-child(4) {
    width: 210px;
}
.abtCnt_table.smnr tbody td {
    height: 90px;
    padding: 15px 0;
    text-align: center;
    box-sizing: border-box;
}
.abtCnt_table.smnr tbody tr.is-ver2 td {
    padding: 15px 0 0 0;
    border-bottom: 0;
}
.abtCnt_table.smnr tbody tr.is-ver3 td {
    padding-top: 0;
    height: 75px;
}
.abtCnt_table.smnr tbody tr.is-ver4 td {
    padding: 0;
    border-bottom: 0;
    height: 60px;
}
.abtCnt_table.smnr tbody td:nth-child(1) {
    text-align: left;
}
.abtCnt_table.smnr tbody td.lih {
    line-height: 1.2;
}
.abtCnt_table.smnr tbody td.lih2 {
    line-height: 1.6;
    padding: 5px 0;
}
.abtCnt_table.smnr tbody td span.fb {
    font-size: 30px;
    font-weight: bold;
}
.abtCnt_table.smnr tbody td span.fbs {
    font-size: 24px;
    font-weight: bold;
}
.abtCnt_table.schedule tbody th {
    height: 70px;
    padding: 15px 0;
    border-bottom: 1px solid #10218b;
}
.abtCnt_table.schedule tbody th:nth-child(1) {
    width: 270px;
}
.abtCnt_table.schedule tbody th:nth-child(2),
.abtCnt_table.schedule tbody th:nth-child(3) {
    width: 170px;
}
.abtCnt_table.schedule tbody th:nth-child(4) {
    width: 110px;
}
.abtCnt_table.schedule .ScdEntry {
    margin: 0 auto;
}
@media (min-width:896px) {
    .abtCnt_table.schedule .ScdEntry a:hover {
        background: #fff;
        color: #fd0002;
    }
}
.abtCnt_table.schedule tbody td {
    text-align: center;
}
.abtCnt_table.schedule tbody tr.ver2 td:nth-child(1) {
    text-align: left;
    border-bottom: 1px solid #10218b;
}
.abtCnt_table.schedule tbody tr:last-child td,
.abtCnt_table.schedule tbody tr.ver2:last-child td:nth-child(1) {
    border-bottom: none;
}
.abtCnt_table.schedule tbody tr.ver3 td {
    border-bottom: 1px solid #10218b;
}
.abtCnt_table.schedule tbody td.red {
    color: #ff0000;
    font-weight: bold;
}
.abtCnt_table.schedule tbody td.btn span,
.abtCnt_table.schedule tbody td.btn a {
    display: inline-block;
    width: 100px;
    padding: 7px 0 8px 0;
    color: #fff;
    line-height: 1;
    background: #ff0000;
    text-decoration: none;
}
.abtCnt_table.schedule tbody td span.fs {
    font-size: 18px;
}
@media (min-width:896px) {
    .abtCnt_table.schedule tbody td.btn a:hover {
        opacity: 0.7;
    }
}
.abtCnt_table tbody td a {
    color: #fff;
    text-decoration: none;
}
.detail_in {
    margin: 0 0 60px 0;
}
.detail_wrap .abtCnt_tbl.no {
    display: none;
}
.detail_wrap .abtCnt-ttl {
    font-size: 32px;
    margin: 0 0 20px 0;
}
.abtCnt_table.detail tbody th {
    height: 60px;
    padding: 15px 0;
}
.abtCnt_table.detail tbody th:nth-child(1) {
    width: 220px;
}
.abtCnt_table.detail tbody th:nth-child(2) {
    width: 360px;
}
.abtCnt_table.detail tbody th:nth-child(3) {
    width: 240px;
}
.abtCnt_table.detail tbody th:nth-child(4) {
    width: 100px;
}
.abtCnt_table.detail tbody td {
    padding: 15px 0;
    text-align: center;
}
.deadline {
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
    padding: 6px 15px;
    margin: 0 0 20px 0;
    text-align: center;
    border: 3px solid #ff0000;
}
.topScd_table.sch td {
    font-size: 14px;
}
.topScd_table.sch td .bg {
    font-size: 20px;
}
.topScd_table.sch td .md {
    font-size: 18px;
}
.topScd_table.sch td .is-clr {
    color: #10218b;
}
.topScd_table.sch tbody:last-child tr:last-child td {
    padding-bottom: 0;
    border-bottom: 0;
}
.topScd_table.sch th:nth-child(1) {
    width: 120px;
}
.topScd_table.sch th:nth-child(2) {
    width: 180px;
}
.topScd_table.sch th:nth-child(4) {
    width: 70px;
}
.topScd_table.sch th:nth-child(5) {
    width: 110px;
}
.topScd_table.sch th:nth-child(6) {
    width: 160px;
}
@media (min-width: 896px) {
    .topScd_table td:nth-child(4) {
        width: auto;
    }
    .topScd_table td:nth-child(6) {
        width: auto;
    }
    .topScd_table td .ScdEntry {
        width: 110px;
    }
}
.sch-txt {
    position: relative;
    padding: 0 0 0 1em;
    font-size: 16px;
}
.sch-txt.ver2 {
    margin: 0 0 15px 0;
}
.sch-txt span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.sch-txt a {
    display: inline-block;
    position: relative;
    padding: 0 15px 0 0;
    text-decoration: underline;
}
.sch-txt a:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 12px;
    background: url(../svg/arrow-right-solid.svg) no-repeat right center;
    background-size: 100% auto;
}
.seminar_btn.btn2.is-elearnig a {
    text-align: center;
    line-height: 1.4;
    height: 70px;
}
@media (min-width: 896px) {
    .sch-txt a:hover {
        text-decoration: none;
    }
}
@media only screen and (max-width: 896px) {
    .c-pageCnt_side .c-pageCnt_lnk {
        display: none !important;
    }
    .c-pageCnt_in {
        padding: 0 25px;
    }
    .c-pageCnt_in.ver2 {
        padding: 0;
    }
    .abtCnt-ttl span.period {
        font-size: 13px;
    }
    .abtCnt_img.img2 {
        text-align: center;
        margin: 30px 10px 0 10px;
    }
    .abtCnt_img.img2 img {
        max-width: 355px;
    }
    .abtCnt_img.img2.mar {
        margin: 30px 0 0 0;
    }
    .abtCnt_img.img2.mar img {
        max-width: 100%;
    }
    .abtCnt_img.img3 {
        margin: 30px -25px 0;
        text-align: center;
    }
    .abtCnt-img {
        width: 355px;
        margin: 0 auto;
    }
    .abtCnt_img.img3 img {
        width: 100%;
    }
    .abtCnt_link {
        width: 244px;
        height: 40px;
    }
    .abtCnt_link.ver1 {
        top: 100px;
        left: 86px;
        width: 244px;
        height: 40px;
    }
    .abtCnt_link.ver2 {
        top: 146px;
        left: 86px;
        width: 244px;
        height: 40px;
    }
    .abtCnt_link.ver3 {
        bottom: 139px;
        left: 79px;
        width: 256px;
        height: 25px;
        padding-top: 4px;
    }
    .abtCnt_link.ver4 {
        bottom: 125px;
        left: 79px;
        width: 256px;
        height: 25px;
        padding-bottom: 4px;
    }
    .abtCnt_link.ver5 {
        bottom: 64px;
        left: 144px;
        line-height: 1.2;
    }
    .abtCnt_link.ver6 {
        bottom: 40px;
        left: 156px;
        font-size: 12px;
    }
    .abtCnt_link.ver7 {
        bottom: 12px;
        left: 116px;
    }
    .abtCnt_link.ver8 {
        top: 44px;
        left: 75px;
        width: 77.4%;
        height: 9.8%;
    }
    .abtCnt_link a {
        font-size: 12px;
    }
    .abtCnt_link a span.ver2 {
        font-size: 10px;
    }
    .abtCnt_link.ver5 span.ver2 {
        font-size: 10px;
    }
    .abtCnt_link.ver6 a span.fs {
        font-size: 15px;
    }
    .abtCnt_link.ver7 a {
        font-size: 12px;
    }
    .abtCnt_box {
        margin: 0 0 60px 0;
        padding: 0 25px;
    }
    .abtCnt_box.ver2 {
        margin: 0 0 60px 0;
        padding: 0;
    }
    .abtCnt_box.ver3 {
        margin: 0 0 60px 0;
    }
    .abtCnt_box.ver4 {
        padding: 0;
    }
    .seminar_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 25px;
        margin-bottom: 35px;
    }
    .seminar_list li {
        line-height: 2;
    margin: 0 .8em 0 0;
    }
    .seminar_list li a {
        padding-left: .5em;
    }
    .seminar_list li a:before {
        content: '';
        left: 0;
        top: 7px;
        width: 4px;
        height: 8px;
        border-radius: 0;
        background: url(../svg/arw_tri_right_blu.svg) no-repeat center;
        background-size: 100% auto;
    }
    .abtCnt-ttl.ver3 {
        font-size: 23px;
        margin: 0 0 20px 0;
    }
    .seminar_btn {
        margin: 20px 0 0 0;
    }
    .seminar_btn a {
        max-width: 100%;
    }
    .seminar_btn.btn3 {
        margin: 20px 0 0 0;
    }
    .seminar_btn.btn3 a {
        margin: 0;
    }
    .abtPg1_flx {
        display: block;
    }
    .abtPg1_txt {
        width: 100%;
    }
    .abtPg1_img {
        margin: 30px -25px 0;
    }
    .abtPg1_img img {
        width: 100%;
        height: auto;
    }
    .abtCnt_table tbody th {
        display: table-cell;
        vertical-align: top;
        width: 60px;
        height: auto;
    }
    .abtCnt_table tbody td {
        display: table-cell;
        padding: 12px 0;
        font-size: 13px;
        line-height: 2;
    }
    .c-pageCnt_flx.mar {
        margin: 0 0 60px 0;
    }
    .abtCnt_table.smnr {
        margin: 0 0 50px 0;
        border-top: 3px solid #10218b;
    }
    .abtCnt_table.smnr:last-child {
        margin: 0;
    }
    .abtCnt_table.smnr tbody th {
        height: 50px;
        padding: 10px 0;
        font-size: 13px;
        vertical-align: middle;
    }
    .abtCnt_table.smnr tbody th:nth-child(1) {
        width: 80px;
    }
    .abtCnt_table.smnr tbody th:nth-child(2),
    .abtCnt_table.smnr tbody th:nth-child(3),
    .abtCnt_table.smnr tbody th:nth-child(4) {
        width: auto;
    }
    .abtCnt_table.smnr tbody td {
        height: 50px;
        padding: 10px 0;
        text-align: left;
    }
    .abtCnt_table.smnr tbody td.lih {
        line-height: 1.2;
    }
    .abtCnt_table.smnr tbody td.lih2 {
        line-height: 1.2;
        padding: 15px 0;
    }
    .abtCnt_table.smnr tbody td span.fb {
        font-size: 20px;
        line-height: 1.2;
    }
    .abtCnt_table.smnr tbody td span.fbs {
        font-size: 20px;
        line-height: 1.2;
    }
    .abtCnt_table.schedule {
        margin: 0 0 50px 0;
        border-top: 3px solid #10218b;
    }
    .abtCnt_table.schedule tbody th {
        height: 50px;
        padding: 10px 0;
        vertical-align: middle;
        border-bottom: 1px solid #dfdfdf;
    }
    .abtCnt_table.schedule tbody th:nth-child(1) {
        width: 80px;
    }
    .abtCnt_table.schedule tbody th:nth-child(2),
    .abtCnt_table.schedule tbody th:nth-child(3),
    .abtCnt_table.schedule tbody th:nth-child(4),
    .abtCnt_table.schedule tbody th:nth-child(5) {
        width: auto;
    }
    .abtCnt_table.schedule tbody td.btn span,
    .abtCnt_table.schedule tbody td.btn a {
        width: 120px;
        padding: 9px 0 10px 0;
    }
    .abtCnt_table.schedule tbody td span.fs {
        font-size: 15px;
    }
    .detail_wrap .abtCnt-ttl {
        font-size: 22px;
        margin: 0 0 20px 0;
    }
    .abtCnt_table.detail tbody th {
        height: 50px;
        padding: 10px 0;
        vertical-align: middle;
    }
    .abtCnt_table.detail tbody th:nth-child(1) {
        width: 120px;
    }
    .abtCnt_table.detail tbody th:nth-child(2),
    .abtCnt_table.detail tbody th:nth-child(3),
    .abtCnt_table.detail tbody th:nth-child(4) {
        width: auto;
    }
    .abtCnt_table.detail tbody td {
        padding: 10px 0;
    }
    .deadline {
        font-size: 15px;
        padding: 4px 0;
        margin: 0 0 15px 0;
        text-align: center;
    }
    .s-sp {
        display: none;
    }
    .topScd_table.sch td {
        font-size: 12px;
    }
    .topScd_table.sch td .bg {
        font-size: 18px;
    }
    .topScd_table.sch td .md {
        font-size: 15px;
    }
    .topScd_table.sch th:nth-child(1) {
        width: 60px;
    }
    .sch-txt {
        font-size: 13px;
    }
    .seminar_btn.btn2.is-elearnig a {
        height: auto;
        padding: 8px 0;
    }
}/*@media*/
@media (max-width: 374px) {
    .s-sp {
        display: block;
    }
    .abtCnt_table.smnr tbody th:nth-child(1) {
        width: 70px;
    }
    .abtCnt_table.schedule tbody th:nth-child(1) {
        width: 70px;
    }
    .deadline {
        font-size: 12px;
    }
    .abtCnt-img {
        width: 280px;
    }
    .abtCnt_link {
        width: 192px;
        height: 32px;
    }
    .abtCnt_link.ver1 {
        top: 78px;
        left: 68px;
        width: 192px;
        height: 32px;
    }
    .abtCnt_link.ver2 {
        top: 114px;
        left: 68px;
        width: 192px;
        height: 32px;
    }
    .abtCnt_link.ver3 {
        bottom: 108px;
        left: 62px;
        width: 202px;
        height: 21px;
        padding-top: 2px;
    }
    .abtCnt_link.ver4 {
        bottom: 98px;
        left: 65px;
        width: 202px;
        height: 21px;
        padding-bottom: 2px;
    }
    .abtCnt_link.ver5 {
        bottom: 50px;
        left: 131px;
    }
    .abtCnt_link.ver6 {
        bottom: 32px;
        left: 138px;
        font-size: 2vw;
    }
    .abtCnt_link.ver7 {
        bottom: 8px;
        left: 88px;
    }
    .abtCnt_link.ver8 {
        top: 35px;
        left: 59px;
        width: 77.8%;
        height: 9.5%;
    }
    .abtCnt_link a {
        font-size: 10px;
    }
    .abtCnt_link.ver5 a {
        font-size: 2vw;
    }
    .abtCnt_link.ver5 span {
        text-align: left;
    }
    .abtCnt_link.ver6 a span.fs {
        font-size: 13px;
    }
    .abtCnt_link.ver7 a {
        font-size: 10px;
    }
}/*@media*/
