@charset "UTF-8";
.box_search {
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  width: 100%;
  max-width: 320px;
  position: relative;
  overflow: hidden;
}
.box_search input {
  background: #fff;
  border: none;
  width: 100%;
  height: 40px;
  padding: 8px 10px 5px;
  box-sizing: border-box;
}
.box_search .icon-search {
  background-color: #000;
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.box_search .icon-search input {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.box_search .icon-search input[disabled="disabled"] {
  cursor: auto;
}
.box_search .icon-search:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/search_icon.png) no-repeat center top/100% auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

/*=============================================
 * HOME
 *=============================================*/
body.home #key {
  padding: 100px 0;
  padding-bottom: 50px;
}
body.home #key .site-title {
  text-align: center;
  font-weight: bold;
  line-height: 40px;
}
body.home #key .site-title .warp {
  display: inline-block;
  position: relative;
  padding: 5px 20px 5px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
body.home #key .site-title .warp:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  bottom: -9px;
  right: 0;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}
body.home #key .site-title .warp h2 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
body.home #key .site-title .warp .sub {
  font-size: 22px;
}

body.home #key .key_photo {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding-top: 50px;
}
body.home #key .descripion {
  max-width: 740px;
  margin: 20px auto 0 auto;
}
body.home #key .box_search {
  margin: 80px auto 0;
}

/** 新着情報 */
body.home #key .newposts {
  max-width: 740px;
  margin: 20px auto;
}
body.home #key .newposts h3 {
  font-size: 1.1em;
  font-weight: bold;
}
body.home #key .newposts ul {
  margin: 0 0 0 5em;
  padding: 0;
}
body.home #key .newposts ul li {
  padding: 0;
  margin: 0;
}
body.home #key .newposts ul li .date {
  margin-right: 1.5em;
  font-weight: bold;
}
body.home #key .newposts ul li .subject {

}

@media screen and (max-width: 767px) {
  body.home #key {
    padding: 50px 0;
    padding-bottom: 30px;
  }
  /** サイトタイトル */
  body.home #key .site-title {
    line-height: normal;
  }
  body.home #key .site-title .warp h2 {
    font-size: 24px;
  }
  body.home #key .key_photo {
    padding-top: 15px;
  }
  body.home #key .box_search {
    margin-top: 30px;
  }

  /** 新着情報 */
  body.home #key .newposts h3 {
    text-align: center;
  }
  body.home #key .newposts ul {
    margin: 0;
    line-height: 1.5em;
  }
  body.home #key .newposts ul li {
    margin-bottom: 0.5em;
  }
  body.home #key .newposts ul li .date {
    display: block;
  }
  body.home #key .newposts ul li .subject {
    display: block;
    margin-left: 0.5em;
  }
}

.under_title_h1 {
  font-family: 'hiraminpro-w6', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .under_title_h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}

.txt_style {
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  margin: 0 20px;
  padding: 60px 40px;
}
.txt_style p {
  margin-bottom: 40px;
}
.txt_style p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .txt_style {
    margin: 0;
    padding: 40px 0;
  }
  .txt_style p {
    margin-bottom: 20px;
    word-wrap: break-word;
  }
}

.search_list li {
  border-bottom: 1px solid #b5b5b5;
  padding: 40px 20px;
}
.search_list li:first-child {
  border-top: 1px solid #b5b5b5;
}
.search_list li h3 {
  font-family: 'hiraminpro-w6', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 10px;
}
.search_list li h3 a {
  transition: all 0.3s;
}
.search_list li h3 a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.search_list li .excerpt {
  display: -webkit-box;
  max-height: 60px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
.search_list li .txt_url a {
  transition: all 0.3s;
  border-bottom: 1px solid #000;
  word-wrap: break-word;
}
.search_list li .txt_url a:hover {
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .search_list li {
    padding: 20px 0;
  }
  .search_list li h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .search_list li .excerpt {
    font-size: 14px;
    line-height: 28px;
  }
  .search_list li .txt_url a {
    font-size: 14px;
    line-height: 28px;
  }
}

.pagination {
  padding-top: 80px;
}
.pagination .page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.pagination .page-numbers li {
  margin: 0 10px;
}
.pagination .page-numbers li>a, .pagination .page-numbers li>span {
  display: block;
  background-color: #f5f5f5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.pagination .page-numbers li>a:hover, .pagination .page-numbers li>a.current, .pagination .page-numbers li>span:hover, .pagination .page-numbers li>span.current {
  text-decoration: none;
  background-color: #0042BC;
  color: #fff;
}
.pagination .page-numbers li .next {
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
}
.pagination .page-numbers li .next:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 12px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pagination .page-numbers li .next:hover:after {
  border-color: #fff;
}
.pagination .page-numbers li .prev {
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
}
.pagination .page-numbers li .prev:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 18px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.pagination .page-numbers li .prev:hover:after {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .pagination {
    padding-top: 50px;
  }
}

/*# sourceMappingURL=content.css.map */