@charset "utf-8";

#wrapper {
  width: 100%;
  zoom: 1;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
}

/*----------------------------------------------------
  header 
----------------------------------------------------*/
header {
  width: 100%;
  margin: 0 auto;
  border-top: 5px solid #0090DC;
}

header #header_main {
  margin: auto;
  max-width: 1280px;
  padding: 0 20px;
  clear: both;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

header #header_main #logo {
  float: left;
  margin-top: 25px;
}

header #header_main #logo a{
  width: 180px;
  height: auto;
  padding: 0;
  margin: 0;
  display: block;
}
header #header_main #logo a img{
  width: 180px;
}
header #header_main #home{
  float: right;
}
header #header_main #home a{
  background: #0090DC url(../img/icon/home.svg) no-repeat center center;
  background-size: 48px auto;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
}
header #header_main #home a:active {
  text-decoration: none;
  opacity: .5;
}

@media screen and (max-width:400px) {
  header #header_main {
    padding: 0 15px;
  }
  header #header_main #logo {
    margin-top: 12px;
  }
  header #header_main #logo a{
    width: 165px;
  }
  header #header_main #logo a img{
    width: 165px;
  }
}

@media screen and (max-width:310px) {
  header #header_main #logo a{
    width: 140px;
  }
  header #header_main #logo a img{
    width: 140px;
  }
}
/*----------------------------------------------------
  search
----------------------------------------------------*/
#searchText,
.search_box {
  width: calc(100% - 45px);
  margin-right: 45px;
  height: 45px;
  line-height: 45px;
}

#searchButton,
.searchButton {
  width: 45px;
  height: 45px;
  background: #1a1a1a url(../img/icon/search.svg) no-repeat center center;
  background-size: 25px auto;
}
/*----------------------------------------------------
  contents
----------------------------------------------------*/
#contents {
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 0;
  clear: both;
  position: relative;
  box-sizing: border-box;
}
p {
  margin-top: 2px;
}
@media screen and (max-width:400px) {
  #contents {
    padding: 20px 15px 0;
  }
  p {
    margin-top: 0;
  }
}
/*----------------------------------------------------
パンくず
----------------------------------------------------*/
#bread {
  border: 1px solid #a8a8a8;
  border-left: none;
  border-right: none;
  padding: 5px 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
#bread::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
#bread::-webkit-scrollbar-track {
  background: #D7D9D9;
}
#bread::-webkit-scrollbar-thumb {
  background: #777777;
}

#bread p {
  margin: auto;
  padding: 0 ;
}
/*----------------------------------------------------
   main内
----------------------------------------------------*/
article {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#content {
  margin: 40px 0 60px 0;
}
#content .brand{
  text-align: center;
  margin: 0 0 40px;
}
.index #content {
  margin: 48px 0 60px 0;
}
.searchcat #content .brand{
  margin: 30px auto 40px;
}
#content .brand img{
  max-width: 250px;
  width: 100%;
}
/*----------------------------------------------------
  page_top
----------------------------------------------------*/
#page_top a {
  background: #777777 url(../img/icon/top.svg) no-repeat center center;
  background-size: 48px auto;
  width: 40px;
  height: 40px;
}
/*----------------------------------------------------
  category
----------------------------------------------------*/
.category {
  max-width: auto;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}
.category ul{
  display:flex;
  align-items:stretch;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.category ul li{
  width:calc(100%/2 - 10px);
  height:auto;
}
.searchcat .category{
  padding-top: 10px;
  max-width: 550px;
}
.list{
  max-width: auto;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}
.list ul{
  display:flex;
  align-items:stretch;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.list ul li{
  width:calc(100%/2 - 15px);
  height:auto;
}
.list li p.date{
  float: none;
  font-size: 0.7em;
  font-family: 'NotoSans-R','NotoSansJP-R', sans-serif;
  margin: 0 0 2px 25px;
}
@media screen and (max-width:480px) {
  .searchcat .category{
    padding: 0;
  }
  .category ul{
    gap: 10px;
  }
  .category ul li{
    width:100%;
    height:auto;
  }
  #content .brand{
    max-width: 250px;
    margin: 0 auto 40px;
  }
  .list ul{
    gap: 10px 20px;
  }
  .list ul li{
    width:calc(100%/2 - 10px);
  }
}
/*----------------------------------------------------
  footer
----------------------------------------------------*/
footer {
  margin: auto;
  clear: both;
  overflow: hidden;
  zoom: 1;
  z-index: 120;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #a8a8a8;
}

footer #footer_main {
  max-width: 1280px;
  padding: 10px 20px;
  margin: auto;
  clear: both;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
}

