@charset "utf-8";

/* ************************************************
*  Top_Page
* ************************************************ */


@media screen and (max-width:767px) {
   .top_post.typeA .post_list_thumbnail {
    max-width: 100px;
    flex: 0 0 100px;
  }
  #top_post_list .top_post{
    margin-bottom: 15px;
    padding-bottom: 15px;

  }

  #top_post_list .post_list_box .post_title {
    font-size: 12px;
  }
}

@media screen and (max-width:767px) {
  #top_post_list .post_list_box .sub_info, #top_post_list .post_list_box .sub_info a {
    font-size: 10px;
  }
}

@media screen and (max-width:767px) {
  #top_post_list .post_list_box .content {
    display: none;
  }
}

#top_post_list .post_list_box .more {
  /* width:70px; */
  padding:
    text-align: ;
}


#top_post_list .post_list_box .more a {
  display: inline-block;
  padding: 7px 30px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

@media screen and (max-width:767px) {
  #top_post_list .post_list_box .more a {
    display: none;
  }
}

/* ************************************************
*  detail_page
* ************************************************ */

#single_post_list .post_list_box .sub_info .sub_info_author {}

@media screen and (max-width: 992px) {
  #single_post_list .post_list_box .sub_info .sub_info_date {
    font-size: 11px;
  }
  #single_post_list .post_list_box .post_title {
    font-size: 16px;
  }

  #single_post_list .post_list_box .sub_info {
    margin-top: 15px;
  }
}


@media screen and (max-width: 992px) {
  #single_post_list, .post_list_area .np_btn {
    padding: 0 0 30px;
  }
}

.post_list_area .np_btn .pre_link {
  width: 320px;
  word-break: break-all;
}

.post_list_area .np_btn .next_link {
  width: 320px;
  word-break: break-all;
}


@media (max-width: 991px){
  #single_post_list .single_post_info {
    padding: 15px 0 10px;
  }
}

#single_post_list .single_post_info h3 {
  text-align: center;
}



#single_post_list .post_thumbnail_noimage730 {
  width: 500px;
  height: 500px;
  line-height: 500px;
  display: table;
  background-color: #666;
  text-align: center;
  font-size: 36px;
  color: #fff;
  transition: opacity .3s ease-out;
  margin: 0 auto;
}



@media (max-width: 991px){
  .sns_t {
    padding: 15px 0;
  }
}

@media screen and (max-width:767px) {
  .sns_t li img {
    width: 20px;
    height: 20px;
  }

  .sns_b li img {
    width: 20px;
    height: 20px;
  }
}

/* ************************************************
*  archive_list
* ************************************************ */
#archive_list {
  padding-bottom: 60px;
  margin: 0 0 30px;
  border-bottom: 1px solid #d7d7d7;
}

#archive_list .archive_list_title {
  padding: 30px 0;
  margin-bottom: 60px;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
}

#archive_list .archive_list_title .post_title {
  font-size: 18px;
  width: 460px;
  padding: 0 30px;
}

#archive_list li {
  float: left;
}

#archive_list li.archive_year {}

#archive_list li.archive_month {
  display: block;
  padding: 0 14px;
  margin: 5px 0;
  border-left: 1px solid #333;
  color: #d7d7d7;
  font-weight: bold;
}

#archive_list li.archive_month a {
  display: block;
}

#archive_list li:nth-child(2) {
  border-left: none;
}

#archive_list li:last-child {
  border-right: 1px solid #333;
}

#archive_list li.noarchive_year {
  display: block;
  padding: 5px 24px;
  background-color: #333;
  color: #fff;
}

#archive_list li.archive_year a {
  display: block;
  padding: 5px 24px;
  background-color: #333;
  color: #fff;
}

#archive_list li.archive_year:hover a, #archive_list li.archive_month:hover a {
  text-decoration: none;
}

/* ************************************************
*  error404
* ************************************************ */
#error404 {
  text-align: center;
  width: 500px;
  margin: 0 auto 300px;
  padding-top: 100px;
}

#error404 .error_title {
  font-size: 40px;
  letter-spacing: 4px;
  margin-bottom: 30px;
}

