@charset "utf-8";

/*  =============================================================

　　

============================================================= */


/*  研修概要
----------------------------------- */

/* ---- ナビリンク ---- */
#contentMain .boxNav {
  margin-bottom: 30px;
}

#contentMain .boxNav ul {
  padding-right: 10px;
  letter-spacing: -.4em;
}

#contentMain .boxNav li {
  display: inline-block;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  border-radius: 6px;
  background: #f4f4f4;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  letter-spacing: normal;
}

#contentMain .boxNav li:first-child {
  margin-right: 10px;
}

#contentMain .boxNav li:last-child {
  margin-right: -10px;
}

#contentMain .boxNav .crrt {
  padding: 0.9em;
}

#contentMain .boxNav .crrt:after {
  position: absolute;
  left: 50%;
  bottom: -28px;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 14px solid transparent;
  border-top: 15px solid #ccc;
  content: "";
}

#contentMain .boxNav li a {
  display: block;
  padding: 0.9em;
  background: #eaeaea;
  border-radius: 6px;
  color: #333;
}

#contentMain .boxNav li a:hover {
  opacity: 0.9;
  text-decoration: none;
}

#contentMain .boxNav li a span {
  position: relative;
}

#contentMain .boxNav li a span:after {
  position: absolute;
  top: 5px;
  left: -20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #ccc;
  content: "";
}

/* ---- 研修内容ヘッダー ---- */
.boxInfo {
  position: relative; 
  min-height: 119px;
  padding: 36px 26px 16px;
  letter-spacing: -.4em;
  border-top: 4px solid #ccc;
}

.boxInfo .date {
  margin-bottom: 20px;
  padding: 0 285px 0 0;
  letter-spacing: normal;
  font-size: 2em;
}

.boxInfo .date .tag {
  display: inline-block;
  position: relative;
  top: -6px;
  margin: 0 0 0 18px;
  padding: 4px 11px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 0.52em;
}

.boxInfo .btnEntry {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 278px;
  margin-top: -33px;
  letter-spacing: normal;
  text-align: right;
}

.boxEntryBtn {
  margin-bottom: 30px;
  text-align: center;
}

/* ---- テーブルメインスタイル ---- */
.tblStyleMain {
  margin-bottom: 60px;
  border-top: 4px solid #ccc;
  border-bottom: 4px solid #ccc;
}

.tblStyleMain > li {
  border-bottom: 2px dotted #ccc;
}

.tblStyleMain > li:last-child {
  border: none;
}

.tblStyleMain dl {
  letter-spacing: -.4em;
}

.tblStyleMain dt,
.tblStyleMain dd {
  display: table-cell;
  vertical-align: top;
  padding: 28px 26px;
  letter-spacing: normal;
}

.tblStyleMain dt {
  min-width: 185px;
  font-weight: bold;
}

.tblStyleMain dd p {
  margin-bottom: 8px;
}

/* ---- 研修概要---- */
.boxSummary {
  padding: 40px 26px;
}

.boxSummary .title {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 1.4em;
}

.boxSummary p {
  line-height: 1.6;
}

/* ---- お申込み ---- */
.boxEntry .title {
  padding: 0.8em 0;
  font-size: 1.56em;
  font-weight: bold;
}


/* --- プログラム リスト --- */
.program li ul li {
  margin-bottom: 4px;
}

.program .icnSquare {
  position: relative;
  padding-left: 16px;
}

.program .icnSquare:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
  color: #555;
}

/* --- リスト --- */
.tblStyleMain dd > ul > li {
  margin-bottom: 1em;
}

.tblStyleMain dd .remark > li {
  position: relative;
  padding-left: 10px;
}

.tblStyleMain dd .remark li:before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
  content: "";
}


/* --- リスト（小）.note --- */
.tblStyleMain dd .note {
  font-size: 0.85em;
}

.tblStyleMain dd .note p {
  margin: 0;
  font-weight: bold;
}

.tblStyleMain dd .note li {
  line-height: 1.5;
}


/*  下層共通
----------------------------------- */
.boxContent {
  padding: 26px 26px 16px;
  border-top: 4px solid #ccc;
}

.boxContent .title {
  margin-bottom: 20px;
  font-size: 1.8em;
  font-weight: bold;
}

/*  会場一覧
----------------------------------- */

.boxHallList {
  padding: 0 26px;
}

.boxHallList table th:first-child {
  width: 6em;
}


/*  お申込みフォーム
----------------------------------- */
.boxEntryForm .entryForm {
}

.boxEntryForm .entryForm th,
.boxEntryForm .entryForm td {
}

.boxEntryForm .entryForm th {
}

.boxEntryForm span.rec {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 8px 3px 8px;
	font-size: 12px;
	line-height: 1em;
	background-color: #ff2020;
	border-radius: 4px;
	color: #fff;
}

.boxEntryForm .entryForm td input[type="text"],
.boxEntryForm .entryForm td textarea {
	padding: 4px 8px;
	font-size: 15px;
	border-radius: 4px;
}

.boxEntryForm .entryForm td input[type="radio"] {
	margin: 5px 5px 5px;
	}


.boxEntryForm .entryForm td select {
	cursor: pointer;
	outline: none;
	width: 300px;
	height: 2.5em;
	font-size: 14px;
/* 	padding: 10px; */
	border-radius: 4px;
	transition: all 0.5s ease;
}

.boxEntryForm .entryForm td span.small {
	margin-left: 0.5em;
	font-size: small;
	color: #999;
}

.boxEntryForm .entryForm td .inputAddress dd {
	margin-bottom: 1.5em;
	padding-top: 3px;
}

.boxEntryForm .entryForm td .inputAddress dd:last-child {
	margin-bottom: 0.5em;
}

.boxEntryForm .inputW01 {
	width: 360px;
}

.boxEntryForm .inputW02 {
	width: 220px;
}

.boxEntryForm .inputW03 {
	width: 80%;
}

.boxEntryForm .boxBtn {
	text-align: center;
}

.boxEntryForm .boxBtn input {
	cursor: pointer;
	width: 260px;
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.boxEntryForm .boxBtn input:hover {
  opacity: 0.7;
/*
	color: #000;
	background-color: #fff;
*/
}

.boxEntryForm #errormsgbox {
	margin-bottom: 1em;
	font-size: 1.25em;
	color: #d80000;
}

.boxEntryForm .errormsg {
	display: inline-block;
	margin-top: 6px;
	font-size: small;
	color: #d80000;
}

.boxEntryForm .boxBtn .inline {
	display: inline-block;
	margin: 0 5px;
}

.boxEntryForm .boxBtn .btnBack {
	width: 100px;
}

.boxEntryForm .hallSelect {
}

.boxEntryForm .hallSelect label {
  display: inline-block;
	width: 49%;
	padding: 3px 0;
	vertical-align: top;
  font-size: 0.95em;
}

