@charset "UTF-8";
/*################################################################

新着情報ページレイアウト設定

################################################################*/
/*@import "mixin/component";*/
#information-description ul{
  list-style: disc;
}
#information-description ol{
  list-style: decimal;
}

#information-list{
  padding: 0 10px;
}

#information-list .list {
  margin: 0 auto; }

#information-list .post {
  border-bottom: 1px dotted #ccc;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 6px;
  clear: both; }
  #information-list .post:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }
  #information-list .post a {
    text-decoration: underline; }
  #information-list .post .title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 4px;
    float: left;
    text-align: left; }
  #information-list .post .date {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    color: #999999;
    float: left;
    margin-right: 20px;
    min-width: 70px;
    height: 1em; }

#information-description{
  padding: 0 10px;
}
#information-description h2{
  padding-left: 0;
}
#information-description h2::before,
#information-list h2::before{
  top: 10px;
  display: none;
}
#information-description .post {
  max-width: 1000px;
  margin: 0 auto; }

#information-description .info {
  margin-bottom: 20px; }
  #information-description .info .icon {
    width: 14px;
    height: 14px;
    fill: #e40012;
    margin-left: 6px; }
  #information-description .info .link {
    text-align: right;
    margin-bottom: 10px; }
  #information-description .info .date {
    text-align: right;
    margin-bottom: 10px; }

#information-description .contents {
  font-size: 14px;
  font-size: 1.4rem; }
  #information-description .contents table.aligncenter {
    display: table; }
  #information-description .contents .alignleft {
    float: left; }
  #information-description .contents .aligncenter {
    text-align: center;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #information-description .contents .alignright {
    float: right; }
  #information-description .contents img {
    width: auto;
    height: auto; }
    #information-description .contents img.centered {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    #information-description .contents img.alignright {
      padding: 4px;
      margin: 0 0 2px 7px;
      display: inline; }
    #information-description .contents img.alignleft {
      padding: 4px;
      margin: 0 7px 2px 0;
      display: inline; }
  #information-description .contents img {
    width: auto;
    max-width: 100%;
    height: auto; }
  #information-description .contents figure {
    margin: 0 0 15px 0; }
  #information-description .contents .wp-video {
    max-width: 100%; }
  #information-description .contents video {
    max-width: 100%; }
  #information-description .contents ol, #information-description .contents ul {
    margin-bottom: 30px;
    list-style-position: inside;
    line-height: 1.6; }
  #information-description .contents p {
    margin-bottom: 25px;
    line-height: 190%; }
    #information-description .contents p img.alignright {
      text-align: right; }
  #information-description .contents h1 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 40px; }
  #information-description .contents h2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem; }
  #information-description .contents h3 {
    background: #eeeeee;
    padding-left: 12px;
    padding-top: 6px;
    padding-bottom: 10px;
    vertical-align: middle;
    position: relative;
    margin: 20px 0;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 25px; }
  #information-description .contents h4 {
    padding-bottom: 8px;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 20px 0;
    line-height: 1.3;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px; }
  #information-description .contents h5 {
    height: 25px;
    position: relative;
    margin: 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 25px; }
  #information-description .contents h6 {
    height: 25px;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 20px 0;
    margin-bottom: 25px; }
  #information-description .contents a {
    text-decoration: underline;
    display: inline-block; }
    #information-description .contents a:hover {
      text-decoration: none; }
  #information-description .contents table {
    margin: 0 0 20px 0;
    border-top: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-collapse: collapse; }
    #information-description .contents table th {
      padding: 10px;
      text-align: center;
      background: #f3f3f3;
      border-left: 1px solid #c2c2c2;
      border-bottom: 1px solid #c2c2c2; }
    #information-description .contents table td {
      padding: 10px;
      text-align: center;
      border-left: 1px solid #c2c2c2;
      border-bottom: 1px solid #c2c2c2;
      vertical-align: middle; }
  #information-description .contents em {
    font-style: italic; }

    @media screen and (max-width:767px){
      #information-list h2{
        font-size: 20px;
      }
      #information-description h2{
        font-size: 16px;
      }
      #information-description h2::before,
      #information-list h2::before{
        top: 3px;
      }
      #information-list .post{
        display: flex;
      flex-direction: column;
      }
      #information-list .post .date{
        height: auto;
      }
    }
