@charset "UTF-8";

.recruit1 ol {
  padding: 0 0 0 2em;
  margin: 0;
}

.upper-roman {
  list-style-type: upper-roman;
}
.box-contents1 a {text-decoration: underline}

.recruit1 p {
  font-size: 14px;
  margin-bottom:5px;
}

.recruit1 > ul > li {
  margin-left: 20px;
  padding-bottom: 25px;
  list-style-type: none;
}
.recruit1 > ul > li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	background: #1c5587;
	position: relative;
	left: -15px;
	top: -3px;
}

/* キャッチフレーズ */
.catch-phrase {
  margin: 10px;
  padding: 5px 10px;
  background-color: rgba(255,255,255,0.7);
}

/* ヘッダー画像にキャッチコピーを重ねる */
.head-img-wrapper {position: relative}

.catch-phrase {
  position: absolute;
  top: 0px;
}

/* テーブルレイアウト */
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 15px 0px;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.table td {
  padding-left: 45px;
}

.table th {
  text-align: center;
  font-weight: normal;
}

.col3 {
  padding-left:15px;
}

.contact-table {
  width: 100%;
  margin-bottom: 20px;
}

.contact-table caption{
  text-align: left;
  margin-bottom: 5px;
}

.contact-table td:first-child {
  width: 25%;
  padding-left: 10px;
}