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

/*サイドバーの幅*/
:root {
  --wp--custom--wrap--side: 25%;
}

/*サイドバーをSPで非表示*/
@media screen and (max-width: 767px) {
  #sidebar1 {
    display:none;
  }
}


/*aタグ関連*/
a{
  font-weight: bold;
}

a:hover {
    cursor: pointer;
}
.memo a{
    text-decoration: underline !important;
}
.memo a:hover {
    text-decoration: none !important;
}
.box-content a{
    text-decoration: underline !important;
}
.box-content a:hover {
    text-decoration: none !important;
}


/*MEMOの文字色*/
.memo_ttl {
    margin-bottom: 5px;
    color: #ff9633;
    font-size: 1.2em;
    font-weight: bold;
}
.memo_ttl:before {
     background: #ff9633;
}


/*ボックスの色*/
.box22 {
    border-left: solid 6px #534c84;
    background: #f6f6f6;
}
.box22 .box-content{
    font-size: 90%;
    line-height: 1.7em;
}
.box22 .box-title{
    font-size: 106%;
}

/*記事最初の購入リンクのボックス背景色*/
.box29 {
    margin: 2em 0;
    border: solid 2px #ffc107;
    background-color: #fdfaf1;
}
/*購入リンクのタイトル色*/
.box29 .box-title {
    color: #6b4319;
}


/*h2見出しのデザイン*/
.entry-content h2{
    margin: 6em 0 1.8em !important;
}
.sgb-heading--type2 {
    border: 2px solid transparent;
    border-radius: 2px;
    padding: 0.65em .65em;
}

/*h3見出しのマージン*/
.entry-content h3{
    font-size: 93% !important;
    margin: 3.5em 0 1.5em !important;
}

/*h4見出し*/
#inner-content .wp-block-sgb-headings .hh17:after {
    border-bottom: 3px solid #534c84;
}
h4{
  margin:4em 0 .8em !important;
}


/*PC用の目次デザイン*/
.fixed-sidebar .toc_widget_list a {
    font-size: 0.85em;
    padding: 4px 5px 4px 7px;
}

ul.menu_level_1 {
    font-size: 90%;
}

.toc_list a:hover {
    text-decoration: underline;
    /*color: #ff652d !important;*/
}
