@charset "utf-8";



/**************************************************/
/********** 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 (320) **********/
/*******************************************************/

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


/****************************************/
/********** Base Setting (320) **********/
/****************************************/

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

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



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

#header {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#header header {
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header header h1 {
  margin: 0;
  padding: 0;
}
#header header h1 a {
  font-size: 1.6rem;
  font-weight: 800;
  text-decoration: none;
  color: #2D287F;
}
#header header h1 a:before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 42px;
  background-image: url("../images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 6px 0 0;
  transition: all 0.3s ease;
}
#header header nav {
  display: none;
}

.page #container {
  background-image: url("../images/page-header-background.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 320px 474px;
}



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

#footer {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #2D287F;
}
#footer footer {
  margin: 0 auto;
  padding: 20px 0 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
}
#footer footer div:first-child {
  margin: 0 auto 10px auto;
  text-align: center;
}
#footer footer #copyright {
  font-size: 1.0rem;
  font-family: Verdana;
  text-align: right;
  letter-spacing: 0.1rem;
}
#footer footer #pagetop {
  position: fixed;
  right: 20px;
  bottom: 100px;
}



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

#trigger {
  position: fixed;
  z-index: 7777;
  right: 10px;
  top: 15px;
  background-color: #FFFFFF;
  border-radius: 3px;
}
#trigger-close {
  position: fixed;
  z-index: 9999;
  right: 10px;
  top: 15px;
  background-color: #FFFFFF;
  border-radius: 3px;
}
#trigger a,
#trigger-close a {
  display: block;
  padding: 10px;
}
#modal-window {
  display: none;
}
#modal-window ul.main-menu {
  margin: 55px 0 0 0;
  padding: 20px;
  background-color: #FFFFFF;
}
#modal-window ul.main-menu li {
  margin: 10px 0;
  border-bottom: 1px dotted #999999;
}
#modal-window ul.main-menu li a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: #2D287F;
  font-size: 1.6rem;
}
#modal-window ul.main-menu li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  transition: all 0.3s ease;
}

#modal-window ul.main-menu li > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#modal-window ul.main-menu li > ul li {
  border: none;
}
#modal-window ul.main-menu li > ul li a {
  background-color: #2D287F;
  color: #FFFFFF;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 1.4rem;
}
#modal-window ul.main-menu li > ul li a:before {
  content: none;
}

#modal-window ul.sub-menu {
  margin: 10px 0 0 0;
  padding: 20px;
  background-color: #FFFFFF;
}
#modal-window ul.sub-menu li {
  margin: 10px 0;
  border-bottom: 1px dotted #999999;
}
#modal-window ul.sub-menu li a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: #2D287F;
  font-size: 1.6rem;
}
#modal-window ul.sub-menu li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon02.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  transition: all 0.3s ease;
}

#pageslide {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  padding: 20px 10px;
  background-color: #EEEEEE;
  color: #2D287F;
}



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

#main-image {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border-top: 1px solid #CCCCCC;
  background: linear-gradient(to bottom, #FFFFFF 0%, #EFFBFF 30%, #E0F7FF 100%);
  position: relative;
  border-bottom: 5px solid #2D287F;
}
#main-image img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
#main-image div.contents {
  position: absolute;
  z-index: 6666;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  margin: auto;
  padding: 0 10px;
  text-align: left;
}
#main-image div.contents p.primary {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 140%;
  color: #2D287F;
  text-align: left;
  text-shadow: 2px 2px 0 #FFFFFF,
               -2px 2px 0 #FFFFFF,
               2px -2px 0 #FFFFFF,
               -2px -2px 0 #FFFFFF;
  text-shadow: 2px 2px 1px #FFFFFF,
               -2px 2px 1px #FFFFFF,
               2px -2px 1px #FFFFFF,
               -2px -2px 1px #FFFFFF;
  margin: 6px 0;
}
#main-image div.contents p.secondary {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 140%;
  color: #2D287F;
  text-align: left;
  margin: auto;
  padding: 5px 15px;
  border-left: 8px solid #2D287F;
  border-bottom: 2px solid #2D287F;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #FFCB06;
  display: inline-block;
}
#main-image div.contents p.secondary em {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.05rem;
}
#main-image div.contents p.secondary small{
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 100%;
}
#main-image div.contents p.secondary a {
  color: #2D287F;
  text-decoration: none;
}



/*******************************/
/********** Sub Image **********/
/*******************************/

#sub-image {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  position: relative;
  background-image: url(../images/sub-image.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 90px;
  border-bottom: 5px solid #2D287F;
}
#sub-image p {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 140%;
  color: #2D287F;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  text-align: left;
  text-shadow: 2px 2px 0 #FFFFFF,
               -2px 2px 0 #FFFFFF,
               2px -2px 0 #FFFFFF,
               -2px -2px 0 #FFFFFF;
  text-shadow: 2px 2px 1px #FFFFFF,
               -2px 2px 1px #FFFFFF,
               2px -2px 1px #FFFFFF,
               -2px -2px 1px #FFFFFF;
}



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

main {
  display: block;
  margin: 0 auto;
  padding: 0 0 40px 0;
  flex: 1;
  background-color: #FFFFFF;
  width: 100%;
}
main article {
  margin: 0 auto;
  padding: 0 20px;
}



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

.content {
  margin: 0 auto;
  padding: 0;
  text-align: left;
}



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

#breadcrumbs {
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #EEEEEE;
}
#breadcrumbs ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#breadcrumbs ul li {
  margin: 0 12px 0 0;
  font-size: 1.3rem;
}
#breadcrumbs ul li:after {
  content: ">";
  margin: 0 0 0 12px;
  font-size: 1.2rem;
}
#breadcrumbs ul li:last-child:after {
  content: none;
}



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

.home #section01,
.home #section02,
.home #section03,
.home #section04 {
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  width: 100%;
}
.home #section01 article h2,
.home #section02 article h2,
.home #section03 article h2,
.home #section04 article h2 {
  margin-top: 0;
  padding-top: 0;
}
.home #section01 article .lead,
.home #section02 article .lead,
.home #section03 article .lead,
.home #section04 article .lead {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}

