html{
  font-size: 62.5%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{
  display: block;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table{
  margin-top: 0;
  box-sizing: border-box;
}

ul{
  margin: 0;
  box-sizing: border-box;
}

nav{
  box-sizing: border-box;
}

/* body */

body{
  text-align: left;
  padding:0px;
  margin:0px;
  word-wrap: break-word;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height: 1.5;
}

#content{
  position: relative;
}

/* Parts */

.sp-part-top{
  display: block;
  position: relative;
}

.sp-part-top::after{
  display: table;
  clear: both;
  content: "";
}

/* copyright */

.hpb-copyright{
  display: block;
  text-align: center;
}

/* layout */

/*追加*/
#main{
   overflow: hidden;
   padding: 0;
   margin: 0 auto;
}

#main::after{
  clear: both;
  display: table;
  content: "";
}

/*追加*/
#colophon{
  padding: 0px;
  padding-top: 30px;
  width:100%;
  margin: 0 auto;
}
#sidebar1, #sidebar2{
  float: none;
  width: auto;
  padding: 0px;
  box-sizing:border-box;
}

/*---*/

#primary{
  margin-top:0;
}

#breadcrumb-list{
  clear: both;
}

.screen-reader-text{
  display:none;
}

/* table */
th{
  text-align: left;
}

table.sp-part-top{
  margin: 5px auto;
  display: table;
  border-collapse: collapse;
  width: 100%;
}
table > tbody > tr > th, table > tbody > tr > td{
	padding: 5px 8px;
}

/* Yahoo!ロコ-地図, Googleマップ */

div[data-hpbmap]{
  word-wrap: normal;
  max-width: 100%;
}

div[data-hpbmap] img{
  max-width: none !important;
}

/* WordPress投稿 */

.entry-content .alignleft,
.comment-content .alignleft{
  float: left;
}
.entry-content .alignright,
.comment-content .alignright{
  float: right;
}
.entry-content .aligncenter,
.comment-content .aligncenter{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content::after,
.comment-content::after{
  display: table;
  clear: both;
  content: "";
}

/* 追加 */

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

  *{
    box-sizing: border-box;
  }
  body{
    min-width: 100%;
  }

  #masthead{
    position: static;
  }
  #primary, #main-inner, #contenthead, #content{
    float: none;
    width: 100%;
  }
  #main,#content{
    width: 100%;
    padding: 0;
  }
  #main-inner{
    padding: 10px;
  }

  #sidebar1, #sidebar2{
    float: none;
    width: auto;
    padding: 10px;
    box-sizing:border-box;
  }

  #colophon{
    padding: 10px;
  }

  embed{
    max-width: 100%;
  }
}

#colophon{
  background-color : #0d1a46;
  margin-top : 0px;
  width : 100%;
}

#contenthead {
}

#main::after{
  clear : both;
  display : table;
  content : "";
}

#masthead{
  background-image : none;
  background-repeat : repeat-x;
  position : relative;
}

