@charset "UTF-8";
/*
投稿ページ用CSS
*/
/*-----------------------------------------------------------------
table
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
投稿 一覧
-----------------------------------------------------------------*/
#info_detail #other-posts .posts {
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-width: 1px 1px 0 0;
  display: inline-block;
}
#info_detail #other-posts .posts .post {
  float: left;
  overflow: hidden;
  width: 369px;
  border: 1px solid #e5e5e5;
  border-width: 0 0 1px 1px;
  height: 137px;
}
#info_detail #other-posts .posts .post .list {
  height: 137px;
  width: 369px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#info_detail #other-posts .posts .post .img {
  float: left;
  width: 183px;
}
#info_detail #other-posts .posts .post .img img {
  display: block;
}
#info_detail #other-posts .posts .post .box {
  width: 185px;
}

#info_list #post-list li .box, #info_detail #other-posts .posts .post .box {
  float: right;
  padding: 8px 12px;
}
#info_list #post-list li .terms, #info_detail #other-posts .posts .post .terms {
  height: 21px;
  margin-bottom: 10px;
}
#info_list #post-list li .term, #info_detail #other-posts .posts .post .term {
  display: inline-block;
  height: 21px;
}
#info_list #post-list li .term a, #info_detail #other-posts .posts .post .term a {
  background: #006835;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 2px 10px;
}
#info_list #post-list li .title, #info_detail #other-posts .posts .post .title {
  font-size: 1.4rem;
  margin-bottom: 6px;
}
#info_list #post-list li .date, #info_detail #other-posts .posts .post .date {
  font-size: 1rem;
  color: #aaaaaa;
}

/*ヘッダ、フッタwidth*/
/*ボーダーカラー*/
/*フォントサイズ*/
/*-----------------------------------------------------------------
共通
-----------------------------------------------------------------*/
.info {
  width: 1200px;
}
.info .content {
  width: 1200px;
  padding-bottom: 100px;
  margin: 0 auto;
  overflow: hidden;
  letter-spacing: 2px;
}
.info .content img {
  /*画像*/
  width: auto;
}
.info aside {
  float: right;
  width: 260px;
  padding: 0;
}
.info aside .widget {
  /*ウィジェット*/
  margin-bottom: 30px;
}
.info aside .widget .widgettitle {
  margin: 0;
}
.info aside .widget.widget_categories .widgettitle {
  overflow: hidden;
  width: 260px;
  height: 16px;
  margin-bottom: 20px;
  background: url(img/info/side_title01.png) no-repeat;
  text-indent: 100%;
}
.info aside .widget.widget_archive .widgettitle {
  overflow: hidden;
  width: 260px;
  height: 16px;
  margin-bottom: 20px;
  background: url(img/info/side_title02.png) no-repeat;
  text-indent: 100%;
}
.info aside .widget > ul {
  margin-bottom: 40px;
}
.info aside .widget > ul > li {
  margin-bottom: 10px;
  font-size: 90%;
}
.info aside .widget > ul > li > a {
  padding-left: 10px;
  background: url(img/link/list_mark.png) left center no-repeat;
  background-size: 3px auto;
}
.info aside .widget > ul > li ul.children {
  padding-left: 15px;
}
.info aside .widget > ul > li ul.children li {
  margin-bottom: 10px;
}
.info aside .widget > ul > li ul.children li:before {
  content: "⌊";
}
.info aside .widget > ul > li ul.children li:last-of-type {
  margin-bottom: 20px;
}
.info aside .widget > ul > li ul.children li a {
  padding-left: 0.5em;
}
.info .main {
  float: left;
  width: 860px;
}

/*-----------------------------------------------------------------
一覧（全新着、カテゴリ、月別、日別共通）
-----------------------------------------------------------------*/
#info_list {
  margin-bottom: 70px;
}
#info_list h3 {
  background-image: url(./img/info/icon-post.png);
  margin-bottom: 20px;
}
#info_list #post-list {
  margin: 0 0 30px;
}
#info_list #post-list li {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
#info_list #post-list li .img {
  float: left;
  width: 183px;
  height: 137px;
}
#info_list #post-list li .img img {
  display: block;
}
#info_list #post-list li .box {
  width: 557px;
}
#info_list #post-list li .new_icon_p {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
}

