@charset "UTF-8";
/*! Reset CSS / HTML5 Doctor */
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, 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, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: middle;
}

input[type="checkbox"] {
  vertical-align: middle;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

table {
  font-size: inherit;
  border-collapse: collapse;
}

small {
  font-size: .875em;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {
  font-size: .75em;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover 
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/*! Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

/* Layout */
div {
  margin: 0;
  padding: 0;
  zoom: 1;
}

.content-page {
  overflow: hidden;
  width: 100%;
  min-width: 1100px;
}

.content-page-head {
  margin: 0 auto;
  overflow: hidden;
  padding: 32px 0;
}

.banner-sub {
  width: 1000px;
  margin: 0 auto 30px;
  overflow: hidden;
  position: relative;
}

.toppage .banner-sub {
  margin-bottom: 0;
}

.content-body {
  overflow: hidden;
}

.content-main {
  overflow: hidden;
}

.content-sub-body {
  margin: 0 auto;
  overflow: hidden;
  width: 1000px;
}

.content-sub-body .content-main {
  float: left;
  margin-bottom: 20px;
  width: 637px;
}

.content-sub {
  float: right;
  width: 300px;
}

.content-main-footer {
  margin: 60px auto 0;
  overflow: hidden;
  width: 1000px;
}

.content-page-footer {
  background: #eee;
  overflow: hidden;
}

/* inner */
.content-page-footer .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
}

/*  Base styles */
body {
  background: url(../img/body_back.png) no-repeat top left #fff;
  background-size: 70px 70px;
  color: #111;
  font-family: "繝｡繧､繝ｪ繧ｪ", Meiryo, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Sans-Serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

a {
  color: #333;
  text-decoration: underline;
}

a:visited {
  color: #666;
}

a:hover,
a:active {
  color: #333;
  text-decoration: none;
}

.moduke-block-link a {
  color: #333;
  text-decoration: none;
}

.moduke-block-link a:visited {
  color: #333;
}

.moduke-block-link a:hover,
.moduke-block-link a:active {
  color: #333;
}

a[href$=".pdf"]::after {
  content: url(../img/icon_pdf.png);
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

.btn {
  text-align: center;
}

.module-fl {
  float: left;
}

.module-fr {
  float: right;
}

.module-ct {
  text-align: center;
}

.module-m0 {
  margin: 0 !important;
}

.module-m1 {
  margin: 1px 0 !important;
}

.module-m2 {
  margin: 2px 0 !important;
}

.module-m3 {
  margin: 3px 0 !important;
}

.module-m4 {
  margin: 4px 0 !important;
}

.module-m5 {
  margin: 5px 0 !important;
}

.module-ml05 {
  margin-left: 5px !important;
}

.module-ml10 {
  margin-left: 10px !important;
}

.module-ml20 {
  margin-left: 20px !important;
}

.module-ml30 {
  margin-left: 30px !important;
}

.module-ml40 {
  margin-left: 40px !important;
}

.module-ml50 {
  margin-left: 50px !important;
}

.module-ml60 {
  margin-left: 60px !important;
}

.module-mr05 {
  margin-right: 5px !important;
}

.module-mr10 {
  margin-right: 10px !important;
}

.module-mr20 {
  margin-right: 20px !important;
}

.module-mr30 {
  margin-right: 30px !important;
}

.module-mr40 {
  margin-right: 40px !important;
}

.module-mr50 {
  margin-right: 50px !important;
}

.module-mr60 {
  margin-right: 60px !important;
}

.module-mt05 {
  margin-top: 5px !important;
}

.module-mt10 {
  margin-top: 10px !important;
}

.module-mt20 {
  margin-top: 20px !important;
}

.module-mt30 {
  margin-top: 30px !important;
}

.module-mt40 {
  margin-top: 40px !important;
}

.module-mt50 {
  margin-top: 50px !important;
}

.module-mt60 {
  margin-top: 60px !important;
}

.module-mb05 {
  margin-bottom: 5px !important;
}

.module-mb10 {
  margin-bottom: 10px !important;
}

.module-mb20 {
  margin-bottom: 20px !important;
}

.module-mb30 {
  margin-bottom: 30px !important;
}

.module-mb40 {
  margin-bottom: 40px !important;
}

.module-mb50 {
  margin-bottom: 50px !important;
}

.module-mb60 {
  margin-bottom: 60px !important;
}

.module-hidden {
  display: none;
}

.module-list-none li {
  list-style: none !important;
  margin-left: 0 !important;
}

.module-long-arrow-right::before {
  content: "\f178";
  color: #111;
  font-size: 1em;
  margin-left: 0;
  margin-right: 5px;
  vertical-align: middle;
}

.module-attend {
  color: #ff3333;
}

.module-memo {
  font-size: .875em;
}

.module-required {
  background-color: #ff3333;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 5px 15px;
}

.elm-btn {
  text-align: center;
}

.elm-btn a {
  background: #5eb7e8;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  padding: 10px 30px;
}

.elm-btn a::before {
  content: "\f105";
  font-size: 1.2em;
  margin-top: -.5em;
  position: absolute;
  right: 10px;
  top: 50%;
}

.elm-btn a:hover {
  opacity: .85;
}

.elm-btn.gb a {
  background: #8ccb0e;
}

.elm-btn.ob a {
  background: #ffae00;
}

.elm-btn.elm-2line a {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.elm-c-img {
  text-align: center;
}

.elm-sign {
  margin-bottom: 60px;
  text-align: right;
}

.elm-youtube {
  max-width: 100% !important;
}

.elm-sup {
  font-size: .875em;
}

/* block-catch */
.block-catch {
  background: #5eb7e8;
  height: 550px;
  overflow: hidden;
}

.block-catch .inner {
  width: 1120px;
  margin: 0 auto;
}

.block-catch p {
  margin: 0;
  padding: 0;
}

/* nav */
.nav li {
  display: inline-block;
}

.block-nav-footer a {
  color: #333;
}

.block-nav-footer a:visited {
  color: #333;
}

.block-nav-footer a:hover,
.block-nav-footer a:active {
  color: #333;
}

/* img hover */
a:hover img {
  opacity: .85;
  transition: opacity .2s ease-out;
}

a:hover img.logo,
.module-gotop-btn a:hover img,
.moduke-block-link a:hover img {
  opacity: 1;
}

/* btn hover */
.btn a:hover img {
  opacity: 0;
  transition: opacity .2s ease-out;
}

/* display none */
legend {
  display: none;
}

.content-page-head h2 {
  display: none;
}

#sw-lang-menu-close,
#sw-main-menu-close {
  display: none;
}

form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

::before,
::after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}

.toppage .block-nav-main {
  display: none;
}

.block-nav-main .nav .nav-list-08 {
  display: none;
}

.hidden {
  display: none;
}

/* content-page-head */
.logo {
  width: 212px;
}

.content-page-banner {
  float: left;
  width: 212px;
}

.block-nav-main {
  clear: both;
  background: #f2faff;
  overflow: hidden;
  box-shadow: 0 5px 0 0 #d5e5ef inset;
}

.block-nav-main nav {
  overflow: hidden;
  box-shadow: 0 -1px 0 0 #ccc inset;
}

.block-nav-main .nav {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.block-nav-main .nav li {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  float: left;
  font-size: .875em;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 151px;
  position: relative;
}

.block-nav-main .nav .nav-list-01 {
  border-left: 1px solid #ccc;
  width: 94px;
  text-transform: uppercase;
}

.block-nav-main .nav .nav-list-01 {
  background-image: linear-gradient(to right, #5eb7e8, #015cac);
}

.block-nav-main .nav .nav-list-02 {
  background-image: linear-gradient(to right, #fe66cc, #02cbff);
}

.block-nav-main .nav .nav-list-03 {
  background-image: linear-gradient(to right, #fe8500, #acec00);
}

.block-nav-main .nav .nav-list-04 {
  background-image: linear-gradient(to right, #f585fe, #ffd702);
}

.block-nav-main .nav .nav-list-05 {
  background-image: linear-gradient(to right, #fe6767, #01fefe);
}

.block-nav-main .nav .nav-list-06 {
  background-image: linear-gradient(to right, #5eb7e8, #005bac);
}

.block-nav-main .nav .nav-list-07 {
  background-image: linear-gradient(to right, #bae3f9, #5fb7e8);
}

.block-nav-main .nav li a {
  background: #fff;
  border-bottom: 10px solid #f3f3f3;
  display: block;
  height: 65px;
  line-height: 60px;
  margin-top: 5px;
  overflow: hidden;
  text-decoration: none;
}

.block-nav-main .nav li a:hover,
.block-nav-main .nav li a:visited,
.block-nav-main .nav li a:active {
  color: #111;
}

.block-nav-main .nav li::before {
  content: "\f0d7";
  color: #bcbcbc;
  font-size: .875em;
  line-height: .6em;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -.3em;
}

.block-nav-main .nav li a:hover,
.block-nav-main .nav li:hover {
  border-bottom-color: #fff;
}

.block-nav-main .nav li:hover::before {
  color: #666;
}

.about .block-nav-main .nav li.nav-list-02 a,
.about .block-nav-main .nav li.nav-list-02 {
  border-bottom-color: #fff;
}

.about .block-nav-main .nav li.nav-list-02::before {
  color: #666;
}

.system .block-nav-main .nav li.nav-list-03 a,
.system .block-nav-main .nav li.nav-list-03 {
  border-bottom-color: #fff;
}

.system .block-nav-main .nav li.nav-list-03::before {
  color: #666;
}

.endeavor .block-nav-main .nav li.nav-list-04 a,
.endeavor .block-nav-main .nav li.nav-list-04 {
  border-bottom-color: #fff;
}

.endeavor .block-nav-main .nav li.nav-list-04::before {
  color: #666;
}

.interview .block-nav-main .nav li.nav-list-05 a,
.interview .block-nav-main .nav li.nav-list-05 {
  border-bottom-color: #fff;
}

.interview .block-nav-main .nav li.nav-list-05::before {
  color: #666;
}

.navi .block-nav-main .nav li.nav-list-06 a,
.navi .block-nav-main .nav li.nav-list-06 {
  border-bottom-color: #fff;
}

.navi .block-nav-main .nav li.nav-list-06::before {
  color: #666;
}

.news .block-nav-main .nav li.nav-list-07 a,
.news .block-nav-main .nav li.nav-list-07 {
  border-bottom-color: #fff;
}

.news .block-nav-main .nav li.nav-list-07::before {
  color: #666;
}

/* top-read-txt */
.top-read-txt-sp {
  display: none;
}

.top-read-txt {
  margin-bottom: 1em;
}

.top-read-txt-link {
  display: block;
}

.top-read-txt-link::before {
  content: "\f105";
  color: #5eb7e8;
  display: inline-block;
  font-size: 1.3125rem;
  vertical-align: middle;
  margin-right: .3em;
}

/* block-nav-contact */
.block-nav-contact {
  position: static;
  float: right;
  height: 54px;
  line-height: 54px;
  width: 780px;
  text-align: right;
}

.block-nav-contact .nav li {
  font-size: .875em;
  margin-left: 40px;
}

.block-nav-contact .nav li:first-child {
  margin-left: 0;
}

.block-nav-contact .nav li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}

/* block-top-tab */
.block-top-tab {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

.block-top-tab-list {
  box-shadow: 0 -1px 0 0 #ccc inset;
  height: 84px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -84px;
  z-index: 10;
}

.block-top-tab-list ul {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.block-top-tab-list li {
  border-bottom: 1px solid #ccc;
  float: left;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  width: 247px;
  position: relative;
}

.block-top-tab-list li:first-child {
  margin-left: 0;
}

.block-top-tab-list li:last-child {
  margin-right: 0;
}

.block-top-tab-list li a {
  border-bottom: 10px solid #f3f3f3;
  display: block;
  height: 83px;
  line-height: 83px;
  overflow: hidden;
  text-decoration: none;
}

.block-top-tab-list li.active {
  border-bottom: 1px solid #fff;
}

.block-top-tab-list li.active a {
  border-bottom: none;
}

.block-top-tab-list li::before {
  content: "\f0d7";
  color: #bcbcbc;
  font-size: .875em;
  line-height: .6em;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -.3em;
}

.block-top-tab-body {
  overflow: hidden;
  min-height: 470px;
}

.block-top-tab-body.active {
  display: block;
}

.block-top-tab-body .inner {
  padding: 40px 40px 20px;
  overflow: hidden;
}

.block-top-tab-body-txt {
  float: left;
  width: 550px;
  font-size: .875em;
}

.block-top-tab-body-txt .elm-c-img {
  margin-top: 30px;
}

.block-top-tab-body-link {
  float: right;
  width: 310px;
}

.block-top-tab-body-link li {
  border-bottom: 1px solid #ccc;
  font-size: .9375em;
}

.block-top-tab-body-link li a {
  padding: 15px;
  padding-left: 20px;
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background: url(../img/top/icon_block_top_tab_body_link.png) no-repeat 0 1.25em;
}

.block-top-tab-list li a:hover,
.block-top-tab-list li a:visited,
.block-top-tab-list li a:active {
  color: #111;
}

.block-top-tab-body-link li a::before {
  content: "\f105";
  color: #ccc;
  font-size: 1.2em;
  margin-top: -.5em;
  position: absolute;
  right: 0;
  top: 50%;
}

#top-tab-02.block-top-tab-body {
  background: url(../img/top/top_tab_02_back_img.jpg) no-repeat bottom left;
}

#top-tab-03.block-top-tab-body {
  background: url(../img/top/top_tab_03_back_img.jpg) no-repeat bottom left;
}

#top-tab-04.block-top-tab-body {
  background: url(../img/top/top_tab_04_back_img.jpg) no-repeat bottom left;
}

#top-tab-list-01 {
  background: url(../img/top/block_top_tab_line_01.png) no-repeat 1px 1px #fff;
  background-size: 245px 6px;
}

#top-tab-list-02 {
  background: url(../img/top/block_top_tab_line_02.png) no-repeat 1px 1px #fff;
  background-size: 245px 6px;
}

#top-tab-list-03 {
  background: url(../img/top/block_top_tab_line_03.png) no-repeat 1px 1px #fff;
  background-size: 245px 6px;
}

#top-tab-list-04 {
  background: url(../img/top/block_top_tab_line_04.png) no-repeat 1px 1px #fff;
  background-size: 245px 6px;
}

/* block-navi */
.block-navi {
  background: url(../img/top/block_navi_back.png) repeat-y top center #bae3f9;
}

.block-navi .inner {
  background-color: #005bac;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  width: 1000px;
}

.block-navi-head {
  color: #fff;
  font-size: 1.625em;
  line-height: 1;
  margin-bottom: 40px;
}

.block-navi-body ul {
  border: 1px solid #fff;
  border-bottom: none;
  overflow: hidden;
  width: 666px;
}

.block-navi-body ul li {
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  float: left;
  width: 50%;
}

.block-navi-body ul li:nth-child(odd) {
  border-right: 1px solid #fff;
}

.block-navi-body ul li a {
  color: #fff;
  display: block;
  line-height: 1;
  padding: 20px;
  position: relative;
  text-decoration: none;
}

.block-navi-body ul li a::before {
  content: "\f105";
  color: #fff;
  font-size: 1.2em;
  margin-top: -.5em;
  position: absolute;
  right: 20px;
  top: 50%;
}

.block-navi-bnr {
  position: absolute;
  right: 0;
  bottom: 40px;
}

.block-navi-bnr p {
  margin: 0;
  padding: 0;
}

/* block-news */
.block-news {
  margin-bottom: 90px;
  overflow: hidden;
}

.block-news-head {
  border-bottom: 3px solid #ddd;
  font-size: 1.375rem;
  margin-bottom: 1em;
  padding: 0;
  position: relative;
}

.block-news-head span {
  display: inline-block;
  border-bottom: 3px solid #5eb7e8;
  margin-bottom: -3px;
  padding-bottom: 1em;
}

.elm-news-link {
  display: inline-block;
  font-size: .875rem;
  position: absolute;
  right: 0;
  top: 6.5px;
}

.elm-news-link::before {
  content: "\f105";
  color: #5eb7e8;
  display: inline-block;
  font-size: 1.3125rem;
  vertical-align: middle;
  margin-right: .3em;
}

.block-news-body {
  font-size: .875em;
}

.block-news-body li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  position: relative;
}

.block-news-body li span,
.block-news-body li a {
  display: block;
}

.elm-pub-date {
  position: absolute;
  left: 0;
}

.elm-news-category {
  position: absolute;
  right: 0;
  top: 20px;
  width: 11em;
  padding: .2em;
  border: 3px solid #005bac;
  color: #005bac;
  cursor: pointer;
  font-size: .75em;
  text-align: center;
}

.elm-news-title {
  padding-left: 10em;
  margin-right: 12em;
}

/* block-bnr-list */
.block-bnr-list {
  overflow: hidden;
  margin: 0 -10px 50px;
}

.block-bnr-list li {
  float: left;
  margin: 0 10px 20px;
  width: 184px;
}

.block-bnr-list img {
  width: 100%;
}

/* content-page-footer */
.block-nav-footer-wrap {
  overflow: hidden;
}

.block-nav-footer {
  color: #333;
  font-size: .875em;
  margin-bottom: 30px;
  width: 20%;
  float: left;
}

.block-nav-footer li a {
  display: inline-block;
  padding: .2em 0;
}

.block-nav-footer .top a {
  font-weight: bold;
  padding: 0;
  text-decoration: none;
  font-size: 1rem;
}

.block-nav-footer .top {
  margin-bottom: 10px;
}

.block-nav-footer dt {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 10px;
}

.block-nav-footer dt a {
  padding: 0;
  text-decoration: none;
}

.block-nav-footer li::before {
  content: "\f10c";
  color: #005bac;
  display: inline-block;
  font-size: .875em;
  vertical-align: middle;
  margin-right: .3em;
}

.block-nav-footer .top::before {
  content: "";
  display: none;
  margin-right: 0;
}

.block-nav-footer .top a::before {
  content: "\f015";
  color: #005bac;
  display: inline-block;
  font-size: 1.125rem;
  vertical-align: middle;
  margin-right: .3em;
}

.elm-copyright {
  clear: both;
  margin-top: 90px;
  text-align: center;
}

/* module-gotop-btn */
.module-gotop-btn {
  clear: both;
  position: relative;
}

.module-gotop-btn p {
  display: inline-block;
  font-size: .75em;
  height: 60px;
  overflow: hidden;
  text-align: center;
  width: 60px;
  position: absolute;
  right: 0;
  top: -130px;
}

.module-gotop-btn a {
  background: #005bac;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  width: 60px;
  line-height: 1.2em;
}

.module-gotop-btn a::before {
  content: "\f0d8";
  color: #fff;
  display: block;
  font-size: 1rem;
  margin-bottom: .2em;
}

/* module-path */
.module-path {
  font-size: .75em;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 60px;
  width: 1000px;
}

.module-path li::after {
  content: "\f105";
  margin: 0 1em;
}

.module-path li:last-child a {
  color: #111;
  text-decoration: none;
}

.module-path li:last-child::after {
  content: "";
  display: none;
  margin: 0;
}

/* module-page-title */
.module-page-title {
  font-size: 3.125em;
  line-height: 1.1;
  margin-bottom: 60px;
}

/* block-section */
.block-section {
  margin-bottom: 60px;
}

.block-section:last-child {
  margin-bottom: 50px;
}

.block-section-head {
  border-bottom: 3px solid #ddd;
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 0;
}

.block-section-head span {
  display: inline-block;
  border-bottom: 3px solid #005bac;
  margin-bottom: -3px;
  margin-right: 3em;
  padding: 0 0 16px;
}

.about .block-section-head span {
  border-bottom-color: #ff66cc;
}

.system .block-section-head span {
  border-bottom-color: #ff8400;
}

.endeavor .block-section-head span {
  border-bottom-color: #f585ff;
}

.interview .block-section-head span {
  border-bottom-color: #ff6666;
}

.navi .block-section-head span {
  border-bottom-color: #005bac;
}

.news .block-section-head span {
  border-bottom-color: #5eb7e8;
}

.block-section-body {
  font-size: .875em;
  padding: 0;
}

.block-section-body p,
.block-section-body ul,
.block-section-body ol,
.block-section-body dl,
.block-section-body dd,
.block-section-body blockquote,
.block-section-body table {
  margin-bottom: 1.5em;
}

.block-section-body dt + dt {
  margin-top: 1em;
  margin-bottom: 1em;
}

.block-section-body p:last-child,
.block-section-body ul:last-child,
.block-section-body ol:last-child,
.block-section-body dl:last-child,
.block-section-body dt:last-child,
.block-section-body dd:last-child,
.block-section-body blockquote:last-child,
.block-section-body table:last-child {
  margin-bottom: 0;
}

.block-section-body dt {
  font-weight: bold;
}

.block-section-body table {
  border: 2px solid #ccc;
}

.block-section-body th,
.block-section-body td {
  border: 1px solid #ccc;
  padding: 20px;
  vertical-align: top;
}

.block-section-body th {
  background: #f2faff;
  font-weight: normal;
  text-align: left;
  min-width: 10em;
  border-right: 3px double #ccc;
}

.elm-image,
.elm-image-80,
.elm-image-70,
.elm-image-60,
.elm-image-50 {
  text-align: center;
}

.elm-image img {
  width: 100%;
}

.elm-image-80 img {
  width: 80%;
}

.elm-image-70 img {
  width: 70%;
}

.elm-image-60 img {
  width: 60%;
}

.elm-image-50 img {
  width: 50%;
}

/* block-section-second */
.block-section-second-head {
  font-size: 1.25rem;
  margin-bottom: 30px;
  padding-bottom: 14px;
  border-bottom: 1px solid #999;
  line-height: 1.4;
}

.block-section-second-head > * {
  background: url(../img/icon_block_section_second_head.png) no-repeat 0 0.1em;
  background-size: 22px 22px;
  padding-left: 30px;
}

.about .block-section-second-head > * {
  background-image: url(../img/about/icon_block_section_second_head.png);
}

.system .block-section-second-head > * {
  background-image: url(../img/education/icon_block_section_second_head.png);
}

.endeavor .block-section-second-head > * {
  background-image: url(../img/endeavor/icon_block_section_second_head.png);
}

.interview .block-section-second-head > * {
  background-image: url(../img/interview/icon_block_section_second_head.png);
}

.navi .block-section-second-head > * {
  background-image: url(../img/navi/icon_block_section_second_head.png);
}

/* content-sub */
.module-page-menu-head {
  background: #005bac;
  border-bottom: 3px solid #bae3f9;
  color: #fff;
  line-height: 1;
}

.module-page-menu-head > * {
  border-bottom: 3px solid #5eb7e8;
  padding: 18px 15px;
}

.module-page-menu-list li {
  border-bottom: 1px solid #ccc;
  font-size: .875em;
  padding: 0;
}

.module-page-menu-list li ul {
  border-top: 1px solid #ccc;
  background: #f2faff;
  padding: 18px 15px;
}

.module-page-menu-list li li {
  border-bottom: none;
  font-size: .875rem;
  padding: 0;
}

.module-page-menu-list li a {
  display: block;
  padding: 15px 0;
}

.module-page-menu-list li span {
  display: block;
  padding: 0 15px;
  position: relative;
}

.module-page-menu-list li li a {
  display: block;
  padding: 5px 0 5px 1em;
}

.module-page-menu-list li li span {
  padding: 0;
}

.module-page-menu-list li span::before {
  content: "\f105";
  color: #5eb7e8;
  display: inline-block;
  font-size: 1.375rem;
  margin-top: -.5em;
  position: absolute;
  right: 10px;
  top: 50%;
}

.module-page-menu-list li li span::before {
  color: #666;
  font-size: 1rem;
  left: 0;
  top: 1em;
  width: 1em;
}

.module-page-menu-list-sub {
  display: none;
}

.sub-open .module-page-menu-list-sub {
  display: block;
}

.module-page-menu-list dl,
.module-page-menu-list dt,
.module-page-menu-list dd {
  margin: 0;
  padding: 0;
}

.module-page-menu-list dt {
  background: #eee;
  padding: 10px 15px;
  font-size: .875em;
  font-weight: bold;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
}

/* about */
.module-page-anchor-link {
  font-size: .75em;
  border: 1px solid #ddd;
  margin: 40px 0 48px;
}

.module-page-anchor-link li {
  text-align: center;
  width: 25%;
  position: relative;
}

.module-page-anchor-link.module-2set li {
  width: 50%;
}

.module-page-anchor-link li::after {
  content: "";
  display: block;
  border: 1px solid #ccc;
  border-top: none;
  border-left: none;
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  z-index: 10;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  transform: rotate(45deg);
}

.module-page-anchor-link li a {
  background: #fff;
  display: block;
  width: 100%;
  padding: 20px 0;
  border-left: 1px solid #ccc;
  position: relative;
  z-index: 20;
}

.module-page-anchor-link li:first-child a {
  border-left: none;
}

.block-section-business {
  margin-top: 30px;
  overflow: hidden;
}

.block-section-business:first-child {
  margin-top: 0;
}

.block-section-business .block-section-business-item {
  width: 300px;
  float: left;
}

.block-section-business .block-section-business-item.even {
  float: right;
}

.block-section-business-item-head {
  font-size: .75em;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.block-section-business-item-body p,
.block-section-business-item-body dl {
  margin: 0;
}

.elm-ttl-img {
  margin-bottom: 10px;
}

.elm-photo {
  margin-top: 10px;
}

.elm-policy {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.elm-policy dt {
  font-size: .75em;
  font-weight: bold;
  color: #666;
  padding: 20px 0;
  text-align: center;
}

.elm-policy dd {
  color: #005bac;
  font-weight: bold;
  font-size: .875em;
  padding: 20px;
  padding-top: 0;
}

.elm-business-item-body-txt {
  background: #e6f5ff;
  border: 1px solid #ccc;
  border-top: none;
  padding: 20px;
  font-size: .875em;
}

.block-section-body.principal {
  min-height: 300px;
  margin-bottom: 60px;
  position: relative;
}

.principal-txt {
  padding-right: 230px;
}

.photo-principal {
  position: absolute;
  right: 0;
  top: 0;
}

.photo-principal img {
  width: 200px;
}

.principal-lead-text {
  font-size: 1.125em;
  padding-right: 230px;
}

.elm-contact {
  margin-top: -1em;
  font-size: .875em;
}

.elm-contact::before {
  content: "\f105";
  color: #5eb7e8;
  display: inline-block;
  font-size: 1.125rem;
  vertical-align: top;
  margin-right: .3em;
}

.block-school-list {
  overflow: hidden;
  padding-left: 30px;
}

.block-school-list li {
  float: left;
  width: 50%;
}

.block-school-list li::before {
  content: "\f105";
  color: #5eb7e8;
  display: inline-block;
  font-size: 1.125rem;
  vertical-align: top;
  margin-right: .3em;
}

/* module-philosophy */
.block-philosophy {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 60px;
}

.module-philosophy {
  border-top: 5px solid #bae3f9;
  float: left;
  width: 200px;
  font-size: .875em;
}

.module-philosophy.philosophy01 {
  border-top-color: #005bac;
  margin-right: 20px;
}

.module-philosophy.philosophy02 {
  border-top-color: #5eb7e8;
}

.module-philosophy.philosophy03 {
  border-top-color: #bae3f9;
  float: right;
}

.module-philosophy-head {
  font-size: 1rem;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 20px 0;
}

.module-philosophy-head > * {
  font-weight: bold;
}

.elm-serif-txt {
  font-family: "Times New Roman", "貂ｸ譏取悃", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

.elm-mission {
  text-align: center;
  color: #005bac;
  font-size: 1.625em;
  font-weight: bold;
}

/* system */
.block-system-index {
  overflow: hidden;
  margin-bottom: 60px;
}

.module-system-index-txt {
  overflow: hidden;
  background: url(../img/education/top_back.png) no-repeat center bottom #003500;
}

.module-system-index-txt-inner {
  background: url(../img/education/top_back_lt.png) no-repeat left top;
  color: #fff;
  text-align: center;
  min-height: 212px;
  padding: 30px 30px 46px;
}

.elm-system-index-txt-lead {
  font-size: 1.25rem;
}

.elm-system-index-txt-lead strong {
  display: block;
  margin: .5em 0;
  font-size: 1.875rem;
}

.block-system-index-item {
  overflow: hidden;
}

.module-system-index-item {
  width: 209px;
  float: left;
}

.module-system-index-item:first-child {
  margin-right: 5px;
}

.module-system-index-item:last-child {
  float: right;
}

.module-system-index-item dt {
  background: #ff9600;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}

.module-system-index-item dt a {
  color: #fff;
  padding: 20px 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.module-system-index-item dt a::before {
  content: "\f0d7";
  color: #ffc88d;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -.3em;
  font-size: 1.5rem;
}

.module-system-index-item dt a:hover::before {
  color: #ff6000;
}

.module-system-index-item dt span {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
}

.module-system-index-item dd {
  border: 1px solid #ff9600;
  padding: 20px 15px 15px;
  font-size: .875em;
  box-shadow: 0 5px 0 0 #eee inset;
  min-height: 16.5em;
}

.module-system-index-item dd p {
  margin-bottom: 1em;
}

.module-system-index-item dd p:last-child {
  margin-bottom: 0;
}

.elm-feature-txt-lead {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1em !important;
}

/* block-system-index-link */
.block-system-index-link {
  overflow: hidden;
}

.module-system-index-link {
  background: #ff9600;
  overflow: hidden;
}

.module-system-index-link li {
  float: left;
  width: 214px;
  background: url(../img/education/module_system_index_link_back.png) no-repeat right center;
  font-size: .875rem;
}

.module-system-index-link .link01 {
  width: 224px;
}

.module-system-index-link .link03 {
  width: 199px;
  background-image: none;
}

.module-system-index-link li a {
  color: #fff;
  padding: 20px 0;
  margin-right: 15px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  text-align: center;
}

.module-system-index-link li:last-child a {
  margin-right: 0;
}

.module-system-index-link li span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
}

.module-system-index-link.feature01 li.link01 {
  background: url(../img/education/module_system_index_link_back_active.png) no-repeat right center #ff6000;
}

.module-system-index-link.feature02 li.link02 {
  background: url(../img/education/module_system_index_link_back_active.png) no-repeat right center #ff6000;
}

.module-system-index-link.feature02 li.link01 {
  background-image: url(../img/education/module_system_index_link_back_active_left.png);
}

.module-system-index-link.feature03 li.link03 {
  background: #ff6000;
}

.module-system-index-link.feature03 li.link02 {
  background-image: url(../img/education/module_system_index_link_back_active_left.png);
}

/*hover*/
.module-system-index-link li a:hover {
  color: #ff6000;
}

.module-system-index-link.feature01 li.link01 a:hover {
  color: #fff;
}

.module-system-index-link.feature02 li.link02 a:hover {
  color: #fff;
}

.module-system-index-link.feature03 li.link03 a:hover {
  color: #fff;
}

/* block-ss */
.block-ss {
  border: 3px solid #5eb7e8;
  padding: 30px;
  margin: 26px 20px 0;
  position: relative;
}

.block-ss::before {
  content: "";
  display: block;
  border: 3px solid #5eb7e8;
  border-bottom: none;
  border-right: none;
  width: 26px;
  height: 26px;
  background: #fff;
  position: absolute;
  z-index: 10;
  top: -15px;
  left: 50%;
  margin-left: -13px;
  transform: rotate(45deg);
}

.block-ss-head {
  margin-bottom: 1em;
}

.block-ss-head > * {
  font-size: 1.125em;
  font-weight: bold;
}

.block-ss-body dl {
  border: 1px solid #b8dbef;
  background: #e8f7ff;
  text-align: center;
  padding: 20px;
}

.block-ss-body dt {
  margin-bottom: 20px;
}

.block-ss-body dd {
  display: inline-block;
  color: #005bac;
  font-weight: bold;
  margin: 5px 1em;
}

/* block-practice */
.block-practice {
  overflow: hidden;
  font-size: .875em;
  margin-top: 30px;
}

.block-practice-item {
  width: 300px;
  float: left;
  border: 1px solid #ff9999;
}

.block-practice-item.even {
  float: right;
}

.block-practice-item-head {
  background: #ff9999;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}

.block-practice-item-head > * {
  font-weight: bold;
  font-size: 1rem;
}

.elm-school-cat {
  background: #ffd4d4;
  text-align: center;
  padding: 10px 0;
}

.elm-practice-txt {
  margin-top: 15px;
  min-height: 8em;
}

.block-practice-item-body-inner {
  padding: 10px;
}

.block-practice-item-body-inner .elm-image {
  margin-top: 20px;
}

/* block-interview-list */
.block-interview-list {
  margin-top: 30px;
  overflow: hidden;
}

.block-interview-list-item {
  border: 1px solid #ccc;
  min-height: 140px;
  margin-bottom: 30px;
  position: relative;
}

.block-interview-list-item:last-child {
  margin-bottom: 0;
}

.elm-interview-list-image {
  width: 140px;
  height: 140px;
  position: absolute;
}

.elm-interview-list-image img {
  width: 100%;
}

.block-interview-list-item dl {
  margin-left: 140px;
  font-size: .875em;
  padding: 20px 40px 20px 20px;
}

.block-interview-list-item dt {
  margin-bottom: 1em;
}

.block-interview-list-item dd {
  margin-bottom: 0;
  font-size: .75em;
}

.block-interview-list-item dl::before {
  content: "\f105";
  font-size: 1.2em;
  margin-top: -.5em;
  position: absolute;
  right: 20px;
  top: 50%;
}

/* block-article */
.block-article-list {
  margin-bottom: 50px;
  overflow: hidden;
}

.block-article {
  overflow: hidden;
  font-size: .875em;
  margin-top: 30px;
}

.block-article-item {
  width: 300px;
  float: left;
  border: 1px solid #ccc;
  border-top: none;
  padding-top: 5px;
}

.block-article-item.even {
  float: right;
}

.block-article-item-inner {
  background: #fff;
}

.block-article-item .elm-image {
  padding: 10px;
  padding-bottom: 0;
}

.block-article-item-head {
  padding: 15px 20px 0;
}

.block-article-item-head > * {
  font-weight: bold;
}

.block-article-item-body {
  padding: 10px 20px;
}

.block-article-item-body .elm-btn {
  margin-top: 1em;
  margin-left: -10px;
  margin-right: -10px;
}

.block-article-item-body .elm-btn a {
  display: block;
  padding: 10px 0;
}

.endeavor .block-article-item {
  background-image: linear-gradient(to right, #f585fe, #ffd801);
}

.interview .block-article-item {
  background-image: linear-gradient(to right, #ff6666, #01fefe);
}

/* block-navi-list */
.block-navi-list {
  overflow: hidden;
  margin-top: 30px;
}

.block-navi-item {
  width: 300px;
  float: left;
}

.block-navi-item.even {
  float: right;
}

.block-navi-item-head {
  background: #5eb7e8;
  padding: 15px 20px;
  position: relative;
}

.block-navi-item-head > * {
  font-size: 1rem;
  font-weight: bold;
}

.block-navi-item a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.block-navi-item-head::before {
  content: "\f105";
  font-size: 1.2em;
  margin-top: -.5em;
  position: absolute;
  right: 10px;
  top: 50%;
}

.navi .module-page-anchor-link {
  margin-bottom: 60px;
}

/* block-section-school */
.block-section-school-anchor-head {
  margin-bottom: 48px;
}

.block-section-school-anchor-head > * {
  font-size: 1.125em;
  font-weight: bold;
  border-top: 1px solid #ccc;
  line-height: 1;
  padding: 0px;
  position: relative;
}

.block-section-school-anchor-head span {
  display: inline-block;
  padding-right: 1em;
  background: #fff;
  top: -.5em;
  position: absolute;
}

.block-section-school {
  margin-bottom: 60px;
}

.block-section-school-item {
  margin-bottom: 60px;
}

.block-section-school-item-head {
  font-size: 1rem;
  color: #fff;
}

.block-section-school-item-head > * {
  font-size: 1.125em;
  font-weight: bold;
}

.block-section-school-item-head a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 15px 20px;
  position: relative;
}

.block-section-school-item-head span {
  display: block;
  padding: 15px 20px;
}

.block-section-school-item-head a::before {
  content: "\f105";
  font-size: 1.2em;
  margin-top: -.5em;
  position: absolute;
  right: 10px;
  top: 50%;
}

.block-section-school-item-head.school01 {
  background: #ff8aa7;
}

.block-section-school-item-head.school02 {
  background: #005bab;
}

.block-section-school-item-head.school03 {
  background: #ff9c00;
}

.block-section-school-item-head.school04 {
  background: #e85197;
}

.block-section-school-item-head.school05 {
  background: #5b2900;
}

.block-section-school-item-head.school06 {
  background: #67c9f0;
}

.block-section-school-item-head.school07 {
  background: #49933e;
}

.block-section-school-item-head.school08 {
  background: #e0001c;
}

.block-section-school-item-head.school09 {
  background: #f280a7;
}

.block-section-school-item-head.school10 {
  background: #f29300;
}

.block-section-school-item-body {
  font-size: .875em;
}

.elm-school-item-body-txt {
  margin: 1em 0;
}

.module-btn-2set {
  overflow: hidden;
}

.module-btn-2set li {
  float: left;
  width: 300px;
}

.module-btn-2set li:last-child {
  float: right;
}

.module-btn-2set .elm-btn a {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

/* module-btn_navi-order */
.module-btn-navi-order {
  text-align: center;
}

.module-btn-navi-order img {
  width: 320px;
}

/* module-btn-navi-sankolink */
.module-btn-navi-sankolink {
  text-align: center;
}

.module-btn-navi-sankolink img {
  width: 243px;
}

/* block-sanko-feature-system */
.block-sanko-feature-system {
  overflow: hidden;
}

.block-sanko-feature-system-item {
  float: left;
  width: 300px;
  border: 1px solid #ccc;
  border-top: none;
  background-image: linear-gradient(to right, #ff66cc, #01ccff);
}

.block-sanko-feature-system-item.even {
  float: right;
  background-image: linear-gradient(to right, #ff8400, #acec00);
}

.block-sanko-feature-system-item a {
  text-decoration: none;
  position: relative;
  display: block;
}

.block-sanko-feature-system-item a::before {
  content: "\f105";
  font-size: 1.2em;
  margin-top: -.5em;
  position: absolute;
  right: 20px;
  top: 50%;
}

.block-sanko-feature-system-item dl {
  margin-top: 5px;
  padding: 20px 50px 20px 20px;
  background: #fff;
}

.block-sanko-feature-system-item dt {
  font-size: 1rem;
  color: #005bac;
  margin-bottom: 1em;
}

.block-sanko-feature-system-item dd {
  margin-bottom: 0;
}

.elm-sankolink-info {
  border: 1px solid #ccc;
  padding: 20px;
  background: url(../img/navi/sankolink_logo.png) no-repeat 386px 20px;
  min-height: 92px;
  margin-bottom: 2em !important;
}

.module-btn-navi-foreign {
  text-align: center;
}

.module-btn-navi-foreign img {
  width: 577px;
}

.block-foreign-point {
  overflow: hidden;
  margin-bottom: 30px;
}

.block-foreign-point-item {
  float: left;
  width: 205px;
}

.block-foreign-point-item dt {
  background: #fb6599;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}

.block-foreign-point-item dd {
  margin-bottom: 0;
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px;
  min-height: 13.5em;
}

.block-foreign-point-item.point02 {
  margin-left: 11px;
}

.block-foreign-point-item.point03 {
  float: right;
}

.block-foreign-point-item.point02 dt {
  background: #fb7b1d;
}

.block-foreign-point-item.point03 dt {
  background: #1b9814;
}

.block-foreign-point-item dd li {
  padding-left: 1.2em;
  position: relative;
}

.block-foreign-point-item dd li::before {
  content: "\f111";
  position: absolute;
  left: 0;
  top: .3em;
  color: #fb6599;
}

.block-foreign-point-item.point02 dd li::before {
  color: #fb7b1d;
}

.block-foreign-point-item.point03 dd li::before {
  color: #1b9814;
}

.module-btn-navi-recruit {
  text-align: center;
}

.module-btn-navi-recruit img {
  width: 573px;
  border: 2px solid #ccc;
}

/* module-page-anchor-link-order */
.module-page-anchor-link-order {
  margin-top: 30px;
  margin-bottom: 60px;
}

.module-page-anchor-link-order table {
  width: 100%;
  table-layout: fixed;
}

.module-page-anchor-link-order table,
.module-page-anchor-link-order td {
  border: 1px solid #ccc;
}

.module-page-anchor-link-order td {
  text-align: center;
  font-size: .875em;
}

.module-page-anchor-link-order td a {
  display: block;
  position: relative;
  padding: 20px 0;
}

.module-page-anchor-link-order td a::after {
  content: "\f0d7";
  color: #5eb7e8;
  font-size: .875em;
  line-height: .6em;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -.3em;
}

/* module-order-table */
.module-order-table {
  width: 100%;
  border: 2px solid #ccc;
}

.module-order-table .elm-btn a {
  padding-left: 10px;
  padding-left: 20px;
}

.module-order-table td,
.module-order-table th {
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
}

.module-order-table th {
  text-align: center;
  border-bottom: 3px double #ccc;
}

th.school-name {
  background: #eee;
  min-width: 230px;
}

th.for-entrance {
  background: #def2ff;
}

th.for-employment {
  background: #ecffde;
}

.for-entrance {
  min-width: 222px;
  white-space: nowrap;
}

.for-entrance li {
  display: inline-block;
  margin-right: 10px;
}

.for-entrance li:last-child {
  margin-right: 0;
}

.for-entrance li:first-child a {
  background: #005bac;
}

.for-employment .elm-btn a {
  background: #99cc00;
  white-space: nowrap;
}

/* news */
.news .block-news {
  margin-bottom: 30px;
}

.news .block-news-body li:first-child {
  border-top: 1px solid #ccc;
}

.news.archive-page .block-news-body li:first-child {
  border-top: none;
  padding-top: 0;
}

.news .block-news-body li span {
  position: static;
  display: inline-block;
}

.news .block-news-body li .elm-pub-date {
  margin-right: 15px;
}

.news .block-news-body li a {
  padding-top: 15px;
  padding-left: 0;
  margin-right: 12em;
}

.news .block-news-body li a.elm-news-category {
  padding-top: .2em;
  padding-left: 0;
  margin-right: 0;
  margin-top: 35px;
}

/* block-pagination-nav */
.block-pagination-nav {
  text-align: center;
}

.block-pagination-nav li {
  margin-left: 5px;
  margin-right: 5px;
}

.block-pagination-nav li a {
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border: 1px solid #ccc;
  text-align: center;
}

.block-pagination-nav li span {
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background: #bae3f9;
}

/* elm-contact-info */
.elm-contact-info {
  border: 1px solid #c5dfef;
  background: #f2faff;
  padding: 20px;
}

.elm-contact-info .tel {
  display: inline-block;
  margin-right: 2em;
}

/* block-sitemap */
.block-sitemap {
  margin-bottom: 50px;
  border: 1px solid #ccc;
}

.block-sitemap .top-level {
  border-bottom: 1px solid #ccc;
  padding: 10px 40px 10px 20px;
}

.block-sitemap .top-level:last-child {
  border-bottom: none;
}

.block-sitemap ul ul {
  margin-left: 1em;
}

.block-sitemap li a {
  display: inline-block;
  padding: 5px 0;
}

.block-sitemap li span {
  display: block;
  position: relative;
  padding: 0 15px;
}

.block-sitemap li span::before {
  content: "\f105";
  color: #005bac;
  font-size: 1.25em;
  position: absolute;
  left: 0;
  top: .4em;
}

.block-sitemap li li li span::before {
  color: #111;
}

/* block-article-body */
.block-article-body {
  overflow: hidden;
}

.block-article-body h3 {
  background: url(../img/icon_block_section_second_head.png) no-repeat 0 0.2em;
  background-size: 18px 18px;
  border-bottom: 1px solid #999;
  font-size: 1.125rem;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.4;
  padding-left: 25px;
  padding-bottom: 14px;
}

.endeavor .block-article-body h3 {
  background-image: url(../img/endeavor/icon_block_section_second_head.png);
}

.interview .block-article-body h3 {
  background-image: url(../img/interview/icon_block_section_second_head.png);
}

.block-article-body .elm-l-img img {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.block-article-body img {
  max-width: 100%;
}

.block-article-body .name {
  margin-right: 1em;
}

/* module-news-article-navi */
.module-news-article-navi {
  margin-top: 60px;
}

/* for IE7,IE6 */
.nav li {
  _display: inline;
  *display: inline;
}

@media (max-width: 1120px) {
  .module-gotop-btn {
    overflow: hidden;
  }

  .module-gotop-btn p {
    position: static;
    float: right;
    margin-right: 50px;
  }
}
@media (max-width: 670px) {
  .block-nav-contact,
  .module-path {
    display: none;
  }

  /**/
  body {
    background-size: 35px 35px;
  }

  body.active::after {
    position: fixed;
    content: "";
    background: rgba(0, 0, 0, 0.9);
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
  }

  .module-gotop-btn {
    display: none;
  }

  .module-page-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .block-section-head {
    font-size: 1.25em;
    margin-left: -20px;
    margin-right: -20px;
  }

  .block-section-second-head {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }

  .block-section-head span {
    margin-right: 0;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }

  .block-section {
    margin-bottom: 30px;
  }

  .block-section:last-child {
    margin-bottom: 30px;
  }

  .block-section-body th {
    font-weight: 400;
    min-width: 6em;
  }

  .block-section-body td,
  .block-section-body th {
    padding: 10px;
  }

  .elm-image-80 img,
  .elm-image-70 img,
  .elm-image-60 img,
  .elm-image-50 img {
    width: 100%;
  }

  .module-mb60 {
    margin-bottom: 30px;
  }

  .module-mb50 {
    margin-bottom: 25px;
  }

  .elm-btn a {
    display: block;
  }

  .elm-youtube {
    height: 75vw;
  }

  /* Layout */
  .content-page {
    overflow: hidden;
    width: 100%;
    min-width: 1px;
  }

  .content-page-head {
    margin: 0 auto;
    padding: 20px;
  }

  .banner-sub {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
  }

  .content-sub-body {
    margin: 0 auto;
    width: 100%;
  }

  .content-sub-body .content-main {
    float: none;
    margin-bottom: 0;
    width: auto;
    padding: 0 20px;
  }

  .content-sub {
    float: none;
    width: 100%;
  }

  .content-main-footer {
    margin: 30px auto 0;
    width: 100%;
  }

  .content-page-footer .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-top: 3px solid #5eb7e8;
  }

  .other .content-page-footer .inner,
  .toppage .content-page-footer .inner {
    border-top: none;
  }

  /* content-sub */
  .other .content-sub {
    display: none;
  }

  .content-sub {
    background: #005bac;
    padding: 20px;
  }

  .module-page-menu-head {
    background: none;
    border-bottom: none;
  }

  .module-page-menu-head > * {
    border-bottom: none;
    padding: 0;
    margin-bottom: 20px;
  }

  .module-page-menu-list {
    background: #fff;
  }

  .module-page-menu-list li a {
    text-decoration: none;
  }

  .module-page-menu-list li {
    border-bottom: 1px solid #005bac;
  }

  .module-page-menu-list li span::before {
    color: #666;
  }

  .sub-open .module-page-menu-list-sub {
    display: none;
  }

  .module-page-menu-list dt {
    background: #eee;
    padding: 10px 15px;
    font-size: .875em;
    font-weight: bold;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
  }

  /* content-page-footer */
  .block-nav-footer-wrap {
    border-top: 3px solid #bae3f9;
  }

  .other .block-nav-footer-wrap,
  .toppage .block-nav-footer-wrap {
    border-top: none;
  }

  .block-nav-footer {
    margin-bottom: 0;
    width: auto;
    float: none;
  }

  .block-nav-footer li {
    border-bottom: 1px solid #ccc;
  }

  .block-nav-footer li a,
  .block-nav-footer dt a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    position: relative;
  }

  .block-nav-footer li a::after,
  .block-nav-footer dt a::after {
    content: "\f105";
    color: #666;
    display: inline-block;
    font-size: 1.375rem;
    margin-top: -.5em;
    position: absolute;
    right: 10px;
    top: 50%;
  }

  .block-nav-footer .top a {
    font-weight: normal;
    padding: 15px 20px;
    font-size: 1em;
  }

  .block-nav-footer .top {
    border-top: 1px solid #ccc;
    margin-bottom: 0;
  }

  .block-nav-footer dt {
    font-weight: normal;
    font-size: 1em;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
  }

  .block-nav-footer dd {
    display: none;
  }

  .block-nav-footer li::before {
    content: "";
    display: none;
  }

  .block-nav-footer .top a::before {
    content: "";
    display: none;
  }

  .elm-copyright {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: .75rem;
  }

  /* content-page-head */
  .logo {
    width: 100%;
  }

  .content-page-banner {
    float: none;
    width: auto;
    margin-right: 120px;
  }

  .toppage .block-nav-main {
    display: block;
  }

  .block-nav-main {
    background: transparent;
    box-shadow: none;
  }

  .block-nav-main .nav .nav-list-08 {
    display: block;
  }

  .block-nav-main {
    position: absolute;
    top: 0;
    right: 20px;
    height: 60px;
    width: 60px;
    z-index: 100;
  }

  .block-nav-main #sw-main-menu {
    background: #005bac;
    color: #fff;
    display: block;
    font-size: .75em;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
  }

  .block-nav-main #sw-main-menu::before {
    content: url(../img/sp_menu.png);
    display: block;
    transform: scale(0.3);
    transform-origin: 0 0;
    position: absolute;
    left: 0;
    top: 0;
  }

  #sw-main-menu:hover {
    cursor: pointer;
  }

  .block-nav-main .nav {
    display: none;
    background-color: #fff;
    background-image: none;
    height: auto;
    line-height: 1.5;
    padding-left: 0;
  }

  .block-nav-main.active {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
  }

  .block-nav-main.active #sw-main-menu {
    background: #005bac;
    color: #fff;
    display: block;
    font-size: .875rem;
    height: auto;
    line-height: 1;
    padding: 10px 15px;
    text-align: left;
    width: 100%;
  }

  .block-nav-main.active #sw-main-menu::before {
    content: "";
    display: none;
  }

  .block-nav-main.active .nav {
    border-bottom: 10px solid #005bac;
    display: block;
  }

  .block-nav-main.active #sw-main-menu-close {
    background: #005bac;
    display: block;
    height: 33px;
    margin: 0 auto;
    width: 85px;
    overflow: hidden;
    position: relative;
  }

  .block-nav-main.active #sw-main-menu-close::before {
    content: url(../img/btn_close.png);
    display: block;
    transform: scale(0.5);
    transform-origin: 0 0;
    position: absolute;
    left: 0;
    top: 0;
  }

  #sw-main-menu-close:hover {
    cursor: pointer;
  }

  .block-nav-main .nav li {
    border: none;
    border-bottom: 1px solid #005bac;
    display: block;
    margin: 0;
    float: none;
    width: auto !important;
    background-image: none;
  }

  .block-nav-main .nav li a {
    border: none !important;
    display: block;
    color: #111;
    height: auto;
    line-height: 1;
    text-align: left;
    padding: 20px 15px;
    position: relative;
    background-image: none !important;
    margin-top: 0;
  }

  .block-nav-main .nav li a::after {
    content: "\f105";
    color: #666;
    font-size: 1.5em;
    margin-top: -.5em;
    position: absolute;
    top: 50%;
    left: 95vw;
  }

  .block-nav-main .nav li::before {
    content: "";
    display: none;
  }

  .block-nav-main .nav li a:hover,
  .block-nav-main .nav li:hover,
  .about .block-nav-main .nav li.nav-list-02 a,
  .about .block-nav-main .nav li.nav-list-02,
  .system .block-nav-main .nav li.nav-list-03 a,
  .system .block-nav-main .nav li.nav-list-03,
  .endeavor .block-nav-main .nav li.nav-list-04 a,
  .endeavor .block-nav-main .nav li.nav-list-04,
  .interview .block-nav-main .nav li.nav-list-05 a,
  .interview .block-nav-main .nav li.nav-list-05,
  .navi .block-nav-main .nav li.nav-list-06 a,
  .navi .block-nav-main .nav li.nav-list-06,
  .news .block-nav-main .nav li.nav-list-07 a,
  .news .block-nav-main .nav li.nav-list-07 {
    border-bottom: 1px solid #005bac;
  }

  /* top-read-txt */
  .top-read-txt-sp {
    display: block;
    padding: 20px;
    font-size: 0.875em;
  }

  .top-read-txt {
    margin-bottom: 0;
  }

  .top-read-txt-link {
    display: inline-block;
  }

  /* block-catch */
  .block-catch {
    background: #5eb7e8;
    height: auto;
    overflow: hidden;
  }

  .block-catch .inner {
    width: 100%;
  }

  /* block-top-tab */
  .block-top-tab {
    width: 100%;
  }

  .block-top-tab-list {
    box-shadow: none;
    height: auto;
    position: static;
  }

  .block-top-tab-list li {
    border-bottom: none;
    float: none;
    margin: 0;
    padding: 10px 0 0;
    text-align: left;
    width: auto;
    position: static;
  }

  .block-top-tab-list li a {
    border-bottom: 10px solid #f3f3f3;
    display: block;
    height: auto;
    line-height: 1.2;
    position: relative;
    padding: 20px;
  }

  .block-top-tab-list li.active {
    border-bottom: 10px solid #f3f3f3;
  }

  .block-top-tab-list li::before {
    content: "";
    display: none;
  }

  .block-top-tab-list li a::after {
    content: "\f105";
    color: #ccc;
    font-size: 1.5em;
    margin-top: -.5em;
    position: absolute;
    right: 10px;
    top: 50%;
  }

  .block-top-tab-body {
    display: none;
  }

  .block-top-tab-body.active {
    display: none;
  }

  .block-top-tab-body .inner {
    display: none;
  }

  #top-tab-list-01,
  #top-tab-list-02,
  #top-tab-list-03,
  #top-tab-list-04 {
    background-size: 100% 10px;
    background-position: 0 1px;
  }

  /* block-navi */
  .block-navi {
    background-image: none;
  }

  .block-navi .inner {
    background-color: #005bac;
    padding: 30px 0 20px;
    position: static;
    width: 100%;
  }

  .block-navi-head {
    text-align: center;
    font-size: 1.325em;
    margin-bottom: 30px;
  }

  .block-navi-body ul {
    border: none;
    width: auto;
  }

  .block-navi-body ul li {
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    float: none;
    width: auto;
  }

  .block-navi-body ul li:first-child {
    border-top: 1px solid #fff;
  }

  .block-navi-body ul li:nth-child(odd) {
    border-right: none;
  }

  .block-navi-body ul li a {
    color: #fff;
    display: block;
    line-height: 1;
    padding: 20px;
    position: relative;
    text-decoration: none;
  }

  .block-navi-body ul li a::before {
    content: "\f105";
    color: #fff;
    font-size: 1.5em;
    margin-top: -.5em;
    position: absolute;
    right: 10px;
    top: 50%;
  }

  .block-navi-bnr {
    position: static;
  }

  .block-navi-bnr p {
    margin-top: 20px;
    text-align: center;
  }

  /* block-news */
  .block-news {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 40px;
  }

  .block-news-head {
    position: static;
    font-size: 1.125rem;
    margin-bottom: .5em;
    text-align: center;
  }

  .block-news-head span {
    padding-bottom: .5em;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    letter-spacing: -1px;
  }

  .elm-news-link {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .block-news-body {
    font-size: .875em;
  }

  .block-news-body li {
    border-bottom: 1px solid #ccc;
    padding: 15px 30px 15px 0;
    position: relative;
  }

  .toppage .block-news-body li {
    padding-left: 20px;
  }

  .block-news-body li::after {
    content: "\f105";
    color: #ccc;
    font-size: 1.5em;
    margin-top: -.5em;
    position: absolute;
    right: 10px;
    top: 50%;
  }

  .block-news-body li > .elm-pub-date {
    display: inline-block;
    position: static;
    margin-right: .5em;
  }

  .news .block-news-body li a {
    margin-right: 0;
  }

  .block-news-body li > .elm-news-category {
    display: inline-block;
    position: static;
    border: none;
    color: #111;
    width: auto;
    font-size: .875em;
  }

  .elm-news-category::before {
    content: "[";
    font-family: "繝｡繧､繝ｪ繧ｪ", Meiryo, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Sans-Serif;
    font-weight: bold;
    margin-right: .2em;
  }

  .elm-news-category::after {
    content: "]";
    font-family: "繝｡繧､繝ｪ繧ｪ", Meiryo, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Sans-Serif;
    font-weight: bold;
    margin-left: .2em;
  }

  .elm-news-title {
    padding-left: 0;
    margin-top: .5em;
    margin-right: 0;
  }

  /* block-bnr-list */
  .block-bnr-list {
    overflow: hidden;
    margin: 0 0 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-bnr-list li {
    width: 50%;
    box-sizing: border-box;
    max-width: 315px;
    margin: 0 0 10px;
  }

  .block-bnr-list li:nth-child(odd) {
    padding-right: 5px;
  }

  .block-bnr-list li:nth-child(even) {
    padding-left: 5px;
  }

  .block-bnr-list img {
    width: 100%;
  }

  /* about */
  .about .block-section-second-head br {
    display: none;
  }

  .module-page-anchor-link {
    margin: 20px -20px;
    background: #e6f5ff;
    padding: 20px;
    border: none;
  }

  .module-page-anchor-link li {
    display: block;
    text-align: left;
    width: auto;
    position: static;
    border-bottom: 1px solid #ccc;
  }

  .module-page-anchor-link li:last-child {
    border: none;
  }

  .module-page-anchor-link li a {
    position: relative;
    padding-left: 20px;
    text-decoration: none;
    border: none;
  }

  .module-page-anchor-link ul {
    border: 1px solid #ccc;
  }

  .module-page-anchor-link li::after {
    content: "";
    display: none;
  }

  .module-page-anchor-link li a::before {
    content: "\f105";
    color: #666;
    display: inline-block;
    font-size: 1.375rem;
    margin-top: -.5em;
    position: absolute;
    right: 10px;
    top: 50%;
  }

  .block-section-business {
    margin-top: 0;
  }

  .block-section-business-item-head {
    border: none;
    padding-bottom: 0;
    margin-bottom: 1em;
  }

  .block-section-business .block-section-business-item {
    width: auto;
    float: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }

  .block-section-business .block-section-business-item.even {
    float: none;
  }

  .block-section-business-item-body .elm-photo {
    display: none;
  }

  .block-section-business-item-body .elm-image {
    margin-bottom: .5em;
  }

  .elm-policy {
    border: none;
  }

  .elm-policy dt {
    text-align: left;
    padding: 0;
    margin-bottom: .5em;
  }

  .elm-policy dd {
    padding: 0;
    font-size: 1rem;
    margin-bottom: 1em;
  }

  .elm-business-item-body-txt {
    background: none;
    padding: 0;
    border: none;
  }

  .block-school-list {
    padding-left: 0;
    border: 1px solid #ccc;
    background: #f2faff;
    margin-top: -15px;
  }

  .block-school-list li {
    float: none;
    width: auto;
    border-bottom: 1px solid #ccc;
  }

  .block-school-list li:last-child {
    border-bottom: none;
  }

  .block-school-list li a {
    display: block;
    padding: 15px 30px 15px 10px;
    position: relative;
    text-decoration: none;
  }

  .block-school-list li::before {
    content: "";
    display: none;
  }

  .block-school-list li a::after {
    content: "\f105";
    color: #666;
    font-size: 1.375rem;
    margin-top: -.5em;
    position: absolute;
    right: 10px;
    top: 50%;
  }

  .photo-principal {
    position: static;
  }

  .photo-principal img {
    width: 100px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .principal-lead-text {
    padding-right: 0;
  }

  .principal-txt {
    padding-right: 0;
  }

  .block-philosophy {
    margin-bottom: 30px;
  }

  .module-philosophy {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }

  .module-philosophy.philosophy01 {
    margin-right: 0;
  }

  .module-philosophy.philosophy03 {
    float: none;
  }

  .block-ss {
    padding: 20px;
    margin: 26px 0 0;
  }

  .block-ss-body dd {
    display: block;
    margin: 5px 0;
  }

  .module-system-index-link {
    background: none;
  }

  .module-system-index-link.feature01 li.link01 {
    background-image: none;
    background-color: #ff6000;
  }

  .module-system-index-link.feature02 li.link02 {
    background-image: none;
    background-color: #ff6000;
  }

  .module-system-index-link.feature03 li.link03 {
    background: #ff6000;
  }

  .module-system-index-link.feature02 li.link01 {
    background-image: none;
  }

  .module-system-index-link.feature03 li.link02 {
    background-image: none;
  }

  .module-system-index-link .link01 {
    width: auto;
  }

  .module-system-index-link .link03 {
    width: auto;
  }

  .module-system-index-link li {
    float: none;
    width: auto;
    background-image: none;
    background-color: #ff9600;
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .module-system-index-link li:last-child {
    margin-bottom: 0;
  }

  .module-system-index-link li a {
    padding: 10px;
    margin-right: 0;
    text-align: left;
    position: relative;
  }

  .module-system-index-link li a::after {
    content: "\f105";
    color: #ffc88d;
    font-size: 1.375rem;
    margin-top: -.5em;
    position: absolute;
    right: 10px;
    top: 50%;
  }

  .module-system-index-link.feature01 li.link01 a::after {
    content: "";
    display: none;
  }

  .module-system-index-link.feature02 li.link02 a::after {
    content: "";
    display: none;
  }

  .module-system-index-link.feature03 li.link03 a::after {
    content: "";
    display: none;
  }

  .module-system-index-link li span {
    display: inline;
    font-size: 1rem;
  }

  /* system */
  .module-system-index-txt {
    overflow: hidden;
    background: url(../img/system/top_sp_back_rb.png) no-repeat right bottom #003500;
    background-size: 25%;
    font-size: .875rem;
  }

  .module-system-index-txt br {
    display: none;
  }

  .module-system-index-txt-inner {
    background: url(../img/system/top_sp_back_lt.png) no-repeat left top;
    min-height: 1px;
    padding: 15px 10px;
    text-align: left;
    background-size: 25%;
  }

  .elm-system-index-txt-lead {
    font-size: .875rem;
  }

  .elm-system-index-txt-lead strong {
    display: block;
    margin: .5em 0;
    font-size: 1rem;
  }

  .block-system-index-item {
    background: #003500;
    padding: 10px;
  }

  .module-system-index-item {
    width: auto;
    float: none;
  }

  .module-system-index-item:first-child {
    margin-right: 0;
  }

  .module-system-index-item:last-child {
    float: none;
  }

  .module-system-index-item dt {
    background: #ff9600;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding-bottom: 0;
  }

  .module-system-index-item dt a {
    color: #fff;
    padding: 10px;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: .875rem;
  }

  .module-system-index-item dt a::before {
    content: "";
    display: none;
  }

  .module-system-index-item dt a::after {
    content: "\f105";
    color: #ffc88d;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -.5em;
    font-size: 1.5rem;
  }

  .module-system-index-item dt span {
    display: inline;
    font-size: .875rem;
  }

  .module-system-index-item dd {
    border: none;
    background: #fff;
    padding: 20px 10px 15px;
    box-shadow: 0 5px 0 0 #eee inset;
    min-height: 1px;
  }

  .elm-interview-list-image {
    width: 100px;
    height: 100px;
  }

  .block-interview-list-item dl {
    margin-left: 100px;
  }

  /* block-practice */
  .block-practice {
    overflow: hidden;
    font-size: .875em;
    margin-top: 0;
  }

  .block-section-body + .block-practice {
    margin-top: 20px;
  }

  .block-practice-item {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }

  .block-practice-item.even {
    float: none;
  }

  /* block-article */
  .block-article-list {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .block-article {
    margin-top: 0;
  }

  .block-article-item {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }

  .block-article-item.even {
    float: none;
  }

  /* block-navi-list */
  .block-navi-list {
    overflow: hidden;
    margin-top: 0;
  }

  .block-section .block-navi-list:first-child {
    margin-top: 20px;
  }

  .block-navi-item {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }

  .block-navi-item.even {
    float: none;
  }

  .block-section .block-navi-list:last-child .block-navi-item:last-child {
    margin-bottom: 0;
  }

  .navi .module-page-anchor-link {
    margin-bottom: 20px;
  }

  .module-page-anchor-link.module-2set li {
    width: auto;
  }

  .block-section-school, .block-section-school-item {
    margin-bottom: 20px;
  }

  .module-btn-2set li {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }

  .module-btn-2set li:last-child {
    float: none;
    margin-bottom: 0;
  }

  .block-section-school-anchor-head {
    margin-bottom: 20px;
  }

  .block-section-school-anchor-head > * {
    border-top: none;
    position: static;
  }

  .block-section-school-anchor-head span {
    padding-right: 0;
    top: 0;
    position: static;
  }

  /* block-sanko-feature-system */
  .block-sanko-feature-system-item {
    width: auto;
    margin-bottom: 10px;
  }

  .block-sanko-feature-system-item dt {
    margin-bottom: .5em;
  }

  .block-sanko-feature-system-item dl {
    padding: 15px 40px 15px 15px;
  }

  .elm-sankolink-info {
    background-image: none;
    min-height: 1px;
  }

  /* module-page-anchor-link-order */
  .module-page-anchor-link-order {
    margin: 30px -20px;
    padding: 20px;
    background: #e6f5ff;
  }

  .module-page-anchor-link-order table {
    width: 100%;
    table-layout: auto;
    background: #fff;
  }

  .module-page-anchor-link-order table {
    border: 1px solid #ccc;
  }

  .module-page-anchor-link-order td {
    text-align: left;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }

  .module-page-anchor-link-order tr:last-child td:last-child {
    border: none;
  }

  .module-page-anchor-link-order td a {
    display: block;
    position: relative;
    padding: 20px;
    text-decoration: none;
  }

  .module-page-anchor-link-order td a::after {
    content: "\f105";
    color: #666;
    position: absolute;
    top: 50%;
    right: 10px;
    bottom: auto;
    left: auto;
    margin-top: -.5em;
    font-size: 1.375rem;
  }

  /* module-order-table */
  .module-order-table {
    width: 100%;
    border: none !important;
  }

  .module-order-table tr:first-child {
    display: none;
    border: none;
    margin-bottom: 0;
  }

  .module-order-table tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    display: block;
  }

  .module-order-table td {
    border: none;
    padding: 5px 20px;
  }

  .module-order-table th {
    display: none;
  }

  .school-name,
  .for-entrance,
  .for-employment {
    display: block;
  }

  .school-name {
    padding-top: 20px !important;
  }

  .for-employment {
    padding-bottom: 20px !important;
  }

  .for-employment .elm-btn a {
    display: block;
    text-align: left;
  }

  .for-entrance {
    min-width: 1px;
  }

  .for-entrance ul {
    overflow: hidden;
  }

  .for-entrance .elm-btn {
    width: 50%;
    float: left;
    margin-right: 0;
  }

  .for-entrance .elm-btn a {
    display: block;
    text-align: left;
  }

  .for-entrance .elm-btn:first-child a {
    margin-right: 5px;
  }

  .for-entrance .elm-btn:last-child a {
    margin-left: 5px;
  }

  .elm-contact-info .tel {
    margin-right: 0;
    display: block;
  }

  .block-sitemap .top-level {
    padding: 10px 20px;
  }
}
.link-body {
  margin-bottom: 60px;
}
.link-body h2 {
  margin-bottom: 20px;
}
.link-body .block-school-list li {
  width: 30%;
}

@media (max-width: 670px) {
  .link-body {
    margin-bottom: 20px;
  }
  .link-body h2 {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #999;
  }
  .link-body .block-school-list {
    margin-top: 0;
  }
  .link-body .block-school-list li {
    width: auto;
  }
}
#top-tab-list-01 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/top/block_top_tab_line_01.png',sizingMethod='scale');
}

#top-tab-list-02 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/top/block_top_tab_line_02.png',sizingMethod='scale');
}

#top-tab-list-03 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/top/block_top_tab_line_03.png',sizingMethod='scale');
}

#top-tab-list-04 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/top/block_top_tab_line_04.png',sizingMethod='scale');
}

.block-section-second-head > * {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/icon_block_section_second_head.png',sizingMethod='scale');
}

.block-article-body h3 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/icon_block_section_second_head.png',sizingMethod='scale');
}

/*# sourceMappingURL=s.min.css.map */
