@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
/*アプリーチ*/
#appreach-box {
background-color: #f5fafe;
margin: 2rem 0;
padding: 1rem;
width: 90%
}
#appreach-box p,
#appreach-box br {
display: none;
}
.appreach-info {
overflow: hidden;
}
#appreach-appname {
color: #094274;
font-weight: bold;
}
#appreach-developer {
margin-bottom: 1.5rem;
}

/*--------------------------------------
ランキング用CSSはここから
--------------------------------------*/
.title1 {
text-align: center;
background: #e6b422;
margin: 17px -16.5px -17px;
}
.title2 {
text-align: center;
background: #C0C0C0;
margin: 17px -16.5px -17px;
}
.title3 {
text-align: center;
background: #d69f81;
margin: 17px -16.5px -17px;
}
.rank1{
color: #ffffff;
 vertical-align: middle;
 font-size: 20px;
}
.ch1{
list-style-type: none;
 padding-left: 0;
 text-align: center;
 line-height: 40px;
}
.ch1-co{
display: inline; 
background: white; 
border: solid #235180;
 color: #235180;
 font-weight: bold;
 width: 50px;
 height: 50px; 
 padding: 5px !important;
 margin: 5px;
}
.fukidesc {
    display: table;
    margin: 2em;
    width: 95%;
}
.fukicell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-right: 10px;
}
.fukidesc .fukibig {
    width: 62%;
}
.fukiimg {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-right: 10px;
}
.fukiimg img {
    width: 100%;
}
.boxshadow {
    box-shadow: 0 2px 7px rgba(0,0,0,0.15), 0 5px 6px rgba(0,0,0,0.15);
}
.fukicell {
    display: table-cell;
    vertical-align: middle;
    width: 49%;
    position: relative;
}
.fukip {
    border: #ccc solid 4px;
    position: relative;
    background: white;
    padding: 12px 10px;
    border-radius: 13px;
}
.fukip:before {
    border-right: 23px solid #ccc;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    top: 30%;
    content: '';
    position: absolute;
    left: -23px;
}
.fukip p {
    margin: 0;
}
.fukip:after {
    content: '';
    position: absolute;
    border-right: 24px solid #fff;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    top: 30%;
    left: -17px;
   }
@media screen and (max-width: 600px){
.fukicell, .fukidesc, .fukip, .fukiimg, .post-content .codefuki .codebig, .fukiimg img, .post-content .fukidesc .fukisml, .post-content .fukidesc .fukibig {
    display: block;
    width: 95%;
	}	
}
@media screen and (max-width: 600px){
.fukiimg.fukibig {
    max-width: 600px;
	}
}
@media screen and (max-width: 600px){
.fukiimg {
    padding-right: 0;
    max-width: 400px;
    text-align: center;
	}
}
@media screen and (max-width: 600px){
.fukip:before {
    border-bottom: 20px solid silver;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -40px;
    content: '';
    position: absolute;
    left: 40%;
	}
}
@media screen and (max-width: 600px){
.fukip:after {
    border-bottom: 20px solid white;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -37px;
    content: '';
    position: absolute;
    left: 40%;
	}
}
@media screen and (max-width: 600px){
.fukicell {
    padding-top: 0px;
	padding-right: 0;
	}
}
@media screen and (max-width: 600px){
.fukip {
    border-radius: 6px;
    background: white;
	margin-top: -14px;
    border: solid 2px silver;
	}
}
.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:"FontAwesome";
    margin-left: 20px;/*ボタンの文字との余白*/
}
/*--------------------------------------
ランキング用CSSはここまで
--------------------------------------*/
/*--------------------------------------
カラーパレットの色追加はここから
--------------------------------------*/
/* 背景色 */
.has-sango-red-background-color {background-color: #FF0000;/* 赤 */}
.has-sango-blue-background-color {background-color: #4f9df4;/* 青 */}
.has-sango-yellow-background-color {background-color: #ffbd5b;/* 黄 */}
.has-sango-green-background-color {background-color: #90d581;/* 緑 */}
/* 文字色 */
.has-sango-red-color {color: #FF0000;/* 赤 */}
.has-sango-blue-color {color: #4f9df4;/* 青 */}
.has-sango-yellow-color {color: #ffbd5b;/* 黄 */}
.has-sango-green-color {color: #90d581;/* 緑 */}
/*--------------------------------------
カラーパレットの色追加はここまで
--------------------------------------*/