@charset "utf-8";
/*
Theme Name: meets Child
Theme URI:https://tcd-theme.com/tcd086/
Description: TCD086 meets の子テーマ
Author: takeshi
Author URI: https://irodory.jp/
Template: meets_tcd086
Version: 1.0.0
*/

/* 子テーマ用カスタムCSSはこの下に記述 */
.h-100 {
    height: 100%!important;
}
.text-center {
    text-align: center;
}

/*　タグリスト */
.post-tags {
    display: flex;
    flex-wrap: wrap; /* 折り返しを有効にする */
    gap: .5em; /* アイテムの上下左右に16pxのすき間を作る */
    align-items: center;
    list-style: none!important;
}
.post-tags li a{
    font-size:12px; 
    text-align:center; 
    border:1px solid #000; 
    border-radius:2em; 
    margin:0 0 0 0;
    min-width:80px; 
    height:2em; 
    line-height:2em; 
    padding:0 1em; 
    display:flex;
    align-items: center;
    justify-content: center;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    box-sizing:border-box;
}
.post-tags li a:hover {
    color: #fff;
    background-color: #000;
}
.post-tags.tag-cloud {
    margin: 0;
    padding: 1.5em 1em;
    background-color: white;
    border-radius: 7px;
}
.post_tags .post-tags {
    margin-top: 10px;
}
.tagcloud {
    
}
.widget_content .post-tags.tag-cloud {
    padding: 0!important;
}
.widget_content .post-tags.tag-cloud li{
    margin-bottom: 0!important;
}

/* 進捗記事のスタイル */
#blog_list .item {
    border: none!important;
}
#blog_list .image_wrap {
    border-radius: 1em;
}

#blog_list .title_area {
    border: none!important;
    padding: 30px 0!important;
}
#blog_list .title_area .category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
}
#blog_list .title_area .title_link {
    height: auto;
}
#blog_list .title_area .author_profile {
    border: none;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin: 0!important;
}
#blog_list .title_area .author_profile .avatar_area {
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}
#blog_list .title_area .author_profile .name {
    margin-top: 10px;
    width: 100%;
    font-size: 8px;
}

#article #post_title .category, .post_slider .item .category {
    border: none!important;
}

/* 自由ブロックのスタイル */
.cb_free_space.num4, .cb_free_space.num5 {
    background-color: #f6f6f6;
}
.cb_free_space.num5 .post_col_1 {
    margin-bottom: 50px;
}

/* Top 10 プラグイン：ランキング番号のスタイル */
/* リスト全体の基本設定 */
.tptn_posts ol {
    list-style: none; /* デフォルトの数字を非表示にする */
    counter-reset: popular-posts-counter; /* CSSで番号を振るための準備 */
    padding-left: 0; /* リストの左側の余白をなくす */
    margin-left: 0!important;
}

/* 各リスト項目の設定 */
.tptn_posts li {
    display: flex; /* 番号と記事タイトルを横並びにする */
    align-items: center; /* 番号と記事タイトルを上下中央で揃える */
    margin-bottom: 15px; /* 各記事の間の余白 */
    position: relative;
    padding-left: 2.5em;
}

/* 番号のデザインをここで作成 */
.tptn_posts li::before {
    /* 番号を生成 */
    counter-increment: popular-posts-counter;
    content: counter(popular-posts-counter);

    /* デザイン */
    background-color: #000; /* 背景色を黒に */
    color: #fff; /* 文字色を白に */
    font-weight: bold;

    /* サイズと形 */
    min-width: 1.5em; /* 最小の幅 */
    height: 100%;    /* 高さ */
    padding: 0 0.2em; /* 左右の余白（2桁になったとき用） */
    border-radius: 0%; /* 円形にする場合。四角にしたい場合はこの行を削除 */
    margin-right: 0.8em; /* 番号とタイトルの間の余白 */

    /* 数字を円/四角の上下左右中央に配置 */
    display: inline-flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: 0;
    left: 0;
}

.tptn_posts li > .tptn_link {
    display: flex;
    max-width: 200px;
    width: 100%;
    height: auto;
    border-radius: 1em;
    overflow: hidden;
}
@media (max-width: 768px) {
    .tptn_posts li > .tptn_link {
        max-width: 100px;
    }
}
.tptn_posts ol li .tptn_title {
    padding-top: 0!important;
    /*line-height: 1.47!important;*/
}
.tptn_posts li > .tptn_link img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin: 0!important;
    padding: 0!important;
    transition: transform 0.5s ease;
}
.tptn_posts li > .tptn_link:hover img {
    transform: scale(1.2);
    
}
.tptn_after_thumb {
    padding-left: 1em;
    width: 100%;
    max-width: 450px;
}
.tptn_after_thumb .tptn_link {
    padding-top: 0px!important;
    max-width: 100%;
    width: 100%;
}


