/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
.page-relatedLinks .page-header .bg img {
  object-position: center center;
}

.relatedLinks-section {
  position: relative;
  color: #333;
  font-size: 22px;
  line-height: 50px;
  letter-spacing: .094em;
}
.relatedLinks-section .container {
  max-width: 1680px;
}

.relatedLinks-a .bg-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background-image: url(../images/relatedLinks/relatedLinks-bg1.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.relatedLinks-a .bg-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 512px;
  height: 512px;
  background-image: url(../images/relatedLinks/relatedLinks-bg2.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.relatedLinks-a .container {
  padding-top: 58px;
  padding-bottom: 75px;
}
.relatedLinks-a .title {
  font-size: 60px;
  line-height: 89px;
  letter-spacing: .028em;
  color: #1048A4;
  margin-bottom: 62px;
  text-align: center;
}
.relatedLinks-a .container {
  max-width: 1720px;
}
.relatedLinks-a .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.relatedLinks-a .grid-left {
  width: calc(100% - 600px);
  padding-right: 50px;
  max-width: 942px;
}
.relatedLinks-a .grid-right {
  width: 600px;
  padding-top: 10px;
}
.relatedLinks-a .highlight {
  color: #1048A4;
  font-weight: 700;
}
.relatedLinks-a p + p {
  margin-top: 22px;
}
.relatedLinks-a .action {
  text-align: center;
  margin-top: 64px;
}
.relatedLinks-a .md-show {
  display: none;
}

.relatedLinks-b .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/relatedLinks/relatedLinks-b-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.relatedLinks-b .container {
  padding-top: 58px;
  padding-bottom: 75px;
}
.relatedLinks-b .title {
  text-align: center;
  font-size: 50px;
  line-height: 74px;
  letter-spacing: .028em;
  color: #1048A4;
  margin-bottom: 64px;
}
.relatedLinks-b .title span {
  display: inline-block;
}
.relatedLinks-b .box {
  background-color: rgba(255, 255, 255, 0.83);
  padding: 46px 60px 60px;
  max-width: 1390px;
  margin: 0 auto;
  min-height: 678px;
}
.relatedLinks-b .heading {
  font-size: 50px;
  line-height: 74px;
  letter-spacing: .028em;
  color: #1048A4;
  margin-bottom: 40px;
}
.relatedLinks-b .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.relatedLinks-b .grid-left {
  width: 291px;
}
.relatedLinks-b .grid-right {
  width: calc(100% - 291px);
  padding-left: 94px;
}
.relatedLinks-b .nav-pills {
  display: block;
  border: 1px solid #E6E6E6;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.relatedLinks-b .nav-item + .nav-item .nav-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
}
.relatedLinks-b .nav-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 33px;
  padding-right: 40px;
  text-align: left;
  font-size: 24px;
  line-height: 36px;
  border-radius: 0;
  background-color: #fff;
  border-left: 3px solid #0088FF;
  color: #333;
}
.relatedLinks-b .nav-link .icon-arrow {
  position: absolute;
  top: calc(50% - 20px / 2);
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../images/relatedLinks/relatedLinks-b-arrow.svg);
  opacity: 0;
}
@media (hover: hover) {
  .relatedLinks-b .nav-link:hover {
    background-color: #EFEFEF;
  }
  .relatedLinks-b .nav-link:hover .icon-arrow {
    opacity: 1;
  }
}
.relatedLinks-b .nav-link.active, .relatedLinks-b .nav-link:active {
  background-color: #1048A4;
  border-color: #1048A4;
  color: #fff;
}
.relatedLinks-b .nav-link.active:before, .relatedLinks-b .nav-link:active:before {
  display: none;
}
.relatedLinks-b .nav-link.active .icon-arrow, .relatedLinks-b .nav-link:active .icon-arrow {
  opacity: 1;
  background-image: url(../images/relatedLinks/relatedLinks-b-arrow-white.svg);
}
.relatedLinks-b .section-header {
  position: relative;
  border-left: 3px solid #0088FF;
  background-color: #fff;
  font-size: 20px;
  line-height: 29px;
  padding: 12px 35px;
  padding-right: 60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.relatedLinks-b .section-header[aria-expanded="true"] {
  background-color: #1048A4;
  color: #fff;
  border-color: #1048A4;
}
.relatedLinks-b .section-header[aria-expanded="true"] .icon-arrow {
  background-image: url(../images/relatedLinks/relatedLinks-b-arrow-white.svg);
}
.relatedLinks-b .section-header .icon-arrow {
  position: absolute;
  top: calc(50% - 16px / 2);
  right: 35px;
  width: 16px;
  height: 16px;
  background-image: url(../images/relatedLinks/relatedLinks-b-arrow.svg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.relatedLinks-b .section-header {
  display: none;
}
.relatedLinks-b .collapse:not(.show) {
  display: block;
}
.relatedLinks-b .list {
  list-style: disc;
  padding-left: 1.25em;
  margin-bottom: 10px;
}
.relatedLinks-b strong {
  font-weight: 500;
}
.relatedLinks-b .main-text {
  font-size: 40px;
  line-height: 59px;
  letter-spacing: .094em;
  font-weight: 300;
  margin-bottom: 10px;
}
.relatedLinks-b .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin: -25px;
}
.relatedLinks-b .image img {
  max-width: 304px;
  width: calc(50% - 25px * 2);
  display: block;
  margin: 25px;
}
.relatedLinks-b .b-4 {
  position: relative;
  overflow: hidden;
}
.relatedLinks-b .b-4 .image {
  width: 100%;
  height: 508px;
  position: relative;
  margin: 0 !important;
}
.relatedLinks-b .b-4 .image img {
  max-width: 100% !important;
  display: block;
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: 80% center;
}
.relatedLinks-b .b-4 .content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 48px 58px;
  width: 100%;
  z-index: 1;
  color: #fff;
  font-weight: 500;
  font-size: 40px;
  line-height: 59px;
}
.relatedLinks-b .action {
  text-align: center;
  margin-top: 75px;
}

.ja-JP .relatedLinks-section {
  letter-spacing: .028em;
}
.ja-JP .relatedLinks-section .btn-primary {
  letter-spacing: .028em;
  max-width: 211px;
}
.ja-JP .relatedLinks-b .box {
  padding: 50px 40px;
  max-width: 1680px;
  min-height: 488px;
}
.ja-JP .relatedLinks-b .grid-left {
  width: 477px;
}
.ja-JP .relatedLinks-b .grid-right {
  width: calc(100% - 477px);
  padding-left: 90px;
}
.ja-JP .relatedLinks-b .main-text {
  letter-spacing: .005em;
}
.ja-JP .relatedLinks-b .b-4 .content {
  line-height: 50px;
}

.en-US .relatedLinks-section {
  letter-spacing: .005em;
}
.en-US .relatedLinks-section .btn-primary {
  letter-spacing: .005em;
}
.en-US .relatedLinks-a .title {
  letter-spacing: .005em;
}
.en-US .relatedLinks-a .grid {
  margin-bottom: 45px;
}
.en-US .relatedLinks-b .container {
  max-width: 1760px;
}
.en-US .relatedLinks-b .title {
  letter-spacing: .005em;
}
.en-US .relatedLinks-b .box {
  max-width: 1680px;
  min-height: 584px;
}
.en-US .relatedLinks-b .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.en-US .relatedLinks-b .grid-left {
  width: 539px;
}
.en-US .relatedLinks-b .grid-right {
  width: calc(100% - 539px);
  padding-left: 90px;
}
.en-US .relatedLinks-b .heading {
  letter-spacing: .005em;
}
.en-US .relatedLinks-b .main-text {
  letter-spacing: .005em;
}
.en-US .relatedLinks-b .b-4 .content {
  line-height: 50px;
}

@media (max-width: 1680px) {
  .en-US .relatedLinks-b .grid {
    display: block;
  }
  .en-US .relatedLinks-b .grid-left {
    display: none;
  }
  .en-US .relatedLinks-b .grid-right {
    width: 100%;
    padding-left: 0;
  }
  .en-US .relatedLinks-b .heading {
    font-size: 40px;
    line-height: 59px;
    text-align: center;
  }
  .en-US .relatedLinks-b .grid {
    display: block;
  }
  .en-US .relatedLinks-b .grid-left {
    display: none;
  }
  .en-US .relatedLinks-b .grid-right {
    width: 100%;
    padding-left: 0;
  }
  .en-US .relatedLinks-b .tab-content > .tab-pane {
    display: block;
  }
  .en-US .relatedLinks-b .tab-content > .tab-pane + .tab-pane {
    margin-top: 20px;
  }
  .en-US .relatedLinks-b .section-header {
    display: block;
    font-size: 24px;
    line-height: 36px;
    padding: 14px 30px;
    padding-right: 60px;
  }
  .en-US .relatedLinks-b .collapse:not(.show) {
    display: none;
  }
  .en-US .relatedLinks-b .fade:not(.show) {
    opacity: 1;
  }
  .en-US .relatedLinks-b .list {
    margin-bottom: 20px;
  }
  .en-US .relatedLinks-b .image {
    margin: -14px;
  }
  .en-US .relatedLinks-b .image img {
    max-width: 304px;
    width: calc(50% - 14px * 2);
    margin: 14px;
  }
  .en-US .relatedLinks-b .section-content {
    padding: 28px 35px 40px;
    background-color: #fff;
  }
}
@media (max-width: 1720px) and (min-width: 1201px) {
  .ja-JP .relatedLinks-b .title {
    font-size: 50px;
    line-height: 70px;
    margin: 0 0 36px;
  }
  .ja-JP .relatedLinks-b .title span {
    display: block;
    margin: 0;
  }
  .ja-JP .relatedLinks-b .heading {
    font-size: 40px;
    line-height: 59px;
    text-align: center;
  }
  .ja-JP .relatedLinks-b .box {
    padding: 60px 35px 50px;
    min-height: initial;
    max-width: 1120px;
  }
  .ja-JP .relatedLinks-b .grid {
    display: block;
  }
  .ja-JP .relatedLinks-b .grid-left {
    display: none;
  }
  .ja-JP .relatedLinks-b .grid-right {
    width: 100%;
    padding-left: 0;
  }
  .ja-JP .relatedLinks-b .tab-content > .tab-pane {
    display: block;
  }
  .ja-JP .relatedLinks-b .tab-content > .tab-pane + .tab-pane {
    margin-top: 25px;
  }
  .ja-JP .relatedLinks-b .section-header {
    display: block;
    font-size: 24px;
    line-height: 36px;
    padding: 14px 35px;
    padding-right: 60px;
  }
  .ja-JP .relatedLinks-b .collapse:not(.show) {
    display: none;
  }
  .ja-JP .relatedLinks-b .fade:not(.show) {
    opacity: 1;
  }
  .ja-JP .relatedLinks-b .section-content {
    padding: 44px 50px 50px;
    background-color: #fff;
  }
  .ja-JP .relatedLinks-b .b-4 .content {
    padding: 30px 40px;
    font-size: 35px;
    line-height: 52px;
  }
}
@media (max-width: 1200px) {
  .relatedLinks-section {
    font-size: 20px;
    line-height: 50px;
  }

  .relatedLinks-a .bg-1 {
    width: 75px;
    height: 75px;
  }
  .relatedLinks-a .bg-2 {
    width: 272px;
    height: 272px;
  }
  .relatedLinks-a .container {
    padding-top: 46px;
    padding-bottom: 60px;
    max-width: 1090px;
  }
  .relatedLinks-a .title {
    font-size: 50px;
    line-height: 74px;
    margin-bottom: 50px;
  }
  .relatedLinks-a .grid-left {
    width: calc(100% - 385px);
    padding-right: 65px;
  }
  .relatedLinks-a .grid-right {
    width: 385px;
  }
  .relatedLinks-a p + p {
    margin-top: 20px;
  }
  .relatedLinks-a .action {
    margin-top: 50px;
  }
  .relatedLinks-a .md-hide {
    display: none;
  }
  .relatedLinks-a .md-show {
    display: block;
    margin-top: 20px;
  }

  .relatedLinks-b {
    line-height: 40px;
  }
  .relatedLinks-b .container {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .relatedLinks-b .title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 32px;
  }
  .relatedLinks-b .box {
    padding: 60px 45px;
    max-width: 1050px;
    min-height: 410px;
  }
  .relatedLinks-b .heading {
    font-size: 40px;
    line-height: 59px;
  }
  .relatedLinks-b .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .relatedLinks-b .grid-left {
    width: 264px;
  }
  .relatedLinks-b .grid-right {
    width: calc(100% - 264px);
    padding-left: 48px;
  }
  .relatedLinks-b .nav-link {
    padding: 14px 30px;
    padding-right: 40px;
    font-size: 22px;
    line-height: 32px;
  }
  .relatedLinks-b .nav-link .icon-arrow {
    top: calc(50% - 16px / 2);
    width: 16px;
    height: 16px;
  }
  .relatedLinks-b .main-text {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 5px;
  }
  .relatedLinks-b .list {
    margin-bottom: 24px;
  }
  .relatedLinks-b .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin: -24px;
  }
  .relatedLinks-b .image img {
    max-width: 288px;
    margin: 24px;
  }
  .relatedLinks-b .b-4 .image {
    height: 443px;
  }
  .relatedLinks-b .b-4 .content {
    font-size: 35px;
    line-height: 52px;
  }

  .ja-JP .relatedLinks-section .btn-primary {
    max-width: 191px;
  }
  .ja-JP .relatedLinks-b .title {
    font-size: 50px;
    line-height: 70px;
    margin: 0 0 36px;
  }
  .ja-JP .relatedLinks-b .heading {
    font-size: 40px;
    line-height: 59px;
    text-align: center;
  }
  .ja-JP .relatedLinks-b .box {
    padding: 60px 35px 50px;
    min-height: initial;
  }
  .ja-JP .relatedLinks-b .grid {
    display: block;
  }
  .ja-JP .relatedLinks-b .grid-left {
    display: none;
  }
  .ja-JP .relatedLinks-b .grid-right {
    width: 100%;
    padding-left: 0;
  }
  .ja-JP .relatedLinks-b .tab-content > .tab-pane {
    display: block;
  }
  .ja-JP .relatedLinks-b .tab-content > .tab-pane + .tab-pane {
    margin-top: 25px;
  }
  .ja-JP .relatedLinks-b .section-header {
    display: block;
    font-size: 24px;
    line-height: 36px;
    padding: 14px 35px;
    padding-right: 60px;
  }
  .ja-JP .relatedLinks-b .collapse:not(.show) {
    display: none;
  }
  .ja-JP .relatedLinks-b .fade:not(.show) {
    opacity: 1;
  }
  .ja-JP .relatedLinks-b .section-content {
    padding: 44px 50px 50px;
    background-color: #fff;
  }
  .ja-JP .relatedLinks-b .b-4 .content {
    padding: 30px 40px;
    font-size: 35px;
    line-height: 52px;
  }

  .en-US .relatedLinks-a .grid {
    margin-bottom: 0;
  }
  .en-US .relatedLinks-b .container {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .en-US .relatedLinks-b .title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 32px;
  }
  .en-US .relatedLinks-b .box {
    padding: 60px 35px;
    max-width: 1050px;
    min-height: inherit;
  }
  .en-US .relatedLinks-b .grid {
    display: block;
  }
  .en-US .relatedLinks-b .grid-left {
    display: none;
  }
  .en-US .relatedLinks-b .grid-right {
    width: 100%;
    padding-left: 0;
  }
  .en-US .relatedLinks-b .nav-link {
    padding: 14px 30px;
    padding-right: 40px;
    font-size: 22px;
    line-height: 32px;
  }
  .en-US .relatedLinks-b .nav-link .icon-arrow {
    top: calc(50% - 16px / 2);
    width: 16px;
    height: 16px;
  }
  .en-US .relatedLinks-b .list {
    margin-bottom: 24px;
  }
  .en-US .relatedLinks-b .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin: -14px;
  }
  .en-US .relatedLinks-b .image img {
    max-width: 304px;
    width: calc(100% / 2 - 14px * 2);
    margin: 14px;
  }
}
@media (max-width: 940px) {
  .relatedLinks-section {
    font-size: 17px;
    line-height: 35px;
  }

  .relatedLinks-a .bg-1 {
    width: 75px;
    height: 75px;
  }
  .relatedLinks-a .bg-2 {
    width: 258px;
    height: 258px;
  }
  .relatedLinks-a .container {
    padding-top: 29px;
    padding-bottom: 40px;
  }
  .relatedLinks-a .title {
    font-size: 40px;
    line-height: 59px;
    margin-bottom: 32px;
  }
  .relatedLinks-a .grid {
    display: block;
    max-width: 558px;
    margin: 0 auto;
  }
  .relatedLinks-a .grid-left {
    width: 100%;
    padding-right: 0;
  }
  .relatedLinks-a .grid-right {
    width: 100%;
    padding: 0;
    margin-top: 32px;
  }
  .relatedLinks-a p + p {
    margin-top: 17px;
  }
  .relatedLinks-a .action {
    margin-top: 40px;
  }
  .relatedLinks-a .md-hide {
    display: block;
  }
  .relatedLinks-a .md-show {
    display: none;
    margin-top: 0;
  }

  .relatedLinks-b .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .relatedLinks-b .title {
    font-size: 35px;
    line-height: 52px;
    margin-bottom: 15px;
  }
  .relatedLinks-b .box {
    padding: 30px 35px;
    max-width: 700px;
    min-height: inherit;
  }
  .relatedLinks-b .heading {
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 24px;
  }
  .relatedLinks-b .grid {
    display: block;
  }
  .relatedLinks-b .grid-left {
    display: none;
  }
  .relatedLinks-b .grid-right {
    width: 100%;
    padding-left: 0;
  }
  .relatedLinks-b .tab-content > .tab-pane {
    display: block;
  }
  .relatedLinks-b .tab-content > .tab-pane + .tab-pane {
    margin-top: 20px;
  }
  .relatedLinks-b .section-header {
    display: block;
  }
  .relatedLinks-b .collapse:not(.show) {
    display: none;
  }
  .relatedLinks-b .fade:not(.show) {
    opacity: 1;
  }
  .relatedLinks-b .main-text {
    font-size: 30px;
    line-height: 45px;
  }
  .relatedLinks-b .list {
    margin-bottom: 20px;
  }
  .relatedLinks-b .image {
    margin: -14px;
  }
  .relatedLinks-b .image img {
    max-width: 265px;
    width: calc(50% - 14px * 2);
    margin: 14px;
  }
  .relatedLinks-b .section-content {
    padding: 30px 35px;
    background-color: #fff;
  }
  .relatedLinks-b .b-4 .image {
    height: 368px;
  }
  .relatedLinks-b .b-4 .content {
    padding: 32px 16px;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
  }
  .relatedLinks-b .action {
    margin-top: 30px;
  }
  .relatedLinks-b .lg-view {
    display: none;
  }
  .relatedLinks-b .sm-view {
    display: block;
  }

  .ja-JP .relatedLinks-b .title {
    font-size: 35px;
    line-height: 52px;
    margin: 0 0 14px;
  }
  .ja-JP .relatedLinks-b .heading {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 24px;
  }
  .ja-JP .relatedLinks-b .box {
    padding: 40px 35px;
  }
  .ja-JP .relatedLinks-b .tab-content > .tab-pane + .tab-pane {
    margin-top: 20px;
  }
  .ja-JP .relatedLinks-b .section-header {
    display: block;
    font-size: 20px;
    line-height: 29px;
    padding: 13px 35px;
    padding-right: 60px;
  }
  .ja-JP .relatedLinks-b .section-content {
    padding: 22px 35px 30px;
  }
  .ja-JP .relatedLinks-b .b-4 .content {
    padding: 16px 25px;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
  }

  .en-US .relatedLinks-a .lg-view {
    display: none;
  }
  .en-US .relatedLinks-a .sm-view {
    display: inline-block;
  }
  .en-US .relatedLinks-b .container {
    padding-top: 29px;
    padding-bottom: 40px;
  }
  .en-US .relatedLinks-b .title {
    font-size: 35px;
    line-height: 52px;
    margin-bottom: 35px;
  }
  .en-US .relatedLinks-b .section-header {
    font-size: 20px;
    line-height: 29px;
    padding: 13px 35px;
    padding-right: 60px;
  }
  .en-US .relatedLinks-b .section-content {
    padding: 28px 35px 30px;
  }
  .en-US .relatedLinks-b .heading {
    font-size: 35px;
    line-height: 52px;
    margin-bottom: 24px;
  }
  .en-US .relatedLinks-b .box {
    padding: 30px 35px;
  }
  .en-US .relatedLinks-b .b-4 .content {
    padding: 24px 25px;
    text-align: left;
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 640px) {
  .page-relatedLinks .page-header .bg img {
    object-position: 60% center;
  }

  .relatedLinks-section {
    font-size: 16px;
    line-height: 25px;
  }
  .relatedLinks-section .container {
    padding: 0 10px;
  }

  .relatedLinks-a .bg-1 {
    width: 42px;
    height: 42px;
  }
  .relatedLinks-a .bg-2 {
    width: 147px;
    height: 147px;
  }
  .relatedLinks-a .container {
    padding-top: 18px;
    padding-bottom: 25px;
  }
  .relatedLinks-a .title {
    font-size: 28px;
    line-height: 41px;
    margin-bottom: 19px;
  }
  .relatedLinks-a .grid {
    max-width: 275px;
    margin: 0 auto;
  }
  .relatedLinks-a .grid-right {
    margin-top: 12px;
  }
  .relatedLinks-a p + p {
    margin-top: 20px;
  }
  .relatedLinks-a .action {
    margin-top: 20px;
  }

  .relatedLinks-b .container {
    padding-top: 18px;
    padding-bottom: 25px;
  }
  .relatedLinks-b .title {
    font-size: 28px;
    line-height: 41px;
    margin-bottom: 20px;
  }
  .relatedLinks-b .title span {
    display: block;
  }
  .relatedLinks-b .box {
    padding: 25px 14px;
    max-width: 360px;
  }
  .relatedLinks-b .heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .relatedLinks-b .main-text {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 4px;
  }
  .relatedLinks-b .list {
    line-height: 25px;
    margin-bottom: 10px;
  }
  .relatedLinks-b .image {
    margin: -14px;
  }
  .relatedLinks-b .image img {
    max-width: 100%;
    width: 100%;
    margin: 14px;
  }
  .relatedLinks-b .image img + img {
    display: none;
  }
  .relatedLinks-b .section-header {
    font-size: 18px;
    line-height: 27px;
    padding: 4px 25px;
    padding-right: 50px;
  }
  .relatedLinks-b .section-header .icon-arrow {
    top: calc(50% - 12px / 2);
    right: 14px;
    width: 12px;
    height: 12px;
  }
  .relatedLinks-b .section-content {
    padding: 15px 25px;
  }
  .relatedLinks-b .b-4 .image {
    height: 390px;
  }
  .relatedLinks-b .b-4 .content {
    padding: 26px 0;
    font-size: 20px;
    line-height: 29px;
  }
  .relatedLinks-b .action {
    margin-top: 20px;
  }
  .relatedLinks-b .lg-view {
    display: none;
  }
  .relatedLinks-b .sm-view {
    display: block;
  }

  .ja-JP .relatedLinks-section .btn-primary {
    max-width: 147px;
    letter-spacing: .005em;
  }
  .ja-JP .relatedLinks-b .title {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 14px;
  }
  .ja-JP .relatedLinks-b .heading {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .ja-JP .relatedLinks-b .box {
    padding: 25px 14px;
    max-width: 360px;
  }
  .ja-JP .relatedLinks-b .tab-content > .tab-pane + .tab-pane {
    margin-top: 20px;
  }
  .ja-JP .relatedLinks-b #pills-b-3 .section-header span {
    max-width: 200px;
    display: inline-block;
  }
  .ja-JP .relatedLinks-b .section-header {
    font-size: 17px;
    line-height: 25px;
    padding: 5px 25px;
    padding-right: 40px;
  }
  .ja-JP .relatedLinks-b .section-content {
    padding: 20px 24px;
  }
  .ja-JP .relatedLinks-b .b-4 .content {
    padding: 15px 0;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }

  .en-US .relatedLinks-a .grid {
    margin-bottom: 0;
  }
  .en-US .relatedLinks-b .container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .en-US .relatedLinks-b .title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .en-US .relatedLinks-b .title span {
    display: inline-block;
  }
  .en-US .relatedLinks-b .heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .en-US .relatedLinks-b .box {
    padding: 25px 14px;
    max-width: 360px;
  }
  .en-US .relatedLinks-b .list {
    line-height: 25px;
    margin-bottom: 10px;
  }
  .en-US .relatedLinks-b .image {
    margin: -14px;
  }
  .en-US .relatedLinks-b .image img {
    max-width: 100%;
    width: 100%;
    margin: 14px;
  }
  .en-US .relatedLinks-b .section-header {
    font-size: 17px;
    line-height: 25px;
    padding: 5px 25px 5px 20px;
    padding-right: 36px;
  }
  .en-US .relatedLinks-b .section-header .icon-arrow {
    top: calc(50% - 12px / 2);
    right: 14px;
    width: 12px;
    height: 12px;
  }
  .en-US .relatedLinks-b .section-content {
    padding: 20px 25px 16px;
  }
  .en-US .relatedLinks-b .b-4 .content {
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
  }
}
