<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Taviraj:400,500');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&amp;display=swap&amp;subset=japanese');

/*--------------------------------------------------------------------------------------------------

   common
			   - header
						- footer
						- btn
						- second

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
 border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: top;
 -webkit-backface-visibility: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

header,section,article,aside,footer,nav {
 display: block;
}

/*-------------------------------------------------reset*/

@media screen and (min-width: 769px) {
	
.pc {
	display: block;
}

.sp {
	display: none !important;
}

/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #714e1b;
	font-size: 18px;
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
}

a:link {
	color: #714e1b;
	text-decoration: none;
}

a:visited {
	color: #714e1b;
}

a:hover, a:active {
	color: #F26400;
}

.clear:after {
 content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft {
	float: left;
	margin: 0 20px 30px 0;
}

.alignright {
	float: right;
	margin: 0 0 30px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

/*-------------------------------------------------common*/


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#header {
	font-family: 'Taviraj', "Times New Roman", Times, serif;
}

#header .hbox {
	padding: 9px 0;
	background-color: #EBEBEB;
	border-bottom: 4px solid #8D672E;
	box-shadow: 0 0 2px #AAA;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 500;
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

#header .h {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

#header .h p {
	margin: 0 auto;
	line-height: 25px;
	width: 50%;
}

#header .h .slang {
	width: 50%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#header .h ul {
	width: 50%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#header .h ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}

#header .h ul li::after {
	content: "/";
	padding: 10px;
	right: 0;
	top: center;
}

#header .h ul li:last-child::after {
	content: "";
}

header {
	position: relative;
	width: 1000px;
	height: 210px;
	margin: 0 auto;
	background: url(../image/header_back.png) no-repeat 100% center;
	background-size: 127px;
}

header h1,
header p.logo {
	position: absolute;
	top: 54px;
	left: 0;
}

header h1 a,
header p.logo a {
	display: block;
	background: url(../image/logo.png) no-repeat 0 0;
	background-size: 283px;
	width: 283px;
	height: 110px;
	overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
}

header .names {
	position: absolute;
	top: 22px;
	left: 400px;
	padding: 5px 10px;
	background: url(../image/line-01.png) repeat-y 0 0;
	line-height: 1.4;
	color: #714e1b;
	font-size: 14px;
}

header .names span.jpn {
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

header .names span.zh {
 font-family: Microsoft Yahei, Hiragino Sans GB, Verdana;
}

header .names span.ko {
	font-family: "Apple SD Gothic Neo", Gulim, "Malgun Gothic", sans-serif;
}

#gNavi {
	background-color: #F6EC65;
	border-bottom: 20px solid #714E1B;
	font-weight: 500;
	font-size: 16px;
}

#gNavi ul {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#gNavi ul li {
	float: left;
	width: 11%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#gNavi ul li:nth-child(3) {
width: 22%;
}

#gNavi ul li:nth-child(5) {
width: 14%;
}

#gNavi ul li:nth-child(7) {
width: 8%;
}

#gNavi ul li a {
	display: block;
	line-height: 74px;
}

#gNavi ul li a.now, #gNavi ul li a:hover, #gNavi ul li a:active {
	text-decoration: underline;
}

#gNavi ul.langMenu {
	display: none;
}



/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	padding: 80px 0 60px;
	background-color: #fffbc4;
	line-height: 1.4;
}

footer {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-family: 'Taviraj', "Times New Roman", Times, serif;
}

footer p {
	margin: 0 0 20px;
}

