@charset "UTF-8";

html { scroll-behavior: smooth; }
#main_content h2 {
	background-color: #292929; color: #fff; padding: 10px 16px; font-size: 18px; line-height: 1.4; border-radius: 3px; 
}
#main_content h3 {
	background-color: #ccc; padding: 8px 12px; font-size: 16px; line-height: 1.4; border-radius: 3px; 
}
#main_content h4 {
	color: #8494a7; font-size: 19px; line-height: 1.4; margin-bottom:20px; border-bottom: 1px solid #8494a7; padding-bottom: 5px;
}
.compare_screen {
	display: flex; justify-content: space-between; margin-top:30px;
}
.compare_screen div {
	display: block; line-height: 1.4; margin:0 10px;
}
.compare_screen h4 {
	margin-top: 15px; text-align: center; font-size: 1.2em;
}
.compare_screen p {
	margin-top: 5px; padding: 0 .85em; color: #666; font-size:1.1em;
}
@media screen and (max-width: 739px) {
	.compare_screen { flex-direction:column; justify-content:center; }
	.compare_screen div { width:80%; max-width:280px;	margin:10px auto 20px auto; }
}
.mid_copy {
	margin: 30px 0 0 0; text-align: center; font-size: 1.5em; line-height: 1.4; padding: 0 30px;
}
.mid_copy p {
	color: #666; margin-bottom: 10px;
}
.mid_copy span {
	white-space: nowrap;
}
.compare_table {
	width: 100%; max-width:700px; line-height:1.4; margin: 30px auto 20px auto; 
}
.compare_table td, .compare_table th {
	border: solid 1px #7f7f7f;
	padding: 6px 10px;
	font-size: 1.2em;
}
.compare_table td:first-child {
	background-color: #eee;
}
.compare_table td:first-child span {
	white-space: nowrap;
}
.compare_table th {
	background-color: #444; color: #fff;
}
@media screen and (max-width: 479px) {
	.compare_table td {
		display: block;
		border-top: none;
		border-bottom: none;
	}
	.compare_table td:first-child {
		background-color: #fff; font-weight: bold;
	}
	.compare_table td:last-child {
		padding-top: 0;
	}
	.compare_table td:last-child:before {
		content: '→ ';
	}
}
.thumbs_block {
	margin-top: 30px;
}
.thumbs_block div {
	display:flex;
}
.thumbs_block div div {
	padding-bottom: 2px;
}
.thumbs_block div div:nth-child(1),
.thumbs_block div div:nth-child(2) {
	padding-right: 2px;
}
.fontname_tag {
	margin-top: 20px;
	margin-bottom: 40px;
}
.fontname_tag div {
	display: inline-block; background:#8494a7; color:#fff; border-radius:100px; padding: 4px 15px; font-size: 1.1em; line-height: 1.3; margin-bottom: 8px;
}
.fontname_tag a {
	margin-right: 4px; 
}
.fontname_tag a:last-child {
	margin-right: 0;
}
#fixed_link {
	position: fixed;
	bottom: -80px;
	right: max( 20px, calc( 50vw - 460px ) );
	width: 220px;
	height: 40px;
	background: rgba( 0, 0, 0, 0.6 );
	border-radius: 4px;
	border: solid 1px #fff;
	z-index: 999;
}
#fixed_link a::before {
	position: absolute;
	width: 220px;
	text-align: center;
	top: 13px;
	left: 0;
	color: #fff;
	font-weight: 900;
	content: '投稿イメージ一覧に戻る ⬆︎';
	font-size: 14px;
	line-height: 1;
}
.prev-pc {
	display: block;
	margin: 1em auto 1.5em auto;
}
.prev-mp {
	display: none;
}
@media screen and (max-width: 639px) {
	.prev-pc { display: none; }
	.prev-mp { display: block; width:100%; max-width:360px; margin: 1em auto 1.5em auto; }
}
