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

/* ============================================================
	共通(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;
	font-weight: 400;
}
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;
}



/* ============================================================
	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;
}



/* ============================================================
	ヘッダー
============================================================ */
#header {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: -120px;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 100px;
	background: #f9f7f2;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
	display: none;
}

/*------------------------------
	ロゴ
------------------------------ */
#header .logo {
	width: 200px;
	margin: 0 auto;
}
#header .logo a {
	-js-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#header .logo a img {
	width: 200px;
	height: 100%;
}



/* ============================================================
	パンくずリスト
============================================================ */
#header-path {
	color: #666;
	letter-spacing: .1em;
}
#header-path .info01 {
	padding: 0 20px;
	line-height: 3;
}
#header-path .info01 a {
	color: #1d3fad;
	display: inline;
	background: linear-gradient(transparent 96%, #1d3fad 0%);
}
#footer-path {
	color: #666;
	letter-spacing: .1em;
}
#footer-path .info01 {
	padding: 0 20px;
	line-height: 3;
	text-align: right;
}
#footer-path .info01 a {
	color: #1d3fad;
	display: inline;
	background: linear-gradient(transparent 96%, #1d3fad 0%);
}



/* ============================================================
	ビジュアル
============================================================ */
#visual {
}

/*------------------------------
	ロゴ
------------------------------ */
#visual .logo {
	padding-top: 60px;
	width: 270px;
	margin: 0 auto;
}
#visual .logo a {
	display: block;
}
#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;
	text-align: left;
}
#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;
	text-align: left;
}
#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 {
}



/* ============================================================
	検索結果
============================================================ */
#articleList {
	margin: 0 30px;
	padding-bottom: 80px;
}
#articleList .listTable {
	position: relative;
	width: 100%;
}

/*------------------------------
	サイドメニュー（左）
------------------------------ */
#fixed-box {
	position: absolute;
}
.fixed {
	position: fixed!important;
	top: 30px!important;
}
#articleList .leftTd {
	min-width: 180px;
}
#articleList .leftTd .ad {
}

/*------------------------------
	中央
------------------------------ */
#articleList .mainTd {
	vertical-align: top;
	width: 100%;
	max-width: 530px;
	line-height: 1.6;
}
#articleList .mainTd .title {
	position: relative;
	padding-left: 20px;
	font-size: 20px;
	margin: 0 auto;
}
#articleList .mainTd .title::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 26px;
	margin: auto;
	background: #e26962;
}
#articleList .mainTd .index-top {
	padding: 10px 0;
	border-bottom: #CCCCCC 1px dotted;
}
#articleList .mainTd .index-top a {
	position: relative;
	color: #1d3fad;
	display: inline;
	background: linear-gradient(transparent 96%, #1d3fad 0%);
}
#articleList .mainTd .index-bottom {
	padding: 10px 0 40px;
}
#articleList .mainTd .index-bottom a {
	position: relative;
	color: #1d3fad;
	display: inline;
	background: linear-gradient(transparent 96%, #1d3fad 0%);
}
#articleList .mainTd .message-bottom {
	padding: 10px 0 0 0;
}
#articleList .mainTd .capital {
	padding-top: 15px;
	margin-bottom: 15px;
	font-size: 16px;
}
#articleList .mainTd ul {
	margin: 0 0 0 0;
	padding: 0 0 15px 50px;
	line-height: 2;
	border-bottom: #CCCCCC 1px dotted;
}
#articleList .mainTd li {
	margin-bottom: 20px;
	font-size: 14px;
}
@media (min-width: 768px) {
	#articleList .mainTd li {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	#articleList .mainTd li {
		font-size: 18px;
	}
}
#articleList .mainTd li a {
	position: relative;
	color: #1d3fad;
	display: inline;
	background: linear-gradient(transparent 96%, #1d3fad 0%);
}
#articleList .mainTd li .code {
	display: inline-block;
	margin-right: 6px;
}
#articleList .mainTd li .kanji {
	display: inline-block;
	margin-right: 6px;
}
#articleList .mainTd li .kana {
	display: inline-block;
}

