/* -----------------------------------------------------------------
  レスポンシブ対応  （#contentをWP・ECCUBEに応じて変更する）
----------------------------------------------------------------- */
#content * {
  box-sizing: border-box;
}
#content table {
  border: none;
  margin: 0 auto 15px;
  table-layout:fixed;
  word-break:break-all;
  word-wrap:break-word;
}
#content p {
  word-break:break-all;
  word-wrap:break-word;
}
#content img {
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 999px) {
  #content .box img,
  #content .page-title img {
    width: 100%;
    height: auto;
  }
  #content .box img.icon,
  #content .page-title img.icon {
    width: auto;
  }
}
@media only screen and (max-width: 689px) {
  #content .box,
  #content .box div,
  #content .box h1,
  #content .box h2,
  #content .box h3,
  #content .box dl,
  #content .box ul,
  #content .box ol,
  #content .box li,
  #content .box p,
  #content .page-title,
  #content .page-title div,
  #content .page-title h1,
  #content .page-title h2,
  #content .page-title h3,
  #content .page-title dl,
  #content .page-title ul,
  #content .page-title ol,
  #content .page-title li,
  #content .page-title p {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  #content .page-title h1 {
    font-size: 20px;
    line-height: 1.4em;
  }
  #content .page-title h2,
  #content .box h2,
  #content .page-title h3,
  #content .box h3 {
    font-size: 16px;
  }
  #content .page-title p.img-l,
  #content .box p.img-l {
    float: left;
    margin-right: 3%;
    max-width: 180px;
    min-width: 80px;
    width: 26.08%;
  }
  #content .page-title p.img-r,
  #content .box p.img-r {
    float: right;
    margin-left: 3%;
    max-width: 180px;
    min-width: 80px;
    width: 26.08%;
  }
  #content .page-title .att-box,
  #content .box .att-box {
    padding: 10px 10px 0;
  }
  #content .box ul li,
  #content .box ol li,
  #content .page-title ul li,
  #content .page-title ol li {
    list-style-position: outside;
  }
}


/* -----------------------------------------------------------------
  ボックス
----------------------------------------------------------------- */

/* ブロックを囲む */
.box {
  clear:both;
  padding:0 0 20px;
}

/* 背景つきボックス */
.att-box {
  background:#fffefa;
  border:1px solid #EDE8C8;
  box-sizing: border-box;
  clear: both;
  padding: 15px 15px 5px;
  margin-bottom: 15px;
}

/* 段落 */
.box p,
.page-title p {
  margin-bottom: 10px;
  padding-bottom: 0;
}

/* 回り込み解除 */
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

div.box:after,
div.att-box:after {
  content: "";
  display: block;
  clear: both;
}


/* -----------------------------------------------------------------
  ページタイトル
----------------------------------------------------------------- */
.page-title,
div.s-page-title {
  padding-bottom: 20px;
  margin: 0;
}
.page-title .box {
  width: 100%;
}
.page-title h1 {
  background: #EDEDED;
  background: -moz-linear-gradient(top, #FEFEFE 0%, #EDEDED 100%);
  background: linear-gradient(to bottom, #FEFEFE, #EDEDED);
  border: 1px solid #ccc;
  border-radius: 3px;
  color:#333333;
  font-size:24px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 20px;
  padding:10px 3%;
  text-align: left;
}
.page-title h1.s-page-title {
  background: #C95656;
  border: none;
  box-sizing: border-box;
  color:#FFFFFF;
  margin-bottom: 20px;
  height: auto;
  padding: 1% 2%;
}


/* -----------------------------------------------------------------
  ページ内リンク用ボタン
----------------------------------------------------------------- */
.box ul.tab_btn {
  margin:0 -13px 1.5em 0;
}
.box ul.tab_btn:after {
  content:" ";
  clear:both;
  height:0; 
  display:block;
  visibility:hidden;
}
.box ul.tab_btn li {
  float:left !important;
  width:160px;
  margin:0 13px 10px 0;
  padding: 0;
  font-weight:bold;
  line-height:normal;
  list-style:none;
}
.box ul.tab_btn li span,
.box ul.tab_btn li a {
  display:block;
  padding: 0.5em 0;
}
.box ul.tab_btn li span {
  color:#FEFEFE;
}
.box ul.tab_btn li a {
  background: -moz-linear-gradient(top center, #FEFEFE 0%, #EDEDED 100%);
  background: linear-gradient(to bottom, #FEFEFE, #EDEDED);
  border: 1px solid #CCC;
  border-radius: 3px;
  text-align: center;
  line-height: normal;
}

ul.btn li.o,
ul.btn li.b {
  font-size: 14px;
  margin-bottom: 15px !important;
}
@media only screen and (max-width: 999px){
  .box ul.tab_btn {
    margin-right: 0;
    padding: 0;
  }
  .box ul.tab_btn li,
  .box ul.tab_btn li:first-child {
    width:46% !important;
    margin: 0 2% 0.5em !important;
  }
}

/* ボタン（単独で使用） */
.btn {
  background: #EEE;
  color: #111;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-radius: 6px;
  font-size: 16px;
  padding: 5px 10px;
  -moz-box-shadow: -1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
  -webkit-box-shadow: -1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
}


/* -----------------------------------------------------------------
  タブ
----------------------------------------------------------------- */
ul.tab {
  background:url(/img/block/tab/tab-bg.gif) repeat-x bottom;
  height:34px;
  list-style-type:none;
  margin-bottom: 20px !important;
  padding-left: 10px;
}
ul.tab li {
  float:left;
  padding:0 ;
  margin:0 0 0 10px;
  text-align:center;
  font-size:14px;
  font-weight:bold;
}
ul.tab li:first-child {
  margin:0;
}
ul.tab li a,
ul.tab li a:visited,
ul.tab li span {
  display:block;
  width:128px;
  height:29px;
  padding:5px 0 0 ;
}
ul.tab li a,
ul.tab li a:visited {
  background: url(/img/block/tab/tab-3.gif) no-repeat;
}
ul.tab li span,
ul.tab li a:hover {
  background: url(/img/block/tab/tab-1.gif) no-repeat;
}


/* -----------------------------------------------------------------
  見出し
----------------------------------------------------------------- */

/* 大見出し */
#content h2,
#content .heading {
  clear: both;
  font-size: 20px;
  font-weight:bold;
  line-height: 1.4em;
  margin-bottom: 10px;
}
#content .heading {
  background: #E1E6EC url(/imgv3/block/title/wagara-r.gif);
  color:#333 !important;
  clear:both;
  height: auto;
  margin-bottom: 20px;
  padding:5px 0 0 10px;
  text-align: center;
}

/* 小見出し */
#content h3,
#content .s-heading {
  clear:both;
  font-size: 16px;
  font-weight: bold;
}
#content .s-heading,
#content .page-title p.s-heading,
#content .box p.s-heading {
  /* background:url(/img/block/icon/s-heading-bg.gif) left center no-repeat; */
  color: #3C980B !important;
  line-height:1.4em;
  padding: 20px 0 10px 30px;
}


