@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 既存CSS
# フォント読み込み
# section--hero
# section--breadcrumb
# pager
# other
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 既存CSS
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital@1&display=swap");
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# variable
  ## breakpoint
	## imgpath
	## clearfix
	## font
	## color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# variable
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## breakpoint
--------------------------------------------------------------*/
@media screen and (min-width: 599px) {
  .meaia-set {
    display: block;
  }
}
@media screen and (min-width: 959px) {
  .meaia-set {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .meaia-set {
    display: block;
  }
}
/*--------------------------------------------------------------
## imgpath
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## clearfix
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## font
--------------------------------------------------------------*/
@font-face {
  font-family: "notera";
  src: url("../font/NoteraPersonalUseOnly-wxJ9.woff") format("woff");
}
/*--------------------------------------------------------------
## color
--------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+ */
  image-rendering: -moz-pixelated;
  /* Firefox (Gecko) */
  image-rendering: -o-crisp-edges;
  /* Opera 12.x */
}

.center {
  text-align: center;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

strong,
span.blue,
span[style="color: #ff0000;"] {
  font-weight: bold;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

#gnavi02 .discription {
  width: 100%;
  background: #005e20;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 3px 0;
}

.contents-inner {
  margin: 0 0 0 0;
}

.more-link {
  color: red;
  float: right;
  text-decoration: none;
}

.text p a {
  text-decoration: none;
}

.text p a.more-link {
  float: left;
  clear: both;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 15px 20% 30px;
  padding: 0;
  width: 60%;
  background: #005e20;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}

.text p a.more-link:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*------ページ内リンク------*/
#main span[id]:not([href]) {
  /* idが属性にありかつ、hrefの属性がないもの */
  margin-top: -140px;
  /* ★ヘッダの高さを設定する。 */
  padding-top: 140px;
  /* ★ヘッダの高さを設定する。 */
  display: inline-block;
  /* ★これ重要！ */
  vertical-align: top;
  /* ★これ重要！ */
}

/*------ 一覧表示 ------*/
.kiji-list {
  margin: 0 1% 30px;
  height: 380px;
  width: 29%;
  float: left;
  position: relative;
  padding: 10px 1% 30px;
  letter-spacing: normal;
  border: 1px solid #ccc;
}

.kiji-list .wp-post-image {
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
}

.kiji-list .wp-post-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.kiji-list h2 {
  float: left;
  font-size: 18px;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  font-weight: bold;
  background: #b2d0be;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.kiji-list .kiji-date {
  display: none;
}

.kiji-list .cat-data {
  display: none;
}

.kiji-list p {
  float: left;
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
}

/*------ 関連記事（Relation） ------*/
#related-entries h3 {
  font-size: 24px;
}

#related-entries .related-entry {
  line-height: 150%;
  margin-bottom: 20px;
  clear: both;
}

#related-entries .related-entry-thumb {
  float: left;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#related-entries .related-entry-content {
  margin-left: 120px;
}

.related-entry-title {
  margin-bottom: 5px;
}

.related-entry-snippet {
  margin: 0 0 5px 0;
}

.related-entry-read {
  margin: 0;
  font-size: 12px;
}

.contents > h1 {
  font-size: 1.5em;
  margin: 0 0 20px;
}

/*------ 記事詳細 ------*/
.kiji a {
  color: #06f;
}

.kiji-info .cat-data a {
  text-decoration: none;
  color: #fff;
}

.kiji-info .cat-data a:hover {
  opacity: 0.8;
}

.kiji-img {
  max-width: 640px;
  margin: 0px auto 24px;
  text-align: center;
}

.box02 {
  padding: 50px 0 30px;
  margin: 0px 0 30px;
  background: #f9f9f9;
}

.box02 .container {
  padding: 0;
  margin: 0;
}

.green {
  background: #e2ebe5;
}

.box02-02 {
  float: left;
  clear: both;
  width: 90%;
  margin: 0 5% 40px;
}

.box02-02 #ub_list_out {
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
}

.box02-02 #ub_list_out ul#ub_list {
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
}

.box02-02 #ub_list_out ul#ub_list li {
  float: left;
  width: 29%;
  margin: 0 2%;
}

.box02-02 #ub_list_out ul#ub_list li img {
  width: 100%;
}

/*------ 目次 ------*/
#gnavi {
  width: 100%;
  position: fixed;
  top: 0;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 11111111111111110000000000000000;
}

#gnavi02 {
  width: 100%;
  position: fixed;
  top: 0;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1111111111111111000000000000000000000000;
  float: left;
  clear: both;
}

#toc_container p.toc_title {
  width: 97%;
  margin: 1%;
  padding: 0 0 0 1%;
  background: #005e20;
  color: #fff;
  font-size: 16px;
}

#toc_container ul {
  width: 98%;
  margin: 0 1% 10px;
}

#toc_container ul li {
  width: 99%;
  margin: 0 0 5px 1%;
  padding: 0;
  list-style-type: disc;
  font-size: 14px;
  line-height: 22px;
  list-style-position: inside;
}

/*------ 記事下ブロック(おすすめ) ------*/
#kiji-block {
  float: left;
  clear: both;
  width: 90%;
  margin: 0 5%;
}

#kiji-block .rpwe-block {
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
}

#kiji-block .rpwe-block ul.rpwe-ul {
  width: 100%;
  margin: 0;
  display: table;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

#kiji-block .rpwe-block ul.rpwe-ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #333;
}

#kiji-block .rpwe-block ul.rpwe-ul li a:hover {
  filter: alpha(opacity=70);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=70)";
  /* IE 8,9 */
  -moz-opacity: 0.7;
  /* FF , Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  opacity: 0.7;
  zoom: 1;
  /*IE*/
}

