@charset "UTF-8";
/*--
bodyのフォントサイズは bootstrap/sass/dev/_variables.scss で定義する
--*/
/* orange */
/* brown */
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 991px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  background: #fae8db;
}

/* Layouts
---------------------*/
@media (max-width: 991px) {
  #page {
    padding-top: 50px;
  }
}

/* PrimaryNav
---------------------*/
#primary-nav {
  z-index: 15000;
  position: relative;
}
#primary-nav .menu {
  display: flex;
  background: url(../img/nav_split.png) no-repeat left center;
}
#primary-nav .menu > li {
  width: 20%;
}
#primary-nav .menu > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 25px 15px;
  color: #40210f;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: url(../img/nav_split.png) no-repeat right center;
}
#primary-nav .menu > li > a:hover {
  color: #6A3906;
}
#primary-nav .sub-menu-more {
  margin-left: 10px;
}

#primary-nav.mouseover .menu > li.current-menu-item > span > a,
#primary-nav.mouseover .menu > li.current-menu-ancestor > span > a {
  color: #3b5170;
}

#primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#primary-nav ul.menu > li {
  position: relative;
  padding: 0;
}

#primary-nav ul.sub-menu {
  width: 300px;
  border-top: 1px solid #eee;
}
@media (min-width: 768px) {
  #primary-nav ul.sub-menu {
    padding: 0;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    z-index: 51;
  }
}
#primary-nav ul.sub-menu li a {
  display: block;
  padding: 12px 20px;
  color: #40210F;
  text-decoration: none;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: rgb(255, 255, 255);
}
#primary-nav ul.sub-menu li a:hover {
  background: #fcfaf9;
}

#primary-nav ul li:hover > ul.sub-menu {
  display: block;
}

a {
  color: #F29600;
}

a:hover {
  color: #1c71bc;
}

.tel-number-white a {
  color: #fff;
}

@font-face {}
@font-face {
  font-family: "BebasNeue Regular";
  src: url("../fonts/BebasNeue-Regular.eot");
  src: url("../fonts/BebasNeue-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-Regular.woff") format("woff"), url("../fonts/BebasNeue-Regular.ttf") format("truetype"), url("../fonts/BebasNeue-Regular.svg#glyphicons_halflingsregular") format("svg");
}
.bebasneue-bold,
.num {
  font-family: "BebasNeue Bold";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal !important;
}

.bebasneue {
  font-family: "BebasNeue Regular";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal !important;
}

/* Elements
---------------------*/
.nowrap {
  white-space: nowrap;
}

.relative {
  position: relative;
}

.img-border img {
  border: 1px solid #fff;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  img.alignright {
    float: right;
  }
}

img.img-hover:hover {
  opacity: 0.8;
}

.required {
  color: #e00;
  font-size: 0.9em;
  font-weight: normal;
}

.widget_sp_image img {
  max-width: 100%;
  height: auto;
}

.font-size-16 {
  font-size: 16px;
}
.font-size-16.btn {
  font-size: 16px;
}

.wp-caption {
  max-width: 100% !important;
}
.wp-caption .wp-caption-text {
  margin-top: 5px;
  color: #6A3906;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.row.padding-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.row.padding-20 .col {
  padding-left: 20px;
  padding-right: 20px;
}
.row.padding-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.row.padding-30 .col {
  padding-left: 30px;
  padding-right: 30px;
}

/* Header
---------------------*/
#header {
  margin-bottom: 20px;
}
#header h1.description {
  margin: 0;
  padding-top: 6px;
  color: #ab8f7d;
  font-size: 12px;
}
#header .header__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  #header .header__inner {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
#header .header__inner {
  justify-content: space-between;
}
#header #logo-wrap {
  float: left;
  padding-top: 22px;
  padding-bottom: 30px;
}
#header #logo-wrap .logo {
  font-size: 1.4em;
  font-weight: bold;
}
#header #logo-wrap a {
  color: #40210F;
}
#header #logo-wrap a:hover {
  text-decoration: none;
}
#header .header__right {
  flex: 1;
}
#header .header-contact {
  padding-top: 38px;
  color: #595757;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
#header .header-contact .tel {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
#header .header-contact .hours {
  display: inline-block;
}
#header .header-contact .hours .title {
  color: #00a199;
}
#header .header-contact .hours-note {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 5px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  background: #6a3907;
  border-radius: 8px;
}

