@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を記入していきましょう。*/
#logo {
    font-size: 15px;/*スマホサイズ*/
}
@media only screen and (min-width: 481px) {
   #logo {
       font-size: 23px;/*481px以上での表示サイズ*/
   }
}

/* 見出し色変更 */
.entry-content h2 {
  color: #333333;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #333333;/*上線*/
  border-bottom: solid 3px #333333;/*下線*/
}

.entry-content h3 {
  color: #333333;/*文字色*/
  border-bottom: double 5px #333333;/*線の種類（二重線）太さ 色*/
  border-left: none;/*左端線削除*/
}

.entry-content h4 {
  color: #333333;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #333333;
}

.entry-content h5 {
  color: #333333;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #F9F9F8;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

h5:before {
  content: '◆';
  color: #333333;
  margin-right: 8px;
}

/* END見出し色変更 */

/* テーブルを横スクロール */
table {
 width: 100%;
}

/*tableをスクロールさせる*/
/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
 overflow: auto;
 white-space: nowrap;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

.cat-name {
    top: -10px;
    left: 10px;
}

/*画像に吹き出しを追加する*/
.hukibox {/*オリジナルボックスの設定*/
    padding: 1em;/*内部の余白　上下左右*/
    position: relative;/*このボックスを基準点にする*/
    border: solid 3px #eee;/*枠線*/
    border-radius: 9px;/*角丸*/
    background-color: #FFFFFF;
}
.hukibox:before , .hukibox:after {/*疑似要素の共通部分*/
    content: '';/*おきまりの表現*/
    position: absolute;/*自由に動けるように*/
    top: 32%;/*上からの位置*/
    border: 18px solid transparent;/*枠線の設定*/
}
.hukibox:before {/*疑似要素（前）*/
    left: -39px;/*左からの位置*/
    border-right: 20px solid #eee;/*枠線（右）*/
}
.hukibox:after {/*疑似要素（後）*/
    left: -34px;/*左からの位置*/
    border-right: 20px solid #fff;/*枠線（右）*/
}
@media screen and (max-width: 480px){/*最大480pxまで（スマホ表示）*/
.hukibox:before , .hukibox:after {/*疑似要素共通部分*/
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    left: 40%;
}
.hukibox:before {
    border-bottom: 20px solid #eee;
    top: -40px;
}
.hukibox:after {
    border-bottom: 20px solid white;
    top: -36px;
}}
@media only screen and (min-width: 481px){/*最小481pxまで（PC表示）*/
.shtb2.tbrsp .cell:last-of-type {/*2列用の最後のセル*/
    vertical-align: middle;/*縦方向の位置を中心にする*/
}}
/*END 画像に吹き出しを追加する*/

/*tableにスクロールバーを追加（PC）*/
.entry-content table.tb-responsive {
    display: block;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
}
/*ENDtableにスクロールバーを追加（PC）*/

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

/*ENDボタン色変更*/

/* オリジナルボタンのスタイル */
 /*/ Yahoo！の「検索」ボタン /*/
.my-original1 { 
  display: inline-block;
  padding: 0.5em 1em;
  border: 2px solid #1a75ff;
  border-radius: 4px 4px 4px 4px; /* 角丸 */
  background: #1a75ff; /* 背景色*/
  color: #FFF;/* テキスト色*/
  text-align: center;
  font-weight: bold;
}
  /*//アフィリリンク用テキストカラー//*/
#inner-content .my-original1 a {
  color: #FFF; /* テキストカラー */
}
  /*//END アフィリリンク用テキストカラー//*/

 /*/ END Yahoo！の「検索」ボタン /*/

 /*/ googleショッピングの「もっと見る」 /*/
.my-original2 { 
  display: inline-block;
  background-color: #fff;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #1a73e8;
  border: solid 1px #1a73e8;
  border-radius: 6px;
  transition: .4s;
  text-align: center;
  font-weight: bold;
}

  /*//アフィリリンク用テキストカラー//*/
#inner-content .my-original2 a {
  color: #1a73e8; /* テキストカラー */
}
  /*//END アフィリリンク用テキストカラー//*/

 /*/ END googleショッピングの「もっと見る」 /*/

 /*/ Googleスマホ検索結果下部の「もっと見る」 /*/
.my-original3 { 
  display: inline-block;
  background-color: #fff;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #202124;
  border: solid 1px #DFE1E5;
  border-radius: 20px;
  transition: .4s;
  text-align: center;
}

  /*//アフィリリンク用テキストカラー//*/
#inner-content .my-original3 a {
  color: #202124; /* テキストカラー */
}
  /*//END アフィリリンク用テキストカラー//*/

 /*/ END Googleスマホ検索結果下部の「もっと見る」 /*/

 /*/ 丸縁赤色ボタン用CSS /*/
