@charset "utf-8";
/*
theme Name: お知らせ投稿システム
Author: 有限会社ネスト
Description: original theme
version： 1.0.0
*/

/*p.post_case_attention{ padding:1em 1.5em; border:1px solid #ccc; background:#f0f0f0; border-radius:10px;}*/

#sidebar {
  font-size: 80%;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #333;
  margin-right: 0.5rem;
}

/*=================================================================================================================================*/
/**  PC	*/
/*=================================================================================================================================*/
@media (min-width: 768px) {

  /* お知らせページ  */
  #main_contents {
    width: 68%;
    float: left;
  }

  #sidebar {
    width: 28%;
    float: right;
  }

}

/*=================================================================================================================================*/
/**  SP	*/
/*=================================================================================================================================*/
@media (max-width: 767px) {

  /* お知らせページ  */
  #main_contents {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

/*=================================================================================================================================*/
/**  共通	*/
/*=================================================================================================================================*/
/* お知らせページ  */
@media (max-width: 767px) {
  #wp_container {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 80px;
    _zoom: 1;
    overflow: hidden;
  }
}

.kiji-info {
  margin-bottom: 5px;
}

.kiji-date {
  font-size: 14px;
}

.cat-data {}

.text {
  margin-bottom: 7rem;
  border-bottom: 2px dashed #CCC;
  padding-bottom: 5rem;
}

h2.news_single_h2 {
  margin-bottom: 40px;
}

h2.ttl-blog-2 {
  font-size: 2.4rem !important;
}

/*=================================================================================================================================*/
/**  タグ	*/
/*=================================================================================================================================*/
.kiji-tag {
  text-align: right;
  margin-top: 50px;
}

.kiji-tag li {
  display: inline-block;
  color: #464646;
  margin-bottom: 7px;
}

.kiji-tag li a {
  font-size: 0.8em;
  margin-right: 7px;
  padding: 2px 7px;
  text-decoration: none;
  color: #464646;
  border: solid 1px #464646;
  border-radius: 2px;
}

.kiji-tag li a:hover {
  opacity: 0.5;
}


/*=================================================================================================================================*/
/**  ページネーション	*/
/*=================================================================================================================================*/
.pagination {
  margin: 40px 0 30px;
  text-align: center;
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li {
  display: inline-block;
  width: auto;
}

.pagination li a,
.pagination li>span {
  font-size: 0.9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
}

.pagination li>span {
  color: #fff;
  background-color: #464646;
}

.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}

.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}

/*=================================================================================================================================*/
/**  サイドバー	*/
/*=================================================================================================================================*/

/* 記事一覧ページへ戻るボタン */
.bt_wp {
  width: 100%;
  margin-bottom: 15px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-sizing: border-box;
  /*通常の記述*/
  -webkit-box-sizing: border-box;
  /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box;
  /*Firefoxの機能を利用*/
}

.sidebar-wrapper {
  margin-bottom: 1.8em;
}

.sidebar-wrapper h4 {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 13px 10px 0;
  color: #000;
  border-bottom: 1px solid #000;
  /* background-color: #E1F4FD; */
}

section h4.sidebar-title::before {
  display: none !important;
}

.btn-base {
  color: #fff !important;
  background: #B2B200;
  display: inline-block;
  font-size: 120%;
  padding: 5px 30px;
  border-radius: 40px;
  position: relative;
  margin: 30px auto 0;
}


/*=================================================================================================================================*/
/**  ウィジェット	*/
/*=================================================================================================================================*/
/*デフォルトウィジェット*/

.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages li,
.widget_meta li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li {
  position: relative;
  padding: 10px;
  border-bottom: 1px dashed #ccc;
}

.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments a,
.widget_pages a,
.widget_meta a,
.widget_categories a,
.widget_archive a,
.widget_nav_menu a {
  text-decoration: none;
  color: #333;
}

.widget_recent_entries a:hover,
.widget_meta a:hover,
.widget_recent_comments a:hover,
.widget_pages a:hover,
.widget_meta a:hover,
.widget_categories a:hover,
.widget_archive a:hover,
.widget_nav_menu a:hover {
  opacity: 0.6;
}


/*タグウィジェット*/
.tagcloud a {
  font-size: 0.9em !important;
  line-height: 2.5em;
  margin: 2px;
  padding: 2px 10px;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  border-radius: 3px;
}

.tagcloud a:hover {
  opacity: 0.5;
}

/*=================================================================================================================================*/
/**  検索バー	*/
/*=================================================================================================================================*/
/* search */
.searchfield {
  padding: 10px;
  margin-top: 10px;
  font-size: 20px;
  width: 86%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.searchsubmit {
  width: 35px;
  height: 30px;
  padding: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  border: none;
  background: transparent;
  cursor: pointer;
}


/*=================================================================================================================================*/
/**  グーテンベルグ対応CSS	*/
/*=================================================================================================================================*/
img {
  width: 100%;
  height: auto;
}

#wp_container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

#wp_container img {
  width: auto;
  height: auto;
}

figcaption {
  width: 100%;
  text-align: center;
  padding: 0.5rem 1rem 1rem;
}

.wp-block-gallery {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 0;
}

.wp-block-gallery li {
  margin: 0;
}

/* 画像 */
.wp-block-image {
  margin-bottom: 1.5rem;

  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 740px) {
  .wp-block-image {
    margin-bottom: 0.7rem;
  }
}




/* ul  */
section ul li {
  list-style-type: unset;

}

/*
4.27 おかしくならなかったら削除する
section ul{
  margin-bottom: 20px;
} */


.columns-1 .blocks-gallery-item {
  width: 100%;
}

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

