
/* 流れ
-------------------------------------------------------------------------------- */
.flow *{
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flow {
  padding: 3rem 0;
  background: #FFF;
}
.flow .wrap900{
	margin: auto;
	max-width: 900px;
}
.flow .flow_title {
  text-align: center;
  font-size: 1.7em!important;
	font-family: 'Noto Sans JP', sans-serif!important;
  margin-bottom: 2.5rem!important;
}
.flow .flow_title strong {
  font-size: 140%;
}
.flow .flow_title .red {
  color: #0f8f3e;
}

.flow .flow_list {
	background-image: url("../img/flow_line.svg");
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: left 45px top 0;
  background-size: auto 1130px;
}
.flow .flow_list li {
  margin-bottom: 2rem;
  list-style: none!important;
}
.flow .flow_list_sp{
  margin-left: 0!important;
}
.flow .flow_list_sp li{
  list-style: none!important;
}
.flow .flow_list li dl {
  display: flex;
  justify-content: space-between;
}
.flow .flow_list li dl dt {
  background-color: #0f8f3e;
  border-radius: 50%;
	flex-shrink: 0;
  width: 90px;
  height: 90px;
  text-align: center;
  color: #FFF;
  font-weight: 400;
  line-height: 1;
  padding-top: 12px;
  font-family: 'Noto Sans JP', sans-serif!important;
}
  .flow .flow_list li dl dt strong {
    font-size: 2.5em;
    font-weight: 400;
  }
.flow .flow_list li dl dd {
  background-color: #F3F3F3;
  border-radius: 15px;
  width: calc(100% - 130px);
  padding: 2rem 2rem 2rem 7.5rem;
  position: relative;
  background-repeat: no-repeat;
}

  .flow .flow_list li dl dd::after {
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #F3F3F3 transparent transparent;
    translate: -100% -50%;
  }
.flow .flow_list li dl dd h3,.flow .flow_list_sp h3 {
  font-size: 1.2rem!important;
  margin-bottom: 1.4rem!important;
  padding-bottom: 0!important;
  font-weight: 600!important;
  margin-top: 0!important;
  border: none!important;
}
.flow .flow_list li dl dd p{
  line-height: normal!important;
}

.flow .flow_list li.step01 dl dd {
	background-image: url("../img/flow_ico1.svg");
  background-position: top 2rem left 2rem;
}
.flow .flow_list li.step02 dl dd {
	background-image: url("../img/flow_ico2.svg");
  background-position: top 2rem left 1.5rem;
}
.flow .flow_list li.step03 dl dd {
	background-image: url("../img/flow_ico3.svg");
  background-position: top 2rem left 1.5rem;
}
.flow .flow_list li.step04 dl dd {
	background-image: url("../img/flow_ico4.svg");
  background-position: top 2rem left 1.5rem;
}
.flow .flow_list li.step05 dl dd {
	background-image: url("../img/flow_ico5.svg");
  background-position: top 2rem left 1.5rem;
}
.flow .flow_list li.step06 dl dd {
	background-image: url("../img/flow_ico6.svg");
  background-position: top 2rem left 2.1rem;
}

@media screen and (max-width: 960px) {
  .flow .flow_list {
    background-size: auto 1175px;
  }
  .flow .flow_list li dl dt {
    width: 80px;
    height: 80px;
  }
}

.flow_list_sp{
  display: none;
}

@media screen and (max-width: 599px) {
  .flow .flow_title {
    font-size: 1.4em!important;
    border: none!important;
  }
  .flow_list{
    display: none;
  }
  .flow_list_sp{
    display: block;
  }
  .flow {
    padding: 2rem 0 1rem;
    padding-top: 0;
  }

  .flow .flow_title {
    margin-bottom: 1.5rem;
  }
  .flow .flow_list_sp {
    background-image: url("../img/flow_line.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 90%;
  }
  .flow .flow_list_sp li {
    margin-bottom: 2rem;
    background-color: #F3F3F3;
    border-radius: 15px;
    padding: 1.2rem;
  }
  .flow .flow_list_sp li dl dt {
    display: flex;
    align-items: center;
    
    justify-content: space-between;
    margin-bottom: 1rem;
    position: relative;
  }
    .flow .flow_list_sp li dl dt::after {
      content: '';
      position: absolute;
      right: -20px;
      top: 15px;
      background-repeat: no-repeat;
      width: 80px;
      height: 80px;
      z-index: 0;
      opacity: 0.3;
    }
  .flow .flow_list_sp li dl dt .circle {
    background-color: #0F8F3E;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #FFF;
    font-weight: 400;
    line-height: 1.1;
    padding-top: 4px;
    font-family: 'Noto Sans JP', sans-serif!important;
  }
    .flow .flow_list_sp li dl dt .circle strong {
      font-size: 1.8em;
      font-weight: 400;
    }
  .flow .flow_list_sp li dl dt h3 {
    font-size: 1.2rem;
    font-weight: 600;

    padding-top: 0px;
    margin-bottom: 0!important;
    width: calc(100% - 80px);
    z-index: 1;
  }
  .flow .flow_list_sp li dl dd {
    line-height: 1.5;
  }
  .flow .flow_list_sp li.step01 dt::after {
    background-image: url("../img/flow_ico1.svg");
  }
  .flow .flow_list_sp li.step02 dt::after {
    background-image: url("../img/flow_ico2.svg");
  }
  .flow .flow_list_sp li.step03 dt::after {
    background-image: url("../img/flow_ico3.svg");
    right: -10px;
  }
  .flow .flow_list_sp li.step04 dt::after {
    background-image: url("../img/flow_ico4.svg");
    right: -15px;
  }
  .flow .flow_list_sp li.step05 dt::after {
    background-image: url("../img/flow_ico5.svg");
    right: -10px;
  }
  .flow .flow_list_sp li.step06 dt::after {
    background-image: url("../img/flow_ico6.svg");
  }
}

.saijyo{
	padding-top: 40px;
}
.reason-bg{
	padding-top: 40px;
}

@media screen and (max-width:767px) {
	.saijyo{
		padding-top: 0;
	}
	.reason-bg{
		padding-top: 0;
	}
}

.nomt{
  margin-top: 0!important;
}