@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  background-color: #f5f7ff;
  background-image: url("../img/pattern_stripe.png");
  background-image: image-set(url(../img/pattern_stripe.png) 1x, url(../img/pattern_stripe@2x.png) 2x, url(../img/pattern_stripe@3x.png) 3x);
  background-image: -webkit-image-set(url(../img/pattern_stripe.png) 1x, url(../img/pattern_stripe@2x.png) 2x, url(../img/pattern_stripe@3x.png) 3x);
  background-repeat: repeat;
  color:#292b33;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.963vw;
  margin: 3.704vw 8.395vw 3.704vw 8.395vw;
  padding: 0;
}

a {
  color: #567cf8;
}

.body-text {
  line-height: 1.5;
}

.body-text p {
  margin: 0;
  overflow-wrap: anywhere;
}

.flex-box {
  display: flex;
}

.flex-box-left {
  white-space: nowrap;
}

.heading-medium {
  border-bottom: 2px solid #b0b3bb;
  font-size: 3.704vw;
  font-weight: bold;
  margin-top: 4.197vw;
  margin-bottom: 5.679vw;
}

.heading-small {
  font-size: 3.704vw;
  font-weight: bold;
  margin-top: 2.716vw;
  margin-bottom: 2.716vw;
}

.heading-small-list ol {
  padding-left: 3.704vw;
}

.heading-small-list ol li::marker {
  font-size: 3.704vw;
  font-weight: bold;
}

.list {
  padding-left: 3.704vw;
}

.list-alphabet {
  list-style-type: lower-latin;
}

.list-disc {
  list-style-type: disc;
}

.list-style-none {
  list-style: none;
}

.list-text {
  line-height: 1.5;
}

.list-text p {
  margin-top: 0;
}

/* 見出しの背景を平行四辺形で塗りつぶす */
.title-parallelogram {
  position: relative;
  z-index: 1;
  width: 98%;
  text-align: center;
  margin: 0 auto;
}

.title-parallelogram::before {
  position: absolute;
  z-index: -1;
  top: 0; bottom: 0; left: 0; right: 0;
  transform: skewX(-10deg);
  content: "";
  background-color:#3f414c;
}

.title-parallelogram h1 {
  color: #ffffff;
  font-size: 4.197vw;
  margin-top: 2.716vw;
  margin-bottom: 2.716vw;
  padding: 2px;
}