/*
 Theme Name: abyss roid
 Author: Manoa Browny
*/

@charset "utf-8";

body {
  background: #fff;
}

p {
  margin: 0;
}

.form {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  padding: 4rem 0;
}

.form form {
  display: flex;
  flex-direction: column;
}

.form p {
  font-weight: 600;
  text-align: left;
  margin: 4px auto;
}

.wpcf7-form-control {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'M PLUS Rounded 1c',"HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  width: 320px;
  border-radius: 8px;
  border: 2px solid #222;
  padding: 8px;
  letter0soacing: 0.025rem;
}

.wpcf7-textarea {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'M PLUS Rounded 1c',"HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  border-radius: 12px;
}

.wpcf7-submit {
  width: 288px;
  padding: 16px 0;
  border-radius: 12px;
  border: none;
  background: #222;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}

.cf-turnstile {
  text-align: center;
}

.privacy-agreement {
  display: flex;
  background: #f3f3f3;
  padding: 12px 10px;
  border-radius: 8px;
  font-size: 0.75rem;
  width: 100%;
  max-width: 320px;
  margin: 12px auto;  
}

.screen-reader-response {
  display: hidden;
}

.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  color: #AA2020;
  font-size: 0.75rem;
}

.screen-reader-response {
  position: absolute;
  display: hidden;
  opacity: 0;
  z-index: -1;
}