@charset "UTF-8";
/* Scss Document */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 160%;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border: 0; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  outline: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.tooltip-inner {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@font-face {
  font-family: "FontAwesome";
  src: url("../webfonts/fa-solid-900.woff") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"); }
/* -----------------------
汎用
----------------------- */
html, body {
  height: 100%; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clearfix {
  min-height: 1px; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

.inline {
  display: inline; }

.display_table {
  display: table; }

.display_table_full {
  display: table;
  width: 100%; }

.display_table-cell {
  display: table-cell;
  vertical-align: middle; }

*:focus {
  outline: none; }

a:focus, a:hover {
  outline: none;
  transition-property: "opacity,color,background-color";
  -webkit-transition-property: "opacity,color,background-color";
  -moz-transition-property: "opacity,color,background-color";
  -o-transition-property: "opacity,color,background-color";
  -ms-transition-property: "opacity,color,background-color";
  transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s; }
  a:focus.img_thumb, a:hover.img_thumb {
    opacity: 0.8;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -ms-transition-duration: 0.15s; }

.img_thumb,
.img_thumb_unfill {
  width: 100%;
  height: 100%;
  padding: 100% 0 0 0;
  display: none; }

/* ラジオボタン*/
[type="radio"]:checked, [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }
[type="radio"]:checked + span, [type="radio"]:not(:checked) + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 28px;
  color: #555555; }
  [type="radio"]:checked + span:before, [type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 4px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 2px solid #b6b6b6;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%; }
  [type="radio"]:checked + span:after, [type="radio"]:not(:checked) + span:after {
    position: absolute;
    top: 8px;
    left: 6px;
    content: '';
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition-property: all;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s; }
[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0); }
[type="radio"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1); }

/* チェックボックス*/
[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }
[type="checkbox"]:checked + span, [type="checkbox"]:not(:checked) + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  color: #646464;
  line-height: 30px;
  cursor: pointer; }
  [type="checkbox"]:checked + span:before, [type="checkbox"]:not(:checked) + span:before {
    position: absolute;
    left: 2px;
    top: 6px;
    width: 18px;
    height: 18px;
    content: '';
    background: #ffffff;
    border: 2px solid #b6b6b6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px; }
  [type="checkbox"]:checked + span:after, [type="checkbox"]:not(:checked) + span:after {
    position: absolute;
    left: 2px;
    top: 6px;
    width: 18px;
    color: #ffffff;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    text-align: center;
    background: #000000;
    height: 18px;
    line-height: 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transition-property: all;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s; }
[type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0); }
[type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1); }

/*テーブル*/
table tr td {
  vertical-align: middle !important; }
  table tr td label {
    margin-bottom: 0;
    font-weight: normal; }

/*ページング*/
ul.paging {
  margin: 30px auto 0;
  text-align: center; }
  ul.paging li {
    float: left; }
    ul.paging li.disabled a {
      border: none;
      pointer-events: none; }
    ul.paging li a {
      display: block;
      width: 30px;
      margin: 5px;
      height: 30px;
      line-height: 30px; }
      ul.paging li a:hover {
        cursor: pointer;
        text-decoration: none; }
      ul.paging li a i {
        line-height: 28px;
        margin: 0; }
    ul.paging li.on a {
      color: #ffffff; }

.form-control.small, .form-select.small {
  width: 100px; }
.form-control.medium, .form-select.medium {
  width: 180px; }
.form-control.large, .form-select.large {
  width: 365px; }

textarea {
  width: 100%; }

:focus {
  outline: none !important; }

body {
  color: #333333;
  font-size: 14px;
  font-family: "Verdana", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", "sans-serif"; }
  @media screen and (min-width: 480px) {
    body:after {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #054bbc;
      background: -moz-linear-gradient(top, #054bbc 0%, #2973d0 8%, #2973d0 100%);
      background: -webkit-linear-gradient(top, #054bbc 0%, #2973d0 8%, #2973d0 100%);
      background: linear-gradient(to bottom, #054bbc 0%, #2973d0 8%, #2973d0 100%);
      z-index: -1; } }

a:link {
  color: #0099FF; }
a:visited {
  color: #0066FF; }
a:hover {
  color: #33CCFF;
  text-decoration: underline; }
a:link, a:visited, a:active {
  border: none;
  text-decoration: none; }

.clear {
  clear: both; }

.date, .date1, .date2, .date3, .date4, .date5 {
  margin: 0;
  padding: 10px 15px;
  font-size: 100%;
  font-weight: bold;
  background: url(../img/dateBg.gif) repeat-x #F4F4F4; }

#allBox {
  width: 970px;
  padding: 10px 10px 0;
  border-right: solid 5px #CACACA;
  border-left: 5px solid #CACACA;
  background: #FFFFFF;
  margin: 0 auto; }

#headerBox {
  width: 100%;
  margin-bottom: 10px;
  background: url(../img/headerBg.png) no-repeat; }
  #headerBox #pageTitle {
    padding: 26px 30px 39px; }
  #headerBox ul#headerBanBox {
    display: flex;
    list-style: none;
    background: #222222;
    margin: 0;
    padding: 3px 2px;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center; }
    #headerBox ul#headerBanBox li {
      margin: 0px 1px;
      font-size: 0;
      line-height: 0; }
      #headerBox ul#headerBanBox li img {
        max-width: 100%; }

#contentBox {
  display: flex; }
  #contentBox #mainBox {
    flex: 1;
    margin-right: 10px;
    max-width: 710px; }
    #contentBox #mainBox .newsNaviBox {
      list-style-type: none;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      #contentBox #mainBox .newsNaviBox li.entryBack {
        float: left;
        width: 40%;
        text-align: left;
        position: relative; }
      #contentBox #mainBox .newsNaviBox li.entryList {
        float: left;
        width: 20%;
        text-align: center; }
      #contentBox #mainBox .newsNaviBox li.entryNext {
        float: left;
        width: 40%;
        text-align: right; }
      #contentBox #mainBox .newsNaviBox li.entryBack, #contentBox #mainBox .newsNaviBox li.entryNext, #contentBox #mainBox .newsNaviBox li.entryList {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    #contentBox #mainBox .dateBox {
      width: 100%;
      margin: 0 0 20px;
      padding: 0;
      border: 1px solid #E0E0E0;
      background: #F4F4F4; }
      #contentBox #mainBox .dateBox .newsBox {
        width: 95%;
        margin: 5px 0;
        padding: 5px 0 5px 15px;
        font-size: 15px; }
        #contentBox #mainBox .dateBox .newsBox .title {
          margin: 0 0 10px 0;
          padding: 4px 0 4px 6px;
          font-size: 19px;
          font-weight: bold;
          border-left: solid 4px #2493D8; }
        #contentBox #mainBox .dateBox .newsBox .newsTextBox p {
          margin-bottom: 0; }
        #contentBox #mainBox .dateBox .newsBox figure {
          width: 100%;
          margin: 10px 0; }
        #contentBox #mainBox .dateBox .newsBox .lightbox_link img {
          max-width: 100%;
          height: auto;
          padding: 5px;
          border: solid 1px #999999;
          background-color: #FFFFFF; }
        #contentBox #mainBox .dateBox .newsBox .newsFoot {
          padding: 0 5px 5px 5px;
          border-bottom: dotted 1px #999999;
          font-size: 75%;
          text-align: right; }
    #contentBox #mainBox dt.newsDate {
      float: left;
      clear: left;
      width: 160px;
      margin: 0 0 5px 0;
      padding: 5px;
      background-color: #E3E3E3;
      color: #333333;
      font-size: 100%;
      /* text-align: center; */
      min-height: 23px; }
    #contentBox #mainBox dd.newsText {
      float: left;
      width: 410px;
      margin: 0 0 5px 0;
      padding: 5px;
      background-color: #EEEEEE;
      color: #333333;
      font-size: 100%;
      text-align: left;
      min-height: 23px; }

