@charset "UTF-8";



/*---------------------------------------------------
 レイアウト
---------------------------------------------------*/

#single_inner {
  display: flex;
  width: 85%;
  height: auto;
  margin: 50px auto 150px;
}
  
.contents {
  width: 70%;
  padding: 0 ;
  height: auto;
}
  

.article_content .PostDuplexLayout>p {
  margin: 15px 0 0;
  white-space: pre-line;
}



  
  
/*---------------------------------------------------
   404 ＆ 検索結果
---------------------------------------------------*/
  #post-newcardArea {
    width: 60%;
    padding: 0;
  }
  

.SearchTitle {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 7px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #1E227B;
  border-color: #1E227B;
}
  
.SearchTitle:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: -webkit-gradient(linear,left top,right top,from(#1E227B),to(#F4F4F8));
    background-image: -webkit-linear-gradient(left,#1E227B 0%,#F4F4F8 100%);
    background-image: linear-gradient(to right,#1E227B 0%,#F4F4F8 100%);
}

.SearchTextBox {
  margin: 15px 0 30px 0;
}
  
.SearchTextBox p {
  margin: 20px auto 0;
  font-size: 20px;
  line-height: 1.8;
}

.SearchTextBox p:first-child  {
  margin: 0;
}

.CategoryPostItem {
  display: flex;
  align-items: center;
  position: relative;
  margin: 10px 0 0;
  padding: 0 0 15px 0;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  border-bottom: #CCCCCC dashed 1px;
}

.CategoryPostItem::before,
.CategoryPostItemLast::before {
  font-family: 'Material Icons';
  content: '\e7cd';
  padding: 0 3px 0 0;
  transform:rotate(-90deg);
  font-size: 15px;
  color: #787AB0;
}

.CategoryPostItem>span,
.CategoryPostItemLast>span {
  position: relative;
}

.CategoryPostItem>span::after,
.CategoryPostItemLast>span::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
  background: #787AB0;
}

.CategoryPostItem>span:hover,
.CategoryPostItemLast>span:hover {
  color: #787AB0;
}

.CategoryPostItem>span:hover::after,
.CategoryPostItemLast>span:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
  
  


  
  
/*---------------------------------------------------
  基本設定
---------------------------------------------------*/
  
/*-- 日付・更新日 --*/
.article-item .byline {
  margin: 5px 0 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}
  
.article_content .byline {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
  text-align: left;
}
  
.byline .date {
  opacity: 0.7;
  margin-right: 0.8em;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  font-size: 15px;
  font-weight: 500;
  color: #338DC3;
}
  
.byline .date:before {
  position: relative;
  top: -1px;
  margin-right: .5em;
}
  

/*-- ディスクプリクション --*/
.article_content .PostDescription {
  margin: 15px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
  
  
/*---------- 著者名 ----------*/
.article_content .article-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
}
  
.article_content .article-author img {
  width: 10%;
  margin: 0 5px 0 0;
  border-radius: 30px;
}

.article-author i.fas.fa-user {
  margin: 0 5px 0 0;
}
  


  
  
/*---------- 読了目安時間 ----------*/
.article_content .read-time-str {
  margin: 5px 0 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}
  
.read-time {
  color: #ff8888;
  font-size: 1.2em;
  font-weight: bold;
}
  
  
  
  /* カテゴリー
  ---------------------------------------------------------- */
  .post-categoryTop {
    margin: 0 0 10px;
  }
  
  ul.post-categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
  }
  
  .post-categoryTop ul li {
    margin: 0 10px 0 0;
  }
  
  .post-categoryTop ul li a {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
    background: #4B4E95;
}
  

  .post-categoryTop ul li a:hover {
    border: #4B4E95 solid 1px;
    color: #4B4E95;
    background: #fff;
    opacity: .8;
    transition: all 0.5s 0s ease;
  }
  
  
  
  
  
  /* タグ
  ---------------------------------------------------------- */
  .post-tagTop {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 10px 10px 0;
  }
  
  
  .post-tagTop .tags {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.8;
  }
  
  .post-tagTop .tags a {
    display: inline-flex;
    margin: 0 5px 10px 0;
    padding: 3px 10px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
    background: #ffd700;
    border-radius: 10px;
}
  
  .post-tagTop .tags a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f292";
    margin: 0 1px 0 0;
  }
  
  .post-tagTop .tags a:hover {
    color: #ffd700;
    background: #000;
    transition: all 0.5s 0s ease;
  }
  
  
  /*-- 記事タイトル --*/
  .single-title, .page-title {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
  }
  
  
  
  
  /* SNSボックスデザイン01
  -----------------------------------------*/
  .snsButtonBox {
    width: 100%;
  }
  
  .sns-button {
    width: 20%;
    background: #333;
    padding: 20px 45px;
  }
  
  .snsButtonBox ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
  }
     
  .snsButtonBox ul:after {
    display: block;
    clear: both;
    content: '';
  }
     
  .snsButtonBox li {
    width: 25%;
    margin: 0;
    padding: 7px;
    text-align: center;
  }
  
  .snsButtonBox li img {
    max-width: 100%;
    width: 30%;
    margin: 0;
    vertical-align: top;
  }
  
  /* マウスオーバー時の透明度 */
  .snsButtonBox li:hover {
    opacity: .8;
  }
     
  .snsButtonBox li:visited {
    color: #fff;
  }
  
  .snsButtonBox li a {
    color: #fff;
  }
  
  .snsButtonBox li i {
    font-size: 18px;
  }
  
  .snsButtonBox li i:hover {
    font-size: 22px;
  }
  
  
  /*---------- ボタンの各ブランドカラー設定 ----------*/
  
  /* twitter */
  .snsButtonBox .twitter {
    background-color: #2ECCFF;
  }
  
  /* facebook */
  .snsButtonBox .facebook {
    background-color: #4080FF;
  }
  
  /* pocket */
  .snsButtonBox .pocket {
    background-color: #ee4056;
  }
  
  /* はてブ */
  .fa-hatebu:before {
    font-family: "Quicksand", "Arial", sans-serif;
    content: "B!";
  }
  .snsButtonBox .hatebu {
    background-color: #00a4de;
  }
  
  /* LINE */
  .fa-line:before {
    content: "\f3c0";
  }
  .snsButtonBox .line {
    background-color: #00c030;
  }
  
  /* pinterest */
  .snsButtonBox .pinterest {
    background-color: #C60120;
  }
  
  /* feed */
  .snsButtonBox .feed {
    background-color: #2bb24c;
  }
  
  /* note */
  .snsButtonBox .note {
    background-color: #2CB695;
  }
  
  /* URLをコピー */
  .url-copied {
    display: none;
  }
  
  .url-copied span {
    background: #0009;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 11px;
    color: #fff;
    padding: 2px 4px;
    box-sizing: border-box;
    line-height: 14px;
    border-radius: 3px;
  }
  
  .snsButtonBox .url_share {
    position: relative;
    background-color: #bbb;
  }
  
  
  
  /* SNSボックスデザイン02
  -----------------------------------------*/
  .snsButtonBox .snsbtn_type02 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 15px 0 0;
    padding: 10px;
    border-radius:50%;
  }
  
  .snsButtonBox .snsbtn_type02 img {
    max-width: 100%;
    width: 75%;
    margin: 0;
    vertical-align: top;
  }
  
  .snsButtonBox .snsbtn_type02:last-child {
    margin: 0;
  }
  
  .snsButtonBox .snsbtn_type02 i {
    font-size: 22px;
  }
  
  .snsButtonBox .snsbtn_type02 .url-copied span {
    border-radius: 90px;
  }
  
  
  /* SNSボックスデザイン03
  -----------------------------------------*/
  
  
  
  
  
  /*---------------------------------------------------
   見出し
  ---------------------------------------------------*/
  
  /* 背景色 */
  .article_content h2 {
    display: flex;
    align-items: center;
    position: relative;
    margin: 50px 0 20px 0 ;
    padding: 0 0 7px;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #1E227B;
    border-color: #1E227B;
  }

  .article_content h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: -webkit-gradient(linear,left top,right top,from(#1E227B),to(#F4F4F8));
    background-image: -webkit-linear-gradient(left,#1E227B 0%,#F4F4F8 100%);
    background-image: linear-gradient(to right,#1E227B 0%,#F4F4F8 100%);
  }
  
  /* 下線 */
  .article_content h3 {
    margin: 50px 0 20px 0;
    padding: 8px 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    color: #1E227B;
    border-left: solid 10px #787AB0;
    background: #F4F4F8;
}


  
  /* 背景グレー */
  .article_content h4 {
    margin: 30px 0 20px;
    padding: 10px;
    border-top: 1px solid #1E227B;
    border-bottom: 1px solid #1E227B;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    color: #1E227B;
}
  
  
  /* 点線 */
  .article_content h5 {
    margin: 30px 0 0;
    padding: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #1E227B;
    border-left: solid 10px #787AB0;
}
  
  
  /*-- テキスト --*/
  .article_content p {
    margin: 15px 0 ;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
}


  /*蛍光カーカー線
  -----------------------------------------*/
  /*-- 蛍光線 --*/
  .marker02 {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #FDF501 60%);
  }
  
  
  /*-- 蛍光線 --*/
  .marker03 {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ccffff 60%);
  }


/*---------------------------------------------------
  引用ボックス
---------------------------------------------------*/
p.quotation {
    margin: 10px 0 50px;
      font-size:185px;
      font-weight: 300;
      line-height: 1.5;
}
  
  
  
/*---------------------------------------------------
  画像
---------------------------------------------------*/
.article_content img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 20px 0;
}
  
  
  
/*---------------------------------------------------
  リスト
---------------------------------------------------*/
  
  /*-- リストtype01 --*/
  .default_list{
    margin: 0;
    padding: 10px 15px 10px 30px;
    border-radius: 3px;
    list-style-type: disc;
  }
  
  .default_list li{
    padding: 10px 0 0;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.8;
  }
  
  
  
  /*-- リストtype02 --*/
  .list_type02 {
    margin: 0 0 25px;
    padding: 0 0 15px;
  }
  
  .list_type02 ol {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .list_type02 li {
    position: relative;
    margin: 10px 0 0;
    padding: 0 0 0 30px;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.5;
  }
  
  .list_type02 li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    content: counter(my-counter);
    counter-increment: my-counter;
    box-sizing: border-box;
      font-size: 80%;
      font-weight: 500;
      line-height: 1.5;
      color: #fff;
      background-color: #333;
      border: 1px solid;
      border-radius: 50%;
  }
  
  
  
/*-- リストtype03 --*/
.list_type03 {
  margin: 0 0 25px;
  padding: 15px 15px 15px 0;
  border-radius: 3px;
  list-style-type: none;
}
  
.list_type03 li{
  padding: 10px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
  
  .list_type03 li:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f152";
      padding: 0 10px 0 0;
  }
  
  
  
  /*-- リストtype04 --*/
  .list_type04 {
    background: #f1f8ff;
    border: dashed 2px #668ad8;
    border-radius: 10px;
    padding: 0.5em 0.5em 0.5em 2em;
  }
  
  .list_type04 ol {
      list-style: decimal;
  }
  
  .list_type04 li, .list_type04 ol li {
    line-height: 1.5;
    padding: 0.5em 0;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.5;
  }
  
  
  
  /*-- リストtype05 --*/
  .list_type05 {
      margin: 0;
      padding: 15px 15px 15px 0;
      border-radius: 3px;
      list-style-type: none;
  }
  
  .list_type05 li {
    padding: 0;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.5;
  }
  
  .list_type05 li:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f0c8";
      padding: 0 5px 0 0;
  }
  
  
  
  /*-- リストtype06 --*/
  .list_type06 {
    margin: 0;
    padding: 5px 0;
    border-radius: 3px;
    list-style-type: none;
  }
  
  .list_type06 li {
    padding: 10px 0 0;
      font-size: 20px;
      font-weight: 300;
      line-height: 1.8;
  }
  
  
  /*-- リストtype07 --*/
  .list_type07 {
    margin: 0;
    padding: 10px 15px 10px 30px;
    border-radius: 3px;
    list-style-type: disc;
  }
  
  .list_type07 li{
    padding: 10px 0 0;
      font-size: 15px;
      font-weight: 400;
      line-height: 1.5;
  }

  
  
