@charset "utf-8";

/*
Theme Name: SSOCJ (Japanese)
Description: ssocj.jp Theme
Version: 1.0
Author: ZENIS
Author URI: https://www.zenis.co.jp
*/



/**************************************************/
/********** Responsive Base Font Setting **********/
/**************************************************/

@media print, screen and ( min-width: 769px ) {
  html {
    font-size: 62.5%;
  }
}
@media screen and ( max-width: 768px ) {
  html {
    font-size: 56.3%;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 50.0%;
  }
}



/*******************************************************/
/********** Responsive Contents Setting (480) **********/
/*******************************************************/

@media screen and ( max-width: 480px ) {



/****************************************/
/********** Base Setting (480) **********/
/****************************************/

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width /***/:auto;
}

.alignleft,
.alignright,
.aligncenter {
  width: 100%;
  display: block!important;
  margin: 20px auto!important;
  text-align: center!important;
}



/****************************/
/********** Header **********/
/****************************/

#header {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border-top: 5px solid #002184;
  border-bottom: 5px solid #002184;
}
#header header {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#header header h1 {
  margin: 0;
  padding: 20px 70px 20px 20px;
  text-align: left;
}
#header header #function-normal {
  display: none;
}
#header header #function-small {
  width: 100%;
}
#header header #function-small nav {
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  background-color: #ECF4FB;
  border-top: 1px dotted #2095B9;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header header #function-small nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#header header #function-small nav ul li {
  margin: 0;
  padding: 0;
}
#header header #function-small nav ul li a {
  display: block;
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 1.4rem;
  text-decoration: none;
}
#header header #function-small nav ul li.mailnews a {
  color: #D9A300;
}
#header header #function-small nav ul li.mailnews a:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  background-image: url("images/icon13.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
#header header #function-small nav ul li.mypage a {
  color: #FF5B28;
  font-family: "メイリオ", Meiryo;
  font-size: 1.1rem;
}
#header header #function-small nav ul li.mypage a:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 13px;
  background-image: url("images/icon22.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
#header header #function-small nav ul li.lang a {
  color: #1F93B8;
}
#header header #function-small nav ul li.lang a:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("images/icon16.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
#header header #function-small nav ul li a:hover {
  color: #FF5B26;
}
#header header #function-small .icon-mobile ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #2A92AF;
  padding-left: 4px;
  margin-left: 4px;
}
#header header #function-small .icon-mobile ul li {
  margin: 0 4px;
}
#header header #function-small .icon-mobile ul li img {
  width: 60%;
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  width: 100%;
  background: linear-gradient(to bottom, #002184 0%, #000000 100%);
  color: #FFFFFF;
  overflow: hidden;
}
#footer footer:nth-child(1) {
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  width: 90%;
  display: flex;
  flex-direction: column;
}
#footer footer:nth-child(1) #credit {
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
}
#footer footer:nth-child(1) #credit h2 {
  font-size: 1.7rem;
}
#footer footer:nth-child(1) #credit h2:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 44px;
  background-image: url("images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#footer footer:nth-child(1) nav {
  display: none;
}
#footer footer:nth-child(2) {
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 94%;
}
#footer footer:nth-child(2) #pagetop {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  order: 2;
}
#footer footer:nth-child(2) #pagetop a {
  display: block;
  color: #002184;
  background-color: #FFFFFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 1.3rem;
  font-family: Arial Black;
  font-weight: 500;
}
#footer footer:nth-child(2) #pagetop a:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("images/icon02.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#footer footer:nth-child(2) #pagetop a:hover {
  color: #FF5B26;
}
#footer footer:nth-child(2) #copyright {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  font-size: 1.1rem;
  font-family: Verdana;
  font-weight: normal;
  order: 1;
}



/********************************/
/********** Main Image **********/
/********************************/

#main-image {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
  border-top: 3px solid #FFFFFF;
  background-color: #002184;
}
#main-image #main-slider {
  background-color: #FFFFFF;
}

/* Slider (Hack) */

#main-image .sp-buttons {
  width: 100%;
  text-align: center;
  background-color: #002184;
  padding: 10px;
  display: flex;
  justify-content: center;
  border-top: 3px solid #FFFFFF;
}
#main-image .sp-button {
  margin: 0 11px;
  width: 9px;
  height: 9px;
  display: flex;
  background-color: #2095B9;
  border-radius: 100%;
  border: none;
}
#main-image .sp-selected-button {
  background-color: #FF5B26;
}
#main-image .sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
#main-image .sp-arrow {
  position: absolute;
  display: block;
  width: 8px;
  height: 16px;
  cursor: pointer;
}
#main-image .sp-horizontal .sp-previous-arrow {
  left: 10px;
  right: auto;
}
#main-image .sp-horizontal .sp-next-arrow {
  right: 10px;
  left: auto;
}
#main-image #content-layer-text {
  position: absolute;
  top: 54%;
  pointer-events: none;
  margin: -100px 40px 0 40px;
  text-align: left;
  color: #FFFFFF;
  text-shadow: 0 0 10px #000000;
}
#main-image #content-layer-text h2 {
  font-family: 'Yu Mincho', YuMincho, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝';
  font-weight: 500;
  text-align: left;
  font-size: 2.3rem;
}
#main-image #content-layer-text p {
  font-family: 'Yu Mincho', YuMincho, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝';
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 160%;
}
#main-image #content-layer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  border-top: 2px solid #FFFFFF;
}
#main-image #content-layer ul li {
  background-color: #002184;
  text-align: center;
  flex: 1;
}
#main-image #content-layer ul li:nth-child(1) {
  border-right: 1px solid #FFFFFF;
}
#main-image #content-layer ul li:nth-child(2) {
  border-left: 1px solid #FFFFFF;
}
#main-image #content-layer ul li a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 15px 2px;
}
#main-image #content-layer ul li img {
  display: none;
}
#main-image #content-layer ul li a:hover {
  background-color: #FF5B26;
}
#main-image #content-layer ul li:nth-child(1) a:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 23px;
  background-image: url("images/icon10.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#main-image #content-layer ul li:nth-child(2) a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 23px;
  background-image: url("images/icon11.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}



/**************************/
/********** Main **********/
/**************************/

main {
  margin: 0 auto;
  padding: 20px 10px;
  display: block;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin: 0 auto;
  padding: 0;
  background-color: #ECF4FB;
  border-bottom: 1px dotted #2095B9;
  width: 100%;
}
#breadcrumbs div {
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 1.0rem;
}
#breadcrumbs div a {
  color: #000000;
}
#breadcrumbs div span {
  font-size: 1.3rem;
  margin: 0 2px 0 4px;
}
#breadcrumbs div span:first-child {
  margin: 0 2px 0 0;
}



/*****************************/
/********** Content **********/
/*****************************/

#content {
  margin: 0;
  padding: 0;
  flex: 1;
}



/*****************************/
/********** Sidebar **********/
/*****************************/

#sidebar {
  margin: 0;
  padding: 0;
  width: 100%;
}
#sidebar nav {
  background-color: #ECF4FB;
  border-radius: 4px;
  padding: 10px;
  margin: 0 0 20px 0;
}
#sidebar nav h2 {
  color: #FFFFFF;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto 10px auto;
  padding: 0;
  display: block;
  background-color: #002184;
  border-radius: 4px;
}
#sidebar nav h2 a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  margin: 0;
  padding: 5px 0;
  display: block;
}
#sidebar nav h2 a:hover {
  color: #FF5B26;
}
#sidebar nav ul {
  margin: 0;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 4px;
}
#sidebar nav ul li {
  margin: 5px 10px;
  padding: 2px 5px;
  border-bottom: 1px dotted #2095B9;
}
#sidebar nav ul li a {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 500;
}
#sidebar nav ul li a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#sidebar nav ul li.current-menu-item a,
#sidebar nav ul li.current-menu-parent a,
#sidebar nav ul li.current-page-ancestor a,
#sidebar nav ul li a:hover {
  display: block;
  color: #FF5B26;
}
#sidebar nav ul li.current-menu-item a:before,
#sidebar nav ul li.current-menu-parent a:before,
#sidebar nav ul li.current-page-ancestor a:before,
#sidebar nav ul li a:hover:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon04.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

#sidebar nav ul li ul.sub-menu {
  background-color: #ECF4FB;
  margin: 10px 0;
  padding: 20px;
}
#sidebar nav ul li ul.sub-menu li {
  border: none;
  margin: 5px 0;
  padding: 0;
  background-color: #ECF4FB;
  border-bottom: 1px dotted #2095B9;
}
#sidebar nav ul li ul.sub-menu li a {
  font-size: 1.2rem;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li a,
#sidebar nav ul li.current-menu-parent ul.sub-menu li a {
  color: #000000;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li a:hover,
#sidebar nav ul li.current-menu-parent ul.sub-menu li a:hover {
  color: #FF5B26;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li a:before,
#sidebar nav ul li.current-menu-parent ul.sub-menu li a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li a:hover:before,
#sidebar nav ul li.current-menu-parent ul.sub-menu li a:hover:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon04.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

#sidebar nav ul li.current-menu-item ul.sub-menu li.current-menu-item a,
#sidebar nav ul li.current-menu-parent ul.sub-menu li.current-menu-item a {
  color: #FF5B26;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li.current-menu-item a:before,
#sidebar nav ul li.current-menu-parent ul.sub-menu li.current-menu-item a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon04.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

#sidebar aside {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}
#sidebar aside h2 {
  clear: both;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto 10px auto;
  padding: 10px;
  color: #FFFFFF;
  background-color: #002184;
  border-radius: 4px;
  text-align: center;
}
#sidebar aside img {
  margin: 5px 0;
  border-radius: 4px;
}
#sidebar aside ul {
  margin: 20px;
  padding: 0;
}
#sidebar aside ul li {
  margin: 5px;
  list-style-type: disc;
  font-size: 1.3rem;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#trigger {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 20px;
  background: rgba(0,33,132,1.0);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
#trigger a {
  display: block;
  padding: 6px 8px 2px 8px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.0rem;
  font-family: Verdana;
}
#trigger img {
  width: 22px;
  height: 15px;
}
#modal-window {
  display: none;
}
#modal-window ul li {
  margin: 0 0 10px 0;
}
#modal-window ul li a {
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
  padding: 4px;
}
#modal-window ul li .sub-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}
#modal-window ul li .sub-menu li a {
  margin: 0 4px;
  padding: 2px 10px;
  font-size: 1.1rem;
}
#pageslide {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  z-index: 999999;
  width: 80%;
  padding: 20px 10px;
  background-color: #002184;
  color: #FFFFFF;
  text-align: center;
}
#pageslide a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}



/**************************/
/********** Home **********/
/**************************/

.home #content #section01 {
  margin: 0;
  padding: 0;
  flex: 1;
}
.home #content #section01 article {
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}

.home #content #section01 article .rss {
  text-align: right;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 70px;
  top: 1px;
  font-size: 1.0rem;
  font-family: Verdana;
}
.home #content #section01 article .rss a {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #FF5B26;
  padding: 2px 10px;
  border-radius: 4px;
}
.home #content #section01 article .rss a:hover {
  background-color: #2095B9;
}

.home #content #section01 article .archives {
  text-align: right;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.3rem;
  font-family: Verdana;
}
.home #content #section01 article .archives a {
  text-decoration: none;
  color: #000000;
}
.home #content #section01 article .archives a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.home #content #section01 article .archives a:hover {
  color: #FF5B26;
}

.home #content #section01 article#event ul {
  margin: 0;
  padding: 0;
}
.home #content #section01 article#event ul li {
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px dotted #2095B9;
  font-size: 1.3rem;
  line-height: 140%;
}
.home #content #section01 article#event ul li h4 {
  border: none;
  font-weight: 500;
}
.home #content #section01 article#event ul li .event-excerpt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.home #content #section01 article#event ul li dl {
  margin: 10px 0 0 0;
  padding: 0;
  display: table;
}
.home #content #section01 article#event ul li dl dt {
  margin: 0;
  padding: 0;
  display: table-cell;
}
.home #content #section01 article#event ul li dl dt span {
  padding: 3px 10px;
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  border-radius: 4px;
}
.home #content #section01 article#event ul li dl:nth-child(1) dt span {
  background-color: #FF5B26;
}
.home #content #section01 article#event ul li dl:nth-child(2) dt span {
  background-color: #002184;
}
.home #content #section01 article#event ul li dl dd {
  margin: 0;
  padding: 0 10px;
  display: table-cell;
}
.home #content #section01 article#event ul li .branch {
  display: flex;
  flex-direction: column;
}
.home #content #section01 article#event ul li .event-excerpt .association a {
  background-image: url("images/icon18.png");
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background--position: center center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  color: #002184;
  padding: 10px;
  line-height: 120%;
  margin: 0 0 10px 0;
}
.home #content #section01 article#event ul li .event-excerpt .hokkaido a,
.home #content #section01 article#event ul li .event-excerpt .tohoku a,
.home #content #section01 article#event ul li .event-excerpt .kanto a,
.home #content #section01 article#event ul li .event-excerpt .tokai a,
.home #content #section01 article#event ul li .event-excerpt .kansai a,
.home #content #section01 article#event ul li .event-excerpt .chugoku-shikoku a,
.home #content #section01 article#event ul li .event-excerpt .kyushu-yamaguchi a {
  background-image: url("images/icon19.png");
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background--position: center center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  color: #1F94B8;
  padding: 10px;
  line-height: 120%;
  margin: 0 0 10px 0;
}
.home #content #section01 article#event ul li .event-excerpt .association a:hover,
.home #content #section01 article#event ul li .event-excerpt .hokkaido a:hover,
.home #content #section01 article#event ul li .event-excerpt .tohoku a:hover,
.home #content #section01 article#event ul li .event-excerpt .kanto a:hover,
.home #content #section01 article#event ul li .event-excerpt .tokai a:hover,
.home #content #section01 article#event ul li .event-excerpt .kansai a:hover,
.home #content #section01 article#event ul li .event-excerpt .chugoku-shikoku a:hover,
.home #content #section01 article#event ul li .event-excerpt .kyushu-yamaguchi a:hover {
  color: #FF5B26;
}

