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 : #000000;
  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;
  padding-top : 30px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 10px;
  margin-top : 30px;
}

#contenthead {
}

#masthead{
  background-color : transparent;
  background-image : url(img/header-back1.png);
  background-repeat : repeat-x;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  min-height : 100px;
  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 : #ef403a;
}

body{
  color : #5d5d5d;
  background-color : #faf8f6;
}

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

  #content{
    margin-bottom : 10px;
    position : relative;
  }

  #main{
    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 : 960px;
    overflow : hidden;
  }

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

  #sidebar1 {
  }

  .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;
  }

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

  a:focus{
    text-decoration : underline;
  }

  a:hover{
    text-decoration : underline;
  }

  body{
    font-size : 1.3rem;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    min-width : 960px;
  }
}

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

  #content{
    width : 701px;
    float : right;
  }

  #contenthead{
    width : 960px;
  }

  #main-inner{
    width : 960px;
  }

  #sidebar1{
    width : 249px;
    float : left;
  }
}

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

  #colophon .inner-box{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  .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;
  }
}

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

#breadcrumb-list a:active{
  color : #ef403a;
  text-decoration : none;
}

#breadcrumb-list a:focus{
  color : #ef403a;
  text-decoration : none;
}

#breadcrumb-list a:hover{
  color : #ef403a;
  text-decoration : none;
}

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

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

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

#sp-site-navigation-2{
  background-color : #000000;
  text-align : center;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  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 : #ffffff;
}

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

#sp-site-navigation-2 a:hover{
  color : #ffffff;
  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{
  color : #ffffff;
  margin-top : 0px;
  margin-left : 2.5px;
  margin-right : 2.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-color : #000000;
    background-image : none;
    padding-top : 0px;
    margin-top : 0px;
    position : relative;
  }

  .button-menu#sp-site-navigation-2 .menu-toggle{
    background-image : url(img/icon-menu2.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-image-1, #sp-image-10, #sp-image-100, #sp-image-101, #sp-image-102, #sp-image-103, #sp-image-104, #sp-image-105, #sp-image-106, #sp-image-107, #sp-image-108, #sp-image-109, #sp-image-11, #sp-image-110, #sp-image-111, #sp-image-112, #sp-image-113, #sp-image-114, #sp-image-115, #sp-image-116, #sp-image-117, #sp-image-118, #sp-image-119, #sp-image-12, #sp-image-120, #sp-image-121, #sp-image-122, #sp-image-123, #sp-image-124, #sp-image-125, #sp-image-126, #sp-image-127, #sp-image-128, #sp-image-129, #sp-image-13, #sp-image-130, #sp-image-131, #sp-image-132, #sp-image-133, #sp-image-134, #sp-image-135, #sp-image-136, #sp-image-137, #sp-image-138, #sp-image-139, #sp-image-14, #sp-image-140, #sp-image-141, #sp-image-142, #sp-image-143, #sp-image-144, #sp-image-145, #sp-image-146, #sp-image-147, #sp-image-148, #sp-image-149, #sp-image-15, #sp-image-150, #sp-image-151, #sp-image-152, #sp-image-153, #sp-image-154, #sp-image-155, #sp-image-156, #sp-image-157, #sp-image-158, #sp-image-159, #sp-image-16, #sp-image-160, #sp-image-161, #sp-image-162, #sp-image-163, #sp-image-164, #sp-image-165, #sp-image-17, #sp-image-18, #sp-image-19, #sp-image-2, #sp-image-20, #sp-image-21, #sp-image-22, #sp-image-23, #sp-image-24, #sp-image-25, #sp-image-26, #sp-image-27, #sp-image-28, #sp-image-29, #sp-image-3, #sp-image-30, #sp-image-31, #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-46, #sp-image-47, #sp-image-48, #sp-image-49, #sp-image-5, #sp-image-50, #sp-image-51, #sp-image-52, #sp-image-53, #sp-image-54, #sp-image-55, #sp-image-56, #sp-image-57, #sp-image-58, #sp-image-59, #sp-image-6, #sp-image-60, #sp-image-61, #sp-image-62, #sp-image-63, #sp-image-64, #sp-image-65, #sp-image-66, #sp-image-67, #sp-image-68, #sp-image-69, #sp-image-7, #sp-image-70, #sp-image-71, #sp-image-72, #sp-image-73, #sp-image-74, #sp-image-75, #sp-image-76, #sp-image-77, #sp-image-78, #sp-image-79, #sp-image-8, #sp-image-80, #sp-image-81, #sp-image-82, #sp-image-83, #sp-image-84, #sp-image-85, #sp-image-86, #sp-image-87, #sp-image-88, #sp-image-89, #sp-image-9, #sp-image-90, #sp-image-91, #sp-image-92, #sp-image-93, #sp-image-94, #sp-image-95, #sp-image-96, #sp-image-97, #sp-image-98, #sp-image-99{
  max-width : 100%;
}

#sp-list-1, #sp-list-10, #sp-list-11, #sp-list-12, #sp-list-13, #sp-list-14, #sp-list-15, #sp-list-16, #sp-list-17, #sp-list-18, #sp-list-19, #sp-list-2, #sp-list-20, #sp-list-21, #sp-list-22, #sp-list-23, #sp-list-24, #sp-list-25, #sp-list-26, #sp-list-27, #sp-list-28, #sp-list-29, #sp-list-3, #sp-list-30, #sp-list-31, #sp-list-32, #sp-list-33, #sp-list-34, #sp-list-35, #sp-list-36, #sp-list-37, #sp-list-38, #sp-list-39, #sp-list-4, #sp-list-40, #sp-list-41, #sp-list-42, #sp-list-43, #sp-list-44, #sp-list-45, #sp-list-46, #sp-list-47, #sp-list-48, #sp-list-49, #sp-list-5, #sp-list-50, #sp-list-51, #sp-list-52, #sp-list-53, #sp-list-54, #sp-list-55, #sp-list-6, #sp-list-7, #sp-list-8, #sp-list-9{
  text-align : left;
  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 : 100%;
  list-style-type : none;
}

#sp-list-1 li, #sp-list-10 li, #sp-list-11 li, #sp-list-12 li, #sp-list-13 li, #sp-list-14 li, #sp-list-15 li, #sp-list-16 li, #sp-list-17 li, #sp-list-18 li, #sp-list-19 li, #sp-list-2 li, #sp-list-20 li, #sp-list-21 li, #sp-list-22 li, #sp-list-23 li, #sp-list-24 li, #sp-list-25 li, #sp-list-26 li, #sp-list-27 li, #sp-list-28 li, #sp-list-29 li, #sp-list-3 li, #sp-list-30 li, #sp-list-31 li, #sp-list-32 li, #sp-list-33 li, #sp-list-34 li, #sp-list-35 li, #sp-list-36 li, #sp-list-37 li, #sp-list-38 li, #sp-list-39 li, #sp-list-4 li, #sp-list-40 li, #sp-list-41 li, #sp-list-42 li, #sp-list-43 li, #sp-list-44 li, #sp-list-45 li, #sp-list-46 li, #sp-list-47 li, #sp-list-48 li, #sp-list-49 li, #sp-list-5 li, #sp-list-50 li, #sp-list-51 li, #sp-list-52 li, #sp-list-53 li, #sp-list-54 li, #sp-list-55 li, #sp-list-6 li, #sp-list-7 li, #sp-list-8 li, #sp-list-9 li{
  margin-bottom : 8px;
}

