@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く */

        .reference-link {
            border: 2px solid #ddd;
        }
        .reference-link-title {
            padding: 15px;
            background-color: #ddd;
        }
        .reference-link-list {
            padding: 15px;
            margin-left: 15px;
            margin-bottom: 0;
        }
        
        .rankingVN {
            display: flex;
            margin-top: 25px;
            border: 2px solid #ddd;
            border-radius: 3px;
        }
        .rankingVN-siteTitle {
            display: flex;
            align-items: center;
            padding: 10px;
            flex-shrink: 0;
            font-size: 12px;
				width: 35%;
        }
        .rankingVN-logo img {
            max-width: 220px;
        }

        .rankingVN-name {
            padding-top: 8px;
        }
        .rankingVN-num {
            padding-right: 8px;
            font-weight: bold;
            flex-shrink: 0;
        }
        .rankingVN-review {
            display: flex;
            flex: 1;
        }
        .rankingVN-review > div:first-child {
            border-left: 2px solid #ddd;
        }

        .rankingVN-review > div {
            flex: 1;
            font-size: 11px;
            background-color: #f0f0f0;
            display: flex;
            flex-direction: column;
            border-right: 2px solid #ddd;
         }
        
        .rankingVN-review > div:last-child {
            border: none;
        }
        .rankingVN-reviewIcon {
            text-align: center;
            padding: 7px;
            margin-top: auto;
            background-color: #fff;
        }
        .rankingVN-reviewIcon img {
            max-width: 30px;
            height: auto;
        }
        .rankingVN-itemTitle {
            text-align: center;
            font-weight: bold;
            padding: 3px;
            flex-shrink: 0;
            line-height: 1.3;
        }

        .rankingVN-review-detail {
            margin-top: 20px;
            border-top: 2px solid #ddd;
            border-bottom: 2px solid #ddd;
        }
        .rankingVN-review-detail > div:last-child {
            border-right: 2px solid #ddd;
        }


        .rankingVN .mcnursernet-logo {
            max-width: 160px;
        }

        .rankingVN .kanngoroo-logo {
            max-width: 150px;
        }

.bb-ng .bb-label::after {
  content: "デメリット";
}

/* スクロールレビュー */

            .scrollReview {
                display: flex;
                width: auto;
                overflow-x: auto;
                align-items: stretch;
                gap: 15px;
            }

            .scrollReview-item {
                background-color: #fae9de;
                border: 1px solid #ccc;
                flex: 0 0 330px;
                min-width: 330px;
                padding: 8px 13px;
                border-radius: 8px;
            }
            .negative-review .scrollReview-item {
                background-color: #e4f2f5;
            }
            .scrollReview-attribute {
                font-size: 13px;
                color: #444;
            }

            .scrollReview-text {
                margin-top: 10px;
            }

            .scrollReview-from {
                margin-top: 10px;
                font-size: 13px;
                color: #444;
            }

				.rankingVN-review-detail {
					background:1px solid #ddd;
				}



/* QandA */

            .qanda-q {
                margin-bottom: 10px;
                padding-left: 40px;
                padding-top: 3px;
                font-size: 15px;
                position: relative;
            }
            .qanda-q::before {
                position: absolute;
                content: "Q";
                left: 0;
                top: 0;
                width: 30px;
                height: 30px;
                background-color: #229bd4;
                color: #fff;
                line-height: 30px;
                font-size: 15px;
                text-align: center;
                border-radius: 15px;
                font-weight: bold;
            }
            .qanda-a {
                margin-bottom: 30px;
                padding-left: 40px;
                padding-top: 3px;
                font-size: 15px;
                position: relative;
            }
            .qanda-a::before {
                position: absolute;
                content: "A";
                left: 0;
                top: 0;                                
                width: 30px;
                height: 30px;
                background-color: #AAA;
                color: #fff;
                line-height: 30px;
                font-size: 15px;
                text-align: center;
                border-radius: 15px;
                font-weight: bold;
            }

/*  table 横長  */
        .long-table-wrap {
            overflow-x: scroll;
            margin-bottom: 20px;
        }
        .entry-content .long-table {
            width: auto;
            margin-bottom: 0;
            border-collapse: collapse;
            white-space: nowrap;
        }
        .long-table th,
        .long-table td {
        border: 2px solid #ccc;
        padding: 4px 4px;
        }
        .long-table th {
            background-color: #eaeaea;
        }
        .long-table.todofuken td {
            width: 100px;
				 text-align: center;
        }
        .long-table .fixed01{
        position: sticky;
        left: 0;
        width: 150px;
        }
        .long-table .fixed01:before{
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            width: 100%;
            height: 100%;
            border: 1px solid #ccc;
        }



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.rankingVN-siteTitle {
		width :　auto;
		padding: 5px;
	}
	.rankingVN-siteTitle {
		width: auto;
	}
	
	.rankingVN-logo img {
		max-width: 100px;
	}
	
	.rankingVN .mcnursernet-logo {
		max-width: 100px;
	}

        .rankingVN .kanngoroo-logo {
            max-width: 100px;
        }
	

                .scrollReview-item {
                    flex: 0 0 180px;
                    min-width: 180px;                    
                }	
	
	
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
