<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/** DESKTOP CSS  @version   0.01 2012-06-27 @copyright All Rights Reserved, Copyright (C) CASIO COMPUTER CO., LTD @link      http://casio.jp/  */
/* ---------------------------------------------------------------------- SUPER CLASS
----------------------------------------------------------------------*/
.clearfix, #header #header_in, #header #header_in #hd_logo, #header #header_in #search form, #contents, #contents #main_bottom, #footer #footer_in, .second #contents #btn_guide {
  *zoom: 1;
}
.clearfix:before, #header #header_in:before, #header #header_in #hd_logo:before, #header #header_in #search form:before, #contents #main_bottom:before, #footer #footer_in:before, .second #contents #btn_guide:before, .clearfix:after, #header #header_in:after, #header #header_in #hd_logo:after, #header #header_in #search form:after, #contents #main_bottom:after, #footer #footer_in:after, .second #contents #btn_guide:after {
  content: "";
  display: block;
  overflow: hidden;
}
.clearfix:after, #header #header_in:after, #header #header_in #hd_logo:after, #header #header_in #search form:after, #contents:after, #contents #main_bottom:after, #footer #footer_in:after, .second #contents #btn_guide:after {
  clear: both;
}
/* ---------------------------------------------------------------------- COMMON CLASS
----------------------------------------------------------------------*/
/* device-type */
.sp {
  display: none !important;
}
#wrapper {
  min-height: 100vh;
  position: relative;
  padding-bottom: 30px;
  box-sizing: border-box;
  overflow: hidden;
}
#wrapper .js_text {
  margin: 10px;
  padding: 10px;
  text-align: center;
  border: 1px solid #F00;
  color: #FF0000;
  box-shadow: 0px 0px 0px 10px rgba(200, 200, 200, 1);
  line-height: 1.4;
  font-size: 16px;
}
#header {
  position: relative;
  background-color: #3b3b3b;
}
#header #header_in {}
#header #header_in #hd_logo {
  width: 95.11745px;
  height: 18px;
  margin: 25px 19px 24px 30px;
  float: left;
}
#header #header_in #hd_logo a {
  display: block;
}
#header #header_in #hd_logo a svg {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
#header #header_in #hd_title{
  border-left:1px solid #000;
  padding: 18px 0px 18px 0px;
  float: left;
}
#header #header_in h1 {
  color: #fff;
  display: block;
  float: left;
  padding: 3px 0 0 20px;
  font-family: "Helvetica", "Arial", "Verdana", sans-serif;
  font-size: 19px;
}
#header #header_in select {
  float: right;
  width: 150px;
  margin: 13px 15px 0 0;
  line-height: 1.3;
}
#header #header_in ul {
  float: left;
  display: table;
}
#header #header_in ul li {
  display: table-cell;
  vertical-align: middle;
}
#contents {
  max-width: 1020px;
  margin: 0 auto;
  display: block;
}
.home #contents {
  max-width: 720px;
}
#contents:before, #contents:after {
  content: '';
  display: table;
}
#contents:after {
  clear: both;
}
#contents #main_bottom {
  width: 100%;
  float: left;
  clear: both;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