/*---------------------------------------------------
  テーブル
---------------------------------------------------*/
.article_content table {
  width: 85%;
  margin: 10px 0 15px;
  border-collapse: collapse;
  border: solid 1px #d7d7d7;
}

.article_content tr {
  border: solid 1px #a7a7a7;
}

.article_content th {
  width: 25%;
  position: relative;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: center;
  vertical-align: middle;
  background: #eee;
}

.article_content td{
  padding: 8px 15px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  border-right: solid 1px #a7a7a7;
}

.article_content td:last-child {
  border-right: solid 1px #a7a7a7;
}

.article_content td p{
  margin: 15px 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
}


  
  .article_content .default_table {
    width: 100% ;
    margin: 30px 0;
    border-collapse: collapse;
    border: solid 1px #d7d7d7;
  }
  
  .article_content .default_table tr {
    border: solid 1px #a7a7a7;
  }
  
  .article_content .default_table th{
    width: 25%;
      position: relative;
      padding: 15px;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.5;
      color: #000;
      text-align: center;
      vertical-align: middle;
    background: #eee;
  }
  
  .article_content .default_table td{
    padding: 8px 15px;
      font-size: 15px;
      font-weight: 400;
      line-height: 1.5;
    text-align: left;
    vertical-align: middle;
    background: #fff;
    border-right: solid 1px #a7a7a7;
  }
  
  .article_content .default_table td:last-child {
    border-right: solid 1px #a7a7a7;
  }
  
  .article_content .default_table td p{
    margin: 15px 0;
      font-size: 20px;
      font-weight: 300;
      line-height: 2;
  }


/* テーブル（ブロックエディト用）
-----------------------------------------*/
.wp-block-table td, .wp-block-table th {
  border: 1px solid #d7d7d7;
  padding: .5em;
}

.article_content .wp-block-table table tbody{
  width: 85%;
  margin: 10px 0 15px;
  border-collapse: collapse;
  border: solid 1px #d7d7d7;
}

.article_content .wp-block-table tr {
  border: solid 1px #a7a7a7;
}

.article_content .wp-block-table th {
  width: 25%;
  position: relative;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: center;
  vertical-align: middle;
  background: #eee;
}

.article_content .wp-block-table td{
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  border-right: solid 1px #a7a7a7;
}

.article_content .wp-block-table td:last-child {
  border-right: solid 1px #a7a7a7;
}

.article_content .wp-block-table td p{
  margin: 15px 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
}



/* テーブル（横ヘッド固定）
-----------------------------------------*/
  .tableBox {
    width: 100%;
    overflow-x: scroll;
  }
  
  .table_typeB {
    min-width: 1000px;
    margin: 30px 0;
    white-space: nowrap;
    border-collapse: collapse;
    border: solid 1px #d7d7d7;
  }
  
  .table_typeB tr {
    border: solid 1px #a7a7a7;
  }
  
  .table_typeB th{
    position: sticky;
    left: 0;
      padding: 15px;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.5;
      color: #000;
      text-align: center;
      vertical-align: middle;
    background: #eee;
  }
  
  .table_typeB th:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }
  
  .table_typeB td{
    padding: 8px 15px;
      font-size: 15px;
      font-weight: 400;
      line-height: 1.5;
    text-align: left;
    vertical-align: middle;
    background: #fff;
    border-right: solid 1px #a7a7a7;
  }
  
  .table_typeB td:last-child {
    border-right: solid 1px #a7a7a7;
  }
  
  .table_typeB td p{
    margin: 15px 0;
      font-size: 20px;
      font-weight: 300;
      line-height: 2;
  }
  
  
  
