@charset "UTF-8";

.pagename__h2 {
  color: #f7b500;
}
.pagename__h2 span {
	background:#f7b500;
}


.content__image {
  height: 350px;
  margin-bottom: 60px;
  background: url(../img/flow/content.jpg) no-repeat top -350px left 0px;
  opacity: 0.6;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.content__image:before {
  content: '';
  background: inherit;
  filter: blur(3px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

@media screen and (max-width:800px) {
  .content__image {
    height: 250px;
    background: url(../img/flow/content.jpg) no-repeat bottom -200px left -100px;
  }
}

@media screen and (max-width:480px) {
  .content__image {
    height: 150px;
    background: url(../img/flow/content.jpg) no-repeat bottom -250px left -400px;
  }
}

/*-------------------------------
ご契約は簡単４ステップ
-------------------------------*/
.step {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 0 40px;
}

.step__h2 {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-size: 30px;
  text-align: center;
}

.step__wrap {
  margin-bottom: 60px;
  text-align: center;
}

.step__circle {
  position: relative;
  display: inline-block;
  top: 80px;
  left: 30px;
  width: 120px;
  height: 120px;
  margin: 0 20px 60px -30px;
  border-radius: 50%;
  background: #174c8c;
}

.step__circle span {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 120px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
}

.step__arrow {
  display: inline-block;
  position: relative;
  top: -30px;
  width: 2vw;
  height: 2vw;
  margin: 0 2vw;
  border-top: 4px solid #f7b500;
  border-right: 4px solid #f7b500;
  transform: rotate(45deg);
}

@media screen and (max-width:800px) {}

@media screen and (max-width:480px) {
  .step {
    padding: 0 40px;
  }

  .step__h2 {
    font-size: 24px;
  }

  .step__circle {
		display:inline-block;
		width: 120px;
		height: 120px;
    top:20px;
    left: 0px;
    margin: 0px 10px 10px;
  }
}

/*-------------------------------
flow
-------------------------------*/
.flow {
  margin: 0 auto 80px;
  padding: 60px;
	background:#fff4bd;
}

.flow__inner {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

.flow__box {
	background:#fff;
	border-radius:10px;
  padding: 30px;
}

.flow__text {
	margin:0px auto 20px;
	padding:20px 0px 0px;
  line-height: 1.6em;
  border-top: 4px solid #f7b500;
}

.flow__arrow {
  display: inline-block;
  position: relative;
  left: 50%;
  width: 25px;
  height: 25px;
  margin: 30px auto;
  border-bottom: 4px solid #f7b500;
  border-right: 4px solid #f7b500;
  transform: rotate(45deg);
}

.flow__h2 {
  font-size: 1.5rem;
	font-weight:bold;
	line-height:150%;
  margin: 0px;
}

.flow__step {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  width: 100px;
  margin: 0 20px 20px 0;
  padding: 8px 40px;
  background: #174c8c;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.flow__title {
  display: flex;
}

.flow__list:before,
.flow__list:after {
  content: "";
  display: table;
}

.flow__list:after {
  clear: both;
}

.flow__list li {
  float: left;
  width: 28%;
  margin: 0 1% 15px 0;
}

.flow__list li:before {
  content: "●";
}

.flow__contactwrap {
  display: flex;
  margin: 0 auto 30px;
}

.flow__contact {
  width: calc(100%/2);
  margin: 20px 10px 0;
  padding: 30px 20px;
  background: #e9eef6;
  border-radius: 10px;
}

.flow__contact__h3 {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}

.flow__contact__number {
  margin-bottom: 30px;
  font-size: 35px;
  text-align: center;
}

.flow__contact__number:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(../img/phone.png) no-repeat;
  background-size: contain;
	margin-right:10px;
}

.flow__contact__text {
  line-height: 1.6em;
  text-align: center;
}

.flow__contact__text span {
  margin-bottom: 30px;
  font-size: 18px;
}

.flow__button {
  margin-top: 40px;
  text-align: center;
}

/*フロー内ボタン*/
.contact__button {
  margin-top: 40px;
  text-align: center;
}

.contact__button :after {
  content: "";
  display: inline-block;
  left: 5px;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.contact__button a {
  padding: 10px 50px;
  background: #c50029;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border-radius:30px;
}

.contact__button a:hover {
  background: #f7b500;
  color: #fff;
  transition: 0.6s;
}

.contact__button:hover :after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.6s;
}

/*最下部ボタン*/
.flow__button :after {
  content: "";
  display: inline-block;
  left: 5px;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.flow__button a {
  padding: 10px 50px;
  background: #134286;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  border-radius: 30px;
}

.flow__button a:hover {
  background: #5a7bbf;
  transition: 0.6s;
}

@media screen and (max-width:800px) {
  .flow__contactwrap {
    flex-direction: column;
  }

  .flow__contact {
    width: auto;
  }

  .flow__list li {
    width: 32%;
    margin: 0 1% 15px 0;
  }
}

@media screen and (max-width:480px) {
	.flow {
		padding: 0px;
		margin-bottom:20px;
	}
	
	.flow__inner {
		margin: 0 auto;
		padding: 20px 20px 0px;
	}

  .flow__box {
    padding: 30px 20px;
  }

  .flow__title {
    flex-direction: column;
  }

  .flow__arrow {
    left: 45%;
  }

  .flow__h2 {
    margin-bottom: 30px;
    line-height: 1.4em;
    text-align: center;
  }

  .flow__step {
    width: 100px;
    height: auto;
    margin: 0 auto 20px;
    padding: 8px 30px;
    font-size: 16px;
  }

  .contact__button a {
    padding: 10px 30px;
  }

  .flow__list li {
    float: none;
    width: auto;
    margin: 0 0 15px 0;
  }

  .flow__contact {
    width: auto;
    margin: 20px 0 0;
    padding: 30px 20px;
  }

  .flow__contact__h3 {
    font-size: 18px;
  }

  .flow__contact__number {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .flow__contact__number:before {
    padding-right: 5px;
  }
.flow__button {
	padding-bottom:40px;
}

}