/* -----------------------------------------------------------------
  配置調整
----------------------------------------------------------------- */
/* 画像の配置 */
.img-l {
  float:left;
  margin:0 2% 0 0;
  padding: 0;
  text-align:left;
  width: 26.08%;
}

.img-r {
  float:right;
  margin:0 0 0 2%;
  text-align:right;
  width: 26.08%;
}

.img-c {
  text-align:center;
  margin-bottom: 10px;
  clear:both;
  width: 100%;
}



/* 画像の下に回り込まないテキスト */
.box .img-l + .wrap,
.page-title .img-l + .wrap {
  float: right;
  width: 70%;
}
.box .img-r + .wrap,
.page-title .img-l + .wrap {
  float: left;
  width: 70%;
}
.box .img-l + .wrap:after,
.page-title .img-l + .wrap:after {
  clear: both;
  content: "";
  
}


/* テキストの配置 */
.txt-r {
  text-align:right;
}

.txt-c {
  text-align:center;
}

/* float解除 */
.clear {
  clear: both;
}

/* テキストのインデント */
.indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* 単語の途中で改行させない */
.nokaigyo {
  display: inline-block;
  white-space: nowrap;
}

/* -----------------------------------------------------------------
  リスト
----------------------------------------------------------------- */

/* マーカーあり */
.box ul,
.box ol,
.page-title ul,
.page-title ol {
  margin:0 0 10px;
}

.box ul li,
.box ol li,
.page-title ul li,
.page-title ol li {
  list-style: outside disc;
  padding-bottom:5px;
  margin-left:15px;
}


/* マーカー無し */
.box ul.nomarker,
.page-title ul.nomarker {
  padding:0;
  margin:0;
}

.box ul.nomarker li,
.page-title ul.nomarker li {
  list-style:none;
  padding-bottom:10px;
}

/* ボタン */
.page-title ul.button li,
.box ul.button li {
  float: left;
  list-style:none;
  margin: 0 0 15px 2%;
  width: 31%;
}
.page-title ul.button li:first-child,
.box ul.button li:first-child {
  margin-left: 0;
}
.page-title ul.button li a,
.box ul.button li a {
  display: block;
  border: solid 1px #ccc;
  -webkit-border-radius: 7px; /* Chrome,Safari */
  -moz-border-radius: 7px;    /* Firefox */
  border-radius: 7px;         /* CSS3 */
  background: -webkit-gradient(linear, left top, left bottom, from(#fffffe), to(#E2E2E2)); /* Chrome,Safari */
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffffffe,EndColorStr=#ffcccccb); zoom:1; /* IE */
  background: -moz-linear-gradient(top, #fffffe, #E2E2E2); /* Firefox */
  background: -o-linear-gradient(top, #fffffe, #E2E2E2);   /* Opera */
  background: linear-gradient(to bottom, #fffffe, #E2E2E2);      /* CSS3 */
  font-weight: bold;
  padding: 0 0.9em;
  line-height: 2em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.page-title ul.button li a:link,
.box ul.button li a:link {
}
.page-title ul.button li a:hover,
.box ul.button li a:hover {
  color: #f60;
}
@media only screen and (max-width: 689px) {
  #content .page-title ul.button,
  #content .box ul.button {
    padding-left: 0;
  }
  #content .page-title ul.button li,
  #content .box ul.button li {
    width: 100%;
  }
}

/* -----------------------------------------------------------------
  装飾
----------------------------------------------------------------- */

/* 角丸 */
.kado {
  border-radius: 6px;
}

/* 強調 */
.box .deco,
.page-title .deco {
  color:#D34C6B;
  font-weight:bold;
}

.box .accent,
.box strong,
.page-title .accent,
.page-title strong {
  font-weight:bold;
}


/* -----------------------------------------------------------------
  テーブルプラグイン用（初期設定用。調整は別途スタイルを書くこと）
----------------------------------------------------------------- */

/* テーブル名（見出し） */
.wp-table-reloaded-table-name {
}

/* テーブル説明 */
.wp-table-reloaded-table-description {
}

/* テーブルヘッダ */
.wp-table-reloaded th,
.wp-table-reloaded .sorting {
  background-color: #3B823A;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* テーブルヘッダ（ソートアクティブ時） */
.wp-table-reloaded .sorting-desc,
.wp-table-reloaded .sorting-asc {
  background-color: #44AF42;
  color: #FFF !important;
}

/* セル */
.wp-table-reloaded th,
.wp-table-reloaded td {
  width: auto !important;
}
.wp-table-reloaded td {
  font-size: 12px;
}

/* セル（偶数行） */
.wp-table-reloaded .even td {
  background: #FDFCF9 !important;
}

/* セル（奇数行） */
.wp-table-reloaded .odd td {
  background: #F9F5ED !important;
}

/* サムネイル */
#content .wp-table-reloaded td img,
#content .wp-table-reloaded th img {
  border: none;
  padding: 0;
  margin-bottom: 0;
}


/* -----------------------------------------------------------------
  タブ切り替えjq用（必要最低限の物。調整は別途スタイルを書くこと）
----------------------------------------------------------------- */

/* 切り替えタブ */
#tab li,
#tab2 li {
  cursor: pointer;
}

/* 切り替えタブ（アクティブ） */
#tab li.select,
#tab2 li.select {
}

/* 切り替えボックス */
.tabwrap {
}

/* 切り替えボックス（非アクティブ） */
.disnon {
  display: none;
}


/* -----------------------------------------------------------------
  スニペット用 （Post-Snippets で作成したブロックのスタイル）
----------------------------------------------------------------- */

/* 問合わせバナーブロック */
#content .contact {
  background: url(/img/default/btn-form-bg.jpg) no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
  clear: both;
  float: none;
  height: 25%;
  margin: 3% 0;
  padding: 12% 1% 3% 20%;
  text-align: left;
  width: 100%;
}
#content .contact img {
  height: auto;
  vertical-align:top;
}
#content .contact .form-tel {
  margin:3% 1% 3% 0;
  vertical-align: middle;
  width: 61%;
}
#content .contact a img {
  margin: 0;
  vertical-align: middle;
  width: 36%;
}
@media only screen and (max-width: 689px) {
  #content .contact {
    background: none;
    padding: 0;
    margin-top: 0;
  }
}

