p,
h2 {
    margin: 0;
}

h1 {
    text-align: center;
    white-space: nowrap;
}


a:link,
a:visited,
a:hover,
a:active {
    color: #006fd6;
    text-decoration: none;
}

/* info/index.phpのtitleだけに適用するパディング */
.title--info-top {
    padding-top: 16px;
}


.img_list {
    display: flex;
    flex-wrap: wrap
}

.chara_list {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 8px;
    /* margin-top: 5%;
    padding-top: 3%; */
}

.chara_box {
    width: 20%;
    padding: 1%;
    text-align: center;
    /* Center the content horizontally */
    margin-bottom: 2%;
}

.chara_box img {
    width: 50%;
    display: block;
    /* Remove any default image spacing */
    margin: auto;
    /* Center the image horizontally */
}

.chara_name {
    text-align: center;
    font-size: 65%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* white-space: nowrap; */
    /* overflow: hidden;
    text-overflow: ellipsis; */
}


/* info_system.phpのCSS */
.icon_system {
    width: 200px;
}

/* ここから下がinfo_chara.phpのCSS */


.chara_title {
    margin-top: 15%;
    margin-bottom: 10%;
    text-align: center;
}

.info_top {
    text-align: center;
    margin: 3%;
}




.article {
    margin-top: 5%;
    margin-bottom: 5%;
}

.type_article {
    text-align: center;
    /* font-weight:bold; */
    padding: 1%;
    font-size: 70%;
    color: white;
    width: 20%;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.koryaku {
    background-color: #fb7171;
}

.taisaku {
    background-color: #7173fb;
}

.koryaku_taisaku {
    background-color: #ffbe3d;
}


/* Like関連 */

.typeBox {
    /* background: #ffbe3d; */
    display: flex;
    align-items: center;
    gap: 6px;
}

.media_icon {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.media_icon svg {
    display: block;
    width: 22px;
    height: 22px;
}

.like_num {
    margin-left: 1%;
    /* background: #4285f4; */
    margin-top: 0.5%;
    font-size: 110%;
}

.likeButton {
    size: 120%;
    margin-left: 2%;
    /* background: #29ff03; */
}


.twit_url {
    text-align: center;
    /* font-size: 65%; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5%;
}

.return_index {
    text-align: center;
    margin: 3%;
}



.content {
    /* margin-top: 5%; */
    margin-bottom: 5%;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 8px;
}

.note_box {
    /* margin-top: 3%; */
    margin-bottom: 3%;
}

.thumbnail_box {
    display: flex;
    align-items: center;
    /* 縦方向に中央揃え */
}

.chnel_name {
    flex: 1;
    min-width: 0;
    padding: 2%;
    word-break: break-word;
    font-size: 85%;
}

.chnl_name_text {
    display: block;
    font-size: 105%;
    font-weight: bold;
    margin-bottom: 4px;
}


.thumbnail {
    width: 40%;
    margin: 2%;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.y-date {
    font-size: 75%;
}

.youtube_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    font-size: 90%;
    /* 結果のフォントサイズを変更 */
    color: #4285f4;
    padding: 1%;
    padding-left: 2%;
    padding-right: 2%;
}

.youtube_title a {
    text-decoration: none;
}

.blog_box h3 {
    margin: 0;
}

.blog_box {
    /* margin-top: 5%; */
    margin-bottom: 5%;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 8px;
    padding: 3%;
}

.blog_title2 {
    display: flex;
    align-items: baseline;
}

.blog_date {
    margin-left: 2%;
    font-size: 90%;
}