@charset "UTF-8";

/*  ---------- main_image ---------- */
#main_image{
    width: 100%;
    margin: 0 0 100px;
	padding:0 50px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:
    relative;
    background: linear-gradient(180deg, transparent 0%, transparent 70%, #f0f0f0 70%, #f0f0f0 100%),
   linear-gradient(0deg, transparent 0%, transparent 30%, #ea5515 30%, #ea5515 100%);
    box-sizing:
    border-box;
    position:
    relative;
}


#main_image .main_box{
    width: 700px;
    max-width:
    unset;
    height: 600px;
    margin: 0 !important;
    overflow: hidden;
    position: relative;
}
#main_image .main_box::after{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 200px 400px ;
	border-color:transparent transparent transparent #ea5515;
	z-index:10;
}

#main_image .main_box::before{
	content:"";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 200px 0px 0px 400px ;
	border-color:#ea5515 transparent transparent transparent;
	z-index:11;
}
#main_image .main_box .main_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: center center no-repeat;
    background-size:100%;
    animation: anime 20s 0s infinite;
    z-index: 0;
    opacity: 0;
    background-size:
    cover;
}

#main_image .main_image_title{
	width:650px;
	position: absolute;
	bottom: 70px;
	right:30px;
	margin: auto;
	z-index: 30;
}
#main_image .main_image_title img{
	box-sizing:border-box;
	/* background:#fffc;
	padding:40px; */
	box-sizing:border-box;
}
#main_image .main_box .main_img:nth-of-type(1){
    background-image: url(/event/wp-content/uploads/2022/10/1008_plaisir/main_bg_01.webp);
}
#main_image .main_box .main_img:nth-of-type(2){
    background-image: url(/event/wp-content/uploads/2022/10/1008_plaisir/main_bg_02.webp);
}
#main_image .main_box .main_img:nth-of-type(3){
    background-image: url(/event/wp-content/uploads/2022/10/1008_plaisir/main_bg_03.webp);
}
#main_image .main_img:nth-of-type(2) {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    }
#main_image .main_img:nth-of-type(3) {
    -webkit-animation-delay: 14s;
    animation-delay: 14s;
    }
@keyframes anime {
    0% {
        opacity: 0;
    }
    50% { 
        opacity: 1;
    }
    60% {
        opacity: 0;
        transform: scale(1.2) ;
        z-index: 10;
    }
    100%{ 
        opacity: 0;
    }
}
/*  ---------- main_ep ---------- */
.main_ep{
    margin: 0px auto 70px;
	background:#f5f5f5;
	padding:30px;
}
.main_ep dl{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position:
    relative;
}
.main_ep dl dt {
    width: 52%;
    overflow: hidden;
}
.main_ep dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_ep dd{
	width:45%;
	margin:-70px 0 0 0;
}

.main_ep dd h4 {
    font-family: 'Jost', sans-serif;
    width: unset !important;
    position: unset !important;
    text-align: left !important;
    font-size: 160% !important;
    padding: 0 0 0 0 !important;
    margin: -20px 0 0.2em !important;
    font-weight: 500 !important;
    /* border-right:3px solid #000; */
    border-bottom: unset !important;
}
.main_ep dd h4 span{
	color: #ea5514;
    font-size:250%;
    margin:0 0 0 0.2em;
    vertical-align:middle;
}
.main_ep dd h5{
    font-size:120%;
    font-weight:bold !important;
}

/*  ---------- detail_box ---------- */
.detail_box {
    margin: 40px auto 0;
}
.detail_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.detail_box ul li {
    width: 24.5%;
}
/*  ---------- present_box ---------- */
.present_box{
	width:96%;
	margin: 0px auto 120px;
	display:
	flex;
	justify-content:
	space-between;
	background:
	url(present_bg.svg)no-repeat bottom;
	box-sizing:
	border-box;
}
.present_box ul:nth-child(1){
	width:40%;
}

