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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.home .article h2 {
	display: block;
    content: "";
    border-bottom: none;
	margin: 0;
	width: fit-content;
	border-bottom: solid 4px #8bc34a;
	top: -1em;
    left: 0;
    right: 0;
    bottom: unset;
    margin: auto;
	text-align: center;
	z-index: 1;
}

p.has-text-align-center.top-access {
    font-weight: bold;
    font-size: 115%;
}

/*.nwa .box-menu {
    width: 100%;
}*/
.box-menu {
    box-shadow: none;
    background-image: none;
    transition: box-shadow .3s ease-in-out;
    position: relative;
}
.box-menu::before {
    display: block;
    content: "";
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity .5s ease-in-out;

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

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

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