/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
nav ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}
body {
  background: #F8F8F8;
  min-height: 100%;
  line-height: 1.5;
  word-wrap: break-word;
  font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #000;
}
a {
  color: #666666;
}
small {
  font-size: 87.5%;
}
a img {
  vertical-align: bottom;
}
* + h2, * + h3, * + h4, * + h5, * + h6 {
  margin: 40px 0 25px;
}
* + p, * + table {
  margin: 20px 0;
}
ul, li {
  list-style: none;
}
#main ul {
  padding: 0 0 0 .5em;
}
#main ol {
  padding: 0 0 0 .2em;
}
#main ul li {
  list-style: inside disc;
}
#main ol li {
  list-style: inside decimal;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
h1 {
  font-size: 1.75em;
  font-weight: normal;
}
h2 {
  position: relative;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.2em;
  border-bottom: 2px solid #dddddd;
  padding-bottom: .3em;
  margin-bottom: 30px;
}
h2:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 34%;
  border-bottom: solid 2px #23477c;
}
h3 {
  padding: 0 0 .3em;
  font-size: 1.188em;
  font-weight: normal;
  line-height: 1.2em;
  border-bottom: 2px solid #dddddd;
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}
th {
  background: #999;
  color: #fff;
  padding: .4em 1.2em;
  text-align: left;
}
td {
  background: #fff;
  padding: .4em 1.2em;
}
img {
  max-width: 100%;
  height: auto;
}
div.w100, div.w80, div.w75, div.w66, div.w50, div.w33, div.w25, div.w20, div.w16 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.w100 {
  width: 100%;
}
.w80 {
  width: 80%;
}
.w75 {
  width: 75%;
}
.w66 {
  width: 66.66%;
/*  width: calc(100%*2 / 3);*/
}
.w50 {
  width: 50%;
}
.w33 {
  width: 33.33%;
/*  width: calc(100% / 3);*/
}
.w25 {
  width: 25%;
}
.w20 {
  width: 20%;
}
.w16 {
  width: 16.66%;
/*  width: calc(100% / 6);*/
}
#header {
  background-color: #fff;
}
#sub {
  background: #23477C;
  padding: 8px 0;
}
#sub p {
  max-width: 1200px;
  margin: 0 auto;
}
#global {
  background: #23477C
}
#global ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#global ul::before {
  content: '';
  display: block;
  background: #fff;
  height: 50%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#global ul li {
  position: relative;
}
#global ul li::after {
  content: '';
  display: block;
  background: #fff;
  height: 50%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#global ul li a {
  display: block;
  color: #ffffff;
  padding: 14px 26px;
  text-decoration: none;
  text-align: center;
}
#sub p {
  font-size: 0.75em;
  color: #fff;
}
#header-content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 43px 20px 37px;
  position: relative;

  background: url(./../../files/e5f0f0247350afd097f5014a69ebad7981f316b8.png) no-repeat right center;

  background-size: 180px auto;
}
#header-content::before {
  content: '';
  display: block;
  width: 13px;
  height: 26px;
  background: #23477C;
  transform: skewX(-30deg);
  position: absolute;
  left: 25px;
  top: 0;
}
#header-content #logo {
  width: 446px;
}
#header-content #logo img {
  -webkit-filter: brightness(1) invert(0);
  -moz-filter: brightness(1) invert(0);
  -o-filter: brightness(1) invert(0);
  -ms-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