.home #section01 {
  background-color: #FFFFFF;
}
.home #section01 article {
  display: flex;
  flex-direction: column;
}
.home #section01 article .content {
  width: 100%;
}
.home #section01 article .content h2 {
  font-size: 2.6rem;
  color: #2D287F;
  border-bottom: 1px solid #2D287F;
  margin-bottom: 20px;
}
.home #section01 article .content .news {
  position: relative;
  margin: 0 0 30px 0;
}
.home #section01 article .content .events {
  position: relative;
  margin: 0 0 30px 0;
}
.home #section01 article .content .inner-link01 {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 12px;
}
.home #section01 article .content dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px dotted #999999;
  padding: 5px 0;
}
.home #section01 article .content dl dt {
  font-family: Verdana;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
.home #section01 article .content dl dt:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
}
.home #section01 article .content dl dd {
  width: 100%;
  margin: 0;
}
.home #section01 article .sidebar {
  margin: 0 auto;
  padding: 0;
  width: 280px;
  text-align: center;
}
.home #section01 article .sidebar ul li {
  margin: 0 0 30px 0;
}
.home #section01 article .sidebar ul li:last-child {
  margin: 0;
}

.home #section02 {
  background-color: #EEEEEE;
  background-image: url(../images/bg-section02.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.home #section02 article h2 {
  font-size: 3.0rem;
}
.home #section02 article .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 40px auto 0 auto;
}
.home #section02 article .content .slide-image {
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 5px 10px #CCCCCC;
  padding: 10px;
  min-height: 0%;
}
.home #section02 article .content .slide-image img {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  width: 100%;
  height: auto;
}
.home #section02 article .content .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home #section02 article .content p {
  line-height: 200%;
  letter-spacing: 0.1rem
}

.home #section03 {
  background-color: #2D439C;
  color: #FFFFFF;
  background-image: url(../images/bg-section03.png);
  background-repeat: no-repeat;
  background-position: left -20px;
  background-size: contain;
}
.home #section03 article h2 {
  font-size: 3.0rem;
  color: #FFFFFF;
}
.home #section03 article .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 40px auto 0 auto;
}
.home #section03 article .content div:nth-child(1) {
  min-height: 0%;
}
.home #section03 article .content div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 20px 0 20px 10px;
}

.home #section03 article .content div:nth-child(2) ul li {
  background-color: #2D287F;
  border: 4px solid #FFFFFF;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  padding: 30px;
  margin: 30px 0;
  position: relative;
}
.home #section03 article .content div:nth-child(2) ul li:before {
  content: "";
  display: inline-block;
  width: 61px;
  height: 61px;
  background-image: url("../images/icon07.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -25px;
  left: -25px;
}

.home #section04 {
  background-color: #FFFFFF;
}
.home #section04 article h2 {
  font-size: 3.0rem;
}
.home #section04 aside {
  background-color: #817EB2;
  border-radius: 10px;
  margin: 30px auto;
  padding: 10px 30px;
  color: #FFFFFF;
}
.home #section04 aside h3 {
  text-align: center;
  color: #FFFFFF;
  border-bottom: 1px dotted #FFFFFF;
  padding: 0 0 20px 0;
  background: none;
}
.home #section04 aside p {
  line-height: 200%;
  letter-spacing: 0.1rem
}



/********************************/
/********** Local Menu **********/
/********************************/

.local-menu {
  margin: 30px auto;
  padding: 10px 20px;
  border-top: 1px solid #2D287F;
  border-bottom: 1px solid #2D287F;
  color: #FFFFFF;
}
.local-menu ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.local-menu ul li a {
  font-size: 1.4rem;
  text-decoration: none;
}
.local-menu ul li {
  margin: 0 20px 0 0;
  font-size: 1.4rem;
}
.local-menu ul li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  transition: all 0.3s ease;
}
.local-menu ul li a:hover:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon02.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  transition: all 0.3s ease;
}
.local-menu ul li a:hover {
  color: #BE1E2E;
}



}



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

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



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

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

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



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

#header {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#header header {
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header header h1 {
  margin: 0;
  padding: 0;
}
#header header h1 a {
  font-size: 1.6rem;
  font-weight: 800;
  text-decoration: none;
  color: #2D287F;
}
#header header h1 a:before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 42px;
  background-image: url("../images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 6px 0 0;
  transition: all 0.3s ease;
}
#header header nav {
  display: none;
}

.page #container {
  background-image: url("../images/page-header-background.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 320px 474px;
}



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

#footer {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #2D287F;
}
#footer footer {
  margin: 0 auto;
  padding: 20px 0 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
}
#footer footer div:first-child {
  margin: 0 auto 10px auto;
  text-align: center;
}
#footer footer #copyright {
  font-size: 1.0rem;
  font-family: Verdana;
  text-align: right;
  letter-spacing: 0.1rem;
}
#footer footer #pagetop {
  position: fixed;
  right: 20px;
  bottom: 100px;
}



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

#trigger {
  position: fixed;
  z-index: 7777;
  right: 10px;
  top: 15px;
  background-color: #FFFFFF;
  border-radius: 3px;
}
#trigger-close {
  position: fixed;
  z-index: 9999;
  right: 10px;
  top: 15px;
  background-color: #FFFFFF;
  border-radius: 3px;
}
#trigger a,
#trigger-close a {
  display: block;
  padding: 10px;
}
#modal-window {
  display: none;
}
#modal-window ul.main-menu {
  margin: 55px 0 0 0;
  padding: 20px;
  background-color: #FFFFFF;
}
#modal-window ul.main-menu li {
  margin: 10px 0;
  border-bottom: 1px dotted #999999;
}
#modal-window ul.main-menu li a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: #2D287F;
  font-size: 1.6rem;
}
#modal-window ul.main-menu li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  transition: all 0.3s ease;
}

#modal-window ul.main-menu li > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#modal-window ul.main-menu li > ul li {
  border: none;
}
#modal-window ul.main-menu li > ul li a {
  background-color: #2D287F;
  color: #FFFFFF;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 1.4rem;
}
#modal-window ul.main-menu li > ul li a:before {
  content: none;
}

#modal-window ul.sub-menu {
  margin: 10px 0 0 0;
  padding: 20px;
  background-color: #FFFFFF;
}
#modal-window ul.sub-menu li {
  margin: 10px 0;
  border-bottom: 1px dotted #999999;
}
#modal-window ul.sub-menu li a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: #2D287F;
  font-size: 1.6rem;
}
#modal-window ul.sub-menu li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon02.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  transition: all 0.3s ease;
}

