


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

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

nav{
  box-sizing: border-box;
}

/* body */

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

#content {
  position: relative;
}

/* Parts */

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

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

/* copyright */

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

/* layout */

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

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

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

/*---*/

#primary
{
  margin-top:0;
}

#breadcrumb-list {
  clear: both;
}

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

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

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

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

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

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

/* WordPress投稿 */

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

/* 追加 */

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

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

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

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

  #colophon {
    padding: 10px;
  }

  embed {
    max-width: 100%;
  }
}
#colophon {
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

#content {
  background-color : #ffffff;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 10px;
  height : 100%;
  position : relative;
  box-sizing : border-box;
}

#contenthead {
  background-image : url(img/bar20040w2.jpg);
  background-repeat : no-repeat;
  background-position : left top;
}

#main {
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

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

#masthead {
  padding-top : 1px;
}

#page-content {
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}

#primary {
  box-sizing : border-box;
}

#sidebar1 {
  box-sizing : border-box;
}

#sidebar2 {
  box-sizing : border-box;
}

a {
  color : #333333;
  text-decoration : none;
}

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

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

body {
  font-size : 1.2rem;
  color : #333333;
}

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

  #colophon {
    padding-top : 20px;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-left-style : solid;
    border-right-style : solid;
    border-left-color : #d5d5d5;
    border-right-color : #d5d5d5;
    width : 900px;
  }

  #main {
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-left-style : solid;
    border-right-style : solid;
    border-left-color : #d5d5d5;
    border-right-color : #d5d5d5;
    width : 900px;
  }

  #sidebar1 {
    background-image : url(img/backta2.jpg);
    background-repeat : repeat-y;
  }
}

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

  #content {
    border-left-width : 1px;
    border-bottom-width : 1px;
    border-left-style : solid;
    border-bottom-style : solid;
    border-left-color : #dedede;
    border-bottom-color : #dedede;
    width : 699px;
    float : right;
  }

  #contenthead {
    width : 900px;
  }

  #main-inner {
    width : 900px;
  }

  #sidebar1 {
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : #dedede;
    width : 200px;
    float : left;
  }
}

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

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

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

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

#breadcrumb-list {
  margin-top : 10px;
  margin-left : 20px;
}

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

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

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

#sp-site-branding-1 {
  padding-top : 16px;
  padding-bottom : 00px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 900px;
}

#sp-site-branding-1 .site-description {
  font-size : 1rem;
  font-weight : normal;
  color : #333333;
  text-align : right;
  width : 900px;
  height : 1rem;
  position : absolute;
  top : 1rem;
}

#sp-site-branding-1 .site-title {
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 430px;
  height : 90px;
  float : left;
  display : block;
  overflow : hidden;
}

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

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

  #sp-site-branding-1 {
    padding-top : 10px;
    padding-left : 20px;
    padding-bottom : 0px;
    width : 100%;
    overflow : hidden;
    box-sizing : border-box;
  }

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

  #sp-site-branding-1 .site-title {
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 100%;
    float : none;
  }

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

#sp-page-title-6 {
  font-weight : bold;
  color : #333333;
  padding-top : 15px;
  padding-left : 25px;
  padding-right : 15px;
  padding-bottom : 0px;
  margin-bottom : 15px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
  position : relative;
}

#sp-page-title-6::before {
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #dc2314;
  height : 60%;
  display : block;
  position : absolute;
  top : 20%;
  left : 10px;
  content : "";
}

#sp-page-title-6> h1 {
  font-size : 18px;
}

#page-content hr {
  color : #cccccc;
  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;
}

#page-content> .large {
  font-size : 1.2rem;
}

#page-content> .medium {
  font-size : 1rem;
}

#page-content> .small {
  font-size : 0.9rem;
}

#page-content> .x-large {
  font-size : 1.5rem;
}

#page-content> .x-small {
  font-size : 0.8rem;
}

#page-content> .xx-large {
  font-size : 2rem;
}

#page-content> .xx-small {
  font-size : 0.7rem;
}

#page-content> em {
  font-style : oblique;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #515151;
}

#page-content> h1 {
  font-size : 18px;
  font-weight : normal;
  color : #333333;
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 15px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

#page-content> h2 {
  font-size : 17px;
  font-weight : normal;
  color : #333333;
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 15px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

#page-content> h3 {
  font-size : 16px;
  font-weight : normal;
  color : #333333;
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 15px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

#page-content> h4 {
  font-size : 15px;
  font-weight : normal;
  color : #333333;
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

#page-content> h5 {
  font-size : 14px;
  color : #333333;
  margin-bottom : 15px;
}

