<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#wrapper {
  width: 100%;
  zoom: 1;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding-bottom: 56px;
  box-sizing: border-box;
}
/*----------------------------------------------------
  header F0F2F4
----------------------------------------------------*/
header {
  background: #FFF;
  text-align: center;
  width: 100%;
  height: 75px;
  position: fixed;
  z-index: 1020;
  border-bottom: 1px solid #E6E6E6;
}
header #header_main {
  margin: auto;
  max-width: 1150px;
  padding: 0 50px;
  clear: both;
  box-sizing: border-box;
}
header #header_main #logo a {
  text-align: left;
  width: 120px;
  height: 40px;
  background-size: 120px auto !important;
  padding: 7px 0;
  margin: 10px 30px 0 0;
  display: block;
}
#nav_toggle {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  top: 4px;
  z-index: 100;
}
/*開閉ボタンopen時*/
#nav_toggle.active span {
  background: #006598;
}
#nav_toggle.active span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav_toggle.active span:nth-child(2) {
  width: 0;
  left: 50%;
}
#nav_toggle.active span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*----------------------------------------------------
  search
----------------------------------------------------*/
#menu #search {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1021;
  max-width: 250px;
}
#search form{
  max-width: 1150px;
  padding: 0 50px;
  clear: both;
  box-sizing: border-box;
  position: relative; 
  margin: 22px auto 0px auto;
  display: block !important;
}
#search #searchText {
  position: relative; 
  width: 200px;
  float: right;
}
/*----------------------------------------------------
  menu
----------------------------------------------------*/
#menu {
  width: 240px;
  height: 100%;
  z-index: 1;
  display: block !important;
  line-height: 1.5;
}
#menu ul .pull:hover, #menu ul .toc:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu ul .pull a, #menu ul .pull_open a, #menu ul .toc a, #menu ul .toc_open a {
  text-align: left;
  color: #001A43;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
