@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap);
.page-ttl {
  text-align: center;
  background-color: #ff7373;
  color: #fff;
  padding: 11px;
  margin-bottom: 360px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative
}
.content-wrap::before, .page-ttl::after {
  content: "";
  display: block;
  position: absolute
}
.page-ttl::after {
  width: 100%;
  background: url(../img/recall/main_img.jpg) center no-repeat;
  background-size: cover;
  height: 360px;
  top: 100%;
  left: 0
}
.lead-block {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px 120px
}
.lead-ttl {
  font-family: 'Noto Sans JP', "HiraKakuStd-W8", "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center
}
.lead-text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.96;
  padding: 0 10%
}
.lead-caption-list {
  margin: 60px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between
}
.lead-caption-list li {
  width: 24.4%;
  text-align: center;
  border: #323232 solid 1px;
  font-weight: 700;
  padding: 4px 0
}
.content-wrap {
  position: relative;
  overflow: hidden
}
.content-wrap::before {
  width: calc(100% + 400px);
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: linear-gradient(180deg, #fff0dc 0%, #fff 500px);
  border-radius: 1000px 1000px 0 0/300px 300px 0 0;
  z-index: 1
}
.content-wrap .page-content {
  padding: 80px 20px;
  position: relative;
  z-index: 2
}
.content-wrap .page-content > div {
  margin-bottom: 200px
}
.content-wrap .page-content > div:last-child, .step-list li:last-child {
  margin-bottom: 0
}
.topic-ttl-block {
  text-align: center;
  margin-bottom: 120px
}
.topic-ttl {
  font-size: 38px;
  font-size: 3.8rem;
  position: relative;
  padding-bottom: 10px
}
.topic-ttl::after {
  content: "";
  display: block;
  width: 80px;
  height: 8px;
  background-color: #ff7373;
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px)
}
.step-list {
  margin: 0;
  padding: 0;
  list-style: none
}
.step-list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-left: 6.7%;
  position: relative;
  margin-bottom: 100px
}
.step-list li:last-child::after {
  display: none
}
.step-list li::after {
  content: "";
  display: block;
  border: 22px solid transparent;
  border-top: 15px solid #ff7373;
  position: absolute;
  top: calc(100% + 40px);
  left: calc(50% - 22px)
}
.step-list li > div:nth-child(1) {
  width: 43.5%
}
.step-list li > div:nth-child(2) {
  width: 52.7%
}
.step01-img img {
  width: 75%
}
.step04-img {
  text-align: center
}
.step04-img img {
  width: 78.1%
}
.step-num {
  color: #ff7373
}


.step-new {
    color: #ffffff;
    font-weight: bold;
    background-color: #ff0000;
    margin-left: 1rem;
    text-align: center;
    font-size: 1.3rem;
    vertical-align: middle;
	padding: 0px 5px 1px 5px;
}


.step-lead {
  font-family: 'Noto Sans JP', "HiraKakuStd-W8", "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px
}
.step-notice {
  margin-bottom: 100px
}
.step-notice-caption, .step-notice-ttl {
  font-family: 'Noto Sans JP', "HiraKakuStd-W8", "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-align: center
}
.step-notice-caption {
  color: #ff7373;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px
}
.step-notice-ttl {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 20px
}
.step-notice-detail {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between
}
.step-notice-detail > div {
  width: 46.5%
}
.step-notice-detail > div:nth-child(2) {
  padding-top: 2%;
  font-size: 16px;
  font-size: 1.6rem
}
.step-notice-lead {
  display: inline-block;
  border: #231815 solid 1px;
  background-color: #fff;
  font-weight: 700;
  padding: 0 20px;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem
}
.linkbtn, .step-notice-img {
  margin-top: 15px
}
.step-notice-img img {
  width: 92%
}
.linkbtn a {
  display: block;
  text-align: center;
  border: #ff6100 solid 1px;
  color: #ff6100;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px;
  position: relative
}
.linkbtn a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: #ff6100 solid 1px;
  border-top: #ff6100 solid 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px
}
@media only screen and (max-width:640px) {
  .page-ttl {
    margin-bottom: 140px
  }
  .page-ttl::after {
    height: 140px
  }
  .lead-block {
    padding: 30px 20px 80px
  }
  .lead-ttl {
    font-size: 2.2rem;
    margin-bottom: 30px
  }
  .lead-text {
    font-size: 1.6rem;
    padding: 0
  }
  .lead-caption-list {
    margin-top: 40px;
    display: block
  }
  .lead-caption-list li {
    margin-top: 10px;
    width: auto
  }
  .content-wrap::before {
    border-radius: 500px 500px 0 0/300px 300px 0 0
  }
  .content-wrap .page-content {
    padding: 50px 20px
  }
  .content-wrap .page-content > div {
    margin-bottom: 120px
  }
  .step-list li, .topic-ttl-block {
    margin-bottom: 60px
  }
  .topic-ttl {
    font-size: 2.4rem;
    line-height: 1.4;
    padding-bottom: 15px
  }
  .topic-ttl::after {
    height: 6px
  }
  .step-list li {
    display: block;
    padding-left: 0
  }
  .step-list li::after {
    top: calc(100% + 25px)
  }
  .step-list li > div:nth-child(1) {
    width: auto;
    margin-bottom: 20px
  }
  .step-list li > div:nth-child(2) {
    width: auto
  }
  .step-lead {
    font-size: 2rem
  }
	
	
	
  .step-notice-ttl {
    font-size: 2.4rem;
    margin-bottom: 15px
  }
  .step-notice-detail {
    display: block
  }
  .step-notice-detail > div {
    width: auto
  }
  .step-notice-detail > div:nth-child(1) {
    text-align: center
  }
  .step-notice-detail > div:nth-child(2) {
    padding-top: 0;
    font-size: 1.4rem;
    margin-top: 30px
  }
  .step-notice-lead {
    font-size: 1.6rem
  }
	
	
	
	
	
	
	.newbox {
  font-weight: 700;
  line-height: 1.6;
  border: #231815 solid 1px;
  min-width: 120px;
  margin-bottom: 20px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem
}
	
	
	
	
	
}