@charset "UTF-8";
/* CSS Document */
/*=====================================================================================================
全体
=====================================================================================================*/
html, body {
  padding: 0;
  margin: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}

.License {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 
    font-family: "HondaGlobalFontJP-Regular", sans-serif;
    font-weight: normal;
    font-feature-settings: "palt";
 
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #333;
}
.License b,
.License strong{
font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.License h1, .License h2, .License h3, .License h4, .License h5, .License h6, .License p, .License ul, .License ol, .License li {
  padding: 0;
  margin: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  font-weight: 400;
  outline: none;
}
.License div, .License a, .License b, .License i, .License em, .License span, .License strong {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  font-style: normal;
}
.License ul, .License li {
  list-style: none;
}
.License em, .License i {
  font-style: normal;
}
.License img {
  max-width: 100%;
  height: auto;
  outline: none;
}
.License a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-decoration: none;
}
.License a:hover {
  opacity: 0.8;
}
.License .outView {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}
.License .inView {
  opacity: 1;
}

.License-Container {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.License-Flex-Center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.License-Flex-Justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*=======================
#TOP
=========================*/
.License-Top-Main {
  margin-bottom: 0px;
  line-height: 0;
  border-bottom: 2px solid #c00;
  text-align: center;
  position: relative;
}
.License-Top-Main .License-Top-Main-TTL {
  position: absolute;
  left: -24px;
  top: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.License-Top-Main .License-Top-Main-TTL.inView {
  opacity: 1;
  left: 0;
}

.License-Top-News {
  display: none;
}

.License-Top-Body {
  background: #f1f1f1;
  padding: 80px 0 40px;
}
.License-Top-Body .License-Container {
  background: #fff;
  padding: 0 80px 40px;
}
.License-Top-Body h1 {
  background: #c00;
  color: #fff;
  position: relative;
  top: -40px;
  padding: 24px 0;
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.License-Top-Body h1 strong {
  position: relative;
  z-index: 1;
}
.License-Top-Body h1::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #c00;
  border-bottom: 24px solid #fff;
  border-left: 24px solid transparent;
}
.License-Top-Body h1::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: -75vw;
  top: 0;
  background: #c00 linear-gradient(100deg, #ff4444 0%, #ff4444 60%, #cc0000 100%);
  z-index: 0;
}
.License-Top-Body h1.outView {
  left: -100px;
}
.License-Top-Body h1.inView {
  left: 0;
}
.License-Top-Body h2 {
  margin-bottom: 40px;
}
.License-Top-Body h3 {
  position: relative;
  font-weight: 600;
  margin-bottom: 24px;
 font-family: "HondaGlobalFontJP-Bold", sans-serif;
}
.License-Top-Body h3::before {
  content: "●";
  color: #c00;
}
.License-Top-Body h3::after {
  content: "";
  width: 100vw;
  position: absolute;
  left: -99.5vw;
  top: 0.85em;
  border-bottom: 1px solid #c00;
}
.License-Top-Body ul {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.License-Top-Body ul li {
  text-align: center;
  padding: 0 40px;
  display: block;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  position: relative;
}
.License-Top-Body ul li.inView:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.License-Top-Body ul li.inView:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.License-Top-Body ul li.inView:nth-child(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.License-Top-Body ul li.inView:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.License-Top-Body ul li em {
  display: block;
  font-size: 0.9rem;
}
.License-Top-Body ol {
  width: 640px;
  margin: 0 auto 16px;
  max-width: 100%;
  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;
}
.License-Top-Body ol li {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  position: relative;
}
.License-Top-Body ol li.inView:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
}
.License-Top-Body ol li.inView:nth-child(2) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
}
.License-Top-Body ol li.inView:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
}
.License-Top-Body ol li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
}
.License-Top-Body ol li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
}
.License-Top-Body ol li:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
}
.License-Top-Body p {
  margin-bottom: 16px;
  text-align: center;
  position: relative;
}