#page-content> h6 {
  font-size : 13px;
  color : #333333;
  margin-bottom : 15px;
}

#page-content> p {
  line-height : 1.4;
  color : #333333;
  text-align : left;
  margin-bottom : 25px;
}

#page-content> strong {
  font-weight : bold;
  color : #515151;
}

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

  #page-content {
  }
}

#sp-block-container-1> .large, #sp-block-container-13> .large, #sp-block-container-14> .large, #sp-block-container-15> .large, #sp-block-container-4> .large {
  font-size : 1.2em;
}

#sp-block-container-1> .medium, #sp-block-container-13> .medium, #sp-block-container-14> .medium, #sp-block-container-15> .medium, #sp-block-container-4> .medium {
  font-size : 1em;
}

#sp-block-container-1> .small, #sp-block-container-13> .small, #sp-block-container-14> .small, #sp-block-container-15> .small, #sp-block-container-4> .small {
  font-size : 0.9em;
}

#sp-block-container-1> .x-large, #sp-block-container-13> .x-large, #sp-block-container-14> .x-large, #sp-block-container-15> .x-large, #sp-block-container-4> .x-large {
  font-size : 1.5em;
}

#sp-block-container-1> .x-small, #sp-block-container-13> .x-small, #sp-block-container-14> .x-small, #sp-block-container-15> .x-small, #sp-block-container-4> .x-small {
  font-size : 0.8em;
}

#sp-block-container-1> .xx-large, #sp-block-container-13> .xx-large, #sp-block-container-14> .xx-large, #sp-block-container-15> .xx-large, #sp-block-container-4> .xx-large {
  font-size : 2em;
}

#sp-block-container-1> .xx-small, #sp-block-container-13> .xx-small, #sp-block-container-14> .xx-small, #sp-block-container-15> .xx-small, #sp-block-container-4> .xx-small {
  font-size : 0.7em;
}

#sp-block-container-1> em, #sp-block-container-13> em, #sp-block-container-14> em, #sp-block-container-15> em, #sp-block-container-4> em {
  font-style : oblique;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #515151;
}

#sp-block-container-1> h1, #sp-block-container-13> h1, #sp-block-container-14> h1, #sp-block-container-15> h1, #sp-block-container-4> h1 {
  color : #000000;
}

#sp-block-container-1> h2, #sp-block-container-13> h2, #sp-block-container-14> h2, #sp-block-container-15> h2, #sp-block-container-4> h2 {
  color : #000000;
}

#sp-block-container-1> h3, #sp-block-container-13> h3, #sp-block-container-14> h3, #sp-block-container-15> h3, #sp-block-container-4> h3 {
  color : #000000;
}

#sp-block-container-1> h4, #sp-block-container-13> h4, #sp-block-container-14> h4, #sp-block-container-15> h4, #sp-block-container-4> h4 {
  line-height : 1.2;
  color : #000000;
  text-align : left;
  clear : both;
}

#sp-block-container-1> h5, #sp-block-container-13> h5, #sp-block-container-14> h5, #sp-block-container-15> h5, #sp-block-container-4> h5 {
  font-size : 1.08em;
  line-height : 1.2;
  color : #000000;
  text-align : left;
  clear : both;
}

#sp-block-container-1> h6, #sp-block-container-13> h6, #sp-block-container-14> h6, #sp-block-container-15> h6, #sp-block-container-4> h6 {
  font-size : 1em;
  color : #000000;
}

#sp-block-container-1> p, #sp-block-container-13> p, #sp-block-container-14> p, #sp-block-container-15> p, #sp-block-container-4> p {
  line-height : 1.4;
  color : #515151;
  text-align : left;
  margin-top : 0.5em;
  margin-left : 1em;
  margin-right : 1em;
  margin-bottom : 0.5em;
}

#sp-block-container-1> p.indent, #sp-block-container-13> p.indent, #sp-block-container-14> p.indent, #sp-block-container-15> p.indent, #sp-block-container-4> p.indent {
  padding-left : 10px;
}

#sp-block-container-1> strong, #sp-block-container-13> strong, #sp-block-container-14> strong, #sp-block-container-15> strong, #sp-block-container-4> strong {
  font-weight : bold;
  color : #515151;
}

#sp-site-navigation-1 {
  padding-top : 4px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

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

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

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

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

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

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

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

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

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

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

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

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

