@charset "utf-8";
/*----------------------------------------------------
  category list
----------------------------------------------------*/

.category li,
.list li{
  break-inside: avoid;
  display: block;
}
/*.category li+li{
  margin-top: 30px;
}*/
.category li{
  position: relative;
}
.category li a{
  background-color: #e9e9e9;
  color: #0000FF;
  min-height: 50px;
  padding: 1px 10px 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.category li a::before{
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  background: url(../img/burette/list.svg) no-repeat center center;
  display: block;
}
.category li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 10px;
	border-color: #a8a8a8 transparent transparent transparent;
}
.category li:hover::before{
  content: '';
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 10px;
  border-color: #0000FF transparent transparent transparent;
}
.category li a:hover::before{
  background: url(../img/burette/list_c.svg) no-repeat center center;
}
.category .brand a img{
  max-width: 100%;
  text-align: center;
}
.category .brand a{
  background-color: #fff;
  min-height: 50px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.category .brand a:hover,
.category .brand a:active {
  text-decoration: none;
  opacity: .7;
}
.category .brand a::before,
.category .brand::before,
.category .brand:hover::before,
.category .brand a:hover::before{
  display: none;
}

.list li{
  position: relative;
}
.list li a{
  background: url(../img/burette/list.svg) no-repeat top 2px left;
  padding-left: 25px;
  display: inline-block;
}
.list li p.date{
  color: #777;
  font-size: 0.8em;
  font-family: 'NotoSans-R','NotoSansJP-R', sans-serif;
  margin: 0 0 3px 25px;
}
.list li p{
  clear: both;
  margin: 0 0 0 25px;
}

.pagenav{
  margin: 40px 0 0 0;
  overflow: hidden;
  box-sizing: border-box;
}
.pagenav ul{
  display: flex;
  justify-content: center;
}
.pagenav ul li{
  float: left;
}
.pagenav ul li.acc{
  background-color: #a8a8a8;
}
.pagenav ul li a{
  text-decoration: none;
  color: #1a1a1a;
  padding: 5px 15px;
  display: block;
}
.pagenav ul li.acc a{
  color: #fff;
  padding: 5px 10px;
  white-space: nowrap;
}
.pagenav ul li.now a,
.pagenav ul li a:hover{
  font-weight: bold;
  color: #0000FF;
}
.pagenav ul li.acc a:hover{
  font-weight: bold;
  color: #0000FF;
}
.pagenav .disabled{
  display: none;
}
.pagenav .scroll{
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  justify-content: left;
}
.pagenav .scroll::-webkit-scrollbar {
width: 3px;
height: 3px;
}
.pagenav .scroll::-webkit-scrollbar-track {
background: #D7D9D9;
}
.pagenav .scroll::-webkit-scrollbar-thumb {
background: #777777;
}
/*----------------------------------------------------
  step系
----------------------------------------------------*/
ol li p {
  margin-left: 0px;
}

ol.step {
  margin-top: 0px;
  counter-reset: step;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
ol.step li {
  margin: 1em 0 0 0;
  padding-left: 35px;
  position: relative;
  clear: both;
}
ol.step>li:before {
  content: counter(step) ".";
  counter-increment: step;
  text-align: center;
  display: inline-block;
  text-align: left;
  width: 30px;
  margin-left: -35px;
  margin-right: 5px;
}
ol.step>li p {
  margin-left: 0px;
  display: inline;
}
ol.step>p,
ol.step>.link {
  margin-left: 30px;
}

/*----------------------------------------------------
  column
----------------------------------------------------*/
.multi-column+.multi-column {
  margin-top: 40px;
}
.multi-column.border {
  column-rule: 1px solid #000;
}

/*----------------------------------------------------
	accent_box
----------------------------------------------------*/
.accent {
  position: relative;
  background-color: #e9e9e9;
  margin-top: 50px;
  padding: 50px 40px;
  clear: both;
}
.model .accent::before{
  content: '';
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 0 20px;
  border-color: #0092db transparent transparent transparent;
}
.accent .title{
  text-align: center;
  margin: 0;
}
.accent p{
  text-align: center;
  margin: 0;
}
/*----------------------------------------------------
	scrollbox
----------------------------------------------------*/
.scrollbox {
  margin: 20px 0 50px 0;
  padding: 50px 80px;
  border: 1px solid #a8a8a8;
  box-sizing: border-box;
  overflow-y: auto;
}
@media screen and (max-width:1050px) {
  .scrollbox {
    padding: 50px 50px;
  }
}
/*----------------------------------------------------
	accordion
----------------------------------------------------*/
.agree {
  margin-top: 20px;
}
.agree .agreebox{
  margin: 0px -100%;
  padding: 50px 100%;
  background-color: #1a1a1a;
}
.agree .agreebox .box{  
  max-width: 950px;
  margin: 0 auto;
}
.agree .agreebox .box p{
  margin: 0 ;
}
.agree .agreebox .box p+p{
  margin-top: 10px;
}
.agree .agreebox .box a{
  color: #fff;
} 
.pdf a,
.html a{ 
  background: url(../img/icon/view.svg) no-repeat bottom 1px right;
  background-size: 1.3em auto;
  padding: 3px 40px 3px 0;  
}
.html a{ 
  background: url(../img/icon/another.svg) no-repeat bottom 2px right;
  background-size: 1.3em auto;
} 
.agree .agreebutton{
  max-width: 350px; 
  padding: 15px 20px 15px 20px;
  text-align: center;
  background-color: #0092db;
  margin: auto;
  position: relative;
  cursor: pointer;
}
.agree .agreebutton::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  background: #1a1a1a url(../img/burette/Down.svg) no-repeat center center;
  display: block;
}
.agree .agreebutton.close{
  background-color: #a8a8a8;
}
.agree .agreebutton.close::before{
  background: #1a1a1a url(../img/burette/Up.svg) no-repeat center center;
}
.agree .agreebutton p{
  color: #fff;
  line-height: 1;
  margin: 0;
}
.agree .agreebutton .off{
  display: none;
}
.agree .agreebutton.close .off{
  display: block;
}
.agree .agreebutton.close .on{
  display: none;
}
/*----------------------------------------------------
	errorpage
----------------------------------------------------*/
.errorpage .third_title{
  text-align: center;
}
.errorpage .link{
  text-align: center;
}
/*----------------------------------------------------
	search
----------------------------------------------------*/
#search_area {
  position: relative;
  margin-top: 20px;
}
#search form {
  max-width: 768px;
  clear: both;
  box-sizing: border-box;
  position: relative;
  margin: 0px auto;
  display: block !important;
  overflow: hidden;
}
#search #searchText {
  position: relative;
  background-color: #FFF;
}
#search_result a {
  background-color: #FFF;
}

