#colophon{
  font-size : 1.2rem;
  color : #ffffff;
  background-color : #2563a6;
}

#colophon a{
  color : #ffffff;
}

#content{
  min-height : 50px;
}

#contenthead{
  background-color : transparent;
  min-height : 0px !important;
}

#masthead{
  font-size : 1.2rem;
  color : #ffffff;
  background-color : #f4f344;
}

#masthead a{
  color : #ffffff;
}

#masthead-inner{
  background-color : #ffd251;
}

#page{
  font-size : 1.4rem;
}

*{
  box-sizing : border-box;
  
}

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

.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-site-branding2 .site-description{
  font-size : 1rem;
  font-weight : normal;
  color : #929292;
}

.sp-site-branding2 > .extra{
  display : none;
}

.sp-site-branding2 > .site-description{
  display : none;
}

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

a:active{
  color : #f36b6a;
  text-decoration : none;
}

a:focus{
  color : #f36b6a;
  text-decoration : none;
}

a:visited{
  color : #f36b6a;
}

a:hover{
  color : #f36b6a;
  text-decoration : none;
}

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 : #333333;
  background-color : #ffd251;
  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;
}

body.home .sp-site-branding2 > .extra{
  display : block;
}

body.home .sp-site-branding2 > .site-description{
  display : block;
}

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-left : 1000px;
    padding-right : 1000px;
    margin-top : 0px;
    margin-left : -1000px;
    margin-right : -1000px;
    margin-bottom : 0px;
  }

  #colophon .sp-site-navigation{
    padding-left : 1000px;
    padding-right : 1000px;
    margin-left : -1000px;
    margin-right : -1000px;
  }

  #colophon-inner{
    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 : 1000px;
    box-sizing : content-box;
  }

  #content{
    min-height : 50px;
    position : relative;
  }

  #contenthead{
    position : static;
  }

  #contenthead > a{
    margin-left : -100%;
    margin-right : -100%;
  }

  #main{
    background-color : #ffd251;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1000px;
    position : static;
    box-sizing : content-box;
  }

  #main-inner{
    float : left;
  }

  #main-inner #contenthead{
    overflow : hidden;
  }

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

  #masthead{
    padding-left : 1000px;
    padding-right : 1000px;
    margin-top : 0px;
    margin-left : -1000px;
    margin-right : -1000px;
    margin-bottom : 0px;
  }

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

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

  #primary{
    float : right;
  }

  #sidebar2 {
  }

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

  #contenthead{
    width : 1000px;
  }

  #main-inner{
    margin-top : 40px;
    width : 670px;
  }

  #primary{
    width : 100%;
  }

  #sidebar2{
    margin-top : 40px;
    width : 280px;
    float : right;
  }

  .sp-site-branding2 > .extra{
    padding-left : 1000px;
    padding-right : 1000px;
    margin-left : -1000px;
    margin-right : -1000px;
    width : 300%;
    bottom : -655px;
    right : 0px;
  }

  .sp-site-branding2 > .site-description{
    padding-left : 1000px;
    padding-right : 1000px;
    margin-left : -1000px;
    margin-right : -1000px;
    width : 300%;
    bottom : -601px;
    right : 0px;
  }

  body.home #main-inner{
    margin-top : 195px;
  }

  body.home #sidebar2{
    margin-top : 195px;
  }
}

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

  #content{
    padding-left : 10px;
    padding-right : 10px;
    margin-top : 20px;
    min-height : 50px;
  }

  #sidebar1{
    margin-top : 10px;
  }

  #sidebar2{
    margin-top : 10px;
  }

  *{
    box-sizing : border-box;
  }

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

  body.home #content{
    margin-top : 150px;
  }

  embed{
    max-width : 100%;
  }
}

#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-2, #sp-image-3, #sp-image-4, #sp-image-5, #sp-image-6, #sp-image-7, #sp-image-8, #sp-image-9{
  max-width : 100%;
}

#sp-button-10, #sp-button-11, #sp-button-8, #sp-button-9{
  margin-bottom : 2px;
  width : 120px;
}

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

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

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

#sp-button-12, #sp-button-3, #sp-button-5, #sp-button-7{
  margin-bottom : 6px;
  width : 120px;
}

#sp-button-12 > a, #sp-button-3 > a, #sp-button-5 > a, #sp-button-7 > a{
  font-size : 1.4rem;
  font-family : Arial, Helvetica, sans-serif;
  font-weight : normal;
  color : #ffffff;
  background-color : #ff864b;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-decoration : none;
  text-align : center;
  padding-top : 5px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 2px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffae86;
  border-left-color : #ffae86;
  border-right-color : #ffae86;
  border-bottom-color : #ffae86;
  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 4px 0px #d5591c;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-12 > a:active, #sp-button-3 > a:active, #sp-button-5 > a:active, #sp-button-7 > a:active{
  box-shadow : 0px 2px 0px #d5591c;
  position : relative;
  top : 2px;
}

#sp-button-12 > a:hover, #sp-button-3 > a:hover, #sp-button-5 > a:hover, #sp-button-7 > a:hover{
  background-color : #ff783b;
}

#sp-button-2, #sp-button-4, #sp-button-6{
  margin-bottom : 6px;
  width : 120px;
}

#sp-button-2 > a, #sp-button-4 > a, #sp-button-6 > a{
  font-size : 1.4rem;
  font-weight : normal;
  color : #005a0f;
  background-color : #25bf3f;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-decoration : none;
  text-align : center;
  padding-top : 5px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 2px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #41c65a;
  border-left-color : #41c65a;
  border-right-color : #41c65a;
  border-bottom-color : #41c65a;
  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 4px 0px #0a871e;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-2 > a:active, #sp-button-4 > a:active, #sp-button-6 > a:active{
  box-shadow : 0px 2px 0px #00af1e;
  position : relative;
  top : 2px;
}

#sp-button-2 > a:hover, #sp-button-4 > a:hover, #sp-button-6 > a:hover{
  background-color : #00af1e;
}

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

#sp-button-1 > a{
  font-size : 1.4rem;
  font-weight : normal;
  color : #ffffff;
  background-color : #e8235b;
  text-decoration : none;
  text-align : center;
  padding-top : 6px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 6px;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-1 > a:active{
  background-color : #ff4076;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  top : 1px;
}

#sp-button-1 > a:hover{
  background-color : #ff4076;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

#sp-button-13{
  margin-bottom : 6px;
  width : 120px;
}

#sp-button-13 > a{
  font-size : 1.4rem;
  font-weight : normal;
  color : #ffffff;
  background-color : #5c75fb;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-decoration : none;
  text-align : center;
  padding-top : 5px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 2px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #7d91fb;
  border-left-color : #7d91fb;
  border-right-color : #7d91fb;
  border-bottom-color : #7d91fb;
  box-shadow : 0px 4px 0px #4557bb;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-13 > a:active{
  box-shadow : 0px 2px 0px #4557bb;
  position : relative;
  top : 2px;
}

#sp-button-13 > a:hover{
  background-color : #4c68ff;
}

#sp-site-branding2-1{
  padding-top : 0px;
  position : static;
}

#sp-site-branding2-1 .extra{
  background-color : #f5f5f5;
  text-align : center;
  position : static;
}

#sp-site-branding2-1 .extra > p{
  font-size : 1.2rem;
  color : #333333;
  text-align : center;
}

#sp-site-branding2-1 .site-description{
  color : #333333;
  background-color : #f5f5f5;
  text-align : center;
  margin-bottom : 0px;
  position : static;
}

