/*
Theme Name: wordpress版
Author: Homepage Builder
Author URI: http://www.justsystems.com/jp/links/hpb/creator.html?p=hpb19_wp_hpbdash
Description: このテーマは「JustSystems Homepage Builder Version 19.0.13.0 SP for Windows」によって作成されました。サイト名は「wordpress版」、サイトの公開日時は「2018年12月20日19:25」です。
License: 
License URI: license.txt
*/


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

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

nav{
  box-sizing: border-box;
}

/* body */

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

#content {
  position: relative;
}

/* Parts */

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

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

/* copyright */

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

/* layout */

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

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

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

/*---*/

#primary
{
  margin-top:0;
}

#breadcrumb-list {
  clear: both;
}

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

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

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

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

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

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

/* WordPress投稿 */

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

/* 追加 */

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

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

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

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

  #colophon {
    padding: 10px;
  }

  embed {
    max-width: 100%;
  }
}
#colophon {
  background-color : transparent;
}

#main {
  background-color : #ffffff;
}

a {
  color : #3c3c3c;
  text-decoration : none;
}

a:active {
  color : #ff0000;
}

a:focus {
  color : #ff0000;
}

a:hover {
  color : #ff0000;
}

body {
  color : #666666;
  background-color : #616161;
}

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

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

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

  #content {
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    margin-bottom : 10px;
    position : relative;
    box-sizing : border-box;
  }

  #main {
    width : 1000px;
  }

  #sidebar1 {
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    box-sizing : border-box;
  }

  #sidebar2 {
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    box-sizing : border-box;
  }

  body {
    min-width : 1000px;
  }
}

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

  #content {
    width : 755px;
    float : left;
  }

  #contenthead {
    width : 1000px;
  }

  #main-inner {
    width : 1000px;
  }

  #sidebar2 {
    width : 220px;
    float : right;
  }
}

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

  #colophon {
    width : 100%;
  }

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

#sp-site-navigation-1 {
  font-size : 1.3rem;
  color : #ffffff;
  background-color : #000000;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : medium;
  border-top-style : none;
  border-top-color : initial;
  width : 100%;
  min-height : 20px;
}

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

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

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

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

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

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

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

#sp-site-navigation-1 li a {
  font-size : 14px;
  font-weight : bold;
  line-height : 45px;
  background-repeat : no-repeat;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : rgba(255, 255, 255, 0.2);
  display : block;
}

#sp-site-navigation-1 li a:active {
  text-decoration : underline;
}

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

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

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

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

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

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

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

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

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

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

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

#sp-site-navigation-1> ul> li.current_page_ancestor> a {
  color : #ffffff;
  background-color : #555555;
  text-decoration : none;
}

#sp-site-navigation-1> ul> li.current_page_item> a {
  color : #ffffff;
  background-color : #555555;
  text-decoration : none;
}

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

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

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

  #sp-site-navigation-1 {
    color : #ffffff;
    background-color : #333333;
    background-image : none;
    padding-top : 0px;
    margin-top : 0px;
    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 : #333333;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : auto;
    height : auto;
    display : block;
    list-style-type : none;
    list-style-position : outside;
  }

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

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

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

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

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

  #sp-site-navigation-1 ul li a:visited {
    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 : #ffffff;
    padding-top : 8px;
    padding-left : 50px;
    padding-right : 50px;
    padding-bottom : 8px;
    border-bottom-width : medium;
    border-bottom-style : none;
    border-bottom-color : initial;
  }

  #sp-site-navigation-1 ul ul li a:hover {
    color : #ffffff;
    background-color : #575757;
    background-repeat : repeat-x;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    height : auto;
  }

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

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

  #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.current-menu-ancestor> a {
    color : #ffffff;
    background-color : #575757;
    background-repeat : repeat-x;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    height : auto;
  }

  #sp-site-navigation-1> ul> li.current-menu-item> a {
    color : #ffffff;
    background-color : #575757;
    background-repeat : repeat-x;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    height : auto;
  }

  #sp-site-navigation-1> ul> li.current_page_ancestor> a {
    color : #ffffff;
    background-color : #575757;
    background-repeat : repeat-x;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    height : auto;
  }

  #sp-site-navigation-1> ul> li.current_page_item> a {
    color : #ffffff;
    background-color : #575757;
    background-repeat : repeat-x;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    height : auto;
  }

  #sp-site-navigation-1> ul> li> a:hover {
    color : #ffffff;
    background-color : #575757;
    background-repeat : repeat-x;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    height : auto;
  }
}

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

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

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

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

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

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

#sp-site-navigation-2 {
  font-size : 1.3rem;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  box-sizing : border-box;
}

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

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

#sp-site-navigation-2 li.current_page_item> a {
  font-weight : bold;
  color : #000000;
  background-color : #eeeeee;
  background-repeat : repeat-x;
  border-left-width : 3px;
  border-left-style : solid;
  border-left-color : #000000;
  height : auto;
}

#sp-site-navigation-2 ul {
  line-height : 25px;
  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 ul li a {
  font-size : 80%;
  color : #000000;
  text-decoration : none;
  padding-top : 5px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 5px;
  border-left-width : 3px;
  border-left-style : solid;
  border-left-color : #000000;
  display : block;
}

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

#sp-site-navigation-2 ul ul li.current-menu-ancestor> a {
  font-weight : bold;
  color : #000000;
  background-color : #eeeeee;
  background-repeat : repeat-x;
  border-left-width : 3px;
  border-left-style : solid;
  border-left-color : #000000;
  height : auto;
}

