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


/*===============================================
● 画面の横幅が481px以上：PC
===============================================*/
@media screen and (min-width: 481px)  {
	

/*------------------- デザイン案 -----------------------*/		
	
.wrap_pc {
	margin: 0px auto 0 auto;
	padding: 0px 1.0638% 0 1.0638%;
	max-width: 940px;
}


.b_form {
	position: fixed;
	top: 70px;
	right: 1.87617%;
	z-index: 1200;
	width: 5.319149%;
	margin-left: 10px;
	display: block;
}

.b_form::before, .b_form::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.b_form, .b_form::before, .b_form::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.b_form a {
    background-color: #fff;
    color: #fff;
}

.b_form:hover {
    filter: hue-rotate(-30deg);
    -webkit-filter: hue-rotate(-30deg);
    -moz-filter: hue-rotate(-30deg);
    -o-filter: hue-rotate(-30deg);
    -ms-filter: hue-rotate(-30deg);
}


.wrap {
	margin: 0px auto;
	padding: 0px 1.0638%;
	max-width: 940px;
}


.wrap02, .wrap03, .wrap04 {
	margin: 0px auto;
	padding: 0 1.0638%;
	padding-bottom: 4.2553vh;
}

.wrap02 {max-width: 748px;}

.wrap03 {max-width: 940px;}

.wrap04 {max-width: 584px;}



/*------------------- ヘッダー -----------------------*/

header {
	max-width: 940px;
	padding: 1.70212% 1.06382% 1.38297% 1.06382%;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

nav {
	width: 100%;
	padding: 0;
	margin: 0;
}

nav ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

nav ul li.nav01 {
	width: 17.23404%;
	text-align: center;
	float: left;
	display: block;
}

nav ul li.title img {
	width: 26.06382%;
	padding: 0 1.914893% 0 3.08510%;
	text-align: center;
	float: left;
	display: block;
}

nav ul li.nav01 a, nav ul li.title a img {
	display: block;
	
	text-decoration: none;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

nav ul li.nav01 a:hover, nav ul li.title a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}


/*------------------- コンテンツ -----------------------*/



.sub_h01 {
	width: 38.72340%;
	margin: 0px auto 0 auto;
	padding: 0 0 3.1914vh 0;
	text-align: center;
}


.sub_h02 {
	margin: 0px auto;
	padding: 0 0 3.1914vh 0;
	text-align: center;
}



.wrap_pc {
	margin: 0px auto 0 auto;
	padding: 0px 1.0638% 0 1.0638%;
	max-width: 940px;
}


/*------------------- 新着情報（TOP） -----------------------*/

.topics_wrap {
	width: 20.5319%;
	margin: 0 1.70212% 0 0;
	padding: 1.5957vh 1.5957%;
	background: #FFF;
	float: left;
}


.topics_wrap:nth-child(4)  {
	margin: 0 0 0 0;
}


.topics_wrap a {
	color: #333;
	display: block;
	
	text-decoration: none;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.topics_wrap a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}


.topics_ph img {
    margin: 0 0 1.5957vh 0;
	width: 100%;
	height: 136px;
	object-fit: cover;
}

.topics_text {
	margin: 0;
	width: 100%;
	font-size: 90%;
	line-height: 1.5em;
	text-align: left;
}


/*------------------- バナー（TOP） -----------------------*/

.bnr_wrap {
	margin: 0 auto;
	padding: 3.1914vh 0;
}

.bnr_wrap .bnr {
	width: 30.851%;
	margin: 0 3.723% 0 0;
	float: left;
}

.bnr_wrap .bnr:nth-child(3) {
	width: 30.851%%;
	margin: 0 0 0 0;
	float: left;
}

.bnr_wrap .bnr a {
	display: block;
	
	text-decoration: none;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.bnr_wrap .bnr a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}



/*------------------- フッター -----------------------*/

.f_title img {
	width: 25.9574%;
	margin: 0 2.1276% 0 0;
	float: left;
}

.f_title a img {
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.f_title a:hover img {
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.f_add {
	width: 71.9148%;
	margin: 1.8617vh 0 0 0;
	float: right;
	text-align: right;
	font-size: 90%;
}

.f_nav p {
	padding: 1.0638vh 0 0 0;
	font-size: 90%;
}

.f_add p a, .f_nav p a {
	text-decoration: none;
	color: #333;
	
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.f_add p a:hover, .f_nav p a:hover {
	text-decoration: underline;
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.copyright {
	width: 100%;
	margin: 2.1276vh 0 0 0;
	padding: 2.1276vh 0 0 0;
	border-top: 1px solid #DDD;
	font-size: 75%;
	text-align: center;
}



/*------------------- バナー（中ページ） -----------------------*/


.naka_bnr {
	width: 46.6577%;
	margin: 0 6.6844% 3.1914vh 0;
	float: left;
}

.naka_bnr:nth-child(2n) {
	width: 46.6577%;
	margin: 0 0 3.1914vh 0;
	float: left;
}

.naka_bnr:nth-child(5) {
	width: 46.6577%;
	margin: 0 6.6844% 0 0;
	float: left;
}

.naka_bnr:nth-child(6) {
	width: 46.6577%;
	margin: 0 0 0 0;
	float: left;
}


.naka_bnr02 {
	width: 30.851%;
	margin: 0 3.7234% 0 0;
	float: left;
}

.naka_bnr02:nth-child(3) {
	width: 30.851%;
	margin: 0 0 0 0;
	float: left;
}

.naka_bnr03 {
	margin: 0 auto;
	float: none;
	text-align: center;
}


.naka_bnr a, .naka_bnr02 a, .naka_bnr03 a {
	display: block;
	
	text-decoration: none;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.naka_bnr a:hover, .naka_bnr02 a:hover, .naka_bnr03 a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}


/*------------------- カラム -----------------------*/

.col03 {
	width: 29.787%;
	margin: 0 5.319% 3.1914vh 0;
	float: left;
}

.col03:nth-child(n+4) {
	width: 29.787%;
	margin: 0 5.319% 0 0;
	float: left;
}

.col03:nth-child(3n) {
	width: 29.787%;
	margin: 0 0 3.1914vh 0;
	float: left;
}

.col03 p {
	font-size: 90%;
	line-height: 1.8em;
}


.col02 {
	width: 47.3404%;
	margin: 0 5.319% 3.1914vh 0;
	float: left;
}

.col02:nth-child(2n) {
	width: 47.3404%;
	margin: 0 0 3.1914vh 0;
	float: left;
}


/*------------------- バックナンバー（中ページ） -----------------------*/

.bn_wrap {
	width: 100%;
	margin: 0 auto 2.1276vh auto;
	padding: 0 0 2.1276vh 0;
	border-bottom: 1px solid #DDD;
}

.bn_wrap02 {
	margin: 0 auto 2.1276vh auto;
	padding: 0 0 0 0;
	border-bottom: none;
}


.bn_wrap a, .bn_wrap02 a {
	color: #333;
	display: block;
	
	text-decoration: none;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.bn_wrap a:hover, .bn_wrap02 a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.bn_ph {
	margin: 0 3.4246% 0 0;
	width: 33.2191%;
	float: left;
	display: block;
}

.bn_ph img {
	width: 100%;
	height: 137px;
	object-fit: cover;
}

.bn_text {
	width: 63.3563%;
	margin: 0;
	font-size: 90%;
	line-height: 1.8em;
	text-align: left;
	float: left;
	display: inline
}


/*----- バックナンバー_記事 -----*/

.bn_con_text {
	text-align: left;
	font-size: 90%;
	line-height: 1.8em;
	margin: 0 auto 2.1276vh auto;
	padding: 0 0 2.1276vh 0;
	border-bottom: 1px solid #CCC;
}

.bn_con_text p {
	text-indent: 1em;
}


.bn_con_ph {
	margin: 0 3.424% 1.0638vh 0;
	width: 33.219%;
	float:left;
}

.bn_con_ph img {
	width: 100%;
	object-fit: cover;
}

.bn_con_ph a img {
	text-decoration: none;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.bn_con_ph a:hover img {
	opacity: 0.5;
    filter: alpha(opacity=50);
}


/*----- form -----*/

.dl_form {
	text-align: left;
	vertical-align: middle;
	line-height: 1.8em;
	width: 100%;
	overflow: auto;
	margin-bottom: 20px;
	font-size: 90%;
	overflow-x: hidden;
}

.dt_form {
	text-align: left;
	vertical-align: middle;
	width: 30.278%;
	padding: 5px 2.0106% 5px 2.0053%;
	float: left;
	border-left: 10px solid #71C6A4;
}

.dd_form {
	text-align: left;
	vertical-align: middle;
	float: left;
	width: 57.7112%;
}


form .text_input {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 10px;
	border: none;
	max-width: 100%;
	background-color: #EEEEEE;
	font-size: 14px;
}

.text_input {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 10px;
	border: none;
	width: 100%;
	background-color: #EEEEEE;
}

.text_input02 {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 10px;
	border: none;
	width: 100%;
	background-color: #EEEEEE;
	width: 5em;
	font-size: 14px;
}

.wrap_kind {
	width: 45.992%;
	margin: 0 2.004% 0 0;
	float: left;
}


.bt_form {
	width: 45.6896%;
	margin: 0 8.6206% 0 0;
	background-color: #83CFB2;
	font-size: 85%;
	line-height: 50px;
	color: #FFF;
	text-align: center;	
	float: left;
	border:none;
	display:block;
	cursor:pointer;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	
	letter-spacing: 1px;
	font-family: "Meiryo", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.bt_form:nth-child(2) {margin: 0 0 0 0;}

.bt_form:hover {background-color:#C0E7D8;}


.bt_wrap02 {
	width: 60%;
	margin: 4.7872vh auto 0 auto;
	overflow: hidden;
}

.bt_wrap03 {
	width: 30%;
	margin: 4.7872vh auto;
	overflow: hidden;
}

.bt_form02 {
	width: 100%;
	margin: 0 auto;
	background-color: #83CFB2;
	font-size: 85%;
	line-height: 50px;
	color: #FFF;
	text-align: center;	
	float: left;
	border:none;
	display:block;
	cursor:pointer;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	
	letter-spacing: 1px;
	font-family: "Meiryo", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.bt_form02:hover {background-color:#C0E7D8;}





	
	
/*------------------- 非表示 -----------------------*/

.wrap_sp {display: none;}	

.ham_wrap {display: none;}

h1 {display: none;}


}
</pre></body></html>