#sp-site-branding2-1 .site-title{
  background-image : url(img/site-title.png);
  background-repeat : no-repeat;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 242px;
  height : 27px;
}

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

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

  #sp-site-branding2-1{
    min-height : 66px;
  }

  #sp-site-branding2-1 .extra{
    padding-top : 10px;
    padding-bottom : 40px;
    position : absolute;
    z-index : 10;
  }

  #sp-site-branding2-1 .extra > p{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    display : inline-block;
  }

  #sp-site-branding2-1 .site-description{
    font-size : 1.4rem;
    padding-top : 40px;
    padding-bottom : 40px;
    position : absolute;
    top : auto;
    z-index : 10;
  }

  #sp-site-branding2-1 .site-title{
    margin-top : 20px;
    z-index : 10;
  }
}

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

  #sp-site-branding2-1{
    padding-top : 20px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 20px;
  }

  #sp-site-branding2-1 .extra{
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    width : 100%;
    position : absolute;
    bottom : -240px;
    right : 0px;
    left : 0px;
  }

  #sp-site-branding2-1 .extra > p{
    padding-left : 0px;
    padding-right : 0px;
  }

  #sp-site-branding2-1 .site-description{
    font-size : 1.4rem;
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    width : 100%;
    position : absolute;
    bottom : -196px;
    right : 0px;
    left : 0px;
  }

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

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

  #sp-site-navigation-1{
    background-color : #3874b4;
  }

  #sp-site-navigation-1 ul ul{
    margin-left : 0px;
  }

  #sp-site-navigation-1 ul ul li {
  }

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

  #sp-site-navigation-1 ul ul li > a{
    color : #333333;
    background-color : #dedede;
  }

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

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

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

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

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

  #sp-site-navigation-1 > ul{
    font-size : 1.2rem;
    float : right;
  }

  #sp-site-navigation-1> ul> li {
  }

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

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

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

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

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

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

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

  #sp-site-navigation-1{
    font-size : 1.2rem;
    font-weight : bold;
    background-color : #3874b4;
    margin-top : 0px;
    margin-bottom : 0px;
    border-top-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-bottom-color : initial;
  }

  #sp-site-navigation-1 .menu-toggle{
    background-color : #3874b4;
    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{
    color : #ffffff;
    background-color : #3874b4;
  }

  #sp-site-navigation-1 li > a:hover{
    color : #ffffff;
    background-color : #3874b4;
  }

  #sp-site-navigation-1 ul li > a{
    font-weight : bold;
    color : #333333;
    background-color : #ffffff;
    text-decoration : none;
    text-align : center;
    padding-top : 0.5em;
    padding-left : 0.5em;
    padding-right : 0.5em;
    padding-bottom : 0.5em;
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : #3874b4;
  }

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

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

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

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

#breadcrumb-list{
  font-size : 1rem;
  color : #333333;
  background-color : #f5f5f5;
  margin-top : 0px;
  box-sizing : border-box;
}

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

#breadcrumb-list div{
  padding-bottom : 0px;
  margin-top : 0px;
  display : inline-block;
}

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

  #breadcrumb-list{
    padding-top : 1em;
    padding-left : 1000px;
    padding-right : 1000px;
    padding-bottom : 1em;
    margin-left : -1000px;
    margin-right : -1000px;
  }
}

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

  #breadcrumb-list{
    padding-top : 1em;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 1em;
  }
}

.page-access#content #page-content, .page-contact#content #page-content, .page-entrance#content #page-content, .page-guide#content #page-content, .page-recruit#content #page-content, .page-service#content #page-content, .page-toppage#content #page-content, #sp-block-container-12, #sp-block-container-14, #sp-block-container-16, #sp-block-container-18, #sp-block-container-21, #sp-block-container-5, #spb-block-container-1{
  background-color : #f5f5f5;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  margin-bottom : 1.5em;
}

.page-access#content #page-content > blockquote, .page-contact#content #page-content > blockquote, .page-entrance#content #page-content > blockquote, .page-guide#content #page-content > blockquote, .page-recruit#content #page-content > blockquote, .page-service#content #page-content > blockquote, .page-toppage#content #page-content > blockquote, #sp-block-container-12 > blockquote, #sp-block-container-14 > blockquote, #sp-block-container-16 > blockquote, #sp-block-container-18 > blockquote, #sp-block-container-21 > blockquote, #sp-block-container-5 > blockquote, #spb-block-container-1 > blockquote{
  background-color : #eeeeee;
  padding-top : 1.5em;
  padding-left : 1.5em;
  padding-right : 1.5em;
  padding-bottom : 1.5em;
  margin-bottom : 1.5em;
}

.page-access#content #page-content > blockquote > *:last-child, .page-contact#content #page-content > blockquote > *:last-child, .page-entrance#content #page-content > blockquote > *:last-child, .page-guide#content #page-content > blockquote > *:last-child, .page-recruit#content #page-content > blockquote > *:last-child, .page-service#content #page-content > blockquote > *:last-child, .page-toppage#content #page-content > blockquote > *:last-child, #sp-block-container-12 > blockquote > *:last-child, #sp-block-container-14 > blockquote > *:last-child, #sp-block-container-16 > blockquote > *:last-child, #sp-block-container-18 > blockquote > *:last-child, #sp-block-container-21 > blockquote > *:last-child, #sp-block-container-5 > blockquote > *:last-child, #spb-block-container-1 > blockquote > *:last-child{
  margin-bottom : 0px;
}

.page-access#content #page-content > h1, .page-contact#content #page-content > h1, .page-entrance#content #page-content > h1, .page-guide#content #page-content > h1, .page-recruit#content #page-content > h1, .page-service#content #page-content > h1, .page-toppage#content #page-content > h1, #sp-block-container-12 > h1, #sp-block-container-14 > h1, #sp-block-container-16 > h1, #sp-block-container-18 > h1, #sp-block-container-21 > h1, #sp-block-container-5 > h1, #spb-block-container-1 > h1{
  font-size : 1.8rem;
  font-weight : bold;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-access#content #page-content > h2, .page-contact#content #page-content > h2, .page-entrance#content #page-content > h2, .page-guide#content #page-content > h2, .page-recruit#content #page-content > h2, .page-service#content #page-content > h2, .page-toppage#content #page-content > h2, #sp-block-container-12 > h2, #sp-block-container-14 > h2, #sp-block-container-16 > h2, #sp-block-container-18 > h2, #sp-block-container-21 > h2, #sp-block-container-5 > h2, #spb-block-container-1 > h2{
  font-size : 1.8rem;
  font-weight : bold;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-access#content #page-content > h3, .page-contact#content #page-content > h3, .page-entrance#content #page-content > h3, .page-guide#content #page-content > h3, .page-recruit#content #page-content > h3, .page-service#content #page-content > h3, .page-toppage#content #page-content > h3, #sp-block-container-12 > h3, #sp-block-container-14 > h3, #sp-block-container-16 > h3, #sp-block-container-18 > h3, #sp-block-container-21 > h3, #sp-block-container-5 > h3, #spb-block-container-1 > h3{
  font-size : 1.6rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-access#content #page-content > h4, .page-contact#content #page-content > h4, .page-entrance#content #page-content > h4, .page-guide#content #page-content > h4, .page-recruit#content #page-content > h4, .page-service#content #page-content > h4, .page-toppage#content #page-content > h4, #sp-block-container-12 > h4, #sp-block-container-14 > h4, #sp-block-container-16 > h4, #sp-block-container-18 > h4, #sp-block-container-21 > h4, #sp-block-container-5 > h4, #spb-block-container-1 > h4{
  font-size : 1.5rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-access#content #page-content > h5, .page-contact#content #page-content > h5, .page-entrance#content #page-content > h5, .page-guide#content #page-content > h5, .page-recruit#content #page-content > h5, .page-service#content #page-content > h5, .page-toppage#content #page-content > h5, #sp-block-container-12 > h5, #sp-block-container-14 > h5, #sp-block-container-16 > h5, #sp-block-container-18 > h5, #sp-block-container-21 > h5, #sp-block-container-5 > h5, #spb-block-container-1 > h5{
  font-size : 1.4rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-access#content #page-content > h6, .page-contact#content #page-content > h6, .page-entrance#content #page-content > h6, .page-guide#content #page-content > h6, .page-recruit#content #page-content > h6, .page-service#content #page-content > h6, .page-toppage#content #page-content > h6, #sp-block-container-12 > h6, #sp-block-container-14 > h6, #sp-block-container-16 > h6, #sp-block-container-18 > h6, #sp-block-container-21 > h6, #sp-block-container-5 > h6, #spb-block-container-1 > h6{
  font-size : 1.3rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-access#content #page-content > hr, .page-contact#content #page-content > hr, .page-entrance#content #page-content > hr, .page-guide#content #page-content > hr, .page-recruit#content #page-content > hr, .page-service#content #page-content > hr, .page-toppage#content #page-content > hr, #sp-block-container-12 > hr, #sp-block-container-14 > hr, #sp-block-container-16 > hr, #sp-block-container-18 > hr, #sp-block-container-21 > hr, #sp-block-container-5 > hr, #spb-block-container-1 > hr{
  margin-bottom : 1.5em;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #d5d5d5;
}