.columns-3 .blocks-gallery-item {
  width: 32%;
}

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

.columns-5 .blocks-gallery-item {
  width: 19%;
}

.columns-6 .blocks-gallery-item {
  width: 15%;
}

/* カラム */
@media (min-width: 768px) {
  .wp-block-columns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 58px;
  }

  .has-2-columns .wp-block-column {
    width: 48%;
  }

  .has-3-columns .wp-block-column {
    width: 32%;
  }

  .has-4-columns .wp-block-column {
    width: 24%;
  }

  .has-5-columns .wp-block-column {
    width: 24%;
  }

  .has-6-columns .wp-block-column {
    width: 15%;
  }




}





@media (min-width: 768px) {
  .wp-block-media-text {
    display: grid;
    _zoom: 1;
    overflow: hidden;

  }

  .wp-block-media-text__content {
    padding: 15px 30px;


  }
}


/* カラー */
.has-navy-color {
  color: #171A5F;
}

.has-vivid-cyan-blue-color {
  color: #0693e3;
}

.has-light-gray-color {
  color: #F2F2EA;
}

.has-cyan-blue-gray-color {
  color: #abb8c3;
}

.has-dark-gray-color {
  color: #313131;
}

.has-deep-blue-color {
  color: #113766;
}



.has-navy-background-color {
  background: #171A5F;
}

.has-vivid-cyan-blue-background-color {
  background: #0693e3;
}

.has-light-gray-background-color {
  background: #F2F2EA;
}

.has-cyan-blue-gray-background-color {
  background: #abb8c3;
}

.has-dark-gray-background-color {
  background: #313131;
}

.has-usui-blue-background-color {
  background: #EEFAFF;
}

.has-deep-blue-background-color {
  background: #113766;
}







/* gtb 5.3 */
/* text-align */
.has-text-align-center {
  text-align: center;
}

/* テーブル */
/* wp-block-tableがwrapperに変更 */
.wp-block-table table {
  width: 90%;
  min-width: 240px;
  border-collapse: collapse;
  margin: 0 auto 30px;
  background: #ffffff;
  font-family: "Noto Sans JP";
}

.wp-block-table table td,
.wp-block-table table th {
  padding: 1.5em 2em;
  border: 1px solid;
  word-break: break-all;
}

.wp-block-table table th,
.wp-block-table table td {
  border-color: #EEE9DC;
  /* font-family: "Noto Serif JP"; */
  letter-spacing: 1px;
}

.wp-block-table table td span {
  font-size: 70%;
  color: #8B8B8B;
  margin-top: -1px;
  display: block;
}

.wp-block-table table th {
  width: 25%;
  background: #F9F8F4;
  font-size: 90%;
  font-weight: normal;
  /* font-family: "Noto Serif JP"; */
}

/* .wp-block-column　下記追加 */
.wp-block-column {
  width: 100%;
}

/* 区切り */
.wp-block-separator {
  border: unset;
  border-bottom: 1px dashed #000;
}


/* ボタン */
.wp-block-button {
  text-align: center;
}

.wp-block-button__link {
  width: 90%;
  max-width: 300px;
  padding: 1.6rem 4rem 1.5rem 4rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  font-size: 2rem;
  box-sizing: border-box;
  /*通常の記述*/
  -webkit-box-sizing: border-box;
  /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box;
  /*Firefoxの機能を利用*/
  margin: 0 auto;
  border: 1px solid #3b5198 !important;
  font-size: 1.8rem;
  font-family: "Noto Sans JP";
  color: #3b5198;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  background: #FFF;
}

.wp-block-button__link:after {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto 0;
  right: 4%;
  background: url(/img/common/icon_02.png) no-repeat;
  background-size: contain;
  content: "";
}

/* アニメーション */
.wp-block-button__link {
  position: relative;
  transition: .3s;
}

.wp-block-button__link:hover {
  color: #fff;
}

.wp-block-button__link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #3b5198;
  transform-origin: top;
  transform: scale(0, 1);
  transition: transform .4s;
}

.wp-block-button__link:hover::before {
  transform-origin: top;
  transform: scale(1, 1);
}




/* hover */
.wp-block-button__link {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wp-block-button__link:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

.is-style-stripes tr:nth-child(odd) {
  background-color: #f3f4f5;
}

/* ボタンのスタイル 「アウトライン」 */
.is-style-outline {
  border: 3px solid #753F14;
}

/*---------------------------------------------
 **  文字寄せ text-align
---------------------------------------------*/
.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

/*---------------------------------------------
 ** 個別指定 for スマートフォン
---------------------------------------------*/
@media screen and (max-width: 740px) {

  /* グーテン グループ 機能CSS */
  .wp-block-group__inner-container {
    padding: 2rem 1rem;
    margin-bottom: 20px;
  }

}

/* 角丸 */
.bdr {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;

}

/* 用意する
  ・スペーサー（再利用ブロック）
*/



/* 5.3時 追加分 */
/* カラム マージン */
@media (min-width: 768px) {
  .wp-block-column:not(:first-child) {
    margin-left: 30px;
  }

  .wp-block-column:nth-child(2n) {
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .wp-block-column:not(:last-child) {
    margin-bottom: 39px;
  }

  .wp-block-column:nth-child(2n) {
    margin-bottom: 39px;
  }

  h2.ttl-blog-2 {
    font-size: 1.8rem !important;
  }

  .kiji-date,
  .kiji-info {
    font-size: 90%;
  }
}


video {
  width: 100%;
}

@media (max-width: 400px) {
  h2.ttl-blog-2 {
    font-size: 1.4rem !important;
    margin-bottom: 10px;
  }
}


.clounm_wrapper {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}