@charset "UTF-8";

/* ---------------------------------------------------------------------- COMMON CLASS
----------------------------------------------------------------------*/
/* device-type */
.sp {
  display: none !important;
}

#wrapper {
  width: 100%;
  zoom: 1;
  overflow: hidden;
  min-height: 100vh;
  padding-bottom: 70px;
  position: relative;
  box-sizing: border-box;
}

#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;
}

#header #header_in {
  max-width: 720px;
  margin: 0 auto;
}
#header #header_in::after{
  content: "";
  margin: 0 -100%;
  padding: 68px 100% 0 100%;
  border-bottom: 1px solid #BEBEBE;
  display: block;
}

#header #header_in #hd_logo {
  width: 95.11745px;
  height: 18px;
  margin: 25px 15px 24px 0;
  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 {
  float: left;
  margin-top: 23px;
}

#header #header_in #hd_title h1 {
  font-family: "Helvetica", "Arial", "Verdana", sans-serif;
  font-size: 18px;
  font-weight: normal;
}

#header #header_in select {
  float: right;
  width: 150px;
  margin: 13px 15px 0 0;
  line-height: 1.3;
}

#contents {
  max-width: 720px;
  margin: 0 auto;
  display: block;
}

#contents #qsa {
  width: 100%;
  margin-top: 60px;
  padding-top: 15px;
  border-top: 1px solid #BEBEBE;
  overflow: hidden;
}
#contents #qsa h4 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 15px;
}
#contents #qsa #popup {
  display: none;
}
#contents #qsa label.popup-open {
  font-size: 10px;
  width: 60px;
  height: 21px;
  padding-top: 7px;
  border-radius: 15px;
  background-color: #F2F2F3;
  border: 1px solid #BEBEBE;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}

#contents #qsa label.popup-open:hover {
  border: 1px solid #464646;
  cursor: pointer;
}

#contents #qsa .popup-overlay {
  display: none;
}

#contents #qsa #popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: rgba(25, 25, 25, 0.7);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

#contents #qsa .popup-window {
  width: 90vw;
  max-width: 560px;
  padding: 50px 30px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#contents #qsa .popup-text {
  margin: 0;
}

#contents #qsa .popup-text:not(:last-of-type) {
  margin-bottom: 1em
}

#contents #qsa .popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}

#contents #main_bottom {
  width: 100%;
  padding-top: 20px;
  margin-top: 15px;
  margin-bottom: 60px;
  border-top: 1px solid #BEBEBE;
  overflow: hidden;
}

.home #contents #main_bottom {
  border-top: none;
  padding: 0;
  margin: 0;
}

#contents #main_bottom #btn_back,
#contents #main_bottom #btn_next{
  float: left;
  display: inline-block;
}
#contents #main_bottom #btn_next{
  float: right;
}

#contents #main_bottom #btn_back p,
#contents #main_bottom #btn_next p {
  font-size: 12px;
  padding: 9px 20px 9px 35px;
  border: solid 1px #BEBEBE;
  background: #F5E7DB url(../images/burette/back.svg) no-repeat left 15px center;
  border-radius: 25px;
  cursor: pointer;
}
#contents #main_bottom #btn_next p {
  background: #F5E7DB url(../images/burette/next.svg) no-repeat right 15px center;
  padding: 9px 35px 9px 20px;
}
#contents #main_bottom #btn_back p:hover,
#contents #main_bottom #btn_next p:hover {
  border: solid 1px #DD9B8C;
}

#footer {
  margin: auto;
  clear: both;
  overflow: hidden;
  zoom: 1;
  z-index: 120;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#footer #footer_in {
  margin-top: 10px;
  padding: 26px 20px;
  background-color: #fff;
  overflow: hidden;
}

#footer #footer_in p,
#footer #footer_in a {
  color: #464646;
  font-size: 12px;
}

#footer #footer_in #info {
  float: left;
}

#footer #footer_in #terms {
  float: right;
}

#footer #footer_in #info p,
#footer #footer_in #terms p {
  float: left;
}

#footer #footer_in #info p:nth-child(1),
#footer #footer_in #terms p:nth-child(1) {
  margin-right: 20px;
}

#footer #footer_in #ft_copy {
  direction: ltr;
  margin: 0;
}

.second #footer #footer_in{
  border-top: 1px solid #BEBEBE;
}
.second #footer #footer_in #terms {
  float: none;
}
.second #footer #footer_in #terms p:nth-child(1) {
  float: left;
}
.second #footer #footer_in #ft_copy {
  float: right;
}

#header {
  margin: 0px;
}

.home #contents {
  margin: 80px auto 0 auto;
}

