<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ============================================================
	共通(element)
============================================================ */
html {
	-webkit-text-size-adjust: 100%;
	/* font-size: 3.125vmin; */ /* 画面幅320px時に1rem=10px設定 */
	font-size: 62.5%; /* 62.5% = 10px */
}
body {
	background: #f9f7f2;
	font-family: 'Noto Sans JP', 'Helvetica Neue', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', meiryo, sans-serif;
	font-size: 14px;
	color: #231815;
	line-height: 1;
	letter-spacing: .05em;
}
body * {
	box-sizing: border-box;
}
a {
	color: #231815;
	text-decoration: none;
	outline: none;
	transition: .5s;
}
a:hover {
	opacity: .8;
}



/* ============================================================
	共通(id,class)
============================================================ */
#wrap {
	overflow: hidden;
	min-width: 960px;
}
#contents {
	margin-top: 0;
}

/*------------------------------
	レイアウト用
------------------------------ */
#contents .main-area {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}
#contents .right-area {
}
#contents .left-area {
	width: 300px;
}

/*------------------------------
	広告
------------------------------ */
#about .ad {
	padding-bottom: 40px;
}



/* ============================================================
	h1エリア
============================================================ */
#topbar {
	-js-display: flex;
	display: flex;
	align-items: center;
	position: relative;
	height: 30px;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	background: #f9f7f2;
	border-bottom: solid 1px #c7c8c9;
	padding-left: 20px;
}



/* ============================================================
	ビジュアル
============================================================ */
#visual {
	text-align: center;
}

/*------------------------------
	ロゴ
------------------------------ */
#visual .logo {
	padding-top: 60px;
}
#visual .logo img {
	width: 100%;
	height: 60px;
}



/* ============================================================
	キーワードから検索
============================================================ */
#keyword {
	width: 560px;
	margin: 0 auto;
	padding-bottom: 60px;
}

/*------------------------------
	検索エリア
------------------------------ */
#keyword .search {
	padding-top: 40px;
}
#keyword .search form {
}
/* 上部 */
#keyword .search-upper {
	position: relative;
}
#keyword .search-upper input.word {
	width: 410px;
	height: 50px;
	padding: 0 20px;
	font-size: 18px;
	border: none;
	border-radius: 5px 0 0 5px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
}
#keyword .search-upper input.word::-webkit-input-placeholder {
	color: #dadbdb;
}
#keyword .search-upper input[type="text"]:focus {
	outline: 0;
}
/* ボタン */
#keyword .search-button {
	position: absolute;
	top: 0;
	right: 0;
}
#keyword .search-button span {
	position: relative;
}
#keyword .search-button span input.search01 {
	-js-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 26px;
	width: 150px;
	height: 50px;
	background: linear-gradient(to bottom, #ff877a 0%, #e0534a 100%);
	font-size: 20px;
	color: #fff;
	letter-spacing: .1em;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
	border: none;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
}
#keyword .search-button span svg {
	position: absolute;
	top: 15px;
	left: 35px;
	font-size: 18px;
	color: #fff;
	z-index: 1;
	cursor: pointer;
}
@-moz-document url-prefix() {
	#keyword .search-button span svg {
		top: 30px;
	}
}
/* 下部 */
#keyword .search-lower {
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}
#keyword .search-lower select {
	margin-right: 30px;
	width: 100px;
	height: 30px;
	border: solid 1px #b3b3b4;
	font-size: 14px;
	padding: 0 10px;
}
#keyword .search-lower select option {
	padding-top: 20px;
}
#keyword .search-lower input.radio1 {
	margin: 0 8px 0 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#keyword .search-lower input.radio2 {
	margin: 0 8px 0 28px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#keyword .search-lower label {
}

/*------------------------------
	広告
------------------------------ */
#keyword .ad {
	padding-top: 26px;
	text-align: center;
}