.sp-block-container{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

.sp-block-container > h1{
  font-size : 2.4rem;
}

.sp-block-container > h2{
  font-size : 1.8rem;
}

.sp-block-container > h3{
  font-size : 1.5rem;
}

.sp-block-container > h4{
  font-size : 1.4rem;
}

.sp-block-container > h5{
  font-size : 1.3rem;
}

.sp-block-container > h6{
  font-size : 1.1rem;
}

.sp-block-container > hr{
  border-bottom-color : initial;
  color : #e2e2e2;
  margin-top : 25px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 30px;
  border-top-width : 1px;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #e2e2e2;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : 1px;
}

.sp-block-container > p{
  font-size : 1.3rem;
  line-height : 1.5;
  text-align : justify;
  padding-left : 0.1em;
  padding-right : 0.1em;
  margin-top : 0.5em;
  margin-bottom : 1.5em;
  text-justify : inter-ideograph;
}

.sp-block-container > p.indent{
  padding-left : 1em;
}

.sp-block-container > p.large{
  font-size : 1.2em;
}

.sp-bread-crumb div{
  padding-bottom : 10px;
  margin-top : 10px;
  margin-right : 10px;
  width : auto;
  display : inline-block;
}

.sp-button{
  width : 122px;
}

.sp-button a{
  text-decoration : none;
  text-align : center;
  padding-top : 6px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 6px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #f0f0f0;
  border-left-color : #f0f0f0;
  border-right-color : #f0f0f0;
  border-bottom-color : #f0f0f0;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  height : 100%;
  display : block;
  box-sizing : border-box;
}

.sp-button a:hover{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d8d8d8;
  border-left-color : #d8d8d8;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

.sp-column.accordion > .column-label h3::after{
  border-top-width : 5px;
  border-left-width : 6px;
  border-right-width : 6px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-top-color : rgba(255, 255, 255, 0.45);
  border-left-color : transparent;
  border-right-color : transparent;
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  top : 0.5em;
  right : 0px;
  content : "";
}

.sp-column.toggled-on > .column-label h3::after{
  display : none;
}

.sp-column.toggled-on > .column-label h3::before{
  border-left-width : 6px;
  border-right-width : 6px;
  border-bottom-width : 5px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : transparent;
  border-right-color : transparent;
  border-bottom-color : rgba(255, 255, 255, 0.45);
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  top : 0.5em;
  right : 0px;
  content : "";
}

.sp-column > .column-body{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}

.sp-definition-list > dd{
  margin-left : 94px;
  margin-bottom : 25px;
}

.sp-definition-list > dt{
  padding-top : 5px;
  padding-left : 25px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 10px;
}

.sp-form input{
  font-size : 1.4rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

.sp-form input[type="date"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}

.sp-form input[type="radio"]{
  vertical-align : middle;
  width : 20px;
}

.sp-form input[type="submit"]{
  font-size : 1.4rem;
  color : #555555;
  background-color : #dcdada;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  margin-top : 15px;
  width : auto;
  min-width : 100px;
  float : right;
  position : relative;
  cursor : pointer;
}

.sp-form input[type="text"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}

.sp-form table{
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  width : 100%;
  border-collapse : collapse;
  border-spacing : 0px 0px;
}

.sp-form td{
  color : #000000;
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
}

.sp-form textarea{
  font-size : 1.4rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
  height : 150px;
}

.sp-form th{
  font-weight : normal;
  color : #000000;
  background-color : #f4f4f4;
  text-align : left;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
  min-width : 50px;
}

.sp-google-map{
  max-width : 100%;
  word-wrap : normal;
}

.sp-google-map img{
  max-width : none !important;
}

.sp-item-gallery.grid > ul > li{
  overflow : hidden;
}

.sp-item-gallery.masonry > ul > li{
  height : auto !important;
}

.sp-item-gallery > ul > li > div img.item-gallery-thumbnail{
  max-width : 100%;
}

.sp-list{
  padding-right : 1em;
  margin-bottom : 1.5em;
  list-style-position : inside;
}

.sp-list > li{
  text-align : justify;
  padding-top : 6px;
  padding-bottom : 6px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-justify : inter-ideograph;
}

.sp-page-title > h1{
  font-size : 1.8rem;
  font-weight : bold;
}

.sp-site-branding2 .site-description{
  font-size : 1rem;
  font-weight : normal;
  color : #929292;
}

.sp-site-navigation{
  color : black;
  background-color : white;
}

.sp-site-navigation .menu-toggle{
  display : none;
  cursor : pointer;
}

.sp-site-navigation.vertical{
  font-size : 1.3rem;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #d2c9b8;
  border-bottom-color : #d2c9b8;
  width : 100%;
}

.sp-site-navigation.vertical ul{
  line-height : 30px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
  list-style-position : outside;
}

.sp-site-navigation.vertical ul li.current-menu-ancestor > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current-menu-item > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current_page_ancestor > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current_page_item > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li > a{
  text-decoration : none;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 10px;
  display : block;
}

.sp-site-navigation.vertical ul li > a:active{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li > a:hover{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul ul li > a{
  padding-top : 10px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 10px;
}

.sp-site-navigation.vertical > ul{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 100%;
}

.sp-site-navigation.vertical > ul > li{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  width : 100%;
}

.sp-site-navigation.vertical > ul > li:hover > ul{
  display : block;
}

.sp-table{
  margin-top : 5px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #d8d8d8;
  border-left-color : #d8d8d8;
  width : 100%;
  display : table;
  border-collapse : collapse;
}

.sp-table > * > tr > td{
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

.sp-table > * > tr > th{
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

.sp-table > * > tr > th.col-title{
  background-color : rgba(0, 0, 0, 0.0625);
}

.sp-table > * > tr > th.row-title{
  background-color : rgba(0, 0, 0, 0.0625);
}

.sp-wp-post-list{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 2em;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 2em;
}

.sp-wp-post-list .navigation-post{
  margin-top : 0.67em;
}

.sp-wp-post-list .navigation-post .nav-next{
  margin-right : 10px;
  float : right;
}

.sp-wp-post-list .navigation-post .nav-previous{
  margin-left : 10px;
  float : left;
}

.sp-wp-post-list .navigation-post::after{
  clear : both;
  display : table;
  content : "";
}

.sp-wp-post-list .navigation-post > h1{
  display : none;
}

.sp-wp-post-list > article{
  margin-top : 0.67em;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0.67em;
}

.sp-wp-post-list > h3{
  background-color : #f4f4f4;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

a{
  color : #022451;
  text-decoration : none;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

a:active{
  color : #022451;
  text-decoration : underline;
}

a:focus{
  color : #022451;
  text-decoration : underline;
}

a:hover{
  color : #022451;
  text-decoration : underline;
}

body{
  line-height : 1.5;
  color : #444444;
  background-color : #0d1a46;
  background-image : url(img/back-body.png);
  background-repeat : repeat-x;
  background-position : center top;
}

html {
}

@media not screen, screen and (min-width: 569px) {

  #content {
  }

  #main{
    background-color : #ffffff;
    padding-top : 30px;
    padding-left : 30px;
    padding-right : 30px;
    padding-bottom : 30px;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 940px;
    overflow : hidden;
  }

  .sp-google-map{
    width : 400px;
    min-height : 300px;
  }

  .sp-site-branding2{
    padding-top : 20px;
  }

  .sp-site-branding2 .extra{
    width : 50%;
    position : absolute;
    bottom : 0px;
    right : 0px;
  }

  .sp-site-branding2 .extra > p{
    font-size : 1.3rem;
    color : #929292;
    text-align : right;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  .sp-site-branding2 .extra > p.indent{
    padding-left : 1em;
  }

  .sp-site-branding2 .extra > p.large{
    font-size : 1.5rem;
  }

  .sp-site-branding2 .site-description{
    text-align : right;
    width : 100%;
    height : auto;
    position : absolute;
    top : 15px;
  }

  .sp-site-branding2 .site-title{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    height : 66px;
    float : left;
  }

  .sp-site-branding2 .site-title a{
    height : 100%;
    display : block;
  }

  .sp-site-navigation.horizontal ul{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.horizontal ul li.current-menu-ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current-menu-item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a{
    text-decoration : none;
  }

  .sp-site-navigation.horizontal ul li > a:active{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a:hover{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul ul{
    border-bottom-color : initial;
    background-color : #ffffff;
    border-top-width : 1px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-bottom-width : medium;
    border-top-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-bottom-style : none;
    border-top-color : #3c3f53;
    border-left-color : #3c3f53;
    border-right-color : #3c3f53;
    border-bottom-color : initial;
    width : auto;
    min-width : 150px;
    display : none;
    position : absolute;
    top : 100%;
    left : 0px;
    z-index : 9999;
  }

  .sp-site-navigation.horizontal ul ul li{
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #3c3f53;
    width : 100%;
    white-space : nowrap;
  }

  .sp-site-navigation.horizontal ul ul li > a{
    padding-top : 5px;
    padding-left : 1em;
    padding-right : 1em;
    padding-bottom : 5px;
    display : block;
  }

  .sp-site-navigation.horizontal > ul::after{
    clear : both;
    display : table;
    content : "";
  }

  .sp-site-navigation.horizontal > ul > li{
    float : left;
    position : relative;
  }

  .sp-site-navigation.horizontal > ul > li:hover{
    position : relative;
  }

  .sp-site-navigation.horizontal > ul > li:hover > ul{
    display : block;
  }

  .sp-site-navigation.horizontal > ul > li > a{
    padding-top : 0.5em;
    padding-left : 2em;
    padding-right : 2em;
    padding-bottom : 0.5em;
    display : block;
  }

  .sp-site-navigation.minimal{
    text-align : center;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 20px;
  }

  .sp-site-navigation.minimal ul{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.minimal ul li:last-child{
    margin-right : 0px;
  }

  .sp-site-navigation.minimal ul li > a:active{
    text-decoration : underline;
  }

  .sp-site-navigation.minimal ul li > a:hover{
    text-decoration : underline;
  }

  .sp-site-navigation.minimal > ul li{
    margin-right : 10px;
    display : inline;
  }

  .sp-site-navigation.minimal > ul ul{
    margin-left : 10px;
    display : inline;
  }

  .sp-yahoo-map{
    width : 400px;
    min-height : 300px;
  }

  body{
    min-width : 940px;
  }
}

@media not screen, screen and (min-width: 569px) {

  #content{
    width : 940px;
  }

  #contenthead{
    width : 940px;
  }
}

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

  #content{
    padding-top : 0px;
    padding-left : 8px;
    padding-right : 8px;
    padding-bottom : 0px;
    width : auto;
    float : none;
  }

  #contenthead{
    width : auto;
    float : none;
  }

  #main{
    background-color : #ffffff;
    padding-top : 10px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 10px;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 100%;
    overflow : hidden;
  }

  #main-inner{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    width : auto;
    float : none;
  }

  #primary{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : auto;
    float : none;
  }

  #sidebar1{
    width : 100%;
    float : none;
  }

  #sidebar2{
    width : 100%;
    float : none;
  }

  .sp-block-container{
    padding-top : 0px;
    padding-left : 5px;
    padding-right : 5px;
    padding-bottom : 0px;
  }

  .sp-bread-crumb{
    padding-left : 10px;
    padding-right : 10px;
  }

  .sp-definition-list > dd{
    margin-left : 20px;
  }

  .sp-form input{
    width : 90%;
  }

  .sp-form input[type="submit"] {
  }

  .sp-form table{
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : #d8d8d8;
  }

  .sp-form td{
    width : auto;
    display : block;
  }

  .sp-form textarea{
    width : 90%;
  }

  .sp-form th{
    width : auto;
    display : block;
  }

  .sp-google-map{
    width : 100%;
    min-height : 300px;
  }

  .sp-image{
    max-width : 100%;
    height : auto;
  }

  .sp-site-branding2 .extra{
    padding-top : 5px;
  }

  .sp-site-branding2 .extra > p{
    font-size : 1rem;
    color : #929292;
    text-align : left;
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 100%;
  }

  .sp-site-branding2 .site-description{
    text-align : center;
  }

  .sp-site-branding2 .site-title{
    text-align : center;
  }

  .sp-site-navigation .menu-toggle{
    background-color : rgba(0, 0, 0, 0.3);
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    cursor : pointer;
  }

  .sp-site-navigation ul{
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.button-menu .menu-toggle{
    display : block;
  }

  .sp-site-navigation.button-menu ul ul{
    display : block;
  }

  .sp-site-navigation.button-menu ul.toggled-on{
    display : block;
  }

  .sp-site-navigation.button-menu > ul{
    display : none;
  }

  .sp-site-navigation.horizontal{
    padding-top : 0px;
    margin-top : 10px;
    position : relative;
  }

  .sp-site-navigation.horizontal ul{
    background-color : #ffffff;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    width : auto;
    height : auto;
  }

  .sp-site-navigation.horizontal ul li{
    padding-left : 0px;
    border-left-width : 0px;
    width : auto;
    float : none;
  }

  .sp-site-navigation.horizontal ul li.current-menu-ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current-menu-item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a{
    line-height : 24px;
    padding-top : 8px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 7px;
    float : none;
    display : block;
  }

  .sp-site-navigation.horizontal ul li > a:active{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a:hover{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul ul{
    border-bottom-color : initial;
    background-color : transparent;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    width : auto;
    min-width : 150px;
    display : block;
    position : relative;
    top : 100%;
    left : 0px;
    z-index : 9999;
  }

  .sp-site-navigation.horizontal ul ul li{
    border-bottom-color : initial;
    border-bottom-width : medium;
    border-bottom-style : none;
    border-bottom-color : initial;
  }

  .sp-site-navigation.horizontal ul ul li > a{
    border-bottom-color : initial;
    padding-top : 8px;
    padding-left : 50px;
    padding-right : 50px;
    padding-bottom : 8px;
    border-bottom-width : medium;
    border-bottom-style : none;
    border-bottom-color : initial;
  }

  .sp-site-navigation.minimal{
    text-align : center;
    margin-bottom : 20px;
  }

  .sp-site-navigation.minimal ul{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.minimal ul li{
    display : block;
  }

  .sp-site-navigation.minimal ul li > a{
    display : block;
  }

  .sp-site-navigation.minimal ul li > a:hover{
    text-decoration : underline;
  }

  .sp-table{
    display : block;
    overflow-x : auto;
  }

  .sp-yahoo-map{
    width : 100%;
    min-height : 300px;
  }

  body{
    min-width : 100%;
  }
}

#sp-table-1, #sp-table-2, #sp-table-3, #sp-table-4{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-top-color : #d8d8d8;
  border-left-color : #d8d8d8;
  border-right-color : #d8d8d8;
  width : 100%;
  border-collapse : collapse;
}

#sp-table-1 td, #sp-table-2 td, #sp-table-3 td, #sp-table-4 td{
  font-weight : normal;
  color : #444444;
  background-color : #ffffff;
  text-align : left;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

#sp-table-1 th, #sp-table-2 th, #sp-table-3 th, #sp-table-4 th{
  font-weight : normal;
  color : #ffffff;
  background-color : #ff9023;
  text-align : left;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-definition-list-1 > dd{
  margin-left : 94px;
  margin-bottom : 25px;
}

#sp-definition-list-1 > dt{
  padding-top : 5px;
  padding-left : 25px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 10px;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #3c3f53;
}

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

  #sp-definition-list-1 > dd{
    margin-left : 20px;
  }
}

.page-access#content #page-content .large, .page-blog#content #page-content .large, .page-concept#content #page-content .large, .page-contact#content #page-content .large, .page-custom1#content #page-content .large, .page-custom2#content #page-content .large, .page-custom3#content #page-content .large, .page-custom4#content #page-content .large, .page-facilities#content #page-content .large, .page-facilities1#content #page-content .large, .page-recruit#content #page-content .large, .page-results#content #page-content .large, .page-toppage#content #page-content .large, .page-user#content #page-content .large, #sp-block-container-1 .large, #sp-block-container-2 .large{
  font-size : 1.5rem;
}

.page-access#content #page-content .medium, .page-blog#content #page-content .medium, .page-concept#content #page-content .medium, .page-contact#content #page-content .medium, .page-custom1#content #page-content .medium, .page-custom2#content #page-content .medium, .page-custom3#content #page-content .medium, .page-custom4#content #page-content .medium, .page-facilities#content #page-content .medium, .page-facilities1#content #page-content .medium, .page-recruit#content #page-content .medium, .page-results#content #page-content .medium, .page-toppage#content #page-content .medium, .page-user#content #page-content .medium, #sp-block-container-1 .medium, #sp-block-container-2 .medium{
  font-size : 1.4rem;
}

