@charset "utf-8";



  
  
/*---------------------------------------------------
   404 ＆ 検索結果
---------------------------------------------------*/
  #post-newcardArea {
    width: 70%;
    padding: 0 5% 0 0;
  }
  
  .search-title {
    margin: 0 0 10px;
    font-size: 3.5rem;
    font-weight: bold;
  }
  
  .search-text p{
    margin: 0 auto;
    line-height: 2;
    font-size: 2.2rem;
  }
  
  
  /* 検索結果 記事一覧
  -----------------------------------------*/
  .post-newcardBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 50px 0 0 0;
  }
  
  .post-newcardBox .postcard_item {
    width: 45%;
    margin: 0 20px 40px 0;
  }
  
  .post-newcardBox:nth-child(even) {
    margin: 0;
  }
  
  figure.post-cardthumbnail {
    margin: 0;
  }
  
  figure.post-cardthumbnail img{
    max-width: 100%;
    width: 100%;
    height: auto;
    border: 0;
  }
  
  h2.postcard_title {
    margin: 20px 0 5px 0;
  }
  
  p.byline {
    font-size: 1.5rem;
    text-align: right;
  }
  
p.postcard_text {
    font-size: 1.5rem;
    line-height: 1.8;
}
  
  
  
  
/*---------------------------------------------------
  基本設定
---------------------------------------------------*/

  
  
/*---------- 著者名 ----------*/
.article_content .article-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  font-size: 1.5rem;
  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: 1.5rem;
  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 5px 5px 0;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
    color: #72c7e6;
  }
  
  .post-categoryTop ul li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07c";
    margin: 0 2px 0 0;
  }
  
  .post-categoryTop ul li a:hover {
    color: #008fde;
    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: 1.5rem;
    line-height: 1.8;
  }
  
  .post-tagTop .tags a {
    display: inline-flex;
    margin: 0 5px 10px 0;
    padding: 3px 10px;
    font-size: 1.3rem;
    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;
  }
  
  

  
  
  
  
 /* 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: 1.8rem;
  }
  
  .snsButtonBox li i:hover {
    font-size: 2.2rem;
  }
  
  
/*---------- ボタンの各ブランドカラー設定 ----------*/
  
  /* 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: 1.1rem;
    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: 2.2rem;
  }
  
  .snsButtonBox .snsbtn_type02 .url-copied span {
    border-radius: 90px;
  }
  
  
/* SNSボックスデザイン03
-----------------------------------------*/
  
  
  

  


/*---------------------------------------------------
  目次
---------------------------------------------------*/
.toc {
  position: relative;
  margin-top: 50px;
  padding: 20px 40px;
  word-break: break-all;
  word-wrap: break-word;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  background: #f8f8f8;
}
  
/* タイトル */
.toc .toc-title {
  position: relative;
  margin: auto 0;
  padding: 0 0 10px 0;
  font-size: 2rem;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
}
  
.toc .toc-title {
  position: relative;
  margin: auto 0;
  padding: 0 0 10px 0;
  font-size: 2rem;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
}
  
.toc .toc-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0cb";
  font-weight: 900;
  width: 30px;
  height: 30px;
  border-radius: 60px;
  margin: 0 5px 0 0;
  padding: 8px;
  background: #ffd700;
}
  
.toc-toggle {
  margin: 0;
  font-size: 1.5rem;
  vertical-align: middle;
  letter-spacing: 0px;
}
  
.toc-list {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  line-height: 1.7;
  border-top: 1px solid rgba(0,0,0,.1);
}
  
.toc-list>li {
  margin: 10px 0;
  padding-left: 2em;
  text-indent: -2em;
}
  
.toc-list li a{
  color: #000;
}
  
.toc-list li a:hover{
  color: #c5b249;
  text-decoration: underline;
}
  
/* 2行目以降 */
.toc-list ul {
  margin: 8px 0;
  list-style: none;
  -webkit-padding-start: 0em;
}

.toc-list ul li {
  padding-left: .8em;
  text-indent: -.8em;
}

.toc-list ul li::before{
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  cursor:pointer;
}
  
.toc-list ul li span{
  display: none;
}
  
span.contentstable-number {
  width: 10px;
  height: 10px;
  margin: 0 2px 0 0;
  padding: 2px 9px;
  border-radius: 90px;
  background-color: #ffd700;
}


/* サイドバー追尾 */
.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: 35px;
  font-size: 1.5rem;
  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: 1.5rem;
} */

.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: 1.5rem;
  font-weight: 500;
  border-bottom: 1px dotted #C1B385;
}

p.AuthorDescription {
  margin: 10px 0 0;
  font-size: 1.5rem;
  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: 1.3rem;
  padding:5px;
  overflow: hidden;
}

.belle-info2{
  font-size: 1.3rem;
  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: 2rem;
  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: 1.5rem;
  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: 1.5rem;
}
  
#respond label {
  font-size: 1.4rem;
}
  
#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: 1.5rem;
}
  
  
#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: 1.5rem;
}
  
#respond input[type="submit"]:hover {
  opacity: .75;
}
  
#respond .required	{
  color: #ff0000;
}
  
  
  
/* コメント表示
-----------------------------------------*/
#comments footer{
  background: none;
  margin: 0;
  color: #000000;
  font-size: 1.2rem
}
  
