@charset "UTF-8";
/*
Theme Name: Ronde
Theme URI: http://rosacandida.heteml.jp/
Description: This is our original theme.
Author: ytk.
Author URI: http://rosaca: ;ndida.heteml.jp/
Version:1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, theme-options

License:
License URI:
*/
.clearfix:before, .container:before, .row:before, [class*="col-"]:before, [class*="block-grid-"]:before, .pagination ul:before, .faq-question:before, .faq-answer:before, .contents-archive article:before, .clearfix:after, .container:after, .row:after, [class*="col-"]:after, [class*="block-grid-"]:after, .pagination ul:after, .faq-question:after, .faq-answer:after, .contents-archive article:after {
  content: " ";
  display: table;
}
.clearfix:after, .container:after, .row:after, [class*="col-"]:after, [class*="block-grid-"]:after, .pagination ul:after, .faq-question:after, .faq-answer:after, .contents-archive article:after {
  clear: both;
}

.hidden {
  display: none !important;
}

@media screen and (min-width: 36em) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media screen and (min-width: 48em) {
  .hidden-md-up {
    display: none !important;
  }
}
@media screen and (max-width: 61.9375em) {
  .hidden-md-down {
    display: none !important;
  }
}
@media screen and (min-width: 62em) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media screen and (max-width: 74.9375em) {
  .hidden-lg-down {
    display: none !important;
  }
}
.text-12 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
}

.text-18 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.text-24 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}

.text-30 {
  font-size: 30px !important;
  font-size: 1.875rem !important;
}

@media screen and (min-width: 36em) and (max-width: 47.9375em) {
  .text-sm-12 {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }

  .text-sm-18 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }

  .text-sm-24 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }

  .text-sm-30 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  .text-md-12 {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }

  .text-md-18 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }

  .text-md-24 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }

  .text-md-30 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 62em) and (max-width: 74.9375em) {
  .text-lg-12 {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }

  .text-lg-18 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }

  .text-lg-24 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }

  .text-lg-30 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 36em) {
  .text-left-sm {
    text-align: left;
  }

  .text-right-sm {
    text-align: right;
  }

  .text-center-sm {
    text-align: center;
  }

  .text-justify-sm {
    text-align: justify;
  }
}
@media screen and (min-width: 48em) {
  .text-left-md {
    text-align: left;
  }

  .text-right-md {
    text-align: right;
  }

  .text-center-md {
    text-align: center;
  }

  .text-justify-md {
    text-align: justify;
  }
}
@media screen and (min-width: 62em) {
  .text-left-lg {
    text-align: left;
  }

  .text-right-lg {
    text-align: right;
  }

  .text-center-lg {
    text-align: center;
  }

  .text-justify-lg {
    text-align: justify;
  }
}
.card {
  position: relative;
  margin-bottom: 16px;
  padding: 0;
  border: 1px solid #dadada;
  border-radius: 4px;
  background-color: #fff;
  color: inherit;
}
.card .card-image {
  padding: 0;
}
.card .card-content {
  padding: 16px;
}
.card .card-content p {
  margin: 0;
  color: inherit;
}
.card .card-title {
  margin: 0 0 16px;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}
.card .card-title a {
  color: #14174c;
  text-decoration: none;
}
.card .card-title a:hover {
  color: #04050f;
  text-decoration: none;
}
.card .card-action {
  margin: 0;
  padding: 0 16px 20px;
  text-align: center;
}

html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html, body {
  height: 100%;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  cursor: auto;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

img {
  width: auto\9;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1042px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.gutter {
  padding-left: 16px;
  padding-right: 16px;
}

[class*="col-"] {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.33333% !important;
}

.col-xs-offset-2 {
  margin-left: 16.66667% !important;
}

.col-xs-offset-3 {
  margin-left: 25% !important;
}

.col-xs-offset-4 {
  margin-left: 33.33333% !important;
}

.col-xs-offset-5 {
  margin-left: 41.66667% !important;
}

.col-xs-offset-6 {
  margin-left: 50% !important;
}

.col-xs-offset-7 {
  margin-left: 58.33333% !important;
}

.col-xs-offset-8 {
  margin-left: 66.66667% !important;
}

.col-xs-offset-9 {
  margin-left: 75% !important;
}

.col-xs-offset-10 {
  margin-left: 83.33333% !important;
}

.col-xs-offset-11 {
  margin-left: 91.66667% !important;
}

@media screen and (min-width: 36em) {
  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333% !important;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667% !important;
  }

  .col-sm-offset-3 {
    margin-left: 25% !important;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333% !important;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667% !important;
  }

  .col-sm-offset-6 {
    margin-left: 50% !important;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333% !important;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667% !important;
  }

  .col-sm-offset-9 {
    margin-left: 75% !important;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333% !important;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667% !important;
  }
}
@media screen and (min-width: 48em) {
  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333% !important;
  }

  .col-md-offset-2 {
    margin-left: 16.66667% !important;
  }

  .col-md-offset-3 {
    margin-left: 25% !important;
  }

  .col-md-offset-4 {
    margin-left: 33.33333% !important;
  }

  .col-md-offset-5 {
    margin-left: 41.66667% !important;
  }

  .col-md-offset-6 {
    margin-left: 50% !important;
  }

  .col-md-offset-7 {
    margin-left: 58.33333% !important;
  }

  .col-md-offset-8 {
    margin-left: 66.66667% !important;
  }

  .col-md-offset-9 {
    margin-left: 75% !important;
  }

  .col-md-offset-10 {
    margin-left: 83.33333% !important;
  }

  .col-md-offset-11 {
    margin-left: 91.66667% !important;
  }
}
@media screen and (min-width: 62em) {
  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333% !important;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667% !important;
  }

  .col-lg-offset-3 {
    margin-left: 25% !important;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333% !important;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667% !important;
  }

  .col-lg-offset-6 {
    margin-left: 50% !important;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333% !important;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667% !important;
  }

  .col-lg-offset-9 {
    margin-left: 75% !important;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333% !important;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667% !important;
  }
}
[class*="block-grid-"] > * {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
}

.block-grid-xs-1 > * {
  width: 100%;
}
.block-grid-xs-1 > *:nth-of-type(1n) {
  clear: none;
}
.block-grid-xs-1 > *:nth-of-type(1n + 1) {
  clear: both;
}

.block-grid-xs-2 > * {
  width: 50%;
}
.block-grid-xs-2 > *:nth-of-type(1n) {
  clear: none;
}
.block-grid-xs-2 > *:nth-of-type(2n + 1) {
  clear: both;
}

.block-grid-xs-3 > * {
  width: 33.33333%;
}
.block-grid-xs-3 > *:nth-of-type(1n) {
  clear: none;
}
.block-grid-xs-3 > *:nth-of-type(3n + 1) {
  clear: both;
}