/*------ 記事右ブロック ------*/
.rpwe-block ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.rpwe-block li {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin: 0px;
  padding-bottom: 10px;
  list-style-type: none;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rpwe-block a {
  display: inline !important;
  text-decoration: none;
}

.rpwe-block h3 {
  background: none !important;
  clear: none;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  font-weight: bold;
  font-size: 16px !important;
  line-height: 1.5em;
  text-align: left;
  letter-spacing: 0px;
}

.rpwe-block h3:after {
  display: none;
}

.rpwe-thumb {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 5px 10px 0px 0;
  padding: 3px 3px 3px 5px !important;
}

.rpwe-thumb a img {
  display: block;
}

.rpwe-ul a:hover img {
  opacity: 0.8;
}

.rpwe-summary {
  font-size: 12px;
}

.rpwe-time {
  display: none;
}

.rpwe-comment {
  color: #bbb;
  font-size: 11px;
  padding-left: 5px;
}

.rpwe-alignleft {
  display: inline;
  float: left;
}

.rpwe-alignright {
  display: inline;
  float: right;
}

.rpwe-aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after {
  content: "";
  display: table !important;
}

.rpwe-clearfix:after {
  clear: both;
}

.rpwe-clearfix {
  zoom: 1;
}

.snsArea02-01 ul {
  font-size: 0;
  text-align: left;
  position: relative;
}

.snsArea02-01 ul li.circle_fl {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 1%;
  padding: 0 5px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
}

.snsArea02-01 ul li.circle_fl img {
  width: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
}

.snsArea02-01 ul li.circle_fl a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.snsArea02-01 ul li.circle_fl .fa {
  line-height: 40px;
}

.snsArea02-01 ul li.circle_fl:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.snsArea02-01 ul li.circle_fl.ftw {
  background: #00acec;
}

.snsArea02-01 ul li.circle_fl.ffb {
  background: #265a96;
}

.snsArea02-01 ul li.circle_fl.fli {
  background: #2cbf13;
}

.snsArea02-01 ul li.circle_fl.fha {
  background: #006fbb;
}

.snsArea02-01 ul li.circle_fl.fgp {
  background: #dd4b39;
}

/*------ 各種お買取り査定 ------*/
.b-box {
  float: left;
  clear: both;
  width: 92%;
  margin: 20px 4% 10px;
}

.b-box ul.bn_list {
  float: left;
  clear: both;
  width: 100%;
  margin: 20px 0 0 0;
}

.b-box ul.bn_list li {
  float: left;
  width: 29%;
  margin: 0 2% 30px;
}

.b-box ul.bn_list img {
  width: 100%;
}

.contents .b-box {
  float: left;
  clear: both;
  width: 100%;
  margin: 20px 0% 10px;
}

.contents .b-box h3 {
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
}

.contents .b-box ul.bn_list {
  float: left;
  clear: both;
  width: 100%;
  margin: 20px 0 0 0;
}

.contents .b-box ul.bn_list li {
  float: left;
  width: 29%;
  margin: 0 2% 30px;
}

.contents .b-box ul.bn_list img {
  width: 100%;
}

/*------ 記事右ブロック ------*/
.rpwe-block ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.rpwe-block li {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin: 0px;
  padding-bottom: 10px;
  list-style-type: none;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rpwe-block a {
  display: inline !important;
  text-decoration: none;
}

.rpwe-block h3 {
  background: none !important;
  clear: none;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  font-weight: bold;
  font-size: 16px !important;
  line-height: 1.5em;
  text-align: left;
  letter-spacing: 0px;
}

.rpwe-block h3:after {
  display: none;
}

.rpwe-thumb {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 5px 10px 0px 0;
  padding: 3px 3px 3px 5px !important;
}

.rpwe-thumb a img {
  display: block;
}

.rpwe-ul a:hover img {
  opacity: 0.8;
}

.rpwe-summary {
  font-size: 12px;
}

.rpwe-time {
  display: none;
}

.rpwe-comment {
  color: #bbb;
  font-size: 11px;
  padding-left: 5px;
}

.rpwe-alignleft {
  display: inline;
  float: left;
}

.rpwe-alignright {
  display: inline;
  float: right;
}

.rpwe-aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after {
  content: "";
  display: table !important;
}

.rpwe-clearfix:after {
  clear: both;
}

.rpwe-clearfix {
  zoom: 1;
}

#kiji-block h3 {
  display: none;
}

#kiji-block .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
  border: none;
}

#kiji-block .yarpp-thumbnails-horizontal {
  width: 100%;
  float: left;
  clear: both;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}

#kiji-block .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
  width: 50%;
  float: left;
  margin: 0px;
  padding: 0px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  text-decoration: none;
}

#kiji-block .yarpp-thumbnails-horizontal a.yarpp-thumbnail .wp-post-image {
  margin: 5px 10px 5px 5px;
  padding: 0x !important;
  width: 80px;
  height: 80px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

#kiji-block
  .yarpp-thumbnails-horizontal
  a.yarpp-thumbnail
  .wp-post-image
  a
  img {
  display: block;
  width: 100%;
  height: 100%;
}

#kiji-block
  .yarpp-thumbnails-horizontal
  a.yarpp-thumbnail
  .wp-post-image
  a:hover
  img {
  opacity: 0.8;
}

