@charset "UTF-8";

/* 昭和書体ブランドページCSS */
/* v1.1 */


.dp_width-740 h3,
.dp_width-680 h3,
.dp_width-640 h3 {
	margin: 20px 0 0 0;
	line-height:1.4;
}

.dp_width-740 h4,
.dp_width-680 h4,
.dp_width-640 h4 {
	margin: 10px 0 0 0;
	line-height:1.4;
}


/* 目次 */

.mokuji_showa {
	display: inline-block;
	text-align: center;
}

.mokuji_showa ol {
	text-align: left;
	list-style-type: disc;
	font-size: 14px;
	line-height: 1.3;
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat( 6, auto );
	column-gap: 3.5em;
	row-gap: 0.5em;
	padding: 0 0 0 2em;
}

.mokuji_showa li:nth-child(8),
.mokuji_showa li:nth-child(9) {
	margin-left:1em;
	list-style-type:circle;
}

.pc-only {
  display: block;          /* 通常時は表示 */
}


@media screen and ( max-width: 710px ) {
	.mokuji_showa ol {
		font-size: 13px;
	}
}

@media screen and ( max-width: 650px ) {
	.mokuji_showa ol {
		font-size: 14px;
		grid-template-rows: repeat( 12, auto );
		padding: 0 0 0 1em;
	}
}

@media screen and ( max-width: 370px ) {
	.mokuji_showa ol {
		font-size: 13px;
	}
}










/* h2 */

div.dp_width-800 h2 {
	background-color: #e4e3e3;
	background-image: url('https://cdn.designpocket.jp/static/images/brand/showashotai/index/bg-h2.jpg');
	background-size: 100%;
	background-position: 50% 50%;
	margin: 0 0;
	padding: 15px;
	text-align: center;
	border-radius: 2px;
	border: solid 1px #9ea08d;
	line-height: 1.4;
}



/* 書体タイトル */

h3.ss_h3-high,
h3.ss_h3-basic {
	background-color:#f8f8f8 !important;
	border: solid 1px #aaa;
	color:#000;
	padding:8px 15px;
	border-radius:3px;
	margin: 0 0 20px 0 !important;
}

h3.ss_h3-high span:before,
h3.ss_h3-basic span:before {
	content: '■';
	margin-right: 3px;
}

h3.ss_h3-high span:first-child {
	margin-right: 10px;
}

h3.ss_h3-high span:first-child:before {
	color: #1a3bff;
}

h3.ss_h3-high span:nth-child(2) {
	white-space: nowrap;
}

h3.ss_h3-high span:nth-child(2):before {
	color: #00bbee;
}

h3.ss_h3-basic span:before {
	color: #ee1111;
}


/* 価格ラッパーのオプション */


.ss_pw-high {
	background-color:#c8d6fd;
}

.ss_pw-sou {
	background-color:#bdf1ff;
}

.ss_pw-basic {
	background-color:#ffdcdc;
}

.ss_pw-high div:first-child small:before,
.ss_pw-sou div:first-child small:before,
.ss_pw-basic div:first-child small:before {
	content: '■';
	margin-right:3px;
}

.ss_pw-high div:first-child small:before {
	color: #1a3bff;
}

.ss_pw-sou div:first-child small:before {
	color: #00bbee;
}

.ss_pw-basic div:first-child small:before {
	color: #ee1111;
}

.ss_pw-high div:first-child small,
.ss_pw-sou div:first-child small,
.ss_pw-basic div:first-child small {
	margin-right:10px;
	font-weight: normal;
}


/* 個別の書体ブロック */

.ss_font_id {
	height:10px;
	margin:40px 0 0 0;
}

.ss_font_block hr {
	border:none;
	border-top: dotted 1px #777;
	padding: 0 0 10px 0;
}

.ss_font_block p {
	margin: 15px 0 !important;
}

.ss_font_block price_wrapper div:first-child {
	margin-bottom: 10px;
}

.ss_font_block > img {
	display:block;
	margin:10px auto;
}


/* 価格ラッパーカスタマイズ */

.price_wrapper div:first-child {
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
}

.price_wrapper div:nth-child(2) {
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	color: #888;
}


/* not in use */

@media screen and ( max-width: 600px ) {
	.eisen_profile p {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.eisen_profile div {
		width: 100%;
		text-align: center;
	}
}