#menu ul .toc_open a {
  color: #1B1BE0;
}
#menu ul .pull a span, #menu ul .pull_open a span, #menu ul .toc a span, #menu ul .toc_open a span {
  padding: 10px 35px 10px 0px;
  display: block;
}
#menu ul .toc a span, #menu ul .toc_open a span {
  padding: 10px 0;
}
#menu .pull_box, #menu .pull_box_open {
  margin: 0px;
  padding: 0px 0px 0px 27px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#menu .pull_box li a, #menu .pull_box_open li a {
  text-align: left;
  color: #001A43;
  text-decoration: none;
  display: block;
}
#menu .pull_box li a span, #menu .pull_box_open li a span {
  padding: 6px 10px 6px 10px;
  display: block;
}
#menu .pull_box li a:hover, #menu .pull_box_open li a:hover {
  color: #1B1BE0;
}
#menu .pull_box ul, #menu .pull_box_open ul {
  margin: 0px 0px 0px 15px;
  padding: 0px;
}
#menu .pull_box .lv2, #menu .pull_box_open .lv2 {
  display: block;
}
#menu .pull_box ul li a, #menu .pull_box_open ul li a {
  color: #001A43;
  text-decoration: none;
  display: block;
}
#menu .pull_box a:before, #menu .pull_box_open a:before {
  font-size: 8px;
  content: "▶";
  display: block;
  float: left;
  margin-top: 9px;
  margin-left: -15px;
  text-align: left;
}
#menu .pull_box ul li a span, #menu .pull_box_open ul li a span {
  padding: 6px 10px 6px 10px;
  display: block;
}
#menu ul &gt; ul li.acc a {
  color: #1B1BE0;
}
#menu ul &gt; ul li.acc a span {}
.pull a {
  background: url(../img/burette/Down.svg) no-repeat right 6px;
}
.pull a:hover, .pull a:focus {
  color: #1B1BE0 !important;
  background-image: url(../img/burette/Down_c.svg);
}
.toc a:hover, .toc a:focus {
  color: #1B1BE0 !important;
}
.pull.open a, .pull_open a {
  color: #1B1BE0 !important;
  background: url(../img/burette/Up_c.svg) no-repeat right 6px;
}
.pull.open a:hover, .pull.open a:focus {
  color: #1B1BE0 !important;
  background-image: url(../img/burette/Up_c.svg);
}
.pull_open.open a {
  background: url(../img/burette/Down.svg) no-repeat right 6px;
}
.pull_open.open a:hover, .pull_open.open a:focus {
  background-image: url(../img/burette/Down_c.svg);
}
.pull_box, .pull_box_opennot {
  display: none;
}
#menu a {
  font-weight: bold;
  font-size: 90% !important;
}
/*----------------------------------------------------
	index
----------------------------------------------------*/
#index .brand {
  text-align: center;
  margin: 0 -100% 50px -100%;
  padding: 56px 100% 52px 100%;
  position: relative;
  z-index: 10;
}
#index .brand img {
  height: 45px;
}
#index h2 {
  font-size: 150%;
  font-weight: bold;
  margin: 0 0 0px 0;
  padding: 0px;
}
#index h3 {
  font-size: 180%;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0 20px 10px 0px;
  background-color: #FFF;
  border-bottom: 1px solid #E6E6E6;
}
#index .third_title {
  margin: 30px 0 10px 0;
}
#index .third_title:nth-child(1){
	margin:30px 0 0 0;
}
#index .third_title h3 {
  font-size: 150%;
  font-weight: bold;
  padding: 10px 15px;
  margin: 0;
}
#index .third_title + .third_title{
  margin: 0;
  padding: 0;
}
#index h4 {
  font-size: 130%;
  font-weight: normal;
  margin: 20px 0 0px 0;
}
#index .note + .foot_note {
  margin-top: 0px;
}
#index .foot_note {
  margin-top: 20px;
}
#index .foot_note p {
  text-align: left;
}
#index .gref_story {
  padding: 20px 0;
}
#index .gref_story .third_title h3 {
  font-size: 110%;
}
#index .gref_story p {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
}
#index .gref_story p:last-child {
  border-bottom: none;
}
#index .gref_story .img {
  margin-top: 40px;
}
#index .gref_story .img img {
  max-width: 250px;
}
.gref_story + .gref_story {
  border-top: 1px solid #E6E6E6;
}
/*----------------------------------------------------
  contents
----------------------------------------------------*/
#contents {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 75px 50px 30px 50px;
  clear: both;
  position: relative;
  box-sizing: border-box;
}
#content, #content_terms {}
#main, #index {
  height: 100%;
  padding: 0px;
}
#main:after, #index:after {
  clear: both;
}
#main:before, #main:after, #index:before, #index:after {
  content: '';
  display: table;
}
section {
  padding-left: 290px;
  display: block;
}
#main p {
  margin-top: 5px;
}
/*----------------------------------------------------
   main内
----------------------------------------------------*/
article {
  float: right;
  width: 100%;
  /*padding: 0 0 0 50px;*/
  display: block;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
}
.pdf {
  position: absolute;
  right: -1px;
  top: -50px;
}
.pdf a {
  font-size: 90%;
  border-top: none;
  padding: 10px 55px 10px 15px;
  display: block;
}
.pdf a:hover {
  text-decoration: none;
}
/*----------------------------------------------------
 contents内パンくず
----------------------------------------------------*/
#contents #bread {
  width: 100%;
  margin: 0px -100%;
  padding: 5px 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#contents #bread p {
  font-size: 80%;
}
#contents #bread a.top {
  padding: 15px 15px;
  margin-top: -5px;
  margin-left: 2px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