#kiji-block
  .yarpp-thumbnails-horizontal
  a.yarpp-thumbnail
  span.yarpp-thumbnail-title {
  float: left;
  margin: 0px 10px 10px 0px;
  width: calc(100% - 105px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px !important;
  font-weight: bold;
  font-size: 16px !important;
  line-height: 1.5em;
  text-align: left;
  letter-spacing: -1px;
}

.yarpp-related {
  display: none;
}

.clearimg {
  margin-right: 20px;
  float: left;
}

/* 参考価格 */
.bj_box table {
  width: 100%;
  margin: 0 0 50px 0;
  clear: both;
}

.bj_box td {
  border: 1px solid #e5e5e5;
  padding: 10px;
  width: 50%;
}

.bj_box tr:nth-child(even) {
  background: #fff;
}

.bj_box tr.list_img_ust,
.bj_box tr.list_img_ust02 {
  background: #fff;
}

.bj_box td .bl-photo {
  width: 30%;
  float: left;
}

.bj_box td .bl-photo img {
  width: 100%;
}

.bj_box td dl {
  width: 66%;
  float: right;
}

.bj_box td dl dt {
  width: 100%;
  float: left;
  clear: both;
  font-size: 16px;
}

.bj_box td dl dd {
  width: 100%;
  float: left;
  clear: both;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  margin: 5px 0 0 0;
}

.bj_box td.noborder {
  border: none;
}

.price_box table {
  width: 98%;
  margin: 0 0 50px 0;
  clear: both;
}

.price_box td.bl-photo02 {
  width: 450px;
  float: left;
}

.price_box td.bl-photo02 img {
  width: 100%;
}

.price_box td.bl-txt02 {
  width: calc(98% - 450px);
  float: left;
  font-size: 16px;
  line-height: 28px;
}

.h4_title {
  padding: 0.6em 0.5em;
  color: #006428;
  background: #f4f4f4;
  border-bottom: solid 3px #006428;
  width: 100%;
  float: left;
  clear: both;
  font-size: 2em;
  line-height: 30px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0;
}

.tc {
  text-align: center;
}

.post-nav-links {
  text-align: center;
  font-size: 18px;
  float: left;
  clear: both;
}

.post-nav-links a.post-page-numbers {
  border: 1px solid #ccc;
  margin: 0 4px;
  padding: 7px 10px;
  text-decoration: none;
}

.post-nav-links a.post-page-numbers:hover {
  background: #ccc;
  color: #fff;
}

.post-nav-links .current {
  border: 1px solid #ccc;
  background: #006428;
  color: #fff;
  margin: 0 4px;
  padding: 7px 10px;
}

/*-----------*/
/*--- 1240---*/
/*-----------*/
/*------ 記事下ブロック(おすすめ) ------*/
#kiji-block {
  float: left;
  clear: both;
  width: 90%;
  margin: 0 5% 50px;
}

.rpwe-block {
  margin: 0 0 100px 0;
  float: left;
  clear: both;
  width: 100%;
}

#kiji-block .rpwe-block ul.rpwe-ul li {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: none;
  display: table-cell;
  width: 50%;
  height: 100px;
  margin: 0;
  padding: 0 0 5px 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#kiji-block .rpwe-block ul.rpwe-ul li h3.rpwe-title {
  position: absolute;
  top: 0;
  left: 100px;
  width: 75%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#kiji-block .rpwe-block ul.rpwe-ul li h3.rpwe-title a {
  color: #333;
}

/*------ 各種お買取り査定 ------*/
.b-box {
  float: left;
  clear: both;
  width: 92%;
  margin: 50px 4% 10px;
}

.b-box ul.bn_list {
  float: left;
  clear: both;
  width: 70%;
  margin: 20px 15% 0;
}

.b-box ul.bn_list li {
  float: left;
  width: 29%;
  margin: 0 2% 30px;
}

.b-box ul.bn_list img {
  width: 100%;
}

.contents .b-box {
  float: left;
  clear: both;
  width: 92%;
  margin: 20px 4% 10px;
}

.contents .b-box h3 {
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
}

.contents .b-box ul.bn_list {
  float: left;
  clear: both;
  width: 100%;
  margin: 20px 0 0 0;
}

.contents .b-box ul.bn_list li {
  float: left;
  width: 29%;
  margin: 0 2% 30px;
}

.contents .b-box ul.bn_list img {
  width: 100%;
}

/*------ 記事下ブロック(おすすめ) ------*/
#kiji-block {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 40px 0;
}

.rpwe-block {
  margin: 0 0 50px 0;
  float: left;
  clear: both;
  width: 100%;
}

#kiji-block .rpwe-block ul.rpwe-ul li {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: none;
  display: table-cell;
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0 0 5px 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#kiji-block .rpwe-block ul.rpwe-ul li h3.rpwe-title {
  position: absolute;
  top: 0;
  left: 100px;
  width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px !important;
  line-height: 1.5em;
}

.box02-btn {
  margin: -50px 35% 0;
  width: 30%;
  float: left;
  clear: both;
}

table.link_bana {
  width: 960px;
  margin: 0 auto;
}

table.link_bana td {
  width: 300px;
  margin: 0 10px 20px;
  float: left;
}

table.link_bana02 {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
  border-right: solid 1px #ccc;
  border-top: solid 1px #ccc;
}

table.link_bana02 th.w01 {
  text-align: center;
  width: 20%;
  margin: 0;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 5px 1%;
  float: left;
  font-size: 14px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #006428;
  color: #fff;
}

table.link_bana02 th.w02 {
  text-align: center;
  width: 46%;
  margin: 0;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 5px 1%;
  float: left;
  font-size: 14px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #006428;
  color: #fff;
}

table.link_bana02 th.w03 {
  text-align: center;
  width: 34%;
  margin: 0;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 5px 1%;
  float: left;
  font-size: 14px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #006428;
  color: #fff;
}

