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

/*--------------------------------------
Rinkerのデザイン変更
--------------------------------------*/
/*-----全体-----*/
div.yyi-rinker-contents {/*内容（全体）*/
    border: solid 3px #dcdcdc;/*枠線の種類・幅・色*/
    border-radius: 4px;/*枠線の丸み（上　右）*/
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);/*影*/
    background-color:white;
}

/*-----タイトル文字を少し小さく-----*/
div.yyi-rinker-info div.yyi-rinker-title a {
	font-size: 1em!important;
}
/*-----タイトル文字を左寄せ-----*/
.yyi-rinker-info {
	text-align: left!important; 
}
/*-----スマホ表示でタイトル幅を広く-----*/	
@media screen and (max-width: 500px){
div.yyi-rinker-contents div.yyi-rinker-box div.yyi-rinker-info {
	width: 100%!important;
}}
/*-----メーカー名の余白削除-----*/
div.yyi-rinker-detail div:not(:last-child) {
	padding-bottom: 1px!important;
}
/*-----内部の余白調整-----*/
div.yyi-rinker-contents div.yyi-rinker-box {
	padding: 15px 15px 0!important;
}
@media (min-width: 768px){
div.yyi-rinker-contents div.yyi-rinker-box {
	padding: 15px 5px 0 15px!important;
}}
/*-----画像位置調整-----*/
.yyi-rinker-img-m .yyi-rinker-main-img{
	width:auto!important;
}
@media (min-width: 768px){
.yyi-rinker-img-m .yyi-rinker-main-img{
	width:auto!important;
	max-width:200px!important;
}}
div.yyi-rinker-contents div.yyi-rinker-image{
	align-items: center!important;
}
/*-----ボタンのデザイン-----*/
@media (min-width: 768px){
div.yyi-rinker-contents ul.yyi-rinker-links li{
    width: 47%;/*幅（2列になるように）*/
}}
ul.yyi-rinker-links a.yyi-rinker-link{
	box-shadow: none!important;/*ボタンの影を消す*/ 
}
@media (min-width: 768px){/*スマホのボタン縦幅*/ 
ul.yyi-rinker-links a.yyi-rinker-link {
	min-height: 44px!important;
}}
/*-----ボタン間の余白調整-----*/
@media (min-width: 768px){
div.yyi-rinker-info ul.yyi-rinker-links li:not(:last-child) {
    margin-right: 12px!important;
}}
div.yyi-rinker-info ul.yyi-rinker-links li {
    margin-bottom: 5px!important;
}
/*-----キャンペーン-----*/
.yyi-rinker-link:before {
	border-radius: 8px;/*角丸にする*/
}



/*--------------------------------------
  見出しh2
--------------------------------------*/
.entry-content h2 {
  position: relative;
  padding: 0.5em;
  background: #4072b3;
  color: white;
  margin-bottom:1em;
}

.entry-content h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

/*--------------------------------------
  見出しh3
--------------------------------------*/
.entry-content h3 {
background: #fffafa;/*背景色*/
}
/*--------------------------------------
  見出しh4
--------------------------------------*/
.entry-content h4 {

}

/*強調アンダーライン*/
.yellow_line {
        background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff799 60%) repeat scroll 0 0;   
}

.red_line {
        background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffadad 60%) repeat scroll 0 0;   
}

.green_line {
        background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #b2ffb2 60%) repeat scroll 0 0;   
}

.blue_line {
        background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #c1e0ff 60%) repeat scroll 0 0;   
}



/*アプリーチ新コード用CSS*/

.appreach {
  text-align: left;
  padding: 10px;
  border: solid 4px silver;
  border-radius: 5px;
  overflow: hidden;
  background-color:#ffffff;

}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}





/*アフィリエイトボタン用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*/


/*ボタンの幅100%*/
#inner-content .wd100 {
    width: 100%;
    text-align: center;
}

/*ボタンの高さ調整*/
#inner-content .wd100a {
	    width: 100%;
    text-align: center;
	padding-top:20px;
	padding-bottom:20px;
}



/*サイト全体のフォントを変える*/
body {
	font-family: 'メイリオ', Meiryo,'Hiragino Sans','ヒラギノ角ゴシック','ＭＳ Ｐゴシック','MS PGothic','Helvetica Neue','Helvetica','Arial',sans-serif;
}


/*--------------------------------------
  関連記事(横長)
--------------------------------------*/
.linkto {
    position: relative;
    max-width: unset;
    border-color: #ffbeb9;
}
.linkto:after {
    position: absolute;
    display: flex;
    height: 100%;
    padding: 0px 15px;
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    top: 0px;
    right: 0px;
    font-size: 2.8em;
    color: #fff;
    background: #fff0ef;
    align-items: center;
}
@media (max-width: 767px) {
.linkto:after {
    padding: 0px 8px;
    font-size: 2em;
}}
.linkto:hover {
    background: #fff0ef;
}
.linkto img {
    box-shadow: none;
}
.linkto .tbtext {
    padding: 30px 62px 0px 14px;
    vertical-align: top;
    font-size: .9em;
    position: relative;
    font-weight: 500;
}
.linkto .tbtext:before {
    position: absolute;
    content: "関連記事";
    top: 0;
    display: inline-block;
    background: #ff9a91;
    line-height: 26px;
    color: white;
    padding: 0 8px;
    border-radius: 3px;
    font-weight: 500;
}