.page-access#content #page-content > ins, .page-contact#content #page-content > ins, .page-entrance#content #page-content > ins, .page-guide#content #page-content > ins, .page-recruit#content #page-content > ins, .page-service#content #page-content > ins, .page-toppage#content #page-content > ins, #sp-block-container-12 > ins, #sp-block-container-14 > ins, #sp-block-container-16 > ins, #sp-block-container-18 > ins, #sp-block-container-21 > ins, #sp-block-container-5 > ins, #spb-block-container-1 > ins{
  background-color : #fff9c0;
  text-decoration : none;
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
}

.page-access#content #page-content > ol, .page-contact#content #page-content > ol, .page-entrance#content #page-content > ol, .page-guide#content #page-content > ol, .page-recruit#content #page-content > ol, .page-service#content #page-content > ol, .page-toppage#content #page-content > ol, #sp-block-container-12 > ol, #sp-block-container-14 > ol, #sp-block-container-16 > ol, #sp-block-container-18 > ol, #sp-block-container-21 > ol, #sp-block-container-5 > ol, #spb-block-container-1 > 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-access#content #page-content > ol ol, .page-contact#content #page-content > ol ol, .page-entrance#content #page-content > ol ol, .page-guide#content #page-content > ol ol, .page-recruit#content #page-content > ol ol, .page-service#content #page-content > ol ol, .page-toppage#content #page-content > ol ol, #sp-block-container-12 > ol ol, #sp-block-container-14 > ol ol, #sp-block-container-16 > ol ol, #sp-block-container-18 > ol ol, #sp-block-container-21 > ol ol, #sp-block-container-5 > ol ol, #spb-block-container-1 > ol ol{
  margin-bottom : 0px;
}

.page-access#content #page-content > p, .page-contact#content #page-content > p, .page-entrance#content #page-content > p, .page-guide#content #page-content > p, .page-recruit#content #page-content > p, .page-service#content #page-content > p, .page-toppage#content #page-content > p, #sp-block-container-12 > p, #sp-block-container-14 > p, #sp-block-container-16 > p, #sp-block-container-18 > p, #sp-block-container-21 > p, #sp-block-container-5 > p, #spb-block-container-1 > p{
  margin-top : 0px;
  margin-bottom : 1.5em;
}

.page-access#content #page-content > pre, .page-contact#content #page-content > pre, .page-entrance#content #page-content > pre, .page-guide#content #page-content > pre, .page-recruit#content #page-content > pre, .page-service#content #page-content > pre, .page-toppage#content #page-content > pre, #sp-block-container-12 > pre, #sp-block-container-14 > pre, #sp-block-container-16 > pre, #sp-block-container-18 > pre, #sp-block-container-21 > pre, #sp-block-container-5 > pre, #spb-block-container-1 > pre{
  background-color : #eeeeee;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  overflow : auto;
  word-wrap : normal;
}

#sp-block-container-10 > .large, #sp-block-container-11 > .large, #sp-block-container-13 > .large, #sp-block-container-15 > .large, #sp-block-container-17 > .large, #sp-block-container-19 > .large, #sp-block-container-20 > .large, #sp-block-container-3 > .large, #sp-block-container-6 > .large, #sp-block-container-7 > .large, #sp-block-container-8 > .large, #sp-block-container-9 > .large{
  font-size : 1.2em;
}

#sp-block-container-10 > .medium, #sp-block-container-11 > .medium, #sp-block-container-13 > .medium, #sp-block-container-15 > .medium, #sp-block-container-17 > .medium, #sp-block-container-19 > .medium, #sp-block-container-20 > .medium, #sp-block-container-3 > .medium, #sp-block-container-6 > .medium, #sp-block-container-7 > .medium, #sp-block-container-8 > .medium, #sp-block-container-9 > .medium{
  font-size : 1em;
}

#sp-block-container-10 > .small, #sp-block-container-11 > .small, #sp-block-container-13 > .small, #sp-block-container-15 > .small, #sp-block-container-17 > .small, #sp-block-container-19 > .small, #sp-block-container-20 > .small, #sp-block-container-3 > .small, #sp-block-container-6 > .small, #sp-block-container-7 > .small, #sp-block-container-8 > .small, #sp-block-container-9 > .small{
  font-size : 0.9em;
}

#sp-block-container-10 > .x-large, #sp-block-container-11 > .x-large, #sp-block-container-13 > .x-large, #sp-block-container-15 > .x-large, #sp-block-container-17 > .x-large, #sp-block-container-19 > .x-large, #sp-block-container-20 > .x-large, #sp-block-container-3 > .x-large, #sp-block-container-6 > .x-large, #sp-block-container-7 > .x-large, #sp-block-container-8 > .x-large, #sp-block-container-9 > .x-large{
  font-size : 1.8em;
}

#sp-block-container-10 > .x-small, #sp-block-container-11 > .x-small, #sp-block-container-13 > .x-small, #sp-block-container-15 > .x-small, #sp-block-container-17 > .x-small, #sp-block-container-19 > .x-small, #sp-block-container-20 > .x-small, #sp-block-container-3 > .x-small, #sp-block-container-6 > .x-small, #sp-block-container-7 > .x-small, #sp-block-container-8 > .x-small, #sp-block-container-9 > .x-small{
  font-size : 0.8em;
}

#sp-block-container-10 > .xx-large, #sp-block-container-11 > .xx-large, #sp-block-container-13 > .xx-large, #sp-block-container-15 > .xx-large, #sp-block-container-17 > .xx-large, #sp-block-container-19 > .xx-large, #sp-block-container-20 > .xx-large, #sp-block-container-3 > .xx-large, #sp-block-container-6 > .xx-large, #sp-block-container-7 > .xx-large, #sp-block-container-8 > .xx-large, #sp-block-container-9 > .xx-large{
  font-size : 2em;
}

#sp-block-container-10 > .xx-small, #sp-block-container-11 > .xx-small, #sp-block-container-13 > .xx-small, #sp-block-container-15 > .xx-small, #sp-block-container-17 > .xx-small, #sp-block-container-19 > .xx-small, #sp-block-container-20 > .xx-small, #sp-block-container-3 > .xx-small, #sp-block-container-6 > .xx-small, #sp-block-container-7 > .xx-small, #sp-block-container-8 > .xx-small, #sp-block-container-9 > .xx-small{
  font-size : 0.7em;
}

#sp-block-container-10 > em, #sp-block-container-11 > em, #sp-block-container-13 > em, #sp-block-container-15 > em, #sp-block-container-17 > em, #sp-block-container-19 > em, #sp-block-container-20 > em, #sp-block-container-3 > em, #sp-block-container-6 > em, #sp-block-container-7 > em, #sp-block-container-8 > em, #sp-block-container-9 > em{
  font-style : oblique;
  color : #00a47f;
}

#sp-block-container-10 > h1, #sp-block-container-11 > h1, #sp-block-container-13 > h1, #sp-block-container-15 > h1, #sp-block-container-17 > h1, #sp-block-container-19 > h1, #sp-block-container-20 > h1, #sp-block-container-3 > h1, #sp-block-container-6 > h1, #sp-block-container-7 > h1, #sp-block-container-8 > h1, #sp-block-container-9 > h1{
  color : #ffffff;
  background-color : #00a453;
  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 : 13px;
  padding-right : 0px;
  padding-bottom : 11px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

#sp-block-container-10 > h2, #sp-block-container-11 > h2, #sp-block-container-13 > h2, #sp-block-container-15 > h2, #sp-block-container-17 > h2, #sp-block-container-19 > h2, #sp-block-container-20 > h2, #sp-block-container-3 > h2, #sp-block-container-6 > h2, #sp-block-container-7 > h2, #sp-block-container-8 > h2, #sp-block-container-9 > h2{
  color : #ffffff;
  background-color : #00a47f;
  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 : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