#sp-list-1 > li, #sp-list-10 > li, #sp-list-11 > li, #sp-list-12 > li, #sp-list-13 > li, #sp-list-14 > li, #sp-list-15 > li, #sp-list-16 > li, #sp-list-17 > li, #sp-list-18 > li, #sp-list-19 > li, #sp-list-2 > li, #sp-list-20 > li, #sp-list-21 > li, #sp-list-22 > li, #sp-list-23 > li, #sp-list-24 > li, #sp-list-25 > li, #sp-list-26 > li, #sp-list-27 > li, #sp-list-28 > li, #sp-list-29 > li, #sp-list-3 > li, #sp-list-30 > li, #sp-list-31 > li, #sp-list-32 > li, #sp-list-33 > li, #sp-list-34 > li, #sp-list-35 > li, #sp-list-36 > li, #sp-list-37 > li, #sp-list-38 > li, #sp-list-39 > li, #sp-list-4 > li, #sp-list-40 > li, #sp-list-41 > li, #sp-list-42 > li, #sp-list-43 > li, #sp-list-44 > li, #sp-list-45 > li, #sp-list-46 > li, #sp-list-47 > li, #sp-list-48 > li, #sp-list-49 > li, #sp-list-5 > li, #sp-list-50 > li, #sp-list-51 > li, #sp-list-52 > li, #sp-list-53 > li, #sp-list-54 > li, #sp-list-55 > li, #sp-list-6 > li, #sp-list-7 > li, #sp-list-8 > li, #sp-list-9 > li{
  color : #000000;
}

#sp-button-24, #sp-button-33, #sp-button-34, #sp-button-35, #sp-button-36{
  margin-bottom : 6px;
  width : 120px;
}

#sp-button-24 > a, #sp-button-33 > a, #sp-button-34 > a, #sp-button-35 > a, #sp-button-36 > a{
  font-size : 1.4rem;
  font-weight : normal;
  color : #ffffff;
  background-color : #5c75fb;
  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 : 5px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 2px;
  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 : #7d91fb;
  border-left-color : #7d91fb;
  border-right-color : #7d91fb;
  border-bottom-color : #7d91fb;
  box-shadow : 0px 4px 0px #4557bb;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-24 > a:active, #sp-button-33 > a:active, #sp-button-34 > a:active, #sp-button-35 > a:active, #sp-button-36 > a:active{
  box-shadow : 0px 2px 0px #4557bb;
  position : relative;
  top : 2px;
}

#sp-button-24 > a:hover, #sp-button-33 > a:hover, #sp-button-34 > a:hover, #sp-button-35 > a:hover, #sp-button-36 > a:hover{
  background-color : #4c68ff;
}

#sp-button-19, #sp-button-20, #sp-button-37, #sp-button-38, #sp-button-39, #sp-button-40, #sp-button-41{
  margin-bottom : 2px;
  width : 120px;
}

#sp-button-19 > a, #sp-button-20 > a, #sp-button-37 > a, #sp-button-38 > a, #sp-button-39 > a, #sp-button-40 > a, #sp-button-41 > a{
  font-size : 1.4rem;
  font-weight : normal;
  color : #4ebdfd;
  background-color : #ffffff;
  text-decoration : none;
  text-align : center;
  padding-top : 3px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 3px;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #4ebdfd;
  border-left-color : #4ebdfd;
  border-right-color : #4ebdfd;
  border-bottom-color : #4ebdfd;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-19 > a:active, #sp-button-20 > a:active, #sp-button-37 > a:active, #sp-button-38 > a:active, #sp-button-39 > a:active, #sp-button-40 > a:active, #sp-button-41 > a:active{
  color : #ffffff;
  background-color : #49b8ff;
  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 : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #49b8ff;
  border-left-color : #49b8ff;
  border-right-color : #49b8ff;
  border-bottom-color : #49b8ff;
  top : 1px;
}

#sp-button-19 > a:hover, #sp-button-20 > a:hover, #sp-button-37 > a:hover, #sp-button-38 > a:hover, #sp-button-39 > a:hover, #sp-button-40 > a:hover, #sp-button-41 > a:hover{
  color : #ffffff;
  background-color : #49b8ff;
  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 : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #49b8ff;
  border-left-color : #49b8ff;
  border-right-color : #49b8ff;
  border-bottom-color : #49b8ff;
}

#sp-button-42{
  margin-bottom : 2px;
  width : 120px;
}

#sp-button-42 > a{
  font-size : 1.4rem;
  font-weight : normal;
  color : #ffffff;
  background-color : #ffa7ce;
  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 : 3px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 3px;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  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;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-42 > a:active{
  background-color : #fe80b8;
  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-42 > a:hover{
  background-color : #fe80b8;
  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-button-1, #sp-button-21, #sp-button-22, #sp-button-23, #sp-button-25, #sp-button-26, #sp-button-27, #sp-button-28, #sp-button-29, #sp-button-30, #sp-button-31, #sp-button-32{
  margin-bottom : 6px;
  width : 120px;
}

#sp-button-1 > a, #sp-button-21 > a, #sp-button-22 > a, #sp-button-23 > a, #sp-button-25 > a, #sp-button-26 > a, #sp-button-27 > a, #sp-button-28 > a, #sp-button-29 > a, #sp-button-30 > a, #sp-button-31 > a, #sp-button-32 > a{
  font-size : 1.4rem;
  font-family : Meiryo, sans-serif;
  font-weight : normal;
  color : #808080;
  background-color : #ffffff;
  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 : 10px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #808080;
  border-left-color : #808080;
  border-right-color : #808080;
  border-bottom-color : #808080;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-1 > a:active, #sp-button-21 > a:active, #sp-button-22 > a:active, #sp-button-23 > a:active, #sp-button-25 > a:active, #sp-button-26 > a:active, #sp-button-27 > a:active, #sp-button-28 > a:active, #sp-button-29 > a:active, #sp-button-30 > a:active, #sp-button-31 > a:active, #sp-button-32 > a:active{
  box-shadow : 0px 10px 15px rgba(0, 0, 0, 0.15) inset;
  text-shadow : 0px 1px 0px #a0a0a0;
}

#sp-button-1 > a:hover, #sp-button-21 > a:hover, #sp-button-22 > a:hover, #sp-button-23 > a:hover, #sp-button-25 > a:hover, #sp-button-26 > a:hover, #sp-button-27 > a:hover, #sp-button-28 > a:hover, #sp-button-29 > a:hover, #sp-button-30 > a:hover, #sp-button-31 > a:hover, #sp-button-32 > a:hover{
  color : #404040;
  background-color : #808080;
  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;
  padding-top : 13px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 7px;
  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{
  font-size : 1.3rem;
  color : #ffffff;
  background-color : #000000;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : 3px;
  border-top-style : solid;
  border-top-color : #49b8ff;
}

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

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

#sp-site-navigation-1 ul{
  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 : 100%;
  max-width : 100%;
  list-style-type : none;
  list-style-position : outside;
}

#sp-site-navigation-1 ul a{
  text-decoration : none;
}

#sp-site-navigation-1 ul ul{
  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-1 ul ul li{
  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 : #333333;
  padding-top : 1rem;
  padding-left : 2rem;
  padding-right : 2rem;
  padding-bottom : 1rem;
  display : block;
}

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

#sp-site-navigation-1 ul ul li > ul{
  top : 0px;
  left : 100%;
}

#sp-site-navigation-1 > ul{
  background-color : #000000;
}

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

#sp-site-navigation-1 > ul > li{
  width : auto;
  float : left;
  position : relative;
}

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

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

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

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

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

#sp-site-navigation-1 > ul > li > a{
  color : #ffffff;
  padding-top : 1.5rem;
  padding-left : 2rem;
  padding-right : 2rem;
  padding-bottom : 1.5rem;
  display : block;
}

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

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

  #sp-site-navigation-1{
    padding-top : 0px;
    margin-top : 10px;
    border-top-width : medium;
    border-top-style : none;
    border-top-color : initial;
    position : relative;
  }

  #sp-site-navigation-1 .menu-toggle{
    background-color : #000000;
    background-image : url(img/icon-menu3.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 : #000000;
    display : none;
    cursor : pointer;
  }

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

  #sp-site-navigation-1 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;
    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;
    padding-top : 5px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 5px;
    height : auto;
    float : 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-top-color : transparent;
    border-left-color : transparent;
    border-right-color : transparent;
    border-bottom-color : transparent;
  }

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

  #sp-site-navigation-1 ul ul li a:hover{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 ul ul li.current-menu-ancestor > a{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 ul ul li.current-menu-item > a{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 ul ul li.current_page_ancestor > a{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 ul ul li.current_page_item > a{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 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;
  }

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

  #sp-site-navigation-1 > ul > li{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > a{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 > ul > li > a{
    text-decoration : none;
    padding-top : 1em;
    padding-left : 1em;
    padding-right : 1em;
    padding-bottom : 1em;
    display : block;
  }

  #sp-site-navigation-1 > ul > li > a:hover{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }
}

