@charset "utf-8";
@media (min-width: 768px) {}
@media (max-width: 767px) {}

.schedule_month {
	max-width: 1020px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.schedule_month li {
	font-weight: 700;
	font-size: 20px;
	position: relative;
	top: 10px;
}
.schedule_month li a {
	text-decoration: none;
	font-family: var(--font_en);
	font-weight: 400;
}
.schedule_month li:nth-of-type(2) {
	font-weight: 400;
	font-size: 40px;
	top: 0;
	font-family: var(--font_en);
}
.schedule_month li:nth-of-type(1):before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 10px;
	bottom: auto;
	right: auto;
	left: -13px;
	margin: auto;
	width: 0!important;
	height: 0!important;
	border-right: 7px solid var(--c_main);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.schedule_month li:nth-of-type(3):after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 10px;
	bottom: auto;
	left: auto;
	right: -13px;
	margin: auto;
	width: 0!important;
	height: 0!important;
	border-left: 7px solid var(--c_main);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.schedule_category {
	max-width: 840px;
	padding: 0 20px;
	margin: 20px auto;
	display: flex;
	justify-content: center;
}
.schedule_category li {
	background: var(--c_main);
	border: 1px solid var(--c_main);
	width: 50px;
	height: 20px;
	line-height: 20px;
	color: #000;
	font-weight: 700;
	font-size: 12px;
	margin: 0 5px;
	text-align: center;
}
.schedule_category li a {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: #fff;
	color: var(--c_main);
	text-decoration: none;
	font-weight: 700;
}
.schedule_category li a:hover {
  transition: 0.4s;  
  filter:alpha(opacity=100)!important;  
  -moz-opacity: 1!important;  
  opacity: 1!important;
  color: #f96f6c96!important;
}
.schedule_contents {
	max-width: 840px;
	padding: 0 20px;
	margin: 0 auto;
}
.schedule_contents a {
	display: block;
	text-decoration: none;
}
.schedule_contents li {
	padding-bottom: 15px;
	margin-bottom: 15px; 
	border-bottom: 2px solid #efefef;
	position: relative;
}
.schedule_contents li::before {
    content:''; 
    display: inline-block; 
    position: absolute; 
    top:50%;
    margin-top: -12px;
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--c_main);
    border-right: 2px solid var(--c_main);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right:12px;
}
.schedule_contents li::after {
   content: "";
   display: block;
   clear: both;
	}
.schedule_contents li div:nth-of-type(1) {
	float: left;
	width: 70px;
	text-align: center;
}
.schedule_contents li div:nth-of-type(1).red {
	color: #CC0000;
}
.schedule_contents li div:nth-of-type(1) p {
	font-family: var(--font_en);
	font-weight: 400;
	display: block;
}
.schedule_contents li div:nth-of-type(1) p:nth-of-type(1) {
	font-size: 40px;
	line-height: 1;
}
.schedule_contents li div:nth-of-type(1) p:nth-of-type(2) {
	font-size: 20px;
	line-height: 1;
}
.schedule_contents li div:nth-of-type(2) , 
.schedule_contents li div:nth-of-type(3) {
	padding-left: 100px;
	box-sizing: border-box;
}
.schedule_contents li div:nth-of-type(2) p {
	background: #fff;
	border: 1px solid var(--c_main);
	width: 50px;
	height: 20px;
	line-height: 20px;
	color: var(--c_main);
	font-weight: 700;
	font-size: 12px;
	margin: 0 5px;
	text-align: center;
	display: inline-block!important;
}
.schedule_contents li div:nth-of-type(2) p.new {
	background: #E50012;
}
.schedule_contents li div:nth-of-type(3) {
 margin-top: 10px;
	padding-right: 35px;
	box-sizing: border-box; 
}

@media (max-width: 767px) {
.schedule_month {
	width: calc(90% - 26px);
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.schedule_month li {
	font-weight: 700;
	font-size: 15px;
	position: relative;
	top: 8px;
}
.schedule_month li a {
	text-decoration: none;
	font-family: var(--font_en);
	font-weight: 400;
}
.schedule_month li:nth-of-type(2) {
	font-weight: 400;
	font-size: 25px;
	top: 0;
	font-family: var(--font_en);
}
.schedule_month li:nth-of-type(1):before , 
.schedule_month li:nth-of-type(3):after {
	top: 5px;
}
.schedule_category {
	width: 90%;
	padding: 0;
	margin: 20px auto;
	display: flex;
	justify-content: center;
}
.schedule_contents {
	width: 90%;
	margin: 30px auto;
}
.schedule_contents li div:nth-of-type(1) {
	float: left;
	width: 50px;
	text-align: center;
}
.schedule_contents li div:nth-of-type(1).red {
	color: #E50012;
}
.schedule_contents li div:nth-of-type(1) p {
	font-family: var(--font_en);
	font-weight: 400;
	display: block;
}
.schedule_contents li div:nth-of-type(1) p:nth-of-type(1) {
	font-size: 35px;
	line-height: 1;
}
.schedule_contents li div:nth-of-type(1) p:nth-of-type(2) {
	font-size: 15px;
	line-height: 1;
}
.schedule_contents li div:nth-of-type(2) , 
.schedule_contents li div:nth-of-type(3) {
	padding-left: 70px;
	box-sizing: border-box;
}
.schedule_contents li div:nth-of-type(3) {
 margin-top: 5px;
}
}

.content{
  margin: 32px 0 32px;
  padding: 32px 3%;
  border: 1px solid gray;
  position: relative;
}

@media (max-width: 767px) {
.schedule_category li {
    width: 45px;
    line-height: 20px;
    font-size: 10px;
    margin: 0 4px;
}
.schedule_contents li div:nth-of-type(2) p {
    width: 45px;
    font-size: 10px;
    margin: 0 4px;
}
}