@media (max-width: 767px) {
  #wpadminbar {
    display: none;
  }
}
@media (min-width: 992px) {
  #header-xs {
    height: 50px;
  }
}
#header-xs #header-xs-bar {
  height: 50px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15001;
  border-bottom: 1px solid #ded0bf;
  background: #fff;
}
#header-xs #header-xs-bar #hamburger {
  float: right;
  height: 50px;
  padding: 5px 15px 0;
  font-size: 26px;
  line-height: 2px;
  color: #6A3906;
  cursor: pointer;
  text-align: center;
}
#header-xs #header-xs-bar #hamburger .icon {
  display: block;
}
#header-xs #header-xs-bar #hamburger .icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0c9";
}
#header-xs #header-xs-bar #hamburger .title {
  display: block;
}
#header-xs #header-xs-bar #hamburger .title:before {
  width: 4em;
  content: "メニュー";
  font-size: 9px;
  text-align: center;
}
#header-xs #header-xs-bar .logo-xs .logo-xs-text {
  display: inline-block;
  padding: 15px 0 0 15px;
  font-weight: bold;
}
#header-xs #header-xs-bar .logo-xs img {
  padding-top: 6px;
  padding-left: 5px;
  width: 300px;
  height: auto;
}
@media (min-width: 992px) {
  #header-xs #header-xs-bar .logo-xs img {
    padding-top: 0;
    max-width: 100%;
    height: auto;
  }
}
#header-xs #xs-nav {
  visibility: hidden;
  width: calc(100% - 50px);
  height: 100%;
  right: -100%;
  position: fixed;
  top: 0px;
  z-index: 15000;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#header-xs #xs-nav nav {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #6A3906;
  overflow-y: auto;
}
#header-xs #xs-nav a {
  display: block;
  position: relative;
  padding: 12px 25px;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#header-xs #xs-nav a .sub-menu-more {
  width: 1em;
  padding: 12px 25px;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  transform: translateX(50px);
}
#header-xs #xs-nav a br {
  display: none;
}
#header-xs #xs-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header-xs #xs-nav .sub-menu {
  display: none;
}
#header-xs #xs-nav .sub-menu a {
  background: rgba(0, 0, 0, 0.1);
}
#header-xs #xs-nav .sub-menu-active > .sub-menu {
  display: block;
}
#header-xs #xs-nav .menu-tel {
  font-weight: bold;
  font-size: 1.2em;
}
#header-xs #xs-nav .menu-item-has-children > span > a {
  width: calc(100% - 50px);
}
#header-xs.nav-active #header-xs-bar #hamburger {
  color: #fff;
  background: #6A3906;
}
#header-xs.nav-active #header-xs-bar #hamburger .icon:before {
  content: "\f00d";
}
#header-xs.nav-active #header-xs-bar #hamburger .title:before {
  content: "閉じる";
}
#header-xs.nav-active #xs-nav {
  visibility: visible;
  right: 0;
}

/* SecondaryNav
---------------------*/
#secondary-nav-top {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  text-align: right;
}
#secondary-nav-top ul {
  margin: 0;
  padding: 0;
}
#secondary-nav-top li {
  display: inline-block;
  margin-left: 30px;
}
#secondary-nav-top li:first-child {
  margin-left: 0;
}
#secondary-nav-top li a {
  font-size: 14px;
  color: #40210F;
  text-decoration: none;
}
#secondary-nav-top li a:hover {
  color: #F29600;
}

#secondary-nav {
  margin-top: 30px;
}
#secondary-nav li {
  display: inline-block;
  margin-left: 30px;
}
#secondary-nav li:first-child {
  margin-left: 0;
}
#secondary-nav li a {
  font-size: 14px;
  color: #40210F;
  text-decoration: none;
}
#secondary-nav li a:hover {
  color: #F29600;
}

#sp-menu {
  margin: 0 0 0px;
  padding: 1em 0;
  text-align: center;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
}

#sp-nav .nav-close {
  display: block;
  margin: 0 20px 10px 20px;
  padding: 1em;
  color: #fff;
  text-align: center;
  background: #164d72;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

#sp-nav .nav-close:hover {
  background: #103752;
}

@media (max-width: 991px) {
  #sp-nav {
    clear: both;
    overflow: hidden;
    max-height: 0;
    background: #f7f1f0;
    transition: all 0.5s ease;
  }
  #sp-nav.active {
    max-height: 55em;
    overflow: auto;
  }
  #sp-nav {
    width: 100%;
  }
  #sp-nav li {
    list-style: none;
  }
  #sp-nav li a {
    display: block;
    text-decoration: none;
    color: #901d0f;
    padding: 15px 0 15px 20px;
    text-align: left;
    border: 0;
  }
  #sp-nav li a:hover {
    color: #d92c16;
    background: #fcfafa;
  }
  #sp-nav ul {
    margin-bottom: 0;
    padding: 0;
  }
  #sp-nav ul.sub-menu {
    padding-left: 20px;
  }
  #sp-nav ul.menu > li > a {
    font-weight: bold;
  }
  #sp-nav .sp-none {
    display: none;
  }
}
#primary-nav-collapse {
  position: relative;
}

/* Sidebar
---------------------*/
#sidebar {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 992px) {
  #sidebar {
    /* sideba left */
    /* sideba right */
    float: right;
    width: 25%;
  }
}

#sidebar .widget {
  margin-bottom: 20px;
}

