div.point h3 {
	background: url(images/point_h3.gif) no-repeat 8px 5px;
	color: #e51534;
	font-size: 110%;
	margin: 3px 0px;
	padding-left: 22px;
}

div.point p {
	line-height: 1.5em;
	padding-left: 40px;
}

table.schedule th {
	: ;
	background-color: #d0c695;
	border-bottom: 1px solid white;
	font-weight: normal;
	padding: 6px 20px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 10%;
}

table.schedule td {
	background-color: #f0ebd5;
	border-bottom: 1px solid white;
	padding: 6px 20px;
}

table.timeschedule th {
	background-color: #252525;
	border: 1px solid #bfbfbf;
	color: white;
	padding: 2px 5px;
	text-align: center;
}

table.timeschedule td {
	background-color: #e7e7e7;
	border: 1px solid #bfbfbf;
	padding: 2px 5px;
	text-align: center;
}

table.timeschedule td ol {
	margin-left: 40px;
}

table.timeschedule td ol li {
	margin: 0px;
	text-align: left;
}

table.timeschedule tr.space td {
	background-color: white;
	border-left: none;
	border-right: none;
	height: 6px;
	padding: 0px;
}

table.results th {
	: ;
	background-color: #d0c695;
	border-bottom: 1px solid white;
	font-weight: normal;
	padding: 6px 20px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 10%;
}
table.results td {
	background-color: #f0ebd5;
	padding: 6px 20px;
	border: 2px solid white;
}

input {
	padding: 2px;
	border:1px solid #D0C695;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

textarea {
	padding:2px;
	border:1px solid #D0C695;
	display:block;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

table.contact th {
	: ;
	background-color: #d0c695;
	border-bottom: 1px solid white;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 10%;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

table.contact td {
	background-color: #f0ebd5;
	border-bottom: 1px solid white;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

label {
	display: block;
}

select {
	border: 1px solid #CFC594;
}

input.hidden {
	display: none;
}

#required {
	display: none;
	visibility: hidden;
}

/* ==========================
   応募CTA（#main配下のみ）
   設置位置：応募資格の下（B）
   ========================== */

#main .apply-cta{
	box-sizing: border-box;
	background: #f1ede0;               /* ブランド：アイボリー */
	border: 1px solid #e7e7e7;         /* ブランド：薄グレー */
	border-left: 6px solid #d0c695;    /* ブランド：ゴールド */
	border-radius: 0;                  /* CTA枠は角丸なしで馴染ませる */
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 22px;
	margin-left: 0;
	padding-top: 14px;
	padding-right: 16px;
	padding-bottom: 20px;
	padding-left: 16px;
}

/* 応募資格の下に置く前提で、上の余白を少し広めに */
#main .apply-cta--bottom{
  margin-top: 22px;
}

#main .apply-cta__lead{
	margin: 0 0 10px;
	color: #252525;
}

#main .apply-cta__note{
  margin: 10px 0 0;
  color: #252525;
  opacity: .78;
  font-size: 12px;
  line-height: 1.6;
}

/* ボタン本体：少し右へ／枠線なし／角丸は分かる程度 */
#main .btn-apply{
	box-sizing: border-box;
	display: inline-block;
	margin-left: 16px;
	min-height: 38px;
	background: #e51534;               /* fallback */
	background: linear-gradient(#e51534, #c9102a);
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .02em;
	border: none;                      /* ← 枠線なし */
	border-radius: 6px;                /* ← 角丸を分かりやすく */
	box-shadow: 0 2px 0 rgba(0,0,0,.22);
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-left: 20px;
}

#main .btn-apply:hover{
  filter: brightness(1.04);
  position: relative;
  top: -1px;
  box-shadow: 0 3px 0 rgba(0,0,0,.24);
}

#main .btn-apply:active{
  filter: brightness(.98);
  top: 0;
  box-shadow: 0 1px 0 rgba(0,0,0,.26);
}

/* キーボード操作時のフォーカス（アクセシビリティ） */
#main .btn-apply:focus{
  outline: none;
}
#main .btn-apply:focus-visible{
  outline: 2px solid rgba(229,21,52,.28);
  outline-offset: 2px;
}

/* 矢印 */
#main .btn-apply__arrow{
  display: inline-block;
  margin-left: 6px;
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: 1px;
}