#searchText {
  color: #808080;
  width: calc(100% - 95px);
  margin-right: 95px;
  height: 50px;
  line-height: 50px;
  background-color: #FFF;
  border: 1px solid #1a1a1a;
  padding: 0px 10px 0px 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  box-sizing: border-box;
}

#searchButton{
  position: absolute;
  top: 0;
  right: 0px;
  width: 75px;
  height: 50px;
  margin-left: 0px;
  padding: 0;
  background: #1a1a1a url(../img/icon/search.svg) no-repeat center center;
  border: none;
  display: block;
  cursor: pointer;
}

.searchButton {
  right: 50px;
}

#text_hidden,
.text_hidden {
  display: none;
}

#search_result {
  padding-bottom: 80px;
}

#result {
  margin: 0;
  line-height: 1.6;
}

#result>p {
  font-weight: bold;
  margin-bottom: 5px;
}
#result .text>p {
  margin-bottom: 5px;
}

#result p a {
  margin-top: 15px;
  display: block;
}
/*----------------------------------------------------
	page_top
----------------------------------------------------*/
#page_top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#page_top a {
  background: #777777 url(../img/icon/top.svg) no-repeat center center;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  transition: all .3s ease;
}
#page_top a:hover,
#page_top a:active {
  text-decoration: none;
  opacity: .5;
}
/*----------------------------------------------------
	text系
----------------------------------------------------*/
.main_title {
  text-align: center;
}
#aot_link{
  text-align: right;
  margin-top: 0px;
}
#aot_link a{
  color: #0000FF;
  background: #e9e9e9 url(../img/icon/another_footer.svg) no-repeat center right 15px;
  background-size: 22px auto;
  padding: 12px 40px 12px 20px;
}
.category_title{
  text-align: center;
  background-color: #a8a8a8;
  margin: 60px 0 40px 0;
  padding: 8px 20px;
}
.category_title h2{
  color: #fff;
}
.category_title+.category_sub_title{
  margin: -40px 0 30px 0;
}
.category_sub_title{
  text-align: center;
  background-color: #e9e9e9;
  border-bottom: 1px solid #a8a8a8;
  margin: 0 0 30px 0;
  padding: 10px 20px;
  position: relative;
}
.category_sub_title .sort{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.sort{
  float: right;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-top: -31px;
  margin-bottom: 30px;
}
.sort span{
  font-size: 13px;
  margin-right: 0.8em;
}
.sort::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #1a1a1a;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}

.sort select {
  appearance: none;
  height: 39px;
  padding: .4em calc(.8em + 25px) .4em .8em;
  border: 1px solid #a8a8a8;
  box-sizing: border-box;
  background-color: #fff;
  color: #1a1a1a;
  cursor: pointer;
}

.scrollbox .title {
  margin: 0 0 20px 0;
}
.scrollbox .sub_title {
  margin: 20px 0 5px 0;
}
.scrollbox p {
  margin-top: 0;
  line-height: 1.6;
}
.title {
  margin: 50px 0 0 0;
}
.sub_title {
  margin: 50px 0 10px 0;
}
.third_title {
  margin: 30px 0px 10px 0px;
  display: block;
}
.fourth_title {
  margin: 15px 0 0 0;
  display: block;
}

.note {
  padding-left: 20px;
  position: relative;
}
.note:before {
  content: "";
  display: inline-block;
  line-height: 1;
  margin-left: -15px;
  margin-right: 11px;
  text-align: left;
  background-color: #000;
  vertical-align: 19%;
  height: 4px;
  width: 4px;
  border-radius: 50%;
}
.sub_note {
  width: auto;
  margin-left: 20px;
  overflow: hidden;
}
.sub_note .note:before {
  margin-right: 9px;
  vertical-align: 30%;
  height: 1px;
  width: 6px;
  border-radius: 0;
}

.foot_note {
  overflow: hidden;
  counter-reset: foot_note;
}
.foot_note .note {
  padding-left: 15px;
  background: none;
  position: relative;
  overflow: hidden;
}
.foot_note .note:before {
  content: "*";
  background-color: transparent;
  vertical-align: middle;
  margin-left: -15px;
  margin-right: 0;
  margin-top: -2px;
  height: 1em;
  width: 15px;
  border-radius: 0;
}
.foot_note .note.num {
  padding-left: 30px;
}
.foot_note .note.num:before {
  content: "*" counter(foot_note);
  counter-increment: foot_note;
  margin-left: -30px;
  width: 30px;
}
.link{
  max-width: 1100px;
  margin: 40px auto 0 auto;
}
a.link,
.link a {
  color: #1a1a1a;
  background: url(../img/burette/link.svg) no-repeat left center;
  padding: 0px 0px 0px 18px;
}

p.text_right {
  text-align: right;
}

p.text_center {
  text-align: center;
}

/*----------------------------------------------------
	suggest
----------------------------------------------------*/
#suggest {
  position: absolute;
  top: 35px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #999;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

#suggest>div {
  padding: 5px 10px;
  cursor: pointer;
  text-align: left;
}

#suggest>div:hover,
#suggest>div.select {
  color: #fff;
  background-color: #007eff;
}