.my-original-red-radius{
  display:block;
  margin-top:1em;
  background:#E60A45;
  color:#fff;
  box-shadow:0 5px 0 #7C0000;
  text-decoration:none;
  text-align:center;
  border-radius: 50px;
  padding-top: 1em;
}
  /*//アフィリリンク用テキストカラー//*/
#inner-content .my-original-red-radius a {
  color: #FFF; /* テキストカラー */
}
  /*//END アフィリリンク用テキストカラー//*/

 /*/ END 丸縁赤色ボタン /*/

/*/ 丸縁赤色ボタン用CSS2 /*/
.cubic1 {
  border-radius: 100px;
  min-width: 90%;
  padding: 20px 30px;
  position: relative;
}
.cubic1::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* ENDオリジナルボタンのスタイル */

/*アフィリエイトボタン用CSS*/
#inner-content .btn2{padding:0;margin:.5em .5em .5em 0}#inner-content .btn2 a{display:block;padding:.4em .8em}
#inner-content .btn2 a:hover{display:block;text-decoration:none}.btn2.btntext a {color: inherit;}
#inner-content .btn2.raised a{color:#fff}
.btn2.flat1 a{color:#00bcd4}.btn2.flat1 a:hover{color:#fff}/**/
.btn2.flat2 a{color:#67c5ff}.btn2.flat2 a:hover{color:#fff}/**/
.btn2.flat3 a,.btn2.flat4 a,.btn2.flat5 a{color:#67c5ff}/**/
.btn2.flat4 a:hover{color:#679efd}/**/
.btn2.flat5 a:hover{color:#fff}/**/
.btn2.flat6 a{color:#668ad8}.btn2.flat6 a:hover{color:#fff}/**/
.btn2.flat7 a{color:#67c5ff}/**/
.btn2.flat8 a{color:#00bcd4}/**/
.btn2.flat9 a{color:#fff}/**/
.btn2.flat10 a{color:#ffa000}.btn2.flat10 a:hover{color:#fff}/**/
.btn2.flat11 a{color:#668ad8}/**/
.btn2.cubic1 a,.btn2.grad1 a,.btn2.grad2 a,.btn2.grad3 a,
.btn2.grad4 a{color:#fff}
#inner-content .btn2.emboss a{color:rgba(0,0,0,.4)}
.btn2.text3d.blue-bc a{color:#4f9df4}
.btn2.text3d.red-bc a{color:#f88080}
.btn2.text3d.green-bc a{color:#90d581}
.btn2.cubic2 a,.btn2.cubic3 a{color:#fff}
.btn2 img{visibility:hidden;display:block;width:0;height:0;}

/*END アフィリエイトボタン用CSS*/

/*Table of Contents Plus 円形のアイコンを削除*/
.entry-content #toc_container .toc_title:before {
  content: none;
}
/*END Table of Contents Plus 円形のアイコンを削除*/

/*「にほんブログ村」バナーマージン*/
.mgl-10{
    margin-left:10px;
}

.mgt-10{
    margin-top:10px;
}
/*END 「にほんブログ村」バナーマージン*/

/*黒板*/
.blackboard{
  position: relative;
  max-width: 640px;
  margin: 0 auto 2em;
  border: 10px solid #E3B66A;
  background: #369377;
  color:white;
  padding: 1.8em;
}
p.blackboard__title {
  margin: 0 !important;
  font-size: 36px !important;
  font-weight: bolder;
}
.blackboard ul {
  padding: .5em .5em .5em 0;
  margin: 0 0 2em;
  list-style: none;
}
.blackboard ul li {
  font-size: 17px !important;
  font-weight:bolder;
  position: relative;
  padding: .7em 0 .5em 2em;
  border-bottom: 2px solid rgba(255,255,255,.21);
}
.blackboard ul li:before {
  font-family: "Font Awesome 5 Free"!important;
  content: "\f00c";
  top: 0;
  left: 0;
  font-size: 25px;
  position: absolute;
  color: #ffc679;
  font-weight: bold;
}
@media screen and (max-width: 1030px) {
.blackboard{
    padding: 1em;
}
p.blackboard__title {
    font-size: 30px !important;
  }
}
/*END 黒板*/

/*box8変更*/
.box8 {
  background-color: #FFFDEF;
  border-left: none;
}
/*END box8変更*/
/*box28変更*/
.box28 .box-content {
  background-color: #FFFFFF;
}
/*END box28変更*/

/*口コミボックス*/
.good, .ungood {/*ボックス共通部分*/
    border: 2px solid #EEEEEE;/*枠線*/
    color: #252525;/*文字色*/
    padding: 1.5em 1em;/*内側余白*/
    margin: 2em 0;/*外側余白*/
    background-color: #F9F9F9/*背景色*/
}
.good .box-title, .ungood .box-title {/*タイトル部分*/
    display: flex;/*配置しやすい種類に変更*/
    align-items: center;/*縦方向を真ん中に*/
    line-height: 1;/*行の高さ*/
    margin-bottom: 5px;/*外側　下の余白*/
}
.good .box-title, .good .box-title:before {/*タイトルとアイコンの色*/
    color: #fda359;/*文字色*/
}
.ungood .box-title, .ungood .box-title:before {/*タイトルとアイコンの色*/
    color: #4cb1bf;/*文字色*/
}
.good .box-title:before ,.ungood .box-title:before {/*アイコン*/
    font-family: "font awesome 5 free";/*種類*/
    margin-right: 5px;/*外側　右余白*/
    font-size: 1.7em;/*文字の大きさ*/
}
.good .box-title:before {/*メリットのアイコン*/
    content: "\f599";/*アイコンの種類*/
}
.ungood .box-title:before {/*デメリットのアイコン*/
    content: "\f5c8";/*アイコンの種類*/
}
/*END 口コミボックス*/

/*ブログカードに「続きを読む」を追加*/
.linkto,
.c_linkto{
  font-size: .9em;
  position: relative;
}
.linkto{
  box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
  transition: .3s;
  border: solid 1px #eaedf2;
}
.linkto:after,
.c_linkto:after{
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content:'続きを読む \f101';
  right:10px;
  bottom: 10px;
  padding:1px 10px;
  background:#333;/*「続きを読む」の背景色*/
  color:#fff;/*「続きを読む」の文字色*/
  font-size: .8em;
  border-radius:2px;
}
.linkto:hover{
  background:#fff;
  box-shadow: 0 13px 20px -3px rgba(0,0,0,.24);
}
.linkto img,
.linkto:hover img {
  box-shadow: none;
}
.tbtext{
  padding: 1em .5em;
}
.c_linkto_text{
  margin-bottom:20px;
}
.linkto .tbimg {
  width: 120px;
}

@media (min-width:768px) and (max-width:1023px) {
  .linkto {
    padding:5px;
  }
  .linkto:after{
  right:5px;
  bottom: 5px;
  }
  .linkto .tbimg {
    width: 100px;
    vertical-align:top;
    padding-top:3px;
  }
  .tbtext {
    padding: 0 .5em 1.5em .5em;
  } 
  .longc_content{
    padding: 15px 13px 30px 13px !important;
  }
}

@media (max-width:767px){
  .linkto {
    padding:3px;
  }
  .linkto:after{
    right:3px;
    bottom: 3px;
  }
  .linkto .tbimg {
    width: 100px;
    vertical-align:top;
    padding-top:3px;
  }
  .tbtext {
    padding: 0 .5em 1.5em .5em;
  } 
}
/*ブログカードに「続きを読む」を追加*/

/*フェードイン*/
/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}
/*ENDフェードイン*/

/* スクリーン幅が1030px以上のときに3列にする */
@media only screen and (min-width: 1030px) { .catpost-cards .c_linkto { width: 31%; }
}
/* ENDスクリーン幅が1030px以上のときに3列にする */

/* box26(未完) */
.box26 {
  border:none;
  margin: 2em 0;
  padding: 1.5em 1em;
  background: repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    ##CBFAD4 3px,
    ##CBFAD4 7px
  );
}
/* ENDbox26 */

/* Google Font Zen Kurenaido */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap');
/* END Google Font Zen Kurenaido */

/* 線が離れたボタン / 背景色黄色 */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 背景用*/
.btn,
a.btn,
button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;

  background: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

a.btn-border-shadow--color {
  border-radius: 0;
  background: yellow;
}

a.btn-border-shadow--color:before {
  border-radius: 0;
}
/* END 線が離れたボタン / 背景色黄色 */
/* Googleフォーム */
.c-form {
  max-width: 600px;
  margin: 0 auto;
}
.c-form__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 20px;
}
.c-form__label,
.c-form__input {
  padding: 10px;
}
.c-form__label {
  width: 90%;
}
.c-form__input {
  width: 90%;
  font-size: 16px;
  border: solid 1px #333;
  border-radius: 4px;
}
.c-form__input:focus-visible {
  outline: green auto 1px;
}
.c-form__required {
  color: #fff;
  background-color: green;
  border-radius: 4px;
  padding: 5px 5px;
  margin: 0 0 0 18px;
}
textarea.c-form__input {
  height: 160px;
}
.c-form__submit {
  text-align: center;
}
.c-form__submit button {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: green;
  border: solid 1px green;
  border-radius: 4px;
  padding: 5px 32px;
  transition: 0.4s;
  cursor: pointer;
}
.c-form__submit button:hover {
  color: green;
  background-color: transparent;
}

@media (min-width: 640px) {
  .c-form__item {
    flex-wrap: nowrap;
  }
  .c-form__label {
    width: 40%;
  }
  .c-form__input {
    width: 55%;
  }
}
/* END Googleフォーム */