#pageslide {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  padding: 20px 10px;
  background-color: #EEEEEE;
  color: #2D287F;
}



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

#main-image {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border-top: 1px solid #CCCCCC;
  background: linear-gradient(to bottom, #FFFFFF 0%, #EFFBFF 30%, #E0F7FF 100%);
  position: relative;
  border-bottom: 5px solid #2D287F;
}
#main-image img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
#main-image div.contents {
  position: absolute;
  z-index: 6666;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  margin: auto;
  padding: 0 20px;
  text-align: left;
}
#main-image div.contents p.primary {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 140%;
  color: #2D287F;
  text-align: left;
  text-shadow: 2px 2px 0 #FFFFFF,
               -2px 2px 0 #FFFFFF,
               2px -2px 0 #FFFFFF,
               -2px -2px 0 #FFFFFF;
  text-shadow: 2px 2px 1px #FFFFFF,
               -2px 2px 1px #FFFFFF,
               2px -2px 1px #FFFFFF,
               -2px -2px 1px #FFFFFF;
  margin: 6px 0;
}
#main-image div.contents p.secondary {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 140%;
  color: #2D287F;
  text-align: left;
  margin: auto;
  padding: 10px 20px;
  border-left: 8px solid #2D287F;
  border-bottom: 2px solid #2D287F;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #FFCB06;
  display: inline-block;
}
#main-image div.contents p.secondary em {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.05rem;
}
#main-image div.contents p.secondary small{
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 100%;
}
#main-image div.contents p.secondary a {
  color: #2D287F;
  text-decoration: none;
}



/*******************************/
/********** Sub Image **********/
/*******************************/

#sub-image {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  position: relative;
  background-image: url(../images/sub-image.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 90px;
  border-bottom: 5px solid #2D287F;
}
#sub-image p {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 140%;
  color: #2D287F;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  text-align: left;
  text-shadow: 2px 2px 0 #FFFFFF,
               -2px 2px 0 #FFFFFF,
               2px -2px 0 #FFFFFF,
               -2px -2px 0 #FFFFFF;
  text-shadow: 2px 2px 1px #FFFFFF,
               -2px 2px 1px #FFFFFF,
               2px -2px 1px #FFFFFF,
               -2px -2px 1px #FFFFFF;
}



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

main {
  display: block;
  margin: 0 auto;
  padding: 0 0 40px 0;
  flex: 1;
  background-color: #FFFFFF;
  width: 100%;
}
main article {
  margin: 0 auto;
  padding: 0 20px;
}



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

.content {
  margin: 0 auto;
  padding: 0;
  text-align: left;
}



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

#breadcrumbs {
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #EEEEEE;
}
#breadcrumbs ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#breadcrumbs ul li {
  margin: 0 12px 0 0;
  font-size: 1.3rem;
}
#breadcrumbs ul li:after {
  content: ">";
  margin: 0 0 0 12px;
  font-size: 1.2rem;
}
#breadcrumbs ul li:last-child:after {
  content: none;
}



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

.home #section01,
.home #section02,
.home #section03,
.home #section04 {
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  width: 100%;
}
.home #section01 article h2,
.home #section02 article h2,
.home #section03 article h2,
.home #section04 article h2 {
  margin-top: 0;
  padding-top: 0;
}
.home #section01 article .lead,
.home #section02 article .lead,
.home #section03 article .lead,
.home #section04 article .lead {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}

.home #section01 {
  background-color: #FFFFFF;
}
.home #section01 article {
  display: flex;
  flex-direction: column;
}
.home #section01 article .content {
  width: 100%;
}
.home #section01 article .content h2 {
  font-size: 2.6rem;
  color: #2D287F;
  border-bottom: 1px solid #2D287F;
  margin-bottom: 20px;
}
.home #section01 article .content .news {
  position: relative;
  margin: 0 0 30px 0;
}
.home #section01 article .content .events {
  position: relative;
  margin: 0 0 30px 0;
}
.home #section01 article .content .inner-link01 {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 12px;
}
.home #section01 article .content dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px dotted #999999;
  padding: 5px 0;
}
.home #section01 article .content dl dt {
  font-family: Verdana;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
.home #section01 article .content dl dt:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
}
.home #section01 article .content dl dd {
  width: 100%;
  margin: 0;
}
.home #section01 article .sidebar {
  margin: 0 auto;
  padding: 0;
  width: 280px;
  text-align: center;
}
.home #section01 article .sidebar ul li {
  margin: 0 0 30px 0;
}
.home #section01 article .sidebar ul li:last-child {
  margin: 0;
}

.home #section02 {
  background-color: #EEEEEE;
  background-image: url(../images/bg-section02.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.home #section02 article h2 {
  font-size: 3.0rem;
}
.home #section02 article .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 40px auto 0 auto;
}
.home #section02 article .content .slide-image {
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 5px 10px #CCCCCC;
  padding: 10px;
  min-height: 0%;
}
.home #section02 article .content .slide-image img {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  width: 100%;
  height: auto;
}
.home #section02 article .content .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home #section02 article .content p {
  line-height: 200%;
  letter-spacing: 0.1rem
}

.home #section03 {
  background-color: #2D439C;
  color: #FFFFFF;
  background-image: url(../images/bg-section03.png);
  background-repeat: no-repeat;
  background-position: left -20px;
  background-size: contain;
}
.home #section03 article h2 {
  font-size: 3.0rem;
  color: #FFFFFF;
}
.home #section03 article .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 40px auto 0 auto;
}
.home #section03 article .content div:nth-child(1) {
  min-height: 0%;
}
.home #section03 article .content div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 20px 0 20px 10px;
}

.home #section03 article .content div:nth-child(2) ul li {
  background-color: #2D287F;
  border: 4px solid #FFFFFF;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  padding: 30px;
  margin: 30px 0;
  position: relative;
}
.home #section03 article .content div:nth-child(2) ul li:before {
  content: "";
  display: inline-block;
  width: 61px;
  height: 61px;
  background-image: url("../images/icon07.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -25px;
  left: -25px;
}

