/* CSS Document */
/* line 5, style.scss */
.catimg {
  background: url("../images/catimg.jpg") 50% 50% no-repeat; }

/* line 9, style.scss */
.mainb {
  max-width: 1400px;
  margin: 40px auto 0; }

/* line 17, style.scss */
.common_title:before {
  background: #ffe1ba; }

/* line 24, style.scss */
.contact_flow {
  margin: 40px 0 0; }

/* line 28, style.scss */
.contact_flowb ul {
  display: table;
  margin: auto; }
  /* line 32, style.scss */
  .contact_flowb ul li.island {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 170px;
    height: 45px;
    background: #FFCB8A;
    font-size: 18px;
    font-size: 1.8rem;
    color: #ffffff; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 32, style.scss */
      .contact_flowb ul li.island {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 32, style.scss */
      .contact_flowb ul li.island {
        font-size: 16px;
        font-size: 1.6rem;
        width: 140px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 32, style.scss */
      .contact_flowb ul li.island {
        font-size: 16px;
        font-size: 1.6rem;
        width: 140px;
        height: 40px; } }
    @media screen and (max-width: 350px) {
      /* line 32, style.scss */
      .contact_flowb ul li.island {
        font-size: 15px;
        font-size: 1.5rem;
        width: 140px;
        height: 35px; } }
    /* line 65, style.scss */
    .contact_flowb ul li.island.this {
      background: #f6a844;
      font-weight: bold; }
  /* line 70, style.scss */
  .contact_flowb ul li.arrow {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    padding: 0 5px; }
    /* line 76, style.scss */
    .contact_flowb ul li.arrow span {
      display: block;
      width: 35px;
      height: 2px;
      background: #f6a844; }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 76, style.scss */
        .contact_flowb ul li.arrow span {
          width: 20px; } }
      @media screen and (max-width: 350px) {
        /* line 76, style.scss */
        .contact_flowb ul li.arrow span {
          width: 15px; } }
    /* line 94, style.scss */
    .contact_flowb ul li.arrow:after {
      display: block;
      content: '';
      position: absolute;
      width: 15px;
      height: 2px;
      background: #f6a844;
      bottom: 50%;
      right: 0;
      transform: rotate(40deg);
      margin: 0 4px 4px 0; }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 94, style.scss */
        .contact_flowb ul li.arrow:after {
          width: 10px;
          margin: 0 4px 2px 0; } }
      @media screen and (max-width: 350px) {
        /* line 94, style.scss */
        .contact_flowb ul li.arrow:after {
          width: 8px;
          margin: 0 4px 1px 0; } }

/* line 125, style.scss */
.contact_txt p {
  width: fit-content;
  margin: 0 auto; }

/*
---------------------------------------------------------------*/
/* line 134, style.scss */
input,
button,
select,
textarea {
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;*/ }

/* line 148, style.scss */
textarea {
  resize: vertical; }

/* line 152, style.scss */
input[type='checkbox'],
input[type='radio'] {
  /*display: none;*/ }

/* line 157, style.scss */
input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

/* line 165, style.scss */
select::-ms-expand {
  display: none; }

/*
---------------------------------------------------------------*/
/* line 171, style.scss */
input,
button,
select,
textarea {
  font-size: 14px;
  background: #fff; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 171, style.scss */
    input,
    button,
    select,
    textarea {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 171, style.scss */
    input,
    button,
    select,
    textarea {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 350px) {
    /* line 171, style.scss */
    input,
    button,
    select,
    textarea {
      font-size: 16px;
      font-size: 1.6rem; } }

/* line 195, style.scss */
input, textarea {
  border: 1px solid #ddd;
  border-radius: 5px; }

/* line 200, style.scss */
input {
  padding: 5px; }

/*
.radio label {
  position: relative;
  padding-left: 25px;
  margin-right: 30px;
}

.radio label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
}

.radio input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #27aece;
  border-radius: 50%;
}*/
/* line 234, style.scss */
.privacy label {
  position: relative;
  padding-left: 25px;
  margin-right: 15px; }

/* line 240, style.scss */
.privacy label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff; }

/* line 253, style.scss */
.privacy input:checked + label::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #264884;
  border-left: 2px solid #264884;
  content: "";
  display: block;
  height: 7px;
  left: 2px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 14px; }

/* line 268, style.scss */
select {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  background: #eee; }

/* line 275, style.scss */
textarea {
  margin: 0;
  padding: 5px;
  width: 80%; }

/*
---------------------------------------------------------------*/
/* line 283, style.scss */
.form_area {
  /*margin:45px 0 0;
  @include mq(m) {
  }
  @include mq(ls) {
  }
  @include mq(s) {
  	margin: 20px 0 0;
  }
  @include mq(xs) {
  	margin: 20px 0 0;
  }
  @include mq(xxs) {
  	margin: 15px 0 0;
  } */ }

/* line 299, style.scss */
span.imp {
  display: inline-block;
  line-height: 1.5;
  background: #f6a844;
  text-align: center;
  padding: 2px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff; }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 299, style.scss */
    span.imp {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 350px) {
    /* line 299, style.scss */
    span.imp {
      font-size: 12px;
      font-size: 1.2rem;
      padding: 2px 5px; } }

/* line 326, style.scss */
.form_areab table {
  width: 100%; }
  /* line 329, style.scss */
  .form_areab table th {
    padding: 25px 55px 25px 20px;
    position: relative;
    width: 320px; }
    @media screen and (min-width: 930.01px) and (max-width: 1300px) {
      /* line 329, style.scss */
      .form_areab table th {
        width: 300px; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 329, style.scss */
      .form_areab table th {
        width: 280px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 329, style.scss */
      .form_areab table th {
        width: auto; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 329, style.scss */
      .form_areab table th {
        display: block;
        width: 100%;
        font-weight: bold;
        padding: 15px 0 0 15px;
        min-width: auto; } }
    @media screen and (max-width: 350px) {
      /* line 329, style.scss */
      .form_areab table th {
        display: block;
        width: 100%;
        font-weight: bold;
        padding: 10px 0 0 10px;
        min-width: auto; } }
    /* line 358, style.scss */
    .form_areab table th span.imp {
      position: absolute;
      height: fit-content;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 358, style.scss */
        .form_areab table th span.imp {
          line-height: 1.0;
          padding: 4px 10px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 358, style.scss */
        .form_areab table th span.imp {
          position: relative;
          margin-left: 15px; } }
      @media screen and (max-width: 350px) {
        /* line 358, style.scss */
        .form_areab table th span.imp {
          position: relative;
          margin-left: 15px; } }
  /* line 383, style.scss */
  .form_areab table td {
    padding: 25px 20px 25px 40px; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 383, style.scss */
      .form_areab table td {
        padding: 25px 10px 25px 30px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 383, style.scss */
      .form_areab table td {
        padding: 25px 10px 25px 20px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 383, style.scss */
      .form_areab table td {
        display: block;
        width: 100%;
        padding: 5px 0 15px 15px;
        border-top: none; } }
    @media screen and (max-width: 350px) {
      /* line 383, style.scss */
      .form_areab table td {
        display: block;
        width: 100%;
        padding: 5px 0 10px 10px;
        border-top: none; } }
    /* line 406, style.scss */
    .form_areab table td.privacy {
      text-align: center; }
    /* line 409, style.scss */
    .form_areab table td span {
      margin: 0 5px 0 10px; }
      /* line 411, style.scss */
      .form_areab table td span:first-of-type {
        margin: 0 5px 0 0; }
    /* line 415, style.scss */
    .form_areab table td span.imp {
      margin: 0 0 0 10px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 415, style.scss */
        .form_areab table td span.imp {
          padding: 2px 10px 0; } }
    /* line 429, style.scss */
    .form_areab table td .error {
      color: #ff0000;
      line-height: 1.5; }
      /* line 433, style.scss */
      .form_areab table td .error:first-of-type {
        margin: 10px 0 0; }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 439, style.scss */
    .form_areab table tr:last-of-type th {
      border-bottom: none; } }
  @media screen and (max-width: 350px) {
    /* line 439, style.scss */
    .form_areab table tr:last-of-type th {
      border-bottom: none; } }

/* line 460, style.scss */
.contact-btn {
  margin: 40px 0 0;
  text-align: center; }
  /* line 465, style.scss */
  .contact-btn .pass_img img {
    border: 1px solid #cccccc; }
  /* line 469, style.scss */
  .contact-btn button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 70px;
    font-size: 20px;
    font-size: 2.0rem;
    margin: auto;
    line-height: 1.3;
    border: none;
    background: linear-gradient(90deg, #f6a944 0%, #ff7800 100%);
    color: #fff;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    outline: 2px solid #ffffff;
    outline-offset: -2px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    position: relative;
    white-space: nowrap;
    /*&:before {
    	display: block;
    	content: '';
    	width: 40px;
    	height: 26px;
    	position: relative;
    	margin-left: 10px;
    	background-image: url("../images/mapicon.png");
    	background-position: center center;
    	background-repeat: no-repeat;
    	background-size: contain;
    	@include mq(m) {
    	}
    	@include mq(ls) {
    	}
    	@include mq(s) {
    	}
    	@include mq(xs) {
    	}
    	@include mq(xxs) {
    		width: 34px;
    		height: 22px;
    	}
    }*/ }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 469, style.scss */
      .contact-btn button {
        width: 280px;
        height: 60px;
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 469, style.scss */
      .contact-btn button {
        width: 340px;
        height: 60px;
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 469, style.scss */
      .contact-btn button {
        width: 280px;
        height: 60px;
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 350px) {
      /* line 469, style.scss */
      .contact-btn button {
        width: 240px;
        height: 60px;
        font-size: 18px;
        font-size: 1.8rem; } }
    /* line 542, style.scss */
    .contact-btn button:after {
      display: block;
      content: '';
      width: 43px;
      height: 13px;
      position: relative;
      margin-left: 10px;
      background-image: url("../../images/head/link_icon.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 542, style.scss */
        .contact-btn button:after {
          width: 34px;
          height: 10px; } }
    /* line 567, style.scss */
    .contact-btn button:hover {
      opacity: 0.8; }
  /* line 572, style.scss */
  .contact-btn.confirm_area {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 572, style.scss */
      .contact-btn.confirm_area {
        display: block; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 572, style.scss */
      .contact-btn.confirm_area {
        display: block; } }
    @media screen and (max-width: 350px) {
      /* line 572, style.scss */
      .contact-btn.confirm_area {
        display: block; } }
    /* line 590, style.scss */
    .contact-btn.confirm_area .inline {
      max-width: 320px;
      width: 100%;
      margin: 0 25px; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 590, style.scss */
        .contact-btn.confirm_area .inline {
          max-width: 340px;
          margin: 0 auto 10px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 590, style.scss */
        .contact-btn.confirm_area .inline {
          max-width: 280px;
          margin: 0 auto 10px; } }
      @media screen and (max-width: 350px) {
        /* line 590, style.scss */
        .contact-btn.confirm_area .inline {
          max-width: 240px;
          margin: 0 auto 10px; } }
      /* line 611, style.scss */
      .contact-btn.confirm_area .inline .form_box_btn_back {
        background: #999999; }

/* line 617, style.scss */
#uword {
  max-width: 360px;
  width: 100%; }

/* line 621, style.scss */
.w100 {
  max-width: 530px;
  width: 100%; }

/* line 625, style.scss */
.w50 {
  max-width: 265px;
  width: 50%; }

/* line 629, style.scss */
.w40 {
  max-width: 215px;
  width: 40%; }
  @media screen and (max-width: 350px) {
    /* line 629, style.scss */
    .w40 {
      width: 37%; } }

/* line 644, style.scss */
.w30 {
  max-width: 120px;
  width: 30%; }

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