@charset "UTF-8";
/*
Theme Name: HCMAA
Theme URI:
Description: This is our original theme.
Author: Yuichiro Tanaka.
Author URI:
Version: 100.0
Tags:

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: capital-basis
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  text-align: left;
  background-color: #fff;
}

@media (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
}
@media print {
  body {
    width: 1100px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

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

figure {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

a {
  color: #f38200;
  text-decoration: underline;
  transition: all 0.3s 0s;
}
a:hover {
  color: #a75900;
  text-decoration: none;
  transition: all 0.3s 0s;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  color: inherit;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

.page-title,
.post-title,
.archive-title {
  margin: 0 0 24px;
  padding: 0.6em 0.2em 0.6em 0.5em;
  border: solid #444444;
  border-width: 0 0 0 4px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #444444;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .page-title,
.post-title,
.archive-title {
    font-size: 3.6rem;
  }
}
.post-content h2,
.contents-front-page h2 {
  position: relative;
  margin: 48px 0 24px;
  padding: 10px 10px 10px 23px;
  background: #f38200;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.2;
}
.post-content h2:before,
.contents-front-page h2:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 14px;
  height: calc(100% - 20px);
  background: #E0D800;
  content: "";
  font-weight: 900;
  color: #fff;
  transform: translateY(-50%);
}
.post-content h3,
.contents-front-page h3 {
  margin: 48px 0 24px;
  padding: 11px 10px 11px 13px;
  border: solid #0057ad;
  border-width: 2px 0;
  background: #fff;
  font-size: 2rem;
  font-weight: 500;
  color: #0057ad;
  line-height: 1.2;
}
.post-content h4,
.contents-front-page h4 {
  margin: 32px 0 16px;
  padding: 0 10px 4px 34px;
  border-bottom: 2px solid #f38200;
  font-size: 1.8rem;
  font-weight: 500;
  color: #f38200;
}
.post-content h4:before,
.contents-front-page h4:before {
  position: absolute;
  top: 8px;
  left: 12px;
  display: inline-block;
  content: "◆";
  font-weight: 900;
  font-size: 1rem;
  color: #f38200;
  line-height: 1;
}
.post-content h5,
.contents-front-page h5 {
  margin: 24px 0 16px;
  padding: 18px 20px;
  border: solid #f38200;
  border-width: 1px 1px 1px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #f38200;
  line-height: 1.5;
}
.post-content h6,
.contents-front-page h6 {
  margin: 24px 0 16px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #444444;
  line-height: 1.6;
}
.post-content h6 a,
.contents-front-page h6 a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  background: url(images/common/icon-h6.png) no-repeat left;
  background-size: 12px auto;
  /*
  &:before {
  	position: absolute;
  	top: 8px;
  	left: 0em;
  	display: inline-block;
  	//content: '\f101';
  	content: '\025b6';
  	font-family: "Font Awesome\ 5 Free";
  	font-size: 1.3rem;
  	font-weight: 900;
  	color: $color-main;
  	line-height: 1;
  }
  */
}
@media (min-width: 768px) {
  .post-content h2,
.contents-front-page h2 {
    font-size: 2.6rem;
  }
  .post-content h3,
.contents-front-page h3 {
    font-size: 2.4rem;
  }
  .post-content h4,
.contents-front-page h4 {
    font-size: 2rem;
  }
  .post-content h5,
.contents-front-page h5 {
    font-size: 1.6rem;
  }
  .post-content h6,
.contents-front-page h6 {
    font-size: 1.7rem;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

p {
  margin-top: 16px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

li {
  margin-top: 12px;
}

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;
  -ms-hyphens: none;
  hyphens: none;
}

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

blockquote {
  margin-top: 32px;
  padding: 16px;
  border-left: 6px solid #f38200;
  background: #dee2e6;
  color: #767676;
}
blockquote p {
  margin: 0;
}
blockquote cite {
  color: #555;
}

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

ul.check {
  margin: 0;
  padding: 20px 20px;
  background: #F5F5F5;
  list-style: none;
}
@media (min-width: 768px) {
  ul.check {
    padding: 20px 44px;
  }
}
ul.check li {
  position: relative;
  margin: 0;
  padding: 6px 0 6px 50px;
  border: dashed #ccc;
  border-width: 0 0 1px;
  font-size: 2.2rem;
}
ul.check li:before {
  position: absolute;
  top: 4px;
  left: 3px;
  display: block;
  content: "";
  width: 45px;
  height: 45px;
  background: url(images/common/icon-check.png) no-repeat center top;
  background-size: 45px;
}

a.btn-red,
a.btn-blue,
a.btn-outline-red,
a.btn-outline-blue {
  position: relative;
  display: block;
  max-width: 568px;
  display: block;
  margin: 0 auto !important;
  padding: 13px 50px 13px 10px !important;
  width: 80%;
  border-radius: 10px !important;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.3);
}
a.btn-red:after,
a.btn-blue:after,
a.btn-outline-red:after,
a.btn-outline-blue:after {
  content: "\f061";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  transform: translateY(-50%);
}

a.btn-red {
  border: 1px solid #DD0001 !important;
  background: #DD0001 !important;
  color: #fff !important;
}
a.btn-red:hover {
  background: #fff !important;
  color: #DD0001 !important;
}

a.btn-blue {
  border: 1px solid #0057ad !important;
  background: #0057ad !important;
  color: #fff !important;
}
a.btn-blue:hover {
  background: #fff !important;
  color: #0057ad !important;
}

a.btn-outline-red {
  border: 1px solid #DD0001 !important;
  background: #fff !important;
  color: #DD0001 !important;
}
a.btn-outline-red:hover {
  background: #DD0001 !important;
  color: #fff !important;
}

a.btn-outline-blue {
  border: 1px solid #0057ad !important;
  background: #fff !important;
  color: #0057ad !important;
}
a.btn-outline-blue:hover {
  background: #0057ad !important;
  color: #fff !important;
}

img.sp {
  display: block;
}
@media (min-width: 768px) {
  img.sp {
    display: none;
  }
}

img.pc {
  display: none;
}
@media (min-width: 768px) {
  img.pc {
    display: block;
  }
}

.table-scroll {
  overflow: auto;
  white-space: nowrap;
}

.table-scroll::-webkit-scrollbar {
  height: 5px;
}

.table-scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.table-scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

@media (min-width: 576px) {
  .scroll-table {
    white-space: normal;
  }
}
table {
  margin-top: 16px;
  padding: 0;
  min-width: 100%;
  margin-left: -8px;
  margin-right: -8px;
}

table, tr, th, td {
  height: auto !important;
  border: none !important;
}

th, td {
  padding: 0 8px 16px;
  word-wrap: break-word;
  vertical-align: top;
}
th img, td img {
  width: 100%;
}

th {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

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

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

table.hyou {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #707070 !important;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}
table.hyou th, table.hyou td {
  padding: 8px 10px 10px;
  border: 1px solid #707070 !important;
}

table.tate {
  display: table;
}

@media (max-width: 767.98px) {
  table.tate th, table.tate td {
    display: block;
    width: 100% !important;
  }
}
table.box {
  display: table;
}
table.box th, table.box td {
  padding: 16px;
  background: #f7f7f7;
}

th.gray, td.gray {
  background: #f7f7f7;
}

th.beige, td.beige {
  background: #fffac6;
}

table.table-30-70,
table.table-40-60,
table.table-50-50,
table.table-60-40,
table.table-70-30,
table.table-33-33-33 {
  display: table;
  min-width: 100%;
}

@media (min-width: 768px) {
  table.table-30-70 th:first-child, table.table-30-70 td:first-child {
    width: 30% !important;
  }
  table.table-40-60 th:first-child, table.table-40-60 td:first-child {
    width: 40% !important;
  }
  table.table-50-50 th:first-child, table.table-50-50 td:first-child {
    width: 50% !important;
  }
  table.table-60-40 th:first-child, table.table-60-40 td:first-child {
    width: 60% !important;
  }
  table.table-70-30 th:first-child, table.table-70-30 td:first-child {
    width: 70% !important;
  }
  table.table-33-33-33 th, table.table-33-33-33 td {
    width: 33.3333% !important;
  }
}
.mce-content-body table {
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-collapse: separate !important;
  border-spacing: 2px !important;
}
.mce-content-body table, .mce-content-body th, .mce-content-body td, .mce-content-body caption {
  border: 1px dashed #BBB !important;
}
.mce-content-body table.hyou {
  border: 1px solid #707070 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.mce-content-body table.hyou th, .mce-content-body table.hyou td {
  border: 1px solid #707070 !important;
}

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

.table-borderless {
  border: none;
}
.table-borderless th, .table-borderless td {
  border: none;
}

.table-striped tr:nth-child(even) th,
.table-striped tr:nth-child(even) td {
  background: #e9ecef;
}

.container {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1070px;
  }
}

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

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

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

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
.breadcrumb-wrap {
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.breadcrumb {
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.2;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb a {
  color: #333333;
  text-decoration: underline;
}
.breadcrumb a:hover {
  color: #f38200;
  text-decoration: none;
}

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

.pagination {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}
.pagination span {
  display: inline-block;
  padding: 10px 12px;
  border: 1px solid #707070;
  border-radius: 0.25rem;
}
.pagination a {
  display: inline-block;
  padding: 10px 12px;
  border: 1px solid #707070;
  border-radius: 0.25rem;
  color: #f38200;
  text-decoration: none;
}
.pagination a:hover {
  border-color: #f38200;
  background: #f38200;
  color: #fff;
}
.pagination .current {
  padding: 10px 12px;
  border: 1px solid #f38200;
  border-radius: 0.25rem;
  background: #f38200;
  color: #fff;
  font-weight: bold;
}
.pagination .page-numbers {
  padding: 10px 12px;
  border: 1px solid #707070;
  border-radius: 0.25rem;
  color: rgb(102, 102, 102);
  text-decoration: none;
}
.pagination.first a, .pagination.previous a, .pagination.next a, .pagination.last a {
  border: 1px solid #707070;
  border-radius: 0.25rem;
}

.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 #707070;
  border-radius: 0.25rem;
  text-decoration: none;
  color: #f38200;
}
.pager a:hover {
  border-color: #f38200;
  background: #f38200;
  color: #fff;
}

.btn {
  display: inline-block;
  padding: 0 20px;
  background: #f38200;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
}
.btn:hover {
  background: #ff9b27;
  color: #fff;
  text-decoration: none;
}
.btn:before {
  display: inline-block;
  content: "";
  position: relative;
  top: 3px;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  background: url(images/common/btn-icon-tri.png) no-repeat;
  background-size: 20px;
}
.btn.blue {
  background: #0057ad;
}
.btn.blue:hover {
  background: #7abdff;
}
.btn.small {
  padding: 0 20px;
  font-size: 1.6rem;
  line-height: 30px;
}

@media (min-width: 768px) {
  .btn {
    padding: 0 40px;
    font-size: 2rem;
  }
}
.site-header {
  position: relative;
  z-index: 9999;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
  background: #fff;
  transition: all 0.3s ease;
}

.topbar {
  display: none;
}

@media (min-width: 992px) {
  .topbar {
    display: block;
    background: #e9e9e9;
  }
}
.site-description {
  float: left;
  margin: 0;
  padding: 8px 0;
  font-size: 1.2rem;
  font-weight: normal;
}

.header-main {
  position: relative;
}

.site-logo {
  display: block;
  float: left;
  margin: 0;
  padding: 20px 0;
  line-height: 1.1;
  font-weight: 700;
  max-width: 170px;
}
.site-logo a {
  display: block;
  text-decoration: none;
}
.site-logo a:hover {
  text-decoration: none;
}

.site-logo {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .site-logo {
    font-size: 2.6rem;
    max-width: 226px;
  }
}
@media (min-width: 992px) {
  .site-logo {
    font-size: 2.6rem;
    max-width: 226px;
  }
}

.header-info {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .header-info {
    display: block;
  }
}
.header-contact p {
  margin: 0;
  list-style: none;
  line-height: 1;
}
.header-contact .header-contact-tel {
  display: block;
  margin: 0;
  font-size: 2.8rem;
  font-weight: bold;
}
.header-contact .header-contact-tel .tel-num {
  position: relative;
}
.header-contact .header-contact-tel .tel-link {
  margin-left: 32px;
  color: #f38200;
  white-space: nowrap;
}
.header-contact .header-contact-tel a {
  color: #f38200;
  text-decoration: none;
}
.header-contact .header-contact-tel i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-right: 0.1em;
  color: #f38200;
  transform: translateY(-50%);
}
.header-contact .header-contact-tel-tit {
  display: block;
  margin: 0 0 8px;
  font-size: 1.4rem;
  font-weight: normal;
}
.header-contact img {
  width: auto;
  min-height: 52px;
  max-height: 52px;
}

@media (min-width: 992px) {
  .header3 .site-logo site-logo {
    max-width: 30%;
  }
  .header3 .globalnav-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 68%;
    transform: translateY(-50%);
  }
}
.is-sticky .globalnav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
}

