/* CSS Document */
/* CSS Document */
/* line 5, style.scss */
.cimg {
  background-image: url("../images/cimg.jpg"); }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 5, style.scss */
    .cimg {
      background-image: url("../images/cimg_tb.jpg"); } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 5, style.scss */
    .cimg {
      background-image: url("../images/cimg_tb.jpg"); } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 5, style.scss */
    .cimg {
      background-image: url("../images/cimg_sp.jpg"); } }
  @media screen and (max-width: 350px) {
    /* line 5, style.scss */
    .cimg {
      background-image: url("../images/cimg_sp.jpg"); } }

/* line 24, style.scss */
.pagelink:nth-of-type(2) .main {
  margin-top: 80px; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 24, style.scss */
    .pagelink:nth-of-type(2) .main {
      margin-top: 60px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 24, style.scss */
    .pagelink:nth-of-type(2) .main {
      margin-top: 60px; } }
  @media screen and (max-width: 350px) {
    /* line 24, style.scss */
    .pagelink:nth-of-type(2) .main {
      margin-top: 40px; } }

/* line 43, style.scss */
.pagelink:nth-of-type(n+3) .main {
  margin-top: 120px; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 43, style.scss */
    .pagelink:nth-of-type(n+3) .main {
      margin-top: 60px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 43, style.scss */
    .pagelink:nth-of-type(n+3) .main {
      margin-top: 60px; } }
  @media screen and (max-width: 350px) {
    /* line 43, style.scss */
    .pagelink:nth-of-type(n+3) .main {
      margin-top: 40px; } }

/* line 63, style.scss */
.contact_tel_boxb {
  background: #f4f4f4;
  padding: 50px;
  text-align: center; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 63, style.scss */
    .contact_tel_boxb {
      padding: 30px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 63, style.scss */
    .contact_tel_boxb {
      padding: 30px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 63, style.scss */
    .contact_tel_boxb {
      padding: 20px; } }
  @media screen and (max-width: 350px) {
    /* line 63, style.scss */
    .contact_tel_boxb {
      padding: 15px; } }
  /* line 81, style.scss */
  .contact_tel_boxb a {
    text-decoration: none;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #192276;
    line-height: 1.0;
    font-weight: 500;
    font-size: 50px;
    font-size: 5.0rem; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 81, style.scss */
      .contact_tel_boxb a {
        font-size: 40px;
        font-size: 4.0rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 81, style.scss */
      .contact_tel_boxb a {
        pointer-events: all;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 270px;
        width: 100%;
        height: 50px;
        margin: auto;
        font-size: 18px;
        font-size: 1.8rem;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: 0.1em;
        background-image: linear-gradient(90deg, #274dbb, #192276);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 81, style.scss */
      .contact_tel_boxb a {
        pointer-events: all;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 270px;
        width: 100%;
        height: 50px;
        margin: auto;
        font-size: 16px;
        font-size: 1.6rem;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: 0.1em;
        background-image: linear-gradient(90deg, #274dbb, #192276);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; } }
    @media screen and (max-width: 350px) {
      /* line 81, style.scss */
      .contact_tel_boxb a {
        pointer-events: all;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 220px;
        width: 100%;
        height: 50px;
        margin: auto;
        font-size: 16px;
        font-size: 1.6rem;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: 0.1em;
        background-image: linear-gradient(90deg, #274dbb, #192276);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; } }
    /* line 149, style.scss */
    .contact_tel_boxb a:before {
      display: block;
      content: '';
      width: 25px;
      height: 40px;
      background-image: url("../../images/cmn/icon_tel_blue.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-right: 8px;
      position: relative;
      top: 6px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 149, style.scss */
        .contact_tel_boxb a:before {
          width: 20px;
          height: 32px;
          top: 4px;
          margin-right: 5px; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 149, style.scss */
        .contact_tel_boxb a:before {
          width: 16px;
          height: 24px;
          background-image: url("../../images/cmn/icon_tel.png");
          top: 2px;
          margin-right: 5px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 149, style.scss */
        .contact_tel_boxb a:before {
          width: 16px;
          height: 24px;
          background-image: url("../../images/cmn/icon_tel.png");
          top: 2px;
          margin-right: 5px; } }
      @media screen and (max-width: 350px) {
        /* line 149, style.scss */
        .contact_tel_boxb a:before {
          width: 10px;
          height: 15px;
          background-image: url("../../images/cmn/icon_tel.png");
          top: 2px;
          margin-right: 5px; } }
  /* line 193, style.scss */
  .contact_tel_boxb p {
    margin: 20px 0 0;
    font-weight: 600;
    line-height: 1.5; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 193, style.scss */
      .contact_tel_boxb p {
        margin: 15px 0 0; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 193, style.scss */
      .contact_tel_boxb p {
        margin: 15px 0 0; } }
    /* line 209, style.scss */
    .contact_tel_boxb p span {
      display: inline-block; }
      /* line 211, style.scss */
      .contact_tel_boxb p span:first-of-type {
        margin-right: 20px; }

/* line 226, style.scss */
.form_leadb {
  text-align: center; }
  /* line 228, style.scss */
  .form_leadb p {
    display: inline-block;
    text-align: left; }

/* line 233, style.scss */
.form_flow {
  margin: 40px 0 0;
  display: flex;
  justify-content: center; }
  /* line 237, style.scss */
  .form_flow div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 250px;
    background: #f4f4f4;
    margin: 0 10px; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 237, style.scss */
      .form_flow div {
        width: calc((100% - 40px) / 3); } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 237, style.scss */
      .form_flow div {
        line-height: 1.3;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 350px) {
      /* line 237, style.scss */
      .form_flow div {
        line-height: 1.3;
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem; } }
    /* line 265, style.scss */
    .form_flow div:after {
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-left: 16px solid #f4f4f4;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
      position: absolute;
      right: -16px;
      top: 0;
      bottom: 0;
      margin: auto; }
    /* line 279, style.scss */
    .form_flow div:before {
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-left: 16px solid transparent;
      border-top: 30px solid #f4f4f4;
      border-bottom: 30px solid #f4f4f4;
      position: absolute;
      left: -16px;
      top: 0;
      bottom: 0;
      margin: auto; }
    /* line 293, style.scss */
    .form_flow div.thisPage {
      background-color: #192276;
      color: #ffffff;
      font-weight: 700; }
      /* line 297, style.scss */
      .form_flow div.thisPage:before {
        border-top: 30px solid #192276;
        border-bottom: 30px solid #192276; }
      /* line 301, style.scss */
      .form_flow div.thisPage:after {
        border-left: 16px solid #192276; }
    /* line 305, style.scss */
    .form_flow div:first-of-type {
      padding-left: 15px;
      margin-left: 0; }
      /* line 308, style.scss */
      .form_flow div:first-of-type:before {
        display: none; }
    /* line 312, style.scss */
    .form_flow div:last-of-type {
      padding-right: 15px;
      margin-right: 0; }
      /* line 315, style.scss */
      .form_flow div:last-of-type:after {
        display: none; }

/*
---------------------------------------------------------------*/
/* line 324, 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 338, style.scss */
textarea {
  resize: vertical; }

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

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

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

/*
---------------------------------------------------------------*/
/* line 361, style.scss */
input,
select,
textarea {
  font-size: 14px;
  background: #fafafc; }

/* line 367, style.scss */
button {
  font-size: 14px;
  background: #ffffff; }

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

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

/* line 382, style.scss */
.radio label {
  position: relative;
  padding-left: 25px;
  margin-right: 30px; }

/* line 388, style.scss */
.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; }

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

/* line 412, style.scss */
.privacy label {
  position: relative;
  padding-left: 25px;
  margin-right: 15px; }

/* line 418, 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 431, style.scss */
.privacy input:checked + label::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #27aece;
  border-left: 2px solid #27aece;
  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 446, style.scss */
select {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  background: #eee; }

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

/* line 458, style.scss */
.w100 {
  width: 70%; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 458, style.scss */
    .w100 {
      width: 90%; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 458, style.scss */
    .w100 {
      width: 95%; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 458, style.scss */
    .w100 {
      width: 95%; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 458, style.scss */
    .w100 {
      width: 95%; } }
  @media screen and (max-width: 350px) {
    /* line 458, style.scss */
    .w100 {
      width: 95%; } }

/* line 476, style.scss */
.w40 {
  width: 27%; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 476, style.scss */
    .w40 {
      width: 35%; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 476, style.scss */
    .w40 {
      width: 40%; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 476, style.scss */
    .w40 {
      width: 40%; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 476, style.scss */
    .w40 {
      width: 40%; } }
  @media screen and (max-width: 350px) {
    /* line 476, style.scss */
    .w40 {
      width: 40%; } }

/* line 494, style.scss */
.uword {
  max-width: 400px;
  width: 100%; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 494, style.scss */
    .uword {
      max-width: 300px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 494, style.scss */
    .uword {
      max-width: 280px; } }
  @media screen and (max-width: 350px) {
    /* line 494, style.scss */
    .uword {
      max-width: 260px; } }

/* line 511, style.scss */
.w30 {
  width: 6.0em; }

/* line 514, style.scss */
.error {
  color: #d51f1f; }

/*
---------------------------------------------------------------*/
/* line 519, style.scss */
.form_area {
  margin: 70px 0 0; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 519, style.scss */
    .form_area {
      margin: 50px 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 519, style.scss */
    .form_area {
      margin: 30px 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 519, style.scss */
    .form_area {
      margin: 30px 0 0; } }

/* line 536, style.scss */
.form_areab table {
  width: 100%; }
  /* line 538, style.scss */
  .form_areab table th {
    padding: 25px 50px;
    width: 300px;
    font-weight: 600;
    vertical-align: top; }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 538, style.scss */
      .form_areab table th {
        padding: 25px 30px;
        width: 280px; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 538, style.scss */
      .form_areab table th {
        padding: 25px 15px;
        width: 240px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 538, style.scss */
      .form_areab table th {
        padding: 25px 15px;
        width: 240px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 538, style.scss */
      .form_areab table th {
        display: block;
        width: 100%;
        padding: 0; } }
    @media screen and (max-width: 350px) {
      /* line 538, style.scss */
      .form_areab table th {
        display: block;
        width: 100%;
        padding: 0; } }
    /* line 565, style.scss */
    .form_areab table th span {
      display: inline-block; }
      /* line 567, style.scss */
      .form_areab table th span.imp {
        margin-left: 30px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 600;
        background: #d51f1f;
        line-height: 1.0;
        color: #ffffff;
        padding: 3px 7px; }
        @media screen and (min-width: 600.01px) and (max-width: 760px) {
          /* line 567, style.scss */
          .form_areab table th span.imp {
            margin-left: 20px; } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 567, style.scss */
          .form_areab table th span.imp {
            margin-left: 15px; } }
        @media screen and (max-width: 350px) {
          /* line 567, style.scss */
          .form_areab table th span.imp {
            margin-left: 15px; } }
  /* line 592, style.scss */
  .form_areab table td {
    padding: 25px 0; }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 592, style.scss */
      .form_areab table td {
        display: block;
        width: 100%;
        padding: 10px 0 40px; } }
    @media screen and (max-width: 350px) {
      /* line 592, style.scss */
      .form_areab table td {
        display: block;
        width: 100%;
        padding: 10px 0 40px; } }
    /* line 610, style.scss */
    .form_areab table td span {
      margin-right: 10px; }
    /* line 613, style.scss */
    .form_areab table td input + span {
      margin-left: 10px; }

/* line 619, style.scss */
.contact-btn {
  margin: 20px 0 0;
  text-align: center; }
  /* line 622, style.scss */
  .contact-btn p.pass_img {
    max-width: 290px;
    width: 100%;
    margin: auto;
    border: 1px solid #cccccc; }
  /* line 628, 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 628, style.scss */
      .contact-btn.confirm_area {
        display: block; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 628, style.scss */
      .contact-btn.confirm_area {
        display: block; } }
    @media screen and (max-width: 350px) {
      /* line 628, style.scss */
      .contact-btn.confirm_area {
        display: block; } }

/* line 647, style.scss */
.form_box_btn {
  max-width: 340px;
  width: 100%;
  margin: auto; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 647, style.scss */
    .form_box_btn {
      max-width: 270px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 647, style.scss */
    .form_box_btn {
      max-width: 270px; } }
  @media screen and (max-width: 350px) {
    /* line 647, style.scss */
    .form_box_btn {
      max-width: 220px; } }
  /* line 664, style.scss */
  .confirm_area .form_box_btn {
    margin: 0;
    max-width: 300px; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 664, style.scss */
      .confirm_area .form_box_btn {
        margin: auto; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 664, style.scss */
      .confirm_area .form_box_btn {
        margin: auto; } }
    @media screen and (max-width: 350px) {
      /* line 664, style.scss */
      .confirm_area .form_box_btn {
        margin: auto; } }
  /* line 681, style.scss */
  .form_box_btn button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: 700;
    background-image: linear-gradient(90deg, #274dbb, #192276);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 681, style.scss */
      .form_box_btn button {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 681, style.scss */
      .form_box_btn button {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 350px) {
      /* line 681, style.scss */
      .form_box_btn button {
        font-size: 15px;
        font-size: 1.5rem; } }
  /* line 710, style.scss */
  .form_box_btn.form_box_btn_back {
    margin-right: 20px; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 710, style.scss */
      .form_box_btn.form_box_btn_back {
        margin: 10px auto 0; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 710, style.scss */
      .form_box_btn.form_box_btn_back {
        margin: 10px auto 0; } }
    @media screen and (max-width: 350px) {
      /* line 710, style.scss */
      .form_box_btn.form_box_btn_back {
        margin: 10px auto 0; } }
    /* line 725, style.scss */
    .form_box_btn.form_box_btn_back button {
      color: #192276;
      background-image: linear-gradient(90deg, #daeeff, #a6d6ff); }

/* line 731, style.scss */
.section {
  max-width: 800px;
  width: 100%;
  margin: 30px auto;
  border: 1px solid #cccccc;
  padding: 50px;
  text-align: left; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 731, style.scss */
    .section {
      padding: 30px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 731, style.scss */
    .section {
      padding: 30px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 731, style.scss */
    .section {
      padding: 20px; } }
  @media screen and (max-width: 350px) {
    /* line 731, style.scss */
    .section {
      padding: 15px; } }

/* line 755, style.scss */
.errer_box .form_areab,
.finish_box .form_areab {
  text-align: center; }
  /* line 757, style.scss */
  .errer_box .form_areab p,
  .finish_box .form_areab p {
    display: inline-block;
    text-align: left; }

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