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

    input(form)

#################################
*/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
    font-size: 14px;
    font-weight: bold;
}
/*
#################################

    #comments

#################################
*/
#comments .entry-meta.vcard,
#comments #comments-title,
#comments #reply-title,
#comments .comment-form-comment label,
#comments .comment-form-author label,
#comments .comment-form-email,
#comments .comment-form-url,
#comments .comment-notes,
#comments .comment-form-cookies-consent,
#comments .comment .vcard time { 
    display: none;
}
#comments .comment{
    background: none;
}
#comments .comment .vcard {
    margin-left: 0;
}
#comments .comment-respond{
    border-top: 0;
}
/*############ #commentsデザイン ############*/
#comments .comment{
    padding:0;
}
#comments .comment article.cf {
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 3em;
    margin: auto;
    margin-bottom: 1em;
    width: 90%;
    border-bottom: 0px double #f09609;
}
#comments .comment .depth-2 article.cf {
    padding-bottom: 4em;
}
#comments .comment .comment-author{
    font-size: 14px;
    color: #008000;
    padding:0;
}
#comments .comment .vcard cite.fn{
    color:#f09609;
}
#comments .comment .vcard cite.fn:before{
    content:"コメント：";
}
#comments .comment .vcard cite.fn:after{
    content:"さん";
}
#comments .comment .depth-2 .vcard cite.fn:after{
    content:"さん⬆";
}
#comments .comment-reply-link {
    background-color: #f09609;
    font-size: 10px;
    margin: 17.5px 0 15px 0;
    padding: 0 10px;
    border-radius: 0;
}
#comments .comment:not(.depth-1) {
    margin-top: 0;
    padding: 0;
}
#comments .comment .depth-1 {
    margin: auto;
}
#comments .comment .depth-2 {
    margin-left: 5%;
}
#comments .comment_content p {
    margin: 0;
}
#comments .comment-respond p {
    margin: 0;
}
#comments #commentform #submit {
    width: 100%;
    font-weight: bold;
}
/*############ #comments 並び替え ############*/
#comments #commentform {
    display: flex;
    flex-direction: column;
}
#comments .comment-form-comment {
    order: 1;
}
#comments .form-submit {
    order: 2;
}
/*
#################################

    .blog-cards

#################################
*/
.blog-cards .blog-card {
    max-width: 100%;
    margin: 0.6em 2.5%;
}
.blog-cards .blog-card:before {
    padding: 2px 4px;
    content: "イチオシ記事";
    background-color: darkorange;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    border-radius: 0;
}
.blog-cards .blog-card a {
    text-decoration: none;
}
.blog-cards .blog-card-content {
    padding-top: 1em;
    padding-bottom: 0.2em;
    border-bottom: 0px double #f09609;
    width: 98%;
    margin: auto;
    margin-bottom: -0.4em;
}
.blog-cards .blog-card-title {
    font-weight: bold;
    line-height: 1.05;
    font-size:14px;
    color: #000000;
}
.blog-cards > div:last-child .blog-card-content {
    border-bottom: none;
}
/*############ .blog-cards 色設定 ############*/
.blog-cards > div:nth-child(3n+4) .blog-card-title {
    color: #f09609;
    background: none;
}
.blog-cards > div:nth-child(5n+2) .blog-card:before {
    content: "管理人おすすめ";
    background-color: gray;
}
.blog-cards > div:nth-child(4n+4) .blog-card:before {
    content: "話題の記事";
    background-color: darkslateblue;
}
.blog-cards > div:nth-child(7n+3) .blog-card:before {
    content: "急上昇中";
    background-color: mediumvioletred;
}
/*############ .blog-cards スクロール設定 ############*/
.blog-cards.scroll .blog-card {
    margin: 0.2em 2.5%;
}
.blog-cards.scroll .blog-card:before {
    position:relative;
}
.blog-cards.scroll .blog-card-content {
    padding-top: 0;
    padding-bottom: 0.4em;
    margin-bottom: 0;
}
.blog-cards.scroll {
    overflow:scroll;
    height: 420px;
}
/*############ .blog-cards レス間設定 ############*/
div[class^="huyos-div-res_contenteq"] .blog-card,
div[class^="huyos-div-comment-depth-1eq"] .blog-card {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 4em;
    margin: auto;
    margin-bottom: 1em;
    width: 90%;
    border-bottom: 0px double #f09609;
    line-height: 1.5;
}
div[class^="huyos-div-res_contenteq"] .blog-card:before,
div[class^="huyos-div-comment-depth-1eq"] .blog-card:before {
    content: "＠：こちらもオススメ" !important;
    font-size: 14px;
    color: #ff7792;
    white-space: pre;
}
div[class^="huyos-div-res_contenteq"] .blog-card-title,
div[class^="huyos-div-comment-depth-1eq"] .blog-card-title {
    line-height: 1.5;
    color: orange;
}
div[class^="huyos-div-res_contenteq"] .blog-card-title:hover,
div[class^="huyos-div-comment-depth-1eq"] .blog-card-title:hover {
    text-decoration: underline;
}
/*
#################################

    .blogrolls

#################################
*/
/*############ #head-blogroll 設定 ############*/
#head-blogroll.blogrolls .blogroll ul.blogroll-list-wrap li:first-child a{
    width:0;
    height:0;
    display:none;
}
#head-blogroll.blogrolls .blogroll ul.blogroll-list-wrap li.blogroll-category-name{
    display:none;
}
#head-blogroll.blogrolls .blogroll .blogroll-ad-default a{
    width:0;
    height:0;
    display:none;
}
#head-blogroll.blogrolls .blogroll .blogroll-channel,
#head-blogroll.blogrolls .blogroll .blogroll-channel .blogroll-list-wrap{
    padding:0;
}
#head-blogroll.blogrolls .blogroll .blogroll-channel .blogroll-list {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.05;
}
#head-blogroll.blogrolls .blogroll ul.blogroll-list-wrap li a{
    padding-bottom: 10px;
    font-weight: bold;
}
#head-blogroll.blogrolls .blogroll ul.blogroll-list-wrap li:nth-child(odd) a{
    color:#f09609;
}
#head-blogroll.blogrolls .blogroll ul.blogroll-list-wrap li:nth-child(even) a{
    color:#333333;
}
#head-blogroll.blogrolls {
    margin: auto;
    background: #fff;
    max-width:1020px;
    display: flex;
    border-radius: 0;
}
#head-blogroll.blogrolls .blogroll {
    width: 50%;
    height: 360px;
    overflow: scroll;
    margin: 0.5em;
    margin-bottom: 0;
}
/*
#################################

    .ads

#################################
*/
.ads.flex{
    display: flex;
}
.ads.flex .\35 0{
    width: 50%;
}
.entry-content {
    padding: 0;
}
@media only screen and (max-width: 768px) {
.ads.sp {
    padding: 1em 0;
    background-color: #eaedf2;
}
}
/*
#################################

    全体調整

#################################
*/
.entry-content {
    padding: 0;
}
@media only screen and (min-width: 1030px){
#comments .comment article.cf,
article .res,
div[class^="huyos-div-res_contenteq"] .blog-card,
div[class^="huyos-div-comment-depth-1eq"] .blog-card {
    padding-left: 20px;
    padding-right: 20px;
}
}
/* タブレット以上 */
@media (min-width: 769px){
.m-all {
    float: right;
    padding-left: 30px;
    padding-right: 0 !important;
}
.m-all.sidebar {
    padding: 0;
}
.d-2of7 {
    float: right;
}
#inner-content {
    flex-direction: row-reverse;
}
  .sidelong__article {
    float: left;
    width: 100%;
    margin: 0 0 1.5em 0;
    min-height: 117px;
  }
}

