@charset "UTF-8";
main {
  padding: 0 24px;
  box-sizing: content-box;
}

main h1 {
  font-size: 32px;
  margin: 18px 0;
  padding: 18px 1em;
  font-weight: normal;
  color: #1b1b1b;
  background-color: #ffd196;
  border: dashed 2px #ff3d00;
}

@media screen and (max-width: 520px) {
  main h1 {
    font-size: 22px;
  }
}

main article {
  padding: 0;
}

main h2 {
  display: block;
  padding: 12px 8px 8px 8px;
  margin: 40px 0 24px 0;
  color: #ff3d00;
  font-weight: bold;
  border: solid 1px #ff3d00;
  border-width: 1px 0 1px 0;
}

main ul {
  margin: 0;
}

main ul li {
  list-style-type: none;
  display: flex;
  margin: 0 0 8px 0;
  align-items: flex-start;
}

main ul li::before {
  content: '◎';
  display: block;
  font-size: 24px;
  margin: 0 4px 0 0;
  line-height: 1;
  transform: translate(0, 1px);
}

.check p {
  display: flex;
  align-items: center;
}

.check p::before {
  content: '';
  display: block;
  margin-right: 10px;
  background-image: url(../../img/check.svg);
  background-size: contain;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.start {
  padding: 20px 0;
  position: relative;
  margin: 48px 0;
}

.start p {
  margin: 0;
  line-height: 2.5;
}

.start::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 8px;
  border-width: 2px 0 2px 0;
  border-color: rgba(0, 159, 192, 0.8);
  border-style: solid;
  top: 0;
}

.start::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 8px;
  border-width: 2px 0 2px 0;
  border-color: rgba(0, 159, 192, 0.8);
  border-style: solid;
  bottom: 0;
}

.voice {
  margin-bottom: 38px;
  background-color: #ffe9c7;
  padding: 20px 30px;
}

.voice .wp-block-columns {
  margin: 0;
}

.voice figure {
  margin: 0;
}

.voice p {
  margin: 0;
  line-height: 2.2;
  color: #664200;
}

@media screen and (max-width: 780px) {
  .voice figure {
    width: 150px;
    margin: 0 auto;
  }
}

select {
  max-width: 100%;
}