/* フッターエリア（f-area） */
div.f-area {
  background: #efefef;
  border-top: 1px #EBD4D8 solid;
  clear: both;
  padding: 1em;
}
div.f-area > div {
  max-width: 1000px;
  margin: 0 auto;
}
div.f-area > div h3 {
  font-weight: bold;
}
div.f-area ul {
  margin: 0;
  padding: 0;
}
div.f-area ul li {
  display: inline-block;
  margin: 0 0.3em 0.5em;
}
div.f-area ul li a {
  background: #B38339;
  border: 3px #FFF solid;
  border-radius: 10px;
  color: #FFF;
  display: block;
  padding: 3px 1em;
}
div.f-area ul li a:hover {
  background: #BF4844;
}
div.f-area p a {
  text-decoration: underline;
}
@media (min-width: 690px) {
  div.f-area > div h3 {
    float: left;
    font-size: 1.2em;
    padding-top: 8px;
    padding-right: 2em;
  }
  div.f-area ul li a {
    font-size: 1.2em;
  }
} /* Eo min690 */

/* お問い合わせバナー（f-form） */
div#f-form {
  background: #efefef;
  border-top: 1px #EBD4D8 solid;
  clear: both;
  padding: 1em;
  text-align:center;
}
div#f-form p img {
  margin-bottom:10px;
}
div#f-form p a:hover img {
  opacity:0.8;
}
div#f-form p {
  font-size:1.3rem;
}
div#f-form p span {
  font-size:2.0rem;
  font-weight:bold;
  background:url(/imgv3/default/tel-icon.png) left center no-repeat;
  padding-left:30px;
  line-height:1rem;
}
div#f-form p:last-child {
  font-size:1.0rem;
}
@media (min-width: 690px) {
  div#f-form p img {
    margin-bottom:20px;
  }
  div#f-form p {
    font-size:1.5rem;
  }
  div#f-form p span {
    font-size:2.5rem;
    margin-left:30px;
  }
  div#f-form p:last-child br {
    display:none;
  }
}
@media (max-width: 689px) {
  div#f-form p img {
    width:100%;
  }
  div#f-form p:last-child {
    padding-top:10px;
  }
}

/* 出張買取ブロック
----------------------------------------------- */
#content #taiou {
  background: #EBEAE3 url(/imgv3/block/bg/wagara-bg.png);
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 0 1.4em 1.4em;
}
#content #taiou h2 {
  font-size: 20px;
  line-height: 1.2em;
  text-align: center;
  margin: 0;
  padding: 0.2em 0;
}
#content #taiou h2 + div {
  background: #FFF;
  border-radius: 3px;
  color: #333;
  padding: 1em;
}

@media only screen and (min-width:690px){
  #content #taiou h2 {
    font-size: 32px;
  }
}



/* -----------------------------------------------------------------
  対応エリア
----------------------------------------------------------------- */
#content #area-intro {
}

#content #area-intro .img-l {
  margin-right: 0 !important;
  width: 265px;
}

#content #area-intro .wrap {
  width: 410px;
}

#content #area-intro h3 {
  border-bottom: 1px #CCC dotted;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px;
}

#content #area-intro .btn {
  margin: 10px 0 20px;
  text-align: center;
}

#content #area-intro .btn a {
  background: #FFF;
  background: -webkit-linear-gradient(top, #FFF, #F7F7F7); /* webkit系ベンダープレフィックス */
  background: linear-gradient(#FFF, #F7F7F7); /* 標準型 */
  border: 1px #CDCDCD solid;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 0.5em 1em;
}

#content #area-intro .btn a:hover {
  background: #F7F7F7;
  background: -webkit-linear-gradient(top, #F7F7F7, #FFF); /* webkit系ベンダープレフィックス */
  background: linear-gradient(#F7F7F7, #FFF); /* 標準型 */
}

@media only screen and (max-width:999px){

  #content #area-intro .img-l {
    width: 30%;
  }

  #content #area-intro .wrap {
    width: 65%;
  }
}

@media only screen and (max-width:689px){
  #content #area-intro .img-l,
  #content #area-intro .wrap {
    width: 100%;
  }
}

/* 市町村リスト（折りたたみ式） */ 
/* 折りたたみボタン */
#content #support-area .area-list-l,
#content #support-area .area-list-r {
  width: 49%;
}
#content #support-area .area-list-l {
  clear: both;
  float: left;
}
#content #support-area .area-list-r {
  float: right;
}
#content #support-area p.sbtitle {
  background: #F7F7F7;
  background: -webkit-linear-gradient(top, #FEFEFE, #F7F7F7); /* webkit系ベンダープレフィックス */
  background: linear-gradient(#FEFEFE, #F7F7F7); /* 標準型 */
  border: 1px #E0E0E0 solid;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 0 10px 0;
  padding: 1%;
  width: 100%;
}

#content #support-area p.sbtitle span {
  border-left: 4px #66AFF0 solid;
  display: block;
  padding-left: 3%;
}

#content #support-area div.sbcontents {
  border: 1px #E0E0E0 solid;
  border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 3% 3% 0;
  width: 100%;
}

#content #support-area div.sbcontents h3 {
  font-weight: bold;
  margin-bottom: 5px;
}

#content #support-area div.sbcontents ul {
  overflow: hidden;
}

#content #support-area div.sbcontents ul li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  width: auto;
}

#content #support-area div.sbcontents a {
  text-decoration: none;
}
@media only screen and (max-width:689px){
}


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

/*--------------- 1列パターン ----------------*/
/* 見出しの左右に強調ラインを設定 */
.box table.h-head-table1,
.page-title table.h-head-table1 {
  padding: 0;
  width:100%;
}
.box table.h-head-table1 td,
.page-title table.h-head-table1 td {
  border: none;
  padding:10px 0 20px 10px;
  line-height:1.8em;
  text-align:left;
  vertical-align:top;
}
.box table.h-head-table1 p,
.page-title table.h-head-table1 p {
  line-height:1.8em;
}
.box table.h-head-table1 ol,.box table.h-head-table1 ul,
.page-title table.h-head-table1 ol,.page-title table.h-head-table1 ul {
  margin-bottom:15px;
}
.box table.h-head-table1 ol li,
.page-title table.h-head-table1 ol li {
  margin-bottom:5px;
  margin-left: 20px;
}
.box table.h-head-table1 th,
.page-title table.h-head-table1 th {
  text-align:left;
  border:1px solid #2B9BED;
  border-left:10px solid #2B9BED;
  border-right:10px solid #2B9BED;
  padding:5px 10px;
  font-weight:bold;  
  font-size:16px;
}
.box table.h-head-table1 th p,
.page-title table.h-head-table1 th p {
  margin-bottom:0;
}
.box table.h-head-table1 ul li,
.page-title table.h-head-table1 ul li {
  margin-bottom:5px;
  list-style-type:disc;
  margin-left: 20px;  
}

