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

html {
	font-family:osaka;
	font-size:18px;
	background-color:#ffffff;
}



/*header*/

.headImg_margin {
  margin-left:60px;
}
.headImg {
  height:60px;
  width:auto;
}
@media screen and (max-width:375px) {
header {
  background-color: black;
  display: flex;
  width:100%;
}
.headImg {
width:100%;
height:auto;
}
.headImg_margin {
  margin-left:60px;
}

}

/*IE*/
@media all and (-ms-high-contrast: none) {
  /* ????????? */
  .menu-wrap {
    display: none;
  }
}
/*IE*/

header {
  background-color: black;
  display: flex;
  height:60px;
}
/* CORE STYLES */
:root {
  --primary-color: black;
  --overlay-color: rgba(54, 54, 54, 0.85);
  --menu-speed: 0.75s;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.container {
  max-width: 960px;
  margin: auto;
  overflow: hidden;
  padding: 0 3rem;
}


.btn {
  display: inline-block;
  border: none;
  background: var(--primary-color);
  color: #fff;
  padding: 0.75rem 1.5rem;
  margin-top: 1rem;
  transition: opacity 1s ease-in-out;
  text-decoration: none;
}

.btn:hover {
  opacity: 0.7;
}

/* MENU STYLES */
.menu-wrap {
  position: relative;
  top: 0;
  left: 0;
	z-index: 2;

}

.menu-wrap .toggler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
}

.menu-wrap .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 60px;
  height: 60px;
  padding: 1rem;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hamburger Line */
.menu-wrap .hamburger &gt; div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

/* Hamburger Lines - Top &amp; Bottom */
.menu-wrap .hamburger &gt; div::before,
.menu-wrap .hamburger &gt; div::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: -10px;
  width: 100%;
  height: 2px;
  background: inherit;
}

/* Moves Line Down */
.menu-wrap .hamburger &gt; div::after {
  top: 10px;
}

/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger &gt; div {
  transform: rotate(135deg);
}

/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger &gt; div:before,
.menu-wrap .toggler:checked + .hamburger &gt; div:after {
  top: 0;
  transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover + .hamburger &gt; div {
  transform: rotate(225deg);
}

/* Show Menu */
.menu-wrap .toggler:checked ~ .menu {
  visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu &gt; div {
  transform: scale(1);
  transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked ~ .menu &gt; div &gt; div {
  opacity: 1;
  transition:  opacity 0.4s ease 0.4s;
}

.menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
	justify-content: center;
	overflow-y: scroll;/*????????????????????????*/
}

.menu-wrap .menu &gt; div {
  background: var(--overlay-color);
  border-radius: 50%;
  width: 200vw;
  height: 200vw;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.4s ease;
}

.menu-wrap .menu &gt; div &gt; div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.menu-wrap .menu &gt; div &gt; div &gt; ul &gt; li {
  list-style: none;
  color: #fff;
  font-size: 1.0rem;
  padding: 0.8rem;
}

.menu-wrap .menu &gt; div &gt; div &gt; ul &gt; li &gt; a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease;
}

/*header*/

/*responsive*/
body {
width:100%;
margin:0 auto;
}
#A {
height:auto;
background-color:black ;
width:auto;
text-align: center;
max-width:1200px;
margin-left: auto;
margin-right: auto;
display: inline-block;

}

#AA {
  width: 100%;
  background-color: black;
  text-align: center;
}

.sub-title img {
  width: 60%;
}

#page-change {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}

#page-change a img {
  width: 40%;
  height: auto;
  max-width: 157px;
}


@media screen and (min-width:700px) {
    /*???????769px???????????*/

.contents {
  overflow: hidden;
  max-width: 1000px;
  width:auto;
  margin-left: auto;
  margin-right: auto;
}

#B{
width:260px;
margin-right: 20px;
min-height:500px;
height:auto;
background-color: #FFF;
float:right;
margin-top:20px;
position: sticky;
z-index: 0;
background-image: url(../img/bgimg.jpg);
}
#C {
margin-left:20px;
margin-right:300px;
width:auto;
min-height:500px;
height:auto;
background-color:#ffffff;
margin-top:50px;
}

#sp-menu {
  display: none;
}

}