/* テーブル（縦ヘッド固定）
-----------------------------------------*/
  .tableBoxC {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
  }
  
  .table_typeC {
    min-width: 1000px;
    margin: 30px 0;
    white-space: nowrap;
    border-collapse: collapse;
    border: solid 1px #d7d7d7;
  }
  
  .table_typeC tr {
    border: solid 1px #a7a7a7;
  }
  
  .table_typeC th{
    position: sticky;
    top: 0;
      padding: 15px;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.5;
      color: #000;
      text-align: center;
      vertical-align: middle;
    background: #eee;
  }
  
  .table_typeC th:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }
  
  .table_typeC td{
    padding: 8px 15px;
      font-size: 15px;
      font-weight: 400;
      line-height: 1.5;
    text-align: left;
    vertical-align: middle;
    background: #fff;
    border-right: solid 1px #a7a7a7;
  }
  
  .table_typeC td:last-child {
    border-right: solid 1px #a7a7a7;
  }
  
.table_typeC td p{
    margin: 15px 0;
      font-size: 20px;
      font-weight: 300;
      line-height: 2;
}



  
  
/*---------------------------------------------------
  引用
---------------------------------------------------*/
  .article_content blockquote {
    color: #555;
    background: #eee;
    background: rgba(53, 53, 53, 0.05);
    margin: 3em 0;
    font-size: 1em;
    line-height: 2;
    padding: 3.5em 2.5em 1em;
    border-radius: 3px;
    position: relative;
  }
  
  p.blockquote_link {
    margin: 20px 10px 25px 0;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
    text-align: right;
  }
  
  .article_content blockquote:before,
  .article_content blockquote:after {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    width: 1em;
    height: 1em;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    color: #999;
    opacity: 20;
    filter: alpha(opacity=20);
    -ms-filter: "alpha(opacity=20)";
  }
  
  .article_content blockquote:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f10d';
    left: 0.8em;
    top: 0.8em;
  }
  
  .article_content blockquote:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f10e';
    right: 0.8em;
    bottom: 0.4em;
  }
  
  
  
/*---------------------------------------------------
  タブ
---------------------------------------------------*/
  .tab_typeAbox{
      margin:30px auto;
    background:#fefefe;
  }
  
  
  /*tabの形状*/
  .tab_typeA {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  
  .tab_typeA li a {
    display: block;
    margin: 0 2px;
    padding: 10px 20px;
    color: #333;
    background: #ddd;
    border-radius: 10px 10px 0 0;
  }
  
  /*liにactiveクラスがついた時の形状*/
  .tab_typeA li.active a{
      background:#f7f7f7;
  }
  
  .article_content .tab_area h2{
    font-size: 1.3rem;
    margin: 0 0 20px 10px;
    padding: 0;
    background: unset;
  }
  
  /*エリアの表示非表示と形状*/
  .tab_area {
      display: none;/*はじめは非表示*/
      opacity: 0;/*透過0*/
      background: #f7f7f7;
      padding:50px 20px;
    border-radius: 0 10px 10px 10px;
  }
  
  .tab_area li{
      padding: 10px; 
      border-bottom: 1px solid #ddd;
  }
  
  /*areaにis-activeというクラスがついた時の形状*/
  .tab_area.is-active {
      display: block;/*表示*/
      animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
      animation-duration: 2s;
      animation-fill-mode: forwards;
  }
  
  @keyframes displayAnime{
      from {
          opacity: 0;
      }
      to {
          opacity: 1;
      }
  }
  
  
  
  
  
  /*テーブルタブ
  -----------------------------------------*/
  p.tagButton {
      margin: 0;
      line-height: 2;
  }
  
  .tagButton a{
      display: inline-flex;
    margin: 0 5px 0 0;
    padding: 5px 10px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.5;
    color: #000;
    background: #ffd700;
  }
  
  .tagButton a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f292";
    margin: 0 3px 0 0;
  }
  
  .tagButton a:hover{
    background: #000;
    color: #ffd700;
  }
  
  
  /*実績画像
  -----------------------------------------*/
  .worksListBox {
    display: flex;
      margin: 30px 0;
  }
  
  .worksList {
    padding: 0 40px 0 0;
  }
  
  .worksList:last-child  {
    padding: 0;
  }
  
  .worksList img{
    margin: 0 auto;
  }
  
  
  
/*---------------------------------------------------
  Button
---------------------------------------------------*/
  
  
  /* 背景が流れるボタン
  -----------------------------------------*/
  
  .btnType01{
      position: relative;
      overflow: hidden; 
      text-decoration: none;
      display: inline-block;
      border: 1px solid #555;
      padding: 10px 30px;
      text-align: center;
      outline: none;
      transition: ease .2s;
  }
  
  /*ボタン内spanの形状*/
  .btnType01 span {
      position: relative;
      z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
      color:#333;
  }
  
  .btnType01:hover span{
      color:#fff;
  }
  
  /*== 背景が流れる（中央から外） */
  .bgcenterout:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      background: #333;
      width: 100%;
      height: 100%;
      transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
      transform: scale(0, 0);
      transform-origin:center;
  }
  
  /*hoverした際の形状*/
  .bgcenterout:hover:before{
      transform:scale(1, 1);
  }
  
  
  
  /* 影付き 丸形
  -----------------------------------------*/
  
  .btn02 {
    text-align: center;
  }
  
  .btnType02 {
    display: flex;
    justify-content: center;
    width: 30%;
    margin: 15px auto;
    padding: 10px 60px;
    border-bottom: solid 4px #8a8500;
    border-radius: 30px;
    text-decoration: none;
    background: #ffd700;
    color: #fff;
  }
  
  .btnType02:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
  }
  
  
  
  /* 影付き 丸形
  -----------------------------------------*/
  .btn03 {
    text-align: center;
  }
  
  .btnType03 {
    display: flex;
    justify-content: center;
    width: 30%;
    margin: 15px auto;
    padding: 10px 60px;
    border-bottom: solid 4px #8a8500;
    border-radius: 15px;
    text-decoration: none;
    background: #ffd700;
    color: #fff;
  }
  
  .btnType03:hover {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
  }
  
  
  
  /* 注目ボックス
  -----------------------------------------*/
  .btnType04 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 15px auto;
    padding: 15px 0;
    border-bottom: solid 4px #8a8500;
    border-radius: 15px;
    text-decoration: none;
    background: #ffd700;
    font-size: 22px;
    color: #000;
  }
  
  .btnType04:hover {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
  }
  
  
  
/*---------------------------------------------------
  ボックス
---------------------------------------------------*/
  
  
/* 注目ボックス
-----------------------------------------*/
.infobox {
    padding: 1em 4%;
    margin: 2em 0 2em;
    border: 2px solid #dddddd;
    border-radius: 0.2em;
      font-size: 15px;
      font-weight: 400;
      line-height: 1.5;
 }
  
.infobox.glaybox {
  background: #ececec;
  border-color: #c5c5c5;
  color: #555555;
}
  
.infobox.infotitle {
    padding-top: 0;
    padding-bottom: 1.4em;
}
  
.article_content .infobox p {
    margin: 0;
      font-size: 18px;
      font-weight: 300;
      line-height: 2;
}
  
.infobox.infotitle .boxtitle span {
    position: relative;
    top: -0.85em;
    padding: 0.3em 1em;
    border-radius: 0.2em;
    display: inline-block;
    vertical-align: bottom;
      font-size: 15px;
      font-weight: 400;
      line-height: 1.5;
    color: #fff;
    background: #6d6d6d;
}
  
.infobox.glaybox .boxtitle span {
    background: #9c9c9c;
}
  
  
 /* 枠の途中にタイトル
-----------------------------------------*/
.boxtype02 {
      position: relative;
      margin: 2em 0;
      padding: 0.5em 1em;
      border: solid 3px #95ccff;
      border-radius: 8px;
      font-size: 15px;
      font-weight: 600;
      line-height: 1.5;
}
  
.boxtype02 .boxtitle {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  background: #FFF;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
  color: #95ccff;
}
  
.article_content .boxtype02 .boxtext {
  margin: 0; 
  padding: 10px 0 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
}
  
  
  
/* 枠の途中にタイトル
-----------------------------------------*/
.boxtype03 {
    margin: 30px 0;
    border-radius: 10px;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
  
.boxtype03 .boxtitle {
  position: relative;
  display: block;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  font-size:20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFF;
  background: #5fc2f5;
}
  
.boxtype03 .boxtext {
  margin: 0;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
  
  
  
/* 注意BOX
-----------------------------------------*/
.boxtype04 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #E60123;
  border-radius: 8px;
}
  
.boxtype04 .boxtitle {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #E60123;
  font-weight: bold;
}
  
.boxtype04 .boxtitle:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f071';
  color: #E60123;
}
  
