@charset "utf-8";

.flow_wrap .top_tx{
  text-align: center;
  font-weight: bold;
}
.flow_wrap .flow_table{
  display: flex;
  width: 565px;
  margin: 30px auto 0;
}
.flow_wrap .flow_table .left{
  padding: 0 15px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  writing-mode: vertical-rl;
  border-radius: 5px;
  background-color: #1c81b1;
}
.flow_wrap .flow_table .left span{
  text-combine-upright: all;
}
.flow_wrap .flow_table .right .flow_box{
  display: flex;
}
.flow_wrap .flow_table .right .flow_box + .flow_box{
  margin-top: 30px;
}
.flow_wrap .flow_table .right .flow_box:first-of-type{
  margin-top: 0;
}
.flow_wrap .flow_table .right .flow_box:last-of-type{
  margin-bottom: 0;
}
.flow_wrap .flow_table .right .flow_box dt{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  margin: 0 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  background-color: #1c81b1;
}
.flow_wrap .flow_table .right .flow_box dd{
  position: relative;
  width: 360px;
  margin-left: 0;
  padding: 10px;
  border-radius: 5px;
  background-color: #f4f4f4;
}
.flow_wrap .flow_table .right .flow_box dd::after{
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #ffe900 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
.flow_wrap .flow_table .right .flow_box:last-of-type dd::after{
  border: none;
}
.flow_wrap .flow_table .right .flow_box dt span{
  position: relative;
  padding-right: 40px;
}
.flow_wrap .flow_table .right .flow_box dt span::after{
  position: absolute;
  content: "";
  top: -5px;
  right: 0;
  width: 35px;
  height: 30px;
}
.flow_wrap .flow_table .right .flow_box dt.assessment span::after{
  background: url("../img/flow/icn_flow_01.png")no-repeat center right/35px;
}
.flow_wrap .flow_table .right .flow_box dt.active span::after{
  background: url("../img/flow/icn_flow_02.png")no-repeat center right/35px;
}
.flow_wrap .flow_table .right .flow_box dt.after span::after{
  background: url("../img/flow/icn_flow_03.png")no-repeat center right/35px;
}
.flow_wrap .flow_table .right .flow_box dd span{
  padding-right: 10px;
  font-weight: bold;
  color: #1c81b1;
}
.flow_wrap .step_list{
  margin-top: 40px;
}
.flow_wrap .step_list > li{
  position: relative;
  padding: 40px 20px 20px;
  border: 2px solid #f4f4f4;
  background-color: #f4f4f4;
}
.flow_wrap .step_list > li:nth-child(even){
  background-color: #fff;
}
.flow_wrap .step_list > li + li{
  margin-top: 30px;
}
.flow_wrap .step_list li .head_tx{
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 2px;
  z-index: 1;
}
.flow_wrap .step_list li .head_tx span{
  display: inline-block;
  position: relative;
  padding: 3px 15px;
  border-radius: 2px;
  background-color: #d2effc;
}
.flow_wrap .step_list li .head_tx span::before{
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -3px;
  right: -3px;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: #1c81b1;
  z-index: -2;
}
.flow_wrap .step_list li .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flow_wrap .step_list li .flex img{
  width: 190px;
  height: 125px;
}
.flow_wrap .step_list li .flex > p{
  margin-left: 15px;
}
.flow_wrap .step_list li .step_table{
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
}
.flow_wrap .step_list li .step_table th{
  height: 30px;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  border: 1px solid #666666;
  background-color: #fff0cf;
}
.flow_wrap .step_list li .step_table td{
  height: 30px;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  border: 1px solid #666666;
  background-color: #fff;
}
.flow_wrap .step_list .list_box{
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  padding: 20px 0 20px 20px;
  border-radius: 10px;
  background-color: #f4f4f4;
}
.flow_wrap .step_list li:last-of-type .list_box{
  padding-right: 20px;
  background-color: #fff;
}
.flow_wrap .step_list .list_box > img{
  width: 220px;
}
.flow_wrap .step_list .list_box .tx_list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
  padding: 10px 0;
}
.flow_wrap .step_list .list_box .tx_list li{
  position: relative;
  width: calc((100% - 10px)/2);
  padding-left: 15px;
}
.flow_wrap .step_list .list_box .tx_list li::before{
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.flow_wrap .step_list li .flex .tx_box{
  margin-left: 15px;
}
.flow_wrap .step_list li .flex .tx_box .bg_white{
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #fff;
}
.flow_wrap .btn_box{
  display: flex;
  justify-content: space-between;
  width: 610px;
  margin: 0 auto;
}


@media screen and (max-width: 768px){
	
  .flow_wrap .top_tx{
    text-align: left;
  }
  .flow_wrap .flow_table{
    width: 100%;
  }
  .flow_wrap .flow_table .left{
    margin-right: 10px;
    padding: 0 10px;
  }
  .flow_wrap .flow_table .right .flow_box{
    display: block;
  }
  .flow_wrap .flow_table .right .flow_box dt{
    width: 100%;
    margin: 0 0 10px;
    padding: 10px 0;
  }
  .flow_wrap .flow_table .right .flow_box dt span{
    font-weight: bold;
  }
  .flow_wrap .flow_table .right .flow_box dd{
    width: 100%;
    font-weight: bold;
  }
  .flow_wrap .flow_table .right .flow_box dd::after{
    bottom: 0;
  }
  .flow_wrap .step_list li .head_tx span{
    padding: 5px 10px;
    line-height: 1.5;
    font-weight: bold;
  }
  .flow_wrap .step_list li .flex{
    display: block;
    text-align: center;
  }
  .flow_wrap .step_list li .flex img{
    margin: 10px 0;
  }
  .flow_wrap .step_list li .flex > p {
    margin-left: 0;
    text-align: left;
  }
  .flow_wrap .step_list .list_box{
    display: block;
    padding: 10px;
    text-align: center;
  }
  .flow_wrap .step_list .list_box .tx_list{
    margin-left: 0;
    text-align: left;
  }
  .flow_wrap .step_list .list_box .tx_list li{
    width: 100%;
  }
  .flow_wrap .step_list li .flex .tx_box{
    margin-left: 0;
  }
  .flow_wrap .step_list li .flex .tx_box .bg_white{
    text-align: left;
  }
  .flow_wrap .step_list li .step_table th{
    font-weight: bold;
  }
  .flow_wrap .btn_box{
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .flow_wrap .btn_box a.icn_btn + a.icn_btn{
    margin-top: 10px!important;
  }
  
  
  
  
  
	
}