<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* { margin: 0; padding: 0; box-sizing: border-box; }
html { overflow-y: scroll; overflow-x: auto; min-height:100%; min-width:100%; }
html,body { width: 100%; height: 100%;  min-height:100%; min-width:100%; -webkit-text-size-adjust: 100%;}
img { border: none; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del,dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}
ul,ol,li {margin:0 padding:0; list-style:none; text-decoration: none;}
table { border-collapse: collapse; border-spacing: 0; }

body {
    overflow: visible;    
    background:#f9f9ef;
    font-family:"���C���I",Meiryo,sans-serif;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h1,h2,h3,h4,h5,h6 { font-size: 100%; }
a {margin:0;padding:0;border:0;font-size:100%;vertical-align:;background:transparent;text-decoration: none;}
a:focus { outline: none; }
.clear { clear: both; }
article,aside,details,footer,header,main,menu,nav,section,summary {
display: block; }


/*--�v�f�̃t�F�[�h�C��--*/

.inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .8s;
}
    
.fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}


/*�p���������X�g*/

.cms-public .breadclumb {
	clear:both;	
	position:relative;
	top:100px;
	display: -webkit-flex;
    	display: flex;
    	-webkit-justify-content: flex-start;
    	justify-content: flex-start;
    	-webkit-flex-wrap: wrap;
    	flex-wrap: wrap;
	width: 100%;
	background: #f9f9ef;
	margin: 0 auto;
	padding: 10px 30px;
	border-bottom: 3px solid #534f16;
	font-size: 12px;
	line-height:12px;
}

.cms-public .breadclumb a:link {
	font-size: 12px;
	text-decoration: underline;
	color:#000000;
}

.cms-public .breadclumb a:visited {
	font-size: 12px;
	text-decoration: underline;
	color:#000000;
}

.cms-public .breadclumb a:hover {
	font-size: 12px;
	text-decoration: none;
	color:#000000;
}



.cms-public .parts {
	float: none;
}

.cms-public .ph_menu {
	width: 1190px;
	margin: 230px auto;
	padding: 0 0 100px 0;
}

.cms-public .ph_menu .image {
	width: 290px;
}

.cms-public .ph_menu .sentence {
	width: 290px;
}

.cms-public .ph_menu .sentence a:link {
	color: #474747;
	text-decoration: underline;
}

.cms-public .ph_menu .sentence a:visited {
	color: #474747;
	text-decoration: underline;
}

.cms-public .ph_menu .sentence a:hover {
	color: #474747;
	text-decoration: none;
}



/*--�A�N�Z�X--*/

.tr_access {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 150;
}

.tr_access a {
  display: table-cell;
  width: 120px;
  height: 120px;
  background: rgba(83,79,22,0.8);
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border: 3px solid #f9f9ef;
  border-radius: 50% 50% 50% 50%;
  z-index: 150;
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out; 
}

.tr_access a:hover {
  background: rgba(249,249,239,0.8);
  color: #534f16;
  border: 3px solid #534f16;
}


/*--Page Top--*/

.pagetop {
  position: relative;
  width:100%;
  height: auto;
  text-align: right;
}

.pagetop a {
  position: relative;
  display: table;
  width:100%;
  height: auto;
  background:#377c88;
  border-top: 1px solid #377c88;
  border-bottom: 1px solid #377c88;
  color:#f9f9ef;
  font-size:18px;
  text-align: right;
  padding-right:30px;
  text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out; 
}

.pagetop a:hover {
  background:#f9f9ef;
  color:#377c88;
  border-top: 1px solid #377c88;
  border-bottom: 1px solid #377c88;
}


/*footer*/

.footer {
    position: relative;
    background: #88cfda;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding:30px;
    font-size: 12px;
    color: #474747;
    text-align: left;
    line-height: 180%;
}

.footer p.footer_mds {
    font-size: 16px;
    font-weight: bold;
    padding:10px 0px;
}

.footer p.footer_indent {
    padding-left:4em;
    text-indent:-4em;
}


/*copyright*/

.copyright {
    position: relative;
    background: #f9f9ef;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding:10px 0;
    font-size: 12px;
    color: #474747;
    text-align: center;
    line-height: 12px;
}


/*���o��*/

body:not(.dev-mb) .cms-public .heading h1 {
   clear:both;
   position:relative;
   top:80px;
   left: 0;
   width: auto;
   height: auto;
   background: rgba(203,197,111,0.5);
   border-bottom: 3px solid #534f16;
   font-size: 32px;
   font-family:"���C���I",Meiryo,sans-serif;
   line-height: 32px;
   font-weight: normal;
   text-align: center;
   text-shadow: none;
   color: #534f16;
   padding:15px 0;
   z-index: 50;
}
</pre></body></html>