/*
Theme Name: Education
*/


/**
* Table of Contents
*
* 1.0 - Reset
* 2.0 - Genericons
* 3.0 - Typography
* 4.0 - Elements
* 5.0 - Forms
* 6.0 - Navigations
*   6.1 - Links
*   6.2 - Menus
* 7.0 - Accessibility
* 8.0 - Alignments
* 9.0 - Clearings
* 10.0 - Header
* 11.0 - Widgets
* 12.0 - Content
*    12.1 - Posts and pages
*    12.2 - Post Formats
*    12.3 - Comments
* 13.0 - Footer
* 14.0 - Media
*    14.1 - Captions
*    14.2 - Galleries
* 15.0 - Multisite
* 16.0 - Media Queries
*    16.1 - Mobile Large
*    16.2 - Tablet Small
*    16.3 - Tablet Large
*    16.4 - Desktop Small
*    16.5 - Desktop Medium
*    16.6 - Desktop Large
*    16.7 - Desktop X-Large
* 17.0 - Print
*/


/**
* 1.0 - Reset
*
* Resetting and rebuilding styles have been helped along thanks to the fine
* work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}


body {
  background: #eae9e5;
}
body.home,
body.en-home {
  background: #fff;
}

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

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}


/**
* 2.0 - Genericons
*/

.secondary-toggle:before,
.entry-content .more-link:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}


/**
* 3.0 Typography
*/

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 2em 0 1em;
  margin: 24px 0 12px;
}

p {
  margin-bottom: 1.6em;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51, 51, 51, 0.7);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
}

blockquote p {
  margin-bottom: 1.6667em;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

address {
  font-style: italic;
  margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}

mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
  font-weight: 700;
}


/**
* 4.0 Elements
*/

hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.6em;
}

ul,
ol {
  margin: 0 0 1.6em 1.3333em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
}

table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  /* table-layout: fixed; */ /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
  background: #eaeaea;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 0.4em;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

del {
  opacity: 0.8;
}


/**
* 5.0 Forms
*/

button,
input,
select,
textarea {
  background-color: #f7f7f7;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
}

input:focus,
select:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.7917em 1.5em;
  text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 0.375em;
  width: 100%;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: 0;
}

.post-password-form {
  position: relative;
}

.post-password-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.post-password-form input[type="submit"] {
  padding: 0.7917em;
  position: absolute;
  right: 0;
  bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
  padding: 0;
}


/**
* 6.0 Navigations
*/


/**
* 6.1 Links
*/

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

a:hover,
a:focus {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}


/**
* 6.2 Menus
*/

.post-navigation {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  font-weight: 700;
}

.post-navigation a {
  display: block;
  padding: 3.8461% 7.6923%;
}

.post-navigation span {
  display: block;
}

.post-navigation .meta-nav {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.post-navigation .post-title {
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333;
  position: relative;
  z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
  background-position: center;
  background-size: cover;
  position: relative;
}

.post-navigation a:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
  opacity: 0.5;
}

.post-navigation .meta-nav {
  opacity: 0.8;
}

.post-navigation div + div {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
  background-color: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  font-family: "Noto Sans", sans-serif;
}

.pagination .nav-links {
  min-height: 3.2em;
  position: relative;
  text-align: center;
}

.pagination .page-numbers {
  display: none;
  line-height: 3.2em;
  padding: 0 0.6667em;
}

.pagination .page-numbers.current {
  text-transform: uppercase;
}

.pagination .current {
  display: inline-block;
  font-weight: 700;
}

.pagination .prev,
.pagination .next {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  color: #fff;
  display: inline-block;
  height: 48px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
  font-size: 32px;
  height: 48px;
  line-height: 48px;
  position: relative;
  width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
}

.pagination .prev {
  left: 0;
}

.pagination .prev:before {
  content: "\f430";
  left: -1px;
}

.pagination .next {
  right: 0;
}

.pagination .next:before {
  content: "\f429";
  right: -1px;
}


/**
* 8.0 Alignments
*/

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}


