@charset "UTF-8";
#wp-maincontents {
  width: 95%;
  margin: 0 auto 90px auto;
  max-width: 1024px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 5%;
  /*h1*/
}
@media (max-width: 850px) {
  #wp-maincontents {
    flex-wrap: wrap;
  }
}
#wp-maincontents h1 {
  line-height: 180%;
  vertical-align: middle;
  color: #003366;
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 50px;
}
@media (min-width: 850px) {
  #wp-maincontents h1 br {
    display: none;
  }
}
@media (max-width: 850px) {
  #wp-maincontents h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #wp-maincontents h1 br {
    display: none;
  }
}
#wp-maincontents h1 span {
  vertical-align: middle;
}
@media (max-width: 850px) {
  #wp-maincontents h1 span {
    padding-left: 5px;
    font-size: 25px;
    line-height: 180%;
  }
}
#wp-maincontents #wp-contentarea {
  flex-basis: 75%;
}
@media (max-width: 850px) {
  #wp-maincontents #wp-contentarea {
    flex-basis: 100%;
  }
}

/*#wp-maincontents*/
#wp-right-c {
  margin-top: 85px;
  flex-basis: 25%;
  /*.widget*/
}
@media (max-width: 850px) {
  #wp-right-c {
    flex-basis: 100%;
  }
}
#wp-right-c section {
  margin-bottom: 40px;
  /*widget-title*/
}
#wp-right-c section .widget-title {
  background: url(../../../../common/img/bgloop.png);
  color: #fff;
  padding: 8px;
  margin-bottom: 10px;
}
#wp-right-c section li {
  padding: 10px;
  font-size: 14px;
}
#wp-right-c section li a:link, #wp-right-c section li a:visited, #wp-right-c section li a:hover, #wp-right-c section li a:active {
  text-decoration: none;
  color: #444;
}

/*#wp-right-c*/
.navigation {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 20px 0px;
  /*wp-paginate*/
}
.navigation .wp-paginate {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
}
.navigation .wp-paginate .title {
  font-size: 18px;
  color: #003266;
}
.navigation .wp-paginate .page, .navigation .wp-paginate .next, .navigation .wp-paginate .prev {
  font-size: 16px;
  padding: 10px 10px;
  border: 1px solid #ccc;
  background: #ddd;
  color: #444;
}
.navigation .wp-paginate .current {
  color: #fff;
  background: #415CA1;
}

/*navigation*/
/*wordpress topの一覧*/
/*----------------------------------------------*/
.entry-header {
  position: static;
}
.entry-header .title2 {
  border-bottom: 2px solid #003366;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.entry-header p {
  font-size: 12px;
}
@media (max-width: 850px) {
  .entry-header p {
    font-size: 12px;
  }
}

/*.entry-header*/
.entry-content .more:hover, .entry-content .more:link {
  text-decoration: underline;
}

.entry-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  font-size: 25px;
  padding: 4px 0 5px 4px;
  letter-spacing: 2px;
  color: #003366;
}
@media (max-width: 850px) {
  .entry-title {
    font-size: 18px;
  }
}

.content_page .entry-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  gap: 2%;
}
.content_page .entry-content p {
  margin: 0;
  padding: 0;
}
.content_page .entry-content div img {
  width: 180px;
  height: 180px;
  min-width: 180px;
  min-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .content_page .entry-content div img {
    width: 130px;
    height: 130px;
    min-width: 130px;
    min-height: 130px;
  }
}

/*content_page*/
.entry-title a:active,
.entry-title a:link,
.entry-title a:visited {
  color: #444 !important;
}

/*----------------------------------------------*/
/*wordpress topの一覧*/
/*archives*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*archives*/
/*single.php*/
/*-------------------------------------------------*/
#wp-contentarea {
  /*.content_single_page*/
}
#wp-contentarea .content_single_page {
  /*.entry-content*/
}
#wp-contentarea .content_single_page .entry-content p {
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 160%;
}
#wp-contentarea .content_single_page .entry-content img {
  width: 100%;
}
#wp-contentarea .entry-footer {
  display: none;
}
#wp-contentarea .post-thumbnail {
  display: none;
}
#wp-contentarea .category_post_navigation {
  display: flex;
  justify-content: space-between;
}
/*#wp-contentarea*/
/*-------------------------------------------------*/
/*single.php*//*# sourceMappingURL=style.css.map */