@charset "UTF-8";

.utasuki-step{
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}

.utasuki-step li{
  width: 250px;
    margin: 10px;
}

.utasuki-step-btn{
  background: #fbe95e;
    padding: 5px;
    margin-top: 10px;
    display: block;
    text-align: center;
    color: #e86176;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.8em;
    border-radius: 25px;
}

.naviapp-step{
  /* display: flex; */
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}

.naviapp-step li {
    width: 95%;
    padding: 20px;
    margin: 10px auto;
    border-radius: 18px;
}

.naviapp-step .back-yellow {
background: #fdf3bd;
}

.naviapp-step .naviapp-step-text{
  /* text-align: center; */
  font-size: 18px;
    font-weight: bold;
    /* margin: 10px 0; */
    padding-left: 19px;
    text-indent: -1.2em;
    color: #505050;
}

@media screen and (max-width: 767px) {
  .naviapp-step .naviapp-step-text{
  font-size: 14px;}
}

.naviapp-step .naviapp-step-subtext{
      font-size: 12px;
    margin-top: 5px;
    color: #505050;
}

.naviapp-step-btn{
  width: 200px;
  background: #d70e18;
    padding: 10px;
    margin: 10px auto;
    display: block;
    text-align: center;
    border-radius: 25px;
}

.naviapp-step-btn img{
    display: block;
    margin: 0 auto;
    /* text-align: center; */
}


.utasuki-step a:hover {
  color: #e86176;
  opacity: 0.6;
}

.utasuki-step a:visited {
  color: #e86176;}

  .button-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    float: right;
    padding: .7em 2em;
    border: none;
    border-radius: 25px;
    background-color: #fbe95e;
    color: #e86176;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 20px;
}

.button-2::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-top: 3px solid #e86176;
    border-right: 3px solid #e86176;
    content: '';
}

.button-2:hover {
    background-color: #ebd94e;
}

@media screen and (max-width: 767px) {
  .button-2 {
    width: 200px;
    font-size: .8em;
  }
}

.utasuki-present{
  display: flex;
  justify-content: center;
  align-items: end;
}

.utasuki-present-left{
  width: 70%;
  height: 310px;
  background: #ffe5eb;
  padding: 20px;
  margin-right: 15px;
  border-radius: 10px;
}

.utasuki-present-txt{
  justify-items: center;
  margin-bottom: 15px;
}

.utasuki-present-txt p{
  text-align: center;
  background: #fff;
  width: 180px;
  font-size: 16px;
  font-weight: bold;
  color: #e86176;
  padding: 5px;
  border-radius: 20px;
}

.utasuki-present-left-img{
  display: flex;
}

.utasuki-present-img-item{
  width: 190px;
}

.utasuki-present-right{
  width: 25%;
  height: 310px;
  padding: 20px;
  background: #ffe5eb;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .utasuki-present{
    display: block;
    width: 100%;
  }
  .utasuki-present-left{
    width: 100%;
    height: auto;
  }
  .utasuki-present-left-txt p{
    width: 60%;
  }
  .utasuki-present-left-img{
    display: block;
    width: 100%;
  }

  .utasuki-present-img-item{
    width: 250px;
    margin: 0 auto 15px;
  }
  .utasuki-present-right{
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0;
    padding: 20px;
  }

  .utasuki-present-txt p{
    width: 250px;
    font-size: 18px;
  }
}

.saiteki_key{
  margin: 30px 0 20px 0;
}

.saiteki_key_img{
  display: flex;
  justify-content: center;
}

.saiteki_key_img_item{
  width: 30%;
}

@media screen and (max-width: 767px) {
  .saiteki_key_img{
    display: block;
  }

  .saiteki_key_img_item{
    width: 80%;
    margin: 0 auto;
  }

}