#sp-site-navigation-1> ul> li {
  background-image : url(img/nav-boder.png);
  background-repeat : no-repeat;
  background-position : right center;
  padding-top : 0px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 0px;
  margin-bottom : 4px;
  width : auto;
  float : left;
  position : relative;
}

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

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

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

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

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

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

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

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

  #sp-site-navigation-1 {
    background-color : #1b7ee7;
    background-image : none;
    padding-top : 0px;
    margin-top : 10px;
    position : relative;
  }

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

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

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

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

  #sp-site-navigation-1 ul {
    background-color : #ffffff;
    width : auto;
    height : auto;
    display : block;
    list-style-type : none;
    list-style-position : outside;
  }

  #sp-site-navigation-1 ul li {
    width : auto;
    float : none;
  }

  #sp-site-navigation-1 ul li a {
    line-height : 24px;
    color : #3c3f53;
    background-repeat : no-repeat;
    background-position : 5px 12px;
    text-decoration : none;
    padding-top : 8px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 7px;
    float : none;
  }

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

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

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

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

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

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

  #sp-site-navigation-1 ul ul li a:hover {
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.6);
  }

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

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

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

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

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

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

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

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

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

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

  #sp-site-navigation-1> ul> li> a:hover {
    background-color : rgba(0, 0, 0, 0.6);
  }
}

#sp-site-navigation-2 {
  padding-top : 4px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

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

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

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

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

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

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

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

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

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

#sp-site-navigation-2 ul ul li:hover> ul {
  display : block;
  top : 0px;
  left : 100%;
}

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

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

#sp-site-navigation-2> ul> li {
  background-image : url(img/nav-boder.png);
  background-repeat : no-repeat;
  background-position : right center;
  padding-top : 0px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 0px;
  margin-bottom : 4px;
  width : auto;
  float : left;
  position : relative;
}

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

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

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

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

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

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

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

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

  #sp-site-navigation-2 {
    background-color : #dc2314;
    background-image : none;
    padding-top : 0px;
    margin-top : 10px;
    position : relative;
  }

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

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

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

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

  #sp-site-navigation-2 ul {
    background-color : #ffffff;
    width : auto;
    height : auto;
    display : block;
    list-style-type : none;
    list-style-position : outside;
  }

  #sp-site-navigation-2 ul li {
    width : auto;
    float : none;
  }

  #sp-site-navigation-2 ul li a {
    line-height : 24px;
    color : #3c3f53;
    background-repeat : no-repeat;
    background-position : 5px 12px;
    text-decoration : none;
    padding-top : 8px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 7px;
    float : none;
  }

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

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

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

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

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

  #sp-site-navigation-2 ul ul li a {
    color : #000000;
    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-2 ul ul li a:hover {
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.6);
  }

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

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

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

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

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

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

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

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

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

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

  #sp-site-navigation-2> ul> li> a:hover {
    background-color : rgba(0, 0, 0, 0.6);
  }
}

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

  #sp-image-8 {
  }
}

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

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

#sp-page-title-6 {
  background-image : url(img/barg71070bb.jpg);
}

#sp-site-branding-1 {
  background-image : url(img/biru920205gg.jpg);
  background-repeat : no-repeat;
  background-position : left bottom;
}

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

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

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

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

#sp-site-navigation-1> ul> li> a {
  font-size : 1.3rem;
  font-family : "ＭＳ 明朝", serif;
  color : #ffffff;
}

#sp-site-navigation-2 {
  background-color : #f0f0f0;
}

#sp-site-navigation-2> ul {
  background-color : #f0f0f0;
}

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

  #sp-block-container-1 {
    width : 450px;
    position : absolute;
    top : 40px;
    left : 198px;
  }

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

  #sp-block-container-13 {
    margin-top : 20px;
    margin-left : 20px;
    margin-right : 20px;
    margin-bottom : 0px;
    min-height : 773px;
  }

  #sp-block-container-14 {
    margin-left : 20px;
    margin-right : 20px;
    margin-bottom : 20px;
    float : right;
  }

  #sp-block-container-15 {
    margin-top : 0px;
    margin-left : 20px;
    margin-right : 20px;
    margin-bottom : 20px;
    min-height : 97px;
  }

  #sp-block-container-4 {
    margin-top : 10px;
    margin-bottom : 50px;
    min-height : 22px;
  }

  #sp-image-8 {
    width : 30px;
    height : 1400px;
  }

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

  #sp-site-navigation-1 {
    margin-left : 200px;
    min-height : 40px;
  }

  #sp-site-navigation-2 {
  }
}

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

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

  #sp-block-container-1 p {
    font-size : 1rem;
    color : #333333;
    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%;
    box-sizing : border-box;
  }

  #sp-site-navigation-1 {
  }
}