/**
* 9.0 Clearings
*/

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after {
  content: "";
  display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.site-content:after,
.nav-links:after {
  clear: both;
}


/**
* 10.0 Header
*/

.site {
  width: 100%;
  height: 100%;
}

.site-header {
  width: 100%;
  background-color: #fff;
}
.home .site-header,
.en-home .site-header {
  height: 50%;
  max-height: 600px;
  min-height: 500px;
  position: relative;
}

.site-nav {
  margin: 1px auto 0;
  width: 90%;
  max-width: 1160px;
  height: 90px;
  font-size: 0;
  overflow: hidden;
}
.home .site-nav,
.en-home .site-nav {
  position: absolute;
  left: 50%;
  top: 60px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  margin: auto;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #fff;
}

.site-nav div {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}

.site-branding {
  width: 53%;
  max-width: 615px;
  background: #fff;
}

.site-title {
  margin: 0!important;
  padding: 23px 20px!important;
}

.site-nav div ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 90px;
  font-size: 0;
}
.site-nav div li {
  display: inline-block;
  vertical-align: top;
  margin-left: 1px;
}
.site-nav div li a {
  display: block;
  text-align: center;
}

.hd-nav {
  width: 26%;
  max-width: 303px;
}
.hd-nav li {
  width: 33%;
  max-width: 100px;
  height: 100%;
  background: #ffbd54;
}
.hd-nav a {
  line-height: 89px;
  background: #ffbd54;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}
.home .hd-nav a {
  line-height: 90px;
  border-bottom: 0;
}
.anc-faculty .hd-nav .hd-faculty a,
.anc-course .hd-nav .hd-faculty a,
.anc-graduate .hd-nav .hd-graduate a,
.postid-966 .hd-nav .hd-access a,
.postid-970 .hd-nav .hd-courses a,
.postid-988 .hd-nav .hd-staff a {
  border-bottom: 1px solid #ffbd54!important;
}

.hd-course {
  margin-left: 0!important;
}
.hd-course a {
  background: #ffcd7f!important;
  line-height: 80px!important;
  margin-top: 9px!important;
}
.anc-faculty .hd-nav .hd-course a,
.anc-course .hd-nav .hd-course a {
  border-bottom: 1px solid #ffcd7f;
}

.hd-link {
  width: 21%;
  max-width: 242px;
}
.hd-link li {
  width: 49.5%;
  max-width: 120px;
  margin-bottom: 1px;
}
body:not(.eng) .hd-link li:nth-of-type(-n+3) {
  width: 33%;
  max-width: 79px;
}
body:not(.eng) .hd-link li:nth-of-type(1) {
  width: 34%;
  max-width: 81px;
}
.hd-link a {
  line-height: 44px;
  background: #eaeaea;
  font-size: 12px;
}
.home .hd-link a,
.eng .hd-link a {
  line-height: 44.5px;
  line-height: 45px;
}
#lk-univ {
  display: block;
  width: 100%;
  max-width: 100%;
}
.eng .hd-link a {
  line-height: 29px;
}

.anc-title {
  line-height: 80px;
  background: #ffbd54;
  font-size: 18px;
}
.anc-course .anc-title {
  background: #ffcd7f!important;
}
.anc-title p {
  display: block;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}



/**
* 12.0 Content
*/

.site-content {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  font-size: 0;
}
.home .site-content,
.en-home .site-content {
  width: 100%!important;
  max-width: 100%!important;
}

.content-area {
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  width: 81%;
  max-width: 940px;
  max-width: 900px;
  min-height: 600px;
  margin: 0 auto;
  padding: 20px;
  padding: 40px;
  background-color: #fff;
}
.eng .content-area {
  width: 100%;
  max-width: 1160px;
}

.sidebar {
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  width: 19%;
  max-width: 220px;
}

.sidebar h3 {
  margin: 0 0 1px;
}
.sidebar h3 a {
  /*
  line-height: 76px;
  border: 2px solid #ffbd54;
  text-align: center;
  margin: -92px 0 12px;
  */
  display: block;
  line-height: 50px;
  background-color: #ffbd54;
  text-align: center;
}

.page-navi ul,
.archive-navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-navi li a {
  display: block;
  padding: 15px;
  background-color: #ffbd54;
  margin-bottom: 1px;
}
.page-navi .fa {
  margin-left: 5px;
}

.archive-navi h2 {
  padding: 0 15px;
  line-height: 50px;
  background-color: #ffbd54;
  margin: 0 0 1px;
}
.archive-navi h2:first-child {
  margin: 0 0 1px!important;
}
.archive-navi li {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 1px;
}

