.plan .sortArea {
  width: 100%;
  background-color: #e2e2e2;
  padding: 16px 0 8px;
  margin-bottom: 32px;
}

.plan .sortArea .inner {
  width: 960px;
  margin: auto;
  position: relative;
}

.plan .sortArea dl {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.plan .sortArea dl dt {
  text-align: left;
  margin-bottom: 8px;
  font-weight: bold;
}

.plan .sortArea dl dd {
  position: relative;
  margin: 0;
}

.plan .sortArea dl dd ul {
  overflow: hidden;
  margin-left: -8px;
}

.plan .sortArea dl dd ul li {
  float: left;
  margin-left: 8px;
  margin-bottom: 8px;
  width: 136px;
  height: 46px;
}

.plan .sortArea dl dd img {
  width: 24px;
  position: absolute;
  left: 295px;
  top: 6px;
}

.plan .sortArea dl dd input[type="text"] {
  min-width: 330px;
  border-radius: 0px;
  background-color: #fff;
}

.plan .sortArea dl dd input[type="checkbox"] {
  display: none;
}

.plan .sortArea dl dd label {
  border: 1px solid #f2eee4;
  background: #f2eee4;
  padding: 8px 0px;
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  display: block;
  cursor: pointer;
  color: #696969;
}

.plan .sortArea dl dd input[type="checkbox"]:checked+label {
  border: 1px solid #a69463;
  background-color: #a69463;
  color: #fff;
}

.plan .sortArea .delete {
  background: url(../../img/plan/ico_delete.png) no-repeat right 5px;
  background-size: 10px 10px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: -30px;
  color: #555555;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}

.plan .sortArea .inner {
    width: 1150px;
}

@media print,
screen and (min-width:768px) {
  .plan-list {
    margin: 40px auto 0
  }
}

.plan-list li {
  border-bottom: 1px solid #ccc
}

.plan-list li>.plan-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 20px 65px;
  max-width: 1000px;
  margin: 0 auto
}

@media print,
screen and (min-width:768px) {
  .plan-list li>.plan-item {
    padding: 30px 20px
  }
}

.plan-list li>a:hover {
  opacity: 1
}

.plan-list li>a:hover .plan-list__thumb img {
  transform: scale(1.05)
}

.plan-list li>a:hover .plan-list__btn {
  opacity: .6
}

.plan-list__season {
  display: flex;
  gap: 5px;
  width: 100%;
  margin-bottom: 10px
}

.plan-list__season span {
  font-size: 10px;
  display: block;
  padding: 3px 10px;
  border: 1px solid #004664;
  color: #004664;
  border-radius: 10px
}

@media print,
screen and (min-width:768px) {
  .plan-list__season span {
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 20px
  }
}

.plan-list__season .is-recommend {
  background-color: #db3e43;
  color: #fff;
  border: 1px solid #db3e43;
  border-radius: 0
}

@media print,
screen and (min-width:768px) {
  .plan-list__season .is-recommend {
    padding: 5px 15px
  }
}

.plan-list__headline {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  width: 100%
}

@media print,
screen and (min-width:768px) {
  .plan-list__headline {
    font-size: 22px;
    color: #004664
  }
}

.plan-list__display {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  background-color: #e2e2e2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  flex-wrap: wrap
}

@media print,
screen and (min-width:768px) {
  .plan-list__display {
    flex-wrap: wrap;
    position: relative;
    flex-direction: row;
    background-color: transparent;
    align-items: flex-start;
    margin-bottom: 0
  }
}

.plan-list__thumb {
  position: relative;
  width: 100px;
  flex-shrink: 0;
  overflow: hidden
}

@media print,
screen and (min-width:350px) {
  .plan-list__thumb {
    width: 150px
  }
}

@media print,
screen and (min-width:768px) {
  .plan-list__thumb {
    width: 300px;
    max-width: 300px
  }
}

.plan-list__thumb::before {
  display: block;
  padding-top: 100%;
  content: ""
}

.plan-list__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  transition: all 300ms
}

.plan-list__amount {
  padding: 10px 5px 10px 15px;
  width: calc(100% - 100px);
  flex-shrink: 0
}

@media print,
screen and (min-width:350px) {
  .plan-list__amount {
    width: calc(100% - 150px)
  }
}