.home #section04 {
  background-color: #FFFFFF;
}
.home #section04 article h2 {
  font-size: 3.0rem;
}
.home #section04 aside {
  background-color: #817EB2;
  border-radius: 10px;
  margin: 30px auto;
  padding: 10px 30px;
  color: #FFFFFF;
}
.home #section04 aside h3 {
  text-align: center;
  color: #FFFFFF;
  border-bottom: 1px dotted #FFFFFF;
  padding: 0 0 20px 0;
  background: none;
}
.home #section04 aside p {
  line-height: 200%;
  letter-spacing: 0.1rem
}



/********************************/
/********** Local Menu **********/
/********************************/

.local-menu {
  margin: 30px auto;
  padding: 10px 20px;
  border-top: 1px solid #2D287F;
  border-bottom: 1px solid #2D287F;
  color: #FFFFFF;
}
.local-menu ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.local-menu ul li a {
  font-size: 1.4rem;
  text-decoration: none;
}
.local-menu ul li {
  margin: 0 20px 0 0;
  font-size: 1.4rem;
}
.local-menu ul li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  transition: all 0.3s ease;
}
.local-menu ul li a:hover:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon02.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  transition: all 0.3s ease;
}
.local-menu ul li a:hover {
  color: #BE1E2E;
}



}



/***********************************************************/
/********** 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;
}

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



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

#header {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#header header {
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header header h1 {
  margin: 0;
  padding: 0;
}
#header header h1 a {
  font-size: 2.1rem;
  letter-spacing: 0.1rem;
  font-weight: 800;
  text-decoration: none;
  color: #2D287F;
}
#header header h1 a:before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 42px;
  background-image: url("../images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
  transition: all 0.3s ease;
}
#header header nav {
  display: none;
}

.page #container {
  background-image: url("../images/page-header-background.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 380px 562px;
}



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

#footer {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #2D287F;
}
#footer footer {
  margin: 0 auto;
  padding: 20px 0 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
}
#footer footer div:first-child {
  margin: 0 auto 10px auto;
  text-align: center;
}
#footer footer #copyright {
  font-size: 1.0rem;
  font-family: Verdana;
  text-align: right;
  letter-spacing: 0.1rem;
}
#footer footer #pagetop {
  position: fixed;
  right: 20px;
  bottom: 100px;
}



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

#trigger {
  position: fixed;
  z-index: 7777;
  right: 10px;
  top: 15px;
  background-color: #FFFFFF;
  border-radius: 3px;
}
#trigger-close {
  position: fixed;
  z-index: 9999;
  right: 10px;
  top: 15px;
  background-color: #FFFFFF;
  border-radius: 3px;
}
#trigger a,
#trigger-close a {
  display: block;
  padding: 10px;
}
#modal-window {
  display: none;
}
#modal-window ul.main-menu {
  margin: 55px 0 0 0;
  padding: 20px;
  background-color: #FFFFFF;
}
#modal-window ul.main-menu li {
  margin: 10px 0;
  border-bottom: 1px dotted #999999;
}
#modal-window ul.main-menu li a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: #2D287F;
  font-size: 1.6rem;
}
#modal-window ul.main-menu li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  transition: all 0.3s ease;
}

#modal-window ul.main-menu li > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#modal-window ul.main-menu li > ul li {
  border: none;
}
#modal-window ul.main-menu li > ul li a {
  background-color: #2D287F;
  color: #FFFFFF;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 1.4rem;
}
#modal-window ul.main-menu li > ul li a:before {
  content: none;
}

#modal-window ul.sub-menu {
  margin: 10px 0 0 0;
  padding: 20px;
  background-color: #FFFFFF;
}
#modal-window ul.sub-menu li {
  margin: 10px 0;
  border-bottom: 1px dotted #999999;
}
#modal-window ul.sub-menu li a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: #2D287F;
  font-size: 1.6rem;
}
#modal-window ul.sub-menu li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon02.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  transition: all 0.3s ease;
}

#pageslide {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  padding: 20px 10px;
  background-color: #EEEEEE;
  color: #2D287F;
}



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

#main-image {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border-top: 1px solid #CCCCCC;
  background: linear-gradient(to bottom, #FFFFFF 0%, #EFFBFF 30%, #E0F7FF 100%);
  position: relative;
  border-bottom: 5px solid #2D287F;
}
#main-image img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
#main-image div.contents {
  position: absolute;
  z-index: 6666;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  margin: auto;
  padding: 0 20px;
  text-align: left;
}
#main-image div.contents p.primary {
  font-size: 2.0rem;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #2D287F;
  text-align: left;
  text-shadow: 2px 2px 0 #FFFFFF,
               -2px 2px 0 #FFFFFF,
               2px -2px 0 #FFFFFF,
               -2px -2px 0 #FFFFFF;
  text-shadow: 2px 2px 1px #FFFFFF,
               -2px 2px 1px #FFFFFF,
               2px -2px 1px #FFFFFF,
               -2px -2px 1px #FFFFFF;
  margin: 10px 0;
}
#main-image div.contents p.secondary {
  font-size: 2.0rem;
  font-weight: 800;
  line-height: 140%;
  color: #2D287F;
  text-align: left;
  margin: auto;
  padding: 10px 20px;
  border-left: 10px solid #2D287F;
  border-bottom: 2px solid #2D287F;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: #FFCB06;
  display: inline-block;
}
#main-image div.contents p.secondary em {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.05rem;
}
#main-image div.contents p.secondary small{
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 100%;
}
#main-image div.contents p.secondary a {
  color: #2D287F;
  text-decoration: none;
}



/*******************************/
/********** Sub Image **********/
/*******************************/

#sub-image {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
  position: relative;
  background-image: url(../images/sub-image.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 110px;
  border-bottom: 5px solid #2D287F;
}
#sub-image p {
  font-size: 2.0rem;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #2D287F;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  text-align: left;
  text-shadow: 2px 2px 0 #FFFFFF,
               -2px 2px 0 #FFFFFF,
               2px -2px 0 #FFFFFF,
               -2px -2px 0 #FFFFFF;
  text-shadow: 2px 2px 1px #FFFFFF,
               -2px 2px 1px #FFFFFF,
               2px -2px 1px #FFFFFF,
               -2px -2px 1px #FFFFFF;
}



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

main {
  display: block;
  margin: 0 auto;
  padding: 0 0 40px 0;
  flex: 1;
  background-color: #FFFFFF;
  width: 100%;
}
main article {
  margin: 0 auto;
  padding: 0 20px;
}



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

