#colophon{
  font-size : 1.2rem;
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #cccccc;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#colophon-inner{
  background-color : transparent;
}

#content{
  min-height : 50px;
}

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

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

#masthead{
  margin-bottom : 0px;
}

#masthead-inner {
}

#page{
  font-size : 1.4rem;
}

*{
  box-sizing : border-box;
  
}

.hpb-viewtype-full > article::after{
  clear : both;
  display : table;
  content : "";
}

.hpb-viewtype-simple > article::after{
  clear : both;
  display : table;
  content : "";
}

.hpb-viewtype-thumbnail > article::after{
  clear : both;
  display : table;
  content : "";
}

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

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

.searchform::after{
  clear : both;
  display : table;
  content : "";
}

.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-part-top{
  display : block;
  position : relative;
  box-sizing : border-box;
}

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

.sp-sidebar a:hover{
  color : #5c5c5c;
  text-decoration : none;
}

.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 : #5c5c5c;
  text-decoration : none;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

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

article{
  display : block;
}

aside{
  display : block;
}

body{
  font-size : 1.3rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height : 1.5;
  color : #5c5c5c;
  background-color : #ffffff;
  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;
  word-wrap : break-word;
}

details{
  display : block;
}

dl{
  margin-top : 0px;
  box-sizing : border-box;
}

figcaption{
  display : block;
}

figure{
  display : block;
}

footer{
  display : block;
}

h1{
  margin-top : 0px;
  box-sizing : border-box;
}

h2{
  margin-top : 0px;
  box-sizing : border-box;
}

h3{
  margin-top : 0px;
  box-sizing : border-box;
}

h4{
  margin-top : 0px;
  box-sizing : border-box;
}

h5{
  margin-top : 0px;
  box-sizing : border-box;
}

h6{
  margin-top : 0px;
  box-sizing : border-box;
}

header{
  display : block;
}

hgroup{
  display : block;
}

html{
  font-size : 62.5%;
}

main{
  display : block;
}

nav{
  display : block;
  box-sizing : border-box;
}

ol{
  margin-top : 0px;
  box-sizing : border-box;
}

p{
  margin-top : 0px;
  box-sizing : border-box;
}

section{
  display : block;
}

summary{
  display : block;
}

table{
  margin-top : 0px;
  box-sizing : border-box;
}

ul{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  box-sizing : border-box;
}

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

  #colophon{
    padding-top : 50px;
  }

  #colophon-inner{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1000px;
    box-sizing : content-box;
  }

  #content{
    min-height : 50px;
  }

  #contenthead{
    margin-bottom : 50px;
  }

  #main{
    background-image : none;
    background-size : cover;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1000px;
    box-sizing : content-box;
  }

  #main-inner{
    float : left;
  }

  #main-inner #contenthead > nav{
    padding-left : 0px;
    padding-right : 0px;
    margin-left : 0px;
    margin-right : 0px;
  }

  #masthead{
    margin-bottom : 0px;
  }

  #masthead-inner{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1000px;
    box-sizing : content-box;
  }

  #page{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    overflow : hidden;
  }

  #primary{
    float : right;
  }

  #sidebar1{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  body{
    min-width : 1000px;
  }
}

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

  #content{
    width : 100%;
    float : right;
  }

  #contenthead{
    width : 1000px;
  }

  #main-inner{
    width : 1000px;
  }

  #primary{
    width : 755px;
  }

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

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

  #colophon{
    padding-top : 30px;
  }

  #content{
    background-image : none;
    background-position : center top;
    background-size : cover;
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    min-height : 50px;
  }

  #masthead{
    margin-bottom : 0px;
  }

  *{
    box-sizing : border-box;
  }

  .home #contenthead{
    margin-bottom : 10px;
  }

  .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-sidebar{
    padding-left : 10px;
    padding-right : 10px;
  }

  .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-yahoo-map{
    width : 100%;
    min-height : 300px;
  }

  embed{
    max-width : 100%;
  }
}

#sp-site-branding2-1 .extra{
  position : static;
}

#sp-site-branding2-1 .extra p.address{
  font-size : 1.2rem;
  color : #797776;
  position : absolute;
}

#sp-site-branding2-1 .extra p.tel{
  font-size : 1.6rem;
  color : #ffffff;
  background-color : #22b66c;
  text-align : center;
  padding-top : 11px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 11px;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
  width : 210px;
  display : block;
}

#sp-site-branding2-1 .site-description{
  font-size : 1.2rem;
  font-weight : normal;
  color : #797776;
  margin-bottom : 0px;
  position : absolute;
}

#sp-site-branding2-1 .site-title{
  background-color : transparent;
  background-image : url(img/site-title.png);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  width : 300px;
  height : 43px;
}

#sp-site-branding2-1 .site-title a{
  text-indent : -9999px;
  display : block;
  overflow : hidden;
}

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

  #sp-site-branding2-1{
    padding-top : 76px;
    padding-bottom : 20px;
  }

  #sp-site-branding2-1 .extra{
    width : 40%;
    float : right;
  }

  #sp-site-branding2-1 .extra p.address{
    text-align : right;
    width : 40%;
    top : 7px;
  }

  #sp-site-branding2-1 .extra p.tel{
    float : right;
  }

  #sp-site-branding2-1 .site-description{
    background-color : #f7f7f7;
    background-image : url(img/border-header-03.png);
    background-repeat : repeat-x;
    background-position : left bottom;
    text-align : left;
    padding-top : 6px;
    padding-left : 100%;
    padding-right : 160%;
    padding-bottom : 10px;
    margin-left : -100%;
    margin-right : -100%;
    width : auto;
    position : absolute;
    top : 0px;
    right : 0px;
    left : 0px;
  }

  #sp-site-branding2-1 .site-title{
    float : left;
  }
}

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

  #sp-site-branding2-1{
    padding-top : 108px;
    padding-bottom : 20px;
  }

  #sp-site-branding2-1 .extra{
    padding-top : 0px;
  }

  #sp-site-branding2-1 .extra p.address{
    background-image : url(img/border-header-03.png);
    background-repeat : repeat-x;
    background-position : left bottom;
    text-align : center;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 4px;
    top : 55px;
  }

  #sp-site-branding2-1 .extra p.tel{
    margin-left : auto;
    margin-right : auto;
  }

  #sp-site-branding2-1 .site-description{
    text-align : center;
    padding-left : 10px;
    padding-right : 10px;
    position : absolute;
    top : 8px;
    z-index : 10;
  }

  #sp-site-branding2-1 .site-title{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 12px;
  }
}

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

#sp-button-1 > a, #sp-button-10 > a, #sp-button-11 > a, #sp-button-4 > a, #sp-button-5 > a, #sp-button-6 > a, #sp-button-7 > a, #sp-button-8 > 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-10 > a:active, #sp-button-11 > 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{
  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-10 > a:hover, #sp-button-11 > 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{
  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-button-2 > a, #sp-button-3 > a{
  font-size : 1.2rem;
  color : #333333;
  background-color : #ffffff;
  text-decoration : none;
  text-align : center;
  padding-top : 9px;
  padding-left : 30px;
  padding-right : 30px;
  padding-bottom : 8px;
  margin-top : 15px;
  margin-right : 0px;
  margin-bottom : 0px;
  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 : #333333;
  border-left-color : #333333;
  border-right-color : #333333;
  border-bottom-color : #333333;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
}

#sp-button-2 > a::before, #sp-button-3 > a::before{
  background-image : url(img/icon-arrow-04.png);
  vertical-align : middle;
  margin-right : 5px;
  width : 6px;
  height : 7px;
  display : inline-block;
  content : "";
}

#sp-page-title-1 h1, #spb-page-title-2 h1, #spb-page-title-4 h1, #spb-page-title-5 h1{
  font-size : 2.4rem;
  line-height : 1.5;
  text-decoration : none;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 23px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
  display : block;
  position : relative;
}

#sp-page-title-1 h1::after, #spb-page-title-2 h1::after, #spb-page-title-4 h1::after, #spb-page-title-5 h1::after{
  background-color : #333333;
  width : 200px;
  height : 2px;
  position : absolute;
  bottom : 0px;
  left : 0px;
  content : "";
}

#sp-entry-content-1, #sp-entry-content-10, #sp-entry-content-11, #sp-entry-content-12, #sp-entry-content-13, #sp-entry-content-14, #sp-entry-content-3, #sp-entry-content-4, #sp-entry-content-5, #sp-entry-content-6, #sp-entry-content-7, #sp-entry-content-8, #sp-entry-content-9, #sp-wp-post-list-10, #sp-wp-post-list-11, #sp-wp-post-list-12, #sp-wp-post-list-13, #sp-wp-post-list-14, #sp-wp-post-list-15, #sp-wp-post-list-16, #sp-wp-post-list-17, #sp-wp-post-list-18, #sp-wp-post-list-19, #sp-wp-post-list-20, #sp-wp-post-list-3, #sp-wp-post-list-4, #sp-wp-post-list-5, #sp-wp-post-list-6, #sp-wp-post-list-7, #sp-wp-post-list-8, #sp-wp-post-list-9{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-bottom : 20px;
}

#sp-entry-content-1 article > header > h4 > a, #sp-entry-content-10 article > header > h4 > a, #sp-entry-content-11 article > header > h4 > a, #sp-entry-content-12 article > header > h4 > a, #sp-entry-content-13 article > header > h4 > a, #sp-entry-content-14 article > header > h4 > a, #sp-entry-content-3 article > header > h4 > a, #sp-entry-content-4 article > header > h4 > a, #sp-entry-content-5 article > header > h4 > a, #sp-entry-content-6 article > header > h4 > a, #sp-entry-content-7 article > header > h4 > a, #sp-entry-content-8 article > header > h4 > a, #sp-entry-content-9 article > header > h4 > a, #sp-wp-post-list-10 article > header > h4 > a, #sp-wp-post-list-11 article > header > h4 > a, #sp-wp-post-list-12 article > header > h4 > a, #sp-wp-post-list-13 article > header > h4 > a, #sp-wp-post-list-14 article > header > h4 > a, #sp-wp-post-list-15 article > header > h4 > a, #sp-wp-post-list-16 article > header > h4 > a, #sp-wp-post-list-17 article > header > h4 > a, #sp-wp-post-list-18 article > header > h4 > a, #sp-wp-post-list-19 article > header > h4 > a, #sp-wp-post-list-20 article > header > h4 > a, #sp-wp-post-list-3 article > header > h4 > a, #sp-wp-post-list-4 article > header > h4 > a, #sp-wp-post-list-5 article > header > h4 > a, #sp-wp-post-list-6 article > header > h4 > a, #sp-wp-post-list-7 article > header > h4 > a, #sp-wp-post-list-8 article > header > h4 > a, #sp-wp-post-list-9 article > header > h4 > a{
  font-size : 2.4rem;
  line-height : 1.5;
  text-decoration : none;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 23px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
  display : block;
  position : relative;
}

#sp-entry-content-1 article > header > h4 > a::after, #sp-entry-content-10 article > header > h4 > a::after, #sp-entry-content-11 article > header > h4 > a::after, #sp-entry-content-12 article > header > h4 > a::after, #sp-entry-content-13 article > header > h4 > a::after, #sp-entry-content-14 article > header > h4 > a::after, #sp-entry-content-3 article > header > h4 > a::after, #sp-entry-content-4 article > header > h4 > a::after, #sp-entry-content-5 article > header > h4 > a::after, #sp-entry-content-6 article > header > h4 > a::after, #sp-entry-content-7 article > header > h4 > a::after, #sp-entry-content-8 article > header > h4 > a::after, #sp-entry-content-9 article > header > h4 > a::after, #sp-wp-post-list-10 article > header > h4 > a::after, #sp-wp-post-list-11 article > header > h4 > a::after, #sp-wp-post-list-12 article > header > h4 > a::after, #sp-wp-post-list-13 article > header > h4 > a::after, #sp-wp-post-list-14 article > header > h4 > a::after, #sp-wp-post-list-15 article > header > h4 > a::after, #sp-wp-post-list-16 article > header > h4 > a::after, #sp-wp-post-list-17 article > header > h4 > a::after, #sp-wp-post-list-18 article > header > h4 > a::after, #sp-wp-post-list-19 article > header > h4 > a::after, #sp-wp-post-list-20 article > header > h4 > a::after, #sp-wp-post-list-3 article > header > h4 > a::after, #sp-wp-post-list-4 article > header > h4 > a::after, #sp-wp-post-list-5 article > header > h4 > a::after, #sp-wp-post-list-6 article > header > h4 > a::after, #sp-wp-post-list-7 article > header > h4 > a::after, #sp-wp-post-list-8 article > header > h4 > a::after, #sp-wp-post-list-9 article > header > h4 > a::after{
  background-color : #f5568b;
  width : 200px;
  height : 2px;
  position : absolute;
  bottom : 0px;
  left : 0px;
  content : "";
}