#sp-site-navigation-2 ul ul li.current-menu-item> a {
  font-weight : bold;
  color : #000000;
  background-color : #eeeeee;
  background-repeat : repeat-x;
  border-left-width : 3px;
  border-left-style : solid;
  border-left-color : #000000;
  height : auto;
}

#sp-site-navigation-2 ul ul li.current_page_ancestor> a {
  font-weight : bold;
  color : #000000;
  background-color : #eeeeee;
  background-repeat : repeat-x;
  border-left-width : 3px;
  border-left-style : solid;
  border-left-color : #000000;
  height : auto;
}

#sp-site-navigation-2 ul ul li.current_page_item> a {
  font-weight : bold;
  color : #000000;
  background-color : #eeeeee;
  background-repeat : repeat-x;
  border-left-width : 3px;
  border-left-style : solid;
  border-left-color : #000000;
  height : auto;
}

#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-repeat : no-repeat;
  background-position : right center;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  width : 100%;
  float : left;
  position : relative;
}

#sp-site-navigation-2> ul> li.current-menu-ancestor> a {
  font-weight : bold;
  color : #000000;
  background-color : #eeeeee;
  background-repeat : repeat-x;
  border-left-width : 3px;
  border-left-style : solid;
  border-left-color : #000000;
  height : auto;
}

#sp-site-navigation-2> ul> li.current-menu-item> a {
  font-weight : bold;
  color : #000000;
  background-color : #eeeeee;
  background-repeat : repeat-x;
  border-left-width : 3px;
  border-left-style : solid;
  border-left-color : #000000;
  height : auto;
}

#sp-site-navigation-2> ul> li.current_page_ancestor> a {
  font-weight : bold;
  color : #000000;
  background-color : #eeeeee;
  background-repeat : repeat-x;
  border-left-width : 3px;
  border-left-style : solid;
  border-left-color : #000000;
  height : auto;
}

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

#sp-site-navigation-2> ul> li> a {
  color : #000000;
  background-repeat : repeat-x;
  text-decoration : none;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 10px;
  border-left-width : 3px;
  border-left-style : solid;
  border-left-color : #000000;
  display : block;
}

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

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

  #sp-site-navigation-2 {
    background-color : #666666;
    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;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #333333;
    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;
  }

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

  #sp-site-navigation-2 li.current_page_item> a {
    font-weight : bold;
    color : #000000;
    background-color : #eeeeee;
    background-repeat : repeat-x;
    border-left-width : 3px;
    border-left-style : solid;
    border-left-color : #000000;
    height : auto;
  }

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

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

  #sp-site-navigation-2 ul li a {
    line-height : 24px;
    height : auto;
    float : none;
  }

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

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

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

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

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

  #sp-site-navigation-2 ul ul {
    background-color : transparent;
    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 : #ffffff;
  }

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

  #sp-site-navigation-2 ul ul li.current-menu-ancestor> a {
    font-weight : bold;
    color : #000000;
    background-color : #eeeeee;
    background-repeat : repeat-x;
    border-left-width : 3px;
    border-left-style : solid;
    border-left-color : #000000;
    height : auto;
  }

  #sp-site-navigation-2 ul ul li.current-menu-item> a {
    font-weight : bold;
    color : #000000;
    background-color : #eeeeee;
    background-repeat : repeat-x;
    border-left-width : 3px;
    border-left-style : solid;
    border-left-color : #000000;
    height : auto;
  }

  #sp-site-navigation-2 ul ul li.current_page_ancestor> a {
    font-weight : bold;
    color : #000000;
    background-color : #eeeeee;
    background-repeat : repeat-x;
    border-left-width : 3px;
    border-left-style : solid;
    border-left-color : #000000;
    height : auto;
  }

  #sp-site-navigation-2 ul ul li.current_page_item> a {
    font-weight : bold;
    color : #000000;
    background-color : #eeeeee;
    background-repeat : repeat-x;
    border-left-width : 3px;
    border-left-style : solid;
    border-left-color : #000000;
    height : auto;
  }

  #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.current-menu-ancestor> a {
    font-weight : bold;
    color : #000000;
    background-color : #eeeeee;
    background-repeat : repeat-x;
    border-left-width : 3px;
    border-left-style : solid;
    border-left-color : #000000;
    height : auto;
  }

  #sp-site-navigation-2> ul> li.current-menu-item> a {
    font-weight : bold;
    color : #000000;
    background-color : #eeeeee;
    background-repeat : repeat-x;
    border-left-width : 3px;
    border-left-style : solid;
    border-left-color : #000000;
    height : auto;
  }

  #sp-site-navigation-2> ul> li.current_page_ancestor> a {
    font-weight : bold;
    color : #000000;
    background-color : #eeeeee;
    background-repeat : repeat-x;
    border-left-width : 3px;
    border-left-style : solid;
    border-left-color : #000000;
    height : auto;
  }

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

#sp-site-branding-1 {
  background-color : #555555;
  background-image : url(img/bg_hpb-header2.png);
  background-repeat : no-repeat;
  background-position : center top;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 1000px;
  position : relative;
}

#sp-site-branding-1 .site-description {
  font-size : 1rem;
  color : #ffffff;
  text-align : left;
  width : 1000px;
  height : 1rem;
  position : absolute;
  top : 9rem;
  left : 2rem;
}

