@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/css/common.css";
/*==================================================================*/
/* style css　*/
/*==================================================================*/
.step-link .flow-step {
  margin-bottom: 5em;
}
.step-link .flow-step li a {
  display: block;
}
.step-link .flow-step li a:hover {
  text-decoration: none;
}
.step-link .flow-step li a:hover .step-inner .txt:after {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.step-link .flow-step li .step-inner .txt:after {
  display: inline-block;
  content: "\f107" !important;
  margin: 0 0 0 0.3em;
  font-weight: 900;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
  color: #b74329;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.step-wrap .step-block {
  margin-bottom: 7em;
}
.step-wrap .step-block .t-title {
  position: relative;
  margin-bottom: 3em;
}
.step-wrap .step-block .t-title .num {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 110px;
  height: 110px;
  min-width: 110px;
  background: #fff;
  outline: 10px solid #f4f3f1;
  border-radius: 50%;
  border: 5px solid #23221f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-align: center;
}
.step-wrap .step-block .t-title .num span {
  display: block;
  font-size: 2.4em;
}
.step-wrap .step-block .t-title h2 {
  background: #23221f;
  color: #fff;
  font-size: 1.7em;
  font-weight: bold;
  padding: 0.2em 0.2em 0.2em 5.5em;
}
.step-wrap .step-block .s-inner {
  width: 94%;
  margin: 0 auto;
}
.step-wrap .step-block .c-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3em auto 5em;
}
.step-wrap .step-block .c-btn-area li {
  width: 48%;
}
.step-wrap .step-block .c-btn-area li a {
  display: block;
  position: relative;
  overflow: visible;
  padding: 2em 1em;
  color: #fff;
}
.step-wrap .step-block .c-btn-area li a:hover {
  text-decoration: none;
}
.step-wrap .step-block .c-btn-area li a:hover .ill {
  top: -2em;
}
.step-wrap .step-block .c-btn-area li a .ill {
  position: absolute;
  top: -1.5em;
  left: 1.5em;
  width: 25%;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.step-wrap .step-block .c-btn-area li a .ill img {
  max-width: 100px;
}
.step-wrap .step-block .c-btn-area li a .txt {
  display: block;
  width: 72%;
  margin: 0 0 0 auto;
  text-align: center;
}
.step-wrap .step-block .c-btn-area li a .txt em {
  display: block;
  font-size: 1em;
  letter-spacing: normal;
}
.step-wrap .step-block .c-btn-area li a .txt b {
  font-size: 1.6em;
  line-height: 1.6;
}
.step-wrap .step-block .c-btn-area li.f-btn {
  width: 100%;
  max-width: 575px;
  margin: 0 auto 2.5em;
}
.step-wrap .step-block .c-btn-area li.f-btn a {
  background: #b74329;
}
.step-wrap .step-block .c-btn-area li.f-btn a .ill img {
  max-width: none;
}
.step-wrap .step-block .c-btn-area li.f-btn a .txt em {
  font-size: 1.15em;
}
.step-wrap .step-block .c-btn-area li.f-btn a .txt b {
  font-size: 2.2em;
}
.step-wrap .step-block .c-btn-area li.e-btn a {
  background: #293a68;
}
.step-wrap .step-block .c-btn-area li.t-btn a {
  background: #ccab09;
}
.step-wrap .step-block .point-area {
  background: #fff;
  padding: 2em;
}
.step-wrap .step-block .point-area h3 {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.6;
}
.step-wrap .step-block .point-area h3 span {
  color: #b74329;
}
.step-wrap .step-block .point-area h3.long {
  font-size: 1.4em;
}
.step-wrap .step-block .point-area .p-bg {
  background: #f4f3f1;
  margin-bottom: 1em;
  padding: 1.5em 2em;
}
.step-wrap .step-block .point-area .p-bg ul li {
  line-height: 1.7;
}
.step-wrap .step-block .point-area .p-bg ul li:last-child {
  margin-bottom: 0 !important;
}
.step-wrap .step-block .point-area .p-bg ul.list-check {
  padding-left: 1em;
}
.step-wrap .step-block .point-area .p-bg ul.list-check li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px;
}
.step-wrap .step-block .point-area .p-bg ul.list-check li::before {
  position: absolute;
  top: -1px;
  left: -1em;
  content: "\f058";
  margin-right: 0.5em;
  font-size: 1.2em;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
  font-weight: 500;
  color: #b74329;
}
.step-wrap .step-block .point-area .p-bg ul.list-disc {
  padding-left: 1.5em;
}
.step-wrap .step-block .point-area .p-bg ul.list-disc li {
  margin-bottom: 1em;
  list-style: disc;
}
.step-wrap .step-block .point-area .p-bg ul.list-disc li dl dt {
  margin-bottom: 5px;
}
.step-wrap .step-block .point-area .p-bg ul.list-disc li dl dd a {
  text-decoration: underline;
}
.step-wrap .step-block .point-area .p-bg ul.list-disc li dl dd a:hover {
  text-decoration: none;
}
.step-wrap .step-block .point-area .p-bg .ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5em;
}
.step-wrap .step-block .point-area .p-bg .ex dt {
  border: 1px solid #b74329;
  background: #fff;
  margin-right: 1em;
  padding: 0.1em 1em;
  min-width: 120px;
  color: #b74329;
  font-weight: bold;
}
.step-wrap .step-block .f-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3em;
}
.step-wrap .step-block .f-area .text {
  width: 55%;
}
.step-wrap .step-block .f-area .text .send-add {
  border: 1px solid #23221f;
  padding: 1em 1.5em;
}
.step-wrap .step-block .f-area .text .send-add dt {
  font-weight: bold;
}
.step-wrap .step-block .f-area .photo {
  width: 40%;
  text-align: center;
}
.step-wrap .step-block .list-note li {
  margin-bottom: 0.5em;
}
.step-wrap .step-block .list-note li:last-child {
  margin-bottom: 0 !important;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  .step-wrap .step-block .c-btn-area {
    width: 100%;
    display: block;
    margin: 3em auto;
  }
  .step-wrap .step-block .c-btn-area li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 2.5em;
  }
  .step-wrap .step-block .c-btn-area li:last-child {
    margin-bottom: 0;
  }
  .step-wrap .step-block .c-btn-area li a .ill {
    top: -1.2em;
    left: 1em;
    width: 20%;
  }
  .step-wrap .step-block .c-btn-area li a .ill img {
    max-width: 100% !important;
  }
  .step-wrap .step-block .c-btn-area li a .txt {
    width: 80%;
  }
  .step-wrap .step-block .c-btn-area li a .txt em {
    font-size: 1em;
  }
  .step-wrap .step-block .c-btn-area li a .txt b {
    font-size: 1.8em;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  .step-wrap .step-block .t-title .num {
    width: 90px;
    height: 90px;
    min-width: 90px;
    font-size: 0.8em;
  }
  .step-wrap .step-block .t-title h2 {
    font-size: 1.4em;
  }
  .step-wrap .step-block .c-btn-area li a {
    padding: 1.5em 1em;
  }
  .step-wrap .step-block .c-btn-area li a .txt b {
    font-size: 1.6em !important;
  }
  .step-wrap .step-block .point-area h3 {
    font-size: 1.4em;
  }
  .step-wrap .step-block .f-area {
    display: block;
  }
  .step-wrap .step-block .f-area .text {
    width: 100%;
    margin-bottom: 2em;
  }
  .step-wrap .step-block .f-area .photo {
    width: 100%;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .step-link .flow-step {
    margin-bottom: 3em;
  }
  .step-wrap .step-block {
    margin-bottom: 5em;
  }
  .step-wrap .step-block .t-title {
    margin-bottom: 2em;
  }
  .step-wrap .step-block .t-title .num {
    left: -0.5em;
    width: 75px;
    height: 75px;
    min-width: 75px;
    outline-width: 5px;
    border-width: 4px;
    font-size: 0.7em;
  }
  .step-wrap .step-block .t-title h2 {
    font-size: 1.4em;
    padding: 0.1em 0.1em 0.1em 4em;
  }
  .step-wrap .step-block .point-area {
    padding: 1.5em 1em;
  }
  .step-wrap .step-block .point-area h3 {
    font-size: 1.2em !important;
  }
  .step-wrap .step-block .point-area .p-bg {
    padding: 1.2em;
  }
  .step-wrap .step-block .point-area .p-bg .ex {
    display: block;
  }
  .step-wrap .step-block .point-area .p-bg .ex dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
  .step-wrap .step-block .point-area .p-bg .ex dd {
    padding-left: 1em;
  }
  .step-wrap .step-block .c-btn-area li {
    margin-bottom: 2em;
  }
  .step-wrap .step-block .c-btn-area li a {
    padding: 1em 1em 1em 0.5em;
  }
  .step-wrap .step-block .c-btn-area li a .ill {
    left: 3%;
  }
  .step-wrap .step-block .c-btn-area li a .txt {
    font-size: 0.9em;
  }
}