.block-grid-xs-4 > * {
  width: 25%;
}
.block-grid-xs-4 > *:nth-of-type(1n) {
  clear: none;
}
.block-grid-xs-4 > *:nth-of-type(4n + 1) {
  clear: both;
}

.block-grid-xs-5 > * {
  width: 20%;
}
.block-grid-xs-5 > *:nth-of-type(1n) {
  clear: none;
}
.block-grid-xs-5 > *:nth-of-type(5n + 1) {
  clear: both;
}

@media screen and (min-width: 36em) {
  .block-grid-sm-1 > * {
    width: 100%;
  }
  .block-grid-sm-1 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-sm-1 > *:nth-of-type(1n + 1) {
    clear: both;
  }

  .block-grid-sm-2 > * {
    width: 50%;
  }
  .block-grid-sm-2 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-sm-2 > *:nth-of-type(2n + 1) {
    clear: both;
  }

  .block-grid-sm-3 > * {
    width: 33.33333%;
  }
  .block-grid-sm-3 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-sm-3 > *:nth-of-type(3n + 1) {
    clear: both;
  }

  .block-grid-sm-4 > * {
    width: 25%;
  }
  .block-grid-sm-4 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-sm-4 > *:nth-of-type(4n + 1) {
    clear: both;
  }

  .block-grid-sm-5 > * {
    width: 20%;
  }
  .block-grid-sm-5 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-sm-5 > *:nth-of-type(5n + 1) {
    clear: both;
  }
}
@media screen and (min-width: 48em) {
  .block-grid-md-1 > * {
    width: 100%;
  }
  .block-grid-md-1 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-md-1 > *:nth-of-type(1n + 1) {
    clear: both;
  }

  .block-grid-md-2 > * {
    width: 50%;
  }
  .block-grid-md-2 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-md-2 > *:nth-of-type(2n + 1) {
    clear: both;
  }

  .block-grid-md-3 > * {
    width: 33.33333%;
  }
  .block-grid-md-3 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-md-3 > *:nth-of-type(3n + 1) {
    clear: both;
  }

  .block-grid-md-4 > * {
    width: 25%;
  }
  .block-grid-md-4 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-md-4 > *:nth-of-type(4n + 1) {
    clear: both;
  }

  .block-grid-md-5 > * {
    width: 20%;
  }
  .block-grid-md-5 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-md-5 > *:nth-of-type(5n + 1) {
    clear: both;
  }
}
@media screen and (min-width: 62em) {
  .block-grid-lg-1 > * {
    width: 100%;
  }
  .block-grid-lg-1 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-lg-1 > *:nth-of-type(1n + 1) {
    clear: both;
  }

  .block-grid-lg-2 > * {
    width: 50%;
  }
  .block-grid-lg-2 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-lg-2 > *:nth-of-type(2n + 1) {
    clear: both;
  }

  .block-grid-lg-3 > * {
    width: 33.33333%;
  }
  .block-grid-lg-3 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-lg-3 > *:nth-of-type(3n + 1) {
    clear: both;
  }

  .block-grid-lg-4 > * {
    width: 25%;
  }
  .block-grid-lg-4 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-lg-4 > *:nth-of-type(4n + 1) {
    clear: both;
  }

  .block-grid-lg-5 > * {
    width: 20%;
  }
  .block-grid-lg-5 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-lg-5 > *:nth-of-type(5n + 1) {
    clear: both;
  }
}
a.btn,
input.btn,
button.btn {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding: .7em 1.2em;
  border: none;
  min-width: 200px;
  line-height: normal;
  background: #911720;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  transition: background 0.4s 0s, color 0.4s 0s;
  border-radius: 4px;
  box-shadow: 0px 3px #651016;
}
a.btn:hover,
input.btn:hover,
button.btn:hover {
  background: #cc0000;
  color: #fff;
  text-decoration: none;
  transition: background 0.4s 0s, color 0.4s 0s;
}
a.btn.btn-rounded,
input.btn.btn-rounded,
button.btn.btn-rounded {
  border-radius: 4px;
}
a.btn.btn-xsmall,
input.btn.btn-xsmall,
button.btn.btn-xsmall {
  padding: .5em 1.2em;
  font-size: 12px;
  font-size: 0.75rem;
}
a.btn.btn-small,
input.btn.btn-small,
button.btn.btn-small {
  padding: .6em 1.2em;
  font-size: 14px;
  font-size: 0.875rem;
}
a.btn.btn-medium,
input.btn.btn-medium,
button.btn.btn-medium {
  padding: .7em 1.2em;
  font-size: 16px;
  font-size: 1rem;
}
a.btn.btn-large,
input.btn.btn-large,
button.btn.btn-large {
  padding: .8em 1.2em;
  font-size: 18px;
  font-size: 1.125rem;
}
a.btn.btn-xlarge,
input.btn.btn-xlarge,
button.btn.btn-xlarge {
  padding: .9em 1.2em;
  font-size: 20px;
  font-size: 1.25rem;
}
a.btn.btn-expanded,
input.btn.btn-expanded,
button.btn.btn-expanded {
  width: 100%;
}
a.btn.btn-secondary,
input.btn.btn-secondary,
button.btn.btn-secondary {
  background: #ffc107;
  color: #fff;
}
a.btn.btn-secondary:hover,
input.btn.btn-secondary:hover,
button.btn.btn-secondary:hover {
  background: #d39e00;
  color: #fff;
}
a.btn.btn-success,
input.btn.btn-success,
button.btn.btn-success {
  background: #3adb76;
  color: #fff;
}
a.btn.btn-success:hover,
input.btn.btn-success:hover,
button.btn.btn-success:hover {
  background: #23bf5d;
  color: #fff;
}
a.btn.btn-error,
input.btn.btn-error,
button.btn.btn-error {
  background: #ec5840;
  color: #fff;
}
a.btn.btn-error:hover,
input.btn.btn-error:hover,
button.btn.btn-error:hover {
  background: #e23317;
  color: #fff;
}
a.btn.btn-warning,
input.btn.btn-warning,
button.btn.btn-warning {
  background: #ffae00;
  color: #fff;
}
a.btn.btn-warning:hover,
input.btn.btn-warning:hover,
button.btn.btn-warning:hover {
  background: #cc8b00;
  color: #fff;
}
a.btn.btn-disabled,
input.btn.btn-disabled,
button.btn.btn-disabled {
  background: #ffae00;
  color: #fff;
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}
a.btn.btn-ghost,
input.btn.btn-ghost,
button.btn.btn-ghost {
  background: transparent;
  color: #14174c;
  border: #14174c solid 1px;
}
a.btn.btn-ghost:hover,
input.btn.btn-ghost:hover,
button.btn.btn-ghost:hover {
  background: #14174c;
  color: #fff;
}
a.btn.btn-ghost-secondary,
input.btn.btn-ghost-secondary,
button.btn.btn-ghost-secondary {
  background: transparent;
  color: #ffc107;
  border: #ffc107 solid 1px;
}
a.btn.btn-ghost-secondary:hover,
input.btn.btn-ghost-secondary:hover,
button.btn.btn-ghost-secondary:hover {
  background: #ffc107;
  color: #fff;
}
a.btn.btn-ghost-success,
input.btn.btn-ghost-success,
button.btn.btn-ghost-success {
  background: transparent;
  color: #3adb76;
  border: #3adb76 solid 1px;
}
a.btn.btn-ghost-success:hover,
input.btn.btn-ghost-success:hover,
button.btn.btn-ghost-success:hover {
  background: #3adb76;
  color: #fff;
}
a.btn.btn-ghost-error,
input.btn.btn-ghost-error,
button.btn.btn-ghost-error {
  background: transparent;
  color: #ec5840;
  border: #ec5840 solid 1px;
}
a.btn.btn-ghost-error:hover,
input.btn.btn-ghost-error:hover,
button.btn.btn-ghost-error:hover {
  background: #ec5840;
  color: #fff;
}
a.btn.btn-ghost-warning,
input.btn.btn-ghost-warning,
button.btn.btn-ghost-warning {
  background: transparent;
  color: #ffae00;
  border: #ffae00 solid 1px;
}
a.btn.btn-ghost-warning:hover,
input.btn.btn-ghost-warning:hover,
button.btn.btn-ghost-warning:hover {
  background: #ffae00;
  color: #fff;
}

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  cursor: auto;
}

