/*
Theme Name: 新しいサイト2
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.9.0 SP for Windows」によって作成されました。サイト名は「新しいサイト2」、サイトの公開日時は「2021年07月29日15:59」です。
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%;
  }
}
#masthead {
  background-color : #856400;
  position : relative;
}

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

a:focus {
  text-decoration : none;
}

a:hover {
  text-decoration : none;
}

body {
  color : #775d15;
  background-color : #ffffef;
}

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

  #colophon {
    background-color : transparent;
    background-image : url(img/footer-bg.png);
    background-repeat : repeat;
    background-attachment : scroll;
    background-position : 0% 0%;
    background-clip : border-box;
    background-origin : padding-box;
    background-size : auto auto;
    padding-top : 30px;
    padding-bottom : 30px;
    border-bottom-width : 12px;
    border-bottom-style : solid;
    border-bottom-color : #a48301;
  }

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

  #main {
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 30px;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 30px;
    width : 960px;
    overflow : hidden;
  }

  body {
    min-width : 960px;
  }

  body.home {
    background-image : url(img/bg-image1.png);
    background-repeat : repeat-x;
    background-position : left top;
  }
}

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

  #content {
    width : 960px;
  }

  #contenthead {
    width : 960px;
  }
}

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

  #colophon {
    background-color : transparent;
    background-image : url(img/footer-bg.png);
    background-repeat : repeat;
    background-attachment : scroll;
    background-position : 0% 0%;
    background-clip : border-box;
    background-origin : padding-box;
    background-size : auto auto;
    padding-top : 30px;
    padding-bottom : 30px;
    border-bottom-width : 12px;
    border-bottom-style : solid;
    border-bottom-color : #a48301;
    width : 100%;
  }

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

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

  #sp-image-1, #sp-image-10, #sp-image-11, #sp-image-13, #sp-image-14, #sp-image-15, #sp-image-16, #sp-image-17, #sp-image-18, #sp-image-2, #sp-image-3, #sp-image-4, #sp-image-5, #sp-image-6, #sp-image-7, #sp-image-8, #sp-image-9 {
  }
}

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

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

#sp-definition-list-1 {
  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 : 960px;
  list-style-type : none;
}

#sp-definition-list-1 dd {
  padding-top : 0px;
  padding-left : 4px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 10px;
  margin-left : 16px;
  margin-right : 0px;
  margin-bottom : 20px;
  border-bottom-width : 3px;
  border-bottom-style : dotted;
  border-bottom-color : #6ad4bf;
}

#sp-definition-list-1 dt {
  padding-top : 3px;
  padding-left : 5px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #6ad4bf;
}

#sp-definition-list-1> dd {
  color : #333333;
}

#sp-definition-list-1> dt {
  font-weight : bold;
  color : #565656;
}

#breadcrumb-list {
  margin-left : 18px;
}

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

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

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

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

#breadcrumb-list div {
  color : #775d15;
  padding-bottom : 10px;
  margin-top : 10px;
  margin-right : 10px;
  width : auto;
  display : inline-block;
}

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

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

#sp-site-navigation-1 {
  font-size : 1.3rem;
  color : #775d15;
  background-image : url(img/ami.png);
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-site-navigation-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;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : #e6cf92;
  width : 960px;
  list-style-type : none;
  list-style-position : outside;
}

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

#sp-site-navigation-1 ul li {
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : #e6cf92;
}

#sp-site-navigation-1 ul ul {
  background-color : #fbfbe7;
  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 : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #cfb46a;
  border-left-color : #cfb46a;
  border-right-color : #cfb46a;
  border-bottom-color : #cfb46a;
  width : auto;
  min-width : 150px;
  display : none;
  position : absolute;
  top : 99%;
  left : 5px;
  z-index : 9999;
}

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

#sp-site-navigation-1 ul ul li a {
  color : #775d15;
  text-decoration : none;
  padding-top : 5px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 5px;
  border-bottom-width : 0px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
  display : block;
}

#sp-site-navigation-1 ul ul li a:hover {
  color : #775d15;
  background-color : rgba(164, 131, 1, 0.5);
  text-decoration : none;
}

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

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

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

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

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

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

#sp-site-navigation-1> ul {
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 960px;
  max-width : 100%;
  list-style-type : none;
  list-style-position : outside;
}

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

#sp-site-navigation-1> ul> li {
  margin-bottom : 5px;
  float : left;
}

#sp-site-navigation-1> ul> li.current-menu-ancestor> a {
  font-weight : bold;
  background-color : #fbfbe7;
  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 : #cfb46a;
  border-left-color : #cfb46a;
  border-right-color : #cfb46a;
  border-bottom-color : #cfb46a;
}

#sp-site-navigation-1> ul> li.current-menu-item> a {
  font-weight : bold;
  background-color : #fbfbe7;
  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 : #cfb46a;
  border-left-color : #cfb46a;
  border-right-color : #cfb46a;
  border-bottom-color : #cfb46a;
}

#sp-site-navigation-1> ul> li.current_page_ancestor> a {
  font-weight : bold;
  background-color : #fbfbe7;
  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 : #cfb46a;
  border-left-color : #cfb46a;
  border-right-color : #cfb46a;
  border-bottom-color : #cfb46a;
}

#sp-site-navigation-1> ul> li.current_page_item> a {
  font-weight : bold;
  background-color : #fbfbe7;
  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 : #cfb46a;
  border-left-color : #cfb46a;
  border-right-color : #cfb46a;
  border-bottom-color : #cfb46a;
}

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

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

#sp-site-navigation-1> ul> li> a {
  font-weight : bold;
  color : #a48301;
  text-decoration : none;
  padding-top : 1rem;
  padding-left : 1rem;
  padding-right : 1rem;
  padding-bottom : 1rem;
  margin-top : 0px;
  margin-left : 5px;
  margin-right : 5px;
  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 : transparent;
  border-left-color : transparent;
  border-right-color : transparent;
  border-bottom-color : transparent;
  display : block;
}

#sp-site-navigation-1> ul> li> a:hover {
  font-weight : bold;
  background-color : #fbfbe7;
  text-decoration : none;
  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 : #cfb46a;
  border-left-color : #cfb46a;
  border-right-color : #cfb46a;
  border-bottom-color : #cfb46a;
  display : block;
}

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

  #sp-site-navigation-1 {
    padding-top : 0px;
    margin-top : 0px;
    position : relative;
  }

  #sp-site-navigation-1 .menu-toggle {
    background-color : #dacd9a;
    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 ul {
    color : #775d15;
    background-color : #fbfbe7;
    background-image : none;
    text-align : center;
    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 {
    color : #775d15;
    background-image : none;
    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-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #cfb46a;
    width : auto;
    float : none;
  }

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

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

  #sp-site-navigation-1 ul ul li a {
    color : #775d15;
    background-image : none;
    padding-top : 4px;
    padding-left : 50px;
    padding-right : 50px;
    padding-bottom : 4px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  #sp-site-navigation-1 ul ul li a:hover {
    color : #ffffff;
    background-image : none;
    padding-top : 4px;
    padding-left : 50px;
    padding-right : 50px;
    padding-bottom : 4px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  #sp-site-navigation-1 ul ul li.current-menu-ancestor> a {
    color : #ffffff;
    background-image : none;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  #sp-site-navigation-1 ul ul li.current-menu-item> a {
    color : #ffffff;
    background-image : none;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  #sp-site-navigation-1 ul ul li.current_page_ancestor> a {
    color : #ffffff;
    background-image : none;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  #sp-site-navigation-1 ul ul li.current_page_item> a {
    color : #ffffff;
    background-image : none;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  #sp-site-navigation-1 ul ul li:hover {
    color : #ffffff;
    background-image : none;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  #sp-site-navigation-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 {
    font-weight : bold;
    color : #775d15;
    background-image : none;
    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 : medium;
    border-right-width : medium;
    border-bottom-width : 1px;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : solid;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : #cfb46a;
  }

  #sp-site-navigation-1> ul> li.current-menu-item> a {
    font-weight : bold;
    color : #775d15;
    background-image : none;
    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 : medium;
    border-right-width : medium;
    border-bottom-width : 1px;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : solid;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : #cfb46a;
  }

  #sp-site-navigation-1> ul> li.current_page_ancestor> a {
    font-weight : bold;
    color : #775d15;
    background-image : none;
    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 : medium;
    border-right-width : medium;
    border-bottom-width : 1px;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : solid;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : #cfb46a;
  }

  #sp-site-navigation-1> ul> li.current_page_item> a {
    font-weight : bold;
    color : #775d15;
    background-image : none;
    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 : medium;
    border-right-width : medium;
    border-bottom-width : 1px;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : solid;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : #cfb46a;
  }

  #sp-site-navigation-1> ul> li> a {
    color : #775d15;
    background-image : none;
    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-form-1 {
  margin-bottom : 25px;
}

#sp-form-1 input {
  font-size : 1.4rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}

#sp-form-1 input[type="radio"] {
  vertical-align : middle;
  width : 20px;
}

#sp-form-1 input[type="submit"] {
  font-size : 1.4rem;
  color : #555555;
  background-color : #dcdada;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  margin-top : 15px;
  width : auto;
  min-width : 100px;
  float : right;
  position : relative;
  cursor : pointer;
}

#sp-form-1 table {
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #dfd08c;
  border-left-color : #dfd08c;
  width : 100%;
  border-collapse : collapse;
  border-spacing : 0px 0px;
}

#sp-form-1 td {
  background-color : #fffff9;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #dfd08c;
  border-bottom-color : #dfd08c;
  width : auto;
}

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

#sp-form-1 textarea[name="message"] {
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
  height : 150px;
}

#sp-form-1 th {
  font-weight : normal;
  color : #775d15;
  background-color : #f8eecd;
  text-align : left;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #dfd08c;
  border-bottom-color : #dfd08c;
  width : auto;
  min-width : 50px;
}

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

  #sp-form-1 input {
    width : 90%;
  }

  #sp-form-1 table {
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : #dfd08c;
  }

  #sp-form-1 td {
    width : auto;
    display : block;
  }

  #sp-form-1 textarea {
    width : 90%;
  }

  #sp-form-1 th {
    width : auto;
    display : block;
  }
}

#page-content> .large, #sp-block-container-1> .large, #sp-block-container-10> .large, #sp-block-container-11> .large, #sp-block-container-12> .large, #sp-block-container-13> .large, #sp-block-container-14> .large, #sp-block-container-15> .large, #sp-block-container-16> .large, #sp-block-container-17> .large, #sp-block-container-18> .large, #sp-block-container-19> .large, #sp-block-container-2> .large, #sp-block-container-20> .large, #sp-block-container-21> .large, #sp-block-container-22> .large, #sp-block-container-23> .large, #sp-block-container-24> .large, #sp-block-container-25> .large, #sp-block-container-26> .large, #sp-block-container-27> .large, #sp-block-container-28> .large, #sp-block-container-29> .large, #sp-block-container-3> .large, #sp-block-container-30> .large, #sp-block-container-31> .large, #sp-block-container-32> .large, #sp-block-container-33> .large, #sp-block-container-4> .large, #sp-block-container-5> .large, #sp-block-container-6> .large, #sp-block-container-7> .large, #sp-block-container-8> .large, #sp-block-container-9> .large {
  font-size : 1.5rem;
}

#page-content> .medium, #sp-block-container-1> .medium, #sp-block-container-10> .medium, #sp-block-container-11> .medium, #sp-block-container-12> .medium, #sp-block-container-13> .medium, #sp-block-container-14> .medium, #sp-block-container-15> .medium, #sp-block-container-16> .medium, #sp-block-container-17> .medium, #sp-block-container-18> .medium, #sp-block-container-19> .medium, #sp-block-container-2> .medium, #sp-block-container-20> .medium, #sp-block-container-21> .medium, #sp-block-container-22> .medium, #sp-block-container-23> .medium, #sp-block-container-24> .medium, #sp-block-container-25> .medium, #sp-block-container-26> .medium, #sp-block-container-27> .medium, #sp-block-container-28> .medium, #sp-block-container-29> .medium, #sp-block-container-3> .medium, #sp-block-container-30> .medium, #sp-block-container-31> .medium, #sp-block-container-32> .medium, #sp-block-container-33> .medium, #sp-block-container-4> .medium, #sp-block-container-5> .medium, #sp-block-container-6> .medium, #sp-block-container-7> .medium, #sp-block-container-8> .medium, #sp-block-container-9> .medium {
  font-size : 1.4rem;
}

#page-content> .small, #sp-block-container-1> .small, #sp-block-container-10> .small, #sp-block-container-11> .small, #sp-block-container-12> .small, #sp-block-container-13> .small, #sp-block-container-14> .small, #sp-block-container-15> .small, #sp-block-container-16> .small, #sp-block-container-17> .small, #sp-block-container-18> .small, #sp-block-container-19> .small, #sp-block-container-2> .small, #sp-block-container-20> .small, #sp-block-container-21> .small, #sp-block-container-22> .small, #sp-block-container-23> .small, #sp-block-container-24> .small, #sp-block-container-25> .small, #sp-block-container-26> .small, #sp-block-container-27> .small, #sp-block-container-28> .small, #sp-block-container-29> .small, #sp-block-container-3> .small, #sp-block-container-30> .small, #sp-block-container-31> .small, #sp-block-container-32> .small, #sp-block-container-33> .small, #sp-block-container-4> .small, #sp-block-container-5> .small, #sp-block-container-6> .small, #sp-block-container-7> .small, #sp-block-container-8> .small, #sp-block-container-9> .small {
  font-size : 1.2rem;
}

#page-content> .x-large, #sp-block-container-1> .x-large, #sp-block-container-10> .x-large, #sp-block-container-11> .x-large, #sp-block-container-12> .x-large, #sp-block-container-13> .x-large, #sp-block-container-14> .x-large, #sp-block-container-15> .x-large, #sp-block-container-16> .x-large, #sp-block-container-17> .x-large, #sp-block-container-18> .x-large, #sp-block-container-19> .x-large, #sp-block-container-2> .x-large, #sp-block-container-20> .x-large, #sp-block-container-21> .x-large, #sp-block-container-22> .x-large, #sp-block-container-23> .x-large, #sp-block-container-24> .x-large, #sp-block-container-25> .x-large, #sp-block-container-26> .x-large, #sp-block-container-27> .x-large, #sp-block-container-28> .x-large, #sp-block-container-29> .x-large, #sp-block-container-3> .x-large, #sp-block-container-30> .x-large, #sp-block-container-31> .x-large, #sp-block-container-32> .x-large, #sp-block-container-33> .x-large, #sp-block-container-4> .x-large, #sp-block-container-5> .x-large, #sp-block-container-6> .x-large, #sp-block-container-7> .x-large, #sp-block-container-8> .x-large, #sp-block-container-9> .x-large {
  font-size : 1.8rem;
}

#page-content> .x-small, #sp-block-container-1> .x-small, #sp-block-container-10> .x-small, #sp-block-container-11> .x-small, #sp-block-container-12> .x-small, #sp-block-container-13> .x-small, #sp-block-container-14> .x-small, #sp-block-container-15> .x-small, #sp-block-container-16> .x-small, #sp-block-container-17> .x-small, #sp-block-container-18> .x-small, #sp-block-container-19> .x-small, #sp-block-container-2> .x-small, #sp-block-container-20> .x-small, #sp-block-container-21> .x-small, #sp-block-container-22> .x-small, #sp-block-container-23> .x-small, #sp-block-container-24> .x-small, #sp-block-container-25> .x-small, #sp-block-container-26> .x-small, #sp-block-container-27> .x-small, #sp-block-container-28> .x-small, #sp-block-container-29> .x-small, #sp-block-container-3> .x-small, #sp-block-container-30> .x-small, #sp-block-container-31> .x-small, #sp-block-container-32> .x-small, #sp-block-container-33> .x-small, #sp-block-container-4> .x-small, #sp-block-container-5> .x-small, #sp-block-container-6> .x-small, #sp-block-container-7> .x-small, #sp-block-container-8> .x-small, #sp-block-container-9> .x-small {
  font-size : 1.1rem;
}

#page-content> .xx-large, #sp-block-container-1> .xx-large, #sp-block-container-10> .xx-large, #sp-block-container-11> .xx-large, #sp-block-container-12> .xx-large, #sp-block-container-13> .xx-large, #sp-block-container-14> .xx-large, #sp-block-container-15> .xx-large, #sp-block-container-16> .xx-large, #sp-block-container-17> .xx-large, #sp-block-container-18> .xx-large, #sp-block-container-19> .xx-large, #sp-block-container-2> .xx-large, #sp-block-container-20> .xx-large, #sp-block-container-21> .xx-large, #sp-block-container-22> .xx-large, #sp-block-container-23> .xx-large, #sp-block-container-24> .xx-large, #sp-block-container-25> .xx-large, #sp-block-container-26> .xx-large, #sp-block-container-27> .xx-large, #sp-block-container-28> .xx-large, #sp-block-container-29> .xx-large, #sp-block-container-3> .xx-large, #sp-block-container-30> .xx-large, #sp-block-container-31> .xx-large, #sp-block-container-32> .xx-large, #sp-block-container-33> .xx-large, #sp-block-container-4> .xx-large, #sp-block-container-5> .xx-large, #sp-block-container-6> .xx-large, #sp-block-container-7> .xx-large, #sp-block-container-8> .xx-large, #sp-block-container-9> .xx-large {
  font-size : 2rem;
}

#page-content> .xx-small, #sp-block-container-1> .xx-small, #sp-block-container-10> .xx-small, #sp-block-container-11> .xx-small, #sp-block-container-12> .xx-small, #sp-block-container-13> .xx-small, #sp-block-container-14> .xx-small, #sp-block-container-15> .xx-small, #sp-block-container-16> .xx-small, #sp-block-container-17> .xx-small, #sp-block-container-18> .xx-small, #sp-block-container-19> .xx-small, #sp-block-container-2> .xx-small, #sp-block-container-20> .xx-small, #sp-block-container-21> .xx-small, #sp-block-container-22> .xx-small, #sp-block-container-23> .xx-small, #sp-block-container-24> .xx-small, #sp-block-container-25> .xx-small, #sp-block-container-26> .xx-small, #sp-block-container-27> .xx-small, #sp-block-container-28> .xx-small, #sp-block-container-29> .xx-small, #sp-block-container-3> .xx-small, #sp-block-container-30> .xx-small, #sp-block-container-31> .xx-small, #sp-block-container-32> .xx-small, #sp-block-container-33> .xx-small, #sp-block-container-4> .xx-small, #sp-block-container-5> .xx-small, #sp-block-container-6> .xx-small, #sp-block-container-7> .xx-small, #sp-block-container-8> .xx-small, #sp-block-container-9> .xx-small {
  font-size : 1rem;
}

#page-content> em, #sp-block-container-1> em, #sp-block-container-10> em, #sp-block-container-11> em, #sp-block-container-12> em, #sp-block-container-13> em, #sp-block-container-14> em, #sp-block-container-15> em, #sp-block-container-16> em, #sp-block-container-17> em, #sp-block-container-18> em, #sp-block-container-19> em, #sp-block-container-2> em, #sp-block-container-20> em, #sp-block-container-21> em, #sp-block-container-22> em, #sp-block-container-23> em, #sp-block-container-24> em, #sp-block-container-25> em, #sp-block-container-26> em, #sp-block-container-27> em, #sp-block-container-28> em, #sp-block-container-29> em, #sp-block-container-3> em, #sp-block-container-30> em, #sp-block-container-31> em, #sp-block-container-32> em, #sp-block-container-33> em, #sp-block-container-4> em, #sp-block-container-5> em, #sp-block-container-6> em, #sp-block-container-7> em, #sp-block-container-8> em, #sp-block-container-9> em {
  font-style : oblique;
  color : #775d15;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #775d15;
}

#page-content> h1, #sp-block-container-1> h1, #sp-block-container-10> h1, #sp-block-container-11> h1, #sp-block-container-12> h1, #sp-block-container-13> h1, #sp-block-container-14> h1, #sp-block-container-15> h1, #sp-block-container-16> h1, #sp-block-container-17> h1, #sp-block-container-18> h1, #sp-block-container-19> h1, #sp-block-container-2> h1, #sp-block-container-20> h1, #sp-block-container-21> h1, #sp-block-container-22> h1, #sp-block-container-23> h1, #sp-block-container-24> h1, #sp-block-container-25> h1, #sp-block-container-26> h1, #sp-block-container-27> h1, #sp-block-container-28> h1, #sp-block-container-29> h1, #sp-block-container-3> h1, #sp-block-container-30> h1, #sp-block-container-31> h1, #sp-block-container-32> h1, #sp-block-container-33> h1, #sp-block-container-4> h1, #sp-block-container-5> h1, #sp-block-container-6> h1, #sp-block-container-7> h1, #sp-block-container-8> h1, #sp-block-container-9> h1 {
  font-size : 2.4rem;
  font-family : "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, 'Hiragino Mincho ProN';
  font-weight : normal;
  color : #a48301;
  text-align : left;
}

#page-content> h2, #sp-block-container-1> h2, #sp-block-container-10> h2, #sp-block-container-11> h2, #sp-block-container-12> h2, #sp-block-container-13> h2, #sp-block-container-14> h2, #sp-block-container-15> h2, #sp-block-container-16> h2, #sp-block-container-17> h2, #sp-block-container-18> h2, #sp-block-container-19> h2, #sp-block-container-2> h2, #sp-block-container-20> h2, #sp-block-container-21> h2, #sp-block-container-22> h2, #sp-block-container-23> h2, #sp-block-container-24> h2, #sp-block-container-25> h2, #sp-block-container-26> h2, #sp-block-container-27> h2, #sp-block-container-28> h2, #sp-block-container-29> h2, #sp-block-container-3> h2, #sp-block-container-30> h2, #sp-block-container-31> h2, #sp-block-container-32> h2, #sp-block-container-33> h2, #sp-block-container-4> h2, #sp-block-container-5> h2, #sp-block-container-6> h2, #sp-block-container-7> h2, #sp-block-container-8> h2, #sp-block-container-9> h2 {
  font-size : 2.1rem;
  font-family : "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, 'Hiragino Mincho ProN';
  font-weight : normal;
  color : #a48301;
}

#page-content> h3, #sp-block-container-1> h3, #sp-block-container-10> h3, #sp-block-container-11> h3, #sp-block-container-12> h3, #sp-block-container-13> h3, #sp-block-container-14> h3, #sp-block-container-15> h3, #sp-block-container-16> h3, #sp-block-container-17> h3, #sp-block-container-18> h3, #sp-block-container-19> h3, #sp-block-container-2> h3, #sp-block-container-20> h3, #sp-block-container-21> h3, #sp-block-container-22> h3, #sp-block-container-23> h3, #sp-block-container-24> h3, #sp-block-container-25> h3, #sp-block-container-26> h3, #sp-block-container-27> h3, #sp-block-container-28> h3, #sp-block-container-29> h3, #sp-block-container-3> h3, #sp-block-container-30> h3, #sp-block-container-31> h3, #sp-block-container-32> h3, #sp-block-container-33> h3, #sp-block-container-4> h3, #sp-block-container-5> h3, #sp-block-container-6> h3, #sp-block-container-7> h3, #sp-block-container-8> h3, #sp-block-container-9> h3 {
  font-size : 1.8rem;
  font-family : "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, 'Hiragino Mincho ProN';
  font-weight : normal;
  color : #a48301;
  text-align : left;
  padding-top : 10px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 1.2em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #e6cf92;
  clear : both;
}

#page-content> h4, #sp-block-container-1> h4, #sp-block-container-10> h4, #sp-block-container-11> h4, #sp-block-container-12> h4, #sp-block-container-13> h4, #sp-block-container-14> h4, #sp-block-container-15> h4, #sp-block-container-16> h4, #sp-block-container-17> h4, #sp-block-container-18> h4, #sp-block-container-19> h4, #sp-block-container-2> h4, #sp-block-container-20> h4, #sp-block-container-21> h4, #sp-block-container-22> h4, #sp-block-container-23> h4, #sp-block-container-24> h4, #sp-block-container-25> h4, #sp-block-container-26> h4, #sp-block-container-27> h4, #sp-block-container-28> h4, #sp-block-container-29> h4, #sp-block-container-3> h4, #sp-block-container-30> h4, #sp-block-container-31> h4, #sp-block-container-32> h4, #sp-block-container-33> h4, #sp-block-container-4> h4, #sp-block-container-5> h4, #sp-block-container-6> h4, #sp-block-container-7> h4, #sp-block-container-8> h4, #sp-block-container-9> h4 {
  font-size : 1.6rem;
  font-family : "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, 'Hiragino Mincho ProN';
  font-weight : normal;
  line-height : 1.2;
  color : #a48301;
  background-color : #f9f4e2;
  text-align : left;
  padding-top : 10px;
  padding-left : 15px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1em;
  clear : both;
}

#page-content> h5, #sp-block-container-1> h5, #sp-block-container-10> h5, #sp-block-container-11> h5, #sp-block-container-12> h5, #sp-block-container-13> h5, #sp-block-container-14> h5, #sp-block-container-15> h5, #sp-block-container-16> h5, #sp-block-container-17> h5, #sp-block-container-18> h5, #sp-block-container-19> h5, #sp-block-container-2> h5, #sp-block-container-20> h5, #sp-block-container-21> h5, #sp-block-container-22> h5, #sp-block-container-23> h5, #sp-block-container-24> h5, #sp-block-container-25> h5, #sp-block-container-26> h5, #sp-block-container-27> h5, #sp-block-container-28> h5, #sp-block-container-29> h5, #sp-block-container-3> h5, #sp-block-container-30> h5, #sp-block-container-31> h5, #sp-block-container-32> h5, #sp-block-container-33> h5, #sp-block-container-4> h5, #sp-block-container-5> h5, #sp-block-container-6> h5, #sp-block-container-7> h5, #sp-block-container-8> h5, #sp-block-container-9> h5 {
  font-size : 1.4rem;
  font-family : "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, 'Hiragino Mincho ProN';
  font-weight : normal;
  line-height : 1.2;
  color : #a48301;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 1em;
  clear : both;
}

#page-content> h6, #sp-block-container-1> h6, #sp-block-container-10> h6, #sp-block-container-11> h6, #sp-block-container-12> h6, #sp-block-container-13> h6, #sp-block-container-14> h6, #sp-block-container-15> h6, #sp-block-container-16> h6, #sp-block-container-17> h6, #sp-block-container-18> h6, #sp-block-container-19> h6, #sp-block-container-2> h6, #sp-block-container-20> h6, #sp-block-container-21> h6, #sp-block-container-22> h6, #sp-block-container-23> h6, #sp-block-container-24> h6, #sp-block-container-25> h6, #sp-block-container-26> h6, #sp-block-container-27> h6, #sp-block-container-28> h6, #sp-block-container-29> h6, #sp-block-container-3> h6, #sp-block-container-30> h6, #sp-block-container-31> h6, #sp-block-container-32> h6, #sp-block-container-33> h6, #sp-block-container-4> h6, #sp-block-container-5> h6, #sp-block-container-6> h6, #sp-block-container-7> h6, #sp-block-container-8> h6, #sp-block-container-9> h6 {
  font-size : 1.2rem;
  font-family : "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, 'Hiragino Mincho ProN';
  font-weight : normal;
  color : #a48301;
}

#page-content> hr, #sp-block-container-1> hr, #sp-block-container-10> hr, #sp-block-container-11> hr, #sp-block-container-12> hr, #sp-block-container-13> hr, #sp-block-container-14> hr, #sp-block-container-15> hr, #sp-block-container-16> hr, #sp-block-container-17> hr, #sp-block-container-18> hr, #sp-block-container-19> hr, #sp-block-container-2> hr, #sp-block-container-20> hr, #sp-block-container-21> hr, #sp-block-container-22> hr, #sp-block-container-23> hr, #sp-block-container-24> hr, #sp-block-container-25> hr, #sp-block-container-26> hr, #sp-block-container-27> hr, #sp-block-container-28> hr, #sp-block-container-29> hr, #sp-block-container-3> hr, #sp-block-container-30> hr, #sp-block-container-31> hr, #sp-block-container-32> hr, #sp-block-container-33> hr, #sp-block-container-4> hr, #sp-block-container-5> hr, #sp-block-container-6> hr, #sp-block-container-7> hr, #sp-block-container-8> hr, #sp-block-container-9> hr {
  color : #f4e9c6;
  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 : #f4e9c6;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : 1px;
}

#page-content> p, #sp-block-container-1> p, #sp-block-container-10> p, #sp-block-container-11> p, #sp-block-container-12> p, #sp-block-container-13> p, #sp-block-container-14> p, #sp-block-container-15> p, #sp-block-container-16> p, #sp-block-container-17> p, #sp-block-container-18> p, #sp-block-container-19> p, #sp-block-container-2> p, #sp-block-container-20> p, #sp-block-container-21> p, #sp-block-container-22> p, #sp-block-container-23> p, #sp-block-container-24> p, #sp-block-container-25> p, #sp-block-container-26> p, #sp-block-container-27> p, #sp-block-container-28> p, #sp-block-container-29> p, #sp-block-container-3> p, #sp-block-container-30> p, #sp-block-container-31> p, #sp-block-container-32> p, #sp-block-container-33> p, #sp-block-container-4> p, #sp-block-container-5> p, #sp-block-container-6> p, #sp-block-container-7> p, #sp-block-container-8> p, #sp-block-container-9> p {
  font-size : 1.4rem;
  line-height : 1.4;
  color : #775d15;
  text-align : left;
  padding-left : 0.1em;
  padding-right : 0.1em;
  margin-top : 0.5em;
  margin-bottom : 1.5em;
}

#page-content> p.indent, #sp-block-container-1> p.indent, #sp-block-container-10> p.indent, #sp-block-container-11> p.indent, #sp-block-container-12> p.indent, #sp-block-container-13> p.indent, #sp-block-container-14> p.indent, #sp-block-container-15> p.indent, #sp-block-container-16> p.indent, #sp-block-container-17> p.indent, #sp-block-container-18> p.indent, #sp-block-container-19> p.indent, #sp-block-container-2> p.indent, #sp-block-container-20> p.indent, #sp-block-container-21> p.indent, #sp-block-container-22> p.indent, #sp-block-container-23> p.indent, #sp-block-container-24> p.indent, #sp-block-container-25> p.indent, #sp-block-container-26> p.indent, #sp-block-container-27> p.indent, #sp-block-container-28> p.indent, #sp-block-container-29> p.indent, #sp-block-container-3> p.indent, #sp-block-container-30> p.indent, #sp-block-container-31> p.indent, #sp-block-container-32> p.indent, #sp-block-container-33> p.indent, #sp-block-container-4> p.indent, #sp-block-container-5> p.indent, #sp-block-container-6> p.indent, #sp-block-container-7> p.indent, #sp-block-container-8> p.indent, #sp-block-container-9> p.indent {
  padding-left : 5px;
}

#page-content> strong, #sp-block-container-1> strong, #sp-block-container-10> strong, #sp-block-container-11> strong, #sp-block-container-12> strong, #sp-block-container-13> strong, #sp-block-container-14> strong, #sp-block-container-15> strong, #sp-block-container-16> strong, #sp-block-container-17> strong, #sp-block-container-18> strong, #sp-block-container-19> strong, #sp-block-container-2> strong, #sp-block-container-20> strong, #sp-block-container-21> strong, #sp-block-container-22> strong, #sp-block-container-23> strong, #sp-block-container-24> strong, #sp-block-container-25> strong, #sp-block-container-26> strong, #sp-block-container-27> strong, #sp-block-container-28> strong, #sp-block-container-29> strong, #sp-block-container-3> strong, #sp-block-container-30> strong, #sp-block-container-31> strong, #sp-block-container-32> strong, #sp-block-container-33> strong, #sp-block-container-4> strong, #sp-block-container-5> strong, #sp-block-container-6> strong, #sp-block-container-7> strong, #sp-block-container-8> strong, #sp-block-container-9> strong {
  font-weight : bold;
  color : #775d15;
}

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

  #page-content, #sp-block-container-1, #sp-block-container-10, #sp-block-container-11, #sp-block-container-12, #sp-block-container-13, #sp-block-container-14, #sp-block-container-15, #sp-block-container-16, #sp-block-container-17, #sp-block-container-18, #sp-block-container-19, #sp-block-container-2, #sp-block-container-20, #sp-block-container-21, #sp-block-container-22, #sp-block-container-23, #sp-block-container-24, #sp-block-container-25, #sp-block-container-26, #sp-block-container-27, #sp-block-container-28, #sp-block-container-29, #sp-block-container-3, #sp-block-container-30, #sp-block-container-31, #sp-block-container-32, #sp-block-container-33, #sp-block-container-4, #sp-block-container-5, #sp-block-container-6, #sp-block-container-7, #sp-block-container-8, #sp-block-container-9 {
  }
}

#sp-table-1, #sp-table-10, #sp-table-11, #sp-table-12, #sp-table-13, #sp-table-14, #sp-table-15, #sp-table-16, #sp-table-17, #sp-table-18, #sp-table-19, #sp-table-20, #sp-table-21, #sp-table-22, #sp-table-23, #sp-table-24, #sp-table-25, #sp-table-26, #sp-table-27, #sp-table-28, #sp-table-29, #sp-table-30, #sp-table-31, #sp-table-32, #sp-table-33, #sp-table-34, #sp-table-35, #sp-table-36, #sp-table-37, #sp-table-38, #sp-table-39, #sp-table-4, #sp-table-40, #sp-table-41, #sp-table-42, #sp-table-43, #sp-table-44, #sp-table-5, #sp-table-6, #sp-table-7, #sp-table-8, #sp-table-9 {
  font-size : 1.4rem;
  margin-top : 10px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 10px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #dfd08c;
  border-left-color : #dfd08c;
  width : 100%;
  border-collapse : collapse;
}

#sp-table-1 td, #sp-table-10 td, #sp-table-11 td, #sp-table-12 td, #sp-table-13 td, #sp-table-14 td, #sp-table-15 td, #sp-table-16 td, #sp-table-17 td, #sp-table-18 td, #sp-table-19 td, #sp-table-20 td, #sp-table-21 td, #sp-table-22 td, #sp-table-23 td, #sp-table-24 td, #sp-table-25 td, #sp-table-26 td, #sp-table-27 td, #sp-table-28 td, #sp-table-29 td, #sp-table-30 td, #sp-table-31 td, #sp-table-32 td, #sp-table-33 td, #sp-table-34 td, #sp-table-35 td, #sp-table-36 td, #sp-table-37 td, #sp-table-38 td, #sp-table-39 td, #sp-table-4 td, #sp-table-40 td, #sp-table-41 td, #sp-table-42 td, #sp-table-43 td, #sp-table-44 td, #sp-table-5 td, #sp-table-6 td, #sp-table-7 td, #sp-table-8 td, #sp-table-9 td {
  color : #775d15;
  background-color : #fffff7;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #dfd08c;
  border-bottom-color : #dfd08c;
  display : table-cell;
}

#sp-table-1 th, #sp-table-10 th, #sp-table-11 th, #sp-table-12 th, #sp-table-13 th, #sp-table-14 th, #sp-table-15 th, #sp-table-16 th, #sp-table-17 th, #sp-table-18 th, #sp-table-19 th, #sp-table-20 th, #sp-table-21 th, #sp-table-22 th, #sp-table-23 th, #sp-table-24 th, #sp-table-25 th, #sp-table-26 th, #sp-table-27 th, #sp-table-28 th, #sp-table-29 th, #sp-table-30 th, #sp-table-31 th, #sp-table-32 th, #sp-table-33 th, #sp-table-34 th, #sp-table-35 th, #sp-table-36 th, #sp-table-37 th, #sp-table-38 th, #sp-table-39 th, #sp-table-4 th, #sp-table-40 th, #sp-table-41 th, #sp-table-42 th, #sp-table-43 th, #sp-table-44 th, #sp-table-5 th, #sp-table-6 th, #sp-table-7 th, #sp-table-8 th, #sp-table-9 th {
  color : #a48301;
  background-color : #f8eecd;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #dfd08c;
  border-bottom-color : #dfd08c;
  min-width : 40px;
  display : table-cell;
}

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

  #sp-table-1, #sp-table-10, #sp-table-11, #sp-table-12, #sp-table-13, #sp-table-14, #sp-table-15, #sp-table-16, #sp-table-17, #sp-table-18, #sp-table-19, #sp-table-20, #sp-table-21, #sp-table-22, #sp-table-23, #sp-table-24, #sp-table-25, #sp-table-26, #sp-table-27, #sp-table-28, #sp-table-29, #sp-table-30, #sp-table-31, #sp-table-32, #sp-table-33, #sp-table-34, #sp-table-35, #sp-table-36, #sp-table-37, #sp-table-38, #sp-table-39, #sp-table-4, #sp-table-40, #sp-table-41, #sp-table-42, #sp-table-43, #sp-table-44, #sp-table-5, #sp-table-6, #sp-table-7, #sp-table-8, #sp-table-9 {
    width : 100%;
  }
}

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

#sp-list-1> li, #sp-list-2> li, #sp-list-3> li, #sp-list-4> li, #sp-list-5> li, #sp-list-6> li {
  background-color : transparent;
  background-image : url(img/list-01.png);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : 15px 0.8em;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 5px;
  padding-left : 40px;
  padding-right : 10px;
  padding-bottom : 5px;
}

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

  #sp-list-1> li, #sp-list-2> li, #sp-list-3> li, #sp-list-4> li, #sp-list-5> li, #sp-list-6> li {
    background-color : transparent;
    background-image : url(img/list-01.png);
    background-repeat : no-repeat;
    background-attachment : scroll;
    background-position : 5px 0.8em;
    background-clip : border-box;
    background-origin : padding-box;
    background-size : auto auto;
    padding-top : 5px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 5px;
  }
}

#sp-site-navigation-2 {
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 30px;
  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> ul {
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
  list-style-position : outside;
}

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

#sp-site-navigation-2> ul> li::after {
  color : #dca000;
  margin-top : 0px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 0px;
  content : "/";
}

#sp-site-navigation-2> ul> li:last-child::after {
  content : "";
}

#sp-site-navigation-2> ul> li> a {
  line-height : 1.5;
  color : #dca000;
  text-decoration : none;
  margin-left : 10px;
}

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

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

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

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

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

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

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

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

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

  #sp-site-navigation-2.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-2.button-menu li {
    background-color : #ffffff;
  }

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

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

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

  #sp-site-navigation-2> ul> li::after {
    margin-top : 0px;
    margin-left : 5px;
    margin-right : 5px;
    margin-bottom : 0px;
    content : "";
  }
}

#sp-site-branding-1 {
  background-color : #856400;
  background-repeat : repeat-x;
  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 : 8px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #a48301;
  border-bottom-color : #a17901;
  width : 100%;
}

#sp-site-branding-1 .inner-box {
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 960px;
}

#sp-site-branding-1 .site-description {
  font-size : 1.2rem;
  font-weight : normal;
  color : #f4e9c6;
  text-align : left;
  margin-top : 0px;
  margin-left : 10px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 960px;
  height : 3rem;
  float : left;
  display : block;
  position : absolute;
  top : 0.5rem;
}

#sp-site-branding-1 .site-title {
  padding-top : 31px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 680px;
  min-height : 115px;
  overflow : hidden;
}

#sp-site-branding-1 .site-title a {
  background-image : url(img/site-logo-1.png);
  background-repeat : no-repeat;
  text-indent : -9999px;
  width : 680px;
  height : 96px;
  float : left;
  display : block;
}

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

  #sp-site-branding-1 {
    padding-top : 0px;
    border-top-width : 4px;
    border-top-style : solid;
    border-top-color : #a48301;
    width : 100%;
  }

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

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

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

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

#sp-page-title-1> h1, #sp-page-title-10> h1, #sp-page-title-11> h1, #sp-page-title-12> h1, #sp-page-title-13> h1, #sp-page-title-14> h1, #sp-page-title-2> h1, #sp-page-title-3> h1, #sp-page-title-4> h1, #sp-page-title-5> h1, #sp-page-title-6> h1, #sp-page-title-7> h1, #sp-page-title-8> h1 {
  font-size : 2.1rem;
  font-family : "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, 'Hiragino Mincho ProN';
  font-weight : normal;
  line-height : 1.2;
  color : #a48301;
  background-color : transparent;
  background-image : url(img/pagetitle_bg-1.png), url(img/pagetitle_bg-2.png);
  background-repeat : no-repeat, repeat-x;
  background-attachment : scroll, scroll;
  background-position : left 0.2em, left bottom;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  padding-top : 12px;
  padding-left : 55px;
  padding-right : 15px;
  padding-bottom : 11px;
  position : relative;
}

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

#sp-wp-login-button-1> a {
  color : #dca000;
  text-decoration : none;
}

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

#sp-wp-login-button-1> active {
  color : #ecbf45;
  text-decoration : underline;
}

#sp-wp-post-list-1, #sp-wp-post-list-2 {
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 35px;
  position : relative;
}

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

#sp-wp-post-list-1 .hpb-more-entry> a, #sp-wp-post-list-2 .hpb-more-entry> a {
  font-size : 1.2rem;
  font-family : Arial, Helvetica, sans-serif;
  color : #a48301;
  text-decoration : none;
  text-align : center;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  display : inline-block;
  position : relative;
}

#sp-wp-post-list-1 .hpb-more-entry> a:active, #sp-wp-post-list-2 .hpb-more-entry> a:active {
  text-decoration : underline;
}

#sp-wp-post-list-1 .hpb-more-entry> a:hover, #sp-wp-post-list-2 .hpb-more-entry> a:hover {
  text-decoration : underline;
}

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

#sp-wp-post-list-1 .nav-next> a, #sp-wp-post-list-2 .nav-next> a {
  font-size : 1.2rem;
  font-family : Arial, Helvetica, sans-serif;
  color : #a48301;
  text-decoration : none;
  text-align : center;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  display : inline-block;
  position : relative;
}

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

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

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

#sp-wp-post-list-1 .nav-previous> a, #sp-wp-post-list-2 .nav-previous> a {
  font-size : 1.2rem;
  font-family : Arial, Helvetica, sans-serif;
  color : #a48301;
  text-decoration : none;
  text-align : center;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  display : inline-block;
  position : relative;
}

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

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

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

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

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

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

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

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

#sp-wp-post-list-1 ul, #sp-wp-post-list-2 ul {
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
  list-style-type : none;
  list-style-position : outside;
}

#sp-wp-post-list-1.hpb-viewtype-content dd, #sp-wp-post-list-2.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, #sp-wp-post-list-2.hpb-viewtype-content dl {
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
}

#sp-wp-post-list-1.hpb-viewtype-content dt, #sp-wp-post-list-2.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 dd, #sp-wp-post-list-2.hpb-viewtype-date dd {
  line-height : 1.5;
  text-align : left;
  padding-top : 0px;
  padding-left : 180px;
  padding-right : 10px;
  padding-bottom : 0px;
  margin-left : 0px;
  margin-bottom : 10px;
  width : auto;
  min-width : 100px;
  height : auto;
}

#sp-wp-post-list-1.hpb-viewtype-date dd::after, #sp-wp-post-list-2.hpb-viewtype-date dd::after {
  clear : both;
  display : block;
  content : "";
}

#sp-wp-post-list-1.hpb-viewtype-date dl, #sp-wp-post-list-2.hpb-viewtype-date dl {
  margin-bottom : 10px;
  overflow : hidden;
}

#sp-wp-post-list-1.hpb-viewtype-date dt, #sp-wp-post-list-2.hpb-viewtype-date dt {
  font-weight : normal;
  line-height : 1.5;
  background-color : transparent;
  background-image : url(img/list-01.png);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : 15px 0.3em;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-align : left;
  padding-top : 0px;
  padding-left : 35px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 20px;
  margin-bottom : 5px;
  width : auto;
  max-width : 125px;
  float : left;
  clear : both;
}

#sp-wp-post-list-1> h3, #sp-wp-post-list-2> h3 {
  font-size : 1.8rem;
  font-family : "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, 'Hiragino Mincho ProN';
  font-weight : normal;
  color : #a48301;
  text-align : left;
  padding-top : 10px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 1.2em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #e6cf92;
  clear : both;
}

#sp-wp-post-list-1> ul li, #sp-wp-post-list-2> ul li {
  background-color : transparent;
  background-image : url(img/list-01.png);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : 15px 0.8em;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 5px;
  padding-left : 40px;
  padding-right : 10px;
  padding-bottom : 5px;
}

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

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

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

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

  #sp-wp-post-list-1.hpb-viewtype-date dd, #sp-wp-post-list-2.hpb-viewtype-date dd {
    padding-top : 5px;
    padding-left : 20px;
    padding-right : 0px;
    padding-bottom : 5px;
    margin-bottom : 5px;
    max-width : 100%;
    clear : both;
  }

  #sp-wp-post-list-1.hpb-viewtype-date dt, #sp-wp-post-list-2.hpb-viewtype-date dt {
    background-position : 3px 0.7em;
    padding-top : 5px;
    padding-left : 20px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 100%;
    max-width : 100%;
  }

  #sp-wp-post-list-1> ul, #sp-wp-post-list-2> ul {
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 20px;
    list-style-type : none;
    list-style-position : outside;
  }

  #sp-wp-post-list-1> ul> li, #sp-wp-post-list-2> ul> li {
    background-color : transparent;
    background-image : url(img/list-01.png);
    background-repeat : no-repeat;
    background-attachment : scroll;
    background-position : 3px 0.7em;
    background-clip : border-box;
    background-origin : padding-box;
    background-size : auto auto;
    padding-top : 5px;
    padding-left : 20px;
    padding-right : 10px;
    padding-bottom : 5px;
  }
}

#sp-table-3 {
  font-size : 1.4rem;
  color : #3f3f3f;
  background-color : #ffffff;
  width : 100%;
  border-collapse : collapse;
}

#sp-table-3 td {
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #aaaaaa;
  border-left-color : #aaaaaa;
  border-right-color : #aaaaaa;
  border-bottom-color : #aaaaaa;
  display : table-cell;
}

#sp-table-3 th {
  color : #ffffff;
  background-color : #44b2ff;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  min-width : 40px;
  display : table-cell;
}

#sp-table-3> tbody> tr .col-title {
  color : #ffffff;
  background-color : #44b2ff;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : rgba(0, 0, 0, 0.1);
  border-left-color : rgba(0, 0, 0, 0.1);
  border-right-color : rgba(0, 0, 0, 0.1);
  border-bottom-color : rgba(0, 0, 0, 0.1);
}

#sp-table-3> tbody> tr .row-title {
  color : #ffffff;
  background-color : #44b2ff;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : rgba(0, 0, 0, 0.1);
  border-left-color : rgba(0, 0, 0, 0.1);
  border-right-color : rgba(0, 0, 0, 0.1);
  border-bottom-color : rgba(0, 0, 0, 0.1);
}

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

  #sp-table-3 {
    width : 100%;
  }
}

#sp-table-49, #sp-table-50, #sp-table-51 {
  font-size : 1.4rem;
  color : #3f3f3f;
  background-color : #ffffff;
  width : 100%;
  border-collapse : collapse;
}

#sp-table-49 td, #sp-table-50 td, #sp-table-51 td {
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #02c10f;
  border-left-color : #02c10f;
  border-right-color : #02c10f;
  border-bottom-color : #02c10f;
  display : table-cell;
}

#sp-table-49 th, #sp-table-50 th, #sp-table-51 th {
  color : #666666;
  background-color : #d5efcb;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  min-width : 40px;
  display : table-cell;
}

#sp-table-49> tbody> tr .col-title, #sp-table-50> tbody> tr .col-title, #sp-table-51> tbody> tr .col-title {
  color : #666666;
  background-color : #d5efcb;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #02c10f;
  border-left-color : #02c10f;
  border-right-color : #02c10f;
  border-bottom-color : #02c10f;
}

#sp-table-49> tbody> tr .row-title, #sp-table-50> tbody> tr .row-title, #sp-table-51> tbody> tr .row-title {
  color : #666666;
  background-color : #d5efcb;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #02c10f;
  border-left-color : #02c10f;
  border-right-color : #02c10f;
  border-bottom-color : #02c10f;
}

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

  #sp-table-49, #sp-table-50, #sp-table-51 {
    width : 100%;
  }
}

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

  #sp-image-12 {
    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-12 {
    max-width : 100%;
  }
}

#sp-page-title-9 {
  font-size : 1rem;
  line-height : 30px;
  color : #000000;
  text-align : left;
  padding-top : 10px;
  padding-left : 10px;
  margin-bottom : 5px;
  border-bottom-width : 4px;
  border-bottom-style : solid;
  border-bottom-color : #515151;
  width : 100%;
  box-sizing : border-box;
}

#sp-table-45, #sp-table-46, #sp-table-47, #sp-table-48 {
  font-size : 1.4rem;
  color : #333333;
  border-collapse : collapse;
}

#sp-table-45 td, #sp-table-46 td, #sp-table-47 td, #sp-table-48 td {
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
}

#sp-table-45 th, #sp-table-46 th, #sp-table-47 th, #sp-table-48 th {
  color : #666666;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
  min-width : 60px;
}

#sp-table-45> tbody> tr .col-title, #sp-table-46> tbody> tr .col-title, #sp-table-47> tbody> tr .col-title, #sp-table-48> tbody> tr .col-title {
  color : #666666;
  background-color : #f4f4f4;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
}

#sp-table-45> tbody> tr .row-title, #sp-table-46> tbody> tr .row-title, #sp-table-47> tbody> tr .row-title, #sp-table-48> tbody> tr .row-title {
  color : #666666;
  background-color : #f4f4f4;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
}

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

  #sp-table-45, #sp-table-46, #sp-table-47, #sp-table-48 {
    width : 100%;
  }
}

#sp-table-2 {
  font-size : 1.4rem;
  color : #3f3f3f;
  background-color : #ffffff;
  width : 100%;
  border-collapse : collapse;
}

#sp-table-2 td {
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  display : table-cell;
}

#sp-table-2 td:nth-child(odd) {
  background-color : #ffecf8;
}

#sp-table-2 th {
  color : #ffffff;
  background-color : #ff8a8a;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  min-width : 40px;
  display : table-cell;
}

#sp-table-2> tbody> tr .col-title {
  color : #ffffff;
  background-color : #ff8a8a;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-table-2> tbody> tr .row-title {
  color : #ffffff;
  background-color : #ff8a8a;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

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

  #sp-table-2 {
    width : 100%;
  }
}

#sp-block-container-10 {
  background-image : url(img/am500_sc030.jpg);
  background-position : center bottom;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #800000;
  border-left-color : #800000;
  border-right-color : #800000;
  border-bottom-color : #800000;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-11 {
  background-color : transparent;
  background-image : url(img/am100_pl3.jpg);
  background-repeat : no-repeat;
  background-position : center center;
  background-size : cover;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #0080ff;
  border-left-color : #0080ff;
  border-right-color : #0080ff;
  border-bottom-color : #0080ff;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-12 {
  background-image : url(img/am100_pl2.jpg);
  background-repeat : no-repeat;
  background-position : center center;
  background-size : cover;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffff80;
  border-left-color : #ffff80;
  border-right-color : #ffff80;
  border-bottom-color : #ffff80;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-13 {
  background-color : transparent;
  background-image : url(img/am500_sc030.jpg);
  background-repeat : repeat;
  background-position : center bottom;
  background-size : cover;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffff80;
  border-left-color : #ffff80;
  border-right-color : #ffff80;
  border-bottom-color : #ffff80;
}

#sp-block-container-14 {
  background-image : url(img/ak900_sc1.jpg);
  background-repeat : repeat;
  background-position : center center;
  background-size : cover;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #0000ff;
  border-left-color : #0000ff;
  border-right-color : #0000ff;
  border-bottom-color : #0000ff;
}

#sp-block-container-15 {
  background-image : url(img/am100_pl1.jpg);
  background-repeat : repeat;
  background-position : center center;
  background-size : cover;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ff0080;
  border-left-color : #ff0080;
  border-right-color : #ff0080;
  border-bottom-color : #ff0080;
}

#sp-block-container-16 {
  background-image : url(img/am100_sc003.jpg);
  background-repeat : repeat;
  background-position : center top;
  background-size : cover;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #0000a0;
  border-left-color : #0000a0;
  border-right-color : #0000a0;
  border-bottom-color : #0000a0;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-17 {
  background-image : url(img/ak500_pe2.jpg);
  background-repeat : repeat;
  background-position : center center;
  background-size : auto auto,auto auto;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffff00;
  border-left-color : #ffff00;
  border-right-color : #ffff00;
  border-bottom-color : #ffff00;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-18 {
  background-image : url(img/am500_pl2.jpg);
  background-repeat : repeat;
  background-position : center center;
  background-size : auto auto,auto auto;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #0000ff;
  border-left-color : #0000ff;
  border-right-color : #0000ff;
  border-bottom-color : #0000ff;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-19 {
  background-image : url(img/am500_pl3.jpg);
  background-repeat : repeat;
  background-position : center center;
  background-size : auto auto,auto auto;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ff0000;
  border-left-color : #ff0000;
  border-right-color : #ff0000;
  border-bottom-color : #ff0000;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-2 {
  background-image : url(img/am500_pl1.jpg);
  background-repeat : repeat;
  background-position : center center;
  background-size : cover;
}

#sp-block-container-20 {
  background-image : url(img/am500_pl4.jpg);
  background-repeat : repeat;
  background-position : center center;
  background-size : auto auto,auto auto;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #800080;
  border-left-color : #800080;
  border-right-color : #800080;
  border-bottom-color : #800080;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-21 {
  background-image : url(img/am500_sc024.jpg);
  background-repeat : repeat;
  background-position : center top;
  background-size : auto auto,auto auto;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffff00;
  border-left-color : #ffff00;
  border-right-color : #ffff00;
  border-bottom-color : #ffff00;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-22 {
  background-image : url(img/am900_pl080.jpg);
  background-repeat : repeat;
  background-position : center center;
  background-size : auto auto,auto auto;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ff0000;
  border-left-color : #ff0000;
  border-right-color : #ff0000;
  border-bottom-color : #ff0000;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-23 {
  background-color : transparent;
  background-image : url(img/am500_sc034.jpg);
  background-position : center top;
  background-size : cover;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ff8040;
  border-left-color : #ff8040;
  border-right-color : #ff8040;
  border-bottom-color : #ff8040;
}

#sp-block-container-24 {
  background-image : url(img/ak500_pl3.jpg);
  background-repeat : repeat;
  background-position : center center;
  background-size : auto auto,auto auto;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ff0053;
  border-left-color : #ff0053;
  border-right-color : #ff0053;
  border-bottom-color : #ff0053;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-25 {
  background-image : url(img/am900_sc100.jpg);
  background-repeat : repeat;
  background-position : center top;
  background-size : auto auto,auto auto;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #bf00bf;
  border-left-color : #bf00bf;
  border-right-color : #bf00bf;
  border-bottom-color : #bf00bf;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-26 {
  background-color : #ffffff;
  background-image : url(img/am500_sc074.jpg);
  background-repeat : repeat;
  background-position : center center;
  background-size : auto auto,auto auto;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #0000ff;
  border-left-color : #0000ff;
  border-right-color : #0000ff;
  border-bottom-color : #0000ff;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-27 {
  background-color : #ffffff;
  background-image : url(img/am500_fo1.jpg);
  background-position : center top;
  background-size : auto auto,auto auto;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ff0080;
  border-left-color : #ff0080;
  border-right-color : #ff0080;
  border-bottom-color : #ff0080;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-28 {
  background-color : transparent;
  background-image : url(img/am900_sc1.jpg);
  background-repeat : no-repeat;
  background-position : center top;
  background-size : cover;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffff00;
  border-left-color : #ffff00;
  border-right-color : #ffff00;
  border-bottom-color : #ffff00;
}

#sp-block-container-29 {
  background-color : transparent;
  background-image : url(img/ak500_pl4.jpg);
  background-repeat : no-repeat;
  background-position : center center;
  background-size : cover;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #fe5301;
  border-left-color : #fe5301;
  border-right-color : #fe5301;
  border-bottom-color : #fe5301;
}

#sp-block-container-3 {
  background-image : url(img/am500_pl018.jpg);
  background-repeat : repeat;
  background-position : center center;
  background-size : cover;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffff80;
  border-left-color : #ffff80;
  border-right-color : #ffff80;
  border-bottom-color : #ffff80;
}

#sp-block-container-30 {
  background-color : transparent;
  background-image : url(img/am500_sc022.jpg);
  background-repeat : no-repeat;
  background-position : center bottom;
  background-size : cover;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #0000a0;
  border-left-color : #0000a0;
  border-right-color : #0000a0;
  border-bottom-color : #0000a0;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-31 {
  background-color : transparent;
  background-image : url(img/am500_pl022.jpg);
  background-position : center center;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ff8000;
  border-left-color : #ff8000;
  border-right-color : #ff8000;
  border-bottom-color : #ff8000;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-32 {
  background-image : url(img/am900_pe067.jpg);
  background-repeat : repeat;
  background-position : center top;
  background-size : cover;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ff8040;
  border-left-color : #ff8040;
  border-right-color : #ff8040;
  border-bottom-color : #ff8040;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-33 {
  background-image : url(img/am500_sc4.jpg);
  background-repeat : repeat;
  background-position : center top;
  background-size : auto auto,auto auto;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #0000ff;
  border-left-color : #0000ff;
  border-right-color : #0000ff;
  border-bottom-color : #0000ff;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-4 {
  background-image : url(img/am500_sc034.jpg);
  background-repeat : repeat;
  background-position : center top;
  background-size : cover;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-5 {
  background-image : url(img/am100_sc002.jpg);
  background-repeat : repeat;
  background-position : center center;
  background-size : cover;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-6 {
  background-image : url(img/am500_sc036.jpg);
  background-repeat : repeat;
  background-position : center center;
  background-size : auto auto,auto auto;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #000080;
  border-left-color : #000080;
  border-right-color : #000080;
  border-bottom-color : #000080;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-7 {
  background-image : url(img/am500_sc22.jpg);
  background-position : center center;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #0000ff;
  border-left-color : #0000ff;
  border-right-color : #0000ff;
  border-bottom-color : #0000ff;
}

#sp-block-container-8 {
  background-color : #ffffff;
  background-image : url(img/ak500_sc001.jpg);
  background-repeat : no-repeat;
  background-position : center center;
  background-size : cover;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #800000;
  border-left-color : #800000;
  border-right-color : #800000;
  border-bottom-color : #800000;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-block-container-9 {
  background-image : url(img/am500_sc20.jpg);
  background-repeat : repeat;
  background-position : center bottom;
  background-size : auto auto,auto auto;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #0000ff;
  border-left-color : #0000ff;
  border-right-color : #0000ff;
  border-bottom-color : #0000ff;
}

#sp-image-15 {
}

#sp-page-title-9 {
  background-color : transparent;
  background-image : url(img/ak500_pl004.jpg);
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-page-title-9> h1 {
  font-size : 1.7rem;
  color : #aa5500;
}

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

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

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

#sp-table-1> tbody> tr> th.col-title {
  background-color : #ffb9dc;
}

#sp-table-1> tbody> tr> th.row-title {
  background-color : #ffffff;
}

#sp-table-10> tbody> tr> th.col-title {
  background-color : #ffff80;
  background-position : center center;
}

#sp-table-10> tbody> tr> th.row-title {
  background-color : #ffff80;
  background-position : center center;
}

#sp-table-11> tbody> tr> th.col-title {
  background-color : #6db5f5;
  background-position : center center;
}

#sp-table-11> tbody> tr> th.row-title {
  background-color : #6db5f5;
  background-position : center center;
}

#sp-table-12> tbody> tr> th.col-title {
  background-color : #ffff80;
  background-position : center center;
}

#sp-table-12> tbody> tr> th.row-title {
  background-color : #ffff80;
  background-position : center center;
}

#sp-table-13> tbody> tr> th.col-title {
  background-color : #6db5f5;
  background-position : center center;
}

#sp-table-13> tbody> tr> th.row-title {
  background-color : #6db5f5;
  background-position : center center;
}

#sp-table-14> tbody> tr> th.col-title {
  background-image : url(img/am500_sc13.jpg);
  background-position : center top;
}

#sp-table-14> tbody> tr> th.row-title {
  background-image : url(img/am500_sc12.jpg);
}

#sp-table-15> tbody> tr> th.col-title {
  background-image : url(img/am500_sc15.jpg);
  background-position : center top;
}

#sp-table-15> tbody> tr> th.row-title {
  background-image : url(img/am500_sc14.jpg);
  background-position : right top;
}

#sp-table-16> tbody> tr> th.col-title {
  background-image : url(img/am500_sc17.jpg);
  background-position : center top;
}

#sp-table-16> tbody> tr> th.row-title {
  background-image : url(img/am500_sc16.jpg);
  background-position : right top;
}

#sp-table-17> tbody> tr> th.col-title {
  background-image : url(img/am500_sc19.jpg);
  background-position : center top;
}

#sp-table-17> tbody> tr> th.row-title {
  background-image : url(img/am500_sc18.jpg);
  background-position : center top;
}

#sp-table-18> tbody> tr> th.col-title {
  background-color : #ffff80;
}

#sp-table-18> tbody> tr> th.row-title {
  background-color : #ffff80;
}

#sp-table-19> tbody> tr> th.col-title {
  color : #000080;
  background-color : #0080c0;
}

#sp-table-19> tbody> tr> th.row-title {
  color : #000080;
  background-color : #0080c0;
}

#sp-table-20> tbody> tr> th.col-title {
  color : #ff8000;
  background-color : #ffff80;
}

#sp-table-20> tbody> tr> th.row-title {
  color : #ff8000;
  background-color : #ffff80;
}

#sp-table-21> tbody> tr> th.col-title {
  color : #000080;
  background-color : #0080c0;
}

#sp-table-21> tbody> tr> th.row-title {
  color : #000080;
  background-color : #0080c0;
}

#sp-table-22> tbody> tr> th.col-title {
  color : #ff8000;
  background-color : #ffff80;
}

#sp-table-22> tbody> tr> th.row-title {
  color : #ff8000;
  background-color : #ffff80;
}

#sp-table-23> tbody> tr> th.col-title {
  color : #ff0080;
  background-color : #ffb3d9;
}

#sp-table-23> tbody> tr> th.row-title {
  color : #ff0080;
  background-color : #ffb3d9;
}

#sp-table-24> tbody> tr> th.col-title {
  color : #ff0080;
  background-color : #ffff80;
}

#sp-table-24> tbody> tr> th.row-title {
  color : #ff0080;
  background-color : rgba(255, 255, 128, 1);
}

#sp-table-25> tbody> tr> th.col-title {
  color : #ff0080;
  background-color : #ffc8e3;
}

#sp-table-25> tbody> tr> th.row-title {
  color : #ff0080;
  background-color : #ffc8e3;
}

#sp-table-26> tbody> tr> th.col-title {
  color : #ff0080;
  background-color : #ffff80;
}

#sp-table-26> tbody> tr> th.row-title {
  color : #ff0080;
  background-color : #ffff80;
}

#sp-table-27> tbody> tr> th.col-title {
  color : #ff0080;
  background-color : #ffc8e3;
}

#sp-table-27> tbody> tr> th.row-title {
  color : #ff0080;
  background-color : #ffc8e3;
}

#sp-table-28> tbody> tr> th.col-title {
  background-color : #000044;
}

#sp-table-28> tbody> tr> th.row-title {
  background-color : #000044;
  background-image : none;
  background-repeat : no-repeat;
  background-position : center bottom;
  background-size : auto auto,auto auto;
}

#sp-table-29> tbody> tr> th.col-title {
  background-color : #000044;
}

#sp-table-29> tbody> tr> th.row-title {
  background-color : #000044;
}

#sp-table-30> tbody> tr> th.col-title {
  background-color : #800000;
}

#sp-table-30> tbody> tr> th.row-title {
  background-color : #800000;
}

#sp-table-31> tbody> tr> th.col-title {
  background-color : #000044;
}

#sp-table-31> tbody> tr> th.row-title {
  background-color : #000044;
}

#sp-table-32> tbody> tr> th.col-title {
  background-color : #ff8080;
}

#sp-table-32> tbody> tr> th.row-title {
  background-color : #ff8080;
}

#sp-table-33> tbody> tr> th.col-title {
  color : #ff0080;
  background-color : #ffff80;
}

#sp-table-33> tbody> tr> th.row-title {
  color : #ff0080;
  background-color : #ffff80;
}

#sp-table-34> tbody> tr> th.col-title {
  color : #000040;
  background-color : #6db5f5;
}

#sp-table-34> tbody> tr> th.row-title {
  color : #000040;
  background-color : #6db5f5;
}

#sp-table-35> tbody> tr> th.col-title {
  color : #ff0080;
  background-color : #ffff80;
}

#sp-table-35> tbody> tr> th.row-title {
  color : #ff0080;
  background-color : #ffff80;
}

#sp-table-36> tbody> tr> th.col-title {
  color : #000040;
  background-color : #6db5f5;
}

#sp-table-36> tbody> tr> th.row-title {
  color : #000040;
  background-color : #6db5f5;
}

#sp-table-37> tbody> tr> th.col-title {
  color : #ff0080;
  background-color : #ffff80;
}

#sp-table-37> tbody> tr> th.row-title {
  color : #ff0080;
  background-color : #ffff80;
}

#sp-table-38> tbody> tr> th.col-title {
  color : #000040;
  background-color : #6db5f5;
}

#sp-table-38> tbody> tr> th.row-title {
  color : #000040;
  background-color : #6db5f5;
}

#sp-table-39> tbody> tr> th.col-title {
  background-color : #fed3ed;
}

#sp-table-39> tbody> tr> th.row-title {
  background-color : #fed3ed;
}

#sp-table-4> tbody> tr> th.col-title {
  font-size : 1.2rem;
  color : #000000;
  background-color : #ff80c0;
}

#sp-table-4> tbody> tr> th.row-title {
  font-size : 1.2rem;
  color : #000000;
  background-color : #ff80c0;
}

#sp-table-40> tbody> tr> th.col-title {
  background-color : rgba(255, 255, 128, 0.6);
}

#sp-table-40> tbody> tr> th.row-title {
  background-color : rgba(255, 255, 128, 0.6);
}

#sp-table-41> tbody> tr> th.col-title {
  background-color : rgba(255, 255, 128, 0.6);
}

#sp-table-41> tbody> tr> th.row-title {
  background-color : rgba(255, 255, 128, 0.6);
}

#sp-table-42> tbody> tr> th.col-title {
  background-color : rgba(255, 255, 128, 0.6);
}

#sp-table-42> tbody> tr> th.row-title {
  background-color : rgba(255, 255, 128, 0.6);
}

#sp-table-43> tbody> tr> th.col-title {
  background-color : rgba(255, 255, 128, 0.6);
}

#sp-table-43> tbody> tr> th.row-title {
  background-color : rgba(255, 255, 128, 0.6);
}

#sp-table-44> tbody> tr> th.col-title {
  background-color : rgba(255, 255, 128, 0.6);
}

#sp-table-44> tbody> tr> th.row-title {
  background-color : rgba(255, 255, 128, 0.6);
}

#sp-table-5> tbody> tr> th.col-title {
  font-size : 1.2rem;
  color : #000000;
  background-color : #d500d5;
}

#sp-table-5> tbody> tr> th.row-title {
  font-size : 1.2rem;
  color : #000000;
  background-color : #d500d5;
}

#sp-table-6> tbody> tr> th.col-title {
  font-size : 1.2rem;
  color : #000000;
  background-color : #8080ff;
}

#sp-table-6> tbody> tr> th.row-title {
  font-size : 1.2rem;
  color : #000000;
  background-color : #8080ff;
}

#sp-table-7> tbody> tr> th.col-title {
  color : #ff0000;
  background-color : #ff8080;
}

#sp-table-7> tbody> tr> th.row-title {
  background-color : #ff8080;
}

#sp-table-8> tbody> tr> th.col-title {
  color : #0000ff;
  background-color : #febf61;
}

#sp-table-8> tbody> tr> th.row-title {
  color : #000040;
  background-color : #febf61;
}

#sp-table-9> tbody> tr> th.col-title {
  color : #800080;
  background-color : #80ff80;
}

#sp-table-9> tbody> tr> th.row-title {
  color : #400040;
  background-color : #80ff80;
}

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

  #sp-block-container-22 {
    min-height : 49px;
  }

  #sp-block-container-4 {
    min-height : 52px;
  }

  #sp-definition-list-1 {
    width : 185px;
  }

  #sp-image-1 {
    margin-top : 15px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 15px;
    width : 963px;
    height : 625px;
  }

  #sp-image-10 {
    width : 216px;
    height : 169px;
  }

  #sp-image-11 {
    width : 216px;
    height : 169px;
  }

  #sp-image-12 {
    width : 147px;
    height : 147px;
    float : right;
  }

  #sp-image-13 {
    width : 258px;
    height : 180px;
    float : right;
  }

  #sp-image-14 {
    width : 258px;
    height : 180px;
    float : right;
  }

  #sp-image-15 {
    width : 216px;
    height : 169px;
  }

  #sp-image-16 {
    width : 216px;
    height : 169px;
  }

  #sp-image-17 {
    width : 216px;
    height : 169px;
  }

  #sp-image-18 {
    width : 216px;
    height : 169px;
  }

  #sp-image-2 {
    width : 154px;
    height : 221px;
  }

  #sp-image-4 {
    width : 216px;
    height : 169px;
  }

  #sp-image-5 {
    width : 216px;
    height : 169px;
  }

  #sp-image-6 {
    width : 216px;
    height : 169px;
  }

  #sp-image-7 {
    width : 216px;
    height : 169px;
  }

  #sp-image-8 {
    width : 216px;
    height : 169px;
  }

  #sp-image-9 {
    width : 216px;
    height : 169px;
  }

  #sp-page-title-1 {
  }

  #sp-site-navigation-1 {
  }

  #sp-table-19 {
    width : 960px;
    min-height : 307px;
  }

  #sp-table-2 {
  }

  #sp-table-3 {
    margin-bottom : 5px;
    width : 960px;
  }

  #sp-table-49 {
  }

  #sp-table-50 {
  }

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

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

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