#sidebar .widget.widget-localnavigation-gps,
#sidebar .widget.widget.widget_archive,
#sidebar .widget.widget.widget_categories,
#sidebar .widget.popular-posts {
  position: relative;
  margin-bottom: 40px;
}
#sidebar .widget.widget-localnavigation-gps h2,
#sidebar .widget.widget.widget_archive h2,
#sidebar .widget.widget.widget_categories h2,
#sidebar .widget.popular-posts h2 {
  padding: 0 5px 20px 5px;
  font-size: 17px;
  font-weight: normal;
  border-bottom: 2px solid #F29600;
}
#sidebar .widget.widget-localnavigation-gps ul,
#sidebar .widget.widget.widget_archive ul,
#sidebar .widget.widget.widget_categories ul,
#sidebar .widget.popular-posts ul {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
#sidebar .widget.widget-localnavigation-gps li,
#sidebar .widget.widget.widget_archive li,
#sidebar .widget.widget.widget_categories li,
#sidebar .widget.popular-posts li {
  padding: 1px 0;
}
#sidebar .widget.widget-localnavigation-gps li a,
#sidebar .widget.widget.widget_archive li a,
#sidebar .widget.widget.widget_categories li a,
#sidebar .widget.popular-posts li a {
  display: block;
  position: relative;
  padding: 10px 0;
  color: #40210F;
  font-size: 14px;
  font-weight: bold;
}
#sidebar .widget.widget-localnavigation-gps li a:hover,
#sidebar .widget.widget.widget_archive li a:hover,
#sidebar .widget.widget.widget_categories li a:hover,
#sidebar .widget.popular-posts li a:hover {
  color: #F29600;
  text-decoration: none;
}
#sidebar .widget.widget-localnavigation-gps ul.sub-menu,
#sidebar .widget.widget.widget_archive ul.sub-menu,
#sidebar .widget.widget.widget_categories ul.sub-menu,
#sidebar .widget.popular-posts ul.sub-menu {
  border-top: 1px solid #eee8e0;
}
#sidebar .widget.widget-localnavigation-gps ul.sub-menu a,
#sidebar .widget.widget.widget_archive ul.sub-menu a,
#sidebar .widget.widget.widget_categories ul.sub-menu a,
#sidebar .widget.popular-posts ul.sub-menu a {
  padding-left: 24px;
  background: url(../img/sub_menu_li.png) no-repeat 5px center;
}
#sidebar .widget.widget-localnavigation-gps ul.sub-menu li li a,
#sidebar .widget.widget.widget_archive ul.sub-menu li li a,
#sidebar .widget.widget.widget_categories ul.sub-menu li li a,
#sidebar .widget.popular-posts ul.sub-menu li li a {
  padding-left: 40px;
  background: url(../img/sub_menu_li_li.png) no-repeat 14px center;
}
#sidebar .widget.widget-localnavigation-gps ul.sub-menu li:last-child,
#sidebar .widget.widget.widget_archive ul.sub-menu li:last-child,
#sidebar .widget.widget.widget_categories ul.sub-menu li:last-child,
#sidebar .widget.popular-posts ul.sub-menu li:last-child {
  border: 0;
}

.widget-localnavigation-gps h2 {
  display: none;
}

#sidebar img {
  max-width: 100%;
  height: auto;
}

/* Footer
---------------------*/
#footer-all-wrap {
  margin-top: 80px;
}
.home #footer-all-wrap {
  margin-top: 0;
}

#footer {
  padding-top: 30px;
  padding-bottom: 20px;
}
#footer .footer-description {
  border-top: 1px dotted #6a3906;
  margin-bottom: 25px;
  padding-top: 15px;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  #footer .footer-description {
    font-size: 13px;
  }
}
#footer nav {
  text-align: center;
}
#footer a {
  color: #40210F;
}
#footer a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f105";
  margin-right: 0.2em;
  color: #F29600;
}
#footer a br {
  display: none;
}
#footer li {
  display: inline-block;
  margin-right: 2em;
}

#back-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
}
@media (min-width: 768px) {
  #back-top {
    bottom: 40px;
    right: 40px;
  }
}
#back-top a {
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3em;
  border-radius: 1.5em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #F29600;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#back-top a:hover {
  color: #F29600;
  background: #fff;
  line-height: 2em;
  border: 1px solid #F29600;
}

#footer-bottom {
  padding: 10px 0;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  background: #003472;
}

/* Archive
---------------------*/
.archive .content-content .archive-heading {
  margin-bottom: 40px;
}

/* Search
---------------------*/
.search-results .search-heading-title {
  font-size: 1.1em;
}
.search-results .navigation {
  margin-top: 30px;
}

