<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)

font-family: 'Courgette', cursive;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
/*font: inherit;*/
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*====================*/

*{
	position:relative;
	box-sizing:border-box;
}

body,input,textarea{
	font-family: 游ゴシック,メイリオ,Meiryo,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
	line-height:1.5;
	letter-spacing:0.02em;
	font-weight: normal;
	color:#333;
}

*{
	outline: none;
}

a{
	color:#2a60aa;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
	margin-bottom: .5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
	margin-bottom: .5em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

.font130{
	font-size:130%;
}

.red{
	color: #f44336;
}

table.aligncenter{
	display:table;
}

table.flex_table.aligncenter,
table.flex_table.alignright,
table.flex_table.alignleft{
	float:none;
}

.mincho{
	font-family: 'Noto Serif JP', serif;
}

.oubun{
font-family: 'Courgette', cursive;
}

.rtl{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.btn a{
	display:inline-block;
	padding:.5em 1em;
	color:#fff;
	background:#ff7f00;
	border-radius: 5px;
    text-decoration:none;
	box-shadow: 0 2px 5px #ccc;
	transition:.2s;
}

.btn a:hover{
	opacity: .8;
}

.bnr {
	box-shadow: 3px 3px 5px #aaa;
	transition: .2s;
}

.bnr:hover {
	opacity: .8;
}

/* head */
header{
	background:#ffffcc;
}

#head_cont{
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding: 1em;
	width: 100%;
	max-width:1500px;
}

#head_cont h1 a{
	display: block;
	width: 350px;
	height: 50px;
	text-indent: -100%;;
	background-image: url(./img/title_logo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	overflow: hidden;
}

#head_cont nav ul{
	display: flex;
	align-items: center;
}

#head_cont nav ul li{
	display: block;
}

#head_cont nav ul li a{
	display: block;
	padding:.5em 1em;
	color: #333;
	font-size:110%;
	font-weight: bold;
	text-decoration:none;
}

#head_cont nav ul li a::after{
	position: absolute;
	content: '';
	margin: auto;
	width: calc(100% - 2em);
	height:0;
	background-color: #f10;
	bottom:.1em;
	left:1em;
	opacity:0;
	transition: .2s;
}

#head_cont nav ul li.carrent a::after,
#head_cont nav ul li a:hover::after{
	height:3px;
	opacity:1;
}

#head_cont nav ul li:last-child a{
	padding:.3em .5em .3em 35px;
	color:#fff;
	background:#99cc66;
	border:1px solid #99cc66;
	border-radius: 8px;
	transition:.2s;
}

#head_cont nav ul li:last-child a::after{
	display: none;
}

#head_cont nav ul li:last-child a::before{
	position: absolute;
	content: '';
	margin: auto;
	width:30px;
	height:20px;
	background-image: url(./img/key_icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	bottom: 0;
	left:8px;
}

#head_cont nav ul li:last-child a:hover{
	color: #99cc66;
	background:#fff;
}

#head_cont nav ul li:last-child a:hover:before{
	background-image: url(./img/key_icon_g.svg);
}

/* main image */
#main_image_slide p{
	padding-top:70vh;
	height:0;
	background-position: center	;
	background-size: cover;
}

/* main */
#main_wrap{
	display: flex;
	margin: auto;
	max-width: 1500px;
}

#main{
	width: 100%;
	max-width: calc(100% - 250px );
}

#news_wrap .content_wrap{
	display: flex;
}

#news_wrap .content_wrap section{
	padding: 1em;
	width:50%;
}

#news_wrap .content_wrap section h3{
	margin-bottom: 1.3em;
	padding:.3em .5em;
	color: #fff;
	font-size:120%;
	background:#9999cc;
	border-radius: 8px;
	overflow: hidden;
}

#news_wrap .content_wrap section h3:before,
#news_wrap .content_wrap section h3::after{
	position: absolute;
	content: '';
	margin:auto;
	width:250px;
	height:100px;
	background:rgba(255,255,255,0.2);
	border-radius:50%;
	right:-180px;
	bottom:-50px;
}

#news_wrap .content_wrap section h3::after{
	right:-80px;
}

#main #news_wrap .content_wrap section li{
	margin:0;
	padding: .5em;
	border-bottom:1px dotted #ccc;
}


#news_wrap .content_wrap section li span{
	display:block;
}