#slideshow {
  height: 440px;
}
#slideshow > div {
  height: 440px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#slideshow > div .box {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#slideshow > div .box p {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.cycle-slideshow {
}
.breadcrumb {
  margin: 0 0 1.618em;
  padding: 0;
  font-size: 90%;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li:after {
  content: '\3E';
  margin: 0 0.5em;
  display: inline-block;
}
.breadcrumb li:last-child:after {
  display: none;
}
.block {
  margin: 30px 0;
}
#content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
#main {
  float: left;
  width: 100%;
}
#main-inner {
  margin-right: 350px;
}
#side {
  float: right;
  width: 320px;
  margin-left: -320px;
}
#side {
  float: right;
  width: 320px;
  margin-left: -320px;
}
#side ul,
#side ul li {
  list-style: none;
}
#side ul li a {
  display: block;
  background: #23477C;
  padding: 20px;
  text-decoration: none;
  color: #fff
}
#side ul ul li a {
  background: #fff;
  color: #666;
  border-bottom: 1px solid #ccc;
}
#side ul li.parent {
  position: relative;
}
#side ul li.parent ul li a {
  padding-left: 40px;
}
#side ul li.parent .plus {
  display: block;
  position: absolute;
  width: 60px;
  height: 55px;
  top: 5px;
  right: 0;
  cursor: pointer;
  border-left: 1px solid #ccc;
}
#side ul li.parent .plus:before {
  display: block;
  position: absolute;
  content: '';
  width: 15px;
  height: 3px;
  top: 27px;
  right: 22px;
  background: #666;
}
#side ul li.parent .plus:after {
  display: block;
  position: absolute;
  content: '';
  top: 21px;
  width: 3px;
  height: 15px;
  right: 28px;
  background: #666;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#side ul li.active ul li a {
  background: #f2f2f2;
}
#side ul li.current > a {
  background: #dce7e8!important;
}
#side ul li.active .plus:after {
  background: transparent;
}
#side ul li.parent ul {
  height: auto;
  overflow: hidden;
  max-height: 0;
}
#side ul li.active ul {
  max-height: 100%;
}
#intro {
  background: #fff;
}
#intro-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 50px;
}
#intro ul {
  margin-bottom: 20px;
}
#copy {
  padding: 10px 0;
  background: #23478c;
  color: #fff;
}
#copy p {
  text-align: center;
}
#footer {
  background: #ebefe8;
}
#footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  padding-left: 175px;

  background: url(./../../files/055d6462578089f8daf76ec6b7cd6ee42fbcb338.png) no-repeat left center;

  background-size: 140px auto;
}
#footer-inner ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#footer-inner ul li.top {
  padding: 30px 0 40px;
  margin: 0 3% 0 0;
  width: 47%;
  border-bottom: 1px solid #fff;
}
#footer-inner ul li.top:nth-child(even) {
  margin: 0 0 0 3%;
}
#footer-inner ul li a {
  color: #fff;
  text-decoration: none;
}
#footer-inner ul ul {
  border-left: none;
  padding: 0;
}
#footer-inner ul li.sub {
  padding: 0 20px 0 0;
}
#footer-inner ul li.sub a {
  font-size: 75.0%;
}
#footer-inner ul li.sub a:after {
  content: '/';
  position: relative;
  left: 10px;
}
#footer-nav {
  padding: 20px 0 40px;
  display: none;
}
#footer-info p {
}
#footer-info p strong {
  display: inline-block;
  margin-bottom: .4em;
  font-size: 1.063em;
  line-height: 1.6;
}
.posts {
  margin: 40px 0;
}
.posts.information li {
  display: flex;
}
.posts.information li time {
  width: 12%;
}
.posts.links ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.posts.links ul li {
  width: 180px;
  margin-bottom: 20px;
}
.asset-meta {
  margin-bottom: 20px;
}
#toggle {
  display: none;
}
.caption {
  padding: 15px!important;
  background: #fff;
  text-align: center;
}
.caption img {
  vertical-align: bottom;
}
.caption .mt-image-none,
.caption .mt-image-left {
  width: 100%;
  float: none!important;
  margin: 0!important;
}
.caption p {
  text-align: center;
  margin: 10px 0 0;
}
.sp {
  display: none;
}
@media screen and (max-width: 850px) {
  img {
    max-width: 100%;
    height: auto;
  }
  #toggle, .plus {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  #toggle {
    display: block;
    position: absolute;
    width: 48px;
    height: 22px;
    top: 0px;
    right: 0;
    font-weight: bold;
    font-size: 81.3%;
    padding: 38px 0 0 3px;
    color: #23477C;
    font-family: Helvetica, Arial, Roboto, sans-serif;
    cursor: pointer;
  }
  #toggle-inner {
    position: absolute;
    width: 29px;
    height: 4px;
    top: 22px;
    right: 15px;
    background: #23477C;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  #toggle-inner:before, #toggle-inner:after {
    display: block;
    position: absolute;
    content: '';
    width: 29px;
    height: 4px;
    top: -10px;
    right: 0;
    background: #23477C;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #toggle-inner:after {
    top: 10px;
  }
  .open #toggle-inner {
    background-color: transparent;
  }
  .open #toggle-inner:before {
    top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #toggle-inner:after {
    top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header {
    height: 60px;
  }
  #header-content {
    min-height: 0;
    margin: 0 auto;
    max-width: 100%;
    padding: 15px 20px;
    background: none;
  }
  #header-content::before {
    display: none;
  }
  #header-content #logo {
    width: auto;
  }
  #header-content #logo img {
    height: 30px;
  }
  #global,
  #sub,
  .breadcrumb {
    display: none;
  }
  #slideshow,
  #slideshow > div {
    height: 300px;
  }
  .front #content {
    padding: 0 20px;
  }
  #content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #intro-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
  }
  #main,
  #datebased-main,
  #individual-main,
  #category-main {
    float: none;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main-inner {
    margin-right: 0;
  }
  #side {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #footer-logo {
    display: none;
  }
  #footer-nav {
    display: none;
    position: absolute;
    top: 60px;
    padding: 0;
    z-index: 1000;
    background: #23477C;
    left: 0;
    width: 100%;
  }
  #footer-nav ul {
    width: 100%;
    display: block;
  }
  #footer-nav ul ul {
    display: none;
  }
  #footer-inner ul li.top {
    display: block;
    border-left: none;
    padding: 0;
    border-bottom: 1px solid #fff;
    margin: 0;
    width: auto;
  }
  #footer-inner ul li.top:nth-child(even) {
    margin: 0;
  }
  #footer-inner ul li a {
    display: block;
    padding: 10px 20px;
  }
  .open #footer-nav {
    display: block;
  }
  #posts li time,
  .posts li time {
     width: 100%;
  }
  #posts li a,
  .posts li a {
    display: block;
    margin-bottom: 1em;
  }
  .posts.information li {
      display: flex;
      flex-wrap: wrap;
  }
  .posts.information li time {
      width: 100%;
  }
  .posts.links ul li {
    width: 48%;
    margin-bottom: 0;
  }
  .posts.links ul li a {
    margin-bottom: .5em;
  }
  .rows2 {

  }
  .rows2 th,
  .rows2 td{
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer-inner {
    padding: 125px 20px 20px;
    background-position: center 15px;
    background-size: 100px auto;
  }
  #footer-info p {
    font-size: 14px;
  }
  .sp {
    display: block;
  }
}