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

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

#sidebar ul {
  margin: 0;
  padding: 0;
}

/*=================================================================================================================================*/
/**  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: 60px;
  }
}

/*=================================================================================================================================*/
/**  共通	*/
/*=================================================================================================================================*/
#wp_container {
  margin-bottom: 80px;
  _zoom: 1;
  overflow: hidden;
}

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

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

.cat-data:before {
  display: inline;
  content: "|";
  color: #ccc;
}

/*=================================================================================================================================*/
/**  タグ	*/
/*=================================================================================================================================*/
.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: 7px 10px;
  color: #fff;
  background-color: #333;
}

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

.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: FontAwesome;
  font-size: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
}

/*=================================================================================================================================*/
/**  グーテンベルグ対応CSS	*/
/*=================================================================================================================================*/
.wp-block-spacer {
  width: 100%;
}

figcaption {
  width: 100%;
  text-align: center;
  padding: 0.2rem 0rem 0rem;
}

.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: 25px;
}

/* ul  */
section ul li {
  list-style-type: unset;
  margin-left: 2em;
}

section ul {
  margin-bottom: 20px;
}


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

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

.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: 30px;
    width: 100%;
  }

  .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%;
  }
}

/* テーブル */
.wp-block-table {
  width: 90%;
  min-width: 240px;
  border-collapse: collapse;
  margin: 0 auto 30px;
}

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

.wp-block-table th,
.wp-block-table td {
  border-color: #bbb;
}

.wp-block-table th {
  width: 25%;
  background: #F3F4F5;
  font-size: 110%;
}

/* ボタン */
.wp-block-button__link {
  font-size: 20px;
  max-width: 600px;
  padding: 28px 0;
  background: #000 url(/img/common/icn_quote.png) no-repeat right 30px center;
  background-size: 11px auto;
  color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  display: block;
}

.wp-block-button {
  width: 100%;
}

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



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

  }

  .wp-block-media-text__media {}

  .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: #eeeeee;
}

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

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


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

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

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

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

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






#product_g_wrapper p {
  margin-right: 5%;
  margin-left: 5%;
  line-height: 1.8;
  font-weight: 500;
}

#product_g_wrapper h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0085B2;
  line-height: 1.4;
  flex: 1 0 0%;
  padding: 3px 0 3px 107px;
  margin-bottom: 35px;
  position: relative;
  /* display: flex; */
  align-items: center;
}

#product_g_wrapper h3 strong {
  display: inline;
  background: url(/img/product/line.png) repeat-x 0 101%;
}



/* 取り扱い機器専用CSS */
.product_page .wp-block-columns {
  margin-bottom: 0 !important;
}

.has-2-columns .wp-block-column {
  margin-bottom: 0 !important;
}

#product_g_wrapper .has-2-columns .wp-block-column p {
  margin-bottom: 0 !important;
  margin-right: 0% !important;
  margin-left: 9.8%;
}

#product_g_wrapper h3 img {
  display: block;
  margin: 0 15px 0 0;
  /*   float: left; */
  position: absolute;
  left: 0;
}



@media (max-width: 767px) {
  #product_g_wrapper h3 {
    font-size: 18px;
    padding: 0px 5% 0 58px;
    margin-bottom: 20px;
  }

  #product_g_wrapper h3 br {
    display: none;
  }

  #product_g_wrapper h3 img {
    width: 50px !important;
    position: absolute;
    left: 0;
    top: 4px;
  }

  #product_g_wrapper .has-2-columns .wp-block-column p {
    margin-bottom: 0 !important;
    margin-right: 5% !important;
    margin-left: 5%;
  }

  #product_g_wrapper p {
    line-height: 1.6;
  }

  #product_g_wrapper .wp-block-column {
    margin-bottom: 20px !important;

  }

  .spacer_60 {
    height: calc((60px)/2) !important;
  }

  .wp-block-image {
    margin-right: 5% !important;
    margin-left: 5%;
    width: auto !important;
  }



}


.wp-block-image {
  width: 100%;
}

.wp-block-image img {
  height: auto;
  width: 100%;
}


#case_single .wp-block-image img {
  width: unset;
}

#case_single p+.wp-block-image {
  margin-top: 10px;
}

#case_single p+.wp-block-columns {
  margin-top: 10px;
}

#case_single .wp-block-columns img {
  width: 100%;
  height: auto;
}

/* グーテンベルク table */

table.table013 {
  width: 100%;
  border: 1px solid #e6e6e6;
  background: #FFF;
  margin-bottom: 0;
}

table.table013 th {
  line-height: 1.8;
  padding: 8px 6px;
  border: 1px solid #e6e6e6;
  background-color: #f5f5f5;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
}

table.table013 td {
  line-height: 19px;
  padding: 8px 6px 8px 6px;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  text-align: center;
  font-size: 17px;
}

table.table013 td.mong {
  padding: 8px;
  text-align: left;
}

#product_g_wrapper h2 {
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  color: #0085B2;
  padding: 3px 0 0px 0px;
  margin-bottom: 40px;
  position: relative;
  line-height: 0.333;
}

@media (max-width: 767px) {
  #product_g_wrapper h2 {
    font-size: 40px;
    margin-bottom: 17px;
  }
}

.gtn_table {
  width: 100%;
  overflow: auto;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  table.table013 th {
    font-size: 13px;
  }

  table.table013 td {
    font-size: 13px;
  }
}


.gtn_table_2 {
  width: 100%;
  overflow: auto;
  margin-bottom: 15px;
}

.gtn_table_2 table.table013 th {
  width: 50%;
}

@media (max-width: 767px) {
  .gtn_table_2 table.table013 th {
    font-size: 13px;
  }

}


#product_g_wrapper h4 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 15px;
}

#product_g_wrapper h4 strong {
  font-weight: bold;
}


.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper__video iframe {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ttl_blue {
  color: #0085B2;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}


.product_list li {
  margin-bottom: 10px;
  margin-left: 1.0em;
}

.product_list li::before {
  content: '■ ';
  color: #0085B2;
  margin-left: -1.3em;
}

.product_h2_small {
  font-size: 170% !important;
}

.wp-block-button__link{
  display: block !important;
      text-align: center !important;
      margin-bottom: 20px !important;
}


.scv-mp4{
  width: 100%;
  display: block;
}



