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

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

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/*afi-button*/
@media screen and (min-width: 768px){.afi-waku{max-height:200px;}}
.afi-waku{border:1px solid lightgray; padding:20px;}
.afi-waku p{margin-bottom:10px;}
.afi-img{text-align:center;}
 .afi-waku img{max-width: 150px; margin:auto;}
.afi-title{font-size:1.1rem; font-weight:bold;}
.afi-title a{text-decoration:none;}
.afi-btn{background-color: #5db49f; padding:5px; font-weight:bold; text-align:center;max-width:200px; }
.afi-btn a{color:white; font-size:1.1rem; text-decoration: none;}
@media screen and (max-width: 767px) {.afi-waku{text-align:center;}.afi-btn{margin:auto;}}