.home #content #section01 article#information ul {
  margin: 0;
  padding: 0;
}
.home #content #section01 article#information ul li {
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px dotted #2095B9;
  font-size: 1.3rem;
  line-height: 140%;
}
.home #content #section01 article#information ul li dl {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.home #content #section01 article#information ul li dl dt {
  margin: 0 0 10px 0;
  padding: 0;
}
.home #content #section01 article#information ul li dl dt span {
  padding: 4px 10px;
  white-space: nowrap;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 1.0rem;
  font-weight: 500;
  border-radius: 4px;
  background-color: #002184;
}
.home #content #section01 article#information ul li dl dd {
  margin: 0;
  padding: 0;
}
.home #content #section01 article#information ul li dl dd:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}



.home #content #section02 {
  margin: 0;
  padding: 0;
  flex: 1;
  width: 100%;
}
.home #content #section02 article {
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}
.home #content #section02 aside a {
  width: 100%;
  margin: 0;
  padding: 0 20px;
  background-color: #FFFFFF;
  border: 1px double #A4CD4A;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
.home #content #section02 aside a img {
  margin: 0 20px 0 0;
}
.home #content #section02 aside a p {
  text-align: left;
  color: #009743;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 160%;
}
.home #content #section02 aside a p span {
  font-size: 1.3rem;
  color: #FFFFFF;
  background-color: #EA6D8D;
  padding: 2px 10px;
  border-radius: 4px;
}
.home #content #section02 aside a:hover p span {
  background-color: #A4CD4A;
}
.home #content #section02 article h2 {
  background: none;
  border-radius: 0;
  border-bottom: 2px solid #002184;
  color: #000000;
  padding: 0 0 4px 0;
}
.home #content #section02 article h2:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("images/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.home #content #section02 article .archives {
  text-align: right;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.3rem;
  font-family: Verdana;
}
.home #content #section02 article .archives a {
  text-decoration: none;
  color: #000000;
}
.home #content #section02 article .archives a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}



.home #content #section03 {
  margin: 20px 0 0 0;
  padding: 0;
  flex: 1;
}
.home #content #section03 article {
  margin: 0;
  padding: 0;
  position: relative;
}
.home #content #section03 article h3 {
  font-size: 1.5rem;
}
.home #content #section03 article h3:before {
  content: none;
}
.home #content #section03 article h3 span {
  background-color: #002184;
  color: #FFFFFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  letter-spacing: 0.2rem;
  padding: 10px 20px;
}
.home #content #section03 article ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.home #content #section03 article ul li {
  margin: 5px 10px;
  padding: 0;
  font-size: 1.5rem;
  white-space: nowrap;
}
.home #content #section03 article ul li a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}



/*********************************************/
/********** Contents Slider (Event) **********/
/*********************************************/

#event-slider {
  box-sizing: border-box;
  border: 2px solid #002184;
  box-shadow: 0 0 0 4px #FFFFFF inset;
  background: linear-gradient(to bottom, #1F94B8 0%, #1F94B8 20%, #002184 100%);
  border-radius: 4px;
}
#event-slider .sp-layer {
  max-width: 100%;
}
#event-slider .posts {
  padding: 0 50px;
  display: flex;
  justify-content: space-around;
}
#event-slider .text {
  width: 100%;
  order: 2;
}
#event-slider .readmore,
#event-slider .readmore a {
  color: #FFFFFF;
  font-size: 1.2rem;
}
#event-slider .eyecatch {
  margin: 0 20px 0 0;
  order: 1;
}
#event-slider .eyecatch img {
  max-width: 60px;
  height: auto;
}
#event-slider h5,
#event-slider h5 a {
  background: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.5rem;
  text-decoration: none;
  margin: 40px 20px 20px 20px;
  padding: 0;
  display: block;
}
#event-slider h5 a:hover {
  text-decoration: underline;
}
#event-slider p {
  color: #FFFFFF;
  font-size: 1.3rem;
  margin: 0 0 10px 0;
  line-height: 140%;
}

/* Slider (Hack) */

#event-slider .sp-buttons {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  bottom: 20px;
  right: 20px;
}
#event-slider .sp-button {
  margin: 0 6px;
  width: 11px;
  height: 11px;
  background-color: #2095B9;
  border-radius: 100%;
  border: none;
}
#event-slider .sp-selected-button {
  background-color: #FF5B26;
}
#event-slider .sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
#event-slider .sp-arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 20px;
  cursor: pointer;
}
#event-slider .sp-horizontal .sp-previous-arrow {
  left: 0;
  right: auto;
}
#event-slider .sp-horizontal .sp-next-arrow {
  right: 0;
  left: auto;
}



/*************************************************/
/********** Contents Slider (Special01) **********/
/*************************************************/

#special-slider01 {
  box-sizing: border-box;
  border: 2px solid #002184;
  box-shadow: 0 0 0 4px #FFFFFF inset;
  background: linear-gradient(to bottom, #1F94B8 0%, #1F94B8 20%, #002184 100%);
  margin: 0 0 20px 0;
  border-radius: 4px;
}
#special-slider01 h4 {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: none;
  color: #002184;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
  margin: 20px;
  padding: 4px 10px;
}
#special-slider01 h4 a {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: none;
  color: #002184;
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  text-align: center;
  display: block;
}
#special-slider01 h4:before {
  content: none;
}
#special-slider01 .sp-layer {
  max-width: 100%;
}
#special-slider01 .posts {
  padding: 0 50px;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
#special-slider01 .readmore,
#special-slider01 .readmore a {
  color: #FFFFFF;
  font-size: 1.2rem;
}
#special-slider01 .eyecatch {
  margin: 0 0 0 10px;
}
#special-slider01 .eyecatch img {
  max-width: 60px;
  height: auto;
}
#special-slider01 h5,
#special-slider01 h5 a {
  background: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  margin: 10px 0;
  padding: 0;
  display: block;
}
#special-slider01 h5 a:hover {
  text-decoration: underline;
}
#special-slider01 p {
  color: #FFFFFF;
  font-size: 1.3rem;
  margin: 0 0 10px 0;
  line-height: 140%;
}

/* Slider (Hack) */

#special-slider01 .sp-buttons {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  bottom: 20px;
  right: 20px;
}
#special-slider01 .sp-button {
  margin: 0 6px;
  width: 11px;
  height: 11px;
  background-color: #2095B9;
  border-radius: 100%;
  border: none;
}
#special-slider01 .sp-selected-button {
  background-color: #FF5B26;
}
#special-slider01 .sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
#special-slider01 .sp-arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 20px;
  cursor: pointer;
}
#special-slider01 .sp-horizontal .sp-previous-arrow {
  left: 0;
  right: auto;
}
#special-slider01 .sp-horizontal .sp-next-arrow {
  right: 0;
  left: auto;
}



/*************************************************/
/********** Contents Slider (Special02) **********/
/*************************************************/

#special-slider02 {
  box-sizing: border-box;
  border: 2px solid #002184;
  box-shadow: 0 0 0 4px #FFFFFF inset;
  background: linear-gradient(to bottom, #1F94B8 0%, #1F94B8 20%, #002184 100%);
  border-radius: 4px;
}
#special-slider02 h4 {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: none;
  color: #002184;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
  margin: 20px;
  padding: 4px 10px;
}
#special-slider02 h4 a {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: none;
  color: #002184;
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  text-align: center;
  display: block;
}
#special-slider02 h4:before {
  content: none;
}
#special-slider02 .sp-layer {
  max-width: 100%;
}
#special-slider02 .posts {
  padding: 0 50px;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
#special-slider02 .readmore,
#special-slider02 .readmore a {
  color: #FFFFFF;
  font-size: 1.2rem;
}
#special-slider02 .eyecatch {
  margin: 0 0 0 10px;
}
#special-slider02 .eyecatch img {
  max-width: 60px;
  height: auto;
}
#special-slider02 h5,
#special-slider02 h5 a {
  background: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  margin: 10px 0;
  padding: 0;
  display: block;
}
#special-slider02 h5 a:hover {
  text-decoration: underline;
}
#special-slider02 p {
  color: #FFFFFF;
  font-size: 1.3rem;
  margin: 0 0 10px 0;
  line-height: 140%;
}

/* Slider (Hack) */

#special-slider02 .sp-buttons {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  bottom: 20px;
  right: 20px;
}
#special-slider02 .sp-button {
  margin: 0 6px;
  width: 11px;
  height: 11px;
  background-color: #2095B9;
  border-radius: 100%;
  border: none;
}
#special-slider02 .sp-selected-button {
  background-color: #FF5B26;
}
#special-slider02 .sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
#special-slider02 .sp-arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 20px;
  cursor: pointer;
}
#special-slider02 .sp-horizontal .sp-previous-arrow {
  left: 0;
  right: auto;
}
#special-slider02 .sp-horizontal .sp-next-arrow {
  right: 0;
  left: auto;
}



/***************************************/
/********** Table Style Awrad **********/
/***************************************/

.table-style-award {
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
  border-collapse: separate;
}
.table-style-award caption {
  background-color: #002184;
  color: #FFFFFF;
  padding: 5px;
  font-weight: 500;
  font-size: 1.3rem;
}
.table-style-award tr:nth-child(even) {
  background-color: #FFFFFF;
}
.table-style-award tr:nth-child(odd) {
  background-color: #F2F8FD;
}
.table-style-award tr th {
  margin: 0;
  padding: 2px;
  text-align: center;
  background-color: #2095B9;
  color: #FFFFFF;
  font-weight: 500;
  white-space: nowrap;
  font-size: 1.3rem;
}
.table-style-award tr td {
  margin: 0;
  padding: 2px;
  font-size: 1.3rem;
}
.table-style-award.nowrap01 tr td:nth-child(1) {
  white-space: nowrap;
}
.table-style-award.nowrap02 tr td:nth-child(2) {
  white-space: nowrap;
}
.table-style-award.nowrap03 tr td:nth-child(3) {
  white-space: nowrap;
}
.table-style-award.nowrap04 tr td:nth-child(4) {
  white-space: nowrap;
}
.table-style-award.nowrap-last tr td:last-child {
  white-space: nowrap;
}



/**************************************/
/********** Post Style Awrad **********/
/**************************************/

.award-posts {
  clear: both;
  overflow: hidden;
  margin: 30px 0;
}
.award-posts .degree {
  font-size: 1.2rem;
  background-color: #EEEEEE;
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 500;
}
.award-posts .postmeta {
  display: block;
  margin: 0 0 10px 10px;
  padding: 0;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #D1E3EE;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  float: right;
}
.award-posts .eyecatch {
  float: left;
  margin: 0 20px 20px 0;
}
.award-posts .eyecatch img {
  width: 150px;
}



/******************************/
/********** Calendar **********/
/******************************/

.calendar {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 1.3rem!important;
}
.calendar h2 {
  text-align: left!important;
}
.calendar th {
  background-color: #002184!important;
  color: #FFFFFF!important;
  font-size: 1.3rem!important;
  font-weight: 500!important;
}
.calendar td {
  font-size: 1.3rem!important;
}



.calendar-link {
  text-align: left;
  margin: 30px 0;
}
.calendar-link a {
  text-align: center;
  background-color: #002184;
  color: #FFFFFF;
  padding: 15px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.1rem;
}
.calendar-link a:hover {
  background-color: #FF5B26;
}
.calendar-link a:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 20px;
  background-image: url("images/icon20.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
}



}



/***********************************************************/
/********** Responsive Contents Setting (480-768) **********/
/***********************************************************/

@media screen and ( min-width: 481px ) and ( max-width: 768px ) {



/*****************************************/
/********** Base Setting (768) **********/
/*****************************************/

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width /***/:auto;
}

.alignleft,
.alignright,
.aligncenter {
  width: 100%;
  display: block!important;
  margin: 20px auto!important;
  text-align: center!important;
}



/****************************/
/********** Header **********/
/****************************/

#header {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border-top: 5px solid #002184;
  border-bottom: 5px solid #002184;
}
#header header {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#header header h1 {
  margin: 0;
  padding: 20px 70px 20px 20px;
  text-align: left;
}
#header header h1 img {
  width: 70%;
}
#header header #function-normal {
  display: none;
}
#header header #function-small {
  width: 100%;
}
#header header #function-small nav {
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  background-color: #ECF4FB;
  border-top: 1px dotted #2095B9;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header header #function-small nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#header header #function-small nav ul li {
  margin: 0;
  padding: 0;
}
#header header #function-small nav ul li a {
  display: block;
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 1.5rem;
  text-decoration: none;
}
#header header #function-small nav ul li.mailnews a {
  color: #D9A300;
}
#header header #function-small nav ul li.mailnews a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background-image: url("images/icon13.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: -2px 6px 0 0;
}
#header header #function-small nav ul li.mypage a {
  color: #FF5B28;
  font-family: "メイリオ", Meiryo;
  font-size: 1.2rem;
}
#header header #function-small nav ul li.mypage a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background-image: url("images/icon22.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: -2px 6px 0 0;
}
#header header #function-small nav ul li.lang a {
  color: #1F93B8;
}
#header header #function-small nav ul li.lang a:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 14px;
  background-image: url("images/icon16.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: -2px 6px 0 0;
}
#header header #function-small nav ul li a:hover {
  color: #FF5B26;
}
#header header #function-small .icon-mobile ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #2A92AF;
  padding-left: 10px;
}
#header header #function-small .icon-mobile ul li {
  margin: 0 10px;
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  width: 100%;
  background: linear-gradient(to bottom, #002184 0%, #000000 100%);
  color: #FFFFFF;
  overflow: hidden;
}
#footer footer:nth-child(1) {
  text-align: left;
  margin: 0 auto;
  padding: 20px 0;
  width: 90%;
  display: flex;
  flex-direction: column;
}
#footer footer:nth-child(1) #credit {
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
}
#footer footer:nth-child(1) #credit h2 {
  font-size: 1.9rem;
}
#footer footer:nth-child(1) #credit h2:before {
  content: "";
  display: inline-block;
  width: 59px;
  height: 52px;
  background-image: url("images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#footer footer:nth-child(1) nav {
  margin: 20px 0 0 0;
}
#footer footer:nth-child(1) nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#footer footer:nth-child(1) nav ul li {
  margin: 6px 20px 6px 0;
  padding: 0;
  text-align: left;
  font-size: 1.3rem;
}
#footer footer:nth-child(1) nav ul li a {
  color: #FFFFFF;
}
#footer footer:nth-child(1) nav ul li a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon06.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
  color: #FFFFFF;
}
#footer footer:nth-child(1) nav ul li a:hover,
#footer footer:nth-child(1) nav ul li.current-menu-item a,
#footer footer:nth-child(1) nav ul li.current-page-ancestor a {
  text-decoration: none;
}
#footer footer:nth-child(1) nav ul li a:hover:before,
#footer footer:nth-child(1) nav ul li.current-menu-item a:before,
#footer footer:nth-child(1) nav ul li.current-page-ancestor a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon07.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

