/* -----------------------------------------------------------------
  定番ページ用の表
----------------------------------------------------------------- */
body.page table th,
body.page table td {
  background: none;
  border: none;
}
#contents .block-table {
  border-collapse:collapse;
  border:solid 1px #ccc;
  margin-bottom: 10px;
  width:100%;
}
#contents .block-table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
#contents .block-table td,
#contents .block-table th {
  border:solid 1px #ccc;
  padding:5px 10px;
  line-height:1.6em;
  vertical-align:middle;
}
#contents .block-table th {
  background:#EFEFEF;
  font-weight:bold;
  text-align: center;
  width:24%;
}
#contents .block-table .komoku {
  background:#FDFDFD;
  font-weight:normal;
}

/*--------------- 2列以上のパターン（1列目がth） ----------------*/
/* 共通 */
#contents table.v-head-table1,
#contents table.v-head-table2,
#contents table.v-head-table3,
#contents table.v-head-table4 {
  border-collapse: collapse;
  margin-bottom: 15px;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}
#contents table.v-head-table1 th,
#contents table.v-head-table1 td,
#contents table.v-head-table2 th,
#contents table.v-head-table2 td,
#contents table.v-head-table4 th,
#contents table.v-head-table4 td {
  padding:10px 15px;
  line-height:1.6em;
}
#contents table.v-head-table1 th,
#contents table.v-head-table2 th,
#contents table.v-head-table3 th,
#contents table.v-head-table4 th {
  vertical-align:middle;
  width:24%;
}
#contents table.v-head-table1 th p,
#contents table.v-head-table2 th p,
#contents table.v-head-table3 th p,
#contents table.v-head-table4 th p {
  margin:0;
}
#contents table.v-head-table2 td,
#contents table.v-head-table4 td {
  background: #fff;
  line-height:1.6em;
  text-align:left;
  vertical-align:middle;
}
#contents table.v-head-table2 td p,
#contents table.v-head-table4 td p {
  line-height:1.6em;
}
#contents table.v-head-table1 td p:last-child,
#contents table.v-head-table2 td p:last-child,
#contents table.v-head-table3 td p:last-child,
#contents table.v-head-table4 td p:last-child {
  margin:0;
}
#contents table.v-head-table1 td ul,
#contents table.v-head-table2 td ul,
#contents table.v-head-table3 td ul,
#contents table.v-head-table4 td ul {
  list-style-position: outside;
}
#contents table.v-head-table1 a,
#contents table.v-head-table2 a,
#contents table.v-head-table3 a,
#contents table.v-head-table4 a {
  font-weight:normal;
}
@media (max-width: 729px){
  #contents table.v-head-table1 th,
  #contents table.v-head-table1 td,
  #contents table.v-head-table2 th,
  #contents table.v-head-table2 td,
  #contents table.v-head-table3 th,
  #contents table.v-head-table3 td,
  #contents table.v-head-table4 th,
  #contents table.v-head-table4 td {
    box-sizing: border-box;
    display: block;
    padding: 5px 10px;
    width: 100% !important;
  }
  #main #contents table.v-head-table2 th,
  #main #contents table.v-head-table2 td,
  #main #contents table.v-head-table4 th,
  #main #contents table.v-head-table4 td {
    border-bottom: none;
    border-right: none;
    border-top: none;
    text-align: left;
  }
  #main #contents table.v-head-table2 th br,
  #main #contents table.v-head-table4 th br {
    display: none;
  }
  #contents table.v-head-table1 td:last-child,
  #contents table.v-head-table2 td:last-child,
  #contents table.v-head-table3 td:last-child,
  #contents table.v-head-table4 td:last-child {  
    padding-bottom: 15px;
  }
  #main #contents table.v-head-table2 td,
  #main #contents table.v-head-table4 td {
    border-left: none;
    border-right: none;
  }
} /* Eo max729 */