table.link_bana02 td.w01 {
  width: 20%;
  margin: 0;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 5px 1%;
  float: left;
  font-size: 14px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table.link_bana02 td.w02 {
  width: 46%;
  margin: 0;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 5px 1%;
  float: left;
  font-size: 14px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table.link_bana02 td.w03 {
  width: 34%;
  margin: 0;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 5px 1%;
  float: left;
  font-size: 14px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*---------------*/
/*--- 768-1240---*/
/*---------------*/
@media screen and (max-width: 1240px) and (min-width: 768px) {
  .contents-inner {
    float: left;
    clear: both;
    width: 90%;
    margin: 150px 5% 0;
  }

  .contents-inner02 {
    margin: 180px 0 0 0;
  }

  .snsArea02-01 {
    width: 100%;
    margin: 20px 0;
    float: left;
    clear: both;
    height: 40px;
    display: block;
  }

  /*コンテンツとサイドバーを横に並べる*/
  .container:after {
    display: block;
    clear: both;
    content: "";
  }

  .container03:after {
    display: block;
    clear: both;
    content: "";
  }

  .contents {
    float: left;
    width: 68%;
    margin-right: 2%;
  }

  #sidebar {
    float: left;
    width: 30%;
  }

  .navi02 ul.category li.navi-ttlsp {
    display: none;
  }

  /*------ 記事下ブロック(おすすめ) ------*/
  #kiji-block {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 40px 0;
  }

  .rpwe-block {
    margin: 0 0 50px 0;
    float: left;
    clear: both;
    width: 100%;
  }

  #kiji-block .rpwe-block ul.rpwe-ul li {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: none;
    display: table-cell;
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0 0 5px 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  #kiji-block .rpwe-block ul.rpwe-ul li h3.rpwe-title {
    position: absolute;
    top: 0;
    left: 100px;
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px !important;
    line-height: 1.5em;
  }

  #kiji-block h3 {
    display: none;
  }

  #kiji-block .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
    border: none;
  }

  #kiji-block .yarpp-thumbnails-horizontal {
    width: 100%;
    float: left;
    clear: both;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
  }

  #kiji-block .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    text-decoration: none;
  }

  #kiji-block .yarpp-thumbnails-horizontal a.yarpp-thumbnail .wp-post-image {
    margin: 5px 10px 5px 5px;
    padding: 0x !important;
    width: 80px;
    height: 80px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #kiji-block
    .yarpp-thumbnails-horizontal
    a.yarpp-thumbnail
    .wp-post-image
    a
    img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #kiji-block
    .yarpp-thumbnails-horizontal
    a.yarpp-thumbnail
    .wp-post-image
    a:hover
    img {
    opacity: 0.8;
  }

  #kiji-block
    .yarpp-thumbnails-horizontal
    a.yarpp-thumbnail
    span.yarpp-thumbnail-title {
    float: left;
    margin: 0px 10px 10px 0px;
    width: calc(100% - 105px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px !important;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 1.5em;
    text-align: left;
    letter-spacing: -1px;
  }

  .yarpp-related {
    display: none;
  }

  .clearimg {
    margin-right: 20px;
    float: left;
    width: 50%;
  }

  .clearimg img {
    width: 100%;
  }

  table.link_bana {
    width: 99%;
    float: left;
    clear: both;
    margin: 0 0.5%;
  }

  table.link_bana td {
    width: 31%;
    margin: 0 1% 20px;
    float: left;
  }

  table.link_bana02 {
    width: 100%;
    margin: 0 auto;
    border-spacing: 0px;
    border-collapse: separate;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  table.link_bana02 th.w01 {
    text-align: center;
    width: 18%;
    margin: 0;
    padding: 5px 1%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #006428;
    color: #fff;
  }

  table.link_bana02 th.w02 {
    text-align: center;
    border-left: 1px solid #fff;
    width: 50%;
    margin: 0;
    padding: 5px 1%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #006428;
    color: #fff;
  }

  table.link_bana02 th.w03 {
    text-align: center;
    border-left: 1px solid #fff;
    width: 32%;
    margin: 0;
    padding: 5px 1%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #006428;
    color: #fff;
  }

  table.link_bana02 td.w01 {
    height: 60px;
    vertical-align: middle;
    width: 18%;
    margin: 0;
    border-top: 1px solid #ccc;
    padding: 5px 1%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  table.link_bana02 td.w02 {
    height: 60px;
    vertical-align: middle;
    width: 50%;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 5px 1%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  table.link_bana02 td.w03 {
    height: 60px;
    vertical-align: middle;
    width: 32%;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 5px 1%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*----------*/
/*--- 768---*/
/*----------*/
@media (max-width: 768px) {
  .navi02 {
    width: 100%;
    float: left;
    clear: both;
  }

  .navi02 .navi-ttl {
    width: 100%;
    text-align: center;
  }

  .navi02 ul {
    width: 100%;
  }

  .navi02 ul li.navi-ttlsp {
    display: none;
  }

  .navi02 ul li.heightLine-11 {
    width: 20%;
    float: left;
    text-align: center;
  }

  .navi02 ul li.heightLine-11 div.heightLine-1 {
    text-align: center;
    display: block;
    width: 16%;
    padding: 0 42%;
  }

  .navi02 ul li.heightLine-11 div.heightLine-1 img {
    width: 100%;
  }

  .navi02 ul.category li:nth-child(2) {
    border-left: 2px solid #f4f4f4;
  }

  .navi02 ul.category li.navi-ttlsp {
    display: none;
  }

  .navi-ttl {
    padding: 20px 0 0 0;
  }

  /*------ 記事下ブロック(おすすめ) ------*/
  #kiji-block .rpwe-block ul.rpwe-ul li {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: none;
    display: table-cell;
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0 0 5px 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  #kiji-block .rpwe-block ul.rpwe-ul li h3.rpwe-title {
    position: absolute;
    top: 0;
    left: 100px;
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px !important;
    line-height: 1.5em;
  }

  /*------ 記事右ブロック ------*/
  .rpwe-block ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .rpwe-block li {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin: 0px;
    padding-bottom: 10px;
    list-style-type: none;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .rpwe-block a {
    display: inline !important;
    text-decoration: none;
  }

  .rpwe-block h3 {
    background: none !important;
    clear: none;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 1.5em;
    text-align: left;
    letter-spacing: 0px;
  }

  .rpwe-block h3:after {
    display: none;
  }

  .rpwe-thumb {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 5px 10px 0px 0;
    padding: 3px 3px 3px 5px !important;
  }

  .rpwe-thumb a img {
    display: block;
  }

  .rpwe-ul a:hover img {
    opacity: 0.8;
  }

  .rpwe-summary {
    font-size: 12px;
  }

  .rpwe-time {
    display: none;
  }

  .rpwe-comment {
    color: #bbb;
    font-size: 11px;
    padding-left: 5px;
  }

  .rpwe-alignleft {
    display: inline;
    float: left;
  }

  .rpwe-alignright {
    display: inline;
    float: right;
  }

  .rpwe-aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .rpwe-clearfix:before,
  .rpwe-clearfix:after {
    content: "";
    display: table !important;
  }

  .rpwe-clearfix:after {
    clear: both;
  }

  .rpwe-clearfix {
    zoom: 1;
  }

  /*------ 各種お買取り査定 ------*/
  .b-box {
    float: left;
    clear: both;
    width: 92%;
    margin: 20px 4% 10px;
  }

  .b-box ul.bn_list {
    float: left;
    clear: both;
    width: 100%;
    margin: 20px 0 0 0;
  }

  .b-box ul.bn_list li {
    float: left;
    width: 29%;
    margin: 0 2% 30px;
  }

  .b-box ul.bn_list img {
    width: 100%;
  }

  .contents .b-box {
    float: left;
    clear: both;
    width: 100%;
    margin: 20px 0% 10px;
  }

  .contents .b-box h3 {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
  }

  .contents .b-box ul.bn_list {
    float: left;
    clear: both;
    width: 100%;
    margin: 20px 0 0 0;
  }

  .contents .b-box ul.bn_list li {
    float: left;
    width: 29%;
    margin: 0 2% 30px;
  }

  .contents .b-box ul.bn_list img {
    width: 100%;
  }

  #kiji-block h3 {
    display: none;
  }

  #kiji-block .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
    border: none;
  }

  #kiji-block .yarpp-thumbnails-horizontal {
    width: 100%;
    float: left;
    clear: both;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
  }

  #kiji-block .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    text-decoration: none;
  }

  #kiji-block .yarpp-thumbnails-horizontal a.yarpp-thumbnail .wp-post-image {
    margin: 5px 10px 5px 5px;
    padding: 0x !important;
    width: 80px;
    height: 80px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #kiji-block
    .yarpp-thumbnails-horizontal
    a.yarpp-thumbnail
    .wp-post-image
    a
    img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #kiji-block
    .yarpp-thumbnails-horizontal
    a.yarpp-thumbnail
    .wp-post-image
    a:hover
    img {
    opacity: 0.8;
  }

  #kiji-block
    .yarpp-thumbnails-horizontal
    a.yarpp-thumbnail
    span.yarpp-thumbnail-title {
    float: left;
    margin: 0px 10px 10px 0px;
    width: calc(100% - 105px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px !important;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 1.5em;
    text-align: left;
    letter-spacing: -1px;
  }

  .yarpp-related {
    display: none;
  }

  .clearimg {
    margin-right: 20px;
    float: left;
    clear: both;
    width: 100%;
  }

  .box02-btn {
    margin: -80px 10% 0;
    width: 80%;
    float: left;
    clear: both;
  }

  table.link_bana {
    width: 99%;
    float: left;
    clear: both;
    margin: 0 0.5%;
  }

  table.link_bana td {
    width: 31%;
    margin: 0 1% 20px;
    float: left;
  }

  table.link_bana02 {
    width: 100%;
    margin: 0 auto;
    border-spacing: 0px;
    border-collapse: separate;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  table.link_bana02 th.w01 {
    text-align: center;
    width: 18%;
    margin: 0;
    padding: 5px 1%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #006428;
    color: #fff;
  }

  table.link_bana02 th.w02 {
    text-align: center;
    border-left: 1px solid #fff;
    width: 50%;
    margin: 0;
    padding: 5px 1%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #006428;
    color: #fff;
  }

  table.link_bana02 th.w03 {
    text-align: center;
    border-left: 1px solid #fff;
    width: 32%;
    margin: 0;
    padding: 5px 1%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #006428;
    color: #fff;
  }

  table.link_bana02 td.w01 {
    height: 60px;
    vertical-align: middle;
    width: 18%;
    margin: 0;
    border-top: 1px solid #ccc;
    padding: 5px 1%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  table.link_bana02 td.w02 {
    height: 60px;
    vertical-align: middle;
    width: 50%;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 5px 1%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  table.link_bana02 td.w03 {
    height: 60px;
    vertical-align: middle;
    width: 32%;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 5px 1%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*----------*/
/*--- 640---*/
/*----------*/
@media screen and (max-width: 640px) {
  /*------ pagination ------*/
  .box02-btn {
    margin: -80px 10% 0;
    width: 80%;
    float: left;
    clear: both;
  }

  .box02 {
    padding: 50px 0 30px;
    margin: 0px 0 80px;
    background: #f9f9f9;
  }

  .navi02 ul.category li.navi-ttlsp {
    display: block;
    text-align: center;
    font-weight: bold;
    position: relative;
    height: 60px;
  }

  .navi02 ul.category li.navi-ttlsp span {
    position: relative;
    top: calc(50% + 8px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .navi02 {
    width: 100%;
    float: left;
    clear: both;
    margin: 40px 0 0 0;
  }

  .navi02 .navi-ttl {
    width: 100%;
    text-align: center;
  }

  .navi02 ul {
    width: 100%;
  }

  .navi02 ul li.navi-ttlsp {
    display: none;
  }

  .navi02 ul li.heightLine-11 {
    width: 33%;
    float: left;
    text-align: center;
  }

  .navi02 ul li.heightLine-11 div.heightLine-1 {
    text-align: center;
    display: block;
    width: 16%;
    padding: 0 42%;
  }

  .navi02 ul li.heightLine-11 div.heightLine-1 img {
    width: 100%;
  }

  /*------ 目次 ------*/
  #toc_container p.toc_title {
    width: 95%;
    margin: 8px 2% 5px;
    padding: 0 0 0 1%;
    background: #005e20;
    color: #fff;
    font-size: 16px;
  }

  #toc_container ul {
    width: 96%;
    margin: 0 2% 10px;
  }

  #toc_container ul li {
    width: 99%;
    margin: 0 0 5px 1%;
    padding: 0;
    list-style-type: disc;
    font-size: 14px;
    line-height: 22px;
    list-style-position: inside;
  }

  /*------ 一覧表示 ------*/
  .kiji-list {
    margin: 0 2% 30px;
    width: 94%;
    float: left;
    clear: both;
    position: relative;
    padding: 10px 2% 30px;
    letter-spacing: normal;
    height: auto;
    display: block;
  }

  .kiji-list .wp-post-image {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .kiji-list h2 {
    float: left;
    font-size: 18px;
    margin: 10px 0 0 0;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    font-weight: bold;
    background: #b2d0be;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }

  .kiji-list p {
    float: left;
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
  }

  .text p a.more-link {
    float: left;
    clear: both;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 15px 20% 0px;
    padding: 0;
    width: 60%;
    background: #005e20;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
  }

  #kiji-block h3 {
    display: none;
  }

  #kiji-block .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
    border: none;
  }

  #kiji-block .yarpp-thumbnails-horizontal {
    width: 100%;
    float: left;
    clear: both;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
  }

  #kiji-block .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    border-right: none;
    text-decoration: none;
  }

  #kiji-block .yarpp-thumbnails-horizontal a.yarpp-thumbnail .wp-post-image {
    margin: 5px 10px 5px 5px;
    padding: 0x !important;
    width: 60px;
    height: 60px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #kiji-block
    .yarpp-thumbnails-horizontal
    a.yarpp-thumbnail
    .wp-post-image
    a
    img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #kiji-block
    .yarpp-thumbnails-horizontal
    a.yarpp-thumbnail
    .wp-post-image
    a:hover
    img {
    opacity: 0.8;
  }

  #kiji-block
    .yarpp-thumbnails-horizontal
    a.yarpp-thumbnail
    span.yarpp-thumbnail-title {
    float: left;
    margin: 0px 10px 10px 0px;
    width: calc(100% - 85px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px !important;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 1.5em;
    text-align: left;
    letter-spacing: -1px;
  }

  .yarpp-related {
    display: none;
  }

  /* 参考価格 */
  .bj_box table {
    width: 100%;
    margin: 0 0 50px 0;
    clear: both;
  }

  .bj_box td {
    border: 1px solid #e5e5e5;
    padding: 10px;
    width: 50%;
  }

  .bj_box tr:nth-child(even) {
    background: #fff;
  }

  .bj_box td div.bl-photo {
    width: 100%;
    float: left;
    clear: both;
  }

  .bj_box td div.bl-photo img {
    width: 100%;
  }

  .bj_box td dl {
    width: 100%;
    float: right;
    clear: bpth;
    margin: 10px 0 0 0;
  }

  .bj_box td dl dt {
    width: 100%;
    float: left;
    clear: both;
    font-size: 14px;
  }

  .bj_box td dl dd {
    width: 100%;
    float: left;
    clear: both;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    margin: 5px 0 0 0;
  }

  .rea02_box06-left table.rea02table {
    margin: 20px 0;
    float: left;
    clear: both;
    width: 100%;
    border-right: none;
    border-top: none;
    font-size: 12px;
    line-height: 22px;
  }

  .rea02_box06-left table.rea02table th {
    margin: 0;
    padding: 10px 1%;
    width: 98%;
    border-left: none;
    border-bottom: none;
    background: #666;
    text-align: center;
    color: #fff;
    float: left;
    clear: both;
  }

  .rea02_box06-left table.rea02table td {
    margin: 0;
    padding: 10px 1%;
    width: 98%;
    border-left: none;
    border-bottom: none;
    float: left;
    clear: both;
  }

  table.link_bana {
    width: 99%;
    float: left;
    clear: both;
    margin: 0 0.5%;
  }

  table.link_bana td {
    width: 31%;
    margin: 0 1% 20px;
    float: left;
  }
}
.wp_btn {
  width: 70%;
  margin: 20px 15% 100px;
  padding: 10px 0;
  float: left;
  clear: both;
  background: #a80000;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.wp_btn a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.wp_btn02 a {
  width: 70%;
  margin: 20px 15% 20px;
  float: left;
  clear: both;
  background: #a80000;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  position: relative;
  z-index: 111111111;
}

.wp_btn02 a {
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  display: block;
}

.wp_btn04 {
  width: 78%;
  margin: 20px 15% 30px;
  padding: 10px 0;
  float: left;
  clear: both;
  background: #a80000;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.wp_btn04 a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.wp_btn03 {
  width: 78%;
  margin: 20px 15% 100px;
  padding: 10px 0;
  float: left;
  clear: both;
  background: #006428;
  text-align: center;
  font-weight: bold;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.wp_btn03 a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.wp_btn a:hover,
.wp_btn02 a:hover,
.wp_btn03 a:hover,
.wp_btn04 a:hover {
  opacity: 0.8;
}

[class^="wp_btn"] a {
  font-size: 0.06875rem;
}
@media screen and (min-width: 599px) {
  [class^="wp_btn"] a {
    font-size: 1rem;
  }
}

.kiji {
  clear: both;
}

/*--------------------------------------------------------------
# フォント読み込み
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# section--hero
--------------------------------------------------------------*/
.section--hero {
  background: #dfedff;
  text-align: center;
  padding: 1.875rem 0;
  overflow: hidden;
  position: relative;
}
.section--hero.section--hero--urabanashi {
  overflow: inherit;
  background: #dde9e8;
}
.section--hero.section--hero--urabanashi .section--hero__text {
  padding: 0 10vw;
}
.section--hero h1 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-size: 1.25rem;
  color: #a78f26;
  margin-bottom: 0.625rem;
}
.section--hero h1 span {
  font-family: "notera";
  display: block;
  font-size: 1.8125rem;
}
.section--hero .hand {
  position: absolute;
  right: -40px;
  width: 32vw;
  bottom: -10px;
  max-width: 150px;
}
.section--hero .man {
  position: absolute;
  left: 0vw;
  width: 20vw;
  bottom: -10px;
  max-width: 214px;
  z-index: 0;
}
@media screen and (min-width: 599px) {
  .section--hero {
    padding: 4.125rem 0;
  }
  .section--hero h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 959px) {
  .section--hero {
    position: inherit;
    text-align: center;
  }
  .section--hero.section--hero--urabanashi {
    padding: 0;
  }
  .section--hero.section--hero--urabanashi .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
  .section--hero.section--hero--urabanashi .section--hero__text {
    padding: 4.375rem 0 4.375rem;
  }
  .section--hero h1 {
    font-size: 2.5rem;
  }
  .section--hero h1 span {
    font-size: 3.625rem;
  }
  .section--hero .section--hero__text {
    position: relative;
    display: inline-block;
  }
  .section--hero .hand {
    bottom: -15px;
    max-width: inherit;
    position: absolute;
    right: -208px;
    width: auto;
  }
  .section--hero .man {
    bottom: -15px;
    position: absolute;
    left: -220px;
    width: auto;
  }
}

/*--------------------------------------------------------------
# section--breadcrumb
--------------------------------------------------------------*/
.section--breadcrumb {
  margin-bottom: 2.5rem;
}

/*--------------------------------------------------------------
# pager
--------------------------------------------------------------*/
#pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#pager ul a {
  color: #878788;
  padding: 0.3125rem 0.3125rem;
  margin: 0 0.3125rem;
}
#pager ul .active a {
  pointer-events: none;
  border-bottom: 1px solid;
}

/*--------------------------------------------------------------
## other
--------------------------------------------------------------*/
.page-title {
  text-align: center;
  font-size: 1.125rem;
  border-bottom: 0.375rem solid #dfedff;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 959px) {
  .page-title {
    margin-bottom: 5rem;
    font-size: 1.4375rem;
    border-bottom: 0.5rem solid #dfedff;
  }
}

.list-inside-story li .title {
  border-bottom: 4px solid #dfedff;
}
@media screen and (min-width: 959px) {
  .list-inside-story li .title {
    font-size: 1.5rem;
  }
}

.contents--urabanashi .page-title {
  border-bottom: 0.375rem solid #dde9e8;
}
@media screen and (min-width: 959px) {
  .contents--urabanashi .page-title {
    border-bottom: 0.5rem solid #dde9e8;
  }
}
.contents--urabanashi .list-inside-story li .title {
  border-bottom: 4px solid #dde9e8;
}

.container {
  background: #fafafa;
}
@media screen and (min-width: 599px) {
  .container .inner-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 6.25rem;
  }
  .container .inner-s .contents {
    width: calc(100% - 200px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .container .inner-s #sidebar {
    margin-left: 1.5625rem;
  }
}
@media screen and (min-width: 959px) {
  .container .inner-s .contents {
    width: calc(100% - 300px);
  }
  .container .inner-s #sidebar {
    margin-left: 3.125rem;
  }
}
.container.single {
  background: none;
}
.container.single .single-body {
  background: #fafafa;
  overflow: hidden;
  padding: 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media screen and (min-width: 599px) {
  .container.single {
    background: #fafafa;
  }
  .container.single .single-body {
    background: #fff;
    margin-left: 0;
    margin-right: 0;
  }
}

/*------ pagination ------*/
.pagination {
  text-align: center;
  width: 100%;
  clear: both;
}

.pagination ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.pagination li {
  display: inline-block;
  width: auto;
}

.pagination li a,
.pagination li > span {
  font-size: 0.9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #878788;
  border-radius: 3px;
}

.pagination li > span {
  color: #fff;
  background-color: #878788;
}

.pagination li a:hover {
  color: #fff;
  background-color: #878788;
}

.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #878788;
  border-color: transparent;
  background-color: transparent;
}

.pagination li a.next,
.pagination li a.prev {
  width: 50px;
  padding: 5px 0;
  color: #878788;
  background-color: transparent;
  border-radius: 3px;
  border-radius: 3px;
}

.pagination li a.next:hover,
.pagination li a.prev:hover {
  color: #fff;
  background-color: #878788;
}

/*------サイドバー------*/
#sidebar {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
#sidebar .sidebar-inner > *:not(:last-child) {
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 599px) {
  #sidebar {
    padding-top: 0;
    padding-bottom: 5.625rem;
  }
  #sidebar .sidebar-inner > *:not(:last-child) {
    margin-bottom: 5.625rem;
  }
}

