<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/

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%;
	font-style: normal;
    background:transparent;
	box-sizing: border-box;
}


h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}


body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	box-sizing: border-box;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
html {
	overflow-y: scroll;
}
img {
	line-height: 0;
    vertical-align: bottom;
    font-size: 0;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    image-rendering: -webkit-optimize-contrast;
}






/***************/
html {
	font-size: 62.5%;
}
@media screen and (max-width:599px){
html {
	font-size: 2.5vw;
}
}
body {
    color: #333;
	font-size: 1.6rem;
    font-family: Meiryo, YuGothic, "Yu Gothic medium", "Hiragino Sans", "sans-serif";
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
    background: url("../images/bk.jpg") 0 0 fixed;
}
@media screen and (max-width:768px){
body {
    background: none;
}
}

header {
    height: 140px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width:768px){
header {
    height: 60px;
    margin-bottom: 0;
    padding: 0 45px 0 15px;
    background-color: #251531;
    position: relative;
    z-index: 15;
    border-bottom: #fff 1px solid;
}
}

h1 {
   
}
@media screen and (max-width:768px){
h1 {
    margin-right: 10px;
    /*position: absolute;*/
    position: relative;
    z-index: 9999;
}
}

h1 img {
}
@media screen and (max-width:768px){
h1 img {
    width: 80%;
}
}
@media screen and (max-width:600px){
h1 img {
    width: 100%;
}
}

main {
    display: block;
}

footer {
    margin-top: 35px;
    padding: 35px 35px 25px;
    display: flex;
    border-top: #736d95 1px solid;
}
@media screen and (max-width:768px){
footer {
    margin-top: 0;
    padding: 30px 10px 10px;
    display: block;
}
}

footer dl {
    display: table;
}
@media screen and (max-width:768px){
footer dl {
    display: block;
}
}

footer dl {
    margin-bottom: 10px;
}
@media screen and (max-width:768px){
footer dl {
    margin-bottom: 15px;
}
}

footer dt {
    width: 8em;
    padding: 5px 0;
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
    color: #0c0922;
    display: table-cell;
    background-color: #fff;
}
@media screen and (max-width:768px){
footer dt {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    display: block;
}
}

footer dd {
    padding-left: 20px;
    font-size: 1.4rem;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width:768px){
footer dd {
    padding-left: 0;
    display: block;
}
}

footer dd a {
    color: #fff;
}

footer dd span {
    margin-left: 1em;
    font-size: 1.2rem;
    text-indent: -1em;
    display: block;
}

footer &gt; div {
    margin-right: 50px;
}
@media screen and (max-width:768px){
footer &gt; div {
    margin-right: 0;
}
}


/***** ID *****/
#container {
    width: 1100px;
    margin: 0 auto;
    text-align: left;
    background: url("../images/container_bk.jpg") 0 0 no-repeat #0c0922;
	box-shadow: 1px 1px 20px 7px rgba(0,0,0,0.3);
}
@media screen and (max-width:768px){
#container {
    width: 100%;
    margin: 0;
    background-size: contain;
}
}

#wrap {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:768px){
#wrap {
    display: block;
}
}

#wrap_l {
    width: 280px;
    padding: 15px 0 0 15px;
    order: 1;
}
@media screen and (max-width:768px){
#wrap_l {
    width: 100%;
    padding: 10px 0 0 0;
}
}

#wrap_r {
    width: 820px;
    padding-right: 30px;
    order: 2;
}
@media screen and (max-width:768px){
#wrap_r {
    width: 100%;
    padding-right: 0;
}
}

#copy {
    padding: 15px 0;
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
    border-top: #736d95 1px solid;
}
@media screen and (max-width:768px){
#copy {
    padding: 15px 10px;
}
}

#lang_btn li:first-child {
    margin-bottom: 7px;
}

#lang_btn li a {
    padding: 4px 10px 4px 28px;
    font-size: 1.4rem;
    text-decoration: none;
    color: #fff;
    display: flex;
    border: #fff 2px solid;
    transition: 0.3s;
}

#lang_btn li a:nth-child(1) {
    display: block;
    background: url("../images/lang_icon.png") 10px 50% no-repeat;
}

#lang_btn li a:nth-child(2) {
    display: none;
}

#lang_btn li a:hover {
    background-color: rgba(255,255,255,0.4);
}

#lang_btn li.focus a {
    background-color: #99559f;
}
@media screen and (max-width:768px){
#lang_btn {
    position: relative;
    z-index: 9998;
}

#lang_btn li:first-child {
    margin-bottom: 0;
}

#lang_btn li a {
    padding: 3px;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    border: #fff 2px solid;
}

#lang_btn li a:nth-child(1) {
    display: none;
}

#lang_btn li a:nth-child(2) {
    display: block;
}
}





/***** nav *****/
#nav {
    background-color: rgba(255,255,255,0.1);
	box-shadow: 1px 1px 20px 7px rgba(0,0,0,0.1);
}

#nav li {
    border-bottom: #fff 1px solid;
}

#nav li a {
    padding: 15px;
    font-size: 1.6rem;
    text-decoration: none;
    display: block;
    color: #fff;
    position: relative;
}