/*------------------------------
	サイドメニュー（右）
------------------------------ */
#articleList .sideTd {
	vertical-align: top;
	padding: 0 0 0 20px;
	line-height: 1.6;
}
#articleList .sideTd p {
	margin: 0 0 15px 0;
}
#articleList .sideTd p a {
	position: relative;
	color: #1d3fad;
	display: inline;
	background: linear-gradient(transparent 96%, #1d3fad 0%);
}
#articleList .sideTd #side {
	width: 190px;
}
#articleList .sideTd .title {
	border-bottom: #CCCCCC 1px dotted;
	margin: 0 0 15px 0;
}
#articleList .sideTd .img {
	margin-bottom: 10px;
	border: #CCCCCC 1px solid;
}
#articleList .sideTd .link {
	margin-bottom: 5px;
}
#articleList .sideTd .link a {
	color: #1d3fad;
	display: inline;
	background: linear-gradient(transparent 96%, #1d3fad 0%);
}


/* ============================================================
	ポストカード（はがきイメージ）
============================================================ */
#articlePostcard {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 460px;
}
#articlePostcard .inner {
	border: #aaaaaa 1px solid;
	padding: 30px;
	width: 460px;
	height: 590px;
	margin: 0 auto;
	background: #fff;
	filter: drop-shadow(.1rem .1rem .2rem rgba(0, 0, 0, .2));
}
#articlePostcard .postcode {
}
#articlePostcard .postcode .postcode-right {
	float: right;
}
#articlePostcard .postcode .number.n01,
#articlePostcard .postcode .number.n02,
#articlePostcard .postcode .number.n03 {
	font-size: 30px;
	border: salmon 2px solid;
	padding: 10px;
}
#articlePostcard .postcode .number.hyphen {
	font-size: 1rem;
	padding: 0;
}
#articlePostcard .postcode .number.n04,
#articlePostcard .postcode .number.n05,
#articlePostcard .postcode .number.n06,
#articlePostcard .postcode .number.n07 {
	font-size: 30px;
	border: salmon 1px solid;
	padding: 8px;
}
#articlePostcard .postcode td {
}
#articlePostcard .postcode table {
	border-collapse: separate;
}
#articlePostcard .postcode table td {
	padding: 0 3px;
}
#articlePostcard .code {
}
#articlePostcard textarea {
	width: 100%;
	height: 320px;
	border: none;
	resize: none;
	margin-top: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	line-height: 1.6;
	overflow: visible;
}
#articlePostcard textarea#tab1 {
	display: none;
}
#articlePostcard .kanji {
	font-size: 120%;
}
#articlePostcard .kana1 {
}
#articlePostcard .kana2 {
}
#articlePostcard .etc {
}
#articlePostcard .citycode {
	margin: 30px 0 20px;
	color: #999;
	text-align: left;
}
#articlePostcard .frame-left {
	width: 10px;
	height: 50px;
}
#articlePostcard .frame-right {
	width: 10px;
	height: 50px;
}

/*------------------------------
	メッセージ
------------------------------ */
.message-bottom {
	text-align: center;
}



/* ============================================================
	tab change
============================================================ */
#js_tab_change {
	height: 666px;
}
#js_tab_change #tablink {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
#js_tab_change ul#tab {
	-js-display: flex;
	display: flex;
	width: 420px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	border: none;
}
#js_tab_change ul#tab li {
	width: 50%;
	color: #333;
}
#js_tab_change ul#tab li.selected {
}
#js_tab_change ul#tab li.noselected {
}
#js_tab_change ul#tab li a {
	color: #0000cc;
	text-decoration: none;
}
#js_tab_change dl {
	margin: 0;
	padding: 0;
	color: #333;
	clear: both;
}
#js_tab_change dl dt {
	margin-bottom:1em;
	padding-bottom:1em;
}
#js_tab_change dl dd {
	line-height: 2em;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 370px;
	overflow: auto;
}
#js_tab_change dl dd p {
	margin-bottom: 1em;
}



/* ============================================================
	スポンサードサーチ
============================================================ */
#adFooter {
	text-align: center;
	padding-bottom: 80px;
}
#adBottom {
	-js-display: flex;
	display: flex;
	padding-top: 80px;
}
#adBottom .adBottom-right {
	-js-display: flex;
	display: flex;
	padding-left: 20px;
}



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