.content {
  margin: 0 auto;
  padding: 0;
  text-align: left;
}



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

#breadcrumbs {
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #EEEEEE;
}
#breadcrumbs ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#breadcrumbs ul li {
  margin: 0 12px 0 0;
  font-size: 1.3rem;
}
#breadcrumbs ul li:after {
  content: ">";
  margin: 0 0 0 12px;
  font-size: 1.2rem;
}
#breadcrumbs ul li:last-child:after {
  content: none;
}



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

.home #section01,
.home #section02,
.home #section03,
.home #section04 {
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  width: 100%;
}
.home #section01 article h2,
.home #section02 article h2,
.home #section03 article h2,
.home #section04 article h2 {
  margin-top: 0;
  padding-top: 0;
}
.home #section01 article .lead,
.home #section02 article .lead,
.home #section03 article .lead,
.home #section04 article .lead {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}

.home #section01 {
  background-color: #FFFFFF;
}
.home #section01 article {
  display: flex;
  flex-direction: column;
}
.home #section01 article .content {
  width: 100%;
}
.home #section01 article .content h2 {
  font-size: 2.6rem;
  color: #2D287F;
  border-bottom: 1px solid #2D287F;
  margin-bottom: 20px;
}
.home #section01 article .content .news {
  position: relative;
  margin: 0 0 30px 0;
}
.home #section01 article .content .events {
  position: relative;
  margin: 0 0 30px 0;
}
.home #section01 article .content .inner-link01 {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 12px;
}
.home #section01 article .content dl {
  display: flex;
  width: 100%;
  border-bottom: 1px dotted #999999;
  padding: 5px 0;
}
.home #section01 article .content dl dt {
  font-family: Verdana;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
.home #section01 article .content dl dt:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
}
.home #section01 article .content dl dd {
  width: 100%;
}
.home #section01 article .sidebar {
  margin: 0 auto;
  padding: 0;
  width: 280px;
  text-align: center;
}
.home #section01 article .sidebar ul li {
  margin: 0 0 30px 0;
}
.home #section01 article .sidebar ul li:last-child {
  margin: 0;
}

.home #section02 {
  background-color: #EEEEEE;
  background-image: url(../images/bg-section02.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.home #section02 article h2 {
  font-size: 3.0rem;
}
.home #section02 article .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 40px auto 0 auto;
}
.home #section02 article .content .slide-image {
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 5px 10px #CCCCCC;
  padding: 10px;
  min-height: 0%;
}
.home #section02 article .content .slide-image img {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  width: 100%;
  height: auto;
}
.home #section02 article .content .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home #section02 article .content p {
  line-height: 200%;
  letter-spacing: 0.1rem
}

.home #section03 {
  background-color: #2D439C;
  color: #FFFFFF;
  background-image: url(../images/bg-section03.png);
  background-repeat: no-repeat;
  background-position: left -20px;
  background-size: contain;
}
.home #section03 article h2 {
  font-size: 3.0rem;
  color: #FFFFFF;
}
.home #section03 article .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 40px auto 0 auto;
}
.home #section03 article .content div:nth-child(1) {
  min-height: 0%;
}
.home #section03 article .content div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 20px 0 20px 10px;
}
.home #section03 article .content div:nth-child(2) ul li {
  background-color: #2D287F;
  border: 4px solid #FFFFFF;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  padding: 30px;
  margin: 30px 0;
  position: relative;
}
.home #section03 article .content div:nth-child(2) ul li:before {
  content: "";
  display: inline-block;
  width: 61px;
  height: 61px;
  background-image: url("../images/icon07.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -25px;
  left: -25px;
}

.home #section04 {
  background-color: #FFFFFF;
}
.home #section04 article h2 {
  font-size: 3.0rem;
}
.home #section04 aside {
  background-color: #817EB2;
  border-radius: 10px;
  margin: 30px auto;
  padding: 10px 30px;
  color: #FFFFFF;
}
.home #section04 aside h3 {
  text-align: center;
  color: #FFFFFF;
  border-bottom: 1px dotted #FFFFFF;
  padding: 0 0 20px 0;
  background: none;
}
.home #section04 aside p {
  line-height: 200%;
  letter-spacing: 0.1rem
}



/********************************/
/********** Local Menu **********/
/********************************/

.local-menu {
  margin: 30px auto;
  padding: 10px 20px;
  border-top: 1px solid #2D287F;
  border-bottom: 1px solid #2D287F;
  color: #FFFFFF;
}
.local-menu ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.local-menu ul li a {
  font-size: 1.4rem;
  text-decoration: none;
}
.local-menu ul li {
  margin: 0 20px 0 0;
  font-size: 1.4rem;
}
.local-menu ul li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  transition: all 0.3s ease;
}
.local-menu ul li a:hover:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon02.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  transition: all 0.3s ease;
}
.local-menu ul li a:hover {
  color: #BE1E2E;
}



}



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

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



/*********************************************/
/********** Base Setting (768-1024) **********/
/*********************************************/

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

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



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

#header {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#header header {
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header header h1 {
  margin: 0;
  padding: 0;
}
#header header h1 a {
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  font-weight: 800;
  text-decoration: none;
  color: #2D287F;
}
#header header h1 a:before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 42px;
  background-image: url("../images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
  transition: all 0.3s ease;
}
#header header nav {
  display: none;
}

.page #container {
  background-image: url("../images/page-header-background.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 420px 622px;
}



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

#footer {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #2D287F;
}
#footer footer {
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
}
#footer footer div:first-child {
  flex: 1;
}
#footer footer #copyright {
  font-size: 1.0rem;
  font-family: Verdana;
  text-align: right;
  letter-spacing: 0.1rem;
}
#footer footer #pagetop {
  position: fixed;
  right: 20px;
  bottom: 100px;
}



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