footer p.p1 {
	margin: 0 0 40px;
	font-size: 14px;
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

footer .jpn {
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

footer .zh {
 font-family: Microsoft Yahei, Hiragino Sans GB, Verdana;
}

footer .ko {
	font-family: "Apple SD Gothic Neo", Gulim, "Malgun Gothic", sans-serif;
}

footer .policyMenu {
 margin-bottom: 0;
 padding-top: 10px;
 font-size: 16px;
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

#copy {
	padding: 18px;
	text-align: center;
	background-color: #714e1b;
	color: #FFF;
	font-size: 12px;
	font-family: 'Taviraj', "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
}


/*------------------------------------------------------------------------------------------------
  btn
--------------------------------------------------------------------------------------------------*/
.btn1 {
	margin: 0 0 40px;
}

.btn1 a {
	display: block;
	width: 270px;
	line-height: 60px;
	margin: 0 auto;
	border: 1px solid #845C1F;
	text-align: center;
	color: #926e38 !important;
	background: url(../image/arrow-01.png) no-repeat 95% center;
	background-size: 7px;
	text-decoration: none !important;
}

.btn1 a:hover, .btn1 a:active {
	color: #FFF !important;
	background: url(../image/arrow-02.png) #845C1F no-repeat 95% center;
	background-size: 7px;
}

.contactBtn a {
	display: block;
	width: 300px;
	margin: 0 auto 30px;
	text-align: center;
	padding: 10px 20px;
	border-radius: 6px;
	position: relative;
	top: -1px;
	overflow:auto;
	color:#ffffff;
	background: #E66F35;
	text-align:center;
	text-decoration: none;
	-webkit-transition: 0s;
    -moz-transition: 0s;
	-o-transition: 0s;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.3), inset 0 -2px 0 rgba(84, 48, 80, 0.1), 0 3px #8A3811;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.contactBtn a:hover, .syuttyouCovid a:active {
	box-shadow: none;
	top: 1px;
}

.contactBtn a img {
width: 16px;
height: auto;
vertical-align: 1px;
margin-right: 5px;
}



/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
.pan ol {
	width: 1000px;
	margin: 0 auto;
	padding: 6px 0 0;
	list-style: none;
	font-size: 14px;
}

.pan ol li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#second {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 40px;
}

#second a {
	text-decoration: underline;
	color: #3F7299;
}

#second a:hover {
	color: #F26400;
}

#second h1 {
	position: relative;
	font-size: 30px;
	margin: 0 0 30px;
	padding: 0 26px;
	line-height: 1.6;
	background-color: #FFFCD0;
	font-weight: 500;
	letter-spacing: 2px;
}

#second h1:before {
	position: absolute;
	top: -15px;
	left: 12px;
	content: '';
	z-index: 10;
	background: url(../image/h_line.png) no-repeat 0 100%;
	font-size: 0;
	width: 2px;
	height: 30px;
}

#second h2 {
 position: relative;
	margin: 0 0 20px;
	padding: 0 8px 6px;
	font-size: 26px;
	line-height: 1.2;
 border-bottom: solid 3px #64B6F5;
	letter-spacing: 0.02em;
}

#second h2:after {
 position: absolute;
 content: " ";
 display: block;
 border-bottom: solid 3px #3F7299;
 bottom: -3px;
	left: 0;
 width: 16%;
}

#second h3 {
	margin: 0 0 10px;
	padding: 4px 10px;
	font-size: 20px;
	background: url(../image/h3_back.gif) repeat 0 0;
	text-shadow: 1px 1px 0 #CCC;
	letter-spacing: 0.02em;
	font-weight: 500;
}

#second h4 {
	margin: 0 0 10px;
	padding: 2px 10px;
	font-size: 18px;
	border-radius: 8px;
	font-weight: 500;
	background: linear-gradient(to bottom, #ffffff 0%,#e0f0fd 100%);
}

#second h5 {
  position: relative;
  display: inline-block;
  padding: 2px 10px;
  font-weight: 500;
}

#second h5:before, #second h5:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}

#second h5:before {
  border-left: solid 1px #64B6F5;
  border-top: solid 1px #64B6F5;
  border-bottom: solid 1px #64B6F5;
  left: 0;
}

#second h5:after {
  content: '';
  border-top: solid 1px #64B6F5;
  border-right: solid 1px #64B6F5;
  border-bottom: solid 1px #64B6F5;
  right: 0;
}

#second p {
	margin: 0 0 40px;
}

#second ul {
	margin: 0 0 30px;
	line-height: 1.4;
}

#second ul li {
	padding: 0 0 30px;
}

#second ul li ul {
	margin: 5px 0 0;
	padding: 0 20px;
}

#second ul li ul li {
	padding: 0;
}

#second ol {
	margin: 0 0 30px;
	line-height: 1.4;
}

#second ol li {
	padding: 0 0 30px;
}

#second .pager_wrap {
	position: relative;
	overflow: hidden;
	margin: 20px 0 60px;
}

#second .pager_wrap ul.pager {
	position: relative;
	left: 50%;
	float: left;
}

#second .pager_wrap ul.pager li {
	position: relative;
	left: -50%;
	float: left;
}

