<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* タブレット (1023px以下)-----------w700 */
@media only screen and (max-width:1023px) {
	/*タブレット以下では表示しない*/
	.pc {
		display: none;
	}
	/*タブレットのみ表示する*/
	.tab {
		display: block;
	}
	/*ヘッダー*/
	#header {
		width: 100%;
		min-width: 700px;
	}
	#hcontents .banner_1 {
		margin: 20px 8px 0 0;
		width: 160px;
	}
	#siteid {}
	/*グローバルナビ*/
	.gmenu ul {
		width: 700px;
	}
	.gmenu li a {
		width: 138px;
		border-left: 2px solid #e6e6e6;
	}
	/*パンくずリスト*/
	#pankuzu ul {
		width: 700px;
	}
	/*コンテンツページ*/
	#wrap_in {
		width: 700px;
	}
	#unit_a {
		width: 454px;
	}
	#wrap_in img {
		max-width: 100% !important;
		height: auto !important;
	}
	iframe {
		width: 454px;
	}
	/*フッター*/
	.fmenu ul {
		width: 700px;
	}
	/*＝＝＝＝＝＝*/
	/*トップページ*/
	/*＝＝＝＝＝＝*/
	.slide_01 {
		width: auto;
	}
	.slide_01 p {
		margin: 0;
	}
	.slide_01 img {
		width: 100% !important;
		height: auto !important;
		margin: 0 auto;
	}
	.toppage .recom {
		width: 700px;
	}
	.col2 li {
		width: 334px;
	}
	.col3 li {
		width: 212px;
	}
	.col4 li, .col6 li {
		width: 151px;
	}
	/*ニュース・トピックス*/
	#news_cal_area {
		width: auto;
		margin: 0 16px;
		padding: 80px 0 100px 0;
	}
	#cal {
		margin: 80px 0 0 0;
		width: 500px;
		float: none;
	}
	#cal iframe {
		width: 500px;
	}
	#unit_a #news_topics {
		width: 454px;
		padding-top: 0;
	}
	#news_topics {
		width: auto;
		/*margin: 0 auto;*/
		float: none;
	}
	/*リンクバナー----------------*/
	.toppage .contents_2 {
		display: block;
		width: 320px;
		margin: 0 auto;
	}
	/*＝＝＝＝＝＝＝*/
	/*メールフォーム*/
	/*＝＝＝＝＝＝＝*/
	.form_label, .form_input {
		width: 100%;
	}
	.form_input {
		border: none;
	}
	.form_input input[type='text'], .mail_form textarea {
		width: 94%;
	}
}
/* スマホ-----------w300 */
@media only screen and (max-width:700px) {
	/*スマホでは表示しない*/
	.rss, .pc, .tab, .pc_tab, .gmenu, .fmenu {
		display: none;
	}
	/*スマホのみ表示する*/
	.sp {
		display: block;
	}
	h1 {
		font-size: 1.5em;
		padding-bottom: 10px;
	}
	table {
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
		width: 100% !important;
	}
	th, td {
		display: block;
		border-bottom: none;
		box-sizing: border-box;
		width: 100% !important;
	}
	table.table_01 {
		border-bottom: none;
	}
	.table_01 th, .table_01 td {
		display: block;
		border-bottom: 1px dashed #ccc;
	}
	/*スマホ固定メニュー*/
	.spm {
		width: 100%;
		height: 50px;
		padding-top: 10px;
		background-image: url("../all_img/org/spm.png");
		background-repeat: repeat-x;
		position: fixed;
		bottom: 0;
		z-index: 500;
	}
	.spm ul {
		margin: 0 auto;
		padding: 0;
		list-style: none;
		width: 100%;
		display: table;
	}
	.spm ul li {
		margin: 0;
		padding: 0;
		width: 20%;
		display: table-cell;
	}
	.spm ul li a {
		display: block;
		width: 100%;
		height: 20px;
		padding-top: 30px;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 60px auto;
		font-size: 10px;
		text-align: center;
		vertical-align: bottom;
		color: #333;
	}
	.spm ul li.spm_01 a {
		background-image: url("../all_img/org/spm_01.png");
	}
	.spm ul li.spm_02 a {
		background-image: url("../all_img/org/spm_02.png");
	}
	.spm ul li.spm_03 a {
		background-image: url("../all_img/org/spm_03.png");
	}
	.spm ul li.spm_04 a {
		background-image: url("../all_img/org/spm_04.png");
	}
	.spm ul li.spm_05 a {
		background-image: url("../all_img/org/spm_05.png");
	}
	#bg {
		padding-bottom: 60px;
		min-width: 320px;
	}
	/*ニュース*/
	.news_topics label {
		font-size: 12px;
		width: 32.48%;
		padding: 0;
		letter-spacing: 0;
	}
	.tab-label-1 {
		margin-right: 1%;
	}
	.tab-label-2 {
		margin-right: 1%;
	}
	.tab-label-3 {
		margin-right: 0;
	}
	.content div {
		width: 99%;
	}
	.news_topics input.tab-selector-1:checked ~ .content .news_topics_1, .news_topics input.tab-selector-2:checked ~ .content .news_topics_2, .news_topics input.tab-selector-3:checked ~ .content .news_topics_3 {
		width: 100%;
	}
	.news_topics .tab-label-1::after {
		content: '';
		background: #fff;
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 4px;
		display: block;
	}
	.news_topics .tab-label-2::after {
		content: '';
		background: #fff;
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 100%;
		height: 4px;
		display: block;
	}
	.news_topics .tab-label-3::after {
		content: '';
		background: #fff;
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 100%;
		height: 4px;
		display: block;
	}
	#news_topics dt {
    position: relative;
    margin-top: 14px;
    border-top: 1px solid #ccc;
    padding-top: 14px;
    padding-left: 66px;
	}
	#news_topics dd {
    margin: 6px 0 0 66px;
	}
	#news_topics .time {
    position: static;
	}

	/*スマホドロワーメニュー*/
	.drawer_menu {
		z-index: 600;
		position: fixed;
		top: 0;
		right: -280px;
		width: 280px;
		height: 100%;
		overflow: scroll;
		background-color: rgba(0, 0, 0, 0.85);
		transition: .35s ease-in-out;
	}
	.active {
		right: 0;
	}
	.drawer_menu .menu-trigger {
		display: block;
		width: 50px;
		height: 20px;
		margin: 10px;
		padding: 30px 0 0 0;
		color: #fff;
		font-size: 10px;
		text-align: center;
		vertical-align: bottom;
		background-image: url("../all_img/org/close.png");
		background-repeat: no-repeat;
		background-size: 50px auto;
		position: fixed;
		right: -280px;
		bottom: 0;
		transition: .35s ease-in-out;
	}
	.drawer_menu.active .menu-trigger {
		display: block;
		right: 0;
	}
	/*ドロワーメニューのスタイル*/
	.menu_block {
		padding: 10px 10px 60px 10px;
	}
	.menu_block h2 {
		margin: 0;
		padding: 5px;
		font-size: 100%;
		color: #000;
		background-color: #fff;
	}
	.menu_block ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.menu_block p, .menu_block li {
		margin: 0;
		padding: 0;
	}
	.menu_block a {
		color: #fff;
	}
	.menu_block p a, .menu_block li a {
		display: block;
		padding: 10px;
		border-bottom: 1px dashed #333;
	}
	/*ドロワーメニューの下をスクロールしない*/
	body.open {
		overflow: hidden;
	}
	/*ヘッダー*/
	#header {
		position: relative;
		width: 100%;
		min-width: 320px;
		padding: 12px 0 0 0;
	}
	#siteid {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	#siteid h1, #siteid p a {
		width: 260px;
		height: 64px;
		margin: 0;
		background-position: top left;
	}
	#hcontents {
		position: absolute;
		top: 20px;
		right: 8px;
		width: auto;
		float: none;
	}
	#hcontents .banner_1 {
		margin: 0;
		width: auto;
		float: none;
	}
	#hcontents .banner_1 p a {
		padding: 10px 8px 12px;
		font-size: 0.8rem;
	}
	/*パンくずリスト*/
	#pankuzu {
		margin-bottom: 10px;
	}
	#pankuzu ul {
		width: 95%;
	}
	/*コンテンツページ*/
	#wrap_in {
		width: 95%;
	}
	#wrap_in img {
		max-width: 100% !important;
		height: auto !important;
	}
	#unit_a {
		width: 100%;
		float: none;
	}
	iframe {
		width: 100%;
	}
	#unit_b {
		width: 100%;
		float: none;
	}
	/*フッター*/
	.fmenu ul {
		width: 100%;
	}
	/*＝＝＝＝＝＝*/
	/*トップページ*/
	/*＝＝＝＝＝＝*/
	.toppage .recom {
		width: 95%;
	}
	.recom ul {
		margin: 0 0 0 -4%;
	}
	.recom li {
		margin: 0 0 10px 4%;
	}
	.col2 li {
		width: 100%;
	}
	.col3 li, .col4 li {
		width: 46%;
	}
	.col3 li:first-child {
		width: 100%;
	}
	.col6 li {
		width: 29%;
	}
	/*ニュース・トピックス*/
	#news_cal_area {
		width: 95%;
		margin: 0 auto;
	}
	#cal {
		width: 100%;
		margin-top: 120px;
	}
	#cal iframe {
		width: 100%;
	}
	#unit_a #news_topics {
		width: 100%;
		padding-top: 0;
	}
	#unit_a #news_topics dl {
		height: auto !important;
	}
	#news_topics {
		width: 100%;
	}
	#news_topics .time, #news_topics .topictitle {
		display: block;
	}
	#news_topics dl {
		/* height: 400px !important; */
	}
	#news_topics dd {}
	.disp_list {
		margin-top: 14px;
		position: relative;
		top: 100%;
	}
	.toppage .contents_2, .toppage .contents_3 {
		width: 95%;
	}
	/*リンクバナー----------------*/
	.toppage .contents_2 p {
		width: auto;
	}
	.toppage .contents_2 img {
		width: 100% !important;
		height: auto !important;
	}
	/*＝＝＝＝＝＝*/
	/*サイトマップ*/
	/*＝＝＝＝＝＝*/
	.site_map li.layer_1, .site_map li.layer_2 {
		width: 100%;
		margin: 0 0 20px 0;
		min-height: inherit;
	}
	.site_map a {
		font-size: 100%;
	}
	.site_map ul {
		margin-bottom: 10px;
	}
	/*＝＝＝＝＝＝*/
	/*インデックス*/
	/*＝＝＝＝＝＝*/
	.index dl dt {
		width: 96%;
	}
	.index li {
		width: 96%;
	}
	/*表の中の画像を縦並びにするにはclase="img_table"を*/
	table.img_table {}
	table.img_table th, table.img_table td {
		margin: 0;
		padding: 5px 0;
		display: block;
	}
	table.img_table th img, table.img_table td img {
		max-width: 100% !important;
		height: auto !important;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
	/*ニュース一覧*/
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
	#unit_a #news_topics dt {
		position: relative;
    padding-left: 0;
	}
	#unit_a #news_topics dd {
    font-size: 0.8rem;
    margin-left: 0;
	}
	#unit_a #news_topics .time {
    position: static;
	}
	#unit_a #news_topics .new:before {
    position: absolute;
		top: 14px;
		right: 0;
	}
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {}</pre></body></html>