@charset "utf-8";

#wrapper {
  width: 100%;
  zoom: 1;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  /*padding-bottom: 102px;*/
  box-sizing: border-box;
}

/*----------------------------------------------------
  header 
----------------------------------------------------*/
header {
  width: 100%;
  height: 70px;
  background-color: #fff;
  border-bottom: 1px solid #1B1BE0;
  position: fixed;
  top: 0;
  z-index: 1010;
}

header #header_main {
  margin: 0;
  padding: 0;
  clear: both;
  position: relative;
}

header #header_main #logo {
  float: left;
  width: 100%;
  max-width: 120px;
  margin-top: 22px;
  padding: 0 10px;
}

/*----------------------------------------------------- nav_toggle
----------------------------------------------------------------*/

#search_area .nav_toggle {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  z-index: 20;
  border: 1px solid #1B1BE0;
  background-color: #FFF;
  box-sizing: border-box;
}

#search_area .nav_toggle div {
  position: relative;
  top: 10px;
  width: 25px;
  height: 25px;
  margin: auto;
}

#search_area .nav_toggle span {
  display: block;
  height: 3px;
  background: #1B1BE0;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#search_area .nav_toggle span:nth-child(1) {
  top: 0px;
}

#search_area .nav_toggle span:nth-child(2) {
  top: 8px;
}

#search_area .nav_toggle span:nth-child(3) {
  top: 16px;
}

/*開閉ボタンopen時*/

#search_area .nav_toggle.active span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

#search_area .nav_toggle.active span:nth-child(2) {
  width: 0;
  left: 50%;
}

#search_area .nav_toggle.active span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}



#search_area .nav_toggle.active div {
  position: relative;
  top: 10px;
  width: 25px;
  height: 25px;
  margin: auto;
}

/*----------------------------------------------------
  search
----------------------------------------------------*/
#search_area {
  padding: 15px 20px 0 0;
  overflow: hidden;
}
.index #search_area {
  padding: 0;
}
.index #header #search_area {
  padding: 15px 20px 0 0;
}

#search_area .search_area_width {
  margin: auto;
  padding: 0 50px 0 0;
  box-sizing: border-box;
  position: relative;
  z-index: 15;
}

.index #search_area .search_area_width,
.site_map #search_area .search_area_width {
  padding: 0;
}

.index #search_area .search_area_width {
  background-color: #e9e9e9;
  padding: 20px;
  box-sizing: border-box;
}

#search form {
  max-width: 850px;
  clear: both;
  box-sizing: border-box;
  position: relative;
  margin: 0px 0px 0px auto;
  display: block !important;
  overflow: hidden;
}

#searchText,
.search_box {
  width: calc(100% - 40px);
  margin-right: 40px;
}

#search #searchText {
  position: relative;
  float: right;
  background-color: #F0F2F4;
  border: 1px solid #D0D3DA;
}

#searchText {
  color: #808080;
}

#searchButton {
  background: #1B1BE0 url(../img/icon/search.svg) no-repeat center center;
  background-size: 25px auto;
}

#search_result a {
  background-color: #FFF;
}
#search_area .indexlink{
  float: left;
  margin-top: 1px;
  margin-right: 1px;
}
#search_area .indexlink a {
  color: #fff;
  background: #9b9291 url(../img/burette/indexlink.svg) no-repeat right 10px center;
  padding: 9px 50px 9px 15px;
  display: inline-block;
}

.home a {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: #ec1c24 url(../img/icon/home.svg) no-repeat center center;
  display: block;
  z-index: 10;
}

/*----------------------------------------------------
  menu
----------------------------------------------------*/
#menu {
  display: none;
  position: fixed;
  top: 0 !important;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  z-index: 1000;
}

#menu>.navbox {
  height: calc(100% - 71px);
  max-width: 820px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  margin: 71px 0 0 0;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

#menu .navbox>ul {
  border-left: none;
  border-top: none;
}

#menu>ul {
  background-color: #fff;
}

/*----------------------------------------------------
  contents
----------------------------------------------------*/
#contents {
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
  clear: both;
  position: relative;
  box-sizing: border-box;
}

#main,
#index {
  height: 100%;
  padding: 0px;
}

#main:after,
#index:after {
  clear: both;
}

#main:before,
#main:after,
#index:before,
#index:after {
  content: '';
  display: table;
}

section {
  display: block;
}

