figure img {
	width: 100%;
	height: auto;
}
.event-main {
	background-image: url("images/event-main.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	min-height: 45vh;
	display: flex;
	padding: 4rem 0;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.event-main h1 {
	font-weight: 700;
}
.event-main h1 span.lead {
	font-size: 48px;
	display: block;
	margin-bottom: 2rem;
}
.event-main h1 span.lead i {
	font-size: 36px;
	font-style: normal;
}
.event-main h1 span.main {
	font-size: 80px;
}
.event-main h1 span.sub {
	font-size: 60px;
}
.event-main .schedule {
	display: flex;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.event-main .schedule .label {
	background-color: #E5527A;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1rem;
}
.event-main .schedule .day {
	text-align: left;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.5rem;
}
.event-main .sp-day {
	display: flex;
	font-family: 'oswald', "sans-serif";
}
.event-main .sp-day .label {
	font-size: 32px;
	color: inherit;
	text-align: left;
	line-height: 2.5rem;
	margin-right: 1rem;
}
.event-main .sp-day .day {
	font-size: 80px;
	font-weight: 700;
}
.event-main .sp-day .day span {
	font-size: 40px;
	padding-right: 2rem;
}
@media screen and (max-width: 1024px) {
	.event-main {
		background-image: url("images/event-main-sp.jpg");
		min-height: 45vh;
		background-position: center center;
	}
	.event-main h1 span.lead {
		font-size: 20px;
		margin-bottom: 1rem;
	}
	.event-main h1 span.lead i {
		font-size: 18px;
		font-style: normal;
	}
	.event-main h1 span.main {
		font-size: 32px;
		margin-bottom: 0.5rem;
		display: block;
	}
	.event-main h1 span.sub {
		font-size: 24px;
	}
	.event-main .schedule {
		display: flex;
		margin-top: 1rem;
		margin-bottom: 1rem;
		padding: 0 2rem;
		box-sizing: border-box;
	}
	.event-main .schedule .label {
		font-size: 14px;
		width: 70px;
		height: 70px;
		margin-right: 1rem;
	}
	.event-main .schedule .day {
		width: calc(100% - 70px - 1rem);
		font-size: 18px;
		line-height: 1.6rem;
	}
	.event-main .sp-day {
		display: block;
	}
	.event-main .sp-day .label {
		font-size: 22px;
		text-align: center;
		margin-right: 0rem;
	}
	.event-main .sp-day .day {
		font-size: 40px;
	}
	.event-main .sp-day .day span {
		font-size: 24px;
		padding-right: 1rem;
		padding-left: -5px;
	}
}
.present {}
.present h2 {
	text-align: center;
	font-size: 24px;
	line-height: 2.5rem;
	display: inline-block;
	margin: 0 auto 4rem;
	position: relative;
}
.present h2::before, .present h2::after {
	position: absolute;
	content: '';
	height: 60px;
	width: 1px;
	background-color: #000;
}
.present h2::before {
	left: -50px;
	top: 0;
	transform: rotate(-15deg);
}
.present h2::after {
	right: -50px;
	top: 0;
	transform: rotate(15deg);
}
.present .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.present .items .item {
	margin: 0 2rem 2rem;
	text-align: center;
	position: relative;
}
.present .items .item .circle {
	position: absolute;
	width: 100px;
	height: 100px;
	background-color: #E5527A;
	border-radius: 50%;
	color: #fff;
	top: -30px;
	left: calc(50% - 50px);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.6rem;
}
.present .items .item p {
	font-weight: 500;
}
.present .items figure {
	width: 260px;
	height: 260px;
	border: 1px solid #000;
	border-radius: 50%;
	padding: 0 1rem;
	display: flex;
	margin-bottom: 1rem;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.present .items .fun img {
	width: 52%;
}
.present .items .bag img {
	width: 75%;
}
.present .items .goods img {
	width: 100%;
}
.present .illa {
	width: 70%;
	max-width: 400px;
	margin: 0 auto -3rem;
}

@media screen and (max-width: 1024px) {
	.present {}
	.present h2 {
		text-align: center;
		font-size: 16px;
		line-height: 1.5rem;
		margin: 0 auto 2rem;
		position: relative;
		width: 100%;
		padding: 0 2rem;
		box-sizing: border-box;
	}
	.present h2::before, .present h2::after {
		height: 50px;
	}
	.present h2::before {
		left: 13px;
		transform: rotate(-9deg);
	}
	.present h2::after {
		right: 13px;
		transform: rotate(9deg);
	}
	.present .items .item {
		margin: 0 0 1rem;
		text-align: center;
		position: relative;
		width: 50%;
	}
	.present .items .item .circle {
		font-size: 12px;
		line-height: 1.4rem;
		top: -30px;
		width: 80px;
		height: 80px;
		left: calc(60% - 60px);
	}
	.present .items figure {
		width: 150px;
		height: 150px;
		margin: 0 auto 1rem;
	}
}
.event-header {
	display: flex;
	max-height: 300px;
	overflow: hidden;
	padding: 2rem 0 0;
}
.event-header .text {
	width: 730px;
}
.event-header .text h2 {
	font-size: 30px;
	margin-bottom: 1rem;
}
.event-header .text p.lead {
	margin-bottom: 1rem;
	font-size: 18px;
	font-weight: 700;
	line-height: 2rem;
}
.event-header .text p.target {
	margin-bottom: 1rem;
	font-size: 20px;
	font-weight: 700;
	padding: 1rem 0;
	line-height: 2rem;
}
.event-header figure {
	width: 200px;
}
.event-header .day {
	width: 180px;
	height: 180px;
	border: 4px solid #fff;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	font-size: 50px;
	font-weight: 500;
	font-family: 'oswald', "sans-serif";
	margin-right: 2rem;
	padding-top: 45px;
}
.oc12 .event-header .day {
	border: 4px solid #000;
	background-color: #fff;
}
.event-header .day span {
	font-size: 18px;
}
.event-container {
	padding: 2.5rem;
	background-color: #fff;
	border-radius: 32px;
}
.event-container .list {
	display: flex;
	flex-wrap: wrap;
}
.event-container .list .item {
	width: 50%;
	display: flex;
	margin-bottom: 4rem;
}
.event-container .list .item figure {
	width: 160px;
	box-sizing: border-box;
	margin-right: 1rem;
}
.event-container .list .item figure img {
	background-color: #fff;
	padding: 2px;
	box-sizing: border-box;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 4px solid #000;
}
.event-container .list .item .text {
	width: calc(100% - 160px - 1rem)
}
.event-container .list .item .text h3 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 1rem;
}
.event-container .list .item .text .label {
	padding: 8px 1rem;
	display: inline-block;
	font-weight: 500;
	margin-bottom: 1rem;
}
.event-container .list .item .text p.desc {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 1rem;
}
.event-container .list .item .text p.profile {
	margin-bottom: 1rem;
}
.event-container p.entry a {
	display: inline-block;
	background-color: #FF6600;
	color: #fff;
	padding: 5px 1rem;
	border-radius: 32px;
	text-decoration: none;
}
.live {
	background-color: #5ABBF7;
}
.live .event-header {
	color: #fff;
}
.live .text .label {
	background-color: #5ABBF7;
	color: #fff;
}
.live .text p.target {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.oc12 .text p.target {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.oc12 {
	background-color: #FEF202;
}
.oc12 .event-header {
	color: inherit;
}
.oc12 .event-header h2 span {
	display: block;
	font-size: 60px;
	margin-bottom: 1rem;
}
.oc12 .text .label {
	background-color: #FEF202;
	border: 1px solid #000;
	color: #000;
}
@media screen and (max-width: 1024px) {
	.event-header {
		display: block;
		max-height: 100%;
		position: relative;
		overflow: hidden;
		padding: 0 1rem 0;
		box-sizing: border-box;
	}
	.event-header .text {
		width: 100%;
	}
	.event-header .text h2 {
		font-size: 36px;
		margin-bottom: 1rem;
	}
	.event-header .text p.lead {
		margin-bottom: 1rem;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.8rem;
	}
	.event-header .text p.target {
		margin-bottom: 1rem;
		font-size: 12px;
		padding: 0.5rem 0;
		line-height: 1.4rem;
	}
	.event-header figure {
		width: 140px;
		height: 150px;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 0;
	}
	.event-header .day {
		width: 150px;
		height: 150px;
		font-size: 40px;
		padding-top: 43px;
		margin: 0 auto  2rem 0 ;
	}
	.event-header .day span {
		font-size: 18px;
	}
	.event-container {
		margin: 0 1rem;
		padding: 1em;
		background-color: #fff;
		border-radius: 10px;
	}
	.event-container .list .item {
		width: 100%;
		display: block;
		margin-bottom: 3rem;
	}
	.event-container .list .item figure {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.event-container .list .item .text {
		width: 100%;
	}
	.event-container .list .item .text h3 {
		font-size: 21px;
	}
	.event-container .list .item .text .label {
		box-sizing: border-box;
	}
	.event-container .list .item .text p.profile {
		margin-bottom: 1rem;
		font-size: 12px;
	}
	.event-container p.entry {
		text-align: center;
	}


	.oc12 .event-header h2 span {
		display: block;
		font-size: 30px;
		margin-bottom: 1rem;
	}
	.oc12 .text .label {
		background-color: #FEF202;
		border: 1px solid #000;
		color: #000;
	}
}
p.attention {
	padding: 20px 1rem;
}
.item .illa {
	display: flex;
}
.event-container .list .item .illa figure {
	width: 40%;
}

.event-container .list .item .illa figure img {
	border: 1px solid #fff;
}
.baloon{
    position:relative;
    width:43%;
	margin-left: 2%;
    height:120px;
    padding:10px;
    text-align:center;
    border:2px solid #292929;
    font-weight:bold;
	display: flex;
	font-size: 20px;
	line-height: 2rem;
	align-items: center;
	justify-content: center;
    border-radius:10px;
}
.baloon:after,.baloon:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:50%;
}
.baloon:after{
    border-color: rgba(0, 153, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:14px;
    border-right-width:14px;
    margin-top: -10px;
    border-left-color:#fff;
}
.baloon:before{
    border-color: rgba(41, 41, 41, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:16px;
    border-right-width:16px;
    margin-top: -12px;
    margin-left: 2px;
    border-left-color:#292929;
}
@media screen and (max-width: 1024px) {
.event-container .list .item .illa figure {
	width: 40%;
} 
	.baloon{
		font-size: 16px;
		line-height: 1.6rem;
		height: 100px;
		text-align: left;
	}
	
}
/**********************************
opencampus step
***********************************/
.oc-step {
	display: flex;
	width: 1000px;
	margin: 0 auto 3rem;
	justify-content: space-between;
}
.oc-step .item {
	background-color: #fff;
	border: 2px solid #000;
	padding: 0.5rem;
	box-sizing: border-box;
	width: 220px;
	font-size: 18px;
	text-align: center;
}
.oc-step .item .time {
	font-size: 18px;
	font-weight: 700;
	line-height: 3rem;
}
.oc-step .item h4 {
	height: 50px;
	margin-bottom: 1rem;
	padding-bottom: 0;
}
.oc-step .item h4 span {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5rem;
}
.oc-step .item p {
	line-height: 1.6rem;
	font-size: 1rem;
	text-align: left;
	margin-bottom: 0.5rem;
}
.oc-step .item .image {
	padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.oc-step {
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto 3rem;
	}
	.oc-step .item {
		width: 100%;
		font-size: 18px;
		text-align: center;
		margin-bottom: 0.5rem;
	}
	.oc-step .item .time {
		font-size: 16px;
		line-height: 2rem;
	}
	.oc-step .item h4 {
		height: auto;
		margin-bottom: 1rem;
		padding-bottom: 0;
	}
	.oc-step .item p {
		line-height: 1.5rem;
		font-size: 0.9rem;
		margin-bottom: 0.5rem;
	}
}
/**********************************
opencampus detail
***********************************/

.oc-detail h2 {
	font-size: 2rem;
	margin-bottom: 2rem;
	text-align: center;
}
.oc-detail .mock h3 {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 2rem;
	}
}
/**********************************
opencampus merit
***********************************/
.oc-merit {
	background-color: #71C5E7;
	padding: 3rem 0;
}
.oc-merit .ribon {
	line-height: 2rem;
	font-size: 24px;
	position: relative;
	padding: 1rem 5rem 2rem;
	text-align: center;
	display: block;
	width: 356px;
	color: #fff;
	margin: 0 auto 4rem;
	background-image: url("../images/ribon.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.merits {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.merits .item {
	background-color: #fff;
	padding: 1rem;
	box-sizing: border-box;
	text-align: center;
	border-radius: 1rem;
	border: 1px solid #707070;
	margin-bottom: 2rem;
	flex-wrap: wrap;
	display: flex;
	position: relative;
}
.merits .item.middle {
	width: 565px;
	padding: 1rem 1rem 4rem;
}
.merits .large {
	width: 100%;
}
.merits .small {
	width: 360px;
}
.merits .batch {
	background-color: #FF72A9;
	color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	box-sizing: border-box;
	padding-top: 32px;
	margin-right: 10px;
}
.merits .small .batch {
	width: 60px;
	height: 60px;
	padding-top: 24px;
	font-size: 14px;
}
.merits figure img {
	width: 100%;
	height: auto;
}
.merits .middle figure {
	width: 200px;
	position: absolute;
	right: 10px;
	bottom: 0;
}
.merits .large figure {
	width: 510px;
}
.merits .middle .text {
	width: calc(100% - 290px);
}
.merits .large .text {
	width: calc(100% - 620px);
	padding-top: 21px;
	margin-right: 20px;
}
.merits .small .text {
	width: calc(100% - 70px);
}
.merits .title {
	font-size: 32px;
	font-weight: 700;
	text-align: left;
	line-height: 2.5rem;
	margin-bottom: 2rem;
}
.merits .small .title {
	font-size: 22px;
	line-height: 2rem;
	margin-bottom: 1rem;
}
.merits .item p {
	font-size: 18px;
	font-weight: 500;
	text-align: left;
}
.merits .item .bal {
	position: absolute;
}
.merits .item .bal1 {
	right: 50px;
	top: -35px;
	width: 135px;
}
.merits .item .bal2 {
	left: 460px;
	top: 155px;
	width: 135px;
}
.merits .item .shol {
	position: absolute;
	background-color: #FF72A9;
	color: #fff;
	padding: 8px 5px;
	font-size: 16px;
	font-weight: 500;
	right: 1rem;
	top: -1rem;
	transform: rotate(-5deg);
}
@media screen and (max-width: 1024px) {
	.oc-merit {
		padding: 2rem 1rem;
		box-sizing: border-box;
	}
	.merits .item p {
		font-size: 16px;
	}
	.merits .item.middle {
		width: 100%;
		padding: 1rem 1rem 2rem;
	}
	.oc-merit .ribon {
		line-height: 1.3rem;
		font-size: 18px;
		padding: 5px;
		width: 300px;
		box-sizing: border-box;
		margin: 0 auto 2rem;
		background-size: 100% auto;
	}
	.oc-merit .middle .text {
		width: calc(100% - 100px);
	}
	.oc-merit .middle .text {
		padding-top: 25px;
		width: 100%;
	}
	.oc-merit .large .text {
		width: 100%;
		padding-top: 25px;
	}
	.oc-merit .middle figure {
		width: 110px;
	}
	.oc-merit .large figure {
		width: 100%;
	}
	.merits .title {
		font-size: 22px;
		line-height: 2rem;
		margin-bottom: 1rem;
	}
	.merits .small .title {
		font-size: 22px;
		line-height: 2rem;
		margin-bottom: 1rem;
	}
	.merits .middle p {
		margin-right: 90px;
	}
	.merits .batch {
		width: 60px;
		height: 60px;
		padding-top: 24px;
		font-size: 14px;
	}
	.merits .middle .batch, .merits .large .batch {
		position: absolute;
		left: 5px;
		top: -30px;
	}
	.merits .item .bal1 {
		right: 10px;
		top: -5px;
		width: 95px;
	}
	.merits .item .bal img {
		width: 100%;
		height: auto;
	}
	.merits .item .bal2 {
		left: -10px;
		top: auto;
		bottom: -8px;
		width: 95px;
	}
}
/**********************************
opencampus detail heading
***********************************/
.oc-detail-heading {
	color: #FFFFFF;
	line-height: 1.5em;
	margin-bottom: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #f27b28;
}
.oc-detail-heading h1 {
	padding-bottom: 25px;
}
/* for SP */
@media screen and (max-width: 1024px) {
	.oc-detail-heading {
		line-height: 1.5em;
		margin-bottom: 15px;
		padding: 15px 10px 5px;
	}
	.oc-detail-heading h1 {
		padding-bottom: 10px;
	}
}