#main_wrap #main #news_wrap .content_wrap section li:before{
	display:none;
}

#news_wrap .content_wrap section li a:hover{
	text-decoration:none;
}

#news_wrap .content_wrap section li.kako{
	text-align:right;
	border-bottom:0;
}

#about_wrap .content_wrap{
	display: flex;
	flex-wrap: wrap;
	padding: 1em;
}

#about_wrap .content_wrap h3{
	padding:.3em .3em .3em 30px;
	margin-bottom: 1.3em;
	width:100%;
	font-size: 130%;
	background-image: url(./img/h3_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center ;
	border-bottom: 3px solid #ff9999;
}

#about_wrap .content_wrap section{
	width:50%;
}

#about_wrap .content_wrap section p{
	margin-bottom:1.5em;

}

#about_wrap .content_wrap section p img{
	max-width: 100%;
}

#side_wrap{
	padding:1em;
	width: 100%;
	max-width: 250px;
}

#side_wrap p{
	margin-bottom: 1.5em;
	text-align: center;
}

#side_wrap p img{
	max-width:100%;
	height: auto;
	transition:.2s;
}

#side_wrap p a:hover img{
	opacity:.7;
}

/* page */

#page #main_wrap{
	display:block;
	max-width:100%;
}


#page #main_wrap h2{
	box-shadow:2px 2px 5px #aaa;
}

#page #main_wrap h2 span{
	display:block;
	margin:auto;
	padding:1em;
	max-width:1500px;
	font-size:150%;
}

#p_list{
	margin:auto;
	padding:1em;
	max-width:1500px;

}


#page #main{
	margin:auto;
	padding:1em;
	max-width:1500px;
	min-height:600px;
}


#main_wrap #breadcrumb{
	display:flex;
	font-size:90%;
	justify-content:flex-end;
	padding:0 1em;
}

#main_wrap #breadcrumb li{
	margin-left: .5em;
	padding-left: 0;
}

#main_wrap #breadcrumb li:after{
	margin-left: .5em;
	content: '＞';
}

#main_wrap #breadcrumb li:last-child:after{
	content:'';
}


#page #main h3 {
    padding: .3em .3em .3em 30px;
    margin-bottom: 1.3em;
    width: 100%;
    font-size: 130%;
    background-image: url(./img/h3_bg.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 3px solid #ff9999;
}

#page #main h4 {
    padding: .3em .3em .3em 30px;
    margin-bottom: 1.3em;
    width: 100%;
    font-size: 130%;
    box-shadow: inset 2px 2px 5px #ccc;
}

#page #main h4:before {
	position:absolute;
	content:'';
	margin:auto;
	width:0.7em;
	height:0.7em;
	left:.3em;
	top:0;
	bottom:0;
    box-shadow: inset 2px 2px 5px #ccc;
	border-radius:50%;
	background: #f24b00;
}

#page #main h5 {
    padding: .3em .3em .3em;
	margin-bottom:1.3em;
	font-size:110%;
	border-bottom:1px dotted #aaa;
}

#page #main h6 {
	display:table;
	padding: .3em .3em .3em;
	margin-bottom:1.3em;
	font-size:110%;
}
/* 
#page #main h6:before {
	position:absolute;
	content:'';
	margin:auto;
	width:80px;
	height:2px;
	right:-90px;
	top:0;
	bottom:0;
	border-radius:50%;
	background:#99cc66;
} */


#main_wrap p{
	margin-bottom:1.5em;
}

#main_wrap blockquote{
	display:table;
	margin:0 auto 1.5em;
	padding:1em;
	border:3px solid #f10;
	border-radius:8px;
}

#main_wrap #main ul{
	margin-bottom:1.5em;
}

#main_wrap #main ul li{
	margin-left:1.5em;
	margin-bottom:.5em;
	padding:.2em;
	border-bottom:1px dotted #ccc;
}

#main_wrap #main ul li:before {
	display: block;
	position: absolute;
	content: '';
	margin: auto;
	width: .5em;
	height: .5em;
	background-color: #ff9999;
	border-radius:25px;
	top:.7em;
	left: -1.5em;
}

#main_wrap #main ol{
	margin-bottom:1.5em;
}

#main_wrap #main ol li{
	margin-left:1.5em;
	margin-bottom:.5em;
	counter-increment: olNum1;

}

