@charset "utf-8";
.about_table th{
	width: 140px;
	vertical-align: top;
	text-align: left;
}
.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: 32%;
	margin-right: 2%;
	display: block;
	float: left;
}
.lastyear img:last-of-type{
	margin-right: 0;
}
.lastyear .cf{
	margin-bottom: 30px;
}
.inlineblock{
	text-align: center;
	margin-top: 20px;
}
.inlineblock div{
	width: 30%;
	margin: 0 1%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.inlineblock div p{
	margin-top: 15px;
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
}
.inlineblock div p span{
	font-size: 10px;
}
.length_title{
	width: 150px;
	float: left;
	margin-right: 15px;
}
.length_select{
	float: left;
}
select{
	margin-right: 5px;
}
.hide{
	display: none;
}
.googlelink i {
    color: #EA4335;
}
.googlelink {
    color: #000;
    text-decoration: underline;
    word-break: break-all;
}
iframe{
	width: 100%;
	margin-top: 20px;
	border: 1px solid #aaa;
}
.block1 .cf .left_box, .block1 .cf .right_box{
	float: left;
	display: inline-block;
}
.block1 .cf .left_box{
	margin-right: 2%;
}
a.link_btn{
	font-size: 11px;
	color: #fff;
	background: #2bb89a;
	padding: 5px 10px;
	border-radius: 12px;
	display: inline-block;
}
.consent_box a{
	text-decoration: underline;
}
.member_table{
	margin-top: 30px;
}
.jtbno {
    width: 90px;
    line-height: 1.5;
    text-align: center;
    margin: 50px 0 0 auto;
    border: 1px solid #000;
}
@media only screen and (max-width: 910px) {
	.block1 .cf .left_box, .block1 .cf .right_box{
		width: 49%;
	}
}
@media only screen and (max-width: 768px) {
	.block1 .cf .left_box, .block1 .cf .right_box{
		width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	.about_table th {
	    width: 90px;
	    padding-right: 15px;
	}
	.lastyear{
		margin: 30px 0 30px;
	}
	.inlineblock div{
		width: 100%;
		max-width: 300px;
		margin: 0 0 20px;
		display: block;
	}
}
@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: '';
		background: #006354;
		position: absolute;
		top: 0.3em;
		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: 18%;
	}
	.schedule td{
		line-height: 1.5;
		width: 32%;
	}
	.consent_box{
	    font-size: 12px;
	}
	.block1 .right{
		display: none;
	}

}