#comments h3 {
  font-size: 2.5rem;
  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 img {
  width: 20%;
}

#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: 1.1rem;
  text-decoration: none;
  opacity: .75;
  color: inherit;
}
  
.comment-content {
  margin-top: 1rem;
  line-height: 1.5;
}
  
/* コメントテキスト */
.comment-content p{
  margin: 0;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}
  
  
  
  
  
/*---------------------------------------------------
  関連記事
---------------------------------------------------*/
  .related_post{
    width: auto;
    margin-bottom: 40px;
  }
  
  .related_post h3{
    font-size: 2.2rem;
    font-weight: 600;
    border-left: 9px solid #51342B;
    text-align: justify;
    margin-bottom: 20px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  
  .related_post h3:after {
    background-image: unset;
  }
  
  .related_post_container {
    width: auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  .related_post_container li{
    width: 32%;
    margin-right: 1.3%;
  }
  
  .related_post_container li:nth-child(3){
    margin-right: 0;
  }
  
  .related_post_container li:nth-child(6){
    margin-right: 0;
  }
  
  .related_post_container li:nth-child(n+1):nth-child(-n+4){
    margin-bottom: 30px;
  }
  
  .related_post_container a{
    display: flex;
    flex-direction: column;
    color: #1f1411;
  }
  
  
  .related_thumb{
    width: 100%;
  }
  
  /* サムネイル */
  .related_thumb img{
    width: 100%;
    margin: 0;
  }
  
  /* タイトル */
  p.related_title{
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
  }
  
  /* 更新日 */
  .related_post_container time.date{
    font-size: 1.2rem;
    font-weight: 500;
    color: #A0A0A0;
  }
  
  
  /*---------- スマホ向けのレイアウトの指定 ; 〜550px  ----------*/
  @media (max-width: 550px){
    .related_post h3{
        font-size: 1.8rem;
    }
    .related_post_container{
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .related_post_container li{
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
        border: 1px solid #E8E8E8;
    }
    .related_post_container li:nth-child(n+1):nth-child(-n+4){
        margin-bottom: 10;
    }
    .related_post_container a{
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .related_thumb{
        width: 43%;
    }
    .related_thumb img{
        vertical-align: bottom;
    }
    .related_title{
        width: 55%;
        font-size: 1.2rem;
    }
  }
  
  
  
  
/*---------------------------------------------------------
    記事案内
---------------------------------------------------------*/
  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: 1.3rem;
  }
  
  /* 次の記事へ */
  .post_navi-next {
    width: 55%;
    font-size: 1.3rem;
  }
  
  /* サムネイル */
  .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: 1.8rem;
    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: 2.5rem;
    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;
    }
  }
  
  

  

/*---------------------------------------------------------
  タブレットのレイアウトの指定：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) {


/*---------- テーブル ：〜960px  ----------*/



} /* 〜960px END */





/*---------------------------------------------------------
  スマートフォン用の指定：481px 〜 600px
---------------------------------------------------------*/
@media screen and (min-width:481px) and ( max-width:600px) {



  /* 目次  ： 〜600px
	-----------------------------------------*/
  .toc { padding: 20px; }
	#toc_container { min-width: 70%; }
	#toc_container .toc_list li ul li a { padding: 10px 0 10px 30px; }
  .TrackingBox { position: unset; }


  /* 追尾用目次  ： 〜600px
	-----------------------------------------*/
  .H_TrackingBox .toc {margin: 10px; padding: 10px; position: unset; border: unset; background: #F2F2F2; }
  .H_TrackingBox .toc .toc-title { font-size: 1.2rem;}
  .H_TrackingBox .toc .toc-list>li { font-size: 1.2rem; text-align: left; padding-left: 2.5em; text-indent: -2.5em;}
  .H_TrackingBox .toc .toc-list>li ul { padding-left: 0em; text-indent: 0em;}
  span.contentstable-number {width: 5px; height: 5px; padding: 1px 8px; }





} /* 〜600px END */





/*---------------------------------------------------------
  スマートフォン用の指定：351px 〜 480px
---------------------------------------------------------*/
@media screen and (min-width:351px) and ( max-width:480px) {




  /* 目次 ： 〜480px
	-----------------------------------------*/
  .toc { padding: 20px; }
	#toc_container { min-width: 70%; }
	#toc_container .toc_list li ul li a { padding: 10px 0 10px 30px; }
  .TrackingBox { position: unset; }


  /* 追尾用目次 ： 〜480px
	-----------------------------------------*/
  .H_TrackingBox .toc {margin: 10px; padding: 10px; position: unset; border: unset; background: #F2F2F2; }
  .H_TrackingBox .toc .toc-title { font-size: 1.2rem;}
  .H_TrackingBox .toc .toc-list>li { font-size: 1.2rem; text-align: left; padding-left: 2.5em; text-indent: -2.5em;}
  .H_TrackingBox .toc .toc-list>li ul { padding-left: 0em; text-indent: 0em;}
  span.contentstable-number {width: 5px; height: 5px; padding: 1px 8px; }



} /* 〜480px END */





/*---------------------------------------------------------
  iPhone SE用：320px 〜 350px
---------------------------------------------------------*/
@media screen and (min-width:320px) and ( max-width:350px) {



/*---------- テーブル ：〜350px  ----------*/



} /* 〜350px END */
