@charset "UTF-8";

.p-plan .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-plan .list .box {
  max-width: 250px;
  width: 30%;
  border: solid 1px #DDDDDD;
  font-size: 3rem;
  color: #156081;
  min-height: 180px;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-plan .list .plus {
  display: block;
  width: 42px;
}

@media screen and (max-width: 767px){


  .p-plan .list .box {
    max-width: 90px;
    width: 30%;
    font-size: 2rem;
    letter-spacing: 0.2em;
    line-height: 1.3;
    min-height: 90px;
  }

  .p-plan .list .plus {
    display: block;
    width: 16px;
  }

}