article .res_head.ui-sortable-handle {
    font-size: 0;
}
article  .res_num {
    font-size: 14px;
}
article .res_num:after {
    content:" : "
}
article .res_name {
    font-size: 14px;
}
article .overview,
article .article-description,
article .res_quote,
article .original_thread {
    font-size: 14p!important;
    font-weight:bold!important;
    border: 2px solid darkgray!important;
    color: black!important;
    background-color: #f7f7f7!important;
    border-radius: 0!important;
    padding: 10px!important;
    line-height: 1.5!important;
}
article .res_content{
    font-size: 20px !important;
    font-weight: bold !important;
    margin: auto;
    margin-bottom: 1em;
    width: 90%;
    border-bottom: 0px double #f09609;
    line-height: 1.5 !important;
    color: #333333 !important;
}
article p.res_head{
    font-size: 14px;
    color: #008000;
    white-space: pre;
    margin-bottom:0;
}
article .res_body {
    font-size: 18px !important;
}
@media only screen and (min-width: 1030px){
article .res_content{
    padding-left: 20px;
    padding-right: 20px;
}
article .overview,
article .article-description,
article .res_quote,
article .original_thread{
    margin-left: 20px;
    margin-right: 20px;
}
.post-tab {
    display: table;
    table-layout: fixed;
    margin: 0 0 1.5em 0;
    width: 100%;
}
.cardtype__article:nth-child(odd) {
    width: 48%;
    margin: 0 0 25px 0%;
}
.cardtype__article:nth-child(even) {
    width: 48%;
    margin: 0 0 25px 4%;
}
}
blockquote:before {
    content: none !important;
}
#fixed_sidebar,
#fixed_sidebar .widget {
    min-height: 600px;
}
body {
    box-sizing : border-box;
}
.post-tab {
    border-radius: 0;
    background: #fff;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 1030px) {
   /*全体幅（メインカラム＋サイドバー）を小さくする*/
  .wrap, .maximg, .single #inner-content, .page #inner-content, .inner-footer, .single .wrap, .page .wrap, .single #inner-content, .page #inner-content {
    width: 1020px;
  }
  /*サイドバーが狭くなるのが気になる場合はサイドバーの割合を少し大きくする*/
  .d-5of7 {
    width: 67%;/*メインカラム幅*/
  }
  .d-2of7 {
    width: 33%;/*サイドバー幅*/
  }
  .entry-content {
    font-size: .95em;
    letter-spacing: -0.05em;/*文字と文字の幅を詰める*/
  }
}
article blockquote.original_thread {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 1 !important;
    padding: 0.5em !important;
    display: none;
}
article .res_content > br {
    display: none;
}
article .res_body {
    margin-bottom: 5em;
}
.widget ul li {
  font-size: 14px;
}
time.pubdate.entry-time.dfont {
    color: orange;
}
.widget_top-posts ul {
 counter-reset: post-rank;
 margin: 0px;
}
.widget_top-posts ul li:before {
 color: #ffffff;
 font-size:10px;
 font-weight: bold;
 content: counter(post-rank, decimal)"位";
 counter-increment: post-rank;
 background: black;
 padding: 2px 6px;
 border-radius:0;
}
.widget_top-posts ul li:nth-child(1):before{
    background:orange;
}
.widget_top-posts ul li:nth-child(2):before{
    background:gray;
}
.widget_top-posts ul li:nth-child(3):before{
    background:brown;
}
.widget_top-posts ul li a.bump-view {
    font-size:12px;
    padding:0;
    border-bottom:0px double #f09609;
}
#comments #comments-title {
	display:block;
}
.dfont.newmark.accent-bc {
    border-radius: 0;
}