@media screen and (min-width: 48em) {
  body {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 62em) {
  body {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}
/* これ入れると色々と不具合が・・・
.topbar,
.header-main,
.site-main,
.footer-contact-wrapper,
.site-footer {
	transform: rotate(0.05deg);
}
*/
a {
  color: #14174c;
  text-decoration: underline;
}
a:active, a:hover {
  outline: 0;
}
a:hover, a:focus {
  color: #04050f;
  text-decoration: none;
}

hr {
  position: relative;
  z-index: 11;
  clear: both;
  box-sizing: content-box;
  margin: 0 auto 16px;
  height: 0;
  border: solid #dadada;
  border-width: 1px 0 0;
}

p {
  margin-top: 16px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul, ol {
  list-style-position: outside;
  margin-top: 16px;
  margin-left: 1.6em;
}

li {
  margin-top: 8px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-top: 0;
  margin-left: 1.5em;
}

dl {
  margin-top: 16px;
}

dt {
  margin-top: 16px;
  font-weight: bold;
}

dd {
  margin-top: 8px;
}

blockquote, q {
  quotes: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 16px;
  border-left: 6px solid #14174c;
  background: #fcfcfc;
  color: #767676;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.66;
}
blockquote p {
  margin: 0;
}
blockquote cite {
  color: #555;
  font-size: 16px;
  font-size: 1rem;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

strong {
  color: #09448A;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: inherit;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

h1 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
}

h2 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
}

h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}

h4 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2;
}

h5 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}

h6 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}