/* 見出しの左と下にラインを設定 */
.box table.h-head-table2,
.page-title table.h-head-table2 {
  padding: 0;
  width:100%;
}
.box table.h-head-table2 td,
.page-title table.h-head-table2 td {
  border: none;
  padding:10px 0 20px 10px;
  line-height:1.8em;
  text-align:left;
  vertical-align:top;
}
.box table.h-head-table2 p,
.page-title table.h-head-table2 p {
  line-height:1.8em;
}
.box table.h-head-table2 ol,.box table.h-head-table2 ul,
.page-title table.h-head-table2 ol,.page-title table.h-head-table2 ul {
  margin-bottom:5px;
}
.box table.h-head-table2 ol li,
.page-title table.h-head-table2 ol li {
  margin-bottom:5px;
  list-style-type:decimal;
  margin-left: 20px;  
}
.box table.h-head-table2 th,
.page-title table.h-head-table2 th {
  text-align:left;
  border-left:10px solid #1D2D54;
  border-bottom:1px dashed #1D2D54;
  padding:3px 10px 3px 10px;
  font-weight:bold;
  font-size:16px;
}
.box table.h-head-table2 th p,
.page-title table.h-head-table2 th p {
  margin-bottom:0;
}
.box table.h-head-table2 ul li,
.page-title table.h-head-table2 ul li {
  background: none;
  list-style:disc outside;
  margin-bottom:5px;
  margin-left: 20px;  
}


/* 見出しを塗り潰し、下にライン */
.box table.h-head-table3,
.page-title table.h-head-table3 {
  border: none;
  padding: 0;
  width:100%;
}
.box table.h-head-table3 td,
.page-title table.h-head-table3 td {
  border: none;
  padding:10px 0 20px 10px;
  line-height:1.8em;
  text-align:left;
  vertical-align:top;
}
.box table.h-head-table3 p,
.page-title table.h-head-table3 p {
  line-height:1.8em;
}
.box table.h-head-table3 ol,.box table.h-head-table3 ul,
.page-title table.h-head-table3 ol,.page-title table.h-head-table3 ul {
  margin-bottom:15px;
}
#content .box table.h-head-table3 ol li,
#content .page-title table.h-head-table3 ol li {
  margin-bottom:5px;
  list-style:disc outside;
  margin-left: 20px;
  width: auto;
}
.box table.h-head-table3 th,
.page-title table.h-head-table3 th {
  text-align:left;
  background-color:#EFEFEF;
  font-weight:bold;
  padding:3px 10px 3px 10px;
  border-bottom:1px solid #EFEFEF;
  font-size:16px;
}
.box table.h-head-table3 th p,
.page-title table.h-head-table3 th p {
  margin-bottom:0;
}
.box table.h-head-table3 ul li,
.page-title table.h-head-table3 ul li {
  margin-bottom:5px;
  list-style:disc outside;
  margin-left: 20px;
}


/*--------------- 2列以上のパターン（1列目がth） ----------------*/
img.banner {
  margin-bottom:5px;
}

/* 項目の左側に行頭マークを設定、htmlのｔｈ内の文字列に<p>タグをつける */
.box table.v-head-table1,
.page-title table.v-head-table1 {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}
.box table.v-head-table1 th,.box table.v-head-table1 td,
.page-title table.v-head-table1 th,.page-title table.v-head-table1 td {
  padding:10px 15px;
  text-align:left;
  line-height:1.6em;
  border-bottom:1px dotted #696969;
  border-left: none;
  border-right: none;
  border-top:1px dotted #696969;
}
.box table.v-head-table1 th,
.page-title table.v-head-table1 th {
  vertical-align:middle;
  width:24%;
}
.box table.v-head-table1 th.v-chosei,
.page-title table.v-head-table1 th.v-chosei {
  padding:15px 15px 25px;
}
.box table.v-head-table1 td,
.page-title table.v-head-table1 td {
  vertical-align:top;
}
.box table.v-head-table1 td ul,
.page-title table.v-head-table1 td ul {
    list-style-position: outside;
    margin-left: 15px;
}
.box table.v-head-table1 th p,
.page-title table.v-head-table1 th p {
  border-left:5px solid #BB2222;
  padding:0 0 0 8px;
  line-height:1.2em;
  margin:0;
}
.box table.v-head-table1 th p.wide,
.page-title table.v-head-table1 th p.wide {
  height: 1.2em;
  margin-bottom: 1.2em;
}
.box table.v-head-table1 tr td textarea,
.page-title table.v-head-table1 tr td textarea {
  font-size:12px;
}
.box table.v-head-table1 a,
.page-title table.v-head-table1 a {
  font-weight:normal;
}
@media only screen and (max-width: 689px){
  .box table.v-head-table1 th,
  .page-title table.v-head-table1 th,
  .box table.v-head-table1 td,
  .page-title table.v-head-table1 td {
    border: none;
    box-sizing: border-box;
    display: block;
    padding: 5px 10px;
    width: 100% !important;
  }
  .box table.v-head-table1 th,
  .page-title table.v-head-table1 th {
    background-color: #f4f4f4;
    border-left: 5px solid #bb2222;
  }
  .box table.v-head-table1 th br,
  .page-title table.v-head-table1 th br {
    display: none;
  }
  .box table.v-head-table1 th p,
  .page-title table.v-head-table1 th p,
  .box table.v-head-table1 th p.wide,
  .page-title table.v-head-table1 th p.wide {
    border-left: none;
    height: auto;
    line-height:1.6em;
    margin-bottom: 0;
    padding:0;
  }
  .box table.v-head-table1 td,
  .page-title table.v-head-table1 td {
    padding-bottom: 15px;
  }
}

/* 項目の左側に強調のラインを設定し、サイトのカラーで塗り潰し */
.box table.v-head-table2,
.page-title table.v-head-table2 {
  border-collapse:collapse;
  margin:0 auto 10px;
  width:100%;
}
.box table.v-head-table2 th,.box table.v-head-table2 td,
.page-title table.v-head-table2 th,.page-title table.v-head-table2 td {
  padding:10px 15px;
  line-height:1.6em;
}