.present_box ul:nth-child(1) h3{
    text-align: left !important;
    color: #ea5515 !important;
    font-size: 500% !important;
    font-family: 'Jost', sans-serif !important;
    margin: 0 !important;
    width: 100% !important;
	font-weight:500 !important;
	line-height:1em !important;
    position: relative !important;
}
.present_box ul:nth-child(1) h3::after{
    position: absolute;
    content: "";
    width: 70px;
    height: 90px;
    background: url("/event/wp-content/uploads/2022/10/1029_plaisir/image4.svg") no-repeat;
    background-size: contain;
    top: 0;
    right: -0.5em;
    animation: sway 2.5s linear infinite;
}
@keyframes sway {
  0% , 100%{
      transform: rotate(10deg);
  }
  50%{
      transform: rotate(-10deg);
  }
}
.present_box ul:nth-child(1) h4{
	font-size:150% !important;
	margin:0 0 1em!important;
	border-bottom:none !important;
}
.present_box ul:nth-child(2) h4{
    font-size: 120% !important;
    color: #fff !important;
    width: fit-content !important;
    background: #92308d;
    display: inline-block;
    font-weight: bold !important;
    margin: 0 0 0.5em !important;
    line-height: 1.2em !important;
    padding: 0.2em 1.5em !important;
    border-radius: 2em;
    border-bottom:
    none !important;
}
.present_box ul:nth-child(2) {
	width:55%;
}
.present_box ul:nth-child(2) dl{
	color:#fff;
    width: 100%;
    padding:40px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* border: 3px solid #601886; */
    background: #ea5515bb;
    box-sizing:
    border-box;
	border-radius:10px;
	margin:0 0 20px 0;
}
.present_box ul:nth-child(2) ::before,.present_box ul:nth-child(2) ::after {
    position: absolute;
    content:
    "";
    top: 0;
    width: 80px;
    height: 80px;
}
.present_box ul:nth-child(2) dl::before {
	left: 0;
}
.present_box ul:nth-child(2) dl::before{
	background: url(/event/wp-content/uploads/2022/10/1029_plaisir/image1.svg) no-repeat;
}
.present_box ul:nth-child(2) dl::after {
    right: 0;
}
.present_box ul:nth-child(2) dl::after{
    background: url(/event/wp-content/uploads/2022/10/1029_plaisir/image3.svg) no-repeat;
}
.present_box ul:nth-child(2) dl dt{
    width: 30%;
    text-align: center;
}
.present_box ul:nth-child(2) dl dt img{
    width: auto;
    height: auto;
}

.present_box ul dl:first-child dt img {
    width: 150px;
}

.present_box ul:nth-child(2) dl:nth-child(2) dt img {
    width: 170px;
}

.present_box ul:nth-child(2) dl dd{
    width: 68%;
    margin-right: 2%;
}
.present_box ul:nth-child(2) dl dd p strong{
    font-size:115% !important;
    color:#fff !important;
    margin-right: unset !important;
}
.present_box ul:nth-child(2) dl dd div{
    font-size: 130%;
    margin-bottom: 0.5em;
    /* padding-bottom: 0.2em; */
    border-bottom: 3px dotted #601886;
}
.present_box ul:nth-child(2) dl dd div span{
    font-weight: bold;
    font-size: 140%;
}
.present_box ul:nth-child(2) dl div span{
	margin:0 0 0 0.2em;
}
.present_box ul:nth-child(2) dl:nth-child(2) div span{
}

