/*
Theme Name: frs
Template: twentytwentyfive
*/

:root{
  --accent-1:#d8613c;
  --gradient-1-from:rgb(255,191,48);
  --gradient-1-to:rgb(255,77,48);
  --gradient-1: linear-gradient(132deg, var(--gradient-1-from) 0%, var(--gradient-1-to) 97%);
  --bg-color-1:#fffbf0;
  --header-h:70px;
  --radius-right-30: 0 30px 30px 0;
  --radius-left-30: 30px 0 0 30px;
  --wp--preset--font-family--body:"Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
}

/* フォーム start */
.single-download,
.page-contact{
  background-color: #f1f5f9;
}

.single-download header,
.page-contact header{
  margin-block-start: 1.2rem;
}
.single-download header > div,
.page-contact header > div{
  background-color: initial !important;
}
.wpcf7 label{
  margin:15px 0;
  font-size: 16px;
  font-weight: bold;
  display:block;
}
.wpcf7 .form-privacy-check-text{
  color:#555;
  font-size: 16px;
}
.wpcf7 .form-privacy-check-text a{
  color:#555;
  text-decoration: underline;
}
.wpcf7 .form-privacy-check-text a:hover{
  color:#999;
}
.wpcf7 .form-privacy-check-btn{
  display: block;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-top: 5px;
}
.wpcf7 .form-privacy-check-btn .wpcf7-list-item{
  margin:0;
}
.wpcf7 .form-privacy-check-btn label{
  margin:5px;
}
.wpcf7 span.inq_required{
  background-color: #c43407;
}
.wpcf7 span.inq_optional{
  background-color: #555;
}
.wpcf7 span.inq_required,
.wpcf7 span.inq_optional{
  margin-left: 20px;
  padding: 1px 3px 1px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
}
.wpcf7 input:not([type="radio"],[type="checkbox"]),
.wpcf7 select,
.wpcf7 textarea{
  box-sizing: border-box;
  font-size: 16px;
  border: 2px solid #8ab4d7;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 5px 0 5px;
  width: 100%;
  background-color: #f0f6ff;
  transition: 0.3s;
  line-height:1.5;
}
.wpcf7 input:not([type="radio"],[type="checkbox"]):focus,
.wpcf7 input:not([type="radio"],[type="checkbox"]):focus-visible,
.wpcf7 input:not([type="radio"],[type="checkbox"]):hover,
.wpcf7 select:focus,
.wpcf7 select:focus-visible,
.wpcf7 select:hover,
.wpcf7 textarea:focus,
.wpcf7 textarea:focus-visible,
.wpcf7 textarea:hover{
  border: 2px solid #2a509e;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #bbb;
}
.wpcf7 .p_submit{
  text-align: center;
  margin-top:50px;
}
.wpcf7 .p_submit input{
  cursor: pointer;
  padding: 10px 30px;
  font-size: 20px;
  background-color: #f77c00;
  border: 0px;
  color: #fff;
  border-bottom: 3px solid #d26a00;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-shadow: -1px -1px 1px #dd6200, 0 1px 1px #f88c20;
}
.wpcf7 form .wpcf7-response-output{
  margin:0 0 100px 0;
}
/* フォーム end */