.tptn_date {
    position: relative;
    padding-left: 1.5em;
}
.tptn_date:before {
    font-family:'footer_bar';
    content:'\e912'; 
    font-size:13px; 
    top:50%; transform: 
    translateY(-50%); 
    left:0px; 
    position:absolute;
    -webkit-font-smoothing: 
    antialiased; 
    -moz-osx-font-smoothing: graysca11sle;
  }

/*  */
.widget_headline {
    margin-bottom: 10px!important;
}

/*　投稿サイドメニューの人気記事のスタイル */
.tptn_posts_widget ol{

}
.tptn_posts_widget ol li {
    display: flex;
    align-items: stretch;
    margin: 0;
    padding: 0;
    position: relative;
}
.tptn_posts_widget ol li > .tptn_link {
    max-width: 120px;
    height: 120px;
    overflow: hidden;
    border: none;
    padding: 0;
    border-radius: 0;
}

.tptn_posts_widget ol li > .tptn_link img.tptn_thumb {
    width: 100%!important;
    height: auto!important;
    object-fit: cover;
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    border-radius: 0!important;
}
.tptn_posts_widget ol li {
    position: relative;
    overflow: hidden;
}
.tptn_posts_widget ol li > .tptn_link img {
    transition: transform 0.5s ease;
}
.tptn_posts_widget ol li:hover > .tptn_link img{
    height: auto;
    transform: scale(1.2);
    transition: transform 0.5s ease;
}
.tptn_posts_widget ol li > .tptn_after_thumb .tptn_link,
.tptn_posts_widget ol li > .tptn_after_thumb .tptn_date{
    transition: all 0.5s ease;
}
.tptn_posts_widget ol li:hover > .tptn_after_thumb .tptn_link,
.tptn_posts_widget ol li:hover > .tptn_after_thumb .tptn_date{
    color: #009bde!important;
    transition: all 0.5s ease;
}
.tptn_posts_widget ol li .tptn_title {
    padding-top: 0!important;
    line-height: 1.47!important;
}
.tptn_posts_widget ol li .tptn_after_thumb {
    display: flex;
    align-items: center;
    padding-right: 18px;
    border: 1px solid #ddd;
    border-left: none;
    border-bottom: none;
}
.tptn_posts_widget ol li:last-child .tptn_after_thumb {
    border-bottom: 1px solid #ddd;
}
.my-custom-read-more {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important;
    display: block;
    color: white !important;
}
.my-custom-read-more:hover {
    /*background: #005177;*/
}

/*****************************************************/
/* トップページ */
/*****************************************************/
.home .design_headline {
    display: inline-flex;
}
.home .design_headline img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-60%);
    width: 73px;
    height: auto;
}
.home .design_headline .heading {
    margin-top: 0!important;
    display: flex;
    align-items: center;
    z-index: 1;
}
.home .design_headline .heading .sub_title {
    order: 2;
    margin-left: 2em;
}

@media (max-width: 750px) {
    .home .design_headline .title {
        font-size: 20px;
    }
    .home .design_headline .heading .sub_title {
        font-size: 14px;
    }
}

.home .cb_free_space .design_headline {
    margin-bottom: 0px!important;
}
.design_content.num1 {
    padding-bottom: 0;
    margin-bottom: -2rem;
}
@media (max-width: 750px) {
    .design_content.num1 {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
.index_blog_list .col-post .title {
    font-size: 16px!important;
}
#blog_list .title  {
    min-height: 4.8em;
}
#blog_list .title span {
    -webkit-line-clamp: 3;
}

/* デザインコンテンツ */
/* .design_content { position:relative; padding:60px 0 120px; }
.design_content_inner { width:700px; margin:0 auto; position:relative; z-index:2; }
.design_content .design_headline { margin-bottom:40px; }
.design_content_inner .desc { font-size:16px; line-height:2.8; margin:0 0 52px 0; }
.design_content.no_button .desc { margin-bottom:-15px; } */
.design_content .news_ticker2 { 
    overflow:hidden; line-height:60px; border-radius:0; margin:0 0 60px 0; 
    background: none!important;
}