#sp-entry-content-1 > .hpb-more-entry, #sp-entry-content-10 > .hpb-more-entry, #sp-entry-content-11 > .hpb-more-entry, #sp-entry-content-12 > .hpb-more-entry, #sp-entry-content-13 > .hpb-more-entry, #sp-entry-content-14 > .hpb-more-entry, #sp-entry-content-3 > .hpb-more-entry, #sp-entry-content-4 > .hpb-more-entry, #sp-entry-content-5 > .hpb-more-entry, #sp-entry-content-6 > .hpb-more-entry, #sp-entry-content-7 > .hpb-more-entry, #sp-entry-content-8 > .hpb-more-entry, #sp-entry-content-9 > .hpb-more-entry, #sp-wp-post-list-10 > .hpb-more-entry, #sp-wp-post-list-11 > .hpb-more-entry, #sp-wp-post-list-12 > .hpb-more-entry, #sp-wp-post-list-13 > .hpb-more-entry, #sp-wp-post-list-14 > .hpb-more-entry, #sp-wp-post-list-15 > .hpb-more-entry, #sp-wp-post-list-16 > .hpb-more-entry, #sp-wp-post-list-17 > .hpb-more-entry, #sp-wp-post-list-18 > .hpb-more-entry, #sp-wp-post-list-19 > .hpb-more-entry, #sp-wp-post-list-20 > .hpb-more-entry, #sp-wp-post-list-3 > .hpb-more-entry, #sp-wp-post-list-4 > .hpb-more-entry, #sp-wp-post-list-5 > .hpb-more-entry, #sp-wp-post-list-6 > .hpb-more-entry, #sp-wp-post-list-7 > .hpb-more-entry, #sp-wp-post-list-8 > .hpb-more-entry, #sp-wp-post-list-9 > .hpb-more-entry{
  font-size : 1.2rem;
  text-align : right;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-entry-content-1 > .hpb-more-entry a, #sp-entry-content-10 > .hpb-more-entry a, #sp-entry-content-11 > .hpb-more-entry a, #sp-entry-content-12 > .hpb-more-entry a, #sp-entry-content-13 > .hpb-more-entry a, #sp-entry-content-14 > .hpb-more-entry a, #sp-entry-content-3 > .hpb-more-entry a, #sp-entry-content-4 > .hpb-more-entry a, #sp-entry-content-5 > .hpb-more-entry a, #sp-entry-content-6 > .hpb-more-entry a, #sp-entry-content-7 > .hpb-more-entry a, #sp-entry-content-8 > .hpb-more-entry a, #sp-entry-content-9 > .hpb-more-entry a, #sp-wp-post-list-10 > .hpb-more-entry a, #sp-wp-post-list-11 > .hpb-more-entry a, #sp-wp-post-list-12 > .hpb-more-entry a, #sp-wp-post-list-13 > .hpb-more-entry a, #sp-wp-post-list-14 > .hpb-more-entry a, #sp-wp-post-list-15 > .hpb-more-entry a, #sp-wp-post-list-16 > .hpb-more-entry a, #sp-wp-post-list-17 > .hpb-more-entry a, #sp-wp-post-list-18 > .hpb-more-entry a, #sp-wp-post-list-19 > .hpb-more-entry a, #sp-wp-post-list-20 > .hpb-more-entry a, #sp-wp-post-list-3 > .hpb-more-entry a, #sp-wp-post-list-4 > .hpb-more-entry a, #sp-wp-post-list-5 > .hpb-more-entry a, #sp-wp-post-list-6 > .hpb-more-entry a, #sp-wp-post-list-7 > .hpb-more-entry a, #sp-wp-post-list-8 > .hpb-more-entry a, #sp-wp-post-list-9 > .hpb-more-entry a{
  font-size : 1.2rem;
  color : #f5568b;
  background-color : #ffffff;
  text-decoration : none;
  text-align : center;
  padding-top : 9px;
  padding-left : 30px;
  padding-right : 30px;
  padding-bottom : 8px;
  margin-top : 15px;
  margin-right : 0px;
  margin-bottom : 0px;
  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 : #f5568b;
  border-left-color : #f5568b;
  border-right-color : #f5568b;
  border-bottom-color : #f5568b;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
  display : inline-block;
}

#sp-entry-content-1 > article, #sp-entry-content-10 > article, #sp-entry-content-11 > article, #sp-entry-content-12 > article, #sp-entry-content-13 > article, #sp-entry-content-14 > article, #sp-entry-content-3 > article, #sp-entry-content-4 > article, #sp-entry-content-5 > article, #sp-entry-content-6 > article, #sp-entry-content-7 > article, #sp-entry-content-8 > article, #sp-entry-content-9 > article, #sp-wp-post-list-10 > article, #sp-wp-post-list-11 > article, #sp-wp-post-list-12 > article, #sp-wp-post-list-13 > article, #sp-wp-post-list-14 > article, #sp-wp-post-list-15 > article, #sp-wp-post-list-16 > article, #sp-wp-post-list-17 > article, #sp-wp-post-list-18 > article, #sp-wp-post-list-19 > article, #sp-wp-post-list-20 > article, #sp-wp-post-list-3 > article, #sp-wp-post-list-4 > article, #sp-wp-post-list-5 > article, #sp-wp-post-list-6 > article, #sp-wp-post-list-7 > article, #sp-wp-post-list-8 > article, #sp-wp-post-list-9 > article{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-bottom : 20px;
}

#sp-entry-content-1> article> div, #sp-entry-content-10> article> div, #sp-entry-content-11> article> div, #sp-entry-content-12> article> div, #sp-entry-content-13> article> div, #sp-entry-content-14> article> div, #sp-entry-content-3> article> div, #sp-entry-content-4> article> div, #sp-entry-content-5> article> div, #sp-entry-content-6> article> div, #sp-entry-content-7> article> div, #sp-entry-content-8> article> div, #sp-entry-content-9> article> div, #sp-wp-post-list-10> article> div, #sp-wp-post-list-11> article> div, #sp-wp-post-list-12> article> div, #sp-wp-post-list-13> article> div, #sp-wp-post-list-14> article> div, #sp-wp-post-list-15> article> div, #sp-wp-post-list-16> article> div, #sp-wp-post-list-17> article> div, #sp-wp-post-list-18> article> div, #sp-wp-post-list-19> article> div, #sp-wp-post-list-20> article> div, #sp-wp-post-list-3> article> div, #sp-wp-post-list-4> article> div, #sp-wp-post-list-5> article> div, #sp-wp-post-list-6> article> div, #sp-wp-post-list-7> article> div, #sp-wp-post-list-8> article> div, #sp-wp-post-list-9> article> div {
}

#sp-entry-content-1 > article > footer, #sp-entry-content-10 > article > footer, #sp-entry-content-11 > article > footer, #sp-entry-content-12 > article > footer, #sp-entry-content-13 > article > footer, #sp-entry-content-14 > article > footer, #sp-entry-content-3 > article > footer, #sp-entry-content-4 > article > footer, #sp-entry-content-5 > article > footer, #sp-entry-content-6 > article > footer, #sp-entry-content-7 > article > footer, #sp-entry-content-8 > article > footer, #sp-entry-content-9 > article > footer, #sp-wp-post-list-10 > article > footer, #sp-wp-post-list-11 > article > footer, #sp-wp-post-list-12 > article > footer, #sp-wp-post-list-13 > article > footer, #sp-wp-post-list-14 > article > footer, #sp-wp-post-list-15 > article > footer, #sp-wp-post-list-16 > article > footer, #sp-wp-post-list-17 > article > footer, #sp-wp-post-list-18 > article > footer, #sp-wp-post-list-19 > article > footer, #sp-wp-post-list-20 > article > footer, #sp-wp-post-list-3 > article > footer, #sp-wp-post-list-4 > article > footer, #sp-wp-post-list-5 > article > footer, #sp-wp-post-list-6 > article > footer, #sp-wp-post-list-7 > article > footer, #sp-wp-post-list-8 > article > footer, #sp-wp-post-list-9 > article > footer{
  color : #f5568b;
  clear : both;
}

#sp-entry-content-1 > article > footer .by-author, #sp-entry-content-10 > article > footer .by-author, #sp-entry-content-11 > article > footer .by-author, #sp-entry-content-12 > article > footer .by-author, #sp-entry-content-13 > article > footer .by-author, #sp-entry-content-14 > article > footer .by-author, #sp-entry-content-3 > article > footer .by-author, #sp-entry-content-4 > article > footer .by-author, #sp-entry-content-5 > article > footer .by-author, #sp-entry-content-6 > article > footer .by-author, #sp-entry-content-7 > article > footer .by-author, #sp-entry-content-8 > article > footer .by-author, #sp-entry-content-9 > article > footer .by-author, #sp-wp-post-list-10 > article > footer .by-author, #sp-wp-post-list-11 > article > footer .by-author, #sp-wp-post-list-12 > article > footer .by-author, #sp-wp-post-list-13 > article > footer .by-author, #sp-wp-post-list-14 > article > footer .by-author, #sp-wp-post-list-15 > article > footer .by-author, #sp-wp-post-list-16 > article > footer .by-author, #sp-wp-post-list-17 > article > footer .by-author, #sp-wp-post-list-18 > article > footer .by-author, #sp-wp-post-list-19 > article > footer .by-author, #sp-wp-post-list-20 > article > footer .by-author, #sp-wp-post-list-3 > article > footer .by-author, #sp-wp-post-list-4 > article > footer .by-author, #sp-wp-post-list-5 > article > footer .by-author, #sp-wp-post-list-6 > article > footer .by-author, #sp-wp-post-list-7 > article > footer .by-author, #sp-wp-post-list-8 > article > footer .by-author, #sp-wp-post-list-9 > article > footer .by-author{
  background-image : url(img/icon-author.png);
}

#sp-entry-content-1 > article > footer .cat-links, #sp-entry-content-10 > article > footer .cat-links, #sp-entry-content-11 > article > footer .cat-links, #sp-entry-content-12 > article > footer .cat-links, #sp-entry-content-13 > article > footer .cat-links, #sp-entry-content-14 > article > footer .cat-links, #sp-entry-content-3 > article > footer .cat-links, #sp-entry-content-4 > article > footer .cat-links, #sp-entry-content-5 > article > footer .cat-links, #sp-entry-content-6 > article > footer .cat-links, #sp-entry-content-7 > article > footer .cat-links, #sp-entry-content-8 > article > footer .cat-links, #sp-entry-content-9 > article > footer .cat-links, #sp-wp-post-list-10 > article > footer .cat-links, #sp-wp-post-list-11 > article > footer .cat-links, #sp-wp-post-list-12 > article > footer .cat-links, #sp-wp-post-list-13 > article > footer .cat-links, #sp-wp-post-list-14 > article > footer .cat-links, #sp-wp-post-list-15 > article > footer .cat-links, #sp-wp-post-list-16 > article > footer .cat-links, #sp-wp-post-list-17 > article > footer .cat-links, #sp-wp-post-list-18 > article > footer .cat-links, #sp-wp-post-list-19 > article > footer .cat-links, #sp-wp-post-list-20 > article > footer .cat-links, #sp-wp-post-list-3 > article > footer .cat-links, #sp-wp-post-list-4 > article > footer .cat-links, #sp-wp-post-list-5 > article > footer .cat-links, #sp-wp-post-list-6 > article > footer .cat-links, #sp-wp-post-list-7 > article > footer .cat-links, #sp-wp-post-list-8 > article > footer .cat-links, #sp-wp-post-list-9 > article > footer .cat-links{
  background-image : url(img/icon-cat.png);
}

#sp-entry-content-1 > article > footer .comments-link, #sp-entry-content-10 > article > footer .comments-link, #sp-entry-content-11 > article > footer .comments-link, #sp-entry-content-12 > article > footer .comments-link, #sp-entry-content-13 > article > footer .comments-link, #sp-entry-content-14 > article > footer .comments-link, #sp-entry-content-3 > article > footer .comments-link, #sp-entry-content-4 > article > footer .comments-link, #sp-entry-content-5 > article > footer .comments-link, #sp-entry-content-6 > article > footer .comments-link, #sp-entry-content-7 > article > footer .comments-link, #sp-entry-content-8 > article > footer .comments-link, #sp-entry-content-9 > article > footer .comments-link, #sp-wp-post-list-10 > article > footer .comments-link, #sp-wp-post-list-11 > article > footer .comments-link, #sp-wp-post-list-12 > article > footer .comments-link, #sp-wp-post-list-13 > article > footer .comments-link, #sp-wp-post-list-14 > article > footer .comments-link, #sp-wp-post-list-15 > article > footer .comments-link, #sp-wp-post-list-16 > article > footer .comments-link, #sp-wp-post-list-17 > article > footer .comments-link, #sp-wp-post-list-18 > article > footer .comments-link, #sp-wp-post-list-19 > article > footer .comments-link, #sp-wp-post-list-20 > article > footer .comments-link, #sp-wp-post-list-3 > article > footer .comments-link, #sp-wp-post-list-4 > article > footer .comments-link, #sp-wp-post-list-5 > article > footer .comments-link, #sp-wp-post-list-6 > article > footer .comments-link, #sp-wp-post-list-7 > article > footer .comments-link, #sp-wp-post-list-8 > article > footer .comments-link, #sp-wp-post-list-9 > article > footer .comments-link{
  background-image : url(img/icon-comments.png);
}

#sp-entry-content-1 > article > footer .date, #sp-entry-content-10 > article > footer .date, #sp-entry-content-11 > article > footer .date, #sp-entry-content-12 > article > footer .date, #sp-entry-content-13 > article > footer .date, #sp-entry-content-14 > article > footer .date, #sp-entry-content-3 > article > footer .date, #sp-entry-content-4 > article > footer .date, #sp-entry-content-5 > article > footer .date, #sp-entry-content-6 > article > footer .date, #sp-entry-content-7 > article > footer .date, #sp-entry-content-8 > article > footer .date, #sp-entry-content-9 > article > footer .date, #sp-wp-post-list-10 > article > footer .date, #sp-wp-post-list-11 > article > footer .date, #sp-wp-post-list-12 > article > footer .date, #sp-wp-post-list-13 > article > footer .date, #sp-wp-post-list-14 > article > footer .date, #sp-wp-post-list-15 > article > footer .date, #sp-wp-post-list-16 > article > footer .date, #sp-wp-post-list-17 > article > footer .date, #sp-wp-post-list-18 > article > footer .date, #sp-wp-post-list-19 > article > footer .date, #sp-wp-post-list-20 > article > footer .date, #sp-wp-post-list-3 > article > footer .date, #sp-wp-post-list-4 > article > footer .date, #sp-wp-post-list-5 > article > footer .date, #sp-wp-post-list-6 > article > footer .date, #sp-wp-post-list-7 > article > footer .date, #sp-wp-post-list-8 > article > footer .date, #sp-wp-post-list-9 > article > footer .date{
  background-image : url(img/icon-date.png);
}

#sp-entry-content-1 > article > footer .sep, #sp-entry-content-10 > article > footer .sep, #sp-entry-content-11 > article > footer .sep, #sp-entry-content-12 > article > footer .sep, #sp-entry-content-13 > article > footer .sep, #sp-entry-content-14 > article > footer .sep, #sp-entry-content-3 > article > footer .sep, #sp-entry-content-4 > article > footer .sep, #sp-entry-content-5 > article > footer .sep, #sp-entry-content-6 > article > footer .sep, #sp-entry-content-7 > article > footer .sep, #sp-entry-content-8 > article > footer .sep, #sp-entry-content-9 > article > footer .sep, #sp-wp-post-list-10 > article > footer .sep, #sp-wp-post-list-11 > article > footer .sep, #sp-wp-post-list-12 > article > footer .sep, #sp-wp-post-list-13 > article > footer .sep, #sp-wp-post-list-14 > article > footer .sep, #sp-wp-post-list-15 > article > footer .sep, #sp-wp-post-list-16 > article > footer .sep, #sp-wp-post-list-17 > article > footer .sep, #sp-wp-post-list-18 > article > footer .sep, #sp-wp-post-list-19 > article > footer .sep, #sp-wp-post-list-20 > article > footer .sep, #sp-wp-post-list-3 > article > footer .sep, #sp-wp-post-list-4 > article > footer .sep, #sp-wp-post-list-5 > article > footer .sep, #sp-wp-post-list-6 > article > footer .sep, #sp-wp-post-list-7 > article > footer .sep, #sp-wp-post-list-8 > article > footer .sep, #sp-wp-post-list-9 > article > footer .sep{
  display : none;
}