/* (CustomPostType - Single) */

.single-event #footer footer:nth-child(1) nav ul li.menu-item-object-event a,
.single-information #footer footer:nth-child(1) nav ul li.menu-item-object-information a,
.single-award #footer footer:nth-child(1) nav ul li.menu-item-object-award a {
  color: #FFFFFF;
  text-decoration: none;
}
.single-event #footer footer:nth-child(1) nav ul li.menu-item-object-event a:before,
.single-information #footer footer:nth-child(1) nav ul li.menu-item-object-information a:before,
.single-award #footer footer:nth-child(1) nav ul li.menu-item-object-award a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon07.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

#footer footer:nth-child(2) {
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 94%;
}
#footer footer:nth-child(2) #pagetop {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  order: 2;
}
#footer footer:nth-child(2) #pagetop a {
  display: block;
  color: #002184;
  background-color: #FFFFFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 1.3rem;
  font-family: Arial Black;
  font-weight: 500;
}
#footer footer:nth-child(2) #pagetop a:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("images/icon02.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#footer footer:nth-child(2) #pagetop a:hover {
  color: #FF5B26;
}
#footer footer:nth-child(2) #copyright {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  font-size: 1.1rem;
  font-family: Verdana;
  font-weight: normal;
  order: 1;
}



/********************************/
/********** Main Image **********/
/********************************/

#main-image {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
  border-top: 3px solid #FFFFFF;
  background-color: #002184;
}
#main-image #main-slider {
  background-color: #FFFFFF;
}

/* Slider (Hack) */

#main-image .sp-buttons {
  width: 100%;
  text-align: center;
  background-color: #002184;
  padding: 10px;
  display: flex;
  justify-content: center;
  border-top: 3px solid #FFFFFF;
}
#main-image .sp-button {
  margin: 0 12px;
  width: 10px;
  height: 10px;
  display: flex;
  background-color: #2095B9;
  border-radius: 100%;
  border: none;
}
#main-image .sp-selected-button {
  background-color: #FF5B26;
}
#main-image .sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
#main-image .sp-arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 20px;
  cursor: pointer;
}
#main-image .sp-horizontal .sp-previous-arrow {
  left: 20px;
  right: auto;
}
#main-image .sp-horizontal .sp-next-arrow {
  right: 20px;
  left: auto;
}
#main-image #content-layer-text {
  position: absolute;
  top: 48%;
  pointer-events: none;
  margin: -100px 60px 0 60px;
  text-align: left;
  color: #FFFFFF;
  text-shadow: 0 0 10px #000000;
}
#main-image #content-layer-text h2 {
  font-family: 'Yu Mincho', YuMincho, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝';
  font-weight: 500;
  text-align: left;
  font-size: 2.5rem;
}
#main-image #content-layer-text p {
  font-family: 'Yu Mincho', YuMincho, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝';
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 160%;
}
#main-image #content-layer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  border-top: 2px solid #FFFFFF;
}
#main-image #content-layer ul li {
  background-color: #002184;
  text-align: center;
  flex: 1;
}
#main-image #content-layer ul li:nth-child(1) {
  border-right: 1px solid #FFFFFF;
}
#main-image #content-layer ul li:nth-child(2) {
  border-left: 1px solid #FFFFFF;
}
#main-image #content-layer ul li a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 20px 10px;
}
#main-image #content-layer ul li img {
  display: none;
}
#main-image #content-layer ul li a:hover {
  background-color: #FF5B26;
}
#main-image #content-layer ul li:nth-child(1) a:before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 27px;
  background-image: url("images/icon10.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
#main-image #content-layer ul li:nth-child(2) a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 27px;
  background-image: url("images/icon11.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
}



/**************************/
/********** Main **********/
/**************************/

main {
  margin: 0 auto;
  padding: 20px;
  display: block;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin: 0 auto;
  padding: 0;
  background-color: #ECF4FB;
  border-bottom: 1px dotted #2095B9;
  width: 100%;
}
#breadcrumbs div {
  margin: 0 auto;
  padding: 10px 30px;
  font-size: 1.0rem;
}
#breadcrumbs div a {
  color: #000000;
}
#breadcrumbs div span {
  font-size: 1.3rem;
  margin: 0 3px 0 6px;
}
#breadcrumbs div span:first-child {
  margin: 0 3px 0 0;
}



/*****************************/
/********** Content **********/
/*****************************/

#content {
  margin: 0;
  padding: 0;
  flex: 1;
}



/*****************************/
/********** Sidebar **********/
/*****************************/

#sidebar {
  margin: 0;
  padding: 0;
  width: 100%;
}
#sidebar nav {
  background-color: #ECF4FB;
  border-radius: 4px;
  padding: 15px;
  margin: 0 0 20px 0;
}
#sidebar nav h2 {
  color: #FFFFFF;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto 10px auto;
  padding: 0;
  display: block;
  background-color: #002184;
  border-radius: 4px;
}
#sidebar nav h2 a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  margin: 0;
  padding: 5px 0;
  display: block;
}
#sidebar nav h2 a:hover {
  color: #FF5B26;
}
#sidebar nav ul {
  margin: 0;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 4px;
}
#sidebar nav ul li {
  margin: 5px 10px;
  padding: 2px 5px;
  border-bottom: 1px dotted #2095B9;
}
#sidebar nav ul li a {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 500;
}
#sidebar nav ul li a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#sidebar nav ul li.current-menu-item a,
#sidebar nav ul li.current-menu-parent a,
#sidebar nav ul li.current-page-ancestor a,
#sidebar nav ul li a:hover {
  display: block;
  color: #FF5B26;
}
#sidebar nav ul li.current-menu-item a:before,
#sidebar nav ul li.current-menu-parent a:before,
#sidebar nav ul li.current-page-ancestor a:before,
#sidebar nav ul li a:hover:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon04.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

#sidebar nav ul li ul.sub-menu {
  background-color: #ECF4FB;
  margin: 10px 0;
  padding: 20px;
}
#sidebar nav ul li ul.sub-menu li {
  border: none;
  margin: 5px 0;
  padding: 2px 5px;
  background-color: #ECF4FB;
  border-bottom: 1px dotted #2095B9;
}
#sidebar nav ul li ul.sub-menu li a {
  font-size: 1.2rem;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li a,
#sidebar nav ul li.current-menu-parent ul.sub-menu li a {
  color: #000000;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li a:hover,
#sidebar nav ul li.current-menu-parent ul.sub-menu li a:hover {
  color: #FF5B26;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li a:before,
#sidebar nav ul li.current-menu-parent ul.sub-menu li a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li a:hover:before,
#sidebar nav ul li.current-menu-parent ul.sub-menu li a:hover:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon04.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

#sidebar nav ul li.current-menu-item ul.sub-menu li.current-menu-item a,
#sidebar nav ul li.current-menu-parent ul.sub-menu li.current-menu-item a {
  color: #FF5B26;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li.current-menu-item a:before,
#sidebar nav ul li.current-menu-parent ul.sub-menu li.current-menu-item a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon04.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

#sidebar aside {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}
#sidebar aside h2 {
  clear: both;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  margin: 30px auto 10px auto;
  padding: 10px;
  color: #FFFFFF;
  background-color: #002184;
  border-radius: 4px;
  text-align: center;
}
#sidebar aside img {
  margin: 5px 0;
  border-radius: 4px;
}
#sidebar aside ul {
  margin: 20px;
  padding: 0;
}
#sidebar aside ul li {
  margin: 5px;
  list-style-type: disc;
  font-size: 1.3rem;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#trigger {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 20px;
  background: rgba(0,33,132,1.0);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
#trigger a {
  display: block;
  padding: 6px 8px 2px 8px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.0rem;
  font-family: Verdana;
}
#trigger img {
  width: 22px;
  height: 15px;
}
#modal-window {
  display: none;
}
#modal-window ul li {
  margin: 0 0 10px 0;
}
#modal-window ul li a {
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
  padding: 4px;
}
#modal-window ul li .sub-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}
#modal-window ul li .sub-menu li a {
  margin: 0 4px;
  padding: 2px 10px;
  font-size: 1.1rem;
}
#pageslide {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  z-index: 999999;
  width: 80%;
  padding: 20px 10px;
  background-color: #002184;
  color: #FFFFFF;
  text-align: center;
}
#pageslide a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}



/**************************/
/********** Home **********/
/**************************/

.home #content #section01 {
  margin: 0;
  padding: 0;
  flex: 1;
}
.home #content #section01 article {
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}
.home #content #section01 article .archives {
  text-align: right;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.3rem;
  font-family: Verdana;
}
.home #content #section01 article .archives a {
  text-decoration: none;
  color: #000000;
}
.home #content #section01 article .archives a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.home #content #section01 article .archives a:hover {
  color: #FF5B26;
}

.home #content #section01 article#event ul {
  margin: 0;
  padding: 0;
}
.home #content #section01 article#event ul li {
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px dotted #2095B9;
  font-size: 1.3rem;
  line-height: 140%;
}
.home #content #section01 article#event ul li h4 {
  border: none;
  font-weight: 500;
}
.home #content #section01 article#event ul li .event-excerpt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.home #content #section01 article#event ul li .event-excerpt dl {
  margin: 10px 0 0 0;
  padding: 0;
  display: table;
}
.home #content #section01 article#event ul li .event-excerpt dl dt {
  margin: 0;
  padding: 0;
  display: table-cell;
}
.home #content #section01 article#event ul li .event-excerpt dl dt span {
  padding: 3px 10px;
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  border-radius: 4px;
}
.home #content #section01 article#event ul li .event-excerpt dl:nth-child(1) dt span {
  background-color: #FF5B26;
}
.home #content #section01 article#event ul li .event-excerpt dl:nth-child(2) dt span {
  background-color: #002184;
}
.home #content #section01 article#event ul li .event-excerpt dl dd {
  margin: 0;
  padding: 0 10px;
  display: table-cell;
}
.home #content #section01 article#event ul li .branch {
  display: flex;
  flex-direction: column;
}
.home #content #section01 article#event ul li .event-excerpt .association a {
  background-image: url("images/icon18.png");
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background--position: center center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  color: #002184;
  padding: 10px;
  line-height: 120%;
  margin: 0 0 10px 0;
}
.home #content #section01 article#event ul li .event-excerpt .hokkaido a,
.home #content #section01 article#event ul li .event-excerpt .tohoku a,
.home #content #section01 article#event ul li .event-excerpt .kanto a,
.home #content #section01 article#event ul li .event-excerpt .tokai a,
.home #content #section01 article#event ul li .event-excerpt .kansai a,
.home #content #section01 article#event ul li .event-excerpt .chugoku-shikoku a,
.home #content #section01 article#event ul li .event-excerpt .kyushu-yamaguchi a {
  background-image: url("images/icon19.png");
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background--position: center center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  color: #1F94B8;
  padding: 10px;
  line-height: 120%;
  margin: 0 0 10px 0;
}
.home #content #section01 article#event ul li .event-excerpt .association a:hover,
.home #content #section01 article#event ul li .event-excerpt .hokkaido a:hover,
.home #content #section01 article#event ul li .event-excerpt .tohoku a:hover,
.home #content #section01 article#event ul li .event-excerpt .kanto a:hover,
.home #content #section01 article#event ul li .event-excerpt .tokai a:hover,
.home #content #section01 article#event ul li .event-excerpt .kansai a:hover,
.home #content #section01 article#event ul li .event-excerpt .chugoku-shikoku a:hover,
.home #content #section01 article#event ul li .event-excerpt .kyushu-yamaguchi a:hover {
  color: #FF5B26;
}

.home #content #section01 article#information ul {
  margin: 0;
  padding: 0;
}
.home #content #section01 article#information ul li {
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px dotted #2095B9;
  font-size: 1.3rem;
  line-height: 140%;
}
.home #content #section01 article#information ul li dl {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
}
.home #content #section01 article#information ul li dl dt {
  margin: 0 10px 0 0;
  padding: 0;
}
.home #content #section01 article#information ul li dl dt span {
  padding: 4px 10px;
  white-space: nowrap;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 1.0rem;
  font-weight: 500;
  border-radius: 4px;
  background-color: #002184;
}
.home #content #section01 article#information ul li dl dd {
  margin: 0;
  padding: 0;
}
.home #content #section01 article#information ul li dl dd:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}



