#post_list2 {
  margin: 25px 0;
  padding: 0 !important;
}
#post_list2 .article {
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding: 0;
}
#post_list2 .article a {
  display: block;
  text-decoration: none;
}
#post_list2 .article .images {
  float: left;
  width: 35.087%;
  overflow: hidden !important;
  margin-left: 20px;
}
#post_list2 .article .images img {
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: 1s all;
}
#post_list2 .article a .images img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
#post_list2 .article .info {
  float: right;
  width: 61.15%;
  color: #000;
}
#post_list2 .article .meta {
  margin: 0 0 16px 0;
  padding: 0;
}
#post_list2 .article .title {
  margin: 40px 0 12px 20px;
  padding-top: 40px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}
#post_list2 .article .excerpt {
  margin: 0 10px 20px 5px;
  padding: 0;
  line-height: 1.5em !important;
  font-weight: bold;
}
.image {
  clear: both;
  height: auto;
}
.genko-det {
  font-size: 12px !important;
  line-height: 1.5em;
  display: inline-block;
  margin: 0 auto 0;
}
.genko-det dt {
  float: left;
  clear: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  text-align: left;
  font-weight: bold;
  padding: 3px 3px 3px 5px;
  width: 80px;
  background: #F9F9F9;
}
.genko-det dd {
  float: left;
  margin-left: 0.5em;
}
.center {
  text-align: center;
  margin: 0 auto 10px;
  width: 80%;
}
.cat-shokushu, .cat-chiiki {
  clear: both;
  font-size: 10px;
  padding: 5px !important;
  line-height: 1.2em !important;
  margin: 3px 1px 3px 5px !important;
}
.bottoms {
  background: #F9F9F9;
  width: 100%;
  margin: 20px auto 0;
  clear: both;
}
.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #FFF;
  border-bottom: solid 4px #000;
  border-radius: 3px;
  font-size: 14px;
  float: right;
  margin: 10px !important;
  letter-spacing: 0.1em;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: bold;
}
.btn-square:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}
.black {
  background: #333;
}
/*-------------------プラン帯*/
.ichiran-platinum {
  width: 100%;
  height: 20px;
  padding-bottom: -40px;
  margin-bottom: -40px;
  background: url(https://plus-work.net/wp/wp-content/uploads/2021/03/bg-1.png) repeat-x;
  text-align: right;
}
.ichiran-pickup {
  width: 100%;
  height: 20px;
  padding-bottom: -40px;
  margin-bottom: -40px;
  background: url(https://plus-work.net/wp/wp-content/uploads/2020/05/bg.png) repeat-x;
  text-align: right;
}
.ichiran-silver {
  width: 100%;
  height: 20px;
  padding-bottom: -40px;
  margin-bottom: -40px;
  background: url(https://plus-work.net/wp/wp-content/uploads/2020/05/bg_sl.png) repeat-x;
  text-align: right;
}
.ichiran-platinum img {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.ichiran-pickup img, .ichiran-silver img {
  padding: 0 0 10px 10px;
}
/*-------------カテゴリ説明文----------*/
.cat-disc {
  padding: 10px;
  line-height: 1.75em;
	font-size: 12px;
	border: #E9E9E9 1px solid;
	background: #FFFFFF;
	border-radius: 5px;
	margin: 50px auto !important;
}
/*------------------------検索結果*/
/*-----ここからスマホで非表示にしてたので、あとでスタイル修正する必要あり2023/06/08*/
.result {
  display: block;
  background: url(https://driver-pluswork.com/wp-content/uploads/2024/04/23244676.png);
  background-size: cover;
  background-position: center;
  padding: 30px;
  border-radius: 5px;
}
.result i {
  font-size: 14px;
  margin-right: 3px;
  color: #FFFFFF;
}
/*-----ここまで修正する必要あり*/
.result2 {
  display: block;
  background: url(https://driver-pluswork.com/wp-content/uploads/2024/04/23244676.png);
  background-size: cover;
  background-position: center;
  padding: 30px;
  border-radius: 5px;
}
.result2 i {
  font-size: 14px;
  margin-right: 3px;
  color: #FFFFFF;
}
.kekka-txt {
  margin: 20px;
  line-height: 1.75em;
  color: #FFFFFF;
}
.kekka-txt span {
  margin: 2px;
}
/*
===========================
SP
===========================*/
@media screen and (max-width: 900px) {
  #post_list2 .title {
    margin-left: 0 !important;
  }
  #post_list2 .article .images {
    margin-left: 0 !important;
  }
  .center, .search-sub {
    display: none;
  }
  .btn-square {
    display: block;
    margin-top: -20px !important;
  }
  .ichiran-platinum img {
    float: right;
    padding: 0 0 10px 0;
    width: 30%;
  }
  .genko-det dt, .genko-det dd {
    float: none;
    display: block;
    width: 100%;
  }
  /*------------------------検索結果*/
  .result {
    display: none !important;
  }
  .result2 {
    padding: 10px;
  }
}