@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.4
*/

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

/* 職務経歴書Before/After記事：スクリーンショット画像の表示調整 */
.case-image {
  max-width: 550px !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 24px auto !important;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.10);
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .case-image {
    max-width: 100%;
    margin: 16px auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
}
