<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    margin: 0 auto;
    padding: 0;
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    color: #2e2e2e; 
    background-color: #f7fcff;
}

.site-header{
    color:#2e2e2e;
    background-color:rgba(0,117,194,1);
    top: 0px;
    display: flex;
    padding: 0px 20px;
}
.gnav__menu{
    display: flex;
}
.gnav__menu__item{
    margin-left: 20px;
}
.content{
    position:relative;
    background:url(images/2022-bg2.jpg) center center no-repeat;
    background-size:cover;
    clear:both;
    height:350px;
}
.text{
    /*display: inline-block;*/
    padding: 10px;
	display: inline-block;
    background-color: rgba(0,0,0,0.6);
	color: #FFF;
}

.discription{
    padding-top:100px;
    min-height:250px;
    width:80%;
    margin: 0 auto;
}
.discription h1{
    /*color:#2e2e2e;*/
    border-left:none;
    font-size:28px;
}
.bread{
    background:#CDD6DD;
    padding:.5rem 0 .5rem 4rem
}
.bread li {
    margin:0;
    font-size:1rem;
    list-style-type: none;
    display: inline;
}


.page{
    width: 80%;
    max-width: 1000;
    margin: 0 auto;
    background: #f7fcff;
    padding: 4%;
    overflow: hidden;
}

.site-footer{
    color:#2e2e2e;
    background-color:rgba(0,117,194,1);
    top: 0px;
    display: flex;
    padding: 0px 20px;
}

h1, h2 {
    clear: both;
    border-left:#0075c2 solid 5px;
    padding-left:20px;
    font-size:24px;
    line-height:34px;
}

h3 {
    font-size: 1.3em;
    font-weight: bold;
}
</pre></body></html>