@font-face {
  font-family: 'DIN';
  src: url("/common/fonts/D-DIN/D-DIN-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: 'DIN';
  src: url("/common/fonts/D-DIN/D-DIN.woff") format("woff");
  font-weight: 400;
}

.anchorlink {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

@media print, screen and (min-width: 768px) {
  .anchorlink {
    min-width: 1024px;
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .anchorlink {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}

.anchorlink-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 7;
}

@media print, screen and (min-width: 768px) {
  .anchorlink-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .anchorlink-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.anchorlink li {
  line-height: 1.6;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .anchorlink li {
    width: 50%;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
  }
}

@media only screen and (max-width: 767px) {
  .anchorlink li {
    width: 100%;
  }
}

.anchorlink li 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;
  color: #777777;
  font-weight: bold;
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media print, screen and (min-width: 768px) {
  .anchorlink li a {
    height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .anchorlink li a {
    height: 40px;
    font-size: 13px;
  }
}

.anchorlink li a svg {
  fill: none;
}

@media print, screen and (min-width: 768px) {
  .anchorlink li a svg {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .anchorlink li a svg {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 30px;
  }
}

.anchorlink li a svg .stroke {
  stroke: #aaa;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

@media print, screen and (min-width: 768px) {
  .anchorlink li a:hover {
    background-color: #f5f6f8;
  }
}

@media print, screen and (min-width: 768px) {
  .anchorlink li + li {
    border-left: none;
  }
}

@media only screen and (max-width: 767px) {
  .anchorlink li + li {
    border-top: 1px solid #d8d8d8;
  }
}

@media only screen and (max-width: 767px) {
  .anchorlink .container {
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .anchorlink + section {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .anchorlink + section {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .solution .solution-contents-text {
    padding-top: 20px;
  }
}

.solution .solution-contents-text .solution-title div + div {
  margin-top: 10px;
}

.solution .solution-contents-text .solution-title span {
  position: relative;
  border-bottom: 3px solid #a2d827;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  .solution .solution-contents-text .solution-title span {
    padding-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .solution .solution-contents-text .solution-title span {
    padding-bottom: 6px;
  }
}

@media print, screen and (min-width: 1025px) {
  .solution .solution-contents-text + .solution-contents-image {
    margin-left: 50px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .solution .solution-contents-text + .solution-contents-image {
    margin-left: 4.46428vw;
  }
}

@media only screen and (max-width: 767px) {
  .solution .solution-contents-text + .solution-contents-image {
    margin-top: 20px;
  }
}

.solution .solution-contents-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .solution .solution-contents-image {
    max-width: 520px;
    width: 46.42857%;
  }
}

.solution .solution-contents-image img {
  max-width: 100%;
}

.solution .solution-contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .solution .solution-contents-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .solution .solution-contents-list li {
    width: calc(50% - 25px);
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .solution .solution-contents-list li {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .solution .solution-contents-list li:first-child {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .solution .solution-contents-list li:nth-child(2) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .solution .solution-contents-list li + li {
    margin-top: 40px;
  }
}

.solution .solution-contents-list li.new .solution-accordion-title strong::after {
  content: 'NEW';
  font-family: 'DIN';
  pointer-events: none;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#2988e0), to(#0168ee));
  background: linear-gradient(to right, #2988e0 0%, #0168ee 100%);
  font-weight: bold;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 9px;
  line-height: 1;
  padding: 3px 5px;
}

@media print, screen and (min-width: 768px) {
  .solution .solution-contents-list li.new .solution-accordion-title strong::after {
    font-size: 12px;
    margin-left: 9px;
    width: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .solution .solution-contents-list li.new .solution-accordion-title strong::after {
    font-size: 10px;
    margin-left: 8px;
    width: 50px;
  }
}

.solution .solution-contents-list li.new .solution-contents-list-text b::after {
  content: 'NEW';
  font-family: 'DIN';
  pointer-events: none;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#2988e0), to(#0168ee));
  background: linear-gradient(to right, #2988e0 0%, #0168ee 100%);
  font-weight: bold;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 9px;
  line-height: 1;
  padding: 3px 5px;
}

@media print, screen and (min-width: 768px) {
  .solution .solution-contents-list li.new .solution-contents-list-text b::after {
    font-size: 12px;
    margin-left: 9px;
    width: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .solution .solution-contents-list li.new .solution-contents-list-text b::after {
    font-size: 10px;
    margin-left: 8px;
    width: 50px;
  }
}

.solution .solution-contents-list a.hover::before {
  content: none;
}

.solution .solution-contents-list a:hover .solution-contents-list-image::before {
  opacity: .1;
}

.solution .solution-contents-list-image {
  position: relative;
}

.solution .solution-contents-list-image::before {
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  background-color: #000;
}

.solution .solution-contents-list-image img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .solution .solution-contents-list-text {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .solution .solution-contents-list-text {
    margin-top: 10px;
  }
}

.solution .solution-contents-list-text b {
  line-height: 1.6;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .solution .solution-contents-list-text b {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .solution .solution-contents-list-text b {
    font-size: 15px;
  }
}

.solution .solution-contents-list-text span {
  display: block;
  color: #777;
}

@media print, screen and (min-width: 768px) {
  .solution .solution-contents-list-text span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .solution .solution-contents-list-text span {
    font-size: 11px;
  }
}

@media print, screen and (min-width: 768px) {
  .solution .solution-contents-list-text p {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .solution .solution-contents-list-text p {
    margin-top: 5px;
  }
}

.solution .solution-inner {
  position: relative;
  z-index: 5;
}

.solution .solution-inner h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #142c4b;
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .solution .solution-inner h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .solution .solution-inner h2 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}

.solution .solution-inner + .solution-inner {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .solution .solution-section {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .solution .solution-section {
    padding-top: 40px;
  }
}

.solution .solution-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: bold;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .solution .solution-section-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .solution .solution-section-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.solution .solution-section-title svg {
  fill: none;
}

@media print, screen and (min-width: 768px) {
  .solution .solution-section-title svg {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .solution .solution-section-title svg {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
}

.solution .solution-section-title svg .stroke {
  stroke: #a2d827;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

@media print, screen and (min-width: 768px) {
  .solution .solution-section-title + p {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .solution .solution-section-title + p {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .solution .solution-section-image {
    width: 591px;
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .solution .solution-section-image {
    width: 100%;
    margin: 20px auto 0;
  }
}

.solution .solution-section-image img {
  width: 100%;
}

.solution .solution-section + .solution-section {
  border-top: 1px solid  #d8d8d8;
}

@media print, screen and (min-width: 768px) {
  .solution .solution-section + .solution-section {
    margin-top: 80px;
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .solution .solution-section + .solution-section {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.solution .solution-section.accordion-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .solution .solution-section.accordion-section {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .solution .solution-section.accordion-section .solution-contents-list li {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .solution .solution-section.accordion-section .solution-contents-list li:first-child {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .solution .solution-section.accordion-section .solution-contents-list li:nth-child(2) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .solution .solution-section.accordion-section .solution-contents-list li + li {
    margin-top: 20px;
  }
}

.solution .solution-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .solution .solution-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.solution-accordion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.solution-accordion svg {
  fill: none;
  background-color: #a2d827;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

@media print, screen and (min-width: 768px) {
  .solution-accordion svg {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .solution-accordion svg {
    margin-right: 15px;
  }
}

.solution-accordion svg .stroke {
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

.solution-accordion svg circle {
  fill: #fff;
}

.solution-accordion svg circle.stroke {
  fill: none;
}

@media print, screen and (min-width: 768px) {
  .solution-accordion-inner {
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 767px) {
  .solution-accordion-inner {
    width: calc(100% - 55px);
  }
}

.solution-accordion-title {
  position: relative;
  font-weight: bold;
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .solution-accordion-title {
    height: 40px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .solution-accordion-title {
    height: 30px;
    font-size: 17px;
  }
}

.solution-accordion-title::before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 16px;
  top: 50%;
  right: 10px;
  background-color: #c9c9c9;
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.solution-accordion-title::after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 16px;
  top: 50%;
  right: 10px;
  background-color: #c9c9c9;
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.solution-accordion-title.active::before {
  background-color: #222;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.solution-accordion-title.active::after {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .solution-accordion-title:hover::before {
    background-color: #222;
  }
}

@media print, screen and (min-width: 768px) {
  .solution-accordion-title:hover::after {
    background-color: #222;
  }
}

.solution-accordion-title strong {
  display: block;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .solution-accordion-title strong {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .solution-accordion-title strong {
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-right: 25px;
  }
}

.solution-accordion-title strong::before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 80px;
  background-color: #142c4b;
  left: 0;
  bottom: -1px;
}

.solution-accordion-list {
  display: none;
}

.solution-accordion-list-title {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .solution-accordion-list-title {
    font-size: 15px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .solution-accordion-list-title {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .solution-accordion-list-text {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .solution-accordion-list-text {
    margin-top: 5px;
  }
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .solution .solution-contents-text .solution-title span {
    padding-bottom: 0;
  }
}

/* edge */
@supports (-ms-ime-align: auto) {
  .solution .solution-contents-text .solution-title span {
    padding-bottom: 0;
  }
}