#nav li:nth-child(2) a {
	height: 100px;
	font-weight: bold;
	background: url("../images/web_btn_bk.png") 95% 50% no-repeat #b8c766;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#nav li:nth-child(3) a {
	height: 100px;
	font-weight: bold;
	background: url("../images/public_btn_bk.png") 100% 0 no-repeat #b76d9a;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#nav li:nth-child(3) a span {
	margin-top: 5px;
	font-size: 1.4rem;
	font-weight: normal;
	display: block;
}

#nav .focus a {
    background-color: rgba(153,85,159,0.5);
}

#nav .menu-item-has-children &gt; a:after,#nav .menu-item-has-children &gt; a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0; 
  right: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 11px;
  height: 1px;
  background: #fff;
  transition: .2s;
}
#nav .menu-item-has-children &gt; a:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#nav .menu-item-has-children &gt; a.open:before{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
#nav .menu-item-has-children &gt; a.open:after{
  background: transparent;
}
#nav .menu-item-has-children .sub-menu {
  display: none;
}
@media only screen and ( max-width : 768px ) {
  #menu_btn {
    top: 15px;
    right: 10px;
    transition: .3s;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-trigger {
    width: 18px;
    height: 16px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    transition: all .2s;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 70%;
    top: 7px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  #nav {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 60px 0;
    background: #251531;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    transform: translate(100%);
    transition: all .5s;
  }
  #nav.open {
    transform: translateZ(0);
  }
  #nav li {
    padding: 0;
    border-bottom: #fff 1px dotted;
  }
  #nav li a {
    position: relative;
    padding: 15px 10px;
    color: #fff;
  }
	#nav li:nth-child(2) a {
	height: 70px;
	background: url("../images/web_btn_bk.png") 95% 50% no-repeat #b8c766;
	background-size: 70px;
}
  #nav li:nth-child(3) a {
	height: 70px;
	background: url("../images/public_btn_bk.png") 100% 100% no-repeat #b76d9a;
	background-size: 60px 60px;
}
  /*#nav .menu-item-has-children .sub-menu {
    padding: 20px;
  }*/
  #nav .menu-item-has-children &gt; a.open:first-of-type {
    color: #fff7a4;
  }
  #nav .menu-item-has-children .sub-menu li {
      border: none;
  }
  #nav .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 10px;
  }
  #nav .menu-item-has-children .sub-menu li a {
    padding: 5px 10px;
  }
}

@media print, screen and ( min-width : 769px ) {
  #menu_btn,.overlay {
    display: none;
  }
  #nav ul {
    /*display: flex;
    flex-wrap: wrap;*/
  }
  #nav li {
    position: relative;
  }
  #nav li:first-child {
      border-top: #fff 1px solid;
  }
  #nav li a {
      transition: .4s;
  }
  #nav li a:hover {
      padding-left: 16px;
      background-color: rgba(255,255,255,0.3);
  }

  #nav .menu-item-has-children &gt; a {
    padding-right: 40px;
    cursor: pointer;
  }
  /*#nav .menu-item-has-children &gt; a.open:first-of-type,#nav .current-menu-item a {
    color: #dad4ec;
  }*/
  #nav .current-menu-item li a {
    color: #000;
  }
  #nav li ul.sub-menu {
      padding: 0 12px;
    background-color: #fff;
    position: absolute;
    width: 280px;
    left: 265px;
    top: 0;
    /*-webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
    z-index: 999;
  }
  #nav li ul.sub-menu li {
      width: 100%;
      border-bottom: #000 1px dotted;
  }
   #nav li ul.sub-menu li:last-child {
       border: none;
  }
  #nav li ul.sub-menu li a {
    padding: 12px;
    background-color: #fff;
  }
  #nav li ul.sub-menu li a:hover {
    color: #dad4ec;
  }
}

#pw_bnr {
	margin-top: 30px;
	transition: 0.5s;
}
@media screen and (max-width:768px){
#pw_bnr {
	margin: 30px 10px;
	text-align: center;
}

#pw_bnr img {
	width: 265px;
}
}

#pw_bnr:hover {
	opacity: 0.8;
}




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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.pc {
	display: block;
}
@media screen and (max-width:768px){
.pc {
	display: none;
}
}

.sp {
	display: none;
}
@media screen and (max-width:768px){
.sp {
	display: block;
}
}





/***** margin *****/
.mt3 {
	margin-top: 3px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mb3 {
	margin-top: 3px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}






/***** リスト *****/
.disc {
    margin-left: 20px;
    list-style-type: disc;
}

.deci {
    margin-left: 25px;
    list-style-type: decimal;
}

.num li {
		margin-left: 1em;
		text-indent: -1em;
}

.li_mb5 li {
    margin-bottom: 5px;
}

.li_mb5 li:last-child {
    margin-bottom: 0;
}

.li_mb10 li {
    margin-bottom: 10px;
}

.li_mb10 li:last-child {
    margin-bottom: 0;
}




/***** 文字サイズ *****/
.ft_s {
	font-size: 1.4rem;
}

.ft_l {
	font-size: 1.8rem;
}

.ft_ll {
	font-size: 2.2rem;
}





/***** フォント太さ *****/
.bold {
	font-weight: bold;
}

.normal {
    font-weight: normal;
}



/***** ※ *****/
.note {
	margin-left: 1em;
	text-indent: -1em;
}

.note::before {
    content: "※";
}

.note_dl,
.note_dl_s {
	margin-top: 5px;
}

.note_dl dt {
    width: 2.5em;
    float: left;
    clear: left;
}

.note_dl dd {
	margin-bottom: 3px;
    padding-left: 2.5em;
}

.note_dl_s dt {
    width: 1.5em;
    float: left;
    clear: left;
}

.note_dl_s dd {
	margin-bottom: 3px;
    padding-left: 1.5em;
}





/***** 位置 *****/
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}