#contents #main_bottom #btn_back, #contents #main_bottom #btn_next, #contents #main_bottom #btn_home_back {
  float: right;
  margin-left: 10px;
  border: solid 1px #ccc;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #f2f2f1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #f2f2f1));
  background: -webkit-linear-gradient(top, white, #f2f2f1);
  background: -moz-linear-gradient(top, white, #f2f2f1);
  background: -o-linear-gradient(top, white, #f2f2f1);
  background: -ms-linear-gradient(top, white, #f2f2f1);
  background: linear-gradient(top, white, #f2f2f1);
  -pie-background: linear-gradient(white, #f2f2f1);
  display: inline-block;
}
#contents #main_bottom #btn_back p, #contents #main_bottom #btn_next p, #contents #main_bottom #btn_home_back a {
  background: url(../images/burette/ico_arw_01.svg) no-repeat right center;
  background-size: 25px auto;
  padding: 9px 25px 9px 10px;
  font-weight: bold;
  font-size: 88%;
  border: solid 1px #fff;
  border-radius: 4px;
  cursor: pointer;
}
#contents #main_bottom #btn_next p {
  background: url(../images/burette/ico_arw_02.svg) no-repeat left center;
  background-size: 25px auto;
  padding: 9px 10px 9px 25px;
}
#contents #main_bottom #btn_home_back a {
  background: url(../images/icon/ico_home.svg) no-repeat right 5px center;
  background-size: 25px auto;
  padding: 10px 35px 10px 10px !important;
  display: block;
}
#contents #main_bottom #part {
	float: right;
  padding-top: 9px;
}
#contents #main_bottom #part p {
  text-align: right;
  font-size: 75%;
}
#contents #main_bottom #opum_part {
	float: left;
  padding-top: 9px;
}
#contents #main_bottom #opum_part p {
  font-size: 75%;
}
.second #contents h2#module {
  width: 238px;
  margin-right: 20px;
  position: relative;
  float: right;
  background: #fff;
  border: solid 1px #ccc;
  border-bottom: none;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -o-border-top-left-radius: 6px;
  -o-border-top-right-radius: 6px;
  -pie-border-radius: 6px 6px 0 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #ebebeb));
  background: -webkit-linear-gradient(top, white, #ebebeb);
  background: -moz-linear-gradient(top, white, #ebebeb);
  background: -o-linear-gradient(top, white, #ebebeb);
  background: -ms-linear-gradient(top, white, #ebebeb);
  background: linear-gradient(top, white, #ebebeb);
  -pie-background: linear-gradient(#ffffff, #ebebeb);
  behavior: url(../common2/css/PIE.htc);
}
.second #contents h2#module .inr {
  display: block;
  padding: 17px 12px 16px;
  font-family: "Helvetica", "Arial", "Verdana", sans-serif;
  font-size: 100%;
  font-weight: bold;
}
.second #contents #lnav{
  display: none;
}
#footer {
  width: 100%;
  overflow: hidden;
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0;
}
#footer #footer_in {
  margin-top: 10px;
  padding: 18px 20px;
  font-size: 69%;
  background-color: #3b3b3b;
  color: #fff;
}
#footer #footer_in a {
  color: #fff;
}
#footer #footer_in #ft_fNavi {
  float: left;
}
#footer #footer_in #ft_copy {
  float: right;
  direction: ltr;
  margin: 0;
}
#header {
  margin: 0px;
}
.home #contents {
  margin: 0 auto 40px;
  padding: 0 10px;
}
.home #contents .accent {
  background-color: #F8F8F8;
  margin: 0 -100%;
  padding: 0 100% 30px 100%;
  overflow: hidden;
}
.home #contents #main .pageTitle {
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}
.home #contents #main .pageTitle #module {
	float: right;
  margin-top: 5px;
  margin-bottom: 0;
}
.home #contents #main .pageTitle #module h2 {
  margin: 0px;
  font-size: 106%;
}
.home #contents #main .pageTitle .date {
	 float: left;
  margin: 13px 0 0 0;
  font-size: 75%;
  text-align: left;
}
.home #contents #main .article {
  position: relative;
}
.home #contents .accent .accentnav {
  background-color: #fff;
  border: 1px solid #CECECE;
  border-radius: 20px;
  margin-top: 20px;
}
.home #contents .accent .accentnav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0px;
  grid-template-rows: auto auto;
}
.home #contents .accent .accentnav ul li {
  height: 160px;
  text-align: center;
  vertical-align: bottom;
  list-style: none;
  position: relative;
  margin: 10px 0 -1px 0;
}
.home #contents .accent .accentnav ul li a{
  font-size: 80%;
  padding: 100px 10px 30px 10px;
  box-sizing: border-box;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home #contents .accent .accentnav ul li a:active {
  transform: scale(0.8, 0.8);
}
.home #contents .accent .accentnav ul li {
  background: url(../images/background/background_01.png) no-repeat left bottom;
}
.home #contents .accent .accentnav ul li:nth-child(4) {
  background: none;
}
.home #contents .linkacc{
  margin-top: 15px;
  font-size: 90%;
  font-weight: bold;
  text-align: left;
}
.home #contents .linkacc a{
  color: #fff;
  background-color: #84B4FC;
  padding: 7px 18px 7px 35px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
}
.home #contents .linkacc a::before{
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: calc(tan(60deg) * 6px) solid #ffffff;
  position: absolute;
  top: 13px;
  left: 13px;
}
.second #contents {
  margin: 0 auto 60px;
}
.second #contents #btn_guide {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: #ebebeb;
  padding: 6px 0;
}
.second #contents #btn_guide.fixed {
  position: fixed;
  left: 0;
  top: 0;
  padding: 6px 0;
  margin: auto;
  z-index: 1000;
  width: 100%;
}
.second #contents #btn_guide li {
  position: relative;
  width: auto;
  height: 33px;
  border: solid 1px #ccc;
  border-radius: 4px;
  background-clip: padding-box;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #f2f2f1));
  background: -webkit-linear-gradient(top, white, #f2f2f1);
  background: -moz-linear-gradient(top, white, #f2f2f1);
  background: -o-linear-gradient(top, white, #f2f2f1);
  background: -ms-linear-gradient(top, white, #f2f2f1);
  background: linear-gradient(top, white, #f2f2f1);
  -pie-background: linear-gradient(white, #f2f2f1);
}
.second #contents #btn_guide li a {
  font-size: 14px !important;
  font-weight: bold;
  color: #000;
  display: block;
  width: 33px;
  height: 33px;
  padding: 0;
  overflow: hidden;
  line-height: 33px;
}
.second #contents #btn_guide li#btn_home {
  float: right;
  border: solid 1px #999;
  margin-right: 20px;
}
.second #contents #btn_guide li#btn_home a {
  background: url(../images/icon/ico_home.svg) no-repeat center center;
}
.second #contents #btn_guide li#search_i {
  float: left;
  margin-right: 10px;
}
.second #contents #btn_guide li#search_i a {
  background: url(../images/icon/ico_search.svg) no-repeat center center;
}
.second #contents #btn_guide li#btn_menu {
  display: none;
}
.second #contents #btn_guide li#btn_help {
  float: left;
  margin: 0 10px 0 20px;
}
.second #contents #btn_guide li#btn_help a {
  background: url(../images/icon/ico_help.svg) no-repeat center center;
}
.second #contents #main {
  width: 100%;
  padding: 0px 300px 0 20px;
  box-sizing: border-box;
  display: block;
}
.second #contents #main .article {
  padding-bottom: 20px;
  width: 100%;
  float: left;
}
.second #contents #main .article h2#module {
  margin: 0 0 10px 0;
  padding: 0;
  border: none;
}
.second #contents #main .article .pageTitle {
  position: relative;
  z-index: 100;
}
.second #contents #main .article h1 {
  margin-bottom: 20px;
  font-size: 150%;
  border-bottom: solid 3px #54607F;
  line-height: 1.2;
}
.second #contents #main .article h1 .inr {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  bottom: -3px;
}
.second #contents #main .article h2.toc_title {
  border: solid 1px #ccc;
  border-right: solid 4px #1D2B57;
  padding: 10px 10px 10px 0;
  margin: 40px 0px 10px 0px;
  font-size: 110%;
  clear: both;
  background-color: #EFEFEF;
}
.second #contents #main .article h2.toc_title .inr {
  display: block;
  padding: 0 0 0 10px;
  border-right: none;
}
h2.toc_title + h2.toc_title.level2nd{
  margin: 10px 0px 10px 0px !important;
}
.second #contents #main .article h2.toc_title.level2nd {
  border: none;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px 0 10px 0;
  margin: 40px 0px 10px 0px;
  font-size: 106%;
  clear: both;
  background-color: #f4f4f4;
}
.second #contents #main .article h2.toc_title.level2nd span.inr {
  display: block;
  padding-right: 10px;
  padding-top: 3px;
  border-right: solid 4px #8894ba;
}
.second #contents #main .article h2.toc_title.level2nd:lang(ja) {
  padding: 10px 0 10px 0;
}
.second #contents #main .article h2 {
  border-bottom: solid 1px #ccc;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 106%;
  line-height: 1.2;
}
.second #contents #main .article h2 .inr {
  display: block;
  padding-right: 10px;
  border-right: solid 4px #54607F;
}
.second #contents #main .article h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 88%;
}
.second #contents #main .article h3 .inr {
  padding: 8px 10px;
  background: #f4f4f4;
  display: block;
}
.second #contents #main .article h4 {
  margin: 10px 0px 5px 0px;
  font-size: 88%;
}
.second #contents #main .article .img {
  text-align: center;
  margin: 15px 0;
}
#contents .page_top {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  background-color: #999;
  border-radius: 50%;
  opacity: 0.7;
  z-index: 999;
  cursor: pointer;
}
#contents .page_top a {
  text-align: center;
  margin-top: 12px;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #FFF transparent;
  display: block;
}
#contents .page_top:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*----------------------------------------------------
	MENU