#sp-site-branding-1 .site-title {
  text-indent : -9999px;
  margin-top : 0px;
  margin-left : 4px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 550px;
  height : 110px;
  float : left;
  display : block;
  overflow : hidden;
}

#sp-site-branding-1 .site-title a {
  background-image : url(img/logo_basic-2.png);
  background-repeat : no-repeat;
  text-indent : -9999px;
  width : 550px;
  height : 110px;
  display : block;
}

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

  #sp-site-branding-1 {
    background-color : #84ae24;
    width : 100%;
    min-height : 125px;
    overflow : hidden;
  }

  #sp-site-branding-1 .site-description {
    font-size : 1rem;
    color : #ffffff;
    text-align : left;
    padding-left : 10px;
    padding-right : 10px;
    width : 100%;
    height : 1rem;
    position : absolute;
    top : 90px;
    left : 0rem;
    box-sizing : border-box;
  }

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

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

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

  #sp-image-2 {
    text-decoration : none;
    border-top-left-radius : 50% 50%;
    border-top-right-radius : 50% 50%;
    border-bottom-right-radius : 50% 50%;
    border-bottom-left-radius : 50% 50%;
    position : relative;
  }
}

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

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

#sp-list-1 {
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 1.5rem;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  max-width : 1000px;
  list-style-type : none;
}

#sp-list-1 li {
  margin-bottom : 8px;
}

#sp-list-1> li {
  color : #000000;
}

#sp-list-2 {
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0em;
  margin-left : 0em;
  margin-right : 0em;
  margin-bottom : 0em;
  width : 100%;
  max-width : 1000px;
  list-style-type : none;
}

#sp-list-2 li {
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-left : 10px;
  margin-bottom : 3px;
  border-left-width : 3px;
  border-left-style : solid;
  border-left-color : #02c01f;
}

#sp-list-2> li {
  color : #000000;
}

#sp-site-navigation-3 {
  background-color : rgba(255, 255, 255, 0.8);
  text-align : center;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  border-top-left-radius : 2px 2px;
  border-top-right-radius : 2px 2px;
  border-bottom-right-radius : 2px 2px;
  border-bottom-left-radius : 2px 2px;
  width : 100%;
  box-sizing : border-box;
}

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

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

#sp-site-navigation-3 a {
  color : #5f5f5f;
  text-decoration : none;
}

#sp-site-navigation-3 a:focus {
  color : #5f5f5f;
  text-decoration : underline;
}

#sp-site-navigation-3 a:hover {
  color : #5f5f5f;
  text-decoration : underline;
}

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

#sp-site-navigation-3 ul li {
  line-height : 32px;
  display : inline;
}

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

#sp-site-navigation-3 ul li::after {
  color : #5f5f5f;
  margin-top : 0px;
  margin-left : 17px;
  margin-right : 20px;
  margin-bottom : 0px;
  content : '|';
}

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

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

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

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

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

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

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

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

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

  #sp-site-navigation-3.button-menu {
    background-color : #5f5f5f;
    background-image : none;
    padding-top : 0px;
    margin-top : 0px;
    border-top-width : 1px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-bottom-style : solid;
    border-top-color : #ffffff;
    border-left-color : #ffffff;
    border-right-color : #ffffff;
    border-bottom-color : #ffffff;
    position : relative;
  }

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

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

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

#content.page-access #page-content .large, #content.page-company #page-content .large, #content.page-company1 #page-content .large, #content.page-company2 #page-content .large, #content.page-concept #page-content .large, #content.page-concept1 #page-content .large, #content.page-contact #page-content .large, #content.page-custom #page-content .large, #content.page-custom1 #page-content .large, #content.page-custom2 #page-content .large, #content.page-custom3 #page-content .large, #content.page-law #page-content .large, #content.page-plan #page-content .large, #content.page-privacy #page-content .large, #content.page-recruit #page-content .large, #content.page-toppage #page-content .large, #sp-block-container-1 .large, #sp-block-container-2 .large, #sp-block-container-3 .large {
  font-size : 1.5rem;
}

#content.page-access #page-content .medium, #content.page-company #page-content .medium, #content.page-company1 #page-content .medium, #content.page-company2 #page-content .medium, #content.page-concept #page-content .medium, #content.page-concept1 #page-content .medium, #content.page-contact #page-content .medium, #content.page-custom #page-content .medium, #content.page-custom1 #page-content .medium, #content.page-custom2 #page-content .medium, #content.page-custom3 #page-content .medium, #content.page-law #page-content .medium, #content.page-plan #page-content .medium, #content.page-privacy #page-content .medium, #content.page-recruit #page-content .medium, #content.page-toppage #page-content .medium, #sp-block-container-1 .medium, #sp-block-container-2 .medium, #sp-block-container-3 .medium {
  font-size : 1.4rem;
}

#content.page-access #page-content .small, #content.page-company #page-content .small, #content.page-company1 #page-content .small, #content.page-company2 #page-content .small, #content.page-concept #page-content .small, #content.page-concept1 #page-content .small, #content.page-contact #page-content .small, #content.page-custom #page-content .small, #content.page-custom1 #page-content .small, #content.page-custom2 #page-content .small, #content.page-custom3 #page-content .small, #content.page-law #page-content .small, #content.page-plan #page-content .small, #content.page-privacy #page-content .small, #content.page-recruit #page-content .small, #content.page-toppage #page-content .small, #sp-block-container-1 .small, #sp-block-container-2 .small, #sp-block-container-3 .small {
  font-size : 1.2rem;
}

