.mapMerit {
  background-color: #fff;
  padding: 40px 0 0;
}
.mapMerit:after {
  content: "";
  width: 100%;
  padding-top: 6.3333%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../img/top_arrow.png);
}
.mapMerit__inner {
  max-width: 987px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
.mapMerit__box {
  width: 48%;
  border: 2px solid #aaa;
}
.mapMerit__box--1 {
  border-color: #4396ad;
}
.mapMerit__box--1 .mapMerit__box__heading {
  background-color: #4396ad;
}
.mapMerit__box--2 {
  border-color: #ff9730;
}
.mapMerit__box--2 .mapMerit__box__heading {
  background-color: #ff9730;
}
.mapMerit__box__heading {
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.3em;
  font-size: 20px;
}
.mapMerit__list {
  padding: 1.6em 2em 1.6em 3em;
  font-size: 16px;
  font-weight: bold;
}
.mapMerit__list li {
  margin-bottom: 0.75em;
  list-style-type: disc;
}
.mapMerit__list li:last-child {
  margin-bottom: 0;
}

.mapMerit__inner2 {
  max-width: 987px;
  margin: 0 auto;
  display: flex;
	justify-content: flex-end;
  padding-bottom: 10px;
}
 
.mapMerit__caution{ padding: 0 10px 0 60px;
	width: 46%;
	
}

.step-wrap__heading {
  margin-bottom: 15px;
  display: flex;
}
.step-wrap__heading__inner {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  padding: 0.5em 1em;
  display: flex;
  line-height: 1.6;
}
.step-wrap__heading__inner em {
  color: #fff;
  margin-right: 0.4em;
}
.step-wrap__heading__inner p {
  margin-bottom: 0;
}
.step-wrap__heading__inner.color1 {
  background-color: #4396ad;
}
.step-wrap__heading__inner.color2 {
  background-color: #ff9730;
}
.step-wrap__caution {
  font-weight: bold;
	font-size: 18px !important;
  color: #e00;
  margin-bottom: 1em !important;
}
.step-wrap__caption {
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
  font-size: 1.2em;
}
.step-wrap__caption small {
  max-width: 440px;
}

.step-wrap__caution2 {
  font-weight: bold;
	font-size: 18px !important;
  color: #e00;
  margin-bottom: 1em !important;
}
.step-wrap__caption2 {
  display: flex;
  justify-content: flex-start;
  font-weight: bold;
  font-size: 1.2em;
}
.step-wrap__caption2 small {
  max-width: 900px;
}




.step-wrap__linkWrap {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.step-wrap__linkWrap:last-child {
  margin-bottom: 0;
}
.step-wrap__linkWrap .qr {
  width: 220px;
  margin-left: 10px;
}