#trigger {
  position: fixed;
  z-index: 7777;
  right: 10px;
  top: 15px;
  background-color: #FFFFFF;
  border-radius: 3px;
}
#trigger-close {
  position: fixed;
  z-index: 9999;
  right: 10px;
  top: 15px;
  background-color: #FFFFFF;
  border-radius: 3px;
}
#trigger a,
#trigger-close a {
  display: block;
  padding: 10px;
}
#modal-window {
  display: none;
}
#modal-window ul.main-menu {
  margin: 55px 0 0 0;
  padding: 20px;
  background-color: #FFFFFF;
}
#modal-window ul.main-menu li {
  margin: 10px 0;
  border-bottom: 1px dotted #999999;
}
#modal-window ul.main-menu li a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: #2D287F;
  font-size: 1.6rem;
}
#modal-window ul.main-menu li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  transition: all 0.3s ease;
}

#modal-window ul.main-menu li > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#modal-window ul.main-menu li > ul li {
  border: none;
}
#modal-window ul.main-menu li > ul li a {
  background-color: #2D287F;
  color: #FFFFFF;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 1.4rem;
}
#modal-window ul.main-menu li > ul li a:before {
  content: none;
}

#modal-window ul.sub-menu {
  margin: 10px 0 0 0;
  padding: 20px;
  background-color: #FFFFFF;
}
#modal-window ul.sub-menu li {
  margin: 10px 0;
  border-bottom: 1px dotted #999999;
}
#modal-window ul.sub-menu li a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: #2D287F;
  font-size: 1.6rem;
}
#modal-window ul.sub-menu li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon02.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  transition: all 0.3s ease;
}

#pageslide {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  padding: 20px 10px;
  background-color: #EEEEEE;
  color: #2D287F;
}



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

#main-image {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border-top: 1px solid #CCCCCC;
  background: linear-gradient(to bottom, #FFFFFF 0%, #EFFBFF 30%, #E0F7FF 100%);
  position: relative;
  border-bottom: 5px solid #2D287F;
}
#main-image img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
#main-image div.contents {
  position: absolute;
  z-index: 6666;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  margin: auto;
  padding: 0 20px;
  text-align: left;
}
#main-image div.contents p.primary {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #2D287F;
  text-align: left;
  text-shadow: 2px 2px 0 #FFFFFF,
               -2px 2px 0 #FFFFFF,
               2px -2px 0 #FFFFFF,
               -2px -2px 0 #FFFFFF;
  text-shadow: 2px 2px 1px #FFFFFF,
               -2px 2px 1px #FFFFFF,
               2px -2px 1px #FFFFFF,
               -2px -2px 1px #FFFFFF;
}
#main-image div.contents p.secondary {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 140%;
  color: #2D287F;
  text-align: left;
  margin: auto;
  padding: 15px 25px;
  border-left: 12px solid #2D287F;
  border-bottom: 4px solid #2D287F;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: #FFCB06;
  display: inline-block;
}
#main-image div.contents p.secondary em {
  font-size: 3.0rem;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.05rem;
}
#main-image div.contents p.secondary small{
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 100%;
}
#main-image div.contents p.secondary a {
  color: #2D287F;
  text-decoration: none;
}



/*******************************/
/********** Sub Image **********/
/*******************************/

#sub-image {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  position: relative;
  background-image: url(../images/sub-image.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 130px;
  border-bottom: 5px solid #2D287F;
}
#sub-image p {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #2D287F;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  text-align: left;
  text-shadow: 2px 2px 0 #FFFFFF,
               -2px 2px 0 #FFFFFF,
               2px -2px 0 #FFFFFF,
               -2px -2px 0 #FFFFFF;
  text-shadow: 2px 2px 1px #FFFFFF,
               -2px 2px 1px #FFFFFF,
               2px -2px 1px #FFFFFF,
               -2px -2px 1px #FFFFFF;
}



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

main {
  display: block;
  margin: 0 auto;
  padding: 0 0 40px 0;
  flex: 1;
  background-color: #FFFFFF;
  width: 100%;
}
main article {
  margin: 0 auto;
  padding: 0 20px;
}



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

.content {
  margin: 0 auto;
  padding: 0;
  text-align: left;
}



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

#breadcrumbs {
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #EEEEEE;
}
#breadcrumbs ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#breadcrumbs ul li {
  margin: 0 12px 0 0;
  font-size: 1.3rem;
}
#breadcrumbs ul li:after {
  content: ">";
  margin: 0 0 0 12px;
  font-size: 1.2rem;
}
#breadcrumbs ul li:last-child:after {
  content: none;
}



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

.home #section01,
.home #section02,
.home #section03,
.home #section04 {
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  width: 100%;
}
.home #section01 article h2,
.home #section02 article h2,
.home #section03 article h2,
.home #section04 article h2 {
  margin-top: 0;
  padding-top: 0;
}
.home #section01 article .lead,
.home #section02 article .lead,
.home #section03 article .lead,
.home #section04 article .lead {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}

.home #section01 {
  background-color: #FFFFFF;
}
.home #section01 article {
  display: flex;
}
.home #section01 article .content {
  flex: 1;
  width: 100%;
}
.home #section01 article .content h2 {
  font-size: 2.6rem;
  color: #2D287F;
  border-bottom: 1px solid #2D287F;
  margin-bottom: 20px;
}
.home #section01 article .content .news {
  position: relative;
  margin: 0 0 30px 0;
}
.home #section01 article .content .events {
  position: relative;
}
.home #section01 article .content .inner-link01 {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 12px;
}
.home #section01 article .content dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px dotted #999999;
  padding: 5px 0;
}
.home #section01 article .content dl dt {
  font-family: Verdana;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
.home #section01 article .content dl dt:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
}
.home #section01 article .content dl dd {
  width: 100%;
  margin: 0;
}
.home #section01 article .sidebar {
  margin: 0 0 0 40px;
  padding: 0;
  width: 280px;
  text-align: center;
}
.home #section01 article .sidebar ul li {
  margin: 0 0 30px 0;
}
.home #section01 article .sidebar ul li:last-child {
  margin: 0;
}

.home #section02 {
  background-color: #EEEEEE;
  background-image: url(../images/bg-section02.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.home #section02 article h2 {
  font-size: 3.0rem;
}
.home #section02 article .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 40px auto 0 auto;
}
.home #section02 article .content .slide-image {
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 5px 10px #CCCCCC;
  padding: 10px;
  min-height: 0%;
}
.home #section02 article .content .slide-image img {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  width: 100%;
  height: auto;
}
.home #section02 article .content .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home #section02 article .content p {
  line-height: 200%;
  letter-spacing: 0.1rem
}