.page-access#content #page-content .small, .page-blog#content #page-content .small, .page-concept#content #page-content .small, .page-contact#content #page-content .small, .page-custom1#content #page-content .small, .page-custom2#content #page-content .small, .page-custom3#content #page-content .small, .page-custom4#content #page-content .small, .page-facilities#content #page-content .small, .page-facilities1#content #page-content .small, .page-recruit#content #page-content .small, .page-results#content #page-content .small, .page-toppage#content #page-content .small, .page-user#content #page-content .small, #sp-block-container-1 .small, #sp-block-container-2 .small{
  font-size : 1.2rem;
}

.page-access#content #page-content .x-large, .page-blog#content #page-content .x-large, .page-concept#content #page-content .x-large, .page-contact#content #page-content .x-large, .page-custom1#content #page-content .x-large, .page-custom2#content #page-content .x-large, .page-custom3#content #page-content .x-large, .page-custom4#content #page-content .x-large, .page-facilities#content #page-content .x-large, .page-facilities1#content #page-content .x-large, .page-recruit#content #page-content .x-large, .page-results#content #page-content .x-large, .page-toppage#content #page-content .x-large, .page-user#content #page-content .x-large, #sp-block-container-1 .x-large, #sp-block-container-2 .x-large{
  font-size : 1.8rem;
}

.page-access#content #page-content .x-small, .page-blog#content #page-content .x-small, .page-concept#content #page-content .x-small, .page-contact#content #page-content .x-small, .page-custom1#content #page-content .x-small, .page-custom2#content #page-content .x-small, .page-custom3#content #page-content .x-small, .page-custom4#content #page-content .x-small, .page-facilities#content #page-content .x-small, .page-facilities1#content #page-content .x-small, .page-recruit#content #page-content .x-small, .page-results#content #page-content .x-small, .page-toppage#content #page-content .x-small, .page-user#content #page-content .x-small, #sp-block-container-1 .x-small, #sp-block-container-2 .x-small{
  font-size : 1.1rem;
}

.page-access#content #page-content .xx-large, .page-blog#content #page-content .xx-large, .page-concept#content #page-content .xx-large, .page-contact#content #page-content .xx-large, .page-custom1#content #page-content .xx-large, .page-custom2#content #page-content .xx-large, .page-custom3#content #page-content .xx-large, .page-custom4#content #page-content .xx-large, .page-facilities#content #page-content .xx-large, .page-facilities1#content #page-content .xx-large, .page-recruit#content #page-content .xx-large, .page-results#content #page-content .xx-large, .page-toppage#content #page-content .xx-large, .page-user#content #page-content .xx-large, #sp-block-container-1 .xx-large, #sp-block-container-2 .xx-large{
  font-size : 2rem;
}

.page-access#content #page-content .xx-small, .page-blog#content #page-content .xx-small, .page-concept#content #page-content .xx-small, .page-contact#content #page-content .xx-small, .page-custom1#content #page-content .xx-small, .page-custom2#content #page-content .xx-small, .page-custom3#content #page-content .xx-small, .page-custom4#content #page-content .xx-small, .page-facilities#content #page-content .xx-small, .page-facilities1#content #page-content .xx-small, .page-recruit#content #page-content .xx-small, .page-results#content #page-content .xx-small, .page-toppage#content #page-content .xx-small, .page-user#content #page-content .xx-small, #sp-block-container-1 .xx-small, #sp-block-container-2 .xx-small{
  font-size : 1rem;
}

.page-access#content #page-content em, .page-blog#content #page-content em, .page-concept#content #page-content em, .page-contact#content #page-content em, .page-custom1#content #page-content em, .page-custom2#content #page-content em, .page-custom3#content #page-content em, .page-custom4#content #page-content em, .page-facilities#content #page-content em, .page-facilities1#content #page-content em, .page-recruit#content #page-content em, .page-results#content #page-content em, .page-toppage#content #page-content em, .page-user#content #page-content em, #sp-block-container-1 em, #sp-block-container-2 em{
  font-style : oblique;
  color : #444444;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #444444;
}