/*-----------------------------------------------------------------
投稿詳細
-----------------------------------------------------------------*/
#info_detail {
  /**
  記事詳細
  */
  /**
  タグ
  */
  /**
  バナー
  */
  /*
  その他の記事
  */
  /*
  ダウンロードリンク
  */
}
#info_detail h3 {
  background-image: url(./img/info/icon-post.png);
  margin-bottom: 20px;
  font-size: 2rem;
}
#info_detail #articleTitle {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
  overflow: hidden;
}
#info_detail #articleTitle .new_icon {
  float: left;
  display: block;
  width: 45px;
}
#info_detail #articleTitle h3 {
  float: left;
  padding-top: 15px;
  font-size: 110%;
  font-weight: bold;
}
#info_detail #status {
  float: right;
  display: table;
  margin-bottom: 45px;
}
#info_detail #status .date {
  display: table-cell;
  padding-right: 10px;
  border-right: 1px solid #999;
  line-height: 100%;
  vertical-align: middle;
  font-size: 80%;
  font-weight: bold;
  color: #000;
}
#info_detail #status .catWrap {
  display: table-cell;
  padding-left: 10px;
  line-height: 100%;
  vertical-align: middle;
}
#info_detail #status .catWrap .catIcon {
  display: inline-block;
  padding-right: 10px;
  line-height: 150%;
  vertical-align: middle;
  font-size: 80%;
}
#info_detail #status .catWrap .catIcon:last-of-type {
  padding-right: 0;
}
#info_detail #status .catWrap .catIcon a {
  color: #999;
}
#info_detail #status .catWrap .catIcon a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
#info_detail .thumbnail {
  float: left;
  margin-right: 20px;
  margin-bottom: 16px;
}
#info_detail .thumbnail img {
  display: block;
}
#info_detail .post_detail {
  clear: both;
  margin-bottom: 50px;
  overflow: hidden;
  font-size: 1.4rem;
  /*
          +-+-+-+-+-+-+-+-+-+-投稿画像のマージン・投稿詳細内テキストリンク+-+-+-+-+-+-+-+-+-+-+-+-
          a {
              text-decoration: underline;
              color: #999;
              &:hover {
                  text-decoration: none;
                  opacity: 0.5;
                  filter: alpha(opacity=50);
                  -ms-filter: "alpha(opacity=50)";
              }
          }

          p {
              margin-bottom: 25px;
              line-height: 190%;
              img.alignright {
                  text-align: right;
              }
          }
          span {
              line-height:150%;
          }
          .alignleft {
              float: left
          }
          .aligncenter {
              text-align: center;
              clear: both;
              display: block;
              margin-left: auto;
              margin-right: auto;
          }
          .alignright {
              float: right;
          }
          img {
              width: auto;
              max-width: 100%;
              height: auto;
              &.centered {
                  display: block;
                  margin-left: auto;
                  margin-right: auto;
              }
              &.alignright {
                  padding: 4px;
                  margin: 0 0 2px 7px;
                  display: inline;
              }
              &.alignleft {
                  padding: 4px;
                  margin: 0 7px 2px 0;
                  display: inline;
              }
          }
          ul{
              margin-left:20px;
              list-style:disc outside;
          }
          ol{
              margin-left:30px;
              list-style:decimal outside;
          }
          h1{
              padding-bottom: 10px;
              margin-bottom: 20px;
              border-bottom: 1px solid #000;
              font-size: 140%;
              font-weight: bold;
          }
          h2{
              padding-bottom: 10px;
              margin-bottom: 20px;
              border-bottom: 1px dotted #000;
              font-size: 140%;
              font-weight: bold;
          }
          h3{
              padding: 0 0 10px 0;
              margin-bottom: 20px;
              background: url(img/info/bg_h3.png) left bottom no-repeat;
              font-size: 130%;
              font-weight: bold;
          }
          h4{
              padding: 0 0 0 12px;
              margin-bottom: 20px;
              background: url(img/info/bg_h4.png) left center no-repeat;
              font-size: 120%;
              font-weight: bold;
          }
          h5{
              padding: 0 0 0 12px;
              margin-bottom: 20px;
              background: url(img/info/bg_h5.png) left center no-repeat;
              font-size: 120%;
              font-weight: bold;
          }
          h6{
              padding: 0 0 0 0;
              margin-bottom: 20px;
              font-size: 120%;
              font-weight: bold;
          }
          em{
              font-style: italic;
          }
          table {
              margin: 30px 0;
              th {
                  padding: 15px;
                  background-color: #f3f3f3;
                  border: solid 1px #000;
                  text-align: center;
                  font-weight: bold;
              }
              td {
                  padding: 15px;
                  border: solid 1px #000;
                  text-align: center;
              }
          }*/
}
#info_detail .post_detail .wp-caption {
  max-width: 100%;
}
#info_detail .post_detail .wp-caption-text {
  text-align: center;
  margin-top: 4px;
}
#info_detail .post_detail .alignleft {
  float: left;
}
#info_detail .post_detail .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#info_detail .post_detail .alignright {
  float: right;
}
#info_detail .post_detail img {
  width: auto;
  height: auto;
}
#info_detail .post_detail img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#info_detail .post_detail img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
#info_detail .post_detail img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
#info_detail .post_detail img {
  width: auto;
  max-width: 656px;
  height: auto;
}
#info_detail .post_detail figure {
  margin: 0 0 15px 0;
}
#info_detail .post_detail p {
  margin-bottom: 25px;
  line-height: 190%;
}
#info_detail .post_detail p img.alignright {
  text-align: right;
}
#info_detail .post_detail h1 {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 44px;
  height: 35px;
  margin-bottom: 10px;
  display: flex;
  display: -webkit-flex;
  line-height: 1;
  vertical-align: middle;
  align-items: center;
  position: relative;
  background-image: url(./img/info/icon-post.png);
  margin: 20px 0;
  font-size: 1.6rem;
}
#info_detail .post_detail h2 {
  padding-left: 12px;
  height: 45px;
  display: flex;
  display: -webkit-flex;
  line-height: 1;
  vertical-align: middle;
  align-items: center;
  position: relative;
  margin: 20px 0;
  font-size: 1.4rem;
  background: #eef7f3;
}
#info_detail .post_detail h2:before {
  border-left: 5px solid #006835;
  display: inline-block;
  content: "";
  height: 25px;
  padding-right: 10px;
}
#info_detail .post_detail h3 {
  background: #fff;
  padding-left: 12px;
  height: 45px;
  display: flex;
  display: -webkit-flex;
  line-height: 1;
  vertical-align: middle;
  align-items: center;
  position: relative;
  margin: 20px 0;
  font-size: 1.4rem;
  border-bottom: 1px solid #006835;
}
#info_detail .post_detail h3:before {
  border-left: 5px solid #006835;
  display: inline-block;
  content: "";
  height: 25px;
  padding-right: 10px;
}
#info_detail .post_detail h4 {
  background: #fff;
  padding-left: 15px;
  height: 25px;
  display: flex;
  display: -webkit-flex;
  line-height: 1;
  vertical-align: middle;
  align-items: center;
  position: relative;
  margin: 20px 0;
  font-size: 1.2rem;
  padding-right: 10px;
  border-left: 5px solid #006835;
}
#info_detail .post_detail h5 {
  padding-left: 20px;
  height: 25px;
  display: flex;
  display: -webkit-flex;
  line-height: 1;
  vertical-align: middle;
  align-items: center;
  position: relative;
  margin: 20px 0;
  font-size: 1.2rem;
  padding-right: 10px;
  background-image: url(./img/common/icon-circle.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#info_detail .post_detail h6 {
  background: #fff;
  height: 25px;
  display: flex;
  display: -webkit-flex;
  line-height: 1;
  vertical-align: middle;
  align-items: center;
  position: relative;
  margin: 20px 0;
  font-size: 1.2rem;
}
#info_detail .post_detail a {
  color: #0044CC;
  text-decoration: underline;
}
#info_detail .post_detail a:hover {
  color: #0044CC;
  text-decoration: none;
}
#info_detail .post_detail table {
  margin: 0 0 20px 0;
  border-top: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  border-collapse: collapse;
}
#info_detail .post_detail table th {
  padding: 15px;
  min-width: 150px;
  text-align: center;
  background: #f3f3f3;
  border-left: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
