<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-size: 60%;
}

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center 0;
	background-color: #fcfcfc;
	color: #333;
	font-family: '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3','Hiragino Kaku Gothic Pro','繝｡繧､繝ｪ繧ｪ',Meiryo,'・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け',Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; font-size: 1.4rem;
	line-height: 1.5em;
	counter-reset: titleNum titleNum2 titleNum3;
}
a:link { color: #369; text-decoration: underline; }
a:visited { color: #369; }
a:hover { color: #ff7f50; }


#wrap {
	width: 757px;
	background: #fff;
	padding: 8px 7px 8px 7px;
	box-sizing: border-box;
	margin: 0 auto;
}



/* #header ======================================================== */
#top-head {
	width: 741px;
	height: 60px;
	background: url(../../css/images/title_bg.jpg) no-repeat;
	border: solid 1px silver;
	clear: both;
}
#top-head .bblogo {
	float: left;
	width: 150px;
	padding: 5px 0 0 5px;
}
#top-head .headnavi {
	float: right;
	width: 95px;
	font-size: 8pt;
	margin: 5px 2px 0 0;
	text-align: right;

}
#top-head .sitemap a {
	display: block;
	width: 88px;
	height: 14px;
	background: url(../images/sitemap.gif) left top no-repeat;
	font-size: 8pt;
	text-align: left;
	text-indent: -10000px;
	margin-top: 9px;
	margin-left: 8px;
}
#top-head .sitemap a:hover {
	background-position: 0 -14px;
}


/* .footer ======================================================== */
.footer {
	border: 1px solid #c0c0c0;
	text-align: right;
	padding: 0 7px 1px 0;
	margin-top: 8px;
}
.footer img {
	width: 288px;
}



/* .menu ======================================================== */
.menu {
	position: relative;
	display: block;
	top: 11px;
	left: 3px;
	z-index: 999;
}

.menu &gt; div {
	position:absolute;
	left: 0;
}
.menu #menu1 { top: 0; }
.menu #menu2 { top: 42px; }
.menu #menu3 { top: 84px; }
/*.menu #menu4 { top: 126px; }*/
.menu #menu5 { top: 126px; }/* 168px */
.menu #menu6 { top: 168px; }/* 210px */
.menu a {
	display: block;
	width: 125px;
	height: 24px;
}
.menu a:hover { background-color: #c99; }
.menu #menu1 a:hover { background-color: #c99; }
.menu #menu2 a:hover { background-color: #9c9; }
.menu #menu3 a:hover { background-color: #99c; }
.menu #menu4 a:hover { background-color: #cc9; }
.menu #menu5 a:hover { background-color: #9cc; }
.menu #menu6 a:hover { background-color: #c9c; }
.menuhead { border-right:solid 1px #ffffff }
.submenu {
	visibility: hidden;
	position:absolute;
	top: 0;
	left:43px;
}
.menu span {
	color:#c5e1ed;
	display:none
	}
.menu #menus { height: 18px; }
.menu #menus1 {	}
.menu #menus a { height: 18px; }
.menu #menus a:hover { background-color: #c99; }
.menu #menus2 a:hover { background-color: #9c9; }
.menu #menus3 a:hover { background-color: #99c; }
.menu #menus4 a:hover { background-color: #cc9; }
.menu #menus5 a:hover { background-color: #9cc; }
.menu #menus6 a:hover { background-color: #c9c; }


#contents {
	margin: 8px 0 0 52px;
	padding: 9px;
	border: solid 1px #ccc;
}

#mainarea {
	padding: 10px 10px 20px 10px;
}

.back-to-home {
	text-align: left;
	margin: 0 5px 0 5px;
	float: right;
}
.back-to-top {
	text-align: right;
	margin: 0 0 0 5px;
	float: right;
}
.back-to-home a,
.back-to-top a {
	color: #333;
	text-decoration: none;
}
.back-to-home a:hover,
.back-to-top a:hover {
	text-decoration: underline;
}
.corner-title {
	position: relative;
	border-bottom: 3px double #9593cb;
	margin-bottom: 5px;
	overflow: hidden;
}
.corner-title::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 8px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #9593cb;

}
.corner-title img {
	float: right;
	margin: 2px;
}
.hl-01 {
	position: absolute;
	top: 50%;
	left: 24px;
	-webkit-transform: translate(0, -50%); /* Safari */
	transform: translate(0, -50%);
	font-size: 130%;
}

.hl-02 {
	border-left: solid 5px #9593cb;
	font-size: 120%;
	padding: 3px 0 3px 10px;
	margin: 12px 0 15px 0;
	border-bottom: solid 1px #9593cb;
}

/* PAGE TOPボタンの設定 ======================================================== */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 100%;
}
#page-top a {
    background: #777;
    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;
}

/* .qa-list ======================================================== */
.qa-list {
	margin-bottom: 25px;
}
.qa-list &gt; li {
	margin-bottom: 10px;
}
.qa-list dl {
	display: table;
	width: 100%;
	background: #f3f3f3;
}
.qa-list dt,
.qa-list dd {
	display: table-cell;
	padding: 10px 15px;
}
.qa-list .question {
	position: relative;
	color: #345d93;
	font-size: 1.5rem;
	cursor: pointer;
}
.qa-list .answer {
	display: none;
	border-top: dotted 1px #ccc;
}
.qa-list dt {
	width: 1.5em;
	font-size: 2rem;
	font-weight: bold;
	padding-right: 0;
}
.qa-list .answer dt {
	color: #cd4a72;
}
.qa-list dd {
	padding-left: 0;
}
.question dd {
	background:url('../images/arrow.png') 97% center no-repeat;
	background-size: 22px auto;
}
.question dd.open {
	background:url('../images/arrow2.png') 97% center no-repeat;
	background-size: 22px auto;
}
.qa-list .question dd {
	padding-right: 45px;
}

