@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 > div {
  margin: 10px 0;
}
.box1 h2 {
  margin-top: 40px;
  margin-bottom: 30px;
  background-color: #ff5764;
  color: white;
  font-size: 1.4em;
  font-weight: bold;
  padding: 15px 0 15px 20px;
}
.box1 h2::after {
  width: 0;
  height: 0;
}
.box1 h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  border-left: 3px solid #df0515;
  padding-left: 20px;
  font-size: 1.4em;
  font-weight: bold;
}
.box1 ol {
  margin-left: 1.8em;
}
.box1 li {
  margin: 5px 0;
}
.box1 a {
  text-decoration: underline;
  color: #000;
}
.box1 .emphasis {
  font-weight: bold;
}
.box1 .list1 {
  list-style: decimal;
}
.box1 .list2 {
  list-style: lower-alpha;
}
.box1 .guide {
  position: relative;
  padding: 0 0 0 16px;
}
.box1 .guide::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0.5em;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #CCCCCC;
}

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

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