.page-contact#content #page-content .large, .page-custom#content #page-content .large, .page-custom1#content #page-content .large, .page-custom10#content #page-content .large, .page-custom11#content #page-content .large, .page-custom12#content #page-content .large, .page-custom13#content #page-content .large, .page-custom2#content #page-content .large, .page-custom3#content #page-content .large, .page-custom4#content #page-content .large, .page-custom5#content #page-content .large, .page-custom6#content #page-content .large, .page-custom7#content #page-content .large, .page-custom8#content #page-content .large, .page-custom9#content #page-content .large, .page-information1#content #page-content .large, .page-profile#content #page-content .large, .page-profile1#content #page-content .large, .page-profile2#content #page-content .large, .page-report#content #page-content .large, .page-report1#content #page-content .large, .page-toppage#content #page-content .large, #sp-block-container-1 .large, #sp-block-container-2 .large, #sp-block-container-3 .large, #sp-block-container-4 .large, #sp-block-container-5 .large, #sp-block-container-6 .large, #sp-block-container-7 .large, #sp-block-container-8 .large, #sp-block-container-9 .large{
  font-size : 1.4rem;
}

.page-contact#content #page-content .medium, .page-custom#content #page-content .medium, .page-custom1#content #page-content .medium, .page-custom10#content #page-content .medium, .page-custom11#content #page-content .medium, .page-custom12#content #page-content .medium, .page-custom13#content #page-content .medium, .page-custom2#content #page-content .medium, .page-custom3#content #page-content .medium, .page-custom4#content #page-content .medium, .page-custom5#content #page-content .medium, .page-custom6#content #page-content .medium, .page-custom7#content #page-content .medium, .page-custom8#content #page-content .medium, .page-custom9#content #page-content .medium, .page-information1#content #page-content .medium, .page-profile#content #page-content .medium, .page-profile1#content #page-content .medium, .page-profile2#content #page-content .medium, .page-report#content #page-content .medium, .page-report1#content #page-content .medium, .page-toppage#content #page-content .medium, #sp-block-container-1 .medium, #sp-block-container-2 .medium, #sp-block-container-3 .medium, #sp-block-container-4 .medium, #sp-block-container-5 .medium, #sp-block-container-6 .medium, #sp-block-container-7 .medium, #sp-block-container-8 .medium, #sp-block-container-9 .medium{
  font-size : 1.3rem;
}

.page-contact#content #page-content .small, .page-custom#content #page-content .small, .page-custom1#content #page-content .small, .page-custom10#content #page-content .small, .page-custom11#content #page-content .small, .page-custom12#content #page-content .small, .page-custom13#content #page-content .small, .page-custom2#content #page-content .small, .page-custom3#content #page-content .small, .page-custom4#content #page-content .small, .page-custom5#content #page-content .small, .page-custom6#content #page-content .small, .page-custom7#content #page-content .small, .page-custom8#content #page-content .small, .page-custom9#content #page-content .small, .page-information1#content #page-content .small, .page-profile#content #page-content .small, .page-profile1#content #page-content .small, .page-profile2#content #page-content .small, .page-report#content #page-content .small, .page-report1#content #page-content .small, .page-toppage#content #page-content .small, #sp-block-container-1 .small, #sp-block-container-2 .small, #sp-block-container-3 .small, #sp-block-container-4 .small, #sp-block-container-5 .small, #sp-block-container-6 .small, #sp-block-container-7 .small, #sp-block-container-8 .small, #sp-block-container-9 .small{
  font-size : 1.2rem;
}

.page-contact#content #page-content .x-large, .page-custom#content #page-content .x-large, .page-custom1#content #page-content .x-large, .page-custom10#content #page-content .x-large, .page-custom11#content #page-content .x-large, .page-custom12#content #page-content .x-large, .page-custom13#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-custom5#content #page-content .x-large, .page-custom6#content #page-content .x-large, .page-custom7#content #page-content .x-large, .page-custom8#content #page-content .x-large, .page-custom9#content #page-content .x-large, .page-information1#content #page-content .x-large, .page-profile#content #page-content .x-large, .page-profile1#content #page-content .x-large, .page-profile2#content #page-content .x-large, .page-report#content #page-content .x-large, .page-report1#content #page-content .x-large, .page-toppage#content #page-content .x-large, #sp-block-container-1 .x-large, #sp-block-container-2 .x-large, #sp-block-container-3 .x-large, #sp-block-container-4 .x-large, #sp-block-container-5 .x-large, #sp-block-container-6 .x-large, #sp-block-container-7 .x-large, #sp-block-container-8 .x-large, #sp-block-container-9 .x-large{
  font-size : 1.6rem;
}

.page-contact#content #page-content .x-small, .page-custom#content #page-content .x-small, .page-custom1#content #page-content .x-small, .page-custom10#content #page-content .x-small, .page-custom11#content #page-content .x-small, .page-custom12#content #page-content .x-small, .page-custom13#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-custom5#content #page-content .x-small, .page-custom6#content #page-content .x-small, .page-custom7#content #page-content .x-small, .page-custom8#content #page-content .x-small, .page-custom9#content #page-content .x-small, .page-information1#content #page-content .x-small, .page-profile#content #page-content .x-small, .page-profile1#content #page-content .x-small, .page-profile2#content #page-content .x-small, .page-report#content #page-content .x-small, .page-report1#content #page-content .x-small, .page-toppage#content #page-content .x-small, #sp-block-container-1 .x-small, #sp-block-container-2 .x-small, #sp-block-container-3 .x-small, #sp-block-container-4 .x-small, #sp-block-container-5 .x-small, #sp-block-container-6 .x-small, #sp-block-container-7 .x-small, #sp-block-container-8 .x-small, #sp-block-container-9 .x-small{
  font-size : 1.1rem;
}

.page-contact#content #page-content .xx-large, .page-custom#content #page-content .xx-large, .page-custom1#content #page-content .xx-large, .page-custom10#content #page-content .xx-large, .page-custom11#content #page-content .xx-large, .page-custom12#content #page-content .xx-large, .page-custom13#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-custom5#content #page-content .xx-large, .page-custom6#content #page-content .xx-large, .page-custom7#content #page-content .xx-large, .page-custom8#content #page-content .xx-large, .page-custom9#content #page-content .xx-large, .page-information1#content #page-content .xx-large, .page-profile#content #page-content .xx-large, .page-profile1#content #page-content .xx-large, .page-profile2#content #page-content .xx-large, .page-report#content #page-content .xx-large, .page-report1#content #page-content .xx-large, .page-toppage#content #page-content .xx-large, #sp-block-container-1 .xx-large, #sp-block-container-2 .xx-large, #sp-block-container-3 .xx-large, #sp-block-container-4 .xx-large, #sp-block-container-5 .xx-large, #sp-block-container-6 .xx-large, #sp-block-container-7 .xx-large, #sp-block-container-8 .xx-large, #sp-block-container-9 .xx-large{
  font-size : 1.8rem;
}

.page-contact#content #page-content .xx-small, .page-custom#content #page-content .xx-small, .page-custom1#content #page-content .xx-small, .page-custom10#content #page-content .xx-small, .page-custom11#content #page-content .xx-small, .page-custom12#content #page-content .xx-small, .page-custom13#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-custom5#content #page-content .xx-small, .page-custom6#content #page-content .xx-small, .page-custom7#content #page-content .xx-small, .page-custom8#content #page-content .xx-small, .page-custom9#content #page-content .xx-small, .page-information1#content #page-content .xx-small, .page-profile#content #page-content .xx-small, .page-profile1#content #page-content .xx-small, .page-profile2#content #page-content .xx-small, .page-report#content #page-content .xx-small, .page-report1#content #page-content .xx-small, .page-toppage#content #page-content .xx-small, #sp-block-container-1 .xx-small, #sp-block-container-2 .xx-small, #sp-block-container-3 .xx-small, #sp-block-container-4 .xx-small, #sp-block-container-5 .xx-small, #sp-block-container-6 .xx-small, #sp-block-container-7 .xx-small, #sp-block-container-8 .xx-small, #sp-block-container-9 .xx-small{
  font-size : 1rem;
}