@media print,
screen and (min-width:768px) {
  .plan-list__amount {
    width: 100%;
    background-color: #e2e2e2;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 15px 20px
  }
}

.plan-list__amount-ttl {
  font-size: 12px;
  display: inline-block;
  background-color: #004664;
  color: #fff;
  margin-bottom: 5px;
  padding: 3px 10px;
  line-height: 1;
}

@media print,
screen and (min-width:768px) {
  .plan-list__amount-ttl {
    font-size: 14px;
    padding: 5px 15px;
    margin-right: 10px
  }
}

.plan-list__amount-price {
  margin-bottom: 2px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -.01em
}

@media print,
screen and (min-width:768px) {
  .plan-list__amount-price {
    font-size: 32px;
    letter-spacing: 0;
    font-weight: 500
  }
}

.plan-list__amount-price span {
  margin-left: 3px;
  font-size: 14px;
  vertical-align: baseline;
}

@media print,
screen and (min-width:768px) {
  .plan-list__amount-price span {
    margin-left: 5px
  }
}

@media print,
screen and (min-width:768px) {
  .plan-list__txt {
    margin-left: auto;
    text-align: right
  }
}

.plan-list__amount-regular {
  color: #db3e43;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 1.5
}

@media print,
screen and (min-width:768px) {
  .plan-list__amount-regular {
    font-size: 14px
  }
}

.plan-list__amount-note {
  font-size: 10px;
  line-height: 1.5;
  color: #555
}

@media print,
screen and (min-width:768px) {
  .plan-list__amount-note {
    font-size: 14px
  }
}

.plan-list__detail {
  display: none
}

@media print,
screen and (min-width:768px) {
  .plan-list__detail {
    width: calc(100% - 300px);
    display: flex;
    padding-left: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 60px;
    line-height: 1;
  }

  .plan-list__detail dt {
    width: 100px;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background-color: #004664;
    line-height: 1;
  }

  .plan-list__detail dd {
    margin-bottom: 15px;
    width: calc(100% - 100px);
    font-size: 14px;
    line-height: 1.7;
    padding-left: 15px
  }
}

.plan-list__btn {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  display: block;
  margin: 0 auto;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  background-color: #004664;
}

@media print,
screen and (min-width:768px) {
  .plan-list__btn {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    transform: translateX(0);
    transition: opacity 300ms
  }
}

.plan-list__btn span {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  font-size: 12px;
  color: #fff;
}

@media print,
screen and (min-width:768px) {
  .plan-list__btn span {
    font-size: 14px
  }
}

.plan-list__btn span::before {
  position: absolute;
  top: 40%;
  margin-top: -2px;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transform: rotate(135deg)
}
.plan-list__btn.close span::before {
  top: 60%;
  transform: rotate(-45deg)
}

@media print,
screen and (min-width:768px) {
  .plan-list__btn span::before {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    top: 50%;
    transform: rotate(45deg)
  }
}

.price {
  padding: 30px 20px;
  max-width: 1000px;
  margin: 0 auto
}

@media print,
screen and (min-width:768px) {
  .price {
    display: flex;
    padding: 100px 0
  }
}

.price h2 {
  margin-bottom: 20px
}

@media print,
screen and (min-width:768px) {
  .price h2 {
    margin-bottom: 40px
  }
}

.price__txt {
  font-size: 1.2rem;
  line-height: 1.5
}

@media print,
screen and (min-width:768px) {
  .price__txt {
    font-size: 14px;
    line-height: 1.7
  }
}

.price__body {
  margin-bottom: 20px
}

@media print,
screen and (min-width:768px) {
  .price__body {
    width: 50%;
    padding: 20px
  }
}

.price__list {
  display: flex;
  flex-wrap: wrap
}

@media print,
screen and (min-width:768px) {
  .price__list {
    width: 50%
  }
}

.price__list dt {
  width: 90px;
  font-size: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-size: 12px
}

@media print,
screen and (min-width:768px) {
  .price__list dt {
    font-size: 14px;
    width: 100px;
    margin-bottom: 20px;
    padding-bottom: 20px
  }
}

.price__list dt span {
  font-size: 18px
}

@media print,
screen and (min-width:768px) {
  .price__list dt span {
    font-size: 28px
  }
}