.topbar, .header-right, .globalnav-wrap {
  display: none;
}

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

@media (min-width: 992px) {
  .topbar, .header-right, .globalnav-wrap {
    display: block;
  }
  .mobile-menu-btn, .menu-mobile-wrap {
    display: none;
  }
}
@media (min-width: 992px) {
  .is-sticky.header-default .topbar, .is-sticky.header-default .header-main, .is-sticky.header1 .topbar, .is-sticky.header1 .header-main, .is-sticky.header2 .topbar, .is-sticky.header2 .header-main {
    display: none;
  }
  .is-sticky.header3 .topbar {
    display: none;
  }
}
.btn-hamburger {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -22px;
  padding: 8px 8px 6px;
  border: none;
  border-radius: 6px;
  background: #f38200;
  color: #f38200;
  text-align: center;
}
@media (min-width: 992px) {
  .btn-hamburger {
    display: none;
  }
}

.btn-hamburger-icon {
  display: block;
  margin-top: 0;
  margin-bottom: 4px;
}
.btn-hamburger-icon .icon-bar {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 4px;
  border-radius: 3px;
  background: #fff;
}
.btn-hamburger-icon .icon-bar + .icon-bar {
  margin-top: 4px;
}
.btn-hamburger-icon .icon-bar + .icon-bar + .icon-bar {
  margin-top: 4px;
}

.btn-hamburger-name {
  display: block;
  color: #fff;
  font-size: 1rem;
  transform: scale(0.8);
  line-height: 1;
}

.btn-close {
  position: fixed;
  top: 3rem;
  right: 1rem;
  margin: auto;
  padding: 0.8em 1em;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  background: transparent;
  color: #fff;
  font-size: 1.5rem;
}

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

.mobilenav {
  display: block;
  position: relative;
  z-index: 1000;
  clear: both;
}
@media (min-width: 992px) {
  .mobilenav {
    display: none;
  }
}
.mobilenav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobilenav .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobilenav a {
  display: block;
  padding: 1rem 0;
  font-size: 1.6rem;
  color: #f38200;
  text-decoration: none;
}
.mobilenav a:hover {
  color: #f38200;
  text-decoration: none;
}
.mobilenav .sub-menu a {
  padding: 1rem 0 1rem 1rem;
}
.mobilenav .sub-menu .sub-menu a {
  padding: 1rem 0 1rem 2rem;
}

.mobilenav-dropdown .menu {
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1rem 0 1rem;
  background: #fff;
  transform: translateY(30px);
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .mobilenav-dropdown .menu {
    transition: none;
  }
}
.mobilenav-dropdown.active .menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .mobilenav-dropdown.active .menu {
    transition: none;
  }
}

.mobilenav-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: 10% 6%;
  background: rgb(255, 255, 255);
  transition: all 0.3s 0s;
}
.mobilenav-overlay.active {
  visibility: visible;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  transition: all 0.3s 0s;
}
.mobilenav-overlay.active .menu {
  overflow: auto;
}
.mobilenav-overlay .menu {
  position: static;
  clear: both;
  padding: 40px 0;
  width: 100%;
  height: 100%;
}
.mobilenav-overlay .menu > li {
  margin: 0;
  line-height: 1.5;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.mobilenav-overlay .menu > li > a {
  position: relative;
  z-index: 400;
  display: block;
  margin-right: 40px;
  padding: 0.8em 0 0.8em 1em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
}
.mobilenav-overlay .menu > li > a:hover {
  color: #333333;
}
.mobilenav-overlay .menu > li.menu-item-has-children > a:before {
  position: absolute;
  top: 50%;
  right: -40px;
  display: block;
  width: 40px;
  line-height: 46px;
  content: "＋";
  font-size: 1.8rem;
  text-align: center;
  font-weight: 900;
  color: #dc3545;
  transform: translateY(-50%);
  z-index: 500;
  cursor: pointer;
  pointer-events: none;
}
.mobilenav-overlay .menu > li.menu-item-has-children.active > a:before {
  content: "ー";
}
.mobilenav-overlay .sub-menu {
  display: none;
}
.mobilenav-overlay .sub-menu li {
  margin: 0;
  line-height: 1.5;
  border-top: 1px solid #ccc;
}
.mobilenav-overlay .sub-menu a {
  position: relative;
  display: block;
  padding: 0.8em 0 0.8em 2.2em;
  font-size: 1.6rem;
  color: #333333;
}
.mobilenav-overlay .sub-menu a:before {
  position: absolute;
  top: 1.1em !important;
  left: 1.2em !important;
  right: auto;
  display: inline-block;
  content: "\f105" !important;
  width: auto !important;
  height: auto !important;
  line-height: 1.1 !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #dc3545;
  transform: none;
}

.btn-close {
  position: fixed;
  top: 2em;
  right: 1em;
  margin: auto;
  padding: 0.8em 1em;
  border: 1px solid #333333;
  border-radius: 10px;
  background: transparent;
  color: #333333;
  font-size: 1.5rem;
}

.globalnav-wrap {
  background: #fff;
}

.globalnav ul.menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.globalnav ul.menu li {
  position: relative;
  margin: 0;
  flex-grow: 1;
}
.globalnav ul.menu li a {
  display: block;
}
.globalnav ul.menu li > a {
  padding: 12px 4px;
  font-weight: bold;
  color: #222;
  text-decoration: none;
}
.globalnav ul.menu li > a:hover, .globalnav ul.menu li.current-menu-item > a, .globalnav ul.menu li.current-page-ancestor > a, .globalnav ul.menu li.current-category-ancestor > a, .globalnav ul.menu li.current-menu-ancestor > a {
  color: #f38200;
  text-decoration: none;
}
.globalnav .sub-menu {
  visibility: hidden;
  opacity: 0;
  overflow: visible;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  z-index: 3000;
  transform: translateY(30px);
  margin: 0;
  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 .globalnav .sub-menu {
  right: 0;
  left: auto;
}
.globalnav .sub-menu li {
  display: block;
  float: none;
  width: 100%;
  text-align: left;
}
.globalnav .sub-menu a {
  padding: 0.5em 1em;
  white-space: nowrap;
  color: #333333;
  text-decoration: none;
}
.globalnav .sub-menu a:hover {
  color: #333333;
  text-decoration: none;
  background: #dee2e6;
}
.globalnav li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s 0s;
}

.gnav-search {
  position: relative;
}

.gnav-search-btn {
  position: absolute;
  top: 50%;
  display: inline-block;
  background: none;
  transform: translateY(-50%);
}

.search-over {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
  background: #fff;
}
.search-over .search-table {
  position: relative;
}
.search-over .search-button {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.search-over .search-field {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 30px 8px 30px;
}
.search-over .search-field input {
  margin: 0;
  background: #E8F7FF;
  border: none;
}
.search-over .search-submit {
  overflow: hidden;
  border: none;
  background: none;
  content: "\f105" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.active.search-over {
  transform: translateY(-50%);
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 1;
  visibility: visible;
}

.search-field-close-btn {
  position: absolute;
  top: 50%;
  right: 0;
  border: none;
  background: none;
  width: 27px;
  transform: translateY(-50%);
}

.header1 .globalnav-wrap {
  border-bottom: 5px solid #f38200;
}
.header1 .globalnav ul.menu {
  margin-bottom: -5px;
}
.header1 .globalnav ul.menu > li > a {
  padding: 12px 4px;
  font-weight: bold;
  color: #222;
  text-decoration: none;
  border-bottom: 5px solid transparent;
}
.header1 .globalnav ul.menu > li > a:hover, .header1 .globalnav ul.menu > li.current-menu-item > a, .header1 .globalnav ul.menu > li.current-page-ancestor > a, .header1 .globalnav ul.menu > li.current-category-ancestor > a, .header1 .globalnav ul.menu > li.current-menu-ancestor > a {
  border-bottom: 5px solid #f38200;
  background: #f38200;
  color: #fff;
  text-decoration: none;
}

.header2 .globalnav-wrap {
  background: #f38200;
}
.header2 .globalnav ul.menu > li > a {
  padding: 12px 4px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.header2 .globalnav ul.menu > li > a:hover, .header2 .globalnav ul.menu > li.current-menu-item > a, .header2 .globalnav ul.menu > li.current-page-ancestor > a, .header2 .globalnav ul.menu > li.current-category-ancestor > a, .header2 .globalnav ul.menu > li.current-menu-ancestor > a {
  background: #f8f7e1;
  color: #f38200;
  text-decoration: none;
}

.header3 .globalnav ul.menu > li > a {
  padding: 20px 8px;
  font-size: 1.6rem;
  line-height: 1.3;
}

.extranav {
  float: right;
}
.extranav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.extranav .menu > li {
  float: left;
  text-align: center;
  margin: 0 0 0 1em;
}
.extranav .menu > li > a {
  display: block;
  position: relative;
  padding: 8px 0 8px 14px;
  font-size: 1.2rem;
  color: #333333;
  text-decoration: none;
}
.extranav .menu > li > a:hover {
  color: #333333;
  text-decoration: underline;
}
.extranav .menu > li > a:before {
  display: inline-block;
  content: "・";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 1.3rem;
  font-weight: 900;
  transform: translateY(-50%);
}

.wrapper {
  overflow: hidden;
  position: relative;
}

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

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

@media (min-width: 992px) {
  .sidebar-left .site-main,
.sidebar-right .site-main {
    width: 71.5%;
  }
  .sidebar-left .site-main {
    float: right;
  }
  .sidebar-right .site-main {
    float: left;
  }
  .sidebar {
    float: left;
    width: 25%;
  }
  .sidebar-left .sidebar {
    float: left;
  }
  .sidebar-right .sidebar {
    float: right;
  }
}
.section {
  margin-bottom: 80px;
}

section:before {
  content: "";
  height: 100px;
  margin-top: -100px;
  display: block;
  visibility: hidden;
}

@media (min-width: 768px) {
  table.table-sm {
    display: none;
  }
}
table.table-pc {
  display: none;
}

.contents-page,
.contents-single {
  margin-bottom: 45px;
}

#single-bottom,
#blog-bottom,
#page-bottom {
  margin-top: 40px;
}

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

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

.sidebar-local-menu {
  margin: 0 0 32px;
  background: #fff;
}

.sidebar-local-menu-heading {
  margin: 0 0;
  padding: 0;
  color: #f38200;
  font-size: 1.6rem;
  font-weight: 700;
}
.sidebar-local-menu-heading a {
  display: block;
  padding: 12px 10px 12px 16px;
  text-decoration: none;
  color: #f38200;
  font-size: 1.6rem;
  font-weight: 700;
}
.sidebar-local-menu-heading a:hover {
  text-decoration: none;
  color: #f38200;
}

.sidebar-local-menu-body {
  border: solid #f38200;
  border-width: 0 0 2px;
}
.sidebar-local-menu-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-local-menu-body li {
  position: relative;
  margin: 0;
  padding: 0;
  border-top: 2px solid #fff;
  border: dashed #f38200;
  border-width: 1px 0 0;
}
.sidebar-local-menu-body a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 16px;
  background: #fff;
  color: #333333;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.sidebar-local-menu-body a:hover {
  text-decoration: none;
  /*
  background-color: #F34100;
  color: #fff;
  */
  background: #F8F7E1;
  color: #333333;
}
.sidebar-local-menu-body .current_page_item > a, .sidebar-local-menu-body .current-cat > a {
  background-color: #f8f7e1;
  color: #f38200;
}
.sidebar-local-menu-body .children {
  border: none;
}
.sidebar-local-menu-body .children li {
  border: dashed #f38200;
  border-width: 1px 0 0;
}
.sidebar-local-menu-body .children a {
  padding: 10px 10px 10px 28px;
  background: #fff;
  color: #333333;
  font-size: 1.2rem;
  font-weight: 500;
}
.sidebar-local-menu-body .children a:before {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-block;
  content: "・";
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
  color: #333333;
}
.sidebar-local-menu-body .children a:hover {
  background: #F8F7E1;
  color: #333333;
}
.sidebar-local-menu-body .children .current_page_item > a, .sidebar-local-menu-body .children .current-cat > a {
  background: #F8F7E1;
  color: #333333;
}

#sidebar-nav {
  margin: 0 0 45px;
}
#sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar-nav li {
  margin: 0 0 10px;
}
#sidebar-nav li:last-child {
  margin: 0;
}
#sidebar-nav a {
  display: block;
  position: relative;
  min-height: 80px;
  background: #F8F7E1;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}