.page-access#content #page-content strong, .page-blog#content #page-content strong, .page-concept#content #page-content strong, .page-contact#content #page-content strong, .page-custom1#content #page-content strong, .page-custom2#content #page-content strong, .page-custom3#content #page-content strong, .page-custom4#content #page-content strong, .page-facilities#content #page-content strong, .page-facilities1#content #page-content strong, .page-recruit#content #page-content strong, .page-results#content #page-content strong, .page-toppage#content #page-content strong, .page-user#content #page-content strong, #sp-block-container-1 strong, #sp-block-container-2 strong{
  font-weight : bold;
  color : #444444;
}

.page-access#content #page-content > h1, .page-blog#content #page-content > h1, .page-concept#content #page-content > h1, .page-contact#content #page-content > h1, .page-custom1#content #page-content > h1, .page-custom2#content #page-content > h1, .page-custom3#content #page-content > h1, .page-custom4#content #page-content > h1, .page-facilities#content #page-content > h1, .page-facilities1#content #page-content > h1, .page-recruit#content #page-content > h1, .page-results#content #page-content > h1, .page-toppage#content #page-content > h1, .page-user#content #page-content > h1, #sp-block-container-1 > h1, #sp-block-container-2 > h1{
  font-size : 21px;
  font-weight : bold;
  color : #333333;
  background-image : url(img/line-02.png);
  background-repeat : repeat-x;
  background-position : left bottom;
  text-align : left;
  padding-top : 0px;
  padding-left : 11px;
  padding-right : 11px;
  padding-bottom : 7px;
}

.page-access#content #page-content > h2, .page-blog#content #page-content > h2, .page-concept#content #page-content > h2, .page-contact#content #page-content > h2, .page-custom1#content #page-content > h2, .page-custom2#content #page-content > h2, .page-custom3#content #page-content > h2, .page-custom4#content #page-content > h2, .page-facilities#content #page-content > h2, .page-facilities1#content #page-content > h2, .page-recruit#content #page-content > h2, .page-results#content #page-content > h2, .page-toppage#content #page-content > h2, .page-user#content #page-content > h2, #sp-block-container-1 > h2, #sp-block-container-2 > h2{
  font-size : 18px;
  font-weight : bold;
  color : #333333;
  background-image : url(img/line-02.png);
  background-repeat : repeat-x;
  background-position : left bottom;
  text-align : left;
  padding-top : 0px;
  padding-left : 11px;
  padding-right : 11px;
  padding-bottom : 8px;
}

.page-access#content #page-content > h3, .page-blog#content #page-content > h3, .page-concept#content #page-content > h3, .page-contact#content #page-content > h3, .page-custom1#content #page-content > h3, .page-custom2#content #page-content > h3, .page-custom3#content #page-content > h3, .page-custom4#content #page-content > h3, .page-facilities#content #page-content > h3, .page-facilities1#content #page-content > h3, .page-recruit#content #page-content > h3, .page-results#content #page-content > h3, .page-toppage#content #page-content > h3, .page-user#content #page-content > h3, #sp-block-container-1 > h3, #sp-block-container-2 > h3{
  font-size : 16px;
  font-weight : bold;
  color : #333333;
  background-image : url(img/line-02.png);
  background-repeat : repeat-x;
  background-position : left bottom;
  text-align : left;
  padding-top : 0px;
  padding-left : 11px;
  padding-right : 11px;
  padding-bottom : 9px;
}

.page-access#content #page-content > h4, .page-blog#content #page-content > h4, .page-concept#content #page-content > h4, .page-contact#content #page-content > h4, .page-custom1#content #page-content > h4, .page-custom2#content #page-content > h4, .page-custom3#content #page-content > h4, .page-custom4#content #page-content > h4, .page-facilities#content #page-content > h4, .page-facilities1#content #page-content > h4, .page-recruit#content #page-content > h4, .page-results#content #page-content > h4, .page-toppage#content #page-content > h4, .page-user#content #page-content > h4, #sp-block-container-1 > h4, #sp-block-container-2 > h4{
  font-size : 15px;
  line-height : 1.2;
  color : #333333;
  background-image : url(img/line-02.png);
  background-repeat : repeat-x;
  background-position : left bottom;
  padding-top : 0px;
  padding-left : 11px;
  padding-right : 11px;
  padding-bottom : 10px;
  margin-top : 5px;
  clear : both;
}

.page-access#content #page-content > h5, .page-blog#content #page-content > h5, .page-concept#content #page-content > h5, .page-contact#content #page-content > h5, .page-custom1#content #page-content > h5, .page-custom2#content #page-content > h5, .page-custom3#content #page-content > h5, .page-custom4#content #page-content > h5, .page-facilities#content #page-content > h5, .page-facilities1#content #page-content > h5, .page-recruit#content #page-content > h5, .page-results#content #page-content > h5, .page-toppage#content #page-content > h5, .page-user#content #page-content > h5, #sp-block-container-1 > h5, #sp-block-container-2 > h5{
  font-size : 13px;
  line-height : 1.2;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 1em;
  clear : both;
}

.page-access#content #page-content > h6, .page-blog#content #page-content > h6, .page-concept#content #page-content > h6, .page-contact#content #page-content > h6, .page-custom1#content #page-content > h6, .page-custom2#content #page-content > h6, .page-custom3#content #page-content > h6, .page-custom4#content #page-content > h6, .page-facilities#content #page-content > h6, .page-facilities1#content #page-content > h6, .page-recruit#content #page-content > h6, .page-results#content #page-content > h6, .page-toppage#content #page-content > h6, .page-user#content #page-content > h6, #sp-block-container-1 > h6, #sp-block-container-2 > h6{
  font-size : 11px;
}

.page-access#content #page-content > hr, .page-blog#content #page-content > hr, .page-concept#content #page-content > hr, .page-contact#content #page-content > hr, .page-custom1#content #page-content > hr, .page-custom2#content #page-content > hr, .page-custom3#content #page-content > hr, .page-custom4#content #page-content > hr, .page-facilities#content #page-content > hr, .page-facilities1#content #page-content > hr, .page-recruit#content #page-content > hr, .page-results#content #page-content > hr, .page-toppage#content #page-content > hr, .page-user#content #page-content > hr, #sp-block-container-1 > hr, #sp-block-container-2 > hr{
  color : #cdcdcd;
  margin-top : 10px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
  border-top-width : 1px;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #cdcdcd;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : 1px;
}

.page-access#content #page-content > p, .page-blog#content #page-content > p, .page-concept#content #page-content > p, .page-contact#content #page-content > p, .page-custom1#content #page-content > p, .page-custom2#content #page-content > p, .page-custom3#content #page-content > p, .page-custom4#content #page-content > p, .page-facilities#content #page-content > p, .page-facilities1#content #page-content > p, .page-recruit#content #page-content > p, .page-results#content #page-content > p, .page-toppage#content #page-content > p, .page-user#content #page-content > p, #sp-block-container-1 > p, #sp-block-container-2 > p{
  font-size : 1.4rem;
  line-height : 1.4;
  color : #444444;
  text-align : left;
  padding-left : 0.1em;
  padding-right : 0.1em;
  margin-top : 0.5em;
  margin-bottom : 1.5em;
}

.page-access#content #page-content > p.indent, .page-blog#content #page-content > p.indent, .page-concept#content #page-content > p.indent, .page-contact#content #page-content > p.indent, .page-custom1#content #page-content > p.indent, .page-custom2#content #page-content > p.indent, .page-custom3#content #page-content > p.indent, .page-custom4#content #page-content > p.indent, .page-facilities#content #page-content > p.indent, .page-facilities1#content #page-content > p.indent, .page-recruit#content #page-content > p.indent, .page-results#content #page-content > p.indent, .page-toppage#content #page-content > p.indent, .page-user#content #page-content > p.indent, #sp-block-container-1 > p.indent, #sp-block-container-2 > p.indent{
  padding-left : 1em;
}

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

  #content.page-access #page-content, #content.page-blog #page-content, #content.page-concept #page-content, #content.page-contact #page-content, #content.page-custom1 #page-content, #content.page-custom2 #page-content, #content.page-custom3 #page-content, #content.page-custom4 #page-content, #content.page-facilities #page-content, #content.page-facilities1 #page-content, #content.page-recruit #page-content, #content.page-results #page-content, #content.page-toppage #page-content, #content.page-user #page-content, #sp-block-container-1, #sp-block-container-2 {
  }
}