.boxtype04 .boxtext {
  margin: 0; 
  padding: 10px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
  
  
  
  /* 合わせて読みたいボックス
  -----------------------------------------*/
  .boxtype05 {
    position: relative;
    margin: 4em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
  }
  
  .boxtype05 .box-title {
    position: absolute;
    display: inline-block;
    top: -38px;
    left: -3px;
    padding: 5px 15px;
    height: 25px;
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    background: #62c1ce;
  }
  
  .boxtype05 .box-title::before {
    font-family: "Font Awesome 5 Free";
    content: '\f0eb';
    font-weight: 500;
    color: #fff;
    padding: 0 5px 0 0;
  }
  
  .boxtype05 p {
    margin: 12px 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    color: #666;
  }
  
  .boxtype05 a {
    color: #666;
  }
  
  .boxtype05 ul {
    margin: 0;
    padding: 5px 15px 5px 30px;
    list-style-type: disc;
  }
  
.boxtype05 ul li{
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  color: #666;
}



/* フォローボックス
-----------------------------------------*/
.BoxTypeNote {
  margin: 30px 0;
  padding: 0 0 5px 0;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 22%);
}

.BoxTypeNote .NoteTitle {
  position: relative;
  display: block;
  padding: 0 20px;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.05em;
  vertical-align: middle;
}

.BoxTypeNote .NoteBox {
  padding: 0 20px;
}

.BoxTypeNote .NoteText {
  margin: 0;
  padding: 15px 20px;
  font-size: 15px ;
  font-weight: 400;
  line-height: 1.8;
  white-space: pre-line;
}


.article_content  .BoxTypeNote img,
.article_content  .BoxTypeNote .is-layout-flex img{
  max-width: 100%;
  width: 70%;
  height: auto;
  margin: 20px auto;
}


/*-- ポイント --*/
.BoxTypeNote.NoteGreen{
  background: #DEEED5;
}

.NoteTitle.TitleGreen {
  color: #FFF;
  background: #88C952;
}

.BoxTypeNote .TitleGreen:before {
  padding: 0 2px 0 0;
  font-family: 'Material Icons Round';
  content: '\e745';
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: middle;
}

/*-- フォロー --*/
.BoxTypeNote.NoteBlue{
  background: #D9E8F5;
}

.NoteTitle.TitleBlue {
  padding: 5px 20px;
  color: #FFF;
  background: #2A6AAA;
}

.BoxTypeNote .TitleBlue:before {
  padding: 0 2px 0 0;
  font-family: 'Material Icons Round';
  content: '\e887';
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: middle;
}


/*-- お知らせ --*/
.BoxTypeNote.NotePink{
  background: #F6E1E4;
}

.NoteTitle.TitlePink {
  color: #FFF;
  background: #E63076;
}

.BoxTypeNote .TitlePink:before {
  padding: 0 2px 0 0;
  font-family: 'Material Icons Round';
  content: '\e002';
  font-size: 35px;
  font-weight: 300;
  line-height: 1.5;
  vertical-align: middle;
}



/*---------------------------------------------------
  アコーディオンボックス
---------------------------------------------------*/
  
  .accordion {
       width: 100%;
       margin: 30px auto 20px;
       background: #ffd700;
       -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       border-radius: 4px;
  }
  
  .accordion .accordion_head {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 15px;
    color: #4D4D4D;
    font-size: 18px;
    /* font-weight: 700; */
    border-bottom: 1px solid #CCC;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .accordion i.fa-chevron-down {
    position: absolute;
    right: 5%;
    font-size: 20px;
  }
  
  .accordion_head .open i.fa-chevron-down {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
  }
  
  .accordion_head.open i.fa-chevron-down:before {
    content: "\f106";
    transition: transform .4s cubic-bezier(.215,.61,.355,1);
  }
  
  .accordion_open {
    padding: 20px;
    background: #f7f7f7;
  }
  
  .submenu {
       display: none;
       background: #444359;
       font-size: 14px;
  }
  
  
  