.heading-1 {
  position: relative;
  margin: 0 0 15px;
  padding: .6em 1em;
  background: #ac8b3b;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}
.heading-1 span {
  position: absolute;
  top: 1em;
  right: 1em;
  margin-left: 1em;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 48em) {
  .heading-1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .heading-1 span {
    top: 1em;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.archive-title,
.page-title {
  margin: 0 0 15px;
  padding: 1em 0;
  background: #ac8b3b;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  color: #fff;
}
.archive-title span,
.page-title span {
  margin-left: 1em;
  font-size: 14px;
  font-size: 0.875rem;
}

table {
  margin-bottom: 24px;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: .75em;
  border: 1px solid #dadada;
  word-wrap: break-word;
  vertical-align: top;
}
th img, td img {
  width: 100%;
}
th .wp-caption, td .wp-caption {
  width: auto !important;
}

th {
  vertical-align: top;
  text-align: center;
  font-weight: bold;
}

thead th {
  background: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: bold;
}

tfoot th, tfoot td {
  background: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: bold;
}

caption {
  margin: 0 0 8px;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  text-align: left;
}

.mce-item-table th, .mce-item-table td {
  padding: .75em;
  border: 1px solid #dadada;
  word-wrap: break-word;
  vertical-align: top;
}
.mce-item-table th img, .mce-item-table td img {
  width: 100%;
}
.mce-item-table .wp-caption {
  width: auto !important;
}

.flex-video {
  overflow: hidden;
  position: relative;
  height: 0;
  margin-bottom: 16px;
  padding-top: 30px;
  padding-bottom: 67.5%;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.widget {
  margin-top: 45px;
}
.widget:first-child {
  margin-top: 0;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget li {
  position: relative;
  margin: 0;
}
.widget a {
  display: block;
  position: relative;
  text-decoration: none;
}
.widget a:hover {
  text-decoration: none;
}

.widget-title {
  margin: 0 0 12px;
  padding: 0;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: inherit;
}
@media screen and (min-width: 48em) {
  .widget-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.widget_archive label,
.widget_categories label,
.widget_meta label,
.widget_nav_menu label,
.widget_pages label {
  display: none;
}
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a {
  padding: 10px 10px 10px 1.5em;
  border: #dadada solid;
  border-width: 0 0 1px;
}
.widget_archive a:before,
.widget_categories a:before,
.widget_meta a:before,
.widget_nav_menu a:before,
.widget_pages a:before {
  content: '\f105';
  position: absolute;
  margin-top: -7px;
  top: 50%;
  left: .5em;
  line-height: 1;
  font-family: FontAwesome;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
.widget_archive a span,
.widget_categories a span,
.widget_meta a span,
.widget_nav_menu a span,
.widget_pages a span {
  margin-left: .5em;
}
.widget_archive .children a,
.widget_categories .children a,
.widget_meta .children a,
.widget_nav_menu .children a,
.widget_pages .children a {
  padding: 10px 10px 10px 2.2em;
}
.widget_archive .children a:before,
.widget_categories .children a:before,
.widget_meta .children a:before,
.widget_nav_menu .children a:before,
.widget_pages .children a:before {
  left: 1.5em;
}

.widget_calendar table {
  width: 100%;
}
.widget_calendar th, .widget_calendar td {
  padding: 4px;
  text-align: center;
  color: #444444;
}
.widget_calendar thead th {
  background: #fff;
}
.widget_calendar tbody td a {
  display: block;
  background: #ebebea;
  border-radius: 4px;
}
.widget_calendar caption {
  margin: 0 0 8px;
}

.widget_recent_comments li {
  padding: 8px 0;
  border-style: solid;
  border-color: #dadada;
  border-width: 0 0 1px;
}

.widget_recent_entries li {
  padding: 10px 0;
  border: #dadada solid;
  border-width: 0 0 1px;
}
.widget_recent_entries li:first-child {
  padding: 0 0 10px;
}
.widget_recent_entries .post-date {
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}

.widget_search .screen-reader-text {
  display: none;
}
.widget_search .search-table {
  display: table;
  width: 100%;
}
.widget_search .search-field,
.widget_search .search-button {
  display: table-cell;
  vertical-align: top;
}
.widget_search .search-button {
  width: 40px;
}
.widget_search .search-submit {
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #14174c;
  color: #fff;
}
.widget_search input {
  display: inline-block;
  margin: 0;
  padding: 0 16px;
  height: 40px;
  border-radius: 4px 0 0 4px;
}

.widget_tag_cloud .tagcloud {
  overflow: hidden;
  vertical-align: bottom;
}
.widget_tag_cloud a {
  display: inline-block;
  text-decoration: none;
}
.widget_tag_cloud a:hover {
  text-decoration: none;
}

.widget_sp_image {
  margin: 24px 0 0;
}
.widget_sp_image img {
  margin: 0;
}

.alignleft {
  float: left;
  margin: 0 24px 16px 0;
}

.alignright {
  float: right;
  margin: 0 0 16px 24px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 16px;
}

/*
img.alignleft,
img.alignright {
	max-width: 50%;
}
*/
img.alignleft,
img.alignright {
  max-width: none;
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 48em) {
  img.alignleft,
  img.alignright {
    max-width: 100%;
    width: auto;
  }

  img.alignleft {
    float: left;
    margin: 0 24px 16px 0;
  }

  img.alignright {
    float: right;
    margin: 0 0 16px 24px;
  }
}
.wp-caption {
  margin-bottom: 24px;
  max-width: 100%;
  /*
  @include breakpoint(sm){
  	&.alignleft,
  	&.alignright {
  		max-width: 50%;
  	}
  }
  */
}
.wp-caption img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignleft, .wp-caption.alignright {
  max-width: none;
  width: 100% !important;
  margin: 0;
}
@media screen and (min-width: 36em) {
  .wp-caption.alignleft, .wp-caption.alignright {
    max-width: 50%;
    width: auto !important;
  }
  .wp-caption.alignleft {
    float: left;
    margin: 0 24px 16px 0;
  }
  .wp-caption.alignright {
    float: right;
    margin: 0 0 16px 24px;
  }
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption .wp-caption-text {
  margin: 8px 0 0;
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1.66;
}

.gallery {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.gallery-item {
  padding: 0 8px;
}

@media screen and (max-width: 47.9375em) {
  .gallery-item {
    width: 50% !important;
  }
}
.gallery-caption {
  display: block;
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.66;
  text-align: left;
}

.site .avatar {
  border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.bypostauthor {
  background: #fcfcfc;
}

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

.img-thumbnail {
  display: inline-block;
  padding: 4px;
  border: 4px solid #fff;
  border-radius: 4px;
}

.img-rounded,
.img-rounded img {
  border-radius: 4px;
}

.img-circle,
.img-circle img {
  border-radius: 50%;
}

.image-brightness {
  background: inherit;
  opacity: 1;
  transition: all 0.3s 0s;
}
.image-brightness:hover {
  opacity: .8;
  transition: all 0.3s 0s;
}

.image-zoom-in {
  overflow: hidden;
}
.image-zoom-in img {
  display: block;
  width: 100%;
  transition: all 0.3s 0s;
}
.image-zoom-in img:hover {
  transition: all 0.3s 0s;
  -moz-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
}

.image-zoom-out {
  overflow: hidden;
}
.image-zoom-out img {
  display: block;
  width: 100%;
  transition: all 0.3s 0s;
  -moz-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
}
.image-zoom-out img:hover {
  transition: all 0.3s 0s;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

fieldset {
  margin: 24px 0;
  padding: 20px;
  border: 1px solid #dadada;
  border-radius: 4px;
}
fieldset legend {
  margin: 0;
  padding: .5em;
  background: transparent;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 16px;
  padding: 8px;
  border: 1px solid #dadada;
  border-radius: 4px;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.3s 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  box-shadow: 0 0 5px #b3b3b3;
  border: 1px solid #dadada;
  background: #fafafa;
  outline: none;
  transition: all 0.3s 0s;
}
[type='text']:disabled, [type='password']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='month']:disabled, [type='week']:disabled, [type='email']:disabled, [type='number']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='time']:disabled, [type='url']:disabled, [type='color']:disabled,
textarea:disabled {
  background-color: #595fd3;
  cursor: not-allowed;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input[disabled], input[readonly], fieldset[disabled] input,
textarea[disabled],
textarea[readonly], fieldset[disabled]
textarea {
  background-color: #595fd3;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  border-radius: #595fd3;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='number'] {
  -moz-appearance: textfield;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  width: 100%;
  margin: 0 0 16px 0;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 4px;
  color: #444444;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
select:hover {
  border-color: #dadada;
  background-color: #fff;
}
select:disabled {
  background-color: #595fd3;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}

[type="file"],
[type="checkbox"],
[type="radio"] {
  margin: 0 0 16px;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 8px;
  margin-left: 16px;
  margin-bottom: 0;
  vertical-align: baseline;
}

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 8px;
}

[type="file"] {
  width: 100%;
}

label {
  display: block;
  margin-bottom: 8px;
  color: #444;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.66;
  cursor: pointer;
}

.form-group dl {
  margin: 24px 0 0;
}
.form-group dl:first-child {
  margin: 0;
}
.form-group dt {
  line-height: 1;
}
.form-group .submit {
  margin-top: 24px;
  margin-bottom: 10px;
}

.site-header {
  position: relative;
  z-index: 9999;
  width: 100%;
  background: url(images/common/header-bg.png) repeat-x left -24px;
  padding-top: 35px;
}

@media screen and (max-width: 47.9375em) {
  .site-header {
    padding-top: 20px;
  }
}
.topbar, .header-right, .menu-primary-wrap {
  display: none;
}

.mobile-menu-btn, .menu-mobile-wrap {
  display: block;
}

@media screen and (min-width: 62em) {
  .topbar, .header-right, .menu-primary-wrap {
    display: block;
  }

  .mobile-menu-btn, .menu-mobile-wrap {
    display: none;
  }
}
.is-sticky .topbar, .is-sticky .header-right {
  display: none;
}

.sticky-hamburger .menu-primary-wrap {
  display: none;
}

.topbar {
  background: none;
  color: #444444;
}
.topbar a {
  color: #444444;
}
.topbar a:hover {
  color: #444444;
}

.site-description {
  float: left;
  margin: 0;
  padding: 8px 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}

.header-main {
  position: relative;
  background: #fff;
  color: #333;
}

.site-logo {
  display: block;
  float: left;
  font-weight: bold;
  transition: 0.2s all;
}
.site-logo a {
  display: block;
  text-decoration: none;
}
.site-logo a:hover {
  text-decoration: none;
}

.site-logo {
  margin: 0;
  padding: 14px 0 14px;
  max-width: 150px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 44px;
}
@media screen and (min-width: 48em) {
  .site-logo {
    padding: 14px 0 0;
    max-width: 50%;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 44px;
  }
}
@media screen and (min-width: 62em) {
  .site-logo {
    padding: 14px 0 0;
    max-width: 40%;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 52px;
  }
}

.is-sticky .site-logo {
  max-width: 40%;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 48em) {
  .is-sticky .site-logo {
    max-width: 40%;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 62em) {
  .is-sticky .site-logo {
    max-width: 30%;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.is-sticky .menu-primary-wrap {
  float: right;
  width: 60%;
}
@media screen and (min-width: 48em) {
  .is-sticky .menu-primary-wrap {
    width: 70%;
  }
}

.header-info {
  display: none;
}
@media screen and (min-width: 62em) {
  .header-info {
    display: block;
    float: right;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

#brand-logos {
  margin: 0 0 0;
  border-bottom: 3px solid #ac8b3b;
}

.home #brand-logos {
  margin: 0px 0 35px;
}

#brand-logos ul {
  overflow: hidden;
  margin: 0 0 16px;
  padding: 0;
  width: 100%;
  list-style: none;
}

#brand-logos a {
  padding: 0 .5em;
}

@media screen and (min-width: 62em) {
  #brand-logos ul {
    margin: 35px 0 16px;
  }
}
#brand-logos li {
  float: left;
  width: 12.5%;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 0 10px;
}

@media screen and (max-width: 47.9375em) {
  #brand-logos li {
    width: 25%;
  }
}
#brand-logos a {
  display: block;
}

.utility-nav {
  clear: both;
  float: right;
  margin: 0 0 10px;
}
.utility-nav ul {
  margin: 0;
  list-style: none;
}
.utility-nav li {
  float: left;
  position: relative;
  line-height: 2;
}
.utility-nav a {
  display: block;
  padding: 0 14px;
  font-size: 12px;
  text-decoration: none;
  color: #1a1a1a;
}

@media screen and (max-width: 47.9375em) {
  .utility-nav {
    clear: both;
    float: none;
    margin: 16px -200%;
    padding: 0 200%;
    border: solid #dadada;
    border-width: 1px 0 1px;
  }
  .utility-nav ul {
    display: table;
    width: 100%;
  }
  .utility-nav ul li {
    display: table-cell;
    margin: 0;
    width: 25%;
    border: solid #dadada;
    border-width: 0 0 0 1px;
  }
  .utility-nav ul li:first-child {
    border: none;
  }
  .utility-nav ul a {
    display: block;
    padding: .5em 0;
    text-align: center;
  }
}
.is-sticky .header-main {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
}
.admin-bar .is-sticky .header-main {
  top: 32px;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  position: relative;
  margin: 0;
}
.menu a {
  display: block;
  text-decoration: none;
  white-space: normal;
}
.menu a:hover {
  text-decoration: none;
}

.menu-primary-wrap {
  clear: both;
  margin-left: -5000px;
  margin-right: -5000px;
  padding-left: 5000px;
  padding-right: 5000px;
  background: #14174c;
  border-top: 1px solid #dadada;
}

.menu-primary-wrap ul.menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-grow: 10;
  -moz-flex-grow: 10;
  -ms-flex-positive: 10;
  -ms-flex-grow: 10;
  flex-grow: 10;
  width: 100%;
}
.menu-primary-wrap ul.menu > li {
  position: relative;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
}
.menu-primary-wrap ul.menu > li > a {
  padding: 20px 4px;
  font-weight: bold;
  color: #222;
  text-decoration: none;
}
.menu-primary-wrap ul.menu > li > a:hover, .menu-primary-wrap ul.menu > li.current-menu-item > a, .menu-primary-wrap ul.menu > li.current-page-ancestor > a, .menu-primary-wrap ul.menu > li.current-category-ancestor > a, .menu-primary-wrap ul.menu > li.current-menu-ancestor > a {
  color: #14174c;
  text-decoration: none;
}
.menu-primary-wrap ul.menu > li:after, .menu-primary-wrap ul.menu > li:first-child:before {
  position: absolute;
  right: 0;
  top: 12px;
  content: '';
  width: 1px;
  height: 42px;
  border: solid #fff;
  border-width: 0 0 0 1px;
}
.menu-primary-wrap ul.menu > li:first-child:before {
  left: 0;
}
.menu-primary-wrap .sub-menu {
  visibility: hidden;
  opacity: 0;
  overflow: visible;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  z-index: 3000;
  transform: translateY(30px);
  min-width: 100%;
  width: auto;
  height: auto;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.3s 0s;
}
li:last-child .menu-primary-wrap .sub-menu {
  right: 0;
  left: auto;
}
.menu-primary-wrap .sub-menu li {
  display: block;
  float: none;
  width: 100%;
  text-align: left;
}
.menu-primary-wrap .sub-menu a {
  padding: .5em 1em;
  white-space: nowrap;
  color: #444444;
  text-decoration: none;
}
.menu-primary-wrap .sub-menu a:hover {
  color: #444444;
  text-decoration: none;
  background: #fcfcfc;
}
.menu-primary-wrap li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s 0s;
}

.is-sticky .menu-primary-wrap {
  clear: none;
  margin: 0;
  padding: 0;
  background: none;
}
.is-sticky .menu-primary-wrap ul.menu > li > a {
  padding: 27px 8px;
  background: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #444444;
}
.is-sticky .menu-primary-wrap ul.menu > li > a:hover {
  background: #14174c;
  color: #fff;
}

.menu-secondary-container {
  float: right;
}
.menu-secondary-container .menu > li {
  float: left;
  text-align: center;
  margin-left: 2em;
}
.menu-secondary-container .menu > li > a {
  padding: 8px 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.mobile-menu-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 8px 8px;
  border: none;
  border-radius: 4px;
  background: #14174c;
  color: #14174c;
  text-align: center;
}

.mobile-menu-icon {
  display: block;
  margin-top: 0;
  margin-bottom: 4px;
}
.mobile-menu-icon .icon-bar {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
}
.mobile-menu-icon .icon-bar + .icon-bar {
  margin-top: 4px;
}
.mobile-menu-icon .icon-bar + .icon-bar + .icon-bar {
  margin-top: 4px;
}

.mobile-menu-btn-name {
  display: block;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
}

.menu-mobile-wrap {
  position: relative;
  clear: both;
}

.collapse {
  position: relative;
}

.menu-mobile-dropdown {
  margin-left: -16px;
  margin-right: -16px;
}

.menu-mobile-dropdown {
  position: relative;
  z-index: 1000;
}
.menu-mobile-dropdown .menu {
  visibility: hidden;
  opacity: 0;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  clear: both;
  transform: translateY(30px);
  width: 100%;
  background: #fff;
  height: auto;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.3s 0s;
}
@media screen and (min-width: 62em) {
  .menu-mobile-dropdown .menu {
    max-width: 600px;
  }
}
.menu-mobile-dropdown.active .menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s 0s;
}
.menu-mobile-dropdown a {
  padding: .5em 1em;
}
.menu-mobile-dropdown .sub-menu a {
  padding: .5em 1em .5em 2em;
}

.menu-mobile-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  clear: both;
  width: 100%;
  height: 100%;
  padding: 40px;
  background: rgba(1, 1, 1, 0.9);
  transition: all 0.3s 0s;
}
.menu-mobile-overlay.active {
  visibility: visible;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  transition: all 0.3s 0s;
}
.menu-mobile-overlay.active .menu {
  overflow: auto;
}
.menu-mobile-overlay .menu {
  position: static;
  clear: both;
  padding: 40px 0;
  width: 100%;
  height: 100%;
}
.menu-mobile-overlay .menu li {
  line-height: 1.5;
  text-align: center;
}
.menu-mobile-overlay .menu a {
  display: block;
  padding: 8px 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.menu-mobile-overlay .menu a:hover {
  color: #fff;
}

.mobile-menu-close-btn {
  position: fixed;
  top: 2em;
  right: 1em;
  margin: auto;
  padding: .8em 1em;
  border: 1px solid #fff;
  border-radius: 4px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
}

#slider {
  position: relative;
  margin-bottom: 32px;
}

.breadcrumb-wrap {
  padding-top: 16px;
  padding-bottom: 16px;
}

.breadcrumb {
  list-style: none;
  line-height: 1.2;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb a {
  text-decoration: underline;
}
.breadcrumb a:hover {
  text-decoration: none;
}

.bcn-nav-xt span {
  margin: 0 .2em;
}

.bcn-nav-xt {
  color: #444444;
}
.bcn-nav-xt > span {
  margin: 0 .2em;
  font-size: 12px;
  font-size: 0.75rem;
  color: #444444;
}
.bcn-nav-xt a {
  color: #444444;
}
.bcn-nav-xt a:hover {
  color: #14174c;
}

.wrapper {
  overflow: hidden;
}

.site-main {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

#contents {
  width: 100%;
  margin-bottom: 45px;
}

.sidebar {
  width: 100%;
  margin-bottom: 45px;
}

@media screen and (min-width: 62em) {
  #contents {
    width: 100%;
  }

  .sidebar-left #contents,
  .sidebar-right #contents {
    width: 75%;
  }

  .sidebar-left #contents {
    float: right;
  }

  .sidebar-right #contents {
    float: left;
  }

  .sidebar {
    float: left;
    width: 18%;
  }

  .sidebar-left .sidebar {
    float: left;
  }

  .sidebar-right #sidebar {
    float: right;
  }
}
.section {
  margin-top: 60px;
}
.section:first-child {
  margin-top: 0;
}