#sp-site-navigation-2{
  background-color : #0d1a46;
  text-align : center;
  padding-top : 30px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 25px;
  width : 100%;
  box-sizing : border-box;
}

#sp-site-navigation-2 .menu-toggle{
  display : none;
}

#sp-site-navigation-2 .screen-reader-text{
  display : none;
}

#sp-site-navigation-2 a{
  color : #fbe4de;
  text-decoration : none;
}

#sp-site-navigation-2 a:focus{
  color : #fbe4de;
  text-decoration : underline;
}

#sp-site-navigation-2 a:hover{
  color : #fbe4de;
  text-decoration : underline;
}

#sp-site-navigation-2 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
  list-style-position : outside;
}

#sp-site-navigation-2 ul li{
  display : inline;
}

#sp-site-navigation-2 ul li ul{
  display : none;
}

#sp-site-navigation-2 ul li::after{
  margin-top : 0px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 0px;
  content : '|';
}

#sp-site-navigation-2 ul li:last-child::after{
  content : '';
}

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

  #sp-site-navigation-2{
    width : 100%;
  }

  #sp-site-navigation-2 .menu-toggle{
    display : none;
    cursor : pointer;
  }

  #sp-site-navigation-2 .screen-reader-text{
    display : none;
  }

  #sp-site-navigation-2 ul{
    display : block;
    list-style-type : none;
    list-style-position : outside;
  }

  #sp-site-navigation-2 ul li{
    display : block;
  }

  #sp-site-navigation-2 ul li::after{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    content : '';
  }

  #sp-site-navigation-2 ul ul{
    display : none;
  }

  .button-menu#sp-site-navigation-2{
    background-image : none;
    padding-top : 0px;
    margin-top : 0px;
    position : relative;
  }

  .button-menu#sp-site-navigation-2 .menu-toggle{
    background-image : url(img/icon-menu.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -999em;
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    display : block;
    cursor : pointer;
  }

  .button-menu#sp-site-navigation-2 ul{
    display : none;
  }

  .button-menu#sp-site-navigation-2 ul.toggled-on{
    display : block;
  }
}

#sp-page-title-1, #sp-page-title-10, #sp-page-title-11, #sp-page-title-12, #sp-page-title-13, #sp-page-title-14, #sp-page-title-2, #sp-page-title-3, #sp-page-title-4, #sp-page-title-5, #sp-page-title-6, #sp-page-title-7, #sp-page-title-8, #sp-page-title-9{
  color : #1e1e1e;
  background-color : #fafafa;
  background-image : url(img/back-01.png);
  background-repeat : repeat-x;
  background-attachment : scroll;
  background-position : left top;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 15px;
  padding-left : 23px;
  padding-right : 15px;
  padding-bottom : 12px;
  margin-bottom : 10px;
  border-top-width : 2px;
  border-top-style : solid;
  border-top-color : #ff9023;
  position : relative;
}

#sp-page-title-1::after, #sp-page-title-10::after, #sp-page-title-11::after, #sp-page-title-12::after, #sp-page-title-13::after, #sp-page-title-14::after, #sp-page-title-2::after, #sp-page-title-3::after, #sp-page-title-4::after, #sp-page-title-5::after, #sp-page-title-6::after, #sp-page-title-7::after, #sp-page-title-8::after, #sp-page-title-9::after{
  width : 100%;
  display : block;
  position : absolute;
  bottom : 1px;
  left : 0px;
  content : "";
}

#sp-page-title-1 > h1, #sp-page-title-10 > h1, #sp-page-title-11 > h1, #sp-page-title-12 > h1, #sp-page-title-13 > h1, #sp-page-title-14 > h1, #sp-page-title-2 > h1, #sp-page-title-3 > h1, #sp-page-title-4 > h1, #sp-page-title-5 > h1, #sp-page-title-6 > h1, #sp-page-title-7 > h1, #sp-page-title-8 > h1, #sp-page-title-9 > h1{
  font-size : 1.8rem;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-button-1, #sp-button-10, #sp-button-2, #sp-button-3, #sp-button-4, #sp-button-5, #sp-button-6, #sp-button-7, #sp-button-8, #sp-button-9{
  margin-bottom : 2px;
  width : 120px;
}

#sp-button-1 > a, #sp-button-10 > a, #sp-button-2 > a, #sp-button-3 > a, #sp-button-4 > a, #sp-button-5 > a, #sp-button-6 > a, #sp-button-7 > a, #sp-button-8 > a, #sp-button-9 > a{
  font-size : 1.4rem;
  font-weight : normal;
  color : #ffffff;
  background-color : #0168e8;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-decoration : none;
  text-align : center;
  padding-top : 6px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 6px;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-1 > a:active, #sp-button-10 > a:active, #sp-button-2 > a:active, #sp-button-3 > a:active, #sp-button-4 > a:active, #sp-button-5 > a:active, #sp-button-6 > a:active, #sp-button-7 > a:active, #sp-button-8 > a:active, #sp-button-9 > a:active{
  background-color : #0a73f5;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  top : 1px;
}

#sp-button-1 > a:hover, #sp-button-10 > a:hover, #sp-button-2 > a:hover, #sp-button-3 > a:hover, #sp-button-4 > a:hover, #sp-button-5 > a:hover, #sp-button-6 > a:hover, #sp-button-7 > a:hover, #sp-button-8 > a:hover, #sp-button-9 > a:hover{
  background-color : #0a73f5;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

#sp-image-28{
  text-decoration : none;
  border-top-width : 5px;
  border-left-width : 5px;
  border-right-width : 5px;
  border-bottom-width : 5px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #868686;
  border-left-color : #868686;
  border-right-color : #868686;
  border-bottom-color : #868686;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  max-width : 100%;
}

#sp-image-1, #sp-image-10, #sp-image-11, #sp-image-12, #sp-image-13, #sp-image-14, #sp-image-15, #sp-image-2, #sp-image-20, #sp-image-21, #sp-image-23, #sp-image-24, #sp-image-25, #sp-image-26, #sp-image-27, #sp-image-29, #sp-image-30, #sp-image-32, #sp-image-33, #sp-image-34, #sp-image-35, #sp-image-36, #sp-image-37, #sp-image-38, #sp-image-39, #sp-image-4, #sp-image-40, #sp-image-41, #sp-image-42, #sp-image-43, #sp-image-44, #sp-image-45, #sp-image-47, #sp-image-48, #sp-image-49, #sp-image-50, #sp-image-52, #sp-image-53, #sp-image-55, #sp-image-7, #sp-image-8{
  max-width : 100%;
}

#sp-form-1{
  font-size : 1.6rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight : normal;
  background-color : #e1eefb;
  padding-top : 10%;
  padding-left : 10%;
  padding-right : 10%;
  padding-bottom : 10%;
  margin-top : 20px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
  width : auto;
  position : relative;
}

#sp-form-1 input{
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
  width : 100%;
  box-sizing : border-box;
}

#sp-form-1 input:focus{
  background-color : #f2f2f2;
}

#sp-form-1 input[type="radio"]{
  vertical-align : middle;
  width : 20px;
}

#sp-form-1 td{
  color : #575757;
  text-align : left;
  padding-top : 15px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 15px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #242f5b;
  border-left-color : #242f5b;
  border-right-color : #242f5b;
  border-bottom-color : #242f5b;
  width : auto;
  display : block;
}

#sp-form-1 textarea{
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

#sp-form-1 textarea:focus{
  background-color : #f2f2f2;
}

#sp-form-1 textarea[name="message"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
  width : 100%;
  height : 100px;
  box-sizing : border-box;
}