/* 項目の左側に行頭マークを設定、htmlのｔｈ内の文字列に<p>タグをつける */
#contents table.v-head-table1 th,
#contents table.v-head-table1 td {
  text-align:left;
  border-bottom:1px dotted #696969;
  border-left: none;
  border-right: none;
  border-top:1px dotted #696969;
}
#contents table.v-head-table1 td {
  vertical-align:top;
}
#contents table.v-head-table1 td ul {
    margin-left: 15px;
}
#contents table.v-head-table1 th p {
  border-left:5px solid #2A66A3;
  padding:0 0 0 8px;
  line-height:1.2em;
}
#contents table.v-head-table1 th p.wide {
  height: 1.2em;
  margin-bottom: 15px;
}
@media (max-width: 729px){
  #contents table.v-head-table1 th,
  #contents table.v-head-table1 td {
    border: none;
  }
  #contents table.v-head-table1 th {
    background-color: #f4f4f4;
    border-left: 5px solid #09659b;
  }
  #contents table.v-head-table1 th br {
    display: none;
  }
  #contents table.v-head-table1 th p,
  #contents table.v-head-table1 th p.wide {
    border-left: none;
    height: auto;
    line-height:1.6em;
    margin-bottom: 0;
    padding:0;
  }
} /* Eo max729 */

/* 項目の左側に強調のラインを設定し、サイトのカラーで塗り潰し */
#contents table.v-head-table2 th {
  background-color: #F7F7F7;
  border: 1px solid #e6e3e2;
  border-left: 5px solid #888373;
}
#contents table.v-head-table2 td {
  background: #fff;
  border:1px solid #e6e3e2;
  line-height:1.6em;
  text-align:left;
  vertical-align:middle;
}
#contents table.v-head-table2 td p {
  line-height:1.6em;
}

/* 一行目の上の罫線にポイントを置く */
#contents table.v-head-table3 {
  border: 1px solid #e3e3e3;
}
#contents table.v-head-table3 tr:first-child th {
  border-top: #91d3f1 4px solid;
}
#contents table.v-head-table3 th {
  background-color: #e1f1f9;
  border-bottom: #fff 1px solid;
  text-align: left;
  padding: 10px;
  font-weight: normal;
}
#contents table.v-head-table3 tr:first-child td {
  border-top: #58b2d0 4px solid;
}
#contents table.v-head-table3 td {
  border-bottom: #e3e3e3 1px solid;
  text-align: left;
  padding: 10px;
}
@media (max-width: 729px){
  #contents table.v-head-table3 {
    border: none;
  }
  #contents table.v-head-table3 th {
    background-color: #e1f1f9;
    border-left: 5px solid #91d3f1;
  }
  #contents table.v-head-table3 tr:first-child th {
    border-top: 0;
  }
  #contents table.v-head-table3 th br {
    display: none;
  }
  #contents table.v-head-table3 th p,
  #contents table.v-head-table3 th p.wide {
    border-left: none;
    height: auto;
    line-height:1.6em;
    margin-bottom: 0;
    padding:0;
  }
  #contents table.v-head-table3 td {
    background: none;
  }
  #contents table.v-head-table3 tr:first-child td {
    border-top: 0;
  }
} /* Eo max729 */

/* 項目の左側をサイトのカラーで塗り潰し */
#contents table.v-head-table4 th {
  background-color: #efefef;
  border: 1px solid #ccc;
}
#contents table.v-head-table4 td {
  border:1px solid #ccc;
}
@media (max-width: 729px){
  #contents table.v-head-table4 th,
  #contents table.v-head-table4 td {
    border-left: none;
  }
} /* Eo max729 */


/* -----------------------------------------------------------------
  定番ページのテキストベースのコンテンツ（プライバシーポリシーなど）
----------------------------------------------------------------- */
/* 見出しの左右に強調ラインを設定 */
#contents .describe-text1 {
  padding: 0;
  margin-bottom: 10px;
  width:100%;
}
#contents .describe-text1 dd {
  border: none;
  padding:10px 0 20px 10px;
  line-height:1.8em;
  text-align:left;
  vertical-align:top;
}
#contents .describe-text1 p {
  line-height:1.8em;
}
#contents .describe-text1 ol,
#contents .describe-text1 ul {
  margin-bottom:15px;
}
#contents .describe-text1 ol li {
  margin-bottom:5px;
  margin-left: 20px;
}
#contents .describe-text1 dt {
  text-align:left;
  border:1px solid #91d3f1;
  border-left:10px solid #91d3f1;
  border-right:10px solid #91d3f1;
  padding:5px 10px;
  font-weight:bold;  
  font-size:16px;
}
#contents .describe-text1 dt p {
  margin-bottom:0;
}
#contents .describe-text1 ul li {
  margin-bottom:5px;
  list-style-type:disc;
  margin-left: 20px;  
}