/* Content Header
---------------------*/
@media (max-width: 991px) {
  #content-header {
    margin-top: 20px;
  }
}
#content-header .heading {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 40px 40px 40px 40px;
}
@media (min-width: 768px) {
  #content-header .heading {
    padding: 60px 40px 60px 80px;
  }
}
@media (min-width: 1200px) {
  #content-header .heading {
    padding-left: 100px;
  }
}
#content-header .heading {
  font-size: 28px;
}
@media (min-width: 768px) {
  #content-header .heading {
    font-size: 35px;
  }
}
#content-header .heading {
  line-height: 1;
  background: url(../img/content_header.png) right center;
  background-size: cover;
  border: 10px solid #ded0bf;
  border-radius: 20px;
  text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
}
@media (min-width: 768px) {
  #content-header .heading:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 128px;
    height: 77px;
    background: url(../img/content_header_icon.png);
  }
}

.breadcrumbs {
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}
.breadcrumbs li {
  display: inline;
  float: none;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/* Content
---------------------*/
#content {
  min-height: 1px;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  line-height: 1.6;
}
@media (min-width: 992px) {
  #content {
    float: left;
    /* sideba left */
    /* sidebar right */
    width: 72%;
  }
}
.page #content {
  float: none;
}
@media (min-width: 992px) {
  .page #content {
    /* sideba left */
    /* sidebar right */
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .page #content {
    width: 80%;
  }
}
.page #content #content-inner {
  padding: 50px 15px;
}
@media (min-width: 768px) {
  .page #content #content-inner {
    padding: 50px 40px;
  }
}
.page #content #content-inner {
  background: #fff;
  border-radius: 20px;
}
.page-template-one-column #content, .search-results #content {
  width: 100%;
}
@media (min-width: 992px) {
  .page-template-two-column #content, .page-template-allposts #content {
    float: left;
    /* sideba left */
    /* sidebar right */
    width: 72%;
  }
}

/* Single
---------------------*/
.single #content-inner {
  padding: 50px 15px;
}
@media (min-width: 768px) {
  .single #content-inner {
    padding: 50px 40px;
  }
}
.single #content-inner {
  background: #fff;
  border-radius: 20px;
}
.single .title-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}
.single .title-wrap .heading {
  margin-top: 20px;
  font-size: 22px;
}
.single .cat a {
  display: inline-block;
  padding: 4px 15px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  border-radius: 5px;
  background: #F29600;
}
.single .cat a:hover {
  background: #bc0017;
}
.single .time {
  margin-bottom: 10px;
  color: #40210f;
  font-size: 12px;
}
.single .post {
  margin-bottom: 50px;
}
.single .post-nav .alignleft {
  float: left;
}
.single .post-nav .alignright {
  float: right;
}
@media (min-width: 768px) {
  .single .post-thumbnail {
    width: 300px;
    float: right;
    margin-left: 20px;
  }
}
.single .post-thumbnail {
  margin-bottom: 20px;
}
.single .yarpp-related {
  margin-bottom: 40px;
}
.single .yarpp-related .post-thumbnail {
  float: none;
  margin-left: 0px;
  width: auto;
}
/* Archive
---------------------*/
.archive-content {
  position: relative;
  margin: 30px 0 30px 74px;
  padding: 0px 0;
}
.archive-content a {
  display: block;
  padding: 16px 20px 15px;
  color: #40210F;
  text-decoration: none;
  background: #fff;
  border-radius: 20px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.archive-content a:hover {
  box-shadow: 0 5px 2px rgba(64, 33, 15, 0.15);
}
.archive-content p {
  margin-bottom: 0;
}
.archive-content .heading {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
.archive-content .excerpt {
  font-size: 13px;
}
.archive-content .time {
  margin-top: 8px;
  color: #40210f;
  font-size: 12px;
  text-align: right;
}
.archive-content:before {
  content: "";
  display: block;
  position: absolute;
  left: -74px;
  top: 0;
  width: 55px;
  height: 55px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: url(../img/news_icon.jpg) no-repeat;
  overflow: hidden;
  border-radius: 50%;
}
.archive-content:hover:before {
  top: -3px;
}
.archive-content:after {
  content: "";
  display: block;
  position: absolute;
  left: -13px;
  top: 20px;
  width: 14px;
  height: 18px;
  background: url(../img/news_icon_talk.png) no-repeat;
}

.content-content .archive-heading {
  margin-top: 0;
}

.wp-pagenavi {
  margin: 50px 0;
  text-align: center;
}
.wp-pagenavi > * {
  margin: 0 10px;
}
.wp-pagenavi .pages {
  display: none;
}

/* Archive (News)
---------------------*/
.post-type-archive-news article {
  margin: 20px 0;
}
.post-type-archive-news h2 {
  margin: 0;
  font-size: 15px;
}
.post-type-archive-news .date-wrap {
  color: #40210F;
}
@media (min-width: 768px) {
  .post-type-archive-news .date-wrap {
    float: left;
    width: 10em;
    line-height: 1;
  }
}
.post-type-archive-news .title-wrap {
  overflow: hidden;
}
.post-type-archive-news a {
  text-decoration: none;
}
/* Featured
---------------------*/
#featured {
  position: relative;
}
@media (max-width: 991px) {
  #featured {
    margin-top: 20px;
  }
}
#featured img {
  border-radius: 20px;
  overflow: hidden;
  border: 5px solid #ddd0bf;
}
@media (min-width: 768px) {
  #featured img {
    border: 10px solid #ddd0bf;
  }
}

