@charset "UTF-8";
/* color */
.slider {
  border-top: 2px solid;
  border-bottom: 2px solid;
  background-color: #efefef;
}

.slider .slick {
  margin: 0 0;
  padding: 0 0;
  list-style: none;
}

@media (max-width: 767px) {
  .slider img {
    width: auto;
    height: 240px;
  }
}

@media (min-width: 768px) {
  .slider img {
    max-width: 100%;
    height: auto;
  }
}

.title {
  background-color: #EA5504;
  color: #000;
  padding: 1em 0 .5em 0;
}

.title h1 {
  margin-top: 0;
  font-size: 3.4rem;
  line-height: 1.4;
}

.title h1 small {
  color: inherit;
}

.title h1 span {
  border-bottom: 5px solid;
}

@media (max-width: 1023px) {
  .title h1 {
    font-size: 2.3rem;
    text-align: center;
  }
}

.title p {
  font-size: 1.8rem;
  line-height: 1.5;
}

.title img {
  margin-bottom: 1em;
}

.intro {
  background-color: #000;
  color: #fff;
  padding: 1em 0;
}

.intro h2 {
  margin-top: 0;
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  .intro h2 {
    font-size: 2rem;
  }
}

.intro ul {
  margin: 0 0;
  padding-left: 0;
  list-style: none;
}

.intro ul li {
  display: inline-block;
}

.intro ul li:before {
  content: "●";
  display: inline-block;
  margin-right: .2em;
  font-family: monospace;
}

@media (max-width: 767px) {
  .intro ul {
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .intro p {
    margin-bottom: 1em;
  }
}

.point {
  padding: 1em 0;
}

@media (max-width: 767px) {
  .point .img-num {
    width: 25px;
    position: absolute;
    left: 0;
  }
}

@media (min-width: 768px) {
  .point .img-num {
    margin: 0 auto;
    display: block;
    padding-top: 50%;
  }
}

@media (min-width: 768px) {
  .point p.txt-point {
    font-size: 1.4rem;
  }
}

.point h3 {
  margin-top: 0;
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  .point h3 {
    margin-top: .5em;
    position: relative;
    font-size: 2rem;
    display: inline-block;
    padding-left: 1.5em;
  }
}

.point hr {
  border-bottom: 4px solid;
  border-color: #000;
}

.point .link:after {
  content: "\f0da";
  font-family: 'FontAwesome', sans-serif;
  display: inline-block;
  margin-left: .3em;
}

.voice {
  background-color: #efefef;
  padding: 1em 0;
}

.voice h2 {
  margin-top: 0;
  margin-bottom: .7em;
}

.voice h3 {
  margin-top: 0;
  font-size: 2rem;
}

.voice p {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .voice p {
    font-size: 1.4rem;
  }
}

.voice figure {
  font-size: 1.2rem;
}

.voice figure.fig-schedule {
  position: relative;
}

.voice figure.fig-schedule .fig-option1 {
  position: absolute;
  right: 0;
}

@media (max-width: 767px) {
  .voice figure {
    overflow: auto;
  }
  .voice figure .img-tbl {
    width: 450px;
  }
}

@media (min-width: 768px) {
  .voice .txt-name {
    margin-top: 64%;
  }
}

.voice .name {
  font-weight: bold;
  font-size: 125%;
}

.message {
  padding: 1em 0;
}

.message h3 {
  margin-top: 0;
  font-size: 2rem;
}

.message p {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .message p {
    font-size: 1.4rem;
  }
}

.message .name {
  font-weight: bold;
  font-size: 125%;
}

@media (max-width: 767px) {
  .img-ttl1 {
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .img-ttl2 {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .img-ttl3 {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .img-ttl4 {
    max-width: 90%;
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .img-ttl5 {
    max-width: 50%;
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .img-pic4 {
    margin: 1em auto 0 auto;
    width: 161.4px;
    display: inline-block;
  }
}

.img-pic5 {
  margin-bottom: 1em;
}