/* 見出しの左と下にラインを設定 */
#contents .describe-text2 {
  padding: 0;
  margin-bottom: 10px;
  width:100%;
}
#contents .describe-text2 dd {
  border: none;
  padding:10px 0 20px 10px;
  line-height:1.8em;
  text-align:left;
  vertical-align:top;
}
#contents .describe-text2 p {
  line-height:1.8em;
}
#contents .describe-text2 ol,
#contents .describe-text2 ul {
  margin-bottom:5px;
}
#contents .describe-text2 ol li {
  margin-bottom:5px;
  list-style-type:decimal;
  margin-left: 20px;  
}
#contents .describe-text2 dt {
  text-align:left;
  border-left:10px solid #2A66A3;
  border-bottom:1px dashed #2A66A3;
  padding:3px 10px 3px 10px;
  font-weight:bold;
  font-size:16px;
}
#contents .describe-text2 dt p {
  margin-bottom:0;
}
#contents .describe-text2 ul li {
  background: none;
  list-style:disc outside;
  margin-bottom:5px;
  margin-left: 20px;  
}

/* 見出しを塗り潰し、下にライン */
#contents .describe-text3 {
  border: none;
  padding: 0;
  margin-bottom: 10px;
  width:100%;
}
#contents .describe-text3 dd {
  border: none;
  padding:10px 0 20px 10px;
  line-height:1.8em;
  text-align:left;
  vertical-align:top;
}
#contents .describe-text3 p {
  line-height:1.8em;
}
#contents .describe-text3 ol,
#contents .describe-text3 ul {
  margin-bottom:15px;
}
#contents .describe-text3 ol li {
  margin-bottom:5px;
  list-style:disc outside;
  margin-left: 20px;
}
#contents .describe-text3 dt {
  text-align:left;
  background-color:#EFEFEF;
  font-weight:bold;
  padding:3px 10px 3px 10px;
  border-bottom:1px solid #E0DEDE;
  font-size:16px;
}
#contents .describe-text3 dt p {
  margin-bottom:0;
}
#contents .describe-text3 ul li {
  margin-bottom:5px;
  list-style:disc outside;
  margin-left: 20px;
}


/* -----------------------------------------------------------------
  お問合わせバナー
----------------------------------------------------------------- */
body.page-template-default .post section h2#order-heading {
  background: none;
  border-left: none;
  color: #036;
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 10px;
  padding: 0;
}

body.page-template-default .post section h2#order-heading:before {
  border:0;
}


/* -----------------------------------------------------------------
  事例記事
----------------------------------------------------------------- */
/* 商品画像＆買取品詳細
----------------------------------------------- */
@media (min-width: 730px) {
  #contents .post .itemimage {
    clear: none;
    float: left;
    width: 57.53%;
  }
  #contents .post .itemdetail {
    clear: none;
    float: right;
    width: 38%;
  }
} /* Eo min730 */

/* 画像
----------------------------------------------- */
#contents .post ul.txt-c {
  display: flex;
  justify-content: center space-between;
  margin-bottom: 20px;
  padding-left: 0;
}
#contents .post ul.txt-c li {
  background: none;
  display: inline-block;
  list-style: none;
  margin-left: 15px;
  padding: 0;
  text-align: center;
}
#contents .post ul.txt-c li.large {
  width: 100%;
}
#contents .post ul.txt-c li.large img {
  max-height: 420px;
  object-fit: contain;
  width: 100%;
}
#contents .post ul.txt-c.subpic {
  display: flex;
  justify-content: center;
  margin-left: 0;
}
#contents .post ul.txt-c.subpic li {
  margin-left: 4%;
}
#contents .post ul.txt-c li:first-child {
  margin-left: 0 !important;
}
#contents .post p.example-heading {
  border-bottom: 1px dashed #4d7721;
  clear:none;
  color: #4d7721;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 730px) {
  #contents .post .img-l{
    width: 44%;
  }
  #contents .post .img-l + .wrap {
    float: right;
    width: 51%;
  }
} /* Eo min730 */