/*-----------------------------------------------------------------
検索結果
-----------------------------------------------------------------*/
.item_notfound {
  font-size: 150%;
  margin: 20px 0px 20px 20px; }

/*-----------------------------------------------------------------
設定
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
サイドバー
-----------------------------------------------------------------*/
#sidebar {
  float: left;
  width: 260px;
  padding: 0 10px 0 20px;
  border-right: 1px solid #ccc;
  /*
    カレンダー
    */ }
  #sidebar h2.widgettitle {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    margin: 0 0 10px; }
  #sidebar .widget {
    margin-bottom: 20px; }
    #sidebar .widget li:before {
      content: "・ "; }
  #sidebar .widget_calendar {
    padding: 0 0 10px;
    background: #e4f0f9; }
    #sidebar .widget_calendar h2 {
      margin: 0 0 5px;
      background: #0068b6;
      color: #fff;
      text-align: left;
      font-size: 18px;
      font-size: 1.8rem;
      height: 34px;
      line-height: 34px;
      padding-left: 10px; }
    #sidebar .widget_calendar #wp-calendar {
      border: 1px solid #e4f0f9;
      font-size: 16px;
      font-size: 1.6rem;
      width: 90%;
      border-collapse: collapse;
      margin: 0 auto; }
      #sidebar .widget_calendar #wp-calendar caption {
        font-weight: bold; }
      #sidebar .widget_calendar #wp-calendar td {
        text-align: center;
        background: #fff;
        border: 1px solid #e4f0f9;
        height: 30px;
        font-size: 12px;
        font-size: 1.2rem; }
      #sidebar .widget_calendar #wp-calendar thead th {
        background: #8cbbde;
        font-weight: bold;
        text-align: center; }
        #sidebar .widget_calendar #wp-calendar thead th:nth-of-type(6) {
          color: #0068b6; }
        #sidebar .widget_calendar #wp-calendar thead th:nth-of-type(7) {
          color: #e60012; }
      #sidebar .widget_calendar #wp-calendar tfoot td {
        border: 0;
        background: transparent; }
      #sidebar .widget_calendar #wp-calendar tfoot #prev {
        text-align: left; }
      #sidebar .widget_calendar #wp-calendar tfoot #next {
        text-align: right; }

/*-----------------------------------------------------------------
ページナビ
-----------------------------------------------------------------*/
#single_otherpost,
.single_prev {
  height: 80px;
  border-top: 1px dotted #999;
  margin-top: 30px;
  padding-top: 20px;
  text-align: left; }
  #single_otherpost a,
  .single_prev a {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    background: #eeeeee;
    color: #333333; }
    #single_otherpost a:hover,
    .single_prev a:hover {
      color: #fff;
      background: #0068b6; }
  #single_otherpost .list a,
  .single_prev .list a {
    width: 150px; }

.tablenav {
  margin: 60px auto;
  text-align: left; }
  .tablenav a.page-numbers {
    color: #008d73;
    background: #eeeeee; }
  .tablenav a.page-numbers, .tablenav .current {
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    color: #333333; }
    .tablenav a.page-numbers:hover, .tablenav .current:hover {
      color: #fff;
      background: #008d73; }
  .tablenav .current {
    color: #fff;
    background: #008d73;
    font-weight: bold; }

/*-----------------------------------------------------------------
FEED
-----------------------------------------------------------------*/
.feed {
  padding-top: 20px; }

.feed_icon {
  vertical-align: middle;
  margin-right: 3px; }

/*-----------------------------------------------------------------------------------
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
------------------------------------------------------------------------------------*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px; }

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px; }

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px; }

.wp-caption {
  /*  background: #f1f1f1;*/
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center; }

.wp-caption img {
  margin: 5px 5px 0; }

.wp-caption p.wp-caption-text {
  color: #000;
  font-size: 110%;
  margin: 5px; }

.wp-smiley {
  margin: 0; }

.gallery {
  margin: 0 auto 18px; }

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery img {
  border: 2px solid #cfcfcf; }

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto; }

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto; }

.gallery .gallery-caption {
  color: #000;
  font-size: 12px;
  margin: 0 0 12px; }

.gallery dl {
  margin: 0; }

.gallery img {
  border: 10px solid #f1f1f1; }

.gallery br + br {
  display: none; }

#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto; }
