/* 2021-10-20 */

/* LINE-confirm */
.only-sp {
  display: block;
}

.LINE-confirm {
  background: #fff;
}

.LINE-confirm__head {
  background-color: #06c755;
  display: flex;
  justify-content: center;
  position: relative;
  height: 60px;
  padding-top: 10px;
}

.LINE-confirm__title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 30px;
  padding: 0 32px;
}

.LINE-confirm__icon {
  position: absolute;
  color: #fff;
  font-size: 24px;
  top: 0;
  left: 0;
  line-height: 1;
  display: block;
  padding: 10px 15px;
  cursor: pointer;
}

.tableArea.LINE-confirm-content {
  margin-top: -10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  background: #fff;
  padding: 20px 10px;
}

.LINE-confirm-content__head p {
  color: #333;
  text-align: center;
}

.LINE-confirm-content__title {
  font-size: 18px;
  font-weight: bold;
}

.LINE-confirm__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 16px;
}

.LINE-confirm__submit--style01 {
  margin-top: 30px;
}

.LINE-confirm__submit button {
  height: 45px;
  background: #06C755;
  border-radius: 10px;
  width: 95%;
  max-width: 375px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  box-shadow: 0 3px 6px #00000029;
}

.LINE-confirm__submit button i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-weight: bold;
}

.LINE-confirm-table {
  margin-top: 33px;
}

.tableArea table.LINE-confirm-table th,
.tableArea table.LINE-confirm-table td {
  display: table-cell;
  border: 5px solid #fff;
  border-collapse: collapse;
  font-size: 14px;
}

.tableArea table.LINE-confirm-table tr th {
  width: 35.2%;
  max-width: 200px;
  background: #f5f5f5;
  padding: 10px;
  text-align: left;
}

.LINE-confirm__back {
  background: #fff;
  color: #333;
  border: 1px solid #707070;
  font-size: 16px;
  font-weight: bold;
  width: 150px;
  height: 40px;
  position: relative;
  margin-left: 5px;
  line-height: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  border-radius: 6px;
}

.LINE-confirm__back i {
  position: absolute;
  color: #333;
  font-weight: bold;
  margin-right: 5px;
  font-size: 23px;
  top: 10px;
  left: 10px;
}

.LINE-space {
  padding: 0;
}

.LINE-space .box {
  border-radius: 0;
}

.tableArea table.LINE-confirm-table tr td {
  pointer-events: none;
}

.tableArea table.LINE-confirm-table tr td > a {
  text-decoration: none;
  color: inherit;
}

@media (min-width: 768px) {
  .only-sp {
    display: none;
  }

  .tableArea.LINE-confirm-content {
    padding: 20px 60px 75px;
  }

  .LINE-confirm-content__title {
    font-size: 20px;
  }

  .LINE-confirm-content__txt {
    font-size: 16px;
  }

  .tableArea table.LINE-confirm-table tr th {
    background: #f5f5f5;
    font-size: 16px;
    width: 37%;
  }

  .tableArea table.LINE-confirm-table tr td {
    font-size: 16px;
  }

  .LINE-confirm__submit button {
    max-width: 400px;
  }
}

@media screen and (min-width: 992px) {
  .tableArea table.LINE-confirm-table tr th {
    width: 25%;
  }
}

@media (max-width: 500px) {
  .LINE-confirm__title,
  .LINE-confirm__icon i,
  .LINE-confirm-content__title,
  .LINE-confirm__submit button {
    font-weight: normal;
  }

  .LINE-confirm__submit button i,
  .tableArea table.LINE-confirm-table tr th,
  .LINE-confirm__back,
  .LINE-confirm__back i {
    font-weight: 500;
  }

}

/* END: LINE-confirm */
