@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "../../../../../css/common.css";
/*==================================================================*/
/* contact css　*/
/*==================================================================*/
#wrapper {
  padding-bottom: 120px;
}

#main-inbox #content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main-inbox #content .content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#main-inbox #content .content-block .listbox {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.8em;
  word-wrap: break-word;
}
#main-inbox #content .content-block .listbox:nth-child(3n) {
  margin-right: 0;
}

/* clear hack */
#main-inbox {
  zoom: 1;
}

#main-inbox:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px 40px;
  margin-bottom: 40px;
}

.base-title {
  margin-bottom: 40px;
}
.base-title h2 span em {
  font-size: 28px;
  color: #000;
}
.base-title h2 span em:before {
  border-top: 3px solid #DA6A38;
  width: 15px;
}

.select-box {
  margin-bottom: 24px;
}
.select-box .select {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.select-box .select .arrow {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.select-box .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 15px;
  display: inline-block;
  letter-spacing: 1px;
  border: 1px solid #DBDBDB;
  color: #000;
  background: #fff;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  line-height: 21px;
  vertical-align: baseline;
  cursor: pointer;
}

.listbox {
  width: calc(32% - 22px);
}
.listbox article {
  display: block;
  height: 100%;
  text-decoration: none;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.listbox article a:hover {
  text-decoration: none;
}
.listbox article a:hover .photo img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.listbox article .photo {
  width: 100%;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.listbox article .photo img {
  max-width: 100%;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.listbox article .title {
  font-size: 1.2rem;
  font-size: 18px;
  line-height: 1.5;
  line-height: 27px;
  font-weight: 600;
  padding: 20px 20px 0;
}
.listbox article .date {
  margin-bottom: 40px;
  padding: 0 20px;
  font-size: 15px;
  line-height: 27px;
  color: #A0A0A0;
}
.listbox article .a-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 20px 20px;
}
.listbox article .a-cate li a {
  padding: 5px 10px;
  background: #254678;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;
  line-height: 19.5px;
  line-height: 1.8;
}
.listbox article .a-cate li a:hover {
  background: #3A72AA;
  text-decoration: none;
}

.pagenation {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px;
}
.pagenation ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 10px;
}
.pagenation ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 10px;
  margin: 0;
  font-size: 13px;
  line-height: 19.5px;
  font-weight: bold;
}
.pagenation ul li span {
  display: inline-block;
  padding: 3px 8px;
  background: #DA6A38;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
.pagenation ul li a {
  display: inline-block;
  padding: 3px 8px;
  background: #fff;
  text-decoration: none;
  vertical-align: middle;
  color: #A0A0A0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagenation ul li a:hover {
  background: #DA6A38;
  color: #fff;
}
.pagenation ul li.prev a, .pagenation ul li.next a {
  color: #040404;
  background: none;
}
.pagenation ul li.prev a:hover, .pagenation ul li.next a:hover {
  color: #DA6A38;
}
.pagenation ul li.prev a:before {
  content: "\f104";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
}
.pagenation ul li.next a:before {
  content: "\f105";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
}

/* 詳細ページ
---------------------------------------------------------------------------- */
#single-blog {
  margin-bottom: 40px;
}
#single-blog .title-box {
  margin-bottom: 40px;
  word-wrap: break-word;
}
#single-blog .title-box h2 {
  margin-bottom: 10px;
  font-size: 1.866rem;
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
}
#single-blog .title-box dl dt {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 27px;
  color: #A0A0A0;
}
#single-blog .title-box dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 5px;
}
#single-blog .title-box dl dd span a {
  display: inline-block;
  padding: 5px 10px;
  background: #254678;
  color: #fff;
  font-size: 13px;
  line-height: 19.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#single-blog .title-box dl dd span a:hover {
  background: #3A72AA;
  text-decoration: none;
}
/* 詳細ページ　ページ移動
------------------------------------------------*/
.pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  gap: 10px 40px;
  position: relative;
}
.pagenav a {
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid #040404;
}
.pagenav a:hover {
  text-decoration: none;
}
.pagenav .prev {
  display: inline-block;
  word-wrap: break-word;
}
.pagenav .prev a {
  position: relative;
  display: inline-block;
  padding-left: 34px;
}
.pagenav .prev a:hover:before, .pagenav .prev a:hover:after {
  left: 0;
}
.pagenav .prev a:before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 2px;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(-30deg);
  transform: translateY(calc(-50% - 3px)) rotate(-39deg);
  width: 15px;
  height: 1px;
  background-color: #fff;
  background-color: #040404;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagenav .prev a:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 1px;
  background-color: #fff;
  background-color: #040404;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagenav .next {
  display: inline-block;
  text-align: right;
  word-wrap: break-word;
}
.pagenav .next a {
  position: relative;
  display: inline-block;
  padding-right: 34px;
}
.pagenav .next a:hover:before, .pagenav .next a:hover:after {
  right: 0;
}
.pagenav .next a:before {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 2px;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(30deg);
  transform: translateY(calc(-50% - 3px)) rotate(39deg);
  width: 15px;
  height: 1px;
  background-color: #fff;
  background-color: #040404;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagenav .next a:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 1px;
  background-color: #fff;
  background-color: #040404;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagenav .back a {
  position: relative;
  margin: 0 auto;
  display: inline-block;
}

/* カテゴリー
------------------------------------------------*/
.category {
  margin-bottom: 1em;
}
.category .sub-t {
  font-size: 1.6rem;
  font-size: 24px;
  line-height: 1.4;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}
.category .sub-t span {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}
.category .sub-t span:before, .category .sub-t span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background: #DA6A38;
}
.category .sub-t span:before {
  left: 0;
}
.category .sub-t span:after {
  right: 0;
}

/*  media quary:1000px  */
/*===========================================================================*/
/*===========================================================================

media quary:sp;

=============================================================================*/
@media only screen and (max-width: 767px) {
  .content-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px 0;
  }
  .content-block .listbox {
    width: 48%;
    margin-right: 0;
  }
  .category .sub-t {
    font-size: 1.333rem;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }
  #single-blog .title-box h2 {
    font-size: 1.333rem;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }
  #single-blog .entry-format {
    font-size: 1em;
    padding: 1em;
  }
}
/*===========================================================================
media quary:sp;
=============================================================================*/
@media only screen and (max-width: 479px) {
  .content-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px 0;
  }
  .content-block .listbox {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .select-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 10px;
  }
  .pagenav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px 20px;
  }
  .pagenav .prev a:after, .pagenav .next a:after {
    width: 18px;
  }
  .pagenav .prev a::before, .pagenav .next a::before {
    width: 12px;
  }
  .pagenav .prev a {
    padding-left: 25px;
  }
  .pagenav .next a {
    padding-right: 25px;
  }
}