.home #content #section02 {
  margin: 0;
  padding: 0;
  flex: 1;
  width: 100%;
}
.home #content #section02 article {
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}
.home #content #section02 aside a {
  width: 100%;
  margin: 0;
  padding: 0 20px;
  background-color: #FFFFFF;
  border: 1px double #A4CD4A;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
.home #content #section02 aside a img {
  margin: 0 20px 0 0;
}
.home #content #section02 aside a p {
  text-align: left;
  color: #009743;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 160%;
}
.home #content #section02 aside a p span {
  font-size: 1.3rem;
  color: #FFFFFF;
  background-color: #EA6D8D;
  padding: 2px 10px;
  border-radius: 4px;
}
.home #content #section02 aside a:hover p span {
  background-color: #A4CD4A;
}
.home #content #section02 article h2 {
  background: none;
  border-radius: 0;
  border-bottom: 2px solid #002184;
  color: #000000;
  padding: 0 0 4px 0;
}
.home #content #section02 article h2:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("images/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.home #content #section01 article .rss {
  text-align: right;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 70px;
  top: 1px;
  font-size: 1.0rem;
  font-family: Verdana;
}
.home #content #section01 article .rss a {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #FF5B26;
  padding: 2px 10px;
  border-radius: 4px;
}
.home #content #section01 article .rss a:hover {
  background-color: #2095B9;
}

.home #content #section02 article .archives {
  text-align: right;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.3rem;
  font-family: Verdana;
}
.home #content #section02 article .archives a {
  text-decoration: none;
  color: #000000;
}
.home #content #section02 article .archives a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}



.home #content #section03 {
  margin: 20px 0 0 0;
  padding: 0;
  flex: 1;
}
.home #content #section03 article {
  margin: 0;
  padding: 0;
  position: relative;
}
.home #content #section03 article h3 {
  font-size: 1.5rem;
}
.home #content #section03 article h3:before {
  content: none;
}
.home #content #section03 article h3 span {
  background-color: #002184;
  color: #FFFFFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  letter-spacing: 0.2rem;
  padding: 10px 20px;
}
.home #content #section03 article ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.home #content #section03 article ul li {
  margin: 5px 10px;
  padding: 0;
  font-size: 1.7rem;
  white-space: nowrap;
}
.home #content #section03 article ul li a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}



/*********************************************/
/********** Contents Slider (Event) **********/
/*********************************************/

#event-slider {
  box-sizing: border-box;
  border: 2px solid #002184;
  box-shadow: 0 0 0 4px #FFFFFF inset;
  background: linear-gradient(to bottom, #1F94B8 0%, #1F94B8 20%, #002184 100%);
}
#event-slider .sp-layer {
  max-width: 100%;
}
#event-slider .posts {
  padding: 0 50px;
  display: flex;
  justify-content: space-around;
}
#event-slider .text {
  width: 100%;
  order: 2;
}
#event-slider .readmore,
#event-slider .readmore a {
  color: #FFFFFF;
  font-size: 1.2rem;
}
#event-slider .eyecatch {
  margin: 0 20px 0 0;
  order: 1;
}
#event-slider .eyecatch img {
  max-width: 100px;
  height: auto;
}
#event-slider h5,
#event-slider h5 a {
  background: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.5rem;
  text-decoration: none;
  margin: 40px 20px 20px 20px;
  padding: 0;
  display: block;
}
#event-slider h5 a:hover {
  text-decoration: underline;
}
#event-slider p {
  color: #FFFFFF;
  font-size: 1.3rem;
  margin: 0 0 10px 0;
}

/* Slider (Hack) */

#event-slider .sp-buttons {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  bottom: 20px;
  right: 20px;
}
#event-slider .sp-button {
  margin: 0 6px;
  width: 11px;
  height: 11px;
  background-color: #2095B9;
  border-radius: 100%;
  border: none;
}
#event-slider .sp-selected-button {
  background-color: #FF5B26;
}
#event-slider .sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
#event-slider .sp-arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 20px;
  cursor: pointer;
}
#event-slider .sp-horizontal .sp-previous-arrow {
  left: 0;
  right: auto;
}
#event-slider .sp-horizontal .sp-next-arrow {
  right: 0;
  left: auto;
}



/*************************************************/
/********** Contents Slider (Special01) **********/
/*************************************************/

#special-slider01 {
  box-sizing: border-box;
  border: 2px solid #002184;
  box-shadow: 0 0 0 4px #FFFFFF inset;
  background: linear-gradient(to bottom, #1F94B8 0%, #1F94B8 20%, #002184 100%);
  margin: 0 0 20px 0;
  border-radius: 4px;
}
#special-slider01 h4 {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: none;
  color: #002184;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
  margin: 20px;
  padding: 4px 10px;
}
#special-slider01 h4 a {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: none;
  color: #002184;
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  text-align: center;
  display: block;
}
#special-slider01 h4:before {
  content: none;
}
#special-slider01 .sp-layer {
  max-width: 100%;
}
#special-slider01 .posts {
  padding: 0 50px;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
#special-slider01 .readmore,
#special-slider01 .readmore a {
  color: #FFFFFF;
  font-size: 1.2rem;
}
#special-slider01 .eyecatch {
  margin: 0 0 0 10px;
}
#special-slider01 .eyecatch img {
  max-width: 100px;
  height: auto;
}
#special-slider01 h5,
#special-slider01 h5 a {
  background: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  margin: 10px 0;
  padding: 0;
  display: block;
}
#special-slider01 h5 a:hover {
  text-decoration: underline;
}
#special-slider01 p {
  color: #FFFFFF;
  font-size: 1.3rem;
  margin: 0 0 10px 0;
}

/* Slider (Hack) */

#special-slider01 .sp-buttons {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  bottom: 20px;
  right: 20px;
}
#special-slider01 .sp-button {
  margin: 0 6px;
  width: 11px;
  height: 11px;
  background-color: #2095B9;
  border-radius: 100%;
  border: none;
}
#special-slider01 .sp-selected-button {
  background-color: #FF5B26;
}
#special-slider01 .sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
#special-slider01 .sp-arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 20px;
  cursor: pointer;
}
#special-slider01 .sp-horizontal .sp-previous-arrow {
  left: 0;
  right: auto;
}
#special-slider01 .sp-horizontal .sp-next-arrow {
  right: 0;
  left: auto;
}



/*************************************************/
/********** Contents Slider (Special02) **********/
/*************************************************/

#special-slider02 {
  box-sizing: border-box;
  border: 2px solid #002184;
  box-shadow: 0 0 0 4px #FFFFFF inset;
  background: linear-gradient(to bottom, #1F94B8 0%, #1F94B8 20%, #002184 100%);
  border-radius: 4px;
}
#special-slider02 h4 {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: none;
  color: #002184;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
  margin: 20px;
  padding: 4px 10px;
}
#special-slider02 h4 a {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: none;
  color: #002184;
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  text-align: center;
  display: block;
}
#special-slider02 h4:before {
  content: none;
}
#special-slider02 .sp-layer {
  max-width: 100%;
}
#special-slider02 .posts {
  padding: 0 50px;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
#special-slider02 .readmore,
#special-slider02 .readmore a {
  color: #FFFFFF;
  font-size: 1.2rem;
}
#special-slider02 .eyecatch {
  margin: 0 0 0 10px;
}
#special-slider02 .eyecatch img {
  max-width: 100px;
  height: auto;
}
#special-slider02 h5,
#special-slider02 h5 a {
  background: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  margin: 10px 0;
  padding: 0;
  display: block;
}
#special-slider02 h5 a:hover {
  text-decoration: underline;
}
#special-slider02 p {
  color: #FFFFFF;
  font-size: 1.3rem;
  margin: 0 0 10px 0;
}

/* Slider (Hack) */

#special-slider02 .sp-buttons {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  bottom: 20px;
  right: 20px;
}
#special-slider02 .sp-button {
  margin: 0 6px;
  width: 11px;
  height: 11px;
  background-color: #2095B9;
  border-radius: 100%;
  border: none;
}
#special-slider02 .sp-selected-button {
  background-color: #FF5B26;
}
#special-slider02 .sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
#special-slider02 .sp-arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 20px;
  cursor: pointer;
}
#special-slider02 .sp-horizontal .sp-previous-arrow {
  left: 0;
  right: auto;
}
#special-slider02 .sp-horizontal .sp-next-arrow {
  right: 0;
  left: auto;
}



/***************************************/
/********** Table Style Awrad **********/
/***************************************/

.table-style-award {
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
  border-collapse: separate;
}
.table-style-award caption {
  background-color: #002184;
  color: #FFFFFF;
  padding: 5px;
  font-weight: 500;
  font-size: 1.3rem;
}
.table-style-award tr:nth-child(even) {
  background-color: #FFFFFF;
}
.table-style-award tr:nth-child(odd) {
  background-color: #F2F8FD;
}
.table-style-award tr th {
  margin: 0;
  padding: 2px;
  text-align: center;
  background-color: #2095B9;
  color: #FFFFFF;
  font-weight: 500;
  white-space: nowrap;
  font-size: 1.3rem;
}
.table-style-award tr td {
  margin: 0;
  padding: 2px;
  font-size: 1.3rem;
}
.table-style-award.nowrap01 tr td:nth-child(1) {
  white-space: nowrap;
}
.table-style-award.nowrap02 tr td:nth-child(2) {
  white-space: nowrap;
}
.table-style-award.nowrap03 tr td:nth-child(3) {
  white-space: nowrap;
}
.table-style-award.nowrap04 tr td:nth-child(4) {
  white-space: nowrap;
}
.table-style-award.nowrap-last tr td:last-child {
  white-space: nowrap;
}



/**************************************/
/********** Post Style Awrad **********/
/**************************************/

.award-posts {
  clear: both;
  overflow: hidden;
  margin: 30px 0;
}
.award-posts .degree {
  font-size: 1.2rem;
  background-color: #EEEEEE;
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 500;
}
.award-posts .postmeta {
  display: block;
  margin: 0 0 10px 10px;
  padding: 0;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #D1E3EE;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  float: right;
}
.award-posts .eyecatch {
  float: left;
  margin: 0 20px 20px 0;
}
.award-posts .eyecatch img {
  width: 150px;
}



/******************************/
/********** Calendar **********/
/******************************/

.calendar {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 1.3rem!important;
}
.calendar h2 {
  text-align: left!important;
}
.calendar th {
  background-color: #002184!important;
  color: #FFFFFF!important;
  font-size: 1.3rem!important;
  font-weight: 500!important;
}
.calendar td {
  font-size: 1.3rem!important;
}



.calendar-link {
  text-align: left;
  margin: 30px 0;
}
.calendar-link a {
  text-align: center;
  background-color: #002184;
  color: #FFFFFF;
  padding: 15px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.1rem;
}
.calendar-link a:hover {
  background-color: #FF5B26;
}
.calendar-link a:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 20px;
  background-image: url("images/icon20.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
}



}



/************************************************************/
/********** Responsive Contents Setting (768-1024) **********/
/************************************************************/

@media screen and ( min-width: 769px ) and ( max-width: 1024px ) {



/****************************/
/********** Header **********/
/****************************/

#header {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border-top: 5px solid #002184;
  border-bottom: 5px solid #002184;
}
#header header {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#header header h1 {
  margin: 0;
  padding: 20px 70px 20px 20px;
  text-align: left;
}
#header header #function-normal {
  display: none;
}
#header header #function-small {
  width: 100%;
}
#header header #function-small nav {
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  background-color: #ECF4FB;
  border-top: 1px dotted #2095B9;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header header #function-small nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#header header #function-small nav ul li {
  margin: 0;
  padding: 0;
}
#header header #function-small nav ul li a {
  display: block;
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 1.5rem;
  text-decoration: none;
}
#header header #function-small nav ul li.mailnews a {
  color: #D9A300;
}
#header header #function-small nav ul li.mailnews a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background-image: url("images/icon13.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
#header header #function-small nav ul li.mypage a {
  color: #FF5B28;
  font-family: "メイリオ", Meiryo;
  font-size: 1.2rem;
}
#header header #function-small nav ul li.mypage a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background-image: url("images/icon22.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
#header header #function-small nav ul li.lang a {
  color: #1F93B8;
}
#header header #function-small nav ul li.lang a:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 14px;
  background-image: url("images/icon16.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
#header header #function-small nav ul li a:hover {
  color: #FF5B26;
}
#header header #function-small .icon-mobile ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #2A92AF;
  padding-left: 10px;
}
#header header #function-small .icon-mobile ul li {
  margin: 0 10px;
}
#header header #function-small .icon-mobile ul li img {
  width: auto;
  height: auto;
  margin: 0 10px;
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  width: 100%;
  background: linear-gradient(to bottom, #002184 0%, #000000 100%);
  color: #FFFFFF;
  overflow: hidden;
}
#footer footer:nth-child(1) {
  text-align: left;
  margin: 0 auto;
  padding: 30px 0;
  width: 90%;
  display: flex;
  flex-direction: column;
}
#footer footer:nth-child(1) #credit {
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
}
#footer footer:nth-child(1) #credit h2 {
  font-size: 1.9rem;
}
#footer footer:nth-child(1) #credit h2:before {
  content: "";
  display: inline-block;
  width: 59px;
  height: 52px;
  background-image: url("images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#footer footer:nth-child(1) nav {
  margin: 20px 0 0 0;
}
#footer footer:nth-child(1) nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#footer footer:nth-child(1) nav ul li {
  margin: 6px 20px 6px 0;
  padding: 0;
  text-align: left;
  font-size: 1.3rem;
}
#footer footer:nth-child(1) nav ul li a {
  color: #FFFFFF;
}
#footer footer:nth-child(1) nav ul li a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon06.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
  color: #FFFFFF;
}
#footer footer:nth-child(1) nav ul li a:hover,
#footer footer:nth-child(1) nav ul li.current-menu-item a,
#footer footer:nth-child(1) nav ul li.current-page-ancestor a {
  text-decoration: none;
}
#footer footer:nth-child(1) nav ul li a:hover:before,
#footer footer:nth-child(1) nav ul li.current-menu-item a:before,
#footer footer:nth-child(1) nav ul li.current-page-ancestor a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon07.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

