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

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

.marker-pink {
background: linear-gradient(transparent 10%, #f6bfbc 85%);
}

.a8link-btn {
	margin: 10px 0px 30px 0!important;
	padding:8px 12px;
    line-height: 35px!important;
	display: inline-block!important;
	width: 100%;
	box-shadow:0px 5px 5px 0px #b0c4de;
	font-size: 120%;
	background-color: #4682b4;
	border-radius:3px;
	cursor:pointer;
	color:#ffffff;
	text-align: center;
	border: none;
}
.a8link-btn a {
	color:#ffffff;
	text-decoration:none;
}

.klook-link-btn {
	margin: 10px 0px 30px 0!important;
	padding:8px 12px;
    line-height: 35px!important;
	display: inline-block!important;
	width: 80%;
	box-shadow:0px 5px 5px 0px #b0c4de;
	font-size: 120%;
	background-color: #ff8c00;
	border-radius:3px;
	cursor:pointer;
	color:#ffffff;
	text-align: center;
	border: none;
}
.klook-link-btn a {
	color:#ffffff;
	text-decoration:none;
}

.strong-orange {
	background: linear-gradient(rgba(255, 255, 255, 0) 20%, #fdeff2 60%);
	font-weight:bold;
	color: #ff7f50;
}

.strong-black {
	background: linear-gradient(rgba(255, 255, 255, 0) 20%, #fdeff2 60%);
	font-weight:bold;
	color: #000000;
}

.point {
	font-weight: bold;
	color: #545454;
	font-size: 1.1em;
}

/* list-c（順番なしチェックボックス） */
.list-c{
   list-style: none;
   padding:0em!important;
   margin:0em;
}
.list-c li { 
   position: relative;
   margin:0.5em 0 !important;
   padding-left: 25px;
}
.list-c li:before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: "\f14a"; /*アイコン*/
   color:  #00ac97; /* 色 */
   position: absolute;
   left:0;
}

.list-good li:before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: "\f118"; /*アイコン*/
   color:  #ff0000; /* 色 */
   position: absolute;
   left:0;
}

.list-notgood li:before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: "\f11a"; /*アイコン*/
   color:  #0000cd; /* 色 */
   position: absolute;
   left:0;
}

.affiliate-box {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  margin: 20px 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.affiliate-image {
  flex: 1 1 300px;
  max-width: 300px;
}

.affiliate-content {
  flex: 1 1 300px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.affiliate-content p {
  font-size: 16px;
  margin-bottom: 12px;
}

.affiliate-button {
  display: inline-block;
  background-color: #ffb6c1;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.affiliate-button:hover {
  background-color: #ff8ea3;
}

@media screen and (max-width: 600px) {
  .affiliate-box {
    flex-direction: column;
  }

  .affiliate-image, .affiliate-content {
    max-width: 100%;
  }

  .affiliate-content {
    padding: 12px;
  }
}

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

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

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