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

/*----------------------------------------------------*/ 
/* top_mv
------------------------------------------------------*/ 

.top_mv {
	background:#FFF;
	padding:8px 0 20px;
}

.top_mv .crs {
	position:relative;
	width:1000px;
	margin:0 auto;
}

.top_mv .crs li img {
	width:100%;
	height:auto;
}

@media only screen and (max-width: 1015px) {
	
.top_mv .crs {
	width:auto;
}


}

@media only screen and (max-width: 639px) {
	
.top_mv {
	padding:8px 0;
}
}

/*----------------------------------------------------*/ 
/* top_lead
------------------------------------------------------*/

.top_lead:after {
	content:"."; display:block;	clear:both;	visibility:hidden; font-size:0;
}

/* top_info */

.top_info {
	border:solid 4px #F7AAAA;
	background:#FFF;
	position:relative;
	padding:20px 15px 20px 20px;
	margin-bottom: 30px;
	width: 100%;
	/*width:490px;
	float:left;*/
	box-sizing:border-box;
}

.top_info h2 {
	margin:-15px 0 10px -15px;
}

/*.top_info .more {
	position:absolute;
	right:20px;
	top:50px;
}*/

.top_info .info {
	height: 230px;
	/*height:470px;*/
}

.top_info .info dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top_info .info dt {
	font-size:88%;
	margin-bottom:5px;
	color:#724633;
	width: 28%;
}

.top_info .info dt span {
	display:inline-block;
	vertical-align:middle;
	background:#666;
	color:#FFF;
	font-size:100%;
	line-height:1.2;
	margin-left:5px;
	padding:3px 10px 1px;
}