.page-contact#content #page-content em, .page-custom#content #page-content em, .page-custom1#content #page-content em, .page-custom10#content #page-content em, .page-custom11#content #page-content em, .page-custom12#content #page-content em, .page-custom13#content #page-content em, .page-custom2#content #page-content em, .page-custom3#content #page-content em, .page-custom4#content #page-content em, .page-custom5#content #page-content em, .page-custom6#content #page-content em, .page-custom7#content #page-content em, .page-custom8#content #page-content em, .page-custom9#content #page-content em, .page-information1#content #page-content em, .page-profile#content #page-content em, .page-profile1#content #page-content em, .page-profile2#content #page-content em, .page-report#content #page-content em, .page-report1#content #page-content em, .page-toppage#content #page-content em, #sp-block-container-1 em, #sp-block-container-2 em, #sp-block-container-3 em, #sp-block-container-4 em, #sp-block-container-5 em, #sp-block-container-6 em, #sp-block-container-7 em, #sp-block-container-8 em, #sp-block-container-9 em{
  font-style : oblique;
  color : #5d5d5d;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #5d5d5d;
}

.page-contact#content #page-content hr, .page-custom#content #page-content hr, .page-custom1#content #page-content hr, .page-custom10#content #page-content hr, .page-custom11#content #page-content hr, .page-custom12#content #page-content hr, .page-custom13#content #page-content hr, .page-custom2#content #page-content hr, .page-custom3#content #page-content hr, .page-custom4#content #page-content hr, .page-custom5#content #page-content hr, .page-custom6#content #page-content hr, .page-custom7#content #page-content hr, .page-custom8#content #page-content hr, .page-custom9#content #page-content hr, .page-information1#content #page-content hr, .page-profile#content #page-content hr, .page-profile1#content #page-content hr, .page-profile2#content #page-content hr, .page-report#content #page-content hr, .page-report1#content #page-content hr, .page-toppage#content #page-content hr, #sp-block-container-1 hr, #sp-block-container-2 hr, #sp-block-container-3 hr, #sp-block-container-4 hr, #sp-block-container-5 hr, #sp-block-container-6 hr, #sp-block-container-7 hr, #sp-block-container-8 hr, #sp-block-container-9 hr{
  line-height : 1px;
  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;
}

.page-contact#content #page-content strong, .page-custom#content #page-content strong, .page-custom1#content #page-content strong, .page-custom10#content #page-content strong, .page-custom11#content #page-content strong, .page-custom12#content #page-content strong, .page-custom13#content #page-content strong, .page-custom2#content #page-content strong, .page-custom3#content #page-content strong, .page-custom4#content #page-content strong, .page-custom5#content #page-content strong, .page-custom6#content #page-content strong, .page-custom7#content #page-content strong, .page-custom8#content #page-content strong, .page-custom9#content #page-content strong, .page-information1#content #page-content strong, .page-profile#content #page-content strong, .page-profile1#content #page-content strong, .page-profile2#content #page-content strong, .page-report#content #page-content strong, .page-report1#content #page-content strong, .page-toppage#content #page-content strong, #sp-block-container-1 strong, #sp-block-container-2 strong, #sp-block-container-3 strong, #sp-block-container-4 strong, #sp-block-container-5 strong, #sp-block-container-6 strong, #sp-block-container-7 strong, #sp-block-container-8 strong, #sp-block-container-9 strong{
  font-weight : bold;
  color : #5d5d5d;
}

.page-contact#content #page-content > h1, .page-custom#content #page-content > h1, .page-custom1#content #page-content > h1, .page-custom10#content #page-content > h1, .page-custom11#content #page-content > h1, .page-custom12#content #page-content > h1, .page-custom13#content #page-content > h1, .page-custom2#content #page-content > h1, .page-custom3#content #page-content > h1, .page-custom4#content #page-content > h1, .page-custom5#content #page-content > h1, .page-custom6#content #page-content > h1, .page-custom7#content #page-content > h1, .page-custom8#content #page-content > h1, .page-custom9#content #page-content > h1, .page-information1#content #page-content > h1, .page-profile#content #page-content > h1, .page-profile1#content #page-content > h1, .page-profile2#content #page-content > h1, .page-report#content #page-content > h1, .page-report1#content #page-content > h1, .page-toppage#content #page-content > h1, #sp-block-container-1 > h1, #sp-block-container-2 > h1, #sp-block-container-3 > h1, #sp-block-container-4 > h1, #sp-block-container-5 > h1, #sp-block-container-6 > h1, #sp-block-container-7 > h1, #sp-block-container-8 > h1, #sp-block-container-9 > h1{
  font-size : 2.4rem;
  text-align : left;
}

.page-contact#content #page-content > h2, .page-custom#content #page-content > h2, .page-custom1#content #page-content > h2, .page-custom10#content #page-content > h2, .page-custom11#content #page-content > h2, .page-custom12#content #page-content > h2, .page-custom13#content #page-content > h2, .page-custom2#content #page-content > h2, .page-custom3#content #page-content > h2, .page-custom4#content #page-content > h2, .page-custom5#content #page-content > h2, .page-custom6#content #page-content > h2, .page-custom7#content #page-content > h2, .page-custom8#content #page-content > h2, .page-custom9#content #page-content > h2, .page-information1#content #page-content > h2, .page-profile#content #page-content > h2, .page-profile1#content #page-content > h2, .page-profile2#content #page-content > h2, .page-report#content #page-content > h2, .page-report1#content #page-content > h2, .page-toppage#content #page-content > h2, #sp-block-container-1 > h2, #sp-block-container-2 > h2, #sp-block-container-3 > h2, #sp-block-container-4 > h2, #sp-block-container-5 > h2, #sp-block-container-6 > h2, #sp-block-container-7 > h2, #sp-block-container-8 > h2, #sp-block-container-9 > h2{
  font-size : 1.8rem;
}

.page-contact#content #page-content > h3, .page-custom#content #page-content > h3, .page-custom1#content #page-content > h3, .page-custom10#content #page-content > h3, .page-custom11#content #page-content > h3, .page-custom12#content #page-content > h3, .page-custom13#content #page-content > h3, .page-custom2#content #page-content > h3, .page-custom3#content #page-content > h3, .page-custom4#content #page-content > h3, .page-custom5#content #page-content > h3, .page-custom6#content #page-content > h3, .page-custom7#content #page-content > h3, .page-custom8#content #page-content > h3, .page-custom9#content #page-content > h3, .page-information1#content #page-content > h3, .page-profile#content #page-content > h3, .page-profile1#content #page-content > h3, .page-profile2#content #page-content > h3, .page-report#content #page-content > h3, .page-report1#content #page-content > h3, .page-toppage#content #page-content > h3, #sp-block-container-1 > h3, #sp-block-container-2 > h3, #sp-block-container-3 > h3, #sp-block-container-4 > h3, #sp-block-container-5 > h3, #sp-block-container-6 > h3, #sp-block-container-7 > h3, #sp-block-container-8 > h3, #sp-block-container-9 > h3{
  font-size : 1.6rem;
  font-weight : normal;
  text-align : left;
  padding-top : 10px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 10px;
  margin-top : 10px;
  margin-bottom : 1.5em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #e6ddd5;
  box-shadow : 0px 1px 0px 0px white;
  clear : both;
}

.page-contact#content #page-content > h4, .page-custom#content #page-content > h4, .page-custom1#content #page-content > h4, .page-custom10#content #page-content > h4, .page-custom11#content #page-content > h4, .page-custom12#content #page-content > h4, .page-custom13#content #page-content > h4, .page-custom2#content #page-content > h4, .page-custom3#content #page-content > h4, .page-custom4#content #page-content > h4, .page-custom5#content #page-content > h4, .page-custom6#content #page-content > h4, .page-custom7#content #page-content > h4, .page-custom8#content #page-content > h4, .page-custom9#content #page-content > h4, .page-information1#content #page-content > h4, .page-profile#content #page-content > h4, .page-profile1#content #page-content > h4, .page-profile2#content #page-content > h4, .page-report#content #page-content > h4, .page-report1#content #page-content > h4, .page-toppage#content #page-content > h4, #sp-block-container-1 > h4, #sp-block-container-2 > h4, #sp-block-container-3 > h4, #sp-block-container-4 > h4, #sp-block-container-5 > h4, #sp-block-container-6 > h4, #sp-block-container-7 > h4, #sp-block-container-8 > h4, #sp-block-container-9 > h4{
  font-size : 1.4rem;
  font-weight : normal;
  line-height : 1.2;
  text-align : left;
  padding-top : 10px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 10px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #e6ddd5;
  box-shadow : 0px 1px 0px 0px white;
  clear : both;
}