#sp-form-1 th{
  font-size : 1.2rem;
  font-weight : normal;
  color : #ffffff;
  background-color : #242f5b;
  text-align : left;
  padding-top : 11px;
  padding-left : 40px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #242f5b;
  border-left-color : #242f5b;
  border-right-color : #242f5b;
  border-bottom-color : #242f5b;
  width : auto;
  display : block;
}

#sp-form-1 tr{
  margin-bottom : 20px;
}

#sp-form-1 > input[type="submit"]{
  font-size : 1.2rem;
  color : #ffffff;
  background-color : #242f5b;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 20px;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  box-shadow : 0px 4px 0px #141f4a;
  width : 100px;
  height : 37px;
  float : right;
  position : relative;
  cursor : pointer;
}

#sp-form-1 > input[type="submit"]:active{
  background-color : #242f5b;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  box-shadow : 0px 0px 0px #141f4a;
  top : 3px;
}

#sp-form-1 > input[type="submit"]:hover{
  background-color : #242f5b;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
}

#sp-form-1 > table{
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  width : 100%;
}

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

  #sp-form-1{
    padding-top : 20px;
    padding-left : 15px;
    padding-right : 15px;
    padding-bottom : 25px;
    margin-top : 5px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 5px;
    width : 100%;
    box-sizing : border-box;
  }

  #sp-form-1 input{
    width : 100%;
  }

  #sp-form-1 table{
    border-top-width : medium;
    border-top-style : none;
    border-top-color : initial;
    width : 100%;
  }

  #sp-form-1 td{
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    width : auto;
    display : block;
  }

  #sp-form-1 textarea[name="message"]{
    width : 100%;
  }

  #sp-form-1 th{
    padding-top : 10px;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    width : auto;
    display : block;
  }

  #sp-form-1 > input[type="submit"]{
    margin-right : 3px;
    float : right;
  }
}

#sp-image-16, #sp-image-17, #sp-image-18, #sp-image-19, #sp-image-31, #sp-image-46, #sp-image-51, #sp-image-6{
  text-decoration : none;
  border-top-width : 8px;
  border-left-width : 8px;
  border-right-width : 8px;
  border-bottom-width : 8px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
  max-width : 100%;
}

#sp-image-22, #sp-image-3, #sp-image-5, #sp-image-54, #sp-image-9{
  text-decoration : none;
  border-top-width : 8px;
  border-left-width : 8px;
  border-right-width : 8px;
  border-bottom-width : 8px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
  box-shadow : 0px 3px 4px rgba(0, 0, 0, 0.5);
  max-width : 100%;
}

#sp-site-navigation-1{
  font-size : 1.3rem;
  color : #ffffff;
  background-image : url(img/back-03.png);
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-site-navigation-1 .menu-toggle{
  display : none;
}

#sp-site-navigation-1 .screen-reader-text{
  display : none;
}

#sp-site-navigation-1 a:active{
  color : #ffffff;
  text-decoration : none;
}

#sp-site-navigation-1 a:link{
  font-weight : normal;
  color : #ffffff;
  text-decoration : none;
}

#sp-site-navigation-1 a:visited{
  font-weight : normal;
  color : #ffffff;
  text-decoration : none;
}

#sp-site-navigation-1 a:hover{
  color : #ffffff;
  text-decoration : none;
}

#sp-site-navigation-1 li{
  margin-right : 0px;
  float : left;
}

#sp-site-navigation-1 li a{
  font-weight : bold;
  line-height : 45px;
  background-repeat : no-repeat;
  padding-left : 10px;
  padding-right : 10px;
  display : block;
}

#sp-site-navigation-1 ul{
  background-repeat : no-repeat;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 940px;
  max-width : 100%;
  display : block;
  list-style-type : none;
  list-style-position : outside;
}

#sp-site-navigation-1 ul ul{
  background-color : #ffffff;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : medium;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : none;
  border-top-color : #666666;
  border-left-color : #666666;
  border-right-color : #666666;
  border-bottom-color : initial;
  width : auto;
  min-width : 150px;
  display : none;
  position : absolute;
  top : 100%;
  left : 0px;
  z-index : 9999;
}

#sp-site-navigation-1 ul ul li{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #3c3f53;
  width : 100%;
  white-space : nowrap;
}

#sp-site-navigation-1 ul ul li a{
  color : #797979;
  padding-top : 5px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 5px;
  display : block;
}

#sp-site-navigation-1 ul ul li a:link{
  color : #0d305e;
}

#sp-site-navigation-1 ul ul li a:visited{
  color : #0d305e;
}

#sp-site-navigation-1 ul ul li a:hover{
  color : #ffffff;
  background-color : #cccccc;
}

#sp-site-navigation-1 ul ul li.current-menu-ancestor > a{
  color : #ffffff;
  background-color : #cccccc;
}

#sp-site-navigation-1 ul ul li.current-menu-item > a{
  color : #ffffff;
  background-color : #cccccc;
}

#sp-site-navigation-1 ul ul li.current_page_ancestor > a{
  color : #ffffff;
  background-color : #cccccc;
}

#sp-site-navigation-1 ul ul li.current_page_item > a{
  color : #ffffff;
  background-color : #cccccc;
}

#sp-site-navigation-1 ul ul li:hover{
  border-bottom-width : 1px;
  display : block;
  position : relative;
}

#sp-site-navigation-1 ul ul li:hover > ul{
  background-color : #000000;
  border-bottom-width : 1px;
  width : 100%;
  display : block;
  top : 0px;
  left : 100%;
}

#sp-site-navigation-1 > ul::after{
  clear : both;
  display : table;
  content : "";
}

#sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
  color : #ffffff;
  background-image : url(img/back-04.png);
  background-repeat : repeat-x;
  text-decoration : none;
}

#sp-site-navigation-1 > ul > li.current-menu-item > a{
  color : #ffffff;
  background-image : url(img/back-04.png);
  background-repeat : repeat-x;
  text-decoration : none;
}

#sp-site-navigation-1 > ul > li.current_page_ancestor > a{
  color : #ffffff;
  background-image : url(img/back-04.png);
  background-repeat : repeat-x;
  text-decoration : none;
}

#sp-site-navigation-1 > ul > li.current_page_item > a{
  color : #ffffff;
  background-image : url(img/back-04.png);
  background-repeat : repeat-x;
  text-decoration : none;
}

#sp-site-navigation-1 > ul > li:hover{
  position : relative;
}

#sp-site-navigation-1 > ul > li:hover > ul{
  display : block;
}