#content.page-access #page-content .x-large, #content.page-company #page-content .x-large, #content.page-company1 #page-content .x-large, #content.page-company2 #page-content .x-large, #content.page-concept #page-content .x-large, #content.page-concept1 #page-content .x-large, #content.page-contact #page-content .x-large, #content.page-custom #page-content .x-large, #content.page-custom1 #page-content .x-large, #content.page-custom2 #page-content .x-large, #content.page-custom3 #page-content .x-large, #content.page-law #page-content .x-large, #content.page-plan #page-content .x-large, #content.page-privacy #page-content .x-large, #content.page-recruit #page-content .x-large, #content.page-toppage #page-content .x-large, #sp-block-container-1 .x-large, #sp-block-container-2 .x-large, #sp-block-container-3 .x-large {
  font-size : 1.8rem;
}

#content.page-access #page-content .x-small, #content.page-company #page-content .x-small, #content.page-company1 #page-content .x-small, #content.page-company2 #page-content .x-small, #content.page-concept #page-content .x-small, #content.page-concept1 #page-content .x-small, #content.page-contact #page-content .x-small, #content.page-custom #page-content .x-small, #content.page-custom1 #page-content .x-small, #content.page-custom2 #page-content .x-small, #content.page-custom3 #page-content .x-small, #content.page-law #page-content .x-small, #content.page-plan #page-content .x-small, #content.page-privacy #page-content .x-small, #content.page-recruit #page-content .x-small, #content.page-toppage #page-content .x-small, #sp-block-container-1 .x-small, #sp-block-container-2 .x-small, #sp-block-container-3 .x-small {
  font-size : 1.1rem;
}

#content.page-access #page-content .xx-large, #content.page-company #page-content .xx-large, #content.page-company1 #page-content .xx-large, #content.page-company2 #page-content .xx-large, #content.page-concept #page-content .xx-large, #content.page-concept1 #page-content .xx-large, #content.page-contact #page-content .xx-large, #content.page-custom #page-content .xx-large, #content.page-custom1 #page-content .xx-large, #content.page-custom2 #page-content .xx-large, #content.page-custom3 #page-content .xx-large, #content.page-law #page-content .xx-large, #content.page-plan #page-content .xx-large, #content.page-privacy #page-content .xx-large, #content.page-recruit #page-content .xx-large, #content.page-toppage #page-content .xx-large, #sp-block-container-1 .xx-large, #sp-block-container-2 .xx-large, #sp-block-container-3 .xx-large {
  font-size : 2rem;
}

#content.page-access #page-content .xx-small, #content.page-company #page-content .xx-small, #content.page-company1 #page-content .xx-small, #content.page-company2 #page-content .xx-small, #content.page-concept #page-content .xx-small, #content.page-concept1 #page-content .xx-small, #content.page-contact #page-content .xx-small, #content.page-custom #page-content .xx-small, #content.page-custom1 #page-content .xx-small, #content.page-custom2 #page-content .xx-small, #content.page-custom3 #page-content .xx-small, #content.page-law #page-content .xx-small, #content.page-plan #page-content .xx-small, #content.page-privacy #page-content .xx-small, #content.page-recruit #page-content .xx-small, #content.page-toppage #page-content .xx-small, #sp-block-container-1 .xx-small, #sp-block-container-2 .xx-small, #sp-block-container-3 .xx-small {
  font-size : 1rem;
}

#content.page-access #page-content em, #content.page-company #page-content em, #content.page-company1 #page-content em, #content.page-company2 #page-content em, #content.page-concept #page-content em, #content.page-concept1 #page-content em, #content.page-contact #page-content em, #content.page-custom #page-content em, #content.page-custom1 #page-content em, #content.page-custom2 #page-content em, #content.page-custom3 #page-content em, #content.page-law #page-content em, #content.page-plan #page-content em, #content.page-privacy #page-content em, #content.page-recruit #page-content em, #content.page-toppage #page-content em, #sp-block-container-1 em, #sp-block-container-2 em, #sp-block-container-3 em {
  font-style : oblique;
  color : #666666;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #666666;
}

#content.page-access #page-content hr, #content.page-company #page-content hr, #content.page-company1 #page-content hr, #content.page-company2 #page-content hr, #content.page-concept #page-content hr, #content.page-concept1 #page-content hr, #content.page-contact #page-content hr, #content.page-custom #page-content hr, #content.page-custom1 #page-content hr, #content.page-custom2 #page-content hr, #content.page-custom3 #page-content hr, #content.page-law #page-content hr, #content.page-plan #page-content hr, #content.page-privacy #page-content hr, #content.page-recruit #page-content hr, #content.page-toppage #page-content hr, #sp-block-container-1 hr, #sp-block-container-2 hr, #sp-block-container-3 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 : dashed;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #cccccc;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : 1px;
}

#content.page-access #page-content strong, #content.page-company #page-content strong, #content.page-company1 #page-content strong, #content.page-company2 #page-content strong, #content.page-concept #page-content strong, #content.page-concept1 #page-content strong, #content.page-contact #page-content strong, #content.page-custom #page-content strong, #content.page-custom1 #page-content strong, #content.page-custom2 #page-content strong, #content.page-custom3 #page-content strong, #content.page-law #page-content strong, #content.page-plan #page-content strong, #content.page-privacy #page-content strong, #content.page-recruit #page-content strong, #content.page-toppage #page-content strong, #sp-block-container-1 strong, #sp-block-container-2 strong, #sp-block-container-3 strong {
  font-weight : bold;
  color : #666666;
}