/*吹き出しポイントカスタマイズ用*/
.p-box.p-custom{border: 2px solid #E1BEE7;/*枠線の色*/}
div.p-box.p-custom .p-box-title{background-color: #CE93D8;/*吹き出しの色*/}
div.p-box.p-custom .p-box-title:after{border-top: 12px solid #CE93D8;/*吹き出しの色*/}
.p-box.p-custom ul li:before {color: #CE93D8;/*チェックの色*/}

/*ボックスカスタマイズ*/
.box28 {
   
	border-color:#a3de83;
	    padding: 0;
	    
}
.box28 .box-title{
	font-size:0.8em;
	background:#a3de83;
	padding: 5px 9px 5px;
}

.box28 .box-title:before {/*疑似要素*/
  font-family: "Font Awesome 5 Free";
  content: "\f0a7";/*アイコンの種類*/
 }
 
.box28 .box-content {
 	border-color:#a3de83;
	     background-color: #FAFEF8;
}


.box28 ul{
	list-style-type:none!important;
	padding:0;
}
.box28 ol{
	list-style-type:none!important;
	padding:0;
}


.box28 li:before {/*疑似要素*/
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコンの種類*/
  color: #a3de83;/*アイコン色*/
  font-weight:900;
      padding: 0 5px 0 0;
}

/*関連ボタン*/
.kanren01 a{
	text-decoration: underline;
}
.kanren01 a:hover{
	text-decoration: none;
}

.kanren01:before {
    padding: 0.3em;
    margin-right: 0.5em;
    background: #ffb400;
    color: #fff;
    font-weight: ;
    border-radius: 3px;
    font-family: "Font Awesome 5 Free";
    content: '\f02b\ 関連';
    font-weight: 900;
    font-size:0.9em;
}

/*box30のカスタマイズ*/
.box30 {
	background:#F3F6FD;
}

/*box29のカスタマイズ*/
.box29 {
    border: solid 2px #46BC63;
    border-radius: 5px;
}
.box29 .box-title {
    background: #46BC63;
    border-radius: 5px 0 0 0;
}


/*公式ボタン*/
.koushiki01 a{
	text-decoration: underline;
}
.koushiki01 a:hover{
	text-decoration: none;
}

.koushiki01:before {
    padding: 0.3em;
    margin-right: 0.5em;
    background: #fca7a7;
    color: #fff;
    font-weight: ;
    border-radius: 3px;
    font-family: "Font Awesome 5 Free";
    content: '\f57e\ 公式';
    font-weight: 900;
    font-size:0.9em;
}

/*アフィリンク用マイクロコピーボタン1*/
.abtn-mc1 a{
    display: inline-block;
    width: 95%;
    margin: 0;
    border-radius: 3px;
    background: #ef6c57;
    color: #fff;
    padding: 1.2em .3em;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 2px 3px rgba(0,0,0,.2), 0 2px 3px -2px rgba(0,0,0,.15);
    margin-bottom:.6em!important;

}

.abtn-mc1 a:after{
    content: "\f138";
    font-family:"Font Awesome 5 Free";
    margin-left: 20px;
}
.abtn-mc1 a:hover{
    text-decoration: none;
    box-shadow: 0 13px 20px -3px rgba(0,0,0,.24);
    -webkit-tap-highlight-color: transparent;
}
.abtn-mc1-top-text{
 font-size: .8em;
    font-weight: bold;
    margin-bottom:.6em!important;
}
.abtn-mc1-under-text{
    font-size: .8em;
}

/*アフィリンク用マイクロコピーボタン2*/
/*--------------------------------------
  マイクロコピー付き　ボタン2
--------------------------------------*/
.abtn-mc2{
    margin: .3em 0 -1.5em 0;
    display: inline-block;
    vertical-align: top;
}
.abtn-mc2 a{
    display: inline-block;
    margin: 0;
    border-radius: 3px;
    background: #4F9DF4;
    color: #fff;
    padding: .2em 2em;
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 2px 3px rgba(0,0,0,.2), 0 2px 3px -2px rgba(0,0,0,.15);
}
.abtn-mc2 a:after{
    content: "\f138";
    font-family:"Font Awesome 5 Free";
    margin-left: 20px;
}
.abtn-mc2 a:hover{
    text-decoration: none;
    box-shadow: 0 13px 20px -3px rgba(0,0,0,.24);
    -webkit-tap-highlight-color: transparent;
}
.abtn-mc2-text{
    display: inline-block;
    font-size: 14px;
    text-align: left;
}
.abtn-mc2-text p{
    margin:2px 0;
    padding-left: 10px;
}
.abtn-mc2-text p:before{
    content: "\f058";
    font-family:"Font Awesome 5 Free";
    margin-right: 8px;
}


/*アフィリンク用マイクロコピーボタン3*/
/*--------------------------------------
マイクロコピー付き　ボタン3
--------------------------------------*/
.abtn-mc3{
    margin: .15em 0 -1.5em 15px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.abtn-mc3 a{
    display: inline-block;
    width: 100%;
    margin: 0;
    border-radius: 3px;
    background: #4F9DF4;
    color: #fff;
    padding: .4em 1.5em;
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 2px 3px rgba(0,0,0,.2), 0 2px 3px -2px rgba(0,0,0,.15);
}
.abtn-mc3 a:after{
    content: "\f138";
    font-family:"Font Awesome 5 Free";
    margin-left: 20px;
}
.abtn-mc3 a:hover{
    text-decoration: none;
    box-shadow: 0 13px 20px -3px rgba(0,0,0,.24);
    -webkit-tap-highlight-color: transparent;
}
.abtn-huki {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: solid 1px #d1d1d1;
    border-radius: 10px;
    padding: .5em 1.5em;
}
.abtn-huki p{
    margin-bottom: 0;
    line-height: 1.3;
}
.abtn-huki:before{
    content: "";
    position: absolute;
    top: 18px;
    left: 100%;
    border: 13px solid transparent;
    border-left: 17px solid #d1d1d1;
}
.abtn-huki:after {
    content: '';
    position: absolute;
    top: 19px;
    left: 100%;
    border: 12px solid transparent;
    border-left: 16px solid white;
}
@media screen and (max-width: 500px){
.abtn-huki:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 55px;
    border: 13px solid transparent;
    border-top: 17px solid #d1d1d1;
}
.abtn-huki:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 56px;
    border: 12px solid transparent;
    border-top: 16px solid white;
}
.abtn-mc3{
    width: 100%;
    margin-left: 0px!important;
}}

/*--------------------------------------
マイクロコピー付き　ボタン
--------------------------------------*/
.mc-plus-btn{/*全体（ボタンと文字）*/
    text-align: center;/*中央揃え*/
    margin: 1em 0 1.5em 0;/*外側の余白（上1em 下1.5em）*/
}
.mc-plus-btn .btn{/*ボタンの設定*/
    width: 100%;/*幅100%*/
    padding: .2em 1.3em;/*内側の余白（上下.2em 左右1.3em）*/
    font-size: 1.3em;/*文字の大きさ*/
    font-weight: bold;/*文字を太文字に*/
}
.mc-top-text, .mc-btn{/*文字＋ボタン*/
    margin-bottom:-.2em!important;/*外側の余白（下-2em）*/
}
.mc-top-text{/*上の文字*/
    font-weight: bold;/*太文字に*/
}
.mc-under-text{/*下の文字*/
    font-size: .8em;/*ちょい小さく*/
}
.mc-btn a:after{/*ボタンのアイコン*/
    content: "\f138";/*お好きに変更してください*/
    font-family:"Font Awesome 5 Free";
    margin-left: 15px;/*ボタンの文字との余白*/
}



/*--------------------------------------
  ナビドロワー部分のSNSボタン
--------------------------------------*/
.kjk_sng_sharebox{/*全体*/
    padding: 0 17px;/*左右に余白*/
}
.kjk_sng_sharebox .hatebu,.kjk_sng_sharebox .gplus {/*いらないボタンの非表示*/
    display: none;/*隠れ身の術だってばよ*/
}
.kjk_sng_sharebox .sns-btn ul{/*ボタンの全体*/
    margin-top: 0; /*外側上の余白を0に*/
    display: flex;/*キレイに横並びにする*/
    -webkit-flex-flow: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.kjk_sng_sharebox .share_txt{/*文字*/
    display: none;/*非表示*/
}
.kjk_sng_sharebox .sns-btn__item a {/*ボタン*/
    width: 62px;/*幅*/
    height: 62px;/*高さ*/
    margin: 0;/*外側の余白0*/
    padding: 11px 0;/*内側の余白（上下）*/
    border: 2px solid;/*枠線*/
    border-radius: 10px;/*枠線を角丸に*/
}

/*--------------------------------------
  追尾型の目次をスクロールに変更
--------------------------------------*/
#fixed_sidebar .widget h4 + * {
max-height: 250px;/* 縦の幅 */
overflow-y: auto;
}

/*--------------------------------------
SNSボタンカスタマイズ
--------------------------------------*/
/*-----ボタンが入る枠の設定です-----*/
.prof-sns{/*全体*/
    text-align: center;/*文字は中央寄せ*/
    padding-top: 5%;/*内側上の余白*/
    border-top: 2px dotted #eee;/*上線はドッと*/
    font-size: 0.6em;/*文字の大きさ*/
}
.prof-sns i {/*アイコンの設定*/
    font-size: 3em;/*3倍の大きさ*/
    line-height: 34px;/*高さ*/
    margin-top: 6px;/*外側上の余白*/
}
.pf-btn {/*snsボタンの共通部分*/
    display: inline-block;/*横幅や縦幅を設定できるように*/
    width: 43%;/*横幅*/
    height: 60px;/*行間*/
    margin: 0% 1.5% 5%;/*外側の余白*/
    border-radius: 5px;/*角丸*/
    letter-spacing: .05em;/*文字の感覚*/
    opacity: .7;/*透明度*/
    color: #fff;/*文字色白*/
}
.pf-btn:hover{/*ホバーエフェクト*/
    opacity: 1;/*透明度なし*/
    text-decoration: none;/*テキストの装飾をOFF*/
    transition: all ease-in-out .3s;/*なめらかに*/
}
/*****  ボタンカラー  *****/
.twitter-bc{background-color:   #1DA1F2;}
.profile-bc{background-color: #424242;}
.feedly-bc{background-color: #2BB24C;}
.amazon-bc{background-color: #232F3E;}
.instagram-bc{background: repeating-linear-gradient(45deg, #FED06E, #FC0077, #3F35EE );}
.facebook-bc{background-color: #748DCC;}
.youtube-bc{background-color: #DD2726;}
.line-bc{background-color: #00B900;}


/*--------------------------------------
記事カードに余白を追加
--------------------------------------*/
.cardtype__img img {/*カード記事の画像*/
    padding: .45em .45em 0 .45em;/*上　右　下　左の余白*/
}
/*-----こちらはお好みで-----*/
.osusume-card .cardtype__link {/*カード記事全体に対して*/
    padding-bottom: 15px;/*下の余白(内側)*/
    text-align: center;/*文字中央揃え*/
}

/*--------------------------------------
NEW部分の位置調整（記事カード余白追加用）
--------------------------------------*/
.newmark {/*NEWの部分*/
    right: 1.05em;/*右からの距離*/
    top: 1.05em;/*上からの距離*/
}

/*--------------------------------------
  PORIPUtears　下に出る吹き出し
--------------------------------------*/
.saysprp {/*画像とふきだしを含めた全体*/
    position: relative;/*基準にする*/
}
.saysprp .faceicon span {/*名前部分*/
    position: absolute;/*自由に動けるように*/
    top: 80px;/*上から80px*/
    left: 100px;/*左から100px*/
    color: #999999;/*文字色*/
    font-size: 12px;/*文字のサイズ*/
    line-height: 20px;/*文字の高さ*/
    font-weight: 500;/*文字の太さ*/
}
.saysprp .fuki {/*吹き出し*/
    border: 2px solid #eaedf2;/*枠線*/
    margin: 1em 0 1.5em;/*外側の余白*/
}
.saysprp .fuki:before {/*吹き出しの三角部分*/
    left: 40px;/*左からの位置*/
}
.saysprp .fuki:after {/*吹き出しの尖ったアレ*/
    border-bottom-color: #eaedf2;/*枠線*/
    top: -11px;/*上からの位置*/
    left: 40px;/*左からの位置*/
}
@media only screen and (max-width: 480px){/*スマホ表示*/
.saysprp .faceicon span {/*名前の部分*/
    top: 60px;
    left: 80px;
}
.saysprp .fuki:before {/*吹き出しの三角部分*/
    left: 28px;
}
.saysprp .fuki:after {/*吹き出しの三角部分*/
    left: 28px;
}}


/*--------------------------------------
  目次　変更
--------------------------------------*/
#toc_container {/*目次全体*/
    margin: 0 0 2em 0;/*外側の余白*/
    padding: 0;/*内側の余白*/
    border-color: #EE856B!important;/*枠線の色*/
    border: solid 2px;/*枠線の幅と種類*/
    border-top: none;/*上線は削除*/
    border-radius: 3px;/*角丸*/
    background: #6bb6ff0d;/*背景色*/
    box-shadow: none;/*影を削除*/
}
div#toc_container .toc_list:after {/*亀さん挿入*/
    content: url(https://mixart.jp/wp-content/uploads/2019/02/logo-mini-min.png);/*挿入する画像*/
    position: absolute;/*自由に動けるように*/
    bottom: 0px;/*基準点から下に*/
    right: 10px;/*基準点から右に*/
    opacity: 0.3;/*透明度30％*/
}
#toc_container .toc_title {/*目次のタイトル部分*/
    display: block;/*横幅いっぱいに*/
    margin: 0;/*外側の余白削除*/
    padding: 0;/*内側の余白削除*/
    font-size: 18px;/*文字の大きさ*/
    line-height: 42px;/*文字の高さ*/
    font-weight: bold;/*ふと文字*/
    background: #EE856B;/*背景色*/
    text-align: center;/*中央揃え*/
    color: white!important;/*文字の色*/
}
#toc_container .toc_title:before {/*タイトルの前のアイコン*/
    display: none;/*削除*/
}
#toc_container .toc_list {/*目次の内容部分*/
    margin: 0;/*外側の余白削除*/
    color: #424242;/*文字の色*/
    padding: 1em 6%;/*内側の余白*/
	 font-size: 12px;/*文字の大きさ*/
}
#toc_container .toc_list li a:hover {/*マウスホバーしたとき*/
    text-decoration: none;/*下線表示を削除*/
    opacity: .5;/*半透明に*/
}
#toc_container ul {/*箇条書き*/
    list-style-type: none;/*箇条書きの印を削除*/
    color: #424242!important;/*文字の色*/
}
#toc_container .toc_list li ul {
    padding-left: 20px;/*左側の余白*/
}
#toc_container .toc_list li a {/*文字部分*/
    display: inline-block;/*大きさを調整できるように*/
    line-height: 2;/*文字の高さ*/
    width: 100%;/*幅は100%*/
    padding: 5px 0 2px 32px;/*内側の余白*/
    text-indent: -32px;/*二列目一歩後退*/
}
#entry .toc_number {/*番号振りの部分*/
    display: inline-block;/*大きさを調整できるように*/
    width: 26px;/*幅*/
    height: 26px;/*高さ*/
    border-radius: 50%;/*丸く*/
    background: #EE856B;/*背景色*/
    text-align: center;/*中央揃え*/
    line-height: 28px;/*文字の高さ*/
    vertical-align: middle;/*高さの中央揃え*/
    color: #ffffff;/*文字の色*/
    margin: 0 2px 5px;/*外側の余白*/
    text-indent: 0;/*インデント*/
}
#entry ul.toc_list ul > li .toc_number {/*h3の番号振り設定*/
    background: none;/*背景色削除*/
    color: #EE856B;/*文字の色*/
}
@media only screen and (min-width: 481px){/*PC表示*/
#toc_container {/*目次全体*/
    padding: 0;/*内側の余白*/
}}



/*--------------------------------------
  ナビゲーションメニュー　変更
--------------------------------------*/


.custom-html-widget .widget-menu__title {
 background-color: #4072B3;
}



/*--------------------------------------
  スマホ用ナビトロワー
--------------------------------------*/

.bc-home {
    display: inherit;/*引き継ぐよ*/
    width: 90%;/*長さ*/
    height: 60px;/*高さ*/
    line-height: 60px;/*文字の高さ*/
    margin: 0 auto;/*中央揃え*/
    padding-right: 10px;/*内側右の余白*/
    border-radius: 5px;/*角丸*/
    text-align: center;/*文字中央揃え*/
    letter-spacing: .05em;/*文字の間隔*/
    background: #424242de;/*背景色*/
    color: white;/*文字の色*/
}
.bc-home .fa {/*アイコーン*/
    vertical-align: -11%;/*縦方向の位置調整*/
    padding-right: 10px;/*右側の余白*/    
}



/*--------------------------------------
  メリット・デメリット　BOX
--------------------------------------*/
.meritto, .demeritto {/*ブロックの枠*/
    position: relative;/*基準に設定*/
    padding: 0.8em 1em;/*内側の余白　上下0.8　左右1*/
    margin: 3em 0 2em;/*外側の余白　上3　左右0　下2*/
}
.meritto {/*メリットの枠線*/
    border: 3px solid #59D49D;
}
.demeritto {/*デメリットの枠線*/
    border: 3px solid #66A5FF;
}
.meritto .box-title, .demeritto .box-title {/*タイトル部分*/
    position: absolute;/*基準をもとに自由に動かせるように*/
    top: -42px;/*上からの位置*/
    left: -3px;/*左からの位置*/
    color: white;/*文字色*/
    line-height: 32px;/*文字の高さ*/
    padding: 5px 13px 3px;/*内側の余白*/
    border-radius: 10px 10px 0 0;/*角丸　上2つだけ丸*/
}
.meritto .box-title {/*メリットのタイトル背景色*/
    background: #59D49D;
}
.demeritto .box-title {/*デメリットのタイトル背景色*/
    background: #66A5FF;
}
.meritto .box-title:before, .demeritto .box-title:before {/*タイトルのアイコン*/
    margin-right: 10px;/*右側の余白*/
    font-size: 1.2em;/*アイコンの大きさ*/
}
.meritto .box-title:before {/*メリットのアイコン*/
    content: "\f599";
}
.demeritto .box-title:before {/*デメリットのアイコン*/
    content: "\f119";
}
.meritto ul, .demeritto ul {/*中の箇条書き*/
    list-style: none;/*●を消去*/
}
.meritto li, .demeritto li {/*中の箇条書きの中*/
    padding: .5em 0;/*上下の余白*/
}
.meritto li:before, .demeritto li:before {/*箇条書きの前にアイコン追加*/
    margin-left: -20px;/*左の余白*/
    margin-right: 10px;/*右の余白*/
}
.meritto li:before {/*メリットのアイコンと色*/
    content: "\f164";
    color: #59D49D;
}
.demeritto li:before {/*デメリットのアイコンと色*/
    content: "\f165";
    color: #66A5FF;
}
.meritto li:before, .meritto .box-title:before, .demeritto li:before, .demeritto .box-title:before {/*アイコンの共通設定*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


/*--------------------------------------
  PORIPU　吹き出し付きボックス　デフォルトカラー
--------------------------------------*/
.p-box {/*一番外の設定部分*/
    border: 2px solid #f4f4f5;/*枠線*/
    padding: 30px 20px 15px;/*内側の余白*/
    margin: 30px 0 20px;/*外側の余白*/
    border-radius: 0;/*角丸をOFF*/
}
div.p-box .p-box-title {/*吹き出しのタイトル部分*/
    background:#5a5a5a;/*背景色*/
    left: -2px;/*左からの位置*/
    top: -18px;/*上からの位置*/
    border-radius: 0;/*角丸をOFF*/
    font-weight: 500;/*フォントの太さ（太文字にする場合600）*/
    padding: 6px 10px;/*内側の余白*/
    letter-spacing: .1em;/*字と字の間隔*/
}
div.p-box .p-box-title:after {/*吹き出しの下三角部分*/
    border-top-color: #5a5a5a;/*吹き出しと同じ背景色*/
    top: 35px;/*上からの位置調整*/
    left: 18px;/*左からの位置調整*/
}
.p-box ul li {/*ボックス内の箇条書き設定*/
    padding: .5em 0 .5em 1.5em;/*内側の余白調整*/
}
.p-box ul li:before {/*箇条書きのアイコン部分*/
    color: #5a5a5a;/*アイコンの色*/
    font-family: "Font Awesome 5 Free";/*アイコンのバージョン設定*/
    font-weight: 900;/*太さ設定*/
}


.p-box.p-red {
    border-color: #ff9a91;
}
div.p-box.p-red .p-box-title {
    background-color: #ff9a91;
}
div.p-box.p-red .p-box-title:after {
    border-top: 12px solid #ff9a91;
}
.p-box.p-red ul li:before {
    color: #ff9a91;
}

.p-box.p-blue {
    border-color: #66A5FF;
}
div.p-box.p-blue .p-box-title {
    background-color: #66A5FF;
}
div.p-box.p-blue .p-box-title:after {
    border-top: 12px solid #66A5FF;
}
.p-box.p-blue ul li:before {
    color: #66A5FF;
}



.p-box.p-custom {
    border-color: #CE93D8;
}
div.p-box.p-custom .p-box-title {
    background-color: #CE93D8;
}
div.p-box.p-custom .p-box-title:after {
    border-top: 12px solid #CE93D8;
}
.p-box.p-custom ul li:before {
    color: #CE93D8;
}






/*--------------------------------------
  モバイル用フッター固定メニュー
--------------------------------------*/
.fixed-menu ul {/*メニュー部分*/
    width: auto;/*幅調整*/
    padding: 0.2em 1em;/*内側の余白設定*/
    right: 10px;/*位置調整（右からの距離）*/
    left: auto;/*位置調整（左からの距離）*/
    bottom: 10px;/*位置調整（下からの距離）*/
    border-radius: 50%;/*円にする*/
    background: #ff5959!important;/*背景色（強制）*/
}
.fixed-menu a {/*メニューの文字*/
    color: #fff!important;/*文字の色（強制）*/
}
.fixed-menu ~ .totop {/*上に戻るボタンの位置*/
    bottom: 80px;/*位置調整（下からの距離）*/
}
.totop {/*上に戻るボタン*/
    background: #fff!important;/*背景色（強制）*/
    border: 1px solid #424242;/*枠線*/
    width: 64px;/*幅調整*/
    height: 64px;/*高さ調整*/
}
.totop .fa {/*上に戻るボタンのアイコン*/
    line-height: 58px;/*行の高さ*/
    font-size: 1.15em;/*アイコンの大きさ*/
    color: #424242;/*アイコンの色*/
}
.fixed-menu {/*フッターメニューの余白設定*/
    margin-bottom: 0;/*下の余分な余白を削除*/
}


/*--------------------------------------
 目次へGOボタン
--------------------------------------*/
.tomkj a {/*リンク部分の形を変えていくよ*/
    position: fixed;/*画面に固定して表示します*/
    bottom: 80px;/*画面下から80pxのところに表示*/
    right: 10px;/*画面右から10pxのところに表示*/
    height: 64px;/*こいつの高さ*/
    width: 64px;/*こいつの横幅*/
    text-align: center;/*文字は中央寄せ*/
    border-radius: 50%;/*円形にチェンジ*/
    z-index: 9;/*重なりの順番を指定*/
    opacity: 0.7;/*透明度は70%*/
    font-size: .9em;/*文字の大きさは少し小さく*/
}
.tomkj-c a {/*色んなカラー設定*/
    background: #fff;/*背景色*/
    color: #ef866b;/*文字色＆枠線の色*/
    border: 2px solid;/*枠線の太さと種類*/
}
.tomkj a:hover {/*ホバー時*/
    text-decoration: none;/*下線を削除*/
}
.tomkj p {/*文字部分の設定　位置調整用*/
    margin-bottom: -18px;/*外側下の余白*/
    margin-top: 8px;/*外側上の余白*/
}
.tomkj p:last-child {/*GO部分の設定*/
    font-size: 1.4em;/*文字のサイズを大きく*/
}



/*--------------------------------------
 ホワイトボード風ボックス
--------------------------------------*/

.is-style-whiteboard1 {
	position: relative;
	max-width: 520px;
	margin: 0 auto 2em;
	padding: 2em 1.5em;
	border: 10px solid transparent;
	border-radius: 4px;
	background: linear-gradient(white, white), linear-gradient(#4d4d4d, #4d4d4d) no-repeat 100% 100% / 30px 30px, linear-gradient(#4d4d4d, #4d4d4d) no-repeat 0 100% / 30px 30px, linear-gradient(#4d4d4d, #4d4d4d) no-repeat 100% 0 / 30px 30px, linear-gradient(#4d4d4d, #4d4d4d) no-repeat 0 0 / 30px 30px, linear-gradient(#e6e6e6, #e6e6e6);
	background-clip: padding-box, border-box, border-box, border-box, border-box, border-box;
	background-origin: border-box;
}
.is-style-whiteboard1:before,
.is-style-whiteboard1:after ,
.is-style-whiteboard1 .wp-block-group__inner-container:before,
.is-style-whiteboard1 .wp-block-group__inner-container:after {
	display: inline-block;
	position: absolute;
	content: "";
}
.is-style-whiteboard1:before {
	right: 10px;
	bottom: 16px;
	width: 52px;
	height: 8px;
	border-radius: 2px 2px 0 0;
	background: #5a95f5;
}
.is-style-whiteboard1:after {
	right: 11px;
	bottom: 1px;
	width: 50px;
	height: 15px;
	border-radius: 0 0 4px 4px;
	background: #d2e2fc;
}
.is-style-whiteboard1 .wp-block-group__inner-container:before {
	right: 71px;
	bottom: 1px;
	width: 48px;
	height: 8px;
	background: linear-gradient(90deg, #ea4335 8%, #f2f2f2 8%, #f2f2f2 70%, #ea4335 70%);
}
.is-style-whiteboard1 .wp-block-group__inner-container:after {
	right: 98px;
	bottom: 9px;
	width: 48px;
	height: 8px;
	background: linear-gradient(90deg, #333 8%, #f2f2f2 calc(8% + 1px), #f2f2f2 70%, #333 calc(70% + 1px));
	transform: rotate(-20deg);
}



/*--------------------------------------
  汎用BOX
--------------------------------------*/
.hanyou1, .hanyou2, .hanyou3, .hanyou4, .hanyou5, .hanyou6 {/*ブロックの枠*/
    position: relative;/*基準に設定*/
    padding: 1.2em 1em 0.6em;/*内側の余白　上下0.8　左右1*/
    margin: 3em 0 2em;/*外側の余白　上3　左右0　下2*/
}

.hanyou2 {/*汎用2の枠線*/
    border: 2px solid #92CEFF;
}
.hanyou1 {/*汎用1の枠線*/
    border: 2px solid #FF9A91;
}
.hanyou3 {/*汎用3の枠線*/
    border: 2px solid #60CAAD;
}
.hanyou4 {/*汎用4の枠線*/
    border: 2px solid #424242;
}
.hanyou5 {/*汎用5の枠線*/
    border: 2px solid #AAA5D1;
}
.hanyou6 {/*汎用6の枠線*/
    border: 2px solid #F7D76B;
}
.hanyou1 .box-title, .hanyou2 .box-title, .hanyou3 .box-title, .hanyou4 .box-title, .hanyou5 .box-title, .hanyou6 .box-title {/*タイトル部分*/
    position: absolute;/*基準をもとに自由に動かせるように*/
    top: -22px;/*上からの位置*/
    left: -2px;/*左からの位置*/
    color: white;/*文字色*/
    line-height: 30px;/*文字の高さ*/
    padding: 3px 13px 1px;/*内側の余白*/
    border-radius: 0px 0px 0 0;/*角丸　上2つだけ丸*/
	font-size: 0.8em;
}
.hanyou1 .box-title {/*汎用1のタイトル背景色*/
    background: #FF9A91;
}
.hanyou2 .box-title {/*汎用2のタイトル背景色*/
    background: #92CEFF;
}
.hanyou3 .box-title {/*汎用3のタイトル背景色*/
    background: #60CAAD;
}
.hanyou4 .box-title {/*汎用4のタイトル背景色*/
    background: #424242;
}
.hanyou5 .box-title {/*汎用5のタイトル背景色*/
    background: #AAA5D1;
}
.hanyou6 .box-title {/*汎用6のタイトル背景色*/
    background: #F7D76B;
}
.hanyou1 .box-title:before, .hanyou2 .box-title:before, .hanyou3 .box-title:before, .hanyou4 .box-title:before, .hanyou5 .box-title:before, .hanyou6 .box-title:before {/*タイトルのアイコン*/
    margin-right: ;/*右側の余白*/
    font-size: ;/*アイコンの大きさ*/
}
.hanyou1 .box-title:before {/*汎用1のアイコン*/
    content: "";
}
.hanyou2 .box-title:before {/*汎用2のアイコン*/
    content: "";
}
.hanyou3 .box-title:before {/*汎用2のアイコン*/
    content: "";
}
.hanyou1 ul, .hanyou2 ul, .hanyou3 ul, .hanyou4 ul, .hanyou5 ul, .hanyou6 ul {/*中の箇条書き*/
    list-style: none;/*●を消去*/
}
.hanyou1 li, .hanyou2 li, .hanyou3 li, .hanyou4 li, .hanyou5 li, .hanyou6 li {/*中の箇条書きの中*/
    padding: .2em 0;/*上下の余白*/
}
.hanyou1 li:before, .hanyou2 li:before, .hanyou3 li:before, .hanyou4 li:before, .hanyou5 li:before, .hanyou6 li:before {/*箇条書きの前にアイコン追加*/
    margin-left: -20px;/*左の余白*/
    margin-right: 10px;/*右の余白*/
}
.hanyou1 li:before {/*汎用1のアイコンと色*/
    content: "\f138";
    color: #FF9A91;
}
.hanyou2 li:before {/*汎用2のアイコンと色*/
    content: "\f138";
    color: #92CEFF;
}
.hanyou3 li:before {/*汎用3のアイコンと色*/
    content: "\f138";
    color: #60CAAD;
}
.hanyou4 li:before {/*汎用4のアイコンと色*/
    content: "\f138";
    color: #424242;
}
.hanyou5 li:before {/*汎用5のアイコンと色*/
    content: "\f138";
    color: #AAA5D1;
}
.hanyou6 li:before {/*汎用6のアイコンと色*/
    content: "\f138";
    color: #F7D76B;
}
.hanyou1 li:before, .hanyou1 .box-title:before, .hanyou2 li:before, .hanyou2 .box-title:before, .hanyou3 li:before, .hanyou3 .box-title:before, .hanyou4 li:before, .hanyou4 .box-title:before, .hanyou5 li:before, .hanyou5 .box-title:before, .hanyou6 li:before, .hanyou6 .box-title:before {/*アイコンの共通設定*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


/*--------------------------------------
  箇条書きボックス用のふきだし
--------------------------------------*/
.myfuki-main {/*赤ふきだしの長丸部分*/
    display: inline-block;/*幅調整ができるように*/
    position: relative;/*基準にする*/
    background: #FF9A91;/*背景色*/
    color: white;/*文字色*/
	font-weight: 900;/*文字の太さ*/
	font-size: 0.9em;
    margin: .5em 0 1em;/*外側の上下の余白*/
    border-radius: 25px;/*角丸にする*/
    padding: .3em 1em;/*内側の余白（上下0.3em 左右1em）*/
}
.myfuki-main:before {/*ふきだしの三角部分*/
    position: absolute;/*基準にあわせて動くように*/
    content: "";/*文字を入れないときのおきまり*/
    bottom: -.5em;/*下からの位置*/
    margin-left: 0.8em;/*左余白*/
    border-top: 10px solid #FF9A91;/*上線追加*/
    border-left: 8px solid transparent;/*左の線は透明に*/
    border-right: 8px solid transparent;/*右の線は透明に*/
    border-bottom: 0;
    border-top-color: #FF9A91;
}

.myfuki2 {/*緑ふきだしの長丸部分*/
    display: inline-block;/*幅調整ができるように*/
    position: relative;/*基準にする*/
    background: #60CAAD;/*背景色*/
    color: white;/*文字色*/
    font-weight: 900;/*文字の太さ*/
	font-size: 0.9em;
    margin: .5em 0 1em;/*外側の上下の余白*/
    border-radius: 25px;/*角丸にする*/
    padding: .3em 1em;/*内側の余白（上下0.3em 左右1em）*/
}
.myfuki2:before {/*ふきだしの三角部分*/
    position: absolute;/*基準にあわせて動くように*/
    content: "";/*文字を入れないときのおきまり*/
    bottom: -.5em;/*下からの位置*/
    margin-left: 0.8em;/*左余白*/
    border-top: 10px solid #60CAAD;/*上線追加*/
    border-left: 8px solid transparent;/*左の線は透明に*/
    border-right: 8px solid transparent;/*右の線は透明に*/
    border-bottom: 0;
    border-top-color: #60CAAD;
}

.myfuki3 {/*青ふきだしの長丸部分*/
    display: inline-block;/*幅調整ができるように*/
    position: relative;/*基準にする*/
    background: #92CEFF;/*背景色*/
    color: white;/*文字色*/
    font-weight: 900;/*文字の太さ*/
	font-size: 0.9em;
    margin: .5em 0 1em;/*外側の上下の余白*/
    border-radius: 25px;/*角丸にする*/
    padding: .3em 1em;/*内側の余白（上下0.3em 左右1em）*/
}
.myfuki3:before {/*ふきだしの三角部分*/
    position: absolute;/*基準にあわせて動くように*/
    content: "";/*文字を入れないときのおきまり*/
    bottom: -.5em;/*下からの位置*/
    margin-left: 0.8em;/*左余白*/
    border-top: 10px solid #92CEFF;/*上線追加*/
    border-left: 8px solid transparent;/*左の線は透明に*/
    border-right: 8px solid transparent;/*右の線は透明に*/
    border-bottom: 0;
    border-top-color: #92CEFF;
}



/* 左アイコンの吹き出し */
.left .faceicon img {
    background-image: linear-gradient(#fff, #fff), linear-gradient(45deg, #bdb9ff, #67b8ff);
    background-clip: padding-box, border-box;
    background-origin: border-box;
    border-color: transparent!important;
}
/* 右アイコンの吹き出し */
.right .faceicon img {
    background-image: linear-gradient(#fff, #fff), linear-gradient(45deg, #bdb9ff, #67b8ff);
    background-clip: padding-box, border-box;
    background-origin: border-box;
    border-color: transparent!important;
}


/* 吹き出しアイコンのサイズ */
@media only screen and (min-width: 481px) {
.faceicon {
width: 120px;
}
.chatting {
width: calc(100% – 120px);
}
}/*END min481px*/


/*--------------------------------------
  ふきだしの色を変える（←左）
--------------------------------------*/
.sc{
  background: #ffffff!important;/*背景色*/
  border: solid 2px #d1d1d1!important;/*枠の色*/
  color: #404040!important;/*文字色*/
  font-size: 1em;
  padding:13px;
}
/*画像が左にある吹き出し*/
.say.left .sc:before{
  border-right:12px solid #d1d1d1;/*枠の色*/
}
.say.left .sc:after{
  border-right:12px solid #ffffff;/*背景色*/
}
/*画像が右にある吹き出し*/
.say.right .sc:before{
  border-left:12px solid #d1d1d1;/*枠の色*/
}
.say.right .sc:after{
  border-left:12px solid #ffffff;/*背景色*/
}


/*===============================
	reCAPTCHA
=================================*/

.grecaptcha-badge {
	bottom: 100px !important;
}