@charset "UTF-8";
html {
  font-size: 16px;
  font-feature-settings: "palt";
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #555;
  text-align: center;
  font-size: 1rem;
  font-feature-settings: "palt";
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  line-height: 150%;
}

th, td {
  color: #555;
  vertical-align: top;
  font-size: 1rem;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  line-height: 150%;
}

a {
  cursor: pointer;
}
a:link {
  color: #486B97;
  text-decoration: none;
}
a:visited, a:active {
  color: #5B8190;
  text-decoration: none;
}
a:hover {
  color: #946349;
  text-decoration: underline;
}

img {
  border: none;
  outline: none;
  vertical-align: bottom;
}

form {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 150%;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrap {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 769px) {
  .wrap {
    padding: 0 10px;
  }
}

.local_nav {
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .local_nav {
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 769px) {
  .local_nav {
    margin: auto;
  }
}
.local_nav .home {
  width: 90px;
  text-align: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.local_nav .cat {
  width: calc(100% - 90px);
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.local_nav .cat > li {
  border: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .local_nav .cat > li {
    width: 100%;
    margin: 2px 0 0 2px;
  }
  .local_nav .cat > li:first-child {
    margin: 0 0 0 2px;
  }
}
@media only screen and (min-width: 769px) {
  .local_nav .cat > li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin: 0 0 0 2px;
    box-sizing: border-box;
  }
}
.local_nav .cat > li a {
  display: block;
  padding: 6px 0 4px;
}
.local_nav .cat li {
  display: block;
  text-align: center;
  position: relative;
  background: #fff;
  cursor: pointer;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-sizing: border-box;
}
.local_nav .cat li:hover {
  background: #eee;
}
.local_nav .cat li ul {
  padding: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 35px;
  left: 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.local_nav .cat li ul li {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  display: block;
  margin: 0 0 0 0;
  font-size: 0.9rem;
  line-height: 150%;
  padding: 5px 0 4px;
}
.local_nav .cat li ul li:hover {
  background: #eee;
}
.local_nav .cat li ul li a {
  display: block;
  padding: 3px 0 2px;
}
.local_nav .cat li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

/*買取共通*/
.nav-local {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 15px auto 10px;
}
.nav-local img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .nav-local li {
    width: 24.5%;
    margin: 0 0 1% 0;
  }
}
@media only screen and (min-width: 769px) {
  .nav-local li {
    width: 12.3%;
  }
}

.content_head {
  max-width: 1200px;
  margin: 0 auto 10px;
  border-bottom: 2px dotted #ccc;
}
@media only screen and (max-width: 768px) {
  .content_head {
    padding: 5px 0 10px 0;
  }
}
@media only screen and (min-width: 769px) {
  .content_head {
    padding: 15px 0 10px 0;
  }
}
.content_head h1 {
  font-size: 1.3rem;
  line-height: 150%;
  font-feature-settings: "palt";
}
.content_head .meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0.9rem;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .content_head .meta {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .content_head .meta {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
}
.content_head .cat {
  letter-spacing: -.4em;
}
@media only screen and (max-width: 768px) {
  .content_head .cat {
    -webkit-order: 2;
    order: 2;
    text-align: left;
  }
}
.content_head .cat strong {
  background-color: #cc0000;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 1px 0;
  display: inline-block;
  letter-spacing: normal;
}
.content_head .cat em {
  background-color: #999;
  color: #fff;
  padding: 5px 7px;
  margin: 0 0 1px 10px;
  display: inline-block;
  font-style: normal;
  letter-spacing: normal;
}
.content_head .cat a {
  display: inline-block;
  padding: 4px 5px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  box-sizing: border-box;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  .content_head .date {
    -webkit-order: 1;
    order: 1;
    text-align: right;
    margin: 0 0 5px 0;
  }
}

.content {
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .content {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .content {
    width: 100%;
    max-width: 1200px;
  }
}

.entry {
  margin: 0 0 20px 0;
  text-align: left;
}

.pickup {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  display: none;
}
.pickup img {
  max-width: 100%;
  max-height: 250px;
  margin: 0 auto;
}
.pickup .slick-initialized {
  display: block;
}

h2 {
  font-size: 1rem;
  margin: 0 0 10px 0;
  padding: 10px 0 8px 10px;
  background-color: #8c0000;
  color: #fff;
}

h3 {
  font-size: 1rem;
  margin: 0 0 10px 0;
  padding: 10px 0 8px 10px;
  background-color: #8c0000;
  color: #fff;
}

h4 {
  font-size: 1rem;
  margin: 0 0 10px 0;
  padding: 10px 0 8px 10px;
  background-color: #8c0000;
  color: #fff;
}

h5 {
  font-size: 1rem;
  margin: 0 0 10px 0;
  padding: 10px 0 8px 10px;
  background-color: #8c0000;
  color: #fff;
}

.top_container {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .top_container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .top_container {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .block_home {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .block_home {
    width: 75%;
  }
}
.block_home img {
  max-width: 100%;
  height: auto;
}
.block_home .title_up .container {
  display: flex;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .block_home .title_up .container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .block_home .title_up .container {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .block_home .title_up .container .main {
    width: 100%;
    text-align: center;
  }
  .block_home .title_up .container .main ul {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .block_home .title_up .container .main ul li {
    width: 70%;
    margin: 0;
  }
  .block_home .title_up .container .main ul li img {
    width: 100%;
  }
  .block_home .title_up .container .main p {
    font-size: 15px;
    margin: 10px 0 15px;
  }
}
@media only screen and (min-width: 769px) {
  .block_home .title_up .container .main {
    width: 35%;
    text-align: center;
    margin: 0 0 30px;
  }
  .block_home .title_up .container .main ul {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
  .block_home .title_up .container .main ul li {
    width: 100%;
    margin: 0;
  }
  .block_home .title_up .container .main ul li img {
    width: auto;
  }
  .block_home .title_up .container .main p {
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  .block_home .title_up .container .main p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  .block_home .title_up .container .main p {
    font-size: 15px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 768px) {
  .block_home .title_up .container .sub {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .block_home .title_up .container .sub ul {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .block_home .title_up .container .sub ul li {
    width: 70%;
    margin: 0 0 15px;
  }
  .block_home .title_up .container .sub ul li img {
    width: 100%;
  }
  .block_home .title_up .container .sub p {
    font-size: 15px;
    margin: 10px 0 15px;
  }
}
@media only screen and (min-width: 769px) {
  .block_home .title_up .container .sub {
    width: 21.5%;
    text-align: center;
    margin: 0 0 0 70px;
  }
  .block_home .title_up .container .sub ul {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .block_home .title_up .container .sub ul li {
    width: 100%;
    margin: 0 auto 15px;
  }
  .block_home .title_up .container .sub p {
    font-size: 14px;
    margin: 10px 0 0;
    line-height: 20px;
  }
}

.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .sub {
    flex-direction: column;
    width: 100%;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 769px) {
  .sub {
    flex-direction: column;
    width: 25%;
    margin: 0 0 30px 20px;
  }
}
.sub .order_link {
  background-color: #008abc;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .sub .order_link {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .sub .order_link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0 0;
  }
}
.sub .order_link .link {
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .sub .order_link .link {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 769px) {
  .sub .order_link .link {
    padding: 10px 0;
  }
}
.sub .order_link .link a {
  color: #fff;
  box-sizing: border-box;
  display: block;
  width: 100%;
  line-height: 29px;
}
@media only screen and (max-width: 768px) {
  .sub .order_link .link a {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 769px) {
  .sub .order_link .link a {
    font-size: 1.25rem;
  }
}

.note {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .note {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 769px) {
  .note {
    margin: 0 0 10px;
  }
}
.note .attention h2 {
  margin: 0 0 10px 0;
  background-color: #cccccc;
  font-size: 1rem;
  padding: 10px 0 8px 10px;
}
.note .attention ul {
  margin: 0 0 0 8px;
}
.note .attention ul li {
  padding: 0 0 0 5px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .note .attention ul li {
    font-size: 15px;
    margin: 3px 0 0 2px;
  }
}
@media only screen and (min-width: 769px) {
  .note .attention ul li {
    font-size: 15px;
    margin: 3px 0 5px 5px;
  }
  .note .attention ul li:last-child {
    margin: 3px 0 0 5px;
  }
}
.note .attention ul li:before {
  content: "";
  display: inline-block;
  border: 3px solid transparent;
  border-left-color: #cc0000;
  position: absolute;
  top: 8px;
  left: -3px;
}

th, td {
  color: #555;
  vertical-align: top;
  font-weight: normal;
  font: normal 14px Sans-serif;
  line-height: 160%;
}

.load_csv_table {
  width: 100%;
  color: #666;
}
@media only screen and (min-width: 769px) {
  .load_csv_table {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.load_csv_table h2 {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  margin: 0 0 4px 0;
  padding: 5px 0 3px 10px;
  width: 100%;
}
.load_csv_table table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}
.load_csv_table table caption {
  text-align: left;
  background-color: #C40017;
  color: #fff;
  padding: 7px 0 4px 10px;
  line-height: 150%;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.load_csv_table table th, .load_csv_table table td {
  border: 1px solid #ccc;
  vertical-align: middle;
  word-break: break-all;
}
.load_csv_table table th {
  background-color: #f1f1f1;
  text-align: center;
  padding: 7px 0 4px 0;
}
.load_csv_table table td {
  padding: 7px 5px 4px 5px;
}
.load_csv_table .col2 {
  width: 49%;
}
