@charset "UTF-8";
.title01 {
  font-weight: bold;
  text-shadow: none;
  color: #333;
  padding: 20px 0 60px;
}

@media print, screen and (min-width: 361px) {
  .title01 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .title01 {
    padding: 20px 0 40px;
  }
}

.title01 span {
  color: #3bb6c4;
}

@media print, screen and (min-width: 768px) {
  .title01 span {
    font-size: 46px;
  }
}

.list01 {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  width: 330px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1150px) {
  .list01 {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .list01 {
    width: 100%;
    margin-bottom: 25px;
    float: none;
  }
}

.list01 span {
  font-size: 20px;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 1100px) {
  .list01 span {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .list01 span {
    font-size: 15px;
  }
}

.list01 span a {
  padding: 5px 0 5px 30px;
  border-bottom: 1px solid #3bb6c4;
  display: block;
  position: relative;
}

@media screen and (max-width: 900px) {
  .list01 span a {
    padding-left: 25px;
  }
}

.list01 span a:before, .list01 span a:after {
  content: "";
  margin: auto 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.list01 span a:before {
  width: 10px;
  height: 10px;
  background: #3bb6c4;
  left: 10px;
}

.list01 span a:after {
  width: 6px;
  height: 6px;
  border-top: 2px solid #3badbb;
  border-right: 2px solid #3badbb;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 8px;
}

@media screen and (max-width: 767px) {
  .list01 span a:after {
    right: 15px;
  }
}

.list01 a:hover {
  opacity: 0.8;
}

.list01 ul {
  margin: 20px 0 0 10px;
}

.list01 li {
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (max-width: 900px) {
  .list01 li {
    font-size: 14px;
  }
}

.list01 li a {
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 900px) {
  .list01 li a {
    padding-left: 15px;
  }
}

.list01 li a:before {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #3badbb;
  border-right: 2px solid #3badbb;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .list01:nth-child(3n+1) {
    clear: both;
  }
}

@media print, screen and (min-width: 768px) {
  .list01:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}

.contactArea01 {
  margin-top: 50px;
}
