@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を記入していきましょう。*/
/*ロゴ画像を横全体に表示*/
#inner-header, #drawer + #inner-header,#logo{
    width: 100%;
    max-width: 100%!important;
    margin: 0;
    padding: 0;
}
.header--center #logo img {
    padding: 0;
    height: auto;
    width: 100%;
}
.header--center #logo {
    padding: 0;
}
/*END ロゴ画像を横全体に表示*/
.entry-content h2 {
  position: relative;
  color: white;
  background: #9FD4DD;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.entry-content h2::before{
  font-family: FontAwesome;
  content: "\f14a";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}
.entry-content h3 {
position: relative;
padding: 0.25em 0;
border-left: none;
}

.entry-content h3::after{
content: "";
display: block;
height: 4px;
background: -moz-linear-gradient(to right, rgb(106, 193, 183), #DFEFED);
background: -webkit-linear-gradient(to right, rgb(106, 193, 183), #DFEFED);
background: linear-gradient(to right, rgb(106, 193, 183), #DFEFED);
}