.sidebar-widget {
  margin-bottom: 45px;
}

.sidebar-widget-column {
  margin-top: 45px;
}
.sidebar-widget-column:first-child {
  margin-top: 0;
}

.sidebar-bnr {
  text-align: center;
}

.sidebar-heading {
  margin: 0 0 30px;
  padding: 0 0 10px 6px;
  line-height: 1;
  border: solid #14174c;
  border-width: 0 0 1px;
}

.sidebar-category-name {
  margin: 0 0 10px;
  padding: 0 0 10px 6px;
  line-height: 1;
  border: solid #14174c;
  border-width: 0 0 1px;
}

.sidebar-category-nav {
  margin: 0 0 25px;
}

.sidebar-category-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#side-nav .sidebar-category-nav li {
  margin: 0;
  padding: 0;
}

#side-nav .sidebar-category-nav li a {
  display: block;
  padding: 5px 0 5px 8px;
  text-decoration: none;
  color: #89691e !important;
  font-size: 12px;
}

#sidebar .widget-title {
  padding: 0 0 8px;
  border-bottom: 1px solid #14174c;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.0625rem;
}

#bottom-bnr {
  padding-top: 25px;
  padding-bottom: 25px;
  border: solid #acacac;
  border-width: 1px 0;
  background: #f2f2f2;
}
#bottom-bnr ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
#bottom-bnr li {
  margin: 0;
}
#bottom-bnr a {
  display: block;
}

