
/* 1カラムにする
----------------------------------------------- */
.single-post #main,
.single-post .w336 #main,
.single-post #contents,
.single-post .w336 #contents {
  clear: both;
  float: none;
  padding: 0;
  width: auto;
}

@media (max-width:1039px){
  .single-post .outer {
    margin: 0 -3.5%;
    padding: 0 3.5%;
  }
} /* Eo max1039 */

@media (min-width:1040px){
  .single-post .container {
    padding-right: 0;
    padding-left: 0;
    width: auto;
  }
  .single-post .box,
  .single-post #breadcrumb ol {
    margin: 0 auto;
    max-width: 1000px;
  }
} /* Eo min1040 */

@media (min-width:730px){
  .single-post .outer,
  .page #contents .point {
    background: #933;
    color: #FFF;
    padding: 20px 0;
  }
  .single-post .post p,
  .page .post p {
    font-size: 18px;
    line-height: 1.6em;
  }
} /* Eo min730 */

#contents div.color-1{
background: #F4F2E8;
color: #111;
margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
}

#contents div.color-2{
  background: #FFF;
  color: #111;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}


#contents div.color-3{
  background: #933;
  color: #FFF;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.page #main .post>div{
  padding: 4.8rem 4%;
}
@media (max-width:729px){
  .page #main .post>div{
    padding: 2.4rem 4%;
}
}
@media (min-width:729px){
body.page-template-page-1col-w .outer{
  margin: 0;
}}
/* 一覧へ
----------------------------------------------- */
#contents .post .more {
  text-align: center;
}
#contents .post .more a {
  background: #933;
  border: 1px #933 solid;
  border-radius: 0.2em;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  padding: 0.5em 1em;
}
#contents .post .more a:hover {
  background: #B85454;
}



/* 見出し
----------------------------------------------- */
@media (min-width:730px){
  .single-post #contents .post h2 {
    background: none;
    border-left: none;
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    padding: 0;
    border:none;
  }
  .single-post #contents .post h2::after {
      content:none;
  }
  .single-post #contents .post h3,
  .single-post #contents .s-heading {
    font-size: 1.8em;
  }
} /* Eo min730 */


/* キャッチ
----------------------------------------------- */
.single-post #contents .post .catch {
  color: #933;
}
@media (min-width:730px){
  .single-post #contents .post .catch {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
  }
  .single-post #contents .post .outer .catch {
    color: #FFF;
  }
} /* Eo min730 */


/* コンセプト（city-concept）
----------------------------------------------- */
.concept h1:not(.buy-block-title) {
  background: none;
  border: none;
  margin: 0.5em 0;
}

@media (max-width:729px){
  .concept h1:not(.buy-block-title) {
    background: #CCA1A1;
    color: #FFF;
    padding: 0.2em 0.5em;
  }
}/* Eo max729 */

@media (min-width:730px){
  .concept .catch {
    text-align: center;
  }
  .concept h1:not(.buy-block-title) {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
  }
} /* Eo min730 */


/* 買取実績
----------------------------------------------- */
#contents .results ul.result-post-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
#contents .results ul.result-post-list li {
  background: #FFF;
  color: #111;
  list-style: none;
  line-height: 1.5em;
  margin: 0 1em;
  padding: 1em;
}
#contents .results ul.result-post-list li img {
  float: left;
  display: block;
  margin: 0 1em 0.5em 0;
  width: 37%;
}
#contents .results ul.result-post-list li span {
  display: block;
}
#contents .results ul.result-post-list li span.type {
  background: #970224;
  border-radius: 0.3em;
  color: #FFF;
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  padding: 0 0.5em;
}
#contents .results ul.result-post-list li span.area {
  display: inline-block;
  margin-bottom: 0.5em;
}
#contents .results ul.result-post-list li span.staff {
  clear: both;
}
#contents .results ul.result-post-list li a {
  border: none;
  display: block;
  text-decoration: underline;
}
#contents .results .more a {
  background: #B85454;
}
#contents .results .more a:hover {
  background: #d19151;
}

