@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){
  /*必要ならばここにコードを書く*/
}
.hikaku-mark {
  display: inline-block;
  min-width: 28px;
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.hikaku-mark.good {
  background: #e8f7ee;
  color: #1e8e3e;
}

.hikaku-mark.normal {
  background: #fff4e5;
  color: #d97706;
}

.hikaku-mark.bad {
  background: #fdecec;
  color: #d93025;
}

.hikaku-link-btn {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 6px;
  background: #1e73be;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.hikaku-link-btn:hover {
  opacity: 0.9;
  color: #fff !important;
  text-decoration: none;
}

.hikaku-link-btn:visited {
  color: #fff !important;
}

.hikaku-note {
  font-size: 0.9em;
  line-height: 1.8;
}