#sp-block-container-10 > h3, #sp-block-container-11 > h3, #sp-block-container-13 > h3, #sp-block-container-15 > h3, #sp-block-container-17 > h3, #sp-block-container-19 > h3, #sp-block-container-20 > h3, #sp-block-container-3 > h3, #sp-block-container-6 > h3, #sp-block-container-7 > h3, #sp-block-container-8 > h3, #sp-block-container-9 > h3{
  font-size : 1.3em;
  color : #ffffff;
  background-color : #10bf97;
  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 : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  clear : both;
}

#sp-block-container-10 > h4, #sp-block-container-11 > h4, #sp-block-container-13 > h4, #sp-block-container-15 > h4, #sp-block-container-17 > h4, #sp-block-container-19 > h4, #sp-block-container-20 > h4, #sp-block-container-3 > h4, #sp-block-container-6 > h4, #sp-block-container-7 > h4, #sp-block-container-8 > h4, #sp-block-container-9 > h4{
  font-size : 1.2em;
  color : #ffffff;
  background-color : #46ccb2;
  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 : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  clear : both;
}

#sp-block-container-10 > h5, #sp-block-container-11 > h5, #sp-block-container-13 > h5, #sp-block-container-15 > h5, #sp-block-container-17 > h5, #sp-block-container-19 > h5, #sp-block-container-20 > h5, #sp-block-container-3 > h5, #sp-block-container-6 > h5, #sp-block-container-7 > h5, #sp-block-container-8 > h5, #sp-block-container-9 > h5{
  font-size : 1em;
  color : #ffffff;
  background-color : #6ad4bf;
  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 : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  clear : both;
}

#sp-block-container-10 > h6, #sp-block-container-11 > h6, #sp-block-container-13 > h6, #sp-block-container-15 > h6, #sp-block-container-17 > h6, #sp-block-container-19 > h6, #sp-block-container-20 > h6, #sp-block-container-3 > h6, #sp-block-container-6 > h6, #sp-block-container-7 > h6, #sp-block-container-8 > h6, #sp-block-container-9 > h6{
  font-size : 1em;
  color : #ffffff;
  background-color : #6ad4bf;
  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 : 3px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 3px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

#sp-block-container-10 > p, #sp-block-container-11 > p, #sp-block-container-13 > p, #sp-block-container-15 > p, #sp-block-container-17 > p, #sp-block-container-19 > p, #sp-block-container-20 > p, #sp-block-container-3 > p, #sp-block-container-6 > p, #sp-block-container-7 > p, #sp-block-container-8 > p, #sp-block-container-9 > p{
  line-height : 1.6;
  color : #515151;
  text-align : left;
  margin-top : 1em;
  margin-left : 3em;
  margin-right : 3em;
  margin-bottom : 1em;
}

#sp-block-container-10 > p.indent, #sp-block-container-11 > p.indent, #sp-block-container-13 > p.indent, #sp-block-container-15 > p.indent, #sp-block-container-17 > p.indent, #sp-block-container-19 > p.indent, #sp-block-container-20 > p.indent, #sp-block-container-3 > p.indent, #sp-block-container-6 > p.indent, #sp-block-container-7 > p.indent, #sp-block-container-8 > p.indent, #sp-block-container-9 > p.indent{
  padding-left : 15px;
}

#sp-block-container-10 > strong, #sp-block-container-11 > strong, #sp-block-container-13 > strong, #sp-block-container-15 > strong, #sp-block-container-17 > strong, #sp-block-container-19 > strong, #sp-block-container-20 > strong, #sp-block-container-3 > strong, #sp-block-container-6 > strong, #sp-block-container-7 > strong, #sp-block-container-8 > strong, #sp-block-container-9 > strong{
  font-weight : bold;
  color : #515151;
  background-color : #6ad4bf;
  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;
}

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

  #sp-site-navigation-2{
    background-color : #2563a6;
    text-align : left;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

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

  #sp-site-navigation-2 > ul{
    font-size : 1.2rem;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

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

  #sp-site-navigation-2 > ul > li.current-menu-ancestor > a{
    color : #b2cae3;
    background-color : transparent;
    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 : underline;
  }

  #sp-site-navigation-2 > ul > li.current-menu-item > a{
    color : #b2cae3;
    background-color : transparent;
    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 : underline;
  }

  #sp-site-navigation-2 > ul > li.current_page_ancestor > a{
    color : #b2cae3;
    background-color : transparent;
    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 : underline;
  }

  #sp-site-navigation-2 > ul > li.current_page_item > a{
    color : #b2cae3;
    background-color : transparent;
    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 : underline;
  }

  #sp-site-navigation-2 > ul > li::after{
    color : #b2cae3;
    margin-left : 16px;
    margin-right : 20px;
    content : "/";
  }

  #sp-site-navigation-2 > ul > li > a{
    line-height : 1;
    color : #b2cae3;
    text-decoration : none;
    vertical-align : middle;
    padding-top : 29px;
    padding-left : 0.5em;
    padding-right : 0.5em;
    padding-bottom : 29px;
    display : inline-block;
  }

  #sp-site-navigation-2 > ul > li > a:hover{
    color : #b2cae3;
    background-color : transparent;
    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 : underline;
  }
}

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

  #sp-site-navigation-2{
    font-size : 1.2rem;
    font-weight : bold;
    background-color : #3874b4;
    margin-top : 0px;
    margin-bottom : 0px;
    border-top-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-bottom-color : initial;
  }

  #sp-site-navigation-2 .menu-toggle{
    background-color : #3874b4;
    background-image : url(img/icon-menu-toggle.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -9999px;
  }

  #sp-site-navigation-2 li > a:active{
    color : #ffffff;
    background-color : #5b8fc6;
  }

  #sp-site-navigation-2 li > a:hover{
    color : #ffffff;
    background-color : #5b8fc6;
  }

  #sp-site-navigation-2 ul li > a{
    font-weight : bold;
    color : #ffffff;
    background-color : #3874b4;
    text-decoration : none;
    text-align : center;
    padding-top : 0.5em;
    padding-left : 0.5em;
    padding-right : 0.5em;
    padding-bottom : 0.5em;
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : #ffffff;
  }

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

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

  #sp-site-navigation-2 > ul li.current_page_ancestor > a{
    color : #ffffff;
    background-color : #5b8fc6;
  }

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

#sp-definition-list-1, #sp-definition-list-2{
  margin-bottom : 1.5em;
}

#sp-definition-list-1 > dd, #sp-definition-list-2 > dd{
  margin-top : 0px;
  margin-left : 1.5em;
  margin-right : 1.5em;
  margin-bottom : 3em;
}

#sp-definition-list-1 > dt, #sp-definition-list-2 > dt{
  font-weight : normal;
  padding-top : 0.2em;
  padding-left : 1em;
  margin-bottom : 0.5em;
  border-left-width : 6px;
  border-left-style : solid;
  border-left-color : #2563a6;
}

#sp-block-container-1, #sp-block-container-2{
  color : white;
  background-color : #5b8fc6;
}

#sp-block-container-1 .copyright, #sp-block-container-2 .copyright{
  color : #ffffff;
  text-align : center;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

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

  #sp-block-container-1, #sp-block-container-2{
    padding-top : 25px;
    padding-left : 1000px;
    padding-right : 1000px;
    padding-bottom : 25px;
    margin-top : 0px;
    margin-left : -1000px;
    margin-right : -1000px;
    margin-bottom : 0px;
  }
}

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

  #sp-block-container-1, #sp-block-container-2{
    padding-top : 1em;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 1em;
  }
}

#sp-page-title-1, #sp-page-title-2, #sp-page-title-3, #sp-page-title-4, #sp-page-title-5{
  background-color : #3874b4;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
}

#sp-page-title-1 h1, #sp-page-title-2 h1, #sp-page-title-3 h1, #sp-page-title-4 h1, #sp-page-title-5 h1{
  font-size : 1.8rem;
  font-weight : bold;
  color : #ffffff;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-block-container-4 .large{
  font-size : 1.2em;
}

