@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 a {
  text-decoration: underline;
  color: #000;
}
.box1 > div {
  display: flex;
  font-size: 14px;
  margin-top: 50px;
}
.box1 > div > div {
  display: flex;
}
.box1 > div > div:first-child {
  width: 50%;
  margin-right: 30px;
}
.box1 > div > div:last-child {
  width: 50%;
  margin-left: 30px;
}
.box1 > div > div > div:first-child {
  width: 20%;
  margin-right: 10px;
}
.box1 > div > div > div:last-child {
  width: 80%;
  margin-left: 10px;
}
.box1 > div > div > div > div {
  margin-top: 5px;
  margin-bottom: 10px;
}

/**
 * スマホレスポンシブ対応
 */
@media screen and (max-width: 750px) {
  .box1 > div {
    display: block;
  }
  .box1 > div > div {
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
  }
  .box1 > div > div:first-child {
    width: 100%;
    margin-right: 0;
  }
  .box1 > div > div:last-child {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .box1 > div > div > div:first-child {
    width: 15%;
    flex-basis: 100px;
  }
  .box1 > div > div > div:last-child {
    width: 85%;
  }
  .box1 > div:last-child > div:last-child {
    border-bottom-width: 0;
  }
}

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