.page-id-4 .sidebar h3 a,
.page-id-32 .sidebar h3 a,
.page-id-48 .sidebar h3 a,
ul.post-6 li.guidance a,
ul.post-8 li.greetings a,
ul.post-10 li.admission a,
ul.post-12 li.diploma-curriculum a,
ul.post-14 li.distinctive a,
ul.post-16 li.school-kindergarten a,
ul.post-18 li.practice a,
ul.post-22 li.natural a,
ul.post-24 li.teachers a,
ul.post-26 li.research a,
ul.post-28 li.students-message a,
ul.post-46 li.guidance a,
ul.post-34 li.primary a,
ul.post-36 li.secondary a,
ul.post-38 li.licence a,
ul.post-40 li.after-graduation a,
ul.post-42 li.school-curriculum a,
ul.post-44 li.regional-science-curriculum a,
ul.post-50 li.guidance a,
ul.post-52 li.admission a,
ul.post-54 li.diploma-curriculum a,
ul.post-56 li.school-education a,
ul.post-58 li.teacher-development a,
ul.post-60 li.licence a,
ul.post-62 li.distinctive a,
ul.post-64 li.teachers a,
ul.post-66 li.students-message a,
ul.post-68 li.after-graduation a,
ul.post-454 li.understanding a {
  background-color: #fff;
}


.hm_content {
  width: 90%;
  max-width: 1160px;
  min-height: 200px;
  margin: 50px auto 30px;
  padding: 0;
  background: url(images/hm_img.png) left bottom no-repeat;
  text-align: right;
}

.hm_column {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  max-width: 400px;
  margin-right: 15px;
}
.hm_column:last-child {
  margin-right: 0;

}
.en-home .hm_column {
  width: 30%;
  max-width: 250px;
  margin-top: 25px;
}

.hm_waku {
  padding: 20px 20px 50px;
  border: 5px solid #ffbd54;
  background-color: #fff;
  text-align: left;
}
.en-home .hm_waku {
  padding: 0 30px 50px;
}
.hm_waku > h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.hm_waku > p {
  font-size: 12px;
}
.hm_column > p {
  position: relative;
  /* margin-bottom: 20px; */
}
.hm_column > p > a {
  position: absolute;
  width: 65px;
  height: 65px;
  right: 0;
  bottom: 0;
}

.hm-news h2 {
  font-size: 17px;
  text-align: center;
  background: #ffbd54;
  line-height: 60px;
  margin-bottom: 0;
}

.hm-news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hm-news li {
  margin: 0;
  padding: 0;
  line-height: 40px;
  font-size: 14px;
}
.hm-news li:nth-child(even) {
  background: #ffbd54;
}
.hm-news li:nth-child(odd) {
  background: #fff;
}

.news-cont {
  display: block;
  overflow: hidden;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
}
.news-date {
  margin-right: 1.5em;
}
.news-past {
  overflow: hidden;
}
.news-past a {
  display: inline-block;
  float: right;
  padding: 0 1.5em;
  background: #fcd594;
  font-size: 12px;
}


/**
* 12.1 Posts and pages
*/

.hentry {
  position: relative;
}

.hentry + .hentry {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.entry-header {
}

.entry-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 80px;
  padding: 0 20px;
}

.entry-content {
}

.entry-content > :last-child {
  margin-bottom: 0;
}

.entry-content,
.page-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

/*
.entry-content h1,
.page-content h1 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1538;
}
*/

.entry-content h2,
.page-content h2 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3636;
}

.entry-content h3,
.page-content h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3333;
  border: 2px solid #ffbd54;
  padding: 12px;
}

.entry-content h4,
.page-content h4 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  border-bottom: 1px dashed #ccc;
  color: #ffbd54;
  padding: 6px;
}
.entry-content h5,
.page-content h5 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  border-left: 5px solid #ffbd54;
  padding: 3px 9px;
}
.entry-content h6,
.page-content h6 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #ffbd54;
}

.eng .entry-header h1,
.eng .entry-content h2,
.eng .entry-content h3,
.eng .entry-content h4,
.eng .entry-content h5,
.eng .entry-content h6 {
  letter-spacing: 0.05em;
  font-weight: 700;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child{
  margin-top: 0;
}
.entry-content > h2 + h3,
.entry-content > h3 + h4,
.entry-content > h4 + h5,
.entry-content > h5 + h6,
.page-content > h2 + h3,
.page-content > h3 + h4,
.page-content > h4 + h5,
.page-content > h5 + h6 {
  margin-top: 1em;
}

.entry-content a,
.page-content a {
  border-bottom: 1px solid #333;
}

.entry-content a:hover,
.entry-content a:focus,
.page-content a:hover,
.page-content a:focus {
  border-bottom: 0;
}

.entry-content a img,
.page-content a img {
  display: block;
}

.entry-content .more-link {
  white-space: nowrap;
}

.entry-content .more-link:after {
  content: "\f429";
  font-size: 16px;
  position: relative;
  top: 5px;
}

.page-header {
}

.page-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 80px;
  padding: 0 20px;
}

