/*ダッシュボード*/
#wpadminbar ul {
  display: block !important
}
/*新着情報一覧　******************/
.news {
  font-size: 15px;
}
.news_list {
  display: block;
}
.news_body {
  border-bottom: 1px dashed #C0C0C0;
  padding: 20px 0px;
  display: flex;
  justify-content: flex-start;
}
.news_date {
  margin: 0;
  text-align: left;
}
.news_title a {
  text-decoration: none;
}
.news_article {
  font-size: .8em
}
.news_category {
  font-size: .5em
}
.news_img {
  width: 100px;
  height: 80px;
  margin-right: 1em
}
.news_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.news_navi {
  padding: 1em;
  display: flex;
  justify-content: center;
}
.news_navi_sb {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1000px;
  margin: 0px auto
}
.news_navi a, .news_navi span {
    width: 3em;
    height: 2.4em;
    margin: .2em;
    line-height: 2.3em;
    text-align: center;
    font-size: 1em;
    text-decoration: none;
    background: #ffffff;
    color: #333;
}
.news_navi a:hover {
  background: #333;color: #fff;
}
.news_navi .current {
  background: #333;color: #fff;
}
/*実績一覧　******************/
.works_list_box {
  padding: 25px 0px 50px 0px
}
.works_wp {
  font-size: 15px;
  max-width: 910px;
  margin: 0px auto;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}
.works_list {
  margin-bottom: 20px
}

.works_body {}
.works_list_title a {
  text-decoration: none;
}
.works_img {
  max-width: 430px;
  height: 250px;
  position: relative
}
.works_img img {
  object-fit: cover;
  height:245px;
  max-width:400px;
}
.works_img::before {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../image/common/arrow_en02.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 0px;
  margin-top: 0px;
  bottom: 15px;
  left: 15px;
  opacity: 0.6
}
@media screen and (max-width:1000px) {
  .works_wp {
    justify-content: center;
  }
  .works_list {
    margin: 0px 10px 20px 10px
  }

}
/*装飾　******************/
.text_center {
  text-align: center;
}
.text_m {
  font-size: .8em
}
.text_s {
  font-size: .5em
}
.flex_center_full {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
}
.flex_sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 910px !important;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.arrow_be{text-align-last: left;padding-right: 1em}
.arrow_be a::before {
  content: '';
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url(../image/common/arrow_en02.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: .2em;
  margin-top: -0.2em;
  background-repeat: no-repeat;
  transform: rotateY(180deg);
}
.arrow_af{text-align: right;padding-left: 1em}
.arrow_af a::after {
  content: '';
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url(../image/common/arrow_en02.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: .2em;
  margin-top: -0.2em;
  background-repeat: no-repeat;
}
/*WP仕様　*************************************************
*********************************************************/
/* 回り込み */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* 画像キャプション */
.wp-caption {
  max-width: 100%;
  padding-bottom: 2em
}
.wp-caption img {
  display: block;
  padding-bottom: .5em
}
.wp-caption-text {
  text-align: left;
}