@charset "UTF-8";



/* kyoutu body
--------------------------------------- 
*/
*{
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}

html {
height: 100%;
visibility: hidden;
}
html.wf-active, html.loading-delay {
visibility: visible;
}



body {
margin: 0 auto;
padding: 0;

width: 100%;
height: 100%;

font-size: 16px;
-webkit-text-size-adjust: 100%;

font-family: verdana,"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";

/*
font-family: verdana, fot-seurat-pron, sans-serif;
*/

font-style: normal;
color: #333333;
line-height: 1.5;
letter-spacing: 0.8pt;

background-color: #ffffff;
word-wrap: break-word;
overflow-wrap: break-word;
}

a {
text-decoration: none;
outline: none;
color: #1d33b7;
transition: all .3s;	
}
a:hover {
color: #1d33b7;
text-decoration: underline;
}

h1, h2 {
font-size: 25px;
}
h3 {
font-size: 20px;
}
h5 {
font-size: 0.95em;
}

h1, h2, h3, h4, h5, h6 {
font-family: verdana, dnp-shuei-mgothic-std, sans-serif;
/*
font-family: verdana, fot-seurat-pron, sans-serif;
*/
}

ul, li {
list-style-type: none;
}
hr {
margin-top: 1em;
margin-bottom: 1.5em;
border: 1px solid #bfbfbf;
box-sizing: border-box;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p {
margin: 0;
padding: 0;
}
img {
border: none;
max-width: 100%;
height: auto;
}
section {
clear:both;
}
::selection {
background: #f5c53a;
color: #4d452e;
}
::-moz-selection {
background: #f5c53a;
color: #4d452e;
}
.inner {
width: 94%;
margin: 0 auto;
padding-bottom: 50px;
}
.innerS {
width: 60%;
margin: 0 auto;
padding-bottom: 80px;
}
.green {
color: #1ba135;
border-bottom-color: #1ba135;
}
.blue {
color: #29abe2;
border-bottom-color: #29abe2;
}
.brown {
color: #8c6239;	
border-bottom-color: #8c6239;	
}
.red {
color: #c1272d;
border-bottom-color: #c1272d;
}

.small {
font-size: 0.8em;
}



/* header
-------------------------------*/
#header {
margin: 0 auto;
padding: 0 0;
width: 100%;

z-index: 9999;


position: relative;

}

#header::after {
content: '';
width: 100%;
height: 10px;
position: absolute;
bottom: -3px;
background: rgba(161,167,188,0.9);
-ms-filter: blur(6px);
filter: blur(6px);
z-index: -20;
}


#header .headerContents {
margin: 0 auto;
padding: 0 0;
background: #003893;
border-bottom: 4px solid #ffe200;
}
#header h1 {
margin: 0;
display: inline-block;
text-align: left;
vertical-align: middle;
}
#header h1 a {
margin: 0 0;
padding: 0 0;
display: block;
color: #B3B3B3;
}
#header h1 a:hover {
color: #333333;
text-decoration: none;
transition:color linear .5s;	
}


/* main
-------------------------------*/
#main {
margin: 0 auto;
}

#Alert {
width: 100%;
display: block;
}


/* slider
-------------------------------*/
.bx-wrapper {
position: relative;
}
.bx-controls {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
}
.bx-prev, 
.bx-next {
width: 60px;
height: 100%;
display: block;
position: absolute;
top: 0;
color: rgba(255,255,255,0.8);
font-size: 3rem;
text-align: center;
z-index: 99;
}
.bx-prev {
right: 0;
}
.bx-next {
left: 0;
}
.bx-prev:hover, 
.bx-next:hover {
color: rgba(255,255,255,0.8);
background: rgba(255,255,255,0.8);
}
.bx-next span, 
.bx-prev span {
display: none;
}
.bx-prev::before {
font-family: "FontAwesome";
content: '\f105';
position: absolute;
top: 45%;
right: 20%;
}
.bx-next::before {
font-family: "FontAwesome";
content: '\f104';
position: absolute;
top: 45%;
left: 30%;
}


/* primaryNav
-------------------------------*/
#primaryNav ul li i.fas {
margin-right: 0.5em;
}
#primaryNav .search-box form .bca-hidden input {
padding: 0.4em;
border: 0;
vertical-align: top;
}
#primaryNav .search-box form input[type="submit"] {
padding-top: 0.3em;
padding-right: 0.8em;
padding-bottom: 0.3em;
padding-left: 0.8em;
background: #003893;
border: 0;
color: #ffffff;
font-weight: bold;
letter-spacing: 0.1em;
}
#primaryNav .search-box .gsc-search-button-v2 {
margin-top: 0;
padding: 8px 27px!important;
border-radius: 0!important;
}
#primaryNav .search-box table.gsc-search-box td.gsc-input {
padding-right: 0!important;
}
#primaryNav .search-box .gsib_a {
padding: 2px 0.5em!important;
}
#primaryNav .search-box .gsc-search-button {
margin-left: 0!important;
border-bottom: 0;
}
#primaryNav .search-box table.gsc-search-box, 
#primaryNav .search-box form.gsc-search-box {
margin-bottom: 0!important;
}

/* footer
-------------------------------*/
#footer {
margin: 0;
padding: 0;
clear: both;
width: 100%;
text-align: center;
background: #003893;
color: #ffffff;
}
#footer #extraNav {
background: #ffe200;
}
#footer #extraNav ul {
padding: 0.5em;
text-align: left;
}
#footer #extraNav ul li {
font-weight: bold;
}
#footer #extraNav ul li i {
padding-right: 0.5em;
}
#footer .footerWrap {
clear: both;
margin: 0 auto;
width: 100%;
display: inline-block;
}
#footer .footerWrap address strong span {
font-size: 1.5rem;
}
#footer .footerWrap a {
color: #ffffff;
}
#footer address p {
margin-bottom: 1em;
}
#footer address li {
margin-bottom: 0.7em;
}
#footer address li span {
margin-right: 0.5em;
padding: 0.2em 0.5em;
min-width: 6em;
display: inline-block;
border: 1px solid #ffffff;
text-align: center;
}
#footer address li:last-of-type {
margin-bottom: 0;
display: block;
}
#footer .copyright {
padding-bottom: 0.5em;
text-align: right;
}

/* pageTop
-------------------------------*/
#pageTop {
margin: 0 0 0 auto;
width: 11em;
font-weight: bold;
}
#pageTop .wrap {
width: auto!important;
text-align: right;
}
#pageTop a {
padding-top: 0.5em;
padding-right: 1em;
padding-bottom: 0.5em;
padding-left: 2em;
line-height: 1.2;
display: inline-block;
position: relative;
background: #003893;
color: #ffffff;
font-size: 0.9rem;
border-radius: 0 10px 0 0;
}
#pageTop a:hover {
text-decoration: none;
}
#pageTop a span {
display: block;
}

#pageTop a::before {
content: '';
width: 90px;
height: 71px;
position: absolute;
bottom: -10px;
left: -65px;
background: url("./images/i_zou.png") left top no-repeat;
background-size: contain;
z-index: 4;
}

/* onClick　contents
-------------------------------*/
.contentsPanel {
display: none;
}