/*  ---------- seminar_box ---------- */
.seminar_box{
    background: #F0F0F0;
    padding: 0 4% 40px;
    margin: 0 auto 80px;
}
.seminar_box > dl {
    display: flex;
    justify-content: space-between;
}
.seminar_box > dl dd{
	width: 65%;
	margin-right: 2%;
}
.seminar_box h3{
	font-family: 'Jost', sans-serif !important;
	width: unset !important;
	position: relative !important;
	text-align: left !important;
	font-size: 160% !important;
	padding: 0 0 5px 0 !important;
	margin: -50px 0 0 !important;
	font-weight: 500 !important;
	/* border-right: 3px solid #000; */
	/* border-bottom: 3px solid #000!important; */
}
.seminar_box h3::after{
    position: absolute;
    content: "";
    width: 70px;
    height: 100px;
    background: url("/event/wp-content/uploads/2022/10/1029_plaisir/image5.svg") no-repeat;
    background-size: contain;
    top: 0;
    right: -3.5em;
    animation: sway 2.5s linear infinite;
}
.seminar_box h3 span {
	color: #ea5415;
	font-size: 250%;
	margin: 0 0 0 0.2em;
	vertical-align: middle;
}
.seminar_box h4{
	font-size: 120% !important;
	border-bottom: unset !important;
	margin: 0 0 0 !important;
	padding: 0 0 0 !important;
}
.seminar_box .seminar_instructor{
    width: 30%;
	display:flex;
}
.seminar_box .seminar_instructor figure{
	width:50%;
	margin:0;
	position:relative;
}
.seminar_box .seminar_instructor figure img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.seminar_box .seminar_instructor figure figcaption{
    font-size: 11px;
    text-align: center;
	position:absolute;
	bottom:3px;
	right:3px;
	background:#fff;
	padding:0 1em;
	border-radius:20px;
}
.seminar_box ul{
    width: 96%;
    border: 3px solid #000;
    margin: 1.5em auto 0;
    padding: 4%;
	box-shadow:5px 5px 0px #000;
    box-sizing:
    border-box;
	background:#fff;
}
.seminar_box ul li{
    margin-bottom: 2.5em;
    padding-bottom: 2.5em;
    border-bottom: 1px solid #000;
}
.seminar_box ul li:last-child{
    margin-bottom: unset;
    padding-bottom: unset;
    border-bottom: unset;
}
.seminar_box ul li dl:nth-child(1){
    display: flex;
    align-items: center;
	margin:0 0 10px 0;
}
.seminar_box ul li dl:nth-child(1) h5{
    position: relative;
    color: #ea5415;
    font-size: 450%;
    font-family: 'Jost', sans-serif;
	line-height:1em;
    margin:0 15px 0 0;
}

.seminar_box ul li dl:nth-child(1) div{
	width: 100%;
}
.seminar_box ul li dl:nth-child(1) h4{
    position: relative !important;
    font-weight: normal !important;
    text-align: left !important;
    font-size: 120% !important;
    padding: 0 0 0 0 !important;
	line-height:1em;
	margin:0 !important;
    border-bottom: unset !important;
}
.seminar_box ul li dl .time {
    font-size: 100% !important;
    color: #fff;
    width: fit-content !important;
    background: #ea5514;
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0.5em !important;
    line-height: 1.2em;
    padding: 0.2em 1.5em;
    border-radius: 2em;
}
.seminar_box ul li dl:nth-child(1) h4 span{
	font-size:140%;
	font-weight: bold;
	display: block;
	/* color: #ea5514; */
	line-height:1.5em;
}
.seminar_box ul li dl:nth-child(1) h4 strong{
	font-weight: bold;
	color: #ea5514;
	line-height:1.5em;
}
.seminar_box ul li dl:nth-child(2){
    display: flex;
    justify-content: space-between;
}
.seminar_box ul li dl:nth-child(2) dt{
    width: 45%;
    display: flex;
}
.seminar_box ul li dl:nth-child(2) dt span {
    width: 49%;
    height: 200px;
    overflow: hidden;
}
.seminar_box ul li dl:nth-child(2) dt span:nth-child(2){
    margin-left: 2%;
}
.seminar_box ul li dl:nth-child(2) dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.seminar_box ul li dl:nth-child(2) dd{
    width: 52%;
}