#main_wrap #main ol li:before {
	display: block;
	position: absolute;
	content: '';
	margin: auto;
	width: 1em;
	height: 1em;
//	background-color: #333;
	border-radius:5px;
	top:.25em;
	left: -1.5em;
}

#main_wrap #main ol &gt; li:after{
	position: absolute;
	display:flex;
	justify-content:center;
	align-items:center;
	width: 1em;
	height: 1em;
	border-radius: 25px;
	color: #f24b00;
	top: .25em;
	left: -1.5em;
	content: counter(olNum1);
}

#main_wrap blockquote :last-child{
	margin-bottom:0;
}


#main_wrap table{
	margin-bottom:1.5em;
	//background:#f8f6ef;
}

#main_wrap table th,
#main_wrap table td{
	vertical-align:top;
	padding:1em;
	border:1px solid #fff;
	border-bottom:1px solid #ccc;
}

#main_wrap table th{
	padding:1em;
	word-break:keep-all;
	//color:#fff;
	//background:#2762ab;
	//border-right:1px dotted #2762ab;
}


#main_wrap table tr &gt; th &gt; :last-child,
#main_wrap table tr &gt; td &gt; :last-child{
	margin-bottom:0;
}

#main_wrap table.flex_table,
#main_wrap table.flex_table &gt; tbody{
	display:block;
	max-width:100%;
	border:0;
	background:transparent;
}

#main_wrap table.flex_table &gt; tbody &gt; tr{
	display:flex;
}

#main_wrap table.flex_table &gt; tbody &gt; tr &gt; td{
	display:block;
	padding:1em;
	width:auto !important;
	border:1px solid #fff;
}

#main_wrap table.flex_table &gt; tbody &gt; tr &gt; td table.flex_table td{
	padding:.5em;
}

#main_wrap table.flex_table.aligncenter &gt; tbody &gt; tr{
	justify-content:center;
}

#main_wrap table.flex_table.aligncenter &gt; tbody &gt; tr &gt; td{
	width:auto !important;
}

#main_wrap table.flex_table.alignright &gt; tbody &gt; tr{
	justify-content:flex-end;
}


#main_wrap table.flex_table.al_center &gt; tbody &gt; tr{
	align-items:center;
}

#main_wrap table.flex_table.eq_width &gt; tbody &gt; tr &gt; td{
	width:100% !important;
}

.kenrenLogin,
.kenrenkaiLogin{
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	padding:.3em .5em .3em 35px;
	color:#fff;
	background:#f58a3e;
	border:1px solid #f58a3e;
	border-radius: 8px;
	transition:.2s;
}

.kenrenkaiLogin{
	background:#3eb3f5;
	border:1px solid #3eb3f5;
}

.kenrenLogin::after,
.kenrenkaiLogin::after{
	display: none;
}

.kenrenLogin::before,
.kenrenkaiLogin::before{
	position: absolute;
	content: '';
	margin: auto;
	width:30px;
	height:20px;
	background-image: url(./img/key_icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	bottom: 0;
	left:8px;
}

.kenrenLogin:hover{
	color: #f58a3e;
	background:#fff;
}
.kenrenkaiLogin:hover {
	color: #3eb3f5;
	background:#fff;
}

.kenrenLogin:hover:before{
	background-image: url(./img/key_icon_or.svg);
}

.kenrenkaiLogin:hover::before {
	background-image: url(./img/key_icon_bl.svg);
}

/* footer */
footer{
	background: #ffffcc;
}

footer nav ul{
	display: flex;
	margin:auto;
	padding:1em;
	width: 100%;
	max-width:1500px;
}

footer nav ul li{
	display: block;
	padding:.5em;
}

footer nav ul li a:hover{
	text-decoration:none;
}

footer address{
	display: flex;
	justify-content: flex-end;
	margin: auto;
	width: 100%;
	max-width: 1500px;
	font-style: normal;
}

footer address p span{
	display: block;
	font-size: 120%;
	font-weight:bold;
}

footer &gt; p{
	padding:.5em;
	text-align: center;
	font-size: 90%;;
}

#sp_toggle{
	display:none;
}


@media screen and (max-width:1080px){

#sp_toggle{
	position:relative;
	display:table;
	margin: 0 0 0 auto;
	padding:1.5em;
	font-size:100%;
	color:#333;
	text-align:center;
	font-weight:bold;
	box-sizing:border-box;
	cursor:pointer;
}