.box table.v-head-table2 th,
.page-title table.v-head-table2 th {
  background-color: #f4f4f4;
  border: 1px solid #CCC;
  border-left: 5px solid #1D2D54;
  vertical-align: middle;
  width: 24%;
}
.box table.v-head-table2 th p,
.page-title table.v-head-table2 th p {
  margin-bottom:0;
}

.box table.v-head-table2 td,
.page-title table.v-head-table2 td {
  background: #fff;
  border:1px solid #CCC;
  line-height:1.6em;
  text-align:left;
  vertical-align:middle;
}
.box table.v-head-table2 td ul,
.page-title table.v-head-table2 td ul {
    list-style-position: outside;
    margin-left: 15px;
}
.box table.v-head-table2 tr td textarea,
.page-title table.v-head-table2 tr td textarea {
  font-size:12px;
}
.box table.v-head-table2 a,
.page-title table.v-head-table2 a {
  font-weight:normal;
}
.box table.v-head-table2 td p,
.page-title table.v-head-table2 td p {
  line-height:1.6em;
}
@media only screen and (max-width: 689px){
  .box table.v-head-table2 th,
  .page-title table.v-head-table2 th,
  .box table.v-head-table2 td,
  .page-title table.v-head-table2 td {
    border-bottom: medium none;
    border-right: medium none;
    border-top: medium none;
    box-sizing: border-box;
    display: block;
    padding: 5px 10px;
    width: 100% !important;
  }
  .box table.v-head-table2 th br,
  .page-title table.v-head-table2 th br {
    display: none;
  }
  .box table.v-head-table2 td,
  .page-title table.v-head-table2 td {
    border-left: none;
    border-right: none;
    padding-bottom: 15px;
  }
}

/* 一行目の上の罫線にポイントを置く */
.box table.v-head-table3,
.page-title table.v-head-table3 {
  border: 1px solid #FFD304;
  border-collapse: collapse;
  width:100%;
}
.box table.v-head-table3 tr:first-child th {
  border-top: #fe9600 4px solid;
}
.page-title table.v-head-table3 tr:first-child th {
  border-top: #EFEFEF 1px solid;
}
.box table.v-head-table3 th,
.page-title table.v-head-table3 th {
  background-color: #efefef;
  border-bottom: #fff 1px solid;
  text-align: left;
  padding: 10px;
  font-weight: normal;
  width: 24%;
}
.box table.v-head-table3 tr:first-child td {
  border-top: #b3b3b3 4px solid;
}
.page-title table.v-head-table3 tr:first-child td {
  border-top: #e3e3e3 1px solid;
}
.box table.v-head-table3 td,
.page-title table.v-head-table3 td {
  border-bottom: #e3e3e3 1px solid;
  text-align: left;
  padding: 10px;
}
@media only screen and (max-width: 689px){
  .box table.v-head-table3,
  .page-title table.v-head-table3 {
    border: none;
  }
  .box table.v-head-table3 th,
  .page-title table.v-head-table3 th,
  .box table.v-head-table3 td,
  .page-title table.v-head-table3 td {
    border: none;
    box-sizing: border-box;
    display: block;
    padding: 5px 10px;
    width: 100% !important;
  }
  .box table.v-head-table3 th,
  .page-title table.v-head-table3 th {
    background-color: #fff;
    border-left: 5px solid #FFD304;
  }
  .box table.v-head-table3 tr:first-child th,
  .page-title table.v-head-table3 tr:first-child th {
    border-top: 0;
  }
  .box table.v-head-table3 th br,
  .page-title table.v-head-table3 th br {
    display: none;
  }
  .box table.v-head-table3 th p,
  .page-title table.v-head-table3 th p,
  .box table.v-head-table3 th p.wide,
  .page-title table.v-head-table3 th p.wide {
    border-left: none;
    height: auto;
    line-height:1.6em;
    margin-bottom: 0;
    padding:0;
  }
  .box table.v-head-table3 td,
  .page-title table.v-head-table3 td {
    background: none;
    padding-bottom: 15px;
  }
  .box table.v-head-table3 tr:first-child td,
  .page-title table.v-head-table3 tr:first-child td {
    border-top: 0;
  }
}

/* -----------------------------------------------------------------
  お問合わせフォーム共通
----------------------------------------------------------------- */
#form .box,
#form .page-title {
  margin: 0 auto;
  width: 95%;
}
#form .box .deco,
#form .page-title .deco {
  color:#FF0000;
  font-weight:bold;
}
#form .box .accent,
#form .page-title .accent {
  font-weight:bold;
}
#form .box form h3,
#form .page-title form h3 {
  border-left:10px solid #700C0C;
  border-bottom:1px solid #700C0C;
  padding:5px 10px;
  margin-bottom:20px;
  font-size:16px;
  font-weight:bold;
}
@media only screen and (max-width: 689px){
  #form .box h2,
  #form .page-title h2 {
    font-size: 18px;
  }
}


/* フォーム */
#form .box input,
#form .page-title input {
  margin:2px 0;
}
#form .box input[type="text"],
#form .page-title input[type="text"],
#form textarea {
  background: #FFFFFF;
  -moz-box-shadow:none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
}
#form .box input[type="text"],
#form .page-title input[type="text"] {
  margin:2px 0;
  height: auto;
  line-height: 2em;
}
#form textarea {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 999px){
  #form input[type="text"] {
    width: 80%;
  }
}
@media only screen and (max-width: 689px){
  #form input[type="text"] {
    max-width: 100%;
    width: 100%;
  }
}


/* 表修正  */
#form .box table td,
#form .page-title table td,
#form .box table th,
#form .page-title table th {
  border: 1px solid #cccccc;
  vertical-align:middle;
}
#form .box table.v-head-table2 th,
#form .page-title table.v-head-table2 th {
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
  background:#efefef;
}
#form .box table.h-head-table3,
#form .page-title table.h-head-table3 {
  margin-bottom: 20px;
  width:100%;
}
#form .box table.h-head-table3 th,
#form .page-title table.h-head-table3 th {
  border:1px solid #CCCCCC;
  background:#efefef;
  font-weight: normal;
  line-height: 1.6em;
  padding:10px 15px;
  vertical-align:middle;
}
#form .box table.h-head-table3 td,
#form .page-title table.h-head-table3 td {
  background: #fff;
  border: 1px solid #CCCCCC;
  padding: 10px 15px;
}
@media only screen and (max-width: 689px){
  #form .box table.v-head-table2 th,
  #form .page-title table.v-head-table2 th {
    border: none;
    width: auto;
  }
  #form .box table.v-head-table2 td,
  #form .page-title table.v-head-table2 td {
    border: none;
    padding-bottom: 20px;
    overflow: hidden;
  }
}

