img {
  width: 100%;
}

section.mv {
  background-image: url("/img/title/tokutei_sp.jpg");
}
/* .mv h1 {
  color: #fff;
} */

.box h3 {
  color: #643200;
}

.box h3 span {
  font-size: 1.2rem;
  padding-left: 1em;
}
.box .flex .pict {
  margin-top: 20px;
}
.box dl.yutai {
  margin-top: 30px;
  padding: 0 0 20px;
  border-top: 2px solid #643200;
  border-bottom: 2px solid #643200;
  background-color: #f2f0eb;
}
.box dl.yutai dt {
  padding: 5px 0 5px 10px;
  line-height: 1;
  display: inline-block;
  background-color: #643200;
  color: #fff;
  position: relative;
}
.box dl.yutai dt::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  border-left: solid 10px #643200;
  border-bottom: solid 26px transparent;
}
.box dl.yutai dd {
  padding: 0 10px;
  font-size: 1.4rem;
}
.box dl.yutai dd span {
  display: block;
  font-size: 1.4rem;
}
.box dl.yutai dd + dd {
  margin-top: 10px;
}

.pass {
}
.pass .pict {
  text-align: center;
}
.pass .pict img {
  width: 80%;
}

.ph .pict {
  margin-top: 30px;
}

@media screen and (min-width: 560px) {
  section.mv {
    background-image: url("/img/title/tokutei_pc.jpg");
    background-position: left !important;
  }

  .box h3 {
    font-size: 3rem;
  }
  .box h3 span {
    font-size: 1.6rem;
  }
  .box .flex p {
    width: 49%;
    margin-top: 0;
  }
  .box .flex .pict {
    width: 49%;
    margin-top: 0;
  }
  .box dl.yutai {
    margin: 30px 0;
    padding: 0 0 20px;
  }
  .box dl.yutai dt {
    font-size: 2rem;
    padding: 5px 5px 5px 15px;
  }
  .box dl.yutai dt::after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    border-left: solid 10px #643200;
    border-bottom: solid 30px transparent;
  }
  .box dl.yutai dd {
    padding: 0 90px;
    font-size: 2rem;
    margin-top: 10px;
  }
  .box dl.yutai dd span {
    display: inline;
    font-size: 2rem;
  }

  .pass {
  }
  .pass .txt {
    width: 100%;
  }
  .pass .pict {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pass .pict > p {
    width: 100%;
    margin-bottom: 1em;
  }
  .pass .pict div {
    width: 22%;
  }
  .pass .pict div > p {
    margin-bottom: 10px;
  }
  .pass .pict img {
    width: 100%;
  }

  .ph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ph .pict {
    margin-top: 30px;
  }
  .ph .pict:nth-of-type(1) {
    margin-right: 30px;
  }
}
/*# sourceMappingURL=about.css.map */