.page-content {
}

.page-content > :last-child {
  margin-bottom: 0;
}

.page-links {
  clear: both;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  height: 2em;
  line-height: 2;
  margin: 0 0.3333em 0.3333em 0;
  text-align: center;
  width: 2em;
}

.page-links a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.page-links a:hover,
.page-links a:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  border-color: transparent;
  color: #fff;
}

.page-links > .page-links-title {
  border: 0;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  height: auto;
  margin: 0;
  padding-right: 0.5em;
  width: auto;
}







.pht-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  clear: both;
  letter-spacing: -.4em;
}
.pht-list li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 10px;
}
.pht-list img {
  width: 98%;
}

.pht50 li {
  width: 50%;
}

.pht25 li {
  width: 25%;
}



.column-box {
  overflow: hidden;
  font-size: 0;
}
.column {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 0 2% 24px 0;
  font-size: 13px;
}
.col3 {
  width: 31%!important;
}
.col3:nth-of-type(3n) {
  width: 32%!important;
}
.col4 {
  width: 38%!important;
}
.col6 {
  width: 58%!important;
}
.column > h2:first-child {
  margin-top: 0;
}



.licence-tbl th {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.licence-tbl td {
  text-align: center;
}


.teacher-info h5 {
}
.teacher-info ul {
  margin: 0;
  list-style: none;
}
.teacher-info li {
  padding-left: 6em;
  text-indent: -6em;
  margin-bottom: 6px;
}
.teacher-info li:before {
  font-size: 12px;
  background: #ffbd54;
  color: #fff;
  padding: .2em;
  margin-right: 1em;
  border-radius: 3px;
}
.teacher-info li:nth-of-type(1):before {
  content: "主な授業";
  letter-spacing: .24em;
}
.teacher-info li:nth-of-type(2):before {
  content: "研究分野";
  letter-spacing: .24em;
}
.teacher-info li:nth-of-type(3):before {
  content: "研究テーマ";
}
.teacher-info li:nth-of-type(4):before {
  content: "関心事";
  letter-spacing: .65em;
}


.teacher-out {
  background: url(/edu2/wp-content/uploads/2015/12/graduate_teacher_02.gif) right bottom no-repeat;
  min-height: 350px;
}
.teacher-out table {
  width: auto;
}
.teacher-tbl th {
  text-align: center;
  vertical-align: middle;
}
.teacher-tbl td {
  text-align: center;
  text-align: center;
}

/*
.parent-pageid-34 .entry-content img {
  width: 300px;
  height: auto;
}
*/



/* 初等教育コース、中等教育コース */

.post-34 .column > h2,
.post-36 .column > h2,
#primary-sub,
#special-support,
#humanities-social,
#science-life,
#art-sports {
  text-align: center;
  padding: 15px;
  background: #ffbd54;
}

.post-36 .col3 ul,
.post-34 .col6 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-36 .col3 ul li,
.post-34 .col6 ul li {
  display: inline-block;
  border: 2px solid #ffbd54;
  padding: 10px 6px;
  margin-bottom: 5px;
}

.post-36 .col3 ul li {
  width: 48%;
}



/* English */

#features {
  margin: 60px 0 0;
  padding: 30px 0 0;
  border-top: 5px solid #eae9e5;
}

#features h3 {
  border: 0;
  background-color: #ffbd54;
}

#features h4 {
  border-bottom: 2px dotted #ffbd54;
  color: #333;
}

.rd-link {
  margin: 24px 0 12px;
  padding: 0;
  list-style: none;
}
.rd-link a {
  padding: 20px;
  line-height: 50px;
  background-color: #ffbd54;
  font-weight: 500;
  font-size: 1.5rem;
  border-bottom: 0;
}



/**
* 13.0 Footer
*/

.ft-bana,
.ft-content {
  width: 90%;
  max-width: 1160px;
  margin: 50px auto 0;
  overflow: hidden;
  font-size: 0;
}

.ft-bana ul {
  margin: 0 auto;
  padding: 0;
  font-size: 0;
}
.ft-bana li {
  display: inline-block;
}

.ft-link {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  max-width: 300px;
  margin-right: 2%;
}
.ft-link:last-child {
  margin-right: 0;
}
.ft-link h2 {
  background: #ffbd54;
  font-size: 14px;
  line-height: 30px;
  padding: 0 1em;
  margin: 2em 0 1em;
}
.ft-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ft-link li {
  font-size: 12px;
  padding-left: 1.2em;
  background: url(images/ico_list.png) left center no-repeat;
}
.ft-link li .fa {
  padding-left: 5px;
}