@media screen and (max-width:699px) {
    /*???????768px???????????*/
 #B{
  display: none;
margin-left:2%;
margin-right:2%;
width:auto;
min-height:500px;
height:auto;
background-color:#ffffff;
margin-top:5px;

}
#C {
margin-left:2%;
margin-right:2%;
width:auto;
min-height:0px;
height:auto;
margin-top:10px;
margin-bottom:10px;
position: sticky;
  z-index: 0;
}

.h1-title {
  display: none;
}

.titlebottom {
  margin-bottom: 5px;
}

.titlebottom img {
    vertical-align:bottom;
}

#sp-menu {
  margin-bottom: 10px;
  margin-top: 10px;
}

}

#D {
margin-top:0px;/*Change to "10px" when displaying content*/
width:100%;
height:22px;/*Change to "100px" when displaying content*/
background-color:black;
color:white;
}

@media screen and (max-width:768px) {
    /*???????768px???????????*/
.none768{
	display: none;
}
}
/*responsive*/

/*sidemenu*/
#sidemenu {
  margin-left: 28px;
}

#sidemenu img {
  vertical-align:bottom;
  width: 232px;
  height: auto;
}
/*sidemanu*/

/*sidemenu*/
.s_07 .accordion_one {
  width:100%;
  margin: 0 auto;
}
@media all and (-ms-high-contrast: none){
.s_07 .accordion_one a {
  color:#FFFFFF;
  text-decoration: none;
}
}
.s_07 .accordion_one a {
  color:#252525;
  text-decoration: none;
}
.s_07 .accordion_one .accordion_header {
  background-color: #252525 ;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 11%;
  text-align:center;
  position: relative;
  z-index: 0;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_header {
  background-color: #d4d4d4;
  color: black;
}
.s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_inner  .accordion_header {
  background-color: #d4d4d4;
  color: black;
}
.s_07 .accordion_one:nth-of-type(2) .accordion_header {
  background-color: #ff9a05;
}
.s_07 .accordion_one:nth-of-type(2) .accordion_inner .accordion_header {
  background-color: #ffb64a;
}
.s_07 .accordion_one:nth-of-type(2) .accordion_inner .accordion_inner  .accordion_header {
  background-color: #ffce85;
}
.s_07 .accordion_one:nth-of-type(3) .accordion_header {
  background-color: #1c85d8;
}
.s_07 .accordion_one:nth-of-type(3) .accordion_inner .accordion_header {
  background-color: #4cacf9;
}
.s_07 .accordion_one:nth-of-type(3) .accordion_inner .accordion_inner  .accordion_header {
  background-color: #85c9ff;
}
.s_07 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_07 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_07 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_07 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_07 .accordion_one .accordion_header .i_box .one_i:before, .s_07 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_07 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_07 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_07 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_07 .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}
.s_07 .accordion_one .accordion_inner .box_one {
  height: 300px;
}
.s_07 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .s_07 .accordion_one .accordion_header {
    font-size: 16px;
  }
  .s_07 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_07 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: center;
    padding: 15px 15px 15px 15px;
  }
}

/*sidemenu*/

/*footer*/
.flexcontainer{
  display: none;/*Change to flex when displaying content*/
  justify-content: space-around;
  text-align:center;
  width: 90%;
}

.flexitem{
  height: 100px;
  text-align: left;
  margin-top:10px;
}

.item1{
}

.item2{
}

.item3{
}

.item4{
}
.item span {

}

.copyright {
  text-align: center;
  background-color: rgb(20, 20, 20);
  font-size: 16px;
  height:60px;
  padding-top:3px;
  margin-bottom:0px;
}
.copyright a:link, a:visited, a:active {
  color: #cccccc;
  text-decoration: none;
}
.copyright a:hover {
 color: #FFFFFF;
 text-decoration: underline;
}
/*footer*/


/*page-top icon*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
/*page-top icon*/


/*nihon_img*/
.clear {
	clear:both
}
.icon {
  vertical-align: middle;
  margin-right: 10px;
}
.icon img {
  width: 7px;
  height: 30px;
}

.middle{
  vertical-align: middle;
}
.middle ul{
  vertical-align: middle;
}
/*Left Img*/
.imgL50 {
  padding: 2px 2px;
  float: left;
  width: 50%;
  text-align: center;
}
.imgL50 img{
  width: 90%;
  height: auto;
}
.imgL50 span {
  font-size: 16px;
  color: #696969;
}
.imgL50 a {
  text-decoration: none;
}