.price__list dd {
  display: flex;
  width: calc(100% - 90px);
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  align-items: flex-end;
  font-size: 12px
}

@media print,
screen and (min-width:768px) {
  .price__list dd {
    width: calc(100% - 100px);
    font-size: 14px;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px
  }
}

.price__list-ttl {
  font-size: 10px;
  display: block;
  padding: 3px 5px;
  background-color: #004664;
  color: #fff;
  margin-right: 10px
}

@media print,
screen and (min-width:768px) {
  .price__list-ttl {
    font-size: 14px
  }
}

.price__list-yen {
  font-size: 18px
}

@media print,
screen and (min-width:768px) {
  .price__list-yen {
    font-size: 28px
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 30px;
  margin-bottom: 30px
}

@media print,
screen and (min-width:768px) {
  .pagination {
    gap: 10px
  }
}

@media print,
screen and (min-width:1080px) {
  .pagination {
    margin-top: 60px
  }
}

.pagination span {
  cursor: pointer;
}

.pagination .number {
  font-size: 12px;
  margin: 0 2px;
  padding: 5px;
  border: 1px solid #ddd;
  text-decoration: none !important;
  letter-spacing: -.02em;
  background-color: #fff;
}

@media print,
screen and (min-width:350px) {
  .pagination .number {
    padding: 6px 8px
  }
}

@media print,
screen and (min-width:768px) {
  .pagination .number {
    padding: 10px 12px;
    font-size: 14px
  }
}

.pagination .number.current {
  background-color: #004664;
}

.pagination .first::before {
  position: relative;
  content: "|";
  left: 2px;
  top: 1px;
}

.pagination .last::after {
  position: relative;
  content: "|";
  left: -2px;
  top: 1px
}

.pagination .first,
.pagination .next,
.pagination .last {
  font-size: 12px;
  padding: 5px 1px
}

@media print,
screen and (min-width:350px) {

  .pagination .first,
  .pagination .next,
  .pagination .last {
    padding: 6px 4px
  }
}

@media print,
screen and (min-width:768px) {

  .pagination .first,
  .pagination .next,
  .pagination .last {
    padding: 10px
  }
}

.pagination .current {
  color: #fff
}

.plan-post {
  padding: 0 20px
}

.plan-post__inner {
  max-width: 800px;
  margin: 0 auto
}

.plan-post__season {
  display: flex;
  gap: 5px;
  width: 100%;
  margin-bottom: 10px
}

.plan-post__season span {
  font-size: 10px;
  display: block;
  padding: 3px 10px;
  border: 1px solid #004664;
  color: #004664;
  border-radius: 10px
}

@media print,
screen and (min-width:768px) {
  .plan-post__season span {
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 20px
  }
}

.plan-post__season .is-recommend {
  background-color: #db3e43;
  color: #fff;
  border: 1px solid #db3e43;
  border-radius: 0
}

@media print,
screen and (min-width:768px) {
  .plan-post__season .is-recommend {
    padding: 5px 15px
  }
}

.plan-post__ttl {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  width: 100%;
  text-align: left;
  color: #000
}

.plan-post__ttl::after {
  display: none
}

@media print,
screen and (min-width:768px) {
  .plan-post__ttl {
    font-size: 22px
  }
}

.plan-post__display {
  margin-bottom: 40px;
  width: 100%;
  flex-wrap: wrap
}

@media print,
screen and (min-width:768px) {
  .plan-post__display {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: transparent;
    align-items: flex-start
  }
}

.plan-post__thumb {
  position: relative;
  width: 100%;
  max-width: 280px;
  flex-shrink: 0;
  overflow: hidden;
  margin: 0 auto 20px
}

@media print,
screen and (min-width:768px) {
  .plan-post__thumb {
    width: 300px;
    max-width: 300px
  }
}

.plan-post__thumb::before {
  display: block;
  padding-top: 100%;
  content: ""
}

.plan-post__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  transition: all 300ms
}

.plan-post__amount {
  width: 100%;
  flex-shrink: 0
}

@media print,
screen and (min-width:768px) {
  .plan-post__amount {
    width: calc(100% - 300px);
    margin-bottom: 20px;
    padding-left: 40px
  }
}