/*  ---------- event_box ---------- */
.event_box{
	width:96%;
	margin: 0px auto 120px;
	display:flex;
	flex-direction:row-reverse;
	justify-content:space-between;
	background:url(event_bg.svg)no-repeat bottom;
}
.event_box ul:nth-child(1){
	width:40%;
}
.event_box ul:nth-child(1) h3{
	text-align: left !important;
	color: #e950a4 !important;
	font-size: 500% !important;
	font-family: 'Jost', sans-serif !important;
	margin: 0 !important;
	width: 100% !important;
	font-weight:500 !important;
	position: relative !important;
}
.event_box ul:nth-child(1) h3::after{
    position: absolute;
    content: "";
    width: 70px;
    height: 100px;
    background: url("/event/wp-content/uploads/2022/10/1029_plaisir/image2.svg") no-repeat;
    background-size: contain;
    bottom: 0;
    right: 1.5em;
    animation: sway 2.5s linear infinite;
}
.event_box ul:nth-child(1) h4{
	font-size:150% !important;
	margin:0 0 1em!important;
	border-bottom:none !important;
	line-height:1em !important;
}
.event_box ul:nth-child(2) h4{
    font-weight: bold !important;
    text-align: left !important;
    border-bottom: 3px dotted #601886 !important;
    padding: 1em 0 0.2em !important;
    line-height: 1.1em;
    margin: 0 0 0.5em !important;
    font-weight: unset !important;
}
.event_box ul:nth-child(2) h4 span {
    font-size: 140%;
    display: block;
    line-height: 1.5em;
    font-weight: bold;
}
.event_box ul:nth-child(2){
	width:55%;
}
.event_box ul:nth-child(2) dl{
    	color:#fff;
    width: 100%;
    padding:40px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* border: 3px solid #601886; */
    background: #e950a4cc;
    box-sizing:
    border-box;
	border-radius:10px;
	margin:0 0 20px 0;
}
.event_box ul:nth-child(2) ::before,.event_box ::after {
    position: absolute;
    content:
    "";
    width: 100px;
    height: 80px;
}
.event_box ul:nth-child(2) dl::before {
	top: -15px;
	left: -3%;
}
.event_box ul:nth-child(2) dl:nth-child(1)::before{
	background: url(/event/wp-content/uploads/2022/10/1029_plaisir/image7.svg) no-repeat;
}
.event_box ul:nth-child(2) dl:nth-child(2)::before{
	background: url(/event/wp-content/uploads/2022/10/1029_plaisir/image12.svg) no-repeat;
}
.event_box ul:nth-child(2) dl::after {
    bottom: -5%;
    right: -6%;
}
.event_box ul:nth-child(2) dl:nth-child(1)::after{
    background: url(/event/wp-content/uploads/2022/10/1029_plaisir/image9.svg) no-repeat;
}
.event_box ul dl:nth-child(2)::after{
    background: url(/event/wp-content/uploads/2022/10/1029_plaisir/image10.svg) no-repeat;
}
.event_box ul:nth-child(2) dl dt{
    width: 30%;
    text-align: center;
}
.event_box ul:nth-child(2) dl dt img{
    width: auto;
    height: auto;
}

.event_box ul:nth-child(2) dl:first-child dt img {
    width: 150px;
}

.event_box ul:nth-child(2) dl:nth-child(2) dt img {
    width: 170px;
}

.event_box ul:nth-child(2) dl dd{
    width: 68%;
    margin-right: 2%;
}
.event_box ul:nth-child(2) dl dd p strong{
    font-size:115% !important;
    color: #90338d !important;
    margin-right: unset !important;
}

.event_box ul:nth-child(2) dl dd div span{
    font-weight: bold;
    font-size: 140%;
}
.event_box ul:nth-child(2) dl div span{
    color: #ea5514;
}
/*  ---------- info_box ---------- */
.info_box{
    margin: 0 auto 80px !important;
}
.info_box h3{
    font-size: 150% !important;
    text-align: left !important;
    margin: 0 0 5px!important;
}
.info_box ul {
    display: flex;
    justify-content: space-between;
}
.info_box ul li:nth-child(1){
    width: 48%;
}
.info_box ul li:nth-child(1) .notes {
    margin: 0.5em auto 0.5em !important;
}
.info_box ul li:nth-child(2){
    width: 50%;
    height: auto;
    overflow: hidden;
}
.info_box ul li table{
    width: 100%;
}
.info_box ul li tr{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.info_box ul li tr th{
    font-size:90%;
    color:#fff;
    font-weight:bold;
    width: 20%;
    text-align: center;
    letter-spacing: 0.1em;
    background: #000;
    padding: 10px 0;
    margin-right: 16px;
}
.info_box ul li tr td{
    padding-left: 16px;
}
/*  ---------- info_box item_box ---------- */
.info_box .item_box{
	background: #f9f9f9;
    padding: 2%;
}
.info_box .item_box dl{
	display: flex;
	justify-content: space-between;
    margin-bottom: unset;
}
.info_box .item_box dl dt{width: 32%;}
.info_box .item_box dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info_box .item_box dl dd{
	width: 65%;
	margin-left: 3%;
}
.info_box .item_box dl dd .pre_tag{
    background: #ea5415;
    display: table;
    padding: 0 10px;
    margin: 0 0 0.5em;
}
.info_box .item_box dl dd .pre_tag span{
    color: #fff;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.2em;
}
.info_box .item_box dl dd h4{
    width: unset !important;
    font-size: 120% !important;
    border-bottom: 1px solid #000 !important;
    margin: 0 auto 0 !important;
}

.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;
}