#sp-site-navigation-1 > ul > li > a:hover{
  background-image : url(img/back-04.png);
  background-repeat : repeat-x;
}

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

  #sp-site-navigation-1{
    background-color : #0d305e;
    background-image : none;
    padding-top : 0px;
    margin-top : 10px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #0d305e;
    position : relative;
  }

  #sp-site-navigation-1 .menu-toggle{
    background-image : url(img/icon-menu.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -999em;
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : rgba(255, 255, 255, 0.8);
    display : none;
    cursor : pointer;
  }

  #sp-site-navigation-1 .screen-reader-text{
    display : none;
  }

  #sp-site-navigation-1 li{
    background-repeat : repeat-x;
    background-position : left top;
    padding-left : 0px;
    border-left-width : 0px;
  }

  #sp-site-navigation-1 li a{
    color : #ffffff;
    display : block;
  }

  #sp-site-navigation-1 ul{
    background-color : #ffffff;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : auto;
    height : auto;
    display : block;
    list-style-type : none;
    list-style-position : outside;
  }

  #sp-site-navigation-1 ul li{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : auto;
    float : none;
  }

  #sp-site-navigation-1 ul li a{
    line-height : 24px;
    background-repeat : no-repeat;
    background-position : 0px center;
    padding-top : 8px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 7px;
    height : auto;
    float : none;
  }

  #sp-site-navigation-1 ul li a:active{
    color : #ffffff;
    text-decoration : none;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
  }

  #sp-site-navigation-1 ul li a:link{
    color : #3c3f53;
    background-color : #ffffff;
    text-decoration : none;
  }

  #sp-site-navigation-1 ul li a:visited{
    color : #3c3f53;
    background-color : #ffffff;
    text-decoration : none;
  }

  #sp-site-navigation-1 ul li a:hover{
    color : #ffffff;
    text-decoration : none;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
  }

  #sp-site-navigation-1 ul li li{
    background-image : none;
  }

  #sp-site-navigation-1 ul ul{
    background-color : transparent;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    width : auto;
    min-width : 150px;
    display : block;
    position : relative;
    top : 100%;
    left : 0px;
    z-index : 9999;
  }

  #sp-site-navigation-1 ul ul li{
    border-bottom-width : medium;
    border-bottom-style : none;
    border-bottom-color : initial;
  }

  #sp-site-navigation-1 ul ul li a{
    color : #ffffff;
    padding-top : 8px;
    padding-left : 50px;
    padding-right : 50px;
    padding-bottom : 8px;
    border-bottom-width : medium;
    border-bottom-style : none;
    border-bottom-color : initial;
  }

  #sp-site-navigation-1 ul ul li a:hover{
    color : #ffffff;
    background-color : #000000;
    background-image : url(img/back-04.png);
    background-repeat : repeat-x;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    height : auto;
  }

  #sp-site-navigation-1 ul > li{
    color : #ffffff;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
  }

  .button-menu#sp-site-navigation-1 .menu-toggle{
    display : block;
  }

  .button-menu#sp-site-navigation-1 ul.toggled-on{
    display : block;
  }

  .button-menu#sp-site-navigation-1 > ul{
    display : none;
  }

  .button-menu#sp-site-navigation-1 > ul > ul{
    display : block;
  }

  #sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
    color : #ffffff;
    background-color : #000000;
    background-image : url(img/back-04.png);
    background-repeat : repeat-x;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    height : auto;
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > a{
    color : #ffffff;
    background-color : #000000;
    background-image : url(img/back-04.png);
    background-repeat : repeat-x;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    height : auto;
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a{
    color : #ffffff;
    background-color : #000000;
    background-image : url(img/back-04.png);
    background-repeat : repeat-x;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    height : auto;
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a{
    color : #ffffff;
    background-color : #000000;
    background-image : url(img/back-04.png);
    background-repeat : repeat-x;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    height : auto;
  }

  #sp-site-navigation-1 > ul > li > a:hover{
    color : #ffffff;
    background-color : #000000;
    background-image : url(img/back-04.png);
    background-repeat : repeat-x;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    height : auto;
  }
}

#sp-site-branding-1{
  background-color : #0366a3;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 100%;
  min-height : 100px;
}

#sp-site-branding-1 .inner-box{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 940px;
}

#sp-site-branding-1 .site-description{
  font-size : 1rem;
  font-weight : normal;
  color : #ffffff;
  text-align : right;
  margin-top : 1rem;
  width : 570px;
  float : right;
}

#sp-site-branding-1 .site-title{
  margin-top : 30px;
  width : 303px;
  height : 47px;
  float : left;
  overflow : hidden;
}

#sp-site-branding-1 .site-title a{
  background-image : url(img/site-logo.png);
  background-repeat : no-repeat;
  padding-top : 47px;
  width : 303px;
  display : block;
}

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

  #sp-site-branding-1{
    padding-top : 0px;
    margin-top : 20px;
    width : 100%;
  }

  #sp-site-branding-1 .inner-box{
    width : 100%;
  }

  #sp-site-branding-1 .site-description{
    text-align : center;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 90%;
    float : none;
    position : static;
  }

  #sp-site-branding-1 .site-title{
    text-align : center;
    margin-top : 10px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 10px;
    float : none;
  }

  #sp-site-branding-1 .site-title a{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
  }
}

#breadcrumb-list a{
  color : #022451;
  text-decoration : none;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

#breadcrumb-list a:active{
  color : #022451;
  text-decoration : underline;
}

#breadcrumb-list a:focus{
  color : #022451;
  text-decoration : underline;
}

#breadcrumb-list a:hover{
  color : #022451;
  text-decoration : underline;
}

#breadcrumb-list div{
  margin-right : 10px;
  width : auto;
  display : inline-block;
}

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

  #breadcrumb-list{
    padding-left : 10px;
    padding-right : 10px;
  }
}

.page-concept#content #page-content{
  font-family : "HGS明朝E", "Papyrus";
}

.page-contact#content #page-content{
  font-family : "HGS明朝E";
}

.page-custom1#content #page-content{
  font-family : "HGS明朝E", "Papyrus";
}

.page-custom2#content #page-content{
  font-family : "Papyrus";
}

.page-custom4#content #page-content{
  font-family : "HGS明朝E", "Papyrus";
}

.page-facilities#content #page-content{
  font-family : "Papyrus";
}

.page-toppage#content #page-content{
  font-family : "Papyrus";
}

#sp-button-1 > a{
  font-size : 3rem;
}

#sp-button-2> a:hover {
}

#sp-button-3> a:hover {
}

#sp-button-4> a:hover {
}

#sp-button-5> a:hover {
}

#sp-button-6> a:hover {
}

#sp-button-7> a:hover {
}

#sp-button-9 > a{
  font-size : 2rem;
  font-weight : bold;
}

#sp-image-1 {
}

#sp-page-title-1 h1{
  font-size : 2rem;
}

#sp-page-title-1 > h1{
  font-weight : bold;
  color : #0000ff;
}

#sp-page-title-10 h1{
  font-size : 2.5rem;
  color : #ff0000;
}

#sp-page-title-11 h1{
  font-size : 2.5rem;
  color : #ff0000;
}

#sp-page-title-12 h1{
  font-size : 2.5rem;
  color : #000000;
}

#sp-page-title-13 h1{
  font-size : 2.5rem;
  color : #000000;
}

#sp-page-title-14 h1{
  font-size : 2.5rem;
  color : #ff0000;
}

#sp-page-title-2 h1{
  font-size : 2.5rem;
  font-family : "Papyrus";
  color : #ff0000;
}

#sp-page-title-3 h1{
  font-size : 2.5rem;
  color : #ff0000;
}

#sp-page-title-4 h1{
  font-size : 2.5rem;
  color : #ff0000;
}

#sp-page-title-5 h1{
  font-size : 2.5rem;
  color : #ff0000;
}

#sp-page-title-6 h1{
  font-size : 2.5rem;
  color : #ff0000;
}

#sp-page-title-7 h1{
  font-size : 2.5rem;
  color : #ff0000;
}

#sp-page-title-8 h1{
  font-size : 2.5rem;
  color : #ff0000;
}

#sp-page-title-9 h1{
  font-size : 2.5rem;
  color : #ff0000;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ff0000;
  border-left-color : #ff0000;
  border-right-color : #ff0000;
  border-bottom-color : #ff0000;
}

#sp-site-branding-1 > .inner-box > .site-description{
  font-size : 1.2rem;
}

#sp-site-branding-1 > .inner-box > .site-title > a{
  background-image : url(img/site-logo5.png);
}

