* {
  box-sizing: border-box; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit; }

main, article, header, footer, aside, figure, figcaption, nav, section {
  display: block; }

img {
  width: 100%; }

li {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  background: transparent;
  border: none;
  cursor: pointer; }

input,
textarea {
  font-size: 16px;
  appearance: none;
  border: none;
  border-radius: 0; }

select {
  appearance: none;
  border: none;
  outline: none;
  background: transparent; }

sub {
  font-size: .66em; }

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

textarea {
  resize: vertical; }

input[type='checkbox'],
input[type='radio'] {
  display: none; }

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

html {
  font-size: 16px; }

body {
  color: #323C4E;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  /*letter-spacing: .05em;*/
  font-size: 0.875rem;
  background-color: #E7EFFD; }
  @media (min-width: 1024px) {
    body {
      font-size: 1rem; } }

a, a svg, input, label {
  transition: .3s; }

header .btn {
  border-color: #E07000!important;
  color: #E07000; }
  header .btn:hover {
    background: #E07000;
    color: #fff; }
    header .btn:hover svg {
      fill: #fff; }
  header .btn svg {
    fill: #E07000; }

    main {
      max-width: 1200px; 
      margin: 2%; }
      @media (min-width: 768px) and (max-width: 1280px) {
        main {
          max-width: 90%;
          margin: 2%;
        }
    }

.flow ul {
  padding-bottom: 1rem; }
  @media (min-width: 768px) {
    .flow ul {
      padding-bottom: 0; } }
  .flow ul li {
    color: #818C9E;
    position: relative; }
    .flow ul li:last-child {
      padding-right: 1.25rem; }
      @media (min-width: 768px) {
        .flow ul li:last-child {
          padding-right: 0; } }
    .flow ul li:not(:first-child) {
      padding-left: 3.5rem;
      position: relative; }
      @media (min-width: 768px) {
        .flow ul li:not(:first-child) {
          padding-left: 7rem; } }
      .flow ul li:not(:first-child):before {
        content: '';
        display: block;
        width: 2rem;
        left: .75rem;
        background: #818C9E;
        height: 1px;
        position: absolute;
        top: 50%; }
        @media (min-width: 768px) {
          .flow ul li:not(:first-child):before {
            width: 4.5rem;
            left: 1rem; } }
    .flow ul li span {
      color: #fff;
      background-color: #818C9E;
      border-radius: 50%;
      width: 1.5rem;
      height: 1.5rem;
      margin: 0 .5rem 0 0;
      display: inline-block;
      text-align: center;
      padding-top: 0.25rem; }
      @media (min-width: 768px) {
        .flow ul li span {
          width: 2.75rem;
          height: 2.75rem;
          margin: 0 .875rem 0 0; } }
    .flow ul li.active {
      color: #323C4E; }
      .flow ul li.active span {
        background-color: #E07000; }


main .modal {
  text-decoration: underline;
  color: #E07000; }

form .box-50 {
  width: 100%; }
  @media (min-width: 1024px) {
    form .box-50 {
      width: 47%; } }
form .box-33 {
  width: 100%; }
  @media (min-width: 1024px) {
    form .box-33 {
      width: 31%; } }
form dl {
  margin-bottom: 3rem; }
  form dl dt {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      form dl dt {
        font-size: 1.125rem; } }
  form dl dd input {
    border: 1px solid #C8CDD6;
    border-radius: .5rem;
    padding: .75rem 1rem;
    font-size: 1rem; }
    @media (min-width: 768px) {
      form dl dd input {
        border-radius: 0.75rem;
        padding: 1rem 2rem;
        font-size: 1.125rem; } }
    form dl dd input::placeholder {
      color: #C8CDD6; }
    form dl dd input[type='text'] {
      width: 100%; }
    form dl dd input:hover, form dl dd input:active, form dl dd input:focus {
      border: 1px solid #E07000; }
    form dl dd input:active, form dl dd input:focus {
      background: #F7FAFF; }
      form dl dd input:active::placeholder, form dl dd input:focus::placeholder {
        opacity: 0; }
    form dl dd input.error {
      border-color: #E41313;
      background: #FFF7F7; }
  form dl dd .error-text {
    color: #E41313; }
form .radio-list li:not(:first-child) {
  margin-top: 1rem; }
  @media (min-width: 768px) {
    form .radio-list li:not(:first-child) {
      margin-top: 0;
      margin-left: 4rem; } }
form .radio, form .checkbox {
  border: 1px solid #C8CDD6;
  border-radius: .5rem;
  padding: .75rem 1rem;
  font-size: 1rem;
  padding: .75rem 1rem;
  font-size: 1rem;
  padding-left: 3.5rem;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }
  @media (min-width: 768px) {
    form .radio, form .checkbox {
      border-radius: 0.75rem;
      padding: 1rem 2rem;
      font-size: 1.125rem;
      text-align: center; } }
  form .radio:hover, form .checkbox:hover {
    border: 1px solid #E07000;
    background: #F7FAFF; }
  form .radio:before, form .checkbox:before {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    display: block;
    margin-top: -.625rem;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #C8CDD6;
    border-radius: 50%;
    content: '';
    background: #fff; }
form .radio {
  width: 14rem; }
  form .radio:after {
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    position: absolute;
    top: 50%;
    left: 1.75rem;
    display: block;
    margin-top: -.375rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background-color: #E07000;
    content: '';
    opacity: 0; }
form input[type=radio]:checked + .radio {
  border: 1px solid #E07000;
  background: #F7FAFF; }
  form input[type=radio]:checked + .radio:after {
    opacity: 1; }
form .checkbox {
  width: 100%;
  margin-top: 2rem;
  padding-left: 3.5rem;
  text-align: left; }
  @media (min-width: 1024px) {
    form .checkbox {
      padding-left: 0;
      text-align: center;
      margin-top: 0; } }
  @media (min-width: 768px) {
    form .checkbox {
      padding-left: 3rem;
      padding-right: 0; } }
  form .checkbox:before {
    position: absolute;
    top: 50%;
    left: 1rem;
    display: block;
    margin-top: -.8rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.25rem;
    content: '';
    background: #fff; }
    @media (min-width: 1024px) {
      form .checkbox:before {
        left: 1.5rem; } }
  form .checkbox:after {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 1.5rem;
    display: block;
    margin-top: -.65rem;
    width: .5rem;
    height: 1rem;
    border-right: 3px solid #E07000;
    border-bottom: 3px solid #E07000;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media (min-width: 1024px) {
      form .checkbox:after {
        left: 2rem; } }
form input[type=checkbox]:checked + .checkbox {
  border: 1px solid #E07000;
  background: #F7FAFF; }
  form input[type=checkbox]:checked + .checkbox:after {
    opacity: 1; }
form .btn {
  background: #917d68; }
  form .btn:hover {
    background: #E07000; }
  form .btn:disabled {
    cursor: not-allowed;
    background: #818C9E;
    opacity: .5; }
    form .btn:disabled:hover {
      background: #818C9E; }

footer {
  background: #E07000; }
