@charset "UTF-8";
/* ===================================================
 共通
=================================================== */
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
body, html,
div, p, a, span, blockquote,
ul, ol, dl, li, dt, dd,
table, tr, th, td,
strong, h1, h2, h3, h4, h5,
header, footer, aside, nav, section
span, small{
  font-family: "-apple-system", "源ノ角ゴシック JP","Noto Sans JP","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", -apple-system, "BlinkMacSystemFont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", sans-serif;
}
span , strong {
  font-size: 1em;
}
/*-- firstview-nav--*/
.fv-nav {
  /* border-bottom: solid 1px #FFFFFF; */
  position: relative;
  top: 35px;
  z-index: 10;
}
.fv-nav ul {
  display: flex;
  height: 35px;
  max-width: 1130px;
  line-height: 35px;
  justify-content: flex-end;
  padding: 0 5%;
  margin: 0 auto;
  margin-top: -35px;
}
.fv-nav ul li a, .fv-nav ul li{
  color: #FFFFFF;
  letter-spacing: 2px;
}
.fv-nav ul li{
  margin: 0 5px;
}
.fv-nav ul li a:hover{
  color: #08bc9f;
}
input:focus{
  outline: none;
}
@media(max-width:768px){
  .fv-nav{
    display: none;
  }
}
/*-- // firstview-nav--*/
/*-- パンくずリスト --*/
.breadcrumb{
  /*margin: 1% 10% 0 10%;*/
  margin: 1% auto 0;
  max-width: 1130px;
  padding: 0 5%;
}
.breadcrumb ul{
  display: flex;
  align-items:center;
}
.breadcrumb ul li {
  font-size: 0.8em;
  margin-right: 0.2em;
}
.breadcrumb a {
  color: #2b2b2b;
  padding: 0 2px 2px 2px;
  font-size: 1em;
}
.breadcrumb a:hover {
  border-bottom: solid 1px #2b2b2b;
}
@media(max-width:480px) {
  .breadcrumb {
    margin: 1% 5% 2em 5%;
  }
}
/*-- // パンくずリスト --*/
/*-- 検索エリア×消去--*/
::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input::-ms-clear {
    visibility:hidden;
}
/*-- // 検索エリア×消去--*/
/*-- フォーカス線消す--*/

*:focus {
  outline: none;
}
/*-- // フォーカス線消す--*/

/*-- ページ切り替え --*/
.news-pagination {
  width: 95%;
  display: flex;
  height: 20px;
  margin: 0 auto;
  margin-top: 10%;
  margin-bottom: 10%;
  justify-content: center;
}
.news-pagination ul{
  display: flex;
  justify-content: center;
  width: 180px;
  margin-top: 6px;
}
.news-pagination .pager{
  text-align: center;
  margin: 0 1%;
}
.news-pagination .pager a{
  color: #03826c;
  font-weight: bold;
  border: solid 2px #03826c;
  width: 25px;
  height: 25px;
  display: block;
  line-height: 25px;
}
.news-pagination .pager a:hover{
  color: #FFFFFF;
  background-color: #03826c;
}
.news-pagination .page-during{
  height: 20px;
  line-height: 20px;
  padding: 3px 5% 3px 5%;
  letter-spacing: -3px;
}
.news-pagination-prev a,.news-pagination-next a{
  color: #03826c;
  font-size: 2em;
}
@media(max-width:768px){
  .news-pagination ul {
    margin-top: 10px;
  }
}
/*-- // ページ切り替え --*/
/*-- ページ切り替え　青色 --*/
.news-pagination-blue {
  width: 95%;
  display: flex;
  height: 20px;
  margin: 0 auto;
  margin-top: 10%;
  margin-bottom: 10%;
  justify-content: center;
}
.news-pagination-blue ul{
  display: flex;
  justify-content: center;
  width: 180px;
  margin-top: 6px;
}
.news-pagination-blue .pager{
  text-align: center;
  margin: 0 1%;
}
.news-pagination-blue .pager a{
  color: #074aa3;
  font-weight: bold;
  border: solid 2px #074aa3;
  width: 25px;
  height: 25px;
  display: block;
  line-height: 25px;
}
.news-pagination-blue .pager a:hover{
  color: #FFFFFF;
  background-color: #074aa3;
}
.news-pagination-blue .page-during{
  height: 20px;
  line-height: 20px;
  padding: 3px 5% 3px 5%;
  letter-spacing: -3px;
}
.news-pagination-blue .news-pagination-prev a,.news-pagination-blue .news-pagination-next a{
  color: #074aa3;
  font-size: 2em;
}
@media(max-width:768px){
  .news-pagination-blue ul {
    margin-top: 10px;
  }
}
/*-- // ページ切り替え　青色 --*/

/*-- レスポンシブ時フォントサイズ --*/
/*-- // レスポンシブ時フォントサイズ --*/
/*-- pagination --*/
.wp-pagenavi{
  justify-content: center;
  display: flex;
  margin: 5% 0
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  padding: 0;
  border: solid 2px #037d6c;
  color: #037d6c;
}
.wp-pagenavi span.extend {
  border: none;
  font-size: 0.6em;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
  border: solid 2px #037d6c;
  background-color: #037d6c;
  color: #FFFFFF;
}
.wp-pagenavi a.previouspostslink {
  border-right: none;
  border-top: none;
  transform: scale(0.4) rotate(45deg);
}
.wp-pagenavi a.previouspostslink:hover {
  background-color: #ffffff;
  color: #FFFFFF;
}
.wp-pagenavi a.nextpostslink {
  border-right: none;
  border-top: none;
  transform: scale(0.4) rotate(225deg);
}
.wp-pagenavi a.nextpostslink:hover {
  background-color: #ffffff;
  color: #FFFFFF;
}
/*-- // pagination --*/
/* ===================================================
 ショートコード（複数段組み）スタイル
=================================================== */
div.col{
  display: inline-block;
}
@media(max-width:768px){
  .table-wrap {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 4em;
  }
  .table-wrap::-webkit-scrollbar {
    height: 10px;
  }
  .table-wrap::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .table-wrap::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
}
