@charset "UTF-8";

.navi {
  color: #999;
  font-size: 1.33rem;
  margin-bottom: 20px;
}
.navi a {
  color: inherit;
  text-decoration: underline;
}



.box-entry {
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.33rem;
  letter-spacing: 0;
}
.box-entry .col2 {
  margin-top: 20px;
}
.box-entry .col2 section + section {
  margin-top: 40px;
}
.box-entry .col2 section h2,
.box-entry .col2 aside h2 {
  font-size: 1.6rem;
  padding: 6px 14px;
  margin-bottom: 20px;
}
.box-entry .col2 section#latest h2 {
  background-color: #edd6c5;
}
.box-entry .col2 section#search h2 {
  background-color: #e4f3dd;
}
.box-entry .col2 section#search h2 img {
  display: inline;
  margin-right: 6px;
  vertical-align: middle;
}
.box-entry .col2 aside {
  text-align: center;
}
.box-entry .col2 aside#teiki h2 {
  background-color: #2d4423;
  color: #fff;
  text-align: center;
}
.box-entry .col2 aside .banner {
  display: block;
}
.box-entry .col2 aside .banner img {
  display: inline-block;
}
.box-entry .col2 .col_r {
  margin-top: 40px;
  clear: both;
}
@media screen and (min-width: 768px) {
  .box-entry .col2 {
    display: flex;
  }
  .box-entry .col2 .col_l {
    flex: 1;
  }
  .box-entry .col2 .col_r {
    flex-basis: 232px;
    max-width: 232px;
    box-sizing: border-box;
    padding-left: 40px;
    margin-top: 0;
  }
}
.box-entry .list-search {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
  clear: both;
}
.box-entry .list-search li {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-top: 10px;
  box-sizing: border-box;
}
.box-entry .list-search li a {
  display: block;
}
.box-entry .list-search li a img {
  width: 100%;
  margin-bottom: 6px;
}
.box-entry .list-search li a p {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .box-entry .list-search {}
  .box-entry .list-search li {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.box-entry #search {
  overflow: hidden;
}
.box-entry #search select {
  float: right;
  margin: 10px 0;
}








#outline765px hr {
  display: none;
}
#buttons {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 4px;
  margin-bottom: 22px;
}
#buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
  border: 1px solid #cecece;
  padding: 6px 8px;
  text-align: center;
  line-height: 1;
  font-size: 1.1rem;
  font-weight: bold;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  #buttons {
    margin-top: 15px;
  }
  #buttons a {
    font-size: 1.4rem;
    margin-top: 0;
    margin-right: 15px;
  }
}
#buttons a img {
  display: inline;
  vertical-align: middle;
  margin-right: 6px;
}

#outline765px h1 {
  padding: 15px 48px;
  background-color: #e4f3dd;
  font-size: 1.6rem;
  line-height: 1;
  background-image: url(../images/icon/icon_article.png);
  background-repeat: no-repeat;
  background-position: 14px center;
}
#outline765px p {

}
#outline765px p a {
  color: #0055aa;
  text-decoration: underline;
}

p.title_t {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #999;
  padding-bottom: 6px;
  margin-top: 32px;
}
p.joui_title {
  margin-top: 18px;
}
p.main_title {
  font-size: 1.6rem;
  margin-top: 4px;
  margin-bottom: 4px;
}
p.data {
  margin-top: 32px;
}
p.data b {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #999;
  padding-bottom: 6px;
  margin-top: 32px;
  margin-bottom: 16px;
  display: block;
}
#thumbnail {
  font-size: 0;
}
#thumbnail p:nth-child(1) {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #999;
  padding-bottom: 6px;
  margin-top: 4px;
  margin-bottom: 14px;
}
#thumbnail a, #thumbnail > img {
    display: inline-block;
    border: 1px solid #ccc;
    width: calc(50% - 8px);
    box-sizing: border-box;
    margin: 8px 4px 0;
}
@media screen and (min-width: 768px) {
  #thumbnail a, #thumbnail > img {
    width: 200px;
    margin: 16px 8px 0;
  }
}
#thumbnail a  img {
  margin: 0 auto;
}
p.midasi_t {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #999;
  padding-bottom: 6px;
  margin-top: 32px;
  margin-bottom: 14px;
}
p.midasi {
  margin-bottom: 32px;
}
#copyright {
  display: none;
}
.goback {
  display: inline-block;
  background-color: #f8f8f8;
  border: 1px solid #cecece;
  height: 40px;
  padding: 13px 43px!important;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.goback::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 7.8px 4.5px 0;
  border-color: transparent #293b21 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}


#contents strong {
  display: block;
  padding: 15px 48px;
  background-color: #e4f3dd;
  font-size: 1.6rem;
  line-height: 1;
  background-image: url(../images/icon/icon_article.png);
  background-repeat: no-repeat;
  background-position: 14px center;
}
#contents table {
  display: none;
}
#contents H1 {
  font-size: 2em; /*フォントサイズ*/
  color: #2D8312;
  margin-top:20px;
  margin-bottom:20px;
}
#contents H1+H2 {
  margin-top:-20px;
}
#contents H2 {
  font-size: 1.2em; /*フォントサイズ*/
  margin-top:20px;
}
#contents H2+H1,  H2+H2 {
  margin-top:0px;
}
#contents H3 {
  font-size: 1.6em; /*フォントサイズ*/
  color: #2D8312;
  margin:30px 0 20px;
  border-left : 4px solid #cccccc;
  padding : 0 0 0 18px;
}
#contents H4 {
  font-size: 1.2em; /*フォントサイズ*/
  margin-top:20px;
}
#contents H5 {
  font-size: 1em; /*フォントサイズ*/
}
#contents .list {
  font-size: 0.9em;
  margin-top:10pt;
  border-left : 1px solid #cccccc;
  padding : 4px 0 4px 18px;
}
#contents .list1 {
  font-size: 0.9em;
  margin-top:10pt;
  border-left : 1px solid #cccccc;
  padding : 4px 0 4px 18px;
}
.box11 {
    padding: 0.5em 1em;
    margin: 2em 0;
    /*color: #5d627b;*/
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}