@charset "utf-8";





@import url("/common/css/reset.css");
@import url("/common/css/base.css");





#desc_box {
	padding: 30px 0 60px;
}
@media screen and (max-width: 1120px) {
	#desc_box {
		padding: 3% 0 6%;
	}
}/* 閉じカッコ */
#desc {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;

	overflow: hidden;
}
#desc_img {
	float: left;
	width: 46%;
	max-width: 500px;
}
#desc_text {
	margin-left: 500px;
	font-size: 112.5%;
}
@media screen and (max-width: 1120px) {
	#desc_text {
		margin-left: 50%;
	}
}/* 閉じカッコ */





#example_box {
	padding: 0 0 80px;
}
#example {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.example_heading {
	margin-bottom: 30px;
	padding: 0.6em;
	background: #fff8ee;
	border: 1px solid #ffb033;
	border-radius: 5px;
	font-size: 150%;
}
@media screen and (max-width: 1120px) {
	.example_heading {
		margin-bottom: 3%;
	}
}/* 閉じカッコ */



#example_intro_text {
	max-width: 940px;
	margin: 0 auto 0.4em;
	font-size: 150%;
}
#example_intro_text_supple {
	max-width: 940px;
	margin: 0 auto 60px;
	font-size: 87.5%;
}
@media screen and (max-width: 1120px) {
	#example_intro_text_supple {
		margin-bottom: 6%;
	}
}/* 閉じカッコ */



#set_box {
	padding: 0 0 20px;
}
ul#set {
	width: 100%;
	max-width: 940px;
	margin: 0 auto 60px;

	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
@media screen and (max-width: 768px) {
	ul#set {
		display: block;
	}
}/* 閉じカッコ */
ul#set li {
	width: 32%;
	max-width: 400px;
	margin: 0 1%;
	flex: 1;
}
ul#set li:first-of-type {
	margin-left: 0;
}
ul#set li:last-of-type {
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	ul#set li,
	ul#set li:first-of-type,
	ul#set li:last-of-type {
		width: 100%;
		margin: 0 auto 30px;
	}
}/* 閉じカッコ */
.set_img {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	line-height: 0;
}
@media screen and (max-width: 1120px) {
	.set_img {
		margin-bottom: 1%;
	}
}/* 閉じカッコ */
.set_name {
	font-size: 150%;
}
.set_disc {
}



#set_details {
	max-width: 600px;
	margin: 0 auto 30px;
	font-size: 112.5%;
	letter-spacing: -0.1em;
}
#set_details_supple {
	max-width: 600px;
	margin: 0 auto;
	font-size: 87.5%;
}