/* (CustomPostType - Single) */

.single-event #footer footer:nth-child(1) nav ul li.menu-item-object-event a,
.single-information #footer footer:nth-child(1) nav ul li.menu-item-object-information a,
.single-award #footer footer:nth-child(1) nav ul li.menu-item-object-award a {
  color: #FFFFFF;
  text-decoration: none;
}
.single-event #footer footer:nth-child(1) nav ul li.menu-item-object-event a:before,
.single-information #footer footer:nth-child(1) nav ul li.menu-item-object-information a:before,
.single-award #footer footer:nth-child(1) nav ul li.menu-item-object-award a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon07.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

#footer footer:nth-child(2) {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 90%;
}
#footer footer:nth-child(2) #pagetop {
  margin: 0;
  padding: 0;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
#footer footer:nth-child(2) #pagetop a {
  display: block;
  color: #002184;
  background-color: #FFFFFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 1.3rem;
  font-family: Arial Black;
  font-weight: 500;
}
#footer footer:nth-child(2) #pagetop a:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("images/icon02.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#footer footer:nth-child(2) #pagetop a:hover {
  color: #FF5B26;
}
#footer footer:nth-child(2) #copyright {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  font-size: 1.1rem;
  font-family: Verdana;
  font-weight: normal;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#trigger {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 20px;
  background: rgba(0,33,132,1.0);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
#trigger a {
  display: block;
  padding: 6px 8px 2px 8px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.0rem;
  font-family: Verdana;
}
#trigger img {
  width: 22px;
  height: 15px;
}
#modal-window {
  display: none;
}
#modal-window ul li {
  margin: 0 0 10px 0;
}
#modal-window ul li a {
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
  padding: 4px;
}
#modal-window ul li .sub-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}
#modal-window ul li .sub-menu li a {
  margin: 0 4px;
  padding: 2px 10px;
  font-size: 1.1rem;
}
#pageslide {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  z-index: 999999;
  width: 80%;
  padding: 20px 10px;
  background-color: #002184;
  color: #FFFFFF;
  text-align: center;
}
#pageslide a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}



/********************************/
/********** Main Image **********/
/********************************/

#main-image {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
  border-top: 3px solid #FFFFFF;
  background-color: #002184;
}
#main-image #main-slider {
  background-color: #FFFFFF;
}

/* Slider (Hack) */

#main-image .sp-slides img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width /***/:auto;
}

#main-image .sp-buttons {
  width: 100%;
  text-align: center;
  background-color: #002184;
  padding: 10px;
  display: flex;
  justify-content: center;
  border-top: 3px solid #FFFFFF;
}
#main-image .sp-button {
  margin: 0 12px;
  width: 10px;
  height: 10px;
  display: flex;
  background-color: #2095B9;
  border-radius: 100%;
  border: none;
}
#main-image .sp-selected-button {
  background-color: #FF5B26;
}
#main-image .sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
#main-image .sp-arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 20px;
  cursor: pointer;
}
#main-image .sp-horizontal .sp-previous-arrow {
  left: 20px;
  right: auto;
}
#main-image .sp-horizontal .sp-next-arrow {
  right: 20px;
  left: auto;
}
#main-image #content-layer-text {
  position: absolute;
  top: 48%;
  pointer-events: none;
  margin: -100px 60px 0 60px;
  text-align: left;
  color: #FFFFFF;
  text-shadow: 0 0 10px #000000;
}
#main-image #content-layer-text h2 {
  font-family: 'Yu Mincho', YuMincho, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝';
  font-weight: 500;
  text-align: left;
  font-size: 2.7rem;
}
#main-image #content-layer-text p {
  font-family: 'Yu Mincho', YuMincho, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝';
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 160%;
}
#main-image #content-layer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  border-top: 2px solid #FFFFFF;
}
#main-image #content-layer ul li {
  background-color: #002184;
  text-align: center;
  flex: 1;
}
#main-image #content-layer ul li:nth-child(1) {
  border-right: 1px solid #FFFFFF;
}
#main-image #content-layer ul li:nth-child(2) {
  border-left: 1px solid #FFFFFF;
}
#main-image #content-layer ul li a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 20px 10px;
}
#main-image #content-layer ul li img {
  display: none;
}
#main-image #content-layer ul li a:hover {
  background-color: #FF5B26;
}
#main-image #content-layer ul li:nth-child(1) a:before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 27px;
  background-image: url("images/icon10.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
#main-image #content-layer ul li:nth-child(2) a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 27px;
  background-image: url("images/icon11.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
}



/**************************/
/********** Main **********/
/**************************/

main {
  margin: 0 auto;
  padding: 20px;
  display: block;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin: 0 auto;
  padding: 0;
  background-color: #ECF4FB;
  border-bottom: 1px dotted #2095B9;
  width: 100%;
}
#breadcrumbs div {
  margin: 0 auto;
  padding: 10px 30px;
  font-size: 1.0rem;
}
#breadcrumbs div a {
  color: #000000;
}
#breadcrumbs div span {
  font-size: 1.3rem;
  margin: 0 5px 0 10px;
}
#breadcrumbs div span:first-child {
  margin: 0 5px 0 0;
}



/*****************************/
/********** Content **********/
/*****************************/

#content {
  margin: 0;
  padding: 0;
  flex: 1;
}



/*****************************/
/********** Sidebar **********/
/*****************************/

#sidebar {
  margin: 0;
  padding: 0;
  width: 100%;
}
#sidebar nav {
  background-color: #ECF4FB;
  border-radius: 4px;
  padding: 20px;
  margin: 0 0 30px 0;
}
#sidebar nav h2 {
  color: #FFFFFF;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto 10px auto;
  padding: 0;
  display: block;
  background-color: #002184;
  border-radius: 4px;
}
#sidebar nav h2 a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  margin: 0;
  padding: 5px 0;
  display: block;
}
#sidebar nav h2 a:hover {
  color: #FF5B26;
}
#sidebar nav ul {
  margin: 0;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 4px;
}
#sidebar nav ul li {
  margin: 5px 10px;
  padding: 2px 5px;
  border-bottom: 1px dotted #2095B9;
}
#sidebar nav ul li a {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 500;
}
#sidebar nav ul li a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#sidebar nav ul li.current-menu-item a,
#sidebar nav ul li.current-menu-parent a,
#sidebar nav ul li.current-page-ancestor a,
#sidebar nav ul li a:hover {
  display: block;
  color: #FF5B26;
}
#sidebar nav ul li.current-menu-item a:before,
#sidebar nav ul li.current-menu-parent a:before,
#sidebar nav ul li.current-page-ancestor a:before,
#sidebar nav ul li a:hover:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon04.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

#sidebar nav ul li ul.sub-menu {
  background-color: #ECF4FB;
  margin: 10px 0;
  padding: 20px;
}
#sidebar nav ul li ul.sub-menu li {
  border: none;
  margin: 5px 0;
  padding: 2px 5px;
  background-color: #ECF4FB;
  border-bottom: 1px dotted #2095B9;
}
#sidebar nav ul li ul.sub-menu li a {
  font-size: 1.2rem;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li a,
#sidebar nav ul li.current-menu-parent ul.sub-menu li a {
  color: #000000;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li a:hover,
#sidebar nav ul li.current-menu-parent ul.sub-menu li a:hover {
  color: #FF5B26;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li a:before,
#sidebar nav ul li.current-menu-parent ul.sub-menu li a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li a:hover:before,
#sidebar nav ul li.current-menu-parent ul.sub-menu li a:hover:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon04.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

#sidebar nav ul li.current-menu-item ul.sub-menu li.current-menu-item a,
#sidebar nav ul li.current-menu-parent ul.sub-menu li.current-menu-item a {
  color: #FF5B26;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li.current-menu-item a:before,
#sidebar nav ul li.current-menu-parent ul.sub-menu li.current-menu-item a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon04.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

#sidebar aside {
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
}
#sidebar aside h2 {
  clear: both;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  margin: 30px auto 10px auto;
  padding: 10px;
  color: #FFFFFF;
  background-color: #002184;
  border-radius: 4px;
  text-align: center;
}
#sidebar aside img {
  margin: 5px 0;
  border-radius: 4px;
}
#sidebar aside ul {
  margin: 20px;
  padding: 0;
}
#sidebar aside ul li {
  margin: 5px;
  list-style-type: disc;
  font-size: 1.3rem;
}



/**************************/
/********** Home **********/
/**************************/

.home #content #section01 {
  margin: 0;
  padding: 0;
  flex: 1;
}
.home #content #section01 article {
  margin: 0 0 30px 0;
  padding: 0;
  position: relative;
}
.home #content #section01 article .archives {
  text-align: right;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.3rem;
  font-family: Verdana;
}
.home #content #section01 article .archives a {
  text-decoration: none;
  color: #000000;
}
.home #content #section01 article .archives a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.home #content #section01 article .archives a:hover {
  color: #FF5B26;
}

/* Event */

.home #content #section01 article#event ul {
  margin: 0;
  padding: 0;
}
.home #content #section01 article#event ul li {
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px dotted #2095B9;
  font-size: 1.3rem;
  line-height: 140%;
}
.home #content #section01 article#event ul li h4 {
  border: none;
  font-weight: 500;
}
.home #content #section01 article#event ul li .event-excerpt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.home #content #section01 article#event ul li .event-excerpt dl {
  margin: 10px 0 0 0;
  padding: 0;
  display: table;
}
.home #content #section01 article#event ul li .event-excerpt dl dt {
  margin: 0;
  padding: 0;
  display: table-cell;
}
.home #content #section01 article#event ul li .event-excerpt dl dt span {
  padding: 3px 10px;
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  border-radius: 4px;
}
.home #content #section01 article#event ul li .event-excerpt dl:nth-child(1) dt span {
  background-color: #FF5B26;
}
.home #content #section01 article#event ul li .event-excerpt dl:nth-child(2) dt span {
  background-color: #002184;
}
.home #content #section01 article#event ul li .event-excerpt dl dd {
  margin: 0;
  padding: 0 10px;
  display: table-cell;
}
.home #content #section01 article#event ul li .branch {
  display: flex;
  flex-direction: column;
}
.home #content #section01 article#event ul li .event-excerpt .association a {
  background-image: url("images/icon18.png");
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background--position: center center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  color: #002184;
  padding: 10px;
  line-height: 120%;
  margin: 0 0 10px 0;
}
.home #content #section01 article#event ul li .event-excerpt .hokkaido a,
.home #content #section01 article#event ul li .event-excerpt .tohoku a,
.home #content #section01 article#event ul li .event-excerpt .kanto a,
.home #content #section01 article#event ul li .event-excerpt .tokai a,
.home #content #section01 article#event ul li .event-excerpt .kansai a,
.home #content #section01 article#event ul li .event-excerpt .chugoku-shikoku a,
.home #content #section01 article#event ul li .event-excerpt .kyushu-yamaguchi a {
  background-image: url("images/icon19.png");
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background--position: center center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  color: #1F94B8;
  padding: 10px;
  line-height: 120%;
  margin: 0 0 10px 0;
}
.home #content #section01 article#event ul li .event-excerpt .association a:hover,
.home #content #section01 article#event ul li .event-excerpt .hokkaido a:hover,
.home #content #section01 article#event ul li .event-excerpt .tohoku a:hover,
.home #content #section01 article#event ul li .event-excerpt .kanto a:hover,
.home #content #section01 article#event ul li .event-excerpt .tokai a:hover,
.home #content #section01 article#event ul li .event-excerpt .kansai a:hover,
.home #content #section01 article#event ul li .event-excerpt .chugoku-shikoku a:hover,
.home #content #section01 article#event ul li .event-excerpt .kyushu-yamaguchi a:hover {
  color: #FF5B26;
}

/* Information */

.home #content #section01 article#information ul {
  margin: 0;
  padding: 0;
}
.home #content #section01 article#information ul li {
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px dotted #2095B9;
  font-size: 1.3rem;
  line-height: 140%;
}
.home #content #section01 article#information ul li dl {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
}
.home #content #section01 article#information ul li dl dt {
  margin: 0 10px 0 0;
  padding: 0;
}
.home #content #section01 article#information ul li dl dt span {
  padding: 4px 10px;
  white-space: nowrap;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 1.0rem;
  font-weight: 500;
  border-radius: 4px;
  background-color: #002184;
}
.home #content #section01 article#information ul li dl dd {
  margin: 0;
  padding: 0;
}
.home #content #section01 article#information ul li dl dd:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.home #content #section02 {
  margin: 0;
  padding: 0;
  flex: 1;
  width: 100%;
}
.home #content #section02 article {
  margin: 0 0 30px 0;
  padding: 0;
  position: relative;
}
.home #content #section02 article h2 {
  background: none;
  border-radius: 0;
  border-bottom: 2px solid #002184;
  color: #000000;
  padding: 0 0 4px 0;
}
.home #content #section02 article h2:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("images/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.home #content #section01 article .rss {
  text-align: right;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 70px;
  top: 1px;
  font-size: 1.0rem;
  font-family: Verdana;
}
.home #content #section01 article .rss a {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #FF5B26;
  padding: 2px 10px;
  border-radius: 4px;
}
.home #content #section01 article .rss a:hover {
  background-color: #2095B9;
}

.home #content #section02 article .archives {
  text-align: right;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.3rem;
  font-family: Verdana;
}
.home #content #section02 article .archives a {
  text-decoration: none;
  color: #000000;
}
.home #content #section02 article .archives a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}