#info_detail .post_detail table td {
  padding: 15px;
  min-width: 150px;
  text-align: center;
  border-left: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
#info_detail .post_detail em {
  font-style: italic;
}
#info_detail .tags {
  background: #eef7f3;
  padding: 28px 30px;
  margin-bottom: 40px;
}
#info_detail .tags h4 {
  border-left: 5px solid #006835;
  height: 40px;
  line-height: 40px;
  padding-left: 8px;
  margin-bottom: 18px;
}
#info_detail .tags .list {
  overflow: hidden;
}
#info_detail .tags .list li {
  float: left;
}
#info_detail .tags .list li a {
  background: url(./img/common/icon-tag.png) left center no-repeat;
  display: inline-block;
  padding-left: 18px;
  height: 16px;
  line-height: 16px;
  margin-right: 12px;
}
#info_detail .banners {
  margin-bottom: 40px;
}
#info_detail #other-posts {
  margin-bottom: 40px;
}
#info_detail .form {
  clear: both;
}
#info_detail .link {
  text-align: center;
  margin-bottom: 60px;
}
#info_detail .link a {
  display: inline-block;
  background-color: #006835;
  text-align: center;
  font-size: 1.8rem;
  height: 60px;
  line-height: 60px;
  border-radius: 4px;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
}
#info_detail .link a:hover {
  opacity: 0.65;
}

