@charset "utf-8";

/* ----------------------------------------------------------------------------
	MAIN
------------------------------------------------------------------------------ */
main #pageTtl h1 {
	padding: 5% 5% 5% 5%;
	/*padding: 12% 5% 5% 5%;*/
	letter-spacing: 0;
}
main #pageTtl h1 span {
/*
	position: absolute;
	top: 15px;
	left: 5%;
*/
	padding: 5px 5px;
	margin: 0 2% 0 2%;
	background: #7c98ab;
	color: #fff;
	font-size: 1.3rem;
	vertical-align: middle;
	line-height: 1;
	letter-spacing: 0;
}
main #pageTtl h1 span.course_tag {
	padding: 5px 5px;
	background: #011f5c;
	font-size: 1.3rem;
}
main #pageTtl h1 span.course_grade {
	left: 30%;
	padding: 5px 5px;
	font-size: 1.3rem;
}

/* ----------------------------------------------------------------------------
	#anchor
------------------------------------------------------------------------------ */
#content #anchor {
	position: relative;
	width: 100%
}
#content #anchor ul {
	padding: 5%;
	margin: 0 auto;
	border-bottom: solid 1px #c4cdd1;
	background: #fff;
	text-align: center;
}
#content #anchor ul li {
	position: relative;
	display: inline-block;
	padding: 0 10px 0 5px;
	margin: 0 10px 0 5px;
	font-size: 1.2rem;
	font-weight: bold;
}
#content #anchor ul li:last-child {
	padding: 0 0 0 5px;
	margin: 0;
}
/*
#content #anchor ul li:after {
	content: "/";
	position: absolute;
	top: 0;
	right: -5px;
}

#content #anchor ul li:last-child:after {
	content: none;
}
*/

#content #anchor ul li a {
	position: relative;
	color: #646464;
	font-weight: bold;
	text-decoration: none;
}

#content #anchor ul li a:before {
	content: url("../../common/images/icon_coruse_anchor.png");
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

/* ----------------------------------------------------------------------------
	section
------------------------------------------------------------------------------ */
#content > section {
	width: 100%;
	padding: 0 5%;
  margin: 0 auto 10%;
}
#content > section h2 {
	margin: 0 0 3%;
	color: #011f5c;
	font-size: 1.6rem;
	text-align: center;
}

/* ----------------------------------------------------------------------------
	#overview
------------------------------------------------------------------------------ */
#content > section#overview {
	padding: 10% 5% 5%;
	background: #011f5c;
}
#content > section#overview h2 {
	color: #fff;
}
#content > section#overview p {
	color: #ccd2de;
}

#content > section#overview p {
	margin: 0 auto 20px;
}
#content > section#overview dl {
	margin: 0 auto 6%;
	padding: 5%;
	border: 1px solid #fff;
	color: #fff;
}
#content > section#overview dl dt{
	font-weight: bold;
}
#content > section#overview dl dd{
	font-weight: bold;
}

/* ----------------------------------------------------------------------------
	#schedule
------------------------------------------------------------------------------ */
#content > section#schedule {
}
#content > section#schedule .cource {
	margin: 0 0 5%;
}
#content > section#schedule .cource:last-child {
	margin: 0;
}
#content > section#schedule .cource h3 {
	margin: 0 0 3%;
	font-size: 1.4rem;
}
/*#content > section#schedule .cource h4 {
	margin: 0 0 3%;
	font-size: 1.4rem;
}*/
#content > section .cource .box {
}
#content > section .cource .box li {
	width: 100%;
	margin: 0 0 1%;
	padding: 0;
	border: solid 1px #C4CDD1;
}
#content > section .cource .box li:last-child {
	margin: 0;
}
#content > section .cource .box li dl {
	display: table;
	width: 100%;
	font-size: 1.2rem;
}
#content > section .cource .box li dl dt {
	display: table-cell;
	width: 20%;
	padding: 3% 2%;
	background: #C4CDD1;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	vertical-align: middle;
}
#content > section .cource .box li dl dd {
	display: table-cell;
	padding: 3%;
	font-size: 1.2rem;
	text-align: center;
	vertical-align: middle;
}
#content > section .cource .box li dl dd.day {
	border-right: solid 1px #C4CDD1;
	font-size: 1.2rem;
	font-weight: bold;
}
#content > section .cource .box li dl dd.time {
	font-size: 1.0rem;
}

/* .scheduleTable.type_01 */
#content > section#schedule .cource .box .scheduleTable.type_01 {
	width: 100%;
	margin: 0 0 5%;
	font-size: 1.2rem;
	letter-spacing: 0;
}
#content > section#schedule .cource .box .scheduleTable.type_01 tr {
}
#content > section#schedule .cource .box .scheduleTable.type_01 tr th {
	padding: 10px;
	border: solid 1px #c4cdd1;
	border-left: none;
	vertical-align: middle;
}
#content > section#schedule .cource .box .scheduleTable.type_01 tr td {
	padding: 10px;
	border: solid 1px #c4cdd1;
	border-right: none;
	vertical-align: middle;
}

/* .scheduleTable.type_02 */
#content > section#schedule .cource .box .scheduleTable.type_02 {
	width: 100%;
	margin: 0 0 8%;
	background: #e4ecf3;
	font-size: 1.0rem;
}
#content > section#schedule .cource .box .scheduleTable.type_02 tr {
}
#content > section#schedule .cource .box .scheduleTable.type_02 tr th {
	padding: 8px 10px;
	vertical-align: middle;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#content > section#schedule .cource .box .scheduleTable.type_02 tr td {
	padding: 8px 10px;
	vertical-align: middle;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
}
#content > section#schedule .cource .box .scheduleTable.type_02 tr td:nth-child(3) {
	border-left: solid 1px #fff;
}