#sidebar-nav a:hover {
  background: #f38200;
  color: #fff;
  text-decoration: none;
}

.sidebar-bnr-list {
  margin: 0;
  list-style: none;
}

.sidebar-bnr .sidebar-bnr-item {
  position: relative;
  margin-top: 12px;
}
.sidebar-bnr .sidebar-bnr-item:first-child {
  margin: 0;
}
.sidebar-bnr .sidebar-bnr-item a {
  display: block;
  position: relative;
  padding: 1em;
  text-decoration: none;
  border: 1px solid #707070;
  border-left: #f38200 solid 4px;
  background: linear-gradient(to bottom, #fff, #ececec);
}
.sidebar-bnr .sidebar-bnr-item a:hover {
  text-decoration: none;
}
.sidebar-bnr .sidebar-bnr-item span {
  display: block;
}
.sidebar-bnr .sidebar-bnr-item .bnr-caption {
  font-weight: bold;
  font-size: 1.8rem;
  color: #f38200;
  /*
  position: absolute;
  top: 50%;
  left: 1em;
  font-weight: bold;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  */
}
.sidebar-bnr .sidebar-bnr-item .bnr-caption.large {
  font-size: 2rem;
}
.sidebar-bnr .sidebar-bnr-item .bnr-caption.small {
  font-size: 1.4rem;
}
.sidebar-bnr .sidebar-bnr-item .bnr-bar-caption {
  display: block;
  padding: 0.2em 0.5em;
  background: #f38200;
  color: #fff;
  text-decoration: none !important;
}
.sidebar-bnr .sidebar-bnr-item .bnr-bar-caption:focus .sidebar-bnr .sidebar-bnr-item .bnr-bar-caption {
  text-decoration: none;
}
.sidebar-bnr .sidebar-bnr-item img {
  max-width: none;
  width: 100%;
}

.sidebar-contact {
  display: none;
  margin: 0 0 32px;
  padding: 0px;
  background: #F5F5F5;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .sidebar-contact {
    display: block;
  }
}

