/* CSS */

.pc_none{
    display: none;
}
/*  ---------- from ---------- */

.form_title {
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px 0;
    border-radius: 50px;
    margin-bottom: 50px;
}
#subContainer .eventFooter_catMenu{
    max-width: 1200px;
}

/*  ---------- ---------- */

.main{
    margin-bottom: 120px;
}
.main .main_v{
}
.main .main_v .sp_image{
    display:none;
}
.main > dl{
    margin: 0 auto 70px;
}
.main dl dt{
    text-align: center;
}
.main dl dt h4{
    margin: 50px auto 20px !important;
    text-align:left;
    border-bottom:none !important;
}
.main dl p{
}

/* detail_box */
.detail_box {
    box-sizing: border-box;
}
.detail_box dl{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.detail_box dl dt{
    width: 45%;
}
.detail_box dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail_box dl dd{
    width: 50%;
}
.detail_box dl dd h5{
    font-size: 100%;
    font-weight: bold;
    color: #fff;
}
.detail_box dl dd h5 span{
    background: #264590;
    padding: 0.3em 0.9em;
}
.detail_box dl dd h3{
    margin:0.7em 0!important;
    font-weight: bold !important;
    font-size: 140% !important;
    text-align: center !important;
}
.detail_box dl dd h3 span{
    color:#f81515;
    font-size: 130% !important;
}
.detail_box .point {
    border: 1px solid #000;
    margin-top: 40px;
    padding: 30px 30px 20px 30px;
    position: relative;
}
.detail_box .point h4 {
    border: none !important;
    background: #fff;
    font-size: 130% !important;
    margin: 0 !important;
    display: inline-block;
    padding: 5px 8px !important;
    position: absolute !important;
    line-height: 1;
    width: auto !important;
    left: 20px;
    top: -15px;
}
.detail_box .point ul li {
    line-height: 2.2em;
    font-weight: bold;
    position:relative;
    margin:0 0 0.3em 0;
    counter-increment: num 1;
}
.detail_box .point ul li:last-child{
    margin:0 0 0 0;
}
.detail_box .point ul li strong {
    font-weight: bold;
    font-size:110%;
    border-bottom:1px dotted #000;
    padding:0 0 5px 0;
    margin:0 0.3em 0 0;
}
.detail_box .point ul li:before{
    font-size:150%;
    font-family: 'Jost', sans-serif;
    font-weight:500;
    content: counter(num)".";
    margin-right:0.3em;
}

/*  ---------- .semi ---------- */
.semi{
    margin-bottom: 100px;
    background:#f5f5f5;
    padding:30px;
    box-sizing:border-box;
}
.semi h3{
    font-size: 300% !important;
    text-align: center !important;
    font-weight: normal !important;
    font-family: 'Jost', sans-serif !important;
    line-height:1em !important;
    margin: 0px auto 0 !important;
}
.semi h4{
    font-size: 150% !important;
    text-align: center !important;
    border-bottom: unset !important;
    margin: 0 0 20px 0 !important;
    width: unset !important;
}
.semi ul{
    display:flex;
    justify-content:space-between;
}
.semi dl{
    width:48.5%;
    background:#fff;
    box-shadow:5px 5px 7px #ccc;
    border-radius:10px;
    overflow:hidden;
}
.semi dl:last-child{
    border-bottom: unset;
}
.semi dl dt{
    height: 250px;
    overflow:hidden;
}
.semi dl dt img{
	width:100%;
    height: 100%;
	object-fit:cover;
}
.semi dl dd{
    margin:15px;
}
.semi dl dd h6{
    font-size:120%;
    font-weight:bold;
    text-align: center;
}
.semi dl dd h5{
    font-size:160%;
    font-weight:bold;
    text-align: center;
    padding-bottom:5px;
}
.semi dl dd h5 em{
    color: #f81515;
    font-weight: bold;
}
.semi dl dd div {
    text-align: center;
    margin-bottom: 1.2em;
}
.semi dl dd div time {
    font-size: 110%;
    font-family: system-ui;
    font-weight: bold;
    text-align: center !important;
    border: 1px solid #999;
    padding: 2px 15px;
    background:#fff;
}
.semi dl dd ul.seminer_present{
	width:100%;
	display:flex;
	justify-content:space-between;
	padding:10px;
    margin-top: 1em;
	box-sizing:border-box;
    border-top:1px dotted #000;
}
.semi dl dd ul.seminer_present li:first-child{
    width: 30%;
    height: 120px;
    text-align:center;
}
.semi dl dd ul.seminer_present li:first-child img{
    height: 100%;
    transform:rotate(5deg);
    box-shadow:5px 5px 7px #ccc;
}
.semi dl dd ul.seminer_present li:last-child{
	width:70%;
}
.semi dl dd ul.seminer_present li:last-child h5{
    font-weight: bold;
    font-size: 120%;
}
.semi dl dd ul.seminer_present li:last-child h5 span{
    color: #900;
    display: block;
    padding: 0 10px;
    font-size: 12px;
    background: #fff;
}
.semi dl dd ul.seminer_present li:last-child p{
    font-size:90%;
}


/* info */
.info_bottom{
    margin:0 0 100px 0;
}

.info_bottom ul{
    display:flex;
    justify-content:space-between;
}
.info_bottom ul li{
    width:49%;
}
.info_bottom ul .info_box{
}
.info_bottom ul .info_box h3{
    font-size:140% !important;
    margin:0 0 0 0 !important;
}
.info_bottom ul .info_box table{
    width:100%;
    border:1px solid #aaa;
}
.info_bottom ul .info_box table tr th{
    color:#fff;
    text-align:center;
    padding:5px;
    background:#000;
    border:1px solid #fff;
}
.info_bottom ul .info_box table tr td{
    border:1px solid #aaa;
    padding:0 0 0 1em;
}
.info_bottom ul li iframe{
    width:100%;
    height:400px;
}


@media screen and (max-width: 1199px) {
    .main > dl{
        width:96%;
    }
    .detail_box dl dd{
        width: 50%;
        padding:0 2% 0 0;
    }
    .semi dl dd h6{
        font-size:100%;
    }
    .semi dl dd h5{
        font-size:130%;
    }
    .info_bottom ul {
        width:96%;
        margin:auto;
    }
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 768px) {
    .main .main_v .sp_image{
        display:unset;
    }
    .main .main_v .pc_image{
        display:none;
    }
    .detail_box dl{
        display: block;
        justify-content:unset;
        margin-bottom: 20px;
    }
    .detail_box dl dt{
        width: 100%;
        margin:0 0 30px 0;
    }
    .detail_box dl dt img{
        max-width:600px;
    }
    .detail_box dl dd{
        width: 96%;
        margin:auto;
        padding:0 0 0 0;
    }
    .detail_box dl dd h3{
        margin:0.1em 0!important;
        font-weight: bold !important;
        font-size: 160% !important;
        text-align: left !important;
    }
    .semi ul{
        display:block;
        justify-content:unset;
    }
    .semi dl{
        width:100%;
        background:#fff;
        box-shadow:5px 5px 7px #ccc;
        margin:0 0 50px 0;
        border-radius:10px;
        overflow:hidden;
    }
    .info_bottom ul{
        display:block;
        justify-content:unset;
    }
    .info_bottom ul li{
        width:100%;
        margin:0 0 20px 0;
    }
}
@media screen and (max-width: 599px) {
    .main dl dt h4{
        font-size:140% !important;
        width:100% !important;
        margin: 20px auto 20px !important;
    }
    .detail_box dl dd h5{
        font-size: 90%;
    }
    .detail_box .point {
        border: 1px solid #000;
        margin-top: 40px;
        padding: 30px 3% 20px;
        position: relative;
    }
    .semi{
        padding:30px 2%;
    }
}