#sp-entry-content-1 > article > footer .tags-links, #sp-entry-content-10 > article > footer .tags-links, #sp-entry-content-11 > article > footer .tags-links, #sp-entry-content-12 > article > footer .tags-links, #sp-entry-content-13 > article > footer .tags-links, #sp-entry-content-14 > article > footer .tags-links, #sp-entry-content-3 > article > footer .tags-links, #sp-entry-content-4 > article > footer .tags-links, #sp-entry-content-5 > article > footer .tags-links, #sp-entry-content-6 > article > footer .tags-links, #sp-entry-content-7 > article > footer .tags-links, #sp-entry-content-8 > article > footer .tags-links, #sp-entry-content-9 > article > footer .tags-links, #sp-wp-post-list-10 > article > footer .tags-links, #sp-wp-post-list-11 > article > footer .tags-links, #sp-wp-post-list-12 > article > footer .tags-links, #sp-wp-post-list-13 > article > footer .tags-links, #sp-wp-post-list-14 > article > footer .tags-links, #sp-wp-post-list-15 > article > footer .tags-links, #sp-wp-post-list-16 > article > footer .tags-links, #sp-wp-post-list-17 > article > footer .tags-links, #sp-wp-post-list-18 > article > footer .tags-links, #sp-wp-post-list-19 > article > footer .tags-links, #sp-wp-post-list-20 > article > footer .tags-links, #sp-wp-post-list-3 > article > footer .tags-links, #sp-wp-post-list-4 > article > footer .tags-links, #sp-wp-post-list-5 > article > footer .tags-links, #sp-wp-post-list-6 > article > footer .tags-links, #sp-wp-post-list-7 > article > footer .tags-links, #sp-wp-post-list-8 > article > footer .tags-links, #sp-wp-post-list-9 > article > footer .tags-links{
  background-image : url(img/icon-tags.png);
}

#sp-entry-content-1 > article > footer a, #sp-entry-content-10 > article > footer a, #sp-entry-content-11 > article > footer a, #sp-entry-content-12 > article > footer a, #sp-entry-content-13 > article > footer a, #sp-entry-content-14 > article > footer a, #sp-entry-content-3 > article > footer a, #sp-entry-content-4 > article > footer a, #sp-entry-content-5 > article > footer a, #sp-entry-content-6 > article > footer a, #sp-entry-content-7 > article > footer a, #sp-entry-content-8 > article > footer a, #sp-entry-content-9 > article > footer a, #sp-wp-post-list-10 > article > footer a, #sp-wp-post-list-11 > article > footer a, #sp-wp-post-list-12 > article > footer a, #sp-wp-post-list-13 > article > footer a, #sp-wp-post-list-14 > article > footer a, #sp-wp-post-list-15 > article > footer a, #sp-wp-post-list-16 > article > footer a, #sp-wp-post-list-17 > article > footer a, #sp-wp-post-list-18 > article > footer a, #sp-wp-post-list-19 > article > footer a, #sp-wp-post-list-20 > article > footer a, #sp-wp-post-list-3 > article > footer a, #sp-wp-post-list-4 > article > footer a, #sp-wp-post-list-5 > article > footer a, #sp-wp-post-list-6 > article > footer a, #sp-wp-post-list-7 > article > footer a, #sp-wp-post-list-8 > article > footer a, #sp-wp-post-list-9 > article > footer a{
  color : #f5568b;
}

#sp-entry-content-1 > article > footer span, #sp-entry-content-10 > article > footer span, #sp-entry-content-11 > article > footer span, #sp-entry-content-12 > article > footer span, #sp-entry-content-13 > article > footer span, #sp-entry-content-14 > article > footer span, #sp-entry-content-3 > article > footer span, #sp-entry-content-4 > article > footer span, #sp-entry-content-5 > article > footer span, #sp-entry-content-6 > article > footer span, #sp-entry-content-7 > article > footer span, #sp-entry-content-8 > article > footer span, #sp-entry-content-9 > article > footer span, #sp-wp-post-list-10 > article > footer span, #sp-wp-post-list-11 > article > footer span, #sp-wp-post-list-12 > article > footer span, #sp-wp-post-list-13 > article > footer span, #sp-wp-post-list-14 > article > footer span, #sp-wp-post-list-15 > article > footer span, #sp-wp-post-list-16 > article > footer span, #sp-wp-post-list-17 > article > footer span, #sp-wp-post-list-18 > article > footer span, #sp-wp-post-list-19 > article > footer span, #sp-wp-post-list-20 > article > footer span, #sp-wp-post-list-3 > article > footer span, #sp-wp-post-list-4 > article > footer span, #sp-wp-post-list-5 > article > footer span, #sp-wp-post-list-6 > article > footer span, #sp-wp-post-list-7 > article > footer span, #sp-wp-post-list-8 > article > footer span, #sp-wp-post-list-9 > article > footer span{
  font-size : 1.2rem;
  background-repeat : no-repeat;
  background-position : 0px 2px;
  padding-top : 2px;
  padding-left : 20px;
  padding-right : 0px;
  padding-bottom : 2px;
  margin-right : 15px;
  display : inline-block;
}

#sp-entry-content-1 > article > header, #sp-entry-content-10 > article > header, #sp-entry-content-11 > article > header, #sp-entry-content-12 > article > header, #sp-entry-content-13 > article > header, #sp-entry-content-14 > article > header, #sp-entry-content-3 > article > header, #sp-entry-content-4 > article > header, #sp-entry-content-5 > article > header, #sp-entry-content-6 > article > header, #sp-entry-content-7 > article > header, #sp-entry-content-8 > article > header, #sp-entry-content-9 > article > header, #sp-wp-post-list-10 > article > header, #sp-wp-post-list-11 > article > header, #sp-wp-post-list-12 > article > header, #sp-wp-post-list-13 > article > header, #sp-wp-post-list-14 > article > header, #sp-wp-post-list-15 > article > header, #sp-wp-post-list-16 > article > header, #sp-wp-post-list-17 > article > header, #sp-wp-post-list-18 > article > header, #sp-wp-post-list-19 > article > header, #sp-wp-post-list-20 > article > header, #sp-wp-post-list-3 > article > header, #sp-wp-post-list-4 > article > header, #sp-wp-post-list-5 > article > header, #sp-wp-post-list-6 > article > header, #sp-wp-post-list-7 > article > header, #sp-wp-post-list-8 > article > header, #sp-wp-post-list-9 > article > header{
  margin-bottom : 0px;
}

#sp-entry-content-1 > article > header > h4, #sp-entry-content-10 > article > header > h4, #sp-entry-content-11 > article > header > h4, #sp-entry-content-12 > article > header > h4, #sp-entry-content-13 > article > header > h4, #sp-entry-content-14 > article > header > h4, #sp-entry-content-3 > article > header > h4, #sp-entry-content-4 > article > header > h4, #sp-entry-content-5 > article > header > h4, #sp-entry-content-6 > article > header > h4, #sp-entry-content-7 > article > header > h4, #sp-entry-content-8 > article > header > h4, #sp-entry-content-9 > article > header > h4, #sp-wp-post-list-10 > article > header > h4, #sp-wp-post-list-11 > article > header > h4, #sp-wp-post-list-12 > article > header > h4, #sp-wp-post-list-13 > article > header > h4, #sp-wp-post-list-14 > article > header > h4, #sp-wp-post-list-15 > article > header > h4, #sp-wp-post-list-16 > article > header > h4, #sp-wp-post-list-17 > article > header > h4, #sp-wp-post-list-18 > article > header > h4, #sp-wp-post-list-19 > article > header > h4, #sp-wp-post-list-20 > article > header > h4, #sp-wp-post-list-3 > article > header > h4, #sp-wp-post-list-4 > article > header > h4, #sp-wp-post-list-5 > article > header > h4, #sp-wp-post-list-6 > article > header > h4, #sp-wp-post-list-7 > article > header > h4, #sp-wp-post-list-8 > article > header > h4, #sp-wp-post-list-9 > article > header > h4{
  background-color : transparent;
  margin-bottom : 0px;
}

#sp-entry-content-1 > article > p > img, #sp-entry-content-10 > article > p > img, #sp-entry-content-11 > article > p > img, #sp-entry-content-12 > article > p > img, #sp-entry-content-13 > article > p > img, #sp-entry-content-14 > article > p > img, #sp-entry-content-3 > article > p > img, #sp-entry-content-4 > article > p > img, #sp-entry-content-5 > article > p > img, #sp-entry-content-6 > article > p > img, #sp-entry-content-7 > article > p > img, #sp-entry-content-8 > article > p > img, #sp-entry-content-9 > article > p > img, #sp-wp-post-list-10 > article > p > img, #sp-wp-post-list-11 > article > p > img, #sp-wp-post-list-12 > article > p > img, #sp-wp-post-list-13 > article > p > img, #sp-wp-post-list-14 > article > p > img, #sp-wp-post-list-15 > article > p > img, #sp-wp-post-list-16 > article > p > img, #sp-wp-post-list-17 > article > p > img, #sp-wp-post-list-18 > article > p > img, #sp-wp-post-list-19 > article > p > img, #sp-wp-post-list-20 > article > p > img, #sp-wp-post-list-3 > article > p > img, #sp-wp-post-list-4 > article > p > img, #sp-wp-post-list-5 > article > p > img, #sp-wp-post-list-6 > article > p > img, #sp-wp-post-list-7 > article > p > img, #sp-wp-post-list-8 > article > p > img, #sp-wp-post-list-9 > article > p > img{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 1em;
  margin-bottom : 1em;
  float : left;
}

#sp-entry-content-1 > dl, #sp-entry-content-10 > dl, #sp-entry-content-11 > dl, #sp-entry-content-12 > dl, #sp-entry-content-13 > dl, #sp-entry-content-14 > dl, #sp-entry-content-3 > dl, #sp-entry-content-4 > dl, #sp-entry-content-5 > dl, #sp-entry-content-6 > dl, #sp-entry-content-7 > dl, #sp-entry-content-8 > dl, #sp-entry-content-9 > dl, #sp-wp-post-list-10 > dl, #sp-wp-post-list-11 > dl, #sp-wp-post-list-12 > dl, #sp-wp-post-list-13 > dl, #sp-wp-post-list-14 > dl, #sp-wp-post-list-15 > dl, #sp-wp-post-list-16 > dl, #sp-wp-post-list-17 > dl, #sp-wp-post-list-18 > dl, #sp-wp-post-list-19 > dl, #sp-wp-post-list-20 > dl, #sp-wp-post-list-3 > dl, #sp-wp-post-list-4 > dl, #sp-wp-post-list-5 > dl, #sp-wp-post-list-6 > dl, #sp-wp-post-list-7 > dl, #sp-wp-post-list-8 > dl, #sp-wp-post-list-9 > dl{
  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-entry-content-1 > dl::after, #sp-entry-content-10 > dl::after, #sp-entry-content-11 > dl::after, #sp-entry-content-12 > dl::after, #sp-entry-content-13 > dl::after, #sp-entry-content-14 > dl::after, #sp-entry-content-3 > dl::after, #sp-entry-content-4 > dl::after, #sp-entry-content-5 > dl::after, #sp-entry-content-6 > dl::after, #sp-entry-content-7 > dl::after, #sp-entry-content-8 > dl::after, #sp-entry-content-9 > dl::after, #sp-wp-post-list-10 > dl::after, #sp-wp-post-list-11 > dl::after, #sp-wp-post-list-12 > dl::after, #sp-wp-post-list-13 > dl::after, #sp-wp-post-list-14 > dl::after, #sp-wp-post-list-15 > dl::after, #sp-wp-post-list-16 > dl::after, #sp-wp-post-list-17 > dl::after, #sp-wp-post-list-18 > dl::after, #sp-wp-post-list-19 > dl::after, #sp-wp-post-list-20 > dl::after, #sp-wp-post-list-3 > dl::after, #sp-wp-post-list-4 > dl::after, #sp-wp-post-list-5 > dl::after, #sp-wp-post-list-6 > dl::after, #sp-wp-post-list-7 > dl::after, #sp-wp-post-list-8 > dl::after, #sp-wp-post-list-9 > dl::after{
  clear : both;
  display : table;
  content : "";
}

#sp-entry-content-1 > dl > dd, #sp-entry-content-10 > dl > dd, #sp-entry-content-11 > dl > dd, #sp-entry-content-12 > dl > dd, #sp-entry-content-13 > dl > dd, #sp-entry-content-14 > dl > dd, #sp-entry-content-3 > dl > dd, #sp-entry-content-4 > dl > dd, #sp-entry-content-5 > dl > dd, #sp-entry-content-6 > dl > dd, #sp-entry-content-7 > dl > dd, #sp-entry-content-8 > dl > dd, #sp-entry-content-9 > dl > dd, #sp-wp-post-list-10 > dl > dd, #sp-wp-post-list-11 > dl > dd, #sp-wp-post-list-12 > dl > dd, #sp-wp-post-list-13 > dl > dd, #sp-wp-post-list-14 > dl > dd, #sp-wp-post-list-15 > dl > dd, #sp-wp-post-list-16 > dl > dd, #sp-wp-post-list-17 > dl > dd, #sp-wp-post-list-18 > dl > dd, #sp-wp-post-list-19 > dl > dd, #sp-wp-post-list-20 > dl > dd, #sp-wp-post-list-3 > dl > dd, #sp-wp-post-list-4 > dl > dd, #sp-wp-post-list-5 > dl > dd, #sp-wp-post-list-6 > dl > dd, #sp-wp-post-list-7 > dl > dd, #sp-wp-post-list-8 > dl > dd, #sp-wp-post-list-9 > dl > dd{
  padding-top : 4px;
  padding-left : 130px;
  padding-right : 5px;
  padding-bottom : 4px;
  margin-top : 0px;
  margin-left : -130px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  float : left;
}