.sidebar-contact-header {
  margin: 0 0;
  padding: 0.6em 0.5em;
  border-bottom: 3px solid #E0D800;
  background: #f38200;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.sidebar-contact-body {
  padding: 18px 14px;
}
.sidebar-contact-body .company-name {
  margin: 0;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.1;
}
.sidebar-contact-body .company-name span {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 1.4rem;
}
.sidebar-contact-body .company-tel {
  margin: 8px 0 0;
  color: #f38200;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1200px) {
  .sidebar-contact-body .company-tel {
    font-size: 2.6rem;
  }
}
.sidebar-contact-body .company-tel i {
  margin-right: 0.1em;
}
.sidebar-contact-body .company-postcode {
  display: block;
  margin: 0;
  font-size: 1.4rem;
}
.sidebar-contact-body .company-address {
  margin: 12px 0 0;
  font-size: 1.4rem;
  line-height: 1.4;
}
.sidebar-contact-body .company-fax {
  margin: 12px 0 0;
  line-height: 1;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  color: #f38200;
}
.sidebar-contact-body .company-fax i {
  margin-right: 0.2em;
}
.sidebar-contact-body .company-mail {
  margin: 12px 0 0;
  font-size: 1.4rem;
}
.sidebar-contact-body .company-mail a {
  text-decoration: underline;
  color: #f38200;
}
.sidebar-contact-body .company-mail a:hover {
  color: #f38200;
  text-decoration: none;
}
.sidebar-contact-body .company-mail i {
  margin-right: 0.2em;
}
.sidebar-contact-body .sidebar-contact-btn-wrap {
  margin: 12px 0 0;
}
.sidebar-contact-body .sidebar-contact-btn {
  display: block;
  margin: 0 0 0;
  padding: 0.7em 0;
  background: #0057ad;
  width: 100%;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.sidebar-contact-body .sidebar-contact-btn:hover {
  background: #7abdff;
  color: #fff;
  text-decoration: none;
}
.sidebar-contact-body .sidebar-contact-btn i {
  margin-right: 0.2em;
}

.site-footer {
  background: #fff;
  color: #333333;
}

.footer-contact-wrapper {
  padding: 62px 0 62px;
  background: #F5F5F5;
  color: #333333;
}

.footer-contact-heading {
  margin-bottom: 40px;
  text-align: center;
}
.footer-contact-heading span {
  display: block;
  margin-top: 16px;
  font-weight: normal;
  line-height: 1.66;
}

.footer-contact-heading {
  font-size: 2rem;
}
.footer-contact-heading span {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .footer-contact-heading {
    font-size: 2.4rem;
  }
  .footer-contact-heading span {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .footer-contact-heading {
    font-size: 3rem;
  }
  .footer-contact-heading span {
    font-size: 1.4rem;
  }
}
.footer-contact-body {
  margin: 0 -10px;
}

.footer-contact-column {
  flex-grow: 1;
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-contact-body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -24px;
  }
  .footer-contact-column {
    width: 33.3333%;
    padding: 0 24px;
  }
}
.footer-contact-column h4 {
  margin: 0 0 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
.footer-contact-column .tel-number {
  margin: 0;
  padding: 0;
  font-size: 2.8rem;
  letter-spacing: -1px;
  font-weight: bold;
  line-height: 1;
  color: #333333;
}
@media (min-width: 992px) {
  .footer-contact-column .tel-number {
    font-size: 3.6rem;
  }
}
.footer-contact-column .tel-number i {
  margin-right: 0.1em;
}
.footer-contact-column .tel a {
  color: #333333;
  text-decoration: none;
}
.footer-contact-column .tel a:hover {
  color: #333333;
  text-decoration: none;
}
.footer-contact-column .tel-reception {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
}
.footer-contact-column .btn-contact {
  display: block;
  padding: 18px 0;
  width: 100%;
  background: #fd7e14;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.footer-contact-column .btn-contact:hover {
  text-decoration: none;
  background: #dc6502;
  color: #fff;
}
.footer-contact-column .btn-contact i {
  margin-right: 0.2em;
}

.footer-information {
  margin-bottom: 24px;
  font-size: 1.4rem;
}
.footer-information .company-name {
  margin: 4px 0 12px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.footer-information .company-postcode {
  display: block;
}
.footer-information .company-address {
  margin: 0;
}
.footer-information .company-tel {
  margin: 0;
}
.footer-information .company-tel .tel a {
  color: #fff;
  text-decoration: none;
}
.footer-information .company-tel .tel a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-information .company-fax {
  margin: 0;
}
.footer-information .company-mail {
  margin: 0;
}
.footer-information .company-mail a {
  color: #fff;
  line-height: 1;
  text-decoration: underline;
}
.footer-information .company-mail a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-main {
  padding: 40px 0 40px;
}
.footer-main .flex-row {
  display: flex;
  flex-wrap: wrap;
}

.footer-information {
  margin-bottom: 40px;
  width: 100%;
}

.footernav-wrap {
  width: 100%;
}

@media (min-width: 768px) {
  .footer-information {
    width: 25%;
  }
  .footernav-wrap {
    width: 75%;
    padding-left: 32px;
  }
}
.footernav-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.footernav-wrap .footernav {
  width: 100%;
}
@media (min-width: 768px) {
  .footernav-wrap .footernav {
    flex-grow: 1;
    width: 33.3333%;
  }
}
.footernav-wrap .footernav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footernav-wrap .footernav a {
  position: relative;
  display: block;
  margin: 0 0 8px;
  padding: 0 10px 0 16px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #333333;
  text-decoration: none;
}
.footernav-wrap .footernav a:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  display: inline-block;
  content: "・";
  font-size: 1.3rem;
  font-weight: 900;
  color: #333333;
  line-height: 1;
}
.footernav-wrap .footernav a:hover {
  color: #333333;
  text-decoration: underline;
}
.footernav-wrap .footernav .sub-menu {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.footernav-wrap .footernav .sub-menu a {
  padding: 0 1em 0 16px;
}
.footernav-wrap .footernav .sub-menu a:before {
  position: absolute;
  top: 0.25em;
  left: 0.3em;
  display: inline-block;
  content: "\f105";
  font-size: 1.4rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.footer-copyright {
  padding: 3px 0;
  background: #f38200;
  text-align: center;
}
.footer-copyright .copyright {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
.footer-copyright a {
  color: #fff;
  text-decoration: none;
}
.footer-copyright a:hover {
  color: #fff;
  text-decoration: none;
}

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

.pagetop {
  position: fixed;
  right: 1em;
  bottom: 1em;
  text-align: center;
}
.pagetop a {
  display: block;
  padding: 10px 14px 10px;
  background: #f38200;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 0.25rem;
  font-size: 1.4rem;
  line-height: 1;
}
.pagetop a:hover {
  background: #c06700;
  text-decoration: none;
}
.pagetop i {
  display: block;
  font-size: 3rem;
  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;
  padding: 1rem;
  border: 1px solid #707070;
  border-radius: 0.25rem;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-size: 1.6rem;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  [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 {
    transition: 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: 10px 10px 0px 0px #000000;
  border: 1px solid #707070;
  background: #fafafa;
  outline: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  [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 {
    transition: none;
  }
}
[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: #ffe2c0;
  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: #ffe2c0;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  border-radius: #ffe2c0;
  -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;
}

/* Checkbox  */
[type=file],
[type=checkbox],
[type=radio] {
  margin: 0;
}

[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%;
}

/* Select */
select {
  width: 100%;
  margin: 0;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 0.25rem;
  color: #333333;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
select:hover {
  border-color: #707070;
  background-color: #fff;
}
select:disabled {
  background-color: #ffe2c0;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}

label {
  display: inline-block;
  margin: 0;
  color: #444;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.66;
  cursor: pointer;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.submit {
  display: block;
  padding: 18px 0;
  width: 100%;
  border: none;
  background: #fd7e14;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  max-width: 280px;
  transition: all 0.3s 0s;
}
.submit:hover {
  background: #ff9b27;
  transition: all 0.3s 0s;
}

/*動画の最大幅を指定する*/
.video-container {
  max-width: 100%;
}

/*動画の大きさを調整*/
.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

/*動画を囲んでいるdiv目一杯に広げる*/
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.widget {
  margin-top: 24px;
  margin-bottom: 24px;
}
.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: 1.8rem;
  font-weight: bold;
  color: inherit;
}

.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: #707070 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: 0.5em;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-size: 1.4rem;
  font-weight: 900;
}
.widget_archive a span,
.widget_categories a span,
.widget_meta a span,
.widget_nav_menu a span,
.widget_pages a span {
  margin-left: 0.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 0;
  text-align: center;
  color: #333333;
}
.widget_calendar thead th {
  background: #fff;
}
.widget_calendar caption {
  margin: 0 0 8px;
}

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

.widget_recent_entries li {
  padding: 10px 0;
  border: #707070 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: 1.2rem;
  font-weight: normal;
}

.widget_search .screen-reader-text {
  display: none;
}
.widget_search .search-field-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.widget_search .search-field,
.widget_search .search-button {
  vertical-align: top;
}
.widget_search .search-field {
  flex: 1;
}
.widget_search .s {
  border: solid #707070;
  border-width: 1px 0 1px 1px;
}
.widget_search .search-button {
  width: 50px;
}
.widget_search .search-submit {
  padding: 0;
  width: 50px;
  height: 100%;
  border: none;
  border-radius: 0 0.4rem 0.4rem 0;
  background: #f38200;
  color: #fff;
}

.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: 12px 0 0;
  position: relative;
}
.widget_sp_image:first-child {
  margin: 0;
}
.widget_sp_image img {
  margin-bottom: 0;
}

.alignleft {
  float: left;
  margin: 0 1.5em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1em;
}

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

img.alignleft {
  margin: 0 0 1em 0;
}

img.alignright {
  margin: 0 0 1em 0;
}

@media (min-width: 768px) {
  img.alignleft,
img.alignright {
    max-width: 50%;
    width: auto;
  }
  img.alignleft {
    float: left;
    margin: 0 1.5em 1em 0;
  }
  img.alignright {
    float: right;
    margin: 0 0 1em 1.5em;
  }
}
.wp-caption {
  margin-bottom: 24px;
  max-width: 100%;
  width: auto !important;
}
.wp-caption img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .wp-caption.alignleft, .wp-caption.alignright {
    max-width: 50%;
  }
}

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

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

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

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

.gallery-item {
  width: 50% !important;
}

.gallery-caption {
  display: block;
  color: #686868;
  font-size: 1.3rem;
  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: #dee2e6;
}

.mw_wp_form table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid #707070;
  border-width: 1px 0 0;
}
.mw_wp_form tr {
  border-bottom: 1px solid #707070;
}
.mw_wp_form th, .mw_wp_form td {
  display: block;
  margin: 0;
  border: none;
  vertical-align: middle;
  font-size: 1.5rem;
}
.mw_wp_form th {
  padding: 25px 0 12px 0;
  font-weight: 400;
  text-align: left;
  line-height: 1;
}
.mw_wp_form td {
  padding: 0 0 23px;
  line-height: 1;
}
.mw_wp_form input {
  display: inline-block;
}
@media (min-width: 992px) {
  .mw_wp_form th, .mw_wp_form td {
    display: table-cell;
  }
  .mw_wp_form th {
    padding: 25px 0 23px 0;
    width: 180px;
  }
  .mw_wp_form td {
    padding: 25px 0 23px 0;
  }
}
.metaslider {
  width: 100% !important;
  max-width: 100% !important;
}

#slider {
  position: relative;
  margin-bottom: 40px;
}
#slider:before {
  content: "";
  display: block;
  visibility: hidden;
}
@media (min-width: 768px) {
  #slider .caption-wrap {
    position: absolute;
    top: 50%;
    bottom: auto; /* Safari用 */
    transform: translateY(-50%);
    width: 100%;
    background: none;
  }
  #slider .caption {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    background: #000;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
  }
}

#introduction img {
  margin: 0 0 10px;
}

#reason {
  background: #F5F5F5;
}
#reason .inner {
  padding: 10px 20px;
}
#reason .item {
  margin-bottom: 30px;
}
#reason .img {
  margin: 0;
  text-align: center;
}
#reason .img img {
  width: 182px;
}
#reason .txt {
  position: relative;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 700;
}
#reason .txt span {
  position: relative;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  white-space: nowrap;
}

#resentment .inner {
  background: #F5F5F5;
  border-radius: 10px;
}
#resentment .head {
  position: relative;
  background: #f8f7e1;
  border-bottom: 2px solid #f38200;
  min-height: 160px;
  border-radius: 10px 10px 0 0;
}
#resentment .item {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  #resentment .item {
    margin-bottom: 0;
  }
}
#resentment .item:last-child {
  margin-bottom: 0;
}
#resentment .img {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: 0;
  width: 140px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #resentment .img {
    width: 100px;
  }
}
@media (min-width: 992px) {
  #resentment .img {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  #resentment .img {
    width: 140px;
  }
}
#resentment .ttl {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  padding: 0 0 0 170px;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #resentment .ttl {
    padding: 0 0 0 130px;
  }
}
@media (min-width: 992px) {
  #resentment .ttl {
    padding: 0 0 0 130px;
  }
}
@media (min-width: 1200px) {
  #resentment .ttl {
    padding: 0 0 0 170px;
  }
}
#resentment .ttl .l {
  display: block;
  font-size: 2.9rem;
  font-weight: 700;
  color: #f38200;
}
#resentment .ttl .m {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  color: #f38200;
}
#resentment .txt {
  margin: 0;
  padding: 20px;
  font-size: 2rem;
}

#eventdate .ttl {
  margin: 0;
}
#eventdate .sp-img {
  position: relative;
  display: block;
  min-height: 278px;
  background: url(images/front-page/eventdate-bg.png) no-repeat left bottom #F5F5F5;
  background-size: 750px auto;
}
#eventdate .inner {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
#eventdate .eventdate-body {
  float: none;
  max-width: 100%;
}
#eventdate .eventdate-list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
#eventdate .eventdate-list li {
  position: relative;
  margin: 0;
  padding: 8px 8px 8px 34px;
  border-bottom: 1px dashed #CCCCCC;
}
#eventdate .eventdate-list li:before {
  position: absolute;
  top: 14px;
  left: 13px;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(images/common/icon-tri-s.png) no-repeat left 1px;
  background-size: 13px auto;
}
#eventdate .btn-wrap {
  margin: 0;
  text-align: center;
}
#eventdate .free-fee-sp {
  width: 112px;
  position: absolute;
  top: 20px;
  right: 15px;
}
#eventdate .free-fee {
  display: none;
  position: absolute;
  top: -200px;
  right: 15px;
  width: 112px;
}

