.proce__lead {
  margin-top: 30px;
  text-align: center;
}

.proce .proce-flow {
  position: relative;
}

@media screen and (min-width: 768px) {
  .proce .proce-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 625px;
    margin: 100px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .proce .proce-flow {
    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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 60px;
  }
}

.proce .proce-flow:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #EFC100;
}

@media screen and (min-width: 768px) {
  .proce .proce-flow:before {
    top: -33px;
  }
}

@media screen and (max-width: 767px) {
  .proce .proce-flow:before {
    top: -25px;
  }
}

@media screen and (min-width: 768px) {
  .proce .proce-flow__item:nth-of-type(2) {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .proce .proce-flow__item {
    font-size: 1.2rem;
  }
}

.proce .proce-flow__item--01 {
  position: relative;
}

.proce .proce-flow__item--01:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/info/icon_step01.svg) 0 0 no-repeat;
}

@media screen and (min-width: 768px) {
  .proce .proce-flow__item--01:before {
    top: -60px;
    width: 160px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .proce .proce-flow__item--01:before {
    top: -40px;
    width: 90px;
    height: 30px;
  }
}

.proce .proce-flow__item--02 {
  position: relative;
}

.proce .proce-flow__item--02:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/info/icon_step02.svg) 0 0 no-repeat;
}

@media screen and (min-width: 768px) {
  .proce .proce-flow__item--02:before {
    top: -60px;
    width: 160px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .proce .proce-flow__item--02:before {
    top: -40px;
    width: 90px;
    height: 30px;
    margin-left: -5px;
  }
}

.proce .proce-flow__item--03 {
  position: relative;
}

.proce .proce-flow__item--03:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/info/icon_step03.svg) 0 0 no-repeat;
}

@media screen and (min-width: 768px) {
  .proce .proce-flow__item--03:before {
    top: -60px;
    width: 160px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .proce .proce-flow__item--03:before {
    top: -40px;
    width: 80px;
    height: 30px;
    margin-left: -5px;
  }
}

.proce .proce-step {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
  .proce .proce-step {
    padding: 30px;
    border-top: 1px solid #DDD;
  }
}

.proce .proce-step:first-of-type {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .proce .proce-step:last-of-type {
    margin-bottom: 60px;
    border-bottom: 1px solid #DDD;
  }
}

.proce .proce-step__flag {
  width: 150px;
  height: 400px;
  background: url(../images/info/icon_flag.svg) 0 0 no-repeat;
}

@media screen and (max-width: 767px) {
  .proce .proce-step__flag {
    display: none;
  }
}

.proce .proce-step__flag .step {
  margin-top: 100px;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.proce .proce-step__flag .step span {
  display: block;
  font-size: 4.8rem;
  font-weight: 500;
}

.proce .proce-step__flag .ttl {
  margin-top: 30px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .proce .proce-step__wrap {
    width: calc(100% - 180px);
  }
}

@media screen and (max-width: 767px) {
  .proce .proce-step__wrap {
    width: 100%;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .proce .proce-step__step {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .proce .proce-step__step {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    color: #EFC100;
  }
}

.proce .proce-step__ttl {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .proce .proce-step__ttl {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .proce .proce-step__ttl {
    position: relative;
    display: inline-block;
    font-size: 2.4rem;
  }
  .proce .proce-step__ttl:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: calc(100% + 20px);
    height: 10px;
    background-color: #EFC100;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .proce .proce-step__txt {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .proce .proce-step__txt {
    margin-top: 15px;
  }
}

.proce .proce-step__bd {
  display: block;
  margin: 20px auto 0;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

@media screen and (min-width: 768px) {
  .proce .proce-step__bd {
    width: 420px;
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .proce .proce-step__bd {
    width: 100%;
    padding: 10px 0;
    font-size: 1.15rem;
    text-align: center;
  }
}

.proce .proce-step__btn {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .proce .proce-step__btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .proce .proce-step__btn {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .cost .one-column {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .cost .one-column {
    margin-top: 30px;
  }
}

.cost .two-column {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .cost .two-column {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .cost .two-column {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .cost .two-column__wrap {
    width: 46%;
  }
}

@media screen and (max-width: 767px) {
  .cost .two-column__wrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cost .two-column__wrap:not(:first-of-type) {
    margin-top: 30px;
  }
}

.cost .column-ttl {
  position: relative;
  font-weight: 500;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .cost .column-ttl {
    display: inline-block;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .cost .column-ttl {
    display: block;
    font-size: 2rem;
    text-align: center;
  }
}

.cost .column-ttl:after {
  content: "";
  position: absolute;
  bottom: 5px;
  height: 10px;
  background-color: #EFC100;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .cost .column-ttl:after {
    left: 0;
    width: calc(100% + 20px);
  }
}

@media screen and (max-width: 767px) {
  .cost .column-ttl:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 20px);
  }
}

.cost .column-txt {
  margin-top: 20px;
}

.cost .column-table {
  width: 225px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .cost .column-table {
    margin: 30px auto 0;
  }
}

.cost .column-table tr {
  display: block;
  border-top: 1px solid #DDD;
}

@media screen and (min-width: 768px) {
  .cost .column-table tr {
    padding: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .cost .column-table tr {
    padding: 10px 0;
  }
}

.cost .column-table tr:last-of-type {
  border-bottom: 1px solid #DDD;
}

.cost .column-table th {
  width: 100px;
  font-weight: normal;
  text-align: left;
  padding: 0 15px;
}

.cost .column-table td {
  width: 125px;
  padding: 0 15px;
  text-align: right;
}

.faq .faq-block {
  margin-top: 30px;
}

.faq .faq-block__question {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .faq .faq-block__question {
    margin-left: 30px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .faq .faq-block__question {
    font-size: 2rem;
  }
}

.faq .faq-block__question:before {
  content: "Q. ";
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .faq .faq-block__question:before {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .faq .faq-block__question:before {
    font-size: 2.8rem;
  }
}

.faq .faq-block__answer {
  position: relative;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .faq .faq-block__answer {
    margin-left: 120px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .faq .faq-block__answer {
    margin-left: 60px;
  }
}

.faq .faq-block__answer:before {
  content: "A. ";
  position: absolute;
  left: -45px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .faq .faq-block__answer:before {
    top: -5px;
  }
}

@media screen and (max-width: 767px) {
  .faq .faq-block__answer:before {
    top: -10px;
  }
}

.faq .faq-block__answer a {
  color: #29A6DD;
  text-decoration: underline;
}
/*# sourceMappingURL=info.css.map */