#content.page-access #page-content> h1, #content.page-company #page-content> h1, #content.page-company1 #page-content> h1, #content.page-company2 #page-content> h1, #content.page-concept #page-content> h1, #content.page-concept1 #page-content> h1, #content.page-contact #page-content> h1, #content.page-custom #page-content> h1, #content.page-custom1 #page-content> h1, #content.page-custom2 #page-content> h1, #content.page-custom3 #page-content> h1, #content.page-law #page-content> h1, #content.page-plan #page-content> h1, #content.page-privacy #page-content> h1, #content.page-recruit #page-content> h1, #content.page-toppage #page-content> h1, #sp-block-container-1> h1, #sp-block-container-2> h1, #sp-block-container-3> h1 {
  font-size : 2rem;
  font-weight : normal;
  color : #000000;
  padding-top : 13px;
  padding-left : 23px;
  padding-right : 23px;
  padding-bottom : 13px;
  margin-bottom : 10px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#content.page-access #page-content> h2, #content.page-company #page-content> h2, #content.page-company1 #page-content> h2, #content.page-company2 #page-content> h2, #content.page-concept #page-content> h2, #content.page-concept1 #page-content> h2, #content.page-contact #page-content> h2, #content.page-custom #page-content> h2, #content.page-custom1 #page-content> h2, #content.page-custom2 #page-content> h2, #content.page-custom3 #page-content> h2, #content.page-law #page-content> h2, #content.page-plan #page-content> h2, #content.page-privacy #page-content> h2, #content.page-recruit #page-content> h2, #content.page-toppage #page-content> h2, #sp-block-container-1> h2, #sp-block-container-2> h2, #sp-block-container-3> h2 {
  font-size : 1.8rem;
  font-weight : normal;
  color : #000000;
  padding-top : 13px;
  padding-left : 23px;
  padding-right : 23px;
  padding-bottom : 13px;
  margin-bottom : 10px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#content.page-access #page-content> h3, #content.page-company #page-content> h3, #content.page-company1 #page-content> h3, #content.page-company2 #page-content> h3, #content.page-concept #page-content> h3, #content.page-concept1 #page-content> h3, #content.page-contact #page-content> h3, #content.page-custom #page-content> h3, #content.page-custom1 #page-content> h3, #content.page-custom2 #page-content> h3, #content.page-custom3 #page-content> h3, #content.page-law #page-content> h3, #content.page-plan #page-content> h3, #content.page-privacy #page-content> h3, #content.page-recruit #page-content> h3, #content.page-toppage #page-content> h3, #sp-block-container-1> h3, #sp-block-container-2> h3, #sp-block-container-3> h3 {
  font-size : 1.7rem;
  font-weight : normal;
  color : #000000;
  padding-top : 13px;
  padding-left : 23px;
  padding-right : 23px;
  padding-bottom : 13px;
  margin-bottom : 10px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#content.page-access #page-content> h4, #content.page-company #page-content> h4, #content.page-company1 #page-content> h4, #content.page-company2 #page-content> h4, #content.page-concept #page-content> h4, #content.page-concept1 #page-content> h4, #content.page-contact #page-content> h4, #content.page-custom #page-content> h4, #content.page-custom1 #page-content> h4, #content.page-custom2 #page-content> h4, #content.page-custom3 #page-content> h4, #content.page-law #page-content> h4, #content.page-plan #page-content> h4, #content.page-privacy #page-content> h4, #content.page-recruit #page-content> h4, #content.page-toppage #page-content> h4, #sp-block-container-1> h4, #sp-block-container-2> h4, #sp-block-container-3> h4 {
  font-size : 1.6rem;
  font-weight : normal;
  color : #000000;
  padding-top : 1em;
  padding-left : 23px;
  padding-bottom : 0.3em;
  margin-bottom : 12px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

#content.page-access #page-content> h5, #content.page-company #page-content> h5, #content.page-company1 #page-content> h5, #content.page-company2 #page-content> h5, #content.page-concept #page-content> h5, #content.page-concept1 #page-content> h5, #content.page-contact #page-content> h5, #content.page-custom #page-content> h5, #content.page-custom1 #page-content> h5, #content.page-custom2 #page-content> h5, #content.page-custom3 #page-content> h5, #content.page-law #page-content> h5, #content.page-plan #page-content> h5, #content.page-privacy #page-content> h5, #content.page-recruit #page-content> h5, #content.page-toppage #page-content> h5, #sp-block-container-1> h5, #sp-block-container-2> h5, #sp-block-container-3> h5 {
  font-size : 1.5rem;
  font-weight : normal;
  color : #000000;
  padding-top : 1em;
  padding-left : 23px;
  padding-bottom : 0.3em;
  margin-bottom : 12px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

#content.page-access #page-content> h6, #content.page-company #page-content> h6, #content.page-company1 #page-content> h6, #content.page-company2 #page-content> h6, #content.page-concept #page-content> h6, #content.page-concept1 #page-content> h6, #content.page-contact #page-content> h6, #content.page-custom #page-content> h6, #content.page-custom1 #page-content> h6, #content.page-custom2 #page-content> h6, #content.page-custom3 #page-content> h6, #content.page-law #page-content> h6, #content.page-plan #page-content> h6, #content.page-privacy #page-content> h6, #content.page-recruit #page-content> h6, #content.page-toppage #page-content> h6, #sp-block-container-1> h6, #sp-block-container-2> h6, #sp-block-container-3> h6 {
  font-size : 1.4rem;
  font-weight : normal;
  color : #000000;
  padding-top : 1em;
  padding-left : 23px;
  padding-bottom : 0.3em;
  margin-bottom : 12px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

