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

.description-box1 {
  display: flex;
  align-items: center;
}
.description-box1 .msg {
  display: flex;
  align-items: center;
}
.description-box1 .msg .img-sp {
  min-width: 100px;
}
.description-box1 .msg .img-sp img {
  max-width: 100%;
}
.description-box1 .stripe-margin {
  margin-top: 20px;
  padding: 20px 60px 20px 60px;
}
.description-box1 .img-pc {
  margin-left: 40px;
}
.description-box1 .img-sp {
  margin-left: 30px;
}

.description-box2 {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.description-box2 > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.description-box2 > div:first-child {
  margin-bottom: 40px;
}
.description-box2 .img-margin-pc {
  margin: 60px 10px 0 10px;
}
.description-box2 .img-margin-sp {
  margin: 0 40px;
}
.description-box2 p {
  margin-bottom: 10px;
}

.merit-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 80px;
}
.merit-box * {
  box-sizing: unset;
}
.merit-box .list > div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.merit-box .list > div > div:first-child {
  min-width: 120px;
  padding: 10px 0 10px 20px;
  overflow: hidden;
  color: #FFF;
  backface-visibility: hidden;
  background-color: #e50012;
  position: relative;
}
.merit-box .list > div > div:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(70% -5%, 105% -5%, 105% 70%);
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
.merit-box .list > div > div:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(70% 105%, 105% 105%, 105% 30%);
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
.merit-box .msg {
  padding: 60px 120px 60px 30px;
  position: relative;
  min-width: 150px;
  width: 150px;
}
.merit-box .msg img {
  position: absolute;
  right: 20px;
  top: -20px;
}

.stripe {
  border-radius: 10px;
  color: #FFF;
  background-color: #ff5764;
  background-image: repeating-linear-gradient(-45deg, #ff6773, #ff6773 7px, transparent 0, transparent 14px);
}

/**
 * スマホレスポンシブ対応
 */
@media screen and (max-width: 750px) {
  .description-box2 {
    display: block;
  }
  .description-box2 > div {
    align-items: flex-end;
  }

  .merit-box {
    display: block;
  }
  .merit-box .msg {
    width: auto;
    margin-top: 60px;
  }
  .merit-box .msg span br {
    display: none;
  }
}

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