.design_content .news_ticker2 .item {
	padding:0 25px; height:3.5em;
    padding-left: 0;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	-ms-align-items:center; -webkit-align-items:center; align-items:center;
}
@media (max-width: 750px) {
    .design_content .news_ticker2 { 
        background-color: rgba(255, 255, 255, 0.8)!important;
    }
    .design_content .news_ticker2 .item {
        padding-left: 25px;
    }
}
.design_content .news_ticker2 .date { font-size:14px; position:relative; padding:0 0 0 22px; color:#999; margin:0 15px 0 0; }
.design_content .news_ticker2 .date:before {
  font-family:'footer_bar'; content:'\e912'; font-size:13px; top:50%; transform: translateY(-50%); left:0px; position:absolute;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.design_content .news_ticker2 .category {
  font-size:12px; text-align:center; color:#000; background:#fff; border:1px solid #000; border-radius:30px; z-index:3; margin:0 15px 0 0;
  min-width:80px; height:30px; line-height:30px; padding:0 20px; display:inline-block;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
.design_content .news_ticker2 .title {
 -ms-flex: 1 1 0%; -webkit-flex: 1 1 0%; flex: 1 1 0%;
	overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible;
}
/* .design_content .layer_image { position:absolute; display:block; margin:0; z-index:1; }
.design_content .layer_image.left_top { left:0px; top:120px; }
.design_content .layer_image.right_top { right:0px; top:120px; }
.design_content .layer_image.left_bottom { left:0px; bottom:120px; }
.design_content .layer_image.right_bottom { right:0px; bottom:140px; } */
@media (max-width: 750px) {
    .design_content .news_ticker2 .item {
        height: auto!important;
    }
    .design_content .news_ticker2 .date {
        line-height: 1.5em!important;
    }
    .design_content .news_ticker2 .title {
        -ms-flex: 1 1 100%; -webkit-flex: 1 1 100%; flex: 1 1 100%;
        line-height: 1.45em!important;
        white-space: normal!important;
        margin-bottom: 1em!important;
    }
}

/*****************************************************/
/* グループページ */
/*****************************************************/
h1.group-title {
    margin-bottom: 50px!important;
}

.user-card {
    width: 100%;
    background-color: #f3f3f3;
    text-align: center;
}
.user-card .author_profile {
    margin: 0!important;
    border: none!important;
    background: none!important;
}
.user-card .author_profile .animate_image {
    margin: auto;
}
.user-card .author_profile .author_profile_info {
    width: 100%;
}
.user-card .author_profile .name {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px 0;
}
.user-card .author_profile .author_desc {
    width: 100%;
    font-size: 12px;
}


/*****************************************************/
/* トップページ */
/*****************************************************/
#tag_list {
    margin-top: 50px;
}
#tag_list .widget-title {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
    margin: 0 0 2em 0;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    background: #000000;
}

#tag_list .post-tags.tag-cloud {
    padding: 0;;
}

/*****************************************************/
/* 記事詳細*/
/*****************************************************/
.post_author_profile.author_profile {
    border: none;
}
body.single #main_col .author_profile .desc {
    max-height: unset;
    overflow: hidden;
    visibility: visible;
}
body.single #main_col .author_profile .desc span {
    -webkit-line-clamp: unset;
    }
@media (max-width: 750px) {
    .user_author_profile.author_profile {
        border: none;
    }
    .user_author_profile.author_profile,
    .post_author_profile.author_profile {
        padding: 20px 0px 15px!important;
    }
    .user_author_profile.author_profile .gx-4,
    .post_author_profile.author_profile .gx-4 {
        gap: 0px!important;
        --bs-gutter-x: 0px!important;
    }

}
.post_author_profile .w-100, .user_author_profile .w-100 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.post_author_profile .animate_image {
    max-width: 120px;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: auto;
}
.user_author_profile .avatar_area {
    max-width: 140px;
    width: 100%!important;
    height: auto!important;
    aspect-ratio: 1 / 1;
    margin: auto;
}
.post_author_profile .info, .user_author_profile .info {
    width: 100%!important;
}
.post_author_profile .info .info_inner, .user_author_profile .info .info_inner {
    padding: 0;
    width: 100%;
}
.user_author_profile .info .info_inner dt,
.post_author_profile .info .info_inner dt {
    width: 5em;
    position: relative;
}

.user_author_profile .info .info_inner dd,
.post_author_profile .info .info_inner dd {
    width: calc(100% - 5em);
    padding-left: 1em;
    word-wrap: anywhere;
    position: relative;
}
.user_author_profile .info .info_inner dd::before,
.post_author_profile .info .info_inner dd::before {
    content: "：";
    position: absolute;
    left: 0;
    top: 0;
}
.user_author_profile .info .info_inner dt, .user_author_profile .info .info_inner dd,
.post_author_profile .info .info_inner dt, .post_author_profile .info .info_inner dd {
    line-height: 1.6;
    margin-bottom: .5em;
}
@media (max-width: 750px) {
    .user_author_profile .info .info_inner dt, .user_author_profile .info .info_inner dd, 
    .post_author_profile .info .info_inner dt, .post_author_profile .info .info_inner dd {
        font-size: 12px;
    }
}