.home #section03 {
  background-color: #2D439C;
  color: #FFFFFF;
  background-image: url(../images/bg-section03.png);
  background-repeat: no-repeat;
  background-position: left -20px;
  background-size: contain;
}
.home #section03 article h2 {
  font-size: 3.0rem;
  color: #FFFFFF;
}
.home #section03 article .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 40px auto 0 auto;
}
.home #section03 article .content div:nth-child(1) {
  min-height: 0%;
}
.home #section03 article .content div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 20px 0 20px 10px;
}
.home #section03 article .content div:nth-child(2) ul li {
  background-color: #2D287F;
  border: 4px solid #FFFFFF;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  padding: 30px;
  margin: 30px 0;
  position: relative;
}
.home #section03 article .content div:nth-child(2) ul li:before {
  content: "";
  display: inline-block;
  width: 61px;
  height: 61px;
  background-image: url("../images/icon07.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -25px;
  left: -25px;
}

.home #section04 {
  background-color: #FFFFFF;
}
.home #section04 article h2 {
  font-size: 3.0rem;
}
.home #section04 aside {
  background-color: #817EB2;
  border-radius: 10px;
  margin: 30px auto;
  padding: 10px 30px;
  color: #FFFFFF;
}
.home #section04 aside h3 {
  text-align: center;
  color: #FFFFFF;
  border-bottom: 1px dotted #FFFFFF;
  padding: 0 0 20px 0;
  background: none;
}
.home #section04 aside p {
  line-height: 200%;
  letter-spacing: 0.1rem
}



/********************************/
/********** Local Menu **********/
/********************************/

.local-menu {
  margin: 30px auto;
  padding: 10px 20px;
  border-top: 1px solid #2D287F;
  border-bottom: 1px solid #2D287F;
  color: #FFFFFF;
}
.local-menu ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.local-menu ul li a {
  font-size: 1.4rem;
  text-decoration: none;
}
.local-menu ul li {
  margin: 0 20px 0 0;
  font-size: 1.4rem;
}
.local-menu ul li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  transition: all 0.3s ease;
}
.local-menu ul li a:hover:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon02.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  transition: all 0.3s ease;
}
.local-menu ul li a:hover {
  color: #BE1E2E;
}



}



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

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



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

#header {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#header header {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header header h1 {
  margin: 0;
  padding: 0;
  flex: 1;
}
#header header h1 a {
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  font-weight: 800;
  text-decoration: none;
  color: #2D287F;
}
#header header h1 a:before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 42px;
  background-image: url("../images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
  transition: all 0.3s ease;
}
#header header nav ul {
  display: flex;
}
#header header nav ul li {
  font-size: 1.2rem;
  margin: 0 0 0 30px;
}
#header header nav ul li a {
  text-decoration: none;
}
#header header nav ul li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  transition: all 0.3s ease;
}
#header header nav ul li a:hover:before,
#header header nav ul li.current-menu-item a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon02.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  transition: all 0.3s ease;
}
#header header nav ul li a:hover,
#header header nav ul li.current-menu-item a {
  color: #BE1E2E;
}

.page #container {
  background-image: url("../images/page-header-background.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 500px 740px;
}



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

#footer {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #2D287F;
}
#footer footer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
}
#footer footer div:first-child {
  flex: 1;
}
#footer footer #copyright {
  font-size: 1.0rem;
  font-family: Verdana;
  text-align: right;
  letter-spacing: 0.1rem;
}
#footer footer #pagetop {
  position: fixed;
  right: 40px;
  bottom: 100px;
}



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

#trigger {
  display: none;
}
#trigger-close {
  display: none;
}



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

#global-nav {
  position: sticky;
  top: 0;
  margin: 0 auto;
  padding: 0;
  z-index: 9900;
  background-color: #2D287F;
  width: 100%;
  text-align: center;
}
#global-nav nav {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
#global-nav nav ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#global-nav nav ul li {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0.1rem;
  position: relative;
  z-index: 9999;
}
#global-nav nav ul li a {
  display: block;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  padding: 25px 0;
}
#global-nav nav ul li a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/icon05.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 2px 0;
  transition: all 0.3s ease;
}
#global-nav nav ul li a:hover,
#global-nav nav ul li.current-menu-item a {
  color: #FF4D14;
}
#global-nav nav ul li a:hover:before,
#global-nav nav ul li.current-menu-item a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/icon06.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 2px 0;
  transition: all 0.3s ease;
}

#global-nav nav ul li > ul {
  display: none;
  position: absolute;
  top: 76px;
  left: 0;
  width: 280px;
}
#global-nav nav ul li:hover > ul {
  display: block;
}
#global-nav nav ul li > ul li {
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  border-top: 1px solid #FFFFFF;
  background-color: #2D439C;
}
#global-nav nav ul li > ul li:last-child {
  border-bottom: 1px solid #FFFFFF;
}
#global-nav nav ul li > ul li a,
#global-nav nav ul li.current-menu-item > ul li a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  padding: 10px 20px;
}
#global-nav nav ul li > ul li a:before,
#global-nav nav ul li.current-menu-item > ul li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 6px 2px 0;
}
#global-nav nav ul li > ul li a:hover,
#global-nav nav ul li > ul li.current-menu-item a {
  color: #FFFFFF;
  background-color: #BE1E2E;
}
#global-nav nav ul li > ul li a:hover:before,
#global-nav nav ul li > ul li.current-menu-item a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon08.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 6px 2px 0;
}

#global-nav nav ul:nth-child(2) {
  display: none;
}



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

#main-image {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border-top: 1px solid #CCCCCC;
  background: linear-gradient(to bottom, #FFFFFF 0%, #EFFBFF 30%, #E0F7FF 100%);
  position: relative;
}
#main-image img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
#main-image div.contents {
  position: absolute;
  z-index: 6666;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0;
  text-align: left;
}
#main-image div.contents p.primary {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #2D287F;
  text-align: left;
  text-shadow: 2px 2px 0 #FFFFFF,
               -2px 2px 0 #FFFFFF,
               2px -2px 0 #FFFFFF,
               -2px -2px 0 #FFFFFF;
  text-shadow: 2px 2px 1px #FFFFFF,
               -2px 2px 1px #FFFFFF,
               2px -2px 1px #FFFFFF,
               -2px -2px 1px #FFFFFF;
}
#main-image div.contents p.secondary {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 140%;
  color: #2D287F;
  text-align: left;
  margin: 4px auto;
  padding: 20px 30px;
  border-left: 12px solid #2D287F;
  border-bottom: 4px solid #2D287F;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: #FFCB06;
  display: inline-block;
}
#main-image div.contents p.secondary em {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.05rem;
}
#main-image div.contents p.secondary small {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 100%;
}
#main-image div.contents p.secondary a {
  color: #2D287F;
  text-decoration: none;
}