/* コードアコーディオン
-----------------------------------------*/
  .code_accordion {
    width: 100%;
    margin: 30px auto 20px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  
  .code_accordion .code_head {
    display: flex;
    justify-content: center;
    width: 50%;
    margin: 0 auto 30px;
    padding: 10px 60px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    color: #84700078;
    text-shadow: 1px 1px 1px rgb(255 255 255 / 50%);
    background-image: linear-gradient(#ffd700 0%, #ffeb7e 100%);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 29%);
    border-bottom: solid 3px #ffeb7e;
  }
  
  .code_accordion .code_head:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }
  
  .code_open {
   padding: 1px 20px 1px 20px;
   background: #f7f7f7;
  }
  
  .submenu {
    display: none;
    background: #444359;
    font-size: 14px;
  }
  
  
.code_open .hcb_wrap {
    position: relative;
    z-index: 0;
    display: block;
    margin-top: .5em;
    margin-bottom: .5em;
    padding: 0;
}
  
  
  
/* アコーディオンボックス（制作実績用）
-----------------------------------------*/
.works_accordion {
       width: 100%;
       margin: 30px auto 20px;
       -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       border-radius: 4px;
}
  
  .works_accordion .workshead {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    /* font-weight: 700; */
    border-bottom: 1px solid #CCC;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
      background-color: #f907fc;
    background: -moz-linear-gradient(45deg, #f907fc 0%, #05d6d9 74%);
    background: -webkit-linear-gradient(45deg, #f907fc 0%, #05d6d9 74%);
    background: linear-gradient(45deg, #f907fc 0%, #05d6d9 74%);
  }
  
  .works_accordion i.fa-chevron-down {
    position: absolute;
    right: 5%;
    font-size: 20px;
  }
  
  .workshead .works_open i.fa-chevron-down {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
  }
  
  .workshead_open {
    padding: 20px;
    background: #fff;
  }
  
   .submenu {
       display: none;
       background: #444359;
       font-size: 14px;
   }
   
  
  
/* アコーディオンボックス（Q&A）
-----------------------------------------*/
  .qa_accordion {
    width: 100%;
    margin: 30px auto 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  
  .qa_accordion .qahead {
   position: relative;
   cursor: pointer;
   display: block;
   padding: 0px 20px 15px 40px;
   color: #4D4D4D;
   font-size: 18px;
   /* font-weight: 700; */
   -webkit-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
  }
  
  .qa_accordion i.fa-plus {
   position: absolute;
   left: 2%;
   font-size: 20px;
  }
  
  .qahead .qaopen i.fa-plus {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   -o-transform: rotate(180deg);
   transform: rotate(180deg);
  }
  
  .qahead.qaopen i.fa-plus:before {
   content: "\f00d";
   transition: transform .4s cubic-bezier(.215,.61,.355,1);
  }
  
  .qa_open {
    margin: 0 0 0 30px;
    padding: 20px;
    background: #f7f7f7;
  }
  
  .article_content .qa_open p{
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
  }


/* アコーディオンボックス（ボックスデザイン）
-----------------------------------------*/
.box_accordion {
  width: 100%;
}

/* 質問ボックス */
.box_accordionQ {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 1em;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  border: solid 1px #ccc;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.box_accordionQ::after,
.box_accordionQ::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 20px;
  width: 1px;
  height: 20px;
  background-color: #999;
  transition: all 0.3s;
}

.box_accordionQ::after {
  transform: rotate(90deg);
}

/* 質問答えボックス */
.box_accordionA {
  position: relative;
  padding: 30px 20px;
  border: solid 1px #e9e9e9;
}

.box_accordionA:before {
  content: "A";
  position: absolute;
  margin: auto;
  top: 7%;
  bottom: 0;
  font-size: 60px;
  font-weight: bold;
  color: #f1f1f1;
}

.box_accordionA p {
  position: relative;
  margin: 0;
  padding: 0 0 0 70px;
  font-size: 18px;
  line-height: 1.8;
}

.box_accordionQ.close::before {
  transform: rotate(90deg) ;
}



/* アコーディオンボックス（ボックスデザイン02）
-----------------------------------------*/
.box02_accordion {
  width: 100%;
  margin: 30px auto 20px;
  background: #1b25341a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


/* 質問ボックス */
.box02_accordionQ {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 1em;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.box02_accordionQ::after,
.box02_accordionQ::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 20px;
  width: 1px;
  height: 20px;
  background-color: #999;
  transition: all 0.3s;
}

.box02_accordionQ::after {
  transform: rotate(90deg);
}

/* 質問答えボックス */
.box02_accordionA {
  position: relative;
  padding: 30px 20px;
  background: #fff;
}

.box02_accordionA:before {
  content: "A";
  position: absolute;
  margin: auto;
  top: 7%;
  bottom: 0;
  font-size: 60px;
  font-weight: bold;
  color: #dadada;
}

.box02_accordionA p {
  position: relative;
  margin: 0;
  padding: 0 0 0 70px;
  font-size: 18px;
  line-height: 1.8;
}

.box02_accordionQ.open::before {
  transform: rotate(90deg) !important;
}


.accordion .home_qa_head {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 15px;
  color: #4D4D4D;
  font-size: 18px;
  /* font-weight: 700; */
  border-bottom: 1px solid #CCC;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}



/* アコーディオンボックス（項目説明）
-----------------------------------------*/
.box03_accordion {
  width: 100%;
  margin: 30px auto 20px;
  background: #1b25341a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


/* 質問ボックス */
.box03_accordionQ {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 1em;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.box03_accordionQ::after,
.box03_accordionQ::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 20px;
  width: 1px;
  height: 20px;
  background-color: #999;
  transition: all 0.3s;
}

.box03_accordionQ::after {
  transform: rotate(90deg);
}

/* 質問答えボックス */
.box03_accordionA {
  position: relative;
  padding: 30px 20px;
  background: #fff;
}

.box03_accordionA p {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.8;
}

.box03_accordionQ.close::before {
  transform: rotate(90deg) !important;
}

.accordion .home_qa_head {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 15px;
  color: #4D4D4D;
  font-size: 18px;
  border-bottom: 1px solid #CCC;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


/* アコーディオンボックス（解説内項目説明）
-----------------------------------------*/
.box04_accordion {
  width: 90%;
  margin: 10px 0 20px;
  background: #1b25341a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


/* 質問ボックス */
.box04_accordionQ {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 10px 35px 10px 10px;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  white-space: pre-line;
}

.box04_accordionQ::after, 
.box04_accordionQ::before {
  content: "";
  position: absolute;
  right: 4%;
  top: 35%;
  width: 1px;
  height: 15px;
  background-color: #999;
  transition: all 0.3s;
}

.box04_accordionQ::after {
  transform: rotate(90deg);
}

/* 質問答えボックス */
.box04_accordionA {
  position: relative;
  padding: 20px 0 10px;
  background: #fff;
}

.box04_accordionA p {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.8;
}

.box04_accordionQ.close::before {
  transform: rotate(90deg) !important;
}

.accordion .home_qa_head {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 15px;
  color: #4D4D4D;
  font-size: 18px;
  border-bottom: 1px solid #CCC;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}



/*---------------------------------------------------
  目次
---------------------------------------------------*/
.toc {
  display: flex;
  position: relative;
  margin-top: 50px;
  padding: 20px 40px;
  word-break: break-all;
  word-wrap: break-word;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  background: #F9F9F9;
}
  
/* タイトル */
.toc .toc-title {
  position: relative;
  margin: auto 0;
  padding: 0 0 10px 0;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
}
  
.toc .toc-title {
  width: 20%;
  position: relative;
  margin: auto 0;
  padding: 0;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
}
  

.toc-toggle {
  margin: 0;
  font-size: 15px;
  vertical-align: middle;
  letter-spacing: 0px;
}
  
.toc-list {
  width: 100%;
  margin: 0 0 0 40px;
  padding: 0;
  list-style: none;
  line-height: 1.7;
}
  
.toc-list li {

}

.toc-list>li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.toc-list>li:last-child  {
  border-bottom: none;
}

.toc-list li>a{
  color: #000;
  padding: 15px 0;
}


.toc-list li a:hover,
.toc-list ul li:hover{
  color: #787AB0;
}
  
/* 2行目以降 */
.toc-list ul {
  margin: 15px 0 0;
  list-style: none;
  -webkit-padding-start: 0em;
}

.toc-list ul li {
  display: flex;
  padding: 15px 0 15px 30px;
  color: #000;
  border-top: 1px solid rgba(0,0,0,.1);
  align-items: center;
}

.toc-list ul li a{
  padding: 0;
}

.toc-list ul li::before {
  font-family: "Material Icons";
  content: "\e5cf";
  font-size: 20px;
  line-height: 1;
  /* cursor: pointer; */
}
  
.toc-list ul li span{
  display: none;
}
  
span.contentstable-number {
  width: 10px;
  height: 10px;
  margin: 0 2px 0 0;
  padding: 0px 8px;
  border-radius: 90px;
  color: #fff;
  background-color: #1D227B;
}


/* サイドバー追尾 */
.TrackingBox{
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
}





/*---------------------------------------------------------
  この記事を書いた人
---------------------------------------------------------*/
.AuthorBox {
  display: flex;
  position: relative;
  margin: 60px 0 20px;
  padding: 0.5em 1em;
  border: solid 3px #C1B385;
}

.AuthorBox .AuthorTitle {
  position: absolute;
  display: inline-block;
  top: -38px;
  left: -3px;
  padding: 5px 15px;
  height: 25px;
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
  font-weight: 400;
  border-radius: 5px 5px 0 0;
  background: #C1B385;
}

/* .AuthorTitle:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f007';
  font-size: 15px;
} */

.AuthorPhoto {
  width: 15%;
  margin: 0 20px 0 0;
}

.AuthorPhoto img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 90px;
}

.AuthorTextBox {
  width: 75%;
}

p.AuthorName {
  margin: 10px 0;
  padding: 0 0 3px 0;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px dotted #C1B385;
}

p.AuthorDescription {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.5;
}


.author-box{
  border:2px solid;
  margin-top:25px;
}

.author-name{
  border-bottom: dotted 1px;
  padding:6px;
}

.belle-box {
  display: flex;
}

.belle-img2{
 
}

.belle-img,.belle-img2{
  margin:5px;
}

.belle-info{
  font-size:13px;
  padding:5px;
  overflow: hidden;
}

.belle-info2{
  font-size:13px;
  padding:5px;
}



/*-- この記事を書いた人SNS --*/
.AuthorSNSBox {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.AuthorSNS{
  display: inline-block;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  line-height: 1.8;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
}

.AuthorSNS a{
  display: block;
  color:#fff;
}


/*-- facebook --*/
.AuthorTextBox .Facebook{ 
  background:#4080FF;
}

.AuthorTextBox .Facebook:hover {
  background: #fff;
  border: 1px solid #4080FF;
}

.AuthorTextBox .Facebook:hover i{
  color: #4080FF;
} 


/*-- twitter --*/
.AuthorTextBox .Twitter{ 
  background:#2ECCFF;
}

.AuthorTextBox .Twitter:hover {
  background: #fff;
  border: 1px solid #2ECCFF;
}

.AuthorTextBox .Twitter:hover i{
  color: #2ECCFF;
} 


/*-- Instagram --*/
.AuthorTextBox .Instagram{ 
  background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);
}

.AuthorTextBox .Instagram:hover {
  background: #fff;
  border: 1px solid #b900b4;
}

.AuthorTextBox .Instagram:hover i{
  color: #b900b4;
} 


/*-- Feedly --*/
.AuthorTextBox .Feedly {
  background: #f0ad4e;
}

.AuthorTextBox .Feedly:hover {
  background: #fff;
  border: 1px solid #ff8c00;
}

.AuthorTextBox .Feedly:hover i{
  color: #ff8c00;
} 


/*-- note --*/
.AuthorTextBox .Note {
  position: relative;
  top: 7%;
  background: #2CB696;
}

.AuthorTextBox .Note img {
  width: 75%;
  position: absolute;
  top: 5%;
  left: 13%;
  right: 15%;
}

.AuthorTextBox .Note:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}



/*---------------------------------------------------
 記事URLをコピー
---------------------------------------------------*/
.copyBtn{
  margin: 30px auto;
  padding: 20px;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  border:1px solid #cbcbcb;
}

.copyBtn:hover{
  opacity:0.6;
  cursor:pointer;
}

.copyBtn.isCopied{
  pointer-events:none;
  border:unset;
  background:#FFD705;
}

.copyBtn.isCopied:hover{
  cursor:auto;
}

  
  
/*---------------------------------------------------
  コメント投稿フォーム
---------------------------------------------------*/
#commentform p {
  margin: 5px 0 0;
  font-size: 15px;
}
  
#respond label {
  font-size: 14px;
}
  
#respond input,
#respond textarea	{
  width: 100%;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px #d9d9d9 solid;
}
  
input#wp-comment-cookies-consent {
  width: auto;
}
  
  
p.comment-notes {
  font-size: 15px;
}
  
  
#commentform p.form-submit {
  margin: 30px 0 0;
}
  
#respond input[type="submit"] {
  width: 200px;
  padding: 15px;
  border: none;
  background-color: #FFD700;
  color: #333;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 60px;
  font-size: 15px;
}
  
#respond input[type="submit"]:hover {
  opacity: .75;
}
  
#respond .required	{
  color: #ff0000;
}
  
  
  
/* コメント表示
-----------------------------------------*/
#comments footer{
  background: none;
  margin: 0;
  color: #000000;
  font-size: 12px
}
  
