/*
Theme Name: hinomotoben
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 0.9.0
Tags: 
Text Domain: zeroera
*/
@font-face {
  font-family: "sanslight";
  src: "fonts/SourceHanSansNormal.woff";
  src: local("sanslight"), url("fonts/SourceHanSansNormal.woff") format("woff");
}
@font-face {
  font-family: "seriflight";
  src: "fonts/AozoraMinchoMedium.woff";
  src: local("seriflight"), url("fonts/AozoraMinchoMedium.woff") format("woff");
}
/** General Resets **/
* {
  zoom: 1;
  outline: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, blockquote, pre, figure, figcaption, address, small {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, form, blockquote, pre, figure, figcaption, address, small, time {
  display: block;
}

li {
  display: list-item;
}

input, select, textarea {
  margin: 0;
  padding: 0;
}

pre {
  overflow: auto;
  overflow-y: visible;
}

label, input[type=submit], input[type=reset], input[type=button], button, select {
  cursor: pointer;
}

table {
  max-width: 100%;
}

table, th, td {
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

address, small, i, b, cite {
  font-weight: normal;
  font-style: normal;
}

abbr {
  text-decoration: none;
}

input, select, textarea, button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  box-sizing: border-box;
  box-shadow: none;
}

::-webkit-input-placeholder {
  opacity: 0.5;
}

:-ms-input-placeholder {
  opacity: 0.5;
}

::-moz-placeholder {
  opacity: 0.5;
}

::-placeholder {
  opacity: 0.5;
}

a {
  text-decoration: none;
}

img, iframe {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}

img {
  height: auto;
}

hr {
  border-style: solid;
  border-width: 0 0 1px 0;
  display: inline-block;
  width: 100%;
}

i {
  display: inline-block;
}

/** Styling Statics **/
.inside:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.inside-contents.round-left, .inside-sidebar.round-left {
  clear: left;
}
.inside-contents.round-right, .inside-sidebar.round-right {
  clear: right;
}

.round-left {
  float: left;
}
.round-right {
  float: right;
}

.vclear {
  clear: both !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  height: 0;
  overflow: hidden;
  display: block;
}

.xclear:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.rows:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.rows > .column {
  box-sizing: border-box;
  float: left;
}
.rows.rows-left-to-right > .column {
  float: left;
}
.rows.rows-right-to-left > .column {
  float: right;
}
.rows.rows-case-2 > .column {
  width: 50%;
}
.rows.rows-case-3 > .column {
  width: 33.33%;
}
.rows.rows-case-4 > .column {
  width: 25%;
}
.rows.rows-case-5 > .column {
  width: 20%;
}

.button {
  display: inline-block;
  box-sizing: border-box;
  border-width: 0;
  max-width: 100%;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.viewer {
  display: block;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.viewer.viewer-fixed {
  background-attachment: fixed;
}
.viewer .viewer-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.viewerout {
  display: block;
  overflow: hidden;
  position: relative;
}
.viewerout .viewer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.viewerlink {
  display: block;
  overflow: hidden;
}

/** Styling Unique Elements **/
.navigation ul, .navigation li {
  display: block;
  list-style: none;
}

.breadlist ul, .breadlist li {
  list-style: none;
}
.breadlist ul li {
  display: inline;
}

.comment-tree {
  list-style: none;
}
.comment-tree ol {
  list-style: none;
}
.comment-tree span.says {
  display: none;
}

.pager li {
  display: block;
  list-style: none;
}

.post-categories li {
  display: block;
  list-style: none;
}

.post-tags li {
  display: block;
  list-style: none;
}

/** Styling Editor **/
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

table.aligncenter {
  display: table;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.editor ul, .editor ol {
  margin-left: 2em;
}

/** Styling Wordpress controls **/
#wpadminbar {
  position: fixed !important;
}

.required {
  color: #ff0000;
}

.post-edit-link:after {
  font-family: dashicons;
  content: "\f464";
  vertical-align: bottom;
}

/** Styling Wordpress widgets **/
.widget.widget_archive ul, .widget.widget_archive li, .widget.widget_categories ul, .widget.widget_categories li, .widget.widget_pages ul, .widget.widget_pages li, .widget.widget_nav_menu > div ul, .widget.widget_nav_menu > div li, .widget.widget_recent_entries ul, .widget.widget_recent_entries li, .widget.widget_recent_comments ul, .widget.widget_recent_comments li, .widget.widget_rss ul, .widget.widget_rss li, .widget.widget_meta ul, .widget.widget_meta li {
  display: block;
  list-style: none;
}
.widget.widget_archive label.screen-reader-text, .widget.widget_archive img.rss-widget-icon, .widget.widget_categories label.screen-reader-text, .widget.widget_categories img.rss-widget-icon, .widget.widget_rss label.screen-reader-text, .widget.widget_rss img.rss-widget-icon {
  display: none;
}

/** General Resets **/
body {
  font-size: 1em;
  line-height: 1em;
  overflow-x: hidden;
  font-family: "sanslight", sans-serif;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
  font-weight: normal;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 1em;
}

h1 {
  font-size: 2.75em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 2.25em;
}

h4 {
  font-size: 2em;
}

h5 {
  font-size: 1.8em;
}

h6 {
  font-size: 1.6em;
}

p,
li,
dt,
dd,
pre,
figcaption,
address,
small,
th,
td,
caption,
label,
time {
  font-size: 1.6em;
  line-height: 2em;
}

input,
select,
textarea,
button {
  font-size: 1.6em;
  line-height: 1em;
  font-family: "sanslight", sans-serif;
}

p p,
p li,
p dt,
p dd,
p address,
p small,
p th,
p td,
p label,
p time,
p input,
p select,
p textarea,
p button,
p h1,
p h2,
p h3,
p h4,
p h5,
p h6,
li p,
li li,
li dt,
li dd,
li address,
li small,
li th,
li td,
li label,
li time,
li input,
li select,
li textarea,
li button,
li h1,
li h2,
li h3,
li h4,
li h5,
li h6,
dt p,
dt li,
dt dt,
dt dd,
dt address,
dt small,
dt th,
dt td,
dt label,
dt time,
dt input,
dt select,
dt textarea,
dt button,
dt h1,
dt h2,
dt h3,
dt h4,
dt h5,
dt h6,
dd p,
dd li,
dd dt,
dd dd,
dd address,
dd small,
dd th,
dd td,
dd label,
dd time,
dd input,
dd select,
dd textarea,
dd button,
dd h1,
dd h2,
dd h3,
dd h4,
dd h5,
dd h6,
pre p,
pre li,
pre dt,
pre dd,
pre address,
pre small,
pre th,
pre td,
pre label,
pre time,
pre input,
pre select,
pre textarea,
pre button,
pre h1,
pre h2,
pre h3,
pre h4,
pre h5,
pre h6,
figcaption p,
figcaption li,
figcaption dt,
figcaption dd,
figcaption address,
figcaption small,
figcaption th,
figcaption td,
figcaption label,
figcaption time,
figcaption input,
figcaption select,
figcaption textarea,
figcaption button,
figcaption h1,
figcaption h2,
figcaption h3,
figcaption h4,
figcaption h5,
figcaption h6,
address p,
address li,
address dt,
address dd,
address address,
address small,
address th,
address td,
address label,
address time,
address input,
address select,
address textarea,
address button,
address h1,
address h2,
address h3,
address h4,
address h5,
address h6,
small p,
small li,
small dt,
small dd,
small address,
small small,
small th,
small td,
small label,
small time,
small input,
small select,
small textarea,
small button,
small h1,
small h2,
small h3,
small h4,
small h5,
small h6,
th p,
th li,
th dt,
th dd,
th address,
th small,
th th,
th td,
th label,
th time,
th input,
th select,
th textarea,
th button,
th h1,
th h2,
th h3,
th h4,
th h5,
th h6,
td p,
td li,
td dt,
td dd,
td address,
td small,
td th,
td td,
td label,
td time,
td input,
td select,
td textarea,
td button,
td h1,
td h2,
td h3,
td h4,
td h5,
td h6,
caption p,
caption li,
caption dt,
caption dd,
caption address,
caption small,
caption th,
caption td,
caption label,
caption time,
caption input,
caption select,
caption textarea,
caption button,
caption h1,
caption h2,
caption h3,
caption h4,
caption h5,
caption h6,
label p,
label li,
label dt,
label dd,
label address,
label small,
label th,
label td,
label label,
label time,
label input,
label select,
label textarea,
label button,
label h1,
label h2,
label h3,
label h4,
label h5,
label h6,
time p,
time li,
time dt,
time dd,
time address,
time small,
time th,
time td,
time label,
time time,
time input,
time select,
time textarea,
time button,
time h1,
time h2,
time h3,
time h4,
time h5,
time h6,
h1 p,
h1 li,
h1 dt,
h1 dd,
h1 address,
h1 small,
h1 th,
h1 td,
h1 label,
h1 time,
h1 input,
h1 select,
h1 textarea,
h1 button,
h1 h1,
h1 h2,
h1 h3,
h1 h4,
h1 h5,
h1 h6,
h2 p,
h2 li,
h2 dt,
h2 dd,
h2 address,
h2 small,
h2 th,
h2 td,
h2 label,
h2 time,
h2 input,
h2 select,
h2 textarea,
h2 button,
h2 h1,
h2 h2,
h2 h3,
h2 h4,
h2 h5,
h2 h6,
h3 p,
h3 li,
h3 dt,
h3 dd,
h3 address,
h3 small,
h3 th,
h3 td,
h3 label,
h3 time,
h3 input,
h3 select,
h3 textarea,
h3 button,
h3 h1,
h3 h2,
h3 h3,
h3 h4,
h3 h5,
h3 h6,
h4 p,
h4 li,
h4 dt,
h4 dd,
h4 address,
h4 small,
h4 th,
h4 td,
h4 label,
h4 time,
h4 input,
h4 select,
h4 textarea,
h4 button,
h4 h1,
h4 h2,
h4 h3,
h4 h4,
h4 h5,
h4 h6,
h5 p,
h5 li,
h5 dt,
h5 dd,
h5 address,
h5 small,
h5 th,
h5 td,
h5 label,
h5 time,
h5 input,
h5 select,
h5 textarea,
h5 button,
h5 h1,
h5 h2,
h5 h3,
h5 h4,
h5 h5,
h5 h6,
h6 p,
h6 li,
h6 dt,
h6 dd,
h6 address,
h6 small,
h6 th,
h6 td,
h6 label,
h6 time,
h6 input,
h6 select,
h6 textarea,
h6 button,
h6 h1,
h6 h2,
h6 h3,
h6 h4,
h6 h5,
h6 h6 {
  font-size: 1em;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]) {
  border-width: 1px;
  border-style: solid;
  border-color: #808080;
  border-radius: 3px;
  padding-left: 0.25em;
  padding-right: 0.25em;
  background-color: #f0eeeb;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  line-height: 2.5em;
  height: 2.5em;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):focus {
  border-color: #acacac;
  background-color: #f9f9f9;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

select {
  border-width: 1px;
  border-style: solid;
  border-color: #808080;
  border-radius: 3px;
  padding-left: 0.25em;
  padding-right: 0.25em;
  background-color: #f0eeeb;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  line-height: 2.25em;
  height: 2.5em;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
select:focus {
  border-color: #acacac;
  background-color: #f9f9f9;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

textarea {
  border-width: 1px;
  border-style: solid;
  border-color: #808080;
  border-radius: 3px;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  background-color: #f0eeeb;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  line-height: 1.5em;
  height: 12.5em;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
textarea:focus {
  border-color: #acacac;
  background-color: #f9f9f9;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

a {
  transition-duration: 0.25s;
  transition-timing-function: ease;
  color: #2e318b;
}
a:hover, a:focus {
  color: #383f9e;
}

pre {
  margin-top: 20px;
  margin-bottom: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  padding: 15px;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f6f6f6;
  padding: 15px;
}

/** Styling Statics **/
.inside {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  max-width: 1280px;
}
.inside-flat {
  padding-left: 0;
  padding-right: 0;
}
.inside-contents {
  width: 100%;
}
@media screen and (max-width: 736px) {
  .inside-contents {
    float: none !important;
    width: auto;
  }
}
.inside-contents.round-left {
  margin-right: -380px;
}
@media screen and (max-width: 1024px) {
  .inside-contents.round-left {
    margin-right: -340px;
  }
}
@media screen and (max-width: 736px) {
  .inside-contents.round-left {
    margin-right: 0;
  }
}
.inside-contents.round-left .inside-contents-inner {
  margin-right: 380px;
}
@media screen and (max-width: 1024px) {
  .inside-contents.round-left .inside-contents-inner {
    margin-right: 340px;
  }
}
@media screen and (max-width: 736px) {
  .inside-contents.round-left .inside-contents-inner {
    margin-right: 0;
  }
}
.inside-contents.round-right {
  margin-left: -380px;
}
@media screen and (max-width: 1024px) {
  .inside-contents.round-right {
    margin-left: -340px;
  }
}
@media screen and (max-width: 736px) {
  .inside-contents.round-right {
    margin-left: 0;
  }
}
.inside-contents.round-right .inside-contents-inner {
  margin-left: 380px;
}
@media screen and (max-width: 1024px) {
  .inside-contents.round-right .inside-contents-inner {
    margin-left: 340px;
  }
}
@media screen and (max-width: 736px) {
  .inside-contents.round-right .inside-contents-inner {
    margin-left: 0;
  }
}
.inside-sidebar {
  position: relative;
  z-index: 10;
  width: 340px;
}
@media screen and (max-width: 1024px) {
  .inside-sidebar {
    width: 300px;
  }
}
@media screen and (max-width: 736px) {
  .inside-sidebar {
    margin-top: 40px;
    float: none !important;
    width: auto;
  }
}

@media screen and (max-width: 736px) {
  .rows > .column {
    float: none;
    width: auto;
  }
}
.rows.rows-static > .column {
  float: left !important;
}
@media screen and (max-width: 736px) {
  .rows.rows-left-to-right > .column {
    float: none;
  }
}
.rows.rows-left-to-right.rows-static > .column {
  float: right !important;
}
@media screen and (max-width: 736px) {
  .rows.rows-right-to-left > .column {
    float: none;
  }
}
.rows.rows-right-to-left.rows-static > .column {
  float: left !important;
}
.rows.rows-fill {
  margin-left: -1.5%;
  margin-right: -1.5%;
}
.rows.rows-fill > .column,
.rows.rows-fill > .row > .column {
  padding-left: 1.5%;
  padding-right: 1.5%;
}
@media screen and (max-width: 736px) {
  .rows.rows-case-2 > .column {
    width: auto;
  }
}
.rows.rows-case-2.rows-static > .column {
  width: 50% !important;
}
@media screen and (max-width: 736px) {
  .rows.rows-case-3 > .column {
    width: auto;
  }
}
.rows.rows-case-3.rows-static > .column {
  width: 33.333% !important;
}
@media screen and (max-width: 736px) {
  .rows.rows-case-4 > .column {
    float: left;
    width: 50%;
  }
}
.rows.rows-case-4.rows-static > .column {
  width: 25% !important;
}
.rows.rows-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 736px) {
  .rows.rows-table {
    display: block;
    width: auto;
  }
}
.rows.rows-table > .row {
  display: table-row;
}
@media screen and (max-width: 736px) {
  .rows.rows-table > .row {
    display: block;
  }
}
.rows.rows-table > .row > .column {
  display: table-cell;
  float: none !important;
  vertical-align: middle;
}
@media screen and (max-width: 736px) {
  .rows.rows-table > .row > .column {
    display: block;
  }
}
.rows.rows-table.rows-fill {
  margin-left: 0;
  margin-right: 0;
}
.rows.rows-table.rows-fill > .row > .column {
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.rows.rows-table.rows-static > .row > .column {
  float: none !important;
}
@media screen and (max-width: 736px) {
  .rows.rows-table.rows-case-4 {
    display: table;
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .rows.rows-table.rows-case-4 {
    display: block;
    width: auto;
  }
}
@media screen and (max-width: 736px) {
  .rows.rows-table.rows-case-4 > .row {
    display: table-row;
  }
}
@media screen and (max-width: 736px) {
  .rows.rows-table.rows-case-4 > .row > .column {
    display: table-cell;
  }
}

.button {
  line-height: 1.25em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
.button-submit {
  padding-left: 2em;
  padding-right: 2em;
  background-color: #0071b5;
  font-size: 2em;
  font-family: "seriflight", serif;
  letter-spacing: 0.075em;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .button-submit {
    font-size: 1.85em;
  }
}
@media screen and (max-width: 736px) {
  .button-submit {
    font-size: 1.7em;
  }
}
.button-submit:hover, .button-submit:focus {
  background-color: #006699;
}

@media screen and (max-width: 1024px) {
  .viewer.viewer-fixed {
    background-attachment: scroll;
  }
}
.viewer.viewer-size-heading {
  padding-top: 36em;
}
@media screen and (max-width: 1024px) {
  .viewer.viewer-size-heading {
    padding-top: 32em;
  }
}
@media screen and (max-width: 736px) {
  .viewer.viewer-size-heading {
    padding-top: 24em;
  }
}
@media screen and (max-width: 480px) {
  .viewer.viewer-size-heading {
    padding-top: 20em;
  }
}
.viewer.viewer-size-thumbnail {
  padding-top: 65%;
}
.viewer.viewer-size-feeding {
  padding-top: 17.5%;
}
@media screen and (max-width: 1024px) {
  .viewer.viewer-size-feeding {
    padding-top: 22.5%;
  }
}
@media screen and (max-width: 736px) {
  .viewer.viewer-size-feeding {
    padding-top: 42.5%;
  }
}
.viewer-position-center-top {
  background-position: 50% 7.5% !important;
}
.viewer-position-center-bottom {
  background-position: 50% 92.5% !important;
}
.viewer-position-left-bottom {
  background-position: 0 60% !important;
}
.viewer-overlay-blue .viewer-inner {
  background-color: #0000cd;
  opacity: 0.25;
}
.viewer-overlay-sky .viewer-inner {
  background-color: #0080ef;
  opacity: 0.25;
}

.viewerout.viewerout-size-heading {
  padding-top: 36em;
}
@media screen and (max-width: 1024px) {
  .viewerout.viewerout-size-heading {
    padding-top: 32em;
  }
}
@media screen and (max-width: 736px) {
  .viewerout.viewerout-size-heading {
    padding-top: 24em;
  }
}
.viewerout.viewerout-size-thumbnail {
  padding-top: 65%;
}
.viewerout.viewerout-size-feeding {
  padding-top: 20%;
}
@media screen and (max-width: 1024px) {
  .viewerout.viewerout-size-feeding {
    padding-top: 25%;
  }
}
@media screen and (max-width: 736px) {
  .viewerout.viewerout-size-feeding {
    padding-top: 47.5%;
  }
}

/** Styling Unique Elements **/
.grandheader {
  position: relative;
  z-index: 10;
  padding-bottom: 0.5em;
  background: linear-gradient(to left, rgb(0, 0, 205) 0%, rgb(0, 191, 255) 100%);
}

.grandhead {
  margin-top: 60px;
  color: #ffffff;
  letter-spacing: 0.075em;
  font-weight: bold;
  font-size: 3.25em;
}
@media screen and (max-width: 1024px) {
  .grandhead {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .grandhead {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 736px) {
  .grandhead {
    font-size: 2em;
  }
}

.grandhead span.tax,
.grandsubhead span.tax {
  display: none;
}
.grandhead span.keywords::before,
.grandsubhead span.keywords::before {
  content: "[";
}
.grandhead span.keywords::after,
.grandsubhead span.keywords::after {
  content: "]";
}
.grandhead span.found,
.grandsubhead span.found {
  margin-right: 0.5em;
}
.navigation-global {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .navigation-global {
    display: block;
  }
}
.navigation-global a,
.navigation-global span {
  display: block;
}
.navigation-global > ul {
  text-align: left;
}
.navigation-global > ul > li {
  display: inline-block;
  position: relative;
  z-index: 10;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
  font-size: 1.6em;
  line-height: 1em;
}
@media screen and (max-width: 1024px) {
  .navigation-global > ul > li {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.navigation-global > ul > li::before {
  content: "/";
  display: inline-block;
  position: absolute;
  z-index: 10;
  left: -0.25em;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .navigation-global > ul > li::before {
    content: "";
    display: block;
    z-index: 10;
    top: -1px !important;
    left: 0;
    right: 0;
    height: 0;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #ffffff;
    opacity: 0.1;
  }
}
.navigation-global > ul > li:first-child::before {
  visibility: hidden;
}
.navigation-global > ul > li > a {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .navigation-global > ul > li > a {
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.navigation-global > ul > li > ul > li {
  font-size: 0.9em;
  line-height: 1em;
}
.navigation-global > ul > li > ul > li > a {
  padding-top: 1em;
  padding-bottom: 1em;
}
.navigation-mail {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .navigation-mail {
    position: absolute;
    z-index: 10;
    top: 0;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: transparent;
  }
}
.navigation-mail > ul {
  text-align: left;
}
.navigation-mail > ul > li {
  font-size: 1em;
  line-height: 1em;
}
.navigation-mail > ul > li > a {
  display: block;
  text-align: center;
}
.navigation-mail > ul > li > a > img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.navigation-footer {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 736px) {
  .navigation-footer {
    display: block;
  }
}
.navigation-footer a,
.navigation-footer span {
  display: block;
}
.navigation-footer > ul {
  text-align: left;
}
.navigation-footer > ul > li {
  display: inline-block;
  position: relative;
  z-index: 10;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
  font-size: 1.5em;
  line-height: 1em;
}
@media screen and (max-width: 1024px) {
  .navigation-footer > ul > li {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 736px) {
  .navigation-footer > ul > li {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.navigation-footer > ul > li::before {
  content: "/";
  display: inline-block;
  position: absolute;
  z-index: 10;
  left: -0.25em;
  opacity: 1;
}
@media screen and (max-width: 736px) {
  .navigation-footer > ul > li::before {
    content: "";
    display: block;
    z-index: 10;
    top: -1px !important;
    left: 0;
    right: 0;
    height: 0;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #ffffff;
    opacity: 0.1;
  }
}
.navigation-footer > ul > li:first-child::before {
  visibility: hidden;
}
.navigation-footer > ul > li > a {
  display: inline-block;
}
@media screen and (max-width: 736px) {
  .navigation-footer > ul > li > a {
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.navigation-footer > ul > li > ul > li {
  display: none;
}

.pagenation {
  clear: both;
  margin-top: 5em;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .pagenation {
    margin-top: 3.5em;
  }
}
.pagenation a,
.pagenation span {
  font-size: 1.6em;
  line-height: 1.5em;
}
.pagenation .page-numbers {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  color: #666666;
  margin-left: 0.1em;
  margin-right: 0.1em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: transparent;
  vertical-align: top;
}
.pagenation .page-numbers.current {
  border-color: #565656 !important;
  color: #111111 !important;
}
.pagenation .page-numbers.dots {
  border-color: transparent !important;
}
.pagenation .page-numbers.dots:hover, .pagenation .page-numbers.dots:focus {
  background-color: transparent;
}
.pagenation a.page-numbers:hover, .pagenation a.page-numbers:focus {
  background-color: #f9f9f9;
}
.pagenation a.next::after {
  content: "\f345";
  font-family: dashicons;
  vertical-align: bottom;
}
.pagenation a.next span.next-string {
  display: none;
}
.pagenation a.prev::before {
  content: "\f341";
  font-family: dashicons;
  vertical-align: bottom;
}
.pagenation a.prev span.prev-string {
  display: none;
}

.pager {
  margin-top: 5em;
}
@media screen and (max-width: 736px) {
  .pager {
    margin-top: 3.5em;
  }
}
.pager li {
  line-height: 1.5em;
  text-align: center;
}
.pager a {
  display: block;
  position: relative;
  z-index: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2em;
  padding-right: 2em;
  background-color: transparent;
}
.pager a:hover, .pager a:focus {
  background-color: #f9f9f9;
}
.pager a::before, .pager a::after {
  display: inline-block;
  height: 1.5em;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.pager li.next a::before {
  content: "\f341";
  font-family: dashicons;
  left: 0.5em;
}
.pager li.next + li.prev {
  margin-top: 10px;
}
.pager li.prev a::after {
  content: "\f345";
  font-family: dashicons;
  right: 0.5em;
}
/** Styling Editor **/
.alignleft {
  margin-right: 1em;
}

.alignright {
  margin-left: 1em;
}

.editor > *:first-child {
  margin-top: 0 !important;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  margin-top: 1em;
  margin-bottom: 1em;
  clear: both;
  font-weight: normal;
}
.editor ul,
.editor ol {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 2.5em;
}
.editor ul ul,
.editor ul ol,
.editor ol ul,
.editor ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.editor table {
  margin-top: 2em;
  margin-bottom: 2em;
  border-style: solid;
}
.editor blockquote,
.editor pre {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
.editor pre {
  border-width: 1px;
  border-style: solid;
  border-color: #adacac;
}
.editor blockquote {
  background-color: #f6f6f6;
}
.editor img,
.editor iframe {
  margin-top: 1em;
  margin-bottom: 1em;
}
.editor img.alignleft,
.editor iframe.alignleft {
  margin-top: 0;
}
.editor img.alignright,
.editor iframe.alignright {
  margin-top: 0;
}

/** Styling Search **/
.search {
  position: relative;
  z-index: 1;
}
.search .search-text input[type=text] {
  width: 100%;
}
.search .search-submit {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0.5em;
  margin-top: auto;
  margin-bottom: auto;
  height: 1.75em;
  line-height: 1.75em;
}
.search .search-submit button::after {
  content: "\f179";
  font-family: dashicons;
}

/** Styling Comments **/
/** Styling Post Password Form **/
/** Styling Widgets **/
.widget {
  margin-top: 4em;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 3em;
  padding-right: 3em;
  background-color: #ffffff;
}
.widget:first-child {
  margin-top: 0;
}
.widget h3.title {
  margin-bottom: 0.5em;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #cccccc;
  padding-bottom: 0.25em;
  font-size: 1.75em;
  line-height: 1.5em;
}
@media screen and (max-width: 736px) {
  .widget h3.title {
    font-size: 1.65em;
  }
}
.widget.widget_archive > ul a, .widget.widget_categories > ul a, .widget.widget_pages > ul a, .widget.widget_nav_menu > div > ul a {
  display: block;
  padding-top: 0.5em;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.5em;
}
.widget.widget_archive > ul > li, .widget.widget_categories > ul > li, .widget.widget_pages > ul > li, .widget.widget_nav_menu > div > ul > li {
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #cccccc;
  line-height: 1.5em;
}
.widget.widget_archive > ul > li ul > li, .widget.widget_categories > ul > li ul > li, .widget.widget_pages > ul > li ul > li, .widget.widget_nav_menu > div > ul > li ul > li {
  border-width: 1px 0 0 0;
  border-style: dotted;
  border-color: #cccccc;
}
.widget.widget_archive select, .widget.widget_categories select {
  width: 100%;
}
.widget.widget_recent_entries > ul a, .widget.widget_meta > ul a, .widget.widget_rss > ul a {
  display: block;
  padding-top: 0.5em;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.5em;
}
.widget.widget_recent_entries > ul > li, .widget.widget_meta > ul > li, .widget.widget_rss > ul > li {
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #cccccc;
  line-height: 1.5em;
}
.widget.widget_recent_entries span.post-date {
  display: block;
  padding-top: 0.75em;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.9em;
  line-height: 1.25em;
  opacity: 0.8;
}
.widget.widget_recent_comments > ul > li {
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #cccccc;
  padding-top: 0.5em;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.5em;
  line-height: 1.5em;
}
.widget.widget_search > * {
  max-width: none;
}
.widget.widget_calendar caption {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1.6em;
  line-height: 2em;
  opacity: 0.8;
}
.widget.widget_calendar table {
  width: 100%;
  text-align: center;
}
.widget.widget_calendar thead a,
.widget.widget_calendar tbody a {
  text-decoration: underline;
}
.widget.widget_calendar thead th,
.widget.widget_calendar thead td,
.widget.widget_calendar tbody th,
.widget.widget_calendar tbody td {
  line-height: 1.5em;
}
.widget.widget_calendar thead th,
.widget.widget_calendar tbody th {
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.widget.widget_calendar thead td,
.widget.widget_calendar tbody td {
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.widget.widget_calendar tfoot td#prev,
.widget.widget_calendar tfoot td#next {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.widget.widget_calendar tfoot td#prev a::after, .widget.widget_calendar tfoot td#prev a::before,
.widget.widget_calendar tfoot td#next a::after,
.widget.widget_calendar tfoot td#next a::before {
  font-family: dashicons;
  vertical-align: top;
}
.widget.widget_calendar tfoot td#prev {
  text-align: left;
}
.widget.widget_calendar tfoot td#prev a::before {
  content: "\f341";
}
.widget.widget_calendar tfoot td#next {
  text-align: right;
}
.widget.widget_calendar tfoot td#next a::after {
  content: "\f345";
}
/** Styling Wordpress controls **/
/** Styling Theme **/
.headline {
  font-size: 2em;
  line-height: 1em;
}
@media screen and (max-width: 1024px) {
  .headline {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 736px) {
  .headline {
    font-size: 1.65em;
  }
}
.headline .primary,
.headline .secondary {
  display: block;
  font-size: 1em;
  line-height: 1.5em;
}
.headline-eccentric {
  text-align: center;
}
.headline-eccentric .primary {
  display: inline-block;
  text-align: left;
  font-size: 1.5em;
}
@media screen and (max-width: 1024px) {
  .headline-eccentric .primary {
    font-size: 1.35em;
  }
}
@media screen and (max-width: 736px) {
  .headline-eccentric .primary {
    font-size: 1.25em;
  }
}
.headline-big {
  text-align: center;
}
.headline-big .primary {
  display: inline-block;
  text-align: left;
  font-size: 1.4em;
}
@media screen and (max-width: 1024px) {
  .headline-big .primary {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 736px) {
  .headline-big .primary {
    font-size: 1.1em;
  }
}
.headline-modest {
  text-align: center;
}
.headline-modest .primary {
  display: inline-block;
  text-align: left;
  font-size: 1.2em;
}
@media screen and (max-width: 1024px) {
  .headline-modest .primary {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 736px) {
  .headline-modest .primary {
    font-size: 1em;
  }
}
.headline-slogan {
  text-align: center;
}
.headline-slogan .primary {
  display: inline-block;
  text-align: left;
  font-size: 1.35em;
}
@media screen and (max-width: 1024px) {
  .headline-slogan .primary {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 736px) {
  .headline-slogan .primary {
    font-size: 1.1em;
  }
}
.headline-subjectic {
  text-align: center;
}
.headline-subjectic .primary {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding-bottom: 3px;
  text-align: left;
  font-size: 1.5em;
}
@media screen and (max-width: 1024px) {
  .headline-subjectic .primary {
    font-size: 1.35em;
  }
}
@media screen and (max-width: 736px) {
  .headline-subjectic .primary {
    font-size: 1.25em;
  }
}
.headline-subjectic .primary > .object {
  display: inline-block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 0 0 3px 0;
  border-style: solid;
  width: 100%;
  height: 0;
}
.headline-subjectic .secondary {
  display: block;
  margin-top: 0.25em;
  font-size: 0.85em;
}
@media screen and (max-width: 1024px) {
  .headline-subjectic .secondary {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 736px) {
  .headline-subjectic .secondary {
    font-size: 0.7em;
  }
}
.headline-summary {
  text-align: center;
}
.headline-summary .primary {
  display: inline-block;
  border-style: solid;
  border-width: 0 0 2px 0;
  padding-left: 0.25em;
  padding-right: 0.25em;
  padding-bottom: 0.25em;
  text-align: left;
  font-size: 1.5em;
}
@media screen and (max-width: 1024px) {
  .headline-summary .primary {
    font-size: 1.35em;
  }
}
@media screen and (max-width: 736px) {
  .headline-summary .primary {
    font-size: 1.25em;
  }
}
.headline-horizonal {
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: #2e318b;
  color: #2e318b;
  padding-bottom: 0.25em;
}
.headline-horizonal .primary {
  font-size: 1.1em;
  font-weight: bold;
}
.headline-horizectic {
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: #2e318b;
  color: #2e318b;
  padding-bottom: 0.25em;
}
.headline-horizectic .primary {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.3em;
}
.headline-horizectic .secondary {
  display: inline-block;
  font-size: 0.9em;
}
.headline-horizoname {
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: #2e318b;
  color: #2e318b;
  padding-bottom: 0.5em;
}
.headline-horizoname .primary {
  font-size: 1.35em;
}
@media screen and (max-width: 1024px) {
  .headline-horizoname .primary {
    font-size: 1.3em;
  }
}
.headline-horizeccent {
  text-align: center;
}
.headline-horizeccent .primary {
  display: inline-block;
  position: relative;
  z-index: 10;
  padding-bottom: 0.5em;
  text-align: left;
  font-size: 1.5em;
}
@media screen and (max-width: 1024px) {
  .headline-horizeccent .primary {
    font-size: 1.35em;
  }
}
@media screen and (max-width: 736px) {
  .headline-horizeccent .primary {
    font-size: 1.25em;
  }
}
.headline-horizeccent .primary::after {
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: #2e318b;
  width: 50%;
  height: 0;
}
.headline-logobar {
  font-size: 1em;
  line-height: 1em;
  color: #ffffff;
}
.headline-logobar .primary {
  padding-bottom: 1em;
  width: 100%;
  display: inline-block;
  border-style: solid;
  border-width: 0 0 2px 0;
}

.fill {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
}
.fill-e8 {
  max-width: 8em;
}
.fill-e12 {
  max-width: 12em;
}
.fill-e16 {
  max-width: 16em;
}
.fill-e20 {
  max-width: 20em;
}
.fill-e24 {
  max-width: 24em;
}
.fill-e28 {
  max-width: 28em;
}
.fill-e32 {
  max-width: 32em;
}
.fill-e36 {
  max-width: 36em;
}
.fill-e48 {
  max-width: 48em;
}
.fill-e56 {
  max-width: 56em;
}
.fill-e64 {
  max-width: 64em;
}
.fill-e80 {
  max-width: 80em;
}
.fill-e96 {
  max-width: 96em;
}
.fill-orth {
  max-width: 102.4em;
}
@media screen and (max-width: 736px) {
  .fill-to-none {
    max-width: none;
  }
}
@media screen and (max-width: 736px) {
  .fill-to-e16 {
    max-width: 16em;
  }
}
@media screen and (max-width: 736px) {
  .fill-to-e20 {
    max-width: 20em;
  }
}
@media screen and (max-width: 736px) {
  .fill-to-e24 {
    max-width: 24em;
  }
}
@media screen and (max-width: 736px) {
  .fill-to-e28 {
    max-width: 28em;
  }
}
@media screen and (max-width: 736px) {
  .fill-to-e32 {
    max-width: 32em;
  }
}
@media screen and (max-width: 736px) {
  .fill-to-e36 {
    max-width: 36em;
  }
}
@media screen and (max-width: 736px) {
  .fill-to-e48 {
    max-width: 48em;
  }
}
@media screen and (max-width: 736px) {
  .fill-to-e56 {
    max-width: 56em;
  }
}
@media screen and (max-width: 736px) {
  .fill-to-e64 {
    max-width: 64em;
  }
}
@media screen and (max-width: 736px) {
  .fill-to-e80 {
    max-width: 80em;
  }
}

.break-e05 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.break-e05t {
  margin-top: 0.5em;
}
.break-e05b {
  margin-bottom: 0.5em;
}
.break-e10 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.break-e10t {
  margin-top: 1em;
}
.break-e10b {
  margin-bottom: 1em;
}
.break-e15 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.break-e15t {
  margin-top: 1.5em;
}
.break-e15b {
  margin-bottom: 1.5em;
}
.break-e20 {
  margin-top: 2em;
  margin-bottom: 2em;
}
.break-e20t {
  margin-top: 2em;
}
.break-e20b {
  margin-bottom: 2em;
}
.break-e25 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.break-e25t {
  margin-top: 2.5em;
}
.break-e25b {
  margin-bottom: 2.5em;
}
.break-e30t {
  margin-top: 3em;
}
.break-e30b {
  margin-bottom: 3em;
}
.break-e30 {
  margin-top: 3em;
  margin-bottom: 3em;
}
.break-e40t {
  margin-top: 4em;
}
.break-e40b {
  margin-bottom: 4em;
}
.break-e40 {
  margin-top: 4em;
  margin-bottom: 4em;
}
.break-e50t {
  margin-top: 5em;
}
.break-e50b {
  margin-bottom: 5em;
}
.break-e50 {
  margin-top: 5em;
  margin-bottom: 5em;
}
.break-e60t {
  margin-top: 6em;
}
.break-e60b {
  margin-bottom: 6em;
}
.break-e60 {
  margin-top: 6em;
  margin-bottom: 6em;
}
.break-e80t {
  margin-top: 8em;
}
.break-e80b {
  margin-bottom: 8em;
}
.break-e80 {
  margin-top: 8em;
  margin-bottom: 8em;
}
.break-e100t {
  margin-top: 10em;
}
.break-e100b {
  margin-bottom: 10em;
}
.break-e100 {
  margin-top: 10em;
  margin-bottom: 10em;
}
.break-e120t {
  margin-top: 12em;
}
.break-e120b {
  margin-bottom: 12em;
}
.break-e120 {
  margin-top: 12em;
  margin-bottom: 12em;
}
@media screen and (max-width: 736px) {
  .break-to-e05 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e05t {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e05b {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e10 {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e10t {
    margin-top: 1em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e10b {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e15 {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e15t {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e15b {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e20 {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e20t {
    margin-top: 2em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e20b {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e25 {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e25t {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e25b {
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e30t {
    margin-top: 3em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e30b {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e30 {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e40t {
    margin-top: 4em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e40b {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e40 {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e50t {
    margin-top: 5em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e50b {
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e50 {
    margin-top: 5em;
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e60t {
    margin-top: 6em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e60b {
    margin-bottom: 6em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e60 {
    margin-top: 6em;
    margin-bottom: 6em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e80t {
    margin-top: 8em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e80b {
    margin-bottom: 8em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e80 {
    margin-top: 8em;
    margin-bottom: 8em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e100t {
    margin-top: 10em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e100b {
    margin-bottom: 10em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e100 {
    margin-top: 10em;
    margin-bottom: 10em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e120t {
    margin-top: 12em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e120b {
    margin-bottom: 12em;
  }
}
@media screen and (max-width: 736px) {
  .break-to-e120 {
    margin-top: 12em;
    margin-bottom: 12em;
  }
}

@media screen and (max-width: 1280px) {
  .attr-to-wdx-disable {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .attr-to-tab-disable {
    display: none !important;
  }
}
@media screen and (max-width: 736px) {
  .attr-to-disable {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) {
  .attr-to-wdx-visible {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .attr-to-tab-visible {
    display: none !important;
  }
}
@media screen and (min-width: 737px) {
  .attr-to-visible {
    display: none !important;
  }
}
.attr-left {
  text-align: left !important;
}
.attr-right {
  text-align: right !important;
}
.attr-center {
  text-align: center !important;
}
@media screen and (max-width: 736px) {
  .attr-to-left {
    text-align: left !important;
  }
}
@media screen and (max-width: 736px) {
  .attr-to-right {
    text-align: right !important;
  }
}
@media screen and (max-width: 736px) {
  .attr-to-center {
    text-align: center !important;
  }
}
.attr-centeric {
  text-align: center;
}
.attr-centeric .normalize {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 736px) {
  .attr-centeric .to-normalize {
    display: inline-block;
    text-align: left;
  }
}
.attr-button {
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}
.attr-bold {
  font-weight: bold;
}
.attr-hang {
  padding-left: 1em;
  text-indent: -1em;
}
.attr-pictext {
  font-size: 1em;
  line-height: 1em;
}
.attr-serif {
  font-family: "seriflight", serif;
  letter-spacing: 0.075em;
}
.attr-letterw {
  letter-spacing: 0.175em;
}
.attr-fontsmaller {
  font-size: 1.45em;
}
.attr-fontsmallest {
  font-size: 1.25em;
}
.attr-fontbigger {
  font-size: 1.7em;
}
.attr-fontbiggest {
  font-size: 1.85em;
}
.attr-fontsmallin {
  font-size: 0.8em;
}
.attr-textblue {
  color: #2e318b;
}

.wrap-block {
  display: block;
}
.wrap-full {
  width: 100%;
}
.wrap-tablelayout {
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.table-transparent > tbody > tr > th,
.table-transparent > tbody > tr > td {
  border-width: 0;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  line-height: 2em;
}
.table-transparent > tbody > tr > th {
  padding-right: 2em;
  width: 15%;
  white-space: nowrap;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.table-whitebar > tbody > tr > th,
.table-whitebar > tbody > tr > td {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #ffffff;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1em;
  padding-right: 1em;
  vertical-align: middle;
  font-size: 1.75em;
  line-height: 2em;
}
@media screen and (max-width: 1024px) {
  .table-whitebar > tbody > tr > th,
.table-whitebar > tbody > tr > td {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 736px) {
  .table-whitebar > tbody > tr > th,
.table-whitebar > tbody > tr > td {
    font-size: 1.65em;
  }
}
.table-whitebar > tbody > tr > th {
  white-space: nowrap;
  font-weight: normal;
  text-align: left;
  width: 40%;
}
.table-whitebar > tbody > tr > td {
  width: 60%;
}
.table-whitebar > tbody > tr:first-child > th,
.table-whitebar > tbody > tr:first-child > td {
  border-color: transparent;
}
.table-justifize {
  display: table;
  table-layout: fixed;
}
.table-justifize > dl {
  display: table-row;
}
.table-justifize > dl > dt,
.table-justifize > dl > dd {
  display: table-cell;
}
.table-justifize > dl > dt {
  padding-right: 1em;
  white-space: nowrap;
  width: 1%;
}
.table-hightfix {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.table-hightfix > .body {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.table-hightfix > .body > .cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.table-namelist {
  width: 100%;
}
@media screen and (max-width: 736px) {
  .table-namelist > tbody {
    display: block;
  }
}
@media screen and (max-width: 736px) {
  .table-namelist > tbody > tr {
    display: block;
  }
}
.table-namelist > tbody > tr > th,
.table-namelist > tbody > tr > td {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 50%;
  vertical-align: top;
  word-break: break-all;
  font-size: 1.5em;
  line-height: 1.5em;
}
@media screen and (min-width: 1601px) {
  .table-namelist > tbody > tr > th,
.table-namelist > tbody > tr > td {
    white-space: nowrap;
  }
}
@media screen and (max-width: 736px) {
  .table-namelist > tbody > tr > th,
.table-namelist > tbody > tr > td {
    width: auto;
    display: block;
    text-align: center;
    font-size: 1.4em;
  }
}
@media screen and (max-width: 736px) {
  .table-namelist > tbody > tr > th:nth-child(1),
.table-namelist > tbody > tr > td:nth-child(1) {
    padding-bottom: 0.25em;
  }
}
@media screen and (max-width: 736px) {
  .table-namelist > tbody > tr > th:nth-child(2),
.table-namelist > tbody > tr > td:nth-child(2) {
    padding-top: 0.25em;
  }
}
.table-datadetail {
  width: 100%;
}
.table-datadetail > tbody > tr > th,
.table-datadetail > tbody > tr > td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #cccccc;
  font-weight: normal;
  color: #333333;
  text-align: left;
  line-height: 1.75em;
  word-break: break-all;
}
.table-datadetail > tbody > tr > th {
  white-space: nowrap;
  width: 25%;
}
.table-datadetail > tbody > tr > td {
  width: 75%;
}
.table-itemlist {
  width: 100%;
}
.table-itemlist > tbody > tr > th,
.table-itemlist > tbody > tr > td {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-right: 1em;
  vertical-align: top;
}
.table-materialist {
  table-layout: fixed;
  width: 100%;
}
.table-materialist > caption {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  text-align: left;
}
.table-materialist > tbody > tr > th,
.table-materialist > tbody > tr > td {
  width: 50%;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-right: 0.5em;
  vertical-align: top;
  text-align: left;
  word-break: break-all;
}
.table-itemdetail {
  width: 100%;
}
.table-itemdetail > caption {
  margin-bottom: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  color: #ffffff;
  text-align: center;
  font-size: 1.85em;
  line-height: 1.5em;
}
@media screen and (max-width: 736px) {
  .table-itemdetail > caption {
    font-size: 1.75em;
  }
}
.table-itemdetail > tbody > tr > th,
.table-itemdetail > tbody > tr > td {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #ffffff;
  font-weight: normal;
  color: #ffffff;
  text-align: left;
  line-height: 1.75em;
  width: 50%;
  word-break: break-all;
}
.table-itemdetail > tbody > tr > th {
  padding-right: 1em;
  white-space: nowrap;
}

.part-dinarea > .rows-table > .row > .column {
  position: relative;
  z-index: 10;
  vertical-align: top;
}
.part-dinarea-l > .rows-table > .row > .column {
  text-align: left;
}
.part-dinarea-r > .rows-table > .row > .column {
  text-align: right;
}
.part-dinarea .part-press {
  display: inline-block;
  box-sizing: border-box;
  padding-left: 2em;
  padding-right: 2em;
  width: 100%;
  max-width: 64em;
  text-align: left;
}
@media screen and (max-width: 736px) {
  .part-dinarea .part-press {
    display: block;
    max-width: none;
  }
}
.part-dinarea .part-image {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.show-comm-space {
  padding-top: 6em;
  padding-bottom: 6em;
}
@media screen and (max-width: 736px) {
  .show-comm-space {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.show-comm-map .show-map {
  padding-top: 27.5%;
}
@media screen and (max-width: 1280px) {
  .show-comm-map .show-map {
    padding-top: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .show-comm-map .show-map {
    padding-top: 32.5%;
  }
}
@media screen and (max-width: 736px) {
  .show-comm-map .show-map {
    padding-top: 87.5%;
  }
}
.show-comm-gstv {
  position: relative;
  z-index: 10;
  margin-left: 5em;
  margin-right: 5em;
  margin-top: 5em;
  margin-bottom: 5em;
  padding-top: 37%;
}
@media screen and (max-width: 1280px) {
  .show-comm-gstv {
    padding-top: 32.5%;
    margin-left: 4em;
    margin-right: 4em;
  }
}
@media screen and (max-width: 1024px) {
  .show-comm-gstv {
    padding-top: 35%;
    margin-left: 3em;
    margin-right: 3em;
  }
}
@media screen and (max-width: 736px) {
  .show-comm-gstv {
    padding-top: 57.5%;
    margin-left: 2em;
    margin-right: 2em;
  }
}
.show-comm-gstv .show-view {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.show-comm-youtube {
  position: relative;
  z-index: 10;
  margin-left: 5em;
  margin-right: 5em;
  padding-top: 5em;
  padding-bottom: 5em;
}
@media screen and (max-width: 1280px) {
  .show-comm-youtube {
    padding-top: 5%;
    margin-left: 4em;
    margin-right: 4em;
  }
}
@media screen and (max-width: 1024px) {
  .show-comm-youtube {
    margin-left: 3em;
    margin-right: 3em;
  }
}
@media screen and (max-width: 736px) {
  .show-comm-youtube {
    padding-top: 7%;
    margin-left: 2em;
    margin-right: 2em;
  }
}
.show-comm-bluebg {
  padding-top: 6em;
  padding-bottom: 6em;
  background: linear-gradient(to bottom, rgb(0, 0, 205) 0%, rgb(0, 191, 255) 100%);
  color: #ffffff;
}
@media screen and (max-width: 736px) {
  .show-comm-bluebg {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.show-comm-skybg {
  padding-top: 6em;
  padding-bottom: 6em;
  background-color: #a9dbf1;
}
@media screen and (max-width: 736px) {
  .show-comm-skybg {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.show-comm-bvertic {
  position: relative;
  z-index: 10;
  padding-top: 6em;
  padding-bottom: 6em;
}
@media screen and (max-width: 736px) {
  .show-comm-bvertic {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.show-comm-bvertic .show-object-1, .show-comm-bvertic .show-object-2 {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  width: 50%;
  height: 100%;
}
.show-comm-bvertic .show-object-1 {
  left: 0;
  background-color: #ffffff;
}
.show-comm-bvertic .show-object-2 {
  right: 0;
  background: linear-gradient(to bottom, rgb(0, 0, 205) 0%, rgb(0, 191, 255) 100%);
}
.show-comm-frametri {
  position: relative;
  z-index: 10;
  padding-top: 6em;
  padding-bottom: 6em;
}
@media screen and (max-width: 736px) {
  .show-comm-frametri {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.show-comm-frametri .show-object-1, .show-comm-frametri .show-object-2 {
  display: block;
  position: absolute;
  z-index: -1;
  border-style: solid;
  border-width: 100px;
  width: 0;
  height: 0;
}
.show-comm-frametri .show-object-1 {
  border-color: #cde7f2 transparent transparent #cde7f2;
  top: 0;
  left: 0;
}
.show-comm-frametri .show-object-2 {
  border-color: transparent #cde7f2 #cde7f2 transparent;
  bottom: 0;
  right: 0;
}
.show-front-main {
  position: relative;
  z-index: 10;
  background-color: #000000;
}
.show-front-main .slick .slideobject {
  padding-top: 86em;
  position: relative;
  z-index: 10;
  overflow: hidden;
  vertical-align: bottom;
}
@media screen and (max-width: 1600px) {
  .show-front-main .slick .slideobject {
    padding-top: 76em;
  }
}
@media screen and (max-width: 1280px) {
  .show-front-main .slick .slideobject {
    padding-top: 72em;
  }
}
@media screen and (max-width: 1024px) {
  .show-front-main .slick .slideobject {
    padding-top: 64em;
  }
}
@media screen and (max-width: 736px) {
  .show-front-main .slick .slideobject {
    padding-top: 42em;
  }
}
@media screen and (max-width: 480px) {
  .show-front-main .slick .slideobject {
    padding-top: 34em;
  }
}
.show-front-main .slick .slideobject figure.image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.show-front-main .slick .slick-slide {
  opacity: 1 !important;
}
.show-front-main .slick .slideobject {
  opacity: 0;
  transition: 0s;
}
.show-front-main .slick .slideobject figure.image {
  transform: scale(1, 1);
  transition: 0s;
}
.show-front-main .slick .slick-active .slideobject {
  opacity: 1;
  transition: ease 5s;
}
.show-front-main .slick .slick-active .slideobject figure.image {
  transform: scale(1.2, 1.2);
  transition: ease 10s;
}
.show-front-main .slick .slick-continue .slideobject {
  opacity: 0;
  transition: ease 5s;
}
.show-front-main .slick .slick-continue .slideobject figure.image {
  transform: scale(1.4, 1.4);
  transition: ease 10s;
}
.show-front-main .show-logo {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 64em;
}
@media screen and (max-width: 1024px) {
  .show-front-main .show-logo {
    margin-top: 48px;
    max-width: 48em;
  }
}
@media screen and (max-width: 736px) {
  .show-front-main .show-logo {
    max-width: 32em;
  }
}
.show-front-copy {
  position: relative;
  z-index: 10;
  padding-top: 6em;
  padding-bottom: 6em;
  overflow: hidden;
  background: linear-gradient(to bottom, rgb(0, 0, 205) 0%, rgb(0, 191, 255) 100%);
  color: #ffffff;
}
@media screen and (max-width: 736px) {
  .show-front-copy {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.show-front-copy .show-text {
  line-height: 2.5em;
}
@media screen and (max-width: 736px) {
  .show-front-copy .show-text {
    line-height: 2.25em;
  }
}
.show-front-copy .show-object-1, .show-front-copy .show-object-2 {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  opacity: 0.75;
}
@media screen and (max-width: 1024px) {
  .show-front-copy .show-object-1, .show-front-copy .show-object-2 {
    opacity: 0.25;
  }
}
.show-front-copy .show-object-1 {
  left: 0;
  background-image: url(images/top-seiz-01.png);
  background-position: 0 50%;
}
@media screen and (max-width: 736px) {
  .show-front-copy .show-object-1 {
    margin-left: -160px;
  }
}
.show-front-copy .show-object-2 {
  right: 0;
  background-image: url(images/top-seiz-02.png);
  background-position: 100% 50%;
}
@media screen and (max-width: 736px) {
  .show-front-copy .show-object-2 {
    margin-right: -160px;
  }
}
.show-front-catchcopy {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: linear-gradient(to bottom, rgb(0, 0, 205) 0%, rgb(0, 191, 255) 100%);
  color: #ffffff;
}
.show-front-catchcopy .rows-table > .row > .column:nth-child(1) {
  width: 45%;
}
@media screen and (max-width: 736px) {
  .show-front-catchcopy .rows-table > .row > .column:nth-child(1) {
    width: auto;
  }
}
.show-front-catchcopy .rows-table > .row > .column:nth-child(2) {
  width: 55%;
}
@media screen and (max-width: 736px) {
  .show-front-catchcopy .rows-table > .row > .column:nth-child(2) {
    width: auto;
  }
}
.show-front-catchcopy .show-press {
  padding-top: 17.5%;
  padding-bottom: 17.5%;
  max-width: 68em;
}
@media screen and (max-width: 736px) {
  .show-front-catchcopy .show-press {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 736px) {
  .show-front-catchcopy .show-image-inner {
    opacity: 0.375;
  }
}
.show-front-topics {
  padding-top: 6em;
  padding-bottom: 6em;
}
@media screen and (max-width: 736px) {
  .show-front-topics {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.show-front-topics .show-inner {
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 1em;
  padding-right: 1em;
  background-color: rgb(255, 255, 255);
}
.show-front-photographs {
  position: relative;
  z-index: 10;
  padding-top: 7.5em;
  padding-bottom: 6em;
}
@media screen and (max-width: 736px) {
  .show-front-photographs {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media screen and (max-width: 736px) {
  .show-front-photographs .show-image {
    position: relative;
    margin-left: 2em;
    margin-right: 2em;
    width: auto;
    padding-top: 72.5%;
  }
}
.show-front-photographs .show-press {
  padding-left: 0;
}
@media screen and (max-width: 736px) {
  .show-front-photographs .show-press {
    margin-top: 5%;
    padding-left: 2em;
  }
}
.show-front-photographs .show-image-inner {
  background-position: 25% 55%;
  height: 100%;
}
.show-front-photographs .show-subimage {
  margin-left: 5%;
}
@media screen and (max-width: 736px) {
  .show-front-photographs .show-subimage {
    margin-left: 0;
  }
}
.show-front-photographs .show-object {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  width: 32.5%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(0, 0, 205) 0%, rgb(0, 191, 255) 100%);
}
.show-page-corpcopy {
  padding-top: 6em;
  padding-bottom: 6em;
}
@media screen and (max-width: 736px) {
  .show-page-corpcopy {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.show-page-corpcopy .show-text {
  line-height: 2.5em;
}
@media screen and (max-width: 736px) {
  .show-page-corpcopy .show-text {
    line-height: 2.25em;
  }
}
.show-page-ourcustomers {
  position: relative;
  z-index: 10;
  padding-top: 6em;
  padding-bottom: 6em;
  overflow: hidden;
  background: linear-gradient(to bottom, rgb(0, 0, 205) 0%, rgb(0, 191, 255) 100%);
  color: #ffffff;
}
@media screen and (max-width: 736px) {
  .show-page-ourcustomers {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media screen and (max-width: 1024px) {
  .show-page-ourcustomers .rows > .column {
    float: none;
    width: auto;
  }
}
.show-page-ourcustomers .show-object-1, .show-page-ourcustomers .show-object-2 {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  width: 100%;
  height: 100%;
  background-size: auto 360px;
  background-repeat: no-repeat;
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .show-page-ourcustomers .show-object-1, .show-page-ourcustomers .show-object-2 {
    opacity: 0.25;
  }
}
.show-page-ourcustomers .show-object-1 {
  left: 0;
  background-image: url(images/top-seiz-01.png);
  background-position: 0 0;
}
@media screen and (max-width: 736px) {
  .show-page-ourcustomers .show-object-1 {
    margin-left: -120px;
  }
}
.show-page-ourcustomers .show-object-2 {
  right: 0;
  background-image: url(images/top-seiz-02.png);
  background-position: 100% 100%;
}
@media screen and (max-width: 736px) {
  .show-page-ourcustomers .show-object-2 {
    margin-right: -120px;
  }
}
.show-page-company {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .show-page-company .rows-table {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .show-page-company .rows-table > .row {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .show-page-company .rows-table > .row > .column {
    display: block;
  }
}
.show-page-company .rows-table > .row > .column:nth-child(1) {
  width: 53.5%;
}
@media screen and (max-width: 1024px) {
  .show-page-company .rows-table > .row > .column:nth-child(1) {
    width: auto;
    text-align: center;
  }
}
.show-page-company .rows-table > .row > .column:nth-child(2) {
  width: 46.5%;
}
@media screen and (max-width: 1024px) {
  .show-page-company .rows-table > .row > .column:nth-child(2) {
    width: auto;
  }
}
.show-page-company table.table > tbody > tr > th,
.show-page-company table.table > tbody > tr td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  vertical-align: top;
  line-height: 1.75em;
}
.show-page-company .show-press {
  padding-top: 7.5em;
  padding-bottom: 7.5em;
  max-width: 68em;
}
@media screen and (max-width: 1024px) {
  .show-page-company .show-press {
    padding-top: 4em;
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 1024px) {
  .show-page-company .show-image {
    position: relative;
    display: block;
    max-width: none;
    padding-top: 62.5%;
  }
}
.show-page-company .show-image-inner {
  background-position: 7.5% 50%;
}
@media screen and (max-width: 1024px) {
  .show-page-company .show-image-inner {
    background-position: 50% 77.5%;
  }
}
.show-page-history table.table > tbody > tr > th,
.show-page-history table.table > tbody > tr td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  vertical-align: top;
  line-height: 1.75em;
}
.show-page-history .show-press {
  padding-top: 6em;
  padding-bottom: 6em;
}
@media screen and (max-width: 736px) {
  .show-page-history .show-press {
    padding-top: 4em;
    padding-bottom: 2.5em;
  }
}
.show-page-history .show-image {
  width: 75%;
  background: linear-gradient(to top, rgb(102, 118, 139) 0%, rgb(102, 118, 139) 49%, rgb(188, 193, 212) 51%, rgb(188, 193, 212) 100%);
}
@media screen and (max-width: 736px) {
  .show-page-history .show-image {
    position: relative;
    padding-top: 77.5%;
    width: auto;
  }
}
.show-page-history .show-image-inner {
  background-size: 100% auto;
}
@media screen and (max-width: 736px) {
  .show-page-history .show-image-inner {
    background-size: cover;
    background-position: 50% 42.5%;
  }
}
.show-page-seiz .show-outer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}
.show-page-seiz .show-altimage {
  position: relative;
  z-index: 10;
}
.show-page-seiz .show-altimage-inner {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 1em;
  width: 7em;
  height: 2em;
  text-align: center;
  font-size: 14px;
  line-height: 2em;
}
.show-page-seiz .show-altimage-inner::before {
  margin-right: 0.5em;
  font-family: "Glyphicons Halflings";
  content: "\e015";
  vertical-align: top;
}
.show-page-access {
  background: linear-gradient(to bottom, rgb(0, 0, 205) 0%, rgb(0, 191, 255) 100%);
  color: #ffffff;
}
.show-page-access table.table > tbody > tr > th,
.show-page-access table.table > tbody > tr td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  vertical-align: top;
  line-height: 1.75em;
}
.show-page-access .show-press {
  padding-top: 6em;
  padding-bottom: 6em;
  padding-left: 4em;
}
@media screen and (max-width: 736px) {
  .show-page-access .show-press {
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 2em;
  }
}
.show-page-access .show-image {
  background-color: #ffffff;
}
@media screen and (max-width: 736px) {
  .show-page-access .show-image {
    position: relative;
    padding-top: 72.5%;
  }
}
.show-page-access .show-image-inner {
  background-position: 11.75% 50%;
}
.show-page-icollection {
  position: relative;
  z-index: 10;
  padding-top: 7em;
  padding-bottom: 7em;
}
@media screen and (max-width: 736px) {
  .show-page-icollection {
    padding-top: 5em;
    padding-bottom: 4em;
  }
}
.show-page-icollection .show-inner {
  padding-left: 50%;
}
@media screen and (max-width: 736px) {
  .show-page-icollection .show-inner {
    padding-left: 0;
  }
}
.show-page-icollection .show-object {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(images/item-01.jpg);
  background-position: 50% 50%;
  opacity: 0.5;
}
@media screen and (max-width: 736px) {
  .show-page-icollection .show-object {
    opacity: 0.3;
  }
}
.show-page-imaterial {
  overflow: hidden;
}
.show-page-imaterial .show-outer {
  position: relative;
  z-index: 10;
  margin-left: 50%;
  padding-top: 10em;
  padding-bottom: 10em;
  overflow: visible;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .show-page-imaterial .show-outer {
    margin-left: 12em;
  }
}
@media screen and (max-width: 736px) {
  .show-page-imaterial .show-outer {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 4em;
  }
}
.show-page-imaterial .show-outer-object {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin-left: -36em;
  width: 200%;
  background: linear-gradient(to bottom, rgb(0, 0, 205) 0%, rgb(0, 191, 255) 100%);
}
@media screen and (max-width: 1024px) {
  .show-page-imaterial .show-outer-object {
    margin-left: 0;
  }
}
@media screen and (max-width: 736px) {
  .show-page-imaterial .show-outer-object {
    width: 100%;
    left: 0;
    right: 0;
  }
}
.show-page-imaterial .show-inner {
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  margin-left: -36em;
  max-width: 92em;
  padding-left: 16em;
  padding-right: 2em;
}
@media screen and (max-width: 1024px) {
  .show-page-imaterial .show-inner {
    margin-left: 0;
    padding-left: 14em;
  }
}
@media screen and (max-width: 736px) {
  .show-page-imaterial .show-inner {
    margin-left: 0;
    padding-left: 2em;
  }
}
.show-page-imaterial .show-title {
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -6em;
  width: 12em;
  height: 8em;
  background-color: #000000;
  text-align: center;
  font-size: 2em;
  line-height: 1em;
}
@media screen and (max-width: 1024px) {
  .show-page-imaterial .show-title {
    font-size: 1.8em;
    line-height: 1em;
  }
}
@media screen and (max-width: 736px) {
  .show-page-imaterial .show-title {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
  }
}
.show-page-imaterial .show-title-inner {
  display: block;
  padding-top: 1em;
  font-size: 1.1em;
}
.show-page-imaterial .show-title-inner:first-child {
  padding-top: 2em;
  font-size: 1.2em;
}
.show-page-ilisence {
  position: relative;
  z-index: 10;
  padding-top: 8em;
  padding-bottom: 8em;
  background: linear-gradient(to bottom, rgb(0, 0, 205) 0%, rgb(0, 191, 255) 100%);
  color: #ffffff;
}
@media screen and (max-width: 736px) {
  .show-page-ilisence {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.show-page-ilisence .show-object {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(images/item-02.jpg);
  background-position: 50% 50%;
  opacity: 0.35;
}
.show-page-ilisence .show-list {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.25em;
  padding-right: 1.25em;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.5em;
}
@media screen and (max-width: 1280px) {
  .show-page-ilisence .show-list {
    font-size: 1.65em;
  }
}
@media screen and (max-width: 1024px) {
  .show-page-ilisence .show-list {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 736px) {
  .show-page-ilisence .show-list {
    font-size: 1.65em;
  }
}
.show-page-ilisence .show-list-line1 {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}
.show-page-ilisence .show-list-line2 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.show-page-ilisence .show-listlink {
  box-sizing: border-box;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 88em;
  color: #ffffff;
}
.show-page-ilisence .show-listlink:hover, .show-page-ilisence .show-listlink:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
}
.show-page-ilisence .show-listin {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 3em;
  padding-right: 3em;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .show-page-ilisence .show-listin {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.show-page-ilisence .show-listin-title {
  font-size: 2em;
  line-height: 1.5em;
}
@media screen and (max-width: 1280px) {
  .show-page-ilisence .show-listin-title {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 1024px) {
  .show-page-ilisence .show-listin-title {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 736px) {
  .show-page-ilisence .show-listin-title {
    font-size: 1.75em;
  }
}
.show-page-ilisence .show-listin-data {
  font-size: 1.8em;
  line-height: 1.5em;
  background-color: rgba(255, 255, 255, 0.875);
  color: #222222;
}
@media screen and (max-width: 1280px) {
  .show-page-ilisence .show-listin-data {
    font-size: 1.65em;
  }
}
@media screen and (max-width: 1024px) {
  .show-page-ilisence .show-listin-data {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 736px) {
  .show-page-ilisence .show-listin-data {
    font-size: 1.65em;
  }
}
.show-page-ilisence .show-listin-data-line1 {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.show-page-ilisence .show-listin-data-line2 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.show-page-contactform {
  padding-top: 6em;
  padding-bottom: 6em;
}
@media screen and (max-width: 736px) {
  .show-page-contactform {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.show-page-contactform input:not([type=radio]):not([type=checkbox]):not([type=submit]) {
  width: 100%;
}
.show-page-contactform select {
  width: 100%;
}
.show-page-contactform textarea {
  width: 100%;
}
.show-page-contactform input:not([type=radio]):not([type=checkbox]):not([type=submit]).formfix,
.show-page-contactform select.formfix,
.show-page-contactform textarea.formfix {
  width: auto;
}
@media screen and (max-width: 736px) {
  .show-page-contactform input:not([type=radio]):not([type=checkbox]):not([type=submit]).formfix,
.show-page-contactform select.formfix,
.show-page-contactform textarea.formfix {
    margin-top: 0.5em;
    width: 100%;
  }
}
.show-page-contactform input:not([type=radio]):not([type=checkbox]):not([type=submit]).formbasic,
.show-page-contactform select.formbasic,
.show-page-contactform textarea.formbasic {
  width: 20em;
}
@media screen and (max-width: 736px) {
  .show-page-contactform input:not([type=radio]):not([type=checkbox]):not([type=submit]).formbasic,
.show-page-contactform select.formbasic,
.show-page-contactform textarea.formbasic {
    margin-top: 0.5em;
    width: 100%;
  }
}
.show-page-contactform input:not([type=radio]):not([type=checkbox]):not([type=submit]).formshort,
.show-page-contactform select.formshort,
.show-page-contactform textarea.formshort {
  width: 8em;
}
.show-page-contactform dl {
  padding-left: 1%;
  padding-right: 1%;
}
@media screen and (max-width: 736px) {
  .show-page-contactform dl {
    padding-left: 0;
    padding-right: 0;
  }
}
.show-page-contactform dl > dt {
  margin-top: 1.5em;
  font-size: 1.85em;
  line-height: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .show-page-contactform dl > dt {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 1024px) {
  .show-page-contactform dl > dt {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 736px) {
  .show-page-contactform dl > dt {
    font-size: 1.65em;
  }
}
.show-page-contactform dl > dd {
  margin-top: 0.75em;
  font-size: 1.6em;
  line-height: 2em;
}
.show-page-contactform .show-text {
  font-size: 1.65em;
  line-height: 2em;
}
@media screen and (max-width: 1280px) {
  .show-page-contactform .show-text {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 736px) {
  .show-page-contactform .show-text {
    font-size: 1.6em;
  }
}
.show-page-contactform span.supply {
  display: inline-block;
  margin-left: 0.5em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  border-radius: 2px;
  color: #696969;
  font-size: 0.8em;
  line-height: 1.5em;
}
.show-page-contactform span.supply-require {
  background-color: #0071b5;
  color: #ffffff;
}
.show-page-contactform span.wpcf7-list-item-label {
  font-size: 1.05em;
}
.show-page-gallery {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}
.show-page-gallery img {
  display: inline-block !important;
  width: auto;
  height: auto;
  max-width: 100vw;
  max-height: 100vh;
}
.show-page-gallery .show-close {
  position: absolute;
  z-index: 200;
  top: 10px;
  right: 10px;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  font-size: 32px;
  line-height: 1em;
  color: #ffffff;
}
@media screen and (max-width: 736px) {
  .show-page-gallery .show-close {
    font-size: 24px;
  }
}
.show-page-gallery .show-close::before {
  content: "\f102";
  font-family: dashicons;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}
.show-page-gallery .slick,
.show-page-gallery .slick-list,
.show-page-gallery .show-wrap,
.show-page-gallery .show-body,
.show-page-gallery .show-cell,
.show-page-gallery .show-image {
  width: 100vw;
  height: 100vh;
}
.show-page-gallery .slick-track,
.show-page-gallery .slick-slide,
.show-page-gallery .slick-slide > div {
  height: 100vh;
}
.show-page-gallery .slick-arrow {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.25em;
  padding-right: 0.25em;
  font-size: 28px;
  line-height: 1em;
  color: #ffffff;
}
@media screen and (max-width: 736px) {
  .show-page-gallery .slick-arrow {
    font-size: 20px;
  }
}
.show-page-gallery .slick-arrow.slick-prev {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.show-page-gallery .slick-arrow.slick-prev::before {
  content: "\f341";
  font-family: dashicons;
}
.show-page-gallery .slick-arrow.slick-next {
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.show-page-gallery .slick-arrow.slick-next::after {
  content: "\f345";
  font-family: dashicons;
}
.show-page-gallery .show-body {
  display: table !important;
  table-layout: fixed;
}
.show-page-gallery .show-cell {
  display: table-cell !important;
  text-align: center;
  vertical-align: middle;
}
.show-page-gallery .show-image {
  display: block !important;
  overflow: hidden;
}
.show-page-gallery .slick-slide {
  opacity: 0;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.show-page-gallery .slick-slide.slick-shown {
  opacity: 1;
}
.show-page-gallery .slick-clone {
  opacity: 0 !important;
}
.show-page-topicslist {
  padding-left: 2em;
  padding-right: 2em;
}
.show-page-hisgallery {
  position: relative;
  z-index: 10;
}
.show-page-hisgallery .show-table > tbody > tr > th,
.show-page-hisgallery .show-table > tbody > tr > td {
  border-style: solid;
  border-color: #dddddd;
  border-width: 0 0 1px 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 2em;
  vertical-align: top;
}
.show-page-hisgallery .show-table > tbody > tr > th {
  padding-right: 2em;
  width: 20%;
  white-space: nowrap;
  font-weight: normal;
  text-align: left;
}
.show-page-hisgallery .show-table > tbody > tr:first-child > th,
.show-page-hisgallery .show-table > tbody > tr:first-child > td {
  border-width: 1px 0;
}
.show-page-hisgallery .show-image {
  padding-top: 65.625%;
  position: relative;
  z-index: 10;
  text-align: center;
}
.show-page-hisgallery .show-image a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.show-page-hisgallery .show-image img {
  display: inline-block;
  width: 100%;
  max-width: none;
  height: auto;
}
.show-page-hisgallery .show-image-inner {
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.show-page-hisgallery .show-image-yoko img {
  width: 100%;
  max-width: none;
  height: auto;
}
.show-page-hisgallery .show-image-tate img {
  width: auto;
  max-width: none;
  height: 100%;
}
.show-page-hisgallery .show-object {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 25% 100%;
  opacity: 0.35;
}
@media screen and (max-width: 736px) {
  .show-page-hisgallery .show-object {
    display: none;
  }
}

.entries-content, .entries-search, .entries-notfound {
  margin-bottom: 6em;
}
@media screen and (max-width: 736px) {
  .entries-content, .entries-search, .entries-notfound {
    margin-bottom: 4em;
  }
}

.entry-content a.post-image, .entry-content-topics a.post-image, .entry-content-xxx a.post-image {
  padding-top: 65%;
}
.entry-content a.post-image[href]::after, .entry-content-topics a.post-image[href]::after, .entry-content-xxx a.post-image[href]::after {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  content: "MORE";
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  width: 8em;
  height: 2.5em;
  text-align: center;
  font-size: 1.25em;
  line-height: 2.25em;
  color: #ffffff;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  opacity: 0;
}
.entry-content a.post-image[href] .viewer-inner, .entry-content-topics a.post-image[href] .viewer-inner, .entry-content-xxx a.post-image[href] .viewer-inner {
  background-color: #000000;
  opacity: 0;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
.entry-content a.post-image[href]:hover::after, .entry-content a.post-image[href]:focus::after, .entry-content-topics a.post-image[href]:hover::after, .entry-content-topics a.post-image[href]:focus::after, .entry-content-xxx a.post-image[href]:hover::after, .entry-content-xxx a.post-image[href]:focus::after {
  opacity: 1;
}
.entry-content a.post-image[href]:hover .viewer-inner, .entry-content a.post-image[href]:focus .viewer-inner, .entry-content-topics a.post-image[href]:hover .viewer-inner, .entry-content-topics a.post-image[href]:focus .viewer-inner, .entry-content-xxx a.post-image[href]:hover .viewer-inner, .entry-content-xxx a.post-image[href]:focus .viewer-inner {
  opacity: 0.4;
}
.entry-content {
  margin-top: 6em;
}
@media screen and (max-width: 736px) {
  .entry-content {
    margin-top: 4em;
  }
}
.entry-content section.content p {
  line-height: 1.75em;
}
.entry-content .post-title {
  margin-top: 0.25em;
  margin-bottom: 0.75em;
  border-style: solid;
  border-color: #666666;
  border-width: 0 0 1px 0;
  padding-bottom: 0.25em;
  font-size: 2.25em;
  line-height: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .entry-content .post-title {
    font-size: 2em;
  }
}
@media screen and (max-width: 1024px) {
  .entry-content .post-title {
    font-size: 1.85em;
  }
}
@media screen and (max-width: 736px) {
  .entry-content .post-title {
    margin-top: 0.75em;
    font-size: 1.65em;
  }
}
.entry-content .post-title > a {
  color: #333333;
}
.entry-content .post-title > a:hover, .entry-content .post-title > a:focus {
  color: #686868;
}
.entry-content .post-title-categories {
  display: block;
  margin-left: 0.5em;
  padding-top: 0.15em;
  float: right;
  font-size: 0.65em;
  line-height: 1.5em;
  text-align: center;
  font-weight: normal;
}
.entry-content .post-title-categories > a {
  display: block;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  width: 9em;
  background-color: #0418d1;
  color: #ffffff;
  opacity: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.entry-content .post-title-categories > a:hover, .entry-content .post-title-categories > a:focus {
  opacity: 0.8;
}
.entry-content .post-date {
  margin-top: 1em;
  opacity: 0.8;
  text-align: right;
  font-size: 1.6em;
  line-height: 1.5em;
}
.entry-single header.header {
  margin-top: 6em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
@media screen and (max-width: 736px) {
  .entry-single header.header {
    margin-top: 4em;
  }
}
.entry-single section.content {
  padding-top: 6em;
  padding-bottom: 6em;
}
@media screen and (max-width: 736px) {
  .entry-single section.content {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.entry-single footer.footer {
  padding-top: 6em;
  background-color: #a9dbf1;
}
@media screen and (max-width: 736px) {
  .entry-single footer.footer {
    padding-top: 4em;
  }
}
.entry-single .post-header {
  height: 78em;
}
@media screen and (max-width: 1280px) {
  .entry-single .post-header {
    height: 62em;
  }
}
@media screen and (max-width: 1024px) {
  .entry-single .post-header {
    height: 46em;
  }
}
@media screen and (max-width: 736px) {
  .entry-single .post-header {
    height: 30em;
  }
}
@media screen and (max-width: 480px) {
  .entry-single .post-header {
    height: 22em;
  }
}
.entry-single .post-content,
.entry-single .post-sidebar {
  background-color: #ffffff;
}
.entry-single .post-content {
  padding-left: 2em;
  padding-right: 2em;
}
@media screen and (max-width: 736px) {
  .entry-single .post-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.entry-single .post-sidebar {
  letter-spacing: -0.4em;
}
.entry-single .post-sidebar .widget {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 0;
  padding-left: 2em;
  padding-right: 2em;
  width: 33.333%;
  background-color: transparent;
  vertical-align: top;
  letter-spacing: normal;
}
@media screen and (max-width: 736px) {
  .entry-single .post-sidebar .widget {
    display: block;
    width: auto;
  }
}
.entry-single .post-image span {
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}
.entry-single .post-title {
  padding-top: 1.25em;
  margin-bottom: 1em;
  max-height: 3em;
  overflow: hidden;
  color: #ffffff;
  font-size: 2.75em;
  line-height: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .entry-single .post-title {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 1024px) {
  .entry-single .post-title {
    font-size: 2em;
  }
}
@media screen and (max-width: 736px) {
  .entry-single .post-title {
    font-size: 1.75em;
  }
}
.entry-single .post-categories {
  display: inline-block;
}
.entry-single .post-categories a {
  display: inline-block;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  background-color: #0418d1;
  color: #ffffff;
  opacity: 1;
}
.entry-single .post-categories a:hover, .entry-single .post-categories a:focus {
  opacity: 0.8;
}
.entry-single .post-categories > li {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.5em;
}
@media screen and (max-width: 736px) {
  .entry-single .post-categories > li {
    font-size: 1.4em;
  }
}
.entry-single .post-categories > li:nth-child(n+2) {
  display: none;
}
.entry-single .post-time {
  display: inline-block;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #ffffff;
}
@media screen and (max-width: 736px) {
  .entry-single .post-time {
    font-size: 1.4em;
  }
}
.entry-content-topics h1.post-title {
  font-size: 1.75em;
  height: 3em;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .entry-content-topics h1.post-title {
    font-size: 1.6em;
  }
}
.entry-content-topics time.post-date {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  font-size: 1.4em;
}
@media screen and (max-width: 736px) {
  .entry-content-topics time.post-date {
    font-size: 1.25em;
  }
}
.entry-notfound h1.post-title {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 2.5em;
  line-height: 1.5em;
}
@media screen and (max-width: 1024px) {
  .entry-notfound h1.post-title {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 736px) {
  .entry-notfound h1.post-title {
    font-size: 2em;
  }
}
.entry-notfound p {
  text-align: center;
}
.entry-notfound .search {
  margin-top: 2em;
}

#container {
  min-width: 375px;
}

#header {
  min-width: 375px;
  box-sizing: border-box;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
#header::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1024px) {
  #header::before {
    background-color: rgb(0, 0, 0);
  }
}
#header div.signboard {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
#header div.signboard:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
#header div.site {
  margin-left: 10px;
  width: 240px;
  float: left;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  #header div.site {
    width: 216px;
    float: none;
  }
}
#header div.site::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 10000px;
  height: 100%;
  background-color: #000000;
}
#header h1.logo {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  font-size: 1em;
  line-height: 1em;
}
@media screen and (max-width: 1024px) {
  #header h1.logo {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
#header div.navigations {
  float: right;
  margin-left: -250px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #header div.navigations {
    clear: both;
    float: none;
    margin-left: 0;
    width: auto;
  }
}
#header div.allmenu {
  margin-left: 250px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #header div.allmenu {
    margin-left: 0;
    text-align: left;
  }
}
#header nav.navigation-global {
  top: 48px;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  #header nav.navigation-global {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgb(4, 24, 209);
  }
}
#header nav.navigation-global > ul > li {
  padding-top: 22px;
  padding-bottom: 22px;
}
@media screen and (max-width: 1024px) {
  #header nav.navigation-global > ul > li {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#header nav.navigation-global > ul > li::before {
  top: 22px;
  color: #000000;
}
#header nav.navigation-global > ul > li > a {
  color: #000000;
}
@media screen and (max-width: 1024px) {
  #header nav.navigation-global > ul > li > a {
    color: #ffffff;
  }
}
#header nav.navigation-global > ul > li > ul {
  background-color: rgb(4, 24, 209);
}
#header nav.navigation-global > ul > li > ul > li > a {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #header nav.navigation-mail {
    right: 48px;
  }
}
#header nav.navigation-mail > ul > li > a {
  width: 72px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: rgb(4, 24, 209);
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #header nav.navigation-mail > ul > li > a {
    width: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 1024px) {
  #header .navmenu > ul {
    opacity: 0;
    transform: translateX(0) translateY(-40px);
    transform-origin: 50% 0;
    transition-duration: 0.4s;
    transition-timing-function: ease;
  }
}
#header .navmenu + .navmenu-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: rgb(4, 24, 209);
}
#header .navmenu + .navmenu-button .bar-1, #header .navmenu + .navmenu-button .bar-2, #header .navmenu + .navmenu-button .bar-3 {
  position: absolute;
  z-index: 10;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #ffffff;
  width: 18px;
  height: 0;
  left: 15px;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
#header .navmenu + .navmenu-button .bar-1 {
  top: 14px;
  transform: translateX(0) translateY(0) rotate(0deg);
}
#header .navmenu + .navmenu-button .bar-2 {
  top: 22px;
  transform: translateX(0) translateY(0) rotate(0deg);
}
#header .navmenu + .navmenu-button .bar-3 {
  top: 30px;
  transform: translateX(0) translateY(0) rotate(0deg);
}
@media screen and (max-width: 1024px) {
  #header .navmenu.navmenu-opened > ul {
    opacity: 1;
    transform: translateX(0) translateY(0);
    transform-origin: 50% 0;
  }
}
#header .navmenu.navmenu-opened + .navmenu-button .bar-1 {
  transform-origin: 0 50%;
  transform: translateX(3px) translateY(2px) rotate(45deg);
}
#header .navmenu.navmenu-opened + .navmenu-button .bar-2 {
  transform-origin: 0 50%;
  opacity: 0;
}
#header .navmenu.navmenu-opened + .navmenu-button .bar-3 {
  transform: translateX(3px) translateY(-1px) rotate(-45deg);
  transform-origin: 0 50%;
}
#header .submenu > ul {
  top: 52px;
}
#header .submenu > ul > li {
  opacity: 0;
  transform: translateX(0) translateY(-40px);
  transform-origin: 50% 0;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
#header .submenu .submenu-button {
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  top: 4px;
  right: 0;
  width: 36px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
}
#header .submenu .submenu-button::after {
  display: inline-block;
  content: "\f347";
  font-family: dashicons;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
#header .submenu.submenu-opened > ul > li {
  opacity: 1;
  transform: translateX(0) translateY(0);
  transform-origin: 50% 0;
}
#header .submenu.submenu-opened .submenu-button::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}
#header.transformed {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

#footer {
  background-color: rgb(4, 24, 209);
  padding-top: 3em;
}
@media screen and (max-width: 736px) {
  #footer {
    padding-top: 0;
  }
}
#footer .assert {
  position: relative;
  z-index: 10;
  padding-top: 3em;
  padding-bottom: 2em;
  text-align: center;
}
@media screen and (max-width: 736px) {
  #footer .assert {
    padding-top: 2em;
  }
}
@media screen and (max-width: 736px) {
  #footer .assert::before {
    position: absolute;
    z-index: 10;
    content: "";
    display: block;
    z-index: 10;
    top: -1px;
    left: 0;
    right: 0;
    height: 0;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #ffffff;
    opacity: 0.1;
  }
}
#footer small.copyright {
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1em;
}
@media screen and (max-width: 1024px) {
  #footer small.copyright {
    font-size: 1.25em;
  }
}
#footer div.allmenu {
  text-align: center;
}
#footer nav.navigation-footer > ul > li::before {
  color: #ffffff;
}
#footer nav.navigation-footer > ul > li > a {
  color: #ffffff;
}

.anchor-link {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
  z-index: -1;
  top: -60px;
}
@media screen and (max-width: 1360px) {
  .anchor-link {
    top: -48px;
  }
}

/** Third Party Tools Style **/
.slick-general .slideobject {
  box-sizing: border-box;
  padding-left: 4%;
  padding-right: 4%;
}
.slick-general .slick-arrow {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 1.5em;
  height: 1.5em;
  background-color: #0000cd;
  font-size: 2em;
  line-height: 1.5em;
  text-align: center;
  color: #ffffff;
}
.slick-general .slick-arrow.slick-prev {
  left: -40px;
}
@media screen and (max-width: 1360px) {
  .slick-general .slick-arrow.slick-prev {
    left: -20px;
  }
}
.slick-general .slick-arrow.slick-prev::before {
  content: "\f341";
  font-family: dashicons;
}
.slick-general .slick-arrow.slick-next {
  right: -40px;
}
@media screen and (max-width: 1360px) {
  .slick-general .slick-arrow.slick-next {
    right: -20px;
  }
}
.slick-general .slick-arrow.slick-next::after {
  content: "\f345";
  font-family: dashicons;
}

#slick-topics .slick-arrow.slick-prev {
  left: -50px;
}
@media screen and (max-width: 1360px) {
  #slick-topics .slick-arrow.slick-prev {
    left: -25px;
  }
}
#slick-topics .slick-arrow.slick-next {
  right: -50px;
}
@media screen and (max-width: 1360px) {
  #slick-topics .slick-arrow.slick-next {
    right: -25px;
  }
}

.slick-sequence {
  font-size: 13px;
  line-height: 1.5em;
  text-align: center;
}

.slick-description {
  margin-bottom: 0.75em;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
}

.slick-description-text {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 640px) {
  a[class*=lightcase-icon-] {
    font-size: 28px !important;
  }
}

a[class*=lightcase-icon-next],
a[class*=lightcase-icon-prev] {
  bottom: 50% !important;
}
@media screen and (max-width: 640px) {
  a[class*=lightcase-icon-next],
a[class*=lightcase-icon-prev] {
    margin-bottom: -14px !important;
  }
}

#lightcase-info {
  width: 100%;
  text-align: center;
}
#lightcase-info #lightcase-sequenceInfo {
  text-align: center;
}
#lightcase-info #lightcase-caption {
  text-align: left;
  display: inline-block;
}
#lightcase-info #lightcase-sequenceInfo {
  font-size: 12px !important;
  margin-bottom: 5px !important;
}

.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
  padding-left: 1em !important;
  padding-right: 1em !important;
  font-size: 1.7em;
  line-height: 2em;
  text-align: center;
}

.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control.wpcf7-checkbox {
  display: inline-block !important;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item,
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin: 0 !important;
  margin-right: 1em !important;
  display: inline-block !important;
}

div.wpcf7 .ajax-loader {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}

/** Animations **/
.fadein-std {
  text-align: center;
  opacity: 0;
  -webkit-animation-name: frame-fade;
          animation-name: frame-fade;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.fadein-std.animated {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.fadein-up {
  opacity: 0;
  -webkit-animation-name: frame-fade-bottom-to-top;
          animation-name: frame-fade-bottom-to-top;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.fadein-up.animated {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.anime {
  visibility: visible !important;
}
.anime .frame.frame-0 {
  -webkit-animation-delay: 0.25s !important;
          animation-delay: 0.25s !important;
}
.anime .frame.frame-1 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.anime .frame.frame-2 {
  -webkit-animation-delay: 0.75s !important;
          animation-delay: 0.75s !important;
}
.anime .frame.frame-3 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
.anime .frame.frame-4 {
  -webkit-animation-delay: 1.25s !important;
          animation-delay: 1.25s !important;
}
.anime .frame.frame-5 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}
.anime .frame.frame-6 {
  -webkit-animation-delay: 1.75s !important;
          animation-delay: 1.75s !important;
}
.anime .frame.frame-7 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}
.anime .frame.frame-8 {
  -webkit-animation-delay: 2.25s !important;
          animation-delay: 2.25s !important;
}
.anime .frame.frame-9 {
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
}
@media screen and (max-width: 736px) {
  .anime .frame.frame-to-0 {
    -webkit-animation-delay: 0.25s !important;
            animation-delay: 0.25s !important;
  }
}
@media screen and (max-width: 736px) {
  .anime .frame.frame-to-1 {
    -webkit-animation-delay: 0.5s !important;
            animation-delay: 0.5s !important;
  }
}
@media screen and (max-width: 736px) {
  .anime .frame.frame-to-2 {
    -webkit-animation-delay: 0.75s !important;
            animation-delay: 0.75s !important;
  }
}
@media screen and (max-width: 736px) {
  .anime .frame.frame-to-3 {
    -webkit-animation-delay: 1s !important;
            animation-delay: 1s !important;
  }
}
@media screen and (max-width: 736px) {
  .anime .frame.frame-to-4 {
    -webkit-animation-delay: 1.25s !important;
            animation-delay: 1.25s !important;
  }
}
@media screen and (max-width: 736px) {
  .anime .frame.frame-to-5 {
    -webkit-animation-delay: 1.5s !important;
            animation-delay: 1.5s !important;
  }
}
@media screen and (max-width: 736px) {
  .anime .frame.frame-to-6 {
    -webkit-animation-delay: 1.75s !important;
            animation-delay: 1.75s !important;
  }
}
@media screen and (max-width: 736px) {
  .anime .frame.frame-to-7 {
    -webkit-animation-delay: 2s !important;
            animation-delay: 2s !important;
  }
}
@media screen and (max-width: 736px) {
  .anime .frame.frame-to-8 {
    -webkit-animation-delay: 2.25s !important;
            animation-delay: 2.25s !important;
  }
}
@media screen and (max-width: 736px) {
  .anime .frame.frame-to-9 {
    -webkit-animation-delay: 2.5s !important;
            animation-delay: 2.5s !important;
  }
}
.anime-fadein-std-chain .frame {
  opacity: 0;
}
.anime-fadein-std-chain.animated .frame {
  -webkit-animation-name: frame-fade;
          animation-name: frame-fade;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.anime-fadein-up-chain .frame {
  opacity: 0;
}
.anime-fadein-up-chain.animated .frame {
  -webkit-animation-name: frame-fade-bottom-to-top;
          animation-name: frame-fade-bottom-to-top;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.anime-particular-title .frame {
  opacity: 0;
}
.anime-particular-title.animated .frame {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.anime-particular-title.animated .frame-title {
  -webkit-animation-name: frame-fade-bottom-to-top;
          animation-name: frame-fade-bottom-to-top;
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.anime-particular-title.animated .frame-1, .anime-particular-title.animated .frame-2, .anime-particular-title.animated .frame-3, .anime-particular-title.animated .frame-4, .anime-particular-title.animated .frame-5, .anime-particular-title.animated .frame-6, .anime-particular-title.animated .frame-7, .anime-particular-title.animated .frame-8, .anime-particular-title.animated .frame-9 {
  -webkit-animation-name: frame-fade;
          animation-name: frame-fade;
}
.anime-particular-image .frame {
  opacity: 0;
}
.anime-particular-image.animated .frame {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.anime-particular-image.animated .frame-image {
  -webkit-animation-name: frame-fade;
          animation-name: frame-fade;
}
.anime-particular-image.animated .frame-image:not([class*=frame-to-]) {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.anime-particular-image.animated .frame-1, .anime-particular-image.animated .frame-2, .anime-particular-image.animated .frame-3, .anime-particular-image.animated .frame-4, .anime-particular-image.animated .frame-5, .anime-particular-image.animated .frame-6, .anime-particular-image.animated .frame-7, .anime-particular-image.animated .frame-8, .anime-particular-image.animated .frame-9 {
  -webkit-animation-name: frame-fade-bottom-to-top;
          animation-name: frame-fade-bottom-to-top;
}

.fadein-mainlogo {
  opacity: 0;
  -webkit-animation-name: frame-fade;
          animation-name: frame-fade;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.fadein-mainlogo.animated {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

/** Keyframes **/
@-webkit-keyframes frame-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes frame-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes frame-fade-bottom-to-top {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes frame-fade-bottom-to-top {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.history-page-box {
  display: flex;
}
.history-page-box .fill-e12 {
  margin-left: 16px;
  text-align: center;
}
.history-page-box figure img {
  width: 50px;
  height: auto;
}
@media screen and (max-width: 400px) {
  .history-page-box {
    flex-direction: column;
  }
}

.logo-80 {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("./images/80_logo.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/*# sourceMappingURL=style.css.map */