/* 送信ボタン  */
#content #form p.submit {
  text-align:center;
  margin-bottom:15px;
}
#content #form p.submit img{
  width: auto;
}



/* -----------------------------------------------------------------
  市町村（single）
----------------------------------------------------------------- */
/* コンセプト */
#content .post .concept {
  background: #641F29 url(/imgv3/block/bg/wagara-bg.png);
  border-radius: 3px;
  color: #FFF;
  margin-bottom: 30px;
  padding: 0 1.4em 1.4em;
}

#content .post .concept h1 {
  border: none;
  color: #FFF;
  font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
  font-size: 22px;
  line-height: 1.2em;
  text-align: center;
  margin: 0;
  padding: 0.5em 0;
}

#content .post .concept > div {
  background: #FFF;
  border-radius: 3px;
  color: #333;
  padding: 1em;
}

#content .post .concept > div p {
  margin-bottom: 0;
}

#content .post .concept > div .img-l {
  display: none;
}

/* 実績 */
#content .post .result-post-list {
  padding: 0;
  margin: 0;
}
#content .post .result-post-list li {
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
  zoom: 1;
}
#content .post .result-post-list li:after {
  content: "";
  display: block;
  clear: both;
}
#content .post .result-post-list li span + a {
  border-bottom: 1px #26448A dotted;
  display: block;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 5px;
}
#content .post .result-post-list li img {
  background: #FFF;
  float: left;
  padding-right: 1em;
  height: auto;
  width: 22%;
}
#content .post .result-post-list li a span {
  display: block;
  font-size: 12px;
}

/* 出張エリア */
#content .post .visit-area-info {
  background: #641F29 url(/imgv3/block/bg/wagara-bg.png);
  border-radius: 3px;
  color: #FFF;
  margin-bottom: 10px;
  padding: 0 1.4em 1.4em;
}

#content .post .visit-area-info dt {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 5px;
  padding-top: 5px;
}

#content .post .visit-area-info dd {
  background: #FFF;
  border-radius: 3px;
  color: #333;
  padding: 1em;
}
#content .post .visit-area-info dd ul {
  margin: 0;
  padding: 0;
}
#content .post .visit-area-info dd ul:after {
  content: "";
  display: block;
  clear: both;
}
#content .post .visit-area-info dd ul li {
  background: none;
  float: left;
  margin: 0;
  padding: 0 0 0 1em;
  width: 20% !important;
}

#content .post .visit-area-info + p {
  color: #971A36;
  font-size: 20px;
  font-weight: bold;
}

/* ジャンル */
#content .post .genre {
  background: #641F29 url(/imgv3/block/bg/wagara-bg.png);
  border-radius: 3px;
  color: #FFF;
  margin-bottom: 30px;
  padding: 0 1.4em 1.4em;
}
#content .post .genre h2 {
  border: none;
  color: #FFF;
  font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2em;
  text-align: center;
  margin: 0;
  padding: 0.2em 0;
}
#content .post .genre ul.items {
  display: flex;
  flex-wrap: wrap;
}
#content .post .genre ul.items li {
  background: #EDEDE5;
  background: -webkit-linear-gradient(top, #FFF, #EDEDE5);
  background: linear-gradient(#FFF, #EDEDE5);
  border-radius: 3px;
  color: #333;
  list-style: none;
  float: left;
  list-style: none;
  line-height: 1.5em;
  margin: 0 2% 20px;
  padding: 0;
  width: 45.5%;
}
#content .post .genre ul.items li span,
#content .post .genre ul.items li a {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  font-size: 14px;
  font-weight: bold;
  min-height: 159px;
  text-align: center;
  padding: 75% 5px 5px;
}

#content .post .genre ul.items li.item1 span,
#content .post .genre ul.items li.item1 a {
  background-image: url(/imgv3/genre/kokuhou.png);
}
#content .post .genre ul.items li.item2 span,
#content .post .genre ul.items li.item2 a {
  background-image: url(/imgv3/genre/gigeiin.png);
}
#content .post .genre ul.items li.item3 span,
#content .post .genre ul.items li.item3 a {
  background-image: url(/imgv3/genre/hanging-scroll.png);
}
#content .post .genre ul.items li.item4 span,
#content .post .genre ul.items li.item4 a {
  background-image: url(/imgv3/genre/tea-tools.png);
}
#content .post .genre ul.items li.item5 span,
#content .post .genre ul.items li.item5 a {
  background-image: url(/imgv3/genre/sencha-tool.png);
}
#content .post .genre ul.items li.item6 span,
#content .post .genre ul.items li.item6 a {
  background-image: url(/imgv3/genre/chinese-art.png);
}
#content .post .genre ul.items li.item7 span,
#content .post .genre ul.items li.item7 a {
  background-image: url(/imgv3/genre/semiprecious-stones.png);
}
#content .post .genre ul.items li.item8 span,
#content .post .genre ul.items li.item8 a {
  background-image: url(/imgv3/genre/calligraphy-tools.png);
}
#content .post .genre ul.items li.item9 span,
#content .post .genre ul.items li.item9 a {
  background-image: url(/imgv3/genre/old-furniture.png);
}
#content .post .genre ul.items li.item10 span,
#content .post .genre ul.items li.item10 a {
  background-image: url(/imgv3/genre/ceramic.png);
}
#content .post .genre ul.items li.item11 span,
#content .post .genre ul.items li.item11 a {
  background-image: url(/imgv3/genre/picture.png);
}
#content .post .genre ul.items li.item12 span,
#content .post .genre ul.items li.item12 a {
  background-image: url(/imgv3/genre/sculpture.png);
}
#content .post .genre ul.items li.item13 span,
#content .post .genre ul.items li.item13 a {
  background-image: url(/imgv3/genre/millitary.png);
}
#content .post .genre ul.items li.item14 span,
#content .post .genre ul.items li.item14 a {
  background-image: url(/imgv3/genre/sword.png);
}
#content .post .genre ul.items li.item15 span,
#content .post .genre ul.items li.item15 a {
  background-image: url(/imgv3/genre/accessories.png);
}
#content .post .genre ul.items li.item16 span,
#content .post .genre ul.items li.item16 a {
  background-image: url(/imgv3/genre/instrument_mask.png);
}
#content .post .genre ul.items li.item17 span,
#content .post .genre ul.items li.item17 a {
  background-image: url(/imgv3/genre/goods.png);
}
#content .post .genre ul.items li.item18 span,
#content .post .genre ul.items li.item18 a {
  background-image: url(/imgv3/genre/coin_stamp.png);
}
#content .post .genre ul.items li.item19 span,
#content .post .genre ul.items li.item19 a {
  background-image: url(/imgv3/genre/tableware_gift.png);
}
#content .post .genre ul.items li.item20 span,
#content .post .genre ul.items li.item20 a {
  background-image: url(/imgv3/genre/hobby.png);
}
#content .post .genre ul.items li.item21 span,
#content .post .genre ul.items li.item21 a {
  background-image: url(/imgv3/genre/jewelry.png);
}
#content .post .genre ul.items li.item22 span,
#content .post .genre ul.items li.item22 a {
  background-image: url(/imgv3/genre/kimono.png);
}
#content .post .genre ul.items li.item23 span,
#content .post .genre ul.items li.item23 a {
  background-image: url(/imgv3/genre/collector.png);
}
#content .post .genre ul.items li.item24 span,
#content .post .genre ul.items li.item24 a {
  background-image: url(/imgv3/genre/documents.png);
}