.sidebar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #a78f26;
  font-size: 1.4375rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 599px) {
  .sidebar-title {
    font-size: 1.125rem;
  }
}
.sidebar-title:before {
  background: url(../img//magazin/diamond.svg) no-repeat center center/cover;
  content: "";
  width: 25px;
  height: 21px;
  display: inline-block;
  margin-right: 10px;
}

/* 人気記事 */
#popular-entries .popular-entry-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#popular-entries .popular-entry-title .popular-entry-thumb {
  width: 3.75rem;
  height: 3.75rem;
  margin-right: 0.625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#popular-entries .popular-entry-title .popular-entry-content {
  color: #878788;
  font-size: 1rem;
}
@media screen and (min-width: 599px) {
  #popular-entries .popular-entry-title .popular-entry-content {
    font-size: 0.79375rem;
  }
}
#popular-entries .popular-entry {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #a78f26;
}

/* 最新記事 */
#recent-posts-widget-with-thumbnails-2 a,
#recent-posts-widget-with-thumbnails-3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
}
#recent-posts-widget-with-thumbnails-2 a img,
#recent-posts-widget-with-thumbnails-3 a img {
  width: 3.75rem;
  height: 3.75rem;
  margin-right: 0.625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#recent-posts-widget-with-thumbnails-2 a .rpwwt-post-title,
