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

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

/* H4 */
.article h4{
border-top:none;
border-left:none;
border-right:none;
border-bottom: 2px solid #19448e;
position: relative;
padding: 0;
}




/* H3 */
.article h3{
border-top:none;
border-bottom:none;
padding: 1rem 2rem;
border-left: 6px solid #19448e;
}


/* H5 */
.article h5{
 border-bottom: 3px solid #000;
padding: 0;
}

/* H6 */
.article h6{
border-bottom:none;
padding: 0;
}


.article h2 {
    position:relative;
    background: #1e50a2;/* 背景色 */
    color: #fff;/* 文字色 */
    font-size: 125%;/* 文字サイズ */
    font-weight: 700;/* 太さ */
    padding: 1em 1.1em;
    margin-top: 2.1em;
    margin-bottom: 1em;
    -webkit-border-radius: 3px;
    border-radius: 3px;/* 丸み */
    box-shadow: 0 1px 5px rgba(0,0,0,.03);
}


.button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #cccccc;
  border-radius: 50vh;
}

.button a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.button a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}







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

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

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