.home #content #section03 {
  margin: 30px 0 0 0;
  padding: 0;
  flex: 1;
}
.home #content #section03 article {
  margin: 0;
  padding: 0;
  position: relative;
}
.home #content #section03 article h3 {
  font-size: 1.5rem;
}
.home #content #section03 article h3:before {
  content: none;
}
.home #content #section03 article h3 span {
  background-color: #002184;
  color: #FFFFFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  letter-spacing: 0.2rem;
  padding: 10px 20px;
}
.home #content #section03 article ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.home #content #section03 article ul li {
  margin: 5px 10px;
  padding: 0;
  font-size: 1.7rem;
  white-space: nowrap;
  flex: 1;
}
.home #content #section03 article ul li a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}



/*********************************************/
/********** Contents Slider (Event) **********/
/*********************************************/

#event-slider {
  box-sizing: border-box;
  border: 2px solid #002184;
  box-shadow: 0 0 0 4px #FFFFFF inset;
  background: linear-gradient(to bottom, #1F94B8 0%, #1F94B8 20%, #002184 100%);
  border-radius: 4px;
}
#event-slider .sp-layer {
  max-width: 100%;
}
#event-slider .posts {
  padding: 0 50px;
  display: flex;
  justify-content: space-around;
}
#event-slider .text {
  width: 100%;
  order: 2;
}
#event-slider .readmore,
#event-slider .readmore a {
  color: #FFFFFF;
  font-size: 1.2rem;
}
#event-slider .eyecatch {
  margin: 0 20px 0 0;
  order: 1;
}
#event-slider .eyecatch img {
  width: 100px;
  height: auto;
}
#event-slider h5,
#event-slider h5 a {
  background: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.5rem;
  text-decoration: none;
  margin: 40px 20px 20px 20px;
  padding: 0;
  display: block;
}
#event-slider h5 a:hover {
  text-decoration: underline;
}
#event-slider p {
  color: #FFFFFF;
  font-size: 1.3rem;
  margin: 0 0 10px 0;
}

/* Slider (Hack) */

#event-slider .sp-buttons {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  bottom: 20px;
  right: 20px;
}
#event-slider .sp-button {
  margin: 0 6px;
  width: 11px;
  height: 11px;
  background-color: #2095B9;
  border-radius: 100%;
  border: none;
}
#event-slider .sp-selected-button {
  background-color: #FF5B26;
}
#event-slider .sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
#event-slider .sp-arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 20px;
  cursor: pointer;
}
#event-slider .sp-horizontal .sp-previous-arrow {
  left: 0;
  right: auto;
}
#event-slider .sp-horizontal .sp-next-arrow {
  right: 0;
  left: auto;
}



/*************************************************/
/********** Contents Slider (Special01) **********/
/*************************************************/

#special-slider01 {
  box-sizing: border-box;
  border: 2px solid #002184;
  box-shadow: 0 0 0 4px #FFFFFF inset;
  background: linear-gradient(to bottom, #1F94B8 0%, #1F94B8 20%, #002184 100%);
  margin: 0 0 30px 0;
  border-radius: 4px;
}
#special-slider01 h4 {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: none;
  color: #002184;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
  margin: 20px;
  padding: 4px 10px;
}
#special-slider01 h4 a {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: none;
  color: #002184;
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  text-align: center;
  display: block;
}
#special-slider01 h4:before {
  content: none;
}
#special-slider01 .sp-layer {
  max-width: 100%;
}
#special-slider01 .posts {
  padding: 0 50px;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
#special-slider01 .readmore,
#special-slider01 .readmore a {
  color: #FFFFFF;
  font-size: 1.2rem;
}
#special-slider01 .eyecatch {
  margin: 0 0 0 10px;
}
#special-slider01 .eyecatch img {
  width: 100px;
  height: auto;
}
#special-slider01 h5,
#special-slider01 h5 a {
  background: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  margin: 10px 0;
  padding: 0;
  display: block;
}
#special-slider01 h5 a:hover {
  text-decoration: underline;
}
#special-slider01 p {
  color: #FFFFFF;
  font-size: 1.3rem;
  margin: 0 0 10px 0;
}

/* Slider (Hack) */

#special-slider01 .sp-buttons {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  bottom: 20px;
  right: 20px;
}
#special-slider01 .sp-button {
  margin: 0 6px;
  width: 11px;
  height: 11px;
  background-color: #2095B9;
  border-radius: 100%;
  border: none;
}
#special-slider01 .sp-selected-button {
  background-color: #FF5B26;
}
#special-slider01 .sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
#special-slider01 .sp-arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 20px;
  cursor: pointer;
}
#special-slider01 .sp-horizontal .sp-previous-arrow {
  left: 0;
  right: auto;
}
#special-slider01 .sp-horizontal .sp-next-arrow {
  right: 0;
  left: auto;
}



/*************************************************/
/********** Contents Slider (Special02) **********/
/*************************************************/

#special-slider02 {
  box-sizing: border-box;
  border: 2px solid #002184;
  box-shadow: 0 0 0 4px #FFFFFF inset;
  background: linear-gradient(to bottom, #1F94B8 0%, #1F94B8 20%, #002184 100%);
  border-radius: 4px;
}
#special-slider02 h4 {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: none;
  color: #002184;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
  margin: 20px;
  padding: 4px 10px;
}
#special-slider02 h4 a {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: none;
  color: #002184;
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  text-align: center;
  display: block;
}
#special-slider02 h4:before {
  content: none;
}
#special-slider02 .sp-layer {
  max-width: 100%;
}
#special-slider02 .posts {
  padding: 0 50px;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
#special-slider02 .readmore,
#special-slider02 .readmore a {
  color: #FFFFFF;
  font-size: 1.2rem;
}
#special-slider02 .eyecatch {
  margin: 0 0 0 10px;
}
#special-slider02 .eyecatch img {
  width: 100px;
  height: auto;
}
#special-slider02 h5,
#special-slider02 h5 a {
  background: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  margin: 10px 0;
  padding: 0;
  display: block;
}
#special-slider02 h5 a:hover {
  text-decoration: underline;
}
#special-slider02 p {
  color: #FFFFFF;
  font-size: 1.3rem;
  margin: 0 0 10px 0;
}

/* Slider (Hack) */

#special-slider02 .sp-buttons {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  bottom: 20px;
  right: 20px;
}
#special-slider02 .sp-button {
  margin: 0 6px;
  width: 11px;
  height: 11px;
  background-color: #2095B9;
  border-radius: 100%;
  border: none;
}
#special-slider02 .sp-selected-button {
  background-color: #FF5B26;
}
#special-slider02 .sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
#special-slider02 .sp-arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 20px;
  cursor: pointer;
}
#special-slider02 .sp-horizontal .sp-previous-arrow {
  left: 0;
  right: auto;
}
#special-slider02 .sp-horizontal .sp-next-arrow {
  right: 0;
  left: auto;
}



/***************************************/
/********** Table Style Awrad **********/
/***************************************/

.table-style-award {
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
  border-collapse: separate;
}
.table-style-award caption {
  background-color: #002184;
  color: #FFFFFF;
  padding: 10px;
  font-weight: 500;
  font-size: 1.3rem;
}
.table-style-award tr:nth-child(even) {
  background-color: #FFFFFF;
}
.table-style-award tr:nth-child(odd) {
  background-color: #F2F8FD;
}
.table-style-award tr th {
  margin: 0;
  padding: 10px;
  text-align: center;
  background-color: #2095B9;
  color: #FFFFFF;
  font-weight: 500;
  white-space: nowrap;
  font-size: 1.3rem;
}
.table-style-award tr td {
  margin: 0;
  padding: 10px;
  font-size: 1.3rem;
}
.table-style-award.nowrap01 tr td:nth-child(1) {
  white-space: nowrap;
}
.table-style-award.nowrap02 tr td:nth-child(2) {
  white-space: nowrap;
}
.table-style-award.nowrap03 tr td:nth-child(3) {
  white-space: nowrap;
}
.table-style-award.nowrap04 tr td:nth-child(4) {
  white-space: nowrap;
}
.table-style-award.nowrap-last tr td:last-child {
  white-space: nowrap;
}



/**************************************/
/********** Post Style Awrad **********/
/**************************************/

.award-posts {
  clear: both;
  overflow: hidden;
  margin: 30px 0;
}
.award-posts .degree {
  font-size: 1.2rem;
  background-color: #EEEEEE;
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 500;
}
.award-posts .postmeta {
  display: block;
  margin: 0 0 10px 10px;
  padding: 0;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 2.0rem;
  font-weight: 500;
  background-color: #D1E3EE;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  float: right;
}
.award-posts .eyecatch {
  float: left;
  margin: 0 20px 20px 0;
}



/******************************/
/********** Calendar **********/
/******************************/

.calendar {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 1.3rem!important;
}
.calendar h2 {
  text-align: left!important;
}
.calendar th {
  background-color: #002184!important;
  color: #FFFFFF!important;
  font-size: 1.3rem!important;
  font-weight: 500!important;
}
.calendar td {
  font-size: 1.3rem!important;
}



.calendar-link {
  text-align: left;
  margin: 30px 0;
}
.calendar-link a {
  text-align: center;
  background-color: #002184;
  color: #FFFFFF;
  padding: 15px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.1rem;
}
.calendar-link a:hover {
  background-color: #FF5B26;
}
.calendar-link a:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 20px;
  background-image: url("images/icon20.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
}



}



/********************************************************/
/********** Responsive Contents Setting (1024) **********/
/********************************************************/

@media print, screen and ( min-width: 1025px ) {



/****************************/
/********** Header **********/
/****************************/

#header {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#header header {
  margin: 0 auto;
  padding: 20px 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
}
#header header h1 {
  margin: 0;
  padding: 0;
}
#header header #function-normal {
  margin: 0;
  padding: 0;
}
#header header #function-normal nav {
  margin: 0;
  padding: 0;
}
#header header #function-normal nav ul {
  margin: 0 0 10px 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
#header header #function-normal nav ul li {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
}
#header header #function-normal nav ul li a {
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}
#header header #function-normal nav ul li a:hover {
  color: #FF5B26;
}
#header header #function-normal nav ul li + li:before {
  content: "・";
  margin: 0 5px;
}
#header header #function-normal .icon-pc {
  margin: 0;
  padding: 0;
}
#header header #function-normal .icon-pc ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#header header #function-normal .icon-pc ul li {
  margin: 0 0 0 20px;
  padding: 0;
}
#header header #function-normal .icon-pc .mypage a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FF5B28;
  color: #FFFFFF;
  border-radius: 6px;
  text-decoration: none;
  font-family: "メイリオ", Meiryo;
  font-size: 1.1rem;
  padding: 8px 20px 4px 20px;
}
#header header #function-normal .icon-pc .mypage a:hover {
  background-color: #F3D072;
}
#header header #function-small {
  display: none;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#trigger {
  display: none;
}



/********************************/
/********** Global Nav **********/
/********************************/

/* MainMenu */

#global-nav {
  width: 100%;
  background: linear-gradient(to bottom, #001451 0%, #002184 100%);
}
#global-nav nav {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
#global-nav nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  background-image: url("images/separator.png");
  background-repeat: no-repeat;
  background-position: center right;
}
#global-nav nav ul li {
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  z-index: 9999;
  flex-grow: 1;
  background-image: url("images/separator.png");
  background-repeat: no-repeat;
  background-position: center left;
}
#global-nav nav ul li a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  padding: 12px 0;
}
#global-nav nav ul li a:hover,
#global-nav nav ul li.current-menu-item a,
#global-nav nav ul li.current-menu-parent a,
#global-nav nav ul li.current-menu-ancestor a,
#global-nav nav ul li.current-page-ancestor a {
  color: #FF5B26;
}

/* (CustomPostType - Single) */

.single-event #global-nav nav ul li.menu-item-object-event a,
.single-information #global-nav nav ul li.menu-item-object-information a,
.single-award #global-nav nav ul li.menu-item-object-award a,
.single-publication #global-nav nav ul li.menu-item-object-publication a,
.single-publication #global-nav nav ul li.menu-item-744 a {
  color: #FF5B26;
}



/* (Members - custom) */

#global-nav nav ul li.menu-item-31 a {
  background-color: #1F94B8;
  color: #FFFFFF;
}
#global-nav nav ul li.menu-item-31 a:hover {
  background-color: #FF5B26;
}
#global-nav nav ul li.menu-item-31.current-menu-item a,
#global-nav nav ul li.menu-item-31.current-menu-parent a,
#global-nav nav ul li.menu-item-31.current-menu-ancestor a,
#global-nav nav ul li.menu-item-31.current-page-ancestor a {
  background-color: #FF5B26;
}
#global-nav nav ul li.menu-item-31 ul.sub-menu li.current-menu-item a {
  display: block;
  color: #FFFFFF;
  background-color: #FF5B26;
}
#global-nav nav ul li.menu-item-31 ul.sub-menu li.current-menu-item a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon05.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#global-nav nav ul li.menu-item-31 ul.sub-menu li.current-menu-item a,
#global-nav nav ul li.menu-item-31 ul.sub-menu li.current-menu-parent a,
#global-nav nav ul li.menu-item-31 ul.sub-menu li.current-menu-ancestor a,
#global-nav nav ul li.menu-item-31 ul.sub-menu li a:hover {
  display: block;
  color: #FFFFFF;
  background-color: #FF5B26;
}
#global-nav nav ul li.menu-item-31 ul.sub-menu li.current-menu-item a:before,
#global-nav nav ul li.menu-item-31 ul.sub-menu li.current-menu-parent a:before,
#global-nav nav ul li.menu-item-31 ul.sub-menu li.current-menu-ancestor a:before,
#global-nav nav ul li.menu-item-31 ul.sub-menu li a:hover:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon05.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#global-nav nav ul li.menu-item-31 ul.sub-menu li a {
  background-color: #F4FAFB;
}



/* SubMenu (1st) */