.bx-wrapper {
  position: relative;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  width: auto; /* for ie8 */
}

.bx-wrapper .bx-prev {
  left: 10px;
}

.bx-wrapper .bx-next {
  right: 10px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-viewport {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  left: 0 !important;
  transform: translateZ(0px);
}

.caroufredsel_wrapper .slide {
  float: left;
}

/* Home
---------------------*/
#home-content .home-consul p a {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding-left: 20px;
  font-size: 1.1em;
  font-weight: bold;
}
#home-content .home-consul p a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_more.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-10px);
}
#home-content .home-consul p a:hover {
  color: #81b327;
}
#home-content .home-consul dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  #home-content .home-consul dl {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 768px) {
  #home-content .home-consul dl dt {
    width: 40%;
  }
}
@media (max-width: 767px) {
  #home-content .home-consul dl dt br {
    display: none;
  }
}
#home-content .home-consul dl dt {
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}
#home-content .home-consul dl dd {
  flex: 1;
}
#home-content .home-consul__case1 dt {
  background: #df804c;
}
#home-content .home-consul__case2 dt {
  background: #f5b040;
}
#home-content .home-access .address {
  margin-bottom: 10px;
}
#home-content .home-access .map {
  margin-bottom: 30px;
}
#home-content .home-access .map img {
  border: 1px solid #333;
}
#home-content .home-access .home-contact {
  margin-bottom: 30px;
}
#home-pict-wrap {
  position: relative;
}
#home-pict-wrap .home-pict-1 {
  max-width: 50%;
  float: left;
}
@media (min-width: 992px) {
  #home-pict-wrap .home-pict-1 {
    margin-top: -10px;
    margin-left: 30px;
  }
}
#home-pict-wrap .home-pict-2 {
  max-width: 50%;
  float: right;
}
@media (min-width: 992px) {
  #home-pict-wrap .home-pict-2 {
    margin-top: -50px;
    margin-right: 30px;
  }
}

/* Shortcode
---------------------*/
.btn-default {
  padding: 8px 1.6em;
  background-color: #F29600;
  border-color: #42ca7a;
  color: #fff;
}
.btn-default:hover {
  color: #fff;
  background: #bc0017;
}

.btn.btn-home {
  padding: 15px 30px;
  color: #40210F;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  border-radius: 20px;
  background: #fff;
}
.btn.btn-home .fa {
  color: #F29600;
}

.btn {
  padding: 0.8em 1.5em;
  border: 0;
  font-size: 15px;
  line-height: 1.42857;
  text-decoration: none;
  border-radius: 3em;
  white-space: inherit;
}

.btn.btn-pdf {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border: 1px solid #aaa;
}

.btn.btn-pdf:hover {
  background-color: #eee !important;
}

.btn.btn-pdf:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 1.2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  padding-right: 0.5em;
  color: #cf1312;
}

.sc-indent {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .sc-indent {
    margin-left: 40px;
  }
}