#contents #bread a.top:hover {
  opacity: 0.5;
}
#contents #bread br {
  display: none;
}
/*----------------------------------------------------
  sub_menu
----------------------------------------------------*/
#content &gt; #sub_menu:nth-child(1) {
  margin-top: 0px;
}
#contents #sub_menu {
  margin-top: 50px;
}
#contents #sub_menu li a {
  font-weight: bold;
  font-size: 100%;
  color: #000;
  margin: 0px;
  padding: 15px 50px 15px 50px;
  border-bottom: none;
  display: block;
}
/*----------------------------------------------------
  main_title
----------------------------------------------------*/
h1 {
  font-size: 220%;
  font-weight: normal;
  margin: 0 -100% 30px -100%;
  padding: 0 100% 0 100%;
  position: relative;
  z-index: 10;
}
h1 span {
  margin: 0 -100% 0px -100%;
  padding: 30px 100% 30px 100%;
}
/*----------------------------------------------------
  toc_turners
----------------------------------------------------*/
#toc_turners {
  margin: 10px auto;
  padding: 5px 0;
  clear: both;
  overflow: hidden;
}
#toc_turners ul {
  text-align: center;
  margin: auto;
}
#toc_turners li {
  box-sizing: border-box;
  display: inline-block;
}
#toc_turners li a {
  color: #001A43;
  text-decoration: none;
  font-size: 90%;
}
#toc_turners li:hover {
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#to_prev_toc {
  text-align: center;
  cursor: pointer;
}
#to_prev_toc a {
  border-right: 1px solid #001A43;
  padding: 0px 40px 0px 70px;
  background: url(../img/burette/Prev.svg) no-repeat left 20px center;
  display: block;
}
#to_next_toc {
  text-align: center;
  cursor: pointer;
}
#to_next_toc a {
  padding: 0px 70px 0px 40px;
  background: url(../img/burette/Next.svg) no-repeat right 20px center;
  display: block;
}
#to_next_toc a:hover, #to_prev_toc a:hover {
  color: #1B1BE0 !important;
}
#to_next_toc a:hover {
  background: url(../img/burette/Next_c.svg) no-repeat right 20px center !important;
}
#to_prev_toc a:hover {
  background: url(../img/burette/Prev_c.svg) no-repeat left 20px center !important;
}
#page_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
#page_top a {
  display: block;
  text-decoration: none;
  width: 50px;
  height: 50px;
  background: url(../img/burette/top.svg) no-repeat center center;
  text-align: center;
  outline: none;
}
#page_top a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*----------------------------------------------------
  footer