.page-contact#content #page-content > h5, .page-custom#content #page-content > h5, .page-custom1#content #page-content > h5, .page-custom10#content #page-content > h5, .page-custom11#content #page-content > h5, .page-custom12#content #page-content > h5, .page-custom13#content #page-content > h5, .page-custom2#content #page-content > h5, .page-custom3#content #page-content > h5, .page-custom4#content #page-content > h5, .page-custom5#content #page-content > h5, .page-custom6#content #page-content > h5, .page-custom7#content #page-content > h5, .page-custom8#content #page-content > h5, .page-custom9#content #page-content > h5, .page-information1#content #page-content > h5, .page-profile#content #page-content > h5, .page-profile1#content #page-content > h5, .page-profile2#content #page-content > h5, .page-report#content #page-content > h5, .page-report1#content #page-content > h5, .page-toppage#content #page-content > h5, #sp-block-container-1 > h5, #sp-block-container-2 > h5, #sp-block-container-3 > h5, #sp-block-container-4 > h5, #sp-block-container-5 > h5, #sp-block-container-6 > h5, #sp-block-container-7 > h5, #sp-block-container-8 > h5, #sp-block-container-9 > h5{
  font-size : 1.3rem;
  line-height : 1.2;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 1em;
  clear : both;
}

.page-contact#content #page-content > h6, .page-custom#content #page-content > h6, .page-custom1#content #page-content > h6, .page-custom10#content #page-content > h6, .page-custom11#content #page-content > h6, .page-custom12#content #page-content > h6, .page-custom13#content #page-content > h6, .page-custom2#content #page-content > h6, .page-custom3#content #page-content > h6, .page-custom4#content #page-content > h6, .page-custom5#content #page-content > h6, .page-custom6#content #page-content > h6, .page-custom7#content #page-content > h6, .page-custom8#content #page-content > h6, .page-custom9#content #page-content > h6, .page-information1#content #page-content > h6, .page-profile#content #page-content > h6, .page-profile1#content #page-content > h6, .page-profile2#content #page-content > h6, .page-report#content #page-content > h6, .page-report1#content #page-content > h6, .page-toppage#content #page-content > h6, #sp-block-container-1 > h6, #sp-block-container-2 > h6, #sp-block-container-3 > h6, #sp-block-container-4 > h6, #sp-block-container-5 > h6, #sp-block-container-6 > h6, #sp-block-container-7 > h6, #sp-block-container-8 > h6, #sp-block-container-9 > h6{
  font-size : 1.1rem;
}

.page-contact#content #page-content > p, .page-custom#content #page-content > p, .page-custom1#content #page-content > p, .page-custom10#content #page-content > p, .page-custom11#content #page-content > p, .page-custom12#content #page-content > p, .page-custom13#content #page-content > p, .page-custom2#content #page-content > p, .page-custom3#content #page-content > p, .page-custom4#content #page-content > p, .page-custom5#content #page-content > p, .page-custom6#content #page-content > p, .page-custom7#content #page-content > p, .page-custom8#content #page-content > p, .page-custom9#content #page-content > p, .page-information1#content #page-content > p, .page-profile#content #page-content > p, .page-profile1#content #page-content > p, .page-profile2#content #page-content > p, .page-report#content #page-content > p, .page-report1#content #page-content > p, .page-toppage#content #page-content > p, #sp-block-container-1 > p, #sp-block-container-2 > p, #sp-block-container-3 > p, #sp-block-container-4 > p, #sp-block-container-5 > p, #sp-block-container-6 > p, #sp-block-container-7 > p, #sp-block-container-8 > p, #sp-block-container-9 > p{
  font-size : 1.4rem;
  line-height : 1.4;
  color : #5d5d5d;
  text-align : left;
  padding-left : 0.1em;
  padding-right : 0.1em;
  margin-top : 0.5em;
  margin-bottom : 1.5em;
}

.page-contact#content #page-content > p.indent, .page-custom#content #page-content > p.indent, .page-custom1#content #page-content > p.indent, .page-custom10#content #page-content > p.indent, .page-custom11#content #page-content > p.indent, .page-custom12#content #page-content > p.indent, .page-custom13#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-custom5#content #page-content > p.indent, .page-custom6#content #page-content > p.indent, .page-custom7#content #page-content > p.indent, .page-custom8#content #page-content > p.indent, .page-custom9#content #page-content > p.indent, .page-information1#content #page-content > p.indent, .page-profile#content #page-content > p.indent, .page-profile1#content #page-content > p.indent, .page-profile2#content #page-content > p.indent, .page-report#content #page-content > p.indent, .page-report1#content #page-content > p.indent, .page-toppage#content #page-content > p.indent, #sp-block-container-1 > p.indent, #sp-block-container-2 > p.indent, #sp-block-container-3 > p.indent, #sp-block-container-4 > p.indent, #sp-block-container-5 > p.indent, #sp-block-container-6 > p.indent, #sp-block-container-7 > p.indent, #sp-block-container-8 > p.indent, #sp-block-container-9 > p.indent{
  padding-left : 1em;
}

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

  #content.page-contact #page-content, #content.page-custom #page-content, #content.page-custom1 #page-content, #content.page-custom10 #page-content, #content.page-custom11 #page-content, #content.page-custom12 #page-content, #content.page-custom13 #page-content, #content.page-custom2 #page-content, #content.page-custom3 #page-content, #content.page-custom4 #page-content, #content.page-custom5 #page-content, #content.page-custom6 #page-content, #content.page-custom7 #page-content, #content.page-custom8 #page-content, #content.page-custom9 #page-content, #content.page-information1 #page-content, #content.page-profile #page-content, #content.page-profile1 #page-content, #content.page-profile2 #page-content, #content.page-report #page-content, #content.page-report1 #page-content, #content.page-toppage #page-content, #sp-block-container-1, #sp-block-container-2, #sp-block-container-3, #sp-block-container-4, #sp-block-container-5, #sp-block-container-6, #sp-block-container-7, #sp-block-container-8, #sp-block-container-9 {
  }
}

#sp-definition-list-1 dd, #sp-definition-list-2 dd{
  line-height : 1.9rem;
  margin-left : 94px;
  margin-bottom : 25px;
}

#sp-definition-list-1 dl, #sp-definition-list-2 dl{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 1rem;
  margin-right : 1rem;
  margin-bottom : 10px;
  zoom : 1;
}

#sp-definition-list-1 dt, #sp-definition-list-2 dt{
  line-height : 1.9rem;
  padding-top : 5px;
  padding-left : 15px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 10px;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #ef403a;
}

#sp-button-10, #sp-button-11, #sp-button-12, #sp-button-13, #sp-button-14, #sp-button-15, #sp-button-16, #sp-button-17, #sp-button-18, #sp-button-2, #sp-button-3, #sp-button-4, #sp-button-5, #sp-button-6, #sp-button-7, #sp-button-8, #sp-button-9{
  width : 122px;
}

#sp-button-10 > a, #sp-button-11 > a, #sp-button-12 > a, #sp-button-13 > a, #sp-button-14 > a, #sp-button-15 > a, #sp-button-16 > a, #sp-button-17 > a, #sp-button-18 > 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 : 12px;
  font-family : Arial, Helvetica, sans-serif;
  color : #000000;
  background-color : #f3f3f3;
  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 : 0px;
  padding-right : 0px;
  padding-bottom : 6px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #cecece;
  border-left-color : #cecece;
  border-right-color : #cecece;
  border-bottom-color : #cecece;
  display : block;
  position : relative;
}