/***** 色 *****/
.red {
	color: #cc0000;
}

.blue {
	color: #0580c4;
}

.black {
    color: #000;
}




/***** 取り消し *****/
.cancel {
    text-decoration: line-through;
}

.cancel &gt; span {
	color: #000;
}





/***** 下線 *****/
.u_line {
	text-decoration: underline;
}

.marker {
	margin-right: 5px;
	padding: 1px 5px;
	background-color: #ffecec;
	display: inline-block;
}




/***** 上付き *****/
.sup {
	font-size: 0.8em;
	vertical-align: super;
}





/***** 矢印 *****/
.arr {
	width: 7px;
	height: 7px;
	margin-right: 10px;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
}





/***** アイコン *****/
.win_icon {
	margin-right: 2px;
	padding-right: 18px;
	background: url(../images/win_icon.svg) 100% 50% no-repeat;
	background-size: 13px 11px;
}

.pdf_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/pdf_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px){
.pdf_icon {
	padding-right: 20px;
	background: url(../images/pdf_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}
}

.xls_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/xls_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px){
.xls_icon {
	padding-right: 20px;
	background: url(../images/xls_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}
}

.doc_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/doc_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px){
.doc_icon {
	padding-right: 20px;
	background: url(../images/doc_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}
}

.ppt_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/ppt_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px){
.ppt_icon {
	padding-right: 20px;
	background: url(../images/ppt_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}
}





/***** ボタン *****/
.btn1 a {
	padding: 25px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color: #333;
	background-color: #fff;
	border: #99559f 3px solid;/*色はサイトによる*/
    border-radius: 5px;
	display: block;
    transition: all 0.4s;
}
@media screen and (max-width:768px){
.btn1 a {
    padding: 10px 0;
}
}

.btn1 a:hover {
    color: #fff;
	background-color: #99559f;/*色はサイトによる*/
	border: #99559f 3px solid;/*色はサイトによる*/
	display: block;
}

.btn1 .no_link {
	padding: 25px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color: #999;
	background-color: #f3f3f3;
	border: #ccc 3px solid;
    border-radius: 5px;
	display: block;
}
@media screen and (max-width:768px){
.btn1 .no_link {
	padding: 10px 0;
}
}

.btn2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (max-width:768px){
.btn2 {
	display: block;
}
}

.btn2 li {
	width: 49%;
	margin-bottom: 2%;
	display: flex;
	justify-content: center;
}
@media screen and (max-width:768px){
.btn2 li {
	width: 100%;
	display: block;
}
}

.btn2 li:nth-child(odd) {
	margin-right: 2%;
}
@media screen and (max-width:768px){
.btn2 li:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 2%;
}
}

.btn2 a {
	width: 100%;
	padding: 25px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color: #333;
	background-color: #fff;
	border: #99559f 3px solid;/*色はサイトによる*/
    border-radius: 5px;
	display: block;
    transition: all 0.4s;
}
@media screen and (max-width:768px){
.btn2 a {
    padding: 10px 0;
    display: block;
}
}

.btn2 a:hover {
    color: #fff;
	background-color: #99559f;/*色はサイトによる*/
	border: #99559f 3px solid;/*色はサイトによる*/
}

.btn2 .no_link {
	padding: 25px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color: #999;
	background-color: #f3f3f3;
	border: #ccc 3px solid;
    border-radius: 5px;
	display: block;
}
@media screen and (max-width:768px){
.btn2 .no_link {
	padding: 10px 0;
}
}

.btn_s {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:768px){
.btn_s {
	width: 100%;
}
}

.btn_m {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:768px){
.btn_m {
	width: 100%;
}
}

.btn_l {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:768px){
.btn_l {
	width: 100%;
}
}





/* ページトップ */
/*********************/
#pagetop {
	position: fixed;
	bottom: -110px;
	right: 10px;
	z-index: 999;
    transition: 0.5s;
}

#pagetop:hover {
    opacity: 0.7;
}

#pagetop img {
    width: 70px;
}
@media screen and (max-width:768px){
#pagetop img {
    width: 50px;
}
}





/***** 印刷用 *****/
@media print {
main &gt; div {
    display: block;
}

main &gt; div::after {
    content: "";
    clear: both;
    display: block;
}

#wrap_r {
    float: right;
}

#wrap_l {
    float: left;
}

#pagetop {
    display: none;
}
}
</pre></body></html>