.License-Top-Link {
  padding: 120px 0;
  overflow: hidden;
}
.License-Top-Link .License-Top-Link-Box {
  width: 800px;
  margin: 0 auto 40px;
  position: relative;
  -webkit-box-shadow: 0 2px 8px #ddd;
          box-shadow: 0 2px 8px #ddd;
  line-height: 0;
}
.License-Top-Link .License-Top-Link-Box img {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.License-Top-Link .License-Top-Link-Box a {
  position: relative;
  display: block;
  color: #111;
  z-index: 2;
  background-color: #fff;
  overflow: hidden;
}
.License-Top-Link .License-Top-Link-Box p {
  position: absolute;
  left: 0;
  top: 0;
  padding: 24px;
  line-height: 1.8;
}
.License-Top-Link .License-Top-Link-Box b {
  color: #c00;
  display: block;
  font-family: "Hiragino Sans Old W8 JIS2004", "Clarimo UD PE DemiBold";
 font-family: "HondaGlobalFontJP-Bold", sans-serif;
  letter-spacing: 0;
  text-shadow: 0 0 8px #fff;
}
.License-Top-Link .License-Top-Link-Box strong {
  display: block;
  font-size: 2rem;
  margin-bottom: 16px;
  font-family: "Shin Go Bold";
 font-family: "HondaGlobalFontJP-Bold", sans-serif;
}
.License-Top-Link .License-Top-Link-Box span {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
 font-family: "HondaGlobalFontJP-Bold", sans-serif;
}
.License-Top-Link .License-Top-Link-Box i {
  position: absolute;
  right: 24px;
  top: 50%;
  width: 60px;
  margin-top: -30px;
  -webkit-animation: efx3 1s linear 0s infinite;
          animation: efx3 1s linear 0s infinite;
}
.License-Top-Link .License-Top-Link-Box a:hover {
  opacity: 1;
}
.License-Top-Link .License-Top-Link-Box a:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.License-Top-Link .License-Top-Link-Box a:hover i img {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.License-Top-Link .License-Top-Link-Brands strong {
  color: #000;
  text-shadow: 0 0 8px #fff;
}
.License-Top-Link .License-Top-Link-Brands span {
  color: #000;
  text-shadow: 0 0 8px #fff;
}
.License-Top-Link .License-Top-Link-Brands a:hover i {
  background: url("../images/btn-c-right2.png") no-repeat 0 0;
  background-size: contain;
}
.License-Top-Link .License-Top-Link-Brands::after {
  content: "";
  display: block;
  position: absolute;
  right: -320px;
  top: 0px;
  width: 320px;
  height: 320px;
  background: #c00 linear-gradient(120deg, #ff4444 0%, #cc0000 80%);
  z-index: 0;
  border-radius: 50%;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}
.License-Top-Link .License-Top-Link-Brands.outView::after {
  right: -320px;
  top: 0;
}
.License-Top-Link .License-Top-Link-Brands.inView::after {
  right: -120px;
  top: -64px;
}
.License-Top-Link .License-Top-Link-Technology strong {
  color: #fff;
  text-shadow: 0 0 8px #000;
}
.License-Top-Link .License-Top-Link-Technology span {
  color: #fff;
  text-shadow: 0 0 8px #000;
}
.License-Top-Link .License-Top-Link-Technology a {
  background: #143d6f;
}
.License-Top-Link .License-Top-Link-Technology a:hover i {
  background: url("../images/btn-r-right-w.png") no-repeat 0 0;
  background-size: contain;
}
.License-Top-Link .License-Top-Link-Technology::after {
  content: "";
  display: block;
  position: absolute;
  left: -320px;
  top: 32px;
  width: 320px;
  height: 320px;
  background: #c00 linear-gradient(120deg, #ff4444 0%, #cc0000 50%);
  z-index: 0;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
}
.License-Top-Link .License-Top-Link-Technology.outView::after {
  left: -240px;
  top: 32px;
}
.License-Top-Link .License-Top-Link-Technology.inView::after {
  left: -120px;
  top: -16px;
  opacity: 1;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes efx3xxx {
  0% {
    width: 60px;
    margin-left: 0px;
    margin-top: -30px;
  }
  50% {
    width: 64px;
    margin-left: 2px;
    margin-top: -32px;
  }
  100% {
    width: 60px;
    margin-left: 0px;
    margin-top: -30px;
  }
}
@keyframes efx3xxx {
  0% {
    width: 60px;
    margin-left: 0px;
    margin-top: -30px;
  }
  50% {
    width: 64px;
    margin-left: 2px;
    margin-top: -32px;
  }
  100% {
    width: 60px;
    margin-left: 0px;
    margin-top: -30px;
  }
}
/*=======================
#Page - Commmon
=========================*/
.License-Story-Back {
  padding: 80px 0;
}
.License-Story-Back a {
  display: inline-block;
  background: url("../images/bg-technology-stroty-back.png") no-repeat left bottom;
  background-size: contain;
  color: #111;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0 8px 8px 27px;
}
.License-Story-Back a:hover {
  color: #888;
  margin-left: -8px;
}

.License-Page-Main {
  position: relative;
}
.License-Page-Main::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.License-Page-Main::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  opacity: 0.5;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.License-Page-Main h1 {
  position: relative;
  z-index: 3;
  width: 980px;
  margin: auto;
  padding: 40px 0;
}
.License-Page-Main h1 span {
  display: block;
  font-family: "Hiragino Sans Old W8 JIS2004", "Clarimo UD PE DemiBold";
 font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
}
.License-Page-Main h1 span a {
  color: #222;
}
.License-Page-Main h1 span a:hover {
  color: #c00;
}
.License-Page-Main h1 b {
  color: #c00;
  display: block;
  font-family: "Hiragino Sans Old W8 JIS2004", "Clarimo UD PE DemiBold";
 font-family: "HondaGlobalFontJP-Bold", sans-serif;
  letter-spacing: 0;
  text-shadow: 0 0 5px #fff;
}
.License-Page-Main h1 b a {
  color: #c00;
}
.License-Page-Main h1 b a:hover {
  color: #f33;
}
.License-Page-Main h1 strong {
  display: block;
  font-size: 2rem;
  text-shadow: 0 1px 8px #fff;
  font-family: "Shin Go Bold";
 font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

xx.License-Page-Main-Thanks {
  text-align: center;
}

.License-Page-navi {
  background: #c00 -webkit-gradient(linear, right top, left top, from(#ff4444), color-stop(50%, #ff4444), to(#cc0000));
  background: #c00 linear-gradient(-90deg, #ff4444 0%, #ff4444 50%, #cc0000 100%);
}
.License-Page-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.License-Page-navi li {
  padding: 16px 0 16px 16px;
  font-size: 0.9rem;
}
.License-Page-navi li a {
  text-decoration: none;
  color: #fff;
}
.License-Page-navi li a:hover {
  color: #ddd;
}
.License-Page-navi li::after {
  content: "|";
  padding: 0 0 0 16px;
}
.License-Page-navi li:last-child::after {
  display: none;
}

.License-Fixed .License-Page-navi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.License-Page-Body {
  padding: 40px 0;
}
.License-Page-Body .License-Container {
  background: #fff;
  padding: 40px 80px 40px;
}
.License-Page-Body h2 {
  position: relative;
  font-weight: 600;
 font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 24px;
}
.License-Page-Body h2::before {
  content: "●";
  color: #c00;
}
.License-Page-Body h2::after {
  content: "";
  width: 100vw;
  position: absolute;
  left: -99.5vw;
  top: 0.85em;
  border-bottom: 1px solid #c00;
}
.License-Page-Body h3 {
  font-size: 1rem;
  margin-bottom: 40px;
}

.License-Container-About ul {
  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;
}
.License-Container-About li {
  opacity: 0;
}
.License-Container-About li img {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}
.License-Container-About li.inView {
  opacity: 1;
}
.License-Container-About li.inView img {
  opacity: 1;
}
.License-Container-About li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.License-Container-About li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  padding: 4px 16px 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow: hidden;
}
.License-Container-About li:nth-child(2) em {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  border: 1px solid #fff;
  color: #e11;
  padding: 8px;
  font-weight: 600;
  opacity: 0;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.2;
  margin: 8px 0;
}
.License-Container-About li:nth-child(2) b {
  font-weight: bold;
 font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-size: 14px;
  opacity: 0;
  text-align: center;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  display: block;
}
.License-Container-About li:nth-child(2) span img {
  position: relative;
  left: 4em;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.License-Container-About li:nth-child(2) i img {
  position: relative;
  left: -4em;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.License-Container-About li:nth-child(2).inView em {
  border: 1px solid #e33;
  border-radius: 50%;
  opacity: 1;
}
.License-Container-About li:nth-child(2).inView b {
  opacity: 1;
}
.License-Container-About li:nth-child(2).inView span img {
  left: 0;
}
.License-Container-About li:nth-child(2).inView i img {
  left: 0;
}
.License-Container-About li:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
}
.License-Container-About li:nth-child(4) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  text-align: center;
}
.License-Container-About li:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}

.License-Container-Case ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.License-Container-Case ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  margin-bottom: 28px;
  line-height: 0;
  position: relative;
}
.License-Container-Case ul li img {
  border: 1px solid #ddd;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.License-Container-Case ul li a {
  display: block;
  overflow: hidden;
}
.License-Container-Case ul li em {
  position: absolute;
  z-index: 2;
  top: -8px;
  left: -8px;
  background: #e00;
  color: #fff;
  border-radius: 8px;
  font-size: 10px;
  line-height: 1.2;
  padding: 4px 8px;
}
.License-Container-Case li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.modal-brand-case-wrap {
  text-align: center;
  width: 600px;
  max-width: 100%;
}
.modal-brand-case-wrap em {
  display: inline-block;
  background: #e00;
  color: #fff;
  border-radius: 8px;
  font-size: 10px;
  line-height: 1.2;
  padding: 4px 8px;
}
.modal-brand-case-wrap img {
  display: block;
  margin: 8px auto;
  max-width: 100%;
}
.modal-brand-case-wrap span {
  display: block;
  font-size: 1rem;
  padding-bottom: 8px;
}
.modal-brand-case-wrap b {
  display: block;
  font-size: 1.2rem;
  display: none;
}

.License-Contactcase {
  width: 600px;
  margin: auto;
  padding: 40px 0;
}
.License-Contactcase h4 {
  text-align: center;
}
.License-Contactcase ol {
  border: 1px solid #d11;
  padding: 24px 40px 16px;
  position: relative;
}
.License-Contactcase ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.License-Contactcase ol li::before {
  content: "";
  display: block;
  width: 32px;
  height: 24px;
  background: url("../images/i-contact.png") no-repeat 0 0;
  background-size: contain;
  margin-right: 8px;
}
.License-Contactcase ol::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #f40404 transparent transparent transparent;
}

