.content-header {
	padding: 54px 54px 0;
}
.content-header h1 {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','游明朝',YuMincho,'HGS明朝E','ＭＳ Ｐ明朝',serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	margin: 0 0 30px;
}
.content-header h1 a.cmsedit {
	font-size: 13px;
	margin: 0 0 0 10px;
	text-decoration: underline;
}
.content-header .promotion_mark {
	margin: -20px 0 30px;
}
.content-body {
	padding: 0 54px;
}
.content-body .content {
	font-size: 14px;
	line-height: 28px;
	padding: 0 0 40px;
	word-wrap: break-word;
}
.content-body .content img {
	display: block;
	margin: 0 auto;
	max-width: 702px;
	float: none !important;
}
.content-body .content img.inline {
	display: inline;
	margin: 0;
}
.content-body .content img.inline-left {
	float: left;
	margin: 0 20px 0 0;
}
.content-body .content img.inline-right {
	float: right;
	margin: 0 0 0 20px;
}
.content-body .rows {
	min-height: 1px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.content-body .rows:after {
	content: "";
	display: block;
	clear: both;
}
.content-body .rows > div:nth-child(even) {
	margin-left: 30px;
}
.content-body .rows > div:nth-child(n+3) {
	margin-top: 30px;
}
.content-body .column {
	width: 336px;
}
.content-body .column img {
	max-width: 336px;
}
.content-body .column-review a {
	font-weight: bold;
	color: #7695b3;
}
.content-body .content blockquote {
	display: block;
	border: 1px solid #d2d1d2;
	padding: 16px;
}
.content-body .content blockquote:after {
	content: "";
	display: block;
	clear: both;
}
.content-body .content blockquote strong,
.content-body .content blockquote .es__bold {
	font-size: 16px;
	color: #7695b3;
}
.content-body .content blockquote img {
	max-width: 100%;
	margin: 0;
}
.content-body .content iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.content-body .content .rows .column:first-child iframe {
	margin-bottom: 2em;
}
.content-body .content h2 {
	font-size: 20px;
	line-height: 40px;
	margin: 0 0 40px;
}
.content-body .content h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0;
}
.content-body .content h4 {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}
.content-body .content h5 {
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	margin: 4px 0px;
	color: #808080;
}
.content-body .content .review-title {
	color: #7695b3;
	font-size: 16px;
	font-weight: normal;
}
.content-body .content .review-title h2 {
	margin: 0 0 30px;
}
.content-body .content .review-user {
	font-size: 12px;
	color: #959595;
	padding: 0 0 0 55px;
	background: url(/images/reviewer_icon_man.png) no-repeat top left;
	background-size: 45px 40px;
}
.content-body .content .review-user h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
}
.content-body .content .review-user-woman {
	background-image: url(/images/reviewer_icon_woman.png);
}
.content-body .content .review-user-woman h3 {
	color: #dba4ba;
}
.content-body .content .review-user-man {
	background-image: url(/images/reviewer_icon_man.png);
}
.content-body .content .review-user-man h3 {
	color: #7695b3;
}
.content-body a {
	text-decoration: underline;
}
.content-body a img {
	transition: 0.3s ease;
}
.content-body a:hover img {
	opacity: 0.8;
}
.content-body .content a.buy {
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	color: #7695b3;
	border: 1px solid #7695b3;
	padding: 15px 0;
	margin: 20px 0 0 0;
	width: 210px;
	text-align: center;
}
.content-body .content a.buy:hover {
	background: #7695b3;
	color: #fff;
}
.content-body .content div.external-site-signature {
	text-align: right;
	margin: 40px 0px 0px 0px;
}

/* https://redmine.solflare.net/issues/33777 */
.es__button__wrapper {
	display: inline-block;
	margin: 0;
	padding: 0;
}