#subBox {
  width: 220px;
  padding: 10px;
  background-color: #222222;
  color: #FFFFFF;
  /*　RSSファイルへのリンク　*/
  /* ログイン */ }
  #subBox .widget {
    list-style-type: none; }
    #subBox .widget img {
      max-width: 100%;
      width: 139px;
      height: auto;
      margin-bottom: 10px;
      padding: 5px;
      border-top: 1px solid #CCCCCC;
      border-right: 1px solid #999999;
      border-bottom: 1px solid #999999;
      border-left: 1px solid #CCCCCC;
      background-color: #FFFFFF; }
  #subBox h2 {
    width: 100%;
    margin: 10px 0;
    padding: 0 0 5px 0;
    font-size: 100%;
    border-bottom: solid 1px #FFFFFF; }
  #subBox ul {
    list-style-type: none;
    margin: 0 10px 20px 5px;
    padding-left: 0;
    font-size: 100%; }
    #subBox ul li {
      margin-bottom: 7px;
      line-height: 1.4;
      padding: 0 0 0 10px;
      background: url(../img/marker.gif) no-repeat 0px 8px; }
  #subBox #profileTitle {
    margin: 0;
    font-size: 80%;
    line-height: 1.2;
    font-weight: bold; }
  #subBox #profileName {
    margin: 5px 0 10px 0;
    font-size: 120%;
    line-height: 1.2;
    font-weight: bold; }
  #subBox #profileText {
    margin: 5px 0;
    font-size: 80%;
    line-height: 1.4; }
  #subBox #calendar_wrap {
    background: #ffffff;
    color: #333333;
    padding: 8px 0 5px 0; }
    #subBox #calendar_wrap table {
      width: 95%;
      margin: 0 auto;
      text-align: center; }
      #subBox #calendar_wrap table thead tr th:first-child {
        color: #990000; }
      #subBox #calendar_wrap table thead tr th:last-child {
        color: #000099; }
      #subBox #calendar_wrap table td {
        border: 2px solid #ffffff; }
        #subBox #calendar_wrap table td a {
          display: block;
          background-color: #EEEEEE; }
    #subBox #calendar_wrap .wp-calendar-nav {
      width: 95%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
  #subBox .widget_archive li {
    margin-bottom: 7px;
    line-height: 1.4;
    padding: 0 0 0 10px;
    width: 80px;
    float: left; }
  #subBox #searchform > div {
    display: flex; }
  #subBox #searchform input[type=text] {
    flex: 1;
    width: auto; }
  #subBox #searchform .searchsubmit {
    width: 40px; }
  #subBox #rssBtn {
    float: left;
    width: 44px;
    margin: 10px 0;
    padding: 0;
    border: none; }
  #subBox #login {
    width: 50px;
    float: right;
    margin: 8px 0 0 0;
    padding: 0;
    text-align: right; }

.nextNews {
  text-align: center; }

#toTop {
  margin: 1rem 0; }

#footerBox {
  width: 100%;
  background: #f6f6f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 0%, #dddddd 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #f6f6f6 0%, #dddddd 100%);
  padding: 6px 0 14px 0;
  text-align: center; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

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