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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*サムネイルなし*/
.new-entry-card-thumb.widget-entry-card-thumb.card-thumb {
  display: none;
}
.new-entry-card-content.widget-entry-card-content.card-content {
  margin-left: 0;
}
/* リンクの下線を消す */
a {
text-decoration: none;
}
/*ここまで*/
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}
.box-menu{
	padding: 0;
	min-height: 0;
}

.box-menu:hover{
	box-shadow:none;
	opacity: 0.8;
} 

.box-menu-label,
.box-menu-description{
	display: none;
}

.box-menu-icon *{
	margin: 0;
	max-width: 100%;
	max-height: 300px;}

.box-menu:first-child {
    margin-left: auto;
}

.box-menu:last-child{
    margin-right: auto;
}
/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}
/* 見出しリセット */
/* 見出し2 */
.article h2 {
  font-size:26px;
  background:#F3FAFE;
  padding: 0.5em;/*文字周りの余白*/
  border-left: solid 5px #364e96;/*左線*/
  border-top:none;/*上線*/
  border-bottom: none;/*下線*/
}

/* 見出し3 */
.article h3 {
  font-size:20px;
  padding: 0.5em;/*文字周りの余白*/
  border-top:none;
  border-bottom: solid 3px #516ab6;/*下線*/
  border-left:none;
  border-right:none;
}

/* 見出し4 */
.article h4{
font-size:20px;
border-top:none;
border-bottom: solid 2px #516ab6;
padding: 0.5;

}

/* 見出し5 */
.article h5{
border-bottom:none;
padding: 0;
}

/* 見出し6 */
.article h6{
border-bottom:none;
padding: 0;
}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
 