@media not screen, screen and (min-width: 569px) {

  #sp-block-container-1{
    width : 470px;
    position : absolute;
    top : 3rem;
    left : 50%;
  }

  #sp-block-container-1 p{
    font-size : 1rem;
    color : #ffffff;
    text-align : right;
  }

  #sp-button-1{
    margin-right : 100px;
    width : 241px;
    height : 67px;
    float : right;
  }

  #sp-button-10{
    width : 146px;
    float : right;
    position : relative;
  }

  #sp-button-2{
    width : 143px;
    float : right;
  }

  #sp-button-3{
    width : 143px;
    float : right;
  }

  #sp-button-4{
    width : 149px;
    float : right;
  }

  #sp-button-5{
    width : 141px;
    float : right;
  }

  #sp-button-6{
    width : 142px;
    float : right;
  }

  #sp-button-7{
    width : 143px;
    float : right;
  }

  #sp-button-8{
    width : 149px;
    float : right;
  }

  #sp-button-9{
    margin-left : 90px;
    width : 487px;
    height : 57px;
  }

  #sp-image-1{
    margin-top : auto;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : auto;
    width : 946px;
    height : 589px;
  }

  #sp-image-10{
    margin-top : -25px;
    width : 388px;
    height : 355px;
    float : left;
    position : relative;
  }

  #sp-image-11{
    margin-top : -16px;
    margin-left : 20px;
    width : 311px;
    height : 311px;
    float : right;
    position : relative;
  }

  #sp-image-12{
    margin-top : -60px;
    margin-left : 20px;
    margin-bottom : 20px;
    width : 243px;
    height : 364px;
    float : right;
    position : relative;
  }

  #sp-image-13{
    margin-top : 35px;
    margin-left : 20px;
    width : 389px;
    height : 310px;
    float : right;
    position : relative;
  }

  #sp-image-14{
    margin-top : -18px;
    margin-right : 30px;
    margin-bottom : 30px;
    width : 478px;
    height : 284px;
    float : left;
    position : relative;
  }

  #sp-image-15{
    margin-top : 37px;
    width : 940px;
    height : 391px;
    float : left;
    position : relative;
  }

  #sp-image-16{
    width : 405px;
    height : 312px;
    float : right;
    position : relative;
  }

  #sp-image-17{
    width : 405px;
    height : 312px;
    float : left;
    position : relative;
  }

  #sp-image-18{
    width : 405px;
    height : 312px;
    float : right;
    position : relative;
  }

  #sp-image-19{
    width : 405px;
    height : 312px;
  }

  #sp-image-2{
    margin-bottom : 15px;
    width : 88px;
    height : 57px;
  }

  #sp-image-20{
    margin-bottom : 20px;
    width : 650px;
    height : 426px;
  }

  #sp-image-21{
    margin-right : 20px;
    margin-bottom : 45px;
    width : 322px;
    height : 341px;
    float : left;
    position : relative;
  }

  #sp-image-22{
    width : 339px;
    height : 293px;
    float : right;
    position : relative;
  }

  #sp-image-23{
    margin-top : 0px;
    margin-right : 20px;
    margin-bottom : 40px;
    width : 351px;
    height : 232px;
    float : left;
    clear : both;
  }

  #sp-image-24{
    margin-right : 0px;
    width : 370px;
    height : 276px;
    float : right;
    clear : both;
    position : relative;
  }

  #sp-image-25{
    margin-right : 20px;
    margin-bottom : 20px;
    width : 395px;
    height : 262px;
    float : left;
    clear : both;
  }

  #sp-image-26{
    margin-right : 20px;
    margin-bottom : 50px;
    width : 370px;
    height : 244px;
    float : left;
  }

  #sp-image-27{
    margin-left : 20px;
    width : 279px;
    height : 434px;
    float : right;
    clear : both;
  }

  #sp-image-28{
    width : 650px;
    height : 490px;
  }

  #sp-image-29{
    margin-bottom : 50px;
    width : 582px;
    height : 387px;
  }

  #sp-image-3{
    float : right;
    position : relative;
  }

  #sp-image-30{
    margin-left : 20px;
    margin-bottom : 20px;
    width : 294px;
    height : 440px;
    float : right;
    clear : both;
  }

  #sp-image-31{
    width : 391px;
    height : 311px;
    float : right;
    position : relative;
  }

  #sp-image-32{
    margin-right : 20px;
    margin-bottom : 20px;
    width : 304px;
    height : 359px;
    float : left;
    clear : both;
  }

  #sp-image-33{
    margin-right : 20px;
    margin-bottom : 20px;
    width : 340px;
    height : 255px;
    float : left;
    clear : both;
  }

  #sp-image-34{
    width : 582px;
    height : 388px;
  }

  #sp-image-35{
    width : 293px;
    height : 438px;
    float : right;
  }

  #sp-image-36{
    margin-right : 20px;
    margin-bottom : 20px;
    width : 292px;
    height : 410px;
    float : left;
    clear : both;
  }

  #sp-image-37{
    margin-left : 20px;
    margin-bottom : 20px;
    width : 379px;
    height : 250px;
    float : right;
    clear : both;
  }

  #sp-image-38{
    width : 252px;
    height : 364px;
    float : right;
  }

  #sp-image-39{
    margin-bottom : 15px;
    width : 88px;
    height : 57px;
  }

  #sp-image-4{
    margin-top : -23px;
    margin-right : 30px;
    width : 237px;
    height : 323px;
    float : left;
    position : relative;
  }

  #sp-image-40{
    margin-bottom : 20px;
    width : 862px;
    height : 573px;
    float : left;
  }

  #sp-image-41{
    margin-left : 20px;
    margin-bottom : 20px;
    width : 350px;
    height : 350px;
    float : right;
    clear : both;
  }

  #sp-image-42{
    margin-left : 20px;
    margin-bottom : 20px;
    width : 327px;
    height : 327px;
    float : left;
    clear : both;
  }

  #sp-image-43{
    margin-right : 20px;
    margin-bottom : 20px;
    width : 386px;
    height : 230px;
    float : right;
    clear : both;
  }

  #sp-image-44{
    margin-right : 20px;
    margin-bottom : 20px;
    width : 435px;
    height : 289px;
    float : left;
    clear : both;
  }

  #sp-image-45{
    margin-bottom : 15px;
    width : 88px;
    height : 57px;
  }

  #sp-image-46{
    float : right;
    position : relative;
  }

  #sp-image-47{
    margin-bottom : 20px;
    width : 449px;
    height : 296px;
    float : right;
    position : relative;
  }

  #sp-image-48{
    margin-left : 100px;
    margin-bottom : -35px;
    width : 88px;
    height : 57px;
  }

  #sp-image-49{
    width : 261px;
    height : 460px;
    float : right;
    position : relative;
  }

  #sp-image-5{
    width : 457px;
    height : 282px;
    float : right;
    position : relative;
  }

  #sp-image-50{
    margin-bottom : 15px;
    width : 88px;
    height : 57px;
    float : right;
    position : relative;
  }

  #sp-image-51{
    width : 819px;
    height : 482px;
  }

  #sp-image-52{
    margin-right : 20px;
    margin-bottom : 40px;
    width : 317px;
    height : 336px;
    float : left;
    position : relative;
  }

  #sp-image-53{
    margin-left : 20px;
    margin-bottom : 20px;
    width : 324px;
    height : 482px;
    float : right;
    position : relative;
  }

  #sp-image-54{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 20px;
    margin-bottom : 0px;
    width : 354px;
    height : 281px;
    float : left;
    position : relative;
  }

  #sp-image-55{
    margin-right : 20px;
    margin-bottom : 20px;
    width : 405px;
    height : 269px;
    float : left;
    position : relative;
  }

  #sp-image-6{
    width : 346px;
    height : 547px;
    float : right;
    position : relative;
  }

  #sp-image-7{
    margin-right : 50px;
    width : 218px;
    height : 92px;
    float : left;
    position : relative;
  }

  #sp-image-8{
    margin-left : 21px;
    width : 104px;
    height : 104px;
    float : left;
    position : relative;
  }

  #sp-image-9{
    width : 276px;
    height : 401px;
    float : right;
    position : relative;
  }

  #sp-site-branding-1{
    margin-right : 354px;
    width : 940px;
    min-height : 96px;
  }

  #sp-table-1{
    width : 464px;
    float : left;
    clear : both;
  }

  #sp-table-2{
    width : 535px;
    float : left;
  }

  #sp-table-3{
    width : 673px;
  }

  #sp-table-4{
    width : 370px;
    float : left;
    position : relative;
  }
}

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

  #sp-block-container-1{
    width : 100%;
    top : 0px;
    left : 0%;
  }

  #sp-block-container-1 p{
    font-size : 1rem;
    color : #ffffff;
    text-align : center;
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    box-sizing : border-box;
  }

  #sp-image-1{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 10px;
    width : 100%;
  }
}