#recent-posts-widget-with-thumbnails-3 a .rpwwt-post-title {
  color: #878788;
  font-size: 1rem;
}
@media screen and (min-width: 599px) {
  #recent-posts-widget-with-thumbnails-2 a .rpwwt-post-title,
  #recent-posts-widget-with-thumbnails-3 a .rpwwt-post-title {
    font-size: 0.79375rem;
  }
}
#recent-posts-widget-with-thumbnails-2 li,
#recent-posts-widget-with-thumbnails-3 li {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #a78f26;
}

/* カテゴリー */
#categories-3 li {
  display: inline-block;
  margin: 0 0.625rem 0.9375rem 0;
}
@media screen and (min-width: 599px) {
  #categories-3 li {
    margin: 0;
  }
}
#categories-3 li a {
  background: #b1b1b1;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  color: #fff;
  padding: 6px 10px;
}
@media screen and (min-width: 599px) {
  #categories-3 li a {
    font-size: 0.79375rem;
    padding: 4px 7px;
  }
}

/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
.single .st_title {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 959px) {
  .single .st_title {
    font-size: 1.75rem;
  }
}
.single .post-categories a {
  color: #878788;
  font-size: 0.75rem;
  display: inline-block;
}
.single .single-heading {
  margin-bottom: 0.625rem;
}
.single .single-body {
  background: #fff;
  padding: 1.5rem;
  overflow: hidden;
}
.single .contents {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 599px) {
  .single .contents {
    margin-bottom: 0;
  }
}

