@charset "utf-8";
/* CSS Document */

html {
  font-size: 100%;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.l-body.container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.c-article_content a {
  font-weight: 600;
}

#cross-border-ec .container,
#cross-border-ec .container-fluid,
#cross-border-ec .container-sm,
#cross-border-ec .container-md,
#cross-border-ec .container-lg,
#cross-border-ec .container-xl,
#cross-border-ec .container-xxl,
#cross-border-ec .container-sm,
#cross-border-ec .container-md,
#cross-border-ec .container-lg,
#cross-border-ec .container-xl,
#cross-border-ec .container-xxl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  #cross-border-ec .container,
  #cross-border-ec .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #cross-border-ec .container,
  #cross-border-ec .container-sm,
  #cross-border-ec .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #cross-border-ec .container,
  #cross-border-ec .container-sm,
  #cross-border-ec .container-md,
  #cross-border-ec .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #cross-border-ec .container,
  #cross-border-ec .container-sm,
  #cross-border-ec .container-md,
  #cross-border-ec .container-lg,
  #cross-border-ec .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  #cross-border-ec .container,
  #cross-border-ec .container-sm,
  #cross-border-ec .container-md,
  #cross-border-ec .container-lg,
  #cross-border-ec .container-xl,
  #cross-border-ec .container-xxl {
    max-width: 1320px;
  }
}
#cross-border-ec .title {
  background: #ffa65a;
}
#cross-border-ec .title .container {
  background: url(/static/images/freepage/191/images/back.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991.98px) {
  #cross-border-ec .title .container {
    padding: 3rem 1rem;
    background-size: 30%;
  }
}
@media (max-width: 991.98px) {
  #cross-border-ec .title img {
    width: 60%;
  }
}
#cross-border-ec h1,
#cross-border-ec .h1 {
  padding: 0;
  margin: 0;
}
#cross-border-ec a {
  color: #007f68;
}
#cross-border-ec a:hover {
  color: #00604f;
}
@media (max-width: 767.98px) {
  #cross-border-ec .container {
    width: auto;
    max-width: 100%;
  }
}
#cross-border-ec a img {
  transition-duration: 0.5s;
}
#cross-border-ec a:hover img {
  transition-duration: 0.5s;
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  #cross-border-ec .container {
    width: 100%;
    max-width: 100%;
  }
}
#cross-border-ec .lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  #cross-border-ec .lead {
    font-size: 1.6rem;
  }
}
#cross-border-ec .back {
  background: #f4f4f4;
  padding: 3rem 0 2rem;
}
#cross-border-ec section {
  padding: 3rem 0;
}
@media (max-width: 991.98px) {
  #cross-border-ec section {
    padding: 1.5rem 0 0;
  }
}
#cross-border-ec h2,
#cross-border-ec .h2 {
  background: #ffa65a;
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1;
  color: #000;
  padding: 1.8rem 0;
}
@media (max-width: 767.98px) {
  #cross-border-ec h2,
  #cross-border-ec .h2 {
    font-size: 2.2rem;
    padding: 1.2rem 0;
  }
}
#cross-border-ec h3,
#cross-border-ec .h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1.8rem;
}
@media (max-width: 767.98px) {
  #cross-border-ec h3,
  #cross-border-ec .h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
#cross-border-ec p {
  line-height: 1.6;
}
#cross-border-ec p.truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#cross-border-ec #social ul {
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  #cross-border-ec #social ul {
    margin-top: 1rem;
  }
}