#sp-block-container-4 .medium{
  font-size : 1em;
}

#sp-block-container-4 .small{
  font-size : 0.9em;
}

#sp-block-container-4 .x-large{
  font-size : 1.5em;
}

#sp-block-container-4 .x-small{
  font-size : 0.8em;
}

#sp-block-container-4 .xx-large{
  font-size : 2em;
}

#sp-block-container-4 .xx-small{
  font-size : 0.7em;
}

#sp-block-container-4 em{
  font-style : oblique;
  color : #777777;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #777777;
}

#sp-block-container-4 h1{
  color : #777777;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #777777;
}

#sp-block-container-4 h2{
  color : #777777;
  border-bottom-width : 1px;
  border-bottom-style : dashed;
  border-bottom-color : #777777;
}

#sp-block-container-4 h3{
  color : #777777;
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 5px;
  border-top-width : 2px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dashed;
  border-top-color : #777777;
  border-bottom-color : #777777;
}

#sp-block-container-4 h4{
  font-size : 1.3em;
  line-height : 1.2;
  color : #777777;
  text-align : left;
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 2px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #777777;
  clear : both;
}

#sp-block-container-4 h5{
  font-size : 1.08em;
  line-height : 1.2;
  color : #777777;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #777777;
  clear : both;
}

#sp-block-container-4 h6{
  font-size : 1em;
  color : #777777;
}

#sp-block-container-4 p{
  line-height : 1.4;
  color : #777777;
  text-align : left;
  margin-top : 0.5em;
  margin-left : 1em;
  margin-right : 1em;
  margin-bottom : 0.5em;
}

#sp-block-container-4 p.indent{
  padding-left : 15px;
}

#sp-block-container-4 strong{
  font-weight : bold;
  color : #777777;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #777777;
}

.page-guide#content #page-content{
  background-color : #ffd251;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

.page-guide#content #page-content > h1{
  font-family : "けいふぉんと";
}

.page-toppage#content #page-content{
  background-color : transparent;
  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;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

.page-toppage#content #page-content > p{
  font-family : "M PLUS 1 SemiBold", "さわらびゴシック", "こども丸ゴシック", "けいふぉんと", "あずきフォントP";
  font-weight : normal;
  color : #ff8300;
}

#sp-block-container-1{
  font-size : 2.1rem;
  font-family : "M PLUS 1 ExtraBold", "ＫＦひま字", "けいふぉんと", "こども丸ゴシック", "しあさって", "マメロン 5 Hi Regular", "Yu Gothic UI Semibold", "いろはマル Medium", "いろはマル Regular", "コーポレート・ロゴ（ラウンド）ver3 Bold", "せのびゴシック Bold", "なごみ極細ゴシック ExtraLight", "ほのか新アンティーク丸", "メイリオ", "ロンド B スクエア", "07鉄瓶ゴシック", "源暎ゴシックN Bold", "昔々ふぉんと", "ぼくたちのゴシック２ボールド", "フォントポにほんご";
  color : #ed3f8d;
  background-color : #ffd251;
}

#sp-block-container-10{
  font-family : "M PLUS 1 ExtraBold", "M PLUS 1 Black";
  background-position : left top;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 10px;
}

#sp-block-container-10 > h3{
  padding-top : 6px;
  padding-left : 15px;
  padding-right : 0px;
  padding-bottom : 7px;
}

#sp-block-container-10 > p{
  font-size : 2.5rem;
  font-family : "M PLUS 1";
  color : #ffffff;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-block-container-11{
  font-family : "M PLUS 1 ExtraBold", "M PLUS 1 Black";
  background-position : left top;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 10px;
}

#sp-block-container-11 > h3{
  padding-top : 6px;
  padding-left : 15px;
  padding-right : 0px;
  padding-bottom : 7px;
}

#sp-block-container-11 > p{
  font-size : 2.5rem;
  font-family : "M PLUS 1";
  color : #ffffff;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-block-container-12{
  font-size : 1.4rem;
  font-family : "M PLUS 1 Medium";
  color : #0000a0;
  background-color : #fcfcc7;
  padding-top : 25px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 2px;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

#sp-block-container-12 > h1{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 3px;
  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 : #cccccc;
}

#sp-block-container-12 > p{
  font-size : 1.4rem;
  font-family : "けいふぉんと", "M PLUS 1 Medium";
  color : #0000a0;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 5px;
  border-bottom-width : 5px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #ffa6aa;
  border-left-color : #ffa6aa;
  border-right-color : #ffa6aa;
  border-bottom-color : #ffe495;
}

#sp-block-container-13{
  font-family : "M PLUS 1 ExtraBold", "M PLUS 1 Black";
  background-position : left top;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 10px;
}

#sp-block-container-13 > h3{
  padding-top : 6px;
  padding-left : 15px;
  padding-right : 0px;
  padding-bottom : 7px;
}

#sp-block-container-13 > p{
  font-size : 2.5rem;
  font-family : "M PLUS 1";
  color : #ffffff;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-block-container-14{
  font-size : 1.4rem;
  font-family : "M PLUS 1 Medium";
  color : #0000a0;
  background-color : #fcfcc7;
  padding-top : 25px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 2px;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

#sp-block-container-14 > h1{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 3px;
  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 : #cccccc;
}

#sp-block-container-14 > p{
  font-size : 1.4rem;
  font-family : "けいふぉんと", "M PLUS 1 Medium";
  color : #0000a0;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 5px;
  border-bottom-width : 5px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #ffa6aa;
  border-left-color : #ffa6aa;
  border-right-color : #ffa6aa;
  border-bottom-color : #ffe495;
}

#sp-block-container-15{
  font-family : "M PLUS 1 ExtraBold", "M PLUS 1 Black";
  background-position : left top;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 10px;
}

#sp-block-container-15 > h3{
  padding-top : 6px;
  padding-left : 15px;
  padding-right : 0px;
  padding-bottom : 7px;
}

#sp-block-container-15 > p{
  font-size : 2.5rem;
  font-family : "M PLUS 1";
  color : #ffffff;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-block-container-16{
  font-size : 1.4rem;
  font-family : "M PLUS 1 Medium";
  color : #0000a0;
  background-color : #fcfcc7;
  padding-top : 25px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 2px;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

#sp-block-container-16 > h1{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 3px;
  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 : #cccccc;
}

#sp-block-container-16 > p{
  font-size : 1.4rem;
  font-family : "けいふぉんと", "M PLUS 1 Medium";
  color : #0000a0;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 5px;
  border-bottom-width : 5px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #ffa6aa;
  border-left-color : #ffa6aa;
  border-right-color : #ffa6aa;
  border-bottom-color : #ffe495;
}

#sp-block-container-17{
  font-family : "M PLUS 1 ExtraBold", "M PLUS 1 Black";
  background-position : left top;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 10px;
}

#sp-block-container-17 > h3{
  padding-top : 6px;
  padding-left : 15px;
  padding-right : 0px;
  padding-bottom : 7px;
}

#sp-block-container-17 > p{
  font-size : 2.5rem;
  font-family : "M PLUS 1";
  color : #ffffff;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-block-container-18{
  font-size : 1.4rem;
  font-family : "M PLUS 1 Medium";
  color : #0000a0;
  background-color : #fcfcc7;
  padding-top : 25px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 2px;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

#sp-block-container-18 > h1{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 3px;
  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 : #cccccc;
}

#sp-block-container-18 > p{
  font-size : 1.4rem;
  font-family : "けいふぉんと", "M PLUS 1 Medium";
  color : #0000a0;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 5px;
  border-bottom-width : 5px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #ffa6aa;
  border-left-color : #ffa6aa;
  border-right-color : #ffa6aa;
  border-bottom-color : #ffe495;
}

#sp-block-container-19{
  font-family : "M PLUS 1 ExtraBold", "M PLUS 1 Black";
  background-position : left top;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 10px;
}

#sp-block-container-19 > h3{
  padding-top : 6px;
  padding-left : 15px;
  padding-right : 0px;
  padding-bottom : 7px;
}