.plan-post__amount-ttl {
  font-size: 12px;
  display: inline-block;
  background-color: #004664;
  color: #fff;
  margin-bottom: 5px;
  padding: 3px 0;
  width: 90px;
  text-align: center
}

@media print,
screen and (min-width:768px) {
  .plan-post__amount-ttl {
    font-size: 14px;
    padding: 5px 15px;
    margin-right: 10px
  }
}

.plan-post__amount-price {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.2
}

@media print,
screen and (min-width:768px) {
  .plan-post__amount-price {
    font-size: 36px;
    letter-spacing: .02em;
    font-weight: 500;
    margin-bottom: 20px
  }
}

.plan-post__amount-price span {
  margin-left: 3px;
  font-size: 14px
}

@media print,
screen and (min-width:768px) {
  .plan-post__amount-price span {
    margin-left: 5px
  }
}

.plan-post__txt {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 15px
}

@media print,
screen and (min-width:768px) {
  .plan-post__txt {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.7
  }
}

.plan-post__amount-regular {
  color: #db3e43;
  margin-bottom: 10px;
  font-size: 12px
}

@media print,
screen and (min-width:768px) {
  .plan-post__amount-regular {
    font-size: 16px
  }
}

.plan-post__amount-note {
  color: #555;
  font-size: 12px;
  margin-bottom: 10px
}

@media print,
screen and (min-width:768px) {
  .plan-post__amount-note {
    font-size: 16px;
    margin-bottom: 20px
  }
}

.plan-post__contact-btn {
  width: 240px;
  padding: 15px 0;
  margin: 20px auto 0;
  display: block;
  color: #fff;
  text-align: center
}

@media print,
screen and (min-width:768px) {
  .plan-post__contact-btn {
    width: 300px;
    padding: 20px 0
  }
}

.plan-post__contact-btn span {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  font-size: 12px
}

@media print,
screen and (min-width:768px) {
  .plan-post__contact-btn span {
    font-size: 16px
  }
}

.plan-post__contact-btn span::before {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transform: rotate(45deg)
}

@media print,
screen and (min-width:768px) {
  .plan-post__contact-btn span::before {
    width: 8px;
    height: 8px;
    margin-top: -4px
  }
}

.block_information {
  text-align: left
}

.plan-post__heading {
  background-color: #e2e2e2;
  width: auto;
  padding: 8px 20px;
  margin: 0 -20px 20px;
  text-align: left;
  border-bottom: 1px solid #ccc
}

.plan-post__detail {
  margin-bottom: 15px
}

@media print,
screen and (min-width:768px) {
  .plan-post__detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start
  }
}

.plan-post__detail dt {
  width: 90px;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 5px 0;
  text-align: center
}

@media print,
screen and (min-width:768px) {
  .plan-post__detail dt {
    width: 220px;
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 15px
  }
}

.plan-post__detail dd {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.5;
  text-align: left
}

@media print,
screen and (min-width:768px) {
  .plan-post__detail dd {
    padding-top: 5px;
    font-size: 16px;
    width: calc(100% - 220px);
    padding-left: 20px;
    line-height: 1.7
  }
}

.plan-post__sub-ttl {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px;
  margin-right: auto;
  padding: 5px 20px;
  text-align: center
}

@media print,
screen and (min-width:768px) {
  .plan-post__sub-ttl {
    font-size: 16px;
    padding: 10px 0;
    width: 220px;
    margin-bottom: 15px
  }
}

.plan-post__sp-table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 10px
}

@media print,
screen and (min-width:768px) {
  .plan-post__sp-table {
    display: none
  }
}

.plan-post__sp-table th,
.plan-post__sp-table td {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  line-height: 1.5
}

.plan-post__sp-table th {
  padding: 5px;
  background-color: #e2e2e2
}

.plan-post__sp-table td {
  width: 50px;
  padding: 5px;
  text-align: center
}

.plan-post__pc-table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 40px
}

@media print,
screen and (max-width:767px) {
  .plan-post__pc-table {
    display: none
  }
}

.plan-post__pc-table th,
.plan-post__pc-table td {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  line-height: 1.7
}

.plan-post__pc-table th {
  width: 200px;
  padding: 10px 20px;
  background-color: #e2e2e2;
  text-align: left
}