#sp-entry-content-1 > dl > dt, #sp-entry-content-10 > dl > dt, #sp-entry-content-11 > dl > dt, #sp-entry-content-12 > dl > dt, #sp-entry-content-13 > dl > dt, #sp-entry-content-14 > dl > dt, #sp-entry-content-3 > dl > dt, #sp-entry-content-4 > dl > dt, #sp-entry-content-5 > dl > dt, #sp-entry-content-6 > dl > dt, #sp-entry-content-7 > dl > dt, #sp-entry-content-8 > dl > dt, #sp-entry-content-9 > dl > dt, #sp-wp-post-list-10 > dl > dt, #sp-wp-post-list-11 > dl > dt, #sp-wp-post-list-12 > dl > dt, #sp-wp-post-list-13 > dl > dt, #sp-wp-post-list-14 > dl > dt, #sp-wp-post-list-15 > dl > dt, #sp-wp-post-list-16 > dl > dt, #sp-wp-post-list-17 > dl > dt, #sp-wp-post-list-18 > dl > dt, #sp-wp-post-list-19 > dl > dt, #sp-wp-post-list-20 > dl > dt, #sp-wp-post-list-3 > dl > dt, #sp-wp-post-list-4 > dl > dt, #sp-wp-post-list-5 > dl > dt, #sp-wp-post-list-6 > dl > dt, #sp-wp-post-list-7 > dl > dt, #sp-wp-post-list-8 > dl > dt, #sp-wp-post-list-9 > dl > dt{
  padding-top : 4px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 4px;
  width : 130px;
  float : left;
}

#sp-entry-content-1 > h3, #sp-entry-content-10 > h3, #sp-entry-content-11 > h3, #sp-entry-content-12 > h3, #sp-entry-content-13 > h3, #sp-entry-content-14 > h3, #sp-entry-content-3 > h3, #sp-entry-content-4 > h3, #sp-entry-content-5 > h3, #sp-entry-content-6 > h3, #sp-entry-content-7 > h3, #sp-entry-content-8 > h3, #sp-entry-content-9 > h3, #sp-wp-post-list-10 > h3, #sp-wp-post-list-11 > h3, #sp-wp-post-list-12 > h3, #sp-wp-post-list-13 > h3, #sp-wp-post-list-14 > h3, #sp-wp-post-list-15 > h3, #sp-wp-post-list-16 > h3, #sp-wp-post-list-17 > h3, #sp-wp-post-list-18 > h3, #sp-wp-post-list-19 > h3, #sp-wp-post-list-20 > h3, #sp-wp-post-list-3 > h3, #sp-wp-post-list-4 > h3, #sp-wp-post-list-5 > h3, #sp-wp-post-list-6 > h3, #sp-wp-post-list-7 > h3, #sp-wp-post-list-8 > h3, #sp-wp-post-list-9 > h3{
  background-color : transparent;
  margin-bottom : 0px;
}

#sp-entry-content-1 > h3 > a, #sp-entry-content-10 > h3 > a, #sp-entry-content-11 > h3 > a, #sp-entry-content-12 > h3 > a, #sp-entry-content-13 > h3 > a, #sp-entry-content-14 > h3 > a, #sp-entry-content-3 > h3 > a, #sp-entry-content-4 > h3 > a, #sp-entry-content-5 > h3 > a, #sp-entry-content-6 > h3 > a, #sp-entry-content-7 > h3 > a, #sp-entry-content-8 > h3 > a, #sp-entry-content-9 > h3 > a, #sp-wp-post-list-10 > h3 > a, #sp-wp-post-list-11 > h3 > a, #sp-wp-post-list-12 > h3 > a, #sp-wp-post-list-13 > h3 > a, #sp-wp-post-list-14 > h3 > a, #sp-wp-post-list-15 > h3 > a, #sp-wp-post-list-16 > h3 > a, #sp-wp-post-list-17 > h3 > a, #sp-wp-post-list-18 > h3 > a, #sp-wp-post-list-19 > h3 > a, #sp-wp-post-list-20 > h3 > a, #sp-wp-post-list-3 > h3 > a, #sp-wp-post-list-4 > h3 > a, #sp-wp-post-list-5 > h3 > a, #sp-wp-post-list-6 > h3 > a, #sp-wp-post-list-7 > h3 > a, #sp-wp-post-list-8 > h3 > a, #sp-wp-post-list-9 > h3 > a{
  font-size : 2.4rem;
  line-height : 1.5;
  text-decoration : none;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 23px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
  display : block;
  position : relative;
}

#sp-entry-content-1 > h3 > a::after, #sp-entry-content-10 > h3 > a::after, #sp-entry-content-11 > h3 > a::after, #sp-entry-content-12 > h3 > a::after, #sp-entry-content-13 > h3 > a::after, #sp-entry-content-14 > h3 > a::after, #sp-entry-content-3 > h3 > a::after, #sp-entry-content-4 > h3 > a::after, #sp-entry-content-5 > h3 > a::after, #sp-entry-content-6 > h3 > a::after, #sp-entry-content-7 > h3 > a::after, #sp-entry-content-8 > h3 > a::after, #sp-entry-content-9 > h3 > a::after, #sp-wp-post-list-10 > h3 > a::after, #sp-wp-post-list-11 > h3 > a::after, #sp-wp-post-list-12 > h3 > a::after, #sp-wp-post-list-13 > h3 > a::after, #sp-wp-post-list-14 > h3 > a::after, #sp-wp-post-list-15 > h3 > a::after, #sp-wp-post-list-16 > h3 > a::after, #sp-wp-post-list-17 > h3 > a::after, #sp-wp-post-list-18 > h3 > a::after, #sp-wp-post-list-19 > h3 > a::after, #sp-wp-post-list-20 > h3 > a::after, #sp-wp-post-list-3 > h3 > a::after, #sp-wp-post-list-4 > h3 > a::after, #sp-wp-post-list-5 > h3 > a::after, #sp-wp-post-list-6 > h3 > a::after, #sp-wp-post-list-7 > h3 > a::after, #sp-wp-post-list-8 > h3 > a::after, #sp-wp-post-list-9 > h3 > a::after{
  background-color : #f5568b;
  width : 200px;
  height : 2px;
  position : absolute;
  bottom : 0px;
  left : 0px;
  content : "";
}

#sp-entry-content-1 > nav, #sp-entry-content-10 > nav, #sp-entry-content-11 > nav, #sp-entry-content-12 > nav, #sp-entry-content-13 > nav, #sp-entry-content-14 > nav, #sp-entry-content-3 > nav, #sp-entry-content-4 > nav, #sp-entry-content-5 > nav, #sp-entry-content-6 > nav, #sp-entry-content-7 > nav, #sp-entry-content-8 > nav, #sp-entry-content-9 > nav, #sp-wp-post-list-10 > nav, #sp-wp-post-list-11 > nav, #sp-wp-post-list-12 > nav, #sp-wp-post-list-13 > nav, #sp-wp-post-list-14 > nav, #sp-wp-post-list-15 > nav, #sp-wp-post-list-16 > nav, #sp-wp-post-list-17 > nav, #sp-wp-post-list-18 > nav, #sp-wp-post-list-19 > nav, #sp-wp-post-list-20 > nav, #sp-wp-post-list-3 > nav, #sp-wp-post-list-4 > nav, #sp-wp-post-list-5 > nav, #sp-wp-post-list-6 > nav, #sp-wp-post-list-7 > nav, #sp-wp-post-list-8 > nav, #sp-wp-post-list-9 > nav{
  margin-bottom : 20px;
}

#sp-entry-content-1 > nav .nav-next, #sp-entry-content-10 > nav .nav-next, #sp-entry-content-11 > nav .nav-next, #sp-entry-content-12 > nav .nav-next, #sp-entry-content-13 > nav .nav-next, #sp-entry-content-14 > nav .nav-next, #sp-entry-content-3 > nav .nav-next, #sp-entry-content-4 > nav .nav-next, #sp-entry-content-5 > nav .nav-next, #sp-entry-content-6 > nav .nav-next, #sp-entry-content-7 > nav .nav-next, #sp-entry-content-8 > nav .nav-next, #sp-entry-content-9 > nav .nav-next, #sp-wp-post-list-10 > nav .nav-next, #sp-wp-post-list-11 > nav .nav-next, #sp-wp-post-list-12 > nav .nav-next, #sp-wp-post-list-13 > nav .nav-next, #sp-wp-post-list-14 > nav .nav-next, #sp-wp-post-list-15 > nav .nav-next, #sp-wp-post-list-16 > nav .nav-next, #sp-wp-post-list-17 > nav .nav-next, #sp-wp-post-list-18 > nav .nav-next, #sp-wp-post-list-19 > nav .nav-next, #sp-wp-post-list-20 > nav .nav-next, #sp-wp-post-list-3 > nav .nav-next, #sp-wp-post-list-4 > nav .nav-next, #sp-wp-post-list-5 > nav .nav-next, #sp-wp-post-list-6 > nav .nav-next, #sp-wp-post-list-7 > nav .nav-next, #sp-wp-post-list-8 > nav .nav-next, #sp-wp-post-list-9 > nav .nav-next{
  text-align : right;
  margin-right : 0px;
  float : right;
}

#sp-entry-content-1 > nav .nav-previous, #sp-entry-content-10 > nav .nav-previous, #sp-entry-content-11 > nav .nav-previous, #sp-entry-content-12 > nav .nav-previous, #sp-entry-content-13 > nav .nav-previous, #sp-entry-content-14 > nav .nav-previous, #sp-entry-content-3 > nav .nav-previous, #sp-entry-content-4 > nav .nav-previous, #sp-entry-content-5 > nav .nav-previous, #sp-entry-content-6 > nav .nav-previous, #sp-entry-content-7 > nav .nav-previous, #sp-entry-content-8 > nav .nav-previous, #sp-entry-content-9 > nav .nav-previous, #sp-wp-post-list-10 > nav .nav-previous, #sp-wp-post-list-11 > nav .nav-previous, #sp-wp-post-list-12 > nav .nav-previous, #sp-wp-post-list-13 > nav .nav-previous, #sp-wp-post-list-14 > nav .nav-previous, #sp-wp-post-list-15 > nav .nav-previous, #sp-wp-post-list-16 > nav .nav-previous, #sp-wp-post-list-17 > nav .nav-previous, #sp-wp-post-list-18 > nav .nav-previous, #sp-wp-post-list-19 > nav .nav-previous, #sp-wp-post-list-20 > nav .nav-previous, #sp-wp-post-list-3 > nav .nav-previous, #sp-wp-post-list-4 > nav .nav-previous, #sp-wp-post-list-5 > nav .nav-previous, #sp-wp-post-list-6 > nav .nav-previous, #sp-wp-post-list-7 > nav .nav-previous, #sp-wp-post-list-8 > nav .nav-previous, #sp-wp-post-list-9 > nav .nav-previous{
  margin-left : 0px;
  float : left;
}

#sp-entry-content-1 > nav a, #sp-entry-content-10 > nav a, #sp-entry-content-11 > nav a, #sp-entry-content-12 > nav a, #sp-entry-content-13 > nav a, #sp-entry-content-14 > nav a, #sp-entry-content-3 > nav a, #sp-entry-content-4 > nav a, #sp-entry-content-5 > nav a, #sp-entry-content-6 > nav a, #sp-entry-content-7 > nav a, #sp-entry-content-8 > nav a, #sp-entry-content-9 > nav a, #sp-wp-post-list-10 > nav a, #sp-wp-post-list-11 > nav a, #sp-wp-post-list-12 > nav a, #sp-wp-post-list-13 > nav a, #sp-wp-post-list-14 > nav a, #sp-wp-post-list-15 > nav a, #sp-wp-post-list-16 > nav a, #sp-wp-post-list-17 > nav a, #sp-wp-post-list-18 > nav a, #sp-wp-post-list-19 > nav a, #sp-wp-post-list-20 > nav a, #sp-wp-post-list-3 > nav a, #sp-wp-post-list-4 > nav a, #sp-wp-post-list-5 > nav a, #sp-wp-post-list-6 > nav a, #sp-wp-post-list-7 > nav a, #sp-wp-post-list-8 > nav a, #sp-wp-post-list-9 > nav a{
  font-style : italic;
  color : #f5568b;
}

#sp-entry-content-1 > nav div, #sp-entry-content-10 > nav div, #sp-entry-content-11 > nav div, #sp-entry-content-12 > nav div, #sp-entry-content-13 > nav div, #sp-entry-content-14 > nav div, #sp-entry-content-3 > nav div, #sp-entry-content-4 > nav div, #sp-entry-content-5 > nav div, #sp-entry-content-6 > nav div, #sp-entry-content-7 > nav div, #sp-entry-content-8 > nav div, #sp-entry-content-9 > nav div, #sp-wp-post-list-10 > nav div, #sp-wp-post-list-11 > nav div, #sp-wp-post-list-12 > nav div, #sp-wp-post-list-13 > nav div, #sp-wp-post-list-14 > nav div, #sp-wp-post-list-15 > nav div, #sp-wp-post-list-16 > nav div, #sp-wp-post-list-17 > nav div, #sp-wp-post-list-18 > nav div, #sp-wp-post-list-19 > nav div, #sp-wp-post-list-20 > nav div, #sp-wp-post-list-3 > nav div, #sp-wp-post-list-4 > nav div, #sp-wp-post-list-5 > nav div, #sp-wp-post-list-6 > nav div, #sp-wp-post-list-7 > nav div, #sp-wp-post-list-8 > nav div, #sp-wp-post-list-9 > nav div{
  width : 50%;
}

