.container.step {
  padding: 50px 0 105px;
}
@media only screen and (max-width: 767px) {
  .container.step {
    padding: 80px 0 60px;
  }
}

.container.step .content-inner {
  max-width: 1000px;
  width: 88%;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .container.step .content-inner {
    padding: 0;
  }
}

.container.step .logo {
  width: 471px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .container.step .logo {
    width: 60%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .container.step .logo {
    width: 88%;
  }
}

.step {
  letter-spacing: 0.05rem;
}

.step-detail {
  justify-content: center;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .step-detail {
    margin-bottom: 30px;
  }
}
.step-detail_item {
  display: inline-block;
  padding: 8px 40px;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  background-color: #F29F8C;
  border-radius: 22px;
}
@media only screen and (max-width: 767px) {
  .step-detail_item {
    font-size: 1rem;
  }
}

.step-desc {
  max-width: 700px;
  font-size: 1rem;
  line-height: 1.8;
}
.step-desc h2 {
  display: block;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .step-desc {
    margin-bottom: 40px;
    font-size: 0.875rem;
    text-align: left;
  }
}
@media only screen and (max-width: 500px) {
  .step-desc h2 {
    font-size: 1.25rem;
  }
}

.step-movie {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.step-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.step-about {
  background-color: #EBEBE1;
  padding: 40px;
}
.step-about-list-item {
  align-items: flex-start;
  justify-content: space-between;
}
.step-about-list-item:first-child {
  border-bottom: dotted 1px #707070;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.step-about-list-item-img {
  display: block;
  width: calc((100% - 40px) / 2);
}
.step-about-list-item dl {
  width: calc((100% - 40px) / 2);
}
.step-about-list-item dl dt {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 20px;
}
.step-about-list-item dl dd {
  line-height: 1.8;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .step-about {
    padding: 30px;
  }
  .step-about-list-item {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .step-about-list-item-img {
    width: 80%;
    margin: 0 auto;
  }
  .step-about-list-item dl {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 500px) {
  .step-about {
    padding: 20px;
  }
  .step-about-list-item:first-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .step-about-list-item-img {
    width: 100%;
  }
}

.step-feature {
  position: relative;
}
.step-feature-ctns {
  text-align: center;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.85);
  max-width: 1000px;
  width: 88%;
  padding: 40px;
}
.step-feature-ctns h3 {
  font-weight: 500;
  font-size: 28px;
  margin: 0 0 40px;
}
.step-feature-ctns-list li {
  display: block;
  padding: 0 0 20px;
  width: 20%;
  font-size: 16px;
}
.step-feature-ctns-list li small {
  display: block;
  font-size: 12px;
  margin: 5px 0 0;
}
.step-feature-ctns-list li i {
  display: block;
  margin: 0 0 20px;
}
.step-feature-ctns-list li:nth-child(odd) {
  background-color: #FFFFF5;
}
.step-feature-ctns-list li:nth-child(even) {
  background-color: #FFEFEB;
}
@media only screen and (max-width: 767px) {
  .step-feature-ctns {
    padding: 20px;
  }
  .step-feature-ctns h3 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .step-feature-ctns-list li {
    padding: 0 0 10px;
    font-size: 12px;
  }
  .step-feature-ctns-list li small {
    font-size: 10px;
    margin: 5px 0 0;
  }
  .step-feature-ctns-list li i {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 500px) {
  .step-feature-ctns {
    padding: 20px;
  }
  .step-feature-ctns h3 {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .step-feature-ctns-list li {
    width: 33%;
    padding: 0 0 10px;
    font-size: 10px;
  }
  .step-feature-ctns-list li i {
    display: block;
    margin: 0 0 5px;
  }
}

.step-point {
  background-color: white;
  border-radius: 20px;
  padding: 40px 50px 50px;
}
.step-point h4 {
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  margin: 0 0 40px;
}
.step-point-list {
  justify-content: space-between;
  align-items: stretch;
}
.step-point-list-item {
  position: relative;
  width: calc((100% - 20px) / 2);
  margin: 0 0 20px;
  text-align: center;
}
.step-point-list-item:nth-child(n+3) dl dd {
  height: 160px;
}
.step-point-list-item dl {
  width: 100%;
  align-items: stretch;
  text-align: center;
}
.step-point-list-item dl dt {
  align-items: baseline;
  justify-content: center;
  width: 100%;
  background-color: #F29F8C;
  color: white;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
  padding: 20px 0;
}
.step-point-list-item dl dt small {
  font-size: 16px;
}
.step-point-list-item dl dd {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 220px;
  background-color: #FFEFEB;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  font-size: 17px;
  line-height: 1.8;
}
.step-point-list-item dl dd span {
  background-color: white;
  display: block;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.3px;
  font-size: 14px;
  padding: 10px 15px;
  margin: 10px 0 0;
}
.step-point-list-item i {
  position: absolute;
  display: block;
}
.step-point-list-item-ornament01 {
  width: 180px;
  height: 180px;
  top: -80px;
  right: -90px;
}
.step-point-list-item-ornament02 {
  width: 160px;
  height: 160px;
  top: -140px;
  left: -80px;
}
@media only screen and (max-width: 767px) {
  .step-point {
    padding: 30px 40px 40px;
  }
  .step-point h4 {
    font-size: 25px;
    margin: 0 0 20px;
  }
  .step-point-list-item {
    text-align: center;
  }
  .step-point-list-item:nth-child(3) dl dd {
    line-height: 1.5;
  }
  .step-point-list-item dl dt {
    font-size: 16px;
    padding: 15px 0;
  }
  .step-point-list-item dl dt small {
    font-size: 12px;
  }
  .step-point-list-item dl dd {
    padding: 15px 20px;
    font-size: 14px;
  }
  .step-point-list-item dl dd span {
    font-size: 12px;
    margin: 5px 0 0;
  }
  .step-point-list-item dl dd span:first-of-type {
    margin: 10px 0 0;
  }
  .step-point-list-item i {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .step-point {
    padding: 20px 20px 20px;
  }
  .step-point h4 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .step-point-list-item {
    width: 100%;
    text-align: center;
  }
  .step-point-list-item:nth-child(3) dl dd {
    line-height: 1.5;
  }
  .step-point-list-item:nth-child(n+3) dl dd {
    height: auto;
  }
  .step-point-list-item:last-child {
    margin: 0;
  }
}

.step-schedule-list {
  justify-content: space-between;
}
.step-schedule-list-item {
  display: block;
  width: 55%;
}
.step-schedule-list-item:last-child {
  width: 40%;
}
.step-schedule-list-item table {
  width: 100%;
}
.step-schedule-list-item table tr {
  display: inline-flex;
  width: 100%;
  margin: 0 0 3px;
}
.step-schedule-list-item table tr th {
  background-color: #F29F8C;
  color: white;
  width: 25%;
  padding: 10px 20px;
}
.step-schedule-list-item table tr td {
  background-color: white;
  width: 75%;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .step-schedule-list-item {
    width: 60%;
  }
  .step-schedule-list-item:last-child {
    width: 35%;
    margin: 0 auto;
  }
  .step-schedule-list-item table tr {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .step-schedule-list-item {
    width: 100%;
  }
  .step-schedule-list-item:last-child {
    width: 80%;
    margin: 20px auto 0;
  }
  .step-schedule-list-item table tr {
    font-size: 13px;
  }
  .step-schedule-list-item table tr th {
    width: 30%;
  }
  .step-schedule-list-item table tr td {
    width: 70%;
  }
}

.step-place-list {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.step-place-list-item {
  line-height: 1.7;
  display: block;
  width: 48%;
}
.step-place-list-item a {
  color: black;
  text-decoration: none;
}
.step-place-list-item-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: 20px 0 0;
}
@media only screen and (max-width: 500px) {
  .step-place-list-item {
    width: 100%;
    font-size: 13px;
  }
  .step-place-list-item:first-child {
    margin: 0 0 20px;
  }
  .step-place-list-item-icon {
    margin: 10px 0 0;
  }
}

.step-ttl {
  display: block;
  width: 100%;
  border-radius: 30px;
  text-align: center;
  background-color: #F29F8C;
  color: white;
  font-weight: 500;
  font-size: 26px;
  padding: 10px 0;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .step-ttl {
    font-size: 20px;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 500px) {
  .step-ttl {
    font-size: 18px;
    margin: 0 0 20px;
  }
}

.t_flex {
  display: flex;
  flex-wrap: wrap;
}

.txtLeft {
  text-align: left !important;
}

.mrgnBttm {
  margin: 0 auto 70px;
}
@media only screen and (max-width: 767px) {
  .mrgnBttm {
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 500px) {
  .mrgnBttm {
    margin: 0 auto 40px;
  }
}/*# sourceMappingURL=miraistep.css.map */