.plan-post__pc-table td {
  padding: 10px 20px
}

.plan-post__modal-table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 10px
}

.plan-post__modal-table th,
.plan-post__modal-table td {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  line-height: 1.5
}

.plan-post__modal-table th {
  width: 120px;
  padding: 5px 8px;
  background-color: #e2e2e2
}

.plan-post__modal-table td {
  padding: 5px 8px;
  text-align: left
}

.modal-open-btn {
  display: block;
  width: 200px;
  margin: 15px auto 30px;
  padding: 12px 30px;
  color: #353535;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  border: 1px #ccc solid;
  background-color: #e2e2e2
}

@media print,
screen and (min-width:768px) {
  .modal-open-btn {
    display: none
  }
}

.modal-open-btn span {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  font-size: 12px
}

.modal-open-btn span::before {
  position: absolute;
  top: -1px;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: "";
  border: 1px solid #353535
}

.modal-open-btn span::after {
  position: absolute;
  top: 0;
  right: 2px;
  content: "+";
  font-size: 12px
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, .5);
  padding: 40px 20px 80px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%
}

.modal-container.active {
  opacity: 1;
  visibility: visible
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 95%;
  top: 60px
}

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -35px;
  right: -25px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer
}

.modal-close--btn {
  position: relative;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 14px;
  background-color: #004664;
  color: #fff;
  cursor: pointer
}

.modal-content {
  background: #fff;
  text-align: left
}

.btn-back {
  width: 200px;
  margin: 40px auto;
  padding: 14px 30px;
  color: #353535;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  border: 1px #353535 solid;
  display: block
}

.cat {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-right: 16px;
  margin-bottom: 10px;
}
.cat span {
  width: 90px;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 1px 0;
  border-radius: 20px;
  font-size: 13px;
}
.cat p {
  width: 750px;
  color: #010100;
  display: inline-block;
  font-size: 14px;
}
.cat span.cat01 {
  background-color: #FFF;
  color: #004664;
  border: 1px solid #004664;
}
@media print,
screen and (max-width:767px) {
  .cat {
    display: block;
    width: 100%;
    padding-right: 5px;
    float: left;
  }
  .cat span {
    width: 60px;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 1px 0;
    border-radius: 20px;
    font-size: 10px;
  }
}

.planList ul {
  overflow: hidden;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}

.planList ul li {
  display: block;
  border-bottom: 1px solid #e9e9e9;
  width: 50%;
}

.planList ul li:last-child {
  border-bottom: none;
}

.planList ul li>div {
  display: table;
  width: 100%;
  height: 100%;
}

.planList ul li>div>div {
  display: table-cell;
  vertical-align: middle;
}

.planList ul li .cellA {
  background-color: #f4f4f1;
  width: 120px;
  padding: 15px;
  font-weight: bold;
}

.planList ul li .cellB {
  border-right: 1px solid #e9e9e9;
  width: 50px;
  text-align: center;
}

.planList ul li .cellC {
  padding: 10px 16px;
  word-break: break-all;
  background-color: #fff;
}

@media print,
screen and (max-width: 767px) {
  .planList ul {
    overflow: hidden;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
  }

  .planList ul li {
    display: table;
    float: none;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    height: auto !important;
  }

  .planList ul li:last-child {
    border-bottom: none;
  }

  .planList ul li>div {
    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
  }

  .planList ul li .cellA {
    background-color: #f4f4f1;
    width: 100px;
    padding: 8px;
    font-weight: bold;
  }

  .planList ul li .cellB {
    border-right: 1px solid #e9e9e9;
    width: 36px;
    text-align: center;
  }

  .planList ul li .cellC {
    padding: 8px;
    word-break: break-all;
  }
}

.plan-detail-join {
  border: 2px solid #004664;
  color: #004664;
  margin-bottom: 15px;
}
.plan-detail-join h4 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  padding: 8px 0;
  background: #004664;
}
.plan-detail-join .join-txt {
  padding: 8px 16px;
  min-height: 42px;
}
.plan-detail-join p {
  font-size: 18px;
  line-height: 25.6px;
}
@media print,
screen and (max-width: 767px) {
  .plan-detail-join h4 {
    font-size: 12.8px;
  }
  .plan-detail-join .join-txt {
    padding: 3px 16px;
    border-top: 2px solid #004664;
    border-bottom: none;
  }
  .plan-detail-join p {
    font-size: 12px;
    line-height: 20.8px;
  }
}

