<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8"; 
 
/* reset-fonts.css 
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0 + 03
*/
/*html{color:#000;background:#FFF;}*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}/*input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}*/legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
 
/* Noto Font */ 
@font-face {
	font-family: 'Noto Sans R';
	src: url('notoRegular.eot?f202108');
	src: url('notoRegular.eot?iefixf202108') format('eot'),
		 url('notoRegular.woff?f202108') format('woff');
}
@font-face {
	font-family: 'Noto Sans B';
	src: url('notoBold.eot?f202108');
	src: url('notoBold.eot?iefixf202108') format('eot'),
		 url('notoBold.woff?f202108') format('woff');
}
 
/*--- ベース ---*/ 
html {
	overflow-y:scroll;
}

body {
	font-size: 100%;
	font-family: 'Noto Sans R', Verdana, "游ゴシック", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	line-height: 1.5;
	color: #333;
	text-align: center;
	background-color: #fff;
}

#wrapper {
	min-width: 960px;
	background-image: url(../pub_img/fbg.jpg), url(../pub_img/bg.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center top -80px, center bottom;
}

a {
	color: #152b50;
}
a:link { color: #152b50; }
a:visited { color: #152b50; }
a:hover {
	color: #0068b6;
}
	
/*--- 一般設定 ---*/ 
	
/* テーブル */ 
td, th {
/*	vertical-align: top; */
}
 
/* float解除 */ 
.cl {
	overflow: hidden;
}
.cls:after {
	content: "";
	display: block;
	clear: both;
}
.contentHr {
	clear:both;
	height:1px;
/*\*/
	overflow: hidden;
/**/
}
 
/* CSS無効時用 */ 
.nocsscomment,
.nocsshr {
	display: none;
	visibility: hidden;
}
  
/* box-sizing */ 
@media screen and (max-width: 767px) {
*,
*::before,
*::after {
  box-sizing: border-box;
}
}
 
/* タッチデバイス対応 */ 
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
 
/* PC・モバイル切替 */ 
.pcHide {
  display: none;
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .spHide {
    display: none;
  }
  .pcHide {
    display: inline;
  }
}
  
/* ヘッダ */ 

header {
	position: relative;
	width: 100%;
}

#headerContent {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

	 
.siteTitle { 
	float: left;
	width: 210px;
	padding: 15px 0px;
	padding-left: 10px;
}
 
.contactTel { 
	float: right;
	padding-left: 27px;
	color: #006;
	font-size: 200%;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	background-image: url(../pub_img/tel.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 25px 25px;
}
 
header .contentMenu { 
	clear: right;
	float: right;
	width: 660px;
	padding: 0px 0;
}
 
header .authentication { 
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -620px;
	width: 140px;
}
header .authentication p {
	display: inline-block;
}

@media screen and (max-width: 767px) {
header .authentication {
	top: 15px;
	left: auto;
	right: 70px;
	margin-left: 0;
	width: 80px;
}
header .authentication p img {
	width: auto;
	height: 34px;
}
}
 	 
/* フッタ */ 

footer {
	position: relative;
	width: 100%;
	padding: 20px 0 30px;
	border-top: 14px solid #f2f2f2;
	background-image: url(../pub_img/nami.jpg);
}

#footerContent {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
	
footer .contentNavi { 
	float: right;
	padding-top: 40px;
}
	
.lawLink { 
	padding-top: 3em;
	font-size: 80%;
	text-align: right;
}
	
.lawLink a { 
	text-decoration: none;
}
   
footer .logo { 
	float: left;
}

footer .address {
	clear: left;
	float: left;
	font-size: 85%;
}
  
/* ナビゲーション */ 
	 
/* コンテンツナビ */ 

.contentNavi {
	overflow: hidden;
}

.contentNavi li {
	float: left;
}

.contentNavi li a {
	display: block;
	width: auto;
	box-sizing: border-box;
	padding: 0 15px;
	color: #333;
	font-size: 90%;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #333;
}
.contentNavi li:first-child a {
	border-left: 1px solid #333;
}
 
/* コンテンツメニュー */ 

.contentMenu {
	overflow: hidden;
}
.contentMenu ul {
	width: 100%;
	margin: 0 auto;
}

.contentMenu li {
	float: left;
	width: 20%;
	padding: 5px 0;
}

.contentMenu li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	color: #333;
	font-size: 90%;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #ccc;
}
.contentMenu li:first-child a {
	border-left: 1px solid #ccc;
}
 
/* パンくずリスト */ 

#topicPath {
	width: 100%;
	background-color: #f5f5f5;
}

#topicPath p {
	width: 960px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 15px 30px;
	font-size: 80%;
	text-align: left;
	line-height: 1.2;
}

 
/* ページの先頭へ戻る */ 

.goPagetop {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.goPagetop a {
	display: block;
	position: absolute;
	top: -20px;
	right: 30px;
	z-index: 999;
	padding: 15px 20px;
	color: #fff;
	font-size: 80%;
	text-decoration: none;
	background-color: #0a51a1;
}
 
/* スマホ用メニュー */ 

.spMenu {
	display: none;
}
  
/* コンテンツ */ 

#content {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 40px;
	text-align: left;
	background-color: rgba(255,255,255,0.8);
}
	
/* ページタイトル */ 

#pageTitle {
	padding: 40px 0px;
	font-family: Verdana, 'Noto Sans B';
	font-size: 230%;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 5px solid #fff;
}
#pageTitle span {
	display: block;
	width: 860px;
	margin: 0 auto;
	text-align: left;
}
 
/* 見出し */ 

.heading {
	margin: 20px 0px 50px;
	font-size: 200%;
}

.heading span {
	padding-bottom: 8px;
	border-bottom: 8px solid #498cce;
}
.heading span span {
	font-size: 50%;
	padding-bottom: 0px;
	border-bottom-width: 0;
}
 
/* 本文 */ 

#content section {
	padding: 0px 50px 40px;
	overflow: hidden;
}
 
.facebook a { 
	display: block;
	padding: 10px 15px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	background-color: #3a5795;
	transition: 0.3s;
}
.facebook a:hover {
	opacity: 0.7;
}
 
.instagram a { 
	display: block;
	margin-top: 7px;
	padding: 10px 15px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	border: 1px solid #999;
	transition: 0.3s;

	background: url(../img/icon_instagram.png) no-repeat;
	background-position: center right 6px;
	background-size: 26px 26px;
}
.instagram a:hover {
	opacity: 0.7;
}
  
</pre></body></html>