@charset "utf-8";


/*============================
タイトル
============================*/
#ayumi .lead {
  font-size: 0.18rem;
  text-align: center;
  padding: 0.5rem 0;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  #ayumi .lead {
    font-size: 0.16rem;
  }
}

#ayumi .sec_title {
  font-size: 0.34rem;
  font-weight: bold;
  padding-top: 0.1rem;
  margin-bottom: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #ayumi .sec_title {
    font-size: 0.2rem;
  }
}

.row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  width: 176px;
  height: 300px;
  display: flex;
  flex-direction: column;
  border: 1px solid #8db5fb;
  overflow: hidden;
  margin: 7px 5px 0px 0px;
}

.card-header {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px dashed #fff;
  background-color: #8db5fb;
  padding: 5px 10px;
}

.card-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card img {
  width: 70%;
  margin-top: 10px;
}

.main-description {
  /* color: #f36; */
  font-size: 14px;
  text-align: center;
}

.main-description p {
  font-weight: bold;
  font-size: 20px;
  margin: 0px 0px 5px;
}

.main-description a {
  pointer-events: none;
  color: #000;
  display: block;
  margin-top: 0.15rem;
}

#uta {
  background: #fff;
  box-sizing: border-box;
  padding: 1rem 0;
}

#uta .ph_wrap {
  text-align: center;
}