.License-Contactbox {
  padding: 24px 0 40px;
  text-align: center;
}
.License-Contactbox h5 {
  font-weight: 500;
  padding-bottom: 8px;
}
.License-Contactbox .License-Btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  color: #fff;
  font-weight: bold;
 font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-size: 1.2rem;
  width: 680px;
  height: 126px;
}
.License-Contactbox .License-Btn a em,
.License-Contactbox .License-Btn a::after,
.License-Contactbox .License-Btn a::before {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
  opacity: 0;
}
.License-Contactbox .License-Btn a em {
  position: relative;
  z-index: 3;
}
.License-Contactbox .License-Btn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -4em;
  top: 0;
  background: url("../images/bg-btn-contact-1.png") no-repeat;
  background-size: contain;
  z-index: 2;
}
.License-Contactbox .License-Btn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 4em;
  top: 8px;
  background: url("../images/bg-btn-contact-2.png") no-repeat;
  background-size: contain;
  z-index: 1;
}
.License-Contactbox .License-Btn.inView a em,
.License-Contactbox .License-Btn.inView a::after,
.License-Contactbox .License-Btn.inView a::before {
  opacity: 1;
}
.License-Contactbox .License-Btn.inView a em {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.License-Contactbox .License-Btn.inView a::before {
  left: 0;
}
.License-Contactbox .License-Btn.inView a::after {
  left: 8px;
}
.License-Contactbox .License-Btn-Small a {
  font-size: 1.4rem;
  width: 600px;
  height: 111px;
}
@media (max-width: 680px) {
  .License-Contactbox .License-Btn a {
    width: 96vw;
    height: 19.2vw;
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .License-Contactbox .License-Btn-Small a {
    width: 96vw;
    height: 16.32vw;
    font-size: 1rem;
  }
}
.License-Contactbox .License-Btn-Black {
  padding-top: 40px;
}
.License-Contactbox .License-Btn-Black a {
  background: url("../images/bg-btn-other.png") no-repeat right top;
  background-size: cover;
  display: inline-block;
  padding: 16px 24px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
 font-family: "HondaGlobalFontJP-Bold", sans-serif;
  text-align: center;
  font-size: 1rem;
}
.License-Contactbox .License-Btn-Black span {
  font-size: 0.7rem;
  display: block;
  font-weight: normal;
}

.License-Container-Flow p {
  padding-bottom: 24px;
}
.License-Container-Flow ol {
  width: 640px;
  margin: auto;
  background: url("../images/bg-flow.png") no-repeat 24px 8px;
  background-size: contain;
}
.License-Container-Flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  position: relative;
}
.License-Container-Flow li.outView {
  opacity: 1;
}
.License-Container-Flow li.outView strong {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.License-Container-Flow li.inView strong {
  opacity: 1;
}
.License-Container-Flow li b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.License-Container-Flow li b em {
  color: #fff;
}
.License-Container-Flow li strong {
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border-width: 1px;
  border-style: solid;
  padding: 8px;
  left: -24px;
  z-index: 1;
}
.License-Container-Flow li strong em {
  font-size: 1.4rem;
}
.License-Container-Flow li:nth-child(1) b {
  background: #f77968;
}
.License-Container-Flow li:nth-child(2) b {
  background: #fa5d50;
}
.License-Container-Flow li:nth-child(3) b {
  background: #ef3626;
}
.License-Container-Flow li:nth-child(4) b {
  background: #df2425;
}
.License-Container-Flow li:nth-child(5) b {
  background: #d40f0d;
}
.License-Container-Flow li:nth-child(1) strong {
  border-color: #f77968;
}
.License-Container-Flow li:nth-child(2) strong {
  border-color: #fa5d50;
}
.License-Container-Flow li:nth-child(3) strong {
  border-color: #ef3626;
}
.License-Container-Flow li:nth-child(4) strong {
  border-color: #df2425;
}
.License-Container-Flow li:nth-child(5) strong {
  border-color: #d40f0d;
}

.License-Page-Image {
  height: 300px;
}
.License-Page-Image ul {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.License-Page-Image li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.License-Page-Image li img {
  border-radius: 50%;
  width: 160px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 2px 4px #ccc;
          box-shadow: 0 2px 4px #ccc;
}
.License-Page-Image li:nth-child(2n) {
  padding-top: 40px;
}
.License-Page-Image .slick-track {
  padding: 8px;
}

@-webkit-keyframes efx {
  0% {
    padding-top: 0;
  }
  50% {
    padding-top: 40px;
  }
  100% {
    padding-top: 0;
  }
}

@keyframes efx {
  0% {
    padding-top: 0;
  }
  50% {
    padding-top: 40px;
  }
  100% {
    padding-top: 0;
  }
}
@-webkit-keyframes efx2 {
  0% {
    padding-top: 40px;
  }
  50% {
    padding-top: 0;
  }
  100% {
    padding-top: 40px;
  }
}
@keyframes efx2 {
  0% {
    padding-top: 40px;
  }
  50% {
    padding-top: 0;
  }
  100% {
    padding-top: 40px;
  }
}
.License-Page-QA {
  background: #f4f4f4;
  padding: 40px;
}
.License-Page-QA .License-Container {
  padding: 40px 0 40px;
}
.License-Page-QA h2 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.License-Page-QA h2 em {
  display: block;
  font-size: 0.8rem;
  font-family: "Hiragino Sans Old W8 JIS2004", "Clarimo UD PE DemiBold";
 font-family: "HondaGlobalFontJP-Bold", sans-serif;
}
.License-Page-QA h2 b {
  display: block;
}
.License-Page-QA h3 {
  font-size: 1rem;
  margin-bottom: 40px;
}

.License-QAbox a {
  color: #333;
  text-decoration: underline;
}
.License-QAbox .License-QA-Q {
  background: #fff;
  -webkit-box-shadow: 0 1px 4px #ccc;
          box-shadow: 0 1px 4px #ccc;
  border-left: 2px solid #d32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.License-QAbox .License-QA-Q em {
  padding: 0 24px;
  font-size: 1.6rem;
  color: #d32;
  font-weight: 600;
  font-family: "Hiragino Sans Old W8 JIS2004", "Clarimo UD PE DemiBold";
 font-family: "HondaGlobalFontJP-Bold", sans-serif;
}
.License-QAbox .License-QA-Q strong {
  padding: 0 0;
}
.License-QAbox .License-QA-A {
  padding: 24px 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.License-QAbox .License-QA-A em {
  padding: 0 4px;
}
/*=======================
#Page - Brands
=========================*/
.License-Brands .License-Page-Main {
  background: url("../images/main-brands.jpg") no-repeat center;
  background-size: cover;
}
.License-Brands .License-Page-Body {
  position: relative;
}
.License-Brands .License-Page-Body::after {
  content: "";
  display: block;
  width: 64vw;
  height: 64vw;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: -15vw;
  top: -25vw;
  background: #eee;
}

/*=======================
#Page - Technology
=========================*/
.License-Technology .License-Page-Main {
  background: url("../images/main-technology.jpg") no-repeat center;
  background-size: cover;
}
.License-Technology .License-Page-Main::after {
  opacity: 0.8;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.License-Technology .License-Page-Body {
  position: relative;
}
.License-Technology .License-Page-Body::after {
  content: "";
  display: none;
  width: 64vw;
  height: 64vw;
  border-radius: 0%;
  position: absolute;
  z-index: -1;
  left: -15vw;
  top: -25vw;
  background: #eee;
}
.License-Technology .License-Page-Body::before {
  content: "";
  display: none;
  width: 40vw;
  height: 40vw;
  border-radius: 0%;
  position: fixed;
  z-index: -1;
  right: -15vw;
  bottom: -25vw;
  background: #eee;
}
.License-Technology .License-Page-Body h2::before {
  content: "■";
}
.License-Technology::after {
  content: "";
  display: block;
  width: 64vw;
  height: 64vw;
  border-radius: 0%;
  position: fixed;
  z-index: -1;
  left: -15vw;
  top: -25vw;
  background: #eee;
}
.License-Technology::before {
  content: "";
  display: block;
  width: 40vw;
  height: 40vw;
  border-radius: 0%;
  position: fixed;
  z-index: -1;
  right: -15vw;
  bottom: -25vw;
  background: #eee;
}

.License-Technology-About ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.License-Technology-About li {
  opacity: 0;
}
.License-Technology-About li img {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}
.License-Technology-About ul.inView li {
  opacity: 1;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}
.License-Technology-About ul.inView li img {
  opacity: 1;
}
.License-Technology-About li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.License-Technology-About li:nth-child(1) b {
  color: #c00;
  font-size: 14px;
  display: block;
}
.License-Technology-About li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  padding: 8px;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.License-Technology-About li:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  text-align: center;
  padding: 8px;
}
.License-Technology-About li:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  text-align: center;
  padding: 8px;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.License-Technology-About li:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  text-align: center;
  padding: 8px;
}

.License-Technology-Lists {
  background: #062742 url("../images/bg-technology-lists.png") center 40px;
  background-size: 105vw;
}
.License-Technology-Lists .License-Container {
  background: none;
}
.License-Technology-Lists h2 {
  color: #fff;
}
.License-Technology-Lists ul {
  overflow: hidden;
}
.License-Technology-Lists li {
  float: left;
  width: 50%;
  padding: 8px;
}
.License-Technology-Lists li.Technology-Lists01 {
  float: none;
  width: 100%;
  clear: both;
}
.License-Technology-Lists li.Technology-Lists02 {
  float: right;
}
.License-Technology-Lists li.Technology-Lists03 {
  float: right;
}
.License-Technology-Lists li.Technology-Lists06 {
  float: right;
}
.License-Technology-Lists li.Technology-Lists09 {
  float: left;
  clear: both;
}
.License-Technology-Lists li.Technology-Lists10 {
  float: right;
}
.License-Technology-Lists li.Technology-Lists14 {
  float: none;
  width: 100%;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.License-Technology-Lists .Technology-Lists14 a {
  display: block;
  width: 32%;
}
.License-Technology-Lists li.Technology-Lists-FL {
  float: left;
}
.License-Technology-Lists li.Technology-Lists-FR {
  float: right;
}
.License-Technology-Lists li a {
  display: block;
  position: relative;
  line-height: 0;
}
.License-Technology-Lists li a::after {
  content: "Read more...";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../images/im-technology-list-hover.png");
  background-size: cover;
  color: #fff;
  font-family: Verdana, Geneva, "sans-serif";
 font-family: "HondaGlobalFontJP-Light", sans-serif;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-weight: 400;
  text-shadow: 0 0 4px #222;
}
.License-Technology-Lists li a::before {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  top: -8px;
  width: 108%;
  height: 108%;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border: 1px solid #fff;
}
.License-Technology-Lists li a:hover::after {
  opacity: 1;
}
.License-Technology-Lists li a:hover::before {
  opacity: 1;
  z-index: 2;
  left: 8px;
  top: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}
.License-Technology-Lists li i {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 680px) {
  li i img {
    width: 40px;
  }
}
.License-Technology-Flow ol {
  width: 800px;
  margin: auto;
  background: url("../images/bg-flow.png") no-repeat 22px 8px;
  background-size: contain;
}
.License-Technology-Flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 16px;
}
.License-Technology-Flow li b {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
}
.License-Technology-Flow li b em {
  color: #fff;
  font-size: 0.9em;
}
.License-Technology-Flow li strong {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8px 0 8px 0;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
  position: relative;
  border-width: 1px;
  border-style: solid;
  padding: 8px 8px 8px 24px;
  left: -16px;
  z-index: 1;
}
.License-Technology-Flow li strong em {
  font-size: 1.1em;
  -webkit-transform: skewX(16deg);
          transform: skewX(16deg);
  display: block;
}
.License-Technology-Flow li span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eee;
  margin: 8px 0 8px 0;
  padding: 4px 16px 4px 16px;
}
.License-Technology-Flow li span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  width: 16px;
  z-index: -1;
  background: #eee;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  z-index: 1;
}
.License-Technology-Flow li span em {
  font-size: 0.8em;
  line-height: 1.4;
}
.License-Technology-Flow li:nth-child(1) b {
  background: #f77968;
}
.License-Technology-Flow li:nth-child(1) b {
  background: #fa5d50;
}
.License-Technology-Flow li:nth-child(2) b {
  background: #ef3626;
}
.License-Technology-Flow li:nth-child(3) b {
  background: #df2425;
}
.License-Technology-Flow li:nth-child(4) b {
  background: #d40f0d;
}
.License-Technology-Flow li:nth-child(1) strong {
  border-color: #f77968;
}
.License-Technology-Flow li:nth-child(1) strong {
  border-color: #fa5d50;
}
.License-Technology-Flow li:nth-child(2) strong {
  border-color: #ef3626;
}
.License-Technology-Flow li:nth-child(3) strong {
  border-color: #df2425;
}
.License-Technology-Flow li:nth-child(4) strong {
  border-color: #d40f0d;
}

.L-box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.License-topic-ttl {
  padding-right: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.License-topic-ttl h3 {
  font-size: 30px;
  font-weight: 500;
}

.topic-button p {
  font-weight: 500;
}
.topic-button a {
  color: #fff;
  padding: 10px 15px;
  background-color: #062742;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.topic-button a:hover {
  background-color: #c00;
}

.License-topic-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 78%;
          flex: 0 0 78%;
}
.License-topic-box img {
  width: 100%;
}
.License-topic-box div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}