----------------------------------------------------*/
.second #contents #nav { 
  width: 240px;
  margin-right: 20px;
  display:block !important;
}

/*----------------------------------------------------
	index
----------------------------------------------------*/
.pop_text {
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  line-height: 1.4;
  z-index: 1;
}
.pop_text p {
  float: left;
  width: 45%;
  padding: 0px 0px 0px 20px;
  box-sizing: border-box;
}
.pop {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}
.pop_position {
  margin: auto;
  position: relative;
  max-width: 350px;
  padding-bottom: 0px;
}
.pop .pop_img {
  float: right;
}
.pop .pop_content {
  width: 55%;
  float: right;
  background-color: #FFF;
  position: relative;
  z-index: 10;
}
.pop .popbox img {
  width: auto;
  max-width: 350px;
}
/*----------------------------------------------------
	bread
----------------------------------------------------*/
#breadcrumbs {
  /*position: absolute;
  top: 114px;
  left: 0;
  right: 0;
  padding: 0;*/
  margin: 47px -100% 20px -100%;
  padding: 0 100%;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  /*box-sizing: border-box;*/
}
#breadcrumbs ul {
  max-width: 1020px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}
#breadcrumbs li {
  display: table-cell;
  white-space: nowrap;
}
#breadcrumbs li:last-child {
  padding-left: 10px;
}
#breadcrumbs a, #breadcrumbs p {
  font-size: 82%;
  text-decoration: none;
  color: #444;
  position: relative;
  background-color: #fff;
  padding: 8px 25px 8px 5px;
  margin: -1px 0 -1px 0;
  display: block;
}
#breadcrumbs a:lang(ja), #breadcrumbs p:lang(ja) {
  margin: 0 0 -2px 0;
}
#breadcrumbs li:first-child a {
  padding-right: 5px;
}
#breadcrumbs a:hover {
  background-color: #ddd;
}
#breadcrumbs a.top:hover {
  background: #ddd url(../images/ico_home.svg) no-repeat center -2px;
  background-size: 35px auto;
}
#breadcrumbs a::after, #breadcrumbs a::before, #breadcrumbs p::after, #breadcrumbs p::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 14px solid;
  left: -14px;
}
#breadcrumbs a::after, #breadcrumbs p::after {
  z-index: 2;
  border-right-color: #fff;
}
#breadcrumbs a::before, #breadcrumbs p::before {
  border-right-color: #ccc;
  left: -15px;
  z-index: 1;
}
#breadcrumbs a:hover::after {
  border-right-color: #ddd;
}
#breadcrumbs li:last-child {
  padding-left: 10px;
}
#breadcrumbs li:first-child p {
  font-weight: bold;
  padding: 8px 0px 8px 15px;
}
#breadcrumbs li:last-child p {
  font-weight: bold;
}
#breadcrumbs li:last-child p::after, #breadcrumbs li:last-child p::before {
  border: none;
}
#breadcrumbs div {
  display: none;
}
/*----------------------------------------------------
	search
----------------------------------------------------*/
.search_box_table {
  margin-bottom: 20px;
}
#btn_guide .search_box_table {
  margin-bottom: 0px;
  margin-left: 65px;
}
#btn_guide.t_hide .search_box_table {
  margin-left: 20px;
}
#btn_guide .search_box_table #searchButton {
  left: 0px;
}
/*----------------------------------------------------
	tabs
----------------------------------------------------*/
.second #contents #main .article .tabs {
  margin-top: 0px;
  position: relative;
  overflow: hidden;
}
.second #contents #main .article .tabs .tab_menu {
  display: table;
  width: 100%;
}
.second #contents #main .article .tab_menu li {
  display: table-cell;
  margin: 0px;
  padding: 0px;
  background: none;
}
.second #contents #main .article .tab_menu li a {
  font-size: 90%;
  text-align: center;
  background: #EFEFEF;
  color: #226AB7;
  margin: 0px;
  padding: 10px;
  -moz-box-shadow: 0 0 5px #999 inset;
  -webkit-box-shadow: 0 0 5px #999 inset;
  box-shadow: 0 0 5px #999 inset;
  display: block;
}
.second #contents #main .article .tab_menu li a:hover {
  background: #BDD5EA;
}
.second #contents #main .article .tab_menu li.active a {
  background: #226AB7;
  color: #FFF;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.second #contents #main .article .tab_menu li a {
  text-decoration: none;
}
.second #contents #main .article .tabbox {
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding: 5px 15px 15px 15px;
  border: 1px solid #226AB7;
}</pre></body></html>