/* .note */
#content > section#schedule .cource > .note {
	margin: 1% 0 0;
}
#content > section .cource > .note.type03 {
	margin: 1% 0 0;
	padding: 0;
    text-indent: 0;
}


/* .price */
#content > section#schedule .cource .price {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	flex-flow: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	margin: 10% 0 0;
	padding: 5% 0;
	border-top: solid 1px #011f5c;
	border-bottom: solid 1px #011f5c;
	text-align: center;
}
#content > section#schedule .cource .price p.item {
	margin: 3% 0;
	padding: 0 5%;
	border: solid 1px #011f5c;
	color: #011f5c;
	font-size: 1.2rem;
	text-align: center;
}
#content > section#schedule .cource .price> p.priceNum {
	display: inline-block;
	padding: 2% 0 0;
	color: #011f5c;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 3.0rem;
	line-height: 1.4;
	vertical-align: middle;
}
#content > section#schedule .cource .price > p span {
	font-size: 1.6rem;
	vertical-align: baseline;
}
#content > section#schedule .cource .price > p b {
	margin: 0 10px 0 0;
	font-size: 1.6rem;
	vertical-align: baseline;
}
#content > section .cource .price > ul.note {
	display: block;
	margin: 2% auto 0;
}
#content > section .cource .price > ul.note li {
	text-align: center;
}

/*#content > section .cource .price > ul.note {
	display: inline-block;
	display: table;
	margin: 0 auto;
	line-height: 1;
	vertical-align: baseline;
	text-align: center;
}
#content > section .cource .price > ul.note li {
	display: table-cell;
	text-align: center;
	float: left;
}*/
#content > section .cource .price > p.privilege {
	display: inline-block;
	vertical-align: bottom;
	color: #011f5c;
	font-size: 1.2rem;
	font-weight: bold;
}


/* ----------------------------------------------------------------------------
	#application
------------------------------------------------------------------------------ */
#content > section#application .box .tel {
	width: 100%;
	margin: 0 40px 0 0;
	padding: 10px 20px;
	text-align: center;
}
#content > section#application .box .tel .num {
	color: red;
	font-size: 1.5rem;
	text-align: center;
}
#content > section#application .box .tel .num a {
	color: red;
  text-decoration: none;
}
#content > section#application .box .tel .time {
	font-size: 1.0rem;
	text-align: center;
}
#content > section#application .box .note {
	margin: 2% 0 0;
}

/* ----------------------------------------------------------------------------
	#other
------------------------------------------------------------------------------ */
#content > section#other {
}
#content > section#other ul {
}
#content > section#other ul li {
	display: table;
	width: 100%;
	margin: 0 0 1px;
}
#content > section#other ul li:last-child {
	margin: 0;
}
#content > section#other ul li a {
	display: table-cell;
	width: 100%;
	padding: 5% 10%;
	background: url(../../common/images/icon_link.png) #001f5f no-repeat left center;
	background-size: 20px;
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
	vertical-align: middle;
}


.styleS_none {
	display: none;
}
#content section:nth-child(1) p {
  font-size: 10px;
  text-align: center;
  color: red;
  margin: 5% auto -10%;
}
#content > section#other h3.other_title {
  width: 100%;
margin: 0 auto 4%;
font-size: 1.8rem;
text-align: center;
color: #011f5c;
border-top: 2px solid #011f5c;
border-bottom: 2px solid #011f5c;
background: #fff;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#content > section#other ul.othersecond li:last-child {
  margin: 0 auto 8%;
}
/************ curriculum ************/

#curriculum .chart {
	width: 100%;
	border: 2px solid #818fac;
	background: #fff;
}
#curriculum .chart th{
	width: 33.333%;
	padding: 2%;
	color: #fff;
	background: #818fac;
	text-align: center;
	vertical-align: middle;
	font-size: 1.3rem;
	border-bottom: 2px solid #fff;
}
#curriculum .chart td{
	padding: 2%;
	text-align: center;
	vertical-align: middle;
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
	border-top: 2px solid #818fac;
	border-right: 2px solid #818fac;
}
#curriculum .chart th.th_01,
#curriculum .chart th.th_02 {
	border-right: 2px solid #fff;
}
#curriculum .chart th.th_02,
#curriculum .chart th.th_03,
#curriculum .chart th.th_05 {
	border-bottom: none;
}
#curriculum .chart td.td_01 {
	border-right: 2px solid #818fac;
}
#curriculum .chart td.td_02 {
	border-bottom: 2px solid #818fac;
}

#anchor_02 {
  position: relative;
  padding: 20px;
  background: #fff;
  text-align: center;
}

#anchor_02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#anchor_02 ul:nth-child(1) {
  border-bottom: 1px solid #c4cdd1;
  padding-bottom: 20px;
  font-weight: bold;
}

#anchor_02 ul:nth-child(2) {
  padding-top: 20px;
}

#anchor_02 ul li {
  font-size: 1.4rem;
}

#anchor_02 ul li:nth-child(1) {
  color: #011f5c;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#anchor_02 ul li a {
  color: #646464;
  font-weight: bold;
  text-decoration: none;
}

#anchor_02 ul li a:before {
  content: url(../../common/images/icon_coruse_anchor.png);
display: inline-block;
vertical-align: middle;
margin-right: 4px;
}

#anchor_02:before {
  content: "";
  position: absolute;
  top: 66px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #c4cdd1;
}
#anchor_02:after {
  content: "";
  position: absolute;
  top: 66px;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #c4cdd1;
}