.L-link_box {
  padding: 10px;
  margin: 5px 0;
  background-color: aliceblue;
  border: 1px solid #062742;
  display: block;
  height: 100%;
}
.L-link_box em {
  font-weight: 500;
  font-size: 13px;
  color: #898989;
  padding: 10px 0 0 0;
}
.L-link_box p {
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

.L-link_box:hover {
  background-color: #062742;
}
.L-link_box:hover p {
  color: #fff;
}

.topic-link a {
  color: #000;
}
.topic-link a:hover {
  color: #898989;
}

.License-Technology-Story .License-Technology-Story-Box {
  padding: 8px;
  position: relative;
  color: #fff;
  line-height: 0;
}
.License-Technology-Story .License-Technology-Story-Box a {
  display: block;
  position: relative;
  color: #fff;
  -webkit-box-shadow: 0 4px 4px #999;
          box-shadow: 0 4px 4px #999;
  font-weight: normal;
  overflow: hidden;
}
.License-Technology-Story .License-Technology-Story-Box a img {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.License-Technology-Story .License-Technology-Story-Box a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.License-Technology-Story .License-Technology-Story-Box a:hover i {
  right: 8px;
}
.License-Technology-Story .License-Technology-Story-Box figure {
  margin: 0;
}
.License-Technology-Story .License-Technology-Story-Box h3 {
  position: absolute;
  right: 16px;
  top: 16px;
  color: #fff;
  text-align: right;
  line-height: 1.75;
  font-family: "Hiragino Sans Old W8 JIS2004", "Clarimo UD PE DemiBold";
 font-family: "HondaGlobalFontJP-Bold", sans-serif;
}
.License-Technology-Story .License-Technology-Story-Box h3 strong {
  font-size: 2rem;
  display: block;
}
.License-Technology-Story .License-Technology-Story-Box h3 em {
  color: #f11;
  font-weight: normal;
}
.License-Technology-Story .License-Technology-Story-Box h3 span {
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 font-family: "HondaGlobalFontJP-Regular", sans-serif;
}
.License-Technology-Story .License-Technology-Story-Box p {
  position: absolute;
  left: 16px;
  bottom: 16px;
  font-size: 0.9rem;
  line-height: 1.75;
}
.License-Technology-Story .License-Technology-Story-Box i {
  position: absolute;
  right: 16px;
  bottom: 16px;
  line-height: 1.75;
  font-size: 0.9rem;
  padding: 0 40px 8px 0;
  background: url("../images/bg-technology-stroty-more.png") no-repeat bottom right;
  background-size: 200px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.License-Technology-Case-Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.License-Technology-Case-Box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin-bottom: 24px;
}
.License-Technology-Case-Box i {
  display: block;
  color: #111;
  border: 2px solid #062742;
  font-size: 0.9rem;
}
.License-Technology-Case-Box a {
  display: block;
  color: #111;
  border: 2px solid #062742;
  font-size: 0.9rem;
}
.License-Technology-Case-Box h3 {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 3.5em;
  line-height: 1.2;
  background: url("../images/i-case.jpg") no-repeat 0 center;
  padding: 0 0 0 28px;
  background-size: 24px;
}
.License-Technology-Case-Box h4 {
  position: relative;
  line-height: 0;
  color: #fff;
  background: #062742;
}
.License-Technology-Case-Box h4 img {
  opacity: 0.4;
}
.License-Technology-Case-Box h4 em {
  position: absolute;
  left: 16px;
  bottom: 16px;
  line-height: 1.4;
  font-size: 1rem;
}
.License-Technology-Case-Box h4 b {
  display: block;
  font-size: 1.2rem;
}
.License-Technology-Case-Box h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  min-height: 2.4em;
  letter-spacing: 0;
}
.License-Technology-Case-Box h5 em {
  padding: 2px 4px;
  color: #fff;
  background: #e11;
  font-size: 0.75rem;
  white-space: nowrap;
}
.License-Technology-Case-Box h5 b {
  padding: 0 0 0 8px;
}
.License-Technology-Case-Box p {
  padding: 8px;
  border-top: 1px solid #062742;
  min-height: 6rem;
}
.License-Technology-Case-Box h6 {
  background: #062742;
  color: #fff;
  padding: 8px 8px;
  text-align: 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;
  letter-spacing: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-top: 1px solid #fff;
}
.License-Technology-Case-Box h6 img {
  margin: 0 0 0 8px;
}
.License-Technology-Case-Box a:hover {
  border: 2px solid #c00;
}
.License-Technology-Case-Box a:hover h6 {
  background: #c00;
}
.License-Technology-Case-Box i a {
  border: 0;
}
.License-Technology-Case-Box i a:hover {
  border: 0;
}

.modal-Technology-List {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #333;
}

.modal-Technology-List-Head {
  background: #062742 url("../images/bg-technology-lists.png") no-repeat left center;
  background-size: 240px;
  color: #fff;
  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: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}
.modal-Technology-List-Head * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}
.modal-Technology-List-Head figure {
  width: 240px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  margin: 0 40px;
}
.modal-Technology-List-Head h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1.4;
}
.modal-Technology-List-Head h2 b {
  display: block;
  font-size: 1.2rem;
  padding-bottom: 12px;
  font-weight: 400;
}
.modal-Technology-List-Head h2 em {
  display: block;
  font-size: 0.9rem;
  padding-bottom: 4px;
  font-weight: normal;
  font-style: normal;
}
.modal-Technology-List-Head h2 strong {
  display: block;
  font-size: 1.5rem;
}