#sp-entry-content-1 > ul, #sp-entry-content-10 > ul, #sp-entry-content-11 > ul, #sp-entry-content-12 > ul, #sp-entry-content-13 > ul, #sp-entry-content-14 > ul, #sp-entry-content-3 > ul, #sp-entry-content-4 > ul, #sp-entry-content-5 > ul, #sp-entry-content-6 > ul, #sp-entry-content-7 > ul, #sp-entry-content-8 > ul, #sp-entry-content-9 > ul, #sp-wp-post-list-10 > ul, #sp-wp-post-list-11 > ul, #sp-wp-post-list-12 > ul, #sp-wp-post-list-13 > ul, #sp-wp-post-list-14 > ul, #sp-wp-post-list-15 > ul, #sp-wp-post-list-16 > ul, #sp-wp-post-list-17 > ul, #sp-wp-post-list-18 > ul, #sp-wp-post-list-19 > ul, #sp-wp-post-list-20 > ul, #sp-wp-post-list-3 > ul, #sp-wp-post-list-4 > ul, #sp-wp-post-list-5 > ul, #sp-wp-post-list-6 > ul, #sp-wp-post-list-7 > ul, #sp-wp-post-list-8 > ul, #sp-wp-post-list-9 > 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-entry-content-1> ul> li, #sp-entry-content-10> ul> li, #sp-entry-content-11> ul> li, #sp-entry-content-12> ul> li, #sp-entry-content-13> ul> li, #sp-entry-content-14> ul> li, #sp-entry-content-3> ul> li, #sp-entry-content-4> ul> li, #sp-entry-content-5> ul> li, #sp-entry-content-6> ul> li, #sp-entry-content-7> ul> li, #sp-entry-content-8> ul> li, #sp-entry-content-9> ul> li, #sp-wp-post-list-10> ul> li, #sp-wp-post-list-11> ul> li, #sp-wp-post-list-12> ul> li, #sp-wp-post-list-13> ul> li, #sp-wp-post-list-14> ul> li, #sp-wp-post-list-15> ul> li, #sp-wp-post-list-16> ul> li, #sp-wp-post-list-17> ul> li, #sp-wp-post-list-18> ul> li, #sp-wp-post-list-19> ul> li, #sp-wp-post-list-20> ul> li, #sp-wp-post-list-3> ul> li, #sp-wp-post-list-4> ul> li, #sp-wp-post-list-5> ul> li, #sp-wp-post-list-6> ul> li, #sp-wp-post-list-7> ul> li, #sp-wp-post-list-8> ul> li, #sp-wp-post-list-9> ul> li {
}

#sp-entry-content-1 > ul > li > a, #sp-entry-content-10 > ul > li > a, #sp-entry-content-11 > ul > li > a, #sp-entry-content-12 > ul > li > a, #sp-entry-content-13 > ul > li > a, #sp-entry-content-14 > ul > li > a, #sp-entry-content-3 > ul > li > a, #sp-entry-content-4 > ul > li > a, #sp-entry-content-5 > ul > li > a, #sp-entry-content-6 > ul > li > a, #sp-entry-content-7 > ul > li > a, #sp-entry-content-8 > ul > li > a, #sp-entry-content-9 > ul > li > a, #sp-wp-post-list-10 > ul > li > a, #sp-wp-post-list-11 > ul > li > a, #sp-wp-post-list-12 > ul > li > a, #sp-wp-post-list-13 > ul > li > a, #sp-wp-post-list-14 > ul > li > a, #sp-wp-post-list-15 > ul > li > a, #sp-wp-post-list-16 > ul > li > a, #sp-wp-post-list-17 > ul > li > a, #sp-wp-post-list-18 > ul > li > a, #sp-wp-post-list-19 > ul > li > a, #sp-wp-post-list-20 > ul > li > a, #sp-wp-post-list-3 > ul > li > a, #sp-wp-post-list-4 > ul > li > a, #sp-wp-post-list-5 > ul > li > a, #sp-wp-post-list-6 > ul > li > a, #sp-wp-post-list-7 > ul > li > a, #sp-wp-post-list-8 > ul > li > a, #sp-wp-post-list-9 > ul > li > a{
  padding-top : 4px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 4px;
  display : block;
}

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

  #sp-entry-content-1 dl dd, #sp-entry-content-10 dl dd, #sp-entry-content-11 dl dd, #sp-entry-content-12 dl dd, #sp-entry-content-13 dl dd, #sp-entry-content-14 dl dd, #sp-entry-content-3 dl dd, #sp-entry-content-4 dl dd, #sp-entry-content-5 dl dd, #sp-entry-content-6 dl dd, #sp-entry-content-7 dl dd, #sp-entry-content-8 dl dd, #sp-entry-content-9 dl dd, #sp-wp-post-list-10 dl dd, #sp-wp-post-list-11 dl dd, #sp-wp-post-list-12 dl dd, #sp-wp-post-list-13 dl dd, #sp-wp-post-list-14 dl dd, #sp-wp-post-list-15 dl dd, #sp-wp-post-list-16 dl dd, #sp-wp-post-list-17 dl dd, #sp-wp-post-list-18 dl dd, #sp-wp-post-list-19 dl dd, #sp-wp-post-list-20 dl dd, #sp-wp-post-list-3 dl dd, #sp-wp-post-list-4 dl dd, #sp-wp-post-list-5 dl dd, #sp-wp-post-list-6 dl dd, #sp-wp-post-list-7 dl dd, #sp-wp-post-list-8 dl dd, #sp-wp-post-list-9 dl dd{
    margin-left : 0px;
  }

  .hpb-viewtype-date#sp-entry-content-1 dd, .hpb-viewtype-date#sp-entry-content-10 dd, .hpb-viewtype-date#sp-entry-content-11 dd, .hpb-viewtype-date#sp-entry-content-12 dd, .hpb-viewtype-date#sp-entry-content-13 dd, .hpb-viewtype-date#sp-entry-content-14 dd, .hpb-viewtype-date#sp-entry-content-3 dd, .hpb-viewtype-date#sp-entry-content-4 dd, .hpb-viewtype-date#sp-entry-content-5 dd, .hpb-viewtype-date#sp-entry-content-6 dd, .hpb-viewtype-date#sp-entry-content-7 dd, .hpb-viewtype-date#sp-entry-content-8 dd, .hpb-viewtype-date#sp-entry-content-9 dd, .hpb-viewtype-date#sp-wp-post-list-10 dd, .hpb-viewtype-date#sp-wp-post-list-11 dd, .hpb-viewtype-date#sp-wp-post-list-12 dd, .hpb-viewtype-date#sp-wp-post-list-13 dd, .hpb-viewtype-date#sp-wp-post-list-14 dd, .hpb-viewtype-date#sp-wp-post-list-15 dd, .hpb-viewtype-date#sp-wp-post-list-16 dd, .hpb-viewtype-date#sp-wp-post-list-17 dd, .hpb-viewtype-date#sp-wp-post-list-18 dd, .hpb-viewtype-date#sp-wp-post-list-19 dd, .hpb-viewtype-date#sp-wp-post-list-20 dd, .hpb-viewtype-date#sp-wp-post-list-3 dd, .hpb-viewtype-date#sp-wp-post-list-4 dd, .hpb-viewtype-date#sp-wp-post-list-5 dd, .hpb-viewtype-date#sp-wp-post-list-6 dd, .hpb-viewtype-date#sp-wp-post-list-7 dd, .hpb-viewtype-date#sp-wp-post-list-8 dd, .hpb-viewtype-date#sp-wp-post-list-9 dd{
    padding-top : 0px;
    padding-left : 5px;
    padding-right : 0px;
    padding-bottom : 5px;
  }

  .hpb-viewtype-date#sp-entry-content-1 dt, .hpb-viewtype-date#sp-entry-content-10 dt, .hpb-viewtype-date#sp-entry-content-11 dt, .hpb-viewtype-date#sp-entry-content-12 dt, .hpb-viewtype-date#sp-entry-content-13 dt, .hpb-viewtype-date#sp-entry-content-14 dt, .hpb-viewtype-date#sp-entry-content-3 dt, .hpb-viewtype-date#sp-entry-content-4 dt, .hpb-viewtype-date#sp-entry-content-5 dt, .hpb-viewtype-date#sp-entry-content-6 dt, .hpb-viewtype-date#sp-entry-content-7 dt, .hpb-viewtype-date#sp-entry-content-8 dt, .hpb-viewtype-date#sp-entry-content-9 dt, .hpb-viewtype-date#sp-wp-post-list-10 dt, .hpb-viewtype-date#sp-wp-post-list-11 dt, .hpb-viewtype-date#sp-wp-post-list-12 dt, .hpb-viewtype-date#sp-wp-post-list-13 dt, .hpb-viewtype-date#sp-wp-post-list-14 dt, .hpb-viewtype-date#sp-wp-post-list-15 dt, .hpb-viewtype-date#sp-wp-post-list-16 dt, .hpb-viewtype-date#sp-wp-post-list-17 dt, .hpb-viewtype-date#sp-wp-post-list-18 dt, .hpb-viewtype-date#sp-wp-post-list-19 dt, .hpb-viewtype-date#sp-wp-post-list-20 dt, .hpb-viewtype-date#sp-wp-post-list-3 dt, .hpb-viewtype-date#sp-wp-post-list-4 dt, .hpb-viewtype-date#sp-wp-post-list-5 dt, .hpb-viewtype-date#sp-wp-post-list-6 dt, .hpb-viewtype-date#sp-wp-post-list-7 dt, .hpb-viewtype-date#sp-wp-post-list-8 dt, .hpb-viewtype-date#sp-wp-post-list-9 dt{
    padding-bottom : 5px;
    width : 100%;
  }
}

.page-custom#content #page-content, .page-custom2#content #page-content, .page-custom4#content #page-content, .page-post_archive#content #page-content, .page-program#content #page-content, .page-toppage#content #page-content, #sp-block-container-1, #sp-block-container-2, #sp-block-container-3, #sp-block-container-4{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-bottom : 20px;
}

.page-custom#content #page-content > blockquote, .page-custom2#content #page-content > blockquote, .page-custom4#content #page-content > blockquote, .page-post_archive#content #page-content > blockquote, .page-program#content #page-content > blockquote, .page-toppage#content #page-content > blockquote, #sp-block-container-1 > blockquote, #sp-block-container-2 > blockquote, #sp-block-container-3 > blockquote, #sp-block-container-4 > blockquote{
  background-color : #faf9f9;
  padding-top : 1em;
  padding-left : 30px;
  padding-right : 30px;
  padding-bottom : 1em;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 16px;
}

.page-custom#content #page-content > blockquote p, .page-custom2#content #page-content > blockquote p, .page-custom4#content #page-content > blockquote p, .page-post_archive#content #page-content > blockquote p, .page-program#content #page-content > blockquote p, .page-toppage#content #page-content > blockquote p, #sp-block-container-1 > blockquote p, #sp-block-container-2 > blockquote p, #sp-block-container-3 > blockquote p, #sp-block-container-4 > blockquote p{
  margin-top : 19px;
  margin-bottom : 0px;
}

.page-custom#content #page-content > blockquote p:first-child, .page-custom2#content #page-content > blockquote p:first-child, .page-custom4#content #page-content > blockquote p:first-child, .page-post_archive#content #page-content > blockquote p:first-child, .page-program#content #page-content > blockquote p:first-child, .page-toppage#content #page-content > blockquote p:first-child, #sp-block-container-1 > blockquote p:first-child, #sp-block-container-2 > blockquote p:first-child, #sp-block-container-3 > blockquote p:first-child, #sp-block-container-4 > blockquote p:first-child{
  margin-top : 0px;
}

.page-custom#content #page-content > h1, .page-custom2#content #page-content > h1, .page-custom4#content #page-content > h1, .page-post_archive#content #page-content > h1, .page-program#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{
  font-size : 1.6rem;
  font-weight : bold;
  line-height : 1.5;
  text-decoration : none;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 23px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
  position : relative;
}

.page-custom#content #page-content > h1::after, .page-custom2#content #page-content > h1::after, .page-custom4#content #page-content > h1::after, .page-post_archive#content #page-content > h1::after, .page-program#content #page-content > h1::after, .page-toppage#content #page-content > h1::after, #sp-block-container-1 > h1::after, #sp-block-container-2 > h1::after, #sp-block-container-3 > h1::after, #sp-block-container-4 > h1::after{
  background-color : #f5568b;
  width : 200px;
  height : 2px;
  position : absolute;
  bottom : 0px;
  left : 0px;
  content : "";
}

.page-custom#content #page-content > h2, .page-custom2#content #page-content > h2, .page-custom4#content #page-content > h2, .page-post_archive#content #page-content > h2, .page-program#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{
  font-size : 1.6rem;
  font-weight : bold;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-custom#content #page-content > h3, .page-custom2#content #page-content > h3, .page-custom4#content #page-content > h3, .page-post_archive#content #page-content > h3, .page-program#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{
  font-size : 1.6rem;
  font-weight : normal;
  margin-bottom : 21px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-custom#content #page-content > h4, .page-custom2#content #page-content > h4, .page-custom4#content #page-content > h4, .page-post_archive#content #page-content > h4, .page-program#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{
  font-size : 1.5rem;
  font-weight : normal;
  margin-bottom : 21px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-custom#content #page-content > h5, .page-custom2#content #page-content > h5, .page-custom4#content #page-content > h5, .page-post_archive#content #page-content > h5, .page-program#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{
  font-size : 1.4rem;
  font-weight : normal;
  margin-bottom : 21px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-custom#content #page-content > h6, .page-custom2#content #page-content > h6, .page-custom4#content #page-content > h6, .page-post_archive#content #page-content > h6, .page-program#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{
  font-size : 1.3rem;
  font-weight : normal;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-custom#content #page-content > hr, .page-custom2#content #page-content > hr, .page-custom4#content #page-content > hr, .page-post_archive#content #page-content > hr, .page-program#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{
  margin-bottom : 19px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #f5568b;
}

.page-custom#content #page-content > img, .page-custom2#content #page-content > img, .page-custom4#content #page-content > img, .page-post_archive#content #page-content > img, .page-program#content #page-content > img, .page-toppage#content #page-content > img, #sp-block-container-1 > img, #sp-block-container-2 > img, #sp-block-container-3 > img, #sp-block-container-4 > img{
  margin-top : 0px;
  margin-bottom : 19px;
}

.page-custom#content #page-content > ins, .page-custom2#content #page-content > ins, .page-custom4#content #page-content > ins, .page-post_archive#content #page-content > ins, .page-program#content #page-content > ins, .page-toppage#content #page-content > ins, #sp-block-container-1 > ins, #sp-block-container-2 > ins, #sp-block-container-3 > ins, #sp-block-container-4 > ins{
  background-color : #fff9c0;
  text-decoration : none;
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
}

.page-custom#content #page-content > ol, .page-custom2#content #page-content > ol, .page-custom4#content #page-content > ol, .page-post_archive#content #page-content > ol, .page-program#content #page-content > ol, .page-toppage#content #page-content > ol, #sp-block-container-1 > ol, #sp-block-container-2 > ol, #sp-block-container-3 > ol, #sp-block-container-4 > ol{
  padding-top : 0px;
  padding-left : 13px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 18px;
  list-style-position : inside;
}

.page-custom#content #page-content > ol ol, .page-custom2#content #page-content > ol ol, .page-custom4#content #page-content > ol ol, .page-post_archive#content #page-content > ol ol, .page-program#content #page-content > ol ol, .page-toppage#content #page-content > ol ol, #sp-block-container-1 > ol ol, #sp-block-container-2 > ol ol, #sp-block-container-3 > ol ol, #sp-block-container-4 > ol ol{
  margin-bottom : 0px;
}