.home #contents #accent {
  clear: both;
  margin-bottom: 30px;
  overflow: hidden;
}

.home #contents #accent #module {
  position: relative;
}

.home #contents #accent #module .img {
  margin: 30px 0;
}

.home #contents #accent #module .img img {
  width: 100%;
  max-width: 720px;
  border-radius: 20px;
}

.home #contents #accent .model img{
  position: absolute;
  top: 80px;
  left: 20px;
  width: 100%;
  max-width: 95px;
}

.home #contents #accent .cover_title {
  position: absolute;
  left: 20px;
  bottom: 25px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 13px 30px 10px 30px;
  border-radius: 25px;
}

.home #contents #accent .cover_title h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}

.home #contents #accent p {
  text-align: center;
}

.home #contents .cell {
  margin-top: 75px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0 20px;
}
.home #contents .cell:nth-child(1){
  margin-top: 40px;
}

.home #contents .cell:nth-child(2),
.home #contents .cell:nth-child(4) {
  direction: rtl;
}

.home #contents .cell:nth-child(2) .cell70,
.home #contents .cell:nth-child(4) .cell70 {
  direction: ltr;
}

.home #contents .cell img {
  max-width: 220px;
  border-radius: 20px;
}

.home #contents .cell .title {
  border-bottom: 1px solid #F5E7DB;
  margin-bottom: 20px;
  padding-left: 0px;
}

.home #contents .cell .title h2 {
  color: #DD9B8C;
  font-size: 24px;
}

.home #contents .cell .title h2 span.sect {
  color: #D7D8DB;
  font-size: 48px;
  margin-right: 35px;
}

.home #contents .cell .link {
  margin-top: 15px;
}
.home #contents .cell .link a {
  color: #fff;
  background: #DD9B8C;
  padding: 7px 17px 7px 20px;
  border-radius: 20px;
  margin-bottom: 0 !important;
  display: inline-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 .cell .link a::after {
  content: "";
  width: 14px;
  height: 14px;
  margin: 0 0 0 3px;
  vertical-align: -7%;
  background: url(../images/burette/link_01.svg) no-repeat right center;
  display: inline-block;
}
.home #contents .cell .link a:active {
  transform: scale(0.8, 0.8);
}
path .st0{
  fill: #42AFE3 !important;
}
.home #contents .sub_menu {
  background-color: #F2F2F3;
  padding: 40px 100%;
  margin: 75px -100% 0 -100%;

}

.home #contents .sub_menu .sub_title {
  margin-bottom: 5px;
}

.home #contents .sub_menu .sub_title h3 {
  font-size: 16px;
  font-weight: normal;
}

.home #contents .sub_menu ul {
  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;
  padding: 20px 0;
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
}

.home #contents .sub_menu ul li {
  clear: left;
  padding-left: 15px;
}

.home #contents .sub_menu ul li::before {
  content: "";
  background-color: #464646;
  margin-left: -11px;
  margin-right: 6px;
  text-align: left;
  line-height: 1em;
  height: 3px;
  width: 3px;
  vertical-align: 23%;
  border-radius: 50%;
  display: inline-block;
}

.home #contents #main .article {
  position: relative;
}

.second #contents {
  margin: 326px auto 0 auto;
}
.second.searchex #contents {
  margin: 386px auto 0 auto;
}
:lang(es).second.searchex #contents {
  margin: 406px auto 0 auto;
}

.second #accent {
  clear: both;
  max-width: 720px;
  margin: 45px auto 40px auto;
  overflow: hidden;
}

.second #accent #module {
  float: left;
}

.second #accent #module .img {
  float: left;
}

.second #accent #module .model {
  float: left;
  color: #8B8F99;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  margin-left: 20px;
}

.second #accent #module .model img{
  width: 100%;
  max-width: 77px;
}

.trouble {
  float: right;
  margin-top: 7px;
}
.home .trouble {
  margin-top: 0px;
}
.trouble a {
  height: 35px;
  line-height: 33px;
  font-size: 12px;
  background: url(../images/icon/trouble.svg) no-repeat left 15px center;
  border: 1px solid #BEBEBE;
  padding: 0 20px 0 40px;
  border-radius: 25px;
  box-sizing: border-box;
  display: block;
}
.trouble a:hover {
  border: 1px solid #DD9B8C;
}
#guide {
  height: auto;
}
#btn_guide {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1000;
}

.second #contents #main {
  width: 100%;
  box-sizing: border-box;
  display: block;
}

.second #contents #main .article {
  width: 100%;
}

.second #contents #main .article .pageTitle {
  position: relative;
  z-index: 100;
}

