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

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

h2#yomigana {
  font-size: 1rem;
  background: none;
  padding: 0;
  margin: 0;
}

.btn-lg {
  font-size: 1.25rem;
  padding: 0.75em 1.5em;
}

.btn-warning {
  background-color: #ff9911;
}

.btn-dead {
  background-color: #cfcfcf;
  pointer-events: none;
}

.cv-button-group a {
  margin-top: 10px;
}

.icon-app {
  display: inline-block;
  border-radius: 22%;
  margin-bottom: 10px;
}

.row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -20px;
  flex-wrap: wrap;
}

.col-xs-4 {
  width: calc(33.33% - 40px);
  margin: 0 20px 20px;
}

.tptn_link img.tptn_thumb {
  margin-bottom: 0.75em;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.en-US .for-ja {
  display: none;
}

.ja .for-en {
  display: none;
}

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

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

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