<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 */
/* ------------------------------
　　ページ上部のインフォーメーション
------------------------------ */
.info-bar {
	color: #FFF;
	background: #666;
}

.info-bar-contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
		font-size: 14px;

}

.info-bar-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
}

.info-bar-message {
	padding: 0 10px;
}

.info-bar-link-wrap {
margin-left: auto;

}

.info-bar-link {
	color: #FFF;
	padding: 5px 0;
}
.info-bar-link:link,
.info-bar-link:visited,
.info-bar-link:hover,
.info-bar-link:active,
.info-bar-link:focus {
	color: #FFF;
}
.info-bar-link:hover {
	text-decoration: none;
	border-bottom: 1px solid currentColor;
}

.info-bar-link-icon {
	margin: 0 10px 0 0;
}

/* ------------------------------
　　ヘッダー
------------------------------ */
.header .header-nav {
		display: block;
		width: 100%;
		margin: -20px auto 0px;
	}
/* サイト名 */
.header-logo h1 {margin:5px 0 10px;}
.site-name a{
	font-size: 14px;
	font-weight: normal;
	padding-left:0px;
	color: #333; text-decoration: none

}

.site-logo {
	display: inline-block;
	width: 90px;
	height: auto;
	margin: 0px 10px 0px 0;
	vertical-align: middle;
}

.site-name a:hover{color: #999; text-decoration: none}
.site-name a:focus,
.site-name a:active,
.site-name a:visited {
	color: #333; text-decoration: none
}

.site-name-text {
	display: inline;
	vertical-align: middle;
}

.edit-link {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}


@media (min-width: 768px) {
	.site-name a{
		font-size: 18px;color:#333;font-weight:normal;
	}
	.header .site-name {
		text-align: center;
	}
	.site-logo {
		width: 150px;
		margin: 0 20px 0 0;

	}
	.header {
		display: table;margin-bottom:0px;
		width: 100%;
	}
	.header .header {
		display: block;
	}
	.header-logo {
		display: table-cell;
		width: 100%;
		vertical-align: middle;
	}
	.header .header-logo {
		display: block;
	}
	.header-nav- {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
	.header .header-nav {
		display: block;
		width: 100%;
		margin: 0 0 0px;
	}
	.slide-wrap{background:#C5DFF8;padding:0px 0 0px;margin:0}
}

@media (min-width: 1024px) {
	.header{}
	.header-logo {
		display: table-cell;
		width: 40%;
	}
/*
	.header .header-logo {
		display: block;
		width: 100%;
	}
*/
	.header-nav {
		display: table-cell;
/*		max-width: 1150px;*/
	}
	.header .header-nav {
		margin: 0 auto 0px;
	}
	
}

/* スタッフ紹介 */
.entry-column .staff-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 10px 30px;
	padding: 0;
	list-style: none;
/*	border-top: 1px solid #EEE;*/
}

.entry-column .staff-item {
	width: 50%;
	margin: 0;
}

.entry-column .staff-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	box-sizing: border-box;
	padding: 20px 10px;
	border-top: 1px solid #EEE;
}

.entry-column .staff-body {
	-ms-flex-order: 2;
	order: 2;
	margin: 0 0 20px 0;
}

.entry-column .staff-name {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.3;
	text-align: center;
	background: 0;
	font-size: 16px;
}

.entry-column .staff-name1 {
	margin: 20px 0 15px;
	padding: 0;
	line-height: 1.3;
	text-align: center;
	background: 0;
	font-size: 16px;
}


.entry-column .staff-job {
	margin: 15px 0 5px 0;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
}

.entry-column .staff-profile {
	margin: 0;
	font-size: 12px;
}

.entry-column .staff-img-wrap {
	-ms-flex-order: 1;
	order: 1;
}

.entry-column .staff-img {
	display: block;
	margin: 0 auto;
	border-radius: 100%;
}

@media screen and (min-width: 768px) {
	
	.entry-column .staff-item {
		width: 33.3%;
	}
	.entry-column .staff-body {
		margin: 0;
	}
	
	.entry-column .staff-name1 {
	margin: 20px 0 15px;
	padding: 0;
	line-height: 1.8;
	text-align: left;
	background: 0;
	font-size: 18px;
}
}

/* ------------------------------
　　サイドメニュー
------------------------------ */

.navbar-side {
	display:block;margin:20px 0px 0;
	text-align: center;
}

.navbar-side-list {
	display: inline-block;width:100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	background: #333;
	font-size:11px;
}

.navbar-side-item {
	position: relative;
	display: inline-block;
	color: #FFF;
}

.navbar-side-item:before {
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	display: block;
	height: 2em;
}

.navbar-side-item:first-child:before {
	content: none;
}
.navbar-side-link {
	display: inline-block;
	padding: 3px 15px 3px 15px;
	color: #FFF;
}


.navbar-side-link [class*="acms-icon"] {
	margin: -2px 0px 0 0;
}
.navbar-side-link:hover,
.navbar-side-link:visited,
.navbar-side-link:active,
.navbar-side-link:focus {
	color: #FFF;
}
.navbar-side-link:hover [class*="acms-icon"] {
	text-decoration: none;
}

@media (min-width: 768px) {
.header-logo h1 {margin:15px 0 15px;}
.navbar-side {
		margin:-15px 10px 0 0;
		float:right;
}

	.navbar-side-list {
	border-radius: 0 0 5px 5px;
	font-size:12px;
}
	.navbar-side-item:before {
	border-left: 1px dotted #FFF;
	content: "";
}
}

/*SPフッターメニュー*/
.f-menu-sp{width:100%;}
.acms-list-group{margin-:0px;}
.f-menu-sp .acms-list-group{display:block;width:calc(50% - 1px);float:left;margin-bottom:0;}
.f-menu-sp .acms-list-group li a{line-height:30px;padding:8px;}
.f-menu-sp .acms-list-group li a:hover{padding:8px 5px;}
.f-menu-sp .acms-list-group-item i,.f-menu-sp .acms-list-group-item em{margin:0;font-size:1.3rem;color:#ccc;line-height:30px;}

.entry-labels {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1;
	list-style-type: none;
}

.entry-labels li {
	display: inline-block;
	padding: 0 4px 4px 0;
	color: #666;
	font-size: 14px;
	line-height: 1.2;
}
.entry-labels li:first-child {
	padding-left: 0;
}
.entry-labels li:last-child {
	padding-right: 0;
}

.entry-labels a {
	display: inline-block;
}
.entry-labels a:link,
.entry-labels a:visited {
	text-decoration: none;
}
.entry-labels a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.entry-category-label:link,
.entry-category-label:visited
 {
	color: #666;
}

.entry-category-label:hover {
	color: #666;
	cursor: pointer;
}

/* スタッフ紹介 */

.top-column{
	background:#F2F1F1;
	margin:20px -10px  50px;
	padding: 30px 0 20px;
}
.top-column h2{padding:0 0 10px;margin:0;
}
.top-column .staff-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 20px -0px 10px;
	padding: 0;
	list-style: none;
	border-top: 1px solid #EEE;
	background:#F2F1F1;
}

.top-column .staff-item {
	width: 50%;
	margin: 0;
}

.top-column .staff-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	box-sizing: border-box;
	padding: 20px 10px;
	border-bottom: 1px solid #EEE;
}