/* @media (max-width: 1199px) {
  #contents .post ul.txt-c li.large {
    height: auto;
    width: 100%;
  }
  #contents .post ul.txt-c li.large img {
    max-height: none;
    max-width: 350px;
  }
  #contents .post ul.txt-c li {
    margin-left: 2.17%;
    width: 43.47%;
  }
} Eo max1199 */

@media (max-width: 729px) {
  #contents .post ul.txt-c {
    margin-bottom: 5px;
    padding: 0;
  }
  #contents .post ul.txt-c li {
    margin: 0 0 3% 3%;
    width: 47%;
  }
  #contents .post ul.txt-c li.large img {
    width: 100%;
  }
  #contents .post .box .img-l{
    float: none;
    max-width: none;
    text-align: center;
    width: 100%;
  }
  #contents .post .box .img-l img{
    width: auto;
  }
  #contents .post .box .img-l + .wrap {
    width: 100%;
  }
} /* Eo max729 */


/* 買取品詳細
----------------------------------------------- */
.single-post #contents .block-table {
  border: none;
  border-collapse: separate;
  border-spacing: 0;
}
.single-post #contents .block-table tr:nth-child(odd) {
  background: none;
}
.single-post #contents .block-table tr th,
.single-post #contents .block-table tr td {
  text-align: left;
}
.single-post #contents .block-table tr:nth-of-type(1) td {
  padding-left: 0;
}
.single-post #contents .block-table tr:nth-last-of-type(1) th,
.single-post #contents .block-table tr:nth-last-of-type(1) td {
  color: #bf3607;
}
@media only screen and (max-width: 729px){
  .single-post #contents .block-table {
    border:0;
  }
  .single-post #contents .block-table th,
  .single-post #contents .block-table td {
    border-bottom: medium none;
    border-left: 5px solid #12448E;
    border-right: medium none;
    border-top: medium none;
    box-sizing: border-box;
    display: block;
    padding: 5px 10px;
    width: 100% !important;
    text-align: left;
  }
  .single-post #contents .block-table th br {
    display: none;
  }
  .single-post #contents .block-table td {
    border-left: none;
    border-right: none;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 730px){
  .single-post #contents .block-table th,
  .single-post #contents .block-table td {
    border: none;
    border-bottom: 1px dashed #ccc;
    padding: 8px 5px;
  }
  .single-post #contents .block-table tr th {
    background: none;
    color: #12448E;
    width: 20%;
  }
  .single-post #contents .block-table tr td {
    width: 30%;
  }
}

/* お客様の声
----------------------------------------------- */
#contents .post .example-voice p.img-l + p {
  font-size: 16px;
}
#contents .post .example-voice p.img-l + p span {
  color: #FEB032;
}
@media (min-width: 730px){
  #contents .post .example-voice .img-l {
    width: 17%;
  }
} /* Eo min730 */

/* スタッフからのコメント
----------------------------------------------- */
#contents .post .example-staff div {
  border: 10px solid #b2dff2; /* (★注)ブログカテゴリー見出しの背景色 */
  padding: 10px 20px;
}
#contents .post .example-staff h2 {
  background: none;
  border: 0;
  color: #74bfe9;
  font-weight: bold;
  padding: 0;
  text-align: center;
}
#contents .post .example-voice p.img-l + p span {
  color: #FEB032;
}
@media (min-width: 730px){
  #contents .post .example-staff h2 {
    font-size: 24px;
  }
} /* Eo min730 */
@media (max-width: 729px){
} /* Eo max729 */

/* 関連ページへのリンク
----------------------------------------------- */
.single-post #contents .related_item {
  clear: both;
  margin-bottom: 35px;
  text-align: center;
}
.single-post #contents .related_item a {
  background: #f4c13f;
  background: -webkit-linear-gradient(top, #f4c13f, #ffd76b);
  background: linear-gradient(to top, #f4c13f, #ffd76b);
  border: 1px solid #d6a019;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.4em;
  text-decoration: none;
  padding: 0.5em 3em 0.5em 2em;
  position: relative;
}
.single-post #contents .related_item a:before {
  content: "";
  position: absolute;
  top: 37%;
  right: 10px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #333;
}
.single-post #contents .related_item a:hover {
  box-shadow: -1px -1px 1px #999;
  box-shadow:2px 2px #9b8042;
}

.single-post #content .related_item + .related_item a {
  background: #8DBF03;
}
.single-post #content .related_item + .related_item a:hover {
  background: #97CC08;
}