.gotop {
  text-align: right;
  margin: 0;
  padding: 20px;
}

.site-footer {
  background-color: #fff;
  border-top: 1px solid #c9c9c9;
}

.ft-nav {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.ft-nav ul {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 49%;
}
.ft-nav li {
  display: inline-block;
  text-align: center;
  margin: 0 1.5em;
  line-height: 80px;
  font-size: 12px;
}

.site-info {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 100px;
  text-align: center;
  border-top: 1px solid #c9c9c9;
}


/**
* 14.0 Media
*/

audio,
canvas {
  display: inline-block;
}

embed,
iframe,
object,
video {
  margin-bottom: 1.6em;
  max-width: 100%;
  vertical-align: middle;
}



/**
* 14.1 Captions
*/

.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}





/**
* 16.0 Media Queries
*/

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}


/**
* Tablet
*/
@media screen and (max-width: 1100px) {
  .home .site-header,
  .en-home .site-header {
    height: 40%;
    max-height: 40%;
    min-height: 40%;
  }
  .site-branding {
    width: auto;
  }
  .hd-nav {
    width: 35%;
  }
  .hd-link {
    width: 25%;
  }

  .hm_content {
    text-align: center;
    background: none;
  }

  .content-area {
    width: 78%;
  }
  .sidebar {
    width: 22%;
  }
}

@media screen and (max-width: 800px) {
  .site-nav {
    width: 96%;
  }
  .site-branding {
    width: 40%;
  }
  .site-title {
    padding: 30px 20px 0!important;
  }
  .hd-nav,
  .hd-link {
    width: 30%;
  }
  .hd-nav li {
    width: 32.8%;
  }
  .hd-link li {
    width: 49%;
  }

  .hm_content {
    height: auto;
    margin: 20px auto;
    padding: 0;
  }
  .hm_column {
    width: 48%;
  }

  .hm-news .news-cont {
    letter-spacing: -.4em;
    padding: 10px 0;
    line-height: 1.3;
  }
  .hm-news .news-date {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 15%;
    margin: 0;
  }
  .hm-news .news-cont a {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 85%;
  }
  .news-past .news-cont {
    padding: 0!important;
    line-height: 40px;
  }
  .news-past .news-cont a {
    width: auto;
  }

  .content-area {
    width: 70%;
  }
  .sidebar {
    width: 30%;
  }

  .ft-bana {
    text-align: center;
  }
  .en-home .ft-bana {
    margin: 0 auto 0;
  }

  .ft-nav ul:first-child {
    width: 39%;
  }
  .ft-nav ul:last-child {
    width: 59%;
  }
  .ft-nav li {
    margin: 0 1em;
  }
}

/**
* Mobile
*/
@media screen and (max-width: 600px) {
  .alignleft,
  .alignright,
  .aligncenter {
    display: block;
    float: none;
    margin: 0.5em auto!important;

  }

  .home .site-header,
  .en-home .site-header {
    padding: 110px 0 0;
    height: 45%;
    max-height: 300px;
    min-height: 300px;
  }
  .home .site-nav,
  .en-home .site-nav {
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 auto;
    transform: none;
  }

  .site-nav {
    height: auto;
  }
  .site-branding {
    width: 100%;
    max-width: 100%;
    height: 64px;
    text-align: center;
  }
  .site-title {
    padding: 10px 20px!important;
  }
  .site-nav div ul,
  .site-nav div li,
  .site-nav div a {
    height: 50px;
  }
  .hd-nav {
    width: 30%;
    max-width: 100%;
  }
  .hd-nav li {
    width: 32.6%;
  }
  .hd-link {
    width: 70%;
    max-width: 100%;
  }
  .hd-link li,
  #lk-univ  {
    width: 19.7%;
    display: inline-block;
  }
  #lk-univ a {
    line-height: 1.3;
    padding: 10px 0 0;
  }
  .hd-nav a,
  .hd-link a {
    line-height: 49px;
    border-bottom: 1px solid #fff;
  }
  .home .hd-nav li a,
  .home .hd-link a,
  .en-home .hd-nav li a,
  .en-home .hd-link a {
    line-height: 50px;
  }
  .page-id-2 .hd-link li:nth-of-type(2) a,
  .page-id-20 .hd-link li:nth-of-type(3) a,
  .page-id-30 .hd-link li:nth-of-type(4) a {
    border-bottom: 1px solid #eae9e5;
  }
  .hd-course a {
    line-height: 44px!important;
    margin-top: 5px!important;
  }

  .ft-bana li {
    width: 50%;
  }
  .en-home .ft-bana li {
    width: 100%;
}

  .ft-nav ul {
    width: 100%!important;
  }
  .ft-nav ul:first-child {
    margin-top: 10px;
  }
  .ft-nav ul:last-child {
    margin-bottom: 10px;
  }
  .ft-nav li {
    line-height: 30px;
  }

  .column {
    display: block;
    width: 100%;
    margin: 0 0 24px;
  }
  .col3,
  .col3:nth-of-type(3n),
  .col4,
  .col6 {
    width: 100%!important;
  }
}