#sp-button-10 > a:active, #sp-button-11 > a:active, #sp-button-12 > a:active, #sp-button-13 > a:active, #sp-button-14 > a:active, #sp-button-15 > a:active, #sp-button-16 > a:active, #sp-button-17 > a:active, #sp-button-18 > 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 : #333333;
  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-10 > a:hover, #sp-button-11 > a:hover, #sp-button-12 > a:hover, #sp-button-13 > a:hover, #sp-button-14 > a:hover, #sp-button-15 > a:hover, #sp-button-16 > a:hover, #sp-button-17 > a:hover, #sp-button-18 > 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 : #dddddd;
  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-table-1, #sp-table-10, #sp-table-11, #sp-table-12, #sp-table-13, #sp-table-14, #sp-table-15, #sp-table-16, #sp-table-2, #sp-table-3, #sp-table-4, #sp-table-5, #sp-table-6, #sp-table-7, #sp-table-8, #sp-table-9{
  font-size : 1.4rem;
  color : #333333;
  border-collapse : collapse;
}

#sp-table-1 td, #sp-table-10 td, #sp-table-11 td, #sp-table-12 td, #sp-table-13 td, #sp-table-14 td, #sp-table-15 td, #sp-table-16 td, #sp-table-2 td, #sp-table-3 td, #sp-table-4 td, #sp-table-5 td, #sp-table-6 td, #sp-table-7 td, #sp-table-8 td, #sp-table-9 td{
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  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 : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
}

#sp-table-1 th, #sp-table-10 th, #sp-table-11 th, #sp-table-12 th, #sp-table-13 th, #sp-table-14 th, #sp-table-15 th, #sp-table-16 th, #sp-table-2 th, #sp-table-3 th, #sp-table-4 th, #sp-table-5 th, #sp-table-6 th, #sp-table-7 th, #sp-table-8 th, #sp-table-9 th{
  color : #666666;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  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 : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
  min-width : 60px;
}

#sp-table-1 > tbody > tr .col-title, #sp-table-10 > tbody > tr .col-title, #sp-table-11 > tbody > tr .col-title, #sp-table-12 > tbody > tr .col-title, #sp-table-13 > tbody > tr .col-title, #sp-table-14 > tbody > tr .col-title, #sp-table-15 > tbody > tr .col-title, #sp-table-16 > tbody > tr .col-title, #sp-table-2 > tbody > tr .col-title, #sp-table-3 > tbody > tr .col-title, #sp-table-4 > tbody > tr .col-title, #sp-table-5 > tbody > tr .col-title, #sp-table-6 > tbody > tr .col-title, #sp-table-7 > tbody > tr .col-title, #sp-table-8 > tbody > tr .col-title, #sp-table-9 > tbody > tr .col-title{
  color : #666666;
  background-color : #f4f4f4;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
}

#sp-table-1 > tbody > tr .row-title, #sp-table-10 > tbody > tr .row-title, #sp-table-11 > tbody > tr .row-title, #sp-table-12 > tbody > tr .row-title, #sp-table-13 > tbody > tr .row-title, #sp-table-14 > tbody > tr .row-title, #sp-table-15 > tbody > tr .row-title, #sp-table-16 > tbody > tr .row-title, #sp-table-2 > tbody > tr .row-title, #sp-table-3 > tbody > tr .row-title, #sp-table-4 > tbody > tr .row-title, #sp-table-5 > tbody > tr .row-title, #sp-table-6 > tbody > tr .row-title, #sp-table-7 > tbody > tr .row-title, #sp-table-8 > tbody > tr .row-title, #sp-table-9 > tbody > tr .row-title{
  color : #666666;
  background-color : #f4f4f4;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  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 : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
}

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

  #sp-table-1, #sp-table-10, #sp-table-11, #sp-table-12, #sp-table-13, #sp-table-14, #sp-table-15, #sp-table-16, #sp-table-2, #sp-table-3, #sp-table-4, #sp-table-5, #sp-table-6, #sp-table-7, #sp-table-8, #sp-table-9{
    width : 100%;
  }
}

#sp-site-branding-1{
  background-color : #ffffff;
  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;
  position : relative;
  box-sizing : border-box;
}

#sp-site-branding-1 .site-description{
  font-size : 10px;
  font-weight : normal;
  line-height : 20px;
  color : #4e7e58;
  background-color : #ffffff;
  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-align : center;
  width : 100%;
  float : right;
  display : block;
}

#sp-site-branding-1 .site-title{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  min-width : 279px;
  min-height : 85px;
  display : block;
  overflow : hidden;
}

#sp-site-branding-1 .site-title a{
  background-image : url(img/031.png);
  background-repeat : no-repeat;
  background-position : center 10px;
  text-indent : -9999px;
  padding-bottom : 10px;
  min-width : 279px;
  min-height : 85px;
  display : block;
}

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

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

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

  #sp-site-branding-1 .site-description{
    display : none;
  }

  #sp-site-branding-1 .site-title{
    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 : 100%;
    float : none;
  }

  #sp-site-branding-1 .site-title a{
    background-position : center top;
    width : 100%;
  }

  #sp-site-branding-1 .site-title::after{
    display : none;
  }

  .site-title::before{
    display : none;
  }
}

#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-15, #sp-page-title-16, #sp-page-title-17, #sp-page-title-18, #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{
  background-color : #ffffff;
  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;
  margin-bottom : 5px;
  border-bottom-width : 4px;
  border-bottom-style : solid;
  border-bottom-color : #00bae6;
  width : 100%;
  box-sizing : border-box;
}

#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-15 > h1, #sp-page-title-16 > h1, #sp-page-title-17 > h1, #sp-page-title-18 > 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 : 20px;
  color : #515151;
  padding-top : 15px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

.page-profile#content #page-content{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 20px;
  padding-bottom : 25px;
}

.page-profile2#content #page-content{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 20px;
  padding-bottom : 25px;
}

#sp-button-1 > a{
  color : #000000;
}

#sp-button-11 > a{
  font-size : 1.1rem;
}

#sp-button-13 > a{
  color : #000000;
}

#sp-button-19 > a{
  color : #000000;
}

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

#sp-button-2 > a{
  font-family : "AR Gothic1 Extra", sans-serif;
}

#sp-button-20 > a{
  color : #000000;
}

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

#sp-button-21 > a{
  color : #000000;
}

#sp-button-22 > a{
  color : #000000;
}

#sp-button-23 > a{
  color : #000000;
}

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

#sp-button-29 > a{
  color : #000000;
}

#sp-button-30 > a{
  color : #000000;
}

#sp-button-31 > a{
  color : #000000;
}

#sp-button-32 > a{
  color : #000000;
}

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

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

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

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

#sp-button-37 > a{
  color : #000000;
}

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

#sp-button-38 > a{
  color : #000000;
}

#sp-button-38 > a:hover{
  color : #ffffff;
}

#sp-button-39 > a{
  color : #000000;
}

#sp-button-39 > a:hover{
  color : #ffffff;
}

#sp-button-40 > a{
  color : #000000;
}

#sp-button-40 > a:hover{
  color : #ffffff;
}

#sp-button-41 > a{
  color : #000000;
}

#sp-button-41 > a:hover{
  color : #ffffff;
}

#sp-list-34 {
}

#sp-list-35 {
}

#sp-list-36 {
}

#sp-list-37 {
}

#sp-list-38 {
}

#sp-list-39 {
}

#sp-list-40 {
}

#sp-list-41 {
}

#sp-list-42 {
}

#sp-list-43 {
}

#sp-list-44 {
}

#sp-list-44 > li{
  color : #555555;
}

#sp-list-45 {
}

#sp-list-45 > li{
  color : #555555;
}

#sp-list-46 {
}

#sp-list-46 > li{
  color : #555555;
}

#sp-list-47 {
}

#sp-list-47 > li{
  color : #555555;
}

#sp-list-48 {
}

#sp-list-48 > li{
  color : #555555;
}

#sp-list-49 {
}

#sp-list-49 > li{
  color : #555555;
}

#sp-list-50 {
}

#sp-list-50 > li{
  color : #555555;
}

#sp-list-51 {
}

#sp-list-52 {
}

#sp-list-53 {
}

#sp-list-53 > li{
  color : #555555;
}

#sp-list-54 {
}

