.container {
  max-width: 960px;
}

.bgContent01 {
  background: url("../images/bg_index01.jpg") center center;
  background-size: 16.5px;
}

.topVisual01 {
  width: 100%;
  height: 220px;
  background: url("../images/bg_index02.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .topVisual01 {
    height: 150px;
  }
}
.topVisual01 img {
  width: 260px;
  height: 110px;
}
@media screen and (max-width: 767px) {
  .topVisual01 img {
    width: 200px;
    height: 84px;
  }
}

.mainArea01 {
  padding: 60px 0 80px;
  background-color: #fff;
}
.mainArea01 .heading01 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
    padding: 15px 0;
    background-color: #E1F4FA;
    border-top: 1px dashed #19ADF9;
    border-bottom: 1px dashed #19ADF9;
  }
@media screen and (max-width: 767px) {
  .mainArea01 {
    padding: 50px 0 60px;
  }
}
.mainArea01 h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .mainArea01 h3 {
    font-size: 22px;
  }
}
.mainArea01 h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #19ADF9;
}
@media screen and (max-width: 767px) {
  .mainArea01 h5 {
    font-size: 18px;
  }
}
.mainArea01 h5 span {
  padding: 0 15px;
  position: relative;
}
.mainArea01 h5 span:before {
  content: "";
  width: 9px;
  height: 15px;
  margin: auto;
  background-color: #19ADF9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mainArea01 .container02 {
  max-width: 720px;
  width: 94%;
  margin: 0 auto;
}

.capTxt01 {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

ul.decimal {
  padding-left: 1.5em;
  list-style: decimal;
}
ul.decimal > li {
  padding-left: 1em;
  line-height: 1.7;
}
ul.decimal > li:not(:last-child) {
  margin-bottom: 20px;
}
ul.decimal p {
  margin-bottom: 10px;
}
ul.none > li {
  text-indent: -2.5em;
  padding-left: 2.5em;
  line-height: 2;
}
ul.none > li:not(:last-child) {
  margin-bottom: 15px;
}

.compBox01:not(:last-child) {
  margin-bottom: 60px;
}
.compBox01 section:not(:last-child) {
  margin-bottom: 40px;
}
.compBox01 .txt01 {
  margin-bottom: 10px;
}

.txt01.link{
    color: #19ADF9;
}
.compBox01 .txt01 a{
    text-decoration: underline;
    color: #19ADF9;
}

.compTxt01 {
  font-size: 14px;
  margin-bottom: 20px;
}
