@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

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

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

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

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

}
@media screen and (min-width: 768px){
  .contents_bns {
    display: flex;
    margin: 0 auto;
    max-width: 1400px;
  }
}
.contents_bn {
	text-align: center;
	padding: 20px 10px 0;
  margin: 0 auto;
}

.kk-ogp-card {
    position: relative;
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0;
    background: #fff;
    transition: transform 0.2s ease;
}
.kk-ogp-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.kk-ogp-thumb {
    width: 150px;
    min-width: 150px;
    background-size: cover;
    background-position: center;
    border-right: 1px solid #eee;
}
.kk-ogp-content {
    padding: 15px;
    flex-grow: 1;
}
.kk-ogp-title {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
    color: #333;
}
.kk-ogp-desc {
    font-size: 0.85em;
    color: #666;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.kk-ogp-footer {
    font-size: 0.75em;
    color: #999;
}
.kk-ogp-footer img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
}
.kk-ogp-link {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
}