/* スライダ調整 */
#contents .results #ci-result {
  background: none;
  border: none;
  border-radius: 0;
  margin: 0 auto !important;
  max-width: 1040px;
}
#ci-result .flex-direction-nav a {
  height: 50px;
  width: 30px;
}
#ci-result .flex-direction-nav a:before {
  background-size: 100% 100%;
  border-radius: 3px;
  display: block;
  content: "";
  margin-bottom: 1em;
  height: 100%;
  width: 100%;
}
#ci-result .flex-direction-nav a.flex-prev:before {
  background-image: url(/img/block/icon/prev.png);
}
#ci-result .flex-direction-nav a.flex-next:before {
  background-image: url(/img/block/icon/next.png);
}
#ci-result .flex-control-nav {
  margin: 0;
  position: static;
  padding: 0.5em 0 0;
}
#ci-result .flex-control-nav li {
  margin: 0 6px !important;
  width: auto !important;
}
#ci-result .flex-control-paging li a.flex-active {
  background: #ffdb82;
}

@media (max-width:729px){
  #ci-result .flex-direction-nav .flex-prev {
    left: 0;
  }
  #ci-result .flex-direction-nav .flex-next {
    right: 0;
  }
} /* Eo max729 */

@media (min-width:730px){
  #contents .results #ci-result {
    padding: 0 30px;
  }
} /* Eo min730 */



/* 特徴
----------------------------------------------- */
/* 特徴・アイテム共通（c31ブロック）
----------------------------------------------- */
#contents ul.c31 {
  display: flex;
  flex-wrap: wrap;
}
#contents ul.c31 li {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#contents ul.c31 li span {
  display: block;
  padding: 0.8rem 0 0;
}
#contents ul.c31 li img + span {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 3rem;
}
#contents ul.c31 li span:last-child {
  flex-grow: 1;
  margin-bottom: 24px;
  text-align: start;
}
#contents .tokucho ul.c31 li span:last-child {
  text-align: center;
}

/* 特徴ブロックのみ：囲みスタイル */
.page #contents .tokucho ul.c31 li {
  border: 1px solid #993333;
  background-color: #fff;
  color: #993333;
  border-radius: 8px;
}
.page #contents .tokucho ul.c31 li span:last-child {
  color: #111;
}

.page #contents .tokucho ul img{
  border-radius: 8px 8px 0 0
}

/* 特徴ブロックのLINEバナー
----------------------------------------------- */
#contents .tokucho .line-banner {
  margin-top: 24px;
}
#contents .tokucho .line-banner img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: #D3D7DB solid 2px;
}
/* 買取ジャンル調整
----------------------------------------------- */
#contents .items .genre-list + .more {
  margin-bottom: 3em;
}


/* 高く売るには
----------------------------------------------- */
#contents .point h3 {
  border-color: #FFF;
}
#contents .point i {
  margin-right: 0.2em;
}
#contents .point ul li {
  margin-bottom: 0.5em;
}


/* 遺品・蔵書整理について
----------------------------------------------- */
#contents .service dl {
  border: 2px #933 solid;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 800px;
}
#contents .service dl dt {
  background: #933;
  color: #FFF;
  font-size: 2em;
  text-align: center;
  line-height: 1.2em;
  padding: 0.2em 0;
}
#contents .service dl dd {
  background: #FFF;
  padding: 1em;
}
#contents .service dl dd ul {
  margin: 0;
  padding: 0;
}
#contents .service dl dd ul li {
  background: url(/img/block/icon/check.png) left top no-repeat;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2em;
  list-style: none;
  margin: 0 0 1em;
  min-height: 30px;
  padding: 0.5em 0 0 40px;
}
#contents .service dl dd .fo {
  color: #F00;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  line-height: 1.2em;
}


/* お伺いできる地域
----------------------------------------------- */
#contents .area .area-list ul:not(.rosen) {
  margin: 0 0 1em;
  padding: 0;
}
#contents .area .area-list ul:not(.rosen):after {
  content: "";
  display: block;
  clear: both;
}
#contents .area .area-list ul:not(.rosen) li {
  border-radius: 0.5em;
  float: left;
  list-style: none;
  line-height: 1.5em;
  text-align: center;
  margin: 0.5em 0;
  padding: 0;
}
#contents .area .area-list ul.town li {
  background: #DFDFDF;
}
#contents .area .area-list ul.station li {
  background: #F5E0DF;
}
#contents .area .area-list ul:not(.rosen) li img {
  display: block;
  margin: 0 auto 0.5em;
}