#error404 .error_exp {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 30px 0;
  font-size: 16px;
}


  /* ************************************************
*  pagenation
* ************************************************ */
  .pagination {
    position: relative;
    text-align: center;
  }

  .pagination span, .pagination a {
    display: inline-block;
    width: auto;
    padding: 8px 13px;
    margin: 0 5px 0 0;
    background-color: #fff;
    color: #999999;
    text-decoration: none !important;
  }

  .pagination a.no_border {
    border: 1px solid #fff;
  }

  .pagination a {
    border: 1px solid #999999;
    padding: 8px 13px;
  }

  .pagination a:hover {
    background-color: #666;
    border: 1px solid #333;
    color: #fff;
  }

  .pagination .current {
    padding: 8px 13px;
    background-color: #666;
    border: 1px solid #333;
    color: #fff;
  }

  /* ************************************************
*  main title
* ************************************************ */
  .main_title {
    padding: 30px 0;
    margin: 0 0 30px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
  }

  .main_title .post_title {
    font-size: 18px;
    line-height: 24px;
  }

  @media screen and (max-width:767px) {
    .main_title {
      margin-bottom: 15px;
    }
    .main_title .post_title {
      padding: 0 10px;
    }

  }

  /* ************************************************
*  hover image
* ************************************************ */
  a:hover img {
    filter: alpha(opacity=75);
    /*IE用*/
    -moz-opacity: 0.75;
    /*Firefox用*/
    opacity: 0.75;
    /*Chrome・Safari・Opera用*/
    -webkit-opacity: .75;
  }

  a img {
    transition: opacity .3s ease-out;
  }

  /* ************************************************
*  ribbon
* ************************************************ */
  /* .ribbon {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1px 0 0 1px;
  }

  .ribbon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100px;
    height: auto;
    background: red;
    content: "New";
    text-align: center;
    color: #fff;
    font-family: 'Arial';
    font-weight: bold;
    padding: 5px 10px;
    left: -30px;
    top: 3px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }


  .ribbon div,
  .ribbon img {
    margin-bottom: 0;
  }

  .ribbon a {
    display: block;
  } */

  /* ************************************************
*  comments
* ************************************************ */
  #comment_area {
    background: #f2f2f2;
    margin-top: 1em;
    line-height: 1.4em;
  }

  #comment_area h3#comments {
    font-size: 130%;
    margin: 0 0 0.7em;
  }

  #comment_area ol {
    list-style: none;
  }

  #comment_area ol li {
    overflow: hidden;
  }

  #comment_area ol li.depth-1 {
    border-bottom: 1px #ccc solid;
    margin-bottom: 30px;
    padding: 12px 12px 30px;
  }

  #comment_area ol li ul.children {
    margin-left: 10%;
  }

  img.avatar {
    margin-right: 8px;
    float: left;
  }

  span.says {
    display: none;
  }

  cite.fn {
    font-size: 90%;
  }

  div.comment-meta {
    font-size: 80%;
  }

  div.comment-meta:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .comment-body p {
    font-size: 90%;
    color: #000;
    margin: 10px;
  }

  div.reply {
    margin-bottom: 0.2em
  }

  div.reply:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  div.reply a {
    text-align: right;
  }

  #respond {
    background: rgba(255, 255, 255, 0.4);
    padding: 1em;
    margin: 20px 0;
  }

  #respond h3#reply-title {
    font-size: 130%;
    color: #000;
  }

  #respond h3#reply-title small a {
    font-size: 70%;
    text-decoration: underline;
  }

  #respond p {
    margin-bottom: 0.5em;
  }

  #respond p.commentNotesBefore, #respond p.commentNotesAfter {
    font-size: 80%;
  }

  #respond p.form-submit {
    margin: 30px 0;
    text-align: center;
  }

  input#author, input#email, textarea#comment {
    width: 98%;
    border: 1px #d7d7d7 solid;
    margin-top: 0;
    font-size: 14px;
    padding: 7px 1%;
    color: #000;
  }

  textarea#comment {
    line-height: 1.6em;
  }

  input#submit {
    cursor: pointer;
    font-size: 110%;
    padding: 5px 1em;
    margin: 0;
    color: #fff;
    background: #555;
    border: none;
  }

  .comment-np-btn {
    margin: 20px 0 0;
  }

  .comment-pre, .comment-next {
    cursor: pointer;
    font-size: 110%;
    margin: 0;
    border: none;
  }

  .comment-next {
    float: right;
  }

  /* ************************************************
*  wp
* ************************************************ */
  .wp-caption,
  .wp-caption-text {}

  .sticky {}

  .bypostauthor {}

  .alignright {}

  .alignleft {}

  .aligncenter {}

  .gallery-caption {}

  .screen-reader-text {}

  /* text align */
  .txt-left {
    text-align: left;
  }

  .txt-right {
    text-align: right;
  }

  .txt-center {
    text-align: center;
  }

  /* inline */
  .inline {
    display: inline-block;
  }

  /* float */
  .fll {
    float: left;
  }

  .flr {
    float: right;
  }

  /* clear */
  .clear {
    clear: both;
  }

  .clearfix {
    *zoom: 1;
  }

  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }

  .clearfix:after {
    clear: both;
  }

  /* display */
  .dis_none {
    display: none;
  }

  @charset "utf-8";

  /* ************************************************
*  default
* ************************************************ */
  /* ************************************************
* image
* ************************************************ */
  /*記事一覧　画像サイズ*/
  #top_post_list .post_thumbnail_noimage300>div {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 180px;
  }

  @media screen and (max-width:767px) {
    #top_post_list .post_thumbnail_noimage300>div {
      line-height: 100px;
    }
  }


  #top_post_list .post_list_thumbnail img {
    max-width: 100%;
  }

  /*記事詳細　メイン画像サイズ*/
  #single_post_list .post_thumbnail_noimage730 {
    width: 500px;
    height: 500px;
    line-height: 500px;
  }

  /*記事詳細　前後記事画像サイズ type=1*/
  .np_thumnail, .np_thumnail_noimage, .np_thumnail_noimage div.noimage {
    width: 320px;
    height: 320px;
  }

  .np_thumnail img {
    max-width: 320px;
    max-height: 320px;
  }

  .np_btn .next_exp, .np_btn .prev_exp,
  .np_btn .next_exp, .np_btn .prev_exp {
    width: 300px;
    word-break: break-all;
  }

  .post_list_area .np_btn .pre_link,
  .post_list_area .np_btn .next_link {
    width: 300px;
    word-break: break-all;
  }

  .np_thumnail img, .np_thumnail_noimage div.noimage {
    line-height: 320px;
  }

  /*記事詳細　記事画像サイズ type=2*/
  /*サムネイルあり*/
  .np_btn_type2 li {
    padding-left: 16px;
  }

  .np_btn_type2 li, .np_thumnail_type2, .np_thumnail_noimage_type2, .np_thumnail_noimage_type2 div.noimage {
    width: 165px;
  }

  .np_thumnail_type2 {}

  .np_thumnail_type2 a {
    display: block;
    width: auto;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
  }

  .np_thumnail_type2 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    margin: auto;
  }

  /*サムネイルなし*/
  .np_thumnail_noimage_type2, .np_thumnail_noimage_type2 div.noimage {
    height: 165px;
  }

  .np_thumnail_type2 img, .np_thumnail_noimage_type2 div.noimage {
    line-height: 150px;
    font-size: 14px;
    max-width: 100%;
  }

  /*type=2の時有効にする*/
  #single_post_list .single_post_detail {
    padding: 10px 0px 0;
    border-bottom: none;
  }

  /*画像以外*/
  #single_post_list .title_type2 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
  }

  #single_post_list .cate_type2, #single_post_list .date_type2, #single_post_list .author_type2 {
    font-size: 10px;
    line-height: 12px;
  }

  .np_thumnail_noimage_type2 a {
    text-decoration: none;
  }

  /* ************************************************
*  layout
* ************************************************ */
  /* ************************************************
*  header
* ************************************************ */
  /* ************************************************
*  side
* ************************************************ */
  /* ************************************************
*  main
* ************************************************ */


  @media screen and (max-width:767px) {
    #top_post_list.row{
      margin-right: -7.5px;
      margin-left: -7.5px;
      width: calc(100% + 15px);
    }
     .top_post.typeA .post_list_box {
      width: calc(100% - 100px);
      max-width: calc(100% - 100px);
      padding-left: 15px;
    }
    .top_post.typeB .post_list_thumbnail {
        margin-bottom: 15px;
    }
  }

  /* ************************************************
 * footer
 * ************************************************ */
  /* ************************************************
 * archive
 * ************************************************ */
  #archive_list li.archive_year a {
    display: block;
    padding: 5px 24px;
    background-color: #333;
    color: #fff;
  }

  #archive_list li.archive_month {
    display: block;
    padding: 0 14px;
    margin: 5px 0;
    border-left: 1px solid #333;
    color: #d7d7d7;
    font-weight: bold;
  }

  #archive_list li:nth-child(2) {
    border-left: none;
  }

  /* ************************************************
 * detail
 * ************************************************ */
  /* .blog_inner h1,
.blog_inner h2,
.blog_inner h3,
.blog_inner h4,
.blog_inner h5,
.blog_inner h6 {
    border-bottom: 1px dotted #333;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-align:left;
    color: #004b64;
} */
  .single_post_detail .blog_inner {
    font-size: 14px;
  }

  /* .blog_inner h1 { font-size: 2em; }
.blog_inner h2 { font-size: 1.5em; }
.blog_inner h3 { font-size: 1.17em; }
.blog_inner h4 { font-size: 1.33em; }
.blog_inner h5 { font-size: 0.83em; }
.blog_inner h6 { font-size: 0.67em; } */
  .single_post_detail .blog_inner {
    font-size: 14px;
  }

  .np_thumnail .prev_arrow, .np_thumnail_noimage .prev_arrow,
  .np_thumnail .next_arrow, .np_thumnail_noimage .next_arrow {
    line-height: 45px;
  }

  .np_thumnail a, .np_thumnail_noimage a, .np_thumnail_noimage div.noimage a {
    text-decoration: none;
  }

  /* ************************************************
 * list
 * ************************************************ */
  #top_post_list .post_list_thumbnail a {
    text-decoration: none;
    display: block;
    position: relative;
    padding-top: 100%;
  }


  /* レスポンシブ用グリッドシステム （CSSフレームワークより一部抜粋）*/
  main {
    display: block;
    width: 100%;
    position: relative;
  }

  section {
    display: block;
    width: 100%;
    margin-bottom: 80px;
  }

  @media (max-width: 767px) {
    section {
      margin-bottom: 40px;
    }
  }

  .container, .row, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    box-sizing: border-box;
  }

  article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  @media (max-width: 767px) {
    .row {
      margin-right: -10px;
      margin-left: -10px;
    }
  }

  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }

  .no-gutters>.col,
  .no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
  }

  @media (max-width: 767px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-first {
    order: -1;
  }

  .order-last {
    order: 13;
  }

  .order-0 {
    order: 0;
  }

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .order-3 {
    order: 3;
  }

  .order-4 {
    order: 4;
  }

  .order-5 {
    order: 5;
  }

  .order-6 {
    order: 6;
  }

  .order-7 {
    order: 7;
  }

  .order-8 {
    order: 8;
  }

  .order-9 {
    order: 9;
  }

  .order-10 {
    order: 10;
  }

  .order-11 {
    order: 11;
  }

  .order-12 {
    order: 12;
  }

  .offset-1 {
    margin-left: 8.333333%;
  }

  .offset-2 {
    margin-left: 16.666667%;
  }

  .offset-3 {
    margin-left: 25%;
  }

  .offset-4 {
    margin-left: 33.333333%;
  }

  .offset-5 {
    margin-left: 41.666667%;
  }

  .offset-6 {
    margin-left: 50%;
  }

  .offset-7 {
    margin-left: 58.333333%;
  }

  .offset-8 {
    margin-left: 66.666667%;
  }

  .offset-9 {
    margin-left: 75%;
  }

  .offset-10 {
    margin-left: 83.333333%;
  }

  .offset-11 {
    margin-left: 91.666667%;
  }

  @media (min-width: 576px) {
    .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }

    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }

    .col-sm-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }

    .col-sm-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }

    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }

    .col-sm-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }

    .col-sm-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }

    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }

    .col-sm-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }

    .col-sm-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }

    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }

    .col-sm-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }

    .col-sm-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }

    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .order-sm-first {
      order: -1;
    }

    .order-sm-last {
      order: 13;
    }

    .order-sm-0 {
      order: 0;
    }

    .order-sm-1 {
      order: 1;
    }

    .order-sm-2 {
      order: 2;
    }

    .order-sm-3 {
      order: 3;
    }

    .order-sm-4 {
      order: 4;
    }

    .order-sm-5 {
      order: 5;
    }

    .order-sm-6 {
      order: 6;
    }

    .order-sm-7 {
      order: 7;
    }

    .order-sm-8 {
      order: 8;
    }

    .order-sm-9 {
      order: 9;
    }

    .order-sm-10 {
      order: 10;
    }

    .order-sm-11 {
      order: 11;
    }

    .order-sm-12 {
      order: 12;
    }

    .offset-sm-0 {
      margin-left: 0;
    }

    .offset-sm-1 {
      margin-left: 8.333333%;
    }

    .offset-sm-2 {
      margin-left: 16.666667%;
    }

    .offset-sm-3 {
      margin-left: 25%;
    }

    .offset-sm-4 {
      margin-left: 33.333333%;
    }

    .offset-sm-5 {
      margin-left: 41.666667%;
    }

    .offset-sm-6 {
      margin-left: 50%;
    }

    .offset-sm-7 {
      margin-left: 58.333333%;
    }

    .offset-sm-8 {
      margin-left: 66.666667%;
    }

    .offset-sm-9 {
      margin-left: 75%;
    }

    .offset-sm-10 {
      margin-left: 83.333333%;
    }

    .offset-sm-11 {
      margin-left: 91.666667%;
    }
  }

  @media (min-width: 768px) {
    .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }

    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }

    .col-md-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }

    .col-md-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }

    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }

    .col-md-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }

    .col-md-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }

    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }

    .col-md-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }

    .col-md-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }

    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }

    .col-md-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }

    .col-md-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }

    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .order-md-first {
      order: -1;
    }

    .order-md-last {
      order: 13;
    }

    .order-md-0 {
      order: 0;
    }

    .order-md-1 {
      order: 1;
    }

    .order-md-2 {
      order: 2;
    }

    .order-md-3 {
      order: 3;
    }

    .order-md-4 {
      order: 4;
    }

    .order-md-5 {
      order: 5;
    }

    .order-md-6 {
      order: 6;
    }

    .order-md-7 {
      order: 7;
    }

    .order-md-8 {
      order: 8;
    }

    .order-md-9 {
      order: 9;
    }

    .order-md-10 {
      order: 10;
    }

    .order-md-11 {
      order: 11;
    }

    .order-md-12 {
      order: 12;
    }

    .offset-md-0 {
      margin-left: 0;
    }

    .offset-md-1 {
      margin-left: 8.333333%;
    }

    .offset-md-2 {
      margin-left: 16.666667%;
    }

    .offset-md-3 {
      margin-left: 25%;
    }

    .offset-md-4 {
      margin-left: 33.333333%;
    }

    .offset-md-5 {
      margin-left: 41.666667%;
    }

    .offset-md-6 {
      margin-left: 50%;
    }

    .offset-md-7 {
      margin-left: 58.333333%;
    }

    .offset-md-8 {
      margin-left: 66.666667%;
    }

    .offset-md-9 {
      margin-left: 75%;
    }

    .offset-md-10 {
      margin-left: 83.333333%;
    }

    .offset-md-11 {
      margin-left: 91.666667%;
    }
  }

  @media (min-width: 992px) {
    .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }

    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }

    .col-lg-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }

    .col-lg-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }

    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }

    .col-lg-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }

    .col-lg-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }

    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }

    .col-lg-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }

    .col-lg-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }

    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }

    .col-lg-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }

    .col-lg-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }

    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .order-lg-first {
      order: -1;
    }

    .order-lg-last {
      order: 13;
    }

    .order-lg-0 {
      order: 0;
    }

    .order-lg-1 {
      order: 1;
    }

    .order-lg-2 {
      order: 2;
    }

    .order-lg-3 {
      order: 3;
    }

    .order-lg-4 {
      order: 4;
    }

    .order-lg-5 {
      order: 5;
    }

    .order-lg-6 {
      order: 6;
    }

    .order-lg-7 {
      order: 7;
    }

    .order-lg-8 {
      order: 8;
    }

    .order-lg-9 {
      order: 9;
    }

    .order-lg-10 {
      order: 10;
    }

    .order-lg-11 {
      order: 11;
    }

    .order-lg-12 {
      order: 12;
    }

    .offset-lg-0 {
      margin-left: 0;
    }

    .offset-lg-1 {
      margin-left: 8.333333%;
    }

    .offset-lg-2 {
      margin-left: 16.666667%;
    }

    .offset-lg-3 {
      margin-left: 25%;
    }

    .offset-lg-4 {
      margin-left: 33.333333%;
    }

    .offset-lg-5 {
      margin-left: 41.666667%;
    }

    .offset-lg-6 {
      margin-left: 50%;
    }

    .offset-lg-7 {
      margin-left: 58.333333%;
    }

    .offset-lg-8 {
      margin-left: 66.666667%;
    }

    .offset-lg-9 {
      margin-left: 75%;
    }

    .offset-lg-10 {
      margin-left: 83.333333%;
    }

    .offset-lg-11 {
      margin-left: 91.666667%;
    }
  }

  @media (min-width: 1200px) {
    .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }

    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }

    .col-xl-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }

    .col-xl-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }

    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }

    .col-xl-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }

    .col-xl-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }

    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }

    .col-xl-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }

    .col-xl-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }

    .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }

    .col-xl-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }

    .col-xl-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }

    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .order-xl-first {
      order: -1;
    }

    .order-xl-last {
      order: 13;
    }

    .order-xl-0 {
      order: 0;
    }

    .order-xl-1 {
      order: 1;
    }

    .order-xl-2 {
      order: 2;
    }

    .order-xl-3 {
      order: 3;
    }

    .order-xl-4 {
      order: 4;
    }

    .order-xl-5 {
      order: 5;
    }

    .order-xl-6 {
      order: 6;
    }

    .order-xl-7 {
      order: 7;
    }

    .order-xl-8 {
      order: 8;
    }

    .order-xl-9 {
      order: 9;
    }

    .order-xl-10 {
      order: 10;
    }

    .order-xl-11 {
      order: 11;
    }

    .order-xl-12 {
      order: 12;
    }

    .offset-xl-0 {
      margin-left: 0;
    }

    .offset-xl-1 {
      margin-left: 8.333333%;
    }

    .offset-xl-2 {
      margin-left: 16.666667%;
    }

    .offset-xl-3 {
      margin-left: 25%;
    }

    .offset-xl-4 {
      margin-left: 33.333333%;
    }

    .offset-xl-5 {
      margin-left: 41.666667%;
    }

    .offset-xl-6 {
      margin-left: 50%;
    }

    .offset-xl-7 {
      margin-left: 58.333333%;
    }

    .offset-xl-8 {
      margin-left: 66.666667%;
    }

    .offset-xl-9 {
      margin-left: 75%;
    }

    .offset-xl-10 {
      margin-left: 83.333333%;
    }

    .offset-xl-11 {
      margin-left: 91.666667%;
    }
  }

  .bg_blue {
    background: #157BB2;
  }

  .bg_green {
    background: #32B345;
  }

  .bg_orange {
    background: #157BB2;
  }

  .bg_yellow {
    background: #B2AB35;
  }

  .row:not(:last-child) {
    margin-bottom: 2.0em;
  }

  figure {
    text-align: center;
  }

  figure img {
    max-width: 100%;
  }

  main {
    display: block;
    width: 100%;
    position: relative;
  }

  section {
    display: block;
    width: 100%;
    margin-bottom: 80px;
  }

  @media (max-width: 767px) {
    section {
      margin-bottom: 40px;
    }
  }

  p {
    display: block;
    width: 100%;
    margin-bottom: 1.6em;
  }

  p:last-child {
    margin-bottom: 0;
  }

  .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  #container {
    width: 1200px;
    max-width: 100%;
    margin: auto;
  }

  @media (max-width: 1200px) {

    #container,
    .container {
      padding-right: 15px;
      padding-left: 15px;
      overflow: hidden;
    }
  }

  @media (min-width: 1200px) {

    #container,
    .container {
      max-width: 1200px;
    }
  }

  @media (max-width: 767px) {
    .col {
      margin-bottom: 4%;
    }
  }

  .reverse.row {
    flex-direction: row-reverse;
  }

  @media screen and (max-width: 767px) {
    .pc-only {
      display: none !important;
    }
  }

  @media screen and (min-width: 768px) {
    .sp-only {
      display: none !important;
    }
  }

  @media screen and (max-width: 992px) {
    .pc-only2 {
      display: none !important;
    }
  }

  @media screen and (min-width: 993px) {
    .sp-only2 {
      display: none !important;
    }
  }

  .text-center {
    text-align: center;
  }

  .text-right {
    text-align: right;
  }

  .text-left {
    text-align: left;
  }

  @media screen and (min-width: 768px) {
    .pc-text-center {
      text-align: center;
    }

    .pc-text-right {
      text-align: right;
    }

    .pc-text-left {
      text-align: left;
    }
  }

  body.home main {
    margin-top: 40px !important;
  }

  /* 記事一覧パーツのレスポンシブ対応 */


  .noimage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  @media (max-width: 991px){
    .sub_info_cate a {
      font-size: 11px;
    }
  }

  /* 固定ページ */
  .pageContainer {
    margin-top: 20px;
  }

  .overTitle__date {
    display: block;
    font-size: 10px;
    margin-bottom: 10px;
    text-align: left;
  }

  iframe.wp-embedded-content {
    max-width: 100%;
  }