.page-custom#content #page-content > p, .page-custom2#content #page-content > p, .page-custom4#content #page-content > p, .page-post_archive#content #page-content > p, .page-program#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{
  margin-top : 0px;
  margin-bottom : 19px;
}

.page-custom#content #page-content > pre, .page-custom2#content #page-content > pre, .page-custom4#content #page-content > pre, .page-post_archive#content #page-content > pre, .page-program#content #page-content > pre, .page-toppage#content #page-content > pre, #sp-block-container-1 > pre, #sp-block-container-2 > pre, #sp-block-container-3 > pre, #sp-block-container-4 > pre{
  background-color : #f8f8f8;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  overflow : auto;
  word-wrap : normal;
}

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

  #sp-site-navigation-1, #sp-site-navigation-2{
    background-color : #ffffff;
    padding-left : 100%;
    padding-right : 100%;
    margin-left : -100%;
    margin-right : -100%;
    margin-bottom : 0px;
  }

  #sp-site-navigation-1 ul, #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-1 ul li::after, #sp-site-navigation-2 ul li::after{
    margin-top : 0px;
    margin-left : 5px;
    margin-right : 5px;
    margin-bottom : 0px;
    content : "/";
  }

  #sp-site-navigation-1 ul li:last-child::after, #sp-site-navigation-2 ul li:last-child::after{
    display : none;
  }

  #sp-site-navigation-1 ul ul::before, #sp-site-navigation-2 ul ul::before{
    margin-top : 0px;
    margin-left : 5px;
    margin-right : 5px;
    margin-bottom : 0px;
    content : "/";
  }

  #sp-site-navigation-1 > ul > li.current-menu-ancestor > a, #sp-site-navigation-2 > ul > li.current-menu-ancestor > a{
    text-decoration : underline;
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > a, #sp-site-navigation-2 > ul > li.current-menu-item > a{
    text-decoration : underline;
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a, #sp-site-navigation-2 > ul > li.current_page_ancestor > a{
    text-decoration : underline;
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a, #sp-site-navigation-2 > ul > li.current_page_item > a{
    text-decoration : underline;
  }

  #sp-site-navigation-1 > ul > li > a:hover, #sp-site-navigation-2 > ul > li > a:hover{
    text-decoration : underline;
  }
}

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

  #sp-site-navigation-1, #sp-site-navigation-2{
    font-size : 1.3rem;
    font-weight : bold;
    margin-top : 0px;
    margin-bottom : 0px;
  }

  #sp-site-navigation-1 .menu-toggle, #sp-site-navigation-2 .menu-toggle{
    font-size : 1.3rem;
    background-color : #f5568b;
    background-image : url(img/icon-menu-toggle.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -9999px;
  }

  #sp-site-navigation-1 li > a:active, #sp-site-navigation-2 li > a:active{
    color : #ffffff;
    background-color : #f5568b;
  }

  #sp-site-navigation-1 li > a:hover, #sp-site-navigation-2 li > a:hover{
    color : #ffffff;
    background-color : #f5568b;
  }

  #sp-site-navigation-1 ul li > a, #sp-site-navigation-2 ul li > a{
    font-weight : bold;
    background-color : #faf9f9;
    text-decoration : none;
    text-align : center;
    padding-top : 8px;
    padding-bottom : 8px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #cccccc;
  }

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

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

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

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

#sp-button-9{
  margin-bottom : 10px;
  width : 120px;
}

#sp-button-9 > a{
  font-size : 1.4rem;
  font-family : Meiryo, sans-serif;
  font-weight : normal;
  color : #ffffff;
  background-color : #646464;
  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 : 8px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
  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;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  box-shadow : 0px 3px 0px #373737;
  height : 100%;
  display : block;
  position : relative;
  text-shadow : 0px 1px 0px #000000;
}

#sp-button-9 > a:active{
  box-shadow : 0px 1px 0px #373737;
  position : relative;
  top : 2px;
}

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

#sp-image-1, #sp-image-10, #sp-image-11, #sp-image-12, #sp-image-13, #sp-image-14, #sp-image-15, #sp-image-16, #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-3, #sp-image-7, #sp-image-8, #sp-image-9{
  max-width : 100%;
}

#sp-image-4, #sp-image-5, #sp-image-6{
  text-decoration : none;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  box-shadow : 0px 3px 4px rgba(0, 0, 0, 0.5);
  max-width : 100%;
}

#sp-site-branding2-2{
  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;
  box-sizing : border-box;
}

#sp-site-branding2-2 .extra{
  width : 100%;
  position : relative;
}

#sp-site-branding2-2 .extra p{
  text-align : center;
}

#sp-site-branding2-2 .site-description{
  font-size : 10px;
  font-weight : normal;
  line-height : 20px;
  color : #ffffff;
  background-color : #1550bf;
  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%;
  position : absolute;
  top : 0px;
}

#sp-site-branding2-2 .site-title{
  background-color : transparent;
  background-image : url(img/01.png);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : center 10px;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  min-width : 360px;
  min-height : 45px;
  float : none;
  display : block;
}

#sp-site-branding2-2 .site-title a{
  text-indent : -9999px;
  padding-top : 100px;
  min-width : 360px;
  min-height : 45px;
  display : block;
}

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

  #sp-site-branding2-2{
    width : 100%;
    overflow : hidden;
  }

  #sp-site-branding2-2 .site-title{
    background-position : left 70%;
    background-size : 85% auto;
    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-branding2-2 .site-title a {
  }
}

#sp-site-navigation-3{
  font-size : 12px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

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

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

#sp-site-navigation-3 ul ul{
  font-size : 12px;
  color : #333333;
  background-color : #ffffff;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : medium;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : none;
  border-top-color : #3c3f53;
  border-left-color : #3c3f53;
  border-right-color : #3c3f53;
  border-bottom-color : initial;
  width : auto;
  min-width : 150px;
  display : none;
  list-style-type : none;
  list-style-position : outside;
  position : absolute;
  top : 30px;
  left : 0px;
  z-index : 9999;
}

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

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

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

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

#sp-site-navigation-3 > ul{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

#sp-site-navigation-3 > ul::after{
  height : 0px;
  clear : both;
  display : block;
  visibility : hidden;
  content : ".";
}

#sp-site-navigation-3 > ul > li{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 2px;
  margin-bottom : 0px;
  float : left;
}

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

#sp-site-navigation-3 > ul > li:last-child{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-site-navigation-3 > ul > li > a{
  color : #ffffff;
  background-color : #154236;
  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;
  vertical-align : middle;
  text-align : center;
  padding-top : 0px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 0px;
  border-top-left-radius : 2px 2px;
  border-top-right-radius : 2px 2px;
  border-bottom-right-radius : 2px 2px;
  border-bottom-left-radius : 2px 2px;
  min-width : 80px;
  height : 30px;
  display : table-cell;
}

#sp-site-navigation-3 > ul > li > a:hover{
  background-color : #225e4e;
  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-site-navigation-3 > ul > ul > li > a{
  color : #333333;
}

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

  #sp-site-navigation-3{
    text-align : center;
    width : 100%;
  }

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

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

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

  #sp-site-navigation-3 ul li{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    float : none;
    display : block;
  }

  #sp-site-navigation-3 ul li 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;
    display : block;
    position : relative;
  }

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

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

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

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

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

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

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

#sp-site-navigation-4{
  font-size : 12px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

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

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

#sp-site-navigation-4 ul ul{
  font-size : 12px;
  color : #333333;
  background-color : #ffffff;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : medium;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : none;
  border-top-color : #3c3f53;
  border-left-color : #3c3f53;
  border-right-color : #3c3f53;
  border-bottom-color : initial;
  width : auto;
  min-width : 150px;
  display : none;
  list-style-type : none;
  list-style-position : outside;
  position : absolute;
  top : 30px;
  left : 0px;
  z-index : 9999;
}

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

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

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

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

#sp-site-navigation-4 > ul{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

#sp-site-navigation-4 > ul::after{
  height : 0px;
  clear : both;
  display : block;
  visibility : hidden;
  content : ".";
}

#sp-site-navigation-4 > ul > li{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  float : left;
}

#sp-site-navigation-4 > ul > li:first-child > a{
  border-top-left-radius : 15px 15px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 15px 15px;
}

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

#sp-site-navigation-4 > ul > li:last-child{
  margin-left : -1px;
}

#sp-site-navigation-4 > ul > li:last-child > a{
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 15px 15px;
  border-bottom-right-radius : 15px 15px;
  border-bottom-left-radius : 0px 0px;
}

#sp-site-navigation-4 > ul > li > a{
  color : #ffffff;
  background-color : #7ac6e9;
  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;
  vertical-align : middle;
  text-align : center;
  padding-top : 0px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  min-width : 80px;
  height : 30px;
  display : table-cell;
}

#sp-site-navigation-4 > ul > li > a:hover{
  background-color : #bde4f6;
  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-site-navigation-4 > ul > ul > li > a{
  color : #333333;
}

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

  #sp-site-navigation-4{
    text-align : center;
    width : 100%;
  }

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

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

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

  #sp-site-navigation-4 ul li{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    float : none;
    display : block;
  }

  #sp-site-navigation-4 ul li a{
    display : block;
    position : relative;
  }

  #sp-site-navigation-4 ul li a:first-child{
    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-4 ul li::after{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    content : '';
  }

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

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

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

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

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

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

#sp-entry-content-2{
  font-size : 13px;
  color : #666666;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  width : 100%;
  position : relative;
}

#sp-entry-content-2 #hpb-pagenation{
  padding-top : 2px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 2px;
}

#sp-entry-content-2 .hpb-more-entry{
  text-align : right;
  padding-top : 8px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 0px;
}

#sp-entry-content-2 .nav-next{
  margin-right : 10px;
  float : right;
}

#sp-entry-content-2 .nav-previous{
  margin-left : 10px;
  float : left;
}

#sp-entry-content-2 a{
  color : #7a7a7a;
  text-decoration : none;
}

#sp-entry-content-2 a:active{
  text-decoration : underline;
}

#sp-entry-content-2 a:hover{
  text-decoration : underline;
}

#sp-entry-content-2 article{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 8px;
}

#sp-entry-content-2 dl{
  margin-top : 10px;
}

#sp-entry-content-2 footer{
  color : #999999;
}

#sp-entry-content-2 h1{
  text-indent : -9999px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  display : none;
}

#sp-entry-content-2 h4{
  font-size : 14px;
  color : #4a4a4a;
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 3px;
  margin-top : 10px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 4px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #666666;
}

#sp-entry-content-2 h4 a{
  color : #7a7a7a;
  text-decoration : none;
}

#sp-entry-content-2 h4 a:hover{
  text-decoration : underline;
}

#sp-entry-content-2 img{
  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 : #dddddd;
  border-left-color : #dddddd;
  border-right-color : #dddddd;
  border-bottom-color : #dddddd;
}

#sp-entry-content-2 li{
  padding-bottom : 5px;
  list-style-type : none;
  list-style-position : outside;
}

#sp-entry-content-2 p{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-entry-content-2 p > img{
  margin-top : 5px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 5px;
}

#sp-entry-content-2 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}

.hpb-viewtype-content#sp-entry-content-2 dd{
  margin-left : 16px;
  margin-bottom : 10px;
}

.hpb-viewtype-content#sp-entry-content-2 dl{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

.hpb-viewtype-content#sp-entry-content-2 dt{
  margin-bottom : 5px;
}

.hpb-viewtype-date#sp-entry-content-2 dd{
  padding-top : 0px;
  padding-left : 120px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-left : 0px;
  margin-bottom : 5px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.hpb-viewtype-date#sp-entry-content-2 dl{
  padding-top : 0px;
  padding-left : 25px;
  padding-right : 25px;
  padding-bottom : 0px;
  overflow : hidden;
}

.hpb-viewtype-date#sp-entry-content-2 dt{
  font-weight : bold;
  color : #999999;
  padding-bottom : 5px;
  width : 120px;
  float : left;
  clear : both;
}

.hpb-viewtype-simple#sp-entry-content-2 div{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}

.hpb-viewtype-simple#sp-entry-content-2 footer{
  padding-top : 0px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 0px;
}

#sp-entry-content-2 > h3{
  font-size : 16px;
  color : #ffffff;
  background-color : #cccccc;
  padding-top : 6px;
  padding-left : 15px;
  padding-right : 3px;
  padding-bottom : 6px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

article > div{
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}

h4 a:active{
  text-decoration : underline;
}

#sp-wp-post-list-1, #sp-wp-post-list-2{
  font-size : 13px;
  color : #666666;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  width : 100%;
  position : relative;
}

#sp-wp-post-list-1 #hpb-pagenation, #sp-wp-post-list-2 #hpb-pagenation{
  padding-top : 2px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 2px;
}

#sp-wp-post-list-1 .hpb-more-entry, #sp-wp-post-list-2 .hpb-more-entry{
  text-align : right;
  padding-top : 8px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 0px;
}

#sp-wp-post-list-1 .nav-next, #sp-wp-post-list-2 .nav-next{
  margin-right : 10px;
  float : right;
}

#sp-wp-post-list-1 .nav-previous, #sp-wp-post-list-2 .nav-previous{
  margin-left : 10px;
  float : left;
}

#sp-wp-post-list-1 ::after, #sp-wp-post-list-2 ::after {
}

#sp-wp-post-list-1 a, #sp-wp-post-list-2 a{
  color : #7a7a7a;
  text-decoration : none;
}

#sp-wp-post-list-1 a:active, #sp-wp-post-list-2 a:active{
  text-decoration : underline;
}

#sp-wp-post-list-1 a:hover, #sp-wp-post-list-2 a:hover{
  text-decoration : underline;
}

#sp-wp-post-list-1 article, #sp-wp-post-list-2 article{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 8px;
}

#sp-wp-post-list-1 dl, #sp-wp-post-list-2 dl{
  margin-top : 10px;
}

#sp-wp-post-list-1 footer, #sp-wp-post-list-2 footer{
  color : #999999;
}

#sp-wp-post-list-1 h1, #sp-wp-post-list-2 h1{
  text-indent : -9999px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  display : none;
}

#sp-wp-post-list-1 h4, #sp-wp-post-list-2 h4{
  font-size : 1.6rem;
  color : #666666;
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 3px;
  margin-top : 10px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 4px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #666666;
}

#sp-wp-post-list-1 h4 a, #sp-wp-post-list-2 h4 a{
  color : #666666;
  text-decoration : none;
}