/* 路線 */
#contents .area .area-list ul.rosen {
  text-align: center;
}
#contents .area .area-list ul.rosen li {
  display: inline-block;
}
#contents .area .area-list ul.rosen li + li:before {
  content: "・";
}

@media (max-width:729px){
  .single-post #contents .area .area-list ul:not(.rosen) li {
    width: 31.66%;
  }
} /* Eo max729 */

@media (min-width:730px){
  .single-post #contents .area h3 {
    border: none;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0.5em;
  }
} /* Eo min730 */

/* 本人確認書類
----------------------------------------------- */
#identity {
  text-align: center;
  padding: 2rem 1rem;
}
#identity .heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
}
#identity > p {
  font-size: 13px;
  line-height: 1.8em;
  margin-bottom: 1.5rem;
}
#identity > p strong {
  color: #933;
}
.identity-doc-box {
  background: #f0f0f0;
  border-radius: 4px;
  padding: 1.5rem 2rem;
  text-align: left;
}
.identity-doc-box h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 1rem;
  text-align: center;
}
.identity-doc-box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 1rem 1.25rem;
  gap: 6px 0;
  background: #fff;
  border-radius: 4px;
}
.identity-doc-box ul li {
  padding-left: 1.4em;
  position: relative;
}
.identity-doc-box ul li::before {
  content: "☑";
  position: absolute;
  left: 0;
}
#main .identity-doc-box p {
  font-size: 12.8px;
  margin: 0.3rem 0 0;
}

@media (max-width: 729px) {
  .identity-doc-box ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* エリアリスト */

[id$="-support-visit"] .area-list {
  border: 2px solid #993333;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
  max-height: 120px;
  overflow-y: scroll;
}

[id$="-support-visit"] .area-list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

[id$="-support-visit"] .area-list li {
  white-space: nowrap;
}

[id$="-support-visit"] .area-list li::after {
  content: "／";
}

[id$="-support-visit"] .area-list li:last-child::after {
  content: none;
}

/* 買取不可ボックス */
.kaitori-fuka {
  border: 2px solid #e8a0a0;
  border-radius: 6px;
  padding: 1.2em 1.5em 1.5em;
  background: #fff8f8;
}

.kaitori-fuka__ttl {
  color: #c0392b;
  font-weight: bold;
  font-size: 1.05em;
  margin: 0 0 1em;
  text-align: center;
}

.kaitori-fuka__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4em 2em;
  list-style: none;
  padding: 0;
  margin: 0;
}

.kaitori-fuka__list li {
  padding-left: 1.6em;
  background: url(/img/block/icon/batsu.png) left 0.2em no-repeat;
  background-size: 1.1em auto;
  font-size: 1em;
  line-height: 1.5;
}

@media (max-width: 729px) {
  .kaitori-fuka__list {
    grid-template-columns: 1fr;
  }
}

/* 買取ジャンルセクション
----------------------------------------------- */
.genre-section {
  background: #993333;
  padding: 4.8rem 0;
  color: #fff;
}

.genre-inner {
  max-width: 1030px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 24px;
}

.genre-title {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}

.genre-lead {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 24px;
  line-height: 1.6;
}

.genre-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.genre-grid .genre-card {
  display: block;
  padding: 1.6rem;
  text-decoration: none;
  background-color: #F9F6F1;
  border: #EDE5DD solid 1px;
  color: #333;
  text-align: center;
}

.genre-card img {
  width: 100%;
  display: block;
  border-radius: 4px;
}

.genre-card:hover img {
  border-color: #993333;
}

.genre-card span {
  display: block;
  color: #993333;
  font-size: 1.6rem;
  margin-top: 5px;
  line-height: 1.4;
}

@media (max-width: 729px) {
  .genre-section {
    padding: 24px 12px 32px;
  }

  .genre-inner {
    padding: 20px 12px 24px;
  }

  .genre-title {
    font-size: 1.2rem;
    color: #333;
  }

  .genre-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

