@charset "utf-8";
.about_table th{
	width: 140px;
	vertical-align: top;
	text-align: left;
}
.kome {
    font-size: 0.8em;
    line-height: 1.5;
    margin-bottom: 10px;
}
.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;
}
.setsumei{
	font-size: 12px;
	margin: 5px 0 10px;
}
.setumei__detail {
	margin-bottom: 1em;
}
.detail-wrapper  {
	padding: 20px 30px;
	background-color: #fef5e8;
}
.detail-wrapper__title {
	color: #6a3906;
	font-size: 14px;
	margin-bottom: 1.5em;
}
.detail-wrapper__row {
	display: flex;
}
.detail-wrapper__head {
	font-weight: bold;
	font-size: 13px;
}
.detail-wrapper__row:not(:first-of-type) {
	margin-top: 1em;
}
.detail-wrapper__list {
	min-width: 95px;
	color: #6a3906;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}
.detail-wrapper__text {
	font-size: 13px;
}

label {
    display: block;
}
.input_text {
    height: 150px!important;
		max-width: 100%;
}
.form_title{
	max-width: 340px;
}
.greenfont{
	color: #006354;
	font-weight: bold;
}

.form_maining {
	border: 1px solid #006354;
}

.input_content {
	vertical-align: bottom;
}

@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;
	}
	.detail-wrapper {
		padding: 20px 10px;
	}
	.detail-wrapper__row {
		flex-direction: column;
	} 
}
@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;
	}
}
