/*! Theme Name: genron-works Theme URI: http://school.genron.co.jp/works Author: quei Author URI: quei.org Description: theme for school.genron.co.jp/works Version: 1.0.0 License: GNU General Public License v2 or later License URI: Text Domain: Tags: */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.9;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: #fff;
}
blockquote,
q {
  quotes: "" "";
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  border: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
.wp-activate-container input {
  color: #fff;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  padding-left: 3px;
  width: 100%;
}
a {
  color: inherit;
}
a:visited {
  color: inherit;
}
a:hover,
a:focus,
a:active {
  color: #ddd;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;

  /* 追記 */
  font-weight: bold;
  color: #000;
}
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.widget_search .search-submit {
  display: none;
}
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
body.paper .student-data figure,
body.author .site-main > .hentry > .entry-header {
  zoom: 1;
}
body.paper .student-data figure:after,
body.author .site-main > .hentry > .entry-header:after {
  content: "";
  display: block;
  clear: both;
}
.genron-school a {
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}
.marka {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.marka i {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.marka.marka-set i {
  opacity: 1;
}
.marka.marka-rotate-right {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.marka.marka-rotate-left {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.marka.marka-rotate-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.marka.marka-icon-empty {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.marka.marka-icon-bars i {
  -webkit-transform: scale(0.8, 0.2);
  -moz-transform: scale(0.8, 0.2);
  -ms-transform: scale(0.8, 0.2);
  -o-transform: scale(0.8, 0.2);
  transform: scale(0.8, 0.2);
}
.marka.marka-icon-bars i:nth-child(2) {
  -webkit-transform: scale(0.8, 0.2) translate(0%, -140%);
  -moz-transform: scale(0.8, 0.2) translate(0%, -140%);
  -ms-transform: scale(0.8, 0.2) translate(0%, -140%);
  -o-transform: scale(0.8, 0.2) translate(0%, -140%);
  transform: scale(0.8, 0.2) translate(0%, -140%);
}
.marka.marka-icon-bars i:nth-child(3) {
  -webkit-transform: scale(0.8, 0.2) translate(0%, 140%);
  -moz-transform: scale(0.8, 0.2) translate(0%, 140%);
  -ms-transform: scale(0.8, 0.2) translate(0%, 140%);
  -o-transform: scale(0.8, 0.2) translate(0%, 140%);
  transform: scale(0.8, 0.2) translate(0%, 140%);
}
.marka.marka-icon-times i {
  -webkit-transform: rotate(45deg) scale(0.8, 0.2);
  -moz-transform: rotate(45deg) scale(0.8, 0.2);
  -ms-transform: rotate(45deg) scale(0.8, 0.2);
  -o-transform: rotate(45deg) scale(0.8, 0.2);
  transform: rotate(45deg) scale(0.8, 0.2);
}
.marka.marka-icon-times i:nth-child(2) {
  -webkit-transform: rotate(-45deg) scale(0.8, 0.2);
  -moz-transform: rotate(-45deg) scale(0.8, 0.2);
  -ms-transform: rotate(-45deg) scale(0.8, 0.2);
  -o-transform: rotate(-45deg) scale(0.8, 0.2);
  transform: rotate(-45deg) scale(0.8, 0.2);
}
::selection {
  background: #ff0;
  color: #404040;
}
::-moz-selection {
  background: #ff0;
  color: #404040;
}
body {
  font-size: 0.9rem;
  max-width: 1400px;
  margin: 0 auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
a {
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
a:focus {
  outline: none;
}
blockquote {
  font-style: italic;
}
.align-right {
  text-align: right;
}
.anchor-block {
  word-break: break-word;
  max-width: 100%;
  display: block;
  text-decoration: none;
}
.anchor-block:hover {
  color: inherit;
}
.anchor-block:focus {
  color: inherit;
}
.anchor-block[href=""] {
  pointer-events: none;
}
.site-content {
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 1em;
}
.site-footer {
  padding: 5px 10px;
}
.menu-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  outline: none;
}
.menu-toggle:focus {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.page-title,
.section-title,
.archives-title,
body.students .entry-title,
body.scores .entry-title {
  font-size: 1.2rem;
  margin: 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #404040;
}
.section-content {
  padding: 40px 0;
}
body.archive .page-header .eyecatch {
  margin: 0;
  margin-bottom: 40px;
}
body.archive .page-header .eyecatch img {
  width: 100%;
  height: auto;
}
.count-character {
  clear: both;
}
.page-content {
  margin: 0;
}
.sns-timeline-container {
  margin-top: 40px;
}
.sns-timeline {
  text-align: center;
}
.sns-timeline > iframe,
.sns-timeline > div {
  max-width: 100% !important;
}
@media all and (min-width: 769px) {
  .site {
    /* 追記 */
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .site-content {
    margin: 40px auto;
    padding: 0;
  }
  .fixed-bg {
    background: no-repeat center top;
    background-attachment: fixed;
  }
  .fixed-bg img {
    visibility: hidden;
    vertical-align: bottom;
  }
  .sns-timeline-container {
    overflow: hidden;
    *zoom: 1;
  }
  .sns-timeline {
    width: 48%;
    float: left;
  }
  .sns-timeline:nth-of-type(odd) {
    margin-right: 4%;
  }
  .sns-timeline > iframe,
  .sns-timeline > div {
    height: 600px !important;
  }
}
.site-header {
  /* 追記 */
  margin: 5px;

  background-color: #fff;
  margin-bottom: 20px;
}
.genron-school {
  margin: 0;
}
.genron-school a {
  display: block;
  width: 25px;
  height: 25px;
  background: url(img/school_logo.png) no-repeat center center;
}
.site-title {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 400;
}
.site-title a {
  text-decoration: none;
}
.site-description {
  display: none;
}
.genericon-facebook {
  color: #3b5998;
  vertical-align: sub;
  font-size: 21px;
  margin-right: 10px;
}
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 0.5rem;
}
.main-navigation .menu {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
  overflow: hidden;
  *zoom: 1;
}
.main-navigation .menu ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation .menu ul ul {
  left: -999em;
  top: 0;
}
.main-navigation .menu ul li:hover > ul {
  left: 100%;
}
.main-navigation .menu ul a {
  width: 200px;
}
.main-navigation .menu li:hover > ul {
  left: auto;
}
.main-navigation .menu-item {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.menu-toggle,
.main-navigation.toggled .nav-menu {
  display: block;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.menu-toggle {
  padding: 0;
  background: none;
  position: fixed;
  z-index: 101;
  top: 10px;
  right: 10px;
}
.marka {
  width: 30px;
  height: 30px;
}
.menu-toggle .marka.marka-icon-bars i:nth-child(1) {
  -moz-transform: scale(0.8, 0.1);
  -ms-transform: scale(0.8, 0.1);
  -webkit-transform: scale(0.8, 0.1);
  transform: scale(0.8, 0.1);
}
.menu-toggle .marka.marka-icon-bars i:nth-child(2) {
  -moz-transform: scale(0.8, 0.1) translate(0, -250%);
  -ms-transform: scale(0.8, 0.1) translate(0, -250%);
  -webkit-transform: scale(0.8, 0.1) translate(0, -250%);
  transform: scale(0.8, 0.1) translate(0, -250%);
}
.menu-toggle .marka.marka-icon-bars i:nth-child(3) {
  -moz-transform: scale(0.8, 0.1) translate(0, 250%);
  -ms-transform: scale(0.8, 0.1) translate(0, 250%);
  -webkit-transform: scale(0.8, 0.1) translate(0, 250%);
  transform: scale(0.8, 0.1) translate(0, 250%);
}
.menu-toggle .marka.marka-icon-times i:nth-child(1) {
  -moz-transform: rotate(45deg) scale(0.8, 0.1);
  -ms-transform: rotate(45deg) scale(0.8, 0.1);
  -webkit-transform: rotate(45deg) scale(0.8, 0.1);
  transform: rotate(45deg) scale(0.8, 0.1);
}
.menu-toggle .marka.marka-icon-times i:nth-child(2) {
  -moz-transform: rotate(-45deg) scale(0.8, 0.1);
  -ms-transform: rotate(-45deg) scale(0.8, 0.1);
  -webkit-transform: rotate(-45deg) scale(0.8, 0.1);
  transform: rotate(-45deg) scale(0.8, 0.1);
}
.menu-toggle .marka.marka-icon-times i:nth-child(3) {
  -moz-transform: rotate(45deg) scale(0.8, 0.1);
  -ms-transform: rotate(45deg) scale(0.8, 0.1);
  -webkit-transform: rotate(45deg) scale(0.8, 0.1);
  transform: rotate(45deg) scale(0.8, 0.1);
}
.sns-buttons {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.sns-buttons .sns-button {
  display: inline-block;
  vertical-align: top;
}
.sns-buttons .twitter {
  margin-right: 10px;
  margin-top: 4px;
}
.sns-buttons .facebook-like {
  margin-right: 10px;
}
.sns-buttons .genericon {
  display: inline-block;
  margin-top: 2px;
}
.sns-cheer {
  display: none;
  position: relative;
  width: 100%;
  margin-top: 5px;
}
body.single.paper .sns-cheer {
  display: block;
}
body.single.paper .sns-cheer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #ff0;
}
body.single.paper .sns-cheer::after {
  content: "この作品を応援！";
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", "Roboto Condensed", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: center;
  background-color: #ff0;
  border-radius: 7px;
}
.school-archives-menu {
  /* 追記 */
  padding-top: 40px;

  list-style: none;
  margin: 0;
}
.school-archives-menu > li {
  text-align: center;
  float: none;
}
.school-archives-menu > li:last-of-type {
  margin-right: 0;
}
@media all and (min-width: 769px) {
  .genron-school {
    float: left;
    clear: none;
  }
  .site-title {
    float: left;
    clear: none;
    margin-left: 20px;
  }
  .menu-toggle {
    display: none;
  }
  .site-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    /* padding: 5px 10px 3px */
    /* 追記 */
    padding: 10px;
    margin-bottom: 0;
  }
  .site-branding {
    float: left;
    width: 450px;
    position: relative;
    z-index: 2;
  }
  .main-navigation {
    clear: none;
    float: left;
    margin-left: -450px;
    position: relative;
    z-index: 1;
  }
  .menu-global-container {
    float: left;
  }
  .menu-container {
    float: left;
    width: 100%;
  }
  .menu-container .menu {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-container .menu li {
    /* 追記 */
    background-color: #00b8fa;
    margin: 0 5px;
    padding: 5px 1em;
    color: #fff;

    float: none;
    display: inline-block;
    /* padding: 0 1em; */
  }

  /* 追記 */
  .menu-container > .menu li a {
    color: #fff;
  }
  /* 追記 */
  .menu-container > .menu li:hover {
    background-color: #000;
  }

  /* 追記 */
  .menu-container > .menu li:active {
    background-color: #000;
  }

  .sns-buttons {
    position: relative;
    z-index: 3;
    float: right;
    margin-top: 0;
    margin-left: -400px;
  }
  .sns-buttons .facebook-like {
    margin-right: 10px;
  }
  body.single.paper .sns-cheer {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
  }
  /* 追記 */
  @media all and (max-width: 1000px) {
    .school-archives-menu {
      visibility: hidden;
    }
  }

  .school-archives-menu {
    position: fixed;
    z-index: 10;
    top: 30px;
    left: 10px;
  }

  /*　追記 */
  .school-archives-menu a {
    color: #000;
  }

  .school-archives-menu > li {
    margin-bottom: 0.6rem;
    line-height: 1;
    text-align: left;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .school-archives-menu > li:last-of-type {
    margin-right: 0;
  }
  .school-archives-menu > li.current-menu {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    pointer-events: none;
    font-size: 1.3rem;
    padding-bottom: 0.1em;
    border-bottom: 2px solid #404040;
  }
}
@media all and (max-width: 768px) {
  .genron-school {
    position: fixed;
    z-index: 1;
    top: 12px;
    left: 10px;
  }
  .site-title {
    margin-top: 70px;
    margin-bottom: 40px;
    text-align: center;
  }
  .main-navigation .menu-item {
    float: none;
    text-align: center;
    font-size: 1.4em;
    line-height: 3;
  }
  .menu-container {
    -moz-transition: cubic-bezier(1, 0, 0, 1) 0.4s;
    -o-transition: cubic-bezier(1, 0, 0, 1) 0.4s;
    -webkit-transition: cubic-bezier(1, 0, 0, 1) 0.4s;
    transition: cubic-bezier(1, 0, 0, 1) 0.4s;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .main-navigation.toggled .menu-container {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .sns-buttons {
    text-align: center;
  }
  .school-archives-menu li {
    font-size: 1.23rem;
    line-height: 2.6;
  }
}
.theme-list {
  margin: 0;
}
.theme-list .entry-content {
  margin: 0;
}
.theme-list .anchor-block {
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.theme-list .anchor-block:hover {
  background-color: #eee;
}
.theme-header {
  overflow: hidden;
  *zoom: 1;
  padding: 0;
  border-bottom: 1px solid #404040;
}
.theme-header .entry-meta {
  min-width: 140px;
}
.theme-header .entry-meta .number-container {
  width: 140px;
  height: 140px;
  text-align: center;
  background-color: #ff0;
  border-radius: 100%;
  margin: 10px auto;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.theme-header .entry-meta .number {
  display: block;
  /* 追記 */
  font-size: 1.2rem;
  font-feature-settings: "palt";
  /* 追記 コメントアウト*/
  /* font-size: 1.8rem; */
  border-bottom: 1px solid #404040;
  margin: 0 20px 10px;
  padding-top: 25px;
  text-indent: 0.2em;
  /* 追記 */
  /* letter-spacing: 0.2em; */
  line-height: 2.8rem;
}
.theme-header .entry-meta .number.number-date-comment {
  letter-spacing: 0.1em;
}
.theme-header .entry-meta .number.long {
  letter-spacing: 0;
}
.theme-header .entry-meta .number.longest {
  letter-spacing: 0;
  font-size: 1.4rem;
}
.theme-header .entry-meta .anchor-block {
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.theme-header .entry-meta .anchor-block:hover {
  background: none;
}
.theme-header .entry-meta .anchor-block:hover .number-container {
  background-color: #eee;
}
.theme-header .theme-category {
  max-width: 8em;
  display: inline-block;
}
.theme-header .theme-category:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: sub;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(img/category-icon/default.png);
}
.theme-header .entry-title-container {
  overflow: hidden;
  *zoom: 1;
  padding: 20px 0 25px;
}
.theme-header .entry-title-container .label {
  font-size: 0.7rem;
  border: 1px solid #404040;
  padding: 2px;
}
.theme-header .entry-title {
  font-size: 1.8rem;
  margin: 0.1em 0 0.2em;
  text-indent: -0.5em;
  line-height: 1.4;
}
.theme-header p {
  margin: 0;
  font-size: 0.8rem;
}
.theme-header .lecturer-image-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-right: 5px;
  overflow: hidden;
  *zoom: 1;
}
.theme-header .lecturer-image-list-item {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.theme-header .lecturer-image {
  margin: 0;
  max-width: 70px;
  max-height: 70px;
}
.theme-header .lecturer-image img {
  width: 100%;
  vertical-align: bottom;
}
.theme-header .lecturer-name-list {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.6;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  overflow: hidden;
  *zoom: 1;
}
.theme-header .lecturer-name-list-item {
  float: left;
}
.theme-header .lecturer-name-list-item:after {
  content: "、";
}
.theme-header .lecturer-name-list-item:last-of-type:after {
  content: "";
}
.theme-header .lecturer-role {
  font-size: 0.9em;
}
.theme-header .date-deadline-container {
  line-height: 1.6;
}
.theme-header .date-deadline-container p {
  display: inline-block;
}
@media all and (min-width: 769px) {
  .theme-header {
    display: table;
    width: 100%;
  }
  .theme-header .left,
  .theme-header .right {
    display: table-cell;
    vertical-align: top;
  }
  .theme-header .left {
    width: 22%;
  }
  .theme-header .right {
    width: 78%;
  }
  .theme-header .entry-meta {
    padding-top: 15px;
  }
  .theme-header .entry-title {
    font-size: 2.2rem;
  }
  .theme-header .lecturer-image-list {
    float: left;
  }
  .theme-header .entry-description-text {
    float: left;
  }
}
@media all and (max-width: 768px) {
  body.archive .theme-header .entry-meta,
  .theme-archives .theme-header .entry-meta {
    padding-top: 30px;
  }
}
.excellent-students-container {
  border-top: 1px solid #404040;
}
.excellent-students-title {
  font-size: 1rem;
  margin: 0;
  margin-top: 15px;
}
.excellent-student-list {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: initial;
}
.excellent-student-list-item {
  float: left;
  width: 50%;
  position: relative;
}
.excellent-student-list-item.has-score:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
}
.excellent-student-list-item.has-score.rank-1:before {
  background-image: url(img/icon_has_score_gold.png);
}
.excellent-student-list-item.has-score.rank-2:before {
  background-image: url(img/icon_has_score_silver.png);
}
.excellent-student-list-item.has-score.rank-3:before {
  background-image: url(img/icon_has_score_bronze.png);
}
.excellent-student-list-item figure {
  position: relative;
  margin: 15px 10px;
  overflow: hidden;
  *zoom: 1;
}
.excellent-student-list-item figure img {
  display: block;
  float: left;
  width: 40%;
  border-radius: 100%;
}
.excellent-student-list-item figcaption {
  float: left;
  width: 60%;
  padding-left: 10px;
}
.excellent-student-list-item .name {
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: 3em;
  line-height: 1.4;
}
.excellent-student-list-item .score,
.excellent-student-list-item .facebook-like-count {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.excellent-student-list-item .score {
  font-size: 1.4rem;
  margin-left: 0.1em;
  margin-right: 0.3em;
}
.excellent-student-list-item .facebook-like-count {
  font-size: 1rem;
}
@media all and (min-width: 769px) {
  .excellent-students-container {
    overflow: hidden;
    *zoom: 1;
  }
  .excellent-students-title {
    float: left;
    width: 15%;
    margin-top: 35px;
  }
  .excellent-student-list {
    float: left;
    width: 85%;
  }
}
@media all and (min-width: 415px) {
  .excellent-student-list-item {
    width: 33.33333%;
  }
}
body.paper .hentry .entry-title {
  font-size: 1.6rem;
  margin: 0;
  margin-bottom: 0.5em;
}
body.paper .hentry .entry-content {
  margin: 25px 0;
}
body.paper .hentry .entry-block:not(:first-child) {
  border-top: 1px solid #404040;
  margin-top: 25px;
  padding-top: 25px;
}
body.paper .hentry .entry-block header {
  position: relative;
}
body.paper .student-data {
  padding: 30px 0;
  border-bottom: 1px solid #404040;
}
body.paper .student-data figure {
  text-align: center;
  margin: 0;
}
body.paper .student-data .anchor-block {
  display: inline-block;
}
body.paper .student-data img,
body.paper .student-data figcaption {
  display: block;
}
body.paper .student-data img {
  border-radius: 100%;
}
body.paper .student-data figcaption {
  text-align: left;
}
body.paper .student-data .name {
  padding-top: 0.5em;
  font-size: 2rem;
  display: block;
}
body.paper .student-data .profile {
  font-size: 0.8rem;
  border: 1px solid #404040;
  padding: 0.3em;
}
body.paper .student-data .profile:after {
  content: "〉";
  margin-left: 1em;
}
body.paper .inner-navigation {
  padding: 0.5rem 0;
  border-bottom: 1px solid #404040;
  font-size: 0.9em;
}
body.paper .inner-navigation ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
body.paper .inner-navigation li {
  display: inline-block;
  padding: 0 1em;
}
body.paper .inner-navigation a {
  text-decoration: none;
}
body.paper .inner-navigation a.not {
  color: #ddd;
  pointer-events: none;
}
body.paper .comments-title {
  font-size: 1.6rem;
  margin: 0;
  margin-bottom: 0.5em;
}
body.paper .comment-list {
  margin: 0;
  margin-bottom: 30px;
  padding-left: 0;
  list-style: none;
}
body.paper .comment-list li {
  margin-bottom: 2.5em;
}
body.paper .comment-list li:last-of-type {
  margin-bottom: 0;
}
body.paper .theme-header {
  border-top: 1px solid #404040;
  padding-top: 30px;
}
@media all and (min-width: 769px) {
  body.paper .student-data img,
  body.paper .student-data figcaption {
    float: left;
    display: block;
  }
  body.paper .student-data img {
    margin-right: 40px;
  }
}
@media all and (max-width: 768px) {
  body.paper .student-data img {
    margin: 0 auto;
  }
  body.paper .student-data figcaption {
    text-align: center;
  }
  body.paper .student-data .name {
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}
.student-list-item {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  list-style: none;
  padding: 0;
  width: 100%;
  text-align: left;
}
.student-list-item figure {
  flex-grow: 1;
  position: relative;
  margin: 0 auto;
}
.student-list-item figure img {
  flex-grow: 1;
  border-radius: 100%;
}
.student-image-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 70px;
}
@media all and (max-width: 480px) {
  .student-image-container {
    width: 50px;
  }
}
.student-image-container img {
  display: flex;
  flex-wrap: wrap;
}
.student-image-container figcaption {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.student-list-ranking {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto 40px;
  text-align: center;
}
.student-list-ranking .student-list-item {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  margin: 10px;
  margin-bottom: 0.5rem;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center top;
}
@media all and (max-width: 480px) {
  .student-list-ranking .student-list-item {
    width: 100%;
  }
}
.student-list-ranking .student-list-item.type-rankings {
  padding-top: 45px;
}
.student-list-ranking .student-list-item.type-rankings:first-of-type {
  background-image: url(img/ranking_1st.png);
}
.student-list-ranking .student-list-item.type-rankings:nth-of-type(2) {
  background-image: url(img/ranking_2nd.png);
}
.student-list-ranking .student-list-item.type-rankings:nth-of-type(3) {
  background-image: url(img/ranking_3rd.png);
}
.student-list-ranking .student-list-item.type-excellents {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.student-list-ranking
  .student-list-item.type-excellents.has-score
  .student-image-container:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -15px;
  width: 45px;
  height: 45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.student-list-ranking
  .student-list-item.type-excellents.has-score.rank-1
  .student-image-container:before {
  background-image: url(img/icon_has_score_gold.png);
}
.student-list-ranking
  .student-list-item.type-excellents.has-score.rank-2
  .student-image-container:before {
  background-image: url(img/icon_has_score_silver.png);
}
.student-list-ranking
  .student-list-item.type-excellents.has-score.rank-3
  .student-image-container:before {
  background-image: url(img/icon_has_score_bronze.png);
}
.student-list-ranking figure {
  width: 140px;
}
.student-list-ranking figure img {
  width: 100%;
}
.student-list-ranking figcaption {
  font-size: 1.1rem;
}
.student-list-ranking .name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  display: block;
}
.student-list-ranking .anchor-block:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.student-list {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.student-list figure {
  flex-flow: row wrap;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  word-break: break-all;
  width: 100%;
}
.student-list figure.written {
  flex-flow: row wrap;
  align-items: center;
  display: flex;
  flex-grow: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  word-break: break-all;
  width: 100%;
}
.student-list-ranking figure.written {
  flex-flow: row wrap;
  align-items: center;
  display: flex;
  flex-grow: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  word-break: break-all;
  width: 100%;
}
.student-list-ranking::before {
  content: "";
  display: flex;
  width: 33%;
  height: 0;
  order: 1;
}
.student-list-ranking::after {
  content: "";
  display: flex;
  width: 33%;
  height: 0;
  order: 1;
}
.student-list::before {
  content: "";
  display: flex;
  width: 33%;
  height: 0;
  order: 1;
}
.student-list::after {
  content: "";
  display: flex;
  width: 33%;
  height: 0;
  order: 1;
}
.written figcaption {
  font-size: 0.9rem;
  line-height: 1.3rem;
  flex-flow: column;
  padding: 0 0 10px 15px;
  text-align: left;
  word-break: break-all;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  max-width: 70%;
}
@media all and (max-width: 480px) {
  .written figcaption {
    max-width: 80%;
  }
}
.student-list figure.notsub {
  word-break: break-all;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 0.5;
  width: 100%;
}
.notsub figcaption {
  font-size: 0.9rem;
  line-height: 1.3rem;
  flex-flow: column;
  padding: 0 0 10px 15px;
  text-align: left;
  word-break: break-all;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 0.5;
  max-width: 70%;
}
.student-list figure img {
  width: 100px;
  height: auto;
  vertical-align: bottom;
  border-radius: 100%;
  margin-bottom: 0.5rem;
}
.student-list .name {
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
  display: block;
}
.student-list .anchor-block:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.student-list {
  display: flex;
  flex-wrap: wrap;
  width: 33%;
}
@media screen and (max-width: 480px) {
  .student-list {
    flex-wrap: wrap;
    width: 100%;
  }
}
.student-list-item .type-excellents .has-work .has-score.rank-1 {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: flex-start;
  width: 33%;
}
@media screen and (max-width: 480px) {
  .student-list-item .type-excellents .has-work .has-score.rank-1 {
    flex-wrap: wrap;
    width: 100%;
  }
}
.student-list-item .type-excellents .has-work .has-score.rank-2 {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 33%;
}
@media screen and (max-width: 480px) {
  .student-list-item .type-excellents .has-work .has-score.rank-2 {
    flex-wrap: wrap;
    width: 100%;
  }
}
.student-list-item .type-excellents .has-work .has-score.rank-3 {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 33%;
}
@media screen and (max-width: 480px) {
  .student-list-item .type-excellents .has-work .has-score.rank-3 {
    flex-wrap: wrap;
    width: 100%;
  }
}
.student-list-item .type-excellents .has-work .has-score.rank-4 {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 33%;
}
@media screen and (max-width: 480px) {
  .student-list-item .type-excellents .has-work .has-score.rank-4 {
    flex-wrap: wrap;
    width: 100%;
  }
}
.student-list-item .type-excellents .has-work .has-score.rank-5 {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 33%;
}
@media screen and (max-width: 480px) {
  .student-list-item .type-excellents .has-work .has-score.rank-5 {
    flex-wrap: wrap;
    width: 100%;
  }
}
.student-list-item .type-excellents .has-work .has-score.rank-6 {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 33%;
}
@media screen and (max-width: 480px) {
  .student-list-item .type-excellents .has-work .has-score.rank-6 {
    flex-wrap: wrap;
    width: 100%;
  }
}
.student-list-item .type-excellents .has-work .has-score.rank-7 {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 33%;
}
@media screen and (max-width: 480px) {
  .student-list-item .type-excellents .has-work .has-score.rank-7 {
    flex-wrap: wrap;
    width: 100%;
  }
}
.student-list-item .type-excellents .has-work .has-score.rank-8 {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 33%;
}
@media screen and (max-width: 480px) {
  .student-list-item .type-excellents .has-work .has-score.rank-8 {
    flex-wrap: wrap;
    width: 100%;
  }
}
.student-list-item .type-excellents .has-work .has-score.rank-9 {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 33%;
}
@media screen and (max-width: 480px) {
  .student-list-item .type-excellents .has-work .has-score.rank-9 {
    flex-wrap: wrap;
    width: 100%;
  }
}
.student-list-item .type-excellents {
  display: flex;
  flex-wrap: wrap;
  width: 33%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 480px) {
  .student-list-item .type-excellents {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.student-list-item {
  display: flex;
  flex-wrap: wrap;
  width: 33%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 480px) {
  .student-list-item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
body.author .site-main > .hentry > .entry-header figure {
  text-align: center;
  margin: 0 auto;
}
body.author .site-main > .hentry > .entry-header figure img {
  max-width: 140px;
  max-height: 140px;
  border-radius: 100%;
}
body.author .site-main > .hentry > .entry-header .entry-title {
  margin: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
@media all and (min-width: 769px) {
  .student-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 3%;
  }
  body.author .site-main > .hentry > .entry-header figure {
    margin: 0;
    float: left;
    width: 20%;
  }
  body.author .site-main > .hentry > .entry-header .title-container {
    float: left;
    width: 80%;
  }
}
@media all and (max-width: 768px) and (min-width: 415px) {
  .student-list .student-list-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  @media all and (max-width: 414px) {
    .student-list-ranking {
      text-align: left;
    }
    .student-list-ranking .student-list-item {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin-right: 6%;
      margin-bottom: 6%;
    }
  }
  .student-list-ranking .student-list .student-list-item {
    float: left;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6%;
  }
  .student-list-ranking .student-list .student-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .student-list-ranking .student-list .student-list-item:nth-of-type(2n + 1) {
    clear: left;
  }
}
.table-scores a,
.table-likes a {
  text-decoration: none;
}
.table-scores th,
.table-scores td,
.table-likes th,
.table-likes td {
  border-left: 1px solid #404040;
  border-right: 1px solid #404040;
  text-align: center;
  padding: 0.2em 0.5em;
  font-size: 0.8rem;
  min-width: 3em;
}
.table-scores th:first-of-type,
.table-scores td:first-of-type,
.table-likes th:first-of-type,
.table-likes td:first-of-type {
  text-align: left;
  border-left-width: 0;
  min-width: 6em;
  max-width: 7em;
  padding-left: 0;
}
.table-scores th:nth-of-type(2),
.table-scores td:nth-of-type(2),
.table-likes th:nth-of-type(2),
.table-likes td:nth-of-type(2) {
  border-left-width: 2px;
  border-right-width: 2px;
  min-width: 3em;
}
.table-scores th,
.table-likes th {
  font-size: 0.7rem;
  min-width: 4em;
  cursor: pointer;
}
.table-scores tbody tr:nth-of-type(odd),
.table-likes tbody tr:nth-of-type(odd) {
  background-color: #eee;
}
.facebook-like-table-entry {
  margin-top: 30px;
}
.facebook-like-table-entry th:nth-of-type(2),
.facebook-like-table-entry td:nth-of-type(2) {
  border-left-width: 1px;
  border-right-width: 1px;
  min-width: auto;
}
.facebook-like-table-header {
  border-bottom: 1px solid #404040;
}
.facebook-like-table-title {
  font-size: 1.2rem;
  margin: 0;
  margin-bottom: 0.5rem;
}
.facebook-like-table-content {
  margin: 1.5em 0 0;
}
.horizontal-bar svg {
  width: 100%;
  max-height: 1000px;
  padding: 20px 20px 40px 100px;
}
.horizontal-bar .text-value {
  fill: #000;
  font-size: 12px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.horizontal-bar .text-value.showed {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.horizontal-bar .bar {
  fill: #ddd;
}
.horizontal-bar .axis text {
  font-size: 12px;
}
.horizontal-bar .axis path,
.horizontal-bar .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
body.scores .table-wrapper {
  overflow-x: auto;
}
body.scores .entry-description {
  margin-bottom: 40px;
}
body.scores .entry-description p {
  margin-top: 0;
  margin-bottom: 1em;
}
@media all and (min-width: 769px) {
  .table-scores th,
  .table-likes th {
    min-width: initial;
  }
}
.facebook-like-count {
  vertical-align: top;
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
}
.facebook-like-count:before {
  font-family: "Genericons";
  content: "\f221";
  font-size: 0.95em;
  margin-right: 0.3em;
  vertical-align: top;
}
.students-list .facebook-like-count {
  font-size: 1rem;
}
body.scores .facebook-like-count {
  font-size: 0.7rem;
}
body.scores .facebook-like-count.not {
  color: #ccc;
}
body.scores .facebook-like-count:before {
  margin-right: 0.2em;
}
.button-print {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  line-height: 1;
  padding: 5px 10px;
  border: 1px solid #404040;
  cursor: pointer;
}
.loading-for-print-image {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.loading-for-print-image:before {
  content: "now loading image for print...";
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: loading 1s ease 0s infinite alternate;
}
@-webkit-keyframes loading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@-moz-keyframes loading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@-ms-keyframes loading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@-o-keyframes loading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@keyframes loading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@media print {
  @page {
    size: A4;
  }
  .js--print-hidden:not(.print-container),
  .button-print,
  .slide-toggler-summary {
    display: none;
  }
  html,
  body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 2.4;
  }
  #footer {
    position: absolute;
    bottom: 0;
  }
  body.manga .summary-header,
  body.manga .work-header {
    page-break-after: always !important;
  }
  .manga-list-item {
    float: none !important;
    width: 100% !important;
    margin: 0 auto !important;
    page-break-after: always !important;
  }
  .manga-list-item:first-of-type {
    display: none;
  }
  body.safari .manga-list-item {
    width: 95% !important;
  }
  img.vertical {
    width: auto !important;
    height: 98vh !important;
  }
  img.horizontal {
    width: 99vh !important;
    height: auto !important;
  }
} /*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
} /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(img/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1),
  (-webkit-min-device-pixel-ratio: 1.09375),
  (min-resolution: 105dpi),
  (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(img/photoswipe/default-skin/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #ddd;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(img/photoswipe/default-skin/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
.entry-content-2:before,
.entry-content-2:after {
  content: "";
  display: table;
}
.entry-content-2:after,
.comment-content-2:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.entry-content-2 {
  margin: 1.5em 0 0;
}
.entry-content-2 .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.theme-list .entry-content-2 {
  margin: 0;
}
body.paper .hentry .entry-content-2 {
  margin: 25px 0;
}
.student-list-item-2 {
  text-align: center;
}
.student-list-item-2 figure {
  position: relative;
  margin: 0 auto;
}
.student-list-item-2 figure img {
  border-radius: 100%;
}
.student-list-2 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.student-list-2 figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  max-width: 120px;
}
.student-list-2 figure.written {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.student-list-2 figure img {
  max-width: 120px;
  max-height: 120px;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 100%;
  margin-bottom: 0.5rem;
}
.student-list-2 .name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  display: block;
}
.student-list-2 .anchor-block:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.student-list-2 .student-list-item-2 {
  position: relative;
}
@media all and (min-width: 769px) {
  .student-list-2 .student-list-item-2 {
    float: left;
    width: 12.57143%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .student-list-2 .student-list-item-2:nth-of-type(7n) {
    margin-right: 0;
  }
  .student-list-2 .student-list-item-2:nth-of-type(7n + 1) {
    clear: left;
  }
  body.author .site-main > .hentry > .entry-header figure {
    margin: 0;
    float: left;
    width: 20%;
  }
  body.author .site-main > .hentry > .entry-header .title-container {
    float: left;
    width: 80%;
  }
}
@media all and (max-width: 768px) and (min-width: 415px) {
  .student-list-2 .student-list-item-2 {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .student-list-2 .student-list-item-2:nth-of-type(4n) {
    margin-right: 0;
  }
  .student-list-2 .student-list-item-2:nth-of-type(4n + 1) {
    clear: left;
  }
}
