@charset "utf-8";
.about_table th{
	width: 140px;
	vertical-align: top;
}
.about_table{
	width: 100%;
}
.kome{
	font-size: 0.8em;
	line-height: 1.7;
	text-indent: -1em;
    padding-left: 1em;
}
.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;
}
.tableintable span {
    padding: 5px 10px;
    background: #ccc;
    font-size: 0.8em;
    line-height: 1em;
    font-weight: bold;
	margin-right: 10px;
}
.tableintable th,.tableintable td{
	padding: 0 15px 5px 0;
}
.hide{
	display: none!important;
}
.errorbox_m{
	background: #ffe1e6;
	padding: 10px;
	box-sizing: border-box;
	display: block;
}
.errorcomment_m{
	color: #fb1e42;
	font-size: 0.8em;
	padding:0!important;
}
.input_text{
	height: 150px;
	line-height: 1.5;
}
table{
	width: 100%;
}
.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;
}
.lastyear .cf {
    margin-bottom: 30px;
}
.camp{
	margin-top: 10px;
}
.gbtitle{
	font-weight: bold;
	margin: 10px 0 5px;
}
.gblink{
	font-size: 12px;
	line-height: 17px;
	background: #006354;
	color: #fff;
	padding: 0 10px;
	border-radius: 5px;
	display: inline-block;
	margin-left: 20px;
}
.preferred_date label{
	margin-right: 13px!important;
}

.flexdesc{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.flexdesc div:first-child{
	min-width: 300px;
	padding-right: 15px;
}
.glayarea{
	padding: 8px 10px;
    font-size: 0.8em;
    background: #eee;
	margin-top: 10px;
}
.glayareaTitle:not(:first-child){
	margin-top: 10px;
}
.glayarea .kome{
	font-size: 1em;
}

@media only screen and (max-width: 1020px) {
	.preferred_date label{
		display: block;
	}
}
@media only screen and (max-width: 768px) {
	.schedule th{
		width: 37px;
	}
}
@media only screen and (max-width: 640px) {
	.about_table th {
	    width: 90px;
	    padding-right: 15px;
	}
	.hide_640{
		display: none;
	}
	.schedule th{
		display: inline-block;
		width: 40%;
		box-sizing: border-box;
	}
	.schedule td{
		display: inline-block;
		width: 60%;
		box-sizing: border-box;
	}
	@-moz-document url-prefix() {
		.schedule td{
			margin-left: -3px;
		}
	}
	.lastyear img{
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 10px;
	}
	.lastyear img:nth-child(even){
		margin-right: 0;
	}
	.lastyear{
		margin: 30px 0 30px;
	}
	.flexdesc div:first-child{
		min-width: auto;
	}
}
@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.3em;*/
		top: 0;
		left: 0;
		/*
		width: 16px;
		height: 16px;
		border-radius: 8px;
		*/
	}
	.about_table th {
	    width: 100%;
	    padding-right: 0;
	}
	.show_480{
		display: block;
	}
	.schedule th{
		line-height: 1.5;
		width: 35%;
	}
	.schedule td{
		line-height: 1.5;
		width: 65%;
	}
	.consent_box{
	    font-size: 12px;
	}
	.toform_btn{
		font-size: 12px;
	}
}
