@charset "utf-8";
.page_title_bg {
  height: 300px;
  width: 100%;
  background-image: url(../img/flow.jpg);
  background-repeat: no-repeat;
  background-position: 0% bottom;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page_title {}
.page_title h2 {
  font-family: heisei-kaku-gothic-std, sans-serif;
/*  color: #009f5d;
*/  font-size: 2.2em;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 0.5em;
  width: 100%;
  text-align: center;
}
.page_title span {
  letter-spacing: 0.1em;
/*  color: #009f5d;
*/  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: block;
}
.stepbox {
  transition: .8s;
}
.step {
  margin-top: 3em;
  display: flex;
  justify-content: center;
/*  color: #009f5d;*/
  margin-bottom: 2em;
  text-align: center;
}
.step_t {
  font-family: mr-eaves-xl-modern-narrow, sans-serif;
  font-weight: 700;
  border-bottom: 4px solid #ffff00;
  letter-spacing: 0.1em;
  font-size: 1.7em;
  text-align: center;
}
.step span {
  margin-left: 8px;
  font-size: 1.1em;
  font-weight: 600;
}
.flow {}
.flow h3 {
  text-align: center;
/*  color: #009f5d;
*/  font-size: 1.9em;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  line-height: 1.6em;
}
.flow_contact {
  border: 4px solid #e9a53f;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  padding: 25px 15px;
  background-color: #fff;
  margin-top: 1.2em;
  display: flex;
  margin-bottom: 3em;
}
.flow_tel {
  width: 50%;
  border-right: 0.5px solid #b3b3b3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flow_contact_t {
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 1.5em;
}
.flow_form {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flow_form img{
	width: auto;
	height: 43px;
}
.flow_form a{
	margin-bottom: 10px;
}
.flow_form a:last-child{
	margin-bottom: 0;
}
.flow_form a:hover{
	opacity: .6;
}
.title-04 {
  position: relative;
  border-bottom: 1px solid #999999;
  background: #fafcf1;
  color: #999999;
  text-align: center;
  font-size: 24px;
  padding: 30px 0 10px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 3.5em;
}
/* 下三角 */
.title-04:before {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 47.5%;
  margin-left: 1px;
  border-bottom: 22px solid transparent;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid #fafcf1;
  z-index: 2;
}
.title-04:after {
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 24px solid transparent;
  border-right: 23px solid transparent;
  border-top: 24px solid transparent;
  border-top-color: #999999;
  border-bottom-width: 0;
  bottom: -24px;
  content: "";
  left: 47.5%;
  z-index: 1;
}
.flow_t2 {
/*  color: #009f5d;*/
  letter-spacing: 0.1em;
  font-size: 1.3em;
  text-align: center;
  font-weight: 400;
  margin-bottom: 2em;
}
.flow_tbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flow_t3 {
/*  color: #009f5d;*/
  letter-spacing: 0.1em;
  font-size: 1.3em;
  text-align: left;
  font-weight: 400;
  margin-bottom: 2em;
  line-height: 1.8em;
  flex-wrap: wrap;
}
.flow_t3 span {
  color: black;
  font-size: 0.9em;
  margin-top: 1.3em;
  display: block;
  line-height: 1.5em;
}
.flow_price {
/*  background-color: #009f5d;*/
  color: #fff;
  width: 85%;
  margin-top: 5em;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 9em;
  padding: 3em 0;
  transition: .8s;
}

.flow_price a {
	color: white;
}
.flow_price_title {
  text-align: center;
  font-size: 1.8em;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 1em;
}
.flow_price p {
  text-align: left;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  line-height: 2em;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1000px) {
  .page_title_bg {
    padding-top: 90px;
  }
  .page_title h2 {
    font-size: 2em;
  }
}
@media screen and (max-width:768px) {
  .page_title_bg {
    height: 280px;
  }
  .page_title h2 {
    font-size: 1.9em;
  }
  .flow_contact {
    width: 100%;
    padding: 25px 15px;
    margin-top: 0em;
    margin-bottom: 2em;
    flex-wrap: wrap;
  }
  .flow h3 {
    font-size: 1.6em;
    margin-bottom: 0.5em;
  }
  .flow_tel {
    width: 100%;
    border-right: none;
    margin-bottom: 2em;
    text-align: center;
  }
  .flow_form {
      width: 70%;
	  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  }
.flow_form img{
	width: 100%;
	height: auto;
}
  .flow_contact_t {
    font-size: 1.1em;
    margin-bottom: 1em;
  }
  .flow_form_b {
    height: 60px;
  }
  .step {
    margin-top: 2.5em;
    margin-bottom: 1.5em;
  }
  .flow_t2 {
    font-size: 1.2em;
    margin-bottom: 1.5em;
  }
  .flow_t3 {
    font-size: 1.1em;
    margin-bottom: 1em;
    line-height: 1.6em;
  }
  .flow_price {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 5em;
    padding-top: 2.5em;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2em;
  }
  .flow_price_title {
    font-size: 1.5em;
  }
  .flow_price p {
    font-size: 1em;
    line-height: 1.8em;
    width: 90%;
  }
  .title-04:before {
    left: 46.5%;
  }
  .title-04:after {
    left: 46.5%;
  }
  .flow_tel img {
    width: 100%;
    height: auto;
  }

}
@media screen and (max-width:480px) {
  .page_title_bg {
    height: 220px;
  }
  .page_title h2 {
    font-size: 1.6em;
  }
  .page_title span {
    font-size: 1.1em;
  }
  .flow h3 {
    font-size: 1.2em;
  }
  .flow_contact {
    padding: 20px 0px;
    margin-bottom: 1.5em;
  }
  .flow_tel img {
    width: 75%;
    height: auto;
  }
	  .flow_form {
      width: 90%;
	  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  }
.flow_form img{
	width: 100%;
	height: auto;
}
.flow_form a{
	margin-bottom: 15px;
}
  .flow_form_b {
    height: 50px;
    font-size: 1.1em;
    width: 250px;
  }
  .flow_t2 {
    font-size: 1.1em;
    margin-bottom: 1em;
  }
  .flow_t3 {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  .title-04 {
    margin-bottom: 2.5em;
  }
  .flow_price {
    margin-top: 2.5em;
    margin-bottom: 3em;
    padding-top: 2em;
    padding-bottom: 1.5em;
  }
  .flow_price_title {
    font-size: 1.1em;
  }
  .flow_price p {
    font-size: 0.9em;
  }
  .title-04 {
    position: relative;
    border-bottom: 1px solid #999999;
    background: #fafcf1;
    color: #999999;
    text-align: center;
    font-size: 24px;
    padding: 30px 0 10px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 3.5em;
  }
  /* 下三角 */
  .title-04:before {
    bottom: -44px;
    left: 45%;
    margin-left: 1px;
    border-bottom: 22px solid transparent;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid #fafcf1;
  }
  .title-04:after {
    border-bottom: 24px solid transparent;
    border-left: 24px solid transparent;
    border-right: 23px solid transparent;
    border-top: 24px solid transparent;
    border-top-color: #999999;
    border-bottom-width: 0;
    bottom: -24px;
    left: 45%;
  }
  .flow_contact_t {
    font-size: 1em;
    margin-bottom: 1em;
  }

}
@media screen and (max-width:380px) {
  .page_title_bg {
    height: 200px;
  }
  .page_title h2 {
    font-size: 1.4em;
  }
  .page_title span {
    font-size: 1em;
  }
  .flow h3 {
    text-align: left;
    font-size: 1.1em;
    line-height: 1.4em;
    letter-spacing: 0em;
  }
  .flow_t2 {
    text-align: left;
    line-height: 1.4em;
    font-size: 1em;
    margin-bottom: 0em;
  }
  .title-04:before {
    left: 43%;
  }
  .title-04:after {
    left: 43%;
  }
  .flow_price {
    margin-top: 2em;
    margin-bottom: 3em;
    padding-top: 1.5em;
    padding-bottom: 1em;
  }
  .flow_price_title {
    width: 95%;
    font-size: 1em;
    letter-spacing: 0em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    line-height: 1.6em;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0.5em;
  }
  .flow_price p {
    letter-spacing: 0em;
    width: 85%;
  }
  .flow_contact_t {
    font-size: 1em;
    letter-spacing: 0em;
  }
  .title-04 {
    margin-bottom: 2.5em;
  }
}