#sp-block-container-19 > p{
  font-size : 2.5rem;
  font-family : "M PLUS 1";
  color : #ffffff;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-block-container-20{
  font-family : "M PLUS 1 ExtraBold", "M PLUS 1 Black";
  background-position : left top;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 10px;
}

#sp-block-container-20 > h3{
  padding-top : 6px;
  padding-left : 15px;
  padding-right : 0px;
  padding-bottom : 7px;
}

#sp-block-container-20 > p{
  font-size : 2.5rem;
  font-family : "M PLUS 1";
  color : #ffffff;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-block-container-21{
  font-size : 1.4rem;
  font-family : "M PLUS 1 Medium";
  color : #0000a0;
  background-color : #fcfcc7;
  padding-top : 25px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 2px;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

#sp-block-container-21 > h1{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 3px;
  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 : #cccccc;
}

#sp-block-container-21 > p{
  font-size : 1.4rem;
  font-family : "けいふぉんと", "M PLUS 1 Medium";
  color : #0000a0;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 5px;
  border-bottom-width : 5px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffa6aa;
  border-left-color : #ffa6aa;
  border-right-color : #ffa6aa;
  border-bottom-color : #ffe495;
}

#sp-block-container-3{
  font-family : "M PLUS 1 ExtraBold", "M PLUS 1 Black";
  background-position : left top;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 10px;
}

#sp-block-container-3 > h3{
  padding-top : 6px;
  padding-left : 15px;
  padding-right : 0px;
  padding-bottom : 7px;
}

#sp-block-container-3 > p{
  font-size : 2.5rem;
  font-family : "M PLUS 1";
  color : #ffffff;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-block-container-4{
  font-size : 1.4rem;
  font-family : "M PLUS 1 Medium", "M PLUS 1 ExtraBold", "Yomogi", "あずきフォントP", "こども丸ゴシック";
  font-weight : normal;
  color : #0000a0;
  background-color : #fcfcc7;
  padding-top : 13px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 2px;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

#sp-block-container-4 > .paragraph em{
  font-size : 1.7rem;
  font-family : "けいふぉんと";
  color : #ff3d7f;
}

#sp-block-container-4 > p{
  font-family : "こども丸ゴシック";
}

#sp-block-container-5{
  font-size : 1.4rem;
  font-family : "M PLUS 1 Medium";
  color : #0000a0;
  background-color : #fcfcc7;
  padding-top : 20px;
  padding-left : 25px;
  padding-right : 20px;
  padding-bottom : 2px;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

#sp-block-container-5 > p{
  font-size : 1.4rem;
  font-family : "M PLUS 1 Medium";
  color : #0000a0;
}

#sp-block-container-6{
  font-family : "M PLUS 1 ExtraBold", "M PLUS 1 Black";
  background-position : left top;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 10px;
}

#sp-block-container-6 > h3{
  padding-top : 6px;
  padding-left : 15px;
  padding-right : 0px;
  padding-bottom : 7px;
}

#sp-block-container-6 > p{
  font-size : 2.5rem;
  font-family : "M PLUS 1";
  color : #ffffff;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-block-container-7{
  font-family : "M PLUS 1 ExtraBold", "M PLUS 1 Black";
  background-position : left top;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 10px;
}

#sp-block-container-7 > h3{
  padding-top : 6px;
  padding-left : 15px;
  padding-right : 0px;
  padding-bottom : 7px;
}

#sp-block-container-7 > p{
  font-size : 2.5rem;
  font-family : "M PLUS 1";
  color : #ffffff;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-block-container-8{
  font-family : "M PLUS 1 ExtraBold", "M PLUS 1 Black";
  background-position : left top;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 10px;
}

#sp-block-container-8 > h3{
  padding-top : 6px;
  padding-left : 15px;
  padding-right : 0px;
  padding-bottom : 7px;
}

#sp-block-container-8 > p{
  font-size : 2.5rem;
  font-family : "M PLUS 1";
  color : #ffffff;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-block-container-9{
  font-family : "M PLUS 1 ExtraBold", "M PLUS 1 Black";
  background-position : left top;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 10px;
}

#sp-block-container-9 > h3{
  padding-top : 6px;
  padding-left : 15px;
  padding-right : 0px;
  padding-bottom : 7px;
}

#sp-block-container-9 > p{
  font-size : 2.5rem;
  font-family : "M PLUS 1";
  color : #ffffff;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-button-1 > a{
  font-size : 1.8rem;
  font-family : "けいふぉんと", "ニコ角v2", "せのびゴシック Bold", "ARなごみＰＯＰ体B", "Eras Bold ITC";
  font-weight : normal;
  background-color : #ed3f8d;
  background-position : center center;
  text-decoration : none;
  padding-top : 14px;
  padding-left : 7px;
  padding-right : 6px;
  padding-bottom : 6px;
  border-top-left-radius : 10px 10px;
  border-top-right-radius : 10px 10px;
  border-bottom-right-radius : 10px 10px;
  border-bottom-left-radius : 10px 10px;
}

#sp-button-1 > a:hover{
  font-family : "けいふぉんと";
  color : #f4f344;
  background-color : #ff3d7f;
}

#sp-button-10 > a{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  font-weight : bold;
  color : #ffffff;
}

#sp-button-10 > a:hover{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  color : #ffffff;
  background-color : #514dff;
}

#sp-button-11 > a{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  font-weight : bold;
  color : #ffffff;
  background-color : #ff3d7f;
}

#sp-button-11 > a:hover{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  color : #ffffff;
  background-color : #ff9888;
}

#sp-button-12 > a{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  font-weight : bold;
  color : #ffffff;
  background-color : #ff8f00;
}

#sp-button-12 > a:hover{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  color : #ffffff;
  background-color : #fa514c;
}

#sp-button-13 > a{
  font-size : 1.7rem;
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  font-weight : bold;
  color : #ffffff;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

#sp-button-13 > a:hover{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  color : #ffffff;
  background-color : #a8a6ff;
}

#sp-button-2 > a{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  font-weight : bold;
  color : #ffffff;
}

#sp-button-2 > a:hover{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  color : #ffffff;
  background-color : #9be854;
}

#sp-button-3 > a{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  font-weight : bold;
  color : #ffffff;
}

#sp-button-3 > a:hover{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  color : #ffffff;
  background-color : #ff9888;
}

#sp-button-4 > a{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  font-weight : bold;
  color : #ffffff;
}

#sp-button-4 > a:hover{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  color : #ffffff;
  background-color : #9be854;
}

#sp-button-5 > a{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  font-weight : bold;
  color : #ffffff;
}

#sp-button-5 > a:hover{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  color : #ffffff;
  background-color : #ff9888;
}

#sp-button-6 > a{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  font-weight : bold;
  color : #ffffff;
  background-color : #50c39f;
}

#sp-button-6 > a:hover{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  color : #ffffff;
  background-color : #514dff;
}

#sp-button-7 > a{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  font-weight : bold;
  color : #ffffff;
  background-color : #ff9888;
}

#sp-button-7 > a:hover{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  color : #ffffff;
  background-color : #ff3d7f;
}

#sp-button-8 > a{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  font-weight : bold;
  color : #ffffff;
}

#sp-button-8 > a:hover{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  color : #ffffff;
  background-color : #514dff;
}

#sp-button-9 > a{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  font-weight : bold;
  color : #ffffff;
}

#sp-button-9 > a:hover{
  font-family : "BIZ UDPゴシック", "Meiryo", sans-serif;
  color : #ffffff;
  background-color : #514dff;
}

#sp-definition-list-1 > dt{
  border-top-width : 0px;
  border-left-width : 6px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : solid;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #00d6b7;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-definition-list-2{
  font-family : "BIZ UDPゴシック";
  font-weight : bold;
  color : #101080;
}

#sp-definition-list-2 > dt{
  border-top-width : 0px;
  border-left-width : 6px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : solid;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #00d6b7;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

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

#sp-image-14{
  background-color : transparent;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

#sp-image-16{
  background-color : transparent;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

#sp-image-5{
  background-color : transparent;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 10px;
  padding-bottom : 0px;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

#sp-page-title-1{
  background-color : #ffd251;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 0px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

