@charset "UTF-8";

/*!
Theme Name: 瞬速AIマスター用Cocoon子テーマ
Description: Cocoon専用の子テーマ
Theme URI: https://1w-web.biz
Author: 1w-web
Author URI: https://1w-web.biz
Template:   cocoon-master
Version:    1.1.3
*/
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*Contact Form 7custom*/
/*必須*/
.hissu{
font-size:.7em;
padding:5px;
background:#ff8282;
color:#fff;
border-radius:2px;
margin-right:5px;
position:relative;
bottom:1px;
}
/*Auto Amazon links*/
#main .amazon-product-description{
display:block;
font-size:90%
}
#main .amazon-product-description a{
color:#E47911
}
/*favorite-button*/
.entry-content button.simplefavorite-button{
border-radius: 30px;
padding: 10px 20px;	
}
input#cren_subscribe_to_comment, input#cren_gdpr {
  margin-right: 0.5em;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  .for-sp{display:none}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  .sp_br{
display:block;
}
.btn_sp_lg{
width:90%
}
.sp_center{
text-align:center
}
.for-sp{display:none}
}

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .sp-center{
text-align:center;
margin-left:auto;
margin-right:auto
}
.for-pc{
display:none
}
.for-sp{
display:block
}
}