.qa-list .answer p,
.qa-list .answer li {
	padding-bottom: 1em;
}
.qa-list ol li {
	list-style-type: decimal;
	margin-left: 1.5em;
}
.qa-list ul li {
	list-style-type: disc;
	margin-left: 1.5em;
}


/* .category ======================================================== */
.category {
	overflow: hidden;
}
.category li {
	float: left;
	width: 48%;
	margin-bottom: 10px;
}
.category li:nth-child(even) {
	float: right;
}
.category li:nth-child(odd) {
	clear: both;
}
.category a {
	display: block;
	background: url(../images/arrow_left.png) 15px center,
	-moz-linear-gradient(top, #fcfcfc, #e0e0e0);
	background: url(../images/arrow_left.png) 15px center,
	-webkit-linear-gradient(top, #fcfcfc, #e0e0e0);
	background: url(../images/arrow_left.png) 15px center,
	linear-gradient(to bottom, #fcfcfc, #e0e0e0);
	background-repeat: no-repeat;
	border: solid 1px #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 8px 10px 8px 30px;
	font-size: 1.5rem;
	color: #333;
	text-decoration: none;
}
.category a:hover {
	background: #fff url(../images/arrow_left.png) 15px center,
	-moz-linear-gradient(top, #fff, #eee);
	background: url(../images/arrow_left.png) 15px center,
	-webkit-linear-gradient(top, #fff, #eee);
	background: url(../images/arrow_left.png) 15px center,
	linear-gradient(to bottom, #fff, #eee);
	background-repeat: no-repeat;
}


/* .smartphone ======================================================== */

@media screen and (min-width: 768px) {
	#global-nav {
		display: none;
	}
}

@media screen and (max-width: 767px) {
.menu,
.headnavi,
.sitemap,
.back-to-home {
	display: none;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 24px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 8px;
}
#nav-toggle span:nth-child(3) {
	top: 16px;
}

body {
	background: none;
}

#wrap {
	width: 100%;
	background: #fff;
	padding: 0;
	margin: 0 auto;
}

#top-head {
	width: 100%;
	height: 70px;
	background: none;
	border: none;
	border-bottom: solid 1px silver;
	margin-bottom: 25px;
	padding: 0;
	}
#top-head .bblogo {
	width: 60%;
}
#top-head .bblogo img {
	width: 100%;
	max-width: 167px;
}
#top-head .headnavi {
	margin: 25px 70px 0 0;
}

/* Fixed reset */
#mobile-head {
	position: relative;
	width: 100%;
	height: 70px;
	z-index: 999;
}

#global-nav {
	position: absolute;
	top: -1500px;
	width: 100%;
	background: #fff;
	border-bottom: solid 1px silver;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	padding-bottom: 20px;
	margin-top: 51px;
}
#global-nav .nav-cate {
	clear: both;
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;
}
.nav-cate h3 {
	padding: .4em .75em .2em .75em;
  	background-color: #f6f6f6;
  	border-left: 6px solid #ccc;
}
#global-nav ul {
	margin: 5px 0.5em;
}
#global-nav ul li {
	float: left;
	width: 14em;
	padding-right: 2em;
}
#top-head #global-nav ul li a {
	width: 100%;
	display: block;
	color: #765f43;
	padding: 3px 0 3px 12px;
	text-decoration: none;
}
#global-nav ul li a span {
	font-size: 90%;
	font-weight: bold;
}
#global-nav .about ul li a span { color: #c99; }
#global-nav .support ul li a span { color: #9c9; }
#global-nav .contact ul li a span { color: #99c; }
#global-nav .security ul li a span { color: #cc9; }
#global-nav .info ul li a span { color: #9cc; }
#global-nav .maintenance ul li a span { color: #c9c; }
#top-head #global-nav ul li a:hover {
	box-sizing: border-box;
	padding-left: 8px;
	border-left-style: solid;
	border-left-width: 4px;
 }
#global-nav .about ul li a:hover { background-color: #edd; border-left-color: #c99; }
#global-nav .support ul li a:hover { background-color: #ded; border-left-color: #9c9; }
#global-nav .contact ul li a:hover { background-color: #dde; border-left-color: #99c; }
#global-nav .security ul li a:hover { background-color: #eed; border-left-color: #cc9; }
#global-nav .info ul li a:hover { background-color: #dee; border-left-color: #9cc; }
#global-nav .maintenance ul li a:hover { background-color: #ede; border-left-color: #c9c; }

#nav-toggle {
	display: block;
}

/* #nav-toggle ??????A?j???[?V???? */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav ?X???C?h?A?j???[?V???? */
		.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(1520px);
	-webkit-transform: translateY(1520px);
	transform: translateY(1520px);
}

.pict-area img {
	width: 100%;
	max-width: 560px;
}
.footer {
	width: 100%;
	border: none;
	text-align: center;
	padding: 2vw 0 5vw ;
}
.footer img {
	width: 90%;
	max-width: 288px;
}

#contents {
	margin-left: 0;
	padding: 8px 10px;
}

.corner-title {
	margin: 0 0 20px;
}

/* .news-area ======================================================== */
.news-area dt {
	float: none;
	width: 100%;
	border-top: dotted 1px #ccc;
	padding: 1.5em 0 0;
}
.news-area dd {
	width: 100%;
	border: none;
	margin-left: 0;
	padding: 0.75em 0 1.5em;
}

}


@media screen and (max-width: 639px) {
/* .category ======================================================== */
.category li {
	float: none;
	width: 100%;
}
.category li:nth-child(even) {
	float: none;
}
}


</pre></body></html>