@charset "UTF-8";
.byPhone {
  text-align: center;
  background: #E9F6FD;
  border-radius: .5em;
  /** @media max-width: 767px */ }
  .byPhone a._phone {
    font-size: 3.0rem; }
  .byPhone .notes {
    margin-top: .5em; }
  .byPhone .cols2 {
    align-items: center;
    justify-content: center; }
    .byPhone .cols2 .col {
      width: auto;
      margin-bottom: 0;
      padding: 2.5em 1.5em; }
  .byPhone dl dt {
    text-align: left;
    font-size: 2.1rem;
    color: #005476; }
  .byPhone dl dd {
    text-align: center; }
  @media screen and (max-width: 767px) {
    .byPhone a._phone {
      display: block;
      background: #209CD7;
      color: #fff;
      font-size: 2.0rem;
      padding: 1em .5em;
      border-radius: 1.5em;
      max-width: 420px; }
      .byPhone a._phone:before {
        color: #fff; }
      .byPhone a._phone:hover {
        opacity: .5; }
    .byPhone .cols2 .col {
      padding-left: 1.5em;
      padding-right: 1.5em; }
      .byPhone .cols2 .col:nth-child(1) {
        padding-top: 1.5em;
        padding-bottom: .5em; }
      .byPhone .cols2 .col:nth-child(2) {
        padding-top: 0;
        padding-bottom: 1.5em; } }

#entryform {
  /** @media max-width: 767px */ }
  #entryform span.required {
    display: inline-block;
    padding: .25em .5em;
    border-radius: .25em;
    background: #D64F7B;
    color: #fff;
    font-size: .8em;
    font-weight: bold; }
  #entryform .stepBar {
    display: flex;
    max-width: 640px;
    position: relative;
    margin: 20px auto;
    text-align: center; }
    #entryform .stepBar li {
      font-size: 12px;
      list-style: none;
      position: relative;
      width: 33.333%; }
      #entryform .stepBar li:after {
        background: #D0E1F9;
        content: "";
        width: calc(100% - 24px);
        height: 4px;
        position: absolute;
        left: calc(-50% + 12px);
        top: 10px; }
      #entryform .stepBar li:first-child:after {
        display: none; }
      #entryform .stepBar li span {
        background: #D0E1F9;
        color: #ffffff;
        display: inline-block;
        height: 24px;
        margin-bottom: 5px;
        line-height: 24px;
        width: 24px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
    #entryform .stepBar .visited:after {
      background: #4D648D; }
    #entryform .stepBar .visited span {
      background: #4D648D; }
  #entryform table {
    width: 100%; }
    #entryform table th,
    #entryform table td {
      box-sizing: border-box;
      border: solid 1px #209CD7;
      padding: 1em;
      font-size: 1.4rem;
      vertical-align: middle; }
    #entryform table th {
      background: #E9F6FD;
      color: #005476;
      white-space: nowrap;
      font-weight: bold; }
      #entryform table th .label {
        position: relative; }
    #entryform table td {
      line-height: 1.5; }
  #entryform .notes {
    margin-top: 1em; }
  #entryform .error {
    color: #cc1800; }
  #entryform .radios-wrap li:nth-of-type(n+2) {
    margin-top: .5em; }
  #entryform .date-wrap {
    display: flex;
    align-items: center;
    /** @media max-width: 767px */ }
    #entryform .date-wrap:nth-child(2):before {
      content: "〜";
      display: inline-block;
      width: 2em;
      text-align: center; }
    @media screen and (max-width: 767px) {
      #entryform .date-wrap {
        width: 100%; }
        #entryform .date-wrap:nth-child(2) {
          margin-top: .5em; } }
  #entryform .zip-wrap {
    margin-bottom: 1em; }
    #entryform .zip-wrap:before {
      content: "〒";
      display: inline-block;
      padding: .3em 0;
      line-height: 1.5; }
    #entryform .zip-wrap input[type="text"] {
      display: inline-block;
      width: 16em; }
  #entryform .address-wrap > div:nth-of-type(n+2) {
    margin-top: .5em; }
  #entryform .field-wrap {
    /** @media max-width: 767px */ }
    #entryform .field-wrap:nth-child(n+2) {
      margin-top: 1em; }
    #entryform .field-wrap .row {
      display: flex;
      align-items: center;
      width: 100%; }
      #entryform .field-wrap .row dt {
        white-space: nowrap; }
      #entryform .field-wrap .row dd {
        width: 100%;
        margin-left: .5em; }
    @media screen and (max-width: 767px) {
      #entryform .field-wrap .row {
        flex-direction: column; }
        #entryform .field-wrap .row dt {
          text-align: left;
          width: 100%;
          padding-bottom: .3em; }
        #entryform .field-wrap .row dd {
          margin-left: 0; } }
  #entryform .fieldset-wrap {
    /** @media max-width: 767px */ }
    #entryform .fieldset-wrap:nth-child(n+2) {
      margin-top: 1.5em;
      padding-top: 1.5em;
      border-top: dotted 1px #ddd; }
  #entryform .aside {
    margin-top: 1em; }
  #entryform .privacypolicy {
    margin-top: 2em; }
    #entryform .privacypolicy h3 {
      margin-left: 0;
      font-size: 1.8rem;
      font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif; }
    #entryform .privacypolicy .privacypolicy-wrap {
      box-sizing: border-box;
      width: 100%;
      height: 16em;
      padding: 1.5em;
      margin-top: 1em;
      border: solid 1px #ddd;
      overflow-x: scroll; }
      #entryform .privacypolicy .privacypolicy-wrap .inner {
        width: 100%;
        margin: 0 auto 1.5em auto; }
      #entryform .privacypolicy .privacypolicy-wrap .headline h2 {
        border: none;
        padding: 0;
        color: #333;
        font-weight: bold; }
        #entryform .privacypolicy .privacypolicy-wrap .headline h2:before {
          display: none; }
      #entryform .privacypolicy .privacypolicy-wrap dl {
        margin-top: 2em; }
        #entryform .privacypolicy .privacypolicy-wrap dl dt {
          font-size: 1.6rem;
          font-weight: bold;
          margin-bottom: .5em; }
        #entryform .privacypolicy .privacypolicy-wrap dl dd {
          line-height: 1.7; }
  #entryform .submit-wrap {
    margin-top: 2em;
    text-align: center; }
    #entryform .submit-wrap .btns {
      position: relative; }
      #entryform .submit-wrap .btns li {
        width: 100%; }
        #entryform .submit-wrap .btns li:nth-of-type(1) {
          position: absolute;
          width: 100%;
          text-align: center; }
    #entryform .submit-wrap ._cta {
      display: block;
      position: relative;
      background: #209CD7;
      color: #fff;
      padding: 1em .5em;
      font-size: 1.6rem;
      font-weight: bold;
      border-radius: 1.5em;
      width: 86%;
      max-width: 380px;
      margin: auto; }
      #entryform .submit-wrap ._cta:after {
        content: "\f054";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        display: block;
        position: absolute;
        right: 1em;
        top: 50%;
        margin-top: -.5em; }
      #entryform .submit-wrap ._cta:hover {
        opacity: .5; }
    #entryform .submit-wrap ._primary {
      display: block;
      position: relative;
      border: solid 1px #209CD7;
      color: #209CD7;
      padding: 1em 1em;
      border-radius: 1.5em;
      font-size: 1.6rem;
      font-weight: bold; }
      #entryform .submit-wrap ._primary:hover {
        opacity: .5; }
  @media screen and (max-width: 767px) {
    #entryform table th,
    #entryform table td {
      display: block;
      width: 100%;
      border: none; }
    #entryform table th {
      padding: .5em 1em; }
      #entryform table th .label .required {
        position: absolute;
        left: 0; }
    #entryform table td {
      padding: 1.5em 0; }
    #entryform .submit-wrap .btns {
      position: relative;
      display: flex;
      flex-direction: column-reverse; }
      #entryform .submit-wrap .btns li {
        width: 100%; }
        #entryform .submit-wrap .btns li:nth-of-type(1) {
          position: relative;
          margin-top: 1em;
          text-align: center; }
        #entryform .submit-wrap .btns li ._primary {
          width: 86%;
          max-width: 380px;
          margin: auto; } }