#comments h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  border-color: unset;
  border-bottom: #000 1px solid;
}
  
#comments h3:after {
  border-color: unset;
  background-image: unset;
}
  
#comments .comment{
    padding: 1rem;
    background-color: #F7F7F7;
}
  
#comments .comment-author {
    display: flex;
    align-items: center;
}
  
.comment-author .avatar {
    border-radius: 50%;
}
  
/* アイコン */
.comment-author img {
  max-width: 100%;
  width: 10%;
  height: auto;
  margin: 0;
  border-radius: 50%;
}
  
.comment-author .fn {
   margin-left: 1rem;
  font-size: 1.1em;
}
  
/* 〜よりを削除 */
.comment-author .says {
  display: none;
}
  
.comment-metadata {
  text-align: left;
}
  
.comment-metadata a {
  font-size: 11px;
  text-decoration: none;
  opacity: .75;
  color: inherit;
}
  
.comment-content {
  margin-top: 1rem;
  line-height: 1.5;
}
  
/* コメントテキスト */
.comment-content p{
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
  
  
  
  
  
/*---------------------------------------------------
  関連記事
---------------------------------------------------*/
.related_post {
  width: auto;
  margin: 50px 0 40px 0;
  padding: 30px 60px;
  border-radius: 30px;
  box-shadow: 3px 3px 15px rgb(0 0 0 / 13%);
  transition: all 300ms ease-out;
}

/* 関連記事タイトル */
.related_post h3 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 500;
  color: #338DC3;
  text-align: center;
  box-sizing: border-box;
  border-left: none;
  background: none;
}

.related_post h3:before {
  margin: 0 5px 0 0;
  padding: 5px;
  font-family: 'Material Icons';
  content: '\e241';
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  border-radius: 90%;
  background: #338DC3;
}

.related_post h3:after {
  background-image: unset;
}

.related_post h3 span{
}

/* 関連記事リスト */
.related_post_container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
  
.related_post_container li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: #CCCCCC dashed 1px;
}
  
.related_thumb{
    width: 100%;
}
  
/* カテゴリー */
.RelatedPostCategory {
  width: 18%;
  display: flex;
  align-content: center;
  margin: 0 10px 0 0;
  border-radius: 30px;
  color: #fff;
  background: #4B4E95;
  justify-content: center;
}

.RelatedPostCategory a {
  width: 100%;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.RelatedPostCategory:hover {
  border: #4B4E95 solid 1px;
  color: #4B4E95;
  background: #fff;
  opacity: .8;
  transition: all 0.3s 0s ease;
}

.RelatedPostCategory a:hover {
  color: #4B4E95;
}
  
/* タイトル */
p.related_title {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
}
  
p.related_title::before {
  font-family: 'Material Icons';
  content: '\e7cd';
  padding: 0 3px 0 0;
  transform: rotate(-90deg);
  font-size: 15px;
}


a.RelatedTitleLink {
  width: 100%;
  color: #338DC3;
}

a.RelatedTitleLink:hover {
  color: #4B4E95;
}

  
  
  
/*---------------------------------------------------------
  記事案内
---------------------------------------------------------*/
  ul.post_navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  
  .post_navigationBox {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 4em;
    padding: .5em 1em;
    color: inherit;
    line-height: 1.4;
    text-decoration: none;
    border-radius: var(--swl-radius--2,0);
    transition: box-shadow .25s;
  }
  
  .post_navi-next .post_navigationBox {
    justify-content: flex-end;
  }
  
  /* 前の記事へ */
  .post_navi-prev {
    position: relative;
    width: 55%;
    font-size: 13px;
  }
  
  /* 次の記事へ */
  .post_navi-next {
    width: 55%;
    font-size: 13px;
  }
  
  /* サムネイル */
  .post_navigationBox img {
    width: 72px;
    height: 48px;
    object-fit: cover;
    border-radius: var(--swl-radius--4,0);
  }
  
  
  .post_navitext {
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s,-webkit-transform .25s;
    margin: 0 10px;
  }
  
  /* 矢印 */
  p.post_navi-prevhead,
  p.post_navi-nexthead {
    font-size: 18px;
    margin: 0 5px;
  }
  
  
  /*-- HOMEへボタン --*/
  .post_navi-home a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #666;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background: #FFD705;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08);
  }
  
  .post_navi-home a:hover{
    color: #FFD705;
    background: #fff;
  }
  
  .post_navi-home a i {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 0;
    top: 0;
    border-radius: 50%;
    font-size: 25px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  }
    
  .post_navi-home a .fa:active {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #d8d8d8;
  }
  
  
  
  
/*---------------------------------------------------------
  ブログカードデザイン
---------------------------------------------------------*/
  .blog-card {
    border: 2px solid #e5e5e5;
    word-wrap: break-word;
    box-sizing: border-box;
    max-width: 100%;
    margin: 1em 0;
    -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;
  }
  
  .blog-card:hover {
    cursor: pointer;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  
  .blog-card a {
    text-decoration: none;
    display: block;
    -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;
  }
  
  .blog-card a:hover {
    color: #333;
    background: rgba(235, 235, 235, 0.8);
    text-decoration: none;
  }
  
  .blog-card-thumbnail {
    width: 200px;
    display: table-cell;
    vertical-align: middle;
  }
  
  .blog-card-thumbnail img {
    padding: 0;
    max-width: 100%;
  }
  
  .blog-card-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0.4em;
    border-left: #e5e5e5 solid 2px;
  }
  
  .blog-card-title {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .blog-card-excerpt {
    display: none;/*消します*/
  }
  
  .blog-card .clear {
    clear: both;
  }
  
  /*ブログカードでラベルを付ける*/
  .blog-card-label{
    display: inline-block;
    position: absolute;
    background-color: #ffb36b;
    top: 0px;
    left: 0px;
    width: 70px;
    height: 25px;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    text-align: center;
    line-height: 25px;
    transform-origin: 50% 50%;
    animation: animScale 3.5s ease-out;
  }
  
  
  /*---------- スマホ向けのレイアウトの指定 ; 〜550px  ----------*/
  @media screen and (max-width: 550px) {
    .blog-card-title {
      font-size: .85em;
    }
    .blog-card-thumbnail {
      width: 160px;
    }
  }
  
  



/*---------------------------------------------------------
  記事専用デザイン
---------------------------------------------------------*/

/*-- 記事レイアウト --*/
.PostDuplexLayout {
  display: flex;
  margin: 30px 0 0;
}

.article_content .is-layout-flex img {
  width: 100%;
  margin: 0 0 0 1%;
}

.article_content .is-layout-flex .commentarytext {
  margin: 0 5% 0 0;
}


.article_content .PostItemDescriptionBox {
  width: 100%;
}

.article_content .PostItemDescriptionImgBox {
  width: 100%;
  margin: 0 0 0 1%;
}

.article_content .PostItemDescriptionImgBox img {
  margin: 0;
}


.PostDuplexTextBox {
  width: 100%;
  margin: 0;
}

.anchor {

}



/*-- 通常テキスト --*/
.article_content p.PostDuplexSingleText {
  width: 100%;
  margin: 0;
  white-space: pre-line;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}



/*-- 項目説明 --*/
.article_content .ItemDescription {
  margin: 30px 0 15px;
  padding: 8px 15px;
  border-top: none;
  border-bottom: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  border-radius: 5px;
  background: #1E227B;
}


.ItemDescription:before {
  margin: 0 5px 0 0;
  font-family: 'Material Icons';
  content: '\e241';
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  vertical-align: middle;
}

.ImgCopyright {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 2% 0;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
  color: #acacac;
}

/*-- 項目説明タイトル --*/
.article_content .ItemDescriptionTitle p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
}