.section {
  overflow: hidden;
}

p {
  margin-top: 2px;
}

/*----------------------------------------------------
   main内
----------------------------------------------------*/
article {
  width: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
}

.index article {
  padding: 0px;
}

/*.pdf {
  position: absolute;
  right: 0px;
  top: -30px;
}
.pdf a {
  font-size: 80%;
  border-top: none;
  -webkit-background-size: auto 20px;
  background-size: auto 20px;
  padding: 7px 45px 7px 15px;
  display: block;
}
.pdf a:hover {
  text-decoration: none;
  -webkit-background-size: auto 20px;
  background-size: auto 20px;
}*/
#content {
  margin-top: 71px;
  margin-bottom: 20px;
}
.index #content{
  margin-top: 171px;
}

.info {
  position: absolute;
  right: 15px;
  top: 65px;
}

.model {
  margin-bottom: 40px;
}
.model h1{
  margin-bottom: 7px;
}
.model h2{
  margin-bottom: 7px;
}
.model h3{
  margin-bottom: 7px;
}

.part {
  margin-top: 50px;
  text-align: right;
}

/*----------------------------------------------------
 contents内パンくず
----------------------------------------------------*/
#bread {
  width: 100%;
  border-bottom: 1px solid #D0D3DA;
  padding: 8px 0px 11px 0px;
  margin-bottom: 30px;
  overflow-x: auto;
  overflow-y: hidden !important;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

#bread::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}
#bread::-webkit-scrollbar-track {
  background: #d4cdcc;
}
#bread::-webkit-scrollbar-thumb {
  background: #9b9291;
}

#bread a.top {
  padding: 13px;
  margin-right: 5px;
  background: url(../img/icon/home.svg) no-repeat center center;
  background-size: 20px auto;
}

#bread br {
  display: none;
}

/*----------------------------------------------------
  main_title
----------------------------------------------------*/
.main_title {
  position: relative;
  z-index: 10;
  margin: 0 0 20px 0;
}

.main_title h1 {
  font-weight: normal;
  padding: 0px 0px 30px 0px;
  margin-bottom: 20px;
  background: url(../img/background/h1.png) no-repeat left bottom;
  border-bottom: 1px solid #1B1BE0;
  overflow: hidden;
}

/*----------------------------------------------------
  toc_turners
----------------------------------------------------*/
#toc_turners {
  margin: 20px auto 0 auto;
  clear: both;
  overflow: hidden;
  position: relative;
  right: 21px;
}

#toc_turners ul {
  float: right;
  margin-bottom: -1px;
}

#toc_turners li {
  box-sizing: border-box;
  display: inline-block;
}

#toc_turners li a {
  text-decoration: none;
}

#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 {
  margin-right: -3px;
  height: 22px;
  padding: 9px 20px 9px 50px;
  color: #fff;
  background: #9B9291 url(../img/burette/Prev.svg) no-repeat left 15px center;
  display: block;
}

#to_next_toc {
  text-align: center;
  cursor: pointer;
}

#to_next_toc a {
  height: 22px;
  padding: 9px 50px 9px 20px;
  color: #fff;
  background: #9B9291 url(../img/burette/Next.svg) no-repeat right 15px center;
  display: block;
}

#to_next_toc a:hover,
#to_prev_toc a:hover {
  opacity: 0.7;
}

#page_top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}

#page_top a {
  display: block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  background: #9B9291 url(../img/icon/top.svg) no-repeat center center;
  background-size: 25px auto;
  text-align: center;
  outline: none;
}

#page_top a:hover {
  opacity: 0.7;
  height: 40px;
  background: #9B9291 url(../img/icon/top.svg) no-repeat center center;
  background-size: 25px auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#page_top.pagebottom {
  bottom: 0;
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/
footer {
  margin: auto;
  clear: both;
  z-index: 120;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #a8a8a8;
  text-align: center;
}

footer ul{
  margin-top: 10px;
}
footer ul li{
	display:inline-block;
}
footer ul li a{
	color:#333;
	text-decoration:none;
	background: url(../img/burette/link_2.svg) no-repeat right 10px center;
	background-size: auto 17px;
	padding: 0 30px 0 0px;
	display: block;
}
footer ul li a:hover{
	color:#1B1BE0;
	text-decoration: underline;
	background: url(../img/burette/link_2.svg) no-repeat right 10px center;
	background-size: auto 17px;
}

