.cf-custom-content-03 {
  padding-top: 20px;
}

.cf-custom-content-03 img {
  max-width: 100%;
}

.cf-custom-content-03 .kv {
  max-width: 900px;
  margin: auto;
}

.cf-custom-content-03 .kv .lead {
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 60px;
}

.cf-custom-content-03 .kv .lead p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .cf-custom-content-03 .kv > span {
    overflow: hidden;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cf-custom-content-03 .kv > span img {
    width: 140%;
    max-width: 10000%;
  }
  .cf-custom-content-03 .kv .lead {
    padding: 5vw 3vw;
    margin-bottom: 10vw;
  }
  .cf-custom-content-03 .kv .lead p {
    font-size: 3vw;
  }
}

.cf-custom-content-03 .bos-link {
  display: block;
  background: url(https://s3-ap-northeast-1.amazonaws.com/cfn-prod-s3-backend/static-content/ja/contents/us_position/images/btn-arrow.svg) right 30px center no-repeat #0046ff;
  font-size: 15pt;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 1em;
  border-radius: 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.cf-custom-content-03 .bos-link:hover {
  background-color: #042fae;
}

.cf-custom-content-03 .bos-link.bos-link-red {
  background-color: #de1d00;
}

.cf-custom-content-03 .bos-link.bos-link-red span {
  text-align: left;
  display: inline-block;
  font-size: 17px;
}

.cf-custom-content-03 .bos-link.bos-link-red:hover {
  background-color: #bc1d00;
}

@media screen and (max-width: 640px) {
  .cf-custom-content-03 .bos-link {
    font-size: 4vw;
    background-size: 8vw;
    background-position: right 3vw center;
    background-size: 7vw;
    padding-right: 8vw;
    padding-left: 8vw;
  }
}

.cf-custom-content-03 .feature4 {
  width: 660px;
  margin: auto;
}

.cf-custom-content-03 .feature4 > .bos-link {
  margin-bottom: 60px;
}

.cf-custom-content-03 .feature4 h3 {
  font-size: 36px;
  text-align: center;
  background: url(https://s3-ap-northeast-1.amazonaws.com/cfn-prod-s3-backend/static-content/ja/contents/us_position/images/h3-bg.png) center center/100% 100% no-repeat;
  padding: 1em 0;
}

.cf-custom-content-03 .feature4 h3 strong {
  color: #cc0000;
}

.cf-custom-content-03 .feature4 article {
  margin-bottom: 70px;
}

.cf-custom-content-03 .feature4 article h4 {
  font-size: 23px;
  color: #0041bc;
  background: url(https://s3-ap-northeast-1.amazonaws.com/cfn-prod-s3-backend/static-content/ja/contents/us_position/images/pointer.svg) left top 0.4em/1em no-repeat;
  padding-left: 1.2em;
  padding: 0.1em 0 0.2em 1.2em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.cf-custom-content-03 .feature4 article p {
  margin-bottom: 0;
}

.cf-custom-content-03 .feature4 .link {
  margin-bottom: 60px;
}

.cf-custom-content-03 .feature4 .link p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}

.cf-custom-content-03 .feature4 .link a {
  height: 80px;
  padding: 5px;
  background: url(https://s3-ap-northeast-1.amazonaws.com/cfn-prod-s3-backend/static-content/ja/contents/us_position/images/link-bg.jpg) center center/cover no-repeat;
  display: block;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.cf-custom-content-03 .feature4 .link a:hover {
  opacity: 0.7;
}

.cf-custom-content-03 .feature4 .link a span {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: solid 1px #ccc;
  color: #ffffff;
  font-size: 27px;
  font-weight: bold;
  background: url(https://s3-ap-northeast-1.amazonaws.com/cfn-prod-s3-backend/static-content/ja/contents/us_position/images/btn-arrow.svg) right 30px center no-repeat;
}

.cf-custom-content-03 .feature4 .bottom-links {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cf-custom-content-03 .feature4 .bottom-links a {
  width: 48.5%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em 0;
}

.cf-custom-content-03 .feature4 .bottom-links a > span {
  margin-right: 2.5em;
  line-height: 1.5em;
}

@media screen and (max-width: 640px) {
  .cf-custom-content-03 .feature4 {
    width: 100%;
  }
  .cf-custom-content-03 .feature4 > .bos-link {
    margin-bottom: 10vw;
  }
  .cf-custom-content-03 .feature4 h3 {
    font-size: 6vw;
  }
  .cf-custom-content-03 .feature4 article {
    margin-bottom: 8vw;
  }
  .cf-custom-content-03 .feature4 article h4 {
    font-size: 5vw;
  }
  .cf-custom-content-03 .feature4 article h4 br {
    display: none;
  }
  .cf-custom-content-03 .feature4 article p {
    font-size: 3.5vw;
  }
  .cf-custom-content-03 .feature4 .link {
    margin-bottom: 10vw;
  }
  .cf-custom-content-03 .feature4 .link p {
    font-size: 3.5vw;
    text-align: left;
  }
  .cf-custom-content-03 .feature4 .link p br {
    display: none;
  }
  .cf-custom-content-03 .feature4 .link a {
    height: 25vw;
    padding: 1.5vw;
  }
  .cf-custom-content-03 .feature4 .link a span {
    font-size: 5vw;
    background-size: 1.4em;
    background-position: right 3vw center;
  }
  .cf-custom-content-03 .feature4 .bottom-links {
    display: block;
    margin-bottom: 10vw;
  }
  .cf-custom-content-03 .feature4 .bottom-links a {
    width: 100%;
    height: 20vw;
  }
  .cf-custom-content-03 .feature4 .bottom-links a > span {
    font-size: 4.5vw;
  }
}
