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


article {
	background: rgba(255, 255, 255, 0.7);
}

h3 span {
	font-size: 80%;
}

#content-top,
#content-bottom {
	width: 100%;
}

#cd_img {
	text-align: center;

	/* CSS Nesting */

	p:nth-child(2) {
		font-weight: bold;
		margin: 6px 0 12px;
	}

}

#cd_review p {
	padding: 0 10px;
}

#cd_review p:first-child {
	background: rgba(219, 219, 255, 0.5);
	/* #DBDBFF */
	padding: 3px 0;
}



/* Media Query Breakpoints: 576px - 768px - 992px - 1200px - 1400px */

/* ------------------------------ ◆ bootstrap media query (single) ◆ ---------------------------- */

/* ------------------------------ ◆ bootstrap media query (multi-2) ◆ ---------------------------- */

/* ～768px */
@media (width < 768px) {
	#cd_t1 {
		display: none;
	}
}

/* ------------------------------ ◆ bootstrap media query (multi-3) ◆ ---------------------------- */

/* 992px～ */
@media (992px <=width) {

	#content-top,
	#cd_img,
	#cd_t1 {
		height: 524px;
	}

	#cd_img {
		float: left;
	}

	#cd_img img {
		margin: 40px 0 0;
	}

	#cd_t1 {
		float: right;
	}

	#cd_img,
	#cd_t1 {
		width: 50%;
	}
}

/* ------------------------------ ◆ bootstrap media query (multi-4) ◆ ---------------------------- */

/* 768px～ */
@media (768px <=width) {

	#cd_trial-listening_1 {
		width: 420px;
		margin: auto;
	}

	#cd_review {
		width: 80%;
		margin: 0 auto 40px;
	}

	#cd_review p:first-child {
		background-color: #DBDBFF;
	}

	#cd_t1 p {
		margin: 10px;
		font-weight: bold;
	}

	#cd_t2 {
		display: none;
	}
}

/* ------------------------------ ◆ bootstrap media query (multi-5) ◆ ---------------------------- */