@media (min-width: 768px) {
  #eventdate .sp-img {
    display: none;
  }
  #eventdate .inner {
    padding: 35px;
    min-height: 278px;
    background: url(images/front-page/eventdate-bg.png) no-repeat left bottom #F5F5F5;
    background-size: 750px auto;
  }
  #eventdate .eventdate-body {
    float: right;
    max-width: 350px;
  }
  #eventdate .free-fee {
    display: block;
  }
  #eventdate .free-fee-sp {
    display: none;
  }
}
#studygroup,
#consultation,
#dvd-list,
#book-list,
#mailmagazine {
  background: #E2F3F8;
}
#studygroup h2,
#consultation h2,
#dvd-list h2,
#book-list h2,
#mailmagazine h2 {
  margin: 0;
  background: #0057ad;
}
#studygroup .inner,
#consultation .inner,
#dvd-list .inner,
#book-list .inner,
#mailmagazine .inner {
  position: relative;
  overflow: hidden;
  padding: 20px;
}

#studygroup .img,
#consultation .img {
  margin: 0 0 24px;
}
#studygroup .txt,
#consultation .txt {
  margin: 0 0 0;
}
#studygroup .btn-wrap,
#consultation .btn-wrap {
  text-align: right;
}

@media (min-width: 768px) {
  #studygroup .img,
#consultation .img {
    float: left;
    width: 240px;
    margin: 0 24px 0 0;
  }
  #studygroup .txt,
#consultation .txt {
    margin: 0 0 0;
  }
  #studygroup .btn-wrap,
#consultation .btn-wrap {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: 0;
    border: 0;
  }
}
#dvd-list .row {
  margin: 0 -25px;
  padding: 0 5px;
}
#dvd-list .item {
  margin-bottom: 45px;
  padding: 0 25px;
  text-align: center;
}
@media (min-width: 768px) {
  #dvd-list .item {
    margin-bottom: 0;
  }
}
#dvd-list .img img {
  max-width: 200px;
}
#dvd-list .txt {
  text-align: left;
}

#book-list .book-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media (min-width: 768px) {
  #book-list .book-row {
    padding: 0 40px;
  }
}
@media (min-width: 992px) {
  #book-list .book-row {
    padding: 0 80px;
  }
}
#book-list .item {
  margin-bottom: 45px;
  width: 100%;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  #book-list .item {
    margin-bottom: 0;
    width: 50%;
  }
}
#book-list .img {
  margin: 0;
}
#book-list .img img {
  max-width: 200px;
}

#mailmagazine .inner {
  position: relative;
}
#mailmagazine .img {
  margin: 0 0 16px;
  text-align: center;
}
#mailmagazine .txt {
  margin: 0;
  font-size: 1.4rem;
}
#mailmagazine .btn-wrap {
  text-align: right;
}

@media (min-width: 768px) {
  #mailmagazine .img {
    float: left;
    width: 240px;
    margin: 0 22px 0 0;
  }
  #mailmagazine .btn-wrap {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
#topics {
  margin-bottom: 40px;
}
#topics h2 {
  margin: 0;
}

.topics-list {
  padding: 18px 0px;
  border: solid #f38200;
  border-width: 0 1px 1px;
}
@media (min-width: 768px) {
  .topics-list {
    padding: 18px 36px;
  }
}

.topics-item {
  margin: 0;
  padding: 5px 24px 13px;
  border: solid #A3A3A3;
  border-width: 0 0 1px;
}
.topics-item::after {
  display: block;
  clear: both;
  content: "";
}

.topics-date {
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.6;
}
.topics-date img {
  position: relative;
  top: -1px;
  margin-right: 8px;
  width: 14px;
}

.topics-text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .topics-date {
    float: left;
    width: 10em;
    font-size: 1.5rem;
  }
  .topics-text {
    padding-left: 10em;
    font-size: 1.5rem;
  }
}
.mb-0 {
  margin-bottom: 0;
}

#course-intro .btn-wrap {
  text-align: center;
}
#course-intro .btn-wrap .btn {
  border: 2px solid #707070;
  background: #fff;
  color: #707070;
}
#course-intro .btn-wrap .btn:hover {
  background-color: #707070;
  color: #fff;
}
#course-intro .btn-wrap .btn:hover:before {
  background: url(images/common/btn-icon-tri.png) no-repeat;
  background-size: 20px;
}
#course-intro .btn-wrap .btn:before {
  background-image: url(images/common/btn-icon-tri-gray.png);
}

.course-plan-item {
  margin: 0 0 80px;
}
.course-plan-item .ttl {
  margin: 0;
}
.course-plan-item .inner {
  padding: 20px 16px;
  background: #E2F3F8;
}
.course-plan-item .lead {
  margin: 0 0 16px;
  font-size: 2.2rem;
  font-weight: 700;
}
.course-plan-item .lead .attention {
  color: #BA0001;
}

#course-basictest .btn-wrap {
  margin: 30px 0 0;
  text-align: center;
}
#course-basictest .btn-wrap .btn {
  padding: 0;
  min-width: 100%;
  background: #2F7CCA;
}
@media (min-width: 768px) {
  #course-basictest .btn-wrap .btn {
    min-width: 290px;
  }
}
#course-basictest .btn-wrap .btn:hover {
  background: #5596d7;
}
#course-basictest .attention {
  color: #BA0001;
}

#course-basictest .ttl {
  background: #2F7CCA;
}
#course-basictest .recommend {
  margin: 60px 0 0;
  padding: 0 14px;
}
#course-basictest .recommend .subttl {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 768px) {
  #course-basictest .recommend .subttl {
    font-size: 2.2rem;
  }
}
#course-basictest .recommend .subttl span.bg {
  display: inline-block;
  margin: 0;
  padding: 0 1em;
  background: #67C3EB;
  line-height: 46px;
}
#course-basictest .recommend h3 {
  margin: 0 0 10px;
  padding: 0;
  border: none;
  background: none;
  color: #0157AE;
}
#course-basictest .recommend .frame {
  padding: 30px;
  border: 2px solid #67C3EB;
  background: #fff;
}
#course-basictest .recommend .flexbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#course-basictest .recommend .img {
  display: none;
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 768px) {
  #course-basictest .recommend .img {
    display: block;
    width: 50%;
  }
  #course-basictest .recommend .img p {
    margin: 0;
  }
}
#course-basictest .recommend .txtbox {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 768px) {
  #course-basictest .recommend .txtbox {
    width: 50%;
  }
}
#course-basictest .recommend .txtbox p {
  margin: 0;
}
#course-basictest .recommend .txtbox .btn-wrap {
  margin: 20px 0 0;
}
#course-basictest .recommend .btn-wrap .btn {
  border: 2px solid #0157AE;
  background: #fff;
  color: #0157AE;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #course-basictest .recommend .btn-wrap .btn {
    font-size: 1.8rem;
  }
}
#course-basictest .recommend .btn-wrap .btn:hover {
  background-color: #0157AE;
  color: #fff;
}
#course-basictest .recommend .btn-wrap .btn:hover:before {
  background: url(images/common/btn-icon-tri.png) no-repeat;
  background-size: 20px;
}
#course-basictest .recommend .btn-wrap .btn:before {
  background-image: url(images/common/btn-icon-tri-blue.png);
}

.sp {
  display: block;
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media (min-width: 768px) {
  .pc {
    display: block;
  }
}

#course-beginner .ttl {
  background: #51A817;
}
#course-beginner .img {
  margin: 0 0 30px;
}
#course-beginner h3 {
  margin: 0 0 10px;
  padding: 0;
  border: none;
  background: none;
  color: #0157AE;
}
#course-beginner .btn-wrap {
  text-align: center;
}
#course-beginner .btn-wrap .btn {
  padding: 0;
  min-width: 290px;
  background: #51A817;
}
#course-beginner .btn-wrap .btn:hover {
  background: #67d51d;
}

#course-advanced .ttl {
  background: #EA5B9A;
}
#course-advanced .img {
  margin: 0 0 30px;
}
#course-advanced h3 {
  margin: 0 0 10px;
  padding: 0;
  border: none;
  background: none;
  color: #0157AE;
}
#course-advanced .btn-wrap {
  text-align: center;
}
#course-advanced .btn-wrap .btn {
  padding: 0;
  min-width: 290px;
  background: #EA5B9A;
}
#course-advanced .btn-wrap .btn:hover {
  background: #f088b6;
}

.bottom-bnr p {
  margin: 0 0 30px;
}
.bottom-bnr p:last-child {
  margin: 0;
}

.list-frame {
  margin: 32px 0;
  padding: 10px 30px 20px;
  background: #F5F5F5;
  list-style: none;
}
.list-frame li {
  position: relative;
  margin: 0;
  padding: 10px 6px 4px 22px;
  border-bottom: 1px dashed #CCCCCC;
}
.list-frame li:before {
  position: absolute;
  top: 18px;
  left: 6px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #f38200;
  border-radius: 50%;
}

#course-intro .view-pc {
  display: none;
}
#course-intro .view-sp {
  display: block;
}

@media (min-width: 768px) {
  #course-intro .view-pc {
    display: block;
  }
  #course-intro .view-sp {
    display: none;
  }
}
.intro-img-sp {
  margin: 20px -10px 20px;
}

.course-dl dt {
  margin: 0 0 8px;
  padding: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #0057ad;
}
.course-dl dd {
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
}

.course-table {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #707070 !important;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}
.course-table th, .course-table td {
  padding: 8px 10px 10px;
  border: 1px solid #707070 !important;
}
.course-table th {
  padding: 8px 2px 10px;
  width: 120px;
  background: #F8F7E1;
  text-align: center;
}
.course-table td {
  padding: 8px 10px 10px;
}

.course-item {
  margin: 0 0 20px;
  border: 2px solid #f38200;
}
.course-item .ttl {
  margin: 0;
  padding: 18px;
  background: #FFF2E3;
  border: none;
  color: #f38200;
}
.course-item .inner {
  position: relative;
  padding: 18px;
}
.course-item .txt {
  margin: 0 0 16px;
  padding: 0 0 0 0;
}
.course-item .btn-wrap {
  margin: 0;
  text-align: center;
}
.course-item .btn {
  line-height: 32px;
  font-size: 1.6rem;
  border-radius: 20px;
  width: 162px;
  margin: 16px 0 0;
  padding: 0;
}
.course-item .btn:before {
  width: 18px;
  height: 18px;
  background-size: 18px;
}

@media (min-width: 768px) {
  .course-item .txt {
    margin: 0;
    padding: 0 182px 0 0;
  }
  .course-item .btn {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    margin: 0;
  }
}
#course-curriculum .course-table {
  margin-top: 32px;
}