#sp-page-title-1 h1{
  font-size : 2.2rem;
  font-family : "M PLUS 1", "M PLUS 1 Medium", "M PLUS 1 ExtraBold", "M PLUS 1 Black", "ＪＳＰゴシック", "JK丸ゴシック Medium", "HG丸ｺﾞｼｯｸM-PRO", "HGP創英角ﾎﾟｯﾌﾟ体", "HGP創英角ｺﾞｼｯｸUB", "EPSON 太丸ゴシック体Ｂ", "EPSON 太角ゴシック体Ｂ", "EPSON 丸ゴシック体Ｍ", "BIZ UDPゴシック", "AR丸ゴシック体M", "AR丸ゴシック体E", "ARなごみＰＯＰ体B", "ARゴシック体M", "AR P悠々ゴシック体E", "AR P丸ゴシック体M", "AR P丸ゴシック体E", "AR Pゴシック体M", "AR PＰＯＰ体B", "AR PＰＯＰ５H", "AR PＰＯＰ４B", "木漏れ日ゴシックP", "せのびゴシック Bold", "こども丸ゴシック", "コーポレート・ロゴ（ラウンド）ver3 Bold", "けいふぉんと";
  color : #0000a0;
  background-color : #ffd251;
  text-align : center;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
}

#sp-page-title-2{
  background-color : #ffd251;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

#sp-page-title-2 h1{
  font-size : 2.2rem;
  font-family : "M PLUS 1", "M PLUS 1 Medium", "M PLUS 1 ExtraBold", "M PLUS 1 Black", "ＪＳＰゴシック", "JK丸ゴシック Medium", "HG丸ｺﾞｼｯｸM-PRO", "HGP創英角ﾎﾟｯﾌﾟ体", "HGP創英角ｺﾞｼｯｸUB", "EPSON 太丸ゴシック体Ｂ", "EPSON 太角ゴシック体Ｂ", "EPSON 丸ゴシック体Ｍ", "BIZ UDPゴシック", "AR丸ゴシック体M", "AR丸ゴシック体E", "ARなごみＰＯＰ体B", "ARゴシック体M", "AR P悠々ゴシック体E", "AR P丸ゴシック体M", "AR P丸ゴシック体E", "AR Pゴシック体M", "AR PＰＯＰ体B", "AR PＰＯＰ５H", "AR PＰＯＰ４B", "木漏れ日ゴシックP", "せのびゴシック Bold", "こども丸ゴシック", "コーポレート・ロゴ（ラウンド）ver3 Bold", "けいふぉんと";
  color : #0000a0;
  background-color : #ffd251;
  text-align : center;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
}

#sp-page-title-3{
  background-color : #ffd251;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

#sp-page-title-3 h1{
  font-size : 2.2rem;
  font-family : "M PLUS 1", "M PLUS 1 Medium", "M PLUS 1 ExtraBold", "M PLUS 1 Black", "ＪＳＰゴシック", "JK丸ゴシック Medium", "HG丸ｺﾞｼｯｸM-PRO", "HGP創英角ﾎﾟｯﾌﾟ体", "HGP創英角ｺﾞｼｯｸUB", "EPSON 太丸ゴシック体Ｂ", "EPSON 太角ゴシック体Ｂ", "EPSON 丸ゴシック体Ｍ", "BIZ UDPゴシック", "AR丸ゴシック体M", "AR丸ゴシック体E", "ARなごみＰＯＰ体B", "ARゴシック体M", "AR P悠々ゴシック体E", "AR P丸ゴシック体M", "AR P丸ゴシック体E", "AR Pゴシック体M", "AR PＰＯＰ体B", "AR PＰＯＰ５H", "AR PＰＯＰ４B", "木漏れ日ゴシックP", "せのびゴシック Bold", "こども丸ゴシック", "コーポレート・ロゴ（ラウンド）ver3 Bold", "けいふぉんと";
  color : #0000a0;
  background-color : #ffd251;
  text-align : center;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
}

#sp-page-title-4{
  background-color : #ffd251;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

#sp-page-title-4 h1{
  font-size : 2.2rem;
  font-family : "M PLUS 1", "M PLUS 1 Medium", "M PLUS 1 ExtraBold", "M PLUS 1 Black", "ＪＳＰゴシック", "JK丸ゴシック Medium", "HG丸ｺﾞｼｯｸM-PRO", "HGP創英角ﾎﾟｯﾌﾟ体", "HGP創英角ｺﾞｼｯｸUB", "EPSON 太丸ゴシック体Ｂ", "EPSON 太角ゴシック体Ｂ", "EPSON 丸ゴシック体Ｍ", "BIZ UDPゴシック", "AR丸ゴシック体M", "AR丸ゴシック体E", "ARなごみＰＯＰ体B", "ARゴシック体M", "AR P悠々ゴシック体E", "AR P丸ゴシック体M", "AR P丸ゴシック体E", "AR Pゴシック体M", "AR PＰＯＰ体B", "AR PＰＯＰ５H", "AR PＰＯＰ４B", "木漏れ日ゴシックP", "せのびゴシック Bold", "こども丸ゴシック", "コーポレート・ロゴ（ラウンド）ver3 Bold", "けいふぉんと";
  color : #0000a0;
  background-color : #ffd251;
  text-align : center;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
}

#sp-page-title-5{
  background-color : #ffd251;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

#sp-page-title-5 h1{
  font-size : 2.2rem;
  font-family : "M PLUS 1", "M PLUS 1 Medium", "M PLUS 1 ExtraBold", "M PLUS 1 Black", "ＪＳＰゴシック", "JK丸ゴシック Medium", "HG丸ｺﾞｼｯｸM-PRO", "HGP創英角ﾎﾟｯﾌﾟ体", "HGP創英角ｺﾞｼｯｸUB", "EPSON 太丸ゴシック体Ｂ", "EPSON 太角ゴシック体Ｂ", "EPSON 丸ゴシック体Ｍ", "BIZ UDPゴシック", "AR丸ゴシック体M", "AR丸ゴシック体E", "ARなごみＰＯＰ体B", "ARゴシック体M", "AR P悠々ゴシック体E", "AR P丸ゴシック体M", "AR P丸ゴシック体E", "AR Pゴシック体M", "AR PＰＯＰ体B", "AR PＰＯＰ５H", "AR PＰＯＰ４B", "木漏れ日ゴシックP", "せのびゴシック Bold", "こども丸ゴシック", "コーポレート・ロゴ（ラウンド）ver3 Bold", "けいふぉんと";
  color : #0000a0;
  background-color : #ffd251;
  text-align : center;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
}

#sp-photo-motion-1{
  border-top-width : 5px;
  border-left-width : 5px;
  border-right-width : 5px;
  border-bottom-width : 5px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

#sp-site-branding2-1{
  color : #00d3e0;
  background-color : #f4f344;
}

#sp-site-branding2-1 .site-title{
  background-image : url(img/HOU11.png);
}

#sp-site-branding2-1 > .extra{
  background-color : #ffd251;
}

#sp-site-branding2-1 > .site-description{
  font-size : 1.6rem;
  font-family : "M PLUS 1 Medium", "EPSON 太丸ゴシック体Ｂ", "EPSON 太角ゴシック体Ｂ", "BIZ UDPゴシック", "AR P悠々ゴシック体E", "AR P黒丸ＰＯＰ体H", "AR P新藝体E", "AR P丸ゴシック体E", "AR P丸ゴシック体M", "メイリオ", "UD デジタル 教科書体 N-B";
  font-weight : normal;
  color : #ed3f8d;
  background-color : #f4f344;
}

#sp-site-navigation-1{
  color : #00d3e0;
  background-color : #f4f344;
}

.button-menu#sp-site-navigation-1 > .menu-toggle{
  background-color : #ff8300;
  background-image : url(img/icon-menu-toggle10.png);
  background-size : auto auto,auto auto;
}

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

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

#sp-site-navigation-1 > ul > li li > a{
  color : #3874b4;
  background-color : #00d3e0;
}

#sp-site-navigation-1 > ul > li li > a:visited{
  color : #f170aa;
}