/*
#eyeCatch {
    clear: both;
    width: 400px;
    margin: 0 auto 30px;
    text-align: center;
}
*/
/*+-+-+-+-+-+-+-+-+-+-前の記事/次の記事+-+-+-+-+-+-+-+-+-+-+-+-*/
#single_otherpost {
  clear: both;
  text-align: right;
}
#single_otherpost p {
  display: inline-block;
  height: 45px;
}
#single_otherpost p a {
  display: inline-block;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  background: #f3f3f3;
}
#single_otherpost p a:hover {
  background: #006835;
  color: #fff;
}
#single_otherpost p.prev a {
  width: 45px;
  height: 45px;
}
#single_otherpost p.next a {
  width: 45px;
  height: 45px;
}
#single_otherpost p.list a {
  width: 140px;
  height: 45px;
}

/*+-+-+-+-+-+-+-+-+-+-新着情報トップへ+-+-+-+-+-+-+-+-+-+-+-+-*/
#backList {
  padding: 10px 15px;
  border: solid 1px #ccc;
  font-size: 80%;
}
#backList p {
  display: inline;
}

/**
カテゴリ インタビュー
*/
#big-image_list {
  margin-bottom: 80px;
}
#big-image_list h3 {
  background-image: url(./img/info/icon-post.png);
  margin-bottom: 20px;
}
#big-image_list #post-list {
  margin: 0 0 30px;
  overflow: hidden;
}
#big-image_list #post-list li {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  width: 368px;
  float: left;
  margin-left: 4px;
}
#big-image_list #post-list li:nth-of-type(2n + 1) {
  clear: right;
  margin-left: 0;
}
#big-image_list #post-list li .img {
  width: 368px;
  height: 275px;
  display: flex;
  display: -webkit-flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
}
#big-image_list #post-list li .img img {
  display: block;
}
#big-image_list #post-list li .title {
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 0;
  height: 38px;
  line-height: 1.4;
  vertical-align: top;
  font-size: 1.4rem;
  text-align: center;
}
#big-image_list #post-list li .date {
  margin-left: 12px;
  font-size: 1rem;
  color: #aaaaaa;
}
#big-image_list #post-list li .new_icon_p {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
}

#gyoukyara-list {
  padding-bottom: 60px;
  margin-top: 30px;
}
#gyoukyara-list .boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 38px;
}
#gyoukyara-list .boxes .box {
  width: 220px;
}
#gyoukyara-list .boxes .box a {
  color: #333333;
  text-decoration: none;
}
#gyoukyara-list .boxes .box .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 166px;
}
#gyoukyara-list .boxes .box .img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#gyoukyara-list .boxes .box .title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 10px;
  list-style: 1.28;
}