@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
/*アイキャッチ画像を中央寄せ*/.post-thumbnail {
  text-align: center;
}

/*アイキャッチ画像のデフォルトサイズに*/
.post-thumbnail img {
  width: auto;
}
/* SANGO用 見出し<h2>設定 */
.entry-content h2{
position: relative;
background: #dfefff;
box-shadow: 0px 0px 0px 5px #dfefff;
border: dashed 2px #FFFFFF;
padding: 0.2em 0.5em;
color: #454545;
}

.entry-content h2:after{
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #ffffff #ffffff #a8d4ff;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
/* SANGO用 見出し<h3>設定 */
.entry-content h3 {
border-left: none;
padding: 0;
position: relative;
padding-left: 25px;
}

.entry-content h3:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px #77c3df;
}
.entry-content h3:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px #77c3df;
}
/* SANGO用 固定ページSNS非表示 */
.page .sns-btn {
    display: none;
}