#toc_container {
  background: #e7f0fa;
  border: none !important;
  padding: 0.625rem !important;
  margin-bottom: 1.5rem;
}
#toc_container * {
  color: #505050 !important;
}
#toc_container .toc_title {
  font-size: 1.125rem !important;
  font-weight: bold;
  background: none !important;
  margin-bottom: 0.625rem !important;
}
#toc_container .toc_list > li {
  list-style: none;
}
#toc_container .toc_list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#toc_container .toc_list > li > a:before {
  content: "▶︎";
  color: #7db6ff;
  margin-right: 0.625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#toc_container .toc_list > li ul {
  padding-left: 1.125rem;
  margin-top: 0.625rem;
}
#toc_container .toc_list > li ul > li {
  list-style: none;
}
#toc_container .toc_list > li ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#toc_container .toc_list > li ul > li > a:before {
  content: "・";
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.kiji h2 {
  font-size: 1rem;
  padding: 0.625rem;
  border-left: 5px solid #7db6ff;
  border-bottom: 2px solid #7db6ff;
  margin: 5rem 0 1.5rem;
}
@media screen and (min-width: 959px) {
  .kiji h2 {
    font-size: 1.5rem;
  }
}
.kiji h3 {
  font-size: 0.875rem;
  border-bottom: 2px solid #7db6ff;
  padding-bottom: 0.625rem;
  margin: 2.5rem 0 1.5rem;
}
@media screen and (min-width: 959px) {
  .kiji h3 {
    font-size: 1.5rem;
  }
}
.kiji h4 {
  margin: 20px 0;
  font-size: 0.875rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 959px) {
  .kiji h4 {
    font-size: 1.5rem;
  }
}
.kiji h5 {
  margin: 20px 0;
  font-size: 0.8125rem;
  font-weight: normal;
}
.kiji h5:before {
  content: "-";
  padding-right: 0.3125rem;
}
@media screen and (min-width: 959px) {
  .kiji h5 {
    font-size: 1.125rem;
  }
}
.kiji p {
  margin: 0 3% 0.9375rem;
  font-size: 16px;
  font-size: 0.625rem;
  line-height: 1.25rem;
  width: 94%;
}
@media screen and (min-width: 959px) {
  .kiji p {
    margin: 0 3% 30px;
    font-size: 1rem;
    line-height: 28px;
  }
}