/* https://redmine.solflare.net/issues/29072 */
.content-body .content .es__button {
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	display: inline-flex;
	padding: 0.4em 0.7em;
	margin-right: 0.5em;
	line-height: 1.36;
	color: #fff;
	background-color: #000;
	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.29);
	border-radius: 3px 3px 3px 3px;
	box-sizing: border-box;
	align-items: center;
}
.content-body .content .es__button:last-of-type {
	margin-right: 0;
}
/* https://redmine.solflare.net/issues/28670 */
.content-body .content .information__block {
	padding: 16px;
	margin: 0;
	border: 1px solid #d2d1d2;
	background-color: #f2f2f2;
	margin-bottom: 16px;
}
.content-body .content .information__caption {
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	margin: 4px 0px;
	color: #808080;
}
.content-body .content .information__bold {
	font-size: 116%;
	font-weight: bold;
	color: #7695b3;
}
.content-body .content .information__list {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.content-body .content .information__list + * {
	margin-top: 20px;
}
.content-body .content .information__list__item
{
  position: relative;
  padding-left: 1.5em
}
.content-body .content .information__list__item::before
{
  position: absolute;
  top: 0;
  left: 0;
}
.content-body .content .information__block .information__list:nth-of-type(odd) .information__list__item::before {
	content: '□';
	margin-right: .5em;
}
.content-body .content .information__block .information__list:nth-of-type(even) .information__list__item::before {
	content: '■';
	margin-right: .5em;
}

.content-pager {
	text-align: center;
	margin: 0 0 60px;
}
.content-pager li {
	color: #000;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','游明朝',YuMincho,'HGS明朝E','ＭＳ Ｐ明朝',serif;
	font-size: 18px;
}
.content-pager li span,
.content-pager li a {
	color: #000;
	font-size: 22px;
	text-decoration: none;
}
.content-pager li span {
	color: #999;
}
.content-pager li a:hover {
	color: #6297ca;
	transition: all 0.4s ease 0s;
}
.content-pager li {
	display: inline-block;
	margin: 0 0 0 80px;
}
.content-pager li:first-child {
	margin: 0;
}
.content-footer {
	border-top: 1px solid #f1f0f0;
	border-bottom: 1px solid #f1f0f0;
	background: url(/images/line.png) repeat-y center top;
	padding: 24px 0;
}
.content-nav {
	padding: 0 54px;
	min-height: 1px;
}
.content-nav:after {
	content: "";
	display: block;
	clear: both;
}
.content-nav .image {
	float: left;
	width: 107px;
	margin: 0 10px 0 0;
	background-color: #f1f0f0;
}
.content-nav .image img {
	width: 107px;
	transition: 0.3s ease;
}
.content-nav .image:hover img {
	opacity: 0.8;
}
.content-nav .content {
	float: left;
	width: 212px;
}
.content-nav .content h5 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 8px;
}
.content-nav .content .promotion_mark {
	margin: 0 0 8px;
}
.content-nav .content .update {
	font-size: 10px;
	line-height: 1;
	color: #9c9b9b;
}
.content-nav .prev {
	float: left;
}
.content-nav .next {
	float: right;
}
.content-nav .nav {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','游明朝',YuMincho,'HGS明朝E','ＭＳ Ｐ明朝',serif;
	font-size: 18px;
	margin: 0 0 10px;
}
.content-nav .next .nav {
	text-align: right;
}
.box-date {
	margin: 0 0 54px;
	border: 1px solid #d2d1d2;
	min-height: 1px;
}
.box-date:after {
	content: "";
	display: block;
	clear: both;
}
.box-date dl {
	font-size: 16px;
	line-height: 1.5;
	display: table;
}
.box-date dt {
	display: table-cell;
	background: #9b9a9a;
	color: #fff;
	font-weight: bold;
	padding: 16px;
	white-space: nowrap;
	vertical-align: middle;
}
.box-date dd {
	display: table-cell;
	padding: 16px;
	vertical-align: middle;
}
/* post__gallery */
.post__gallery {
	margin: 10px 0 50px;
}
.post__gallery__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -4px;
}
.post__gallery__item {
	width: calc((100%/8) - 8px);
	padding: 4px;
}
.post__gallery__item a:hover {
	opacity: 0.8;
}
.post__gallery__item img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
/* #post__gallery */