@media screen and (max-width: 480px) {
  .home .site-header,
  .en-home .site-header {
    padding: 155px 0 0;
  }
  .site-nav {
    overflow: hidden;
  }
  .site-title {
    padding: 10px!important;
  }
  .site-nav div ul,
  .site-nav div li,
  .site-nav div a {
    height: 30px;
  }
  .hd-nav {
    width: 100%;
    text-align: center;
  }
  .hd-link {
    display: none!important;
  }
  .home .hd-link,
  .en-home .hd-link {
    display: block!important;
    width: 100%;
  }
  .home .hd-link ul,
  .en-home .hd-link ul {
    height: auto!important;
  }
  .hd-nav li {
    width: 32.9%;
  }
  .home .hd-link li,
  .en-home .hd-link li {
    width: 49.5%;
    max-width: 100%!important;
    vertical-align: top;
  }
  .hd-link a,
  .home .hd-link a,
  .en-home .hd-link a {
    line-height: 30px;
    border-bottom: none;
  }
  .hd-nav a {
    line-height: 29px;
  }
  .home .hd-nav li a,
  .en-home .hd-nav li a,
  .hd-link a,
  .home .hd-link a,
  .en-home .hd-link a {
    line-height: 30px;
  }
  .hd-course a {
    height: 27px!important;
    line-height: 26px!important;
    margin-top: 3px!important;
  }
  #lk-univ  {
    width: 100%;
    display: block;
  }
  #lk-univ a {
    line-height: 30px;
    padding: 0;
  }

  .hm_column,
  .en-home .hm_column {
    width: 100%;
    max-width: 400px;
    margin: 0 0 10px;
  }

  .content-area ,
  .sidebar {
    width: 100%;
    max-width: 100%;
  }
  .page-navi li a {
    padding: 10px;
  }
  .archive-navi h2 {
    margin-top: 0;
  }

  .ft-bana li {
    width: 50%;
  }

  .ft-link {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .site-info {
    line-height: 20px;
    padding: 30px 0;
  }
}


/**
* 17.0 Print
*/

@media print {
  body {
    background: none !important; /* Brute force since user agents all print differently. */
    font-size: 11.25pt;
  }

  .navigation,
  .page-links,
  button,
  input,
  textarea,
  select {
    display: none;
  }

  .site-header,
  .site-footer,
  .hentry,
  .entry-footer,
  .page-header,
  .page-content {
    background: none !important; /* Make sure color schemes dont't affect to print */
  }

  body,
  blockquote,
  blockquote cite,
  blockquote small,
  label,
  a,
  .site-title a,
  .post-title,
  .entry-footer,
  .entry-footer a,
  .entry-caption,
  .site-info,
  .site-info a,
  .wp-caption-text {
    color: #000 !important; /* Make sure color schemes don't affect to print */
  }

  pre,
  abbr[title],
  table,
  th,
  td,
  .site-header,
  .site-footer,
  .hentry + .hentry,
  .page-header {
    border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
  }

  .site {
    margin: 0 7.6923%;
  }

  .sidebar {
    position: relative !important; /* Make sure sticky sidebar doesn't affect to print */
  }

  .site-branding {
    padding: 0;
  }

  .site-header {
    padding: 7.6923% 0;
  }

  .hentry + .hentry {
    margin-top: 7.6923%;
  }

  .entry-header,
  .entry-footer {
    padding: 0;
  }

  .entry-content {
    padding: 0 0 7.6923%;
  }

  .page-content {
    padding: 7.6923% 0 0;
  }

  .page-header {
    padding: 3.84615% 0;
  }

  .site-footer {
    margin-top: 7.6923%;
    padding: 3.84615% 0;
  }
}
