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

/* 見出し関連
.entry-content h2 {
 font-size: 1.1em;
}

.entry-content h3 {
 font-size: 1.1em;
}

.entry-content h4 {
 font-size: 1.1em;
}

#inner-content .hh {
 margin: 2.0em 0 1em;
}

#inner-content .hh22 {
 padding: .5em;
 border-top: solid 2px #0d846d;
 border-bottom: solid 2px #0d846d;
 background: repeating-linear-gradient(-45deg, #ccffcc, #ccffcc 3px,#e8ffe8 3px, #e8ffe8 7px);
 color: #0d846d;
 text-align: left;
}

#inner-content .hh25 {
 text-align: left;
}

#inner-content .hh9 {
 color: #fff;
}
 */

/* templates */
.entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.entry-meta .ad {
  margin: 0;
}

/*アフィリエイト用ボタンリンク*/
.btn_link{
text-align:center;/*中央寄せ*/
}
.btn_link>a{
    margin: .5em .5em .5em 0;
    text-decoration: none;
    display: inline-block;
    padding: .4em 1.3em;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.2), 0 2px 3px -2px rgba(0,0,0,.15);
    background-color: #4fc3f7;/*背景色*/
    color: #fff;/*文字色*/
    font-weight: bold;/*文字の太さ*/
}
.btn_link>a:hover{
    text-decoration: none;
    box-shadow: 0 13px 20px -3px rgba(0,0,0,.24);
    -webkit-tap-highlight-color: transparent;
}

#appreach-box {
  max-width: 500px;
  color: #fff;
  background: #4a4a4a;
  padding: 4px 6px;
  line-height: 1.4;
  border-radius: 4px;
}

#appreach-box a {
  color: #fff;
}

#appreach-box br {
  display: none;
}

#appreach-image {
  margin-right: 15px !important;
  margin-bottom: 0 !important;
}

#appreach-appname {
  font-size: 1.35em;
  font-weight: bold;
}

#appreach-developer, #appreach-price, .appreach-powered {
  color: #bbb;
  font-size: 11px !important;
}

#appreach-box .appreach-links {
  margin-top: 10px;
}

#appreach-itunes-link {
  margin-right: 10px;
}

#appreach-box .appreach-links img:hover {
  opacity: 0.8;
}

.normal:before {
    font-family: "fontawesome";
    content: '\f0e6';
    display: inline-block;
    margin-right: .3em;
    font-size: 1.2em;
}

.supplement {
    background: lightyellow;
    background: rgba(255, 255, 0, .2);
    font-size: .94em;
    padding: 3% 4%;
    margin: 1.5em 0 2em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    border-color: rgba(165, 165, 165, 0.2);
}

.supplement.boader, .supplement.border {
    background: none;
}

.supplement p:last-child, .c_box p:last-child {
    margin-bottom: 0;
}