#course-license .course-table {
  margin-top: 32px;
  margin-bottom: 32px;
}

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

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

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

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

.question-mark, .answer-mark {
  float: left;
  font-size: 2.4rem;
  font-weight: bold;
  color: #f38200;
  line-height: 1;
}

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

.faq-accordion .faq-item {
  margin: 24px 0 0;
  padding: 0;
  border: solid #707070;
  border-width: 1px;
}
.faq-accordion .faq-question {
  position: relative;
  margin: 0;
  padding: 0.8em 1em;
  border: none;
  background: #e9ecef;
}
.faq-accordion .faq-question:after {
  position: absolute;
  top: 50%;
  right: 1em;
  content: "＋";
  background: #f38200;
  border-radius: 50%;
  color: #fff;
  width: 24px;
  font-size: 1.8rem;
  line-height: 24px;
  text-align: center;
  transform: translateY(-50%);
}
.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: 0.8em 1em;
  border: solid #707070;
  border-width: 1px 0 0;
}

.zaitaku-work-list,
.zaitaku-reason-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
.zaitaku-work-list li,
.zaitaku-reason-list li {
  width: 50%;
  margin: 0 0 30px;
  padding: 0 10px;
}
.zaitaku-work-list li:last-child,
.zaitaku-reason-list li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .zaitaku-work-list li,
.zaitaku-reason-list li {
    margin: 0;
    width: 25%;
  }
}

.zaitaku-flow-item .title {
  margin-bottom: 0;
  padding: 0.5em;
  border: none;
  background: #0157AE;
  color: #fff;
}
.zaitaku-flow-item .zaitaku-flow-body {
  padding: 20px;
  background: #F7F7F7;
}
.zaitaku-flow-item table {
  margin: 30px 0 0;
}
.zaitaku-flow-item p:first-child {
  margin: 0;
}
.zaitaku-flow-item .hcma-bgn-wrap {
  margin: 16px 0 0;
}

.flow-arrow-down {
  margin: 30px 0;
}
.flow-arrow-down img {
  max-width: 76px;
}

.btn-zaitaku-flow {
  position: relative;
  display: inline-block;
  background: #0057ad;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
}
.btn-zaitaku-flow:hover {
  background: #7abdff;
  color: #fff;
  text-decoration: none;
}
.btn-zaitaku-flow:before {
  display: inline-block;
  content: "";
  position: relative;
  top: 3px;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  background: url(images/common/btn-icon-tri.png) no-repeat;
  background-size: 20px;
}

.hcma-bgn-wrap .inner {
  position: relative;
}
.hcma-bgn-wrap .inner:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 96%;
  height: 2px;
  border: 1px dashed #F08C0A;
}
.hcma-bgn-wrap .inner:first-child:before {
  border: none;
}

.course-item-label1,
.course-item-label2 {
  display: inline-block;
  margin: 0 0.5em 0 0;
  width: 116px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  font-size: 1.6rem;
}

.course-item-label1 {
  background: #2BADDB;
}

.course-item-label2 {
  background: #FF8D8F;
}

.btn-404 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.sticky {
  padding: 18px 20px;
}

.contents-single .meta-info {
  clear: both;
}