/*-- 項目説明タイトル --*/
.article_content .ItemDescriptionSubTitle p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

/*-- 項目説明タイトル補足 --*/
.article_content .ItemDescriptionClick {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}



/*-- 項目説明 --*/
.article_content .WidthTable table{
  width: 90%;
  margin: 10px 0 30px;
  border-collapse: collapse;
  border: solid 1px #d7d7d7;
  white-space: pre-line;
}

.article_content .WidthTable tr {
  border: solid 1px #a7a7a7;
}


.WidthTable tr td:nth-child(1) {
  width: 30%;
  position: relative;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: center;
  vertical-align: middle;
  border-right: solid 1px #eee;
  background-color: #eee;
}

.article_content .WidthTable th {
  width: 30%;
  position: relative;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: left;
  vertical-align: middle;
  background: #eee;
}

.article_content .WidthTable td{
  padding: 8px 15px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  border-right: solid 1px #a7a7a7;
}

.article_content .WidthTable td:last-child {
  border-right: solid 1px #a7a7a7;
}

.article_content .WidthTable td p{
  margin: 15px 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
}




/* 解説内のパーツデザイン
-----------------------------------------*/
/*-- 解説ナンバー --*/
.article_content h2{
  counter-reset: num 0;    /* numを0にセット */
}


.PostDuplexLayout .PostDuplexSingleText {
    width: 100%;
    margin: 0;
    padding: 0 5% 0 0;
    white-space: pre-line;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
}


/*-- ナンバー付きテキスト --*/
.article_content .PostDuplexText {
  margin: 20px 10px 0 0;
  padding-left: 2em;
  padding-right: 1em;
  text-indent: -2em;
  white-space: pre-line;
}

.article_content .PostDuplexText:first-child  {
  margin: 0px 15px 0 0;
}

.article_content .PostDuplexText:before {
  counter-increment: num 1;    /* numの増加数 */
  content: counter(num);    /* 表示形式 */
  margin: 0 5px 0 0;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  border-radius: 5px;
  color: #FFF;
  font-weight: bold;
  background: #4B4E95;
}




/*-- インデント有りテキスト --*/
.article_content .PostDuplexNotNumber{
  width: 95%;
  margin: 0;
  white-space: pre-line;
  padding-left: 2em;
  padding-right: 1em;
}

.article_content .PostDuplexLayout>a {
  width: 100%;
  margin: 0 0 0 1%;
}



/*-- 解説内の項目説明 --*/
.article_content .PostItemDescriptionTitle {
  width: 90%;
  margin: 20px 0;
  padding: 3px 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: middle;
  color: #1E227B;
  border-radius: 5px;
  background: #F4F4F8;
}

.article_content .PostItemDescriptionTitle:before {
  padding: 0 2px 0 0;
  font-family: 'Material Icons';
  content: '\e241';
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: middle;
}

