h1 {
	margin-bottom: 30px;
}
.streaming,.event,.check {
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px 30px;
	margin: 30px auto 0;
}
p.icon {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    color: #ffffff;
	font-size: 30px;
}
.streaming h2,.event h2,.check h2 {
	font-size: 30px;
	text-align: center;
}
.streaming {
	background-color: #7fd5c1;
}
.streaming h2 {
    color: #00ab84;
}
.streaming p.icon {
    background-color: #00ab84;
}
.streaming .mcBox {
	width: 40%;
	text-align: center;
	line-height: 0;
	position: relative;
	float: left;
	margin: 30px 5% 0;
}
.streaming .mcBox img.img {
	width: 100%;
   height: auto;
}
.streaming .mcBox img.iconPlay {
   z-index: 1;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -30px;
   margin-left: -29px;
}
.streaming .mcBox button {
	width: 100%;
   border: none;
   font-size: 16px;
   color: #ffffff;
   line-height: 1;
   font-weight: bold;
   text-align: center;
   padding: 10px 5px;
   box-sizing: border-box;
  background-color: #f5a100;
}
.streaming .mcBox button::after {
   content: '\f35d';
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
   margin-left: 5px;
}
.event {
	background-color: #F7C3D0;
}
.event h2 {
    color: #e95377;
}
.event p.icon {
    background-color: #e95377;
}
ul.contentslink {
	display: flex;
	align-items:stretch;  
	flex-wrap: wrap;
    margin-top: 30px;
}
.event ul.contentslink li {
	width: 40%;
    border-radius: 5px;
	margin: 0px 5%  20px;
    background-color: #FFFFFF;
	border: 1px solid #e95377;
}
.event ul.contentslink li a {
    display: block;
    padding: 10px;
    color: #484848;
}
.thumbnail {
    width: 100%;
    height: auto;
}
.thumbnail img {
    max-width: 100%;
    height: auto;
}
.check {
	background-color: #fad07f;
	padding-bottom: 10px;
}
.check h2 {
    color: #f5a100;
}
.check p.icon {
    background-color: #f5a100;
}
.check ul.contentslink li {
    width: 32%;
    border-radius: 5px;
    margin-right: 2%;
    margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #f5a100;
}
.check ul.contentslink li a {
    display: block;
    padding: 10px;
    color: #484848;
}
.check ul.contentslink li:nth-of-type(3n) {
	margin-right: 0px;
}
@media only screen and (max-width:768px) {
.midashi {
	font-size: 14px;
}
.streaming,.event,.check {
	padding: 10px 10px 20px;
	margin: 20px auto 0;
}
.streaming h2,.event h2,.check h2 {
	font-size: 20px;
}
p.icon {
	width: 36px;
	height: 36px;
	margin-bottom: 5px;
	font-size: 22px;
}
.streaming .mcBox {
	width: 70%;
	margin: 20px 15% 0;
}
.event ul.contentslink,.check ul.contentslink {
    margin-top: 20px;
}
.event ul.contentslink li,.check ul.contentslink li {
	width: 70%;
    border-radius: 5px;
	margin: 0px 15% 20px;
}
}