@charset "UTF-8";
#wrapper {
  background-color: #f5f2f2; }

.banner-common {
  background-image: url("../images/contact/banner.jpg"); }

.wrapper-breadcrumb-intro {
  padding-bottom: 217px; }
  .wrapper-breadcrumb-intro .intro .disc {
    margin-bottom: 60px; }

.wrapper {
  max-width: 1000px;
  margin: auto; }
  .wrapper .liner {
    margin-bottom: 75px; }
    .wrapper .liner .block {
      width: calc(50% - 9px);
      float: left;
      border-top: 6px solid #000000;
      padding-top: 15px; }
      .wrapper .liner .block:first-child {
        margin-right: 18px; }
      .wrapper .liner .block .p1 {
        text-align: center;
        margin-bottom: 20px; }
      .wrapper .liner .block .p2 {
        font-size: 22px;
        margin-bottom: 10px; }
        .wrapper .liner .block .p2 a {
          font-size: 46px;
          margin-left: 10px; }
  .wrapper .form .line {
    margin-bottom: 42px; }
    .wrapper .form .line .left {
      width: 280px;
      float: left;
      text-align: left;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: bold;
      font-size: 18px;
      line-height: 50px; }
      .wrapper .form .line .left .text-red {
        font-size: 12px;
        color: #d60603;
        position: relative;
        left: 3px;
        bottom: 3px; }
    .wrapper .form .line .right {
      width: calc(100% - 280px);
      float: left;
      text-align: left; }
      .wrapper .form .line .right input {
        width: 100%;
        height: 50px;
        border: 1px solid #cccccc;
        background-color: #f5f5f5;
        padding: 0 30px;
        font-size: 16px;
        font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
        -webkit-appearance: none;
        box-shadow: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0; }
        .wrapper .form .line .right input::placeholder {
          color: #999999; }
    .wrapper .form .line:first-child .right input {
      width: 300px; }
    .wrapper .form .line:nth-child(4) {
      margin-bottom: 87px; }
      .wrapper .form .line:nth-child(4) .right select {
        width: 270px;
        height: 50px;
        border: 1px solid #cccccc;
        background: #f5f5f5 url("../images/contact/arrow-bottom.png") 95% no-repeat;
        padding: 0 30px;
        font-size: 16px;
        margin-bottom: 18px;
        color: #999999; }
        .wrapper .form .line:nth-child(4) .right select.choose {
          color: #000000; }
      .wrapper .form .line:nth-child(4) .right textarea {
        display: block;
        width: 100%;
        height: 210px;
        resize: none;
        border: 1px solid #cccccc;
        background-color: #f5f5f5;
        padding: 15px 30px;
        font-size: 16px;
        box-shadow: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -webkit-appearance: none; }
        .wrapper .form .line:nth-child(4) .right textarea::placeholder {
          color: #999999; }
  .wrapper .form .btn-black {
    width: 300px;
    height: 60px;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    font-size: 18px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif; }
    .wrapper .form .btn-black:hover {
      background-color: #ffffff;
      color: #000000; }


.intro table { width: 100%; }
.intro table th { padding: 20px 0; font-size: 16px; }
.intro table td { text-align: left; font-size: 16px; }
.intro .smph { width: 300px; height: 60px; line-height: 60px; margin: 50px auto; display: inline-block; vertical-align: middle; }
.intro .alert { color: #d60603; padding: 80px 0 0; }
.intro .alert span { display: block; padding: 10px 0; }

@media only screen and (max-width: 640px) {
  .wrapper-breadcrumb-intro {
    padding-bottom: 50px; }
    .wrapper-breadcrumb-intro .intro h3 {
      font-size: 22px;
      line-height: 40px; }
    .wrapper-breadcrumb-intro .intro .disc {
      margin-bottom: 30px; }

  .wrapper .liner {
    margin-bottom: 20px; }
    .wrapper .liner .block {
      width: 100%;
      border-top-width: 4px;
      padding-top: 10px; }
      .wrapper .liner .block:first-child {
        margin-right: 0; }
      .wrapper .liner .block .p1 {
        font-size: 12px;
        margin-bottom: 10px; }
      .wrapper .liner .block .p2 {
        font-size: 16px;
        margin-bottom: 20px; }
        .wrapper .liner .block .p2 a {
          font-size: 32px; }
  .wrapper .form .line {
    margin-bottom: 20px; }
    .wrapper .form .line .left {
      width: 100%;
      font-size: 14px;
      line-height: 30px; }
      .wrapper .form .line .left .text-red {
        font-size: 10px;
        bottom: 1px; }
    .wrapper .form .line .right {
      width: 100%; }
      .wrapper .form .line .right input {
        width: 100% !important;
        height: 40px;
        padding: 0 20px; }
        .wrapper .form .line .right input::placeholder {
          font-size: 14px; }
    .wrapper .form .line:nth-child(4) {
      margin-bottom: 60px; }
      .wrapper .form .line:nth-child(4) .right select {
        width: 100%;
        height: 40px;
        padding: 0 20px;
        font-size: 16px; }
      .wrapper .form .line:nth-child(4) .right textarea {
        padding: 10px 20px;
        height: 150px; }
        .wrapper .form .line:nth-child(4) .right textarea::placeholder {
          font-size: 14px; }
  .wrapper .form .btn-black {
    width: 240px;
    height: 50px;
    font-size: 15px; }

.intro .note h3 { text-align: center; }
.intro .note .caution { line-height: 160%; }
.intro table th { display: block; text-align: left; background: #eee; padding: 10px; }
.intro table td { display: block; padding: 10px; margin: 0 0 10px; }
.intro .smph { width: 240px; margin: 50px auto 10px; height: 50px; line-height: 50px; }

}

/*# sourceMappingURL=contact.css.map */