.modal-Technology-List-Wrap {
  width: 840px;
  margin: auto;
  padding: 24px 24px 60px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}
.modal-Technology-List-Wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}
.modal-Technology-List-Wrap p {
  font-size: 0.9rem;
  margin-bottom: 1em;
  padding-left: 1em;
}
.modal-Technology-List-Wrap p.mb0 {
  margin-bottom: 0;
}
.modal-Technology-List-Wrap p em {
  display: block;
  background: url("../images/i-technology_list.png") no-repeat 0 0;
  padding: 16px 0 0 24px;
  font-weight: bold;
 font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-size: 1.1rem;
  margin-left: -2em;
  font-style: normal;
}
.modal-Technology-List-Wrap figure {
  display: inline-block;
  text-align: center;
  padding: 0 24px 8px;
  margin: 0 auto;
}
.modal-Technology-List-Wrap figure span {
  display: block;
  padding: 8px;
  font-size: 0.8rem;
}
.modal-Technology-List-Wrap dl {
  font-size: 0.9rem;
  margin: 0 0 1em;
}
.License-DL-Btn {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}
.License-DL-Btn a {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 8px;
  background: #c00;
  color: #fff;
  text-decoration: none;
}
.License-DL-Btn a:hover {
  background: #062742;
}

body #colorbox {
  position: fixed !important;
  top: 1vh !important;
  overflow-y: auto;
  height: 97vh !important;
  max-width: 100%;
}
body #colorbox #cboxClose {
  bottom: auto;
  top: 16px;
  right: 16px;
  position: fixed;
  border-radius: 50%;
}
body #colorbox #cboxNext {
  left: auto;
  right: 27px;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  max-width: none;
}