#content.page-access #page-content> p, #content.page-company #page-content> p, #content.page-company1 #page-content> p, #content.page-company2 #page-content> p, #content.page-concept #page-content> p, #content.page-concept1 #page-content> p, #content.page-contact #page-content> p, #content.page-custom #page-content> p, #content.page-custom1 #page-content> p, #content.page-custom2 #page-content> p, #content.page-custom3 #page-content> p, #content.page-law #page-content> p, #content.page-plan #page-content> p, #content.page-privacy #page-content> p, #content.page-recruit #page-content> p, #content.page-toppage #page-content> p, #sp-block-container-1> p, #sp-block-container-2> p, #sp-block-container-3> p {
  font-size : 1.4rem;
  line-height : 1.4;
  color : #666666;
  text-align : left;
  padding-left : 0.1em;
  padding-right : 0.1em;
  margin-top : 0.5em;
  margin-bottom : 1.5em;
}

#content.page-access #page-content> p.indent, #content.page-company #page-content> p.indent, #content.page-company1 #page-content> p.indent, #content.page-company2 #page-content> p.indent, #content.page-concept #page-content> p.indent, #content.page-concept1 #page-content> p.indent, #content.page-contact #page-content> p.indent, #content.page-custom #page-content> p.indent, #content.page-custom1 #page-content> p.indent, #content.page-custom2 #page-content> p.indent, #content.page-custom3 #page-content> p.indent, #content.page-law #page-content> p.indent, #content.page-plan #page-content> p.indent, #content.page-privacy #page-content> p.indent, #content.page-recruit #page-content> p.indent, #content.page-toppage #page-content> p.indent, #sp-block-container-1> p.indent, #sp-block-container-2> p.indent, #sp-block-container-3> p.indent {
  padding-left : 1em;
}

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

  #content.page-access #page-content, #content.page-company #page-content, #content.page-company1 #page-content, #content.page-company2 #page-content, #content.page-concept #page-content, #content.page-concept1 #page-content, #content.page-contact #page-content, #content.page-custom #page-content, #content.page-custom1 #page-content, #content.page-custom2 #page-content, #content.page-custom3 #page-content, #content.page-law #page-content, #content.page-plan #page-content, #content.page-privacy #page-content, #content.page-recruit #page-content, #content.page-toppage #page-content, #sp-block-container-1, #sp-block-container-2, #sp-block-container-3 {
    width : 100%;
  }
}

#sp-page-title-10> h1, #sp-page-title-11> h1, #sp-page-title-13> h1, #sp-page-title-14> h1, #sp-page-title-15> h1, #sp-page-title-16> h1, #sp-page-title-3> h1, #sp-page-title-6> h1, #sp-page-title-7> h1 {
  font-size : 19px;
  font-weight : bold;
  color : #2a2a2a;
  padding-top : 10px;
  padding-left : 23px;
  padding-right : 15px;
  padding-bottom : 4px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #b43030;
  position : relative;
}

#sp-page-title-1> h1, #sp-page-title-12> h1, #sp-page-title-2> h1, #sp-page-title-4> h1, #sp-page-title-5> h1, #sp-page-title-8> h1, #sp-page-title-9> h1 {
  font-size : 19px;
  font-weight : bold;
  color : #2a2a2a;
  padding-top : 10px;
  padding-left : 23px;
  padding-right : 15px;
  padding-bottom : 4px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #8cb430;
  position : relative;
}

#sp-definition-list-1, #sp-definition-list-2, #sp-definition-list-3, #sp-definition-list-6, #sp-definition-list-7, #sp-definition-list-8 {
  margin-top : 0px;
  margin-left : 1rem;
  margin-right : 1rem;
  margin-bottom : 15px;
}

#sp-definition-list-1> dd, #sp-definition-list-2> dd, #sp-definition-list-3> dd, #sp-definition-list-6> dd, #sp-definition-list-7> dd, #sp-definition-list-8> dd {
  margin-left : 94px;
  margin-bottom : 25px;
}

#sp-definition-list-1> dt, #sp-definition-list-2> dt, #sp-definition-list-3> dt, #sp-definition-list-6> dt, #sp-definition-list-7> dt, #sp-definition-list-8> dt {
  font-weight : bold;
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 10px;
  border-left-width : 3px;
  border-left-style : solid;
  border-left-color : #777777;
}

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

  #sp-definition-list-1> dd, #sp-definition-list-2> dd, #sp-definition-list-3> dd, #sp-definition-list-6> dd, #sp-definition-list-7> dd, #sp-definition-list-8> dd {
    padding-left : 7px;
    margin-left : 5px;
  }
}

#sp-list-3, #sp-list-4, #sp-list-5 {
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 10px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
}

#sp-list-3 li, #sp-list-4 li, #sp-list-5 li {
  background-image : url(img/icon_arrow.png);
  background-repeat : no-repeat;
  background-position : left 10px;
  padding-top : 0.5em;
  padding-left : 20px;
  margin-bottom : 1em;
}

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

  #sp-list-3, #sp-list-4, #sp-list-5 {
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 10px;
    margin-bottom : 0px;
    list-style-type : none;
    list-style-position : outside;
  }

  #sp-list-3> li, #sp-list-4> li, #sp-list-5> li {
    background-position : left 10px;
  }
}

