.c5-flexItem__txt .c5-txt {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.75;
}

.c5-flexItem__txt .c5-txt.c5-txt__note {
  font-size:0.875rem;
  color: #83838f;
  padding-left:1em;
	text-indent:-1em;
}

.c5-strong__btn a{
  color: #ffffff;
    background: #2D74C6;
    width: 100%;
    max-width: 550px;
    padding: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
}

.c5-strong__note {
  font-size:0.875rem;
  color: #83838f;
  padding-left:1em;
	text-indent:-1em;
}

.c5-c-mainvisual {
  margin-bottom: 5%;
}

.c5-flexItem__ttl {
  margin-bottom: 46px;
}

.c5-flexWrap {
  margin-bottom: 5%;
  justify-content: unset;
}

.c5-flexWrap .c5-flexItem:first-of-type {
  max-width: 440px;
  margin-right: 40px;
}

.c5-flexWrap .c5-flexItem:last-of-type {
  width: 60%;
}

.c5-mainvisual__subTxt {
  padding: 0 20px;
}

.c5-recommend__items {
  background: #efefef;
  padding: 30px;
  width: 80%;
  max-width: 324px;
  display: block;
  text-align: center;
}

.c5-recommend__ttl h2 {
  text-align: center;
  margin-bottom: 40px;
}

.c5-recommend__item__ttl p{
  line-height: 1.75;
  color: #2f353d;
  font-size: 1rem;
  font-weight: 600;
}
.c5-recommend__item__btn a{
  color: #ffffff;
  background: #2D74C6;
  width: 120px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.c5-recommend__item__txt span {
  font-size: 0.875rem;
  font-weight: 300;
}

.c5-recommend__item__txt {
  margin-bottom: 20px;
}

.c5-recommend__item__txt p {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 auto;
}

.c5-recommend__item__img img {
  width: 100%;
  max-width: 160px;
  margin: 0 auto 42px;
}

.c5-strong__btn a{
  display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.c5-strong__btn a img{
  display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
  width: 100%;
  max-width: 11px;
  max-height: 11px;
}

.c5-recommend__itemsWrap {
  display: flex;
  gap: 24px;
  justify-content: center;
}


@media screen and (max-width:768px) {
  .c5-strong .c5-c-h2 {
    font-size: 18px;
  }
  .c5-flexItem__ttl h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .c5-flexWrap .c5-flexItem:first-of-type {
    max-width: 100%;
    margin-right: 0;
  }
  
  .c5-flexWrap .c5-flexItem:last-of-type {
    width: 100%;
  }
  .c5-flexItem img {
    margin-bottom: 24px;
  }
  .c5-flexItem img {
    max-width: 100%;
  }

  .c5-flexItem__ttl {
  margin-bottom: 24px;
  }
  .c5-c-h2 {
  padding-bottom: 15px;
  }
  .c5-strong__btn a{
    width: 80%;
    padding: 2.75%;
  }
  .c5-recommend__itemsWrap {
    flex-direction: column;
  }
  .c5-recommend__items:first-of-type {
    margin-bottom: 20px;
  }
  .c5-recommend__items {
    margin: 0 auto;
  }
}