.contents-archive article {
  margin: 0 0 64px;
}
.contents-archive article::after {
  display: block;
  clear: both;
  content: "";
}
.contents-archive .post-thumbnail {
  margin: 0 0 24px;
}
.contents-archive .post-thumbnail img {
  width: 100%;
}
.contents-archive .entry-title {
  margin: 0 0 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.contents-archive .meta-info {
  margin: 0 0 16px;
  font-size: 1.3rem;
}
.contents-archive .entry-summary {
  margin: 0 0 16px;
}
.contents-archive .entry-summary p {
  margin: 0;
}
.contents-archive .more-link {
  text-align: right;
}

@media (min-width: 768px) {
  .contents-archive .post-thumbnail {
    float: left;
    width: 290px;
    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: 1.6rem;
    font-weight: bold;
  }
}
.clearfix::after, .row::after, .faq-question::after, .faq-answer::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

.theme-color-a a {
  color: #1d68b6;
}
.theme-color-a a:hover,
.theme-color-a a:focus {
  color: #1d68b6;
}
.theme-color-a blockquote {
  border-left: 6px solid #1d68b6;
  color: #767676;
}
.theme-color-a .contents-single h2,
.theme-color-a .contents-page h2,
.theme-color-a .contents-front-page h2 {
  background: #1d68b6;
}
.theme-color-a .contents-single h3,
.theme-color-a .contents-page h3,
.theme-color-a .contents-front-page h3 {
  border-top: 4px solid #1d68b6;
  background: #cfe5f0;
  color: #1d68b6;
}
.theme-color-a .contents-single h4,
.theme-color-a .contents-page h4,
.theme-color-a .contents-front-page h4 {
  border-bottom: 1px solid #50b875;
  color: #50b875;
}
.theme-color-a .contents-single h4:before,
.theme-color-a .contents-page h4:before,
.theme-color-a .contents-front-page h4:before {
  color: #50b875;
}
.theme-color-a .contents-single h5,
.theme-color-a .contents-page h5,
.theme-color-a .contents-front-page h5 {
  border: solid #1d68b6;
  color: #1d68b6;
}
.theme-color-a .contents-single h6,
.theme-color-a .contents-page h6,
.theme-color-a .contents-front-page h6 {
  color: #1d68b6;
}
.theme-color-a .contents-single h6 a:before,
.theme-color-a .contents-page h6 a:before,
.theme-color-a .contents-front-page h6 a:before {
  color: #1d68b6;
}
.theme-color-a .page-title, .theme-color-a .post-title, .theme-color-a .archive-title {
  border: solid #1d68b6;
  border-width: 0 0 0 8px;
  color: #1d68b6;
}
.theme-color-a .header-contact .header-contact-tel i {
  color: #1d68b6;
}
.theme-color-a .header-contact .header-contact-tel .tel-link {
  color: #1d68b6;
}
.theme-color-a .btn-hamburger {
  background: #1d68b6;
  color: #1d68b6;
}
.theme-color-a .globalnav ul.menu li > a {
  color: #222;
}
.theme-color-a .globalnav ul.menu li > a:hover, .theme-color-a .globalnav ul.menu li.current-menu-item > a, .theme-color-a .globalnav ul.menu li.current-page-ancestor > a, .theme-color-a .globalnav ul.menu li.current-category-ancestor > a, .theme-color-a .globalnav ul.menu li.current-menu-ancestor > a {
  color: #1d68b6;
  text-decoration: none;
}
.theme-color-a .header1 .globalnav-wrap {
  background: #fff;
  border-bottom: 5px solid #1d68b6;
}
.theme-color-a .header1 .globalnav ul.menu > li > a {
  color: #222;
  border-bottom: 5px solid transparent;
}
.theme-color-a .header1 .globalnav ul.menu > li > a:hover, .theme-color-a .header1 .globalnav ul.menu > li.current-menu-item > a, .theme-color-a .header1 .globalnav ul.menu > li.current-page-ancestor > a, .theme-color-a .header1 .globalnav ul.menu > li.current-category-ancestor > a, .theme-color-a .header1 .globalnav ul.menu > li.current-menu-ancestor > a {
  border-bottom: 5px solid #cfe5f0;
  color: #1d68b6;
}
.theme-color-a .header2 .globalnav-wrap {
  background: #1d68b6;
}
.theme-color-a .header2 .globalnav ul.menu > li > a {
  color: #fff;
}
.theme-color-a .header2 .globalnav ul.menu > li > a:hover, .theme-color-a .header2 .globalnav ul.menu > li.current-menu-item > a, .theme-color-a .header2 .globalnav ul.menu > li.current-page-ancestor > a, .theme-color-a .header2 .globalnav ul.menu > li.current-category-ancestor > a, .theme-color-a .header2 .globalnav ul.menu > li.current-menu-ancestor > a {
  background: #cfe5f0;
  color: #1d68b6;
}
.theme-color-a .sidebar-local-menu-heading {
  border-left: 5px solid #1d68b6;
  background: #cfe5f0;
  color: #1d68b6;
}
.theme-color-a .sidebar-local-menu-heading a {
  color: #1d68b6;
}
.theme-color-a .sidebar-local-menu-heading a:hover {
  color: #1d68b6;
}
.theme-color-a .sidebar-local-menu-body {
  border-color: #1d68b6;
}
.theme-color-a .sidebar-local-menu-body li {
  border-top: 2px solid #1d68b6;
}
.theme-color-a .sidebar-local-menu-body a:hover {
  background-color: #cfe5f0;
  color: #1d68b6;
}
.theme-color-a .sidebar-local-menu-body .current_page_item > a, .theme-color-a .sidebar-local-menu-body .current-cat > a {
  background-color: #cfe5f0;
  color: #1d68b6;
}
.theme-color-a .sidebar-local-menu-body .children a:before {
  color: #1d68b6;
}
.theme-color-a .sidebar-bnr .sidebar-bnr-item a {
  border-left: #1d68b6 solid 4px;
}
.theme-color-a .sidebar-bnr .sidebar-bnr-item .bnr-caption {
  color: #1d68b6;
}
.theme-color-a .widget_search .search-submit {
  background: #1d68b6;
}
.theme-color-a .sidebar-contact-header {
  background: #1d68b6;
}
.theme-color-a .sidebar-contact-body .company-tel {
  color: #1d68b6;
}
.theme-color-a .sidebar-contact-body .company-fax {
  color: #1d68b6;
}
.theme-color-a .sidebar-contact-body .company-mail a {
  color: #1d68b6;
}
.theme-color-a .sidebar-contact-body .company-mail a:hover {
  color: #1d68b6;
}
.theme-color-a .pager a {
  background-color: #fff;
  border: 1px solid #707070;
  color: #1d68b6;
}
.theme-color-a .pager a:hover {
  border-color: #1d68b6;
  background: #1d68b6;
  color: #fff;
}
.theme-color-a .topics-date {
  color: #1d68b6;
}
.theme-color-a .question-mark,
.theme-color-a .answer-mark {
  color: #1d68b6;
}
.theme-color-a .faq-accordion .faq-question:after {
  background: #1d68b6;
}

.theme-color-b a {
  color: #43bb3d;
}
.theme-color-b a:hover,
.theme-color-b a:focus {
  color: #43bb3d;
}
.theme-color-b blockquote {
  border-left: 6px solid #43bb3d;
  color: #767676;
}
.theme-color-b .contents-single h2,
.theme-color-b .contents-page h2,
.theme-color-b .contents-front-page h2 {
  background: #43bb3d;
}
.theme-color-b .contents-single h3,
.theme-color-b .contents-page h3,
.theme-color-b .contents-front-page h3 {
  border-top: 4px solid #43bb3d;
  background: #e3f3cf;
  color: #43bb3d;
}
.theme-color-b .contents-single h4,
.theme-color-b .contents-page h4,
.theme-color-b .contents-front-page h4 {
  border-bottom: 1px solid #f49419;
  color: #f49419;
}
.theme-color-b .contents-single h4:before,
.theme-color-b .contents-page h4:before,
.theme-color-b .contents-front-page h4:before {
  color: #f49419;
}
.theme-color-b .contents-single h5,
.theme-color-b .contents-page h5,
.theme-color-b .contents-front-page h5 {
  border: solid #43bb3d;
  color: #43bb3d;
}
.theme-color-b .contents-single h6,
.theme-color-b .contents-page h6,
.theme-color-b .contents-front-page h6 {
  color: #43bb3d;
}
.theme-color-b .contents-single h6 a:before,
.theme-color-b .contents-page h6 a:before,
.theme-color-b .contents-front-page h6 a:before {
  color: #43bb3d;
}
.theme-color-b .page-title, .theme-color-b .post-title, .theme-color-b .archive-title {
  border: solid #43bb3d;
  border-width: 0 0 0 8px;
  color: #43bb3d;
}
.theme-color-b .header-contact .header-contact-tel i {
  color: #43bb3d;
}
.theme-color-b .header-contact .header-contact-tel .tel-link {
  color: #43bb3d;
}
.theme-color-b .btn-hamburger {
  background: #43bb3d;
  color: #43bb3d;
}
.theme-color-b .globalnav ul.menu li > a {
  color: #222;
}
.theme-color-b .globalnav ul.menu li > a:hover, .theme-color-b .globalnav ul.menu li.current-menu-item > a, .theme-color-b .globalnav ul.menu li.current-page-ancestor > a, .theme-color-b .globalnav ul.menu li.current-category-ancestor > a, .theme-color-b .globalnav ul.menu li.current-menu-ancestor > a {
  color: #43bb3d;
  text-decoration: none;
}
.theme-color-b .header1 .globalnav-wrap {
  background: #fff;
  border-bottom: 5px solid #43bb3d;
}
.theme-color-b .header1 .globalnav ul.menu > li > a {
  color: #222;
  border-bottom: 5px solid transparent;
}
.theme-color-b .header1 .globalnav ul.menu > li > a:hover, .theme-color-b .header1 .globalnav ul.menu > li.current-menu-item > a, .theme-color-b .header1 .globalnav ul.menu > li.current-page-ancestor > a, .theme-color-b .header1 .globalnav ul.menu > li.current-category-ancestor > a, .theme-color-b .header1 .globalnav ul.menu > li.current-menu-ancestor > a {
  border-bottom: 5px solid #e3f3cf;
  color: #43bb3d;
}
.theme-color-b .header2 .globalnav-wrap {
  background: #43bb3d;
}
.theme-color-b .header2 .globalnav ul.menu > li > a {
  color: #fff;
}
.theme-color-b .header2 .globalnav ul.menu > li > a:hover, .theme-color-b .header2 .globalnav ul.menu > li.current-menu-item > a, .theme-color-b .header2 .globalnav ul.menu > li.current-page-ancestor > a, .theme-color-b .header2 .globalnav ul.menu > li.current-category-ancestor > a, .theme-color-b .header2 .globalnav ul.menu > li.current-menu-ancestor > a {
  background: #e3f3cf;
  color: #43bb3d;
}
.theme-color-b .sidebar-local-menu-heading {
  border-left: 5px solid #43bb3d;
  background: #e3f3cf;
  color: #43bb3d;
}
.theme-color-b .sidebar-local-menu-heading a {
  color: #43bb3d;
}
.theme-color-b .sidebar-local-menu-heading a:hover {
  color: #43bb3d;
}
.theme-color-b .sidebar-local-menu-body {
  border-color: #43bb3d;
}
.theme-color-b .sidebar-local-menu-body li {
  border-top: 2px solid #43bb3d;
}
.theme-color-b .sidebar-local-menu-body a:hover {
  background-color: #e3f3cf;
  color: #43bb3d;
}
.theme-color-b .sidebar-local-menu-body .current_page_item > a, .theme-color-b .sidebar-local-menu-body .current-cat > a {
  background-color: #e3f3cf;
  color: #43bb3d;
}
.theme-color-b .sidebar-local-menu-body .children a:before {
  color: #43bb3d;
}
.theme-color-b .sidebar-bnr .sidebar-bnr-item a {
  border-left: #43bb3d solid 4px;
}
.theme-color-b .sidebar-bnr .sidebar-bnr-item .bnr-caption {
  color: #43bb3d;
}
.theme-color-b .widget_search .search-submit {
  background: #43bb3d;
}
.theme-color-b .sidebar-contact-header {
  background: #43bb3d;
}
.theme-color-b .sidebar-contact-body .company-tel {
  color: #43bb3d;
}
.theme-color-b .sidebar-contact-body .company-fax {
  color: #43bb3d;
}
.theme-color-b .sidebar-contact-body .company-mail a {
  color: #43bb3d;
}
.theme-color-b .sidebar-contact-body .company-mail a:hover {
  color: #43bb3d;
}
.theme-color-b .pagetop a {
  background: #43bb3d;
  color: #fff;
}
.theme-color-b .pagetop a:hover {
  background: #359530;
}
.theme-color-b .pagination .current {
  border: 1px solid #43bb3d;
  background: #43bb3d;
  color: #fff;
}
.theme-color-b .pagination a:hover {
  border: 1px solid #43bb3d;
  background: #43bb3d;
  color: #fff;
}
.theme-color-b .pager a {
  background-color: #fff;
  border: 1px solid #707070;
  color: #43bb3d;
}
.theme-color-b .pager a:hover {
  border-color: #43bb3d;
  background: #43bb3d;
  color: #fff;
}
.theme-color-b .topics-date {
  color: #43bb3d;
}
.theme-color-b .question-mark,
.theme-color-b .answer-mark {
  color: #43bb3d;
}
.theme-color-b .faq-accordion .faq-question:after {
  background: #43bb3d;
}

.theme-color-c a {
  color: #f49419;
}
.theme-color-c a:hover,
.theme-color-c a:focus {
  color: #f49419;
}
.theme-color-c blockquote {
  border-left: 6px solid #f49419;
  color: #767676;
}
.theme-color-c .contents-single h2,
.theme-color-c .contents-page h2,
.theme-color-c .contents-front-page h2 {
  background: #f49419;
}
.theme-color-c .contents-single h3,
.theme-color-c .contents-page h3,
.theme-color-c .contents-front-page h3 {
  border-top: 4px solid #f49419;
  background: #fce0bb;
  color: #f49419;
}
.theme-color-c .contents-single h4,
.theme-color-c .contents-page h4,
.theme-color-c .contents-front-page h4 {
  border-bottom: 1px solid #0055b3;
  color: #0055b3;
}
.theme-color-c .contents-single h4:before,
.theme-color-c .contents-page h4:before,
.theme-color-c .contents-front-page h4:before {
  color: #0055b3;
}
.theme-color-c .contents-single h5,
.theme-color-c .contents-page h5,
.theme-color-c .contents-front-page h5 {
  border: solid #f49419;
  color: #f49419;
}
.theme-color-c .contents-single h6,
.theme-color-c .contents-page h6,
.theme-color-c .contents-front-page h6 {
  color: #f49419;
}
.theme-color-c .contents-single h6 a:before,
.theme-color-c .contents-page h6 a:before,
.theme-color-c .contents-front-page h6 a:before {
  color: #f49419;
}
.theme-color-c .page-title, .theme-color-c .post-title, .theme-color-c .archive-title {
  border: solid #f49419;
  border-width: 0 0 0 8px;
  color: #f49419;
}
.theme-color-c .header-contact .header-contact-tel i {
  color: #f49419;
}
.theme-color-c .header-contact .header-contact-tel .tel-link {
  color: #f49419;
}
.theme-color-c .btn-hamburger {
  background: #f49419;
  color: #f49419;
}
.theme-color-c .globalnav ul.menu li > a {
  color: #222;
}
.theme-color-c .globalnav ul.menu li > a:hover, .theme-color-c .globalnav ul.menu li.current-menu-item > a, .theme-color-c .globalnav ul.menu li.current-page-ancestor > a, .theme-color-c .globalnav ul.menu li.current-category-ancestor > a, .theme-color-c .globalnav ul.menu li.current-menu-ancestor > a {
  color: #f49419;
  text-decoration: none;
}
.theme-color-c .header1 .globalnav-wrap {
  background: #fff;
  border-bottom: 5px solid #f49419;
}
.theme-color-c .header1 .globalnav ul.menu > li > a {
  color: #222;
  border-bottom: 5px solid transparent;
}
.theme-color-c .header1 .globalnav ul.menu > li > a:hover, .theme-color-c .header1 .globalnav ul.menu > li.current-menu-item > a, .theme-color-c .header1 .globalnav ul.menu > li.current-page-ancestor > a, .theme-color-c .header1 .globalnav ul.menu > li.current-category-ancestor > a, .theme-color-c .header1 .globalnav ul.menu > li.current-menu-ancestor > a {
  border-bottom: 5px solid #fce0bb;
  color: #f49419;
}
.theme-color-c .header2 .globalnav-wrap {
  background: #f49419;
}
.theme-color-c .header2 .globalnav ul.menu > li > a {
  color: #fff;
}
.theme-color-c .header2 .globalnav ul.menu > li > a:hover, .theme-color-c .header2 .globalnav ul.menu > li.current-menu-item > a, .theme-color-c .header2 .globalnav ul.menu > li.current-page-ancestor > a, .theme-color-c .header2 .globalnav ul.menu > li.current-category-ancestor > a, .theme-color-c .header2 .globalnav ul.menu > li.current-menu-ancestor > a {
  background: #fce0bb;
  color: #f49419;
}
.theme-color-c .sidebar-local-menu-heading {
  border-left: 5px solid #f49419;
  background: #fce0bb;
  color: #f49419;
}
.theme-color-c .sidebar-local-menu-heading a {
  color: #f49419;
}
.theme-color-c .sidebar-local-menu-heading a:hover {
  color: #f49419;
}
.theme-color-c .sidebar-local-menu-body {
  border-color: #f49419;
}
.theme-color-c .sidebar-local-menu-body li {
  border-top: 2px solid #f49419;
}
.theme-color-c .sidebar-local-menu-body a:hover {
  background-color: #fce0bb;
  color: #f49419;
}
.theme-color-c .sidebar-local-menu-body .current_page_item > a, .theme-color-c .sidebar-local-menu-body .current-cat > a {
  background-color: #fce0bb;
  color: #f49419;
}
.theme-color-c .sidebar-local-menu-body .children a:before {
  color: #f49419;
}
.theme-color-c .sidebar-bnr .sidebar-bnr-item a {
  border-left: #f49419 solid 4px;
}
.theme-color-c .sidebar-bnr .sidebar-bnr-item .bnr-caption {
  color: #f49419;
}
.theme-color-c .widget_search .search-submit {
  background: #f49419;
}
.theme-color-c .sidebar-contact-header {
  background: #f49419;
}
.theme-color-c .sidebar-contact-body .company-tel {
  color: #f49419;
}
.theme-color-c .sidebar-contact-body .company-fax {
  color: #f49419;
}
.theme-color-c .sidebar-contact-body .company-mail a {
  color: #f49419;
}
.theme-color-c .sidebar-contact-body .company-mail a:hover {
  color: #f49419;
}
.theme-color-c .pagetop a {
  background: #f49419;
  color: #fff;
}
.theme-color-c .pagetop a:hover {
  background: #d0790a;
}
.theme-color-c .pagination .current {
  border: 1px solid #f49419;
  background: #f49419;
  color: #fff;
}
.theme-color-c .pagination a:hover {
  border: 1px solid #f49419;
  background: #f49419;
  color: #fff;
}
.theme-color-c .pager a {
  background-color: #fff;
  border: 1px solid #707070;
  color: #f49419;
}
.theme-color-c .pager a:hover {
  border-color: #f49419;
  background: #f49419;
  color: #fff;
}
.theme-color-c .topics-date {
  color: #f49419;
}
.theme-color-c .question-mark,
.theme-color-c .answer-mark {
  color: #f49419;
}
.theme-color-c .faq-accordion .faq-question:after {
  background: #f49419;
}

.theme-color-d a {
  color: #444444;
}
.theme-color-d a:hover,
.theme-color-d a:focus {
  color: #444444;
}
.theme-color-d blockquote {
  border-left: 6px solid #444444;
  color: #767676;
}
.theme-color-d .contents-single h2,
.theme-color-d .contents-page h2,
.theme-color-d .contents-front-page h2 {
  background: #444444;
}
.theme-color-d .contents-single h3,
.theme-color-d .contents-page h3,
.theme-color-d .contents-front-page h3 {
  border-top: 4px solid #444444;
  background: #dcdbda;
  color: #444444;
}
.theme-color-d .contents-single h4,
.theme-color-d .contents-page h4,
.theme-color-d .contents-front-page h4 {
  border-bottom: 1px solid #ff0000;
  color: #ff0000;
}
.theme-color-d .contents-single h4:before,
.theme-color-d .contents-page h4:before,
.theme-color-d .contents-front-page h4:before {
  color: #ff0000;
}
.theme-color-d .contents-single h5,
.theme-color-d .contents-page h5,
.theme-color-d .contents-front-page h5 {
  border: solid #444444;
  color: #444444;
}
.theme-color-d .contents-single h6,
.theme-color-d .contents-page h6,
.theme-color-d .contents-front-page h6 {
  color: #444444;
}
.theme-color-d .contents-single h6 a:before,
.theme-color-d .contents-page h6 a:before,
.theme-color-d .contents-front-page h6 a:before {
  color: #444444;
}
.theme-color-d .page-title, .theme-color-d .post-title, .theme-color-d .archive-title {
  border: solid #444444;
  border-width: 0 0 0 8px;
  color: #444444;
}
.theme-color-d .header-contact .header-contact-tel i {
  color: #444444;
}
.theme-color-d .header-contact .header-contact-tel .tel-link {
  color: #444444;
}
.theme-color-d .btn-hamburger {
  background: #444444;
  color: #444444;
}
.theme-color-d .globalnav ul.menu li > a {
  color: #222;
}
.theme-color-d .globalnav ul.menu li > a:hover, .theme-color-d .globalnav ul.menu li.current-menu-item > a, .theme-color-d .globalnav ul.menu li.current-page-ancestor > a, .theme-color-d .globalnav ul.menu li.current-category-ancestor > a, .theme-color-d .globalnav ul.menu li.current-menu-ancestor > a {
  color: #444444;
  text-decoration: none;
}
.theme-color-d .header1 .globalnav-wrap {
  background: #fff;
  border-bottom: 5px solid #444444;
}
.theme-color-d .header1 .globalnav ul.menu > li > a {
  color: #222;
  border-bottom: 5px solid transparent;
}
.theme-color-d .header1 .globalnav ul.menu > li > a:hover, .theme-color-d .header1 .globalnav ul.menu > li.current-menu-item > a, .theme-color-d .header1 .globalnav ul.menu > li.current-page-ancestor > a, .theme-color-d .header1 .globalnav ul.menu > li.current-category-ancestor > a, .theme-color-d .header1 .globalnav ul.menu > li.current-menu-ancestor > a {
  border-bottom: 5px solid #dcdbda;
  color: #444444;
}
.theme-color-d .header2 .globalnav-wrap {
  background: #444444;
}
.theme-color-d .header2 .globalnav ul.menu > li > a {
  color: #fff;
}
.theme-color-d .header2 .globalnav ul.menu > li > a:hover, .theme-color-d .header2 .globalnav ul.menu > li.current-menu-item > a, .theme-color-d .header2 .globalnav ul.menu > li.current-page-ancestor > a, .theme-color-d .header2 .globalnav ul.menu > li.current-category-ancestor > a, .theme-color-d .header2 .globalnav ul.menu > li.current-menu-ancestor > a {
  background: #dcdbda;
  color: #444444;
}
.theme-color-d .sidebar-local-menu-heading {
  border-left: 5px solid #444444;
  background: #dcdbda;
  color: #444444;
}
.theme-color-d .sidebar-local-menu-heading a {
  color: #444444;
}
.theme-color-d .sidebar-local-menu-heading a:hover {
  color: #444444;
}
.theme-color-d .sidebar-local-menu-body {
  border-color: #444444;
}
.theme-color-d .sidebar-local-menu-body li {
  border-top: 2px solid #444444;
}
.theme-color-d .sidebar-local-menu-body a:hover {
  background-color: #dcdbda;
  color: #444444;
}
.theme-color-d .sidebar-local-menu-body .current_page_item > a, .theme-color-d .sidebar-local-menu-body .current-cat > a {
  background-color: #dcdbda;
  color: #444444;
}
.theme-color-d .sidebar-local-menu-body .children a:before {
  color: #444444;
}
.theme-color-d .sidebar-bnr .sidebar-bnr-item a {
  border-left: #444444 solid 4px;
}
.theme-color-d .sidebar-bnr .sidebar-bnr-item .bnr-caption {
  color: #444444;
}
.theme-color-d .widget_search .search-submit {
  background: #444444;
}
.theme-color-d .sidebar-contact-header {
  background: #444444;
}
.theme-color-d .sidebar-contact-body .company-tel {
  color: #444444;
}
.theme-color-d .sidebar-contact-body .company-fax {
  color: #444444;
}
.theme-color-d .sidebar-contact-body .company-mail a {
  color: #444444;
}
.theme-color-d .sidebar-contact-body .company-mail a:hover {
  color: #444444;
}
.theme-color-d .pagetop a {
  background: #444444;
  color: #fff;
}
.theme-color-d .pagetop a:hover {
  background: #2b2b2b;
}
.theme-color-d .pagination .current {
  border: 1px solid #444444;
  background: #444444;
  color: #fff;
}
.theme-color-d .pagination a:hover {
  border: 1px solid #444444;
  background: #444444;
  color: #fff;
}
.theme-color-d .pager a {
  background-color: #fff;
  border: 1px solid #707070;
  color: #444444;
}
.theme-color-d .pager a:hover {
  border-color: #444444;
  background: #444444;
  color: #fff;
}
.theme-color-d .topics-date {
  color: #444444;
}
.theme-color-d .question-mark,
.theme-color-d .answer-mark {
  color: #444444;
}
.theme-color-d .faq-accordion .faq-question:after {
  background: #444444;
}

.palette-list {
  display: flex;
  flex-wrap: wrap;
}

.palette-box {
  margin-bottom: 30px;
  width: 50%;
  text-align: center;
}
@media (min-width: 576px) {
  .palette-box {
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .palette-box {
    width: 20%;
  }
}
.palette-box h4 {
  margin: 0 0 5px;
  font-size: 13px;
}
.palette-box p {
  font-size: 12px;
}

.color-palette {
  overflow: hidden;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 5px;
}

.bg-blue {
  background: #007bff;
}

.bg-indigo {
  background: #6610f2;
}

.bg-purple {
  background: #6f42c1;
}

.bg-pink {
  background: #e83e8c;
}

.bg-red {
  background: #dc3545;
}

.bg-orange {
  background: #fd7e14;
}

.bg-yellow {
  background: #ffc107;
}

.bg-green {
  background: #28a745;
}

.bg-teal {
  background: #20c997;
}

.bg-cyan {
  background: #17a2b8;
}

.bg-white {
  background: #fff;
}

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

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

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

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

.bg-black-50 {
  background: #adb5bd;
}

.bg-black-60 {
  background: #6c757d;
}

.bg-black-70 {
  background: #495057;
}

.bg-black-80 {
  background: #343a40;
}

.bg-black-90 {
  background: #212529;
}

.bg-black {
  background: #000;
}

.bg-main {
  background: #f38200;
}

.bg-sub {
  background: #f8f7e1;
}

.bg-accent {
  background: #0057ad;
}

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

.bg-error {
  background: #ec5840;
}

.bg-warning {
  background: #ffae00;
}

.bg-disabled {
  background: #ffe2c0;
}/*# sourceMappingURL=style.css.map */