/*=======================
#Responsive
=========================*/
.sp {
  display: none;
}

.spmenu {
  display: none;
}

@media (max-width: 1000px) {
  .modaal-wrapper .modaal-container {
    max-width: 100%;
  }
}
@media (max-width: 980px) {
  .License-Page-Main h1 {
    width: 92%;
  }
  .License-Top-Body ul li {
    padding: 0 24px;
  }
  .License-Page-navi li {
    padding: 16px 0 16px 8px;
    letter-spacing: 0;
  }
  .License-Page-navi::after {
    padding-left: 8px;
  }
  .License-Technology-Story .License-Technology-Story-Box h3 strong {
    font-size: 1.5rem;
  }
  .License-Technology-Story .License-Technology-Story-Box h3 span {
    font-size: 1.15rem;
  }
}
@media (max-width: 736px) {
  .License-Top-Body .License-Container {
    padding: 0 40px 40px;
  }
  .License-Page-Body {
    padding: 40px 8px 0;
    overflow-x: hidden;
  }
  .License-Page-Body .License-Container {
    padding: 40px 24px;
  }
  .License-Technology-Flow ol {
    margin-left: auto;
    background-position: 3.8vw 8px;
  }
  .License-Technology-Flow li b {
    width: 80px;
    height: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  .License-Technology-Flow li strong {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30vw;
            flex: 0 0 30vw;
  }
  .License-Technology-Flow li strong em {
    font-size: 0.9em;
    white-space: nowrap;
  }
  .License-Technology-Flow li span {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .modal-Technology-List-Head {
    background-size: 240px;
    display: block;
  }
  .modal-Technology-List-Head figure {
    width: auto;
    margin: 0;
  }
  .modal-Technology-List-Wrap {
    width: auto;
    padding: 24px 0 60px;
  }
  .modal-Technology-List-Wrap figure {
    text-align: center;
    display: block;
  }
  .deg90 img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (max-width: 680px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .License {
    font-size: 15px;
    letter-spacing: 0;
  }
  .License-Top-Body {
    padding: 80px 0 40px;
  }
  .License-Top-Body .License-Container {
    padding: 0 24px 40px;
  }
  .License-Top-Body h1 {
    top: -40px;
    padding: 24px 16px 24px 0;
    font-size: 1.2rem;
  }
  .License-Top-Body ul {
    margin-bottom: 8px;
  }
  .License-Top-Body ul li {
    padding: 0 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    font-size: 0.8rem;
    margin-bottom: 16px;
  }
  .License-Top-Body ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 300px;
    padding: 0 40px;
  }
  .License-Top-Body ol li:nth-child(1) {
    padding-right: 12vw;
    position: relative;
    z-index: 2;
  }
  .License-Top-Body ol li:nth-child(2) {
    padding: 0 10vw;
    margin-top: -24px;
    margin-bottom: -18px;
    position: relative;
    z-index: 1;
  }
  .License-Top-Body ol li:nth-child(3) {
    padding-left: 12vw;
    position: relative;
    z-index: 3;
  }
  .License-Top-Link {
    padding: 40px 0;
    overflow: hidden;
  }
  .License-Top-Link .License-Top-Link-Box {
    width: 90vw;
    margin: 0 auto 40px;
  }
  .License-Top-Link .License-Top-Link-Box a {
    text-decoration: none;
  }
  .License-Top-Link .License-Top-Link-Box p {
    padding: 16px;
    position: static;
  }
  .License-Top-Link .License-Top-Link-Box b {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 13px;
  }
  .License-Top-Link .License-Top-Link-Box strong {
    font-size: 1.2rem;
    position: absolute;
    top: 48px;
    left: 16px;
  }
  .License-Top-Link .License-Top-Link-Box i {
    right: 8px;
    top: 25%;
    width: 40px;
    margin-top: 0;
  }
  .License-Top-Link .License-Top-Link-Brands::after {
    right: -1vw;
    top: -8vw;
    width: 40vw;
    height: 40vw;
  }
  .License-Top-Link .License-Top-Link-Technology span {
    color: #fff;
    text-shadow: 0 0 8px #113;
  }
  .License-Top-Link .License-Top-Link-Technology::after {
    left: -1vw;
    top: -8vw;
    width: 40vw;
    height: 40vw;
  }
  .License-Page-Main h1 {
    padding: 24px 8px;
    text-align: center;
  }
  .License-Page-Main h1 b {
    font-size: 1rem;
  }
  .License-Page-Main h1 strong {
    font-size: 1.5rem;
  }
  .License-Page-navi {
    background: #c00 -webkit-gradient(linear, right top, left top, from(#ff4444), color-stop(50%, #ff4444), to(#cc0000));
    background: #c00 linear-gradient(-90deg, #ff4444 0%, #ff4444 50%, #cc0000 100%);
  }
  .License-Page-navi ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .License-Page-navi li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 8px;
  }
  .License-Page-navi li a {
    text-decoration: none;
    color: #fff;
  }
  .License-Page-navi li::after {
    content: "";
    display: none;
  }
  .License-Fixed .License-Page-navi ul {
    display: none;
  }
  .License-Fixed .License-Page-navi .spmenu {
    display: block;
    width: 40px;
    height: 40px;
  }
  .License-Page-navi.active ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 24px;
  }
  .License-Page-Body {
    padding: 40px 8px 0;
  }
  .License-Page-Body .License-Container {
    padding: 16px;
  }
  .License-Page-Body h2 {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
  .License-Page-Body h3 {
    font-size: 0.9rem;
    margin-bottom: 24px;
  }
  .License-Container-About ul {
    display: block;
    text-align: center;
  }
  .License-Container-About li:nth-child(2) {
    display: table;
    width: 100%;
    padding: 0;
  }
  .License-Container-About li:nth-child(2) em,
  .License-Container-About li:nth-child(2) span,
  .License-Container-About li:nth-child(2) i {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    width: 33%;
  }
  .License-Container-About li:nth-child(2) span img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 40px;
    margin: 24px 0;
  }
  .License-Container-About li:nth-child(2) i img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 40px;
    margin: 24px 0;
  }
  .License-Container-About li:nth-child(2) b {
    font-size: 12px;
  }
  .License-Container-About li:nth-child(4) img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 40px;
  }
  .License-Container-Case ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
  }
  .License-Contactcase {
    width: auto;
    padding: 0 0 24px 0;
  }
  .License-Contactcase ol {
    padding: 16px;
  }
  .License-Contactcase ol li {
    font-size: 0.8rem;
  }
  .License-Contactcase ol::after {
    bottom: -24px;
    margin-left: -24px;
    border-width: 24px 24px 0 24px;
    border-color: #f40404 transparent transparent transparent;
  }
  .License-Page-Image {
    height: 50vw;
    padding-bottom: 40px;
  }
  .License-Page-QA {
    padding: 16px;
    overflow: hidden;
  }
  .License-Page-QA .License-Container {
    padding: 16px 0px;
  }
  .License-QAbox {
    line-height: 1.5;
  }
  .License-QAbox .License-QA-Q {
    padding: 8px;
  }
  .License-QAbox .License-QA-Q em {
    padding: 0 8px;
    font-size: 1.3rem;
  }
  .License-QAbox .License-QA-Q strong {
    padding: 0 0;
  }
  .License-QAbox .License-QA-A {
    padding: 16px 16px 24px;
  }
  .License-QAbox .License-QA-A em {
    padding: 0 4px;
  }
  .License-QAbox .License-QA-A span {
    font-size: 0.8rem;
  }
  .License-Contactbox {
    padding: 24px 0 40px;
    text-align: center;
  }
  .License-Contactbox h5 {
    font-weight: 500;
  }
  .License-Contactbox .License-Btn a {
    font-size: 1rem;
  }
  .License-Contactbox .License-Btn-Black {
    padding-top: 40px;
    background-position: center;
  }
  .License-Contactbox .License-Btn-Black a {
    padding: 16px 8px;
    font-size: 0.8rem;
  }
  .License-Technology-About li:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 68%;
            flex: 0 0 68%;
  }
  .License-Technology-About li:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 68%;
            flex: 0 0 68%;
  }
  .License-Technology-About li:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
  .License-Technology-About li:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
  .License-Technology-About li:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
  .License-Technology-Story .License-Technology-Story-Box h3 {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px;
  }
  .License-Technology-Story .License-Technology-Story-Box h3 strong {
    font-size: 1.1rem;
  }
  .License-Technology-Story .License-Technology-Story-Box h3 span {
    font-size: 0.85rem;
  }
  .License-Technology-Story .License-Technology-Story-Box p {
    position: static;
    font-size: 0.85rem;
    color: #333;
    padding: 8px;
  }
  .License-Technology-Story .License-Technology-Story-Box i {
    position: static;
    padding: 0 8px 8px;
    color: #000;
    background: none;
    display: block;
    text-align: right;
  }
  .License-Technology-Case-Wrap {
    display: block;
  }
  .License-Technology-Case-Box {
    margin-bottom: 24px;
  }
  .License-Technology-Case-Box h3 {
    min-height: 1.5em;
    margin-bottom: 8px;
  }
  .License-Technology-Case-Box h4 em {
    left: 0;
    padding: 0 8px;
    display: block;
  }
  .License-Technology-Case-Box h5 {
    min-height: 1em;
  }
  .License-Technology-Case-Box p {
    min-height: 1em;
  }
  .License-Technology-Case-Box h6 {
    text-align: left;
  }
  .License-topic-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .License-topic-box div {
    margin-bottom: 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (max-width: 480px) {
  .License-Page-Body {
    padding: 16px 0;
  }
  .License-Page-Body .License-Container-Flow ol {
    margin-left: auto;
    background-position: 3.8vw 8px;
  }
  .License-Page-Body .License-Container-Flow li b {
    width: 18vw;
    height: 18vw;
  }
  .License-Page-Body .License-Container-Flow li b em {
    font-size: 4vw;
  }
  .License-Page-Body .License-Container-Flow li strong {
    left: -8px;
    padding: 4px;
  }
  .License-Page-Body .License-Container-Flow li strong em {
    font-size: 5vw;
  }
  .License-Contactbox .License-Btn a {
    font-size: 0.8rem;
  }
  .License-Contactbox .License-Btn-Black a {
    padding: 16px 8px;
    font-size: 0.8rem;
  }
  .License-Technology-Flow ol {
    margin-left: auto;
    background-position: center 16px;
    background-size: 24%;
  }
  .License-Technology-Flow li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff;
  }
  .License-Technology-Flow li b {
    width: 80px;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  .License-Technology-Flow li strong {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 8px;
    margin: 0;
    -webkit-transform: skewX(0);
            transform: skewX(0);
    left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .License-Technology-Flow li strong em {
    font-size: 1em;
    white-space: nowrap;
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
  .License-Technology-Flow li span {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    padding: 16px 16px;
    margin: 0;
    background: #fff;
    border: 1px solid #e66;
    border-top: 0;
  }
  .License-Technology-Flow li span::before {
    display: none;
  }
  .License-Technology-Flow li span em {
    font-size: 0.9em;
  }
  .L-box-row {
    display: block;
  }
  .License-topic-ttl {
    margin-bottom: 16px;
    text-align: center;
  }
  .L-link_box {
    width: auto;
    height: auto;
  }
}
.License .spmenu {
  padding: 10px 8px 0 8px;
}
.License .spmenu .menu-trigger,
.License .spmenu .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.License .spmenu .menu-trigger {
  position: relative;
  width: 22px;
  height: 18px;
}
.License .spmenu .menu-trigger span {
  position: absolute;
  left: 8px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
          animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar03 0.75s forwards;
          animation: menu-bar03 0.75s forwards;
}

@-webkit-keyframes menu-bar03 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
            transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar03 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
            transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
          animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
          animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
            transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
            transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
}
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgba(0, 0, 0, 0.9);
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
  max-width: 100%;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
  border: 24px solid #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
  display: none;
  opacity: 0;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}