@charset "UTF-8";

/*
reset
--------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html {
	font-size:62.5%;
}
body {
	font-size:130%;
	color:#494949;
	line-height:1;
	-webkit-text-size-adjust: 100%;
}
div, table, caption,th,tr,td,ul,ol,li,dl,dt,dd,address,form,input,textarea,h1,h2,h3,h4,h5,h6,p{
        font-style: normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size:100%;
        line-height:1.8;
		font-weight:normal;
}
fieldset, img {
        border: 0;
        vertical-align:bottom;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
		width:100%;
}
ol, ul {
        list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
        font-weight: normal;
        font-style: normal;
}
caption, th {
        text-align: left;
        font-size:100%;
}
button {
	border:none;
	background:#fff;
	cursor:pointer;
}
input, select {
	vertical-align:middle;
}
blockquote {
	width:80%;
	margin:0 auto 15px;
	padding:10px;
	border:1px solid #999;
}
em,strong {
	font-weight:bold;
}
hr {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
}
/* common
--------------------------------------------------------- */
img.aligncenter {
	display:block;
	margin:0 auto;
}
.alignleft,
img.alignleft {
	float:left;
	margin-right:20px;
}
.alignright,
img.alignright {
	float:right;
  	margin-left:20px;
}
.decimal {
	list-style:decimal outside;
	padding-left:25px;
}
.disc {
	list-style:disc outside;
	padding-left:25px;
}
.decimal li,
.disc li {
	margin-bottom:5px;
}
.mt0 {margin-top:0px !important;}
.mt3 {margin-top:3px !important;}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mb0 {margin-bottom:0px !important;}
.mb05 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.ml10 {margin-left:10px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.mr10 {margin-right:10px !important;}
.mr11 {margin-right:11px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.pt5 {padding-top:5px !important;}
.pt10 {padding-top:10px !important;}
.pt30 {padding-top:30px !important;}
.pb15 {padding-bottom:15px !important;}
.pl20 {padding-left:20px !important;}
.fontXBig {font-size:160%;}
.fontBig {font-size:110%;}
.fontSmall {font-size:90%;}
.fontXSmall {font-size:80%;}
.content .mainContent .tal {text-align:left;}
.tac {text-align:center;}
.tar {text-align:right;}
.floatLeft {float:left;margin-right:20px;margin-bottom:10px;}
.floatRight {float:right; margin-left:20px;margin-bottom:10px;}
.color_pink {color:#ffa1bf;}
.color_red {color:#c00;}
.red {color:#c00;}
.all {width:100%;}
.vat {vertical-align:top;}
.vam {vertical-align:middle;}
.vamL {vertical-align:middle;text-align:left;}
.vab {vertical-align:bottom;}
.fwb {font-weight:bold;}
.icn_pdf span {
	background:url(../img/common/icn/pdf.gif) no-repeat right center;
	padding-right:20px;
	margin-right:3px;
}
.icn_doc span {
	background:url(../img/common/icn/doc.gif) no-repeat right center;
	padding-right:20px;
	margin-right:3px;
}
.icn_xls span {
	background:url(../img/common/icn/xls.gif) no-repeat right center;
	padding-right:20px;
	margin-right:3px;
}
.external {
	background:url(../img/common/icn/external.png) no-repeat right center;
	padding-right:20px;
	margin-right:3px;
}
.hidden {
	visibility:hidden;
}
.none {
	display:none;
}
img {
	max-width:100%;
	height:auto;
}
.imp {
	font-weight:bold;
	color:#c00;
	font-size:110%;
}
.strong {
	font-weight:bold;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
small {
	font-size:85%;
	line-height:1.6;
	display:block;
}

.floatLeftPC {float:left;margin-right:20px;margin-bottom:10px;}
.floatRightPC {float:right; margin-left:20px;margin-bottom:10px;}

figcaption {
	margin-top:3px;
	margin-bottom:5px;
	font-size:86%;
	line-height:1.4;
}
body {
	-webkit-text-size-adjust: 100%;
}
a {
	color:#333;
}
a:hover {
	color:#3399cc;
	text-decoration:none;
}
a:hover img {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
	transition-duration: .6s;
	-moz-transition-duration: .6s;
	-webkit-transition-duration: .6s;
}
.colorGreen {
	color:#90c31f;
}
.colorOrange {
	color:#f39800;
}
header {
	margin-bottom:20px;
}
.content {
	margin-bottom:60px;
}
.home .headTop {
	padding:5px 0 4px;
	color:#fff;
}
.home .headTopInner {
	width:960px;
	margin:0 auto;
}
.home .headTopInner p {
	display:inline;
}
.home .headTopInner .headNav {
	float:right;
}
.home .headTopInner .headNav li {
	margin-left:30px;
	float:left;
}
.home .headTopInner .headNav li:before {
	padding-right:10px;
	font-family: FontAwesome;
	content: "\f0da";
}
.home .headTopInner .headNav li a {
	color:#fff;
}
.index .headTop {
	background:#66b7ec;
}
.school .headTop {
	background:#004e9d;
}
.gakudo .headTop {
	background:#90c31f;
}
.headerInner {
	width:960px;
	margin:0 auto;
	/zoom:1;
}
.headerInner:after {
	content:'';
	display:block;
	clear:both;
}
.headerInner h1 {
	padding-top:26px;
	float:left;
}
.headerAddress {
	padding-top:16px;
	float:right;
	text-align:right;
}
.headerAddress p {
	display:inline;
	line-height: 1.2;
}
.address {
	margin-right:20px;
	font-size:16px;
	/*font-weight:bold;*/
}
.address .zip {
	font-size:12px;
}
.phone {
	font-size:22px;
	/*font-weight:bold;*/
}
.home .phone {
	color:#f39800;
}
.home .phone:before {
	padding-right:5px;
	font-family: FontAwesome;
	content: "\f098";
}
.headerAddress ul {
	margin-top:5px;
	/zoom:1;
}
.heaerAddress ul:after {
	content:'';
	display:block;
	clear:both;
}
.headerAddress li {
	float:right;
	margin-left:20px;
}
.headerAddress li a {
	padding:4px 10px 2px 12px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	border-radius:4px;
}
.headerAddress li a:after {
	padding-left:15px;
	font-family:FontAwesome;
	content:'\f054';
}
.index .btnAccess a {
	background:#66b7ec;
}
.index .btnAccess a:hover {
	background:#69bdf5;
}
.school .btnAccess a {
	background:#004e9d;
}
.school .btnAccess a:hover {
	background:#0059b3;
}
.gakudo .btnAccess a {
	background:#90c31f;
}
.gakudo .btnAccess a:hover {
	background:#9dd622;
}
.btnInquiry a {
	background:#f39800;
}
.btnInquiry a:hover {
	background:#fa9e00;
}
.globalNav {
	margin-bottom:20px;
}
.globalNav ul {
	width:960px;
	margin:0 auto;
	/zoom:1;
}
.globalNav ul:after {
	content:'';
	display:block;
	clear:both;
}
.school .globalNav {
	background:#004e9d;
}
.gakudo .globalNav {
	background:#90c31f;
}
.school .globalNav ul {
	border-right:1px solid #80a7ce;
}
.gakudo .globalNav ul {
	border-right:1px solid #c8e18f;
}
.globalNav li {
	height:60px;
	float:left;
}
.globalNav li a {
	height:60px;
	line-height:60px;
	color:#fff;
	display:block;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}
.school .globalNav li a {
	background:#004e9d;
}
.school .globalNav li a:hover {
	background:#0059b3;
}
.school .globalNav li {
	width:239px;
	border-left:1px solid #80a7ce;
}
.gakudo .globalNav li a {
	background:#90c31f
}
.gakudo .globalNav li a:hover {
	background:#9dd622;
}
.gakudo .globalNav li {
	width:159px;
	border-left:1px solid #c8e18f;
}
.container {
	width:960px;
	margin:0 auto;
	/zoom:1;
}
.container:after {
	content:'';
	display:block;
	clear:both;
}
.mainImg {
	margin-bottom:20px;
}
.indexList {
	/zoom:1;
}
.indexList:after {
	content:'';
	display:block;
	clear:both;
}
.indexList li {
	width:50%;
	float:left;
}
.indexList li.hoiku {
	text-align:right;
}
footer {
	width:960px;
	margin:80px auto 0;
}
.footInquiry a {
	padding:4px 10px 2px 12px;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#fff;
	border-radius:4px;
	background:#f39800;
}
.footInquiry a:after {
	padding-left:15px;
	font-family:FontAwesome;
	content:'\f054';
}
.footInquiry a:hover {
	background:#fa9e00;
}
.footCi,
.footPhone,
.footInquiry {
	float:left;
}
.footCi {
	width:240px;
}
.footPhone {
	width:500px;
	padding-top:18px;
    padding-right: 30px;
	text-align: right;
}
.footInquiry {
	width:220px;
	padding-top:18px;
}
.footPhone .phone {
}
.footInfo {
	/zoom:1;
}
.footInfo:after {
	content:'';
	display:block;
	clear:both;
}
.copyright {
	margin-top:20px;
	margin-bottom:20px;
	padding-top:20px;
	border-top:1px solid #ddd;
	text-align:center;
}
.footNav {
	margin-top:15px;
	padding-top:20px;
	border-top:1px solid #ddd;
	text-align:center;
}
.footNav li {
	display:inline;
	margin-right:20px;
}
.footNav li:before {
	padding-right:10px;
	font-family: FontAwesome;
	content: "\f0da";
}
.school .footNav li:before {
	color:#004e9d;
}
.gakudo .footNav li:before {
	color:#90c31f;
}
.mainContent {
	width:690px;
	float:left;
}
.sideBar {
	width:240px;
	float:right;
}
.sideContact {
	height:260px;
	margin-bottom:20px;
	position:relative;
	background:url(../school/img/side_contact.png) no-repeat left top;
}
.sideContact a {
	position:absolute;
	bottom:42px;
	left:20px;
}
.sideBanner li {
	margin-bottom:10px;
}
.mainPhoto {
	margin-bottom:30px;
}
.schoolInfo h2 {
	margin-bottom:20px;
}
.schoolInfo ul:after {
	content:'';
	display:block;
	clear:both;
}
.schoolInfo li {
	float:left;
	width:230px;
}
.gakudoInfo p {
	margin-bottom:20px;
}
.gakudoInfo li {
	width:50%;
	float:left;
}
.gakudoInfo li:last-child {
	text-align:right;
}
.gakudoInfo ul:after {
	content:'';
	display:block;
	clear:both;
}

.content h2 {
    position: relative;
    margin: 0 0 15px;
	color:#fff;
    padding: 10px 10px 10px 30px;
	border-bottom:3px solid #ddd;
    font-size: 18px;
	letter-spacing:1px;
    font-weight: bold;
}

.content h2:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top :-15px;
    height: 30px;
    width: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.content h2:not(:first-child) {
	margin-top:50px;
}
.school .content h2 {
	background:#004e9d;
}
.school .content h2:before {
	background:#fff100;
}
.gakudo .content h2 {
	background:#90c31f;
}
.gakudo .content h2:before {
	background:#ffee00;
}
.index .content h2 {
	background:#66B7EF;
}
.index .content h2:before {
	background:#ffee00;
}
.content h3 {
	color:#66B7EF;
	border-bottom:2px dotted #66B7EF;
	margin-top:40px;
	margin-bottom:15px;
	font-size:18px;
	font-weight:bold;
}
.school .content h3 {
	border-bottom:2px dotted #004e9d;
}
.gakudo .content h3 {
	border-bottom:2px dotted #90c31f;
}
.content h2 + h3 {
	margin-top:0;
}
.content h3:before {
	padding-right:10px;
	font-family: FontAwesome;
	content: "\f111";
}
.gakudo .content h3 {
	color:#90c31f;
}
.school .content h3 {
	color:#004e9d;
}
.content .primary h3{
	margin-bottom:10px;
	padding:10px 20px;
	font-weight:bold;
	color:#fff;
	font-size:20px;
    background:#f39700;
	border-radius:6px;
	position:relative;
	border:0;
}
.content .primary h3 span {
	font-size:14px;
}
.content .junior h3{
	margin-bottom:10px;
	padding:10px 20px;
	font-weight:bold;
	color:#fff;
	font-size:20px;
    background:#8fc31f;
	border-radius:6px;
	position:relative;
	border:0;
}
.content .junior h3 span {
	font-size:14px;
}
.content .high h3{
	margin-bottom:10px;
	padding:10px 20px;
	font-weight:bold;
	color:#fff;
	font-size:20px;
    background:#00a0e9;
	border-radius:6px;
	position:relative;
	border:0;
}
.content .high h3 span {
	font-size:14px;
}
.content .primary h3 img,
.content .junior h3 img,
.content .high h3 img {
	position:absolute;
	right:10px;
	top:10px;
}
.content h4 {
	color:#66B7EF;
	font-weight:bold;
	margin-bottom:10px;
	font-size:15px;
}
.gakudo .content h4 {
	color:#90c31f;
}
.gakudo .content h4:before {
	color:#90c31f;
}
.school .content h4:before {
	color:#004e9d;
}
.content h4:before {
	padding-right:10px;
	font-family: FontAwesome;
	content: "\f111";
}
.content p {
	margin-bottom:1.6em;
}
figcaption {
	margin:5px 0;
}
p.infoDescript {
	margin-bottom:15px;
	font-size:18px;
	/*background: linear-gradient(transparent 60%, #ffff66 60%);*/
}
.courseList {
	font-weight:bold;
	font-size:18px;
	border-bottom:2px dotted #ddd;
	margin-bottom:10px;
	padding-bottom:4px;
}
.courseList span {
    color: #fff;
	margin-right:10px;
    padding: 6px 10px;
	border-radius:6px;
}
.courseList span span {
	font-size:14px;
}

.primary .courseList span {
	background:#f39700;
}
.junior .courseList span {
	background:#8fc31f;
}
.high .courseList span {
	background:#00a0e9;
}
.primary .courseList {
	color:#f39700;
}
.content h4:before {
	content:'';
	padding-right:0;
}
.junior .courseList {
	color:#8fc31f;
}
.high .courseList {
	color:#00a0e9;
}
.point {
	position: relative;
	margin: 0 0 1.5em;
	padding: 10px 20px;
	background: #faf5e3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.point:after {
	position: absolute;
    top: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-bottom: 15px solid #faf5e3;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 0;
    content: "";
}
.point h5 {
	margin-right:20px;
	color:#90c31f;
	font-size:16px;
	font-weight:bold;
}
.point ul:after {
	content:'';
	display:block;
	clear:both;
}
.point li {
	list-style:disc;
	margin-left:20px;
	float:left;
}
.primary,
.junior,
.heigh {
	margin-bottom:50px;
}
.fontLG {
	font-size:18px;
	font-weight:bold;
	color:#ee86b4;
}

.featureList {
	margin-bottom:20px;
}
.featureList ul {
	padding:10px 12px;
	background:#faf5e3;
	border:3px solid #f0e9d0;
	border-radius:6px;
}
.featureList ul:after {
	content:'';
	display:block;
	clear:both;
}
.featureList li {
	width:48%;
	margin:1%;
	float:left;
	padding: 10px 5px 10px 20px;
	background:#6cb8ea;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	border-radius:6px;
	border-right:2px solid #ddd;
	border-bottom:2px solid #ddd;
}
.featureList li span {
	font-size:13px;
}
.featureList li.long {
	width:98%;
}
.table {

	margin-bottom:2em;
}
.table th,.table td {
	padding:10px;
	border:1px solid #ddd;
}
.table thead th {
	font-size:1.1em;
}
.table th {
	font-weight:bold;
	background:#f7f3e4;
	vertical-align:middle;
}
.school .talbe thead th {
	background:#004e9d;
	color:#fff;
}
.gakudo .table thead th {
	background:#90c31f;
	border-bottom:3px solid #7aa51b;
	border-left:1px solid #bfd78b;
	border-right:1px solid #bfd78b;
	border-top:1px solid #90c31f;
	color:#fff;
}
.gakudo .table .thead th {
	border-top:1px solid #90c31f;
	border-right:1px solid #90c31f;
}
.timeline {
	margin-bottom:20px;
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 120px;
    float: left;
    margin: 20px 0;
	background:#1eb9ee;
	color:#fff;
	padding:0px 10px;
  }
  .timeline-content {
    width: 570px;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 20px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #e5e5d1;
    position: absolute;
    left: 116px;
    top: 26px;
    border-radius: 100%;
  }
  .timeline-info {
	  margin:20px 0;
  }
  .timeline-info span {
	  font-size:12px;
  }
  .column50 {
	  margin-bottom:30px;
  }
  .column50:after {
	  content:'';
	  display:block;
	  clear:both;
  }
  .column50 .col {
	  width:50%;
	  float:left;
  }
  .fmS {
	  width:120px;
  }
  .fmM {
	  width:320px;
  }
  .fmL {
	  width:480px;
  }
  .fmH {
	  height:300px;
  }
  .must {
	  color:#c00;
	  float:right;
  }

.formSubmit {
	padding:30px 0 0;
	text-align:center;
}
.formSubmit input {
	width:40%;
	height:50px;
	line-height:50px;
	background:#38bd3e;
	border:0;
	border-bottom:3px solid #2e9d33;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:124%;
	letter-spacing:1px;
	border-radius: 4px;
	cursor:pointer;
}
.formSubmit input:hover {
	background-color: #2e9d33;
}
.formSubmit input:active {
	position:relative;
	top: 3px;
}
.inqWrap input,
.inqWrap textarea {
	padding:3px;
	border:1px solid #ccc;
	border-radius:4px;
}
.bgWrap {
	padding:20px;
	background:#faf5e3;
	border:3px solid #f0e9d0;
	border-radius:6px;
}
.privacy dt {
	font-weight:bold;
}
.privacy dd {
	margin-bottom:20px;
}
.privacy li {
	list-style:disc;
	margin-left:25px;
}
.column3 .column {
	width:220px;
	float:left;
	margin-right:15px;
}
.column3 .column:nth-child(3n) {
	margin-right:0;
}
.column3 {
	margin-bottom:20px;
}
.column3:after {
	content:'';
	display:block;
	clear:both;
}


.column3-2 .column {
	width:220px;
	float:left;
	margin-right:15px;
}
.column3-2 .column:nth-child(2n) {
	margin-right:0;
}
.column3-2 {
	width:470px;
	float:left;
	margin-bottom:20px;
}
.column3-2:after {
	content:'';
	display:block;
	clear:both;
}
.column3-1 {
	width:220px;
	float:right;
}
.column figcaption {
	color:#a1814c;
	font-weight:bold;
}

.radius {
	border-radius:6px;
}
.flowStep {
	padding:10px 20px 5px;
	border:3px solid #f0e9d0;
	background:#faf5e3;
	border-radius:6px;
}
.school .flowStep {
	background:none;
	border:3px solid #ddd;
}
.flowStep h4 {
	font-size:18px;
	padding-left:60px;
	height:56px;
	line-height:56px;
}
.step01 h4 {
	background:url(../school/img/step01.png) no-repeat left center;
}
.step02 h4 {
	background:url(../school/img/step02.png) no-repeat left center;
}
.step03 h4 {
	background:url(../school/img/step03.png) no-repeat left center;
}
.step04 h4 {
	background:url(../school/img/step04.png) no-repeat left center;
}
.step05 h4 {
	background:url(../school/img/step05.png) no-repeat left center;
}
.step06 h4 {
	background:url(../school/img/step06.png) no-repeat left center;
}
.gakudo .step01 h4 {
	background:url(../gakudo/img/step01.png) no-repeat left center;
}
.gakudo .step02 h4 {
	background:url(../gakudo/img/step02.png) no-repeat left center;
}
.gakudo .step03 h4 {
	background:url(../gakudo/img/step03.png) no-repeat left center;
}
.gakudo .step04 h4 {
	background:url(../gakudo/img/step04.png) no-repeat left center;
}
.gakudo .step05 h4 {
	background:url(../gakudo/img/step05.png) no-repeat left center;
}
.step06 h4 {
	background:url(../gakudo/img/step06.png) no-repeat left center;
}
.step01 .contactBtn a {
	padding: 4px 10px 2px 12px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    background: #f39800;
}
.step01 .contactBtn a:hover {
	background: #fa9e00;
}
.flowStepWrap {
	background:url(../school/img/arrow_step.png) no-repeat center bottom;
	margin-bottom:20px;
	padding-bottom:50px;
}

.flowStep:after {
	content:'';
	display:block;
	clear:both;
}
.taikenFlowWrap {
	padding:10px 20px 20px;
	border: 3px solid #f0e9d0;
    background: #faf5e3;
    border-radius: 6px;	
}
.taikenStep {
	margin-left:20px;
}
.taikenStepWrap {
	background:url(../gakudo/img/arrow_taiken_step.png) no-repeat 20% bottom;
	padding-bottom:24px;
	margin-bottom:16px;
}
.taikenStep .flowTaiken {
	font-size: 16px;
	font-weight:bold;
    padding-left: 50px;
    height: 34px;
    line-height: 34px;
}
.taikenStep .flowTaikenL {
	font-size: 16px;
	font-weight:bold;
	padding-left: 50px;
}
.taikenStep01 {
	background: url(../gakudo/img/taiken_step01.png) no-repeat left center;
}
.taikenStep02 {
	background: url(../gakudo/img/taiken_step02.png) no-repeat left center;
}

.taikenStep03 {
	background: url(../gakudo/img/taiken_step03.png) no-repeat left center;
}

.taikenStep04 {
	background: url(../gakudo/img/taiken_step04.png) no-repeat left center;
}

.taikenStep05 {
	background: url(../gakudo/img/taiken_step05.png) no-repeat left center;
}



#page-top{
	width:50px;
	height:50px;
	/*display:none;*/
	position:fixed;
	right:16px;
	bottom:16px;
}

#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#3b3b3b;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

#page-top p:hover{
	background:#8b8b8b;
}

#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
.staffList {
	margin-right:-18px;
}
.staffList:after {
	content:'';
	display:block;
	clear:both;
}
.staffList li {
	cursor:pointer;
}
.staffList li {
	float:left;
	width:218px;
	margin-right:18px;
	margin-bottom:18px;
	position:relative;
}
.staffList li.clickPost:after {
    content: '\f0dd';
    font-family: 'FontAwesome';
    font-size: 32px;
    position: absolute;
    bottom: -32px;
    left: 97px;
    /* right: 50%; */
    color: #90c31f;
}
.staffList li dl {
	padding:8px;
	background:#fafafa;
	transition-duration: .6s;
	-moz-transition-duration: .6s;
	-webkit-transition-duration: .6s;	
}
.staffList li.hover dl,
.staffList li.clickPost dl {
	background:#90c31f;
	transition-duration: .6s;
	-moz-transition-duration: .6s;
	-webkit-transition-duration: .6s;
}
.staffList li.hover dd,
.staffList li.clickPost dd {
	color:#fff;
}
.staffList li.hover img {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1;
	transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
}
.on.staffList li img {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: .5;
	transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
}
.on.staffList li.clickPost img {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1;
	transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
}
.on.staffList li.clickPost dd {
	color:#fff;
}
.on.staffList li dd {
	color:#999;
}
.on.staffList li.hover dd {
	color:#fff;
}
.staffList li dd {
	padding-top:5px;
	text-align:center;
}
.staffList li a {
	text-decoration:none;
}
/*.staff .container {
	width:100%;
}
.staff .mainContent {
	width:100%;
}
.staff .content h3 {
	margin-top:0;
}
.staffContent:after {
	content:'';
	display:block;
	clear:both;
}
.staffPhoto {
	width:200px;
	float:left;
}
.staffInfo {
	width:510px;
	float:right;
	margin-top:-10px;
}*/
.staffInfo {
	padding:5px 30px 20px;
}
.staffInfo h4 {
	margin-top:20px;
	margin-bottom:6px;
	border-bottom:1px solid;
}
.staffInfo h4:first-child {
	margin-top:10px;
}
.staffInfo p {
	margin-bottom:0px;
}
.staffInfo .sub {
	font-size:12px;
	display:block;
	color:#a87436;
	line-height:1.5;
}
.staff {
	background:#90c31f;
}
.staff .container {
	margin:30px auto;
	padding:20px 30px 30px;
	background:#fff;
}
.staff.gakudo .content h4:before {
    padding-right: 9px;
	color:#fc0;
    font-family: FontAwesome;
    content: "\f111";
}
.blackdiv, .toggleSection {
    width:690px;
    clear:both;
    display:none;
	background:#fbf9f1;
	border-radius:6px;
}
.toggleSection {
	border:4px solid #f7f3e4;
}
.blackdiv {
	height:640px;
	margin-bottom:30px;
	/*border:4px solid #f7f3e4;*/
	background:#fbf9f1;
	border-radius:6px;
}
.gaikanWrap:after {
	content:'';
	display:block;
	clear:both;
}
.gaikan {
	width:300px;
	float:left;
}
.gsmap {
	width:380px;
	float:right;
}
.eventFig {
	/*padding:10px;*/
	/*background:#e7dfc6;*/
}
.eventFig:after {
	content:'';
	display:block;
	clear:both;
}
.eventFig li {
	position:relative;
	float:left;
	margin-right:8px;
	border:3px solid #f4eedc;
	border-radius:3px;
}
.eventFig li:nth-child(3n) {
	margin-right:0;
}
.eventFig li img {
	
}
.mailAttn {
	list-style: disc;
    padding-left: 20px;
    margin-bottom: 25px;
}
.content .place_ttl {
	font-size: 20px;
    font-weight: bold;
    background: #90c31f;
    border-bottom: 3px solid #ddd;
    margin-bottom: 15px;
    padding: 5px 25px;
    color: #fff;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mainNews {
	    background: #f37e6a;
    font-weight: bold;
    padding: 14px 20px 12px;
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;

    border-radius: 6px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.mainNews p {
font-weight:bold;
}
.mainNews p:before {
	content:'\f05a';
	font-family:FontAwesome;
	padding-right:15px;
	color:#f8b8af;
}