.intro::before {
  background: url("/assets/imgs/flow/img_pankuzu.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 639px) {
  .intro::before {
    background: url("/assets/imgs/flow/img_pankuzu.jpg") right center no-repeat;
    background-size: cover;
  }
}

.introArea {
  background: url(/assets/imgs/flow/bg_introArea.gif) repeat center;
  padding-top: calc(0.8rem - (((0.4rem * 1.5) - 0.4rem) / 2));
  padding-bottom: calc(0.5rem - (((0.18rem * 2.333333333) - 0.18rem) / 2));
}
@media screen and (max-width: 639px) {
  .introArea {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.flow_tit_h3_type01 {
  letter-spacing: 0.1em;
  text-align: center;
}
.flow_tit_h3_type01 h3 {
  font-size: 0.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: calc(0.5rem - (((0.18rem * 2.333333333) - 0.18rem) / 2));
}
.flow_tit_h3_type01 h3 br.sp {
  display: none;
}
.flow_tit_h3_type01 h3 > span {
  display: inline-block;
  padding: 0 10px;
  background: url(/assets/imgs/flow/bg_h3_type01.gif) repeat-x left bottom;
  background-size: auto 43.333333333%;
}
.flow_tit_h3_type01 h3 + p {
  font-size: 0.18rem;
  line-height: 2.333333333;
}
@media screen and (max-width: 639px) {
  .flow_tit_h3_type01 h3 {
    font-size: 22px;
    margin-bottom: calc(0.375rem - (((0.135rem * 2.333333333) - 0.135rem) / 2) - 4px);
  }
  .flow_tit_h3_type01 h3 br.sp {
    display: block;
  }
  .flow_tit_h3_type01 h3 > span {
    display: inline;
    padding-bottom: 4px;
  }
  .flow_tit_h3_type01 h3 + p {
    font-size: 12px;
    line-height: 2.333333333;
    letter-spacing: 0.07em;
  }
}

.stepListArea {
  border-top: 1px solid #1340a4;
  border-bottom: 1px solid #1340a4;
  background: url(/assets/imgs/flow/bg_stepList.gif) repeat center;
  padding-top: 0.78rem;
  padding-bottom: 0.59rem;
}
.stepListArea .fclm {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.stepListArea .fclm > li {
  width: 15.625%;
  position: relative;
}
.stepListArea .fclm > li > img {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.stepListArea .fclm > li .fas {
  line-height: 1;
  font-size: 0.42rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 30;
}
.stepListArea .fclm > li .icon {
  width: 37.5%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 639px) {
  .stepListArea {
    padding-top: 39px;
    padding-bottom: 30px;
  }
  .stepListArea .fclm > li {
    width: 31.25%;
  }
  .stepListArea .fclm > li:nth-child(n+4) {
    margin-top: 8%;
  }
  .stepListArea .fclm > li img {
    width: 100%;
  }
}

.stepDetailArea .flow_tit_h3_type02 {
  margin-bottom: calc(0.26rem - (((0.16rem * 2.125) - 0.16rem) / 2));
}
.stepDetailArea .flow_tit_h3_type02 .title_inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.stepDetailArea .flow_tit_h3_type02 .title_inner > div {
  display: table-cell;
  vertical-align: middle;
}
.stepDetailArea .flow_tit_h3_type02 .title_inner > div.title_icon {
  width: 8.7890625%;
}
.stepDetailArea .flow_tit_h3_type02 .title_inner > div.title_text {
  padding-left: 0.22rem;
  position: relative;
}
.stepDetailArea .flow_tit_h3_type02 .title_inner > div.title_text::after {
  content: '';
  width: calc(100% + 0.03rem);
  height: 2px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  background: url(/assets/imgs/flow/bg_h3_type02.gif) repeat-x bottom left;
  background-size: auto 2px;
}
.stepDetailArea .flow_tit_h3_type02 .title_inner > div.title_text h3 {
  font-weight: bold;
  font-size: 0.34rem;
  line-height: 1.5;
}
@media screen and (max-width: 639px) {
  .stepDetailArea .flow_tit_h3_type02 .title_inner > div.title_icon {
    width: 0.58rem;
  }
  .stepDetailArea .flow_tit_h3_type02 .title_inner > div.title_text {
    padding-left: 0.11rem;
  }
  .stepDetailArea .flow_tit_h3_type02 .title_inner > div.title_text::after {
    bottom: 0rem;
  }
  .stepDetailArea .flow_tit_h3_type02 .title_inner > div.title_text h3 {
    font-size: 20px;
  }
}
.stepDetailArea .step01 .flow_tit_h3_type02 {
  margin-bottom: 0.26rem;
}
.stepDetailArea .step01 .step01_content {
  position: relative;
}
.stepDetailArea .step01 .step01_content .fclm {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.stepDetailArea .step01 .step01_content .fclm > div {
  width: 48.4375%;
  position: relative;
}
.stepDetailArea .step01 .step01_content .fclm > div .inner {
  border: 2px solid #1340a4;
  width: calc(100% - 5px);
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 0.2rem 0.32rem;
  padding-bottom: calc(0.34rem - (((0.16rem * 2.125) - 0.16rem) / 2));
}
.stepDetailArea .step01 .step01_content .fclm > div .inner .flow_tit_h4_type01 {
  text-align: center;
  margin-bottom: calc(0.18rem - (((0.16rem * 2.125) - 0.16rem) / 2));
}
.stepDetailArea .step01 .step01_content .fclm > div .inner .detail_text {
  font-size: 0.16rem;
  line-height: 2.125;
}
.stepDetailArea .step01 .step01_content .fclm > div::before {
  content: '';
  width: calc(100% - 5px);
  height: 100%;
  display: block;
  background: #001952;
  position: absolute;
  bottom: -5px;
  right: 0;
  z-index: 2;
}
.stepDetailArea .step01 .step01_content .or {
  width: 7.03125%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.stepDetailArea .step01 .step01_content .or.sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .stepDetailArea .step01 .step01_content .fclm {
    display: block;
  }
  .stepDetailArea .step01 .step01_content .fclm > div {
    width: 100%;
  }
  .stepDetailArea .step01 .step01_content .fclm > div.or {
    position: static;
  }
  .stepDetailArea .step01 .step01_content .fclm > div .inner {
    padding-left: 0.16rem;
    padding-right: 0.16rem;
  }
  .stepDetailArea .step01 .step01_content .fclm > div .inner .detail_text {
    font-size: 0.14rem;
  }
  .stepDetailArea .step01 .step01_content .or {
    position: static;
    transform: translate(0, 0);
  }
  .stepDetailArea .step01 .step01_content .or.pc {
    display: none;
  }
  .stepDetailArea .step01 .step01_content .or.sp {
    display: block;
    text-align: center;
    margin: 0.05rem auto 0.1rem;
  }
  .stepDetailArea .step01 .step01_content .or.sp::before {
    content: none;
  }
  .stepDetailArea .step01 .step01_content .or.sp img {
    width: 0.36rem;
  }
}
.stepDetailArea .step02_03_content .table {
  display: table;
}
.stepDetailArea .step02_03_content .table > div {
  display: table-cell;
  vertical-align: top;
}
.stepDetailArea .step02_03_content .table > div.text {
  padding-right: 3.125%;
}
.stepDetailArea .step02_03_content .table > div.text p {
  font-size: 0.16rem;
  line-height: 2.125;
}
.stepDetailArea .step02_03_content .table > div.illust {
  width: 19.53125%;
}
@media screen and (max-width: 639px) {
  .stepDetailArea .step02_03_content .table {
    display: block;
  }
  .stepDetailArea .step02_03_content .table > div {
    display: block;
  }
  .stepDetailArea .step02_03_content .table > div.text {
    padding-right: 0;
  }
  .stepDetailArea .step02_03_content .table > div.text p {
    font-size: 0.14rem;
  }
  .stepDetailArea .step02_03_content .table > div.illust {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}
.stepDetailArea .step04_06_content .flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.stepDetailArea .step04_06_content .flex > div.text {
  width: 56.8359375%;
}
.stepDetailArea .step04_06_content .flex > div.text p {
  font-size: 0.16rem;
  line-height: 2.125;
}
.stepDetailArea .step04_06_content .flex > div.text p + p {
  margin-top: calc(0.3rem - ((0.16rem * 2.125) - 0.16rem));
}
.stepDetailArea .step04_06_content .flex > div.need {
  width: 40.0390625%;
  background: #fff;
  border: 1px solid #1340a4;
  border-top: 6px solid #1340a4;
  padding-top: 0.17rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  padding-bottom: calc(0.3rem - (((0.12rem * 1.666666667) - 0.12rem) / 2));
}
.stepDetailArea .step04_06_content .flex > div.need .title {
  margin-bottom: calc(0.19rem - (((0.14rem * 2) - 0.14rem) / 2));
  text-align: center;
}
.stepDetailArea .step04_06_content .flex > div.need .list {
  margin-bottom: calc(0.19rem - (((0.14rem * 2) - 0.14rem) / 2) - (((0.12rem * 1.666666667) - 0.12rem) / 2));
}
.stepDetailArea .step04_06_content .flex > div.need .list li {
  font-size: 0.14rem;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.07em;
}
.stepDetailArea .step04_06_content .flex > div.need .alert li {
  font-size: 0.12rem;
  line-height: 1.666666667;
}
@media screen and (max-width: 639px) {
  .stepDetailArea .step04_06_content .flex {
    display: block;
  }
  .stepDetailArea .step04_06_content .flex > div.text, .stepDetailArea .step04_06_content .flex > div.need {
    width: 100%;
  }
  .stepDetailArea .step04_06_content .flex > div.text p {
    font-size: 0.14rem;
  }
  .stepDetailArea .step04_06_content .flex > div.need {
    margin-top: 0.2rem;
    padding-left: 0.16rem;
    padding-right: 0.16rem;
  }
  .stepDetailArea .step04_06_content .flex > div.need .title img {
    transform: scale(0.8);
    transform-origin: center;
  }
  .stepDetailArea .step04_06_content .flex > div.need .list li {
    font-size: 0.14rem;
  }
  .stepDetailArea .step04_06_content .flex > div.need .alert li {
    font-size: 0.12rem;
  }
}
.stepDetailArea .step04_content {
  margin-top: 0.19rem;
}
.stepDetailArea .step04_content .flow_tit_h4_type01 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 1.15;
  padding-left: 0.18rem;
  padding-bottom: 0.13rem;
  border-bottom: 1px solid #1340a4;
  position: relative;
  margin-bottom: calc(0.21rem - (((0.14rem * 2.142857143) - 0.14rem) / 2));
}
.stepDetailArea .step04_content .flow_tit_h4_type01::before {
  content: '';
  width: 4px;
  height: calc(100% - 0.13rem);
  display: block;
  background: #1340a4;
  position: absolute;
  top: 0;
  left: 0;
}
.stepDetailArea .step04_content .flow_tit_h4_type01 + p {
  font-size: 0.14rem;
  line-height: 2.142857143;
  margin-bottom: calc(0.2rem - (((0.14rem * 2.142857143) - 0.14rem) / 2));
}
@media screen and (max-width: 639px) {
  .stepDetailArea .step04_content .flow_tit_h4_type01 {
    font-size: 18px;
  }
}
.stepDetailArea .step04_content .table_res .flex_table {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
  position: relative;
}
.stepDetailArea .step04_content .table_res .flex_table::before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #222222;
  position: absolute;
  top: 0;
  left: 0;
}
.stepDetailArea .step04_content .table_res .flex_table > div {
  border-top: 1px solid #222222;
  border-left: 1px solid #222222;
  text-align: center;
  padding: 0.12rem 0;
}
.stepDetailArea .step04_content .table_res .flex_table > div.midashi01 {
  width: 13.197%;
}
.stepDetailArea .step04_content .table_res .flex_table > div.midashi02, .stepDetailArea .step04_content .table_res .flex_table > div.content {
  width: 7.233626588%;
}
.stepDetailArea .step04_content .table_res .flex_table > div.midashi01, .stepDetailArea .step04_content .table_res .flex_table > div.midashi02 {
  font-size: 0.14rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.stepDetailArea .step04_content .table_res .flex_table > div.midashi01 {
  background: #eeeeee;
}
.stepDetailArea .step04_content .table_res .flex_table > div.midashi01.blank {
  position: relative;
  background: #fff;
}
.stepDetailArea .step04_content .table_res .flex_table > div.midashi01.blank .nenshu {
  position: absolute;
  top: 0rem;
  right: 0.26rem;
}
.stepDetailArea .step04_content .table_res .flex_table > div.midashi01.blank .chinryou {
  position: absolute;
  bottom: 0rem;
  left: 0.26rem;
}
.stepDetailArea .step04_content .table_res .flex_table > div.midashi01.blank::after {
  content: '';
  width: 80%;
  height: 80%;
  border-left: 2px solid #222;
  transform: skewX(70deg) translateX(50%);
  position: absolute;
  top: 10%;
  left: 10%;
}
.stepDetailArea .step04_content .table_res .flex_table > div.midashi02 {
  background: #ddd;
}
.stepDetailArea .step04_content .table_res .flex_table > div.content {
  font-size: 0.13rem;
  line-height: 2.153846154;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 639px) {
  .stepDetailArea .step04_content {
    margin-top: 0.25rem;
  }
  .stepDetailArea .step04_content .table_res .flex_table:before {
    content: none;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od1 {
    order: 1;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od2 {
    order: 2;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od3 {
    order: 3;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od4 {
    order: 4;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od5 {
    order: 5;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od6 {
    order: 6;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od7 {
    order: 7;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od8 {
    order: 8;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od9 {
    order: 9;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od10 {
    order: 10;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od11 {
    order: 11;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od12 {
    order: 12;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od13 {
    order: 13;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od14 {
    order: 14;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od15 {
    order: 15;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od16 {
    order: 16;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od17 {
    order: 17;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od18 {
    order: 18;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od19 {
    order: 19;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od20 {
    order: 20;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od21 {
    order: 21;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od22 {
    order: 22;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od23 {
    order: 23;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od24 {
    order: 24;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od25 {
    order: 25;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od26 {
    order: 26;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od27 {
    order: 27;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od28 {
    order: 28;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od29 {
    order: 29;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od30 {
    order: 30;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od31 {
    order: 31;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od32 {
    order: 32;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od33 {
    order: 33;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od34 {
    order: 34;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od35 {
    order: 35;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od36 {
    order: 36;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od37 {
    order: 37;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od38 {
    order: 38;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.od39 {
    order: 39;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.midashi01.blank, .stepDetailArea .step04_content .table_res .flex_table > div.midashi02 {
    width: 24%;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.midashi01, .stepDetailArea .step04_content .table_res .flex_table > div.content {
    width: 38%;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.midashi01 {
    position: relative;
    font-size: 0.11rem;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.midashi01.blank {
    background: #fff;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.midashi01.blank .nenshu {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0rem;
    left: 0.05rem;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.midashi01.blank .chinryou {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 0rem;
    right: 0.05rem;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.midashi01.blank::after {
    content: '';
    width: 70%;
    height: 70%;
    border-left: 2px solid #222;
    transform: skewX(57deg) translateX(50%);
    position: absolute;
    top: 15%;
    left: 15%;
  }
  .stepDetailArea .step04_content .table_res .flex_table > div.midashi02, .stepDetailArea .step04_content .table_res .flex_table > div.content {
    font-size: 0.11rem;
  }
}
.stepDetailArea .step05_content {
  background: #f3f6fe;
  padding: 0 3.125%;
  padding-top: calc(0.41rem - (((0.14rem * 2) - 0.14rem) / 2));
  padding-bottom: calc(0.36rem - (((0.14rem * 2) - 0.14rem) / 2));
  position: relative;
  margin-top: 0.41rem;
}
.stepDetailArea .step05_content .title {
  position: absolute;
  left: 0.15rem;
  top: 0;
  transform: translateY(-56.5%);
}
@media screen and (max-width: 639px) {
  .stepDetailArea .step05_content .title {
    transform: translateY(-56%);
  }
  .stepDetailArea .step05_content .title img {
    transform: scale(0.8);
    transform-origin: center left;
  }
}
.stepDetailArea .arrow_bottom {
  font-size: 0.6rem;
  line-height: 1;
  text-align: center;
  margin-top: 0.31rem;
  margin-bottom: 0.06rem;
}
@media screen and (max-width: 639px) {
  .stepDetailArea .arrow_bottom {
    margin-top: 0.185rem;
    font-size: 0.45rem;
  }
}
.stepDetailArea .step02 .arrow_bottom {
  margin-top: 0.38rem;
}
@media screen and (max-width: 639px) {
  .stepDetailArea .step02 .arrow_bottom {
    margin-top: 0.21rem;
  }
}
.stepDetailArea .step03 .arrow_bottom {
  margin-top: -0.1rem;
}
@media screen and (max-width: 639px) {
  .stepDetailArea .step03 .arrow_bottom {
    margin-top: 0.21rem;
  }
}

/*# sourceMappingURL=flow.css.map */
