@charset "utf-8";
.about_table th{
	width: 140px;
}
.kome{
	font-size: 0.8em;
	line-height: 1.7;
}
.eventspot img{
	margin-top: 20px;
}
.schedule th,.schedule td{
	padding: 5px;
	border: 1px solid #aaa;
	line-height: 1;
}
.schedule th{
	font-weight: normal;
	width: 90px;
}
.schedule td{
	font-weight: bold;
	padding-right: 20px;
}
.schedule{
	margin: 5px 0;
}
.submitbtn{
	margin-top: 30px!important;
}
.show_480{
	display: none;
}
.consent_box{
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    transform: translateZ(0);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 10px;
    background: #fff;
}
.lastyear{
	margin: 30px 0 60px;
}
.lastyear img{
	width: 23.5%;
	margin-right: 2%;
	display: block;
	float: left;
}
.lastyear img:last-of-type{
	margin-right: 0;
}
@media only screen and (max-width: 640px) {
	.about_table th {
	    width: 90px;
	    padding-right: 15px;
	}
	.lastyear img{
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 10px;
	}
	.lastyear img:nth-child(even){
		margin-right: 0;
	}
	.lastyear{
		margin: 30px 0 30px;
	}
}
@media only screen and (max-width: 480px) {
	.sp_100 {
	    width: 100%;
		display: block;
	}
	th.sp_100{
	    position: relative;
	    margin-top: 10px;
		width: 100%;
		padding: 0 0 5px 20px;
		font-size: 16px;
	}
	th.sp_100::before{
		content: '●';
		color: #006354;
		position: absolute;
		top: 0;
		left: 0;
	}
	.about_table th {
	    width: 100%;
	    padding-right: 0;
	}
	.show_480{
		display: block;
	}
	.schedule th{
		line-height: 1.5;
		width: 18%;
	}
	.schedule td{
		line-height: 1.5;
		width: 32%;
	}
	.consent_box{
	    font-size: 12px;
	}
}