.imgL40 {
  padding: 2px 2px;
  float: left;
  width: 40%;
  text-align: center;
}
.imgL40 img {
  width: 90%;
  height: auto;
}
.imgL40 span {
  font-size: 16px;
  color: #696969;
}
.imgL40 a {
  text-decoration: none;
}

.imgL30 {
  padding: 2px 2px;
  float: left;
  width: 30%;
  text-align: center;
}
.imgL30 img {
  width: 90%;
  height: auto;
}
.imgL30 span {
  font-size: 16px;
  color: #696969;
}
.imgL30 a {
  text-decoration: none;
}
/*LeftImg*/
/*RightImg*/
.imgR50 {
  padding: 2px 2px;
  float: right;
  width: 50%;
  text-align: center;
}
.imgR50 img{
  width: 90%;
  height: auto;
}
.imgR50 span {
  font-size: 16px;
  color: #696969;
}
.imgR50 a {
  text-decoration: none;
}

.imgR40 {
  padding: 2px 2px;
  float: right;
  width: 40%;
  text-align: center;
}
.imgR40 img {
  width: 90%;
  height: auto;
}
.imgR40 span {
  font-size: 16px;
  color: #696969;
}
.imgR40 a {
  text-decoration: none;
}

.imgR30 {
  padding: 2px 2px;
  float: right;
  width: 30%;
  text-align: center;
}
.imgR30 img {
  width: 90%;
  height: auto;
}
.imgR30 span {
  font-size: 16px;
  color: #696969;
}
.imgR30 a {
  text-decoration: none;
}
/*RightImg*/
/*CenterImg*/
.imgC100 {
  padding: 2px 2px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.imgC100 img {
  width: 90%;
  height: auto;
}
.imgC100 span {
  font-size: 16px;
  color: #696969;
}
.imgC100 a {
  text-decoration: none;
}

.imgC90 {
  padding: 2px 2px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.imgC90 img {
  width: 90%;
  height: auto;
}
.imgC90 span {
  font-size: 16px;
  color: #696969;
}
.imgC90 a {
  text-decoration: none;
}

.imgC80 {
  padding: 2px 2px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.imgC80 img {
  width: 90%;
  height: auto;
}
.imgC80 span {
  font-size: 16px;
  color: #696969;
}
.imgC80 a {
  text-decoration: none;
}
/*CenterImg*/
/*LRimg*/
.imgLR {
  display: flex ;
  flex-wrap: wrap;
  text-align: center;
}
.imgLR li {
  width: 49.99%;
  padding: 0 2%;
  box-sizing: border-box;
  list-style: none;
  vertical-align: middle;
}
.imgLR li img {
  max-width: 100%;
  height: auto;
}
.imgLR span {
  font-size: 16px;
  color: #696969;
}
.imgLR a {
  text-decoration: none;
}
/*LRimg*/
/*LCRimg*/
.imgLCR {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.imgLCR li {
  width: calc(100%/3);
  padding: 0 2%;
  box-sizing: border-box;
  list-style: none;
}
*::-ms-backdrop, .imgLCR li {
  width: 33.33%; /* IE11 */
}
.imgLCR li img {
  max-width: 100%;
  height: auto;
}
.imgLCR span {
  font-size: 16px;
  color: #696969;
}
.imgLCR a {
  text-decoration: none;
}
/*LCRimg*/
/*LCCCRimg*/

.imgLCCCR {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.imgLCCCR li {
  width: 19.99%;
  padding: 0 2%;
  box-sizing: border-box;
  list-style: none;
}
.imgLCCCR li img {
  max-width: 100%;
  height: auto;
}
.imgLCCCR span {
  font-size: 16px;
  color: #696969;
}
.imgLCCCR a {
  text-decoration: none;
}
/*LCCCRimg*/

/*codemap*/
.map17-5{
    width:100%;
		height:400px;
    overflow: auto;
}
/*codemap*/

/*nihon_img*/



/*???????????????*/

/*img style*/

[class^="img-flex-"] {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
}


.img01 {
  display: block;
  display:inline-block;
  font-size:0px

}

.img02 {
	display:inline-block;
	display:block;
	font-size:0px;
  max-width: 100%;
  height: auto;
  background-color:#333333
}
.imgblock {
display:block;
line-height:0px
}



[class^="img-flex-"] {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
}
.img-flex-8 img { width: calc( 100% / 8 ); }

.img03 {
	display:flex;
	width: calc(100%/8); }


.flex{
  padding: 2.5% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.flex &gt; *{
  min-width: 8%;
  flex-basis: 25%;
  background: #fff;
  font-size: 64px;
  text-align: center;
}
.flex,
.flex &gt; *{
  border: 3px solid #aaa;
}

/*img style*/


/*contents style*/

.max{
	width:100%;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.underline{
	text-decoration: underline;
}
.marginleft {
	margin-left:20px;
}
div.imgboxR {
	float: right;
	font-size: 90%;
	margin-left:5px;
}

div.imgboxL {
	float: left;
	font-size: 90%;
	margin-left:5px;
}


figure.gazo-box {
padding-right: 20px;
text-align:center;
float:left;
}

.widthA {
	width:49.9%;
}

.imgfloatA {
	float:left;
}

.imgfloatR2 {
    width: 33%;               /* 幅指定 */
    text-align: center;
    float:  left;   /* 回り込み指定 */
    font-size : 16px;
	color : #696969;
}
.imgfloatR {
    width: 49%;               /* 幅指定 */
    text-align: center;
    float:  left;   /* 回り込み指定 */
    font-size : 16px;
	color : #696969;
}
#imgbox_left{
width:auto;
float:left;
margin-right:5px;
position:relative;
text-align:center;
font-size : 16px;
}
#imgbox_right{
width:auto;
float:right;
margin-left:5px;
position:relative;
text-align:center;
font-size : 16px;
}

.imgbox_left{
width:auto;
float:left;
margin-right:5px;
position:relative;
text-align:center;
font-size : 16px;
}
.imgbox_right{
width:auto;
float:right;
margin-left:5px;
position:relative;
text-align:center;
font-size : 16px;
}

.img01 {
  display: block;
  display:inline-block;
  font-size:0px
}

.comment{
font-size : 16px;
color : #696969;
text-align:center
}

.comment span{
border-style: solid;
text-align : left;
}

.table1 {
    border-collapse: collapse;
    border: 2px solid #333;
}
.table1 td {
    border-collapse: collapse;
    border: 1px solid #333;
}
.table1 tr {
    border-collapse: collapse;
    border: 1px solid #333;
}

.table {
    border-collapse: collapse;
    border: 2px solid #333;
    align-items: center;
    width: 95%;
}
.table td {
    border-collapse: collapse;
    border: 1px solid #333;
}
.table tr {
    border-collapse: collapse;
    border: 1px solid #333;
}

.tablenone {
    align-items: center;
    border-spacing: 24px 2px ;
    border: 0px none ;

}

.marginleft {
	margin-left:20px;
}

.tategaki{
    background: white;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
    width:100%;
		height:500px;
    overflow: auto;
}

.box_memoL {
		float:  left;
		width: 50%;
    font-size : 16px;
		color : black;
		border: solid 3px red
}
.box_memoR {
		float:  right;
		width: 50%;
    font-size : 16px;
		color : black;
		border: solid 3px red
}
.box_memo {
    font-size : 16px;
		color : black;
		border: solid 3px red
}

.box_memo2 {
    font-size : 16px;
		color : black;
    border: solid 3px rgb(129, 86, 5);
    background-color: #E6E6DA;
}

.box_memo3 {
    font-size : 16px;
		color : black;
    border: solid 3px black;
}

.field {
  border-collapse: collapse;
  border: 1px solid #333;
  }



/*Add new style*/
.text_blue {
	color:blue;
}

.column {
  width: 95%;
  border: #E1E19D solid 1px;
  background-color: #FDFDF9;
  padding: 10px 10px;
  margin: 0 auto;
}

.box_17{
background-color:#F9F9F9;
border:#EBEBEB solid 1px;
padding:25px;
}

.CD8500{
  color:#CD8500
}

.annotation {
  color:#5E5AD7;
}

.bgFFFFFF{
background-color: #FFFFFF;
}

/*Add new style*/

  /*background-color*/
    .E6E6DA {
      background-color: #E6E6DA;
    }
    .FCFCE9 {
      background-color: #FCFCE9;
    }

    .F8FFF6 {
      background-color: #F8FFF6;
    }

    .ECE3FC {
      background-color: #ECE3FC;
    }
/*background-color*/


.wrap {
  overflow: hidden;
}

.wordwrap {
  word-wrap: break-word;
}
/*contents style*/


/*???????????????*/
</pre></body></html>