@charset "UTF-8";
/* CSS Document */
.txt-orange {
  color: #FF7E28;
}
.bg-orange {
  background-color: #FFF3E0;
}

h2 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.64;
  margin-bottom: 30px;
}
h2.h2--bar {
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
h2.h2--bar::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  background: #FF7E28;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:1024px) {
  h2 {
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
  h2.h2--bar {
    padding-bottom: 28px;
  }
  h2.h2--bar::after {
    width: 64px;
  }
}

.page-heading__bg {
  background: url("../img/flow/page-heading--sp.png") no-repeat center / contain;
  
}
@media screen and (min-width:1024px) {
  .page-heading__bg {
    background: url("../img/flow/page-heading--pc.png") no-repeat center / contain;
  }
}

.steps{
	position: relative;
	padding: 40px 0 50px;
}

.flow_item{
	padding: 15px 20px 22px;
	border-radius: 20px;
}
.flow_item:not(:last-child){
	margin-bottom: 20px;
}

.step_title{
	margin-bottom: 20px;
}
.step_title_txt h3{
	font-size: 20px;
}
.flow_btn{
	margin-top: 20px;
}
.flow_item .sp-image{
	margin: 16px auto;
	max-width: 110px;
}

.btn_area h2{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1.2em;
}

@media screen and (min-width:1024px) {
	.steps{
		padding: 70px 0 90px;
	}
	.flow_item{
		padding: 25px 35px 50px;
	}
.flow_item:not(:last-child){
	margin-bottom: 50px;
}
	.step_title{
		margin-bottom: 10px;
	}
.step_title_txt h3{
	font-size: 24px;
}
.flow_btn{
	margin-top: 30px;
}
.btn_area h2{
	font-size: 25px;
}
}