#plan .p-sec01 {
  padding: 80px 0 40px;
}

#plan .p-sec01-contents .contentsWrap+.contentsWrap {
  margin-top: 20px;
}

#plan .p-sec01__tit .titText {
  text-align: left;
}

#plan .p-sec01-contents__text {
  font-size: 20px;
}

#plan .p-sec01-contents__tableArea .tableArea .row {
  flex-direction: column;
}

#plan .p-sec01-contents__tableArea .tableArea .row .rowTit {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #aaa;
}

#plan .p-sec01-contents__tableArea .tableArea .row .rowContentsWrap {
  width: 100%;
}

#plan .p-sec01-contents__tableArea .tableArea .row .rowContentsWrap .rowContents {
  padding: 10px;
}

#plan .p-sec01-contents__tableArea .tableArea .row .rowContentsWrap .rowContents--calc {
  flex-direction: column;
}

#plan .p-sec01-contents__tableArea .tableArea .row .rowContentsWrap .rowContents--calc .contents02 {
  padding-top: 10px;
  text-align: right;
}

#plan .p-sec01__fee {
  margin-top: 20px;
  padding: 30px 0;
}

#plan .p-sec01__fee .tit {
  font-size: 24px;
}

#plan .p-sec01__fee .btnBox {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

#plan .p-sec01__fee .btnBox .btn {
  margin-top: 0;
}

#plan .p-sec01__fee .btn {
  margin-top: 10px;
}