footer #copyright {
	padding:5px 20px 0 20px;
  margin-bottom: 20px;
	clear: both;
}

/*----------------------------------------------------
  col-contents index.html
----------------------------------------------------*/
.col-contents {
  margin: 20px auto 0 auto;
  max-width: 500px;
}

.justify {
  text-align: left;
}

.justify li {
  display: block;
}

.justify:after {
  display: none;
}

.bnr .bnr__item {
  width: auto;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

/*----------------------------------------------------
	figures
----------------------------------------------------*/
.figures {
  margin: 10px auto;
  text-align: center;
}

.figures .fig_arrow {
  width: 70px;
  height: 50px;
  margin: 0 auto;
  background: url(../img/icon/arrow/arrow_smp.svg) no-repeat center center;
  background-size: auto 50px !important;
}

.figures.i1_ok .fig_arrow:nth-child(2),
.figures.i2_ok .fig_arrow:nth-child(4) {
  background: url(../img/icon/arrow/arrow_smp_ok.svg) no-repeat center center;
}

.figures.i1_down .fig_arrow:nth-child(2),
.figures.i2_down .fig_arrow:nth-child(4) {
  background: url(../img/icon/arrow/arrow_smp_down.svg) no-repeat center center;
}

.figures.i1_downok .fig_arrow:nth-child(2),
.figures.i2_downok .fig_arrow:nth-child(4) {
  background: url(../img/icon/arrow/arrow_smp_downok.svg) no-repeat center center;
}

.figures.i1_wdown .fig_arrow:nth-child(2),
.figures.i2_wdown .fig_arrow:nth-child(4) {
  background: url(../img/icon/arrow/arrow_smp_wdown.svg) no-repeat center center;
}

.figures.i1_sp_D .fig_arrow:nth-child(2),
.figures.i2_sp_D .fig_arrow:nth-child(4) {
  background: url(../img/icon/arrow/arrow_smp_sp_D.svg) no-repeat center center;
}

.figures.i1_wdownup .fig_arrow:nth-child(2),
.figures.i2_wdownup .fig_arrow:nth-child(4) {
  background: url(../img/icon/arrow/arrow_smp_wdownup.svg) no-repeat center center;
}

.figures.i1_0_key .fig_arrow:nth-child(2),
.figures.i2_0_key .fig_arrow:nth-child(4) {
  background: url(../img/icon/arrow/arrow_smp_0_key.svg) no-repeat center center;
}

.figures.i1_double .fig_arrow:nth-child(2),
.figures.i2_double .fig_arrow:nth-child(4) {
  background: url(../img/icon/arrow/arrow_smp_double.svg) no-repeat center center;
}

.figures .img,
.figures .caption_illust_container {
  margin: 0;
}

.figures .img img,
.figures .caption_illust_container .img img {
  max-width: 300px;
}

.figures .caption_illust_container:first-child,
.figures .img:first-child {
  text-align: center;
  padding-top: 0;
  padding-bottom: 5px;
}

.figures .caption_illust_container:last-child,
.figures .img:last-child {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 0;
}

.figures .caption_illust_container,
.figures .img {
  text-align: center;
  padding: 5px 0;
}

.module {
  margin-left: 68px;
  overflow: hidden;
}

.module .img {
  text-align: left;
}

.module.mo_2nd>p {
  float: none;
  clear: left;
}

.module.mo_2nd .img {
  text-align: left;
  overflow: hidden;
  margin-left: 0;
}

.module.mo_2nd {
  margin: 15px 0 15px 68px;
  padding: 0 10px;
  max-width: 300px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.module.mo_2nd>p {
  width: auto;
}

/*----------------------------------------------------
	個別設定
----------------------------------------------------*/
ol.operation li:before {
  margin-top: 0px;
}
ol.sub_step li {
  margin: 2px 0 0 0;
  padding-left: 21px;
}
ol.sub_step>li:before {
  width: 21px;
  margin-top: 2px;
  margin-left: -21px;
}
ol.item_num>li:before {
  width: 19px;
  height: 19px;
  padding-bottom: 1px;
  padding-right: 1px;
  letter-spacing: -1px;
}
.tb_auto_inc{
  width: 19px;
  height: 19px;
  padding-bottom: 1px;
  padding-right: 1px;
  letter-spacing: -1px;
}
#menu #searchButton,
.searchButton {
  right: 0px;
}

.img,
.img_max {
  text-align: center;
  margin: 10px 0px;
}

.caption_illust_container {
  margin: 15px 0 !important;
}

.caption_illust_float_left,
.caption_illust_float_right {
  float: none !important;
}

.caption_illst_src {
  padding: 0 !important;
}

.img img {
  max-width: 450px;
}

.table_style_2nd td {
  padding: 10px;
  border-left: none;
  border-right: none;
}

.img_right {
  float: right;
  margin: 0px 0px 20px 30px;
}

.img_right img {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
}

.img_left {
  text-align: center;
  margin: 10px 0px;
}

.img_left img {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
}

.img_max img {
  max-width: 100%;
}

.multi-column {
  -webkit-column-count: initial !important;
  -moz-column-count: initial !important;
  column-count: initial !important;
}

.multi-column-caption {
  display: block !important;
}

.multi-column>.area {
  break-inside: avoid;
}

.area {
  margin-top: 20px;
}

table tr td {
  padding: 5px;
}

.tab_menu {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 10px;
  padding: 0;
}

.tab_menu li {}

.tab_menu li a {
  padding: 8px 10px 5px 10px;
  text-align: center;
}

.tab_menu li.active span.arrow {
  display: inline-block;
  width: 0;
  line-height: 0;
  border: none;
  border-top: 7px solid #000;
  border-left: 10px solid #FFF;
  border-right: 10px solid #FFF;
  margin-left: -10px;
  clear: both;
  position: absolute;
  bottom: -7px;
}

.tabbox .cat {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.tabbox .cat.iconset_1 .link a,
.tabbox .cat.iconset_2 .link a {
  background-color: #fff !important;
  background-position: center top 15px !important;
  padding: 100px 10px 20px 10px;
}

.tabbox .cat.iconset_1 .link a:hover,
.tabbox .cat.iconset_2 .link a:hover {
  padding: 100px 10px 20px 10px;
  background-position: center top 20px !important;
  box-shadow: 0px 0px 3px 3px #ccc inset;
}

.tabbox {
  padding: 10px;
}

.toc_title {
  margin: 30px 0 10px 0;
}

.title {
  margin: 15px 0 12px 0;
}

.sub_title {
  margin: 15px 0 8px 0;
}

.third_title {
  margin: 20px 0px 5px 0px;
}

a.link,
.link a {
  background: url(../img/burette/link.svg) no-repeat left 3px top 3px;
}

@media screen and (max-width:580px) {
  #site_map {
    -webkit-column-count: initial !important;
    -moz-column-count: initial !important;
    column-count: initial !important;
  }
}

.pc {
  display: none;
}

/*----------------------------------------------------
	フォントサイズ
----------------------------------------------------*/
p,a {font-size: 14px; line-height: 1.5;}
.info p{font-size: 12px;}
h1 {font-size: 1.6em; line-height: 1.2;}
.model h1 {font-size: 40px; line-height: 1.1; font-family: 'NotoSansJP-B', sans-serif;}
h2 {font-size: 28px; line-height: 1.2;}
.model h2 {font-size: 22px; line-height: 1.2; font-family: 'NotoSansJP-B', sans-serif;}
.toc_title h2 {font-size: 24px;}
#index .toc_title h2{font-size: 18px;}
.title h2 {font-size: 18px;}
h3 {font-size: 16px; line-height: 1.2;}
.model h3 {font-size: 18px; line-height: 1.2; font-family: 'NotoSansJP', sans-serif;}
h4 {font-size: 16px; line-height: 1.2;}
h5 {font-size: 14px; line-height: 1.2;}
#searchText {font-size: 14px;}
#menu ul > li a{color: #1a1a1a; font-size: 14px;}
#menu ul > li p{color: #1a1a1a; font-size: 14px;}
#menu ul ul div > li a {font-size: 12px;}
#menu ul ul ul > li a {font-size: 12px;}
ol.operation>li:before{font-size: 16px; font-family: 'NotoSansJP-B', sans-serif;}
ol.operation>li p{font-size: 14px;}
ol.sub_step li:before{ font-size: 14px;}
ol.item_num li:before{ font-size: 14px;}
table th p{font-family: 'NotoSansJP-B', sans-serif;}
#bread p{font-size: 12px;}
footer a{font-size: 12px;}
footer #copyright p{font-size: 12px;}