/*====================================================
////id merit_item
====================================================*/
#merit_item .item {
	grid-gap: 1em 1.5em;
}
#merit_item .detailBox {
	grid-gap: 1em 1.5em;
}
#merit_item .detailBox .whiteBox {
	border-radius: 5px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#merit_item .no {
		font-size: 1.1em;
	}
	#merit_item h2 {
		font-size: 1.3em;
	}
	#merit_item .item .imgBox {
		margin: auto;
		width: 70%;
			max-width: 300px;
	}
	#merit_item .detailBox h3 {
		font-size: 1.2em;
	}
	#merit_item .detailBox figure {
		margin: auto;
		max-width: 400px;
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#merit_item .no {
		font-size: 2.0rem;
	}
	#merit_item h2 {
		font-size: 2.5rem;
	}
	#merit_item .item {
		grid-template-columns: 320px 1fr;
	}
	#merit_item .detailBox {
		grid-template-columns: 1fr 1fr
	}
	#merit_item .detailBox h3 {
		font-size: 2.0rem;
	}
	#merit_item .detailBox figure {
		margin: auto;
		max-width: 500px;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}


/*====================================================
////id movie
====================================================*/
	#movie .youtube {
		aspect-ratio: 16 / 9;
		margin-left: auto;
		margin-right: auto;
	}
	#movie .youtube iframe{
		width: 100%;
		height: 100%;
	}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#movie .youtube {
		width: 100%;
		max-width: 600px;
	}
	#movie .innerBox {
		padding: 40px 0;
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#movie .youtube {
		width: 100%;
		max-width: 1000px;
	}
	#movie .innerBox {
		padding: 80px 0;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////id xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////id xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