#sp-wp-post-list-1 h4 a:active, #sp-wp-post-list-2 h4 a:active{
  text-decoration : underline;
}

#sp-wp-post-list-1 h4 a:hover, #sp-wp-post-list-2 h4 a:hover{
  text-decoration : underline;
}

#sp-wp-post-list-1 img, #sp-wp-post-list-2 img{
  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 : #dddddd;
  border-left-color : #dddddd;
  border-right-color : #dddddd;
  border-bottom-color : #dddddd;
}

#sp-wp-post-list-1 li, #sp-wp-post-list-2 li{
  padding-bottom : 5px;
  list-style-type : none;
  list-style-position : outside;
}

#sp-wp-post-list-1 p, #sp-wp-post-list-2 p{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-wp-post-list-1 p > img, #sp-wp-post-list-2 p > img{
  margin-top : 5px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 5px;
}

#sp-wp-post-list-1 ul, #sp-wp-post-list-2 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}

.hpb-viewtype-content#sp-wp-post-list-1 dd, .hpb-viewtype-content#sp-wp-post-list-2 dd{
  margin-left : 16px;
  margin-bottom : 10px;
}

.hpb-viewtype-content#sp-wp-post-list-1 dl, .hpb-viewtype-content#sp-wp-post-list-2 dl{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

.hpb-viewtype-content#sp-wp-post-list-1 dt, .hpb-viewtype-content#sp-wp-post-list-2 dt{
  margin-bottom : 5px;
}

.hpb-viewtype-date#sp-wp-post-list-1 dd, .hpb-viewtype-date#sp-wp-post-list-2 dd{
  padding-top : 0px;
  padding-left : 120px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-left : 0px;
  margin-bottom : 5px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.hpb-viewtype-date#sp-wp-post-list-1 dl, .hpb-viewtype-date#sp-wp-post-list-2 dl{
  padding-top : 0px;
  padding-left : 25px;
  padding-right : 25px;
  padding-bottom : 0px;
  overflow : hidden;
}

.hpb-viewtype-date#sp-wp-post-list-1 dt, .hpb-viewtype-date#sp-wp-post-list-2 dt{
  font-weight : bold;
  color : #999999;
  padding-bottom : 5px;
  width : 120px;
  float : left;
  clear : both;
}

.hpb-viewtype-simple#sp-wp-post-list-1 div, .hpb-viewtype-simple#sp-wp-post-list-2 div{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}

.hpb-viewtype-simple#sp-wp-post-list-1 footer, .hpb-viewtype-simple#sp-wp-post-list-2 footer{
  padding-top : 0px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 0px;
}

#sp-wp-post-list-1 > h3, #sp-wp-post-list-2 > h3{
  font-size : 17px;
  color : #505050;
  padding-top : 6px;
  padding-left : 15px;
  padding-right : 3px;
  padding-bottom : 3px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #a0a0a0;
}

article > div, article > div{
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}

.page-program#content #page-content{
  background-color : transparent;
  padding-top : 4px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

.page-toppage#content #page-content{
  background-color : transparent;
  background-image : none;
  background-repeat : no-repeat;
  background-position : center bottom;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

.page-toppage#content #page-content > .paragraph a:hover{
  color : #d9554b;
}

#sp-block-container-1{
  font-size : 0.8rem;
}

#sp-block-container-4{
  background-color : transparent;
  padding-top : 4px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-button-1 > a{
  padding-top : 4px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
  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 : #303e78;
  border-left-color : #303e78;
  border-right-color : #303e78;
  border-bottom-color : #303e78;
}

#sp-button-1 > a:hover{
  color : #ffffff;
  padding-top : 5px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 5px;
}

#sp-button-10 > a{
  padding-top : 5px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
}

#sp-button-10 > a:hover{
  padding-top : 6px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 7px;
}

#sp-button-11 > a{
  padding-top : 5px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
}

#sp-button-11 > a:hover{
  padding-top : 6px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 7px;
}

#sp-button-2 > a{
  padding-top : 3px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #333333;
  border-left-color : #333333;
  border-right-color : #333333;
  border-bottom-color : #333333;
}

#sp-button-2 > a:hover{
  color : #d65516;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #333333;
  border-left-color : #333333;
  border-right-color : #333333;
  border-bottom-color : #333333;
}

#sp-button-3 > a{
  padding-top : 3px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
}

#sp-button-4 > a{
  font-size : 1rem;
  color : #454545;
  padding-top : 3px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #808080;
  border-left-color : #808080;
  border-right-color : #808080;
  border-bottom-color : #808080;
}

#sp-button-4 > a:hover{
  font-size : 1rem;
  color : #ffffff;
  padding-top : 3px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-button-5 > a{
  font-size : 1rem;
  color : #454545;
  padding-top : 3px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #808080;
  border-left-color : #808080;
  border-right-color : #808080;
  border-bottom-color : #808080;
}

#sp-button-5 > a:hover{
  font-size : 1rem;
  color : #ffffff;
  padding-top : 3px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-button-6 > a{
  font-size : 1.2rem;
  color : #454545;
  padding-top : 1px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  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 : #454545;
  border-left-color : #454545;
  border-right-color : #454545;
  border-bottom-color : #454545;
}

#sp-button-6 > a:hover{
  font-size : 1.2rem;
  color : #ffffff;
  background-color : #808080;
  padding-top : 1px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-button-7 > a{
  font-size : 1.2rem;
  color : #454545;
  padding-top : 1px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  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 : #454545;
  border-left-color : #454545;
  border-right-color : #454545;
  border-bottom-color : #454545;
}

#sp-button-7 > a:hover{
  font-size : 1.2rem;
  color : #ffffff;
  background-color : #808080;
  padding-top : 1px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-button-8 > a{
  padding-top : 5px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
}

#sp-button-8 > a:hover{
  padding-top : 6px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 7px;
}

.sp-wp-post-list#sp-entry-content-1 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-10 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-11 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-12 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-13 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-14 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-2 > article > .entry-content{
  background-image : url("img/file GOKAKU.JPG");
  background-repeat : no-repeat;
  background-position : left top;
  background-size : contain;
}

.sp-wp-post-list#sp-entry-content-2 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-3 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-4 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-5 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-6 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-7 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-8 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-9 > article > footer{
  color : #ffffff;
}

#sp-page-title-1 h1{
  font-size : 2.2rem;
  color : #001a33;
}

#sp-site-branding2-1{
  background-image : url(img/image3.JPG);
  background-repeat : no-repeat;
  background-position : center top;
  background-size : contain;
}

#sp-site-branding2-1 .site-title{
  background-image : none;
}

#sp-site-branding2-1 > .site-description{
  font-size : 2rem;
  font-weight : bold;
  color : #9e140c;
  background-color : transparent;
}

#sp-site-branding2-1 > .site-title{
  font-size : 2.2rem;
  font-weight : bold;
  color : #635e68;
  background-color : transparent;
}

#sp-site-branding2-1 > .site-title a{
  font-weight : bold;
  color : #635e68;
}

#sp-site-branding2-2{
  background-image : url(img/image.JPG);
  background-position : center center;
  background-size : cover;
}

#sp-site-branding2-2 .site-title{
  background-image : none;
}

#sp-site-branding2-2 > .extra{
  font-weight : bold;
  color : #635e68;
}

#sp-site-branding2-2 > .extra > p{
  font-size : 0.8rem;
  color : #635e68;
  text-align : right;
  margin-right : 5px;
}

#sp-site-branding2-2 > .site-description{
  font-size : 2rem;
  font-weight : bold;
  color : #ffffff;
  background-color : transparent;
}

#sp-site-branding2-2 > .site-title{
  font-size : 2.2rem;
  font-weight : normal;
  color : #ffffff;
  background-color : transparent;
}

#sp-site-branding2-2 > .site-title a{
  font-size : 1.8rem;
  font-weight : bold;
  font-style : normal;
  color : #9e140c;
  text-decoration : none;
}

#sp-site-navigation-1{
  font-size : 1.5rem;
  color : #ffffff;
  background-repeat : no-repeat;
  background-size : auto auto,auto auto;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

.button-menu#sp-site-navigation-1 > .menu-toggle{
  background-color : transparent;
  background-image : url(img/image1.PNG);
  background-repeat : no-repeat;
  background-position : left top;
  background-size : auto auto,auto auto;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 45px;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
}

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

#sp-site-navigation-1 > ul > li li > a{
  font-size : 1.3rem;
}

#sp-site-navigation-1 > ul > li li > a:hover{
  background-color : #0a87cb;
}

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

#sp-site-navigation-1 > ul > li > a:hover{
  background-color : #0a87cb;
}

#sp-site-navigation-2{
  font-size : 1.5rem;
  color : #ffffff;
  background-repeat : no-repeat;
  background-size : auto auto,auto auto;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

.button-menu#sp-site-navigation-2 > .menu-toggle{
  background-color : transparent;
  background-image : url(img/image1.PNG);
  background-repeat : no-repeat;
  background-position : left top;
  background-size : auto auto,auto auto;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 45px;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
}

#sp-site-navigation-2 > ul > li li.current_page_item > a{
  background-color : #0a87cb;
}

#sp-site-navigation-2 > ul > li li > a{
  font-size : 1.3rem;
}

#sp-site-navigation-2 > ul > li li > a:hover{
  background-color : #0a87cb;
}

#sp-site-navigation-2 > ul > li.current_page_item > a{
  background-color : #a1a1a1;
}

#sp-site-navigation-2 > ul > li > a:hover{
  background-color : #0a87cb;
}

#sp-site-navigation-3{
  font-size : 1.3rem;
  color : #273859;
  background-color : transparent;
  background-position : left top;
}

.button-menu#sp-site-navigation-3 > .menu-toggle{
  background-color : #0a87cb;
  background-position : center center;
  background-size : auto auto,auto auto;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
}

#sp-site-navigation-3 > ul{
  background-color : transparent;
}

#sp-site-navigation-3 > ul > li li.current_page_item > a{
  background-color : transparent;
}

#sp-site-navigation-3 > ul > li li > a{
  font-size : 1.3rem;
  color : #e1f1f7;
  background-color : transparent;
}

#sp-site-navigation-3 > ul > li li > a:hover{
  color : #2d2d9f;
  background-color : transparent;
}

#sp-site-navigation-3 > ul > li.current_page_item > a{
  background-color : transparent;
}

#sp-site-navigation-3 > ul > li > a{
  font-size : 1.3rem;
  color : #273859;
  background-color : transparent;
  padding-top : 0px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-site-navigation-3 > ul > li > a:hover{
  color : #033567;
  background-color : #acb0b9;
  padding-top : 0px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-site-navigation-4{
  font-size : 1.4rem;
  font-family : "HG明朝B", "HGP明朝B";
  color : #065986;
  background-color : transparent;
  background-position : left top;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

.button-menu#sp-site-navigation-4 > .menu-toggle{
  background-color : #0a87cb;
  background-position : center center;
  background-size : auto auto,auto auto;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
}

#sp-site-navigation-4 > ul{
  background-color : transparent;
}

#sp-site-navigation-4 > ul > li li.current_page_item > a{
  background-color : transparent;
}

#sp-site-navigation-4 > ul > li li > a{
  font-size : 1.3rem;
  color : #065986;
  background-color : transparent;
}

#sp-site-navigation-4 > ul > li li > a:hover{
  background-color : #0a87cb;
}

#sp-site-navigation-4 > ul > li.current_page_item > a{
  background-color : transparent;
}

#sp-site-navigation-4 > ul > li > a{
  font-size : 1.3rem;
  color : #273859;
  background-color : transparent;
}

#sp-site-navigation-4 > ul > li > a:hover{
  color : #51bbf4;
  background-color : transparent;
}

.sp-wp-post-list#sp-wp-post-list-1{
  font-size : 1.5rem;
  background-image : url(img/image7.JPG);
  background-repeat : no-repeat;
  background-position : right center;
  background-size : auto auto,auto auto;
}

.sp-wp-post-list#sp-wp-post-list-1 > ul > li{
  color : #9e140c;
}

.sp-wp-post-list#sp-wp-post-list-1 > ul > li > a:hover{
  color : #9e140c;
}

.sp-wp-post-list#sp-wp-post-list-10 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-11 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-12 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-13 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-14 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-15 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-16 > article > header{
  font-size : 2rem;
  color : #9e140c;
}

.sp-wp-post-list#sp-wp-post-list-17 > article > header{
  font-size : 2rem;
  color : #9e140c;
}

.sp-wp-post-list#sp-wp-post-list-18 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-2 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-20 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-3 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-4 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-5 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-6 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-7 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-8 > article > footer{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-9 > article > footer{
  color : #ffffff;
}

#spb-page-title-2 h1{
  font-size : 2.2rem;
  color : #001a33;
}

#spb-page-title-4 h1{
  font-size : 2.2rem;
  font-weight : bold;
  font-style : normal;
  color : #001a33;
}