.sc-tight {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .sc-tight {
    width: 80%;
  }
  .sc-tight.width-90p {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .sc-tight {
    width: 80%;
  }
  .sc-tight.width-90p {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .sc-tight {
    width: 70%;
  }
  .sc-tight.width-90p {
    width: 90%;
  }
}
.sc-icon-box .heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bold;
}
.sc-icon-box .box-content {
  line-height: 1.2;
}

.sc-icon-box[class*=" type-centered-"] > .icon-container .gps-icon {
  cursor: default;
  margin-bottom: 20px;
  display: inline-block;
}

.sc-icon-box[class*=" type-centered-"] {
  text-align: center;
}

.sc-icon-box.type-centered-1 > .icon-container .gps-icon {
  color: #F29600;
  font-size: 30px;
}

.sc-icon-box.type-centered-3 > .icon-container .gps-icon {
  background: #F29600;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 50px;
}

.sc-icon-box.type-centered-5 .heading {
  font-size: 1.5em;
}
.sc-icon-box.type-centered-5 > .icon-container .gps-icon {
  margin-bottom: 15px;
  border-radius: 50%;
  color: #F29600;
  font-size: 40px;
  width: 90px;
  height: 90px;
  line-height: 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px solid #ccc;
}

.sc-icon-box.type-boxed-3[class*=" type-boxed-"] {
  border-color: #d4dde5;
  padding: 40px 30px;
  transition: background 0.2s ease-in 0s;
}

.sc-icon-box.type-boxed-1[class*=" type-boxed-"],
.sc-icon-box.type-boxed-3[class*=" type-boxed-"] {
  border: 1px solid #ccc;
  position: relative;
  text-align: center;
}

.sc-icon-box.type-boxed-3[class*=" type-boxed-"] .icon-container {
  margin-bottom: 20px;
}

.sc-icon-box.type-boxed-1[class*=" type-boxed-"] .icon-container,
.sc-icon-box.type-boxed-3[class*=" type-boxed-"] .icon-container {
  font-size: 30px;
}

.sc-icon-box.type-boxed-1[class*=" type-boxed-"] .icon-container .gps-icon,
.sc-icon-box.type-boxed-3[class*=" type-boxed-"] .icon-container .gps-icon {
  position: relative;
  z-index: 1;
}

.sc-icon-box.type-boxed-1[class*=" type-boxed-"] .icon-container .gps-icon,
.sc-icon-box.type-boxed-3[class*=" type-boxed-"] .icon-container .gps-icon {
  background: #F29600 none repeat scroll 0 0;
}

.sc-icon-box.type-boxed-1[class*=" type-boxed-"] .icon-container .gps-icon,
.sc-icon-box.type-boxed-3[class*=" type-boxed-"] .icon-container .gps-icon {
  display: inline-block;
  background: #F29600 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  cursor: default;
  height: 3.5em;
  line-height: 3.5em;
  position: relative;
  text-align: center;
  width: 3.5em;
}

.sc-content-box {
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.sc-content-box .heading {
  margin: 0;
  padding: 0.8em 1em;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  background: #40210F;
}
.sc-content-box .box-content {
  padding: 15px;
}
.sc-content-box .content-empty-element + .heading {
  margin-top: 0;
}

.sc-big {
  font-size: 1.7em;
}

.gps-news-wrap li,
.sc-osirase li {
  margin: 15px 0;
}
.gps-news-wrap .row-left,
.sc-osirase .row-left {
  float: left;
}
.gps-news-wrap .row-right,
.sc-osirase .row-right {
  overflow: hidden;
}
.gps-news-wrap .time,
.sc-osirase .time {
  margin-bottom: 15px;
  overflow: hidden;
  *zoom: 1;
}
.gps-news-wrap .time:after,
.sc-osirase .time:after {
  content: "";
  display: table;
  clear: both;
}
.gps-news-wrap .cat,
.sc-osirase .cat {
  margin-left: 1em;
}
.gps-news-wrap .heading,
.sc-osirase .heading {
  font-size: 1em;
}
.gps-news-wrap h2,
.sc-osirase h2 {
  margin: 0;
  font-size: 1em;
}

.sc-lead {
  margin-bottom: 50px;
  font-size: 1.1em;
  position: relative;
}
.sc-lead .inner {
  padding-bottom: 0.5em;
}
.sc-lead:after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #F29600;
}

.sc-box {
  border: 1px dotted #e5e5e5;
  margin: 0 0 40px;
  padding: 20px 36px 22px;
}
.sc-box .box-content > *:last-child {
  margin-bottom: 0;
}
.sc-box .box-content > ol,
.sc-box .box-content > ul {
  padding-left: 1em;
}

.sc-child-pages {
  margin-left: -5px;
  margin-right: -5px;
}
.sc-child-pages li {
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .sc-child-pages li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }
}
.sc-child-pages li a {
  display: block;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
  font-size: 1.1em;
  text-decoration: none;
}
.sc-child-pages li a:hover {
  border-color: #F29600;
}
.sc-child-pages li a .fa {
  color: #F29600;
}

.sc-cta {
  margin-top: 100px;
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
}
.sc-cta .title {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: bold;
}
.sc-cta .text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3;
}
.sc-cta .button {
  text-align: center;
}