----------------------------------------------------*/
footer {
  margin: auto;
  text-align: center;
  clear: both;
  overflow: hidden;
  zoom: 1;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
footer #copyright {
  font-size: 10px;
  padding: 20px 0px;
  clear: both;
  overflow: hidden;
}
/*----------------------------------------------------
	float
----------------------------------------------------*/
.left {
  float: left;
}
.right {
  float: right;
}
.img.left {
  margin-right: 20px;
}
.img.right {
  margin-left: 20px;
}
ol.operation &gt; p {
  clear: left;
}
ol.float &gt; p, ol.float &gt; .foot_note, ol.float &gt; .item_explanation, ol.float &gt; .tablescroll {
  float: left;
  width: 50%;
  clear: left;
}
ol.float &gt; p.f_none, ol.float &gt; li.f_none, ol.float &gt; .foot_note.f_none, ol.float &gt; .item_explanation.f_none {
  float: none;
  width: auto;
  clear: both;
}
ol.float &gt; li {
  float: left;
  width: 50%;
}
ol.float &gt; .accent_box_line {
  float: left;
  clear: both;
  width: 50%;
}
ol.float &gt; .img {
  margin-top: 20px;
  margin-left: 50%;
  text-align: right;
  overflow: hidden;
}
ol.float .img img {
  margin: 0;
}
ol.float .note + .img {
  margin-top: 0px;
}
ol.sub_step.float &gt; .img {
  clear: right;
}
ol.operation &gt; .right:nth-child(2), ol.float &gt; .img:nth-child(2) {
  margin-top: 5px !important;
}
ol.float &gt; .img.f_none {
  float: none;
}
ol.sub_step.float &gt; .img {
  margin-top: 0px;
}
ol.operation li.float_t {
  clear: both;
}
ol p.float_t {
  width: 40%;
}
p.float_t {
  clear: left;
}
.float_t {
  float: left;
  width: 50%;
}
.float_t.float_w {
  width: 75%;
  margin-bottom: 20px;
  overflow: hidden;
}
ol.operation .float_t.float_w {
  width: 70%;
}
.left:not(.caption_text) {
  float: left;
}
.right:not(.caption_text) {
  float: right;
  /*margin-left:0px !important;*/
}
.fourth_title.float {
  float: left;
}
.sub_note.float {
  float: left;
  width: 40%;
}
.sub_note + .img {
  margin-top: 0 !important;
}
/*----------------------------------------------------
	float img
----------------------------------------------------*/
ol.float &gt; .img {
  /*width: 42%;*/
}
.img {
  text-align: center;
  margin: 15px 0;
}
.caption_illust_container {
  margin: 10px 0 !important;
}
.caption_illst_src {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.multi-column-caption.col-len-2 .caption_illust_container {
  margin: 0 20px !important;
}
.multi-column .caption_illust_container {
  margin: 0 !important;
}
.multi-column .img {
  margin: 0 0 15px 0;
}
p + .img.right {
  margin-top: 0 !important;
}
.img.left {
  text-align: left;
  margin: 0 20px 15px 0;
}
.img.right {
  text-align: right;
  margin: 0 0 15px 20px;
}
ol.operation .img img {
  width: 100%;
}
ol.operation .img.left {
  width: 42%;
  margin: 20px 20px 0 0;
}
ol.operation .img.right {
  width: 42%;
  margin: 20px 0 0 20px;
}
ol.operation .caption_illust_float_right {
  width: 42%;
}
.caption_illust_float_left, .caption_illust_float_right{
  width: 40%;
}
.float .img img, .caption_illust_float_left .img img, .caption_illust_float_right .img img, .multi-column .img img, .figures .img img {
  max-width: 300px;
}
.caption_illust_float_left .img {
  text-align: left;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.caption_illust_float_right .img {
  text-align: right;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.caption_illust_container.caption_illust_float_right {
  text-align: right;
  float: right;
  clear: right;
}
.caption_illust_container.caption_illust_float_left {
  margin-right: 20px !important;
  text-align: left;
  float: left;
  clear: left;
}
.caption_illust_container.caption_illust_float_none {
  clear: both;
}
.caption_illust_container.caption_illust_float_none .img img {
  max-width: none;
}
ol.float .caption_illust_container {
  text-align: right;
  overflow: hidden;
}
.operation.float div.caption_illust_container, .operation.float div.caption_illust_container.caption_illust_float_right, .operation.float div.caption_illust_container.caption_illust_float_left {
  overflow: hidden;
}
.img.left img, .img.right img {
  max-width: 300px;
}
/*----------------------------------------------------
	個別設定
----------------------------------------------------*/
.img, .img_max {
  text-align: center;
  margin: 10px 0px;
}
.img img {
  max-width: 650px;
  margin-top: 10px;
}
ol.operation.float .caption_illust_container .img img {
  max-width: 300px;
}
.img.right {
  float: right;
  margin: 0px 0px 20px 30px;
}
.img.left img, .img.right img {
  width: 100%;
  margin-top: 10px;
}
.img_max img {
  max-width: 100%;
}
.figures {
  margin: 0px auto;
  background: url(../img/icon/arrow.svg) no-repeat center center;
  background-size: 52px auto;
  display: table;
}
.figures.fig_2nd {
  background: url(../img/icon/arrow_2nd.svg) no-repeat center center;
  background-size: 52px auto;
}
.figures .img, .figures .caption_illust_container {
  margin: 0;
  display: table-cell;
}
.figures .caption_illust_container .img {
  padding: 0 !important;
  text-align: center !important;
}
.figures .caption_illust_container:nth-child(1), .figures .img:nth-child(1) {
  text-align: left;
  padding-right: 30px;
}
.figures .caption_illust_container:nth-child(2), .figures .img:nth-child(2) {
  text-align: right;
  padding-left: 30px;
}
.note + .multi-column {
  margin: 0;
}
.multi-column {
  overflow: hidden;
  clear: both;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: flex;
}
.multi-column.col_2 ol.item_num {
  overflow: hidden;
  clear: both;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.multi-column .area{
	flex:50%;
}
.multi-column .break-point {
  break-before: column;
}
.multi-column &gt; p{
  break-inside: avoid;
}
.multi-column .sub_title{
	margin-top: 10px;
}
.sp {
  display: none;
}
.scroll-hint-icon-wrap {
  display: none;
}</pre></body></html>