section {
  text-align: center;
}

h1 {
  color: #000;
  font-size: 2rem;
}

@media (min-width: 769px) {
  h1 {
    font-size: 4rem;
  }
}

.question {
  display: flex;
  justify-content: center;
}

@media (min-width: 769px) {
  .question-part {
    display: flex;
  }
}

@media (min-width: 769px) {
  .question-pc {
    width: 50%;
  }
}

.question-item {
  color: #3f547b;
  margin-right: 1rem;
}

.list,
.list-date,
.list-gb,
.list-op,
.list-sub {
  border: 1px solid #00a1e9;
  width: 70%;
  margin: 1rem auto;
}

@media (min-width: 769px) {

  .list,
  .list-date,
  .list-gb,
  .list-op,
  .list-sub {
    padding: 1rem;
  }
}

.list:hover {
  background-color: #00a1e9;
}

.list-date:hover {
  background-color: #00a1e9;
}

.list-gb:hover {
  background-color: #00a1e9;
}

.list-op:hover {
  background-color: #00a1e9;
}

.list-sub:hover {
  background-color: #00a1e9;
}

.list-op:hover {
  background-color: #00a1e9;
}

.list-sub:active {
  background-color: #00a1e9;
}

.date-gb,
.tell-gb,
.world-gb {
  display: none;
  background-color: #c5e7f6;
  padding: 2rem 0;
}

.gb-option,
.kakeho-option {
  display: none;
}

.total-item {
  background-color: #c5e7f6;
  padding: 2rem 2rem;
}

.total-title {
  color: #00a1e9;
}

.total-price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

@media (min-width: 769px) {
  .total-price {
    font-size: 4rem;
  }
}

.item {
  margin: 4rem auto;
  width: 90%;
  background-color: #00a1e9;
  padding: 2rem 0;
}

.item:hover {
  background-color: #f2e724;
}
