@charset "UTF-8";
/* 必須指定 */
#contWrap {
	margin: 0 auto;
	width: 980px;
}
@media screen and (max-width: 750px)  {
	#contWrap {
		width: 100%;
		transform: scale(1,1);
	}
}
#contWrap img {
	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
/*---*/

#mainContainer.sc {
    width: 975px;
    display: block;
    margin: 5px auto 0;
    position: relative;
}
.sc h1 {
	position: absolute;
	left: 344px;
	top: 20px;
	margin: 0;
}
.sc h1 img {
	position: relative;
	z-index: 100;
}
.sc h1:before {
	content:url("../images/top_back.png");
	display: block;
	overflow: hidden;
	width: 455px;
	height: 258px;
	position: absolute;
	z-index:10;
	top: -32px;
	left:-344px;
}
.sc #w_1,
.sc #w_2 {
	width: 874px;
	border:1px solid black;
	border-radius: 20px;
	background: rgba(255,255,255,0.9);
	padding: 0 20px;
	display: block;
	overflow: hidden;
}
.sc #con {
	padding-top: 246px;
	display: block;
	overflow: hidden;
	clear: both;
	background: url("../images/back.jpg") top center no-repeat #fef6ae;
}
.sc #w_1 {
	margin: 0 auto;
}
.sc #w_1 h2 {
	margin: 18px 0 7px -9px;
}
.sc #w_1 .mihon {
	display: flex;
	justify-content: space-between;
	border-top: 2px dotted #999999;
	margin: 25px 0 28px auto;
	padding-top: 30px;
}
.sc #w_1 .mihon figure {
	width: 36%;
	margin: 0;
}
.sc #w_1 .mihon p {
	width: 60%;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
}
.sc #w_1 .mihon p a {
	display: block;
	margin-top: 10px;
}
.sc #w_1 .mihon span {
	color: #09880a;
}
.sc #w_1 ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.sc #w_1 li {
	width: 49%;
	border: 1px solid #000;
	padding: 5px 10px 10px;
	font-size: 16px;
	line-height: 1.4em;
	list-style-type: none;
}
.sc #w_1 li p {
	margin: 1em 5px;
}
.sc #w_1 li.right {
	float: none;
	margin-right: 0;
}
.sc #w_1 h3 {
	margin:0;
}
.sc #w_2 {
	background: #fff;
	margin: 20px auto;
}
.sc #w_2 h2 {
	margin: 20px 0;
}
.sc #w_2 .cartCover {
	display: flex;
	justify-content: space-between;
}
.sc #w_2 .cartCover figure {
	width: 18%;
	margin: 20px 0 0;
}
.sc #w_2 .cartInner {
	width: 82%;
	margin: 0 0 30px auto;
	padding: 0;
}
.sc #w_2 .cartInner ul.cart {
	background: #fbe4b4;
	padding: 20px;
	margin: 0 auto 15px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.sc #w_2 .cart li {
	list-style-type: none;
	text-align: center;
}
.sc #w_2 .cart li:nth-of-type(1),
.sc #w_2 .cart li:nth-of-type(3) {
	width: 26%;
}
.sc #w_2 .cart li:nth-of-type(2),
.sc #w_2 .cart li:nth-of-type(4) {
	width: 7%;
	font-weight: bold;
	font-size: 20px;
}
.sc #w_2 .cart li:nth-of-type(5) {
	width: 34%;
}
.sc #w_2 ul.hosoku {
	font-size: 14px;
	list-style-type: none;
	line-height: 1.4em;
}
.sc #w_2 .rei {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.sc #w_2 .rei .chara {
	width: 100px;
	margin-right: 10px;
}
.sc #w_2 .rei .hukidashi {
	width: calc(100% - 110px);
	text-align: right;
}
.sc #w_3 {
	width: 874px;
	background: url("../images/03_back.gif");
	position: relative;
	margin: 0 auto 20px;
	padding: 0 20px;
	display: block;
	overflow: hidden;
}
.sc #w_3 h2 {
	margin: 8px 0 5px;
}
.sc #w_3 ul {
	background: white;
	margin: 0 0 20px;
	padding: 20px 20px 20px 40px;
	line-height: 1.5em;
}
.sc #w_3 li {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: bold;
}