@charset "UTF-8";

/* ===================================================================
CSS information

 File Name  : style.css
=================================================================== */

html {
  overflow-y: scroll;
  line-height: 1;
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

/*----------------------------------------------------
  link要素
--------------------------------------------------- */
a {
  transition: all 0.2s ease-in-out 0s;
  -ms-transition:none;
}
a:link {
  color: #0470B6;
}
a:visited {
  color: #0470B6;
}
a:hover {
  text-decoration: none;
  color: #0470B6;
}
a:active {
  color: #0470B6;
}
:focus-ring {
  outline: dotted 1px #F6AB00;
}
:-moz-focusring {
  outline: dotted 1px #F6AB00;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
  a:focus {
    outline: dotted 1px #F6AB00;
  }
}*/

/*----------------------------------------------------
  img要素
--------------------------------------------------- */
img {
  line-height: 1;
  font-size: 0;
  vertical-align: top;
  height: auto;
  max-width: 100%;
  transition: all 0.2s ease-in-out 0s;
  -ms-transition:none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*----------------------------------------------------
  見出し要素
--------------------------------------------------- */
h1,h2,h3,h4,h5,h6,dt {
  line-height: 1.5;
}

/*----------------------------------------------------
 共通カラム
--------------------------------------------------- */
#page {
  min-width: 1000px;
  overflow:hidden;
  margin: 0 auto;
}
.inner {
  width: 1000px;
}
#contents {
  line-height: 1.8;
}
#contents a:hover img{
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
  @media screen and (max-width: 767px) {
    html, body, #page {
      min-width:100%!important;
      max-width:100%!important;
      width:100%!important;
    }
    #contents .inner {
      padding:0 10px;
    }
  }

/*----------------------------------------------------
  パンくずリスト
----------------------------------------------------*/
#crumbs {
  background: #ddd;
  padding: 7px;
  margin-bottom: 40px;
}
#crumbs li {
  display: inline;
}

/*----------------------------------------------------
  フッター
----------------------------------------------------*/
.copyright {
  text-align:center;
  font-size:1.2rem;
  background:#ccc;
  line-height:1.2;
  padding:10px 0 7px 0;
}

/*----------------------------------------------------
  タイトル
----------------------------------------------------*/
.page_ttl {
  background: #eee;
  font-size: 3rem;
  padding: 50px 20px;
}
.sub_ttl01 {
  border: solid 1px #37A2F4;
  font-size: 2.8rem;
  padding: 30px;
  text-align: center;
  color: #0076D6;
  margin-bottom: 40px;
}

  @media screen and (max-width: 767px) {
  }

/*----------------------------------------------------
  ページ名 slug
--------------------------------------------------- */
.index_menu {
  max-width: 800px;
  margin: 80px auto;
  border: solid 1px #37A2F4;
}
.index_menu h2 {
  background: #0076D6;
  color: #fff;
  padding: 7px;
  font-size: 2.2rem;
  text-align: center;
}
.index_menu ul {
  padding: 30px;
}
.index_menu li {
  width: 200px;
  margin: 0 10px 20px 10px;
}
.index_menu li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  line-height: 1.4;
  border-radius: 4px;
  border: solid 1px #07499E;
}
.index_menu li a:hover {
  background: #FF5954;
  color: #fff;
}

#search_box {
  max-width: 800px;
  margin: 0 auto 40px;
  border: solid 1px #37A2F4;
}
.search_ttl {
  background: #0076D6;
  color: #fff;
  padding: 7px;
  font-size: 2.2rem;
  text-align: center;
}
.search_menu {
  padding: 30px 30px 15px 30px;
}
.search_menu nav {
  margin-bottom: 15px;
}
.search_menu nav h3 {
  display: inline-block;
  width: 100px;
  background: #07499E;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
}
.search_menu nav h3 a {
  text-decoration: none;
  color: #fff;
  display: block;
  height: 100%;
}
.search_menu nav ul {
  width: 100%;
  line-height: 1.5;
}
.search_menu nav li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 5px;
  border-radius: 4px;
  border: solid 1px #07499E;
}
.search_menu nav li a.checked {
  background: #07499E;
  color: #fff;
}
.search_menu nav li a:hover {
  background: #FF5954;
  color: #fff;
}
.search_menu nav li.current a {
  background: #FF5954;
  color: #fff;
}
.refine01 li {
  width: 12.5%;
}
.refine02 li {
  width: 25%;
}
.refine03 li {
  width: 33.33%;
}