.plan-post__detail {
  margin-bottom: 15px;
}

@media print,
screen and (min-width: 768px) {
  .plan-post__detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;

  }
}

.plan-post__detail dt {
  width: 90px;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 5px 0;
  text-align: center;
  line-height: 1;
}

@media print,
screen and (min-width: 768px) {
  .plan-post__detail dt {
    width: 220px;
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 15px;

  }
}

.plan-post__detail dt,
.plan-post__sub-ttl {
  color: #004664;
  border: 1px solid #004664;
  background-color: #fff;
}

.plan-post__detail dd {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}

@media print,
screen and (min-width: 768px) {
  .plan-post__detail dd {
    padding-top: 5px;
    font-size: 16px;
    width: calc(100% - 220px);
    padding-left: 20px;
    line-height: 1.7;

  }
}

.plan-post__sub-ttl {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px;
  margin-right: auto;
  padding: 5px 20px;
  text-align: center;
  line-height: 1;
}

@media print,
screen and (min-width: 768px) {
  .plan-post__sub-ttl {
    font-size: 16px;
    padding: 10px 0;
    width: 220px;
    margin-bottom: 15px;

  }
}

@media screen and (max-width: 767px) {
  .plan .sortArea {
    width: 100%;
    background-color: #FFF;
    padding: 0;
    margin-bottom: 32px;
  }
  .plan .sortArea .inner {
    width: 100%;
    margin: auto;
    position: relative;
  }
  .plan .sortArea dl {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .plan .sortArea dl dt {
    float: none;
    padding: 8px 5% 0;
    margin-bottom: 8px;
    font-size: 10px;
  }
  .plan .sortArea dl dt.triggerSp {
    background-color: #e2e2e2;
    font-size: 12px;
    color: #444444;
    padding: 8px 5%;
    margin-bottom: 0;
  }
  .plan .sortArea dl dt.triggerSp.active:after {
    content: "-";
    /* background: url(../../img/plan/ico_minus.png) no-repeat left top; */
    background-size: 10px 10px;
  }
  .plan .sortArea dl dt.triggerSp:after {
    content: "+";
    /* background: url(../../img/plan/ico_plus.png) no-repeat left top; */
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    line-height: 1;
    margin-left: 0.5em;
    display: inline-block;
    margin-top: 2px;
  }
  .plan .sortArea dl dd {
    margin-left: 0;
    position: relative;
    text-align: center;
  }
  .plan .sortArea dl dd.acoCont {
    display: none;
    padding: 16px 5% 8px;
    background: #e2e2e2;
  }
  .plan .sortArea dl dd ul {
    overflow: hidden;
    margin-left: 0px;
  }
  .plan .sortArea dl dd ul li {
    float: left;
    margin-left: 0px;
    margin-bottom: 8px;
    width: 49%;
  }
  .plan .sortArea dl dd ul li:nth-child(odd) {
    margin-right: 2%;
  }
  .plan .sortArea dl dd img {
    width: 24px;
    position: absolute;
    left: 87%;
    top: 8px;
  }
  .plan .sortArea dl dd input[type="text"] {
    min-width: 100%;
    border-radius: 0px;
    background-color: #fff;
    font-size: 12px;
  }
  .plan .sortArea dl dd input[type="checkbox"] {
    display: none;
  }
  .plan .sortArea dl dd label {
    border: 1px solid #a69463;
    background: #FFF;
    padding: 8px 0px;
    text-align: center;
    line-height: 1;
    border-radius: 0px;
    display: block;
    cursor: pointer;
    color: #000000;
  }
  .plan .sortArea dl dd input[type="checkbox"]:checked+label {
    border: 1px solid #a69463;
    background-color: #a69463;
    color: #fff;
  }
  .plan .sortArea .delete {
    background: url(../../img/plan/ico_delete.png) no-repeat right center;
    background-size: 8px 8px;
    padding: 8px 12px 8px 0;
    position: static;
    right: 0;
    top: 0;
    color: #555555;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
  }
  .plan .sortArea .inner {
    width: 100%;
    margin: auto;
    position: relative;
  }
}