.newitem_contents {
	font-size: 115%;
}
.bg_color {
	padding: 2em;
	background-color: #f3f6fc;
}
.image {
	text-align: center;
}

/* *** リード文 *** */
h1 {
	margin-top: 3em;
	font-size: 150%;
	font-weight: 100;
	text-align: center;
}
h1 span {
	font-size: 130%;
}
h1 + .image {
	margin-top: 1.5em;
	text-align: center;
}

h2 {
	margin: 3em 0 0;
	padding-bottom: 0.25em;
	border-bottom: solid 1px #aaa;
	color: #666;
	font-size: 160%;
	font-weight: bold;
}
h2 + .col2 {
	margin-top: 1em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.col2 > * {
	width: calc((100% - 1.5em) * 0.5);
}
.col2 p {
	margin: 0;
}

/* *** マークつきリスト *** */
.point_list {
	list-style: disc;
}
.point_list li {
	margin-top: 0.5em;
	margin-left: 2.5em;
}

/* *** 画像一覧 *** */
.gallery {
	margin-top: 3em;
	text-align: center;
}
.gallery li {
	margin-top: 1.5em;
}
.gallery li img {
	border: solid 1px #ccc;
}

.detail_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.detail_list > li {
	width: calc((100% - 2em) / 2);
	margin-top: 3em;
}
.detail_list > li:nth-child(2n) {
	margin-left: auto;
	margin-right: 0;
}
#contents .detail_list .text ol {
	list-style: none;
	margin: 0;
	font-size: 115%;
}
.detail_list .text li {
	margin-top: 1em;
}
.detail_list .text li:not(:first-child) {
	padding-top: 1em;
	border-top: dashed 1px #ccc;
}

/* *** 商品一覧 *** */
.lineup_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lineup_list > li {
	width: calc((100% - 2em) / 2);
	margin-top: 1.5em;
	border: solid 6px #f3f3f3;
}
.lineup_list > li:nth-child(2n) {
	margin-left: auto;
	margin-right: 0;
}
.lineup_list .text dl {
	text-align: center;
}
.lineup_list .text dt {
	font-weight: bold;
}
.lineup_list .text .size {
	font-size: 90%;
}
.lineup_list .shosai_btn {
	margin-top: 1em;
}
.lineup_list .shosai_btn a {
	padding:10px;
	display:block;
	background-color:#ddd;
	border-radius: 5px;
	color:#333;
	text-align:center;
	transition: 0.5s;
}
.lineup_list .shosai_btn a::before {
	content: "\f105  ";
	font-family: FontAwesome;
}
.lineup_list .shosai_btn a:hover {
	background-color:#cecece;
	text-decoration:none;
	transition: 0.5s;
}

/* *** リンクボタン *** */
.item_shosai_btn {
	width:500px;
	margin:1em auto 0;
}
.item_shosai_btn a {
	display:block;
	padding:10px;
	background-color:#ddd;
	border-radius: 5px;
	color:#333;
	text-align:center;
}
.item_shosai_btn a::before {
	content: "\f0da  ";
	font-family: FontAwesome;
	color: #c00;
}
