/* リンク一覧ページのスタイル  */



/* ナビリンクの「タグ一覧」を太字にする (PC版のみ) */
@media (min-width: 769px) {
   .nav_item.tags_view {
      font-weight: bold;
   }
}



/* リンク一覧のコンテナ */
nav.tags {
   height: auto;
}

nav.tags p {
   font-size: 1.2rem;
   font-weight: bold;
}

nav.tags p a {
   color: #555;
}



/********** 顔文字検索のリンク **********/

/* PC版のみ グリッドデザイン */
@media (min-width: 769px) {
   nav.tags ul.parent_tags {
   }
}

nav.tags ul.parent_tags {
   margin-top: 1.2rem;
}


nav.tags ul.parent_tags li.parent_tag {
   list-style-type: none;
   font-size: 1.2rem;
}


nav.tags ul.parent_tags li.parent_tag:not(:first-child) {
   margin-top: 2.3rem;
}



nav.tags ul.parent_tags li.parent_tag a.parent_tag_link {
   color: #555;
   display: block;
   padding: 0 0.4rem;
   text-decoration: none;
   font-size: 1rem;
   font-weight: bold;
   border-left: dashed 3px #999;
   background-color: #ddfcdc;
   background: -webkit-repeating-linear-gradient(-45deg, #eee, #eee 5px, #ffffff 5px, #ffffff 10px);/*ストライプ*/
   background: repeating-linear-gradient(-45deg, #eee, #eee 5px, #ffffff 5px, #ffffff 10px);/*ストライプ*/
}


/* スマホ版のみ */
@media (max-width: 768px) {
   nav.tags ul.parent_tags li.parent_tag a.parent_tag_link {
      font-size: 1.2rem;
   }
}



nav.tags ul.parent_tags ul.child_tags {
   padding-left: 1rem;
   width: auto;
}

nav.tags ul.parent_tags ul.child_tags li.child_tag {
   list-style-type: none;
   margin-bottom: 0.5rem;
   margin-left: 0.5rem;
   margin-top: 0.5rem;
   font-size: 1.0rem;
   display: inline-flex;
}


/* スマホ版のみ */
@media (max-width: 768px) {
   nav.tags ul.parent_tags ul.child_tags li.child_tag {
      font-size: 1.3rem;
   }
}


nav.tags ul.parent_tags ul.child_tags li.child_tag:hover {
}


nav.tags ul.parent_tags ul.child_tags li.child_tag a.child_tag_link {
   color: #555;
   text-decoration: none;
   padding: 0.2rem 0.4rem 0.1rem 0.4rem;
   border: 1px solid #777;
   border-radius: 3px;
}

nav.tags ul.parent_tags ul.child_tags li.child_tag a.child_tag_link:hover {
   color: #fff;
   border: 1px solid #555;
   background-color: #555;
   border-radius: 3px;
   font-weight: bold;
   padding: 0.2rem 0.4rem 0.1rem 0.4rem;
}


nav.tags ul.parent_tags ul.child_tags li.child_tag a.child_tag_link:active {
   overflow: hidden;
   border-radius: 3px;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* タップハイライトを無効化 */
}






/* スマホ版のみ */
@media (max-width: 768px) {
   nav.tags ul.parent_tags li.parent_tag:not(:first-child) {
      margin-top: 1.8rem;
   }

   nav.tags ul.parent_tags ul.child_tags li.child_tag {
      margin-left: 0.3rem;
   }
}

/********** その他のリンク **********/
nav.tags div.other_tags {
   margin-top: 3rem;
}


div.other_tags div.about_us_tags {

}


div.other_tags div.about_us_tags ul.info_tags {
   margin-top: 0.7rem;
}


div.other_tags div.about_us_tags ul.info_tags li.info_link {
   list-style-type: none;
   margin-bottom: 0.5rem;
   font-size: 1.0rem;
}
