@charset "UTF-8";
.secTopArea .wrapInfo {
  padding: 50px 0 0;
}
.secTopArea .txDetail ul li {
  position: relative;
  padding-left: 1.8em;
  font-size: 17px;
}
.secTopArea .txDetail ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 17px;
  height: 15px;
  background-image: url(../images/check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .secTopArea .wrapInfo {
    padding: 30px 0 0;
  }
}
/* 最初の選択肢の文字色を変更 */
/* disabledの最初の選択肢を含む親select要素に色を付ける */
select[name=time]:disabled option:first-child {
  color: #aaa; /* 希望の文字色 */
}

@media screen and (min-width: 767px) {
  .secForm .content {
    grid-template-columns: 200px 1fr;
  }
  .firstContent {
    align-items: flex-start;
  }
  .firstContent .title {
    padding-top: 13px;
  }
  .firstContent .ano {
    padding-top: 5px;
    font-size: clamp(14px, 3.85vw, 15px);
  }
}/*# sourceMappingURL=style.css.map */