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

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

/* Form */
.form {margin-top: 30px;display: flex;flex-direction: column;gap: 30px;}
.form__field .wpcf7-checkbox {display: flex;gap: 0 20px;flex-wrap: wrap;}
.form__field .wpcf7-checkbox .wpcf7-list-item {margin: 0 !important;}
.form__field {margin-top: 5px;}
.form__label {font-weight: bold;}
.form__label::before {content: "■ ";}
.form__btns {display: flex;justify-content: center;flex-wrap: wrap;position: relative;}
.form__btns input[type=submit] {font-size: 18px;padding: 10px 60px;border-radius: 10px;}
.form__btns .wpcf7-spinner {position: absolute;top: 50%;right: 20px;translate: 0 -50%;margin: 0;}
/* /Form */

/* Report Form Link */
.report_form_link {display: flex;justify-content: center;font-size: 16px;line-height: 1.5;margin: 30px 0;}
.report_form_link a {padding: 20px 70px;text-decoration: none;background: #1e6c5c;color: #fff;border-radius: 10px;position: relative;text-align: center;}
.report_form_link a::after {content: "→";position: absolute;top: 50%;right: 30px;translate: 0 -50%;transition: .3s;}
.report_form_link a:hover::after {right: 15px;}

@media (max-width: 480px) {
  .report_form_link a {padding: 10px 30px;width: 100%;border-radius: 6px;}
  .report_form_link a::after {right: 20px;}
}
/* /Report Form Link */

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

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

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