#item {
  margin-bottom: 40px;
}
.item_list_wrap {
  padding-bottom: 40px;
}
.item_list_wrap a {
  display: block;
  width: 300px;
  margin: 0 16px 32px 16px;
  border: solid 1px #ddd;
  text-decoration: none;
  color: #333;
}
.item_list_info {
  padding: 12px;
}
.item_list_info dl {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  line-height: 1.5;
  margin-bottom: 7px;
}
.item_list_info dt {
  text-align: center;
  margin-right: 10px;
}
.item_list_info dt span {
  display: inline-block;
  width: 80px;
  background: #07499E;
  color: #fff;
}
.item_list_info dl:first-child dt span {
  background: #FF5954;
}
.detail_btn {
  background: #EFC433;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin-top: 12px;
}
.flex-row-wrap {
	flex-flow: row wrap;
}

  @media screen and (max-width: 767px) {
  }

/*----------------------------------------------------
  共通WP
--------------------------------------------------- */

/*ページ分割ナビ*/
.wp-pagenavi {
  text-align: center;
  overflow: hidden;
  margin-bottom: 60px;
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 48px;
  line-height: 46px;
  background: #fff;
  border: 1px solid #07499E;
  color: #07499E;
  margin: 0 5px 10px 5px;
  text-decoration: none;
  font-size: 1.8rem;
}
.wp-pagenavi span {
  background: #07499E;
  color: #fff;
}
.wp-pagenavi a:hover {
  background: #07499E;
  color: #fff;
  border: 1px solid #07499E;
}
.wp-pagenavi .first, .wp-pagenavi .last {
  line-height: 1;
  width: auto;
  border: none;
}
.wp-pagenavi .first:hover, .wp-pagenavi .last:hover {
  border: none;
  color: #333;
  background: none;
  text-decoration: underline;
}
.wp-pagenavi .extend {
  line-height: 1;
  width: auto;
  border: none;
  color: #333;
  background: none;
}

/* 絞り込み検索：ページナビ */
.wp-pagenavi .page.current {
  background: #07499E;
  color: #fff;
  cursor: default;
}

  @media screen and (max-width: 767px) {
    .wp-pagenavi {
      margin-bottom: 30px;
    }
    .wp-pagenavi a, .wp-pagenavi span {
      width: 32px;
      line-height: 30px;
      margin: 0 3px 6px 3px;
    }
  }

/*記事詳細ナビ*/
.wp-detailnavi {
  position: relative;
  padding: 50px 0 0 0;
  text-align: center;
}
.wp-detailnavi a {
  display: block;
  text-decoration: none;
  color: #07499E;
  border: solid 1px #07499E;
  line-height: 40px;
  padding: 5px;
}
.wp-detailnavi a:hover {
  color: #fff;
  background: #07499E;
}
.prev_link {
  width: 33%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.next_link {
  width: 33%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.list_link {
  width: 34%;
  margin: 0 auto;
}
.list_link a {
  color: #fff;
  background: #07499E;
}
  @media screen and (max-width: 767px) {
    .wp-detailnavi {
      padding-top: 30px;
    }
    .wp-detailnavi a {
      line-height: 36px;
    }
    .prev_link {
      width: 32%;
    }
    .next_link {
      width: 32%;
    }
    .list_link {
      width: 36%;
    }
  }

/*共通ボタン*/
.btn01 {
  position: relative;
  z-index: 5;
  margin-bottom: 35px;
}
.btn01 a {
  box-sizing: border-box;
  position: relative;
  bottom: 0;
  display: block;
  width: 360px;
  padding: 12px 10px;
  margin: 0 auto;
  text-align: center;
  background: #b1ad7e;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 3px;
  overflow: hidden;
  box-shadow:0 4px 0 0 #d4d3c9;
}
.btn01 a:hover {
  box-shadow:0 0 0 0 #d4d3c9;
}
.btn01 a::before {
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #C5C29E;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
.btn01 a:hover::before {
  opacity: 1;
  left: 0;
}
.btn01 a i {
  margin-right: 10px;
}
.btn01 a span {
  position: relative;
  z-index: 10;
}
  @media screen and (max-width: 767px) {
    .btn01 {
      position: relative;
      z-index: 5;
    }
    .btn01 a {
      width: 100%;
      padding:9px;
      font-size: 1.6rem;
      box-shadow:0 3px 0 0 #d4d3c9;
    }
  }