#content .post .genre p.buying-btn {
  text-align:center;
}
#content .post .genre p.buying-btn a {
  color:#692730;
  font-size:1.2em;
  width:90%;
  display:block;
  margin:0 auto;
  line-height:2.5em;
  border-radius:5px;
  background: #F4C19D;
  background: -webkit-linear-gradient(top, #FFF7F1, #F4C19D);
  background: linear-gradient(#FFF7F1, #F4C19D);
}
#content .post .genre p.buying-btn a:hover {
  background: #FFF7F1;
  background: -webkit-linear-gradient(top, #F4C19D, #FFF7F1);
  background: linear-gradient(#F4C19D, #FFF7F1);
}

@media only screen and (min-width:690px){
  #content .post .genre p.buying-btn a {
    width:300px;
  }
}

/* ７つの魅力（2017-05-11追加） */
#content .post .miryoku ul li {
  background: none;
  color: #913D48;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  list-style: none;
  text-indent: -2em;
  margin: 0;
  padding: 0.5em;
  padding-left: 2.5em;
}

/* 骨董品買取の流れ（2017-05-11追加） */
#content .post .kottou-flow ol {
  margin: 0;
  padding: 0;
}
#content .post .kottou-flow ol li {
  background: #EAE5E3;
  list-style: none;
  margin: 0;
  padding: 0.5em;
  word-break: normal;
}
#content .post .kottou-flow ol li + li {
  margin-top: 1em;
}
#content .post .kottou-flow ol li:after {
  content: "";
  clear: both;
  display: table;
}
#content .post .kottou-flow ol li img {
  display: block;
  width: 30%;
  max-width: 197px;
}
#content .post .kottou-flow ol li p:first-child {
  color: #571E05;
}

/* 出張買取（2017-05-11追加） */
#content .post .kotto-visit {
  background: #EBEAE3 url(/imgv3/block/bg/wagara-bg.png);
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 0 1.4em 1.4em;
  word-break: normal;
}
#content .post .kotto-visit h2 {
  border: none;
  line-height: 1.2em;
  text-align: center;
  margin: 0;
  padding: 0.2em 0;
}
#content .post .kotto-visit h2 + div {
  background: #FFF;
  border-radius: 3px;
  color: #333;
  padding: 1em;
}
#content .post .kotto-visit div p.img-r {
  width: 29.5%;
}

#content .post .kotto-visit .more {
  text-align: center;
  padding-top: 1em;
}
#content .post .kotto-visit .more a {
  background: #661E29;
  background: -webkit-linear-gradient(top, #93555F, #661E29);
  background: linear-gradient(#93555F, #661E29);
  color: #FFF;
  border-radius: 14px;
  display: inline-block;
  text-align: center;
  line-height: normal;
  margin: 0;
  padding: 0.5em 2em;
}
#content .post .kotto-visit .more a:hover {
  background: #8B2232;
  background: -webkit-linear-gradient(top, #BC6471, #8B2232);
  background: linear-gradient(#BC6471, #8B2232);
}



@media (max-width: 689px){
  #content .post .genre ul.items li a {
    min-height: auto;
  }
  #content .post .kottou-flow ol li img {
    margin: 0.5em auto;
  }
  #content .post .kottou-flow ol li p:first-child {
    font-weight: bold;
    text-align: center;
  }
  #content .post .miryoku ul li {
    border-bottom: 1px #CCC dotted;
  }
}

@media (min-width:690px){
  #content .post .genre h2 {
    font-size: 32px;
  }
  #content .post .genre ul.items li {
    margin: 0 1% 2%;
    width: 23%;
  }
  #content .post .kottou-flow ol li img {
    float: left;
    margin: 0 1.5em 1em 0;
  }
  #content .post .kottou-flow ol li p:first-child {
    font-size: 1.5em;
  }
  #content .post .miryoku ul li {
    background: #F3ECEE url(/imgv3/block/icon/neko-point.png) left bottom no-repeat;
    border-radius: 3px;
    min-height: 50px;
    margin-bottom: 1em;
    padding-left: 6.2em;
  }
  #content .post .kotto-visit div p.img-r + .wrap {
    width: 67%;
  }
  #content .post .kotto-visit h2 {
    font-size: 24px;
  }
}


/* -----------------------------------------------------------------
  市町村（single）　遺品用デザイン調整＆追加
----------------------------------------------------------------- */
#content .post > div[id$="-ihin"] h1,
#content .post > div[id$="-ihin"] .reason h2,
#content .post > div[id$="-ihin"] .result-posts h2 {
  border: none;
  color: #6C212C;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#content .post > div[id$="-ihin"] h2.heading {
  background: #4F131C url(/imgv3/block/bg/grid.png);
  background: url(/imgv3/block/bg/grid.png),-webkit-linear-gradient(top, #661E29, #4F131C);
  background: url(/imgv3/block/bg/grid.png),linear-gradient(to bottom, #661E29, #4F131C);
  border-bottom: 3px #A4A4A4 solid;
  color: #FFF !important;
  margin-bottom: 0.5em;
  position: relative;
}
#content .post > div[id$="-ihin"] h2.heading:after {
  background: #C7D0E3;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#content .post > div[id$="-ihin"] .catch {
  color: #6C212C;
}
#content .s-heading {
  background: #E1E6EC url(/imgv3/block/title/wagara-r.gif);
  border-bottom: 1px solid #515151;
  color:#333 !important;
  clear: both;
  font-size: 20px;
  font-weight:bold;
  line-height: 1.4em;
  height: auto;
  margin: 25px 0 15px;
  padding:5px 0 0 10px;
  text-align: center;
}