#second .pager_wrap ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
}

#second .pager_wrap ul.pager li {
	display: inline;
	min-width: 15px;
	margin: 2px 3px;
	padding: 0;
	background-color: #FFF;
	border: 1px solid #714e1b;
	text-align: center;
}

#second .pager_wrap ul.pager li a {
	display: block;
	padding: 10px 15px;
	color: #000;
	text-decoration: none;
}

#second .pager_wrap ul.pager li.active {
	background-color: #F6EC65;
	display: block;
	padding: 10px 15px;
}

#second .pager_wrap ul.pager li a:hover {
	text-decoration: underline;
	background-color: #fffbc4;
}

#second .pager_wrap ul.pager li.active a:link, #second .pager_wrap ul.pager li.active a:visited,
#second .pager_wrap ul.pager li.active a:hover, #second .pager_wrap ul.pager li.active a:active {
	color: #FFFFFF !important;
}

}



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

.pc {
	display: none;
}

.sp {
	display: block;
}


/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #714e1b;
	font-size: 16px;
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
}

img {
	max-width: 100%;
}

a:link {
	color: #714e1b;
	text-decoration: none;
}

a:visited {
	color: #993300;
}

a:hover, a:active {
	color: #F26400;
}

.clear:after {
 content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft, .alignright, .aligncenter {
	display: block;
	margin: 0 auto 30px;
}

/*-------------------------------------------------common*/


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	height: 110px;
	padding: 20px 10px 40px;
	background: url(../image/sp_header_line.png) #FFF repeat-x 0 100%;
	baseline-size: 8px;
	z-index: 1000;
}

#header .h {
	padding: 10px 0;
	background-color: #EBEBEB;
	border-bottom: 4px solid #8D672E;
	box-shadow: 0 0 2px #AAA;
	font-size: 12px;
}

#header .h p {
	margin: 0 auto;
	line-height: 1;
}

header {
}

header h1,
header p.logo {
	float: left;
}

header h1 a,
header p.logo a {
	display: block;
	background: url(../image/sp_logo.png) no-repeat 0 0;
	background-size: 182px;
	width: 182px;
	height: 50px;
	overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
}

header .menu-btn {
	float: right;
	width: 50px;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
	padding: 0;
 -webkit-transition: all .5s;
 transition: all .5s;
 visibility: visible;
 opacity: 1;
}

.menu {
 position: fixed;
 top: 74px;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: #FFF;
 -webkit-transition: all .5s;
 transition: all .5s;
 visibility: hidden;
 opacity: 0;
	font-weight: bold;
	z-index: 1000;
}

#gNavi {
	margin: 36px 0 0;
	font-weight: 500;
	font-size: 16px;
	background: url(../image/sp_menu_back.png) repeat 0 0;
}

#gNavi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#gNavi ul li {
	margin: 5px;
	padding: 0;
	text-align: center;
}

#gNavi ul li a {
	display: block;
	padding: 10px;
	border: 1px solid #FFF;
	background-color: #F6EC65;
}

#gNavi ul.langMenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 5px;
}

#gNavi ul.langMenu li {
	width: 50%;
	margin: -1px 0 0;
}

#gNavi ul.langMenu li a {
	padding: 6px 10px;
}

#gNavi ul.langMenu li:nth-child(2n) a {
	border-left: none;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	padding: 40px 0 20px;
	background-color: #fffbc4;
	line-height: 1.4;
}

footer {
	text-align: center;
	font-family: 'Taviraj', "Times New Roman", Times, serif;
}

footer img {
	width: 265px;
	height: auto;
}

footer p {
	margin: 0 10px 20px;
	font-size: 12px;
}

footer p.p1 {
	margin: 0 0 20px;
	font-size: 12px;
}

footer .ftext img {
	width: 309px;
	height: auto;
}

#copy {
	padding: 10px;
	text-align: center;
	background-color: #714e1b;
	color: #FFF;
	font-size: 12px;
	font-family: 'Taviraj', "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.contactBtn a {
	display: block;
	width: 300px;
	margin: 0 auto 30px;
	text-align: center;
	padding: 10px 20px;
	border-radius: 6px;
	position: relative;
	top: -1px;
	overflow:auto;
	color:#ffffff;
	background: #E66F35;
	text-align:center;
	text-decoration: none;
	-webkit-transition: 0s;
    -moz-transition: 0s;
	-o-transition: 0s;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.3), inset 0 -2px 0 rgba(84, 48, 80, 0.1), 0 3px #8A3811;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.contactBtn a:hover, .syuttyouCovid a:active {
	box-shadow: none;
	top: 1px;
}