.single--urabanashi #toc_container {
  background: #e5f2f2;
}
.single--urabanashi #toc_container .toc_list > li > a:before {
  color: #92c5c2;
}
.single--urabanashi .kiji h2,
.single--urabanashi .kiji h3 {
  border-color: #92c5c2;
}

/* navigation */
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.5rem;
}
.navigation .naviright {
  text-align: right;
}
.navigation p {
  width: 33.33%;
  height: 100%;
}
.navigation p a {
  color: #878788;
  width: 100%;
}
.navigation .navitop {
  text-align: center;
}

/* list */
.list-inside-story li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.list-inside-story li:not(:last-child) {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 599px) {
  .list-inside-story li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.list-inside-story li figure {
  margin-right: 0;
  width: 100%;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 599px) {
  .list-inside-story li figure {
    width: 6.25rem;
    margin: 0 0.625rem 0 0;
  }
}
@media screen and (min-width: 959px) {
  .list-inside-story li figure {
    width: 11.25rem;
    margin: 0 0.9375rem 0 0;
  }
}
.list-inside-story li .title {
  font-size: 0.9375rem;
}
@media screen and (min-width: 959px) {
  .list-inside-story li .title {
    font-size: 1.5rem;
  }
}

/* 修正 */

.kiji p {
  font-size: 0.9375rem;
}
[class^="wp_btn"] a {
  font-size: 0.785rem;
}

.wp-block-columns {
  display: flex;
  justify-content: flex-start;
}
.wp-block-column {
  margin: 0 8px;
  @media screen and (min-width: 599px) {
    margin: 0 20px;
  }
}
.wp-block-column p {
  margin: 8px auto;
}

.wp-cartier {
  text-align: center;
  width: 50%;
}
.cartier-center {
  align-items: center;
}

.wp-cartier .has-text-align-center strong {
  font-size: 11px;
  @media screen and (min-width: 599px) {
    font-size: 15px;
  }
}

/* .post-2033 .has-text-align-center {
  text-align: center;
  line-height: 1.8;
  padding: 10px;
  @media screen and (min-width: 599px) {
    line-height: 1.4;
    padding: 0;
  }
} */

.has-text-align-center {
  text-align: center;
  line-height: 1.8;
  padding: 10px;
  @media screen and (min-width: 599px) {
    line-height: 1.4;
    padding: 0;
  }
}

/* .post-2033 .wp-block-columns .wp-block-column {
  width: 50%;
}
 */
.wp-block-columns .wp-block-column {
  width: 50%;
}

/* .post-2033 .wp-block-columns {
  align-items: center;
} */

.wp-block-columns {
  align-items: center;
}


/* .post-2066 .wp-block-columns,
.post-2125 .wp-block-columns,
.post-2153 .wp-block-columns {
  flex-direction: column;
  @media screen and (min-width: 599px) {
    flex-direction: row;
  }
} */

.post-2066 .has-text-align-center,
.post-2125 .has-text-align-center,
.post-2153 .has-text-align-center {
  line-height: 1.4;
  text-align: center;
  padding: 0;
  @media screen and (min-width: 599px) {
    text-align: center;
    line-height: 1.8;
    padding: 10px;
  }
}

.has-text-align-center {
  line-height: 1.4;
  text-align: center;
  padding: 0;
  @media screen and (min-width: 599px) {
    text-align: center;
    line-height: 1.8;
    padding: 10px;
  }
}

.post-2066 .wp-block-columns .wp-block-column,
.post-2125 .wp-block-columns .wp-block-column,
.post-2153 .wp-block-columns .wp-block-column {
  width: 50%;
  margin: 8px auto;
  @media screen and (min-width: 599px) {
    width: 50%;
  }
}

.wp-block-column {
  width: 50%;
  margin: 8px auto;
  @media screen and (min-width: 599px) {
    width: 50%;
  }
}

.post-2066 .wp-block-columns,
.post-2125 .wp-block-columns,
.post-2153 .wp-block-columns {
  align-items: center;
}

.wp-block-columns {
  align-items: center;
}
