@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*spのロゴ*/
#logo img{
    height:auto;
	width:170px;
}
html,
body,
div,
p,
ul,
li {
    margin: 0;
    padding: 0
}

body {
    word-break: break-all;
    word-wrap: break-word
}

address {
    font-style: normal;
    font-weight: normal
}

body {
    width: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif
}

:root {
    --grid-btm: 8px;
    --h3-f-size: 18px;
    --image-size: 80px;
    --min-image-area: 88px;
    --f-size: 11px
}

:root {
    --grid-btm: 10px;
    --h3-f-size: 16px;
    --image-size: 86%;
    --min-image-area: 86px;
    --f-size: 11px
}

footer.global {
    background: #fafafa;
    padding: 16px 0 0;
    border-bottom: solid 2px #09e
}

footer.global>ul {
    margin: 0 12px;
    list-style: none
}

footer.global>ul::after {
    clear: both;
    content: "";
    display: block
}

footer.global>ul li {
    float: left;
    margin: 0 0 12px;
    color: #bbb;
    font-size: 12px
}

footer.global>ul li:last-child {
    margin-bottom: 16px
}

footer.global>ul li:after {
    content: "|";
    margin: 0 12px
}

footer.global>ul li:last-child:after {
    content: "";
    margin: 0
}

footer.global>ul li a {
    text-decoration: none;
    color: #07c
}

footer.global>ul li a:hover,
footer.global>ul li a:active {
    text-decoration: underline;
    color: #09e
}

.global__exlink {
    margin: 0 12px;
    padding: 8px 0
}

.global__exlink p {
    margin: 0 0 10px;
    color: #282828;
    font-size: 12px
}

.global__exlink ul {
    list-style: none
}

.global__exlink ul::after {
    clear: both;
    content: "";
    display: block
}

.global__exlink ul li {
    float: left;
    margin: 0 0 12px;
    font-size: 12px
}

.global__exlink ul li:after {
    content: "|";
    margin: 0 10px;
    color: #282828;
    font-size: 12px
}

.global__exlink ul li:last-child:after {
    content: "";
    margin: 0
}

.global__exlink ul li a {
    text-decoration: none;
    color: #282828
}

.global__exlink ul li a:hover,
.global__exlink ul li a:active {
    text-decoration: none;
    color: #282828
}

.global__copyright {
    position: relative;
    padding: 12px 16px 11px;
    background: #e6e6e6
}

.global__copyright address {
    font-size: 12px;
    font-family: Arial, sans-serif
}

.global__copyright address a {
    display: inline-block;
    text-decoration: none;
    color: #282828
}

.global__copyright address span {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: middle
}