#global-nav nav ul li ul.sub-menu {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  width: 220px;
  border: 3px solid #FFFFFF;
  background-color: #2095B9;
  border-radius: 3px;
  padding: 5px;
  box-shadow: 1px 3px 10px rgba(0,0,0,0.3);
}
#global-nav nav ul li:hover ul.sub-menu {
  display: block;
}
#global-nav nav ul li ul.sub-menu li a {
  border-bottom: 2px solid #2095B9;
  padding: 4px 12px;
  background-color: #F4FAFB;
  color: #002184;
  text-align: left;
  font-size: 1.3rem;
}
#global-nav nav ul li ul.sub-menu li:last-child a {
  border: none;
}
#global-nav nav ul li ul.sub-menu li a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

#global-nav nav ul li ul.sub-menu li.current-menu-item a,
#global-nav nav ul li ul.sub-menu li.current-menu-parent a,
#global-nav nav ul li ul.sub-menu li.current-menu-ancestor a,
#global-nav nav ul li ul.sub-menu li.current-page-ancestor a,
#global-nav nav ul li ul.sub-menu li a:hover {
  display: block;
  color: #FFFFFF;
  background-color: #FF5B26;
}
#global-nav nav ul li ul.sub-menu li.current-menu-item a:before,
#global-nav nav ul li ul.sub-menu li.current-menu-parent a:before,
#global-nav nav ul li ul.sub-menu li.current-menu-ancestor a:before,
#global-nav nav ul li ul.sub-menu li.current-page-ancestor a:before,
#global-nav nav ul li ul.sub-menu li a:hover:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon05.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

/* (CustomPostType - Single) */

.single-event #global-nav nav ul li.menu-item-object-event ul.sub-menu li a,
.single-information #global-nav nav ul li.menu-item-object-information ul li.sub-menu li a,
.single-award #global-nav nav ul li.menu-item-object-award ul.sub-menu li a,
.single-publication #global-nav nav ul li.menu-item-object-publication ul.sub-menu li a,
.single-publication #global-nav nav ul li.menu-item-744 ul.sub-menu li a {
  color: #002184;
}
.single-event #global-nav nav ul li.menu-item-object-event ul.sub-menu li a:hover,
.single-information #global-nav nav ul li.menu-item-object-information ul li.sub-menu li a:hover,
.single-award #global-nav nav ul li.menu-item-object-award ul.sub-menu li a:hover,
.single-publication #global-nav nav ul li.menu-item-object-publication ul.sub-menu li a:hover,
.single-publication #global-nav nav ul li.menu-item-744 ul.sub-menu li a:hover {
  color: #FFFFFF;
}
.single-event #global-nav nav ul li.menu-item-object-event ul.sub-menu li.current-menu-parent a,
.single-information #global-nav nav ul li.menu-item-object-information ul li.sub-menu li.current-menu-parent a,
.single-award #global-nav nav ul li.menu-item-object-award ul.sub-menu li.current-menu-parent a,
.single-publication #global-nav nav ul li.menu-item-object-publication ul.sub-menu li.current-menu-parent a,
.single-publication #global-nav nav ul li.menu-item-744 ul.sub-menu li.current-menu-parent a {
  color: #FFFFFF;
}
.single-publication #global-nav nav ul li.menu-item-744 ul.sub-menu li ul.sub-menu li a {
  color: #FFFFFF;
}

/* SubMenu (2nd) */

#global-nav nav ul li ul.sub-menu li ul.sub-menu {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  border: none;
}
#global-nav nav ul li ul.sub-menu li:hover ul.sub-menu {
  display: block;
}
#global-nav nav ul li ul.sub-menu li ul.sub-menu li a {
  border-bottom: 1px solid #2095B9;
  padding: 4px 22px;
  background-color: #1D86A7;
  color: #FFFFFF;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 500;
}
#global-nav nav ul li ul.sub-menu li ul.sub-menu li a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon05.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#global-nav nav ul li ul.sub-menu li ul.sub-menu li.current-menu-item a,
#global-nav nav ul li ul.sub-menu li ul.sub-menu li a:hover {
  display: block;
  color: #FFFFFF;
  background-color: #FF5B26; 
}
#global-nav nav ul li ul.sub-menu li ul.sub-menu li.current-menu-item a:before,
#global-nav nav ul li ul.sub-menu li ul.sub-menu li a:hover:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon05.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  width: 100%;
  background: linear-gradient(to bottom, #002184 0%, #000000 100%);
  color: #FFFFFF;
  overflow: hidden;
}
#footer footer:nth-child(1) {
  text-align: left;
  margin: 0 auto;
  padding: 50px 0;
  width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#footer footer:nth-child(1) #credit {
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
  flex: 1;
}
#footer footer:nth-child(1) #credit h2 {
  font-size: 1.9rem;
}
#footer footer:nth-child(1) #credit h2:before {
  content: "";
  display: inline-block;
  width: 59px;
  height: 52px;
  background-image: url("images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#footer footer:nth-child(1) nav {
  flex: 1;
}
#footer footer:nth-child(1) nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 180px;
}
#footer footer:nth-child(1) nav ul li {
  margin: 3px 0;
  padding: 0;
  text-align: left;
  font-size: 1.3rem;
}
#footer footer:nth-child(1) nav ul li a {
  color: #FFFFFF;
}
#footer footer:nth-child(1) nav ul li a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon06.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
  color: #FFFFFF;
}
#footer footer:nth-child(1) nav ul li a:hover,
#footer footer:nth-child(1) nav ul li.current-menu-item a,
#footer footer:nth-child(1) nav ul li.current-page-ancestor a {
  text-decoration: none;
}
#footer footer:nth-child(1) nav ul li a:hover:before,
#footer footer:nth-child(1) nav ul li.current-menu-item a:before,
#footer footer:nth-child(1) nav ul li.current-page-ancestor a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon07.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

/* (CustomPostType - Single) */

.single-event #footer footer:nth-child(1) nav ul li.menu-item-object-event a,
.single-information #footer footer:nth-child(1) nav ul li.menu-item-object-information a,
.single-award #footer footer:nth-child(1) nav ul li.menu-item-object-award a {
  color: #FFFFFF;
  text-decoration: none;
}
.single-event #footer footer:nth-child(1) nav ul li.menu-item-object-event a:before,
.single-information #footer footer:nth-child(1) nav ul li.menu-item-object-information a:before,
.single-award #footer footer:nth-child(1) nav ul li.menu-item-object-award a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon07.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

#footer footer:nth-child(2) {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  position: relative;
}
#footer footer:nth-child(2) #pagetop {
  margin: 0;
  padding: 0;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
#footer footer:nth-child(2) #pagetop a {
  display: block;
  color: #002184;
  background-color: #FFFFFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 1.3rem;
  font-family: Arial Black;
  font-weight: 500;
}
#footer footer:nth-child(2) #pagetop a:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("images/icon02.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#footer footer:nth-child(2) #pagetop a:hover {
  color: #FF5B26;
}
#footer footer:nth-child(2) #copyright {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  font-size: 1.1rem;
  font-family: Verdana;
  font-weight: normal;
}



/********************************/
/********** Main Image **********/
/********************************/

#main-image {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
  border-top: 3px solid #FFFFFF;
  background-color: #002184;
}
#main-slider {
  background-color: #FFFFFF;
}

/* Slider (Hack) */

#main-image #main-slider .sp-buttons {
  width: 100%;
  text-align: center;
  background-color: #002184;
  padding: 10px;
  display: flex;
  justify-content: center;
  border-top: 3px solid #FFFFFF;
}
#main-image #main-slider .sp-button {
  margin: 0 13px;
  width: 11px;
  height: 11px;
  display: flex;
  background-color: #2095B9;
  border-radius: 100%;
  border: none;
}
#main-image #main-slider .sp-selected-button {
  background-color: #FF5B26;
}
#main-image #main-slider .sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
#main-image #main-slider .sp-arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 50px;
  cursor: pointer;
  top: -10px;
}
#main-image #main-slider .sp-horizontal .sp-previous-arrow {
  left: 50px;
  right: auto;
}
#main-image #main-slider .sp-horizontal .sp-next-arrow {
  right: 50px;
  left: auto;
}

/* Mainimage (Layer) */

#main-image #content-layer {
  position: absolute;
  left: 0;
  top: 80px;
  right: 0;
  bottom: 50px;
  margin: auto;
  width: 1000px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
#main-image #content-layer-text {
  margin: 0 40px;
  text-align: left;
  color: #FFFFFF;
  text-shadow: 0 0 10px #000000;
  width: 54%;
}
#main-image #content-layer-text h2 {
  font-family: 'Yu Mincho', YuMincho, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝';
  font-weight: 500;
  text-align: left;
  font-size: 2.9rem;
}
#main-image #content-layer-text p {
  font-family: 'Yu Mincho', YuMincho, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝';
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 160%;
}
#main-image #content-layer ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0 40px 0 0;
}
#main-image #content-layer ul li {
  margin: 0 0 0 20px;
  pointer-events: auto;
}
#main-image #content-layer ul li span {
  display: none;
}



/**************************/
/********** Main **********/
/**************************/

main {
  margin: 0 auto;
  padding: 50px 0;
  width: 1000px;
  display: flex;
  justify-content: space-between;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin: 0 auto;
  padding: 0;
  background-color: #ECF4FB;
  border-bottom: 1px dotted #2095B9;
  width: 100%;
}
#breadcrumbs div {
  margin: 0 auto;
  padding: 10px;
  width: 1000px;
  font-size: 1.0rem;
}
#breadcrumbs div a {
  color: #000000;
}
#breadcrumbs div span {
  font-size: 1.3rem;
  margin: 0 5px 0 10px;
}
#breadcrumbs div span:first-child {
  margin: 0 5px 0 0;
}



/*****************************/
/********** Content **********/
/*****************************/

#content {
  order: 2;
  margin: 0;
  padding: 0;
  flex: 1;
}



/*****************************/
/********** Sidebar **********/
/*****************************/

#sidebar {
  order: 1;
  margin: 0 30px 0 0;
  padding: 0;
  width: 220px;
}
#sidebar nav {
  margin: 0 0 30px 0;
  padding: 10px;
  background-color: #002184;
  border-radius: 4px;
}
#sidebar nav h2 {
  color: #FFFFFF;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: block;
}
#sidebar nav h2 a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  margin: 0;
  padding: 2px 0 10px 0;
  display: block;
}
#sidebar nav h2 a:hover {
  color: #FF5B26;
}
#sidebar nav ul {
  margin: 0;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 4px;
}
#sidebar nav ul li {
  margin: 10px 0;
  padding: 2px 5px;
  width: 100%;
  border-bottom: 1px dotted #2095B9;
}
#sidebar nav ul li a {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 500;
}
#sidebar nav ul li a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#sidebar nav ul li.current-menu-item a,
#sidebar nav ul li.current-menu-parent a,
#sidebar nav ul li.current-page-ancestor a,
#sidebar nav ul li a:hover {
  display: block;
  color: #FF5B26;
}
#sidebar nav ul li.current-menu-item a:before,
#sidebar nav ul li.current-menu-parent a:before,
#sidebar nav ul li.current-page-ancestor a:before,
#sidebar nav ul li a:hover:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon04.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

#sidebar nav ul li ul.sub-menu li {
  border: none;
  margin: 5px 0;
  padding: 2px 5px;
}
#sidebar nav ul li ul.sub-menu li a {
  font-size: 1.2rem;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li a,
#sidebar nav ul li.current-menu-parent ul.sub-menu li a {
  color: #000000;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li a:hover,
#sidebar nav ul li.current-menu-parent ul.sub-menu li a:hover,
#sidebar nav ul li.current-page-ancestor ul.sub-menu li a:hover {
  color: #FF5B26;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li a:before,
#sidebar nav ul li.current-menu-parent ul.sub-menu li a:before,
#sidebar nav ul li.current-page-ancestor ul.sub-menu li a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li a:hover:before,
#sidebar nav ul li.current-menu-parent ul.sub-menu li a:hover:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon04.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li.current-menu-item a,
#sidebar nav ul li.current-menu-parent ul.sub-menu li.current-menu-item a {
  color: #FF5B26;
}
#sidebar nav ul li.current-menu-item ul.sub-menu li.current-menu-item a:before,
#sidebar nav ul li.current-menu-parent ul.sub-menu li.current-menu-item a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon04.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

#sidebar aside {
  margin: 0 0 30px 0;
  padding: 0;
}
#sidebar aside h2 {
  clear: both;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto 10px auto;
  padding: 10px;
  color: #FFFFFF;
  background-color: #002184;
  border-radius: 4px;
  text-align: center;
}
#sidebar aside img {
  margin: 5px 0;
  border-radius: 4px;
}
#sidebar aside ul {
  margin: 20px;
  padding: 0;
}
#sidebar aside ul li {
  margin: 5px;
  list-style-type: disc;
  font-size: 1.3rem;
}



/**************************/
/********** Home **********/
/**************************/

.home #content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home #content #section01 {
  margin: 0;
  padding: 0;
  width: 485px;
}
.home #content #section01 article {
  margin: 0 0 30px 0;
  padding: 0;
  position: relative;
}
.home #content #section01 article:last-child {
  margin: 0;
}

.home #content #section01 article .rss {
  text-align: right;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 70px;
  top: 1px;
  font-size: 1.0rem;
  font-family: Verdana;
}
.home #content #section01 article .rss a {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #FF5B26;
  padding: 2px 10px;
  border-radius: 4px;
}
.home #content #section01 article .rss a:hover {
  background-color: #2095B9;
}

.home #content #section01 article .archives {
  text-align: right;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.3rem;
  font-family: Verdana;
}
.home #content #section01 article .archives a {
  text-decoration: none;
  color: #000000;
}
.home #content #section01 article .archives a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.home #content #section01 article .archives a:hover {
  color: #FF5B26;
}

/* Event */

