@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 {
  background-color: #F2F2F2;
  padding: 5px;
  margin-bottom: 80px;
}
.box1 .box2 {
  padding-top: 40px;
  padding-bottom: 40px;
  border: 5px solid white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box1 .box2 > div {
  margin: 10px;
}

/**
 * スマホレスポンシブ対応
 */

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