@media screen and (max-width: 1200px) {
    #main_image {
    }
    .main_ep{
        /* width: 96%; */
    }
	.detail_box {
	    /* width: 96%; */
}
	.seminar_box{
		/* width: 96%; */
		padding:0 0 30px;
		margin: 0 auto 80px;
	}
	.seminar_box > dl {
		width: 96%;
		margin:0 auto 30px;
	}
    .info_box {
        width: 96%;
    }
    .form_box {
        width: 96%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 959px){
    #main_image{
        display: block;
        justify-content: unset;
        align-items: unset;
        margin: 0 auto 70px;
    }
    #main_image .main_box{
        width: 100%;
	}
	.main_ep dd h4 span{
		display:block;
		line-height:1em;
	}
	#main_image .main_box::after{
		content:"";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0px 0px 200px 50vw ;
		z-index:10;
	}
	
	#main_image .main_box::before{
		content:"";
		position: absolute;
		top: 0;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 200px 0px 0px 50vw ;
		z-index:11;
	}
	
    #main_image .main_box .main_img {
    }

    #main_image .main_image_title {
		width:85%;
		max-width:600px;
		top:0;
		bottom:0;
		left:0;
		right:0;
		}
    #main_image .main_image_title img{
		width:100%;
		position: absolute;
		bottom:70px;
		right:0;
		margin: auto;
		z-index: 100;
		/* padding:7%; */
	}
}
@media screen and (max-width: 768px){
	#main_image{
        margin: 0 auto 0px;
        padding:0 3% 20px;
    }
    .main_ep {
		width: 100%;
		margin: 0 auto 100px;
		z-index:50;
		position:
		relative;
		background: linear-gradient(180deg, transparent 0%, transparent 20%, #f0f0f0 20%, #f0f0f0 100%);
		box-sizing:
		border-box;
		padding:3%;
		}
	    .main_ep dl{
        display: block;
        justify-content: unset;
        flex-direction: unset;
        position: unset;
    }
    .main_ep dl dt {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        box-shadow: 7px 7px #b6acac;
    }
	.main_ep dl dt img{
	    width: 100%;
	    height: 100%;
	}
    .main_ep dd{
        width: 100%;
		margin:auto;
    }
    .main_ep dd em {
        text-align: center;
    }
    .main_ep dd h4 {
        width:100%;
        text-align: center !important;
        letter-spacing: unset;
        margin: 20px auto!important;
    }
    .main_ep dd h5{
        font-size:120%;
        font-weight:
        bold !important;
        margin: 0 0 10px;
    }
	.detail_box ul li {
	    width: 49.5%;
	}
    .present_box{
		display:
		block;
		justify-content:
		unset;
		
		padding-bottom:0px;
		background:
		url(present_bg.svg)no-repeat top;
	}
    .present_box ul:nth-child(1) h3::after {
        right: 0;
    }
	.event_box{
		display:block;
		justify-content:unset;
		flex-direction:none;
		padding-bottom:0px;
		background:url(event_bg.svg)no-repeat top;
    }

    .present_box ul:nth-child(1),
	.event_box ul:nth-child(1){
		width:100%;
		margin:0 0 30px 0;
	}
	.present_box ul:nth-child(2),
	.event_box ul:nth-child(2){
		width:100%;
	}
	.present_box ul:nth-child(2) dl,
	.event_box ul:nth-child(2) dl{
	    padding: 40px 4% 4%;
	}

	.seminar_box h3{
	    font-size: 160% !important;
	    text-align: center !important;
	    font-weight:500 !important;
	    margin: 0 auto 20px !important;
	    line-height: 1em !important;
	    display:
	    block !important;
	}
    .seminar_box h3::after {
        right: 2em;
    }
	.seminar_box h3 span {
		display:
		block;
		line-height: 1.2em;
		margin: 0 0 0 0;
	}
    .seminar_box > dl {
        width: 96%;
        display: block;
        justify-content: unset;
        margin: 30px auto;
    }
    .seminar_box > dl dd{
        width: unset;
        margin-right: unset;
    }
    .seminar_box .seminar_instructor {
        width: 100%;
        margin: 2em auto 0;
    }
	.seminar_box ul{
	    margin: 2.5em auto 0;
	}
    .seminar_box ul li dl:nth-child(1){
        display: block;
        align-items: unset;
        margin-bottom: 1em;
    }
    .seminar_box ul li dl:nth-child(2) {
        display: block;
        justify-content: unset;
    }
    .seminar_box ul li dl:nth-child(2) dt {
        width: unset;
        display: flex;
    }
    .seminar_box ul li dl:nth-child(2) dd {
        width: unset;
        margin-bottom: 1em;
    }

    .event_box ul dl{
        width: unset;
        padding: 4%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
	.event_box ul:nth-child(2) dl:nth-child(1)::before {
		width: 70px;
		left: 0;
	}
	.event_box ul:nth-child(2) dl:nth-child(2)::before {
		width: 50px;
		left: 0;
	}
	.event_box ul:nth-child(2) dl:nth-child(1)::after {
		right:0;
		width: 70px;
		height: 50px;
	}
	.event_box ul:nth-child(2) dl:nth-child(2)::after {
		right:0;
		width: 50px;
		height: 50px;
	}
	.event_box ul dl:nth-child(1){
		margin:0 0 20px 0;
	}
    .event_box ul dl dt{
        width: 30%;
    }
	.info_box ul {
		display: block;
		justify-content: unset;
    }
    .info_box ul li:nth-child(1){
        width: unset;
    }
    .info_box ul li:nth-child(2){
        width: unset;
        height: 400px;
        overflow: hidden;
    }
    .info_box .notes {
        margin-bottom: 20px !important;
    }
    .info_box .item_box{
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 699px){
    .main_ep dd h4 {
        font-size: 180% !important;
    }
	.seminar_box h3 {
    font-size: 180% !important;
}
}

@media screen and (max-width: 599px){
    #main_image .main_image_title {
        width: 80%;
    }
    #event.sub section#subContainer div.main_box .main_ep dd h4 {
        position: relative!important;
        margin: 20px auto!important;
    }
	.main_ep dd div::after {
	    width: 50px;
	    top: 30px;
	}
	#main_image .main_box{
	    height: 90vw;
		min-height:400px;
	}

    #event.sub section#subContainer div.main_box .main_ep dd h4 span {
        font-size: 180%;
    }
    .present_box ul dl {
        padding: 8% 2% 2% 2%;
    }
	.present_box h4{
		font-size: 120% !important;
		}
	.present_box ul dl dd div {
	    font-size: 120%;
	}
	.present_box ul:nth-child(1) h3 {
	    font-size: 320% !important;
	}
    .present_box ul:nth-child(1) h3::after {
		right:0;
		top: -0.5em;
	}
    .seminar_box h3::after {
        width: 50px;
    }
	.seminar_box h3 span {
		font-size: 180%;
    }
    .seminar_box ul li dl:nth-child(1) h4 span {
        font-size: 120%;
    }
	.event_box ul:nth-child(1) h3 {
	    font-size: 320% !important;
	}
    .event_box ul:nth-child(1) h3::after{
		bottom: -0.5em;
		right: 0;
	}
    .event_box h4{
		font-size: 120% !important;
		}
	.event_box ul dl dd div {
	    font-size: 120%;
	}
}
@media screen and (max-width: 519px){
	#main_image .main_box::after{
		border-width: 0px 0px 150px 50vw ;
	}
	
	#main_image .main_box::before{
		border-width: 150px 0px 0px 50vw ;
	}

}
@media screen and (max-width: 460px){
    #event.sub section#subContainer div.main_box .main_ep dd h4 span {
        display:block;
        line-height:1em;
    }
	.present_box{
		margin: 0px auto 100px;
	}
    .event_box{
		margin: 0px auto 100px;
	}
}
@media screen and (max-width: 340px){
    .main_ep dd h4 {
        font-size: 210% !important;
    }
    .seminar_box ul li dl:nth-child(1) h5 {
        font-size: 180%;
    }
}
