@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
header {
  background-color: #555;
}
main h1,
main h2,
main h3,
main p,
main dl,
main dd {
  margin: 0;
}
main img {
  width: 100%;
}
.fs-c-breadcrumb__list {
  padding: 0px;
}

@media screen and (max-width: 767px) {
  .fs-l-main {
    margin: 77px auto 24px;
    padding-bottom: 50px;
  }
  .fs-c-breadcrumb {
    padding: 24px 0 52px;
  }
  .page_title {
    text-align: center;
  }
  .page_title h1 {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
  }
  .form_text {
    margin-top: 59px;
  }
  .form_text p {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.02em;
    color: #000000;
  }
}

@media screen and (min-width: 768px) {
  main a {
    transition: all .3s;
  }
  main a:hover {
    opacity: 0.8;
  }
  .fs-l-main {
    margin: calc(84px + 6px) auto 91px;
  }
  .fs-c-breadcrumb {
    padding: 27px 0 42px;
  }
  .form_inner {
    max-width: 602px;
    margin: 0 auto;
  }
  .page_title {
    text-align: center;
  }
  .page_title h1 {
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
  }
  .form_text {
    margin-top: 59px;
  }
  .form_text p {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.02em;
    color: #000000;
  }
}

/* -----------------------------------------------
form_wrap
----------------------------------------------- */

@media screen and (max-width: 767px) {
  .form_wrap {
    margin-top: 50px;
  }
  .form_wrap .form_item + .form_item {
    margin-top: 21px;
  }
  .form_wrap p {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: bold;
    color: #000;
  }
  .form_wrap .req {
    display: inline-block;
    margin-left: 0.2em;
  }
  .form_wrap p + div {
    margin-top: 5px;
  }
  .form_fx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .form_wrap .w_50 {
    width: 49.16%;
  }
  .form_wrap .w_100 {
    width: 100%;
  }
  .form_wrap input[type="text"],
  .form_wrap textarea {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #000;
  }
  .form_wrap input[type="text"] {
    height: 27px;
  }
  .form_wrap textarea {
    min-height: 300px;
  }
  .form_wrap .submit {
    margin-top: 46px;
  }
  .form_wrap .submit input {
    margin: 0 auto;
    width: 242px;
    height: 50px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    background-color: #000000;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: none;
  }
}

@media screen and (min-width: 768px) {
  .form_wrap {
    margin-top: 50px;
  }
  .form_wrap .form_item + .form_item {
    margin-top: 21px;
  }
  .form_wrap p {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: bold;
    color: #000;
  }
  .form_wrap .req {
    display: inline-block;
    margin-left: 0.2em;
  }
  .form_wrap p + div {
    margin-top: 5px;
  }
  .form_fx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .form_wrap .w_50 {
    width: 49.16%;
  }
  .form_wrap .w_100 {
    width: 100%;
  }
  .form_wrap input[type="text"],
  .form_wrap textarea {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #000;
  }
  .form_wrap input[type="text"] {
    height: 27px;
  }
  .form_wrap textarea {
    min-height: 300px;
  }
  .form_wrap .submit {
    margin-top: 46px;
  }
  .form_wrap .submit input {
    margin: 0 auto;
    width: 242px;
    height: 50px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    background-color: #000000;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: none;
    cursor: pointer;
  }
  .form_wrap .submit input:hover {
    opacity: 0.8;
  }
}