/* ============================================================
	記事詳細
============================================================ */
#single {
}

/*------------------------------
	記事
------------------------------ */
#single .article {
	width: 600px;
	margin: 0 auto;
	padding: 40px 40px;
	background: #fff;
}
/* タイトル */
#single .article-title {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 3px #d6665f;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.4;
}
/* 内容 */
#single .article-detail {
}
/* 内容・見出し1 */
#single .article-detail h2 {
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left: 16px;
	border-left: solid 6px #d6665f;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.4;
}
/* 内容・見出し2 */
#single .article-detail h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 16px;
	border-left: solid 3px #d6665f;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.5;
}
/* 内容・見出し3 */
#single .article-detail h4 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
}
/* 内容・本文 */
#single .article-detail p {
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 1.8;
}
/* 内容・本文リンク */
#single .article-detail p a {
	background: linear-gradient(transparent 96%, #231815 0%);
}
#single .article-detail p span a {
	background: linear-gradient(transparent 96%, #999 0%);
}
/* 内容・本文強調 */
#single .article-detail p strong {
	background: linear-gradient(transparent 50%, #fffc88 0);
}
/* 内容・写真 */
#single .article-detail img {
	max-width: 520px;
}
/* タグ */
#single .article-tag {
	margin-top: 40px;
}
#single .article-tag-headline {
	font-size: 16px;
	color: #b3b3b4;
}
#single .article-tag-list {
}
#single .article-tag-list span {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	margin-right: 6px;
	font-size: 16px;
	color: #b3b3b4;
	padding: 0 9px;
	border: solid 1px #b3b3b4;
	border-radius: 4px;
	line-height: 1.8;
}
#single .article-tag-list span svg {
	margin-right: 6px;
}
#single .article-tag-list span a {
	color: #b3b3b4;
}
#single .article-tag-list span a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------------------------------
	広告
------------------------------ */
#single .ad {
	padding-top: 60px;
	text-align: center;
}



/* ============================================================
	ピックアップ記事
============================================================ */
#pickup {
}

/*------------------------------
	投稿
------------------------------ */
#pickup .post {
	width: 300px;
	margin: 0 auto;
	background: #fff;
	padding: 30px 30px;
}
#pickup .post-headline {
	font-size: 16px;
	text-align: center;
	letter-spacing: .05em;
	text-indent: .05em;
}
#pickup .post ul {
	margin-top: 20px;
}
#pickup .post li {
	position: relative;
	margin-top: 20px;
}
#pickup .post-thumbnail {
	width: 240px;
	height: 140px;
	overflow: hidden;
}
#pickup .post-thumbnail img {
	width: 100%;
}
#pickup .post-title {
	height: 70px;
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: .05em;
}
#pickup .post-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 1.6;
}
#pickup .post-title a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* ============================================================
	リンク集
============================================================ */
#link {
	padding-bottom: 40px;
}

/*------------------------------
	メッセージ
------------------------------ */
#link .message {
	padding-top: 80px;
	text-align: center;
}
#link .message p {
	font-size: 12px;
	line-height: 2;
}
#link .message p a {
	font-size: 12px;
	display: inline;
	background: linear-gradient(transparent 96%, #231815 0%);
}

/*------------------------------
	リスト
------------------------------ */
#link ul {
	-js-display: flex;
	display: flex;
	justify-content: center;
	padding-top: 20px;
}
#link ul:last-child {
	padding-top: 10px;
}
#link li {
	border-right: solid 1px #333;
	padding: 0 10px;
}
#link li:last-child {
	border-right: none;
}
#link li a {
	position: relative;
	font-size: 12px;
	color: #1d3fad;
	display: inline;
	background: linear-gradient(transparent 96%, #1d3fad 0%);
}



/* ============================================================
	コピーライト
============================================================ */
#copyright {
	-js-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	background: #d6665f;
	color: #fff;
	text-align: center;
}
</pre></body></html>