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

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


.zexa-post-body h2{
	background: #eee;
	padding: 0.3em 1em;
	margin-bottom: 1em;
	font-weight:bold;
	font-size:1.1em;
}

/*---------------------------------
関連サイト
---------------------------------*/

.related-site {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.related-site .banner {
	width: 100%;
	height: auto;
}

/*
@media (max-width: 768px) {
	.related-site {
		grid-template-columns: 1fr;
	}
}
*/

.LP-sec9{
	margin-bottom:40px;
}

.LP-sec9 h2{
	margin-bottom:40px;
}



.LP .program_guide_button {
    max-width: 850px;
    width: auto;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

.LP .program_guide_button .pc_img{
	display:block;
}

.LP .program_guide_button .sp_img{
	display:none;
}

@media (max-width: 768px) {
	.LP .program_guide_button {
		margin-right: 10px;
		margin-left: 10px;
	}

	.LP .program_guide_button .pc_img{
		display:none;
	}

	.LP .program_guide_button .sp_img{
		display:block;
	}

}

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

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

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