footer #footer_main #ft_fNavi {
  order: 1;
}
footer #footer_main #ft_fNavi ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}

footer #footer_main #ft_fNavi li a{
  color: #1a1a1a;
  background: url(../img/icon/another_footer.svg) no-repeat center right;
  background-size: 14px auto;
  padding: 3px 19px 3px 0;
  line-height: 1;
}

footer #footer_main #copyright {
  border-top: 1px solid #a8a8a8;
  text-align: center;
  margin: 10px -100% 0 -100%;
  padding: 10px 100% 0 100%;
  line-height: 1;
  order: 2;
}
footer #footer_main #copyright p{
  margin: 4px 0;
}
footer #footer_main #lang{
  clear: both;
  text-align: center;
  margin-top: 13px;
  margin-right: 0;
}
footer #footer_main #lang a{
  color:#1a1a1a;
  font-size: 13px !important;
}
/*----------------------------------------------------
	accent_box
----------------------------------------------------*/
.accent {
  margin-top: 30px;
  padding: 30px 20px;
  clear: both;
}
.accent .title{
  text-align: center;
  margin: 0;
}
.accent p{
  text-align: left;
}
/*----------------------------------------------------
	scrollbox
----------------------------------------------------*/
.scrollbox {
  margin: 20px 0 50px 0;
  padding: 30px;
}
/*----------------------------------------------------
	accordion
----------------------------------------------------*/
.agree{
  margin-top: 10px;
}
.agree .agreebutton{
  max-width: 280px;
  padding: 15px 20px 15px 20px;
  background-color: #0092db;
  margin: auto;
  position: relative;
  cursor: pointer;
}
.agree .agreebutton::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #1a1a1a url(../img/burette/Down.svg) no-repeat center center;
  display: block;
}
.agree .agreebox .box {
  max-width: 450px;
  margin: 0 auto;
}
.pdf a,
.html a{
  background: url(../img/icon/view.svg) no-repeat center right;
  background-size: 1.3em auto;
  padding: 3px 35px 3px 0; 
}
.html a{
  background: url(../img/icon/another.svg) no-repeat center right;
  background-size: 1.3em auto;
}

/*----------------------------------------------------
	個別設定
----------------------------------------------------*/
.category_title{
  margin: 40px 0 30px 0;
  padding: 8px 10px;
}
.category_title+.category_sub_title{
  margin: -30px 0 30px 0;
}
.sort {
  margin-bottom: 20px;
}
.sort select {
  height: 32px;
}
.title {
  margin: 30px 0 0 0;
}
.sub_title {
  margin: 30px 0 10px 0;
}
.third_title {
  margin: 10px 0px 5px 0px;
}

p,
.step li,
#bread p {font-size: 14px;}
.category li a{font-size: 14px;}
.lead {font-size: 16px; font-family: 'NotoSans-B','NotoSansJP-B', sans-serif;}
.agree .agreebutton p{font-size: 20px;}
h1 {font-size: 30px; font-family: 'NotoSans-B','NotoSansJP-B', sans-serif;}
.model h1 {font-size: 22px;}
h2 {font-size: 24px; font-weight: normal;}
.scrollbox .title h2{font-size: 22px; font-family: 'NotoSans-B','NotoSansJP-B', sans-serif;}
.scrollbox .sub_title h3{font-size: 16px; font-family: 'NotoSans-B','NotoSansJP-B', sans-serif;}
h3 {font-size: 20px; }
h4 {font-size: 20px; }
h5 {font-size: 20px; }
#searchText {font-size: 14px;}
.pagenav ul li a{font-size: 14px;padding: 5px 12px;}
.pdf a, .html a{font-size: 20px;}
#aot_link a{font-size: 14px; padding: 10px 40px 10px 15px;}
footer #footer_main #copyright p {font-size: 12px;}
footer #footer_main #ft_fNavi a {font-size: 12px;}
.pc {
  display: none;
}
@media screen and (max-width: 480px) {
  h1 {font-size: 24px; font-family: 'NotoSans-B','NotoSansJP-B', sans-serif;}
  .model h1 {font-size: 20px;}
h2 {font-size: 22px; font-weight: normal;}
.scrollbox .title h2{font-size: 20px; font-family: 'NotoSans-B','NotoSansJP-B', sans-serif;}
h3 {font-size: 18px; }
h4 {font-size: 18px; }
h5 {font-size: 18px; }
}