@charset "UTF-8";
@media screen and (min-width: 1101px) {
  header .header_content {
    top: 0px;
  }
}
.p-contact {
  width: 100%;
  padding: 0;
  padding-top: 30px;
  margin-top: 100px;
  background-image: url("../images/227609685.png");
  background-repeat: repeat;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .p-contact {
    padding-top: 30px;
    margin-top: 60px;
  }
}
.p-contact .p-l {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 10px;
}
.p-contact .p-l ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
.p-contact .p-l ul li {
  font-weight: bold;
  font-size: 14px;
}
.p-contact .p-l ul li a {
  color: #000;
}
.p-contact .p-l ul li:nth-last-child(n+2)::after {
  content: "＞";
  margin-left: 10px;
}
.p-contact .ttl {
  text-align: center;
  margin-top: 30px;
}
.p-contact .c-top {
  display: flex;
  justify-content: space-evenly;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 1100px) {
  .p-contact .c-top {
    flex-flow: column;
    justify-content: unset;
    gap: 30px;
    margin-top: 20px;
  }
}
.p-contact .c-top > div {
  width: 33%;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .p-contact .c-top > div {
    width: 100%;
    padding: 0 15px;
  }
}
.p-contact .c-top > div > p {
  margin-top: 10px;
  font-weight: 500;
}
.p-contact .c-top > div > p a {
  text-decoration: none;
  color: #000;
}
.p-contact .c-top > div > p .call {
  background-image: url("../images/phone-solid.svg");
  height: 16px;
  width: 16px;
  display: inline-block;
  position: relative;
  right: 4px;
  top: 4px;
}
.p-contact .c-top > div > p .mail {
  background-image: url("../images/envelope-solid.svg");
  height: 16px;
  width: 16px;
  display: inline-block;
  position: relative;
  right: 4px;
  top: 2px;
}
.p-contact .c-top > div > p .line {
  background-image: url("../images/line.svg");
  height: 16px;
  width: 16px;
  display: inline-block;
  position: relative;
  right: 4px;
  top: 2px;
}
.p-contact .c-top > div:nth-child(n+2) {
  border-left: 3px solid #FBE74E;
}
@media screen and (max-width: 1100px) {
  .p-contact .c-top > div:nth-child(n+2) {
    border-left: unset;
    border-top: 2px solid #FBE74E;
  }
  .p-contact .c-top > div:nth-child(n+2) p:first-child {
    padding-top: 20px;
  }
}
.p-contact .c-top > div:nth-child(n+2) p:nth-child(n+2) {
  margin-top: 24px;
}
.p-contact .c-bottom {
  max-width: 730px;
  margin: 0 auto;
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px;
  margin-top: 80px;
  border: #FBE74E 2px solid;
}
@media screen and (max-width: 950px) {
  .p-contact .c-bottom {
    margin-top: 0;
    margin-top: 30px;
    border: unset;
    border-top: #FBE74E 2px solid;
  }
}
.p-contact .c-bottom .mw_wp_form form .f-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.p-contact .c-bottom .mw_wp_form form .f-flex > div {
  width: 45%;
}
.p-contact .c-bottom .mw_wp_form form .f-flex > div .error {
  color: red;
  font-weight: 700;
}
.p-contact .c-bottom .mw_wp_form form .f-flex > div input {
  width: 100%;
}
.p-contact .c-bottom .mw_wp_form form p {
  margin-top: 8px;
}
.p-contact .c-bottom .mw_wp_form form p .error {
  color: red;
  font-weight: 700;
}
.p-contact .c-bottom .mw_wp_form form p > input, .p-contact .c-bottom .mw_wp_form form p textarea {
  width: 100%;
}
.p-contact .c-bottom .mw_wp_form form p > a span {
  text-decoration: none;
  color: #000;
}
.p-contact .c-bottom .mw_wp_form form p span label .f-privacy {
  width: 24px;
}
.p-contact .c-bottom .mw_wp_form form h3:nth-child(n+2) {
  margin-top: 16px;
}
.p-contact .c-bottom .mw_wp_form form .radio-btn {
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin-top: 8px;
}
.p-contact .c-bottom .mw_wp_form form .radio-btn > .horizontal-item {
  margin: 0;
}
.p-contact .c-bottom .mw_wp_form form .radio-btn .error {
  color: red;
  font-weight: 700;
}
.p-contact .c-bottom .mw_wp_form form .send-btn {
  margin: 0 auto;
  margin-top: 32px;
  width: 200px;
  height: 50px;
  background: none;
  border: 2px solid #FF4646;
  font-weight: 700;
  display: flex;
  justify-content: center;
  transition: all 0.5s;
}
.p-contact .c-bottom .mw_wp_form form .send-btn:hover {
  background: #FF4646;
  cursor: pointer;
}

.privacy {
  margin-top: 100px;
  padding: 0 10px;
  padding-top: 30px;
}
@media screen and (max-width: 950px) {
  .privacy {
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 60px;
  }
}
.privacy .p-l {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 10px;
}
.privacy .p-l ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
.privacy .p-l ul li {
  font-weight: bold;
  font-size: 14px;
}
.privacy .p-l ul li a {
  color: #000;
}
.privacy .p-l ul li:nth-last-child(n+2)::after {
  content: "＞";
  margin-left: 10px;
}
.privacy .p-main {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
}
.privacy .p-main p {
  margin-top: 16px;
  line-height: 1.75;
}
.privacy .p-main .wp-block-heading:nth-child(n+2) {
  margin-top: 32px;
}/*# sourceMappingURL=contact.css.map */