@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.entry-card-title, .related-entry-card-title {
    font-size: 21px;
    line-height: 1.4;
}
.entry-card-snippet, .related-entry-card-snippet {
    font-size: 14px;
		line-height: 1.4;
}
.entry-card-info > * {
    font-size: 12px;
}

.ect-3-columns .entry-card-wrap {
    width: 32%;
    padding: 12px;
    margin: 0 0.5% 12px;
}
.rect-vertical-card-3 .related-entry-card-wrap {
    width: 32%;
}
.rect-vertical-card .related-entry-card-wrap {
    padding: 12px;
    margin: 0 0.5% 12px;
}
.pager-post-navi.post-navi-square a {
    width: 49%;
    margin: 0 0.5%;
}
.pager-post-navi a {
    line-height: 1.3;
    font-size: 14px;
}
.entry-category, .post-date, .post-update, .post-author, .amp-back {
    padding: 2px;
    display: inline;
    font-size: 12px;
}
/* CTA */
a.wp-block-button__link {
    color: #fff;
    background-color: #FF8700;
    padding: calc(.667em + 2px) calc(1.333em + 10px);
    font-weight: bold;
}
a.wp-block-button__link:hover {
    opacity: 0.8;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  .pager-post-navi.post-navi-square a {
    width: 100%;
    margin: 0 0 12px;
  }
  .pager-post-navi.post-navi-square a img {
    max-width: 60px;
  }
  .pager-post-navi a figure {
    min-width: 15%;
    max-width: 15%;
  }
}


