@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){
  /*必要ならばここにコードを書く*/
}





hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 48px 0;
}
.cta-button {
  text-align: center;
  margin: 34px 0;
}
.cta-button a {
  display: inline-block;
  padding: 16px 30px;
  border-radius: 8px;
  background: #f47b20;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05rem;
}
.note {
  font-size: 0.9rem;
  color: #666;
}






a.arrow {
 color: #1558d6;
}

a.arrow {
    padding-bottom: 3px;
    padding-left: 23px;
    background: url(https://rolex.lumixyl.jp/wp-content/uploads/2026/07/img010.png) no-repeat center left;
    background-size: 20px;
}

a.arrow img{
   margin: 4px;
}