@media only screen and (min-width:690px){
  #content .post > div[id$="-ihin"] .intro h1,
  #content .post > div[id$="-ihin"] .reason h2,
  #content .post > div[id$="-ihin"] .result-posts h2 {
    font-size: 2.4em;
    text-align: center;
  }
  #content .post > div[id$="-ihin"] h2.heading {
    font-size: 2.2em;
  }
  #content .post > div[id$="-ihin"] .catch {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
  }
  #content #method .img-l + *,
  #content #when .img-l + *,
  #content #knowhow .img-l + *,
  #content #caution .img-l + *,
  #content #method .img-r + *,
  #content #when .img-r + *,
  #content #knowhow .img-r + *,
  #content #caution .img-r + * {
    margin-bottom: 20px;
  }
} /* Eo min690 */


/* 実績
----------------------------------------------- */
#content .post > div[id$="-ihin"] .result .result-post-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#content .post > div[id$="-ihin"] .result .result-post-list li {
  background: none;
  clear: none;
  list-style: none;
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
  padding: 0;
}
#content .post > div[id$="-ihin"] .result .result-post-list li > a {
  border: none;
}
#content .post > div[id$="-ihin"] .result .result-post-list li > a + p {
  clear: both;
  background: #FFEFEF;
  margin: 0;
  padding: 0.5em;
}
#content .post > div[id$="-ihin"] .result .result-post-list li img {
  display: block;
  margin: 0 auto 0.5em;
  padding: 0 0.5em 0 0;
  width: 40%;
}
@media (min-width:730px){
  #content .post > div[id$="-ihin"] .result .result-post-list li {
    border: 1px #D6D6D6 solid;
    border-radius: 5px;
    float: left;
    margin-left: 4%;
    padding: 0.5em;
    width: 48%;
  }
  #content .post > div[id$="-ihin"] .result .result-post-list li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
} /* Eo min730 */


/* 選ばれる理由
----------------------------------------------- */
#content .post > div[id$="-ihin"] .reason ul {
  margin: 0;
  padding: 0;
}
#content .post > div[id$="-ihin"] .reason ul li {
  background: none;
  list-style: none;
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
  padding: 0;
}
#content .post > div[id$="-ihin"] .reason ul li img {
  display: block;
  margin: 0 auto 0.5em;
}
@media (max-width:689px){
  #content .post > div[id$="-ihin"] .reason ul li img {
    width: 80%;
  }
} /* Eo min689 */

@media (min-width:690px){
  #content .post > div[id$="-ihin"] .reason ul li {
    float: left;
    margin-left: 4%;
    width: 30.6%;
  }
  #content .post > div[id$="-ihin"] .reason ul li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
} /* Eo min690 */


/* 生前整理とは
----------------------------------------------- */
#content .post > div[id$="-ihin"] .seizen ul {
  margin-left:1.5em;
}
#content .post > div[id$="-ihin"] .seizen ul li {
  list-style-type:decimal;
  background:none;
  padding-left:0;
}

/* 高く売るには
----------------------------------------------- */
#content .post > div[id$="-ihin"] .point dl dt {
  background: url(/imgv3/block/icon/loupe.png) left top no-repeat;
  border-bottom: 1px #6C212C dotted;
  color: #6C212C;
  min-height: 30px;
  margin-bottom: 0.5em;
  padding: 0 0 0 30px;
}
#content .post > div[id$="-ihin"] .point dl dd {
  margin-bottom: 1em;
}

/* 後悔しない遺品整理の方法とは
----------------------------------------------- */
@media (min-width:690px) {
  #content #method .img-l {
    width: 21%;
  }
  #content #method .img-l + .wrap {
    width: 75%;
  }
} /* Eo min690 */

/* 出張買取の流れ
----------------------------------------------- */
#content .post > div[id$="-ihin"] .flow ol {
  margin: 0;
  padding: 0;
}
#content .post > div[id$="-ihin"] .flow ol li {
  background: #EDE8E6;
  border: 2px #EDE8E6 solid;
  border-radius: 3px;
  list-style: none;
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
  padding: 0;
}
#content .post > div[id$="-ihin"] .flow ol li span:first-child {
  padding: 0.5em 0;
}
#content .post > div[id$="-ihin"] .flow ol li span {
  display: block;
}
#content .post > div[id$="-ihin"] .flow ol li span + span {
  background: #FFF;
  min-height: 135px;
  padding: 0.2em 0.5em;
}
#content .post > div[id$="-ihin"] .flow ol li img {
  display: block;
  margin: 0 auto;
}
@media (min-width:690px){
  #content .post > div[id$="-ihin"] .flow ol li {
    float: left;
    margin-left: 4%;
    width: 30.6%;
  }
  #content .post > div[id$="-ihin"] .flow ol li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
} /* Eo min690 */


/* 対応エリア
----------------------------------------------- */
#content .post > div[id$="-ihin"] .visit-area-info dd ul li {
  display: inline-block;
  margin: 0 3em 0.5em 0;
  padding: 0;
  width: auto !important;
}


/* 実績一覧（タイトルのみ）
----------------------------------------------- */
#content .post > div[id$="-ihin"] div.result-posts {
  background: #FFEFEF;
  border-radius: 5px;
  padding: 1em;
}

#content .post > div[id$="-ihin"] ul.result-posts {
  margin: 0;
  padding: 0;
}
#content .post > div[id$="-ihin"] ul.result-posts li {
  border-bottom: 1px #6C212C dotted;
  list-style: none;
}


/* -----------------------------------------------------------------
  グレー画像非表示（画像が提供されたら、この記述を削除する）
----------------------------------------------------------------- */
/* TOPページ */
#content #top #genre div .img-r {
  display: none;
}
#content #top #genre div .img-r + .wrap {
  width: auto;
}

/* 商品カテゴリー */
#content #taiou div .img-r {
  float: right;
  margin: 0 0 0 2%;
  text-align: right;
  width: 26.08%;
}
#content #taiou div .img-r + .wrap {
  width: auto;
}


/* -----------------------------------------------------------------
  その他追加
----------------------------------------------------------------- */
/* ロールオーバー修正 */
img.o_o:hover {
  opacity: 0.6;
}