#sp_toggle #sp_toggle_icon{
  display: block;
  position: absolute;
  margin:auto;
  top: 50%;
  left: 0;
  right: 0;
  width: 20px;
  height: 2px;
  background: #333;
  transition: .2s;
}

#sp_toggle #sp_toggle_icon:before,
#sp_toggle #sp_toggle_icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  background: #333;
  transition: .3s;
}

#sp_toggle #sp_toggle_icon:before{
  margin-top: -8px;
}

#sp_toggle #sp_toggle_icon:after{
  margin-top: 8px;
}

#sp_toggle #sp_toggle_icon.close{
  background: transparent;
}

#sp_toggle #sp_toggle_icon.close:before, #panel-btn .close:after{
  margin-top: 0;
}

#sp_toggle #sp_toggle_icon.close:before{
  margin-top: -1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#sp_toggle #sp_toggle_icon.close:after{
  margin-top: -1px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#head_cont #gl_menu{
	position:fixed;
	top:0;
	right:0;
	background:rgba(255,255,255,.7);
	z-index:9999;
}

#head_cont #gl_menu.menuopen{
	width:100%;
}

#head_cont #gl_menu ul{
	display:none;
	flex-direction: column;
	width:100vw;
	height:100vh;
}

#head_cont #gl_menu ul li a{
	color:#333;
	margin-bottom:1.5em;
	padding-left: 1.8em !important;
	text-align:left;
	background:transparent;
	border:0;
}

#head_cont #gl_menu ul li.carrent a, #gl_menu ul li a:hover{
	background:transparent;
}

#head_cont #gl_menu ul li.carrent a:after,
#head_cont #gl_menu ul li a:hover:after{
}

#head_cont #gl_menu ul li:first-of-type a{
	padding-left: 1em;
	background-image:none;
}

#head_cont nav ul li:last-child a::before{
	background-image: url(./img/key_icon_g.svg);
}

#news_wrap .content_wrap{
	flex-direction:column;
}

#news_wrap .content_wrap section{
	width:100%;
}

}

@media screen and (max-width:770px){

#main_wrap{
	flex-direction:column;
}

#main_wrap #breadcrumb{
	display:none;
}

#main{
	max-width:100%;
}

#main_wrap #main img{
	max-width:100%;
	height:auto;
}

#main_wrap #main iframe{
	max-width:100%;
}


#main_wrap table.flex_table &gt; tbody &gt; tr{
	flex-direction:column;
}

#main_wrap table.flex_table &gt; tbody &gt; tr td{
	padding:1em 0;
}

#main_wrap #main  table.large_table{
	width:96% !important;
	margin-left:auto;
	margin-right:auto;
}

#main_wrap #main table.large_table strong{
	word-break: keep-all;
}

#main_wrap #main table.large_table{
	display: block;
	height:auto !important;
	overflow-x: scroll;
	table-layout:fixed; 
	font-size:85%;
	box-sizing: border-box;
}

#main_wrap #main table.large_table:before{

}

#main_wrap #main table.large_table th,
#main_wrap #main table.large_table td{
	white-space: nowrap;
	padding:3px 8px;
}

#main_wrap #main table.large_table {
     overflow: auto;
}

#main_wrap #main table::-webkit-scrollbar{ /* スクロールバー全体 */
    height: 5px;
}

#main_wrap #main table::-webkit-scrollbar-thumb{ /* スクロールバーのある部分 */
    background: #e61900;
    border-radius: 10px;
}
#main_wrap #main table::-webkit-scrollbar-track-piece:start{ /* スクロールバーが表示されてない部分（前） */
    background: #e1e6ea;
}
#main_wrap #main table::-webkit-scrollbar-track-piece:end{ /* スクロールバーが表示されてない部分（後ろ） */
    background: #e1e6ea;
}

form input{
	max-width:100%;
}

#side_wrap{
	max-width:100%;
}

#side_wrap p{

}

footer nav ul{
	flex-direction:column;
}

footer nav ul li{
	padding:1em .5em;
}

}

@media screen and (max-width:770px){
	#head_cont h1,
	#head_cont h1 a{
		width:100%;
	}
	
	#head_cont h1 a{
		width:calc(100% - 50px);
	}
}

@media screen and (max-width:500px){
	#main_image_slide p{
		padding-top:20vh;
	}
}</pre></body></html>