@charset "utf-8";

ul {
	list-style: none;
}

ul li {
	list-style: none;
}

#bgform {
	width:100%;
	float:none;
	background:#fff;
	padding:20px 0 60px;
	margin:30px auto;
}

h2.ttl {
	text-align: center;
	margin:80px 0 0 0;
	color: #6fba2c;
	font-size: 2.5rem;
}

h3 {
	margin:80px 0 20px 0;
	font-size: 2rem;
	text-align: center;
}

.attn {
	font-size: 14px;
	color:#ff0000;
	text-align: center;
}

.items {
	padding:0 30px 40px 30px;
}

.items ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin:auto;
	width:calc(100% - 16px);
}

.items ul li {
	width:calc(33.33% - 22px);
	padding:0;
	margin:10px;
	border: 1px solid #6fba2c;
}

.item_inner {
	padding: 10px;
}

.no {
	font-weight: bold;
	font-size: 1.6rem;
	background-color: #6fba2c;
	padding:4px 8px;
	margin:0 0 0px 0;
	color: #fff;
	font-family: open-sans-condensed, sans-serif;
}
.no:before {
	content: "No.";	
}
.date {
	font-size: 1.4rem;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
.stage {
	font-size: 1.4rem;
	margin:0;
}
.vs {
	font-size: 0.8rem;
}
.time {
	font-size: 1rem;
}
.time:before {
	content: " [";
}
.time:after {
	content: "]";
}

.items dl {
	width:100%;
	overflow: hidden;
	display: table;
	padding:0px 0;
}
.items dl dt {
	display:table-cell;
	width: 70px;
	font-size: 13px;
}
.items dl dd {
	display:table-cell;
	font-size: 14px;
	font-weight: bold;
}

.item_inner a.mv {
	display: block;
	margin:10px 0 0 0;
	width:100%;
	/* margin:10px 0 0 0; */
}
.item_inner a.mv img {
	width:100%;
}

a.gotoform {
	display: none;
}

.mfp_phase {
	margin:20px 50px;

}

form#mailformpro {
	margin: 0 0 50px 0;

}

form#mailformpro dl dt {
	font-size: 14px;
	padding:16px 0;
	text-align: left;
	border-top: none;
	width:180px;
}

form#mailformpro dl dd {
	padding: 10px 5px 0px 190px;
	border-top: none;
}

select {
	font-size: 14px;
  width: 100%;
	padding: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background-size: 20px, 100%;
}

div#mfp_warning,div#mfp_error {
	margin: 20px 40px 0;
	color: #ff0000;
	text-align: center;
}


@media screen and (max-width: 767px) {



}



@media screen and (max-width: 640px) {

ul {
	list-style: none;
}

ul li {
	list-style: none;
}

#bgform {
	width:100%;
	float:none;
	background:#fff;
	padding:10px 0 60px;
	margin:0 0;
}

h2.ttl {
	width: 100%;
	background:none;
	text-indent:0;
	text-align: center;
	font-size: 1.8rem;
	margin:40px 5px 0;
}

h3 {
	margin:0 0 0 0;
	padding:30px 0 0 0;
	font-size: 1.2rem;
	text-align: center;
	width: 100%;
	color:#6fba2c;
}

.attn {
	font-size: 1.2rem;
	color:#ff0000;
	text-align: center;
	margin:10px 0;
}

.items {
	padding:0 0 40px 0;
}

.items ul {
	overflow: hidden;
	padding:8px;
}

.items ul li {
	width:calc(100% - 2px);
	float:left;
	padding:0;
	margin:0;
	border:none;
}

.item_inner {
	padding:10px 5px 4px;
	height:auto;
	position: relative;
	width:calc(100% - 10px);
	overflow: hidden;
	margin:0 0 15px 0;
	/* background-color:#eef3ea; */
}

.no {
	font-weight: bold;
	font-size: 1.6rem;
	background-color:#6fba2c;
	/* border-bottom:1px solid #6fba2c; */
	padding:4px 6px;
	margin:0 0 0px 0;
	color: #fff;
	font-family: open-sans-condensed, sans-serif;
	width:calc(100% - 8px);
}
.no:before {
	content: "No.";	
}
.date {
	font-size: 1.2rem;
	line-height:1.4rem;
	padding:0 0 0px 0;
	margin:0 0 5px 0;
	border-bottom: none;
}
.stage {
	font-size:1.2rem;
	line-height:1.4rem;
	margin:0;
}
.vs {
	font-size:1rem;
	line-height:1.12rem;
}
.time {
	font-size:1rem;
	line-height:1.12rem;
}
.time:before {
	content: " [";
}
.time:after {
	content: "]";
}

.items dl {
	width:calc(100%);
	overflow: hidden;
	display: table;
	padding:2px 0;
}
.items dl dt {
	display:table-cell;
	width: 3rem;
	white-space: nowrap;
	font-size:1.2rem;
	line-height:1.4rem;
	text-align: left;
	}
.items dl dd {
	display:table-cell;
	font-size:1.2rem;
	line-height:1.4rem;
	font-weight: bold;
	text-align: left;
}

.item_inner a.mv {
	display: block;
	/* margin:10px 0 0 0; */
	position: static;
	width: 150px;
	height: 100px;
	overflow: hidden;
	float: right;
	margin:0 0 0 0;
}
.item_inner a.mv img {
	width: 150px;
	height: 100px;
	object-fit: cover;
}

.item_inner div {
	width:calc(100% - 160px);
	float:left;
	padding:4px;
}

a.gotoform {
	text-decoration: none;
	color:#6fba2c;
	display: block;
	font-weight: bold;
	margin: 6px 0 0 0;
}

.mfp_phase {
	margin:20px 0;
	padding: 0 10px;

}

form#mailformpro {
	margin: 0 0 50px 0;

}

form#mailformpro dl dt {
	font-size: 1.4rem;
	padding:3px 0;
	text-align: left;
	border-top: none;
	width:auto;
}

form#mailformpro dl dd {
	padding: 5px 0 0px 0%;
	border-top: none;
}

select {
	font-size: 14px;
  width: calc(100% - 28px);
	padding: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background-size: 20px, 100%;
}

div#mfp_warning,div#mfp_error {
	margin: 20px 40px 0;
	color: #ff0000;
	text-align: center;
}

h3#formttl {
	font-size: 1.4rem!important;
}


}