@charset "utf-8";
body {
  margin: 0;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
img {
  max-width: 100%;
  height: auto;
}
a {
  border-bottom-style: none;
  transition: all 0.8s;
}
a:hover {
  opacity: 0.7;
}
li {
  list-style: none;
}
header {
  display: block;
  background: #ba0d68;
  text-align: center;
}
main {
  display: block;
  background: #ffe6f4;
  padding: 30px 0 50px;
}
.inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
h1 {
  margin: 0 auto;
  font-size: 0;
}
.logo {
  position: absolute;
  top: 17%;
  left: 0;
}
.present-area {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 1px #999;
  border: 2px solid #dcb140;
  padding: 40px 50px 50px;
}
.text {
  text-align: left;
}

.text h2 {
  margin: 30px 0 20px;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #c98f55;
  border-radius: 5px;
  padding-left: 10px;
}
.text h3 {
  margin: 40px 0 10px;
  text-align: left;
  font-size: 20px;
  font-weight: normal;
}
.text h3::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #ae136f;
  margin-right: 7px;
  transform: translateY(3px);
}
.number {
  margin-right: 10px;
  border: 1px solid #e82c0d;
  border-radius: 3px;
  padding: 2px 5px;
}
.gray-line {
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  margin-top: 45px;
}
p {
  text-align: left;
  margin-bottom: 15px;
  line-height: 2;
  color: #333;
}
.ft_left {
  float: left;
}
.polisy {
  text-decoration: underline;
  color: #333;
}
.course_txt_1 {
  padding-left: 5.5em;
  text-indent: -5.5em;
}
.course_txt_1_or {
  padding-left: 7em;
}
.course_txt_2 {
  padding-left: 6.2em;
  text-indent: -6.2em;
}
footer {
  background: #ed63a0;
  display: block;
}
.flexbox {
  display: flex;
}
footer .inner.flexbox {
  align-items: flex-end;
  -ms-flex-align: end;
  padding: 20px 0;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

footer .inner.flexbox ul {
  width: 40%;
  margin: 0;
}

footer .inner.flexbox ul li {
  border-right: 1px solid #fff;
  color: #fff;
  padding: 0 17px;
  font-size: 14px;
}

footer .inner.flexbox ul li a {
  color: #fff;
  text-decoration: none;
}

footer .inner.flexbox div {
  text-align: right;
}

footer .inner.flexbox div .copy {
  font-size: 12px;
  color: #fff;
  margin: 0;
}

.sp_display {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_display {
    display: none;
  }
  .sp_display {
    display: block;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
  }
  .present-area {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 1px #999;
    border: 2px solid #dcb140;
    padding: 20px 15px 10px;
  }
  .inner {
    width: 93%;
  }
  .text h3 {
    margin: 20px 0 10px;
  }
  h1 {
    width: 50%;
  }
  .logo {
    width: 12%;
  }
  .gray-line {
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    margin-top: 22px;
  }
  img {
    max-width: 100%;
  }
  .ft_left {
    float: none;
  }
  .text img {
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
  }
  .course_txt_1_or {
    padding-left: 6em;
  }
  footer .flexbox {
    display: block;
  }
  footer .inner.flexbox ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
  footer .inner.flexbox ul li {
    text-decoration: underline;
    padding: 3px;
    border-right: none;
    text-align: center;
  }
  footer .inner.flexbox div {
    text-align: center;
  }
  footer .inner.flexbox div .copy {
    margin-top: 5px;
    text-align: center;
  }
}