.contactBtn a img {
width: 16px;
height: auto;
vertical-align: 1px;
margin-right: 5px;
}


/*------------------------------------------------------------------------------------------------
  btn
--------------------------------------------------------------------------------------------------*/
.btn1 {
	margin: 0 0 30px;
}

.btn1 a {
	display: block;
	width: 270px;
	line-height: 50px;
	margin: 0 auto;
	border: 1px solid #845C1F;
	text-align: center;
	color: #926e38 !important;
	background: url(../image/arrow-01.png) no-repeat 95% center;
	background-size: 7px;
	text-decoration: none !important;
}

.btn1 a:hover, .btn1 a:active {
	color: #FFF !important;
	background: url(../image/arrow-02.png) #845C1F no-repeat 95% center;
	background-size: 7px;
}


/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
.pan ol {
	margin: 0 10px;
	padding: 120px 0 20px;
	list-style: none;
	font-size: 14px;
}

.pan ol li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#second {
	margin: 0 20px;
	padding: 10px 0 20px;
}

#second a {
	text-decoration: underline;
	color: #3F7299;
}

#second h1 {
	position: relative;
	font-size: 20px;
	margin: 0 0 30px;
	padding: 3px 26px;
	line-height: 1.6;
	background-color: #FFFCD0;
	font-weight: 500;
}

#second h1:before {
	position: absolute;
	top: -15px;
	left: 12px;
	content: '';
	z-index: 10;
	background: url(../image/h_line.png) no-repeat 0 100%;
	font-size: 0;
	width: 2px;
	height: 30px;
}

#second h2 {
 position: relative;
	margin: 0 0 20px;
	padding: 0 8px 6px;
	font-size: 18px;
	line-height: 1.2;
 border-bottom: solid 3px #64B6F5;
	letter-spacing: 0.02em;
	font-weight: 500;
}

#second h2:after {
 position: absolute;
 content: " ";
 display: block;
 border-bottom: solid 3px #3F7299;
 bottom: -3px;
	left: 0;
 width: 16%;
}

#second h3 {
	margin: 0 0 10px;
	padding: 4px 10px;
	font-size: 18px;
	background: url(../image/h3_back.gif) repeat 0 0;
	text-shadow: 1px 1px 0 #CCC;
	letter-spacing: 0.02em;
}

#second p {
	margin: 0 0 40px;
}

#second ul {
	margin: 0 0 30px;
	line-height: 1.4;
}

#second ul li {
	padding: 0 0 30px;
}

#second ul li ul {
	margin: 5px 0 0;
	padding: 0 20px;
}

#second ul li ul li {
	padding: 0;
}

#second ol {
	margin: 0 0 30px;
	line-height: 1.4;
}

#second ol li {
	padding: 0 0 30px;
}

#second .pager_wrap {
	position: relative;
	overflow: hidden;
	margin: 20px 0 60px;
}

#second .pager_wrap ul.pager {
	position: relative;
	left: 50%;
	float: left;
}

#second .pager_wrap ul.pager li {
	position: relative;
	left: -50%;
	float: left;
}

#second .pager_wrap ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
}

#second .pager_wrap ul.pager li {
	display: inline;
	min-width: 15px;
	margin: 2px 3px;
	padding: 0;
	background-color: #FFF;
	border: 1px solid #714e1b;
	text-align: center;
}

#second .pager_wrap ul.pager li a {
	display: block;
	padding: 10px 15px;
	color: #000;
	text-decoration: none;
}

#second .pager_wrap ul.pager li.active {
	background-color: #F6EC65;
	display: block;
	padding: 10px 15px;
}

#second .pager_wrap ul.pager li a:hover {
	text-decoration: underline;
	background-color: #fffbc4;
}

#second .pager_wrap ul.pager li.active a:link, #second .pager_wrap ul.pager li.active a:visited,
#second .pager_wrap ul.pager li.active a:hover, #second .pager_wrap ul.pager li.active a:active {
	color: #FFFFFF !important;
}


}



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