.article_content .PostItemDescriptionSubTitle {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

/*-- 項目説明内タイトル --*/
.article_content .PostItemDescriptionBox .ItemDescriptionTitle {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
}

/*-- 項目説明内サブタイトル --*/
.article_content .PostItemDescriptionBox .PostItemDescriptionSubTitle {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
}

/*-- 項目説明内補助タイトル --*/
.article_content .PostItemDescriptionBox .ItemDescriptionClick {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}



/*-- 項目説明テーブル --*/
.article_content .ItemDescriptionTable {
  width: 90%;
  margin: 0 0 15px;
}

.article_content .ItemDescriptionTable table {
  width: 100%;
}

.article_content .ItemDescriptionTable tr {
  border: solid 1px #a7a7a7;
}

.article_content .ItemDescriptionTable th {
  width: 25%;
  position: relative;
  padding: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: left;
  vertical-align: middle;
  background: #eee;
}

/* 1行目の列 */
.ItemDescriptionTable tr td:nth-child(1),
.box04_accordionA tr td:nth-child(1){
  width: 25%;
  position: relative;
  padding: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: left;
  vertical-align: middle;
  border-right: solid 1px #eee;
  background-color:#eee;
}


.article_content .ItemDescriptionTable td {
  padding: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  border-right: solid 1px #a7a7a7;
}

.article_content .ItemDescriptionTable td:last-child {
  border-right: solid 1px #d7d7d7;
}







.article_content .PostItemDescriptionBox table {
  width: 90%;
  margin: 10px 0 15px;
  border-collapse: collapse;
  border: solid 1px #d7d7d7;
}

.article_content .PostItemDescriptionBox .IDTable {
  width: 100%;
  margin: 10px 0 15px;
  border-collapse: collapse;
  border: solid 1px #d7d7d7;
}

.article_content .PostItemDescriptionBox th {
  width: 25%;
  position: relative;
  padding: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: left;
  vertical-align: middle;
  background: #eee;
}

.article_content .PostItemDescriptionBox td {
  padding: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  border-right: solid 1px #a7a7a7;
}


/*-- Followボックス --*/
.is-layout-flex .BoxTypeNote {
  width: 90%;
}

.is-layout-flex .BoxTypeNote .NoteTitle {
  padding: 5px 20px;
  font-size: 13px;
}

.is-layout-flex .BoxTypeNote p {
  padding: 10px;
  font-size: 13px;
}
  
.is-layout-flex .BoxTypeNote .NoteBox {
  margin: 8px 0;
  padding: 0 20px;
  font-size: 14px;
}

.is-layout-flex .BoxTypeNote img {
  width: 75%;
  margin: 5% auto;
}


/*-- Follow --*/
.is-layout-flex .BoxTypeNote .TitleBlue:before {
  font-size: 20px;
}

/*-- NOTICE --*/
.is-layout-flex .BoxTypeNote .TitlePink:before {
  font-size: 20px;
}

/*-- POINT --*/
.is-layout-flex .BoxTypeNote .TitleGreen:before {
  font-size: 20px;
}



/*---------------------------------------------------------
  タブレットのレイアウトの指定：961px 〜 1280px
---------------------------------------------------------*/
@media screen and (min-width:961px) and ( max-width:1280px) {


  /*---------- テーブル ：〜1280px  ----------*/


} /* 〜1280px END */




/*---------------------------------------------------------
  タブレットのレイアウトの指定：601px 〜 960px
---------------------------------------------------------*/
@media screen and (min-width:601px) and ( max-width:960px) {


  /* レイアウト： 〜600px
	-----------------------------------------*/
  #single_inner { display: flex; flex-direction: column-reverse; flex-wrap: nowrap; margin: 50px auto 150px;}
  .contents { width: 100%; }
  #post-newcardArea { width: 100%;}
  
  
  /*見出し　： 〜600px
	-----------------------------------------*/
  .article_content h3 { font-size: 20px; }



  /* 目次 ： 〜600px
	-----------------------------------------*/
  .TrackingBox { position: unset; }
  .toc { display: flex; position: relative; flex-wrap: wrap; justify-content: center; margin-top: 30px; padding: 20px;}
	#toc_container { min-width: 70%; }
	#toc_container .toc_list li ul li a { padding: 10px 0 10px 30px; }
  .toc .toc-title { width: 100% }
  .toc-list { margin: 0; padding: 0; }
  .toc-list>li { font-size: 12px; padding: 10px 0; }
  span.contentstable-number {width: 5px; height: 5px; padding: 1px 6px; }

  .toc-list ul li { padding: 10px 0 10px 25px; font-size: 12px; }
  
  
  

  /* 追尾用目次 ： 〜600px
	-----------------------------------------*/
  .H_TrackingBox .toc {margin: 10px; padding: 10px; position: unset; border: unset; background: #F2F2F2; }
  .H_TrackingBox .toc .toc-title { font-size: 12px;}
  .H_TrackingBox .toc .toc-list>li { font-size: 12px; text-align: left; padding-left: 2.5em; text-indent: -2.5em;}
  .H_TrackingBox .toc .toc-list>li ul { padding-left: 0em; text-indent: 0em;}





  /* 記事 ： 〜600px
	-----------------------------------------*/
  .single-title, .page-title { font-size: 25px; }
  .article_content h2 { margin: 50px 0 20px 0; padding: 0 0 7px; font-size: 20px;}
  .article_content p { margin: 15px 0; font-size: 14px;}
  .article_content .PostItemDescriptionImgBox { width: 100%; margin: 5% 0;}
  .article_content .PostItemDescriptionTitle { width: 100%; font-size: 12px; }
  .article_content .PostItemDescriptionTitle:before { font-size: 18px;}
  .article_content .PostDuplexText { padding-right: 0; }
  .article_content .PostDuplexText:first-child {margin: 0;}
  .article_content .PostDuplexNotNumber { width: 100%; padding-right: 0; }


  /* アコーディオン */
  .box04_accordion { width: 100%;}
  .article_content .ItemDescriptionTitle p { margin: 0; font-size: 15px;}
  .box03_accordionQ { padding: 0.8em; font-size: 15px; }
  .article_content .ItemDescriptionClick { font-size: 12px; }
  .box03_accordionQ::after, .box03_accordionQ::before { top: 15px;}
  

  /* テーブル */
  .ItemDescriptionTable tr td:nth-child(1), .box04_accordionA tr td:nth-child(1) { font-size: 12px;}
  .article_content .PostItemDescriptionBox td { font-size: 12px; }
  
  
    /* ボックス */
  .is-layout-flex .BoxTypeNote { width: 100%;}
  .BoxTypeNote .NoteTitle { font-size: 15px;}
  .BoxTypeNote .TitleBlue:before,
  .BoxTypeNote .TitleGreen:before { font-size: 25px;}


  /* 関連記事 ： 〜600px
	-----------------------------------------*/
  .related_post { width: auto; margin: 50px 0 40px 0; padding: 20px;}
  .related_post_container { margin: 3% 0;}
  .related_post h3 { font-size: 25px; }
  .related_post h3:before { font-size: 20px;}
  .related_post_container li { display: flex; align-items: center; padding: 0; }
  .RelatedPostCategory { width: 40%; }
  .RelatedPostCategory a { padding: 5px 0;font-size: 10px; }
  .RelatedTitleLink .related_title{ margin: 10px 0; font-size: 12px; }
  
  
   /* 検索結果 ： 〜600px
	-----------------------------------------*/
	.SearchTitle { font-size: 22px;}
	.SearchTextBox p { font-size: 16px;}
	
	
	
   /* ページTOP ： 〜600px
	-----------------------------------------*/
	#page-top { display: none;}



} /* 〜960px END */






/*---------------------------------------------------------
  スマートフォン用の指定：351px 〜 600px
---------------------------------------------------------*/
@media screen and (min-width:351px) and ( max-width:600px) {


  /* レイアウト： 〜600px
	-----------------------------------------*/
  #single_inner { display: flex; flex-direction: column-reverse; flex-wrap: nowrap; margin: 50px auto 150px;}
  .contents { width: 100%; }
  #post-newcardArea { width: 100%;}
  
  
  /*見出し　： 〜600px
	-----------------------------------------*/
  .article_content h3 { font-size: 20px; }



  /* 目次 ： 〜600px
	-----------------------------------------*/
  .TrackingBox { position: unset; }
  .toc { display: flex; position: relative; flex-wrap: wrap; justify-content: center; margin-top: 30px; padding: 20px;}
	#toc_container { min-width: 70%; }
	#toc_container .toc_list li ul li a { padding: 10px 0 10px 30px; }
  .toc .toc-title { width: 100% }
  .toc-list { margin: 0; padding: 0; }
  .toc-list>li { font-size: 12px; padding: 10px 0; }
  span.contentstable-number {width: 5px; height: 5px; padding: 1px 6px; }

  .toc-list ul li { padding: 10px 0 10px 25px; font-size: 12px; }
  
  
  

  /* 追尾用目次 ： 〜600px
	-----------------------------------------*/
  .H_TrackingBox .toc {margin: 10px; padding: 10px; position: unset; border: unset; background: #F2F2F2; }
  .H_TrackingBox .toc .toc-title { font-size: 12px;}
  .H_TrackingBox .toc .toc-list>li { font-size: 12px; text-align: left; padding-left: 2.5em; text-indent: -2.5em;}
  .H_TrackingBox .toc .toc-list>li ul { padding-left: 0em; text-indent: 0em;}





  /* 記事 ： 〜600px
	-----------------------------------------*/
  .single-title, .page-title { font-size: 25px; }
  .article_content h2 { margin: 50px 0 20px 0; padding: 0 0 7px; font-size: 20px;}
  .article_content p { margin: 15px 0; font-size: 14px;}
  .article_content .PostItemDescriptionImgBox { width: 100%; margin: 5% 0;}
  .article_content .PostItemDescriptionTitle { width: 100%; font-size: 12px; }
  .article_content .PostItemDescriptionTitle:before { font-size: 18px;}
  .article_content .PostDuplexText { padding-right: 0; }
  .article_content .PostDuplexText:first-child {margin: 0;}
  .article_content .PostDuplexNotNumber { width: 100%; padding-right: 0; }


  /* アコーディオン */
  .box04_accordion { width: 100%;}
  .article_content .ItemDescriptionTitle p { margin: 0; font-size: 15px;}
  .box03_accordionQ { padding: 0.8em; font-size: 15px; }
  .article_content .ItemDescriptionClick { font-size: 12px; }
  .box03_accordionQ::after, .box03_accordionQ::before { top: 15px;}
  

  /* テーブル */
  .ItemDescriptionTable tr td:nth-child(1), .box04_accordionA tr td:nth-child(1) { font-size: 12px;}
  .article_content .PostItemDescriptionBox td { font-size: 12px; }
  
  
    /* ボックス */
  .is-layout-flex .BoxTypeNote { width: 100%;}
  .BoxTypeNote .NoteTitle { font-size: 15px;}
  .BoxTypeNote .TitleBlue:before,
  .BoxTypeNote .TitleGreen:before { font-size: 25px;}


  /* 関連記事 ： 〜600px
	-----------------------------------------*/
  .related_post { width: auto; margin: 50px 0 40px 0; padding: 20px;}
  .related_post_container { margin: 3% 0;}
  .related_post h3 { font-size: 25px; }
  .related_post h3:before { font-size: 20px;}
  .related_post_container li { display: flex; align-items: center; padding: 0; }
  .RelatedPostCategory { width: 40%; }
  .RelatedPostCategory a { padding: 5px 0;font-size: 10px; }
  .RelatedTitleLink .related_title{ margin: 10px 0; font-size: 12px; }
  
  
   /* 検索結果 ： 〜600px
	-----------------------------------------*/
	.SearchTitle { font-size: 22px;}
	.SearchTextBox p { font-size: 16px;}
	
	
	
   /* ページTOP ： 〜600px
	-----------------------------------------*/
	#page-top { display: none;}



} /* 〜600px END */





/*---------------------------------------------------------
  iPhone SE用：320px 〜 350px
---------------------------------------------------------*/
@media screen and (min-width:320px) and ( max-width:350px) {



/*---------- テーブル ：〜350px  ----------*/



} /* 〜350px END */