.second #contents #main .article h1 {
  font-size: 24px;
  line-height: 1.2;
  border-bottom: solid 6px #F5E7DB;
  margin-bottom: 35px;
  padding-bottom: 10px;
}
.second.searchex #contents #main .article h1 {
  margin-bottom: 15px;
}

.second #contents #main .article h1::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 60px;
  height: 6px;
  background-color: #DD9B8C;
  display: block;
}

.second #contents #main .article .toc_title,
.second #contents #main .article .title {
  background-color: #F5E7DB;
  padding: 5px 10px 5px 0;
  margin: 70px 0px 25px 0px;
  clear: both;
}

.second.pl #contents #main .article .img+.toc_title,
.second.pl #contents #main .article .img+.title {
  margin: 20px 0px 25px 0px;
}

.second #contents #main .article .toc_title h2,
.second #contents #main .article .title h2 {
  border-left: solid 5px #DD9B8C;
  font-size: 16px;
  font-weight: normal;
  margin-left: 5px;
  padding-left: 5px;
}

.second #contents #main .article .toc_title+.toc_title.level2nd {
  margin: 10px 0px 10px 0px !important;
}

.second #contents #main .article .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;
  clear: both;
  background-color: #f4f4f4;
}

.second #contents #main .article .toc_title.level2nd h2 {
  font-size: 16px;
  font-weight: normal;
  display: block;
  padding-left: 10px;
  padding-top: 3px;
  border-left: solid 4px #8894ba;
}

.second #contents #main .article .sub_title {
  background-color: #F2F2F3;
  padding: 5px 10px 5px 15px;
  margin: 40px 0px 20px 0px;
  clear: both;
  position: relative;
}

.second #contents #main .article .sub_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #DD9B8C transparent transparent transparent;
}

.second #contents #main .article .sub_title h3 {
  font-size: 14px;
  font-weight: normal;
}

.second #contents #main .article .third_title {
  margin: 30px 0px 10px 0px;
}

.second #contents #main .article .third_title h4 {
  font-size: 14px;
  font-weight: normal;
}

.second #contents #main .article .fourth_title {
  margin: 20px 0px 5px 0px;
}
.second #contents #main .article .fourth_title h5 {
  font-size: 14px;
  font-weight: normal;
  padding-left: 18px;
}
.second #contents #main .article .fourth_title h5:before {
    content: "";
    background-color: #464646;
    margin-left: -18px;
    margin-right: 8px;
    text-align: left;
    line-height: 1em;
    height: 10px;
    width: 10px;
    vertical-align: 0;
    display: inline-block;
}

.second #contents #main .article .img {
  text-align: center;
  margin: 15px auto;
}

#contents .page_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 0.7;
  z-index: 999;
  cursor: pointer;
}

#contents .page_top a {
  text-align: center;
  margin-top: 12px;
  margin-left: 10px;
  width: 60px;
  height: 60px;
  background: url(../images/icon/pagetop.svg) no-repeat center center;
  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;
}


/*----------------------------------------------------
	index
----------------------------------------------------*/

/*----------------------------------------------------
	bread
----------------------------------------------------*/
#breadcrumbs {
  margin: 20px auto 0 auto;
  padding: 0;
  width: 100%;
  max-width: 720px;
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  direction: rtl;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
}

#breadcrumbs::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
#breadcrumbs::-webkit-scrollbar-track {
  background: #e6e6e6;
}
#breadcrumbs::-webkit-scrollbar-thumb {
  background: #BEBEBE;
}


#breadcrumbs ul {
  display: table;
  direction: ltr;
  text-align: left;
  margin: 0 auto 0 0;
  overflow: hidden;
}

#breadcrumbs li {
  display: table-cell;
  white-space: nowrap;
}

#breadcrumbs li + li{
  background: url(../images/burette/bread.svg) no-repeat left 5px center;
}

#breadcrumbs li{
  font-size: 12px;
  position: relative;
  padding: 8px 5px 8px 30px;
}

#breadcrumbs li:first-child {
  padding-left: 0;
}
#breadcrumbs li:last-child {
  color: #dd9b8c;
}
#breadcrumbs a:hover {
  color: #dd9b8c;
}

/*----------------------------------------------------
	search
----------------------------------------------------*/
.search_box_table {
  margin-bottom: 20px;
}

.search_box_table {
  margin-bottom: 0px;
}

.home .search_box_table {
  float: left;
  clear: none;
  width: 100%;
  max-width: 415px;
  margin-bottom: 0px;
}
:lang(es).home .search_box_table {
  max-width: 370px;
}
:lang(ja).home .search_box_table {
  max-width: 460px;
}
.search_box_table #searchButton {
  right: 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;
}

/*----------------------------------------------------
	column
----------------------------------------------------*/
.multi-column {
  clear: both;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}