@charset "UTF-8";
/* CSS Document */
/*txt-title 共通*/
.content-header h1 {
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.content-header h1:before {
  content: "";
  border-bottom: 3px solid #344D7B;
  margin-top: 5px;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.content-header h1:after {
  border-bottom: 3px solid #ddd;
  bottom: 0;
  right: 0;
  content: "";
  position: absolute;
  width: 70%;
  z-index: 1;
}
.lead {
  margin-bottom: 20px;
}
/**/
.estoolfilter {
  margin-bottom: 40px;
  padding: 0 10px;
}
.txt-group {
  margin-bottom: 20px;
}
.btn-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.btn-group [class*="btn_"] {
  width: calc((100% - 20px)/2);
  margin: 0 5px 20px;
  text-align: center;
  border: solid 2px #0e7ac4;
  font-size: 1.6rem;
  border-radius: 7px;
  box-sizing: border-box;
  padding: 10px 0px;
  display: block;
  line-height: 30px;
}
.btn_correct {
  color: #fff;
  background-color: #0e7ac4;
}
.btn_correct:hover {
  color: #0e7ac4;
  background-color: #ffffff;
}
.btn_reset {
  color: #0e7ac4;
  background: #fff;
}
.btn_reset:hover {
  color: #ffffff;
  background-color: #0e7ac4;
}
.sub-title {
  padding-bottom: 40px;
  padding-top: 40px;
}
.sub-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.sub-title h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.sub-title h2:before {
  content: '';
  background-color: #344D7B;
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
}
.seminar-poster {
  margin: 0 10px 40px;
  padding: 0px 20px;
  background-color: #f9f9f9;
}
.seminar-poster-inner ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.seminar-poster-inner ul li {
  width: calc((100% - 20px)/2);
  margin: 0 5px 20px;
  text-align: center;
  margin-bottom: 40px;
}
.seminar-poster-inner ul li img {
  border: 1px solid #CCC;
  box-shadow: 0 1px 3px rgba(102,102,102,.14);
}
textarea {
  width: 100%;
  box-sizing: border-box;
}

.es_tbl {
	border-collapse: collapse;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	margin: 10px 0 20px;
	font-size: 1.4rem;
  width:50%;}
.es_tbl thead th {
	background: #344D7B;
	color: #fff;
	padding: 10px 15px;
	border-right: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
	text-align: left;}
.es_tbl thead th:last-child {border-right: #666666 solid 1px;}
.es_tbl tbody th {
	padding: 5px 15px;
	border-bottom: #666666 solid 1px;
	vertical-align: top;}
.es_tbl tbody th, .price_tbl tbody tr th {
	font-weight: 500;
	text-align: left;}
.es_tbl tbody tr:last-child th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;}
.es_tbl tbody td {
	background: #FFF;
	border-left: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;}
 @media screen and (max-width: 750px) {
.sub-title {
  padding-bottom: 20px;
  padding-top: 20px;
}
.es_tbl { width:100%;}
}