.global__copyright--gamerch span {
    position: relative;
    top: -1px;
    height: 19px;
    width: 56px;
    margin-left: 3px;
    background: url(https://cdn.gamerch.com/assets/svg/global/gamerch_logo_full.svg?f8328da)
}

body {
    background-color: #f5f5f5
}



@media(min-width:768px) {
    address {
        font-style: normal;
        font-weight: normal
    }

    body {
        font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
        color: #282828;
        background-color: #f5f5f5
    }

    .global {
        position: relative;
        z-index: 2
    }

    :root {
        --grid-btm: 8px;
        --h3-f-size: 18px;
        --image-size: 80px;
        --min-image-area: 88px;
        --f-size: 11px
    }

    footer.global {
        width: 100%;
        background-color: #ebebeb;
        border-bottom: solid 2px #09e
    }

    footer.global>ul {
        height: 42px;
        width: 1000px;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        list-style: none
    }

    footer.global>ul>li {
        display: inline;
        margin-right: 10px
    }

    footer.global>ul>li:last-child {
        margin-right: 0
    }

    footer.global>ul>li:after {
        content: "|";
        margin-left: 10px;
        color: #b4b4b4;
        font-size: 12px
    }

    footer.global>ul>li:last-child:after {
        content: "";
        margin-left: 0
    }

    footer.global>ul>li a {
        text-decoration: none;
        color: #07c;
        font-size: 12px;
        line-height: 43px
    }

    footer.global>ul>li a:hover {
        text-decoration: underline;
        color: #09e
    }

    .global__exlink {
        width: 880px;
        margin: 0 auto;
        padding: 0 0 12px;
        font-size: 12px
    }

    .global__exlink::after {
        clear: both;
        content: "";
        display: block
    }

    .global__exlink p {
        margin: 0 0 4px;
        font-weight: bold
    }

    .global__exlink ul {
        list-style: none
    }

    .global__exlink ul::after {
        clear: both;
        content: "";
        display: block
    }

    .global__exlink ul li {
        float: left;
        line-height: 1.8
    }

    .global__exlink ul li:after {
        content: "|";
        margin: 0 10px;
        color: #b4b4b4;
        font-size: 12px
    }

    .global__exlink ul li:last-child:after {
        content: "";
        margin: 0
    }

    .global__exlink ul li a {
        text-decoration: none;
        color: #282828
    }

    .global__exlink ul li a:hover {
        text-decoration: none;
        color: #282828
    }

    .global__copyright {
        background-color: #dcdcdc
    }

    .global__copyright--gamerch {
        height: 42px;
        width: 1000px;
        margin: 0 auto;
        padding: 8px 0 0;
        box-sizing: border-box;
        background-color: #dcdcdc
    }

    .global__copyright--gamerch a {
        color: #282828;
        font-size: 12px;
        text-decoration: none
    }

    .global__copyright--gamerch span {
        position: relative;
        top: -1px;
        display: inline-block;
        height: 18px;
        width: 54px;
        margin-left: 3px;
        overflow: hidden;
        text-indent: -9999px;
        vertical-align: middle;
        background-image: url(https://cdn.gamerch.com/assets/svg/global/gamerch_logo_full.svg?f8328da)
    }

    body {
        background-color: #f5f5f5
    }
	/*pcのロゴ*/
	#logo img{
	    height:auto;
		width:250px;
    }
}


#toc_container {
  width: 87% !important;
  margin: 0 auto;
  border: 0;
  border-top: 5px solid !important;
  border-top-color: #f8c678 !important; /* 上のボーダーの色 */
  border-radius: 10px;
  box-shadow: 0 2px 2px rgb(0 0 0 / 20%) !important; /* 表の影 */
}
@media screen and (min-width: 600px) {
  #toc_container {
    width: 70% !important;
  }
}

.toc_title {
  display: block !important;
  padding: 0 !important;
  margin-right: 15px !important;
  color: #f8c678 !important; /* タイトルの色 */
  text-align: center;
}

.toc_title::before {
  position: relative !important;
  width: 45px !important;
  height: 45px !important;
  margin-right: 5px;
  font-size: 0.9em !important;
  background-color: #f8c678 !important; /* タイトルのアイコンの背景色 */
}

.toc_list a {
  position: relative;
  display: block;
  padding-bottom: 0.5em;
  font-weight: 700;
  line-height: 2;
  color: #333; /* 文字色 */
  border-bottom: dashed 1px silver;
}

.toc_list li {
  position: relative;
  padding: 0.3em 1em 0.1em 1.1em !important;
  font-weight: 700;
  line-height: 1.5;
  list-style: none !important;
}

.toc_list > li > a {
  padding-bottom: 0.3em;
}

.toc_list li::before {
  position: absolute;
  top: 0.4em;
  left: -0.4em !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  color: #f8c678; /* アイコンの色 */
  content: "\f138";
}

.toc_list li ul a {
  padding-top: 0;
  padding-bottom: 0.2em;
  font-size: 0.9em;
  font-weight: 400 !important;
}

.toc_list li ul li::before {
  top: 0.2em;
  left: 0 !important;
  font-size: 1.2em;
  content: "\f105";
}


.widget_categories ul li a::before {
  padding-right: 7px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f8c678;
  content: "f07b"; /* 親カテゴリのアイコンの色 */
}

li.cat-item li a {
  color: #777; /* 文字色 */
}

li.cat-item ul li a::before {
  color: #f8c678 !important; /* 子カテゴリのアイコンの色 */
}

li.cat-item a:hover {
  background-color: rgb(255 179 107 / 20%) !important; /* ホバー時の背景色 */
  opacity: 0.9;
  transform: scale(1.06);
}

.entry-count {
  float: right;
  padding: 0 1em;
  border-radius: 25%;
}