/*******************************/
/********** Sub Image **********/
/*******************************/

#sub-image {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  position: relative;
  background-image: url(../images/sub-image.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 160px;
}
#sub-image p {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #2D287F;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0;
  text-align: left;
  text-shadow: 2px 2px 0 #FFFFFF,
               -2px 2px 0 #FFFFFF,
               2px -2px 0 #FFFFFF,
               -2px -2px 0 #FFFFFF;
  text-shadow: 2px 2px 1px #FFFFFF,
               -2px 2px 1px #FFFFFF,
               2px -2px 1px #FFFFFF,
               -2px -2px 1px #FFFFFF;
}



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

main {
  display: block;
  margin: 0 auto;
  padding: 0 0 40px 0;
  flex: 1;
  background-color: #FFFFFF;
  width: 100%;
}
main article {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}



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

.content {
  margin: 0 auto;
  padding: 0;
  text-align: left;
}



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

#breadcrumbs {
  margin: 0 auto;
  padding: 10px 0;
  background-color: #EEEEEE;
}
#breadcrumbs ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
}
#breadcrumbs ul li {
  margin: 0 12px 0 0;
  font-size: 1.3rem;
}
#breadcrumbs ul li:after {
  content: ">";
  margin: 0 0 0 12px;
  font-size: 1.2rem;
}
#breadcrumbs ul li:last-child:after {
  content: none;
}



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

.home #section01,
.home #section02,
.home #section03,
.home #section04 {
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
  width: 100%;
}
.home #section01 article h2,
.home #section02 article h2,
.home #section03 article h2,
.home #section04 article h2 {
  margin-top: 0;
  padding-top: 0;
}
.home #section01 article .lead,
.home #section02 article .lead,
.home #section03 article .lead,
.home #section04 article .lead {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}

.home #section01 {
  background-color: #FFFFFF;
}
.home #section01 article {
  display: flex;
}
.home #section01 article .content {
  flex: 1;
  width: 100%;
}
.home #section01 article .content h2 {
  font-size: 2.6rem;
  color: #2D287F;
  border-bottom: 1px solid #2D287F;
  margin-bottom: 20px;
}
.home #section01 article .content .news {
  position: relative;
  margin: 0 0 30px 0;
}
.home #section01 article .content .events {
  position: relative;
}
.home #section01 article .content .inner-link01 {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 12px;
}
.home #section01 article .content dl {
  display: flex;
  width: 100%;
  border-bottom: 1px dotted #999999;
  padding: 5px 0;
}
.home #section01 article .content dl dt {
  font-family: Verdana;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
.home #section01 article .content dl dt:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
}
.home #section01 article .content dl dd {
  width: 100%;
}
.home #section01 article .sidebar {
  margin: 0 0 0 40px;
  padding: 0;
  width: 280px;
  text-align: center;
}
.home #section01 article .sidebar ul li {
  margin: 0 0 30px 0;
}
.home #section01 article .sidebar ul li:last-child {
  margin: 0;
}

.home #section02 {
  background-color: #EEEEEE;
  background-image: url(../images/bg-section02.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.home #section02 article .content {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}
.home #section02 article h2 {
  font-size: 3.0rem;
}
.home #section02 article .content .slide-image {
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 5px 10px #CCCCCC;
  padding: 10px;
  min-height: 0%;
}
.home #section02 article .content .slide-image img {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  height: auto;
}
.home #section02 article .content .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 0 40px;
  flex: 1;
}
.home #section02 article .content p {
  line-height: 200%;
  letter-spacing: 0.1rem
}

.home #section03 {
  background-color: #2D439C;
  color: #FFFFFF;
  background-image: url(../images/bg-section03.png);
  background-repeat: no-repeat;
  background-position: left -20px;
  background-size: contain;
}
.home #section03 article h2 {
  font-size: 3.0rem;
  color: #FFFFFF;
}
.home #section03 article .content {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}
.home #section03 article .content div:nth-child(1) {
  min-height: 0%;
}
.home #section03 article .content div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 20px 0 20px 40px;
  flex: 1;
}
.home #section03 article .content div:nth-child(2) ul li {
  background-color: #2D287F;
  border: 4px solid #FFFFFF;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  padding: 30px;
  margin: 30px 0;
  position: relative;
}
.home #section03 article .content div:nth-child(2) ul li:before {
  content: "";
  display: inline-block;
  width: 61px;
  height: 61px;
  background-image: url("../images/icon07.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -25px;
  left: -25px;
}

.home #section04 {
  background-color: #FFFFFF;
}
.home #section04 article h2 {
  font-size: 3.0rem;
}
.home #section04 aside {
  background-color: #817EB2;
  border-radius: 10px;
  margin: 30px auto;
  padding: 10px 30px;
  color: #FFFFFF;
}
.home #section04 aside h3 {
  text-align: center;
  color: #FFFFFF;
  border-bottom: 1px dotted #FFFFFF;
  padding: 0 0 20px 0;
  background: none;
}
.home #section04 aside p {
  line-height: 200%;
  letter-spacing: 0.1rem
}



/********************************/
/********** Local Menu **********/
/********************************/

.local-menu {
  margin: 30px auto;
  padding: 10px 20px;
  width: 1000px;
  border-top: 1px solid #2D287F;
  border-bottom: 1px solid #2D287F;
  color: #FFFFFF;
}
.local-menu ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.local-menu ul li a {
  font-size: 1.4rem;
  text-decoration: none;
}
.local-menu ul li {
  margin: 0 20px 0 0;
  font-size: 1.4rem;
}
.local-menu ul li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  transition: all 0.3s ease;
}
.local-menu ul li a:hover:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon02.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  transition: all 0.3s ease;
}
.local-menu ul li a:hover {
  color: #BE1E2E;
}



}