.sc-business-list {
  margin-top: 15px;
}
.sc-business-list ul {
  list-style: none;
  margin: 0;
  padding: 0 15px;
}
.sc-business-list li {
  display: inline-block;
  margin: 0 3px;
  padding: 2px 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.contact-tel-block {
  display: inline-block;
  padding: 5px 5px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  font-size: 1.2em;
  font-weight: bold;
  vertical-align: middle;
}
.contact-tel-block p {
  margin: 0;
}
.contact-tel-block p:before {
  content: "ご連絡先";
  margin-right: 1.5em;
  font-size: 0.6em;
  font-weight: normal;
  vertical-align: middle;
}
.contact-tel-block a {
  color: #40210F;
}

.sc-step {
  position: relative;
  margin-top: 30px;
}
.sc-step.step-first {
  margin-top: 0;
}
.sc-step {
  margin-bottom: 15px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 18px;
  border-top: 1px solid #F29600;
}
.sc-step .step {
  padding-right: 15px;
  color: #F29600;
  font-size: 20px;
}
.sc-step .step-num {
  font-size: 28px;
}
.sc-step:after {
  position: absolute;
  left: 20px;
  top: -30px;
  color: #F29600;
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 28px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sc-step.step-first:after {
  display: none;
}

.sc-page-image {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .sc-image-align {
    width: 40%;
  }
  .sc-image-align.align-right {
    float: right;
    margin-left: 20px;
  }
  .sc-image-align.align-left {
    float: left;
    margin-right: 20px;
  }
}
.sc-image-align {
  margin-bottom: 20px;
}

.sc-faq .collapse-content,
.sc-collapse .collapse-content {
  display: none;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.sc-faq .collapse-btn,
.sc-collapse .collapse-btn {
  position: relative;
  margin-bottom: 1px;
  padding: 15px 35px 15px 20px;
  cursor: pointer;
  color: #40210F;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  background: #eee;
}
.sc-faq .collapse-btn:hover,
.sc-collapse .collapse-btn:hover {
  color: #F29600;
}
.sc-faq .collapse-btn .open-sub,
.sc-collapse .collapse-btn .open-sub {
  display: block;
  position: absolute;
  height: 11px;
  width: 11px;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  padding-bottom: 5px;
}
.sc-faq .collapse-btn .open-sub:after, .sc-faq .collapse-btn .open-sub:before,
.sc-collapse .collapse-btn .open-sub:after,
.sc-collapse .collapse-btn .open-sub:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
}
.sc-faq .collapse-btn .open-sub:after,
.sc-collapse .collapse-btn .open-sub:after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-left: -0.5px;
}
.sc-faq .collapse-btn .open-sub:before,
.sc-collapse .collapse-btn .open-sub:before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -0.5px;
}
.sc-faq .collapse-btn.active .open-sub:after,
.sc-collapse .collapse-btn.active .open-sub:after {
  display: none;
}
.sc-faq .collapse-close-btn,
.sc-collapse .collapse-close-btn {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  line-height: 1;
  border-radius: 3px;
  cursor: pointer;
  background: #ea0000;
}

.sc-faq .collapse-btn {
  padding-left: 50px;
}
.sc-faq .collapse-btn:before {
  position: absolute;
  left: 20px;
  top: 15px;
  content: "Q";
  color: #F29600;
}
.sc-faq .collapse-content {
  position: relative;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .sc-faq .collapse-content {
    padding-left: 50px;
  }
}
.sc-faq .collapse-content:before {
  position: absolute;
  left: 0px;
}
@media (min-width: 768px) {
  .sc-faq .collapse-content:before {
    left: 20px;
  }
}
.sc-faq .collapse-content:before {
  top: 0px;
  content: "A";
  color: #F29600;
  font-size: 16px;
  font-weight: bold;
}

.sc-div.attn-list ul {
  padding: 8px 10px 5px;
  list-style: none;
  color: #fff;
  border-radius: 5px;
  background: #e60012;
}
.sc-div.attn-list ul li {
  position: relative;
  margin: 0 0 3px;
  padding: 0 0 0 1em;
  line-height: 1.2;
}
.sc-div.attn-list ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}

.sc-heading.heading-type-blue {
  margin-bottom: 30px;
  padding: 15px 30px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  border-radius: 15px;
  background: #187fc4;
}

.sc-block.type-blue-block {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #187fc4;
}
.sc-block.type-blue-block .sc-heading {
  margin: -30px 0 20px 0;
  color: #187fc4;
  font-size: 20px;
  font-weight: bold;
}
.sc-block.type-blue-block .sc-heading .heading-inner {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
}
.sc-block.type-blue-block ul {
  padding-left: 1.5em;
}
.sc-block.type-blue-block p:last-child {
  margin-bottom: 0;
}

.sc-heading.heading-type-case {
  margin-top: 30px;
  padding: 5px 15px;
  color: #187fc4;
  font-size: 18px;
  background: #e3eef5;
}
.sc-heading.heading-type-case:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0e5";
  margin-right: 0.4em;
}
.content-empty-element + .sc-heading.heading-type-case {
  margin-top: 0;
}

.sc-block.type-orange {
  padding: 20px 30px;
  color: #fff;
  border-radius: 15px;
  background: #f39939;
}
.sc-block.type-orange p:last-child {
  margin-bottom: 0;
}

.sc-list.list-type-case {
  padding: 20px 30px;
  color: #fff;
  border-radius: 15px;
  background: #F29600;
}
.sc-list.list-type-case p:last-child {
  margin-bottom: 0;
}
.sc-list.list-type-case ul {
  margin-bottom: 0px;
  margin: 0;
  overflow: hidden;
  *zoom: 1;
}
.sc-list.list-type-case ul:after {
  content: "";
  display: table;
  clear: both;
}
.sc-list.list-type-case li {
  margin: 0 0 5px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .sc-list.list-type-case li {
    float: left;
    width: 50%;
  }
}