#spb-page-title-5 h1{
  font-size : 2.2rem;
  color : #001a33;
}

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

  #sp-block-container-1{
    display : none;
  }

  #sp-block-container-2{
    margin-left : 13px;
    margin-bottom : -16px;
    width : 190px;
    min-height : 19px;
  }

  #sp-block-container-3{
    margin-top : 335px;
    margin-bottom : 0px;
    min-height : 109px;
    display : none;
  }

  #sp-block-container-4{
    margin-top : 0px;
    margin-bottom : 1px;
    width : 745px;
    min-height : 611px;
  }

  #sp-button-1{
    float : none;
    position : absolute;
    top : 251px;
    bottom : auto;
    right : auto;
    left : 447px;
  }

  #sp-button-10{
    display : none;
  }

  #sp-button-11{
    display : none;
  }

  #sp-button-2{
    margin-top : -9px;
    margin-left : 0px;
    margin-right : 30px;
    margin-bottom : 26px;
    width : 112px;
    height : 26px;
    float : left;
    position : relative;
  }

  #sp-button-3{
    margin-top : -28px;
    margin-left : 315px;
    width : 120px;
    height : 26px;
    display : none;
  }

  #sp-button-4{
    margin-top : 20px;
    margin-right : 13px;
    margin-bottom : -1px;
    width : 74px;
    height : 21px;
    float : right;
    clear : none;
    position : relative;
  }

  #sp-button-5{
    margin-top : -1px;
    margin-right : 12px;
    margin-bottom : 0px;
    width : 115px;
    height : 21px;
    float : right;
    clear : none;
    position : relative;
  }

  #sp-button-6{
    width : 50%;
    height : auto;
    display : none;
  }

  #sp-button-7{
    width : 50%;
    height : auto;
    display : none;
  }

  #sp-button-8{
    display : none;
  }

  #sp-button-9{
    margin-top : -12px;
    margin-bottom : -1px;
    width : 172px;
  }

  #sp-image-1{
    display : none;
  }

  #sp-image-10{
    margin-top : -5px;
    margin-right : 10px;
    width : 234px;
    height : 350px;
    float : left;
    display : none;
    position : relative;
  }

  #sp-image-11{
    margin-top : 0px;
    margin-bottom : 0px;
    width : 293px;
    height : 38px;
    float : left;
    position : relative;
  }

  #sp-image-12{
    display : none;
  }

  #sp-image-13{
    margin-bottom : 10px;
    width : 293px;
    height : 30px;
    float : left;
    clear : both;
    display : none;
    position : relative;
  }

  #sp-image-14{
    margin-left : 8px;
    margin-bottom : 15px;
    width : 180px;
    height : 93px;
  }

  #sp-image-15{
    margin-left : 24px;
    margin-bottom : 12px;
    width : 75%;
  }

  #sp-image-16{
    margin-top : -2px;
    margin-left : 24px;
    width : 19%;
    height : auto;
  }

  #sp-image-17{
    margin-top : -45px;
    margin-bottom : 20px;
    width : 1000px;
    height : 18px;
  }

  #sp-image-18{
    display : none;
  }

  #sp-image-19{
    width : 600px;
    height : 24px;
    float : right;
    display : none;
    position : relative;
  }

  #sp-image-2{
    margin-top : -62px;
    margin-left : 0px;
    margin-right : -48px;
    width : 47px;
    height : 78px;
    float : right;
    position : relative;
  }

  #sp-image-20{
    margin-top : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 752px;
    height : 666px;
    float : left;
    clear : none;
    position : relative;
  }

  #sp-image-21{
    margin-top : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 374px;
    height : 662px;
    float : left;
    clear : none;
    display : none;
    position : relative;
  }

  #sp-image-22{
    margin-top : -16px;
    margin-left : 8px;
    margin-right : 0px;
    width : 99px;
    height : 162px;
    float : right;
    position : relative;
  }

  #sp-image-23{
    margin-top : -20px;
    margin-left : 0px;
    margin-right : 2px;
    margin-bottom : 0px;
    width : 290px;
    height : 185px;
    float : right;
    position : relative;
  }

  #sp-image-24{
    margin-top : -10px;
    margin-left : 0px;
    margin-right : 15px;
    margin-bottom : 0px;
    width : 235px;
    height : 147px;
    float : right;
    display : none;
    position : relative;
  }

  #sp-image-25{
    display : none;
  }

  #sp-image-26{
    margin-top : -20px;
    margin-bottom : 4px;
  }

  #sp-image-3{
    margin-bottom : 6px;
    display : none;
  }

  #sp-image-4{
    display : none;
  }

  #sp-image-5{
    display : none;
  }

  #sp-image-6{
    display : none;
  }

  #sp-image-7{
    margin-top : -62px;
    margin-left : 0px;
    margin-right : -48px;
    width : 47px;
    height : 78px;
    float : right;
    position : relative;
  }

  #sp-image-8{
    display : none;
  }

  #sp-image-9{
    margin-top : -30px;
    margin-right : 15px;
    margin-bottom : 30px;
    width : 1000px;
    height : auto;
  }

  #sp-page-title-1{
    margin-bottom : -20px;
  }

  #sp-photo-motion-1{
    margin-top : 8px;
    margin-left : 11px;
    margin-right : 6px;
    margin-bottom : 0px;
    width : 302px;
    height : 202px;
    float : right;
    position : relative;
  }

  #sp-photo-motion-2{
    display : none;
  }

  #sp-site-branding2-1{
    margin-top : 30px;
    margin-left : 0px;
    margin-bottom : -30px;
    width : 1000px;
    min-height : 145px;
    display : none;
  }

  #sp-site-branding2-1 > .extra{
    margin-top : -19px;
    margin-right : 55px;
    margin-bottom : -23px;
    width : 160px;
    min-height : 82px;
    float : none;
    display : none;
    position : absolute;
    top : 55px;
    bottom : auto;
    right : auto;
    left : 785px;
  }

  #sp-site-branding2-1 > .site-description{
    margin-left : -980px;
    height : 36px;
    top : -1px;
    bottom : auto;
    right : auto;
    left : -11px;
  }

  #sp-site-branding2-1 > .site-title{
    margin-top : -71px;
    margin-left : 0px;
    margin-right : 3px;
    width : 300px;
    height : 30px;
    float : right;
    position : relative;
  }

  #sp-site-branding2-2{
    margin-top : 30px;
    margin-left : -450px;
    margin-bottom : 30px;
    width : 1900px;
    min-height : 200px;
  }

  #sp-site-branding2-2 > .extra{
    margin-top : -19px;
    margin-right : 55px;
    margin-bottom : -23px;
    width : 160px;
    min-height : 82px;
    float : none;
    display : none;
    position : absolute;
    top : 55px;
    bottom : auto;
    right : auto;
    left : 785px;
  }

  #sp-site-branding2-2 > .site-description{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 302px;
    height : 23px;
    top : -23px;
    bottom : auto;
    right : auto;
    left : 4px;
  }

  #sp-site-branding2-2 > .site-title{
    margin-top : -112px;
    margin-left : 0px;
    margin-right : -58px;
    width : 297px;
    height : 45px;
    float : right;
    position : relative;
  }

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

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

  #sp-site-navigation-3{
    margin-top : 0px;
    margin-left : 8px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 194px;
    min-height : 118px;
    top : auto;
    bottom : auto;
    right : auto;
    left : auto;
    z-index : 1;
  }

  #sp-site-navigation-3 > ul > li > a{
    text-align : left;
  }

  #sp-site-navigation-4{
    margin-top : 20px;
    margin-left : 0px;
    margin-bottom : 40px;
    width : 200px;
  }

  #sp-site-navigation-4 > ul > li > a{
    text-align : left;
    height : 22px;
    white-space : normal;
  }

  .sp-wp-post-list#sp-wp-post-list-1{
    margin-bottom : 12px;
    min-height : 629px;
  }

  #spb-page-title-2{
    margin-top : 0px;
    margin-bottom : -20px;
    min-height : 36px;
  }

  #spb-page-title-4{
    margin-top : 0px;
    margin-bottom : -20px;
  }

  #spb-page-title-5{
    margin-top : 0px;
    margin-bottom : -20px;
  }
}

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

  #sp-block-container-1{
    margin-top : 2px;
    margin-left : 6px;
    margin-right : 16px;
    margin-bottom : -15px;
    min-height : 27px;
  }

  #sp-block-container-2{
    display : none;
  }

  #sp-block-container-3{
    margin-top : 0px;
    margin-left : 6px;
    margin-right : 6px;
    margin-bottom : 0px;
    min-height : 108px;
  }

  #sp-block-container-4{
    margin-top : 0px;
    margin-bottom : 20px;
    width : 100%;
    min-height : 1151px;
  }

  #sp-button-1{
    display : none;
  }

  #sp-button-10{
    margin-right : 5px;
    float : right;
    position : relative;
  }

  #sp-button-11{
    margin-right : 5px;
    float : right;
    position : relative;
  }

  #sp-button-2{
    margin-left : 10px;
    width : 45%;
    height : auto;
    display : none;
  }

  #sp-button-3{
    margin-top : 0px;
    margin-left : 90px;
    margin-bottom : 14px;
    width : 65%;
    height : auto;
  }

  #sp-button-4{
    display : none;
  }

  #sp-button-5{
    display : none;
  }

  #sp-button-6{
    margin-top : -4px;
    margin-left : 20px;
    margin-right : 8px;
    margin-bottom : 20px;
    width : 40%;
    height : 20px;
    float : left;
    clear : both;
    position : relative;
  }

  #sp-button-7{
    margin-top : -4px;
    margin-left : 8px;
    margin-bottom : 20px;
    width : 40%;
    height : 20px;
    float : left;
    clear : none;
    position : relative;
  }

  #sp-button-8{
    margin-right : 5px;
    float : right;
    position : relative;
  }

  #sp-button-9{
    margin-bottom : -20px;
    width : 40%;
    height : auto;
  }

  #sp-image-10{
    margin-top : 30px;
    margin-left : 0px;
    margin-bottom : 25px;
    width : 100%;
    height : auto;
  }

  #sp-image-11{
    margin-bottom : 10px;
    width : 100%;
    height : auto;
    display : none;
  }

  #sp-image-12{
    margin-top : 30px;
    margin-bottom : 50px;
    width : 100%;
    height : auto;
  }

  #sp-image-13{
    margin-bottom : 12px;
    width : 100%;
    height : auto;
  }

  #sp-image-14{
    display : none;
  }

  #sp-image-15{
    height : auto;
    display : none;
  }

  #sp-image-16{
    height : auto;
    display : none;
  }

  #sp-image-17{
    height : auto;
    display : none;
  }

  #sp-image-18{
    margin-bottom : 15px;
    width : 100%;
    height : auto;
  }

  #sp-image-19{
    margin-top : -10px;
    margin-bottom : 20px;
    width : 100%;
    height : auto;
  }

  #sp-image-2{
    margin-top : -44px;
    margin-left : 12px;
    margin-right : 0px;
    width : 42px;
    height : 66px;
    float : left;
    clear : left;
    display : none;
    position : relative;
  }

  #sp-image-20{
    margin-top : 8px;
    margin-bottom : 0px;
    width : 100%;
    height : auto;
    display : none;
  }

  #sp-image-21{
    margin-top : 8px;
    margin-bottom : 0px;
    width : 100%;
    height : auto;
  }

  #sp-image-22{
    margin-top : 0px;
    margin-left : 6px;
    margin-right : 0px;
    width : 28%;
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-23{
    margin-top : 10px;
    margin-left : 0px;
    margin-bottom : 15px;
    width : 65%;
    height : auto;
    display : none;
  }

  #sp-image-24{
    margin-top : -6px;
    margin-left : 0px;
    margin-bottom : 8px;
    width : 100%;
    height : auto;
  }

  #sp-image-25{
    margin-top : -18px;
    margin-bottom : 4px;
    height : auto;
  }

  #sp-image-26{
    height : auto;
    display : none;
  }

  #sp-image-27{
    height : auto;
    display : none;
  }

  #sp-image-3{
    margin-top : -100px;
    margin-left : 6px;
    margin-right : 7px;
    margin-bottom : 27px;
    width : 97%;
    height : auto;
  }

  #sp-image-4{
    margin-top : 3px;
    margin-left : 0px;
    margin-right : 9px;
    margin-bottom : -12px;
    width : 13%;
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-5{
    margin-top : 3px;
    margin-left : 0px;
    margin-right : 3px;
    margin-bottom : -12px;
    width : 13%;
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-6{
    margin-top : 3px;
    margin-left : 0px;
    margin-right : 3px;
    margin-bottom : -12px;
    width : 13%;
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-7{
    margin-top : -44px;
    margin-left : 12px;
    margin-right : 0px;
    width : 42px;
    height : 66px;
    float : left;
    clear : left;
    display : none;
    position : relative;
  }

  #sp-image-8{
    width : 100%;
    height : auto;
  }

  #sp-image-9{
    margin-top : -67px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 100%;
    height : auto;
    display : none;
    top : auto;
    bottom : auto;
    right : auto;
    left : auto;
    z-index : -1;
  }

  #sp-page-title-1{
    display : none;
  }

  #sp-photo-motion-1{
    display : none;
  }

  #sp-photo-motion-2{
    margin-bottom : 0px;
  }

  #sp-site-branding2-1{
    margin-top : 20px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 15px;
    width : 100%;
    min-height : 1200px;
  }

  #sp-site-branding2-1 > .site-description{
    margin-top : 4px;
    margin-left : -6px;
    width : 100%;
    height : 32px;
    display : none;
    top : 7px;
    bottom : auto;
    right : auto;
    left : 2px;
  }

  #sp-site-branding2-1 > .site-title{
    margin-top : -95px;
    width : 100%;
    height : auto;
  }

  #sp-site-branding2-2{
    margin-top : 0px;
    margin-bottom : 5px;
    width : 100%;
    min-height : 541px;
    display : none;
  }

  #sp-site-branding2-2 > .extra{
    margin-top : 95px;
    margin-bottom : 0px;
    width : 100%;
    min-height : 249px;
    float : right;
    position : relative;
  }

  #sp-site-branding2-2 > .site-description{
    margin-top : 12px;
    margin-left : -2px;
    width : 100%;
    height : auto;
    top : 7px;
    bottom : auto;
    right : auto;
    left : 2px;
  }

  #sp-site-branding2-2 > .site-title{
    margin-top : -63px;
    width : 100%;
    height : auto;
  }

  #sp-site-navigation-1{
    margin-top : 0px;
    margin-left : 14px;
    margin-right : 0px;
    width : 30%;
    min-height : 45px;
    clear : none;
  }

  #sp-site-navigation-1 > ul > li li > a{
    text-align : right;
    width : 327%;
  }

  #sp-site-navigation-1 > ul > li > a{
    text-align : left;
    width : 330%;
  }

  #sp-site-navigation-2{
    margin-top : 0px;
    margin-left : 14px;
    margin-right : 0px;
    width : 30%;
    min-height : 45px;
    clear : none;
  }

  #sp-site-navigation-2 > ul > li li > a{
    text-align : right;
    width : 327%;
  }

  #sp-site-navigation-2 > ul > li > a{
    text-align : left;
    width : 330%;
  }

  #sp-site-navigation-3{
    margin-top : 0px;
    margin-left : 6px;
    width : 30%;
    display : none;
  }

  #sp-site-navigation-3 > ul > li li > a{
    text-align : right;
    width : 327%;
  }

  #sp-site-navigation-3 > ul > li > a{
    text-align : left;
    width : 330%;
  }

  #sp-site-navigation-4{
    margin-top : 0px;
    margin-left : 6px;
    width : 30%;
    display : none;
  }

  #sp-site-navigation-4 > ul > li li > a{
    text-align : right;
    width : 327%;
  }

  #sp-site-navigation-4 > ul > li > a{
    text-align : left;
    width : 330%;
  }

  #spb-page-title-2{
    margin-bottom : -10px;
    width : 100%;
  }

  #spb-page-title-4{
    width : 100%;
  }

  #spb-page-title-5{
    width : 100%;
  }
}