@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 {
  font-size: 13px;
  margin-bottom: 80px;
}
.box1 h2 {
  margin-top: 40px;
  margin-bottom: 30px;
  background-color: #ff5764;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0 15px 20px;
}
.box1 h2::after {
  width: 0;
  height: 0;
}
.box1 h3 {
  margin-bottom: 20px;
  border-left: 3px solid #df0515;
  padding-left: 20px;
  font-size: 22px;
  font-weight: bold;
}
.box1 a {
  text-decoration: underline;
  color: #000;
}
.box1 .box2 > div {
  display: flex;
  margin-bottom: 30px;
}
.box1 .box2 > div > div:first-child {
  width: 25%;
  margin-right: 15px;
}
.box1 .box2 > div > div:last-child {
  width: 75%;
  margin-left: 15px;
}
.box1 .notes {
  font-size: 12px;
  margin-top: 5px;
}
.box1 .guide {
  position: relative;
  padding: 2px 0 2px 16px;
}
.box1 .guide::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0.65em;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #ccc;
}

/**
 * スマホレスポンシブ対応
 */
@media screen and (max-width: 750px) {
  .box1 {
    font-size: 18px;
  }
  .box1 h2 {
    font-size: 26px;
  }
  .box1 h3 {
    font-size: 22px;
  }
  .box1 .img-sp {
    margin-bottom: 20px;
  }
  .box1 .notes {
    font-size: 19px;
  }
  .box1 .box2 > div {
    display: block;
  }
  .box1 .box2 > div > div:first-child {
    width: 100%;
    margin-right: 0;
  }
  .box1 .box2 > div > div:last-child {
    width: 100%;
    margin-left: 0;
  }
}

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