.bottom-bnr-item {
  text-align: center;
}
@media screen and (max-width: 47.9375em) {
  .bottom-bnr-item {
    margin-top: 16px !important;
  }
}
.bottom-bnr-item:first-child {
  margin-top: 0 !important;
}

.site-footer-label {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.site-footer {
  padding-top: 10px;
  padding-bottom: 20px;
  background: #14174c;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
}

.footer-inner {
  margin-left: -500%;
  margin-right: -500%;
  padding-left: 500%;
  padding-right: 500%;
  padding-top: 25px;
  border-top: 1px solid #fff;
}

.footer-heading1 {
  margin: 0 0 35px;
  text-align: center;
}

.footer-info {
  margin: 0 0 30px;
  padding: 10px 26px;
  background: #fff;
}

.footer-info-inner {
  padding-top: 25px;
  padding-bottom: 25px;
  border: 1px solid #14174c;
}

.footer-guide {
  position: relative;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  color: #333;
}

@media screen and (max-width: 47.9375em) {
  .footer-guide {
    margin-bottom: 32px;
  }
}
.footer-bottom a {
  color: #fff !important;
  text-decoration: underline;
}

.footer-tel span {
  display: block;
  font-size: 18px;
  color: #cbac64;
}

.bottom-left {
  overflow: hidden;
  float: left;
  width: 520px;
}

.bottom-left p {
  overflow: hidden;
  margin: 0;
}

.bottom-right {
  float: right;
  text-align: right;
}
@media screen and (max-width: 47.9375em) {
  .bottom-right {
    margin-top: 10px;
    text-align: left;
  }
}

.footer-logo {
  float: left;
  margin: 0 20px 10px 0;
}
@media screen and (max-width: 47.9375em) {
  .footer-logo {
    margin: 0 10px 10px 0;
    width: 80px;
  }
}

.footer-nav {
  margin: 0;
}
@media screen and (max-width: 47.9375em) {
  .footer-nav {
    clear: both;
  }
}
.footer-nav li {
  display: inline-block;
  margin-right: 1em;
}
.footer-nav a {
  color: #fff !important;
  text-decoration: underline;
}
.footer-nav a:hover {
  color: #fff !important;
  text-decoration: none;
}

#footer .widget-title {
  padding: 0 0 8px;
  border-bottom: 1px solid #14174c;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.0625rem;
}

.footer-widget-area {
  padding: 40px 0;
  color: #fff;
}
.footer-widget-area a {
  color: #fff;
}
.footer-widget-area a:hover {
  color: #fff;
}

