@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;
}

main {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.sub .sub-headline h1 {
  margin-top: 40px;
  margin-bottom: 0;
}

.sub h3 {
  border: none;
  padding: 0;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .sub h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sub h3 {
    font-size: 20px;
  }
}

.sub h4.solution-check-title {
  color: #142c4b;
  font-weight: normal;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .sub h4.solution-check-title {
    font-size: 17px;
    line-height: 1.9;
  }
}

@media only screen and (max-width: 767px) {
  .sub h4.solution-check-title {
    font-size: 16px;
    line-height: 1.6;
  }
}

.security-mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f2f4f6;
}

@media print, screen and (min-width: 768px) {
  .security-mainvisual {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 1024px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .security-mainvisual-image {
    width: 50%;
    min-width: 512px;
  }
}

@media only screen and (max-width: 767px) {
  .security-mainvisual-image {
    width: 100%;
  }
}

.security-mainvisual-image img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .security-mainvisual-contents {
    width: 50%;
    min-width: 512px;
    padding: 0 9vw 0 5.85vw;
  }
}

@media only screen and (max-width: 767px) {
  .security-mainvisual-contents {
    padding: 30px 15px 40px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .security-mainvisual-contents h2 {
    font-size: 25px;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .measure-container {
    width: 900px;
    margin: auto;
  }
}

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

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

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

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

.measure-section b {
  color: #142c4b;
}

@media print, screen and (min-width: 768px) {
  .measure-section b {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .measure-section b {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .measure-section > p {
    font-size: 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .measure-btn-inner {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .solution-number-image.measure-image01 {
    width: 578px;
  }
}

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

.solution-number-note {
  position: relative;
  display: block;
  color: #777;
  letter-spacing: .06em;
  padding-left: 15px;
  font-size: 12px;
}

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

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

.solution-number-note::before {
  content: '\0203b';
  position: absolute;
  top: 0;
  left: 0;
}

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

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

.solution-check-list li {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .solution-check-list li {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .solution-check-list li {
    padding-left: 45px;
  }
}

.solution-check-list li::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  margin-top: -5px;
  background-color: #a2d827;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.solution-check-list li::after {
  position: absolute;
  top: 9px;
  left: 9px;
  content: "";
  width: 13px;
  height: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

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

.solutionlink {
  background-color: #eff3f6;
}

@media print, screen and (min-width: 768px) {
  .solutionlink {
    min-width: 1024px;
    padding: 90px 0 100px;
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .solutionlink {
    padding: 40px 0 60px;
    margin-top: 40px;
  }
}

.solutionlink-title {
  font-weight: bold;
}

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

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

.solutionlink-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) {
  .solutionlink-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.solutionlink-list li {
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .solutionlink-list li {
    width: calc(50% - 10px);
    max-width: 550px;
    margin-top: 20px;
    -webkit-transition: -webkit-transform 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

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

@media print, screen and (min-width: 768px) {
  .solutionlink-list li:hover {
    -webkit-transform: translateY(-0.35rem);
    transform: translateY(-0.35rem);
    -webkit-box-shadow: 0px 3px 20px 0px rgba(170, 170, 170, 0.35);
    box-shadow: 0px 3px 20px 0px rgba(170, 170, 170, 0.35);
  }
}

.solutionlink-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .solutionlink-list li img {
    height: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .solutionlink-list li img {
    height: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .solutionlink-list li span {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .solutionlink-list li span {
    margin-left: 20px;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .solutionlink-list li:nth-child(2n) {
    margin-left: 20px;
  }
}

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

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

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