/* CSS Document */
/**
 * - common
 * ----------------------------------------------------------------------------
 */
.BreadCover {
  width: 100%;
  background: #edfcff;
  padding: 20px 0;
}
.BreadCover #pankuzu {
  margin: 0 auto;
}
.BreadCover #pankuzu li,
.BreadCover #pankuzu a {
  color: #50505a;
}

.inner {
  width: 950px;
  margin: 0 auto;
}

.section {
  padding: 35px 0;
}
.section.bg_type01 {
  background: #f5fffc;
}
.section.bg_type02 {
  background: #ffffd2;
}
.section.bg_type03 {
	background: #fff4eb;
}
.section.bg_type04 {
	background: #fff8eb;
}

#spotShort .btn_map {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: #e1005a;
  padding: 5px 10px 3px;
  border-radius: 5px;
}

#spotShort .btn {
  display: block;
  color: #fff;
	font-weight: normal;
  text-align: center;
  text-decoration: none;
  background: #ff781e;
  padding: 8px 10px 6px;
  border-radius: 5px;
  position: relative;
}
#spotShort .btn:after {
  content: ">";
  position: absolute;
  right: 20px;
}
#spotShort .btn.withArrow:after {
  position: static;
  display: inline-block;
  margin-left: 5px;
}

.hdg02 {
  color: #004d64;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-bottom: #004d64 2px solid;
  margin: 15px 0 40px;
  padding: 0 0 15px;
}