#sp-site-navigation-1 > ul > li li > a:hover{
  color : #62d78b;
}

#sp-site-navigation-1 > ul > li.current_page_item > a{
  font-size : 1.4rem;
  font-family : "けいふぉんと", "BIZ UDPゴシック", "コーポレート・ロゴ（ラウンド）ver3 Bold", "こども丸ゴシック", "07鉄瓶ゴシック", "AR P丸ゴシック体M", "AR P丸ゴシック体E", "AR P版画ＰＯＰ体E";
  font-weight : normal;
  color : #00d3e0;
}

#sp-site-navigation-1 > ul > li > a{
  font-size : 1.4rem;
  font-family : "けいふぉんと", "BIZ UDPゴシック";
  color : #3874b4;
  background-color : #f4f344;
}

#sp-site-navigation-1 > ul > li > a:hover{
  color : #f36b6a;
  background-color : #86e9ee;
}

#sp-site-navigation-2{
  font-size : 1.4rem;
  font-family : "けいふぉんと";
  color : #ffd251;
  background-color : #5b8fc6;
}

#sp-site-navigation-2 > ul{
  background-image : none;
  background-position : center center;
}

#sp-site-navigation-2 > ul > li > a{
  font-size : 1.4rem;
  font-family : "けいふぉんと", "AR丸ゴシック体E";
  color : #ffd251;
  background-position : center center;
}

#sp-site-navigation-2 > ul > li > a:hover{
  font-size : 1.6rem;
  color : #ffd251;
}

#spb-block-container-1{
  font-size : 1.4rem;
  font-family : "M PLUS 1 Medium";
  color : #0000a0;
  background-color : #fcfcc7;
  padding-top : 25px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 2px;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

#spb-block-container-1 > .paragraph a{
  color : #f36b6a;
}

#spb-block-container-1 > h1{
  font-family : "けいふぉんと";
  font-weight : normal;
  color : #3fb8af;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 3px;
  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 : #cccccc;
}

#spb-block-container-1 > p{
  font-size : 1.4rem;
  font-family : "けいふぉんと", "M PLUS 1 Medium";
  color : #0000a0;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 5px;
  border-bottom-width : 5px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffa6aa;
  border-left-color : #ffa6aa;
  border-right-color : #ffa6aa;
  border-bottom-color : #ffe495;
}

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

  #sp-block-container-1{
    margin-left : -1135px;
    margin-right : -1141px;
  }

  #sp-block-container-10{
    margin-bottom : -21px;
    width : 670px;
    min-height : 48px;
    float : none;
    position : relative;
  }

  #sp-block-container-11{
    margin-top : 33px;
    margin-bottom : -21px;
    width : 670px;
    min-height : 48px;
    float : none;
    position : relative;
  }

  #sp-block-container-12{
    margin-top : -9px;
  }

  #sp-block-container-13{
    margin-bottom : -21px;
    width : 670px;
    min-height : 48px;
    float : none;
    position : relative;
  }

  #sp-block-container-14{
    margin-top : 24px;
    margin-bottom : -9px;
  }

  #sp-block-container-15{
    margin-top : 47px;
    margin-bottom : -21px;
    width : 670px;
    min-height : 48px;
    float : none;
    position : relative;
  }

  #sp-block-container-16{
    margin-top : 27px;
    margin-bottom : 28px;
    min-height : 510px;
  }

  #sp-block-container-17{
    margin-bottom : -21px;
    width : 670px;
    min-height : 48px;
    float : none;
    position : relative;
  }

  #sp-block-container-18{
    margin-top : 24px;
    margin-bottom : 9px;
    min-height : 588px;
  }

  #sp-block-container-19{
    margin-bottom : -21px;
    width : 670px;
    min-height : 48px;
    float : none;
    position : relative;
  }

  #sp-block-container-20{
    margin-bottom : -21px;
    width : 670px;
    min-height : 48px;
    float : none;
    position : relative;
  }

  #sp-block-container-21{
    margin-top : 24px;
    margin-bottom : 9px;
    min-height : 588px;
  }

  #sp-block-container-3{
    margin-bottom : -8px;
    float : none;
    position : relative;
  }

  #sp-block-container-5{
    margin-bottom : 8px;
  }

  #sp-block-container-6{
    margin-bottom : -21px;
    width : 630px;
    min-height : 48px;
  }

  #sp-block-container-7{
    margin-bottom : -21px;
    min-height : 48px;
    float : none;
    position : relative;
  }

  #sp-block-container-8{
    margin-bottom : -21px;
    min-height : 48px;
    float : none;
    position : relative;
  }

  #sp-block-container-9{
    margin-bottom : -21px;
    min-height : 48px;
    float : none;
    position : relative;
  }

  #sp-button-1{
    margin-left : 29px;
    width : 226px;
    height : 54px;
  }

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

  #sp-button-11{
    width : 170px;
  }

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

  #sp-button-13{
    margin-left : 100px;
    width : 459px;
    height : 42px;
  }

  #sp-button-2{
    width : 180px;
  }

  #sp-button-3{
    width : 180px;
    height : 30px;
  }

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

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

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

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

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

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

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

  #sp-image-1{
    margin-top : 143px;
    width : 1010px;
    height : 353px;
  }

  #sp-image-14{
    margin-top : -15px;
    margin-left : 8px;
    margin-bottom : -35px;
  }

  #sp-image-15{
    margin-top : -14px;
    margin-bottom : 24px;
    width : 630px;
    height : 459px;
  }

  #sp-image-16{
    margin-top : 0px;
    margin-left : 4px;
    margin-bottom : -35px;
    width : 617px;
    height : 539px;
  }

  #sp-image-2{
    margin-top : -131px;
  }

  #sp-image-3{
    margin-left : 58px;
    margin-right : 42px;
    margin-bottom : 0px;
    width : 170px;
    height : 213px;
    float : none;
    position : relative;
  }

  #sp-image-4{
    margin-left : 31px;
    width : 194px;
    height : 197px;
  }

  #sp-image-5{
    margin-top : -15px;
    width : 635px;
    height : 154px;
  }

  #sp-image-6{
    width : 635px;
    height : 290px;
  }

  #sp-image-7{
    width : 637px;
    height : 179px;
  }

  #sp-photo-motion-1 {
  }

  #sp-site-branding2-1 > .extra{
    margin-bottom : -33px;
    min-height : 61px;
    top : auto;
    bottom : -541px;
    right : -7px;
    left : auto;
  }

  #sp-site-branding2-1 > .site-description{
    margin-left : -951px;
    margin-right : -1026px;
    width : 3000px;
    height : 92px;
    top : auto;
    bottom : -120px;
    right : 61px;
    left : auto;
  }

  #sp-site-branding2-1 > .site-title{
    margin-top : 8px;
    margin-bottom : 7px;
    width : 282px;
    height : 98px;
  }

  #sp-site-navigation-1{
    margin-top : -66px;
  }

  #sp-site-navigation-2{
    margin-top : 36px;
  }

  #sp-site-navigation-2 > ul > li > a{
    text-align : center;
  }

  #spb-block-container-1{
    margin-top : 24px;
    margin-bottom : 9px;
    min-height : 309px;
  }
}

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

  #sp-block-container-16{
    min-height : 222px;
  }

  #sp-block-container-18{
    min-height : 247px;
  }

  #sp-block-container-21{
    min-height : 247px;
  }

  #sp-button-13{
    width : 292px;
  }

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

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

  #sp-image-15{
    margin-top : -8px;
  }

  #sp-image-16{
    margin-top : -10px;
    margin-left : -10px;
  }

  #sp-site-branding2-1{
    margin-bottom : -21px;
  }

  #sp-site-branding2-1 > .site-description{
    margin-bottom : 18px;
    width : 321px;
    height : 74px;
    top : auto;
    bottom : -208px;
    right : auto;
    left : 0px;
  }

  #sp-site-branding2-1 > .site-title{
    margin-right : -7px;
    margin-bottom : 18px;
    width : 293px;
    height : 100px;
  }

  #sp-site-navigation-1{
    min-height : 56px;
  }

  #spb-block-container-1{
    min-height : 247px;
  }
}
