@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を記入していきましょう。*/

/*h2見出し*/
.entry-content h2 {
    position: relative;
    padding: 0.6em;
    color: #ffffff;/*文字色*/
    background: #00386b;
}

.entry-content h2:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #00386b;
    width: 0;
    height: 0;
}


/*h4見出し*/
.entry-content h4{
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #FFFFFF;/*背景色*/
  border-bottom: solid 3px #00386B;/*下線*/
}

/*h6見出し*/
.entry-content h6 {
    font-size: 1.1rem;
    position: relative;/*相対位置*/
    padding:  0em 2.0em;/*アイコン分のスペース*/
    line-height: 1.4;/*行高*/
}

.entry-content h6:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";/*アイコンのユニコード*/
    position: absolute;/*絶対位置*/
    font-size: 1em;/*サイズ*/
    left: 0;/*アイコンの位置*/
    top: 0;/*アイコンの位置*/
    color: #00386b; /*アイコン色*/
}

/*---仮見出し---*/
.temporaryheader {
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;/*相対位置*/
    line-height: 1.4;/*行高*/
}

/*強調*/
strong {
    font-weight: bold;
    color: red;
}

/*赤太文字*/
.red {
    font-weight: bold;
    color: red;
} 

/*マーカー*/
.marker {
    background: linear-gradient(transparent 60%, yellow 60%);
    font-weight: bold;
}

/*太文字*/
.bold {
    font-weight: bold;
}

/*記事下シェアボタン消す*/
.article-footer .footer-contents .sns-btn {
display: none;
}

/*テーブルの中でリストタグを使う*/
.entry-content td ul,
.entry-content td ol {
border: none;
margin: 5px 0;
padding: 0 0 0 1.4em;
}

/*ロゴの大きさ調整*/
@media only screen and (min-width: 750px) {
   #logo, #logo img, .desktop-nav li a {
       height: 45px;
       line-height: 80px;
    }
}




.table-responsive {
display: block;
overflow-x: auto;
width: 100%;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}



.entry-content td:last-child, .entry-content th:last-child {
border-right: 2px solid #e0e0e0;