.sc-list.list-type-support {
  margin-top: 20px;
  text-align: center;
}
.sc-list.list-type-support ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sc-list.list-type-support li {
  margin: 0 10px 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .sc-list.list-type-support li {
    display: inline-block;
    width: 300px;
  }
}
.sc-list.list-type-support li a {
  display: block;
  padding: 10px 5px 10px;
  color: #40210F;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #eee;
}
.sc-list.list-type-support li a:hover {
  border: 1px solid #aaa;
}

.sc-list.list-type-support-plus {
  text-align: center;
}
.sc-list.list-type-support-plus ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sc-list.list-type-support-plus li {
  margin: 0 10px 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .sc-list.list-type-support-plus li {
    display: inline-block;
    width: 300px;
  }
}
.sc-list.list-type-support-plus li a {
  display: block;
}
.sc-list.list-type-support-plus li .li-inner {
  display: block;
  border: 1px solid #eee;
}

/* TOC+
---------------------*/
ul.toc_list,
.toc-list ul {
  list-style: none;
  margin-bottom: 40px;
  padding: 0;
  text-align: center;
}
ul.toc_list li,
.toc-list ul li {
  display: inline-block;
  margin: 0 5px 10px;
}
ul.toc_list li a,
.toc-list ul li a {
  display: block;
  padding: 5px 15px;
  color: #187fc4;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #187fc4;
}
ul.toc_list li a:hover,
.toc-list ul li a:hover {
  color: #fff;
  background: #187fc4;
}
ul.toc_list li a:before,
.toc-list ul li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 0.4em;
  content: "\f063";
}

/* ContactForm7
---------------------*/
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=date],
.wpcf7 textarea,
.wpcf7 select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.wpcf7 input[type=text]::-moz-placeholder,
.wpcf7 input[type=email]::-moz-placeholder,
.wpcf7 input[type=date]::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder,
.wpcf7 select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.wpcf7 input[type=text]:-ms-input-placeholder,
.wpcf7 input[type=email]:-ms-input-placeholder,
.wpcf7 input[type=date]:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder,
.wpcf7 select:-ms-input-placeholder {
  color: #999;
}
.wpcf7 input[type=text]::-webkit-input-placeholder,
.wpcf7 input[type=email]::-webkit-input-placeholder,
.wpcf7 input[type=date]::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder {
  color: #999;
}
.wpcf7 textarea {
  height: auto;
}
.wpcf7 dl {
  margin-bottom: 20px;
}
.wpcf7 dl {
  overflow: hidden;
  *zoom: 1;
}
.wpcf7 dl:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1199px) {
  .wpcf7 dt {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .wpcf7 .wpcf7-radio {
    overflow: hidden;
    *zoom: 1;
  }
  .wpcf7 .wpcf7-radio:after {
    content: "";
    display: table;
    clear: both;
  }
  .wpcf7 .wpcf7-radio {
    display: block;
    padding-top: 7px;
  }
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: block;
}
.wpcf7 .wpcf7-checkbox label,
.wpcf7 .wpcf7-radio label {
  position: relative;
  font-weight: normal;
  padding-left: 20px;
}
.wpcf7 .wpcf7-checkbox input,
.wpcf7 .wpcf7-radio input {
  margin-left: -15px;
  position: absolute;
}
.wpcf7 .wpcf7-checkbox {
  display: block;
  margin-top: 10px;
}
.wpcf7 .acceptance-wrap {
  display: block;
  padding-left: 1.5em;
}
.wpcf7 .acceptance-wrap .wpcf7-acceptance {
  position: absolute;
  left: -1.5em;
  top: 0;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  margin-left: -20px;
  position: absolute;
}

/* Shortcode-Help
---------------------*/
.bs-example:after {
  color: #959595;
  content: "Example";
  font-size: 12px;
  font-weight: 700;
  left: 15px;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
}

.bs-example {
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
  margin: 0 -15px 15px;
  padding: 45px 15px 15px;
  position: relative;
}

.bs-example {
  background-color: #fff;
  border-color: #ddd;
  border-radius: 4px 4px 0 0;
  border-width: 1px;
  box-shadow: none;
  margin-left: 0;
  margin-right: 0;
}

.bs-example + .highlight,
.bs-example + .zero-clipboard + .highlight {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-width: 1px;
  margin-left: 0;
  margin-right: 0;
  margin-top: -16px;
}

.highlight {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
  margin-bottom: 14px;
  padding: 9px 14px;
}

.highlight pre {
  background-color: transparent;
  border: 0 none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  white-space: nowrap;
  word-break: normal;
}

.table-edit {
  border: 1px dashed #bbb !important;
}

.table-edit {
  font-size: 1em;
  line-height: 1.5em;
  margin: 10px 0;
  border-spacing: 2px;
}

.table-edit,
.table-edit td,
.table-edit th,
.table-edit caption {
  border: 1px dashed #bbb;
  border-collapse: separate;
}

.table-edit th {
  background-color: #eee;
  border-collapse: collapse;
  color: #000;
  font-size: 100%;
  font-weight: normal;
}/*# sourceMappingURL=yoshioka-hc-matsunaga.css.map */