@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 769px){
	
	section li.contents{
		width: 100%;
		max-width: 720px;
	}
	
	section li.contents .img{
		width: 100%;
		max-width: 629px;
	}
	
	section li.contents a{
		width: 100%;
		display: block;
		transition-duration: 0.5s;
	}
	
	section li.contents a:hover{
		opacity: 0.7;
	}
	
	.contents h3 {
		font-size: 16px;
		font-weight: bold;
	}
	
	.contents h3 span{
		font-size: 12px;
		display: inline-block;
		padding-left: 1em;
		line-height: 1.6;
		margin-bottom: 15px;
	}
	
	.contents p{
		font-size: 13px;
		text-align: justify;
		text-justify: inter-ideograph;
		color: #666;
	}
	
	.contents p.text{
		margin-bottom: 50px;
	}
	
	.contents ul {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	.contents ul li{
		width: 43%;
		margin-bottom: 50px;
	}
	
	.contents ul li h4{
		font-size: 16px;
		font-weight: bold;
	}
	
	.contents ul li h4 span{
		display: block;
		font-size: 12px;
		line-height: 1.6;
		margin-bottom: 15px;
	}
	
	.contents p.cap {
		font-size: 12px;
		margin-bottom: 5px;
	}
	
	.contents ul.registration{
		width: 100%;
		margin-bottom: 5px;
		overflow: hidden;
		display: block;
		color: #666;
	}
	
	.contents ul.registration li{
		display: inline-block;
		margin-bottom: 0;
	}
	
	.contents ul.registration li.day{
		width: 140px;
	}
	
	.contents ul.registration.last li.day{
		width: 190px;
	}
	
	.contents ul.registration li.cons{
		width: 120px;
		padding-left: 1em;
	}
	
	.contents ul.registration.last li.cons{
		width: 70px;
		padding-left: 1em;
	}
	
	.contents ul.registration li.name{
		width: 135px;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media print, screen and (max-width: 768px){
	
	section li.contents a{
		width: 100%;
		display: block;
	}
	
	section li.contents{
		width: 100%;
	}
	
	section li.contents .img{
		width: 100%;
		max-width: 720px;
		margin: 0 auto;
	}
	
	.contents h3 {
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
	}
	
	.contents h3 span{
		font-size: 12px;
		font-size: 1.2rem;
		display: block;
		line-height: 1.6;
		margin-bottom: 15px;
	}
	
	.contents p{
		font-size: 10px;
		font-size: 1.0rem;
		text-align: justify;
		text-justify: inter-ideograph;
		color: #666;
	}
	
	.contents p.text{
		margin-bottom: 40px;
	}
	
	.contents ul {
		width: 100%;
	}
	
	.contents ul li{
		width: 100%;
		margin-bottom: 50px;
	}
	
	.contents ul li h4{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
	}
	
	.contents ul li h4 span{
		display: block;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.6;
		margin-bottom: 15px;
	}
	
	.contents p.cap {
		font-size: 10px;
		font-size: 1.0rem;
		margin-bottom: 5px;
	}
	
	.contents ul.registration{
		width: 100%;
		margin-bottom: 5px;
		overflow: hidden;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: flex-start;
		align-items: top;
		font-size: 10px;
		font-size: 1.0rem;
		color: #666;
	}
	
	.contents ul.registration li{
		display: inline-block;
		margin-bottom: 0;
	}
	
	.contents ul.registration li.day{
		width: 11em;
		/*min-width: 90px;
		max-width: 140px;*/
	}
	
	.contents ul.registration.last li.day{
		width: 15.5em;
	}
	
	.contents ul.registration li.cons{
		padding-left: 0.5em;
		padding-right: 0.5em;
		width: 95px;
		/*min-width: 68px;*/
	}
	
	.contents ul.registration.last li.cons{
		padding-left: 0.5em;
		padding-right: 0.5em;
		width: 50px;
		/*min-width: 68px;*/
	}
	
	.contents ul.registration li.name{
		max-width: 50px;
		/*padding-left: 1em;*/
	}
}

@media print, screen and (max-width: 480px){
	


}