.top-column .staff-body {
	-ms-flex-order: 2;
	order: 2;
	margin: 0 0 20px 0;
}

.top-column .staff-name {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.3;
	text-align: center;
	background: 0;
	font-size: 18px;
}

.top-column .staff-job {
	margin: 15px 0 5px 0;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
}

.top-column .staff-profile {
	margin: 0;
	font-size: 14px;
}

.top-column .staff-img-wrap {
	-ms-flex-order: 1;
	order: 1;
}

.top-column .staff-img {
	display: block;
	margin: 0 auto;
	border-radius: 100%;
	width:140px;
}

@media screen and (min-width: 768px) {

	.top-column .staff-list {
	margin: 0px auto 30px;
/*		width:600px;*/
	}
	.top-column .staff-item {
		width: 300px;
	margin: 0px auto 0px;

	}
	.top-column .staff-body {
		margin: 0 30px;
	}
}

/* 添付画像配置（おまかせ） */
/* PDFプレビュー */
.column-media-pdf-image {
	width: 100%;padding:0!important;
	border: solid 1px #AAA!important;
}

/* sub */
h2.sub-heading{
	font-size:18px;margin:0;padding:0 0 10px;
}

li.js-biggerlink:hover{background:#F5F5F5;}


/* kakomi */
.kakomi-gray{background:#F4F4F4;padding:15px;margin:0px;}
.kakomi-white{padding:0 15px;margin:0px;}


[class*="kakomi"] p{margin-bottom:0;}
[class*="kakomi"] h2{text-align: center;}
[class*="kakomi"] h3{text-align: center;margin:-5px 0 10px}


@media screen and (min-width: 480px) {
.kakomi-white{padding:15px 20px;margin:0px;}
}


/*テーブル見出し*/
.entry-column h3.table-head{
margin:20px 10px 0px;
font-size:16px;
}



.entry-column .kakomi {
	margin: 0 10px 25px 10px;
	padding: 20px 10px;
	background: #FFF;
	border:1px #999 solid;
}
div[class*="kakomi"]:last-child {
	margin-bottom: 0;
}
.kakomi *:last-child {
	margin-bottom: 0;
}
.entry-column .kakomi h2 {
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
}
.entry-column .kakomi h3,
.entry-column .kakomi h4 {
	margin-bottom: 10px;
	margin-top: 0;

}

.kakomi-redline{border:1px #c41134 solid;padding:15px;margin:0 0 30px!important;}
.kakomi-redline h2{margin:0 0 10px;}
.kakomi-redline p{margin:0;}


.float-r{float:right;margin:0 0 5px 5px;}
.float-l{float:left;margin:0 5px 5px 0;}
.float-r-x,.float-l-x{float:none;margin:5px auto;max-width:100%;}

#share-text{font-size:15px}


@media screen and (min-width: 480px) {
.float-r-x{float:right;margin:0 0 5px 5px;}
.float-l-x{float:left;margin:0 5px 5px 0;}
}


time.headline-dat{
	font-family:Verdana, Geneva, "sans-serif";
	font-weight:bold;color:#999;
	line-height: 100%}

.text-10{font-size:10px!important;}
.text-12{font-size:12px!important;;}
.text-13{font-size:13px!important;;}
.text-14{font-size:14px!important;;}
.text-16{font-size:16px!important;}
.text-18{font-size:18px!important;;}
.text-21{font-size:21px!important;;}
.text-24{font-size:24px!important;;}

.red{color:#c41134}
.blue{color:#00008b}
.green{color:#006400}
.text-link-blue{color:#006DD9}

@media screen and (min-width: 1024px) {
main.acms-col-lg-9{padding-right:3%;}
}


.m-0{margin:0;}
.m-5{margin:5px;}
.m-10{margin:10px;}

.mb-0{margin-bottom:0px;}
.mb-5{margin-bottom:5px;}
.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px;}

.mr-5{margin-right:5px;}
.ml-5{margin-left:5px;}

.mr-10{margin-right:10px;}
.ml-10{margin-left:10px;}

.mt-0{margin-top:0px;}
.mt-5{margin-top:5px;}
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}

.mrl-5{margin-right:5px;margin-left:5px;}
.mrl-10{margin-right:10px;margin-left:10px;}

.mtb-5{margin-top:5px;margin-bottom:5px;}
.mtb-10{margin-top:10px;margin-bottom:10px;}
.mtb-20{margin-top:20px;margin-bottom:20px;}
.mtb-30{margin-top:30px;margin-bottom:30px;}
.mtb-40{margin-top:40px;margin-bottom:40px;}


.acms-btn.acms-btn-primary {
	color: #FFF;
	background-color: #006DD9;
	border: 1px solid rgba(0, 0, 0, .1);
	-webkit-transition: background-color .2s;
	        transition: background-color .2s;
}


.acms-summary-image{
	vertical-align: top;
}
.acms-summary-body{
	vertical-align: middle;
}

.uminoko-icon-summary{
	width:40px;
	vertical-align: middle;
	float:right;
	margin-left:5px;
}

@media (min-width: 479px) {
.uminoko-icon-summary{
	width:10%;max-width:55px;min-width: 40px;
	vertical-align: middle;
	float:right;
	margin-right:0px;
}
}
/* ------------------------------
　　タグクラウド
------------------------------ */
.tag-cloud {
	margin: 0 0 30px 0;
	padding: 0;
}
.tag-cloud a:link,
.tag-cloud a:visited {
	color: #666;
}
.tag-cloud a:hover {
	color: #666;
	cursor: pointer;
}
.tag-cloud a:link,
.tag-cloud a:visited {
	text-decoration: none;
}
.tag-cloud a:hover {
	text-decoration: underline;
	cursor: pointer;
}
.tag-cloud li {
	display: inline;
	list-style-type: none;
}
.tag-cloud ul {
	margin: 0;
	padding: 0 0 0 10px;
}
.tag-cloud .acms-admin-module-edit a {
	text-decoration: underline;
}
.tag-cloud .acms-admin-module-edit a:link,
.tag-cloud .acms-admin-module-edit a:visited {
	color: #FFF;
}
.tag-cloud .acms-admin-module-edit a:hover {
	color: #FFF;
	cursor: pointer;
}

.tag-cloud-item1 {
	font-size: 12px;
}

.tag-cloud-item2 {
	font-size: 12px;
}

.tag-cloud-item3 {
	font-size: 14px;
}

.tag-cloud-item4 {
	font-size: 14px;
}

.tag-cloud-item5 {
	font-size: 14px;
}

.tag-cloud-item6 {
	font-size: 14px;
	font-weight: bold;
}

.tag-cloud-item7 {
	font-size: 14px;
	font-weight: bold;
}

.tag-cloud-item8 {
	font-size: 14px;
	font-weight: bold;
}

.tag-cloud-item9 {
	font-size: 14px;
	font-weight: bold;
}

.tag-cloud-item10 {
	font-size: 14px;
	font-weight: bold;
}

.tag-cloud-item11 {
	font-size: 14px;
	font-weight: bold;
}

.tag-cloud-item12 {
	font-size: 14px;
	font-weight: bold;
}

.tag-cloud-item13 {
	font-size: 14px;
	font-weight: bold;
}

.tag-cloud-item14 {
	font-size: 16px;
	font-weight: bold;
}

.tag-cloud-item15 {
	font-size: 16px;
	font-weight: bold;
}

.tag-cloud-item16 {
	font-size: 16px;
	font-weight: bold;
}

.tag-cloud-item17 {
	font-size: 16px;
	font-weight: bold;
}

.tag-cloud-item18 {
	font-size: 16px;
	font-weight: bold;
}

.tag-cloud-item19 {
	font-size: 16px;
	font-weight: bold;
}

.tag-cloud-item20 {
	font-size: 18px;
	font-weight: bold;
}

.tag-cloud-item21 {
	font-size: 18px;
	font-weight: bold;
}

.tag-cloud-item22 {
	font-size: 18px;
	font-weight: bold;
}

.tag-cloud-item23 {
	font-size: 18px;
	font-weight: bold;
}

.tag-cloud-item24 {
	font-size: 18px;
	font-weight: bold;
}

.tag-cloud-item25 {
	font-size: 18px;
	font-weight: bold;
}

/*アコーディオン*/
/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 100%;/*最大幅*/
}

/*classラベル1*/
.accbox .label1 {
	font-size:16px;
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
/*    color: #ffba47;*/
    font-weight: bold;
    background:#E5E5E5;
    cursor :pointer;
    transition: all 0.5s;
}
/*classラベル2*/
.accbox .label2 {
	font-size:14px;
    display: block;
    margin: 5px 0 0;
    padding : 5px;
    font-weight: bold;
    background:#cedbee;
    cursor :pointer;
}
.accbox .label3 {
	font-size:16px;
    display: block;
    margin: 5px 10px 0;
    padding : 5px;
    font-weight: bold;
    background:#fff;
    cursor :pointer;
}


/*アイコンを表示*/
.accbox .label1:before {
    content: '\f0fe';
font-family: "Font Awesome 5 Free";
    padding-right: 8px;
}

.accbox .label2:before {
content: '\f0fe';
font-family: "Font Awesome 5 Free";
padding: 3px 5px;font-weight:bold;
}
.accbox .label3:before {
content: '\f054';
font-family: "Font Awesome 5 Free";
padding: 3px 5px;font-weight:bold;
}


/*ラベルホバー時*/
.accbox .label1:hover {
    background :#ccc;
}
.accbox label.label3:hover {
    background:#f0f0f1;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
/*
    transition: 0.8s;
*/
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow
{
    height: auto;
    padding: 5px;
/*    background: #fff5eb;*/
    opacity: 1;
}

/*.accbox .accshow p {
    margin: 15px 10px}*/

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}


p.sponsor-text{margin:0px 2px 5px;}
.sponsor-text a:link{color:#333!important;}
.sponsor-text a:hover{color:#006DD9!important;}
.support-year{
	padding:2px 10px;
	border:1px #ccc solid;
	border-radius: 2px;
	font-size:12px;
	font-weight:normal;
}


.narrow-container {
	margin: 0 auto;
	max-width: 960px;
	padding-left: 20px;
	padding-right: 20px;
}
.narrow-container .acms-container {
	padding: 0;
}
@media (max-width: 970px) {
.narrow-container {
	padding-left: 0px;
	padding-right: 0px;
}
}

section{margin: 0 0 60px;}

h2.top-midashi{text-align:center;margin:60px 0 20px;}


.link-gray a {
	color: #333;
	border-bottom: 1px dashed;
	padding-bottom:2px;

}

/*シーサーブログ画像対策*/
.link-gray p a img {
    margin-bottom: -6px;
    border-bottom: 1px solid #fff;
}

.link-gray a:link,
.link-gray a:visited {

}

.link-gray a:link,
.link-gray a:hover,
.link-gray a:visited {
	text-decoration: none;
}
.link-gray a:hover {
	color: #999;
	cursor: pointer;
}

/*iflame*/
.wrapper-iframe {
    position: relative;
  width: calc( 100% - 2px);
  padding-top: 20%;
	min-height: 90px;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:1px solid #ccc; 
margin-bottom:30px;
}
.wrapper-iframe iframe{
 position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

br.sp{display:inline-block;}
br.pc{display:none;}

@media (min-width: 480px) {

br.sp{display:none;}
br.pc{display:inline-block;}

.wrapper-iframe {min-height: 15px;}

}


/*続きをよむ*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	font-size:14px;
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 10rem;
font-family: "Font Awesome 5 Free";
	content: '\f13a'' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 250px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
font-family: "Font Awesome 5 Free";
	content: '\f139'' たたむ';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

a:focus {
outline: none;
}
</pre></body></html>