@charset "utf-8";
/*
Theme Name:A-Page Landing
Theme URL:https://action-japan.co.jp/
Author:Action Co., Ltd.
Version: 1.0.0
*/

/* WordPress基本スタイル */
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* カスタムスクロールバー */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #ee7d31;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #d66b28;
}

/* スムーススクロール */
html {
  scroll-behavior: smooth;
}

/* 画像の遅延読み込み */
img {
  max-width: 100%;
  height: auto;
}

/* フォーカススタイル */
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #ee7d31;
  outline-offset: 2px;
}

/* WordPress固有のスタイル */
.wp-block-image {
  margin: 0;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  float: left;
  margin-right: 1rem;
}

.alignright {
  float: right;
  margin-left: 1rem;
}

/* アニメーション */
.animate-fade-in {
  animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ヘッダーのトランジション */
header {
  transition: transform 0.3s ease-in-out;
}

/* ---------------------- */
/* wpcf7プラグイン関連     */
/* ---------------------- */
.content {
  max-width: 960px;
  margin: auto;
}

.wpcf7 input[type="text"],
input[type="tel"],
input[type="email"] {
  height: 30px;
  width: 100%;
   font-size: 18px;
  background-color: #f5f5f5;
}
.wpcf7 input[type="image"] {
  width: 45%;
}
.wpcf7 textarea {
  width: 100%;
  font-size: 18px;
  background-color: #f5f5f5;
}
.wpcf7-radio .wpcf7-list-item {
  margin-top: 7px;
  display: block;
}

.scroll-box {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  background-color: #f8f4f4;
  margin: auto;
  color: #404040;
  padding: 10px;
}
.scroll-box hr {
  width: 98%;
  margin: 5px auto;
}

.toiawase {
  width: 100%;
  margin: 30px auto 10px;
}
.toiawase th {
  text-align: left;
  vertical-align: middle;
  font-size: 18px;
  color: #404040;
  padding: 20px;
  width: 40%;
  background: #f5f5f5;
  border: solid 1px #d7d7d7;
}
.toiawase td {
  font-size: 18px;
  border: solid 1px #d7d7d7;
  vertical-align: middle;
  padding: 20px;
  background-color: #fff;
}
.toiawase-acceptance {
  font-size: 24px;
  width: 90%;
  text-align: center;
  margin: 20px auto;
  color: #404040;
}
.toiawase-submit {
  text-align: center;
}

.hissu {
  font-size: 14px;
  padding: 5px;
  background: #f15454;
  color: #fff;
  border-radius: 2px;
  margin-right: 10px;
  bottom: 2px;
  position: relative;
}

.scroll-box-text {
  width: 98%;
  margin: auto;
}

/* エラーメッセージの不要部分を非表示にする */
.wpcf7-response-output {
  text-align: center;
}

/* エラー時、各項目の背景色を変更し、メッセージを赤文字で表示する */
.wpcf7-not-valid-tip {
  font-size: 18px !important;
  padding-top: 8px;
}

.wpcf7 input[type="submit"] {
  width: 100%;
  font-size: 1.2rem;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  border: none;
  box-shadow: 0 3px 0 #ddd;
  background: #ed7d31;
  transition: 0.3s;
}
.wpcf7-submit:hover {
  transform: translate3d(0px, 3px, 1px);
  -webkit-transform: translate3d(0px, 3px, 1px);
  -moz-transform: translate3d(0px, 3px, 1px);
}

/*Contact Form 7カスタマイズ（スマホ対応）*/
@media (max-width: 640px) {
  .scroll-box {
    width: 95%;
    font-size: 16px;
  }
  .wpcf7 input[type="text"],
  input[type="tel"],
  input[type="email"] {
    margin-left: 0px;
    width: 95%;
    font-size: 16px;
  }
  .wpcf7 input[type="image"] {
    width: 100%;
  }
  .wpcf7 textarea {
    width: 95%;
    font-size: 16px;
  }
  .toiawase {
    width: 95%;
  }
  .toiawase th,
  .toiawase td {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    box-sizing: border-box !important;
    padding: 20px 10px;
  }
  .toiawase tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  .toiawase .hissu {
    font-size: 10px;
    bottom: 3px;
  }
  .toiawase-acceptance {
    font-size: 18px;
  }
  .wpcf7 input[type="submit"] {
    width: 100%;
  }
  .wpcf7-list-item {
    margin: 0 !important;
  }
}

/*reCAPTCHA ロゴ非表示対応*/
.grecaptcha-badge {
  visibility: hidden;
}