.top_info .info dt span.news {	background:#FF9933;}
.top_info .info dt span.kenshu {	background:#3399FF;}
.top_info .info dt span.seido {	background:#FF6699;}


.top_info .info dd {
	margin-bottom:25px;
	line-height:1.4;
	width: 72%;
}

.top_info .info dd a {
	color:#724633;
}

/* newsWrap
-------------------------- */
.newsWrap {
	display: flex;
	justify-content: space-between;
}
.newsWrap .newsLbox {
	width: 30%;
	box-sizing: border-box;
}
.newsWrap .newsLbox .more {
	padding-right: 45px;
	text-align: right;
}
.newsWrap .newsRbox {
	width: 70%;
	box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
.newsWrap .newsLbox img {
	width: 200px;
	height: auto;
}
.newsWrap .newsLbox .more {
	padding-right: 25px;
}
}
@media screen and (max-width: 736px) {
.newsWrap {
	flex-wrap: wrap;
}
.newsWrap .newsLbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.newsWrap .newsLbox img {
	width: 160px;
}
.newsWrap .newsLbox .more {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}
.newsWrap .newsRbox {
	width: 100%;
}
}


/* top_menu */

.top_menu {
	display: flex;
	justify-content: space-between;
	/*float:right;
	width:490px;*/
	box-sizing:border-box;
}
.top_menu .fLbox {
	width: 490px;
}
.top_menu .fRbox {
	width: 490px;
}
@media screen and (max-width: 1024px) {
.top_menu {
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
}
.top_menu .fLbox {
	width: 49%;
}
.top_menu .fRbox {
	width: 49%;
}
}
@media screen and (max-width: 736px) {
.top_menu .fLbox {
	width: 100%;
}
.top_menu .fRbox {
	width: 100%;
}
}

.top_menu .formemberWrap {
	display: flex;
	align-items: center;
}
.top_menu .formember {
	border: solid 4px #f7aaaa;
    background: #fff url(/kyohoren/lib/img/top/bg_helper.png) repeat-x 0 0;
    margin: 0 0 16px 0;
    box-sizing: border-box;
}

/*
.top_menu .formember a {
	background:url(/kyohoren/lib/img/top/bg_formember.png) repeat 0 0;
	display:block;
	padding:12px 0 5px;
	text-align:center;
}
*/

@media only screen and (max-width: 1015px) {
.top_menu .formember img {
	width: 100%;
	height: auto;
}
}


/* helper */

.top_menu .helper {
	border:solid 4px #F7AAAA;
	background:#FFF url(/kyohoren/lib/img/top/bg_helper.png) repeat-x 0 0;
	padding:7px;
	height: 187px;
	box-sizing: border-box;
	/*position:relative;*/
}
.top_menu .helper section {
	display: flex;
	justify-content: space-between;
}

.top_menu .helper h2 {
	/*position:relative;
	margin:-7px 0 10px -17px;*/
}

.top_menu .helper .image {
	/*float:right;*/
	order: 2;
	width:155px;
	height:164px;
	overflow:hidden;
	background:url(/kyohoren/lib/img/top/p_01.jpg) no-repeat 0 0;
}
.top_menu .helper .image img {
	width: 400px;
	height: auto;
	margin-top: -30px;
}
@media screen and (max-width: 1015px) {
.top_menu .helper .image img {
	margin-top: 0;
}
}

.top_menu .helper .detail {
	order: 1;
	width: 294px;
	position: relative;
	/*float:left;
	margin-left:10px;*/
}

.top_menu .helper .detail dl {
	padding: 0;
	margin: 0 0 0 10px;
}

.top_menu .helper .detail dt {
	font-size: 80%;
	/*font-size:88%;
	margin-top:10px;*/
}

.top_menu .helper .detail dd {
	/*font-size:113%;*/
}

.top_menu .helper .detail p.lead {
	padding: 0;
	margin: 10px 0 0 10px;
	font-weight: bold;
}

.top_menu .helper .detail .more {
	position:absolute;
	right:0;
	bottom:0;
}

/* others */

.top_menu .others {
	overflow:hidden;
}

.top_menu .others li:not(:first-child) {
	margin-top:16px;
}

.top_menu .others li {
	border:solid 4px #F7AAAA;
	background:#FFF url(/kyohoren/lib/img/top/bg_helper.png) repeat-x 0 0;
	float:left;
	box-sizing:border-box;
}

.top_menu .others li.wide {
	float:none;
	width:100%:
}

.top_menu .others li:last-child {
	float:right;
}

@media only screen and (max-width: 1024px) {
.top_info .info dt,
.top_info .info dd {
	width: 100%;
}
}

@media only screen and (max-width: 1015px) {
	
.top_info {
	width: 100%;
	/*width:49%;*/
	box-sizing: border-box;
}

.top_menu {
	width: 100%;
	/*width:49%;*/
	box-sizing: border-box;
}

.top_menu .helper {
	height: auto;
}

.top_menu .helper h2 {
	width:100%;
}

.top_menu .helper h2 img {
	width:100%;
	height:auto;
}

.top_menu .helper .image {
	width: 34%;
	/*width:38%;*/
	height:auto;
	background:none;
}

.top_menu .helper .image img {
	width:100%;
	height:auto;
}

.top_menu .helper .detail {
	width:56%;
}

.top_menu .helper .detail p.lead {
	margin-top: 8px;
}

.top_menu .helper .detail .more {
	/*position:static;*/
	text-align:right;
}

.top_menu .others li.wide {
	width:100%;
}

.top_menu .others li {
	width:48%;
}

.top_menu .others li img {
	width:100%;
	height:auto;
}

}



@media only screen and (max-width: 800px) {
	
.top_menu .helper h2 {
	margin:-10px 0 0 -10px;
}

}

@media only screen and (max-width: 639px) {
	
.top_info,
.top_menu {
	width:auto;
	float:none;
}

.top_menu {
	margin-top:10px;
}

.top_info {
	padding:10px;
}

.top_info h2 {
	margin:-10px 0 10px -10px;
}

.top_info h2 img {
	width: 90px;
	height:auto;
}

/*.top_info .more {
	right:10px;
	top:10px;
}*/

.top_info .info dt {
	font-size:75%;
}

.top_info .info dd {
	font-size:75%;
	margin-bottom:10px;
}

.top_menu .helper .image {
	width:38%;
	margin:5px 0 0 10px;
}

.top_menu .helper .image img {
	width:100%;
	height:auto;
}

.top_menu .helper .detail {
	width:auto;
	float:none;
	margin:0;
}

.top_menu .helper .detail h2 {
	width:56%;
	margin:-7px 0 0 -7px;
}

.top_menu .helper .detail p.lead {
	font-size:82%;
}

.top_menu .helper .detail dt {
	font-size:88%;
}

.top_menu .helper .detail dd {
	font-size:100%;
}

.top_menu .helper .detail .more {
	position:static;
}

.top_menu .others li {
	width:48.5%;
	margin-top:10px;
}

}


/*----------------------------------------------------*/ 
/* top_bnr
------------------------------------------------------*/

.top_bnr {
	background:#FFE8E8;
	margin-top:30px;
	padding:10px 0 5px;
}

.top_bnr h2 {
	font-size:88%;
	color:#666;
	margin-bottom:10px;
	text-align:center;
}

.top_bnr ul {
	margin: 0 0 10px 0;
	/*overflow:hidden;
	margin:0 -11px 0 10px;*/
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.top_bnr li {
	padding: 0;
	margin: 0 6px;
	/*float:left;
	margin:0 11px 11px 0;*/
}
@media only screen and (max-width: 1015px) {
.top_bnr li {
	margin-bottom: 10px;
}
}

@media only screen and (max-width: 639px) {
	
.top_bnr {
	padding:10px 5px 5px;
	margin-top:10px;
}
.top_bnr ul {
	overflow:hidden;
	margin:0 0 0 -5px;
}
.top_bnr li {
	box-sizing:border-box;
	margin:0 0 5px 0;
	width:50%;
	padding:0 0 0 5px;
}

.top_bnr li img {
	width:100%;
	height:auto;
}

}


/*------------------------------------------------------
.counterbox
------------------------------------------------------*/
.counterbox {
	padding: 0;
	margin: 30px 0 0 0;
	text-align: center;
}
.counterbox iframe {
	margin: 0 auto;
}</pre></body></html>