@import "reset.css";
@import "misc.css";

/* common */
.main {
  width: 990px;;
  padding: 0 0 76px;
  margin: 0 auto;
  min-height: calc(100vh - 454px);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  font-weight: normal;
  color: #191919;
  line-height: 1.8;
  font-size: 16px;
}

#main {
  background: none !important;
  padding: 0 !important;
}

.search_area {
  border: 2px #c00000 solid;
  background: #fff;
  width: 633px;
  height: 140px;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Noto Sans JP', sans-serif !important;
  padding: 25px;
}

.search_area_inner .input-grp > div p {
  padding-right: 16px;
}

.search_area_inner .input-grp:nth-of-type(2) {
  padding-top: 13px;
}


a {
  text-decoration: none !important;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #c00000;
  font-family: 'Noto Sans JP', sans-serif !important;
  user-select: none;
}

.SearchSubmitBtn01 a {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: unset;
}

.SearchSubmitBtn01 p {
  padding-right: 0 !important;
  height: 44px;
  padding-top: 4px;
}

.searchBtn_on p {
  padding-top: 6px;
}

.searchBtn_off {
  pointer-events: none;
  cursor: default;
}

.btn.btn-red {
  height: 50px;
  width: 284px;
  margin: 55px auto 30px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 20px;
}

.SearchSubmitBtn01 .btn {
  width: 158px;
  height: 44px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.text.is-wrap {
  max-width: 755px;
  margin: 0 auto;
}

.text.is-wrap p.t-red {
  padding-bottom: 20px;
}

.text.is-wrap p.is-bullet {
  padding-bottom: 14px;
}

.text.is-wrap p.with-label:last-of-type {
  padding-bottom: 30px;
}

.medal img {
  margin-bottom: 8px;
}

.text .box {
  border: 1px solid #f2cccc;
  background: #fdf7f7;
  padding: 24px;
  display: flex;
  justify-content: center;
}

.text.is-qa {
  max-width: 906px;
  margin: 0 auto;
  font-size: 16px !important;
}

.text.is-qa ul li {
  padding-bottom: 30px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  font-size: 16px;
}

.text.is-qa ul li div p:first-of-type {
  padding-right: 20px;
}

.text.is-qa ul li div p.box-no-border {
  background: #fdf7f7;
  flex-grow: 1;
  padding: 15px;
  font-size: 14px !important;
}

.text.is-centered {
  max-width: 550px;
  margin: 0 auto;
}

.table, .table2 {
  max-width: 755px;
  margin: 0 auto;
}

.table table, .table2 table{
  width: 100%;
}

.table2 {
  margin-bottom: 32px;
}

.table table tr th {
  vertical-align: middle;
  text-align: center;
  background-color: #f2cccc;
  border: 1px #fff solid;
  padding: 19px 0;
  line-height: 1.3;
}

.table table tr th:nth-of-type(1) {
  width: 118px;
}

.table table tr th:nth-of-type(4) {
  width: 80px;
}

.table table tr th p {
  text-align: left;
  width: max-content;
  margin: 0 auto;
}

.table table tr td {
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
  border: 1px #f2cccc solid;
  padding: 13px 0;
  line-height: 1.3;
}

/* table 2 */
.table2 table tr th {
  vertical-align: middle;
  text-align: center;
  background-color: #f2cccc;
  border: 1px #fff solid;
  padding: 12px 0;
  line-height: 1.3;
  color: #c00000;
  font-weight: normal;
  width: 193px;
}

.table2 table tr td {
  vertical-align: middle;
  background-color: #fff;
  border: 1px #f2cccc solid;
  padding-left: 28px;
}
