@charset "utf-8";
.goods_area {
	background: #2b44a8;
	color: #FFF;
}
.goods_area ul {
	list-style: none;
}
.goods_area li {
	margin: 1.5% 0 1.5%;
}
.flex_goods {
	margin: 5% auto 3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.dammy_box {
	width: 10px;
}
.goods_box {
	max-width: 100%;
	padding:40px 10px 30px;
}
#caming_soon .f_note {
	font-size: 15px;
}
 @media screen and (max-width: 1200px) {
.flex_goods {
	margin-top: 5%;
}
.goods_box {
	display: block;
	margin: 40px auto 10px;
	border: #FFF 1px solid;
	padding: 40px 0 30px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
}
 @media screen and (max-width: 800px) {
.flex_goods {
	display: block;
}
}
.goods_area_center {
	text-align: center;
	margin: 0 auto;
	padding: 30px 10px;
	max-width: 1440px;
	position: relative;
	background: url(../img/blue_back2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.goods_box img {
	max-width: 100%;
}
.left_text_area {
	text-align: left;
}
.QandN_area {
	background: #000;
	color: #FFF;
}
.QandN_area ul {
	list-style: none;
}
.QandN_area li {
	margin-bottom: 1.5%;
}
.QandN_area .Q {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.note {
	font-weight: bold;
	font-size: 25px;
}
.last_note {
	font-size: 20px;
	font-weight: bold;
}
.mb {
	margin-top: 30px;
	margin-bottom: 15px;
}
 @media screen and (max-width: 800px) {
#caming_soon .note {
	font-size: 20px;
}
}
 @media screen and (max-width: 600px) {
.note {
	font-size: 12px;
}
.last_note {
	font-size: 12px;
}
.goods_area li, .QandN_area li {
	font-size: small;
	margin-bottom: 20px;
}
.QandN_area li:last-child {
	margin-bottom: 10px;
}
.QandN_area .Q {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
#caming_soon .f_note {
	font-size: 10px;
}
}
.QandN_area .Q:hover {
	cursor: pointer;
}
.QandN_area .A {
	color: #FDB5B7;
}
.QandN_area_center {
	text-align: center;
	margin: 0 auto;
	padding: 30px 10px 25px;
	max-width: 1440px;
}
.QandA {
	padding-bottom: 15px;
}
.menuList li:last-child {
	margin-bottom: 2.5%;
}
.menuList {
	padding-top: 20px;
	padding-bottom: 30px;
}
.pbm {
	padding-bottom: 0;
}
.content03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.content04 {
	display: none;
}
 @media screen and (max-width: 600px) {
.goods_box {
	display: none;
}
.content03 {
	display: none;
}
.content04 {
	display: inline;
}
}