.lytImage {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.lytImage.rtol {
  direction: rtl;
}
.lytImage.rtol > * {
  direction: ltr;
}
.lytImage > * {
  display: table-cell;
  vertical-align: top;
}
.lytImage .col {
  width: 100%;
}

.modText {
  margin: 15px 0 25px;
}

.al {
  text-align: left;
}

.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.fontBold {
	font-weight: bold;
}

.lyt2col {
  overflow: hidden;
  margin: 0 -25px 5px;
}
.lyt2col > * {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 0 15px 0 25px;
}

.modTable {
  width: 100%;
  margin: 15px 0 0;
  border-collapse: collapse;
}
.modTable thead th {
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #787878;
  padding: 10px 10px 8px;
  border-left: #ebf0f5 2px solid;
}
.modTable thead th:first-child {
  border-left: none;
}
.modTable tbody tr {
  background: #fffad7;
}
.modTable tbody tr:nth-child(2n) {
  background: #fff;
}
.modTable tbody tr td {
  font-size: 15px;
  padding: 13px 5px 11px;
}
.modTable tbody tr td.btnCell {
  font-size: 16px;
  width: 165px;
  padding: 2px 0;
}
.linkPink {
	color: #ff3366 !important;
}

/**
 * - mainVisual
 * ----------------------------------------------------------------------------
 */
.mainVisual {
  background: #edfcff;
  padding: 0 0 50px;
}
.mainVisual .inner {
	position: relative;
}
.mainVisual .hdg {
  text-align: center;
}

/**
 * - topBlock
 * ----------------------------------------------------------------------------
 */
.topBlock .lead {
  font-size: 18px;
}
.topBlock .lytImage .Image {
  width: 150px;
  padding-right: 50px;
}
.topBlock .nav {
  overflow: hidden;
  margin: 0 -4px;
}
.topBlock .nav li.col {
  font-weight: bold;
  border: #c8c8c8 1px solid;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  width: 175px;
  padding: 10px 0;
  float: left;
  margin: 0 4px;
  text-align: center;
  line-height: 1.2;
	position: absolute;
	bottom: 30px;
	right: 15px;
	z-index: 10;
}
.topBlock .nav li.col small {
  font-size: 13px;
}
.topBlock .nav li.col .reserve {
  display: block;
	font-weight: normal;
	margin: 0 15px;
}
.topBlock .nav li.col .map {
  display: block;
  margin: 10px 15px;
}

/**
 * - aboutPoint
 * ----------------------------------------------------------------------------
 */
.aboutPoint {
  margin: 0 -5px;
}
.aboutPoint li.col {
  box-sizing: border-box;
  width: 25%;
  padding: 0 8px;
	display: table-cell;
}
.aboutPoint li.col dl {
  box-sizing: border-box;
  height: 250px;
  background: #fff;
  border-radius: 5px;
  border: #00aac8 4px solid;
  /*padding: 18px 20px 20px;*/
	padding: 18px 0 20px;
}
.aboutPoint li.col .title {
  font-weight: bold;
  margin: 0 0 15px;
	padding: 15px 0;
	position: relative;
	background-color: #22c5e2;
	text-align: center;
}
.aboutPoint li.col .title .num {
	display: block;
  width: 60px;
	position: absolute;
	top: -45px;
	left: -13px;
}
.aboutPoint li.col .title .text {
  color: #fff;
  padding: 0 0 0 10px;
	font-size: 18px;
}
.aboutPoint li.col .body {
	padding: 0 20px 0;
	font-size: 15px;
}

/**
 * - reccomendBlock
 * ----------------------------------------------------------------------------
 */
.reccomendBlock .list li {
  color: #002d64;
  font-size: 21px;
  font-weight: bold;
  margin: 25px 0 0;
  padding-left: 45px;
  background: url("../images/mrk_01.png") no-repeat;
  background-position: left center;
}
.reccomendBlock .list li:first-child {
  margin-top: 0;
}
.reccomendBlock .lytImage .Image.reccomend01 {
  width: 400px;
}
.reccomendBlock .teacherBlock {
  margin: 50px 0 30px;
}
.reccomendBlock .teacherBlock .hdg {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #5a9be1;
  border-radius: 3px;
  padding: 8px 20px 6px;
  margin: 0 0 25px;
}
.reccomendBlock .teacherBlock .lytImage .Image.reccomend02 {
  width: 280px;
  padding-right: 50px;
}
.reccomendBlock .teacherBlock .lytImage .Image.reccomend03 {
  width: 250px;
  padding-right: 50px;
}
.reccomendBlock .teacherBlock dl {
  margin-top: 20px;
}
.reccomendBlock .teacherBlock dl:first-child {
  margin-top: 0;
}
.reccomendBlock .teacherBlock dl dt {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px;
	padding: 5px 0 5px 15px;
	background: url(../images/bg_title_teacher.png) no-repeat center center;
}
.reccomendBlock .teacherBlock dl dd p {
  margin: 20px 0 0;
}
/*.reccomendBlock .teacherBlock dl dd p:first-child {
  margin-top: 0;
}*/
.reccomendBlock .teacherBlock .lytImage02 {
	box-sizing: border-box;
  display: table;
  table-layout: fixed;
	padding: 30px;
	margin: 30px 0 0;
	background-color: #fff;
}
.reccomendBlock .teacherBlock .lytImage02 dl dt {
  color: #003c64;
  font-size: 18px;
  font-weight: bold;
	border-bottom: 1px solid #003c64;
  margin: 0;
	padding: 0 0 10px;
	background: none;
}
.reccomendBlock .teacherBlock .linkOrange {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.reccomendBlock .teacherBlock .linkOrange a:link,.reccomendBlock .teacherBlock .linkOrange a:visited {
	color: #ff781e;
}

/**
 * - infoBlock
 * ----------------------------------------------------------------------------
 */
.infoBlock .leftside {
  background: #d7f0ff;
	border: 4px solid #00aac8;
  border-radius: 3px;
  padding: 15px 25px;
	margin-bottom: 30px;
  color: #32323c;
	position: relative;
}
.infoBlock .leftside:last-child {
	margin-bottom: 0;
}
.infoBlock .leftside .seminarTag {
	position: absolute;
	top: -14px;
	left: 20px;
}
.infoBlock .leftside .nav {
  overflow: hidden;
  margin: 0 -4px;
	color: #333;
}
.infoBlock .leftside .col01 {
	width: 55%;
	padding: 0 5px 0 30px;
}
.infoBlock .leftside .col02 {
	width: 45%;
	padding: 0 5px 0 15px;
}
.infoBlock .leftside .nav li.col {
  font-weight: bold;
  border: #c8c8c8 1px solid;
  background: #fff;
  border-radius: 5px;
  width: 425px;
  padding: 15px 2px;
  margin: 0 auto;
  /*text-align: center;*/
  line-height: 1.2;
}
.infoBlock .leftside .nav li.col span {
	box-sizing: border-box;
  width: 50%;
  padding: 0 15px 0 35px;
	display: table-cell;
	vertical-align: middle;
}
.infoBlock .leftside .nav li.col small {
  font-size: 15px;
}
.infoBlock .leftside .nav li.col .reserve {
  /*display: block;*/
	margin: 10px 0 0;
}

.infoBlock .lyt2col .rightside {
  background: #fff;
  border-radius: 3px;
  padding: 15px 25px;
}
.infoBlock .lyt2col .rightside .hdgCol03 {
  color: #002d64;
  border-color: #002d64;
}
.infoBlock .hdgCol03 {
  font-size: 21px;
	color: #003c64;
  line-height: 1.4;
  padding: 5px 0 5px 80px;
  margin: 0 0 15px;
}
.infoBlock .hdgCol03 small {
  font-size: 15px;
}
.infoBlock .hdgCol03.noSeminar {
  padding: 5px 0 5px 0;
}
.infoBlock .colText {
  font-size: 16px;
  line-height: 1.7;
	height: 177px;
}
.infoBlock .colImage {
  text-align: center;
}
.infoBlock .colImage img {
  max-width: 100%;
  height: auto;
}
.infoBlock .infoInner {
  margin: 55px 0 35px;
}
.infoBlock .infoInner:last-child {
  margin: 55px 0 0;
}
.infoBlock .infoInner .hdg {
  position: relative;
  margin: 0 0 10px;
}
.infoBlock .infoInner .hdg .hdg03 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  background: #3ca0dc;
  border-radius: 3px;
  padding: 8px 15px 6px 185px;
  position: relative;
}
.infoBlock .infoInner .hdg .hdg03 .venue {
  box-sizing: border-box;
  width: 160px;
  text-align: center;
  padding: 8px 10px 6px;
  display: block;
  background: #002d64;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.infoBlock .infoInner .hdg .link {
  width: 80px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10.5px;
}
.infoBlock .infoInner .accessText {
  font-size: 14px;
  text-align: right;
}
.infoBlock .freecallArea {
  width: 950px;
  margin: 0 auto;
}
.infoBlock .freecallArea .Image {
  width: 365px;
  padding-right: 60px;
}
.infoBlock .freecallArea .box {
  text-align: center;
  border: #00508d 1px solid;
  border-radius: 5px;
}
.infoBlock .freecallArea .box .title {
  border-bottom: #00508d 1px solid;
  border-radius: 5px;
  background: #ebf0f4;
  padding: 18px 0 12px;
}
.infoBlock .freecallArea .box .text {
  padding: 32px 0 29px;
}

/**
 * - qaBlock
 * ----------------------------------------------------------------------------
 */
.qaBlock {
  margin: 40px 0 25px;
}
.qaBlock .qaTitle {
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: #a0a0a0 1px solid;
}
.qaBlock .qaTitle > * {
  display: table-cell;
  vertical-align: middle;
}
.qaBlock .qaTitle .fig {
  white-space: nowrap;
  padding-right: 10px;
}
.qaBlock .qaTitle .text {
  color: #003c64;
  font-size: 18px;
	font-weight: bold;
}

/*# sourceMappingURL=index_layout.css.map */