#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 : #515151;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #515151;
}

#sp-block-container-4> h1 {
  color : #000000;
}

#sp-block-container-4> h2 {
  color : #000000;
}

#sp-block-container-4> h3 {
  color : #000000;
}

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

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

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

#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-4> p.indent {
  padding-left : 10px;
}

#sp-block-container-4> strong {
  font-weight : bold;
  color : #515151;
}

#sp-wp-login-button-1 {
  text-align : right;
}

#sp-wp-login-button-1 a {
  color : #666666;
  text-decoration : underline;
}

#sp-wp-login-button-1 a:active {
  color : #0049bb;
  text-decoration : underline;
}

#sp-wp-login-button-1 a:hover {
  color : #0049bb;
  text-decoration : underline;
}

#sp-wp-post-list-1 {
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
}

#sp-wp-post-list-1 .hpb-more-entry {
  text-align : right;
  margin-right : 15px;
}

#sp-wp-post-list-1 .hpb-more-entry> a {
  display : inline-block;
  position : relative;
}

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

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

#sp-wp-post-list-1 article {
  margin-top : 0px;
  margin-left : 25px;
  margin-right : 25px;
  margin-bottom : 25px;
}

#sp-wp-post-list-1 article> div {
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}

#sp-wp-post-list-1 dl {
  margin-top : 0px;
  margin-left : 25px;
  margin-right : 25px;
  margin-bottom : 15px;
}

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

#sp-wp-post-list-1 h3 {
  font-size : 1.7rem;
  font-weight : normal;
  color : #000000;
  padding-top : 13px;
  padding-left : 23px;
  padding-right : 23px;
  padding-bottom : 13px;
  margin-bottom : 10px;
  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-wp-post-list-1 li {
  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;
  padding-top : 0px;
  padding-left : 25px;
  padding-right : 10px;
  padding-bottom : 0px;
  margin-bottom : 5px;
  list-style-type : none;
  list-style-position : outside;
}

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

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

#sp-wp-post-list-1 ul {
  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;
  padding-top : 10px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 15px;
  list-style-type : none;
  list-style-position : outside;
}

#sp-wp-post-list-1.hpb-viewtype-content dd {
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-left : 0px;
  margin-bottom : 20px;
}

#sp-wp-post-list-1.hpb-viewtype-content dl {
  padding-top : 0px;
  padding-left : 32px;
  padding-right : 32px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
}

#sp-wp-post-list-1.hpb-viewtype-content dt {
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 5px;
}

#sp-wp-post-list-1.hpb-viewtype-date a {
  color : #333333;
}

#sp-wp-post-list-1.hpb-viewtype-date a:hover {
  color : #ff0000;
}

#sp-wp-post-list-1.hpb-viewtype-date dd {
  padding-top : 0px;
  padding-left : 120px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-left : 0px;
  margin-bottom : 5px;
}

#sp-wp-post-list-1.hpb-viewtype-date dl {
  overflow : hidden;
}

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

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

  #sp-wp-post-list-1 .hpb-more-entry {
    text-align : right;
    margin-right : 10px;
  }

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

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

  #sp-wp-post-list-1 article {
    margin-top : 10px;
    margin-left : 10px;
    margin-right : 10px;
    margin-bottom : 25px;
  }

  #sp-wp-post-list-1 dd {
    margin-left : 0px;
  }

  #sp-wp-post-list-1 dl {
    margin-top : 0px;
    margin-left : 10px;
    margin-right : 10px;
    margin-bottom : 10px;
  }

  #sp-wp-post-list-1 li {
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
  }

  #sp-wp-post-list-1.hpb-viewtype-date dt {
    padding-left : 0px;
    float : left;
    clear : left;
  }
}

#sp-definition-list-4, #sp-definition-list-5 {
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  max-width : 1000px;
  list-style-type : none;
}

#sp-definition-list-4 dd, #sp-definition-list-5 dd {
  padding-top : 1px;
  padding-left : 16px;
  padding-right : 0px;
  padding-bottom : 7px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-definition-list-4 dt, #sp-definition-list-5 dt {
  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-definition-list-4> dd, #sp-definition-list-5> dd {
  color : #333333;
}

#sp-definition-list-4> dt, #sp-definition-list-5> dt {
  font-weight : bold;
  color : #333333;
}

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

  #sp-image-1, #sp-image-3, #sp-image-4, #sp-image-5, #sp-image-6, #sp-image-7 {
  }
}

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

  #sp-image-1, #sp-image-3, #sp-image-4, #sp-image-5, #sp-image-6, #sp-image-7 {
    max-width : 100%;
  }
}

#sp-form-1, #sp-form-2, #sp-form-3 {
  font-size : 1.6rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight : normal;
  background-color : #ffffff;
  padding-top : 40px;
  padding-left : 56px;
  padding-right : 56px;
  padding-bottom : 40px;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
  box-shadow : 0px 0px 8px rgba(0, 0, 0, 0.2);
  position : relative;
}

#sp-form-1 input, #sp-form-2 input, #sp-form-3 input {
  font-size : 1.4rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  color : #6d6d6d;
  padding-top : 8px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 8px;
  margin-top : 6px;
  margin-left : 0px;
  margin-right : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d0d0d0;
  border-left-color : #d0d0d0;
  border-right-color : #d0d0d0;
  border-bottom-color : #d0d0d0;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
  box-shadow : 0px 3px 3px rgba(0, 0, 0, 0.06) inset;
  width : 100%;
  box-sizing : border-box;
}

