@charset "UTF-8";
/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
/* -------------------------------- */
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption,
input,
textarea,
select {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #000;
  overflow-y: scroll;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

a {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  opacity: 1;
}
a:hover, a:active, a:focus {
  outline: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type=image] {
  border: 0;
  height: auto;
  max-width: 100%;
}
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  text-decoration: none !important;
}
a:hover {
  opacity: 0.7;
}

input[type=image]:hover {
  opacity: 0.7;
}

/*--------------------------------------------------------------
Common
--------------------------------------------------------------*/
/*--------------------------------------------------------------
list page title
--------------------------------------------------------------*/
.top_head {
  text-align: center;
  padding-top: 3em;
  margin-bottom: 1em;
}
.top_head .ttl {
  color: #000;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .top_head .ttl {
    font-size: 2rem;
  }
}

.c_ttl {
  text-align: center;
  position: relative;
  padding-bottom: 1.5em;
  margin-bottom: 3em;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c_ttl {
    padding-bottom: 0.5em;
    margin-bottom: 2.5em;
  }
}
.c_ttl:before {
  content: "";
  width: 16em;
  position: absolute;
  border-bottom: solid 1px #000;
  bottom: 0;
  left: 50%;
  margin-left: -8em;
}
@media screen and (max-width: 767px) {
  .c_ttl:before {
    width: 14em;
    margin-left: -7em;
  }
}

/*--------------------------------------------------------------
btn
--------------------------------------------------------------*/
/* 全記事一覧を見る */
.top_list_btn {
  text-align: center;
  margin-bottom: 3.5rem;
  margin-top: 2rem;
}
.top_list_btn a {
  display: inline-block;
  border: solid 2px #000;
  color: #000;
  letter-spacing: 0.1em;
  width: 60%;
  padding: 1.5em 0;
  position: relative;
  background: url(../img/icon_arrow01.png) no-repeat 97% center;
}
@media screen and (max-width: 767px) {
  .top_list_btn a {
    font-size: 1rem;
    width: 90%;
    padding: 1em 0;
  }
}

/* ブランド買取 TOPはこちら */
.c_brand {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c_brand {
    margin-bottom: 40px;
  }
}
.c_brand.b a {
  width: auto;
  padding: 1rem 4em;
}
@media screen and (max-width: 767px) {
  .c_brand.b a {
    padding: 1rem 2.5rem;
  }
}
.c_brand a {
  display: inline-block;
  border-top: solid 3px #f00000;
  color: #fff;
  letter-spacing: 0.1em;
  width: 60%;
  padding: 1.5em 0;
  position: relative;
  background: #242322;
}
@media screen and (max-width: 767px) {
  .c_brand a {
    width: 80%;
    padding: 1rem 0;
  }
}
.c_brand a img {
  position: absolute;
  top: 0.2em;
  right: 0.2em;
}

/* 買取ページはこちら */
.c_kaitori {
  text-align: center;
  margin: 3.5em 0 1.5em;
}
.c_kaitori a {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.1em;
  width: 60%;
  padding: 1.5em 0;
  position: relative;
  background: #f00000;
}
@media screen and (max-width: 767px) {
  .c_kaitori a {
    width: 90%;
    padding: 1.5em 0;
  }
}
.c_kaitori a img {
  position: absolute;
  top: 2em;
  right: 1.5em;
}
@media screen and (max-width: 767px) {
  .c_kaitori a img {
    top: 2em;
    right: 1.5em;
  }
}

