
.planBoxText01 {
    padding-top: 0%;
}

.planBoxLeft {
    width: 40%;
    text-align: center;
    vertical-align: middle;
}

.planBox.contentWorp td p:nth-child(2){
  margin-bottom: 20px;
}

.planBox.contentWorp td p:nth-child(3),
.planBox.contentWorp td p:last-child{
  font-size:12px;
}

.planBox.contentWorp td p:nth-child(2) {
  margin-bottom: 20px;
}

.planBoxText02 {
  padding-bottom: 12px;
}

.planBoxUl01 {
  margin: 27.5px 0px;
  width: 100%;
}

.planBoxRight p:first-child,
.planBox.contentWorp td p:nth-child(3){
  font-weight: bold;
}

@media screen and (max-width: 768px){
.planBoxLeft {
  width: 100%;
  display: block;
}
.planBoxUl01 tr{
  display: block;
  padding: 25px;
}
.planBoxText02 {
  padding-bottom: 12px;
}
.planBoxUl01 {
  margin: 0px 0px;
}
}