@charset "UTF-8";
/*--- import -------------------------------------*/
/*------------------------------------- import ---*/
.mv {
  background: url("../images/contact/mv_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center; }
  .mv:after {
    background: rgba(0, 0, 0, 0.3) !important; }

nav ul {
  color: #fff; }

.contact_ttl {
  color: #44af35;
  line-height: 1; }
  .contact_ttl .p1 {
    font-size: 45px; }
  .contact_ttl .p2 {
    margin-top: 5px;
    font-size: 14px; }
  @media screen and (max-width: 750px) {
    .contact_ttl .p1 {
      font-size: 38px; } }

.contact_contents {
  margin-top: 40px; }
  @media screen and (max-width: 750px) {
    .contact_contents .txt {
      text-align: left;
      font-size: 14px; } }

#form {
  text-align: left; }
  #form .box_in .form_area .mailform {
    background: #fff;
    padding: 45px 60px 0 45px;
    color: #000; }
    #form .box_in .form_area .mailform ul {
      padding: 25px 15px;
      text-align: left;
      display: flex;
      justify-content: center; }
      #form .box_in .form_area .mailform ul:not(:last-child) {
        border-bottom: 1px solid #e3e9e9; }
      #form .box_in .form_area .mailform ul .form_ttl {
        width: 280px; }
      #form .box_in .form_area .mailform ul .con {
        width: calc(100% - 280px); }
    #form .box_in .form_area .mailform .post .con .num_post input {
      width: 150px; }
    #form .box_in .form_area .mailform .post .con .adress {
      margin-top: 10px; }
      #form .box_in .form_area .mailform .post .con .adress input {
        /*width: calc(100% - 50px);*/ }

@media screen and (max-width: 960px) {
  #form .box_in .form_area .mailform ul {
    display: block; }
    #form .box_in .form_area .mailform ul .form_ttl {
      width: 100%; }
    #form .box_in .form_area .mailform ul .con {
      width: 100%;
      margin-top: 15px; }
  #form .box_in .form_area .mailform .post .con .num_post input {
    width: 150px; }
  #form .box_in .form_area .mailform .post .con .adress {
    margin-top: 10px; }
    #form .box_in .form_area .mailform .post .con .adress input {
      /*width: calc(100% - 50px);*/ } }
@media screen and (max-width: 750px) {
  #form .box_in .form_area .mailform {
    padding: 2.6666666667vw;
    padding-bottom: 0; }
    #form .box_in .form_area .mailform ul {
      padding: 0 2vw;
      padding-top: 4vw; }
      #form .box_in .form_area .mailform ul .con {
        margin-top: 0;
        border-bottom: none; }
    #form .box_in .form_area .mailform .post .con .num_post input {
      width: 150px; }
    #form .box_in .form_area .mailform .post .con .adress {
      margin-top: 1.3333333333vw; }
      #form .box_in .form_area .mailform .post .con .adress input {
        /*width: calc(100% - 50px);*/ } }
.any {
  position: relative; }
  .any:after {
    content: '任意';
    background: #e3e9e9;
    color: #444;
    font-size: 13px;
    display: inline-block;
    padding: 2px 15px;
    position: absolute;
    right: 10px;
    font-weight: bold;
    top: 5px; }
  @media screen and (max-width: 960px) {
    .any:after {
      top: 0;
      position: relative;
      right: -10px; } }

.need {
  position: relative; }
  .need:after {
    content: '必須';
    background: #44af35;
    color: #ffffff;
    font-size: 13px;
    display: inline-block;
    padding: 2px 15px;
    position: absolute;
    right: 10px;
    font-weight: bold;
    top: 5px; }
  @media screen and (max-width: 960px) {
    .need:after {
      top: 0;
      position: relative;
      right: -10px; } }
