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

.author_img img {
 border: none;
 border-radius: 0%;
}

.slaff_comment i{color:#FA5E60;margin-right:5px;}

.nothumb .entry-meta:after, .nothumb .page-title:after {
    content: none;
}

#main .catid5 {
    background: #00a6ed;
}

#main .catid3 {
    background: #f9a4dc;
}

#main .catid17 {
    background: #ffd800;
}

#main .catid57 {
    background: #777;
}

#main .catid99 {
    background: #FBCE44;
}

#main .catid101 {
    background: #F9A4C8;
}

#main .catid78 {
    background: #429B27;
}

.header-image__text{color:#000;}
.header-image__headline{text-shadow: 
1px 1px 1px rgba(0, 0, 0, 0.6), 
-1px -1px 1px rgba(255, 255, 255, 0.5);
}


.maneo{
    width:300px;
    height:250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-image:linear-gradient(-45deg, #d3edd3 25%, #fff 25%, #fff 50%, #d3edd3 50%, #d3edd3 75%, #fff 75%, #fff);
    background-size: 30px 30px;
}

.yourprofile .profile-img {
 position: relative;
 width: 150px;
 height: 150px;
 margin: -90px auto 0;
}
.yourprofile .profile-img img {
 border: solid 3px #fff;
 background: #fff;
 border-radius: 50px;
 overflow: hidden;
}

.faceicon img{
    border: none;
    border-radius: 0%;
}

.faceicon span{
    font-size:13px;
}

.linkto .tbimg {
 width: 150px;/*ショートコード画像の幅*/
}

.entry-content .linkto {
    max-width: 100%;
  }


.footer .fab-btn {
   display:none;
}

img[width="1"] {
 display: none;
}

p.entry-subtitle{

    font-size:90%;
    margin-bottom: -15px;
}

.glossary-tooltip a, .glossary-tooltip-media a{
    background: #efefef;
}

.btn_link{
text-align:center;/*中央寄せ*/
}
.btn_link>a{
    margin: .5em .5em .5em 0;
    text-decoration: none;
    display: inline-block;
    padding: .9em 2.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;
}

/*トップページ人気記事用のウィジェット*/
.popular-posts .cardtype__article-info {
    padding-top: 0.5em;
}
.popular-posts .cardtype__link {
    padding-bottom: 10px;
}
.popular-posts.cardtype {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.popular-posts .cardtype__article {
  width: 48%;
  margin: 0 0 25px;
}
.popular-posts .cardtype__article:nth-child(odd){
  margin-right: 4%;
}
.popular-posts .cardtype__article p {
  margin: 0; 
}
.popular-posts.cardtype h2 {
    margin: 0 5px;
    font-size: 15px;
}

#inner-content .hh11 {
 background: #87D7DD;
 font-size: 1.1em;
}
#inner-content .hh11:after {
 border-top: 15px solid #87D7DD;
}



/*イントロボックス*/
.intro_box .intro_wrap {
 display: table;
 width: 100%;
 vertical-align: middle;
 border-top:2px solid #56B4BA;
 padding-top: 20px;
 padding-bottom: 20px;
}

.intro_box .intro_banner {
 display: table-cell;
 width: 230px;
 vertical-align: top;
 text-align: center;
}

.intro_box .intro_banner .hyoka {
    background: #ffe7b5;
    font-size: 0.9em;
    border-radius: 5px;
    margin-bottom:5px;
    padding:2px 0;
}

.intro_box .intro_banner img {
    border-radius: 5px;
    margin-bottom:8px;
}

.intro_box .intro_banner img:hover{
     -webkit-filter: brightness(1.05);
     -moz-filter: brightness(1.05);
     -o-filter: brightness(1.05);
     -ms-filter: brightness(1.05);
     filter: brightness(1.05);
     transition: .3s ease-in-out;
}

.intro_box .intro_banner .hyoka b{color:#666;}

.intro_box .intro_dec {
 display: table-cell;
 width: calc(100% - 80px);
 padding-left: 15px;
}

.intro_box h4{
    text-align:center;
}

.intro_box .intro_dec .midashi{
    font-size: 0.6em;
    font-weight: bold;
    display: inline-block;
    padding: .5em;
    margin-bottom:5px;
    border-radius: 25px;
    color: #fff;
    vertical-align: middle;
    line-height: 1.3;
}
.intro_box .intro_dec ol{
    list-style: none;
    font-size: 0.9em;
    margin-bottom:5px;
}

.intro_box .intro_dec ol li{
    padding: 1px 0 1px 15px;
    position: relative;
}

.intro_box .intro_dec ol li:before{
    font-family: FontAwesome;
    position: absolute;
    top:0;
    left:-10px;
}

.intro_box .intro_dec ol.checkmark li:before{
    content: '\f00c';
    color:#abd611;
}

.intro_box .intro_dec ol.timesmark li:before{
    content: '\f00d';
    color:#f7a26a;
}

.intro_box .intro_dec p{
    font-size: 0.9em;
    margin-bottom:10px;
}
.intro_box .intro_dec p i{
    margin-right:3px;
    color:#f7a26a;
}
.intro_box .intro_dec ul{
    display: table;
    width: 100%;
    vertical-align: middle;
    border: none;
    padding: 0;
    margin:0em;
}

.intro_box .intro_dec ul li{
    display: table-cell;
    width:50%;
    vertical-align: middle;
    text-align: center;
    font-size: 0.9em;
    position: relative;
}

.intro_box .intro_dec ul li a{
    display: block;
    padding: 10px 0px;
    font-size: 1.2em;
}

.intro_box .intro_dec ul li a:after{
    font-family: FontAwesome;
    content: "\f054";
    font-size: 0.8em;
    font-weight: normal;
    display: block;
    position: absolute;
    top:35%;
    right:7%;
}

/*イントロテーブル*/
table.tb-responsive.intro_table{
    border: none;
    width:100%;
}
table.tb-responsive.intro_table tr {
    border: none;
}

table.tb-responsive.intro_table tr:nth-child(even) {
    background: #fff1d3;
    border: none;
}

table.tb-responsive.intro_table tr th,table.tb-responsive.intro_table tr td {
    border: none;
}

table.tb-responsive.intro_table tr th{
    border: none;
    border-bottom: 2px solid #ddd;
    background: #fff1d3;
}

.widget ul{list-style: none;}

/*モバイル*/
@media (max-width: 768px) {

p.entry-subtitle{
    margin-left: 18px;
}

p.entry-meta{
    font-size:80%;
    text-align:center;
}

.linkto .tbimg {
 width: 120px;/*ショートコード画像の幅*/
}

.slaff_comment{
    text-align: center;
}

/*イントロボックス*/

.intro_box .intro_wrap {
 display: table;
 width: 100%;
 vertical-align: middle;
}

.box32 .box-title{
    line-height: 115%;
    padding: 10px 0;
}

.box32 .box-title span{
    display: block;
    margin: 0 auto;
}

.intro_box h4{
    font-size:1.1em;
    line-height: 140%;
}

.intro_box .intro_banner {
 display: block;
 width: 100%;
 text-align: center;
 margin-bottom:15px;
}

.intro_box .intro_dec {
 display: block;
 width: 100%;
 padding-left: 0px;
}

.intro_box .intro_dec ul{
    width: 100%;
}

.intro_box .intro_dec ul li{
    display: block;
    padding: 0px;
    width: 100%;
}

.intro_box .intro_dec ul li a{
    display: block;
    padding: 20px 0;
}

/*イントロテーブル*/
table.tb-responsive.intro_table{
    border: 2px solid #ddd;
    width:auto;
}

}