.finish {
  /** @media max-width: 767px */ }
  .finish .thunksMsg {
    margin-bottom: 30px;
    font-size: 3.2rem;
    text-align: center; }
  .finish p.lead {
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6; }
  @media screen and (max-width: 767px) {
    .finish {
      margin: 0 1em; }
      .finish .thunksMsg {
        font-size: 2.4rem;
        text-align: center; }
        .finish .thunksMsg span {
          display: inline-block; }
      .finish p.lead {
        text-align: left; } }

#process {
  /* 重なり順を設定 */
  /**
  .stepbar__item-inner::after {
  	position: absolute;
  	content: "";
  	top: 0;
  	left: calc(100% - 1px);
  	width: 0;
  	height: 0;
  	border-top: 40px solid transparent;
  	border-right: 0;
  	border-bottom: 40px solid transparent;
  	border-left: 20px solid #ffffff;
  }
  */ }
  #process .notes {
    margin-top: 1em;
    padding-left: 1em;
    text-indent: -1em; }
    #process .notes li {
      line-height: 1.5; }
      #process .notes li:before {
        content: "※";
        font-family: monospace, serif; }
      #process .notes li:nth-of-type(n+2) {
        margin-top: .5em; }
  #process .flow {
    margin-top: 2em;
    margin-bottom: 2em; }
    #process .flow dl dt {
      margin-bottom: .5em;
      font-size: 1.8rem;
      color: #005476; }
    #process .flow dl dd {
      margin: auto; }
  #process .stepbar {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
  #process .stepbar__item {
    box-sizing: border-box;
    position: relative;
    width: calc((100% - 30px) / 3);
    height: 80px;
    margin: 0 5px;
    padding: 1px;
    background: #209CD7; }
  #process .stepbar__item:nth-child(1) {
    z-index: 4; }
    #process .stepbar__item:nth-child(1) .stepbar__item-inner p {
      margin-left: 0; }
  #process .stepbar__item:nth-child(2) {
    z-index: 3; }
  #process .stepbar__item:nth-child(3) {
    z-index: 2; }
  #process .stepbar__item:nth-child(4) {
    z-index: 1; }
  #process .stepbar__item:first-child {
    margin-left: 0; }
  #process .stepbar__item:last-child {
    margin-right: 0; }
  #process .stepbar__item:not(:first-child)::before {
    position: absolute;
    content: "";
    top: 0;
    left: 1px;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-right: 0;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #209CD7; }
  #process .stepbar__item:not(:first-child)::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-right: 0;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #ffffff; }
  #process .stepbar__item-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #ffffff; }
    #process .stepbar__item-inner p {
      margin-left: 20px;
      font-size: 1.6rem;
      font-weight: bold;
      text-align: center;
      line-height: 1.3 !important; }
    #process .stepbar__item-inner span {
      font-size: 1.2rem; }
  #process .stepbar__item-inner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-right: 0;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #209CD7; }
  #process .stepbar__item-inner--current::after {
    display: none; }