#sp-form-1 input:focus, #sp-form-2 input:focus, #sp-form-3 input:focus {
  background-color : #f4f4f4;
}

#sp-form-1 input[type="radio"], #sp-form-2 input[type="radio"], #sp-form-3 input[type="radio"] {
  vertical-align : baseline;
  margin-right : 3px;
  width : 20px;
}

#sp-form-1 td, #sp-form-2 td, #sp-form-3 td {
  text-align : left;
  padding-top : 0px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 0px;
  margin-left : 16px;
  margin-bottom : 10px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  width : auto;
}

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

#sp-form-1 textarea:focus, #sp-form-2 textarea:focus, #sp-form-3 textarea:focus {
  background-color : #f4f4f4;
}

#sp-form-1 textarea[name="message"], #sp-form-2 textarea[name="message"], #sp-form-3 textarea[name="message"] {
  font-style : normal;
  padding-top : 8px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 8px;
  margin-top : 5px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d0d0d0;
  border-left-color : #d0d0d0;
  border-right-color : #d0d0d0;
  border-bottom-color : #d0d0d0;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
  box-shadow : 0px 3px 3px rgba(0, 0, 0, 0.06) inset;
  width : 100%;
  height : 75px;
  box-sizing : border-box;
}

#sp-form-1 th, #sp-form-2 th, #sp-form-3 th {
  color : #ffffff;
  background-color : #49b8ff;
  text-align : left;
  padding-top : 0px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 0px;
  width : auto;
  text-shadow : 0px 0px 1px rgba(0, 0, 0, 0.4);
}

#sp-form-1> input[type="submit"], #sp-form-2> input[type="submit"], #sp-form-3> input[type="submit"] {
  font-size : 1.5rem;
  color : #ffffff;
  background-color : #49b8ff;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 10px;
  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 : #6db0da;
  border-left-color : #6db0da;
  border-right-color : #6db0da;
  border-bottom-color : #6db0da;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
  width : 80px;
  height : 36px;
  float : right;
  position : relative;
  cursor : pointer;
  text-shadow : 0px 0px 1px rgba(0, 0, 0, 0.4);
}

#sp-form-1> input[type="submit"]:active, #sp-form-2> input[type="submit"]:active, #sp-form-3> input[type="submit"]:active {
  background-color : #2aabfd;
  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-form-1> input[type="submit"]:hover, #sp-form-2> input[type="submit"]:hover, #sp-form-3> input[type="submit"]:hover {
  background-color : #2aabfd;
  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-form-1> table, #sp-form-2> table, #sp-form-3> table {
  color : #888888;
  width : 100%;
}

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

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

  #sp-form-1 input, #sp-form-2 input, #sp-form-3 input {
    margin-top : 5px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 100%;
  }

  #sp-form-1 input[type="submit"], #sp-form-2 input[type="submit"], #sp-form-3 input[type="submit"] {
    float : right;
    position : relative;
  }

  #sp-form-1 input[type="text"], #sp-form-2 input[type="text"], #sp-form-3 input[type="text"] {
    padding-top : 15px;
    padding-left : 5px;
    padding-right : 5px;
    padding-bottom : 15px;
    width : 100%;
  }

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

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

  #sp-form-1 textarea, #sp-form-2 textarea, #sp-form-3 textarea {
    width : 100%;
  }

  #sp-form-1 textarea[name="message"], #sp-form-2 textarea[name="message"], #sp-form-3 textarea[name="message"] {
    padding-top : 5px;
    padding-left : 5px;
    padding-right : 5px;
    padding-bottom : 5px;
    width : 100%;
  }

  #sp-form-1 th, #sp-form-2 th, #sp-form-3 th {
    padding-top : 5px;
    padding-left : 8px;
    padding-right : 8px;
    padding-bottom : 5px;
    margin-left : 0px;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    width : auto;
    display : block;
  }
}

#sp-list-1 {
}

#sp-list-1> li {
  font-size : 1.4rem;
}

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

#sp-site-navigation-2 {
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : dotted;
  border-left-style : dotted;
  border-right-style : dotted;
  border-bottom-style : dotted;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

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

  #sp-block-container-1 {
    margin-right : 0px;
    width : 401px;
    min-height : 110px;
    position : absolute;
    top : 45px;
    left : 50%;
  }

  #sp-block-container-1 p {
    font-size : 1.3rem;
    color : #ffffff;
    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-definition-list-3 {
    min-height : 421px;
  }

  #sp-definition-list-4 {
    margin-top : 92px;
  }

  #sp-definition-list-6 {
    min-height : 287px;
  }

  #sp-form-1 {
    margin-top : 4px;
    margin-bottom : 23px;
    width : 509px;
    min-height : 453px;
  }

  #sp-form-2 {
    margin-top : -9px;
    width : 530px;
    min-height : 292px;
  }

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

  #sp-image-2 {
    width : 182px;
    height : 188px;
  }

  #sp-image-4 {
    width : 234px;
    height : 118px;
  }

  #sp-list-1 {
    margin-bottom : -23px;
    width : 714px;
    min-height : 162px;
  }
}

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

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

  #sp-block-container-1 p {
    font-size : 1rem;
    color : #ffffff;
    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-image-1 {
    width : 100%;
  }
}