.home #content #section01 article#event ul {
  margin: 0;
  padding: 0;
}
.home #content #section01 article#event ul li {
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px dotted #2095B9;
  font-size: 1.3rem;
  line-height: 140%;
}
.home #content #section01 article#event ul li h4 {
  border: none;
  font-weight: 500;
}
.home #content #section01 article#event ul li .event-excerpt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.home #content #section01 article#event ul li .event-excerpt dl {
  margin: 10px 0 0 0;
  padding: 0;
  display: table;
}
.home #content #section01 article#event ul li .event-excerpt dl dt {
  margin: 0;
  padding: 0;
  display: table-cell;
}
.home #content #section01 article#event ul li .event-excerpt dl dt span {
  padding: 3px 10px;
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  border-radius: 4px;
}
.home #content #section01 article#event ul li .event-excerpt dl:nth-child(1) dt span {
  background-color: #FF5B26;
}
.home #content #section01 article#event ul li .event-excerpt dl:nth-child(2) dt span {
  background-color: #002184;
}
.home #content #section01 article#event ul li .event-excerpt dl dd {
  margin: 0;
  padding: 0 10px;
  display: table-cell;
}
.home #content #section01 article#event ul li .branch {
  display: flex;
  flex-direction: column;
}
.home #content #section01 article#event ul li .event-excerpt .association a {
  background-image: url("images/icon18.png");
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background--position: center center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  color: #002184;
  padding: 10px;
  line-height: 120%;
  margin: 0 0 10px 0;
}
.home #content #section01 article#event ul li .event-excerpt .hokkaido a,
.home #content #section01 article#event ul li .event-excerpt .tohoku a,
.home #content #section01 article#event ul li .event-excerpt .kanto a,
.home #content #section01 article#event ul li .event-excerpt .tokai a,
.home #content #section01 article#event ul li .event-excerpt .kansai a,
.home #content #section01 article#event ul li .event-excerpt .chugoku-shikoku a,
.home #content #section01 article#event ul li .event-excerpt .kyushu-yamaguchi a {
  background-image: url("images/icon19.png");
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background--position: center center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  color: #1F94B8;
  padding: 10px;
  line-height: 120%;
  margin: 0 0 10px 0;
}
.home #content #section01 article#event ul li .event-excerpt .association a:hover,
.home #content #section01 article#event ul li .event-excerpt .hokkaido a:hover,
.home #content #section01 article#event ul li .event-excerpt .tohoku a:hover,
.home #content #section01 article#event ul li .event-excerpt .kanto a:hover,
.home #content #section01 article#event ul li .event-excerpt .tokai a:hover,
.home #content #section01 article#event ul li .event-excerpt .kansai a:hover,
.home #content #section01 article#event ul li .event-excerpt .chugoku-shikoku a:hover,
.home #content #section01 article#event ul li .event-excerpt .kyushu-yamaguchi a:hover {
  color: #FF5B26;
}

/* Information */

.home #content #section01 article#information ul {
  margin: 0;
  padding: 0;
}
.home #content #section01 article#information ul li {
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px dotted #2095B9;
  font-size: 1.3rem;
  line-height: 140%;
}
.home #content #section01 article#information ul li dl {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
}
.home #content #section01 article#information ul li dl dt {
  margin: 0 10px 0 0;
  padding: 0;
}
.home #content #section01 article#information ul li dl dt span {
  padding: 4px 10px;
  white-space: nowrap;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 1.0rem;
  font-weight: 500;
  border-radius: 4px;
  background-color: #002184;
}
.home #content #section01 article#information ul li dl dd {
  margin: 0;
  padding: 0;
}
.home #content #section01 article#information ul li dl dd:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}



.home #content #section02 {
  margin: 0 0 0 30px;
  padding: 0;
  width: 485px;
}
.home #content #section02 article {
  margin: 0 0 30px 0;
  padding: 0;
  position: relative;
}
.home #content #section01 article:last-child {
  margin: 0;
}
.home #content #section02 article h2 {
  background: none;
  border-radius: 0;
  border-bottom: 2px solid #002184;
  color: #000000;
  padding: 0 0 4px 0;
}
.home #content #section02 article h2:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("images/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.home #content #section02 article .archives {
  text-align: right;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.3rem;
  font-family: Verdana;
}
.home #content #section02 article .archives a {
  text-decoration: none;
  color: #000000;
}
.home #content #section02 article .archives a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}



.home #content #section03 {
  margin: 30px 0 0 0;
  padding: 0;
  width: 100%;
}
.home #content #section03 article {
  margin: 0;
  padding: 0;
  position: relative;
}
.home #content #section03 article h3 {
  font-size: 1.5rem;
}
.home #content #section03 article h3:before {
  content: none;
}
.home #content #section03 article h3 span {
  background-color: #002184;
  color: #FFFFFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  letter-spacing: 0.2rem;
  padding: 10px 20px;
}
.home #content #section03 article ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.home #content #section03 article ul li {
  margin: 5px 10px;
  padding: 0;
  font-size: 1.7rem;
  white-space: nowrap;
  flex: 1;
}
.home #content #section03 article ul li a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 0;
}



/*********************************************/
/********** Contents Slider (Event) **********/
/*********************************************/

#event-slider {
  box-sizing: border-box;
  border: 2px solid #002184;
  box-shadow: 0 0 0 4px #FFFFFF inset;
  background: linear-gradient(to bottom, #1F94B8 0%, #1F94B8 20%, #002184 100%);
  border-radius: 4px;
}
#event-slider .sp-layer {
  max-width: 100%;
}
#event-slider .posts {
  padding: 0 50px;
  display: flex;
  justify-content: space-around;
}
#event-slider .text {
  width: 100%;
  order: 2;
}
#event-slider .readmore,
#event-slider .readmore a {
  color: #FFFFFF;
  font-size: 1.2rem;
}
#event-slider .eyecatch {
  margin: 0 20px 0 0;
  order: 1;
}
#event-slider .eyecatch img {
  width: 100px;
  height: auto;
}
#event-slider h5,
#event-slider h5 a {
  background: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.5rem;
  text-decoration: none;
  margin: 40px 20px 20px 20px;
  padding: 0;
  display: block;
}
#event-slider h5 a:hover {
  text-decoration: underline;
}
#event-slider p {
  color: #FFFFFF;
  font-size: 1.3rem;
  margin: 0 0 10px 0;
}

/* Slider (Hack) */

#event-slider .sp-buttons {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  bottom: 20px;
  right: 20px;
}
#event-slider .sp-button {
  margin: 0 6px;
  width: 11px;
  height: 11px;
  background-color: #2095B9;
  border-radius: 100%;
  border: none;
}
#event-slider .sp-selected-button {
  background-color: #FF5B26;
}
#event-slider .sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
#event-slider .sp-arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 20px;
  cursor: pointer;
}
#event-slider .sp-horizontal .sp-previous-arrow {
  left: 0;
  right: auto;
}
#event-slider .sp-horizontal .sp-next-arrow {
  right: 0;
  left: auto;
}



/*************************************************/
/********** Contents Slider (Special01) **********/
/*************************************************/

#special-slider01 {
  box-sizing: border-box;
  border: 2px solid #002184;
  box-shadow: 0 0 0 4px #FFFFFF inset;
  background: linear-gradient(to bottom, #1F94B8 0%, #1F94B8 20%, #002184 100%);
  margin: 0 0 30px 0;
  border-radius: 4px;
}
#special-slider01 h4 {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: none;
  color: #002184;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
  margin: 20px;
  padding: 4px 10px;
}
#special-slider01 h4 a {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: none;
  color: #002184;
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  text-align: center;
  display: block;
}
#special-slider01 h4:before {
  content: none;
}
#special-slider01 .sp-layer {
  max-width: 100%;
}
#special-slider01 .posts {
  padding: 0 50px;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
#special-slider01 .readmore,
#special-slider01 .readmore a {
  color: #FFFFFF;
  font-size: 1.2rem;
}
#special-slider01 .eyecatch {
  margin: 0 0 0 10px;
}
#special-slider01 .eyecatch img {
  width: 100px;
  height: auto;
}
#special-slider01 h5,
#special-slider01 h5 a {
  background: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  margin: 10px 0;
  padding: 0;
  display: block;
}
#special-slider01 h5 a:hover {
  text-decoration: underline;
}
#special-slider01 p {
  color: #FFFFFF;
  font-size: 1.3rem;
  margin: 0 0 10px 0;
}

/* Slider (Hack) */

#special-slider01 .sp-slide {
  display: block;
}
#special-slider01 .sp-buttons {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  bottom: 20px;
  right: 20px;
}
#special-slider01 .sp-button {
  margin: 0 6px;
  width: 11px;
  height: 11px;
  background-color: #2095B9;
  border-radius: 100%;
  border: none;
}
#special-slider01 .sp-selected-button {
  background-color: #FF5B26;
}
#special-slider01 .sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
#special-slider01 .sp-arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 20px;
  cursor: pointer;
}
#special-slider01 .sp-horizontal .sp-previous-arrow {
  left: 0;
  right: auto;
}
#special-slider01 .sp-horizontal .sp-next-arrow {
  right: 0;
  left: auto;
}



/*************************************************/
/********** Contents Slider (Special02) **********/
/*************************************************/

#special-slider02 {
  box-sizing: border-box;
  border: 2px solid #002184;
  box-shadow: 0 0 0 4px #FFFFFF inset;
  background: linear-gradient(to bottom, #1F94B8 0%, #1F94B8 20%, #002184 100%);
  border-radius: 4px;
}
#special-slider02 h4 {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: none;
  color: #002184;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
  margin: 20px;
  padding: 4px 10px;
}
#special-slider02 h4 a {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: none;
  color: #002184;
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  text-align: center;
  display: block;
}
#special-slider02 h4:before {
  content: none;
}
#special-slider02 .sp-layer {
  max-width: 100%;
}
#special-slider02 .posts {
  padding: 0 50px;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
#special-slider02 .readmore,
#special-slider02 .readmore a {
  color: #FFFFFF;
  font-size: 1.2rem;
}
#special-slider02 .eyecatch {
  margin: 0 0 0 10px;
}
#special-slider02 .eyecatch img {
  width: 100px;
  height: auto;
}
#special-slider02 h5,
#special-slider02 h5 a {
  background: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.7rem;
  text-decoration: none;
  margin: 10px 0;
  padding: 0;
  display: block;
}
#special-slider02 h5 a:hover {
  text-decoration: underline;
}
#special-slider02 p {
  color: #FFFFFF;
  font-size: 1.3rem;
  margin: 0 0 10px 0;
}

/* Slider (Hack) */

#special-slider02 .sp-buttons {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  bottom: 20px;
  right: 20px;
}
#special-slider02 .sp-button {
  margin: 0 6px;
  width: 11px;
  height: 11px;
  background-color: #2095B9;
  border-radius: 100%;
  border: none;
}
#special-slider02 .sp-selected-button {
  background-color: #FF5B26;
}
#special-slider02 .sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
#special-slider02 .sp-arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 20px;
  cursor: pointer;
}
#special-slider02 .sp-horizontal .sp-previous-arrow {
  left: 0;
  right: auto;
}
#special-slider02 .sp-horizontal .sp-next-arrow {
  right: 0;
  left: auto;
}



/***************************************/
/********** Table Style Awrad **********/
/***************************************/

.table-style-award {
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
  border-collapse: separate;
}
.table-style-award caption {
  background-color: #002184;
  color: #FFFFFF;
  padding: 10px;
  font-weight: 500;
  font-size: 1.3rem;
}
.table-style-award tr:nth-child(even) {
  background-color: #FFFFFF;
}
.table-style-award tr:nth-child(odd) {
  background-color: #F2F8FD;
}
.table-style-award tr th {
  margin: 0;
  padding: 10px;
  text-align: center;
  background-color: #2095B9;
  color: #FFFFFF;
  font-weight: 500;
  white-space: nowrap;
  font-size: 1.3rem;
}
.table-style-award tr td {
  margin: 0;
  padding: 10px;
  font-size: 1.3rem;
}
.table-style-award.nowrap01 tr td:nth-child(1) {
  white-space: nowrap;
}
.table-style-award.nowrap02 tr td:nth-child(2) {
  white-space: nowrap;
}
.table-style-award.nowrap03 tr td:nth-child(3) {
  white-space: nowrap;
}
.table-style-award.nowrap04 tr td:nth-child(4) {
  white-space: nowrap;
}
.table-style-award.nowrap-last tr td:last-child {
  white-space: nowrap;
}



/**************************************/
/********** Post Style Awrad **********/
/**************************************/

.award-posts {
  clear: both;
  overflow: hidden;
  margin: 30px 0;
}
.award-posts .degree {
  font-size: 1.2rem;
  background-color: #EEEEEE;
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 500;
}
.award-posts .postmeta {
  display: block;
  margin: 0 0 10px 10px;
  padding: 0;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 2.0rem;
  font-weight: 500;
  background-color: #D1E3EE;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  float: right;
}
.award-posts .eyecatch {
  float: left;
  margin: 0 20px 20px 0;
}



/******************************/
/********** Calendar **********/
/******************************/

.calendar {
  width: 1000px;
  margin: 0 auto 60px auto;
  padding: 0;
  font-size: 1.3rem!important;
}
.calendar h2 {
  text-align: left!important;
}
.calendar th {
  background-color: #002184!important;
  color: #FFFFFF!important;
  font-size: 1.3rem!important;
  font-weight: 500!important;
}
.calendar td {
  font-size: 1.3rem!important;
}



.calendar-link {
  text-align: left;
  margin: 30px 0;
}
.calendar-link a {
  text-align: center;
  background-color: #002184;
  color: #FFFFFF;
  padding: 15px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.1rem;
}
.calendar-link a:hover {
  background-color: #FF5B26;
}
.calendar-link a:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 20px;
  background-image: url("images/icon20.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
}



}