@charset "utf-8";
/*PC*/

.main-outer {
  width: 750px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
}
.link-outer {
  color: #2379ca;
}
.link-outer:hover {
  color: #2379ca;
  opacity: 0.7;
}
.title-outer {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ddd;
  font-size: 24px;
  font-size: 2.4rem;
}
.subtitle-outer {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2.0rem;
}
.base-outer {
  margin-bottom: 45px;
}
.base-outer.large-space {
  margin-bottom: 70px;
}
.base-outer.small-space {
  margin-bottom: 30px;
}
.base-outer.none-space {
  margin-bottom: 0;
}
.link-list-outer {
  margin-bottom: 45px;
}
.link-list-outer li.disc::before {
  content: "・";
 }
.base-inner {
  margin-bottom: 20px;
}
.base-inner-list {
  margin-left: 40px;
  margin-bottom: 20px;
}
.fix-date {
  text-align: right;
}