/* カスタムcss */
.content-body .content .es__lined {
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.content-body .content .es__caption {
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	margin: 4px 0px;
	color: #808080;
}

.content-body .content .es__bold {
	font-weight: bold;
}

.content-body .content .es__block {
  border: 1px solid #d2d1d2;
  padding: 16px;
  margin: 0;
}
.content-body .content .es__block:after {
	content: "";
	display: block;
	clear: both;
}
.content-body .content .es__block strong,
.content-body .content .es__block .es__bold {
	font-size: 16px;
	color: #7695b3;
}
.content-body .content .es__block img {
	max-width: 100%;
	margin: 0;
}


@media screen and (max-width:400px) {

	.content-header {
		padding: 10px 10px 0;
	}
	.content-body {
		padding: 0 10px;
	}
	.content-header h1 {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 20px;
	}
	.content-header h1 a {
		display: none;
	}
	.content-header h1 a.backtofirstpage {
		display: inline;
	}
	.content-header .promotion_mark {
		margin: -4px 0 20px;
	}
	.content-body .content h2 {
		font-size: 18px;
		line-height: 26px;
	}
	.content-body .content {
		font-size: 12px;
		line-height: 24px;
		padding: 0 0 30px;
	}
	.content-body .content h3 {
		font-size: 16px;
		font-weight: normal;
		margin: 0 0 8px;
		line-height: 26px;
	}
	.content-body .content h5 {
		font-size: 11px;
		line-height: 16px;
		font-weight: normal;
	}
	.content-body .content blockquote strong,
	.content-body .content blockquote .es__bold {
		font-size: 12px;
	}
	.content-body .content .video iframe {
		width: 286px;
		height: 160px;
	}
	.content-body .content img {
		max-width: 278px;
		height: auto;
	}

	body#post .content-body .content img {
		max-width: none;
		width: calc(100% + 20px);
		height: auto;
		margin-left: -10px !important;
		margin-right: auto !important;
	}
	body#post .content-body .content blockquote img {
		width: auto;
		max-width: 100%;
		margin: 0 !important;
	}

	.content-body .content img.inline {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.content-body .rows > div:nth-child(even) {
		margin-left: 0;
	}
	.content-body .rows > div:nth-child(n+3) {
		margin-top: 5%;
	}
	.content-body .column:not(.column-sp) {
		width: 100%;
	}
	.content-body .column:not(.column-sp) img {
		max-width: 278px;
		height: auto;
	}
	.content-body .rows .column.column-sp {
		width: 47.5%;
	}
	.content-body .rows .column.column-sp:nth-child(even) {
        margin-left: 5%;
	}
	body#post .content-body .column.column-sp img {
		max-width: 100%;
    	margin: 0 !important;
	}
	.content-body .content a.buy {
		width: 100%;
	}
	.content-body .content div.external-site-signature {
		margin: 20px 0px 0px 0px;
	}
	.content-nav {
		padding: 0 10px;
		min-height: 1px;
	}
	.content-nav .image {
		float: none;
		width: 132px;
		height: 97px;
		overflow: hidden;
		margin: 0 0 10px;
	}
	.content-nav .image img {
		width: 132px;
	}
	.content-nav .content {
		float: none;
		width: 132px;
	}
	.content-nav .content .update {
		display: none;
	}
	.content-nav .content h5 {
		font-size: 12px;
		line-height: 16px;
		margin: 0 0 8px;
	}
	.content-pager {
		margin: 0 0 45px;
	}
	.content-pager li {
		margin: 0 0 0 50px;
	}
	.box-date {
		margin: 0 0 20px;
	}
	.box-date dt,
	.box-date dd {
		font-size: 11px;
		float: none;
		padding: 8px;
		text-align: center;
	}
	/* post__gallery */
	.post__gallery__item {
		width: calc((100%/4) - 8px);
		margin: 0;
		padding: 4px;
	}
	/* #post__gallery */

	/* カスタムcss */
	.content-body .content .es__lined {
		font-size: inherit;
	}

	.content-body .content .es__caption {
		font-size: 11px;
		line-height: 16px;
	}

	.content-body .content .es__block {
		border: 1px solid #d2d1d2;
		padding: 16px;
		margin: 0;
	}
	.content-body .content .es__block strong,
	.content-body .content .es__block .es__bold {
		font-size: 12px;
	}
	/* https://redmine.solflare.net/issues/29072 */
	/* https://redmine.solflare.net/issues/29579 */
	.content-body .content .es__button {
		min-height: 36px;
		padding: 0.4em 1em;
	}
	/* https://redmine.solflare.net/issues/28670 */
	.content-body .content .information__caption {
		font-size: 11px;
		line-height: 16px;
	}
	.content-body .content .information__bold {
    	font-size: 12px;
	}
}