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

/************************************
** 子テーマ用のスタイルを書く
************************************/

/************************************
.entry-title{
  display: none;
}
************************************/

.article h1 {
    padding: 0 0 15px 0;
	color: #000;
	border-bottom: solid 5px #000;
    position: relative;
}

.slick-prev {left: 50px;}
.slick-next {right: 50px;}

.logo-text {
	padding: 0 0 10px;
	font-size: 1em;
}

.article h3 {
	border-right: 0px;
	border-top: 0px;
	border-bottom: 2px;
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/* ===== Success Stories - サイドバー非表示 ===== */
body.single-success_story .sidebar,
body.single-success_story .header-container,
body.single-success_story .navi,
body.single-success_story .footer.footer-container {
  display: none !important;
}
body.single-success_story .main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}
body.single-success_story .content-in {
  max-width: 100% !important;
  padding: 0 !important;
}

/* ===== Success Stories - スマホ縦並び ===== */
@media screen and (max-width: 768px) {
  body.single-success_story .lmt div[style*="display: flex"]:not([style*="gap: 20px"]) {
    display: block !important;
    width: 100% !important;
  }
  body.single-success_story .lmt div[style*="display: flex"]:not([style*="gap: 20px"]) > div {
    width: 100% !important;
    flex: none !important;
    margin-bottom: 24px !important;
  }
  body.single-success_story .lmt img {
    width: 100% !important;
    height: auto !important;
  }
  body.single-success_story .lmt div[style*="display: flex"][style*="gap: 20px"] {
    display: flex !important;
    flex-direction: row !important;
  }
  body.single-success_story .lmt div[style*="padding: 0 10%"],
  body.single-success_story .lmt div[style*="padding: 0 8%"] {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  body.single-success_story .lmt p[style*="font-size: 48px"] { font-size: 32px !important; }
  body.single-success_story .lmt p[style*="font-size: 22px"] { font-size: 18px !important; }
  body.single-success_story .lmt p[style*="font-size: 14px"] { font-size: 14px !important; line-height: 2 !important; }
}