/* 全記事一覧トップへ戻る */
.c_back {
  text-align: center;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .c_back {
    margin: 40px 0;
  }
}
.c_back a {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  position: relative;
  color: #000;
}
.c_back a img {
  position: absolute;
  top: 2em;
  left: 0;
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/*--------------------------------------------------------------
btm contents
--------------------------------------------------------------*/
/* btm カテゴリー */
.side_cate {
  margin-bottom: 2em;
}
.side_cate.brand a {
  background: url(../img/icon_arrow01.png) no-repeat left center;
  padding-left: 1em;
}
.side_cate.brand ul li {
  width: 16%;
  margin-right: 2%;
}
.side_cate ul {
  background: #f6f6f6;
  padding: 0.8em 1.2em;
  display: flex;
  flex-wrap: wrap;
}
.side_cate div ul li {
  margin-right: 1em;
  margin-bottom: 0.5em;
  background: #fff;
  border-radius: 3px;
  padding: 0 8px;
  line-height: 1;
}
.side_cate div ul li a::before {
  content: "#";
}
.side_cate div ul li a {
  font-size: 0.8rem;
}
.side_cate a {
  display: block;
  padding: 0.4em 0;
  color: #000;
}

/* btm 検索 */
.side_search {
  margin-bottom: 2em;
  background: #f6f6f6;
  border-radius: 1em;
  padding: 1em;
}
.side_search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.side_search input[type=text] {
  width: 90%;
  background: transparent;
  font-size: 1.5rem;
}
.side_search input[type=image] {
  width: 2em;
}

/* btm bnr 買取診断 */
.side_bnr {
  text-align: center;
}

.low_head {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
}
.low_head .ttl {
  color: #000;
  font-size: 3rem;
  text-align: center;
}
.low_head .ttl span {
  font-family: "PT Serif", serif;
  font-size: 1rem;
  letter-spacing: 0.15em;
  padding-left: 0.15em;
  display: block;
  position: relative;
  line-height: 1.4;
  margin-bottom: 0.1em;
}
.low_head .ttl span:before {
  content: "";
  width: 2em;
  position: absolute;
  border-bottom: solid 1px #fff;
  bottom: -0.5em;
  left: 50%;
  margin-left: -1em;
}
.low_head ul {
  text-align: left;
}
.low_head ul li {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
}
.low_head ul li a {
  color: #fff;
}
.low_head ul li + li:before {
  content: ">";
  margin: 0 0.5em 0 0.25em;
}

/*--------------------------------------------------------------
パンくず
--------------------------------------------------------------*/
.low_bread_block {
  padding: 0.5rem 0;
}
.low_bread_block ul {
  text-align: right;
}
.low_bread_block li {
  display: inline-block;
  color: #000000;
  font-size: 0.8rem;
}
.low_bread_block li a {
  color: #000000;
}
.low_bread_block li + li:before {
  content: ">";
  margin: 0 0.5em 0 0.25em;
}
.low_bread_block ul {
  line-height: 120%;
}

/*--------------------------------------------------------------
記事
--------------------------------------------------------------*/
.blog_body .ttl {
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: solid 2px #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blog_body .ttl span {
  display: block;
  font-size: 0.8rem;
  line-height: inherit;
  font-weight: normal;
  margin-bottom: 10px;
}
.blog_body .wrap_ttl_info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 30px;
}
.blog_body .wrap_ttl_info time {
  margin-right: 10px;
  font-weight: 600;
}
.blog_body .wrap_ttl_info .info_top_list_cat span {
  margin-bottom: 4px;
}
.blog_body .sns {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 30px;
}
.blog_body .sns li {
  margin-left: 10px;
  height: 20px;
}
.blog_body .lead {
  margin-bottom: 20px;
}
.blog_body .lead img {
  width: 600px;
  height: auto;
  margin: 0 auto 30px auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .blog_body .lead img {
    width: 100%;
  }
}
.blog_body .lead p {
  font-size: 1rem;
  margin-bottom: 0;
}
.blog_body .menu {
  background: #f6f6f6;
  padding: 30px 40px;
  margin: 40px 0;
  font-weight: 600;
  border-top: solid #C9C8C8;
  border-width: 4px 1px 1px 1px;
}
@media screen and (max-width: 767px) {
  .blog_body .menu {
    padding: 15px;
  }
}
.blog_body .menu p {
  font-size: 1.5rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .blog_body .menu p {
    line-height: 1.1rem;
    font-size: 1.1rem;
  }
}
.blog_body .menu p img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .blog_body .menu p img {
    height: 1.1rem;
    width: auto;
  }
}
.blog_body .menu ul {
  margin-left: 1.5em;
}
.blog_body .menu ul li {
  text-indent: -1.5em;
  line-height: 1.5;
  margin-bottom: 5px;
}
.blog_body .menu ul li::before {
  content: "●";
  padding-right: 0.5em;
}
.blog_body .menu a {
  font-size: 1rem;
  padding: 0.4rem 0;
  color: #000;
  font-weight: 600;
}
.blog_body .list {
  margin-bottom: 2em;
  /* 新しいテンプレート */
}
.blog_body .list img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.blog_body .list h2 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  background: #000;
  position: relative;
  padding: 20px;
  margin-bottom: 40px;
  line-height: 1.5;
}
.blog_body .list h2:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 13px transparent;
  border-right: solid 30px rgb(153, 153, 153);
}
.blog_body .list h4 {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: solid 1px #000;
  line-height: 1.4;
  padding: 0 1% 0.5em;
  margin-bottom: 2em;
}
.blog_body .list > li {
  margin-bottom: 2em;
}
.blog_body .list .brand_colum_txt > h3.ttl_h3, .blog_body .list .brand_colum_txt > h4.ttl_h4, .blog_body .list .brand_colum_txt > h5.ttl_h5 {
  display: flex;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 15px;
}
.blog_body .list .brand_colum_txt > h3.ttl_h3 {
  color: #97710C;
  border-left: #174A45 solid 10px;
  padding-left: 20px;
  font-size: 1.25rem;
}
.blog_body .list .brand_colum_txt > h4.ttl_h4 {
  font-size: 1.1rem;
  background: #F8F4EC;
  border-bottom: #174A45 solid 1px;
  padding: 10px 20px;
}
.blog_body .list .brand_colum_txt > h5.ttl_h5 {
  font-size: 1rem;
  background: #E5E6E5;
  padding: 10px 20px;
}
.blog_body .list .brand_colum_txt ul.list_ul {
  margin-left: 2em;
  margin-bottom: 15px;
}
.blog_body .list .brand_colum_txt ul.list_ul li {
  text-indent: -1.7em;
}
.blog_body .list .brand_colum_txt ul.list_ul li::before {
  content: "●";
  padding-right: 0.7em;
  color: #97710C;
}
.blog_body .list .brand_colum_txt ul.list_ul li:nth-of-type(1) {
  margin-top: 15px;
}
.blog_body .list .brand_colum_txt ol.list_ol {
  counter-reset: number;
  margin-bottom: 15px;
}
.blog_body .list .brand_colum_txt ol.list_ol li {
  position: relative;
  padding-left: 2em;
}
.blog_body .list .brand_colum_txt ol.list_ol li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 5px;
  left: 0;
  width: 22px;
  height: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.8rem;
  background: #174A45;
}
.blog_body .list .brand_colum_txt ol.list_ol li:nth-of-type(1) {
  margin-top: 15px;
}
.blog_body .list .brand_colum_txt div.box01,
.blog_body .list .brand_colum_txt div.box02 {
  display: table;
  width: 100%;
  padding: 30px;
  margin-top: 30px;
  border-top: solid #C9C8C8;
  border-width: 4px 1px 1px 1px;
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt div.box01,
  .blog_body .list .brand_colum_txt div.box02 {
    padding: 20px;
  }
}
.blog_body .list .brand_colum_txt div.box01 {
  background-color: #F6F6F6;
}
.blog_body .list .brand_colum_txt div.box02 {
  background-color: #F8F4EC;
}
.blog_body .list .brand_colum_txt div.box01 > h5,
.blog_body .list .brand_colum_txt div.box02 > h5 {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt div.box01 > h5,
  .blog_body .list .brand_colum_txt div.box02 > h5 {
    flex-direction: column;
  }
}
.blog_body .list .brand_colum_txt div.box01 > h5 strong,
.blog_body .list .brand_colum_txt div.box02 > h5 strong {
  background: #000;
  color: #fff;
  font-weight: 600;
  padding: 2px 10px;
  white-space: nowrap;
  margin-right: 10px;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt div.box01 > h5 strong,
  .blog_body .list .brand_colum_txt div.box02 > h5 strong {
    margin-bottom: 10px;
  }
}
.blog_body .list .brand_colum_txt .tbl01, .blog_body .list .brand_colum_txt .tbl01 {
  margin-top: 30px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.blog_body .list .brand_colum_txt .tbl01 table {
  max-width: 100%;
  width: 100%;
  min-width: calc(100% - 540px);
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt .tbl01 table {
    width: 100%;
  }
}
.blog_body .list .brand_colum_txt .tbl01 table caption {
  text-align: left;
  padding-bottom: 15px;
  font-weight: 600;
}
.blog_body .list .brand_colum_txt .tbl01 table th {
  padding: 10px 20px;
  background: #F6F6F6;
  border: solid 1px #999999;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt .tbl01 table th {
    display: block;
    white-space: normal;
    border-width: 1px 1px 0 1px;
  }
}
.blog_body .list .brand_colum_txt .tbl01 table td {
  padding: 10px 20px;
  border: solid 1px #999999;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt .tbl01 table td {
    display: block;
    border-width: 1px 1px 0 1px;
  }
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt .tbl01 table tr:last-child td {
    display: block;
    border-width: 1px 1px 1px 1px;
  }
}
.blog_body .list .brand_colum_txt .tbl02 {
  overflow-x: auto;
  margin-bottom: 15px;
}
.blog_body .list .brand_colum_txt .tbl02 table {
  width: -moz-max-content;
  width: max-content;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.blog_body .list .brand_colum_txt .tbl02 table caption {
  text-align: left;
  padding-bottom: 10px;
  font-weight: 600;
}
.blog_body .list .brand_colum_txt .tbl02 table th {
  padding: 10px 20px;
  background: #F6F6F6;
  border: solid 1px #999999;
  font-weight: 600;
  text-align: center;
  width: 33.3%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt .tbl02 table th {
    width: 100%;
  }
}
.blog_body .list .brand_colum_txt .tbl02 table td {
  padding: 10px 20px;
  border: solid 1px #999999;
  word-break: break-all;
  width: 20em;
}
.blog_body .list .brand_colum_txt .tbl03 table {
  max-width: 100%;
  width: 100%;
  min-width: calc(100% - 540px);
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt .tbl03 table {
    width: 100%;
  }
}
.blog_body .list .brand_colum_txt .tbl03 table caption {
  text-align: left;
  padding-bottom: 15px;
  font-weight: 600;
}
.blog_body .list .brand_colum_txt .tbl03 table th {
  padding: 10px 20px;
  background: #F6F6F6;
  border: solid 1px #999999;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt .tbl03 table th {
    width: 60%;
    white-space: normal;
    border-width: 1px 1px 0 1px;
  }
}
.blog_body .list .brand_colum_txt .tbl03 table td {
  padding: 10px 20px;
  border: solid 1px #999999;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt .tbl03 table td {
    width: 60%;
    border-width: 1px 1px 0 1px;
  }
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt .tbl03 table tr:last-child td {
    width: 60%;
    border-width: 1px 1px 1px 1px;
  }
}
.blog_body .list .brand_colum_txt .tbl04 {
  overflow-x: auto;
  margin-bottom: 15px;
}
.blog_body .list .brand_colum_txt .tbl04 table {
  width: -moz-max-content;
  width: max-content;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.blog_body .list .brand_colum_txt .tbl04 table caption {
  text-align: left;
  padding-bottom: 10px;
  font-weight: 600;
}
.blog_body .list .brand_colum_txt .tbl04 table th {
  padding: 10px 20px;
  background: #F6F6F6;
  border: solid 1px #999999;
  font-weight: 600;
  text-align: center;
  width: 33.3%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt .tbl04 table th {
    width: 100%;
  }
}
.blog_body .list .brand_colum_txt .tbl04 table td {
  padding: 10px 20px;
  border: solid 1px #999999;
  word-break: break-all;
  width: 20em;
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt .tbl04 table td {
    padding: 10px 10px;
    width: 33%;
  }
}
.blog_body .list .brand_colum_txt a:link, .blog_body .list .brand_colum_txt a:active, .blog_body .list .brand_colum_txt a:visited {
  text-decoration: underline !important;
}
.blog_body .list .brand_colum_txt a.link {
  position: relative;
  padding-left: 11px;
  display: block;
  margin-top: 15px;
}
.blog_body .list .brand_colum_txt a.link + a.link {
  margin-top: 0px;
}
.blog_body .list .brand_colum_txt a.link::before {
  position: absolute;
  top: 0.85em;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #0044CC;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.blog_body .list .brand_colum_txt div.blockquote {
  position: relative;
  padding: 1rem 30px;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt div.blockquote {
    padding: 1rem 20px;
  }
}
.blog_body .list .brand_colum_txt div.blockquote:before,
.blog_body .list .brand_colum_txt div.blockquote:after {
  position: absolute;
  content: "”";
  font-size: 4rem;
  color: #C9C8C8;
  line-height: 1rem;
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt div.blockquote:before,
  .blog_body .list .brand_colum_txt div.blockquote:after {
    font-size: 3rem;
  }
}
.blog_body .list .brand_colum_txt div.blockquote:before {
  top: -1rem;
  left: 0;
  transform: scale(-1, -1);
}
.blog_body .list .brand_colum_txt div.blockquote:after {
  right: 0;
  bottom: -1rem;
}
.blog_body .list .brand_colum_txt .google_map {
  position: relative;
  width: 100%;
  height: 400px;
  padding-top: 400px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt .google_map {
    height: 0;
    padding-top: 75%;
  }
}
.blog_body .list .brand_colum_txt .google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog_body .list .brand_colum_txt .wrap_btn_cta {
  border: 1px solid #C9C8C8;
  background: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 30px;
  clear: both;
  margin-top: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt .wrap_btn_cta {
    padding: 30px 12px;
    margin-bottom: 20px;
  }
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt .wrap_btn_cta ul {
    display: block;
  }
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul li {
  width: 31.3333333333%;
  margin-right: 3%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt .wrap_btn_cta ul li {
    width: 100%;
    margin-right: 0;
    display: flex;
    margin-bottom: 24px;
  }
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul li h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.3em 0;
  background-color: #F9F4EC;
  border: 2px solid #000;
  font-weight: normal;
  text-align: center;
  box-sizing: border-box;
  border-radius: 1.6em;
  font-weight: 500;
  font-size: 1.17em;
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul li h3 strong {
  font-weight: 500;
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul li h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 2em;
  bottom: -15px;
  border-top: 15px solid #000;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul li h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 2em;
  bottom: -12px;
  border-top: 15px solid #F9F4EC;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul li a {
  width: 100%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  padding: 15px 0;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin-top: 51px;
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul li a img {
  margin-right: 8px;
  margin-left: 0;
  height: 30px;
  width: auto;
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul li a:link, .blog_body .list .brand_colum_txt .wrap_btn_cta ul li a:active, .blog_body .list .brand_colum_txt .wrap_btn_cta ul li a:visited {
  text-decoration: none !important;
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul li a::after {
  width: 13px;
  height: 13px;
  content: "";
  position: absolute;
  top: 47%;
  right: 24px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translate(0, -50%);
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul li:nth-of-type(1) a {
  background: #fc9942;
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul li:nth-of-type(1) h3 strong {
  color: #fc9942;
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul li:nth-of-type(2) a {
  background: #26A1B4;
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul li:nth-of-type(2) h3 strong {
  color: #26A1B4;
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul li:nth-of-type(3) {
  margin-right: 0;
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul li:nth-of-type(3) a {
  background: #7CB25E;
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul li:nth-of-type(3) a img {
  height: 35px;
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul li:nth-of-type(3) h3 strong {
  color: #7CB25E;
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul + span {
  display: block;
  text-align: right;
  margin-top: 10px;
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul + span a {
  position: relative;
}
.blog_body .list .brand_colum_txt .wrap_btn_cta ul + span a::after {
  position: absolute;
  top: 50%;
  left: -1em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #0044CC;
}
.blog_body .list .brand_colum_txt a.btn_link_w,
.blog_body .list .brand_colum_txt a.btn_link_b {
  position: relative;
  height: auto;
  text-align: center;
  display: table;
  min-width: 30%;
  padding: 1rem 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #9e9d9d;
  font-size: 1.2rem;
  text-decoration: none !important;
  margin: 15px auto 30px auto;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 767px) {
  .blog_body .list .brand_colum_txt a.btn_link_w,
  .blog_body .list .brand_colum_txt a.btn_link_b {
    min-width: auto;
    width: 100%;
  }
}
.blog_body .list .brand_colum_txt a.btn_link_w::before,
.blog_body .list .brand_colum_txt a.btn_link_b::before {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: rotate(45deg) translate(0, -50%);
}
.blog_body .list .brand_colum_txt a.btn_link_w {
  color: #fff;
  background: #000;
}
.blog_body .list .brand_colum_txt a.btn_link_w::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.blog_body .list .brand_colum_txt a.btn_link_b {
  color: #000;
}
.blog_body .list .brand_colum_txt a.btn_link_b::before {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}
.blog_body .list .brand_colum_txt a.btn_link_w:link,
.blog_body .list .brand_colum_txt a.btn_link_w:active,
.blog_body .list .brand_colum_txt a.btn_link_w:visited a.btn_link_b:link,
.blog_body .list .brand_colum_txt a.btn_link_b:active,
.blog_body .list .brand_colum_txt a.btn_link_b:visited {
  text-decoration: none !important;
}
.blog_body .list .brand_colum_txt .cnv_copy_out {
  margin-top: 30px;
  margin-bottom: 0;
}

.img_center {
  width: 600px;
  text-align: center;
  margin: 0 auto 0px auto;
}
@media screen and (max-width: 767px) {
  .img_center {
    width: 100%;
  }
}
.img_center img {
  display: block;
  width: 100%;
  height: auto;
}

.img_left {
  width: 500px;
  float: left;
  margin: 0 40px 0px auto;
}
@media screen and (max-width: 767px) {
  .img_left {
    margin: 0;
    width: 100%;
  }
}
.img_left img {
  display: block;
  width: 100%;
  height: auto;
}

.img_right {
  width: 500px;
  float: right;
  margin: 0 auto 0px 40px;
}
@media screen and (max-width: 767px) {
  .img_right {
    margin: 0;
    width: 100%;
  }
}
.img_right img {
  display: block;
  width: 100%;
  height: auto;
}

.brand_colum_txt {
  font-size: 1rem;
  margin-bottom: 40px;
}

.blog_body .list > li p {
  font-size: 1rem;
  margin-bottom: 40px;
}
.blog_body .clear {
  clear: both;
}

.blog_bnr {
  margin-bottom: 2em;
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 20px 10px;
}
.blog_bnr img {
  vertical-align: top;
  max-width: 100%;
}

.blog_bnr_txt {
  display: block;
  text-align: center;
  margin-top: 16px;
  font-size: 1rem;
  line-height: 120%;
  color: #000;
}

.blog_bnr_txt_icon {
  display: inline-block;
  background: url(../img/icon_arrow01.png) no-repeat right center;
  padding-right: 1em;
  color: #000;
}

@media all and (max-width: 767px) {
  .low_head {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .low_head .ttl {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .low_head .ttl span {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .low_head ul {
    display: none;
  }
  .blog_body .ttl {
    font-size: 1.2rem;
  }
  .blog_body .ttl span {
    font-size: 0.8rem;
  }
  .blog_body .sub p span {
    padding: 0.4em 0.5em 0.4em 0.5em;
    font-size: 0.8rem;
  }
  .blog_body .sub .sns {
    margin-left: 0.3em;
  }
  .blog_body .lead {
    margin-bottom: 1.5em;
  }
  .blog_body .lead img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 1em;
  }
  /*
     .blog_body .list > li img {
       width: 100%;
       float: none;
       margin-right: 0;
     }
     .blog_body .list > li:nth-child(odd) img {
       float: none;
       margin-left: 0;
     }
   */
  .low_bread_block {
    overflow-x: auto;
    white-space: nowrap;
  }
  .low_bread_block ul {
    text-align: left;
  }
  .brand_colum_txt,
  .blog_body .list > li p {
    font-size: 1rem;
  }
  .low_path {
    background: #d8d8d8;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0.5em 1em;
  }
  .low_path li {
    display: table-cell;
    font-size: 0.8rem;
    text-align: left;
  }
  .low_path li + li:before {
    content: ">";
    margin: 0 0.5em 0 0.25em;
  }
  .low_path li a {
    color: #000;
  }
}
.low_lead {
  text-align: left;
  margin-bottom: 3rem;
}
.low_lead p {
  font-size: 1rem;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
}

.blog_list {
  margin-bottom: 3em;
}
.blog_list li {
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #e5e5e5;
}
.blog_list a {
  display: block;
  color: #000;
}
.blog_list .icon {
  position: absolute;
}
.blog_list .img {
  float: left;
  width: 31%;
  display: block;
}
.blog_list dl {
  float: right;
  width: 65%;
}
.blog_list dt {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.blog_list dt span {
  font-size: 1rem;
  display: block;
  font-weight: normal;
}
.blog_list p {
  font-size: 1.2rem;
}
.blog_list p + p {
  margin-top: 1em;
}
.blog_list p + p span {
  color: #fff;
  font-size: 1rem;
  padding: 0.1em 0.5em;
  background: #000;
  border-radius: 0.3em;
  margin-right: 0.2em;
}

.blog_pager {
  text-align: center;
  margin: 5em 0 3em;
}
.blog_pager li {
  display: inline-block;
  margin: 0 0.2em;
}
.blog_pager li a {
  display: block;
  border: solid 1px #000;
  padding: 1em 1.5em;
  font-size: 1rem;
}
.blog_pager li span {
  display: block;
  border: solid 1px #000;
  padding: 1em 1.5em;
  font-size: 1rem;
  color: #fff;
  background: #000;
}
.blog_pager li.prev a, .blog_pager li.next a {
  border: none;
}

@media all and (max-width: 767px) {
  .low_lead {
    margin-bottom: 2rem;
  }
  .low_lead p {
    font-size: 1rem;
  }
  .low_lead p br {
    display: none;
  }
  .blog_list {
    margin-bottom: 1em;
    border-top: solid 1px #e5e5e5;
    padding-top: 1em;
  }
  .blog_list .img {
    width: 40%;
  }
  .blog_list dl {
    width: 57%;
  }
  .blog_list dt {
    font-size: 2.3rem;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .blog_list dt span {
    font-size: 1rem;
    margin-bottom: -0.6em;
  }
  .blog_list p:first-child {
    display: none;
  }
  .blog_list p + p {
    margin-top: 0.5em;
  }
  .blog_list p + p span {
    font-size: 1rem;
    padding: 0.2em 0.5em 0.1em;
  }
  .blog_pager {
    margin: 1em 0;
  }
  .blog_pager li a,
  .blog_pager li span {
    padding: 0.8em 1.2em;
    font-size: 1.8rem;
  }
}
/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_visible_sp {
  display: none;
}

.u_inner {
  margin: 0 auto;
  text-align: left;
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix {
  zoom: 1;
}
* html .u_clearfix > li {
  zoom: 1;
}
* + html .u_clearfix {
  zoom: 1;
}
* + html .u_clearfix li {
  zoom: 1;
}

.u_left {
  float: left;
}

.u_right {
  float: right;
}

.u_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 767px) {
  .u_visible_sp {
    display: inherit;
  }
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0;
    padding: 0 20px;
  }
  .u_left,
  .u_right {
    float: none;
    width: auto !important;
  }
}
/*-------------------------------------------------------------------------*/
/* ページング
/*-------------------------------------------------------------------------*/
.info_blog_pager {
  text-align: center;
  margin: 34px 0 0 0;
  line-height: 1;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .info_blog_pager {
    margin: 40px 0 0 0;
  }
}
.info_blog_pager a,
.info_blog_pager span {
  border: solid 1px #000;
  padding: 0.3rem 0.5rem;
  display: inline-block;
}
.info_blog_pager a {
  color: #000;
}
.info_blog_pager span {
  color: #fff;
  background: #000;
}
.info_blog_pager a.link_before, .info_blog_pager a.link_next {
  border: none;
}

/* カテゴリ一覧 */
.info_cat_list {
  margin-bottom: 3em;
}
.info_cat_list li {
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #e5e5e5;
  display: table;
  width: 100%;
}
.info_cat_list a {
  color: #000;
}
.info_cat_list a:hover {
  opacity: 0.7;
}

.info_cat_list_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info_cat_img_box {
  display: table-cell;
  width: 31%;
  padding-right: 4%;
  vertical-align: middle;
}

.info_cat_data_box {
  display: table-cell;
  vertical-align: middle;
}

.info_cat_img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
.info_cat_img a {
  display: block;
  position: relative;
  padding-top: 145px;
  overflow: hidden;
}
.info_cat_img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 150%;
  max-height: 150%;
  vertical-align: top;
}

.info_cat_new {
  position: absolute;
  top: 0;
  left: -4px;
}

.info_cat_ttl_block {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.6;
}

.info_cat_date {
  font-size: 0.8rem;
  font-weight: normal;
  display: block;
}

.info_cat_txt {
  font-size: 0.8rem;
}

.info_cat_icon {
  margin-top: 0.2em;
}
.info_cat_icon span {
  color: #fff;
  font-size: 0.8rem;
  padding: 0.2em 0.5em;
  background: #000;
  border-radius: 0.3em;
  margin-right: 0.2em;
  display: inline-block;
}
.info_cat_icon span a {
  color: #fff;
}

/* screens smaller than 767px
--------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .info_cat_list {
    margin-bottom: 1em;
    border-top: solid 1px #e5e5e5;
    padding-top: 1em;
  }
  .info_cat_img_box {
    width: 40%;
    padding-right: 3%;
  }
  .info_cat_ttl_block {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.4;
  }
  .info_cat_ttl_block a {
    line-height: 1.4;
  }
  .info_cat_date {
    font-size: 0.8rem;
  }
  .info_cat_txt {
    font-size: 1.8rem;
    display: none;
  }
  .info_cat_icon {
    margin-top: 0.8em;
  }
  .info_cat_icon span {
    font-size: 0.8rem;
    padding: 0.2em 0.5em 0em 0.5em;
    margin-bottom: 0.5em;
  }
  .info_cat_new {
    top: 5%;
  }
}
/*-------------------------------------------------------------------------*/
/* List
/*-------------------------------------------------------------------------*/
.info_top_list {
  display: flex;
  flex-wrap: wrap;
}
.info_top_list li {
  width: 316px;
  margin-right: 26px;
  position: relative;
  margin-bottom: 26px;
  position: relative;
  padding: 10px 10px calc(20px + 0.9rem) 10px;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.info_top_list li:nth-child(3n+1) {
  clear: both;
}
.info_top_list li:nth-of-type(3n) {
  margin-right: 0;
}
.info_top_list a {
  color: #000;
}
.info_top_list a:hover {
  opacity: 0.7;
}

.info_top_list_img a {
  position: relative;
  margin-bottom: 1em;
  width: 100%;
  height: 197px;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
  background: #efefef;
  border: 1px solid #efefef;
  display: block;
}
.info_top_list_img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  vertical-align: top;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}

.info_top_list_img_border img {
  border: solid 1px #e7e7e7;
}

.info_top_list_new {
  position: absolute;
  top: 15px;
  left: -4px;
}
.info_top_list_new img {
  height: 21px;
  width: 43px;
}

.info_top_list_ttl {
  font-size: 1rem;
  line-height: 1.5;
  margin: 1rem 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid #000;
  min-height: 5.5rem;
}

.info_top_list_sub {
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.info_top_list_date {
  text-align: right;
  font-size: 0.8rem;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #999999;
}

.info_top_list_date_sp {
  display: none;
}

.info_top_list_cat {
  display: flex;
  flex-wrap: wrap;
}
.info_top_list_cat span {
  color: #fff;
  font-size: 0.8rem;
  padding: 0.5em 0.3em 0.3em 0.3em;
  background: #000;
  border-radius: 3px;
  margin: 0 5px 5px 0;
  display: inline-block;
  line-height: 1;
}
.info_top_list_cat span.colum_cat {
  background: #174A45;
}
.info_top_list_cat span.colum_tag {
  background: #97710C;
}
.info_top_list_cat a {
  color: #fff;
}

/* screens smaller than 767px
--------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .info_top_list {
    margin-left: 0;
    display: block;
  }
  .info_top_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 10px calc(15px + 0.9rem) 10px;
  }
  .info_top_list_img {
    margin: 0;
    width: 100%;
  }
  .info_top_list_img a {
    display: block;
    position: static;
    height: auto;
  }
  .info_top_list_img a img {
    display: block;
    position: static;
    transform: translate(0%, 0%);
  }
  .info_top_list_info {
    width: 100%;
  }
  .info_top_list_ttl {
    font-weight: 500;
    min-height: auto;
    margin: 0.5rem 0 0.5rem 0;
    padding-bottom: 0.5rem;
    font-size: 0.9rem;
  }
  .info_top_list_date_sp {
    display: block;
  }
  .info_top_list_sub {
    display: block;
    position: static;
    width: auto;
  }
}
/* /screens smaller than 767px */

/* -----------------------------------------------------------
詳細ページへのブロック追加
----------------------------------------------------------- */
.wel_box {
  background-color: #f6f6f6;
  padding: 30px 0;
}

.wel_txt {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
  position: relative;
}
.wel_txt::before {
  content: url(../img/fu_lt.png);
  position: absolute;
  top: 3px;
  left: 175px;
}
.wel_txt::after {
  content: url(../img/fu_rt.png);
  position: absolute;
  top: 3px;
  right: 175px;
}

ul.wel_pt {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 670px;
}
ul.wel_pt li {
  font-size: 16px;
  width: 190px;
  height: 190px;
  text-align: center;
  padding: 35px 0 0;
  color: #fff;
  background: url(../img/bg_circle.png) no-repeat;
}
ul.wel_pt li a {
  color: #fff;
}
ul.wel_pt li img {
  padding-bottom: 5px;
}
ul.wel_pt li span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  padding-top: 10px;
}

@media all and (max-width: 767px) {
  .pc {
    display: none;
  }
  .fix_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 3.5% 3% 1.8%;
    z-index: 0;
  }
  .fix_footer p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2%;
  }
  .fix_footer p::before {
    content: url(../img/fu_lt_sp.png);
    position: relative;
    right: 5px;
  }
  .fix_footer p::after {
    content: url(../img/fu_rt_sp.png);
  }
  .fix_footer li {
    float: left;
    width: 33.3%;
    padding: 0 1.5%;
  }
}
/* -----------------------------------------------------------
詳細ページへのブロック追加 line
----------------------------------------------------------- */
.bnr_line.pc {
  margin: 40px 0 60px;
}

@media all and (max-width: 767px) {
  .bnr_line.u_visible_sp {
    margin-bottom: 10px;
  }
}
/* 画像サイズ
------------------------------------------------ */
.img_size_type01 {
  max-width: 1000px;
  margin: 0 auto 40px auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .img_size_type01 {
    max-width: 100%;
    margin: 0 auto 20px auto;
  }
}

.img_left img,
.img_right img {
  max-width: 100%;
}

.img_center img {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .img_center img {
    max-width: 100%;
  }
}

/* 動画調整
------------------------------------------------ */
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 3つの買取方法
------------------------------------------------ */
.blog_body .list h2.new-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 180%;
  margin-bottom: 52px;
  padding: 0px;
  border-bottom: none;
}

.new-lead.ce {
  font-size: 18px !important;
  line-height: 180%;
  text-align: center;
}

.new-lead-fsl {
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .brand_colum_item_select_area {
    margin: 0 -4%;
  }
  .blog_body .list h2.new-title {
    position: inherit;
    height: auto;
    background: none;
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 0.8em;
  }
  .new-lead.ce {
    font-size: 14px !important;
    line-height: 1.8;
    text-align: center;
    margin: 0 auto 2em;
    width: 90%;
    text-align: center;
  }
  .new-lead-fsl {
    font-size: 20px;
    font-weight: bold;
  }
}
/* max-width: 768px */
@media screen and (min-width: 769px) {
  .new_ac_cont {
    display: flex;
    margin: 0 auto;
  }
  .new_ac_cont .inner_cont {
    width: 33.3%;
  }
}
/* min-width: 769px */
@media screen and (max-width: 768px) {
  .new_ac_cont .inner_cont {
    margin-bottom: 15px;
  }
}
/* max-width: 768px */
.new_ac_cont .inner_cont .ttl_btn {
  width: 95%;
  margin: 0 auto;
  display: block;
  color: #141414;
  letter-spacing: 0;
  text-decoration: none !important;
}
.new_ac_cont .inner_cont .ttl_btn p {
  height: 50px;
  font-weight: 700;
  background: #141414;
  color: #fff;
  text-align: center;
  padding: 7px 4px 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-sizing: border-box;
}
.new_ac_cont .inner_cont .ttl_btn p.takuhai {
  background: #dd5f40;
}
.new_ac_cont .inner_cont .ttl_btn p.syuttyou {
  background: #529db0;
}
.new_ac_cont .inner_cont .ttl_btn p.tentou {
  background: #d0bf10;
  padding-top: 15px;
}
.new_ac_cont .inner_cont .ttl_btn figure {
  display: flex;
  justify-content: left;
  position: relative;
  margin: 0;
  padding: 6px 23px 9px 8px;
  border: solid 4px #cccccc;
  border-top: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 3px #d6d6d6;
  text-align: center;
}
.new_ac_cont .inner_cont .ttl_btn figure.takuhai {
  border-color: #dd5f40;
}
.new_ac_cont .inner_cont .ttl_btn figure.syuttyou {
  border-color: #529db0;
}
.new_ac_cont .inner_cont .ttl_btn figure.tentou {
  border-color: #d0bf10;
}
.new_ac_cont .inner_cont .ttl_btn figure figcaption {
  width: auto;
  text-align: left;
}
.new_ac_cont .inner_cont .ttl_btn figure figcaption span {
  display: block;
}
.new_ac_cont .inner_cont .ttl_btn figure figcaption span.l_txt {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  line-height: 1.2em;
}
.new_ac_cont .inner_cont .ttl_btn figure figcaption span.s_txt {
  line-height: 1.33em;
  font-size: 12px;
}
.new_ac_cont .inner_cont .ttl_btn img {
  width: 70px;
  max-height: 65px;
  margin-right: 0.5em;
}
.new_ac_cont .inner_cont .ttl_btn figure:after {
  content: "";
  /*
      background: url(/images/2020/select_btn/item_btn_arw.svg) no-repeat;
    */
  background-size: 20px auto;
  position: absolute;
  right: 5px;
  bottom: 0;
  top: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  transition: all 0.4s;
  transform: rotate(270deg);
}

@media screen and (max-width: 768px) {
  .new_ac_cont .inner_cont .ttl_btn figure {
    padding: 0.6em 1em 0.9em 1em;
  }
}
/* max-width: 768px */
@media screen and (max-width: 768px) {
  .new_ac_cont .inner_cont .ttl_btn figure figcaption span.l_txt {
    font-weight: 700;
    font-size: 28px;
    margin: 0;
    line-height: 1.2em;
  }
  .new_ac_cont .inner_cont .ttl_btn figure figcaption span.s_txt {
    line-height: 1.33em;
    font-size: 14px;
  }
  .new_ac_cont .inner_cont .ttl_btn img {
    width: 81px;
    max-height: 75px;
    margin-right: 1.4em;
  }
}
/* max-width: 768px */
@media screen and (max-width: 768px) {
  .new_ac_cont .inner_cont .ttl_btn figure:after {
    background-size: 28px auto;
    right: 8px;
    width: 28px;
    height: 28px;
  }
}
/* max-width: 768px */
/* コラム著者表示 */
.cmn_author_block {
  background-color: #F6F6F6;
  padding: 30px 40px;
  margin-bottom: 30px;
  border-top: solid #C9C8C8;
  border-width: 4px 1px 1px 1px;
}
@media screen and (max-width: 767px) {
  .cmn_author_block {
    padding: 30px 25px 0;
  }
}
.cmn_author_block h3.cmn_author_ttl {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .cmn_author_block h3.cmn_author_ttl {
    font-size: 1.1rem;
  }
}
.cmn_author_block h3.cmn_author_ttl img {
  margin-right: 10px;
  height: 1.1rem;
  width: auto;
}
.cmn_author_block .cmn_author_list li {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .cmn_author_block .cmn_author_list li {
    width: 100%;
    flex-direction: column;
  }
}
.cmn_author_block .cmn_author_list li:first-child {
  padding-top: 0;
  border-top: none;
}
.cmn_author_block .cmn_author_img_box {
  margin-bottom: 25px;
  width: 183px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .cmn_author_block .cmn_author_img_box {
    margin: 0 auto 0 auto;
  }
}
.cmn_author_block .cmn_author_img_box .cmn_author_img img {
  max-width: 100%;
}
.cmn_author_block .cmn_author_info_box {
  width: calc(100% - 183px);
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .cmn_author_block .cmn_author_info_box {
    width: 100%;
    padding: 0 0 0 0px;
  }
}
.cmn_author_block .cmn_author_shop {
  font-size: 1.1rem;
  font-weight: 600;
}
.cmn_author_block .cmn_author_name,
.cmn_author_block .cmn_author_license,
.cmn_author_block .cmn_author_biography {
  font-size: 1rem;
}
.cmn_author_block .cmn_author_name {
  font-size: 1rem;
  display: block;
}
.cmn_author_block .cmn_author_biography {
  border-top: solid #707070 1px;
  margin-top: 10px;
  padding-top: 10px;
}

/* その他ボタン */
.other_btn_block {
  width: 100%;
  max-width: 500px;
  margin: 55px auto 35px;
}

/*
.other_btn,
a.other_btn {
	display: block;
	width: 100%;
	height: 70px;
	padding: 20px 10px;
	background-color: #ffff;
	color: #333333;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 3px 0 #e1e1e1;
	box-sizing: border-box;
	border: 2px solid #e4e4e4;
}

@media screen and (max-width: 768px) {
	.other_btn,
	a.other_btn {
		font-size: 14px;
	}
}
*/
/* max-width: 768px */
.other_btn:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0 #9e0411;
}
.other_btn:before {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg) translate(0, -50%);
}

.cnv_btn.cnv_incopy,
a.cnv_btn.cnv_incopy {
  padding: 10px 10px;
}

.other_btn_copy_balloon {
  display: inline-block;
  position: absolute;
  top: -50px;
  left: 15%;
  width: 70%;
  background: #000000;
  padding: 10px 20px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .other_btn_copy_balloon {
    left: 5%;
    width: 90%;
    padding: 10px 10px;
    font-size: 12px;
  }
}
.other_btn_copy_balloon:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 17px;
  border-bottom-width: 17px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #000000;
  top: 100%;
  left: 18%;
}

/* 内部リンク用
------------------------------------------------ */
/* 文字調整用 */
.brand_colum_inlink {
  line-height: 1.7;
}

/* タイトル */
.cmn_h2_type4 {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn_h2_type4 {
    font-size: 20px;
  }
}

.ttl_uline {
  position: relative;
  margin-bottom: 43px;
  display: block;
}
@media screen and (max-width: 767px) {
  .ttl_uline {
    margin-bottom: 45px;
  }
}
.ttl_uline + * {
  margin-top: 0 !important;
}
.ttl_uline:after {
  content: "";
  width: 180px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_uline:after {
    width: 89px;
    bottom: -10px;
  }
}

/* リード文 */
.cmn_lead_txt {
  text-align: center;
  font-size: 15px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .cmn_lead_txt .cmn_lead_txt {
    text-align: left;
    margin-bottom: 35px;
  }
}

/* 強化買取ナビ */
.brand_pnav_block {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .brand_pnav_block {
    padding: 40px 4% 40px;
    margin: 0 -4%;
    background-color: #f3efef;
  }
}

.brand_item_list {
  display: flex;
  flex-wrap: wrap;
}
.brand_item_list li {
  width: 15%;
  margin-right: 2%;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .brand_item_list li:nth-of-type(6n) {
    margin-right: 0;
  }
}

/* min-width: 768px */
@media screen and (max-width: 767px) {
  .brand_item_list li {
    width: 46.8%;
    margin-right: 6.4%;
    padding-bottom: 20px;
  }
  .brand_item_list li:nth-of-type(even) {
    margin-right: 0;
  }
}
/* max-width: 767px */
a.brand_item_list_link {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #c9c8c8;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
  padding: 20px 13px 30px;
  position: relative;
}

@media screen and (min-width: 768px) {
  a.brand_item_list_link:hover:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    border: 3px solid #e6d8b3;
    display: block;
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    box-sizing: border-box;
  }
}
/* min-width: 768px */
.brand_item_list_img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .brand_item_list_img img {
    max-width: 100%;
    transition: 1s all;
  }
  a.brand_item_list_link:hover .brand_item_list_img img {
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }
}
/* min-width: 768px */
.brand_item_list_ttl {
  display: block;
  color: #000000;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  a.brand_item_list_link:hover .brand_item_list_ttl {
    color: #7a8fe0;
    text-decoration: underline;
  }
}
/* min-width: 768px */
@media screen and (max-width: 767px) {
  .brand_item_list_ttl {
    font-size: 12px;
  }
}
/* max-width: 767px */
.sp_more_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_more_btn {
    display: block;
    margin: 0 auto;
    position: relative;
    clear: both;
    width: 280px;
    height: 60px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #9e9d9d;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
  }
  .sp_more_btn:after {
    content: "";
    width: 10px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -8px;
    background: url(../../assets/img/icon/arrow.svg) no-repeat 0 0;
    background-size: 10px auto;
    transition: transform 0.3s ease-out;
    transform: rotate(90deg);
    transform-origin: 50% 50%;
  }
  .sp_more_btn#brand_pnavi_item_close_btn:after, .sp_more_btn#brand_pnavi_genre_close_btn:after, .sp_more_btn#brand_pnavi_brand_close_btn:after, .sp_more_btn#brand_pnavi_line_close_btn:after {
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
  }
}
/* max-width: 767px */
.cmn_other_btn_block {
  width: 560px;
  margin: 55px auto 0;
}
.cmn_other_btn_block .other_btn,
.cmn_other_btn_block a.other_btn {
  height: auto;
  min-height: 80px;
  padding: 24px 10%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #9e9d9d;
  font-size: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (max-width: 767px) {
  .cmn_other_btn_block {
    width: 100%;
    max-width: 335px;
  }
}
/* max-width: 767px */
@media screen and (max-width: 768px) {
  .cmn_other_btn_block .other_btn,
  .cmn_other_btn_block a.other_btn {
    font-size: 16px;
    min-height: auto;
    padding: 20px 10%;
  }
}
/* max-width: 768px */
/* 最寄りの店舗を探す */
.c_shop {
  padding: 103px 0 20px;
}

@media screen and (max-width: 767px) {
  .c_shop {
    padding: 42px 0 20px;
  }
}
/* max-width: 767px */
.c_shop_lead_txt {
  text-align: center;
  margin-bottom: 50px;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (max-width: 767px) {
  .c_shop_lead_txt {
    text-align: left;
    margin-bottom: 35px;
  }
}
/* max-width: 767px */
@media screen and (min-width: 768px) {
  .c_shop_list {
    display: flex;
    flex-wrap: wrap;
  }
}
/* min-width: 768px */
.c_shop_list_box {
  width: 32%;
  margin: 0 2% 20px 0;
  border: 1px solid #c9c8c8;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c_shop_list_box {
    width: 100%;
    margin: 0 0 20px 0;
    border-radius: 4px 4px 0px 0px;
  }
}
/* max-width: 767px */
@media screen and (min-width: 768px) {
  .c_shop_list_box:nth-of-type(3n) {
    margin-right: 0;
  }
}
/* min-width: 768px */
.c_shop_list_img {
  position: relative;
  overflow: hidden;
}
.c_shop_list_img img {
  width: 100%;
  vertical-align: top;
  transition: 1s all;
}

@media screen and (max-width: 767px) {
  .c_shop_list_img {
    border-radius: 4px 4px 0px 0px;
  }
}
/* max-width: 767px */
@media screen and (min-width: 768px) {
  .c_shop_list_img a:hover img {
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }
}
/* min-width: 768px */
.c_shop_list_icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 110px;
  background-color: #333333;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  box-sizing: border-box;
  padding: 4px 10px 1px;
}

@media screen and (max-width: 767px) {
  .c_shop_list_icon {
    border-radius: 4px 0px 0px 0px;
  }
}
/* max-width: 767px */
@media screen and (max-width: 767px) {
  .c_shop_list_inbox {
    position: relative;
  }
}
/* max-width: 767px */
.c_shop_list_sp_name {
  display: none;
}

@media screen and (max-width: 767px) {
  .c_shop_list_sp_name {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background-color: #333333;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 8px 10px 7px;
    position: relative;
    z-index: 5;
    transition: transform 3s;
  }
  .c_shop_list_sp_name.open {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    transition: transform 3s;
  }
  .c_shop_list_sp_name .open {
    display: block;
    pointer-events: none;
  }
  .c_shop_list_sp_name.open .open {
    display: none;
  }
  .c_shop_list_sp_name .close {
    display: none;
    pointer-events: none;
  }
  .c_shop_list_sp_name.open .close {
    display: block;
  }
  .c_shop_list_sp_name:after {
    content: "";
    width: 10px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -8px;
    background: url(../../assets/img/icon/arrow_wh.svg) no-repeat 0 0;
    background-size: 10px auto;
    transition: transform 0.3s ease-out;
    transform: rotate(90deg);
    transform-origin: 50% 50%;
  }
  .c_shop_list_sp_name.open:after {
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
  }
}
/* max-width: 767px */
.c_shop_list_data {
  display: block;
  padding: 28px 25px 25px;
  font-size: 16px;
  position: relative;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  .c_shop_list_data {
    box-sizing: border-box;
    min-height: 348px;
  }
}
/* min-width: 768px */
@media screen and (max-width: 767px) {
  .c_shop_list_data {
    font-size: 14px;
    padding: 25px 13px 65px;
    display: none;
  }
  .c_shop_list_data.open {
    display: block;
    height: auto !important;
  }
}
/* max-width: 767px */
.c_shop_list_ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.c_shop_list_ttl a {
  color: #000000;
}

@media screen and (max-width: 767px) {
  .c_shop_list_ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
/* max-width: 767px */
.c_shop_list_address {
  line-height: 1.6;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .c_shop_list_address {
    margin-bottom: 17px;
  }
}
/* max-width: 767px */
.c_shop_list_map {
  line-height: 1.6;
  margin-bottom: 22px;
  background: url(../../assets/img/icon/map_img.png) no-repeat 0 5px;
  background-size: 21px auto;
  padding: 0 0 0 27px;
}
.c_shop_list_map a {
  line-height: 1.6;
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .c_shop_list_map {
    margin-bottom: 16px;
  }
}
/* max-width: 767px */
.c_shop_list_time {
  line-height: 1.6;
}

.c_shop_list_tel {
  margin-top: 7px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c_shop_list_tel {
    margin-top: 2px;
  }
  .c_shop_list_tel a {
    color: #000000;
    text-decoration: none;
  }
}
/* max-width: 767px */
.c_shop_list_link {
  font-size: 13px;
  margin-top: 21px;
  text-align: right;
}
.c_shop_list_link a {
  color: #000000;
}

@media screen and (max-width: 767px) {
  .c_shop_list_link {
    margin-top: 0;
  }
}
/* max-width: 767px */
.c_link_bl {
  display: inline-block;
  padding-left: 11px;
  position: relative;
}
.c_link_bl a {
  text-decoration: underline;
}
.c_link_bl:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #000000;
}

@media screen and (min-width: 768px) {
  .c_link_bl a:hover {
    text-decoration: none;
  }
}
/* min-width: 768px */
/* 取扱アイテム一覧 */
.c_item {
  padding: 50px 0 50px;
}

@media screen and (max-width: 767px) {
  .c_item {
    padding: 40px 0 40px;
    /*padding: 40px 4% 40px;
    margin: 0 -4%;*/
    background-color: #f3efef;
  }
}
/* max-width: 767px */
.c_item_lead_txt {
  text-align: center;
  margin-bottom: 50px;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (max-width: 767px) {
  .c_item_lead_txt {
    text-align: left;
    margin-bottom: 35px;
  }
}
/* max-width: 767px */
.c_item_list {
  display: flex;
  flex-wrap: wrap;
}
.c_item_list li {
  width: 31.9%;
  margin-right: 2.15%;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .c_item_list {
    display: block;
  }
}
/* max-width: 767px */
@media screen and (min-width: 768px) {
  .c_item_list li:nth-of-type(3n) {
    margin-right: 0;
  }
}
/* min-width: 768px */
@media screen and (max-width: 767px) {
  .c_item_list li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
  }
}
/* max-width: 767px */
a.c_item_list_link {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #c9c8c8;
  padding: 30px 30px 20px;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  a.c_item_list_link:hover:after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    border: 6px solid #e6d8b3;
    display: block;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    box-sizing: border-box;
  }
}
/* min-width: 768px */
@media screen and (max-width: 767px) {
  a.c_item_list_link {
    display: flex;
    padding: 0;
    min-height: 130px;
  }
}
/* max-width: 767px */
.c_item_list_img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 185px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c_item_list_img {
    width: 36.5%;
    padding: 25px 20px;
    height: auto;
  }
}
/* max-width: 767px */
@media screen and (min-width: 768px) {
  .c_item_list_img img {
    max-width: 100%;
    transition: 1s all;
  }
  a.c_item_list_link:hover .c_item_list_img img {
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }
}
/* min-width: 768px */
@media screen and (max-width: 767px) {
  .c_item_list_img img {
    width: auto;
    max-width: 82px;
    max-height: 77px;
  }
}
/* max-width: 767px */
@media screen and (max-width: 767px) {
  .c_item_list_info {
    display: block;
    width: 63.5%;
    box-sizing: border-box;
    padding: 25px 10px 15px 0;
    text-align: left;
  }
}
/* max-width: 767px */
.c_item_list_ttl {
  display: block;
  color: #000000;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  a.c_item_list_link:hover .c_item_list_ttl {
    text-decoration: underline;
  }
}
/* min-width: 768px */
@media screen and (max-width: 767px) {
  .c_item_list_ttl {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
/* max-width: 767px */
.c_item_list_txt {
  display: block;
  color: #000000;
  font-size: 15px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c_item_list_txt {
    font-size: 14px;
    line-height: 1.33;
  }
}
/* max-width: 767px */
/* 取扱ブランド一覧 */
.c_purchase {
  padding: 50px 0 50px;
}

@media screen and (max-width: 767px) {
  .c_purchase {
    padding: 40px 0;
    margin: 0;
    background-color: #f3efef;
  }
}
/* max-width: 767px */
.c_purchase_lead_txt {
  text-align: center;
  margin-bottom: 50px;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (max-width: 767px) {
  .c_purchase_lead_txt {
    text-align: left;
    margin-bottom: 35px;
  }
}
/* max-width: 767px */
.c_purchase_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c_purchase_list:after {
  content: "";
  display: block;
  width: 32%;
}
.c_purchase_list li {
  width: 32%;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  .c_purchase_list li {
    width: 46.8%;
    margin: 0 0 20px 0;
  }
}
/* max-width: 767px */
@media screen and (min-width: 768px) {
  .c_purchase_list li:nth-of-type(3n) {
    margin-right: 0;
  }
}
/* min-width: 768px */
@media screen and (max-width: 767px) {
  .c_purchase_list li:nth-of-type(2n) {
    margin-right: 0;
  }
}
/* max-width: 767px */
a.c_purchase_list_link {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #c9c8c8;
  background-color: #ffffff;
  text-align: center;
  text-decoration: none;
  position: relative;
}

@media screen and (min-width: 768px) {
  a.c_purchase_list_link:hover {
    text-decoration: none;
  }
  a.c_purchase_list_link:hover:after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    border: 6px solid #e6d8b3;
    display: block;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    box-sizing: border-box;
  }
}
/* min-width: 768px */
.c_purchase_list_img {
  width: 100%;
  height: 186px;
  box-sizing: border-box;
  padding: 5px;
}
.c_purchase_list_img img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .c_purchase_list_img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* min-width: 768px */
@media screen and (max-width: 767px) {
  .c_purchase_list_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 112px;
    box-sizing: border-box;
    padding: 12px 15px 5px;
  }
}
/* max-width: 767px */
@media screen and (min-width: 768px) {
  .c_purchase_list_img img {
    transition: 1s all;
  }
  a.c_purchase_list_link:hover .c_purchase_list_img img {
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }
}
/* min-width: 768px */
@media screen and (max-width: 767px) {
  .c_purchase_list_img img {
    width: auto;
    max-width: 108px;
    max-height: 73px;
  }
}
/* max-width: 767px */
.c_purchase_list_txt {
  display: block;
  padding: 5px 10px 55px;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .c_purchase_list_txt {
    padding: 0 10px 30px;
  }
}
/* max-width: 767px */
.c_purchase_btn_block {
  width: 560px;
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  .c_purchase_btn_block {
    width: 100%;
    margin: 40px auto 0;
  }
}
/* max-width: 767px */
/* l_pagelink
--------------------------------------------------- */
.l_pagelink_block {
  position: relative;
}

.l_pagelink {
  position: absolute;
  top: -6.25em;
  left: 0;
}

@media screen and (max-width: 767px) {
  .l_pagelink {
    top: -7.5em;
  }
}
/* max-width: 767px */
/* tooltip
------------------------------------------------ */
.brand_item_list li {
  position: relative;
}

@media screen and (max-width: 767px) {
  .c_other_item_intooltips_area .brand_item_list li {
    width: 50%;
    margin: 0 0;
    box-sizing: border-box;
  }
  .c_other_item_intooltips_area .brand_item_list li.c_other_item_list_sp_box0 {
    padding: 0 3% 20px 5%;
  }
  .c_other_item_intooltips_area .brand_item_list li.c_other_item_list_sp_box1 {
    padding: 0 5% 20px 3%;
  }
  .c_other_item_tooltips_sp_click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
  }
  .c_other_item_intooltips_area .brand_item_list .brand_item_list_link {
    position: relative;
    z-index: 2;
  }
}
/* max-width: 767px */
.c_other_item_tooltips_wrap {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 6;
  width: 666%;
}

@media screen and (min-width: 768px) {
  .brand_item_list li.c_other_item_list_box0 .c_other_item_tooltips_wrap {
    left: 0;
  }
  .brand_item_list li.c_other_item_list_box1 .c_other_item_tooltips_wrap {
    left: -111%;
  }
  .brand_item_list li.c_other_item_list_box2 .c_other_item_tooltips_wrap {
    left: -222%;
  }
  .brand_item_list li.c_other_item_list_box3 .c_other_item_tooltips_wrap {
    left: -333%;
  }
  .brand_item_list li.c_other_item_list_box4 .c_other_item_tooltips_wrap {
    left: -444%;
  }
  .brand_item_list li.c_other_item_list_box5 .c_other_item_tooltips_wrap {
    left: -555%;
  }
  .brand_item_list li:hover .c_other_item_tooltips_wrap {
    display: block;
  }
}
/* min-width: 768px */
@media screen and (max-width: 767px) {
  .c_other_item_tooltips_wrap {
    width: 200%;
    padding-top: 10px;
  }
  .brand_item_list li.c_other_item_list_sp_box0 .c_other_item_tooltips_wrap {
    left: 0%;
  }
  .brand_item_list li.c_other_item_list_sp_box1 .c_other_item_tooltips_wrap {
    left: -100%;
  }
}
/* max-width: 767px */
.c_other_item_tooltips {
  display: block;
  text-align: left;
  position: relative;
  background-color: #e5e6e5;
  border: 1px solid #dedcdc;
  padding: 50px 0 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c_other_item_tooltips {
    border: none;
  }
}
/* max-width: 767px */
.c_other_item_tooltips_triangle {
  position: absolute;
  top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 16px solid #dedcdc;
  border-top: 0;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .brand_item_list li.c_other_item_list_box0 .c_other_item_tooltips_triangle {
    left: 6%;
  }
  .brand_item_list li.c_other_item_list_box1 .c_other_item_tooltips_triangle {
    left: 22%;
  }
  .brand_item_list li.c_other_item_list_box2 .c_other_item_tooltips_triangle {
    left: 39%;
  }
  .brand_item_list li.c_other_item_list_box3 .c_other_item_tooltips_triangle {
    left: 56%;
  }
  .brand_item_list li.c_other_item_list_box4 .c_other_item_tooltips_triangle {
    left: 73%;
  }
  .brand_item_list li.c_other_item_list_box5 .c_other_item_tooltips_triangle {
    left: 90%;
  }
}
/* min-width: 768px */
@media screen and (max-width: 767px) {
  .c_other_item_tooltips_triangle {
    left: 10%;
    border-bottom: 16px solid #e5e6e5;
  }
  .brand_item_list li.brand_item_list_sp_box0 .c_other_item_tooltips_triangle {
    left: 15%;
  }
  .brand_item_list li.brand_item_list_sp_box1 .c_other_item_tooltips_triangle {
    left: 49%;
  }
  .brand_item_list li.brand_item_list_sp_box2 .c_other_item_tooltips_triangle {
    left: 82%;
  }
  .brand_item_list li.brand_item_list_sp_box0 .c_other_item_tooltips_triangle {
    left: 15%;
  }
  .brand_item_list li.brand_item_list_sp_box1 .c_other_item_tooltips_triangle {
    left: 49%;
  }
  .brand_item_list li.brand_item_list_sp_box2 .c_other_item_tooltips_triangle {
    left: 82%;
  }
}
/* max-width: 767px */
.c_other_item_tooltips_intriangle {
  display: inline-block;
  position: relative;
  left: -8px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 14px solid #f3efef;
  border-top: 0;
}

.c_other_item_tooltips_btn_block {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .c_other_item_tooltips_btn_block {
    box-sizing: border-box;
    padding: 0 4%;
    margin: 0 auto 28px;
  }
}
/* max-width: 767px */
.c_other_item_tooltips_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 30px 0 40px;
}

@media screen and (max-width: 767px) {
  .c_other_item_tooltips_list {
    box-sizing: border-box;
    padding: 0 0;
    margin: 0 4% 0 4%;
  }
}
/* max-width: 767px */
a.c_other_item_tooltips_link {
  display: inline-block;
  border: 1px solid #dedcdc;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  padding: 5px 15px;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  a.c_other_item_tooltips_link:hover {
    background-color: #666666;
    color: #ffffff;
    border: 1px solid #9e9d9d;
    box-shadow: 0 0px 0 #e1e1e1;
  }
}
/* min-width: 768px */
@media screen and (max-width: 767px) {
  a.c_other_item_tooltips_link {
    margin: 0 5px 10px 0;
    padding: 10px 8px;
  }
}
/* max-width: 767px */
@media screen and (max-width: 767px) {
  .brand_pnav_block.c_other_item_intooltips_area {
    padding-left: 0;
    padding-right: 0;
  }
  .brand_pnav_block.c_other_item_intooltips_area .cmn_h2_type4,
  .brand_pnav_block.c_other_item_intooltips_area .cmn_lead_txt {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* max-width: 767px */
.c_other_item_tooltips_close {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 18px;
  right: 12px;
}
.c_other_item_tooltips_close:before, .c_other_item_tooltips_close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #504343;
}
.c_other_item_tooltips_close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c_other_item_tooltips_close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .c_other_item_tooltips_close {
    display: block;
  }
}
/* max-width: 767px */
@media screen and (max-width: 767px) {
  .c_other_item_intooltips_area .brand_results_btn_block {
    box-sizing: border-box;
    padding: 0 15px;
  }
}
/* KarteLINEバナー用　ページトップボタン調整 */
.l_fix_bar {
  height: 80px;
  background-color: transparent;
}

/* 記事内　もっと見るボタン 　eco_posts.js */
.post_more_hide {
  display: none;
  overflow: hidden;
  transition: 0.5s;
}

.post_more {
  display: block;
  position: relative;
  clear: both;
  width: 379px;
  height: 60px;
  background-color: #fff;
  color: #000;
  border: 1px solid #9e9d9d;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  transition: 0.5s;
  -erbkit-transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .post_more {
    width: 100%;
  }
}

.post_more::after {
  content: "";
  width: 10px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -8px;
  background: url(../../assets/img/icon/arrow.svg) no-repeat 0 0;
  background-size: 10px auto;
  transition: transform 0.3s ease-out;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
}

.post_more::before {
  content: "もっと見る";
}

.post_more.btn_more_disp::after {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.post_more.btn_more_disp::before {
  content: "閉じる";
}

.post_more_hide.post_more_disp {
  display: block;
  transition: 0.5s;
}

.top_txt {
  margin-bottom: 30px;
}

/* 本日の金相場情報 */
.block_column_market iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block_column_market iframe {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}


body.frame_body {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .brand_colum_kinsouba{
    margin-left: -20px;
    margin-right: -20px;
  }
}

.brand_colum_kinsouba h2.cmn_h2_type4 {
  font-size: 32px;
  color: #000000;
  background-color: transparent;
  padding: 0;
}
.brand_colum_kinsouba h2.cmn_h2_type4.nolead {
  margin-bottom: 80px;
}
.brand_colum_kinsouba h2.cmn_h2_type4:before {
  display: none;
}
.brand_colum_kinsouba h2.cmn_h2_type4:after {
}


.shop_kinsouba_box{
  position: relative;
}
.shop_kinsouba_ttl{
  position: relative;
  padding: 19px 210px 19px 220px;
  background: #97710C;
  color: #fff;
  border-radius: 4px 4px 0 0;
}
.shop_kinsouba_box_content{
  padding: 65px 40px 45px;
  background: #F8F4EC;
  border-radius: 0 0 4px 4px;
  border: solid 1px #C9C8C8;
  border-top: none;
}
.shop_kinsouba_ttl_check{
  position: absolute;
  top: -29px;
  left: 50px;
}
.shop_kinsouba_ttl_time{
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: calc(20 / 14);
}
.shop_kinsouba_ttl_main{
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
  font-size: 32px;
  font-weight: bold;
  line-height: calc(28 / 18);
}
.shop_kinsouba_tesuryo{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 16px;
  right: 29px;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: calc(28 / 16);
}
.shop_kinsouba_dt{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  background: #97710C;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.shop_kinsouba_dd{
  background: #fff;
  border: solid 1px #97710C;
  border-top: none;
}
.shop_kinsouba_dd_inr{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 10px;
}
.shop_kinsouba_dd_inr:not(:first-child){
  border-top: solid 1px #97710C;
}
.shop_kinsouba_g,.shop_kinsouba_zen{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 48%;
}
.shop_kinsouba_g_name{
  font-size: 13px;
}
.shop_kinsouba_g_yen{
  font-size: 15px;
  font-weight: bold;
}
.shop_kinsouba_g_yen span{
  display: inline-block;
  margin-left: 6px;
  font-size: 16px;
}
.shop_kinsouba_flexbox{
  display: flex;
  justify-content: space-between;
}
.shop_kinsouba_flexbox > dl{
  width: 48.9%;
}
.shop_kinsouba_dl_01{
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .shop_kinsouba_dl_01{
    display: block;
    margin-bottom: 30px;
  }
}

.shop_kinsouba_dl_01 .shop_kinsouba_dt{
  width: 23%;
  font-size: 28px;
}
.shop_kinsouba_dl_01 .shop_kinsouba_dd{
  width: 100%;
  border: solid 1px #97710C;
  border-left: none;
}
.shop_kinsouba_dl_01 .shop_kinsouba_dd_inr{
  padding: 20px 10px;
}
.shop_kinsouba_dl_01 .shop_kinsouba_g{
  width: 52%;
}
.shop_kinsouba_dl_01 .shop_kinsouba_zen{
  width: 39%;
}
.shop_kinsouba_dl_01 .shop_kinsouba_g_name{
  font-size: 22px;
}
.shop_kinsouba_dl_01 .shop_kinsouba_g_yen{
  font-size: 32px;
  color: #9E0411;
}
.shop_kinsouba_dl_01 .shop_kinsouba_g_yen span{
  margin-left: 8px;
  font-size: 22px;
}
.shop_kinsouba_dl_03 .shop_kinsouba_dt{
  background: #333333;
}
.shop_kinsouba_dl_03 .shop_kinsouba_dd{
  border: solid 1px #333333;
  border-top: none;
}
.shop_kinsouba_dl_03 .shop_kinsouba_dd_inr:not(:first-child){
  border-top: solid 1px #333333;
}
.shop_kinsouba_note{
  margin-top: 16px;
  padding: 0 20px;
}
.shop_kinsouba_note li{
  position: relative;
  padding-left: 1.1em;
  font-size: 15px;
  line-height: calc(24 / 15);
}
.shop_kinsouba_note li::before{
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
@media all and (max-width: 1180px) {
  .shop_kinsouba_ttl{
    position: relative;
    padding: 19px 19px 19px 220px;
  }
  .shop_kinsouba_tesuryo{
    position: static;
    width: 80%;
    height: auto;
    margin: 0 auto 40px;
    padding: 6px;
    border-radius: 60px;
    font-size: 18px;
  }
  .shop_kinsouba_tesuryo br{
    display: none;
  }
  .shop_kinsouba_flexbox{
    display: block;
  }
  .shop_kinsouba_flexbox > dl{
    width: 100%;
  }
  .shop_kinsouba_flexbox > dl + dl{
    margin-top: 30px;
  }
  .shop_kinsouba_dl_01 .shop_kinsouba_dt{
    width: 100%;
    font-size: 16px;
  }
  .shop_kinsouba_dl_01 .shop_kinsouba_g_name{
    font-size: 13px;
  }
  .shop_kinsouba_dl_01 .shop_kinsouba_g_yen{
    font-size: 17px;
  }
  .shop_kinsouba_dl_01 .shop_kinsouba_g_yen span{
    margin-left: 11px;
    font-size: 13px;
  }
}

@media all and (max-width: 767px) {
  .shop_kinsouba_section{
    padding-top: 42px;
  }
  .shop_kinsouba_box_content{
    padding: 30px 20px 40px;
    border-radius: 0;
    border: none;
  }
  .shop_kinsouba_ttl_check{
    top: -15px;
    left: 20px;
  }
  .shop_kinsouba_ttl{
    position: relative;
    padding: 12px 17px 12px 120px;
  }
  .shop_kinsouba_ttl_time{
    font-size: 14px;
  }
  .shop_kinsouba_ttl_main{
    font-size: 18px;
  }
  .shop_kinsouba_tesuryo{
    font-size: 14px;
  }
  .shop_kinsouba_dt,
  .shop_kinsouba_dl_01 .shop_kinsouba_dt{
    padding: 10px;
    font-size: 16px;
  }
  .shop_kinsouba_dd_inr,
  .shop_kinsouba_dl_01 .shop_kinsouba_dd_inr{
    padding: 17px 13px;
  }
  .shop_kinsouba_g_name,
  .shop_kinsouba_dl_01 .shop_kinsouba_g_name{
    font-size: 13px;
  }
  .shop_kinsouba_g_yen{
    font-size: 15px;
    font-weight: bold;
  }
  .shop_kinsouba_g_yen span,
  .shop_kinsouba_dl_01 .shop_kinsouba_g_yen span{
    margin-left: 11px;
    font-size: 13px;
  }
  .shop_kinsouba_dl_01{
    display: block;
  }
  .shop_kinsouba_dl_01 .shop_kinsouba_dt{
    width: 100%;
    font-size: 16px;
  }
  .shop_kinsouba_dl_01 .shop_kinsouba_dd{
    width: 100%;
    border: solid 1px #97710C;
    border-top: none;
  }
  .shop_kinsouba_dl_01 .shop_kinsouba_g,
  .shop_kinsouba_dl_01 .shop_kinsouba_zen{
    width: 45%;
  }
  .shop_kinsouba_dl_01 .shop_kinsouba_g_yen{
    font-size: 17px;
  }
  .shop_kinsouba_note{
    padding: 0 20px;
    margin-top: 20px;
  }
  .shop_kinsouba_note li{
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