#sp-list-54 > li{
  color : #555555;
}

#sp-list-55 {
}

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

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

  #sp-block-container-5{
    min-height : 671px;
  }

  #sp-button-1{
    width : 256px;
  }

  #sp-button-10{
    width : 229px;
  }

  #sp-button-11{
    width : 229px;
    height : 34px;
  }

  #sp-button-12{
    width : 229px;
  }

  #sp-button-13{
    margin-bottom : -5px;
    width : 229px;
    height : 34px;
    min-height : 38px;
  }

  #sp-button-14{
    width : 229px;
  }

  #sp-button-15{
    width : 229px;
    height : 34px;
  }

  #sp-button-16{
    width : 229px;
  }

  #sp-button-17{
    width : 229px;
  }

  #sp-button-18{
    width : 229px;
  }

  #sp-button-2{
    width : 229px;
    height : 34px;
    min-height : 31px;
  }

  #sp-button-21{
    width : 216px;
  }

  #sp-button-22{
    width : 244px;
  }

  #sp-button-23{
    width : 244px;
    height : 40px;
  }

  #sp-button-24{
    width : 229px;
    min-height : 30px;
  }

  #sp-button-25{
    margin-left : 70px;
    width : 181px;
    height : 46px;
  }

  #sp-button-26{
    margin-left : 70px;
    width : 181px;
    height : 46px;
  }

  #sp-button-27{
    margin-left : 70px;
    width : 181px;
    height : 46px;
  }

  #sp-button-28{
    margin-left : 70px;
    width : 181px;
    height : 46px;
  }

  #sp-button-29{
    margin-left : 100px;
    width : 150px;
  }

  #sp-button-3{
    width : 229px;
    height : 34px;
  }

  #sp-button-30{
    margin-left : 100px;
    width : 150px;
  }

  #sp-button-31{
    margin-left : 100px;
    width : 150px;
  }

  #sp-button-32{
    margin-left : 100px;
    width : 150px;
  }

  #sp-button-33{
    width : 284px;
  }

  #sp-button-34{
    width : 220px;
  }

  #sp-button-35{
    width : 345px;
  }

  #sp-button-36{
    width : 312px;
  }

  #sp-button-37{
    width : 221px;
  }

  #sp-button-38{
    width : 183px;
  }

  #sp-button-39{
    width : 183px;
  }

  #sp-button-4{
    width : 229px;
  }

  #sp-button-40{
    width : 183px;
  }

  #sp-button-41{
    width : 183px;
  }

  #sp-button-5{
    width : 229px;
  }

  #sp-button-6{
    width : 229px;
  }

  #sp-button-7{
    width : 229px;
  }

  #sp-button-8{
    width : 229px;
  }

  #sp-button-9{
    width : 229px;
  }

  #sp-definition-list-1{
    width : 650px;
    min-height : 483px;
  }

  #sp-definition-list-2{
    width : 650px;
    min-height : 483px;
  }

  #sp-image-1{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 20px;
    width : 960px;
    height : 320px;
  }

  #sp-image-10{
    width : 646px;
    height : 420px;
  }

  #sp-image-100{
    width : 491px;
    height : 367px;
  }

  #sp-image-101{
    width : 471px;
    height : 288px;
  }

  #sp-image-102{
    width : 474px;
    height : 314px;
  }

  #sp-image-103{
    width : 296px;
    height : 357px;
  }

  #sp-image-104{
    width : 296px;
    height : 380px;
  }

  #sp-image-105{
    width : 405px;
    height : 282px;
  }

  #sp-image-106{
    width : 405px;
    height : 277px;
  }

  #sp-image-107{
    width : 336px;
    height : 435px;
  }

  #sp-image-108{
    width : 396px;
    height : 425px;
  }

  #sp-image-109{
    width : 458px;
    height : 269px;
  }

  #sp-image-11{
    width : 429px;
    height : 246px;
  }

  #sp-image-110{
    width : 442px;
    height : 307px;
  }

  #sp-image-111{
    width : 430px;
    height : -110px;
  }

  #sp-image-112{
    width : 400px;
    height : 475px;
  }

  #sp-image-113{
    width : 500px;
    height : 327px;
  }

  #sp-image-114{
    width : 367px;
    height : 433px;
  }

  #sp-image-115{
    width : 488px;
    height : 310px;
  }

  #sp-image-116{
    width : 371px;
    height : 436px;
  }

  #sp-image-117{
    width : 515px;
    height : 313px;
  }

  #sp-image-118{
    width : 503px;
    height : 305px;
  }

  #sp-image-119{
    width : 501px;
    height : 294px;
  }

  #sp-image-12{
    width : 490px;
    height : 306px;
  }

  #sp-image-120{
    width : 398px;
    height : 522px;
  }

  #sp-image-121{
    width : 398px;
    height : 522px;
  }

  #sp-image-122{
    width : 354px;
    height : 445px;
  }

  #sp-image-123{
    width : 468px;
    height : 351px;
  }

  #sp-image-124{
    width : 444px;
    height : 333px;
  }

  #sp-image-125{
    width : 533px;
    height : 304px;
  }

  #sp-image-126{
    width : 533px;
    height : 304px;
  }

  #sp-image-127{
    width : 338px;
    height : 450px;
  }

  #sp-image-128{
    width : 338px;
    height : 450px;
  }

  #sp-image-129{
    width : 338px;
    height : 450px;
  }

  #sp-image-13{
    width : 490px;
    height : 306px;
  }

  #sp-image-130{
    width : 494px;
    height : 369px;
  }

  #sp-image-131{
    width : 497px;
    height : 297px;
  }

  #sp-image-132{
    width : 482px;
    height : 305px;
  }

  #sp-image-133{
    width : 505px;
    height : 305px;
  }

  #sp-image-134{
    width : 368px;
    height : 455px;
  }

  #sp-image-135{
    width : 508px;
    height : 310px;
  }

  #sp-image-136{
    width : 508px;
    height : 310px;
  }

  #sp-image-137{
    width : 490px;
    height : 302px;
  }

  #sp-image-138{
    width : 482px;
    height : 318px;
  }

  #sp-image-139{
    width : 478px;
    height : 366px;
  }

  #sp-image-14{
    width : 490px;
    height : 308px;
  }

  #sp-image-140{
    width : 483px;
    height : 283px;
  }

  #sp-image-141{
    width : 478px;
    height : 303px;
  }

  #sp-image-142{
    width : 479px;
    height : 306px;
  }

  #sp-image-143{
    width : 436px;
    height : 327px;
  }

  #sp-image-144{
    width : 438px;
    height : 327px;
  }

  #sp-image-145{
    width : 438px;
    height : 327px;
  }

  #sp-image-146{
    width : 513px;
    height : 384px;
  }

  #sp-image-147{
    width : 340px;
    height : 452px;
  }

  #sp-image-148{
    width : 513px;
    height : 384px;
  }

  #sp-image-149{
    width : 513px;
    height : 384px;
  }

  #sp-image-15{
    width : 254px;
    height : 452px;
  }

  #sp-image-150{
    width : 513px;
    height : 384px;
  }

  #sp-image-151{
    width : 513px;
    height : 384px;
  }

  #sp-image-152{
    width : 513px;
    height : 384px;
  }

  #sp-image-153{
    width : 340px;
    height : 453px;
  }

  #sp-image-154{
    width : 341px;
    height : 454px;
  }

  #sp-image-155{
    width : 513px;
    height : 383px;
  }

  #sp-image-156{
    width : 514px;
    height : 385px;
  }

  #sp-image-157{
    width : 350px;
    height : 465px;
  }

  #sp-image-158{
    width : 493px;
    height : 276px;
  }

  #sp-image-159{
    width : 433px;
    height : 323px;
  }

  #sp-image-16{
    width : 490px;
    height : 309px;
  }

  #sp-image-160{
    width : 433px;
    height : 323px;
  }

  #sp-image-161{
    width : 343px;
    height : 456px;
  }

  #sp-image-162{
    width : 433px;
    height : 323px;
  }

  #sp-image-163{
    width : 433px;
    height : 323px;
  }

  #sp-image-164{
    width : 433px;
    height : 322px;
  }

  #sp-image-165{
    width : 433px;
    height : 324px;
  }

  #sp-image-17{
    width : 490px;
    height : 310px;
  }

  #sp-image-18{
    width : 490px;
    height : 310px;
  }

  #sp-image-19{
    width : 490px;
    height : 309px;
  }

  #sp-image-2{
    width : 572px;
    height : 429px;
  }

  #sp-image-20{
    width : 380px;
    height : 452px;
  }

  #sp-image-21{
    width : 380px;
    height : 455px;
  }

  #sp-image-22{
    width : 380px;
    height : 455px;
  }

  #sp-image-23{
    width : 380px;
    height : 455px;
  }

  #sp-image-24{
    width : 490px;
    height : 299px;
  }

  #sp-image-25{
    width : 490px;
    height : 302px;
  }

  #sp-image-26{
    width : 490px;
    height : 300px;
  }

  #sp-image-27{
    width : 490px;
    height : 302px;
  }

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

  #sp-image-29{
    width : 490px;
    height : 302px;
  }

  #sp-image-3{
    width : 572px;
    height : 429px;
  }

  #sp-image-30{
    width : 490px;
    height : 302px;
  }

  #sp-image-31{
    width : 490px;
    height : 301px;
  }

  #sp-image-32{
    width : 490px;
    height : 313px;
  }

  #sp-image-33{
    width : 380px;
    height : 490px;
  }

  #sp-image-34{
    width : 380px;
    height : 438px;
  }

  #sp-image-35{
    width : 380px;
    height : 437px;
  }

  #sp-image-36{
    width : 490px;
    height : 424px;
  }

  #sp-image-37{
    width : 490px;
    height : 357px;
  }

  #sp-image-38{
    width : 490px;
    height : 302px;
  }

  #sp-image-39{
    width : 490px;
    height : 301px;
  }

  #sp-image-4{
    width : 572px;
    height : 428px;
  }

  #sp-image-40{
    width : 490px;
    height : 302px;
  }

  #sp-image-41{
    width : 490px;
    height : 302px;
  }

  #sp-image-42{
    width : 490px;
    height : 302px;
  }

  #sp-image-43{
    width : 490px;
    height : 302px;
  }

  #sp-image-44{
    width : 490px;
    height : 302px;
  }

  #sp-image-45{
    width : 490px;
    height : 302px;
  }

  #sp-image-46{
    width : 490px;
    height : 302px;
  }

  #sp-image-47{
    width : 490px;
    height : 302px;
  }

  #sp-image-48{
    width : 490px;
    height : 302px;
  }

  #sp-image-49{
    width : 400px;
    height : 471px;
  }

  #sp-image-5{
    width : 572px;
    height : 357px;
  }

  #sp-image-50{
    width : 403px;
    height : 421px;
  }

  #sp-image-51{
    width : 490px;
    height : 294px;
  }

  #sp-image-52{
    width : 490px;
    height : 294px;
  }

  #sp-image-53{
    width : 490px;
    height : 294px;
  }

  #sp-image-54{
    width : 490px;
    height : 294px;
  }

  #sp-image-55{
    width : 460px;
    height : 343px;
  }

  #sp-image-56{
    width : 460px;
    height : 341px;
  }

  #sp-image-57{
    width : 361px;
    height : 479px;
  }

  #sp-image-58{
    width : 361px;
    height : 480px;
  }

  #sp-image-59{
    width : 469px;
    height : 350px;
  }

  #sp-image-6{
    width : 646px;
    height : 382px;
  }

  #sp-image-60{
    width : 490px;
    height : 318px;
  }

  #sp-image-61{
    width : 490px;
    height : 321px;
  }

  #sp-image-62{
    width : 380px;
    height : 477px;
  }

  #sp-image-63{
    width : 380px;
    height : 414px;
  }

  #sp-image-64{
    width : 380px;
    height : 422px;
  }

  #sp-image-65{
    width : 380px;
    height : 425px;
  }

  #sp-image-66{
    width : 490px;
    height : 326px;
  }

  #sp-image-67{
    width : 381px;
    height : 421px;
  }

  #sp-image-68{
    width : 380px;
    height : 420px;
  }

  #sp-image-69{
    width : 380px;
    height : 427px;
  }

  #sp-image-7{
    width : 646px;
    height : 382px;
  }

  #sp-image-70{
    width : 380px;
    height : 419px;
  }

  #sp-image-71{
    width : 490px;
    height : 326px;
  }

  #sp-image-72{
    width : 490px;
    height : 327px;
  }

  #sp-image-73{
    width : 490px;
    height : 327px;
  }

  #sp-image-74{
    width : 490px;
    height : 324px;
  }

  #sp-image-75{
    width : 490px;
    height : 327px;
  }

  #sp-image-76{
    width : 490px;
    height : 300px;
  }

  #sp-image-77{
    width : 490px;
    height : 302px;
  }

  #sp-image-78{
    width : 380px;
    height : 451px;
  }

  #sp-image-79{
    width : 490px;
    height : 302px;
  }

  #sp-image-8{
    margin-right : 308px;
    width : 599px;
    height : 411px;
  }

  #sp-image-80{
    width : 490px;
    height : 302px;
  }

  #sp-image-81{
    width : 565px;
    height : 356px;
  }

  #sp-image-82{
    width : 565px;
    height : 356px;
  }

  #sp-image-83{
    width : 565px;
    height : 356px;
  }

  #sp-image-84{
    width : 565px;
    height : 356px;
  }

  #sp-image-85{
    width : 565px;
    height : 356px;
  }

  #sp-image-86{
    width : 491px;
    height : 174px;
  }

  #sp-image-87{
    width : 368px;
    height : 446px;
  }

  #sp-image-88{
    width : 369px;
    height : 446px;
  }

  #sp-image-89{
    width : 367px;
    height : 450px;
  }

  #sp-image-9{
    width : 646px;
    height : 420px;
  }

  #sp-image-90{
    width : 360px;
    height : 416px;
  }

  #sp-image-91{
    width : 369px;
    height : 408px;
  }

  #sp-image-92{
    width : 543px;
    height : 369px;
  }

  #sp-image-93{
    width : 380px;
    height : 446px;
  }

  #sp-image-94{
    width : 553px;
    height : 344px;
  }

  #sp-image-95{
    width : 400px;
    height : 535px;
  }

  #sp-image-96{
    width : 486px;
    height : 179px;
  }

  #sp-image-97{
    width : 511px;
    height : 187px;
  }

  #sp-image-98{
    width : 541px;
    height : 213px;
  }

  #sp-image-99{
    width : 464px;
    height : 342px;
  }

  #sp-list-34{
    margin-left : 0px;
  }

  #sp-list-35{
    margin-left : -4px;
  }

  #sp-list-36{
    margin-left : 0px;
  }

  #sp-list-37{
    margin-left : 0px;
    width : 550px;
    min-height : 91px;
  }

  #sp-list-38{
    margin-left : 0px;
  }

  #sp-list-39{
    margin-left : 0px;
  }

  #sp-list-40{
    margin-left : 0px;
  }

  #sp-list-41{
    margin-left : 0px;
  }

  #sp-list-42{
    margin-left : 0px;
    width : 556px;
  }

  #sp-list-43{
    margin-left : 0px;
    width : 557px;
  }

  #sp-list-44{
    margin-left : 0px;
  }

  #sp-list-45{
    margin-left : 0px;
  }

  #sp-list-46{
    margin-left : 0px;
    width : 556px;
    min-height : 73px;
  }

  #sp-list-47{
    margin-left : 0px;
  }

  #sp-list-48{
    margin-left : 0px;
  }

  #sp-list-49{
    margin-left : 0px;
  }

  #sp-list-50{
    margin-left : 0px;
  }

  #sp-list-51{
    margin-left : 0px;
  }

  #sp-list-52{
    margin-left : 0px;
  }

  #sp-list-53{
    margin-left : 0px;
  }

  #sp-list-54{
    margin-left : 0px;
  }

  #sp-list-55{
    margin-left : 0px;
  }

  #sp-site-branding-1{
    min-height : 164px;
  }

  #sp-table-1{
    width : 681px;
  }

  #sp-table-5{
    width : 695px;
  }
}

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

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