@charset "utf-8";
@media only screen and (max-width: 500px) {
	#page_head .page_title {
		width: 390px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 420px) {
	#page_head .page_title {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}
/*

*/
#ctt_wrapper .blue_rounded_box .flex_wrap div {
	width: 520px;
}
@media only screen and (max-width: 1370px) {
	#ctt_wrapper .blue_rounded_box .flex_wrap div {
		width: calc(520 / 1350 * 100vw);
	}
}
@media only screen and (max-width: 960px) {
	#ctt_wrapper .blue_rounded_box .flex_wrap {
		display: block;
	}
	#ctt_wrapper .blue_rounded_box .flex_wrap div {
		width: 100%;
	}
	#ctt_wrapper .blue_rounded_box .flex_wrap div:last-of-type {
		margin-top: 10px;
	}
}
/*



*/
#ctt_wrapper #supplement_box {
	background-color: #fdeada;
}
#ctt_wrapper #supplement_box h3 {
	color: #ee782b;
}
#ctt_wrapper #supplement_box .flex_wrap div:first-of-type {
	width: 680px;
}
#ctt_wrapper #supplement_box .flex_wrap div:last-of-type {
	width: 340px;
	margin-right: 20px;
}
@media only screen and (max-width: 1370px) {
	#ctt_wrapper #supplement_box .flex_wrap div:first-of-type {
		width: calc(680 / 1350 * 100vw);
	}
	#ctt_wrapper #supplement_box .flex_wrap div:last-of-type {
		width: calc(340 / 1350 * 100vw);
		margin-right: calc(20 / 1350 * 100vw);
	}
}
@media only screen and (max-width: 960px) {
	#ctt_wrapper #supplement_box .flex_wrap div:first-of-type {
		width: 100%;
		margin-right: 0;
	}
	#ctt_wrapper #supplement_box .flex_wrap div:last-of-type {
		width: 100%;
		max-width: 340px;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
	}
}
/**/
#ctt_wrapper #supplement_box .notes {
	margin-top: -20px;
}
@media only screen and (max-width: 1370px) {
	#ctt_wrapper #supplement_box .notes {
		margin-top: calc(-20 / 1350 * 100vw);
	}
}
@media only screen and (max-width: 960px) {
	#ctt_wrapper #supplement_box .notes {
		margin-top: 10px;
	}
}
/*

*/