@media screen and (max-width: 47.9375em) {
  .footer-widget-column {
    margin-top: 45px;
  }
  .footer-widget-column:first-child {
    margin-top: 0;
  }
}
.calendar-information {
  display: none;
}

.shop-holiday {
  margin-left: 1em;
  margin-top: -74px;
  line-height: 18px;
}
.shop-holiday span {
  display: inline-block;
  margin-right: .3em;
  background: #9e745a;
  width: 30px;
  height: 18px;
  border-radius: 3px;
}

#isp-calendar-inner .calendar-date-title {
  vertical-align: middle;
}

.footer-main {
  padding: 30px 0 0;
}

.footer-copyright {
  padding: 20px 0;
  border-top: 1px solid #4b4c4d;
  background: #282a2b;
  color: #fff;
  text-align: center;
}
.footer-copyright a {
  color: #fff;
  text-decoration: none;
}
.footer-copyright a:hover {
  color: #fff;
  text-decoration: none;
}

.pagetop {
  position: fixed;
  right: 1em;
  bottom: 1em;
  text-align: center;
}
.pagetop a {
  display: block;
  padding: 10px 14px 10px;
  background: #14174c;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
.pagetop a:hover {
  background: #090b24;
  text-decoration: none;
}
.pagetop i {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
}

.pagination {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}
.pagination ul {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.pagination li {
  float: left;
  margin: 0 2px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
.pagination li a {
  display: block;
  padding: 10px 12px;
  border: 1px solid #dadada;
  border-radius: 4px;
  color: #14174c;
  text-decoration: none;
}
.pagination li a:hover {
  border-color: #14174c;
  background: #14174c;
  color: #fff;
}
.pagination li.current {
  padding: 10px 12px;
  border: 1px solid #14174c;
  border-radius: 4px;
  background: #14174c;
  color: #fff;
  font-weight: bold;
}
.pagination li.page-numbers {
  padding: 10px 12px;
  border: 1px solid #dadada;
  border-radius: 4px;
  color: #666666;
  text-decoration: none;
}
.pagination li.first a, .pagination li.previous a, .pagination li.next a, .pagination li.last a {
  border: 1px solid #dadada;
  border-radius: 4px;
}

.pager {
  margin: 24px 24px;
}
.pager ul {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
  line-height: 1;
}
.pager li {
  display: inline-block;
  margin: 0;
}
.pager a {
  display: inline-block;
  padding: 10px 12px;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 4px;
  text-decoration: none;
  color: #14174c;
}
.pager a:hover {
  border-color: #14174c;
  background: #14174c;
  color: #fff;
}

.brand-item-list {
  margin-bottom: 30px;
}
.brand-item-list h2 a {
  text-decoration: none;
  color: #fff;
}
.brand-item-list h2 a:hover {
  text-decoration: none;
  color: #fff;
}
.brand-item-list h2 i {
  margin-left: .3em;
}
.brand-item-list h3 {
  margin: 0 0 5px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: normal;
  line-height: 1.4;
}
.brand-item-list .price {
  text-align: right;
}
.brand-item-list li {
  margin-top: 0;
  margin-bottom: 16px;
}

table {
  border: 1px solid #bdbdbd;
}
table th, table td {
  border: 1px solid #bdbdbd;
}
table th {
  background: #14174c;
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
}

.dvData h3 {
  background-color: #14174c;
  color: #FFFFFF;
  margin: 20px 0 0 0;
  padding: 1em;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

div.table01 table {
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  width: 100%;
  margin-top: 10px;
}
div.table01 table th, div.table01 table td {
  border-right: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  padding: 5px;
}
div.table01 table th {
  background-color: #14174c;
  color: #FFFFFF;
  width: 160px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.faq-item {
  padding: 16px 0;
  border: solid #dadada;
  border-width: 0 0 1px;
}

.faq-title {
  margin: 40px 0 16px;
}

.faq-question p, .faq-answer p {
  margin-left: 2em;
  margin-bottom: 0;
}

.faq-question {
  margin-bottom: 16px;
  font-weight: bold;
}

.question-mark, .answer-mark {
  float: left;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #14174c;
  line-height: 1;
}

.faq-link {
  margin-top: 24px;
  text-align: right;
}

.faq-accordion .faq-item {
  margin: 0 0 24px;
  padding: 0;
  border: solid #dadada;
  border-width: 1px;
}
.faq-accordion .faq-question {
  position: relative;
  margin: 0;
  padding: .8em 1em;
  border: none;
  background: #fcfcfc;
}
.faq-accordion .faq-question:after {
  position: absolute;
  top: 50%;
  right: 1em;
  content: "+";
  margin-top: -12px;
  background: #14174c;
  border-radius: 50%;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
}
.faq-accordion .faq-question.active:after {
  content: "-";
}
.faq-accordion .faq-question p {
  margin: 0 2.2em 0 2em;
}
.faq-accordion .faq-answer {
  display: none;
  padding: .8em 1em;
  border: solid #dadada;
  border-width: 1px 0 0;
}

.btn-404 {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.sticky {
  padding: 18px 20px;
}

.contents-single .entry-title {
  margin: 0 0 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.contents-single .price {
  margin-bottom: 16px;
}
.contents-single .entry-content {
  font-size: 14px;
  font-size: 0.875rem;
}

.price {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  color: #911720;
}

.online-shop-btn {
  text-align: center;
}
.online-shop-btn .btn {
  font-size: 18px;
  font-size: 1.125rem;
}
.online-shop-btn .btn i {
  margin-left: .5em;
}

.contents-archive article {
  margin: 0 0 64px;
}
.contents-archive .post-thumbnail {
  float: left;
  margin: 0 10px 24px 0;
  width: 25%;
}
.contents-archive .post-thumbnail img {
  width: 100%;
}
.contents-archive .post-content .entry-title {
  margin: 0 0 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.contents-archive .meta-info {
  margin: 0 0 16px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.contents-archive .entry-summary {
  margin: 0 0 16px;
}
.contents-archive .entry-summary p {
  margin: 0;
}
.contents-archive .more-link {
  text-align: right;
}

@media screen and (min-width: 48em) {
  .contents-archive .post-thumbnail {
    float: left;
    width: 180px;
    margin: 0 24px 0 0;
  }
  .contents-archive .post-thumbnail img {
    width: 100%;
  }
  .contents-archive .post-content {
    overflow: hidden;
  }
  .contents-archive .post-content .entry-title {
    margin: 0 0 16px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
}
.open-time {
  padding: 15px 15px 15px;
  text-align: right;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.open-time span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 48em) {
  .open-time {
    padding: 30px 30px 30px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.entry-flex-menu {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.flex-menu-section {
  margin: 0 0 40px;
}

.flex-menu-heading {
  margin: 32px 0 16px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
.flex-menu-heading:first-child {
  margin: 0 0 16px;
}
.flex-menu-heading span {
  display: block;
  margin: 5px 0 0;
}

.flex-menu-textarea {
  margin-bottom: 16px;
}

.flex-menu-item-image {
  margin: 0 0 12px;
  text-align: center;
}

.flex-menu-item-contents {
  position: relative;
}

.flex-menu-item-name {
  position: relative;
  margin: 0 0 12px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.flex-menu-item-name-sub {
  display: block;
  margin: 6px 0 0;
  color: #14174c;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}

.flex-menu-item-price {
  margin: 0 0 12px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}
.flex-menu-item-price .price-tax {
  margin-left: .3em;
  font-size: 12px;
  font-size: 0.75rem;
}

.flex-menu-item-set {
  margin: 0 0 12px;
  font-size: 14px;
  font-size: 0.875rem;
}

.flex-menu-item-option {
  list-style: none;
  margin: 0 0 16px;
}
.flex-menu-item-option li {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.flex-menu-item-option li:first-child {
  margin: 0;
}

.flex-menu-item-option-name {
  margin-right: 1em;
}

.flex-menu-entry-content {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.flex-menu-list-group {
  margin: 16px 0 0;
}

.flex-menu-list ul {
  margin: 0;
  list-style: none;
}

.flex-menu-list-item {
  position: relative;
}

.flex-menu-list-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.flex-menu-list-item {
  margin: 10px 0 0;
}
.flex-menu-list-item:first-child {
  margin: 0;
}

.flex-menu-list-item-name {
  margin: 0 4em 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.flex-menu-list-item-name span {
  display: block;
  margin: 5px 0 0;
}

.flex-menu-list-item-price {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin: 0 0 10px;
  line-height: 1;
}

.flex-menu-list-item-desc {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.flex-menu-list-item-desc p {
  margin: 10px 0 0;
}
.flex-menu-list-item-desc p:first-child {
  margin: 0;
}

.menu-simple .flex-menu-item {
  margin-bottom: 24px;
}
.menu-simple .flex-menu-item-name {
  margin-right: 4em;
}
.menu-simple .flex-menu-item-price {
  position: absolute;
  top: 2px;
  right: 0;
  margin: 0;
  font-weight: bold;
}

.menu-default .flex-menu-item {
  margin-bottom: 32px;
}

@media screen and (min-width: 48em) {
  .menu-item-image-left .flex-menu-item-image,
  .menu-item-image-right .flex-menu-item-image {
    width: 50%;
    text-align: center;
  }
  .menu-item-image-left .flex-menu-item-contents,
  .menu-item-image-right .flex-menu-item-contents {
    float: left;
    width: 50%;
  }

  .menu-item-image-left .flex-menu-item-image {
    float: left;
    padding: 0 16px 0 0;
  }

  .menu-item-image-right .flex-menu-item-image {
    float: right;
    padding: 0 0 0 16px;
  }
}
.pb-heading-sub {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

.flex-item-textarea {
  margin-bottom: 16px;
}

.bg-white {
  background: #fefefe;
}

.bg-gray {
  background: #b3b3b3;
}

.bg-gray-light {
  background: #f7f7f7;
}

.bg-gray-lighter {
  background: #fcfcfc;
}

.bg-gray-dark {
  background: #444444;
}

.bg-gray-darker {
  background: #292f33;
}

.bg-black {
  background: #000000;
}

.bg-black-5 {
  background: #f2f2f2;
}

.bg-black-10 {
  background: #e6e6e6;
}

.bg-black-15 {
  background: #d9d9d9;
}

.bg-black-20 {
  background: #cccccc;
}

.bg-black-25 {
  background: #bfbfbf;
}

.bg-black-30 {
  background: #b3b3b3;
}

.bg-black-35 {
  background: #a6a6a6;
}

.bg-black-40 {
  background: #999999;
}

.bg-black-45 {
  background: #8c8c8c;
}

.bg-black-50 {
  background: gray;
}

.bg-black-55 {
  background: #737373;
}

.bg-black-60 {
  background: #666666;
}

.bg-black-65 {
  background: #595959;
}

.bg-black-70 {
  background: #4d4d4d;
}

.bg-black-75 {
  background: #404040;
}

.bg-black-80 {
  background: #333333;
}

.bg-black-85 {
  background: #262626;
}

.bg-black-90 {
  background: #1a1a1a;
}

.bg-black-95 {
  background: #0d0d0d;
}

.bg-primary {
  background: #14174c;
}

.bg-primary-light {
  background: #1f2374;
}

.bg-primary-lighter {
  background: #292f9d;
}

.bg-primary-dark {
  background: #090b24;
}

.bg-primary-darker {
  background: black;
}

.bg-secondary {
  background: #ffc107;
}

.bg-secondary-light {
  background: #ffce3a;
}

.bg-secondary-lighter {
  background: #ffdb6d;
}

.bg-secondary-dark {
  background: #d39e00;
}

.bg-secondary-darker {
  background: #a07800;
}

.bg-success {
  background: #3adb76;
}

.bg-error {
  background: #ec5840;
}

.bg-warning {
  background: #ffae00;
}

.bg-disabled {
  background: #595fd3;
}

.sg-section {
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #dadada;
}
.sg-section:last-child {
  border: none;
}
.sg-section .highlight {
  padding: 1.5em;
  background: #f7f7f9;
}

.sg-page-title {
  font-size: 3rem;
}
.sg-page-title span {
  margin-left: 1em;
}

.sg-section-heading {
  font-size: 2.4rem;
}
.sg-section-heading span {
  margin-left: 1.2em;
  font-size: 1.3rem;
}

.inline-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inline-list li {
  display: inline-block;
}

.hljs {
  padding: 0 24px;
  border: 1px solid #dadada;
  background: #f9f9f9;
}

.hljs-tag {
  color: #2f6f9f;
}

.hljs-name {
  color: #2f6f9f;
}

.hljs-attr {
  color: #4f9fcf;
}

.hljs-string {
  color: #d44950;
}

.visibility-table {
  table-layout: fixed;
}
.visibility-table th code {
  color: #ec5840;
}
.visibility-table thead th {
  font-size: 18px;
  line-height: 1.4;
  vertical-align: middle;
}
.visibility-table thead th small {
  display: block;
  font-size: 13px;
}
.visibility-table thead th:first-child {
  width: 110px;
}
.visibility-table tbody td {
  text-align: center;
}
.visibility-table .is-visible {
  background: rgba(20, 23, 76, 0.2);
  color: #14174c;
}
.visibility-table .is-hidden {
  color: #b3b3b3;
}

/*------- 202103 warrior --------*/
.base-shop-btn .btn {
    background: #11beae;
    box-shadow: 0px 3px #0a6f65;
	min-width: 240px;
	margin: 0 0 20px;
}
.base-shop-btn .btn:hover{
    background: #a6e7e1;
}