@charset "UTF-8";
/*
 * 幅定義
 *
 */
/*
 * 色定義
 *
 */
.contents-box h2 {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.contents-box h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 60px;
  height: 4px;
  background-color: #e50012;
}
.contents-box img {
  max-width: 100%;
}

.box1 {
  margin-bottom: 80px;
}
.box1 .check {
  margin-top: 40px;
  display: flex;
  font-size: 13px;
}
.box1 .check > div:first-child {
  width: 16%;
  margin-right: 15px;
}
.box1 .check > div:last-child {
  width: 84%;
  margin-left: 15px;
}
.box1 .check h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
.box1 .check h2 span {
  background: linear-gradient(transparent 60%, #ffced1 0%);
}
.box1 .check h2::after {
  width: 0;
  height: 0;
}
.box1 .check img {
  min-width: 100px;
}
.box1 h3 {
  display: table;
  margin-top: 40px;
  width: 100%;
}
.box1 h3 > div {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}
.box1 h3 > div:first-child {
  width: 35px;
  padding: 10px;
  background-color: black;
  color: white;
  font-size: 24px;
  text-align: center;
}
.box1 h3 > div:last-child {
  padding: 12px 20px;
  background-color: yellow;
  font-size: 20px;
  border: 1px solid black;
}
.box1 h4 {
  display: flex;
  margin-top: 30px;
}
.box1 h4 > div:first-child {
  margin-right: 15px;
}
.box1 h4 > div:first-child img {
  min-width: 150px;
}
.box1 h4 > div:last-child {
  margin-left: 15px;
  font-size: 13px;
}

/**
 * スマホレスポンシブ対応
 */
@media screen and (max-width: 750px) {
  .box1 .check > div:first-child {
    display: none;
  }
  .box1 .check > div:last-child {
    width: 100%;
    margin-left: 0;
  }
  .box1 .check h2 {
    display: flex;
    align-items: center;
    font-size: 26px;
  }
  .box1 .check h2 > div:first-child {
    margin-right: 20px;
  }
  .box1 h4 > div:first-child {
    flex-basis: 20%;
  }
  .box1 h4 > div:first-child img {
    min-width: 100px;
  }
  .box1 h4 > div:last-child {
    flex-basis: 80%;
  }
}

/*# sourceMappingURL=security.css.map */
