@charset "UTF-8";
.v-h2 {
  margin-bottom: 0; }
  .v-h2 > span {
    font-size: 16px; }

.v-h3 {
  font-size: 18px;
  margin-bottom: 10px; }

.v-h3b {
  font-size: 14px;
  margin-bottom: 10px; }

.v-formtitle2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.v-formtitle {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 16px; }
  .v-formtitle > span {
    color: #c20000;
    font-size: 14px; }
    .v-formtitle > span.is-small {
      color: #333333;
      font-size: 12px;
      font-weight: normal; }
  @media screen and (max-width: 768px) {
    .v-formtitle {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .v-formtitle .v-form__title > span {
    color: #c20000;
    font-size: 14px; }
    .v-formtitle .v-form__title > span.is-small {
      color: #333333;
      font-size: 12px;
      font-weight: normal; }
  @media screen and (max-width: 768px) {
    .v-formtitle .v-form__title {
      width: 100%; } }
  .v-formtitle .v-form__button {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .v-formtitle .v-form__button .c-form__button {
      background: #fff;
      color: #004ea1;
      border: 1px solid #004ea1;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      font-size: 13px;
      line-height: 1;
      outline: none;
      padding: 5px 10px;
      text-decoration: none;
      vertical-align: middle;
      text-align: center;
      font-weight: 500; }
      .v-formtitle .v-form__button .c-form__button:hover {
        background: #004ea1;
        color: #fff;
        border: 1px solid #004ea1; }
    @media screen and (max-width: 768px) {
      .v-formtitle .v-form__button {
        width: 100%;
        margin-top: 5px; }
        .v-formtitle .v-form__button .c-form__button {
          width: 100%;
          padding: 10px; } }

.v-text {
  font-size: 14px;
  text-align: center;
  line-height: 1.8; }
  .v-text > span {
    color: #c20000; }
  .v-text a {
    color: #00f;
    text-decoration: underline; }
    .v-text a:hover {
      text-decoration: none; }
  .v-text__bottom {
    margin-top: 20px; }

.v-trigger-form {
  display: none; }
  .v-trigger-form.is-active {
    display: block; }

.v-comment {
  width: 100%;
  height: 192px;
  font-size: 16px;
  border: 1px solid #d2d2d2;
  border-radius: 3px; }

.v-stepssection {
  margin-bottom: 25px; }

.v-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .v-steps__line {
    height: 5px;
    width: 150px;
    border-radius: 500px; }
    .v-steps__line.is-blue {
      background: #004ea1; }
    .v-steps__line.is-gray {
      background: #999999; }
  .v-steps__circle {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 14px; }
    .v-steps__circle.has-border {
      border: 1.5px dashed #004ea1; }
    .v-steps__circle__text {
      text-align: center; }
      .v-steps__circle__text > p {
        font-size: 11px;
        color: #999999;
        text-align: center;
        font-weight: 500;
        margin-bottom: 7px; }
      .v-steps__circle__text > span {
        color: #004ea1;
        font-size: 20px;
        font-weight: bold; }
        .v-steps__circle__text > span.is-gray {
          color: #999999; }
  @media screen and (max-width: 768px) {
    .v-steps__line {
      width: auto;
      height: 3px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .v-steps__circle {
      width: 22vw;
      height: 22vw;
      margin: 0 10px; }
      .v-steps__circle__text > p {
        margin-bottom: 3px; }
      .v-steps__circle__text > span {
        font-size: 18px; } }

.v-error-result {
  color: #f00; }

/* stylelint-disable */
.parsley-errors-list {
  color: #f00; }

/* stylelint-enable */
.v-introduction {
  background: #eaf1f9;
  padding: 60px 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .v-introduction {
      padding: 30px 0; } }
  .v-introduction__text {
    font-size: 14px;
    text-align: center;
    margin-top: 17px; }
    .v-introduction__text > span {
      color: #c20000; }
  .v-introduction .v-agreement {
    background: #f5f9fc;
    padding: 35px 0;
    position: relative; }
    .v-introduction .v-agreement__form {
      margin-top: 25px;
      text-align: center; }
      .v-introduction .v-agreement__form--with-margin {
        margin-top: 50px; }
      .v-introduction .v-agreement__form--message {
        margin-bottom: 20px;
        text-align: center;
        font-size: 15px; }
        @media screen and (max-width: 768px) {
          .v-introduction .v-agreement__form--message {
            font-size: 12px; } }
    .v-introduction .v-agreement__label {
      font-size: 20px; }
      .v-introduction .v-agreement__label > span {
        font-size: 14px;
        color: #c20000; }
    .v-introduction .v-agreement__agree {
      border-radius: 3px;
      display: inline-block;
      margin-bottom: 0; }
    .v-introduction .v-agreement__badge {
      width: 180px;
      height: 180px;
      border-radius: 50%;
      background: #FFEBEB;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: -100px;
      right: -100px;
      z-index: 1;
      -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }
      .v-introduction .v-agreement__badge.is-fixed {
        position: fixed;
        top: 100px;
        right: 50%;
        margin-right: -575px; }
      .v-introduction .v-agreement__badge__label {
        font-size: 12px;
        margin-bottom: 1em; }
      .v-introduction .v-agreement__badge__body {
        font-size: 14px;
        font-weight: bold; }
      .v-introduction .v-agreement__badge__number {
        font-size: 40px;
        font-weight: bold;
        color: #c20000; }
    @media screen and (max-width: 768px) {
      .v-introduction .v-agreement {
        padding: 15px; }
        .v-introduction .v-agreement .v-text {
          text-align: left; }
        .v-introduction .v-agreement__label {
          font-size: 16px; }
        .v-introduction .v-agreement__badge {
          width: 100%;
          height: auto;
          border-radius: 0;
          position: relative;
          top: 0;
          left: 0;
          -webkit-box-shadow: none;
          box-shadow: none;
          display: none; }
          .v-introduction .v-agreement__badge.is-fixed {
            bottom: 0;
            left: 0;
            top: auto;
            display: block; }
          .v-introduction .v-agreement__badge__label {
            margin-bottom: 5px; }
          .v-introduction .v-agreement__badge__body br {
            display: none; }
          .v-introduction .v-agreement__badge__number {
            font-size: 20px; } }
  .v-introduction .v-formlist {
    background: white;
    padding: 75px;
    margin-top: 40px;
    text-align: left; }
    .v-introduction .v-formlist > hr {
      border: 1px solid #004ea1; }
    .v-introduction .v-formlist > p {
      text-align: left;
      font-size: 14px;
      margin-bottom: 10px; }
    .v-introduction .v-formlist .v-h4 {
      font-size: 17px;
      text-align: left;
      margin-bottom: 5px; }
    @media screen and (max-width: 768px) {
      .v-introduction .v-formlist {
        padding: 15px;
        margin-top: 20px; } }
  .v-introduction .v-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .v-introduction .v-input > label {
      margin-left: 10px;
      font-size: 16px; }
    @media screen and (max-width: 768px) {
      .v-introduction .v-input {
        display: block; } }
  .v-introduction .v-form {
    /* stylelint-disable */
    /* stylelint-enable */ }
    .v-introduction .v-form__group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-bottom: 45px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        .v-introduction .v-form__group {
          display: block;
          margin-bottom: 25px; } }
      .v-introduction .v-form__group__sub {
        font-size: 12px;
        margin-top: 10px; }
      .v-introduction .v-form__group.is-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .v-introduction .v-form__group:nth-last-of-type(1) {
        margin-bottom: 10px; }
      .v-introduction .v-form__group__radio {
        border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #d2d2d2;
        padding: 0 10px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .v-introduction .v-form__group__radio + .v-form__group__radio {
            margin-top: 10px; } }
        .v-introduction .v-form__group__radio__img {
          width: auto;
          position: absolute;
          top: -40px;
          right: -30px; }
          @media screen and (max-width: 768px) {
            .v-introduction .v-form__group__radio__img {
              height: 28px;
              top: -20px;
              right: -20px; } }
        .v-introduction .v-form__group__radio > p {
          font-size: 16px;
          text-align: left;
          margin-left: 5px; }
          .v-introduction .v-form__group__radio > p > span {
            font-size: 12px; }
        .v-introduction .v-form__group__radio.has-nomargin {
          margin-right: 0 !important; }
        .v-introduction .v-form__group__radio.is-big {
          width: 390px;
          height: 65px;
          margin-top: 18px; }
          .v-introduction .v-form__group__radio.is-big.type02 {
            height: 85px; }
            @media screen and (max-width: 768px) {
              .v-introduction .v-form__group__radio.is-big.type02 {
                height: auto; } }
          @media screen and (max-width: 768px) {
            .v-introduction .v-form__group__radio.is-big {
              width: 100%;
              height: auto;
              padding: 10px; } }
        .v-introduction .v-form__group__radio.is-small {
          width: 259px;
          height: 47px;
          margin-bottom: 10px;
          margin-right: 10px; }
          @media screen and (max-width: 768px) {
            .v-introduction .v-form__group__radio.is-small {
              width: 100%;
              height: auto;
              padding: 10px; } }
        .v-introduction .v-form__group__radio.is-medium {
          width: 390px;
          height: 45px; }
          @media screen and (max-width: 768px) {
            .v-introduction .v-form__group__radio.is-medium {
              width: 100%;
              height: auto;
              padding: 10px; } }
      .v-introduction .v-form__group__slash {
        margin: 0 5px; }
      .v-introduction .v-form__group__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .v-introduction .v-form__group__box__select-group {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        .v-introduction .v-form__group__box__select-group2 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 100%; }
          .v-introduction .v-form__group__box__select-group2::before {
            content: "";
            width: 20px;
            height: 100%;
            position: absolute;
            display: block;
            margin: 0 auto;
            top: 0;
            bottom: 0;
            right: 0;
            pointer-events: none;
            background: url("../../../../img/views/service/form/pc/arrow_icon.png") no-repeat center; }
          .v-introduction .v-form__group__box__select-group2 > select {
            border: 1px solid #d2d2d2;
            height: 47px;
            width: calc(100% + 40px);
            display: block;
            border-radius: 3px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            outline: none;
            -webkit-appearance: none;
            font-size: 16px;
            padding: 13px; }
            @media screen and (max-width: 768px) {
              .v-introduction .v-form__group__box__select-group2 > select + select {
                margin-top: 10px; } }
            .v-introduction .v-form__group__box__select-group2 > select.is-medium {
              width: 390px;
              height: 47px; }
              @media screen and (max-width: 768px) {
                .v-introduction .v-form__group__box__select-group2 > select.is-medium {
                  width: 100%;
                  height: auto;
                  padding: 10px; } }
          .v-introduction .v-form__group__box__select-group2 .v-form__group__box__select__children {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .v-introduction .v-form__group__box__select-group2 .v-form__group__box__select__children label {
              width: 32%;
              /*margin-right: 2%;*/
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
              .v-introduction .v-form__group__box__select-group2 .v-form__group__box__select__children label:nth-child(3n) {
                margin-right: 0; }
              @media screen and (max-width: 768px) {
                .v-introduction .v-form__group__box__select-group2 .v-form__group__box__select__children label {
                  width: 100%;
                  margin-top: 2%;
                  margin-right: 0; } }
            .v-introduction .v-form__group__box__select-group2 .v-form__group__box__select__children:after {
              content: "";
              display: block;
              width: 32%; }
              @media screen and (max-width: 768px) {
                .v-introduction .v-form__group__box__select-group2 .v-form__group__box__select__children:after {
                  display: none; } }
        .v-introduction .v-form__group__box__select-group3 {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: start; }
        .v-introduction .v-form__group__box__select {
          position: relative;
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          overflow: hidden;
          width: 340px; }
          .v-introduction .v-form__group__box__select.is-small {
            width: 100px; }
            @media screen and (max-width: 768px) {
              .v-introduction .v-form__group__box__select.is-small {
                width: 100%; } }
          @media screen and (max-width: 768px) {
            .v-introduction .v-form__group__box__select {
              width: 100%; } }
          .v-introduction .v-form__group__box__select::before {
            content: "";
            width: 20px;
            height: 100%;
            position: absolute;
            display: block;
            margin: 0 auto;
            top: 0;
            bottom: 0;
            right: 0;
            pointer-events: none;
            background: url("../../../../img/views/service/form/pc/arrow_icon.png") no-repeat center; }
          .v-introduction .v-form__group__box__select > select {
            border: 1px solid #d2d2d2;
            height: 47px;
            width: 100%;
            display: block;
            border-radius: 3px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            outline: none;
            -webkit-appearance: none;
            font-size: 16px;
            padding: 13px; }
        .v-introduction .v-form__group__box > label {
          white-space: nowrap;
          margin-right: 10px;
          font-size: 16px; }
        @media screen and (max-width: 768px) {
          .v-introduction .v-form__group__box + .v-form__group__box {
            margin-top: 10px; } }
      .v-introduction .v-form__group__input {
        border: 1px solid #d2d2d2;
        height: 47px;
        display: block;
        border-radius: 3px;
        padding-left: 10px;
        font-size: 16px; }
        .v-introduction .v-form__group__input.is-gray {
          background: #eeeeee; }
        .v-introduction .v-form__group__input.is-short {
          width: 340px; }
        .v-introduction .v-form__group__input.is-shorter {
          width: 255px;
          margin-right: 10px; }
        .v-introduction .v-form__group__input.is-shorter2 {
          width: 255px;
          margin-right: 10px; }
          @media screen and (max-width: 768px) {
            .v-introduction .v-form__group__input.is-shorter2 {
              width: 100%;
              margin-right: 0; } }
        .v-introduction .v-form__group__input.is-shorter3 {
          width: 340px; }
          @media screen and (max-width: 768px) {
            .v-introduction .v-form__group__input.is-shorter3 {
              width: 100%; } }
        .v-introduction .v-form__group__input.is-full {
          width: 800px;
          font-family: sans-serif; }
      .v-introduction .v-form__group.is-confirm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .v-introduction .v-form__group.is-confirm .v-form__group__slash {
          margin: 0; }
    .v-introduction .v-form__group2 {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start; }
      .v-introduction .v-form__group2 label:nth-child(1) {
        margin-right: 50%; }
    .v-introduction .v-form__error {
      line-height: 1.4;
      text-align: left; }
      .v-introduction .v-form__error.is-center {
        text-align: center; }
    .v-introduction .v-form__group + .v-form__error {
      margin-top: -45px;
      margin-bottom: 45px;
      min-height: 1px; }
      .v-introduction .v-form__group + .v-form__error.is-margin {
        margin-top: -50px;
        margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        .v-introduction .v-form__group + .v-form__error {
          margin-top: -0px;
          margin-bottom: 25px; }
          .v-introduction .v-form__group + .v-form__error.is-margin {
            margin-top: -30px;
            margin-bottom: 30px; } }
    .v-introduction .v-form .parsley-errors-list {
      font-size: 16px;
      padding-top: 15px; }
      .v-introduction .v-form .parsley-errors-list + .parsley-errors-list {
        padding-top: 0; }

.v-formbuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 40px; }
  .v-formbuttons__button {
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0; }
    .v-formbuttons__button--submit {
      font-weight: bold;
      font-size: 18px; }
    .v-formbuttons__button--gray {
      width: 247px; }
  @media screen and (max-width: 768px) {
    .v-formbuttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .v-formbuttons__button {
        height: 60px;
        width: 100%;
        font-size: 16px; }
        .v-formbuttons__button + .v-formbuttons__button {
          margin-bottom: 10px; }
        .v-formbuttons__button--gray {
          height: 50px;
          font-size: 14px; } }

/**
 * Copy from live site
 */
/* stylelint-disable */
#attention {
  margin-top: 60px;
  padding: 75px;
  background: #fff;
  text-align: left;
  line-height: 1.6; }
  #attention img {
    width: auto;
    max-width: 100%; }
  @media screen and (max-width: 768px) {
    #attention {
      margin-top: 30px;
      padding: 15px;
      font-size: 14px; } }

.notice {
  margin: 20px 0; }

.notice dl {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 768px) {
    .notice dl {
      display: block; } }

.notice dl dt {
  width: 15%;
  text-align: center;
  vertical-align: middle;
  display: table-cell; }
  @media screen and (max-width: 768px) {
    .notice dl dt {
      width: auto;
      display: block;
      text-align: left;
      font-weight: bold; }
      .notice dl dt br {
        display: none; } }

.notice dl dd {
  display: table-cell; }

.notice_point {
  margin-bottom: 15px; }
  .notice_point:last-child {
    margin-bottom: 0; }

.notice_point p {
  font-weight: bold;
  font-size: 1.2em; }

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .modal .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%; }
  .modal .modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    max-height: 80%;
    overflow: auto; }
    @media screen and (max-width: 768px) {
      .modal .modal__content {
        padding: 15px;
        width: 90%;
        max-height: 90%; } }
    @media screen and (max-width: 768px) {
      .modal .modal__content .c-table__body {
        min-width: 100% !important;
        border-bottom: 1px solid #898989; } }
    .modal .modal__content .c-table__body th, .modal .modal__content .c-table__body td {
      padding: 10px 5px;
      width: 33%;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .modal .modal__content .c-table__body th, .modal .modal__content .c-table__body td {
          display: block;
          width: 100%; } }
    @media screen and (max-width: 768px) {
      .modal .modal__content .c-table__body th {
        display: none; } }
    @media screen and (max-width: 768px) {
      .modal .modal__content .c-table__body td {
        border-bottom: 0; }
        .modal .modal__content .c-table__body td:nth-child(1) {
          background: #d7d7d7; }
        .modal .modal__content .c-table__body td:nth-child(2)::before {
          display: block;
          content: "【エリア】"; }
        .modal .modal__content .c-table__body td:nth-child(3)::before {
          display: block;
          content: "【WEBサイト】"; } }
    .modal .modal__content .js-modal-close {
      display: block;
      margin-top: 10px; }



.v-agreement__agree{
  width: 20px;
  height: 20px;
  -moz-transform:   scale(1.2);
  -webkit-transform:  scale(1.2);
  transform:    scale(1.2);
}

.-form{
  position: absolute;
  top: -10px;
  left: -10px;
  @media screen and (max-width: 768px) {
    top: -13px;
  }
}