@charset "UTF-8";
/*--------------------------------------------------- */
/* contactform1 */
/*--------------------------------------------------- */
.contactform1 {
  margin-top: 96px;
  margin-bottom: 60px;
  text-align: center; }
  .contactform1 h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-bottom: 16px; }
  .contactform1 img {
    margin: 0 auto;
    max-width: 396px; }
  .contactform1 .line {
    border-top: 2px solid #FF9326;
    display: inline-block;
    width: 50px;
    margin: 110px auto; }

/*--------------------------------------------------- */
/* contactform2 */
/*--------------------------------------------------- */
.contactform2 {
  margin-bottom: 100px; }
  .contactform2 .flex {
    flex-wrap: wrap; }
  .contactform2 .flex1, .contactform2 .flex2 {
    padding: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5em; }
  .contactform2 .flex1 {
    width: 200px;
    border-top: 1px solid #FF9433;
    font-weight: 700;
    display: flex;
    align-items: center; }
    .contactform2 .flex1:nth-last-child(2) {
      border-bottom: 1px solid #FF9433; }
    @media (min-width: 769px) {
      .contactform2 .flex1 {
        padding: 22px 20px 18px; } }
  .contactform2 .required:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 15px;
    background-image: url(img/hissu.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    left: 10px; }
  .contactform2 .flex2 {
    padding-left: 50px;
    width: calc(100% - 200px);
    border-top: 1px solid #EEEEEE; }
    .contactform2 .flex2:last-child {
      border-bottom: 1px solid #EEEEEE; }
  .contactform2 input:not([type="submit"]), .contactform2 textarea, .contactform2 select {
    border: 1px solid #DDDDDD;
    width: 100%;
    max-width: 520px;
    padding: 2px; }
  .contactform2 select {
    color: #444444;
    max-width: 220px; }
    @media (min-width: 769px) {
      .contactform2 select {
        padding: 3px 2px 1px; } }
  .contactform2 .btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-all;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
    transition: all 0.5s ease;
    max-width: 180px;
    height: 73px;
    background-color: #F8B400;
    margin: 50px auto 0;
    color: #fff;
    border: 1px solid #F8B400; }
    .contactform2 .btn input {
      margin: 0 auto;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 700;
      display: block;
      width: 100%;
      height: 100%; }
      @media (min-width: 769px) {
        .contactform2 .btn input {
          padding-top: 4px; } }
    .contactform2 .btn:hover {
      border: 1px solid #F8B400;
      color: #F8B400;
      background-color: #fff; }

/*--------------------------------------------------- */
/* contactform3 */
/*--------------------------------------------------- */
.contactform3 {
  margin-top: 50px;
  margin-bottom: 50px; }
  .contactform3 img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto; }
  .contactform3 .text {
    max-width: 570px;
    margin: 50px auto 50px;
    line-height: 1.7em;
    font-size: 12px;
    font-size: 1.2rem; }
    @media (max-width: 768px) {
      .contactform3 .text {
        max-width: 400px; } }
  .contactform3 input[type="button"] {
    color: #fff;
    width: 200px;
    height: 42px;
    font-size: 18px;
    font-size: 1.8rem;
    cursor: pointer;
    background: #F8B400;
    border: 1px solid #F8B400;
    transition-duration: 0.5s; }
  .contactform3 input[type="button"]:hover {
    background: #fff;
    color: #F8B400; }
  .contactform3 .top {
    text-align: center;
    margin-top: 50px; }

/*--------------------------------------------------- */
/* 条件別 */
/*--------------------------------------------------- */
.ipad input, .ipad textarea, .ipad select {
  border-radius: 0; }

.ipad .tri {
  position: relative; }
  .ipad .tri:after {
    content: "▼";
    position: absolute;
    font-size: 12px;
    font-size: 1.2rem;
    /* style */
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%); }
    @media (min-width: 769px) {
      .ipad .tri:after {
        right: auto;
        left: 250px; } }

@media all and (-ms-high-contrast: none) {
  .tri {
    position: relative; }
    .tri:after {
      content: "▼";
      position: absolute;
      /* style */
      position: absolute;
      top: 50%;
      right: auto;
      left: 220px;
      transform: translate(0, -50%); } }
    @media all and (-ms-high-contrast: none) and (min-width: 769px) {
      .tri:after {
        left: 250px; } }

@media all and (-ms-high-contrast: none) {
    .tri select {
      width: 100%;
      max-width: initial; } }

@supports (-ms-ime-align: auto) {
  .tri {
    position: relative; }
    .tri:after {
      content: "▼";
      position: absolute;
      /* style */
      position: absolute;
      top: 50%;
      right: auto;
      left: 220px;
      transform: translate(0, -50%); }
      @media (min-width: 769px) {
        .tri:after {
          left: 250px; } }
    .tri select {
      width: 100%;
      max-width: initial; } }

/*--------------------------------------------------- */
/* レスポンシブ */
/*--------------------------------------------------- */
@media (max-width: 768px) {
  /*--------------------------------------------------- */
  /* contactform1 */
  /*--------------------------------------------------- */ }

@media (max-width: 768px) and (max-width: 480px) {
  .contactform1 {
    margin-top: 50px;
    margin-bottom: 40px; } }

@media (max-width: 768px) {
  .contactform1 h3 {
    font-size: 17px;
    font-size: 1.7rem; } }
  @media (max-width: 768px) and (max-width: 480px) {
    .contactform1 h3 {
      font-size: 16px;
      font-size: 1.6rem; } }

@media (max-width: 768px) {
  .contactform1 img {
    max-width: 320px; } }
  @media (max-width: 768px) and (max-width: 480px) {
    .contactform1 img {
      max-width: initial; } }

@media (max-width: 768px) {
  .contactform1 .line {
    margin: 70px auto; } }
  @media (max-width: 768px) and (max-width: 480px) {
    .contactform1 .line {
      margin: 50px auto; } }

@media (max-width: 768px) {
  /*--------------------------------------------------- */
  /* contactform2 */
  /*--------------------------------------------------- */
  .contactform2 {
    margin-bottom: 100px; }
    .contactform2 .flex {
      flex-wrap: wrap;
      border: 1px solid #ccc; }
    .contactform2 .flex1, .contactform2 .flex2 {
      padding: 20px;
      font-size: 15px;
      font-size: 1.5rem; }
    .contactform2 .flex1 {
      padding-top: 16px;
      padding-bottom: 16px;
      width: 100%;
      border-top: 1px solid #ccc;
      background-color: #f2f2f2;
      border-bottom: 1px solid #ccc; }
      .contactform2 .flex1:nth-last-child(2) {
        border-bottom: 1px solid #ccc; }
      .contactform2 .flex1:first-child {
        border-top: none; }
    .contactform2 .flex2 {
      width: calc(100%);
      border-top: none; }
      .contactform2 .flex2:last-child {
        border-bottom: none; }
    .contactform2 .required:after {
      position: relative;
      top: 1px; }
    .contactform2 input:not([type="submit"]), .contactform2 textarea, .contactform2 select {
      max-width: initial; }
    .contactform2 .btn {
      max-width: 180px;
      height: 73px;
      background-color: #F8B400;
      margin: 50px auto 0;
      color: #fff;
      border: 1px solid #F8B400; }
      .contactform2 .btn input {
        margin: 0 auto;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 700;
        display: block;
        width: 100%;
        height: 100%; }
      .contactform2 .btn:hover {
        border: 1px solid #F8B400;
        color: #F8B400;
        background-color: #fff; } }
