<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

@media print {
  /* * {
  	color: #000 !important;
  	text-shadow: none !important;
  	background: transparent !important;
  	box-shadow: none !important
  }

  a,
  a:visited {
  	text-decoration: underline
  }

  a[href]:after {
  	content: " ("attr(href) ")"
  }

  abbr[title]:after {
  	content: " ("attr(title) ")"
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
  	content: ""
  } */
  /* pre,
  blockquote {
  	border: 1px solid #999;
  	page-break-inside: avoid
  }

  thead {
  	display: table-header-group
  }

  tr,
  img {
  	page-break-inside: avoid
  }

  img {
  	max-width: 100% !important
  } */
  /* p,
  h2,
  h3 {
  	orphans: 3;
  	widows: 3
  }

  h2,
  h3 {
  	page-break-after: avoid
  }

  select {
  	background: #fff !important
  }

  .navbar {
  	display: none
  }

  .table td,
  .table th {
  	background-color: #fff !important
  }

  .btn &gt; .caret,
  .dropup &gt; .btn &gt; .caret {
  	border-top-color: #000 !important
  }

  .label {
  	border: 1px solid #000
  }

  .table {
  	border-collapse: collapse !important
  }

  .table-bordered th,
  .table-bordered td {
  	border: 1px solid #ddd !important
  } */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}

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

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999;
}

.text-primary {
  color: #428bca;
}

.text-primary:hover {
  color: #3071a9;
}

.text-warning {
  color: #c09853;
}

.text-warning:hover {
  color: #a47e3c;
}

.text-danger {
  color: #b94a48;
}

.text-danger:hover {
  color: #953b39;
}

.text-success {
  color: #468847;
}

.text-success:hover {
  color: #356635;
}

.text-info {
  color: #3a87ad;
}

.text-info:hover {
  color: #2d6987;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline &gt; li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.list-inline &gt; li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999;
}

blockquote small:before {
  content: "—&nbsp;";
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "&nbsp;—";
}

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

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

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

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
/*@media(min-width:1200px){.container{width:1170px}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-0{margin-left:0}}*/
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table &gt; thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; th,
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}

.table &gt; tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; td {
  border: 1px solid #ddd;
}

.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 2px;
}

.table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; td,
.table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; th {
  background-color: #f9f9f9;
}

.table-hover &gt; tbody &gt; tr:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; th {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  display: table-cell;
  float: none;
}

.table &gt; thead &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5;
}

.table &gt; thead &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #dff0d8;
}

.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.table-hover &gt; tbody &gt; tr.success:hover &gt; td,
.table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color: #d0e9c6;
}

.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #f2dede;
}

.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
  background-color: #ebcccc;
}

.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color: #fcf8e3;
}

.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; td,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #ddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive &gt; .table {
    margin-bottom: 0;
  }
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
    white-space: nowrap;
  }
  .table-responsive &gt; .table-bordered {
    border: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0;
  }
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999;
}

.form-control::-moz-placeholder {
  color: #999;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

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

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu &gt; .disabled &gt; a,
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  color: #999;
}

.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}

.open &gt; .dropdown-menu {
  display: block;
}

.open &gt; a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right &gt; .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  float: left;
}

.btn-group &gt; .btn:hover,
.btn-group-vertical &gt; .btn:hover,
.btn-group &gt; .btn:focus,
.btn-group-vertical &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group-vertical &gt; .btn:active,
.btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn.active {
  z-index: 2;
}

.btn-group &gt; .btn:focus,
.btn-group-vertical &gt; .btn:focus {
  outline: 0;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar &gt; .btn + .btn,
.btn-toolbar &gt; .btn-group + .btn,
.btn-toolbar &gt; .btn + .btn-group,
.btn-toolbar &gt; .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group &gt; .btn:first-child {
  margin-left: 0;
}

.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group &gt; .btn-group {
  float: left;
}

.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}

.btn-group &gt; .btn-group:first-child &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child &gt; .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group &gt; .btn-group:last-child &gt; .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs &gt; .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm &gt; .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg &gt; .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group &gt; .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group &gt; .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical &gt; .btn-group:before,
.btn-group-vertical &gt; .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical &gt; .btn-group:after {
  clear: both;
}

.btn-group-vertical &gt; .btn-group:before,
.btn-group-vertical &gt; .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical &gt; .btn-group:after {
  clear: both;
}

.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none;
}

.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}

.btn-group-vertical &gt; .btn-group:first-child &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical &gt; .btn-group:last-child &gt; .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle=buttons] &gt; .btn &gt; input[type=radio],
[data-toggle=buttons] &gt; .btn &gt; input[type=checkbox] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg &gt; .form-control,
select.input-group-lg &gt; .input-group-addon,
select.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg &gt; .form-control,
textarea.input-group-lg &gt; .input-group-addon,
textarea.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: auto;
}

.input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm &gt; .form-control,
select.input-group-sm &gt; .input-group-addon,
select.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm &gt; .form-control,
textarea.input-group-sm &gt; .input-group-addon,
textarea.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn:first-child &gt; .btn {
  margin-right: -1px;
}

.input-group-btn:last-child &gt; .btn {
  margin-left: -1px;
}

.input-group-btn &gt; .btn {
  position: relative;
}

.input-group-btn &gt; .btn + .btn {
  margin-left: -4px;
}

.input-group-btn &gt; .btn:hover,
.input-group-btn &gt; .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav &gt; li {
  position: relative;
  display: block;
}

.nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav &gt; li.disabled &gt; a {
  color: #999;
}

.nav &gt; li.disabled &gt; a:hover,
.nav &gt; li.disabled &gt; a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
  background-color: #eee;
  border-color: #428bca;
}

.nav .open &gt; a .caret,
.nav .open &gt; a:hover .caret,
.nav .open &gt; a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav &gt; li &gt; a &gt; img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs &gt; li &gt; a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified &gt; li {
  float: none;
}

.nav-tabs.nav-justified &gt; li &gt; a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li &gt; a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs.nav-justified &gt; .active &gt; a:hover,
  .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills &gt; li {
  float: left;
}

.nav-pills &gt; li &gt; a {
  border-radius: 4px;
}

.nav-pills &gt; li + li {
  margin-left: 2px;
}

.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-pills &gt; li.active &gt; a .caret,
.nav-pills &gt; li.active &gt; a:hover .caret,
.nav-pills &gt; li.active &gt; a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-stacked &gt; li {
  float: none;
}

.nav-stacked &gt; li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified &gt; li {
  float: none;
}

.nav-justified &gt; li &gt; a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs-justified &gt; .active &gt; a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified &gt; li &gt; a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified &gt; .active &gt; a,
  .nav-tabs-justified &gt; .active &gt; a:hover,
  .nav-tabs-justified &gt; .active &gt; a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content &gt; .tab-pane {
  display: none;
}

.tab-content &gt; .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container &gt; .navbar-header,
.container &gt; .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container &gt; .navbar-header,
  .container &gt; .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar &gt; .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav &gt; li &gt; a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav &gt; li {
    float: left;
  }
  .navbar-nav &gt; li &gt; a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav &gt; li &gt; .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right &gt; li &gt; .dropdown-menu,
.navbar-nav &gt; li &gt; .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav &gt; li &gt; a {
  color: #777;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav &gt; .disabled &gt; a,
.navbar-default .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav &gt; .dropdown &gt; a:hover .caret,
.navbar-default .navbar-nav &gt; .dropdown &gt; a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav &gt; .open &gt; a .caret,
.navbar-default .navbar-nav &gt; .open &gt; a:hover .caret,
.navbar-default .navbar-nav &gt; .open &gt; a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navbar-default .navbar-nav &gt; .dropdown &gt; a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999;
}

.navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #999;
}

.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav &gt; .active &gt; a,
.navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav &gt; .disabled &gt; a,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav &gt; .open &gt; a,
.navbar-inverse .navbar-nav &gt; .open &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav &gt; .dropdown &gt; a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-inverse .navbar-nav &gt; .dropdown &gt; a .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

.navbar-inverse .navbar-nav &gt; .open &gt; a .caret,
.navbar-inverse .navbar-nav &gt; .open &gt; a:hover .caret,
.navbar-inverse .navbar-nav &gt; .open &gt; a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb &gt; li {
  display: inline-block;
}

.breadcrumb &gt; li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/&nbsp;";
}

.breadcrumb &gt; .active {
  color: #999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination &gt; li {
  display: inline;
}

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
  background-color: #eee;
}

.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg &gt; li &gt; a,
.pagination-lg &gt; li &gt; span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li &gt; a,
.pager li &gt; span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li &gt; a:hover,
.pager li &gt; a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next &gt; a,
.pager .next &gt; span {
  float: right;
}

.pager .previous &gt; a,
.pager .previous &gt; span {
  float: left;
}

.pager .disabled &gt; a,
.pager .disabled &gt; a:hover,
.pager .disabled &gt; a:focus,
.pager .disabled &gt; span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active &gt; .badge,
.nav-pills &gt; .active &gt; a &gt; .badge {
  color: #428bca;
  background-color: #fff;
}

.nav-pills &gt; li &gt; a &gt; .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnail &gt; img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert &gt; p,
.alert &gt; ul {
  margin-bottom: 0;
}

.alert &gt; p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media &gt; .pull-left {
  margin-right: 10px;
}

.media &gt; .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item &gt; .badge {
  float: right;
}

.list-group-item &gt; .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel &gt; .list-group {
  margin-bottom: 0;
}

.panel &gt; .list-group .list-group-item {
  border-width: 1px 0;
}

.panel &gt; .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel &gt; .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel &gt; .table,
.panel &gt; .table-responsive {
  margin-bottom: 0;
}

.panel &gt; .panel-body + .table,
.panel &gt; .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
  border: 0;
}

.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
  border-left: 0;
}

.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
  border-right: 0;
}

.panel &gt; .table-bordered &gt; thead &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:last-child &gt; th,
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.panel &gt; .table-bordered &gt; thead &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
  border-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading &gt; .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title &gt; a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default &gt; .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

.panel-default &gt; .panel-heading &gt; .dropdown .caret {
  border-color: #333 transparent;
}

.panel-default &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary &gt; .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary &gt; .panel-heading &gt; .dropdown .caret {
  border-color: #fff transparent;
}

.panel-primary &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success &gt; .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success &gt; .panel-heading &gt; .dropdown .caret {
  border-color: #468847 transparent;
}

.panel-success &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning &gt; .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning &gt; .panel-heading &gt; .dropdown .caret {
  border-color: #c09853 transparent;
}

.panel-warning &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger &gt; .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger &gt; .panel-heading &gt; .dropdown .caret {
  border-color: #b94a48 transparent;
}

.panel-danger &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info &gt; .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info &gt; .panel-heading &gt; .dropdown .caret {
  border-color: #3a87ad transparent;
}

.panel-info &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #fff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner &gt; .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block;
}

.carousel-inner &gt; .active {
  left: 0;
}

.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner &gt; .next {
  left: 100%;
}

.carousel-inner &gt; .prev {
  left: -100%;
}

.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0;
}

.carousel-inner &gt; .active.left {
  left: -100%;
}

.carousel-inner &gt; .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  /*20200910*/
  .visible-xs2 {
    display: inline-block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*?ǋL*/
/*20210412税込に伴う料金表テーブル変更*/
.table &gt; thead &gt; tr &gt; th {
  vertical-align: middle !important;
}

.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
  padding: 6px !important;
  vertical-align: middle !important;
}

/*!
* Bootstrap v2.3.2
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
/*.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
.btn {
  /*  display: inline-block;
   *display: inline;*/
  /* IE7 inline-block hack */
  /*  *zoom: 1;
   padding: 4px 12px;
   margin-bottom: 0;
   font-size: 14px;
   line-height: 20px;
   text-align: center;
   vertical-align: middle;
   cursor: pointer;*/
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe6e6e6", GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9 ;
}

/*.btn:first-child {
  *margin-left: 0;
}*/
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 6px;
}

.btn-large [class^=icon-],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 3px;
}

.btn-small [class^=icon-],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^=icon-],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc", endColorstr="#ff0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9 ;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffbb450", endColorstr="#fff89406", GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9 ;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffee5f5b", endColorstr="#ffbd362f", GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9 ;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff62c462", endColorstr="#ff51a351", GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9 ;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2f96b4));
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff2f96b4", GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9 ;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff444444", endColorstr="#ff222222", GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9 ;
}

button.btn,
input[type=submit].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type=submit].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type=submit].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type=submit].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}

.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2FB1B4), to(#1C8796));
  background-image: linear-gradient(to bottom, #2FB1B4, #1C8796);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2FB1B4", endColorstr="#1C8796", GradientType=0);
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
  /*background-color: transparent;*/
  border-bottom: 0;
  border-top: 0;
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}

.navbar-inner:after {
  clear: both;
}

/*.navbar .container {
  width: auto;
}*/
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type=image],
.navbar-form input[type=checkbox],
.navbar-form input[type=radio] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav &gt; li {
  float: left;
}

.navbar .nav &gt; li &gt; a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  /*text-shadow: 0 1px 0 #001E1F;*/
  text-shadow: 0 1px 0 #0E6568;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav &gt; li &gt; a:focus,
.navbar .nav &gt; li &gt; a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}

.navbar .nav &gt; .active &gt; a,
.navbar .nav &gt; .active &gt; a:hover,
.navbar .nav &gt; .active &gt; a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e5e5e5));
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2f2f2", endColorstr="#ffe5e5e5", GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9 ;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav &gt; li &gt; .dropdown-menu:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}

.navbar .nav &gt; li &gt; .dropdown-menu:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}

.navbar-fixed-bottom .nav &gt; li &gt; .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}

.navbar-fixed-bottom .nav &gt; li &gt; .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

.navbar .nav li.dropdown &gt; a:hover .caret,
.navbar .nav li.dropdown &gt; a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar .nav li.dropdown.open &gt; .dropdown-toggle,
.navbar .nav li.dropdown.active &gt; .dropdown-toggle,
.navbar .nav li.dropdown.open.active &gt; .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}

.navbar .nav li.dropdown &gt; .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open &gt; .dropdown-toggle .caret,
.navbar .nav li.dropdown.active &gt; .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active &gt; .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .pull-right &gt; li &gt; .dropdown-menu,
.navbar .nav &gt; li &gt; .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

.navbar .pull-right &gt; li &gt; .dropdown-menu:before,
.navbar .nav &gt; li &gt; .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}

.navbar .pull-right &gt; li &gt; .dropdown-menu:after,
.navbar .nav &gt; li &gt; .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}

.navbar .pull-right &gt; li &gt; .dropdown-menu .dropdown-menu,
.navbar .nav &gt; li &gt; .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#111111));
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff222222", endColorstr="#ff111111", GradientType=0);
  border-color: #252525;
}

.navbar-inverse .brand,
.navbar-inverse .nav &gt; li &gt; a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav &gt; li &gt; a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav &gt; li &gt; a:focus {
  color: #ffffff;
}

.navbar-inverse .brand {
  color: #999999;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .nav &gt; li &gt; a:focus,
.navbar-inverse .nav &gt; li &gt; a:hover {
  background-color: transparent;
  color: #ffffff;
}

.navbar-inverse .nav .active &gt; a,
.navbar-inverse .nav .active &gt; a:hover,
.navbar-inverse .nav .active &gt; a:focus {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}

.navbar-inverse .nav li.dropdown.open &gt; .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active &gt; .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active &gt; .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}

.navbar-inverse .nav li.dropdown &gt; a:hover .caret,
.navbar-inverse .nav li.dropdown &gt; a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown &gt; .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open &gt; .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active &gt; .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active &gt; .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#151515), to(#040404));
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff151515", endColorstr="#ff040404", GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9 ;
}

/*20151126 追記 recruitのフォームボタン*/
.btn-re-form {
  width: 300px;
  margin: 0 auto;
}

/*20170713 追記 メニューをフラットにする*/
.navbar {
  border: none !important;
}

.navbar-inner {
  background: #249193 !important;
  background-image: none !important;
  border: none !important;
  border-radius: 0 !important;
}

.navbar .nav &gt; li &gt; a {
  text-shadow: none;
}

.btn-green {
  background: #10b3b4;
  color: #fff;
  font-weight: bold;
  text-shadow: none;
  border: 0;
  border-radius: 0;
  padding: 20px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  background: #10b3b4;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*
.btn-green:active {
	background: #10b3b4;
	color: #fff;
	box-shadow: none;
}
*/
.btn-green h3 {
  margin: 0;
  font-size: 16px;
  text-align: left;
}

@media (max-width: 991px) {
  .btn-green h3 {
    font-size: 14px;
  }
}
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical &gt; .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow &gt; .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode &gt; .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal &gt; .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical &gt; .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical &gt; .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl &gt; .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal &gt; .swiper-pagination-progressbar, .swiper-container-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical &gt; .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal &gt; .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical &gt; .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container &gt; canvas, .swiper-zoom-container &gt; img, .swiper-zoom-container &gt; svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* ｰlｰO */
.application_form th span {
  color: #ff0000;
}

.application_form td input,
.application_form td select {
  margin: 2px 0;
}

.application_form label {
  font-weight: normal;
}

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

.application_form .form_btn input {
  width: 150px;
  margin: 0;
  padding: 5px 0;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background: #4abcbc;
}

.panel_staffing .panel {
  background: #fae4de;
}

.panel_staffing .caption {
  margin: 0;
  padding: 15px 0 0;
  color: #f28581;
  font-weight: bold;
  text-align: center;
}

.panel_staffing_attention {
  font-size: 85%;
}

.paneller_staffing .paneller {
  background: #f28581;
}

.paneller_staffing .paneller-body #stand .panel-heading {
  background: #f4c9c0;
}

.paneller_staffing .paneller-body .panel .caption {
  color: #f28581;
}

.paneller_staffing .paneller-body #stand .panel-body {
  text-align: left;
}

.recruit_select {
  overflow: hidden;
  margin: 0 0 10px;
  text-align: center;
}

.recruit_select .panel-title span {
  font-size: 85%;
}

.recruit_select .panel {
  margin: 0;
}

.recruit_arrow {
  clear: both;
  height: 80px;
  padding: 15px 0 0;
  color: #ffffff;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  background: url(images/arrow.png) no-repeat 50% 0;
}

.recruit_tab {
  margin: 0 0 20px;
  border-bottom: 5px solid #6bbed5;
  font-size: 1.2rem;
}

.recruit_tab li {
  width: 32%;
  margin: 0 2% 0 0;
  text-align: center;
  background: #f0f0f0;
}

.recruit_tab li:last-child {
  float: right;
  margin: 0;
}

.recruit_tab li a {
  border: none;
  color: #999999;
  text-decoration: none;
}

.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
  border: none;
  color: #ffffff;
  background: #6bbed5;
}

.recruit_tab_content {
  border: none;
}

.recruit_panel h4 {
  padding-bottom: 5px;
  border-bottom: 2px solid #cccccc;
  font-weight: bold;
}

ul.list-staffing {
  padding: 10px;
}

.list-staffing &gt; li {
  background-image: url(../img/list_staffing.png);
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
  list-style: none;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
}

.list-checked-staffing &gt; li {
  background-image: url("../img/list-checked-staffing.png");
  background-repeat: no-repeat;
  background-size: 16px 15px;
  background-position: 15px 4px;
  padding: 0 0 0 40px;
  margin-bottom: 10px;
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: #3357b8;
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.addtoany_shortcode,
.addtoany_content {
  text-align: right;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  body {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    margin: 0;
  }
}
@media (max-width: 767px) {
  body {
    margin: 0;
  }
}
@media (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media (max-width: 991px) {
  body {
    margin: 0;
  }
}
@media (min-width: 768px) {
  body {
    margin: 0;
  }
}
@media (min-width: 480px) {
  body {
    margin: 0;
  }
}

.c-text16 {
  font-size: 1.6rem !important;
}

.c-text20 {
  font-size: 2rem !important;
}

.w-normal {
  font-weight: normal !important;
}

.lh1 {
  line-height: 1 !important;
}

.lh1-3 {
  line-height: 1.3 !important;
}

.lh1-5 {
  line-height: 1.5 !important;
}

.c-green3 {
  color: #1AACAC;
}

.c-blue3 {
  color: #4477CE;
}

.c-purple {
  color: #6F61C0;
}

.c-accent {
  color: #4B62B8;
}

.c-red {
  color: #f00;
}

.c-primary {
  color: #2db2b5;
}

.bg-primary {
  background: #2db2b5;
}

.bg-yellow {
  background: #BE924A;
}

.bg-gray {
  background: #e0e0e0;
}

.img100 {
  width: 100%;
}

.img80 {
  width: 80%;
}
@media (max-width: 767px) {
  .img80 {
    width: 100%;
  }
}

.img70 {
  width: 70%;
}
@media (max-width: 767px) {
  .img70 {
    width: 100%;
  }
}

.img50 {
  width: 50%;
}
@media (max-width: 767px) {
  .img50 {
    width: 100%;
  }
}

.border {
  border: 1px solid #eee;
}

.border4 {
  border: 1px solid #878787;
}

.article {
  margin-bottom: 20px;
}

article {
  margin-bottom: 30px;
}

.m0 {
  margin: 0 !important;
}

.mtNO {
  margin-top: inherit !important;
}

.mt0,
.mgt0 {
  margin-top: 0 !important;
}

.mt5,
.mgt5 {
  margin-top: 5px !important;
}

.mt10,
.mgt10 {
  margin-top: 10px !important;
}

.mt15,
.mgt15 {
  margin-top: 15px !important;
}

.mt20,
.mgt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30,
.mgt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40,
.mgt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50,
.mgt50 {
  margin-top: 50px !important;
}

.mt80 {
  margin-top: 80px !important;
}

@media (max-width: 767px) {
  .xs-mgt0 {
    margin-top: 0px;
  }
  .xs-mgt5 {
    margin-top: 5px;
  }
  .xs-mgt10 {
    margin-top: 10px;
  }
  .xs-mgt15 {
    margin-top: 15px;
  }
  .xs-mgt20 {
    margin-top: 20px;
  }
  .xs-mgt30 {
    margin-top: 30px;
  }
  .xs-mgt40 {
    margin-top: 40px;
  }
  .xs-mgt50 {
    margin-top: 50px;
  }
}
.mb0,
.mgb0 {
  margin-bottom: 0 !important;
}

.mb5,
.mgb5 {
  margin-bottom: 5px !important;
}

.mb10,
.mgb10 {
  margin-bottom: 10px !important;
}

.mb15,
.mgb15 {
  margin-bottom: 15px !important;
}

.mb20,
.mgb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30,
.mgb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40,
.mgb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50,
.mgb50 {
  margin-bottom: 50px !important;
}

.mgb60 {
  margin-bottom: 60px;
}

.mgb70 {
  margin-bottom: 70px;
}

.mgb80 {
  margin-bottom: 80px;
}

.mgb90 {
  margin-bottom: 90px;
}

.mgb100 {
  margin-bottom: 100px;
}

.mgb110 {
  margin-bottom: 110px;
}

.mgb115 {
  margin-bottom: 115px;
}

@media (max-width: 767px) {
  .xs-mgb0 {
    margin-bottom: 0px;
  }
  .xs-mgb5 {
    margin-bottom: 5px;
  }
  .xs-mgb10 {
    margin-bottom: 10px;
  }
  .xs-mgb15 {
    margin-bottom: 15px;
  }
  .xs-mgb20 {
    margin-bottom: 20px;
  }
  .xs-mgb30 {
    margin-bottom: 30px;
  }
  .xs-mgb40 {
    margin-bottom: 40px;
  }
  .xs-mgb50 {
    margin-bottom: 50px;
  }
  .xs-mgb60 {
    margin-bottom: 60px;
  }
  .xs-mgb70 {
    margin-bottom: 70px;
  }
  .xs-mgb80 {
    margin-bottom: 80px;
  }
  .xs-mgb90 {
    margin-bottom: 90px;
  }
  .xs-mgb100 {
    margin-bottom: 100px;
  }
  .xs-mgb110 {
    margin-bottom: 110px;
  }
  .xs-mgb115 {
    margin-bottom: 115px;
  }
}
@media (min-width: 768px) {
  .mb80 {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 991px) {
  .information {
    margin-bottom: 30px;
  }
}
.mgr0 {
  margin-right: 0px;
}

.mgr5 {
  margin-right: 5px;
}

.mgr10 {
  margin-right: 10px;
}

.mgr15 {
  margin-right: 15px;
}

.mgr20 {
  margin-right: 20px;
}

.mgr30 {
  margin-right: 30px;
}

.mgr40 {
  margin-right: 40px;
}

.mgr50 {
  margin-right: 50px;
}

@media (max-width: 767px) {
  .xs-mgr0 {
    margin-right: 0px;
  }
  .xs-mgr5 {
    margin-right: 5px;
  }
  .xs-mgr10 {
    margin-right: 10px;
  }
  .xs-mgr15 {
    margin-right: 15px;
  }
  .xs-mgr20 {
    margin-right: 20px;
  }
  .xs-mgr30 {
    margin-right: 30px;
  }
  .xs-mgr40 {
    margin-right: 40px;
  }
  .xs-mgr50 {
    margin-right: 50px;
  }
}
.mgl0 {
  margin-left: 0px;
}

.mgl5 {
  margin-left: 5px;
}

.mgl10 {
  margin-left: 10px;
}

.mgl15 {
  margin-left: 15px;
}

.mgl20 {
  margin-left: 20px;
}

.mgl30 {
  margin-left: 30px;
}

.mgl40 {
  margin-left: 40px;
}

.mgl50 {
  margin-left: 50px;
}

@media (max-width: 767px) {
  .xs-mgl0 {
    margin-left: 0px;
  }
  .xs-mgl5 {
    margin-left: 5px;
  }
  .xs-mgl10 {
    margin-left: 10px;
  }
  .xs-mgl15 {
    margin-left: 15px;
  }
  .xs-mgl20 {
    margin-left: 20px;
  }
  .xs-mgl30 {
    margin-left: 30px;
  }
  .xs-mgl40 {
    margin-left: 40px;
  }
  .xs-mgl50 {
    margin-left: 50px;
  }
}
.p0 {
  padding: 0;
}

.pdt5 {
  padding-top: 5px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt30 {
  padding-top: 30px;
}

.pdt40 {
  padding-top: 40px;
}

.pdt50 {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .xs-pdt5 {
    padding-top: 5px;
  }
  .xs-pdt10 {
    padding-top: 10px;
  }
  .xs-pdt20 {
    padding-top: 20px;
  }
  .xs-pdt30 {
    padding-top: 30px;
  }
  .xs-pdt40 {
    padding-top: 40px;
  }
  .xs-pdt50 {
    padding-top: 50px;
  }
}
.pdb5 {
  padding-bottom: 5px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdb50 {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .xs-pdb5 {
    padding-bottom: 5px;
  }
  .xs-pdb10 {
    padding-bottom: 10px;
  }
  .xs-pdb20 {
    padding-bottom: 20px;
  }
  .xs-pdb30 {
    padding-bottom: 30px;
  }
  .xs-pdb40 {
    padding-bottom: 40px;
  }
  .xs-pdb50 {
    padding-bottom: 50px;
  }
}
.pdr5 {
  padding-right: 5px;
}

.pdr10 {
  padding-right: 10px;
}

.pr20,
.pdr20 {
  padding-right: 20px;
}

.pr30,
.pdr30 {
  padding-right: 30px;
}

.pdr40 {
  padding-right: 40px;
}

.pdr50 {
  padding-right: 50px;
}

@media (max-width: 767px) {
  .xs-pdr5 {
    padding-right: 5px;
  }
  .xs-pdr10 {
    padding-right: 10px;
  }
  .xs-pdr20 {
    padding-right: 20px;
  }
  .xs-pdr30 {
    padding-right: 30px;
  }
  .xs-pdr40 {
    padding-right: 40px;
  }
  .xs-pdr50 {
    padding-right: 50px;
  }
}
.pdl5 {
  padding-left: 5px;
}

.pdl10 {
  padding-left: 10px;
}

.pl20,
.pdl20 {
  padding-left: 20px;
}

.pl30,
.pdl30 {
  padding-left: 30px;
}

.pdl40 {
  padding-left: 40px;
}

.pdl50 {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .xs-pdl5 {
    padding-left: 5px;
  }
  .xs-pdl10 {
    padding-left: 10px;
  }
  .xs-pdl20 {
    padding-left: 20px;
  }
  .xs-pdl30 {
    padding-left: 30px;
  }
  .xs-pdl40 {
    padding-left: 40px;
  }
  .xs-pdl50 {
    padding-left: 50px;
  }
}
.pd5 {
  padding: 0.5rem;
}

.pd10 {
  padding: 1rem !important;
}

.pd15 {
  padding: 15px;
}

@media (max-width: 767px) {
  .xs-pd15 {
    padding: 15px;
  }
}
.accent {
  color: #4ABCBC;
}

.font_red,
.red_font {
  color: #fc1543;
}

.bg-delivery-slow {
  background: #63C89A !important;
}

.bg-delivery-normal {
  background: #F4D071 !important;
}

.bg-delivery-express {
  background: #B08ECA !important;
}

.bg-delivery-nextday {
  background: #D97195 !important;
}

.bg-delivery-sameday {
  background: #DF7381 !important;
}

img.bg_orange {
  background: #ea5c41;
}

img.bg_yellow {
  background: #efce3d;
}

img.bg_green {
  background: #49a1a1;
}

img.bg_blue {
  background: #23556c;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "NotoSansCJKjp";
  font-weight: 500;
  line-height: 1.5;
  color: inherit;
  margin-bottom: 20px;
}

h2, .h2 {
  font-size: 20px;
  font-weight: bold;
}

small {
  font-size: 11px;
  line-height: 1.2em;
}

.bold {
  font-weight: bold;
}

.none-bold {
  font-weight: normal !important;
}

span.bold_green {
  font-weight: bold;
  color: #239192;
}

p.font_glay {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: -15px;
  color: #636363;
  line-height: 1.5;
}

input:-moz-placeholder {
  color: #000;
}

.corpus_h3 {
  height: 40px;
  font-size: 2rem !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .corpus_h3 {
    font-size: 1.5rem !important;
  }
}

.font-normal {
  font-weight: normal;
}

@media (min-width: 768px) and (max-width: 991px) {
  .letter_S0 {
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  p.bold_glay_text {
    font-size: 1.6rem;
  }
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

.bg_glay {
  padding: 10px;
  background-color: #f0f0f0;
}

.bg_white {
  background: #fff;
}

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

.text_left {
  text-align: left;
}

p.text_right {
  text-align: right;
}

.date_center,
.corpus_list {
  text-align: center;
}

.date_center img {
  width: auto !important;
  height: 200px;
}

.col-set {
  margin: 0 15px;
}

.m0-a {
  margin: 0 auto;
}

.gutter-sm {
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
}
@media (max-width: 767px) {
  .gutter-sm {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.gutter-sm &gt; [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .gutter-sm &gt; [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 767px) {
  .date_center p {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .heightLine-info {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .margin-adjust &gt; * + * {
    margin-top: 6px !important;
  }
  .margin-adjust--a a {
    display: inline-block;
  }
  .margin-adjust--a &gt; * + * {
    margin-top: 8px !important;
  }
}
@media (max-width: 767px) {
  br.pc_only,
  .sp_hidden {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .pc_hidden,
  .pc_only_hidden {
    display: none !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .tab_hidden {
    display: none;
  }
}
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .image-shadow {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .youtube-container {
    margin-top: 30px;
  }
}
.youtube-container iframe {
  aspect-ratio: 16/9;
  max-width: 560px;
  height: auto;
  width: 100%;
}

p.marker_column span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #e2f3d5));
  background: linear-gradient(transparent 0%, #e2f3d5 0%);
}

.pawahara .column_p-marker {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #ffdfda));
  background: linear-gradient(transparent 0%, #ffdfda 0%);
}

.marker {
  padding: 0 4px;
  white-space: nowrap;
  border-radius: 4px;
}
.marker--pink {
  background: #ffdfda;
}

.triangle-c {
  border-top: 44px solid #E6E6E6;
  border-right: 90px solid transparent;
  border-left: 90px solid transparent;
  margin: 20px auto;
  width: 180px;
}

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row-eq-height &gt; [class*=col-]:last-child .box-spec {
  height: 100%;
  margin-bottom: 0;
}

.row:before, .row:after {
  width: 0px;
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
.w-container {
  padding: 0 15px;
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
}

.flex50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex50 &gt; * {
  width: calc((100% - 30px) / 2);
}
@media (max-width: 767px) {
  .flex50 &gt; * {
    width: 100%;
  }
}

.sm-h80 {
  width: auto;
  max-height: 80px;
}

.sm-h90 {
  width: auto;
  max-height: 90px;
}

.sm-h100 {
  width: auto;
  max-height: 100px;
}

a {
  color: #249192;
}
a:hover {
  text-decoration: underline;
}

a,
.btn {
  text-decoration: underline;
}

.breadcrumb a {
  text-decoration: none;
}

@media (max-width: 767px) {
  a:hover &gt; img {
    opacity: 0.8;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  a.txt-link {
    color: #249193 !important;
    text-decoration: none !important;
  }
  a.txt-link:hover {
    color: #2db2b5 !important;
    text-decoration: underline !important;
  }
}
.home .btn {
  text-decoration: none;
}

.a-hover {
  text-decoration: none;
  padding: 0 5px;
}
.a-hover:hover {
  background-color: #44BEAC;
  text-decoration: none;
  border-radius: 2px;
  color: #fff;
}
.a-hover.a-important {
  color: #E6567A;
  text-decoration: none;
  padding: 0 5px;
}
.a-hover.a-important:hover {
  background-color: #E6567A;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
}

.a-error {
  color: #f00;
}
.a-error:hover {
  color: #f00;
  opacity: 0.7;
}

header a,
a#pageTop {
  color: #39A191;
}

a.fai_text_link {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #239192;
}
@media (max-width: 991px) {
  a.fai_text_link {
    text-align: left;
  }
}
a.fai_text_link:hover {
  opacity: 0.7;
}
a.fai_text_link i {
  margin-right: 5px;
}
a.fai_text_link i.fa_angle_down {
  font-size: 2.4rem;
  vertical-align: middle;
}
@media (max-width: 991px) {
  a.fai_text_link.pdf {
    text-align: center;
  }
}

.t-wrap {
  word-break: break-all;
}

.block {
  display: block;
}

a.no-design {
  color: #333;
  text-decoration: none;
}

.important {
  color: #f00;
}

.underline {
  text-decoration: underline;
  color: #428BCA;
}

.p_margin p {
  margin: 20px 0 80px 0;
}

@media (max-width: 767px) {
  article {
    margin-bottom: 0 !important;
  }
}
.index-menu {
  margin-bottom: 10px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-right: 0px none;
  border-width: 1px 0px 0px;
  border-style: solid none none;
  border-color: #eee -moz-use-text-color -moz-use-text-color;
}
hr.pages {
  margin-top: 50px;
  margin-bottom: 50px;
  border-right: 0px none;
  border-width: 4px 0px 0px;
  border-style: solid none none;
  border-color: #eee -moz-use-text-color -moz-use-text-color;
}
hr.blue {
  margin-top: 15px;
  margin-bottom: 20px;
  border-style: solid none none;
  border-color: #75BADD;
  border-width: 1px 0px 0px;
}
hr.hr-sm {
  margin: 10px 0;
}
hr.hr-xs {
  margin: 5px 0;
}

@media (max-width: 767px) {
  .pagesph {
    overflow-x: hidden;
  }
}
ul.list_style_none {
  padding-left: 0;
  list-style-type: none;
}

ul.list_style_disc {
  padding-left: 0;
  margin-left: 1.2em;
}

ul.indent_first li {
  margin-left: 1.5rem;
  text-indent: -1.5rem;
}

.list-default {
  list-style: none outside none;
  padding: 0px;
}
.list-default &gt; li {
  padding: 0px 0px 0px 40px;
  margin-bottom: 5px;
}

ul.list-main {
  padding: 10px;
}

.list-main &gt; li {
  background-image: url(../img/list-main.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  list-style: none;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
}

.list-circle {
  list-style: none;
  padding: 0;
}
.list-circle li {
  margin-bottom: 15px;
}
.list-circle &gt; li {
  background-image: url(../img/list-circle.png);
  background-repeat: no-repeat;
  background-position: 15px 0.5em;
  background-size: 10px 10px;
  padding: 0 0 0 40px;
}
.list-circle &gt; li:last-child {
  margin-bottom: 0;
}

.list-circle-red &gt; li {
  background-image: url("../img/list-circle-red.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 10px 10px;
  padding: 0 0 0 20px;
}

.list-checked-blue &gt; li {
  background-image: url("../img/list-checked-water.png");
  background-repeat: no-repeat;
  background-size: 16px 15px;
  background-position: 15px 4px;
  padding: 0 0 0 40px;
  margin-bottom: 10px;
}

.list-unstyled {
  list-style: none outside none;
}

ul.list-useage,
ol.list-usage {
  padding-bottom: 10px;
}
ul.list-useage li,
ol.list-usage li {
  padding-bottom: 15px;
}
ul.list-useage li:last-child,
ol.list-usage li:last-child {
  padding-bottom: 0px;
}

ul.list-attention {
  list-style: none;
  line-height: 1.6rem;
  font-size: 1.2rem;
  margin: 0 0 15px;
  padding: 0;
  color: #39A191;
}
ul.list-attention li {
  margin-bottom: 4px;
}

ul.fa-ul a {
  font-weight: normal;
}

table.standard-table {
  border: 2px solid #fff;
  border-collapse: collapse;
}
table.standard-table td {
  border: 2px solid #fff;
  font-size: 12px;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(212, 221, 228, 0.5);
          box-shadow: inset 0 -1px 0 0 rgba(212, 221, 228, 0.5);
  background-color: rgba(212, 221, 228, 0.15);
}
table.standard-table td.header {
  border: 2px solid #fff;
  border-bottom: 2px solid 2px solid #fff !important;
  background: rgba(212, 221, 228, 0.5);
}
table.standard-table th {
  border: 2px solid #fff;
  border-bottom: 2px solid 2px solid #fff !important;
  background: rgba(212, 221, 228, 0.5);
}
table.colored-table {
  border: 2px solid #fff;
  border-collapse: collapse;
}
table.colored-table td {
  border: 2px solid #fff;
  font-size: 12px;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(202, 231, 242, 0.5);
          box-shadow: inset 0 -1px 0 0 rgba(202, 231, 242, 0.5);
  background-color: rgba(202, 231, 242, 0.15);
}
table.colored-table td.header {
  border: 2px solid #fff;
  border-bottom: 2px solid #cae7f2 !important;
  background: rgba(202, 231, 242, 0.5);
}
table.colored-table th {
  border: 2px solid #fff;
  border-bottom: 2px solid #cae7f2 !important;
  background: rgba(202, 231, 242, 0.5);
}
table.coloreda-table {
  border: 2px solid #fff;
  border-collapse: collapse;
}
table.coloreda-table td {
  border: 2px solid #fff;
  font-size: 12px;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(200, 239, 234, 0.5);
          box-shadow: inset 0 -1px 0 0 rgba(200, 239, 234, 0.5);
  background-color: rgba(200, 239, 234, 0.15);
}
table.coloreda-table td.header {
  border: 2px solid #fff;
  border-bottom: 2px solid #c8efea !important;
  background: rgba(200, 239, 234, 0.5);
}
table.coloreda-table th {
  border: 2px solid #fff;
  border-bottom: 2px solid #c8efea !important;
  background: rgba(200, 239, 234, 0.5);
}
table.styled-table th {
  font-size: small;
  color: #4f6b72;
  border: 1px solid #c1dad7;
  background: #cae8ea url(../img/css/bg_header.jpg) no-repeat;
}
table.styled-table th.nobg {
  border-top: 0;
  border-left: 0;
  background: none;
}
table.styled-table td {
  border: 1px solid #c1dad7;
  background: #fff;
  color: #4f6b72;
}
table.styled-table td.alt {
  background: #F5FAFA;
  color: #797268;
}
table.styled-table th.spec {
  background: #fff;
}
table.styled-table th.specalt {
  background: #F5FAFA;
  color: #797268;
}
table.table-price &gt; thead &gt; tr &gt; th {
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
table.table-price &gt; thead &gt; tr &gt; th.th-head {
  padding-top: 12px;
  padding-bottom: 12px;
}
table.table-price &gt; thead &gt; tr &gt; th.th-head .title {
  color: #fff;
  font-size: 20px;
  display: block;
  line-height: 1.5;
}
table.table-price &gt; thead &gt; tr &gt; th.th-head .price {
  color: #fff;
  font-size: 14px;
  display: block;
  line-height: 1.5;
}
table.table-price &gt; thead &gt; tr &gt; th.th-head .small {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}
table.table-price &gt; thead &gt; tr &gt; th.th-head.red {
  background: #DF7381;
}
table.table-price &gt; thead &gt; tr &gt; th.th-head.pink {
  background: #D97195;
}
table.table-price &gt; thead &gt; tr &gt; th.th-head.orange {
  background: #F4D071;
}
table.table-price &gt; thead &gt; tr &gt; th.th-head.violet {
  background: #B08ECA;
}
table.table-price &gt; thead &gt; tr &gt; th.th-head.green {
  background: #63C89A;
}
table.table-price &gt; thead &gt; tr &gt; th.th-ocean {
  background: #4ABCBC;
}
table.table-price &gt; thead &gt; tr &gt; th.th-blue {
  background: #97d3e3;
}
table.table-price .nobg {
  color: #666;
  background: #fff;
}
table.table-price &gt; thead &gt; tr &gt; th.th-red {
  background: #ECAEB6;
}
table.table-price &gt; thead &gt; tr &gt; th.th-pink {
  background: #E498B3;
}
table.table-price &gt; thead &gt; tr &gt; th.th-orange {
  background: #F9DD95;
}
table.table-price &gt; thead &gt; tr &gt; th.th-violet {
  background: #C7ADDA;
}
table.table-price &gt; thead &gt; tr &gt; th.th-green {
  background: #85D3B0;
}
table.table-price &gt; thead &gt; tr &gt; th.th-gray {
  background: #ccc;
}
table.table-price &gt; thead &gt; tr &gt; th.th-red-striped {
  background: url(../img/th-red-striped.png) repeat;
  font-weight: bold;
  color: #fff;
  border-radius: 6px 6px 0 0;
  text-shadow: 1px 1px 0px #888;
  font-size: 1.2em;
}
table.table-price &gt; thead &gt; tr &gt; th.th-pink-striped {
  background: url(../img/th-pink-striped.png) repeat;
  font-weight: bold;
  color: #fff;
  border-radius: 6px 6px 0 0;
  text-shadow: 1px 1px 0px #888;
  font-size: 1.2em;
}
table.table-price &gt; thead &gt; tr &gt; th.th-orange-striped {
  background: url(../img/th-orange-striped.png) repeat;
  font-weight: bold;
  color: #fff;
  border-radius: 6px 6px 0 0;
  text-shadow: 1px 1px 0px #888;
  font-size: 1.2em;
}
table.table-price &gt; thead &gt; tr &gt; th.th-violet-striped {
  background: url(../img/th-violet-striped.png) repeat;
  font-weight: bold;
  color: #fff;
  border-radius: 6px 6px 0 0;
  text-shadow: 1px 1px 0px #888;
  font-size: 1.2em;
}
table.table-price &gt; thead &gt; tr &gt; th.th-green-striped {
  background: url(../img/th-green-striped.png) repeat;
  font-weight: bold;
  color: #fff;
  border-radius: 6px 6px 0 0;
  text-shadow: 1px 1px 0px #888;
  font-size: 1.2em;
}
table.table-price &gt; thead &gt; tr &gt; th.th-ocean-striped {
  background: url(../img/th-ocean-striped.png) repeat;
  font-weight: bold;
  color: #fff;
  border-radius: 6px 6px 0 0;
  text-shadow: 1px 1px 0px #888;
  font-size: 1.2em;
}
table.table-price &gt; thead &gt; tr &gt; th.th-blue-striped {
  background: url(../img/th-blue-striped.png) repeat;
  font-weight: bold;
  color: #fff;
  border-radius: 6px 6px 0 0;
  text-shadow: 1px 1px 0px #888;
  font-size: 1.2em;
}
table.table-price &gt; thead &gt; tr &gt; th.th-gray-striped {
  background: url(../img/th-gray-striped.png) repeat;
  font-weight: bold;
  color: #fff;
  border-radius: 6px 6px 0 0;
  text-shadow: 1px 1px 0px #888;
  font-size: 1.2em;
}
table.table-price &gt; thead &gt; tr &gt; th.th-white-striped {
  background: url(../img/th-white-striped.png) repeat;
  font-weight: bold;
  color: #fff;
  border-radius: 6px 6px 0 0;
  text-shadow: 1px 1px 0px #888;
  font-size: 1.2em;
}
table.table-price &gt; tbody &gt; tr {
  background-color: #F8FCFC;
  text-align: center;
}
table.table-price &gt; tbody &gt; tr &gt; td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
table.table-price &gt; tbody &gt; tr &gt; td.td-ocean {
  background: #BFE3E3;
}
table.table-price &gt; tbody &gt; tr &gt; td.td-blue {
  background: #cae7f2;
}
table.table-price &gt; tbody &gt; tr &gt; td.td-red {
  background: #F4CCD2;
}
table.table-price &gt; tbody &gt; tr &gt; td.td-pink {
  background: #F2CCE1;
}
table.table-price &gt; tbody &gt; tr &gt; td.td-orange {
  background: #FBE9B9;
}
table.table-price &gt; tbody &gt; tr &gt; td.td-violet {
  background: #D8C7E4;
}
table.table-price &gt; tbody &gt; tr &gt; td.td-green {
  background: #C0E9D7;
}
table.table-price &gt; tbody &gt; tr &gt; td.td-pale-ocean {
  background-color: #CCFFFF;
}
table.table-price &gt; tbody &gt; tr &gt; td.td-pale-blue {
  background-color: #cae7f2;
}
table.table-price tr &gt; th.th-pale-red {
  background: #FBEAEC;
}
table.table-price tr &gt; th.th-pale-pink {
  background: #FBECF5;
}
table.table-price tr &gt; th.th-pale-orange {
  background: #FDF3DB;
}
table.table-price tr &gt; th.th-pale-violet {
  background: #F1EBF5;
}
table.table-price tr &gt; th.th-pale-green {
  background: #E8F7F0;
}
table.table-price &gt; tbody &gt; tr &gt; td.td-pale-red {
  background: #FBEAEC;
}
table.table-price &gt; tbody &gt; tr &gt; td.td-pale-pink {
  background: #FBECF5;
}
table.table-price &gt; tbody &gt; tr &gt; td.td-pale-orange {
  background: #FDF3DB;
}
table.table-price &gt; tbody &gt; tr &gt; td.td-pale-violet {
  background: #F1EBF5;
}
table.table-price &gt; tbody &gt; tr &gt; td.td-pale-green {
  background: #E8F7F0;
}
table.table-price &gt; tbody &gt; tr &gt; td.td-head {
  background-color: #f8f8f8;
}
table.table-price &gt; tbody &gt; tr &gt; td.td-head-striped {
  background: url(../img/td-black-striped.png) repeat;
  font-weight: bold;
}
table.table-price &gt; tbody &gt; tr &gt; td.td-head-accent {
  background-color: #e0e0e0;
}
table.table-normal {
  border: 1px #ddd solid;
  border-radius: 3px;
  margin-bottom: 15px;
}
table.table-normal td {
  border-right: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}
table.table-normal &gt; thead &gt; tr &gt; th {
  border-bottom: 0px none;
  border-right: 1px #ddd solid;
  background-color: #f0f0f0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
table.table-normal &gt; tbody &gt; tr &gt; td {
  background-color: #fff;
  text-align: left;
  vertical-align: middle;
}
table.table-media tr:first-child th {
  background: #b8dced;
  color: #666;
  font-size: 16px;
  text-align: center;
}
table.table-breaking tr th {
  word-break: break-all;
}

.fa-youtube {
  color: #333;
  margin-left: 4px;
}

.lead-icon.fa-youtube {
  margin-left: 0;
  margin-right: 4px;
}

/* ------------------------------
 * common
 ------------------------------ */
@font-face {
  font-family: "NotoSansCJKjp";
  src: url("/content/themes/8089/fonts/NotoSansCJKjp-Regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "NotoSansCJKjp";
  src: url("/content/themes/8089/fonts/NotoSansCJKjp-Bold.woff") format("woff");
  font-weight: bold;
}
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  font-family: "NotoSansCJKjp";
  line-height: 2.6rem;
}
@media (max-width: 767px) {
  body {
    margin-top: 55px;
  }
}

p.caption {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
p.title-s {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

a:hover &gt; img {
  opacity: 0.8;
}

img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.well {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.well h2:first-child, .well h3:first-child, .well h4:first-child, .well h5:first-child {
  margin-top: 0;
}
.well-sample {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  min-height: 20px;
  padding: 15px;
  background-color: #F5F5F5;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
}
.well.accent {
  padding: 19px 0;
  border: none;
  border-radius: 0;
  background: #4ABCBC;
}
.well-shadow {
  min-height: 20px;
  padding: 15px;
  margin-bottom: 30px;
  background-color: #f0f0f0;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 2px 2px #E3E3E3 inset;
          box-shadow: 2px 2px 2px 2px #E3E3E3 inset;
}
.well-shadow:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 1px 1px #E3E3E3;
          box-shadow: inset 0 1px 1px #E3E3E3;
}

.frame {
  padding: 5px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

@media (min-width: 768px) {
  img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
img.wid100 {
  width: 100%;
}

.bnr-link {
  background: #fff;
}
.bnr-link img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #fff;
  opacity: 1;
}
@media (max-width: 991px) {
  .bnr-link img {
    margin: 0 auto;
  }
}
.bnr-link img:hover {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0.8;
}

@media (max-width: 991px) {
  img.bnr-link {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .col-xs-12.pc_hidden img {
    width: 100%;
    margin-top: 30px;
  }
  .col-sm-6.col-xs-12.image-shadow img {
    width: 95%;
  }
}
/* print setting */
.print-off {
  display: none !important;
}

.print-head {
  display: none;
  margin-top: 10px;
}

.print-title {
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}

.print-annotation {
  margin-bottom: 20px;
}

.print-only,
.print-meta {
  display: none;
}

.print-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #3357B8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 10px 20px;
  margin: 0 auto 40px;
  border-radius: 5px;
}
.print-btn:hover {
  background: #518bff;
}
.print-btn i {
  margin-right: 4px;
}

.print-area .content-wrapper + * {
  margin-top: 80px;
}

@media print {
  html, body {
    height: auto;
  }
  body {
    -webkit-print-color-adjust: exact;
    zoom: 0.7;
    top: 0 !important;
    left: 0 !important;
  }
  .print-area {
    display: block !important;
    width: 95%;
    margin: 0 auto;
  }
  .print-area__break {
    -webkit-column-break-before: page;
       -moz-column-break-before: page;
            break-before: page;
    margin-top: 40px;
  }
  .print-area--mt {
    margin-top: 30px;
  }
  .print-area .sp_hidden {
    display: block !important;
  }
  .print-area br.sp-only {
    display: none;
  }
  .print-area .print-only {
    display: block;
  }
  .print-area .display-only {
    display: none;
  }
  .print-area h2 {
    border-bottom: 1px solid #848484 !important;
  }
  .print-head,
  .sp_hidden {
    display: block !important;
  }
  .pc_hidden {
    display: none !important;
  }
  .print-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px;
    gap: 30px;
  }
  .print-logo {
    width: 300px;
  }
  .print-logo img {
    width: 100%;
  }
  .print-info p {
    margin-bottom: 0;
    line-height: 1;
    font-size: 20px;
  }
  .print-qr {
    width: 10%;
    padding: 10px 10px 4px;
    background: #eee;
  }
  .print-qr img {
    width: 100%;
  }
  .minimum-charge-table .annotation {
    display: inline-block !important;
  }
  .minimum-charge-table.half {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .minimum-charge-table.half .table-box:first-child {
    margin-right: 40px !important;
  }
  .qr_text {
    font-size: 10px;
    margin: 4px 0 0;
    line-height: 1;
  }
  .print_under-line {
    text-decoration: underline;
  }
}
.article &gt; .subtitle &gt; h2,
.article .subtitle &gt; h2,
h2.subtitle {
  font-size: 2.8rem;
  margin: 80px 0 30px 0;
  padding: 0 0 7px;
  border-width: 0 0 1px 0;
  border-color: #848484;
  border-style: solid;
  background: #fff;
  color: #333;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .article &gt; .subtitle &gt; h2,
  .article .subtitle &gt; h2,
  h2.subtitle {
    font-size: 2.4rem;
    margin: 50px 0 20px 0;
  }
}

.article:first-child &gt; .subtitle &gt; h2,
.article:first-child h2.subtitle {
  margin-top: 30px;
}

.article .subtitle {
  margin-top: 80px;
}

.article h3,
h3 {
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .article h3,
  h3 {
    font-size: 2rem;
  }
}

.content h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 50px 0 5px;
}
.content h2.subtitle + h3 {
  margin-top: 30px;
}

h2.green {
  font-size: 3.6rem;
  color: #239192;
}
@media (min-width: 768px) and (max-width: 991px) {
  h2.green {
    font-size: 2.4rem;
    color: #239192;
  }
}
@media (max-width: 767px) {
  h2.green {
    font-size: 2.2rem;
    text-align: center;
  }
}

h2.sub_title {
  font-size: 2.4rem;
}

div.well.subtitle {
  padding: 0;
  border: none;
  border-bottom: 1px solid #2fc3c3;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 10px;
}
div.well.subtitle h2 {
  margin: 15px 0 0 0;
  font-weight: bold;
  font-size: 2rem;
  color: #2fc3c3;
  background-color: none;
}

.paypal-p h2 {
  border-bottom: 3px solid #ccc;
  padding: 0 10px 8px;
}

.plan-title h3 {
  position: relative;
  background: rgba(45, 178, 181, 0.2);
  padding: 2px 5px 2px 25px;
  font-size: 20px;
  border-radius: 0 10px 10px 0;
  margin-left: calc(1.3em - 3px);
}
@media (max-width: 767px) {
  .plan-title h3 {
    font-size: 16px;
  }
}
.plan-title h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  padding: 0em;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.3em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: solid 3px #fff;
  border-radius: 50%;
}
.plan-title h3.stand::before {
  background: #2db2b5 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.37 64.44" width="48" height="60"&gt;&lt;path d="M39.82,14.57c-1.57,0-2.83-1.27-2.83-2.83V0H2.83C1.27,0,0,1.27,0,2.83V61.6c0,1.57,1.27,2.83,2.83,2.83H48.54c1.57,0,2.83-1.27,2.83-2.83V14.57h-11.55Z" fill="%23fff"/&gt;&lt;polygon points="51.37 11.96 39.41 11.96 39.41 0 51.37 11.96" fill="%23fff"/&gt;&lt;/svg&gt;') no-repeat;
  background-position: right -15px top 12px;
  background-size: 15px;
  background-position: 55% 50%;
}
.plan-title h3.medical::before {
  background: #2db2b5 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 87.71 87.47" width="70" height="61"&gt;&lt;rect x="65.57" y="4.17" width="15.97" height="19.96" transform="translate(31.55 -47.87) rotate(45)" fill="%23fff"/&gt;&lt;polygon points="72.33 39.48 48.23 15.38 54.58 14.03 73.6 33.05 72.33 39.48" fill="%23fff"/&gt;&lt;rect x="67.51" y="6.15" width="22.74" height="5.34" rx="2.66" ry="2.66" transform="translate(29.34 -53.19) rotate(45)" fill="%23fff"/&gt;&lt;polygon points="14.96 68.73 0 87.47 19.87 73.73 14.96 68.73" fill="%23fff"/&gt;&lt;path d="M65.1,37.52l-14.91-14.91c-1.11-1.11-2.9-1.11-4.01,0l-27.33,26.81c-5.37,5.37-5.37,14.07,0,19.44h0c5.37,5.37,14.07,5.37,19.44,0l26.81-27.33c1.11-1.11,1.11-2.9,0-4.01ZM30.1,58.84l-7.58-7.58,1.82-1.82,7.58,7.58-1.82,1.82Zm7.84-7.84l-7.58-7.58,1.82-1.82,7.58,7.58-1.82,1.82Zm23.19-9.08l-10.1,10.37-14.67-14.67,3.39-3.35,7.46,7.46,1.82-1.82-7.45-7.45,5.13-5.06c.84-.85,2.21-.85,3.06,0l11.37,11.45c.84,.85,.84,2.23,0,3.08Z" fill="%23fff"/&gt;&lt;/svg&gt;') no-repeat;
  background-size: 23px;
  background-position: 55% 50%;
}
.plan-title h3.english::before {
  background: #2db2b5 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.64 107.87" width="38" height="78"&gt;&lt;path d="M40.03,14.04c-1.57,0-2.85-1.22-2.85-2.73V0H2.85C1.28,0,0,1.22,0,2.73V59.37c0,1.51,1.28,2.73,2.85,2.73H48.79c1.57,0,2.85-1.22,2.85-2.73V14.04h-11.61Z" fill="%23fff"/&gt;&lt;polygon points="51.64 11.53 40.11 11.53 40.11 0 51.64 11.53" fill="%23fff"/&gt;&lt;path d="M22.05,95.79H7.73v-27.15h13.72v2.49H10.68v9.19h10.12v2.46H10.68v10.51h11.37v2.49Z" fill="%23fff"/&gt;&lt;path d="M44.14,95.79h-2.96l-8.66-14.29c-1.82-3.03-3.56-6.06-4.88-9.05l-.14,.04c.25,3.46,.29,6.63,.29,11.33v11.97h-2.78v-27.15h3.1l8.76,14.29c1.92,3.24,3.49,6.06,4.74,8.87l.07-.04c-.29-3.78-.36-7.02-.36-11.29v-11.83h2.81v27.15Z" fill="%23fff"/&gt;&lt;/svg&gt;') no-repeat;
  background-size: 13px;
  background-position: 50% 70%;
}
.plan-title h3.record::before {
  background: #2db2b5 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 73.32 70.82" width="52" height="50"&gt;&lt;rect x="33.43" y="32.58" width="6.46" height="9.69" fill="%23fff"/&gt;&lt;g&gt;&lt;path d="M29.1,30.28c0-1.57,1.27-2.83,2.83-2.83h9.45c1.57,0,2.83,1.27,2.83,2.83v4.36h29.1V17.51c0-1.57-1.27-2.83-2.83-2.83H2.83c-1.57,0-2.83,1.27-2.83,2.83v17.13H29.1v-4.36Z" fill="%23fff"/&gt;&lt;path d="M44.22,44.43c0,1.57-1.27,2.83-2.83,2.83h-9.45c-1.57,0-2.83-1.27-2.83-2.83v-4.8H0v28.36c0,1.57,1.27,2.83,2.83,2.83H70.48c1.57,0,2.83-1.27,2.83-2.83v-28.36h-29.1v4.8Z" fill="%23fff"/&gt;&lt;/g&gt;&lt;polygon points="46.19 9.87 51.34 9.87 45.18 0 27.57 0 21.39 9.87 26.54 9.87 30.11 4.18 42.62 4.18 46.19 9.87" fill="%23fff"/&gt;&lt;/svg&gt;') no-repeat;
  background-size: 18px;
  background-position: 50% 50%;
}
.plan-title h3.unconnect {
  background: rgba(92, 121, 197, 0.2);
}
.plan-title h3.unconnect::before {
  background: #5C79C5 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 94.36 92.36" width="66" height="65"&gt;&lt;polygon fill="%23fff" points="72.06 15.62 56.44 15.62 56.44 0 72.06 15.62"/&gt;&lt;path fill="%23fff" d="M91.52,65.5h-29.01c-1.57,0-2.83,1.27-2.83,2.83v21.19c0,1.57,1.27,2.83,2.83,2.83h29.01c1.57,0,2.83-1.27,2.83-2.83v-21.19c0-1.57-1.27-2.83-2.83-2.83Zm-12.96,13.8v4.82c0,.85-.69,1.53-1.53,1.53h-.02c-.85,0-1.53-.69-1.53-1.53v-4.82c-1.34-.59-2.28-1.93-2.28-3.49,0-2.11,1.71-3.82,3.82-3.82s3.82,1.71,3.82,3.82c0,1.56-.94,2.89-2.28,3.49Z"/&gt;&lt;path fill="%23fff" d="M70.78,56.93c0-3.29,2.67-5.96,5.96-5.96h.56c3.29,0,5.96,2.67,5.96,5.96v6.7h3.94v-7.29c0-5.37-4.35-9.72-9.72-9.72h-.91c-5.37,0-9.72,4.35-9.72,9.72v7.29h3.94v-6.7Z"/&gt;&lt;path fill="%23fff" d="M60.74,63.63h4.17v-6.81c0-5.23,2.89-9.78,7.15-12.15V19.02h-15.08c-2.04,0-3.7-1.66-3.7-3.7V0H3.7C1.66,0,0,1.66,0,3.7V80.41c0,2.04,1.66,3.7,3.7,3.7H57.9v-17.65c0-1.57,1.27-2.83,2.83-2.83Z"/&gt;&lt;/svg&gt;') no-repeat;
  background-size: 18px;
  background-position: 60% 55%;
}
.plan-title h3.dispatch {
  background: rgba(148, 125, 32, 0.2);
}
.plan-title h3.dispatch::before {
  background: #947d20 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 99.82 85.33" width="70" height="60"&gt;&lt;path fill="%23fff" d="M96.8,56.69h-30.92c-1.67,0-3.02,1.35-3.02,3.02v22.59c0,1.67,1.35,3.02,3.02,3.02h30.92c1.67,0,3.02-1.35,3.02-3.02v-22.59c0-1.67-1.35-3.02-3.02-3.02Zm-13.82,14.71v5.14c0,.9-.73,1.63-1.63,1.63h-.02c-.9,0-1.63-.73-1.63-1.63v-5.14c-1.43-.63-2.43-2.06-2.43-3.72,0-2.25,1.82-4.07,4.07-4.07s4.07,1.82,4.07,4.07c0,1.66-1,3.08-2.43,3.72Z"/&gt;&lt;path fill="%23fff" d="M74.69,47.56c0-3.51,2.84-6.35,6.35-6.35h.59c3.51,0,6.35,2.84,6.35,6.35v7.14h4.2v-7.77c0-5.72-4.64-10.36-10.36-10.36h-.97c-5.72,0-10.36,4.64-10.36,10.36v7.77h4.2v-7.14Z"/&gt;&lt;rect x="28.18" y="72.89" width="26.2" height="6.83" fill="%23fff"/&gt;&lt;rect x="35.45" y="61.66" width="11.67" height="14.64" fill="%23fff"/&gt;&lt;path fill="%23fff" d="M82.63,43.09c-.38-.1-.78-.17-1.19-.17-2.61,0-4.72,2.11-4.72,4.72v7.06h5.91v-11.61Z"/&gt;&lt;path fill="%23fff" d="M74.19,0H8.5C3.81,0,0,3.81,0,8.5V56.24c0,4.7,3.81,8.5,8.5,8.5H60.42v-7.72c0-1.57,1.27-2.83,2.83-2.83h4.17v-4.42H7.71V8.16H75.06v26.82c1.89-.96,4.02-1.51,6.28-1.51h0c.46,0,.91,.03,1.35,.07V8.5c0-4.7-3.81-8.5-8.5-8.5ZM41.42,55.09c1.35,0,2.44,1.09,2.44,2.44s-1.09,2.44-2.44,2.44-2.44-1.09-2.44-2.44,1.09-2.44,2.44-2.44Z"/&gt;&lt;/svg&gt;') no-repeat;
  background-size: 21px;
  background-position: 60% 60%;
}

h3.about_bold_h,
.about_bold_h {
  font-size: 20px;
  font-weight: bold;
  color: #494949;
}
@media (max-width: 767px) {
  h3.about_bold_h,
  .about_bold_h {
    font-size: 18px;
  }
}

.pl0 {
  padding-left: 0;
}

.page-id-16916 .sp-adjust {
  padding-right: 0;
}

.design-h2 {
  font-size: 3.2rem;
  margin: 10px auto auto;
  letter-spacing: 4px;
  color: #4ABCBC;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .design-h2 {
    font-size: 26px;
    margin: 3px auto 5px;
  }
}
@media (max-width: 767px) {
  .design-h2 {
    font-size: 2.8rem;
  }
}

h2.title_media,
h3.title_media {
  font-size: 2.5rem;
}

.an_linke {
  font-size: 1.6rem;
  font-weight: bold;
  height: 4.8rem;
  margin-top: 10px !important;
  margin-bottom: 20px;
}

.page-id-461 .an_linke {
  font-size: 1.8rem;
}

.carousel_head .title {
  margin-top: 15px;
  letter-spacing: 1px;
  font-size: 1.8rem;
  font-weight: bold;
}

.title-bold {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.72;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .title-bold {
    font-size: 18px;
    line-height: 1.66666667;
  }
}

.title-box {
  display: inline-block;
  margin-bottom: 2px;
  background: #63b8c3;
  color: #fff;
  padding: 2px 10px;
  font-size: 18px;
  letter-spacing: 1.4px;
}

.util-title {
  margin-top: 0;
  padding: 10px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
}
@media (max-width: 767px) {
  .util-title {
    margin: 0 0 20px;
    font-size: 1.6rem;
    font-weight: bold;
  }
}

.page-id-155 h3 {
  font-size: 1.12em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.page-id-155 h4 {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 16px;
}

h4.style-none {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.annotation-head {
  margin-bottom: 0;
}
.annotation-head sup {
  font-size: 0.5em;
  top: auto;
  bottom: 0;
}

.annotation-text {
  text-align: center;
  font-size: 0.8em;
}

.header-top {
  margin-bottom: 6px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top {
    margin-bottom: 5px;
  }
}
.header-top .header-widget {
  line-height: 1.5;
}

.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-bottom {
    margin-bottom: 20px;
  }
}

.header-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 5px 2px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-logo {
    padding: 0 5px 5px 0;
  }
}

.header-contact {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 0 20px;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-contact {
    padding: 0 5px;
  }
}
.header-contact .phone-number {
  font-size: 25px;
  font-weight: bold;
  color: #4ab4b4;
  margin-bottom: 4px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-contact .phone-number {
    font-size: 20px;
    margin-bottom: 2px;
  }
}
.header-contact .phone-number .fa {
  margin-right: 2px;
  -webkit-transform: rotate(109deg);
      -ms-transform: rotate(109deg);
          transform: rotate(109deg);
  font-size: 0.6em;
  top: -5px;
  position: relative;
}
.header-contact .business-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-contact .business-hours {
    font-size: 11px;
    margin-bottom: 2px;
  }
}
.header-contact .business-hours div:first-child {
  margin-right: 15px;
}
.header-contact a.txt-link {
  font-size: 16px;
  margin-bottom: 0;
  margin-left: 2px;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-contact a.txt-link {
    font-size: 12px;
  }
}
.header-contact a.txt-link .fa {
  margin-right: 3px;
}

.header-secure {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 0 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-secure {
    padding: 0 20px 0 10px;
  }
}
.header-secure a {
  display: block;
  text-align: center;
  margin-right: 16px;
}
.header-secure a:last-of-type {
  margin-right: 0;
}
.header-secure a img {
  max-height: 64px;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-secure a img {
    max-height: 38px;
  }
}

.header-right {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  min-width: 242px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-right {
    min-width: 230px;
  }
}

.header-link {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.header-link &gt; li {
  float: left;
  margin-right: 8px;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-link &gt; li {
    margin-bottom: 5px;
  }
}
.header-link &gt; li a {
  font-size: 1.4rem;
  color: #249192;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: -0.6px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-link &gt; li a {
    font-size: 1.3rem;
  }
}
.header-link &gt; li a:hover {
  text-decoration: underline;
}
.header-link &gt; li:nth-child(-n+3) {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #888;
}
.header-link &gt; li:last-child {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}

.g_navi {
  margin: 0 auto;
}
.g_navi .nav {
  width: 100%;
}
.g_navi .nav &gt; li {
  width: 25%;
  border-left: 1px solid #5fbec0;
  text-align: center;
}
.g_navi .nav &gt; li:last-child {
  border-left: 1px solid #5fbec0;
  border-right: 1px solid #5fbec0;
}
.g_navi .nav &gt; li a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.g_navi .nav &gt; li a:hover {
  background: #f1f1f1;
}
.g_navi.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  margin-top: 0;
  -webkit-box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #ccc !important;
  border-radius: 0;
}

.navbar-inner {
  background: #01a5a4 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .g_navi.navbar .nav &gt; li a {
    padding: 10px 5px;
    font-size: 14px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  #header-secure .security-privacymark {
    margin-left: 10px;
  }
  #header-contact {
    width: 190px !important;
    margin-top: 10px !important;
  }
  header#header #header-logo {
    width: 41.6666666667% !important;
  }
  #header-secure {
    width: 58.3333333333% !important;
  }
  .header-left-content {
    float: left;
    overflow: hidden;
    width: 65%;
  }
  .header-right-content {
    float: right;
    overflow: hidden;
    width: 35%;
  }
  #header-contact {
    width: 190px !important;
    margin-top: 10px !important;
  }
  #header-contact img {
    width: initial;
  }
  header#header #header-logo {
    width: 41.6666666667% !important;
  }
  #header-secure {
    width: 58.3333333333% !important;
  }
}
.navbar {
  min-height: 0;
  border: none !important;
}
.navbar .nav &gt; li &gt; a {
  text-shadow: none;
  color: #fff;
}

@media (min-width: 768px) {
  .searchform {
    margin-top: 5px;
  }
  .searchform.searchform-footer {
    margin: 40px auto;
    max-width: 450px;
  }
  .searchform input {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 1px solid #DCDCDC !important;
    border-radius: 5px !important;
    background: #DCDCDC;
    color: #333 !important;
    font-size: 15px;
    padding: 8px 10px;
    height: 35px;
  }
  .searchform .search-btn {
    background: none !important;
    border: none !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #ADADAD !important;
    -webkit-transition: none !important;
    transition: none !important;
    top: 4px;
    right: 0;
    position: absolute;
  }
  .searchform .search-btn i {
    font-size: 16px;
  }
  .searchform form {
    margin-bottom: 0;
  }
  .searchform input:focus {
    background: #fff !important;
  }
  .search-area {
    display: block !important;
  }
  a.txt-link {
    color: #249193 !important;
    text-decoration: none !important;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
  }
  a.txt-link:hover {
    color: #2db2b5 !important;
    text-decoration: underline !important;
  }
}
@media (max-width: 767px) {
  .searchform input {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 1px solid #DCDCDC !important;
    border-radius: 5px !important;
    background: #DCDCDC;
    color: #333 !important;
    height: 43px;
    font-size: 16px;
  }
  .search-area {
    display: block !important;
  }
  .searchform .search-btn {
    background: none !important;
    border: none !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #ADADAD !important;
    -webkit-transition: none !important;
    transition: none !important;
    top: 8px;
    right: 0;
    position: absolute;
  }
  .searchform .search-btn i {
    font-size: 18px;
  }
  .searchform input:focus {
    background: #fff !important;
  }
  .sp-tel-area {
    margin: 25px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
  }
  .sp-tel-area .phone-number {
    font-size: 24px;
    font-weight: bold;
    color: #4ab4b4;
    margin-bottom: 4px;
  }
  .sp-tel-area .phone-number a {
    text-decoration: none;
  }
  .sp-tel-area .phone-number .fa {
    margin-right: 2px;
    -webkit-transform: rotate(109deg);
        -ms-transform: rotate(109deg);
            transform: rotate(109deg);
    font-size: 0.6em;
    top: -5px;
    position: relative;
  }
  .sp-tel-area .business-hours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 8px;
  }
  .sp-tel-area .business-hours div:first-child {
    margin-right: 15px;
  }
  .sp-tel-area a.txt-link {
    font-size: 16px;
    line-height: 1;
  }
  .sp-tel-area a.txt-link .fa {
    margin-right: 3px;
  }
  header #area_menu {
    width: 100%;
    background: #fff;
    z-index: 9999;
  }
  header #wrap_header_area {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
  header #wrap_header {
    position: relative;
    z-index: 100;
  }
  header #btn_menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    padding: 5px;
    text-align: center;
    line-height: 0.8;
    color: #49bdbc;
    background: #dcf1f2;
    border: none;
    display: inline-block;
    text-decoration: none;
  }
  header #btn_menu i {
    margin-top: 3px;
    font-size: 2.3rem;
  }
  header #btn_menu small {
    font-size: 0.8rem;
    white-space: nowrap;
  }
  header #wrap_header_logo {
    margin: 0;
    padding: 7px;
    text-align: center;
    background: #fff;
    height: 55px;
  }
  header #wrap_header_logo h1 {
    line-height: 1;
    margin: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  header #wrap_header_logo &gt; * {
    font-size: 36px;
    line-height: 1;
    margin: 0;
  }
}
@media (max-width: 767px) {
  header #wrap_header_logo img {
    width: 80px;
  }
  header #wrap_header_account {
    position: absolute;
    top: 0;
    right: 0;
    display: table;
  }
  header #wrap_header_account a {
    width: 60px;
    height: 55px;
    color: #fff !important;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    background: #3357b8;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    line-height: 1.5;
  }
  header #wrap_header_account a i {
    font-size: 2.3rem;
  }
  header .area_close {
    margin: 25px 25px 0;
  }
  header .area_close button.btn_toggle_close {
    width: 100%;
    padding: 25px;
    font-size: 1.6rem;
    font-weight: bold;
    background: none;
    border: none;
    border-top: 1px solid #999;
  }
  #wrap_toggle {
    z-index: 100;
    position: fixed;
    top: 0;
    padding-top: 75px;
    background: #eee;
    width: calc(100% - 55px);
    left: -100%;
    height: 100%;
    overflow: auto;
    overflow-y: auto;
  }
  .wrap_menu_group {
    margin-bottom: 20px;
  }
  .wrap_menu_group .menu_first ul,
  .wrap_menu_group .menu_second ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .wrap_menu_group .menu_first a {
    color: #666;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .wrap_menu_group .menu_first a.btn-blue {
    background: #3357b8 !important;
  }
  .wrap_menu_group .menu_second a {
    color: #666;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: bold;
    text-decoration: none;
  }
  .wrap_menu_group .menu_first {
    margin: 0 25px 25px;
  }
  .wrap_menu_group .menu_first a {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    display: block;
    text-decoration: none;
  }
  .wrap_menu_group .menu_second {
    margin-bottom: 25px;
  }
  .wrap_menu_group .menu_second li {
    width: 50%;
    height: 60px;
    display: table;
  }
  .wrap_menu_group .menu_second li a {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
  }
  .wrap_menu_group .menu_second li:nth-child(odd) {
    float: left;
    border-top: 1px solid #8d8d8d;
    border-right: 1px solid #8d8d8d;
  }
  .wrap_menu_group .menu_second li:nth-child(even) {
    float: right;
    border-top: 1px solid #8d8d8d;
  }
  .wrap_menu_group .menu_second li:nth-child(7), .wrap_menu_group .menu_second li:nth-child(8) {
    border-bottom: 1px solid #8d8d8d;
  }
  .wrap_menu_group form {
    padding: 0 25px;
  }
  .wrap_menu_group .txt_site_search {
    position: relative;
    width: 100%;
  }
  .wrap_menu_group .txt_site_search:after {
    z-index: 101;
    position: absolute;
    top: 7px;
    right: 15px;
    content: "\f002";
    color: #999;
    font-family: "fontawesome";
    font-size: 1.6rem;
  }
  .wrap_menu_group .txt_site_search input {
    width: 100%;
    padding: 10px 20px;
    border: none;
    background: #DCDCDC;
    border-radius: 10px;
  }
}
.header-widget {
  margin: 10px 0 0 0px !important;
  font-size: 12px;
}

.header-widget-sp .header-widget {
  margin: 0 !important;
  font-size: 16px;
}

.input-group.faq {
  width: 100%;
  margin-bottom: 10px;
}
.input-group.faq input:first-child {
  display: block;
  position: relative;
  border-radius: 5px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .input-group.faq input:first-child {
    width: 89%;
  }
}
@media (max-width: 991px) {
  .input-group.faq input {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 20px 10px;
  }
}
.input-group.faq span {
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .input-group.faq span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: 3px;
  }
}
.input-group.faq span button {
  background: none;
  border: none;
  padding: 10px;
}
@media (max-width: 767px) {
  .input-group.faq span button {
    padding: 10px 20px;
  }
}
.input-group.faq span button i {
  font-size: 1.8rem;
  color: #bbb;
  margin: -10px;
}
.input-group.client {
  margin: 40px auto 0;
  width: 55%;
}
@media (max-width: 991px) {
  .input-group.client {
    width: 100%;
  }
}
.input-group.client input {
  border-radius: 5px 0 0 5px;
  border: 2px solid #4b75b9;
  font-size: 1.6rem;
  padding: 5px 10px;
  height: 40px;
}
.input-group.client button {
  background-color: #4b75b9;
  border: 2px solid #4b75b9;
  border-radius: 0 10px 10px 0;
  color: #fff;
  padding: 5px 15px;
  height: 40px;
  letter-spacing: 4px;
  font-size: 1.6rem;
}
.input-group--green.client input {
  border: 2px solid #01b0b3;
}
.input-group--green.client button {
  background-color: #01b0b3;
  border: 2px solid #01b0b3;
}

#header {
  background: #fff;
  position: relative;
  z-index: 9999;
}

.mega-menu {
  background: #2db2b5;
  border-radius: 0;
  z-index: 9000;
}
.mega-menu__inner {
  width: 970px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .mega-menu__inner {
    width: 750px;
  }
}
.mega-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mega-menu__item {
  width: 25%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  border-left: 1px solid #5dd4d7;
  cursor: default;
}
.mega-menu__item:last-child {
  border-right: 1px solid #5dd4d7;
}
.mega-menu__item:hover {
  background: #fff;
  color: #333;
}

.drop-area {
  position: absolute;
  z-index: 1000;
  top: 46px;
  left: 50%;
  width: calc(100vw - 64px);
  max-width: 1120px;
  -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 0 0 10px 10px;
  text-align: left;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate(-50%, -10px);
      -ms-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.drop-area.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.drop-area.active {
  display: block;
}
.drop-area a:not(.btn-entry) {
  color: #333;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drop-area a:not(.btn-entry):hover {
  color: #2db2b5;
}
.drop-area a:not(.btn-entry) i {
  color: #2db2b5;
  margin-right: 8px;
}
.drop-area a.btn-entry {
  padding: 15px 30px;
  font-size: 18px;
}
.drop-area__bg {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drop-area__bg.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.drop-area__inner {
  position: relative;
  padding: 30px 40px;
}
.drop-area__main {
  width: 220px;
}
.drop-area__links {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.drop-area__links &gt; * + * {
  margin-top: 30px;
}
.drop-area__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 991px) {
  .drop-area__content {
    gap: 20px;
  }
}
.drop-area__box p:not([class]),
.drop-area__box .phone-number-2 {
  color: #333;
  font-weight: 400;
}
.drop-area__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  .drop-area__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .drop-area__col2 &gt; * + * {
    margin-top: 30px;
  }
}
.drop-area__col2 &gt; * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.drop-area__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 24px;
}
@media (max-width: 991px) {
  .drop-area__list {
    gap: 20px;
  }
}
.drop-area__item {
  width: calc((100% - 48px) / 3);
  padding-left: 1.4em;
}
@media (max-width: 991px) {
  .drop-area__item {
    width: calc((100% - 20px) / 2);
  }
}
.drop-area__item a {
  margin-left: -1.4em;
  font-weight: 400;
}
.drop-area__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 32px;
}
.drop-area__btn a {
  width: 100%;
  font-weight: bold;
}
.drop-area__btn + .drop-area__btn {
  margin-top: 16px;
}
.drop-area__sub-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  color: #333;
}
.drop-area__sub-title--type01 {
  border: none;
  padding: 0;
}
.drop-area__btn-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.drop-area__btn-item {
  width: calc((100% - 30px) / 4);
}
@media (max-width: 991px) {
  .drop-area__btn-item {
    width: calc((100% - 10px) / 2);
  }
}
.drop-area__btn-item .btn-square {
  width: 100%;
  max-width: 100%;
  text-align: left;
  padding: 0 10px;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  line-height: 1;
}
.drop-area__btn-item .btn-square:hover {
  opacity: 1 !important;
}
.drop-area__btn-item .btn-square--sm {
  font-size: 15px;
}
.drop-area__btn-item .btn-square svg {
  display: inline-block;
  line-height: 1;
  max-width: 26px;
  max-height: 26px;
  height: 100%;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drop-area__btn-item .btn-square.btn-green-3-invert svg {
  fill: #01a5a4;
}
.drop-area__btn-item .btn-square.btn-green-3-invert:hover, .drop-area__btn-item .btn-square.btn-green-3-invert:focus {
  background: #01a5a4 !important;
  color: #fff !important;
  border: 1px solid #01a5a4 !important;
}
.drop-area__btn-item .btn-square.btn-green-3-invert:hover svg, .drop-area__btn-item .btn-square.btn-green-3-invert:focus svg {
  fill: #fff;
}
.drop-area__btn-item .btn-square.btn-blue-invert svg {
  fill: #5C79C5;
}
.drop-area__btn-item .btn-square.btn-blue-invert:hover, .drop-area__btn-item .btn-square.btn-blue-invert:focus {
  background: #5C79C5 !important;
  color: #fff !important;
  border: 1px solid #5C79C5 !important;
}
.drop-area__btn-item .btn-square.btn-blue-invert:hover svg, .drop-area__btn-item .btn-square.btn-blue-invert:focus svg {
  fill: #fff;
}
.drop-area__btn-item .btn-square.btn-blue2-invert svg {
  fill: #0180A5;
}
.drop-area__btn-item .btn-square.btn-blue2-invert:hover, .drop-area__btn-item .btn-square.btn-blue2-invert:focus {
  background: #0180A5 !important;
  color: #fff !important;
  border: 1px solid #0180A5 !important;
}
.drop-area__btn-item .btn-square.btn-blue2-invert:hover svg, .drop-area__btn-item .btn-square.btn-blue2-invert:focus svg {
  fill: #fff;
}
.drop-area__btn-item .btn-square.btn-gold-invert svg {
  fill: #947d20;
}
.drop-area__btn-item .btn-square.btn-gold-invert:hover, .drop-area__btn-item .btn-square.btn-gold-invert:focus {
  background: #947d20 !important;
  color: #fff !important;
  border: 1px solid #947d20 !important;
}
.drop-area__btn-item .btn-square.btn-gold-invert:hover svg, .drop-area__btn-item .btn-square.btn-gold-invert:focus svg {
  fill: #fff;
}
.drop-area__btn-item .btn-square.btn-yellow-invert svg {
  fill: #9d896c;
}
.drop-area__btn-item .btn-square.btn-yellow-invert:hover, .drop-area__btn-item .btn-square.btn-yellow-invert:focus {
  background: #9d896c !important;
  color: #fff !important;
  border: 1px solid #9d896c !important;
}
.drop-area__btn-item .btn-square.btn-yellow-invert:hover svg, .drop-area__btn-item .btn-square.btn-yellow-invert:focus svg {
  fill: #fff;
}
.drop-area__btn-item--long {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 991px) {
  .drop-area__btn-item--long {
    width: 100%;
  }
}

.footer-secure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.footer-secure a {
  margin: 0 8px;
}
.footer-secure a:hover {
  outline: none;
}
.footer-secure img {
  width: auto;
  max-height: 68px;
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .security-privacymark {
    height: auto !important;
  }
  .footer-info-area .header-right {
    margin-bottom: 10px;
  }
  .footer-navi-area ul li.navi-link {
    margin: 0 78px 10px;
  }
  .footer-info-area .header-left img {
    width: 100%;
  }
}
#footer {
  margin-top: 30px;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
#footer &gt; div.footer-navi {
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 white;
          box-shadow: inset 0 1px 0 white;
}
#footer &gt; div.footer-navi div.navi-header {
  margin-bottom: 19px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 1px 0 white;
          box-shadow: 0 1px 0 white;
}
#footer div.footer-navi a {
  color: #4e4e4e;
}
#footer div.footer-navi .footer-title {
  font-size: 15px;
  font-weight: 500;
  height: 22px;
  line-height: 22.5px;
  margin: 0px;
}
#footer div.footer-navi h5 {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
#footer div.footer-navi ul + h5 {
  margin-top: 35px;
}
#footer div.footer-navi h5 + ul {
  margin-top: 10px;
}
#footer div.footer-navi &gt; div.navi-body ul {
  padding-left: 20px;
  color: #44BEAC;
  list-style-type: none;
}
#footer div.footer-navi &gt; div.navi-body ul &gt; ul {
  padding-left: 10px;
  list-style-type: none;
}

.footer-contact {
  line-height: 1;
}
.footer-contact .phone-number {
  font-size: 30px;
  font-weight: bold;
  color: #4ab4b4;
  line-height: 1.2;
}
.footer-contact .phone-number .fa {
  margin-right: 2px;
  -webkit-transform: rotate(109deg);
      -ms-transform: rotate(109deg);
          transform: rotate(109deg);
  font-size: 0.6em;
  top: -5px;
  position: relative;
}
.footer-contact .business-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 8px;
}
.footer-contact .business-hours div:first-child {
  margin-right: 25px;
}
.footer-contact a.txt-link {
  font-size: 18px;
  margin-bottom: 40px;
  margin-left: 2px;
}
.footer-contact a.txt-link .fa {
  margin-right: 3px;
}

@media (min-width: 768px) {
  #footer-btn-area-01 {
    bottom: 15px;
    right: 15px;
    position: fixed;
    z-index: 9999;
    width: 65px;
    height: auto;
  }
  #footer-btn-area-01 img {
    width: 100%;
  }
  #footer-btn-area-03 {
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: fixed;
    z-index: 9999;
    width: 65px;
  }
  #footer-btn-area-03 a#btn-yellow-02 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    display: block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background: #3357B8;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-align: center;
    line-height: 1.2;
    border-radius: 5px 0 0 5px;
    font-size: 18px;
    letter-spacing: 3px;
    padding: 30px 20px;
    font-weight: bold;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  }
  #footer-btn-area-03 a#btn-yellow-02 i {
    margin-bottom: 10px;
    font-size: 1.4em;
  }
  #footer-btn-area-03 a#btn-yellow-02:hover {
    background: #518bff;
  }
  #footer-btn-area-03 a#btn-blue-02 {
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: -45px;
    -ms-right: -30px;
    z-index: 9999;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  #footer-btn-area-03 a#btn-blue-02:hover {
    right: -25px;
    -ms-right: -5px;
  }
  #footer-btn-area-03 a:hover &gt; img {
    opacity: 1;
  }
  #footer-btn-area-03 a#btn-contact {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    display: block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background: #44BCBD;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-align: center;
    line-height: 1.2;
    border-radius: 5px 0 0 5px;
    font-size: 18px;
    letter-spacing: 3px;
    padding: 30px 20px;
    font-weight: bold;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
  }
  #footer-btn-area-03 a#btn-contact i {
    margin-bottom: 10px;
    font-size: 1.4em;
  }
  #footer-btn-area-03 a#btn-contact:hover {
    background: #80d4d6;
  }
  .footer-info-area .header-left img {
    width: 100%;
  }
  .footer-info-area .logo-area {
    margin-top: 10px;
  }
  .footer-info-area .tel-area {
    margin-top: 15px;
  }
  .footer-bottom ul.list-unstyled {
    font-size: 16px;
    margin-top: 4px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    height: 220px;
    max-width: 520px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom ul.list-unstyled {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .footer-bottom ul.list-unstyled li {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .footer-bottom ul.list-unstyled li a {
    font-weight: normal;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 25px 0 0;
    background: #eee;
  }
  footer .wrap_sns {
    margin: 10px;
    text-align: center;
  }
  footer .wrap_sns .wrap_sns_obj {
    margin: 0 auto;
    display: inline-block;
  }
  footer .wrap_sns .obj_sns {
    margin: 0 3px;
  }
  footer .wrap_sns .obj_sns img {
    width: 45px;
  }
  footer .info_symbol {
    margin: 10px 10px 10px 0;
    text-align: center;
  }
  footer .info_symbol .wrap_info_symbol {
    margin: 0 auto;
    display: table;
  }
  footer .info_symbol .wrap_info_symbol div {
    margin: 0 3px;
  }
  footer .info_symbol .obj_symbol01 {
    width: 80px;
    display: table-cell;
    padding: 0 5px;
    overflow: hidden;
    vertical-align: middle;
  }
  footer .info_symbol .obj_symbol02 {
    width: 60px;
    display: table-cell;
    padding: 0 5px;
    overflow: hidden;
    vertical-align: middle;
  }
  footer .info_symbol .obj_symbol03 {
    display: table-cell;
    padding: 0 5px;
    overflow: hidden;
    vertical-align: middle;
  }
  footer .menu_group {
    background: #3357b8;
    height: 62px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .menu_group a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
  }
  footer .menu_group .fas {
    margin-right: 6px;
  }
}
@media (min-width: 768px) {
  .footer-sns a {
    text-decoration: none !important;
  }
  .footer-sitemap-inline {
    display: inline-block;
  }
  #footer {
    position: relative;
  }
  .well.footer-navi {
    display: none !important;
  }
  .footer-navi-area {
    background: #F5F5F5;
    padding: 50px 0;
    margin-top: -25px;
    font-size: 16px;
  }
  .footer-navi-area a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
  }
  .footer-navi-area table {
    margin: 0 auto;
  }
  .footer-navi-area td {
    padding: 0 48px 10px;
  }
  .footer-info-area {
    font-size: 1.6rem;
  }
  .footer-info-area .header-right {
    margin-top: 13px;
  }
  .footer-info-area .header-link ul li:last-child {
    padding: 0;
    margin: 0;
  }
  .footer-bottom {
    padding: 10px 0;
  }
  .footer-bottom .secure-area ul {
    display: table;
  }
  .footer-bottom .secure-area ul li {
    display: table-cell;
    padding: 0 5px;
    overflow: hidden;
    vertical-align: middle;
  }
  .w900 {
    width: 900px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .footer-navi-area td {
    padding: 0 20px 10px;
  }
}
p.info_sub {
  font-size: 14.5px !important;
  font-size: 1.45rem !important;
}

.price_del_btn {
  font-size: 22px;
  font-weight: bold;
  margin-top: 80px;
  text-decoration: none;
  color: #494949;
}
.price_del_btn:focus {
  text-decoration: none;
}
.price_del_btn h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #494949;
  text-decoration-line: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .price_del_btn h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #494949;
    text-decoration-line: none;
  }
}
@media (max-width: 767px) {
  .price_del_btn h3 {
    margin-top: 20px;
  }
}
.price_del_btn span {
  font-size: 26px;
  font-weight: normal;
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background-color: #4ababc;
}

a.price_del_btn:hover {
  text-decoration: none;
}
a.price_del_btn h3:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.8;
}
a.price_del_btn h3 span {
  position: relative;
}
a.price_del_btn h3 span::before, a.price_del_btn h3 span::after {
  content: "";
  position: absolute;
  bottom: 22%;
  width: 1px;
  height: 16px;
}
a.price_del_btn h3 span::before {
  left: 12.5px;
  -webkit-transform: rotate(-34deg);
      -ms-transform: rotate(-34deg);
          transform: rotate(-34deg);
  border-left: 2px solid #fff;
}
a.price_del_btn h3 span::after {
  right: 12.5px;
  -webkit-transform: rotate(34deg);
      -ms-transform: rotate(34deg);
          transform: rotate(34deg);
  border-right: 2px solid #fff;
}

.stand_head_area {
  background-color: #e9e9e9;
}
.stand_head_area h3 {
  font-size: 1.8rem;
}
.stand_head_area.stand {
  position: relative;
}

@media (max-width: 767px) {
  .stand_img img {
    aspect-ratio: 16/10;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-filter: brightness(0.65);
            filter: brightness(0.65);
  }
  .row.stand_img .col-xs-12.img {
    padding: 0;
  }
}
ul.stand_top_link {
  padding: 0;
}
@media (max-width: 767px) {
  ul.stand_top_link {
    text-align: center;
  }
}
ul.stand_top_link li {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  width: 146px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  color: #2db2b5;
  background-color: #fff;
}
@media (max-width: 767px) {
  ul.stand_top_link li {
    width: 140px;
    margin-right: 0;
    margin-bottom: 7px;
  }
}

a.stand_top_btn {
  display: block;
  width: inherit;
  padding: 10px 0 25px;
  text-decoration: none !important;
  border: 2px solid #2db2b5;
}
a.stand_top_btn:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  background-color: #2db2b5;
}
a.stand_top_btn span:first-child {
  font-size: 16px;
  display: table-cell;
  width: inherit;
  height: 80px;
  vertical-align: middle;
}
a.stand_top_btn span:nth-child(2) {
  font-size: 14px;
  line-height: 1.4;
  display: block;
}
a.stand_top_btn_sm {
  padding: 0;
}
a.stand_top_btn_sm span:first-child {
  font-size: 14px;
}

.performance {
  background: #d4eced;
  margin: 3rem 0 0;
  padding: 3rem 3rem;
}
@media (max-width: 767px) {
  .performance {
    margin-bottom: 2rem;
    padding: 3rem 1rem;
  }
}
.performance_title {
  margin-bottom: 15px;
}
.performance_title span {
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 10px;
  background: #2db2b5;
  margin-right: 20px;
}
.performance_se {
  font-size: 1.6rem;
  color: #000;
}
.performance .fai_text_link {
  margin: 10px 10px 0 -10px;
}

br.service-sp-only {
  display: none;
}

@media (max-width: 767px) {
  .parent-pageid-5 br.service-sp-only,
  .parent-pageid-101 br.service-sp-only {
    display: block;
  }
}
.price-annotation {
  color: #7b7b7b;
  font-size: 85%;
}

.table-responsive {
  border: none;
}

.page-template-page-template-service-v2 .addtoany_shortcode {
  margin-bottom: 0;
}

.page-head {
  position: relative;
  background: #F1F4F4;
}
.page-head__w-inner {
  max-width: 1920px;
  margin: 0 auto;
  height: inherit;
}
.page-head__inner {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .page-head__inner {
    margin-top: 0;
    height: inherit;
    padding: 60px 0;
  }
}
.page-head__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (max-width: 767px) {
  .page-head__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-head__flex p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-head__btn a {
  padding: 15px 30px;
}
.page-head .breadcrumb-box {
  position: relative;
  top: 20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-head .breadcrumb-box {
    display: none;
  }
}
.page-head .breadcrumb-box::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc((100% - 1920px) / 2);
  height: 100%;
  background-color: rgba(254, 255, 255, 0.42);
  content: "";
  z-index: -1;
}
.page-head .breadcrumb-box__inner {
  max-width: 1920px;
  margin: 0 auto;
}
.page-head .breadcrumb {
  background: rgba(254, 255, 255, 0.42);
  border-radius: 0 100px 100px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 1px 15px;
}
.page-head .breadcrumb .divider {
  margin: 0 10px;
  color: #d3d3d3;
}
.page-head .breadcrumb * {
  font-size: 14px;
}
.page-head .breadcrumb br {
  display: none !important;
}
.page-head .container {
  position: relative;
  margin-top: -28px;
}
@media (max-width: 767px) {
  .page-head .container {
    margin-top: 0;
  }
}
.page-head__inner h1 {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 3.6px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .page-head__inner h1 {
    font-size: 26px;
    text-align: center;
    line-height: 1.46;
    letter-spacing: 0;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }
}
.page-head__inner h1 .min-title {
  font-size: 0.7em;
}
.page-head__inner p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 1.24px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-head__inner p {
    font-size: 16px;
    text-align: left;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    margin-top: 10px;
  }
  .page-head__inner p br {
    display: none;
  }
}
.page-head .stand {
  background: url(../img/service/page-head/stand.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 991px) {
  .page-head .stand {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .page-head .stand {
    background: url(../img/service/page-head/stand_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}
.page-head .english {
  background: url(../img/service/page-head/english.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-head .english {
    background: url(../img/service/page-head/english_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}
.page-head .medical {
  background: url(../img/service/page-head/medical.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-head .medical {
    background: url(../img/service/page-head/medical_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}
.page-head .minutes {
  background: url(../img/service/page-head/minutes.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-head .minutes {
    background: url(../img/service/page-head/minutes_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}
.page-head .record {
  background: url(../img/service/page-head/record.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-head .record {
    background: url(../img/service/page-head/record_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}
.page-head .judge {
  background: url(../img/service/page-head/judge.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-head .judge {
    background: url(../img/service/page-head/judge_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}
.page-head .talk {
  background: url(../img/service/page-head/talk.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-head .talk {
    background: url(../img/service/page-head/talk_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}
.page-head .corpus {
  background: url(../img/service/page-head/corpus.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-head .corpus {
    background: url(../img/service/page-head/corpus_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}
.page-head.unconnect {
  background: #F2F4F6;
}
.page-head .unconnect {
  background: url(../img/service/page-head/unconnect.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-head .unconnect {
    background: url(../img/service/page-head/unconnect_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}
.page-head.dispatch {
  background: #F6F5F2;
}
.page-head .dispatch {
  background: url(../img/service/page-head/dispatch.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-head .dispatch {
    background: url(../img/service/page-head/dispatch_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}
.page-head.trans {
  background: #EEF3F4;
}
.page-head .trans {
  background: url(../img/service/page-head/trans.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-head .trans {
    background: url(../img/service/page-head/trans_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}
.page-head.bk_trans {
  background: #EEF3F4;
}
.page-head .bk_trans {
  background: url(../img/service/page-head/trans.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-head .bk_trans {
    background: url(../img/service/page-head/trans_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}
.page-head .telop {
  background: url(../img/service/page-head/telop.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-head .telop {
    background: url(../img/service/page-head/telop_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}
.page-head .data {
  background: url(../img/service/page-head/data.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-head .data {
    background: url(../img/service/page-head/data_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}
.page-head .edit {
  background: url(../img/service/page-head/edit.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-head .edit {
    background: url(../img/service/page-head/edit_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}
.page-head .content-check {
  background: url(../img/service/page-head/content-check.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-head .content-check {
    background: url(../img/service/page-head/content-check_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}
.page-head .proofreading {
  background: url(../img/service/page-head/proofreading.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-head .proofreading {
    background: url(../img/service/page-head/proofreading_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}
.page-head .website {
  background: url(../img/service/page-head/website.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-head .website {
    background: url(../img/service/page-head/website_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}
.page-head .audio {
  background: url(../img/service/page-head/audio.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-head .audio {
    background: url(../img/service/page-head/audio_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}
.page-head.dubbing {
  background: #f6f4f0;
}
.page-head .dubbing {
  background: url(../img/service/page-head/dubbing.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-head .dubbing {
    background: url(../img/service/page-head/dubbing_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
}

.breadcrumb-sp {
  display: none;
  background: #fff;
}
@media (max-width: 767px) {
  .breadcrumb-sp {
    display: block;
  }
}

.head_nav {
  margin: 40px auto 0;
  max-width: 1600px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px 35px;
}
@media (max-width: 767px) {
  .head_nav {
    display: none;
  }
}
.head_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #fff;
  margin: 0;
  padding: 20px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}
.head_nav li {
  padding: 2px 22px;
  margin: 4px 0;
  border-right: 1px solid #d3d3d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .head_nav li {
    width: 100%;
    border: none;
    padding: 2px 0;
  }
}
.head_nav li:last-child {
  border: none;
}
.head_nav a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.head_nav a:hover {
  color: #2db2b5;
}
.head_nav .fas {
  font-size: 14px;
  color: #249193;
  margin-right: 8px;
}
.head_nav--unconnect a:hover {
  color: #5C79C5;
}
.head_nav--unconnect .fas {
  color: #5C79C5;
}
.head_nav--dispatch a:hover {
  color: #947d20;
}
.head_nav--dispatch .fas {
  color: #947d20;
}
.head_nav--trans a:hover {
  color: #0180A5;
}
.head_nav--trans .fas {
  color: #0180A5;
}
.head_nav--dubbing a:hover {
  color: #9d896c;
}
.head_nav--dubbing .fas {
  color: #9d896c;
}

.service-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  position: relative;
  z-index: 10;
  display: none;
}
.service-nav:not(.local-nav) {
  background: #F7F7F7;
  border-bottom: 1px solid #F1F4F4;
}
@media (max-width: 767px) {
  .service-nav {
    display: block;
    border: none;
  }
}
.service-nav ul {
  background: none;
  border-radius: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0;
  padding: 20px;
}
.service-nav li {
  padding: 2px 25px;
  margin: 4px 0;
  border-right: 1px solid #d3d3d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .service-nav li {
    width: 100%;
    border: none;
    padding: 2px 0;
  }
}
.service-nav li:last-child {
  border: none;
}
.service-nav a {
  color: #333;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
.service-nav .fas {
  font-size: 14px;
  color: #2db2b5;
  margin-right: 8px;
}

.floating_menu {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
}
.floating_menu ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  list-style: none;
  background: #F7F7F7;
  position: sticky;
  top: 76px;
  padding: 8px 0;
  border-radius: 8px;
}
.floating_menu a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.floating_menu a:hover {
  background: #D9E7E9;
}
.floating_menu a.toc-highlight {
  background: rgba(217, 231, 233, 0.6);
}
.floating_menu .headline {
  font-weight: bold;
  padding: 10px 20px 10px 20px;
}
.floating_menu .headline-adjust {
  margin-bottom: 30px;
}
.floating_menu .fas {
  font-size: 14px;
  color: #249193;
  margin-right: 8px;
}
.floating_menu-trigger {
  position: relative;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .floating_menu-trigger {
    margin-top: 50px;
  }
}
.floating_menu--unconnect a:hover {
  background: rgba(92, 121, 197, 0.2);
}
.floating_menu--unconnect a.toc-highlight {
  background: rgba(92, 121, 197, 0.1);
}
.floating_menu--unconnect .fas {
  color: #5C79C5;
}
.floating_menu--dispatch a:hover {
  background: rgba(148, 125, 32, 0.2);
}
.floating_menu--dispatch a.toc-highlight {
  background: rgba(148, 125, 32, 0.1);
}
.floating_menu--dispatch .fas {
  color: #947d20;
}
.floating_menu--trans a:hover {
  background: rgba(1, 128, 165, 0.2);
}
.floating_menu--trans a.toc-highlight {
  background: rgba(1, 128, 165, 0.1);
}
.floating_menu--trans .fas {
  color: #0180A5;
}
.floating_menu--dubbing a:hover {
  background: rgba(157, 137, 108, 0.2);
}
.floating_menu--dubbing a.toc-highlight {
  background: rgba(157, 137, 108, 0.1);
}
.floating_menu--dubbing .fas {
  color: #9d896c;
}
.floating_menu--bk_trans a:hover {
  background: rgba(1, 128, 165, 0.2);
}
.floating_menu--bk_trans a.toc-highlight {
  background: rgba(1, 128, 165, 0.1);
}
.floating_menu--bk_trans .fas {
  color: #0180A5;
}

.service-lead {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.61;
}

.service-lead-box {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .service-lead-box {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.service-lead-box__icon {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .service-lead-box__icon {
    width: 100%;
    margin-top: 0;
  }
}
.service-lead-box__icon svg {
  height: auto;
}
.service-lead-box__icon .icon-main {
  fill: #2db2b5;
  width: 43px;
}
.service-lead-box__icon .icon-main--unconnect {
  fill: #5C79C5;
}
.service-lead-box__icon .icon-main--dispatch {
  fill: #947d20;
}
.service-lead-box__icon .icon-main--trans {
  fill: #0180A5;
}
.service-lead-box__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service-lead-box__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6153846154;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .service-lead-box__title {
    font-size: 20px;
  }
}
.service-lead-box__text {
  line-height: 1.875;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .service-lead-box__text {
    margin-top: 20px;
  }
}

.new-performance {
  position: relative;
  border: 1px solid #249193;
  border-radius: 5px;
  background: rgba(45, 178, 181, 0.01);
}
.new-performance__label {
  background: #249193;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 12px;
  line-height: 1;
  letter-spacing: 2.16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -15px;
  left: -15px;
  margin-bottom: 0;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .new-performance__label {
    left: -12px;
  }
}
.new-performance__inner {
  padding: 40px 30px 20px;
}
@media (max-width: 767px) {
  .new-performance__inner {
    padding: 30px 20px 20px;
  }
}
.new-performance__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .new-performance__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .new-performance__links a {
    margin: 0;
  }
}
.new-performance--unconnect {
  border-color: #5C79C5;
  background: rgba(92, 121, 197, 0.01);
}
.new-performance--unconnect .new-performance__label {
  background: #5C79C5;
}
.new-performance--unconnect .new-performance__links a {
  color: #5C79C5;
}
.new-performance--dispatch {
  border-color: #947d20;
  background: rgba(148, 125, 32, 0.01);
}
.new-performance--dispatch .new-performance__label {
  background: #947d20;
}
.new-performance--dispatch .new-performance__links a {
  color: #947d20;
}
.new-performance--trans {
  border-color: #0180A5;
  background: rgba(1, 128, 165, 0.006);
}
.new-performance--trans .new-performance__label {
  background: #0180A5;
}
.new-performance--trans .new-performance__links a {
  color: #0180A5;
}

a.mypage_btn {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.9;
  display: block;
  margin-bottom: 15px;
  padding: 30px 30px 30px 106px;
  text-align: left;
  text-decoration: none;
  color: #fff;
  border-radius: 15px;
  background-color: #3357b8;
  background-image: url(../img/mypage_btn.png);
  background-repeat: no-repeat;
  background-position: 40px 26px;
  -webkit-box-shadow: 0 5px 0 1px #ccc;
          box-shadow: 0 5px 0 1px #ccc;
}
@media (max-width: 767px) {
  a.mypage_btn {
    padding: 30px 0;
    text-align: center;
    background-position: calc(50% - 80px) 26px;
  }
}
a.mypage_btn span {
  font-size: 15px;
}
a.mypage_btn:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767px) {
  a.mypage_btn div {
    display: inline-block;
    margin-left: 50px;
    text-align: left;
  }
}

.action-section {
  padding-top: 30px;
}
.action-section h5 {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .action-section .panel-body .menu .fa-ul &gt; * + * {
    margin-top: 4px;
  }
}

.grant-inner {
  margin: 0 30px 50px;
}

.grant-inner2 {
  margin: 0 0 50px;
}
.grant-inner2 h3 {
  margin-top: 40px;
}

.subtitle + .grant-inner {
  margin-top: 40px;
}
.subtitle + .grant-inner h3 {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .grant-inner {
    margin-right: 0;
    margin-left: 0;
  }
}
.grant-documents ul {
  padding-left: 0.5em;
  list-style: none;
}
.grant-documents li {
  padding-left: 1em;
  text-indent: -0.7em;
}
.grant-documents li:before {
  margin-right: 0.5em;
  content: "•";
  color: #7a6d90;
}

.box {
  padding: 0 15px;
}

.box-wrap + .box-wrap {
  margin-top: 30px;
}

.security-marks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.security-marks__img {
  width: 20%;
  min-width: 114px;
  text-align: center;
}
@media (max-width: 767px) {
  .security-marks__img {
    width: 100%;
  }
}
.security-marks__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.grant-faq dt {
  font-weight: normal;
  position: relative;
  margin-top: 2.5em;
  margin-bottom: 2em;
  padding: 0 2em 0 7em;
}
@media (max-width: 767px) {
  .grant-faq dt {
    margin-bottom: 1.8em;
    padding: 0 0 0 3.2em;
  }
}
.grant-faq dt:before {
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  top: -16px;
  left: 34px;
  content: "Q";
  color: #c8c8c8;
}
@media (max-width: 767px) {
  .grant-faq dt:before {
    font-size: 28px;
    top: -10px;
    left: 15px;
  }
}
.grant-faq dd {
  position: relative;
  padding: 0 3em 2.5em 7em;
}
@media (max-width: 767px) {
  .grant-faq dd {
    padding: 0 0 2.5em 3.2em;
  }
}
.grant-faq dd:before {
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  top: -14px;
  left: 36px;
  content: "A";
  color: #5d4c7a;
}
@media (max-width: 767px) {
  .grant-faq dd:before {
    font-size: 28px;
    top: -10px;
    left: 15px;
  }
}

.faqs dt {
  font-weight: normal;
  position: relative;
  margin: 10px 0 0;
  padding: 20px 4em 20px 7em;
  background: #F5F5F5;
  cursor: pointer;
}
.faqs dt:hover {
  opacity: 0.7;
}
.faqs dt i {
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .faqs dt i {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .faqs dt {
    margin-bottom: 0.9em;
    padding: 10px 30px 10px 3.2em;
  }
}
.faqs dt:before {
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: 34px;
  content: "Q";
  color: #c8c8c8;
}
@media (max-width: 767px) {
  .faqs dt:before {
    font-size: 28px;
    top: 10px;
    left: 15px;
  }
}
.faqs dd {
  position: relative;
  margin: 20px 0;
  padding: 0 3em 2.5em 7em;
}
@media (max-width: 767px) {
  .faqs dd {
    padding: 0 0 2.5em 3.2em;
  }
}
.faqs dd:before {
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  top: -12px;
  left: 36px;
  content: "A";
  color: #5d4c7a;
}
@media (max-width: 767px) {
  .faqs dd:before {
    font-size: 28px;
    top: -10px;
    left: 15px;
  }
}

.grant-voice .box-outer {
  height: 100%;
  padding-bottom: 30px;
}
.grant-voice .box {
  height: 100%;
  padding: 30px 35px;
  border: 1px solid #d9d9d9;
}
.grant-voice .box * {
  text-align: left;
}
.grant-voice h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}
.grant-voice h3 + p {
  text-align: center;
}
.grant-voice h3 + p {
  text-align: center;
}
@media (max-width: 767px) {
  .grant-voice.grant-voice--custom .box {
    padding: 10px 15px;
  }
}
.grant-voice.grant-voice--custom .box * {
  text-align: left;
}
@media (max-width: 767px) {
  .grant-voice.grant-voice--custom .box {
    padding: 10px 15px;
  }
}
.grant-voice.grant-voice--custom .box * {
  text-align: left;
}
.grant-voice__link {
  text-align: center;
}

.row.about_content_img_text ul.fw_normal li {
  font-weight: normal;
}

@media (min-width: 768px) and (max-width: 991px) {
  .media_image_text div.row {
    margin-bottom: 30px;
  }
}
.photo_link_area a {
  text-decoration: none;
}
.photo_link_area p.bold_glay_text {
  color: #494949;
}
@media (max-width: 767px) {
  .photo_link_area p.bold_glay_text {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .photo_link_area p {
    text-align: left;
  }
}

.photo_text_link {
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #494949;
}
.photo_text_link:hover {
  opacity: 0.8;
  color: #2fb1b4;
}
.photo_text_link img {
  width: 100%;
  margin-bottom: 10px;
}
.photo_text_link h3,
.photo_text_link .sub-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .photo_text_link h3,
  .photo_text_link .sub-title {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .photo_link_area {
    height: 310px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .photo_link_area {
    margin-top: 60px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .photo_link_area div.col-sm-4.col-xs-12 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .row.about_content_img_text,
  .media_image_text {
    text-align: center;
  }
  .row.about_content_img_text p,
  .media_image_text p {
    text-align: left;
  }
  .row.about_content_img_text img,
  .media_image_text img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-id-13224 .row.about_content_img_text img {
    width: 100%;
  }
}

.box-bg-grey {
  margin: 10px 0 15px;
  padding: 28px 30px;
  background: #F5F5F5;
}
.box-bg-grey h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 8px;
}
.box-bg-grey h4:first-child {
  margin-top: 0;
}
.box-bg-grey h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 18px 0 1px;
}
.box-bg-grey p:last-child {
  margin-bottom: 0;
}

.box-bg-grey-sm {
  margin: 10px 0;
  padding: 10px 18px;
}

.box-checked {
  height: 100%;
  margin: 0;
}
.box-checked::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 24px;
  display: block;
  margin-bottom: 8px;
  content: "\f00c";
  color: #239192;
}
.box-checked h4 {
  margin-top: 0 !important;
}
.box-checked p {
  margin-bottom: 0 !important;
}
.box-checked ul {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.box-checked-wrap &gt; [class*=col-] {
  margin-bottom: 20px;
}

.corpus_ex01 {
  max-width: 840px;
  margin: 0 auto 30px;
  padding: 40px 60px;
}
@media (max-width: 767px) {
  .corpus_ex01 {
    padding: 20px;
  }
  .corpus_ex01 h3 {
    margin-top: 0;
  }
}

.corpus_ex02 {
  border-left: 7px solid #aaa;
  padding-left: 20px;
  margin: 20px 0;
}

.content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-box__text-box {
  position: absolute;
  z-index: 2;
  width: 70%;
  max-width: 646px;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .content-box__text-box {
    width: 100%;
    position: relative;
  }
}
.content-box__text-wrap {
  background: #fff;
  padding: 30px 40px 30px 0;
}
@media (max-width: 767px) {
  .content-box__text-wrap {
    padding: 0;
    margin-top: 1em;
  }
}
.content-box__text-wrap p {
  margin: 0 !important;
}
.content-box__text {
  line-height: 1.72;
}
.content-box__text span {
  font-weight: bold;
}
.content-box__img-box {
  width: 60%;
  max-width: 560px;
  position: relative;
  z-index: 1;
  margin-top: 200px;
}
@media (max-width: 767px) {
  .content-box__img-box {
    width: 100%;
    margin-top: 15px;
  }
}
.content-box__img-box img {
  width: 100%;
}
.content-box--down .content-box__text-box {
  position: relative;
  margin: 200px auto 0 0;
}
@media (max-width: 767px) {
  .content-box--down .content-box__text-box {
    margin-top: 0;
  }
}
.content-box--down .content-box__text-wrap {
  padding: 30px 40px 0 0;
}
@media (max-width: 767px) {
  .content-box--down .content-box__text-wrap {
    padding: 0;
  }
}
.content-box--down .content-box__img-box {
  margin-top: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .content-box--down .content-box__img-box {
    margin-top: 15px;
    position: relative;
  }
}
.content-box--reverse .content-box__text-box {
  position: relative;
  margin-top: 200px;
}
@media (max-width: 767px) {
  .content-box--reverse .content-box__text-box {
    margin-top: 0;
  }
}
.content-box--reverse .content-box__text-wrap {
  padding: 30px 0 0 40px;
}
@media (max-width: 767px) {
  .content-box--reverse .content-box__text-wrap {
    padding: 0;
  }
}
.content-box--reverse .content-box__img-box {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  .content-box--reverse .content-box__img-box {
    position: relative;
    margin-top: 15px;
  }
}
.content-box--reverse .r-interview__sub-title {
  text-align: right;
}
@media (max-width: 767px) {
  .content-box--reverse .r-interview__sub-title {
    text-align: left;
  }
}

.gray-box {
  background: #F5F5F5;
  padding: 25px 40px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .gray-box {
    padding: 20px;
  }
}
.gray-box__text {
  line-height: 1.75;
}
.gray-box p {
  margin: 0 !important;
}
.gray-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .gray-box__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gray-box__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gray-box__img {
  width: 50%;
}
@media (max-width: 767px) {
  .gray-box__img {
    width: 100%;
  }
}
.gray-box__img--custom1 {
  width: 13%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gray-box__img--custom1 {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .gray-box__img--custom1 {
    width: 100%;
  }
}

.page-recruit .contents {
  margin-bottom: 0;
}
.page-recruit .contents + * {
  margin-top: 80px;
}
.page-recruit .contents:last-child {
  margin-bottom: 100px;
}

.voice-box {
  border: 1px solid #dddddd;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.voice-box__inner {
  padding: 40px 35px;
}
.voice-box__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .voice-box__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.voice-box__img {
  width: 80px;
}
@media (max-width: 767px) {
  .voice-box__img {
    margin: 0 auto;
  }
}
.voice-box__img img {
  width: 100%;
  opacity: 1 !important;
}
.voice-box__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.voice-box__wrap * {
  text-align: left !important;
}
.voice-box__title {
  font-size: 18px !important;
  margin-bottom: 3px !important;
}
.voice-box__name {
  font-size: 16px;
  margin-bottom: 4px;
}
.voice-box__time {
  font-size: 14px;
  color: #9D9D9D;
}
.voice-box__text {
  margin-top: 10px;
  font-size: 16px;
}
.voice-box__link a {
  font-size: 16px;
}

.service-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service-box__box {
  width: 33.3333333333%;
  padding: 40px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.service-box__box:nth-child(3n) {
  border-right: none;
}
.service-box__box:last-child {
  border-bottom: none;
}
@media (max-width: 991px) {
  .service-box__box {
    width: 50%;
  }
  .service-box__box:nth-child(3n) {
    border-right: 1px solid #dddddd;
  }
  .service-box__box:nth-child(even) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .service-box__box {
    padding: 40px 15px;
    width: 100%;
    border-right: none !important;
  }
}
.service-box__icon {
  height: 32px;
  text-align: center;
}
.service-box__icon img {
  height: 100%;
}
.service-box__title {
  margin: 25px 0 0;
  text-align: center;
}
.service-box__title a {
  font-size: 20px;
}
.service-box__wrap {
  margin: 25px 0;
}
.service-box__wrap--label {
  margin: 20px 0 0;
}
.service-box__wrap--annotation {
  margin: 15px 0;
}
.service-box__content {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.service-box__schedule {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}
.service-box__schedule .service-box__nouki {
  font-size: 16px;
  color: #909090;
  font-weight: normal;
}
.service-box__unit {
  font-size: 18px;
  margin: 0 1px 0;
}
.service-box__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 2px 8px;
}
.service-box__label--slow {
  background: #63C89A;
}
.service-box__label--express {
  background: #B08ECA;
}
.service-box__flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 27px;
}
.service-box__flex2:last-child {
  margin-bottom: 0;
}
.service-box__annotation {
  margin: 0;
  text-align: center;
  color: #909090;
  font-size: 15px;
}
.service-box__sub-title {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.service-box__more {
  margin: auto auto 0;
  padding-top: 20px;
}
.service-box--campaign2402 {
  margin: 0 auto;
}
.service-box--campaign2402 .service-box__box {
  width: 40%;
  border: none;
}
.service-box--campaign2402 .service-box__flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-box--campaign2402 .service-box__icon {
  height: auto;
  width: 100px;
  margin: 0 auto;
}
.service-box--campaign2402 .service-box__icon img {
  width: 100%;
}
.service-box--campaign2402 .service-box__label {
  margin: 10px auto;
}
.service-box--campaign2402 .service-box__annotation {
  text-align: left;
}

.entrust {
  background: #F5F5F5;
  margin-top: 60px;
}
.entrust.bg-w {
  background: #fff;
}
.entrust__inner {
  padding: 40px 40px 30px;
}
@media (max-width: 767px) {
  .entrust__inner {
    padding: 20px;
  }
}
.entrust__main {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .entrust__main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.entrust__img {
  width: 24%;
  text-align: center;
}
@media (max-width: 767px) {
  .entrust__img {
    width: 100%;
  }
}
.entrust__img img {
  width: 130px;
  height: 130px;
}
.entrust__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 30px;
}
.entrust__title {
  color: #239192;
  font-size: 24px;
  line-height: 1.45;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .entrust__title {
    font-size: 20px;
  }
}
.entrust__text {
  margin: 0 0 10px;
}
.entrust__signature {
  text-align: right;
  font-weight: bold;
  margin: 0;
}
.entrust__signature span {
  font-weight: normal;
  font-size: 14px;
}
.entrust__signature br {
  display: none;
}
@media (max-width: 767px) {
  .entrust__signature br {
    display: block;
  }
}
.entrust__btn-wrap {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 991px) {
  .entrust__btn-wrap {
    width: 100%;
  }
}
.entrust__btn-wrap .btn-inquiry {
  background: #44BCBD;
}
.entrust__btn-wrap .btn-inquiry:hover {
  background: #80d4d6;
}
.entrust__btn-wrap .btn-inquiry .btn-inner:before {
  content: "\f0e0";
}
@media (max-width: 767px) {
  .entrust__btn-wrap .btn-inquiry .btn-inner:before {
    top: 18px;
  }
}
@media (max-width: 767px) {
  .entrust__btn-wrap .btn-inquiry .btn-inner .small {
    line-height: 1.2em;
    display: inline-block;
    margin-bottom: 6px;
  }
}
.entrust__btn-wrap .btn-forms {
  background: #fafbfe;
  color: #3357B8;
  border: 1px solid #3357B8;
}
.entrust__btn-wrap .btn-forms:hover {
  opacity: 0.8;
  background: #fafbfe;
  color: #3357B8;
}
.entrust__btn-wrap .btn-forms .btn-inner:before {
  content: "\f0c5";
}
@media (max-width: 767px) {
  .entrust__btn-wrap .btn-forms .btn-inner:before {
    top: 18px;
  }
}
@media (max-width: 767px) {
  .entrust__btn-wrap .btn-forms .btn-inner .small {
    line-height: 1.2em;
    display: inline-block;
    margin-bottom: 6px;
  }
}
.entrust__btn-wrap .btn-inner .small {
  font-weight: normal;
}
.entrust__btn-wrap .btn-mypage {
  font-size: 22px;
  margin: 0;
  width: 100%;
  height: 96px;
}
.entrust__btn-wrap .btn-mypage .small {
  font-size: 0.725em;
  margin-bottom: 6px;
  display: inline-block;
}
.entrust__btn-wrap br.sp {
  display: none;
}
@media (max-width: 767px) {
  .entrust__btn-wrap br.sp {
    display: block;
  }
}
.entrust__btn-wrap--single {
  margin: 0 auto;
}
.entrust__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .entrust__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.entrust__btns--single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entrust__btns--single .entrust__btn-wrap {
  width: 70% !important;
}
@media (max-width: 991px) {
  .entrust__btns--single .entrust__btn-wrap {
    width: 100% !important;
  }
}

.flow {
  margin: 30px 15px 0;
  padding-left: 30px;
}
.flow &gt; div {
  padding-bottom: 50px;
  position: relative;
}
.flow &gt; div::before {
  content: "";
  background: #d6dddc;
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
}
.flow &gt; div:last-child {
  padding-bottom: 0;
}
.flow &gt; div:last-child::before {
  content: none;
}
.flow h3 {
  font-size: 28px;
  margin: 0 0 12px -52px !important;
  font-weight: bold;
}
@media (max-width: 767px) {
  .flow h3 {
    font-size: 20px;
  }
}
.flow h3 span {
  display: inline-block;
  width: 46px;
  height: 46px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-right: 5px;
  background: #54958d;
  border: 6px solid #fff;
  border-radius: 50%;
  line-height: 1.4;
  position: relative;
  top: -1px;
}
.flow ul {
  padding-left: 20px;
}
.flow li {
  margin-bottom: 5px;
}

.flow2 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .flow2 {
    margin-top: 30px;
  }
}
.flow2__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flow2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .flow2__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.flow2__item:last-child .flow2__icon-wrap::before {
  content: none !important;
}
.flow2__icon-wrap {
  height: inherit;
  position: relative;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .flow2__icon-wrap {
    margin-top: 0;
  }
}
.flow2__icon-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #333;
  z-index: -1;
}
@media (max-width: 767px) {
  .flow2__icon-wrap::before {
    content: none;
  }
}
.flow2__icon {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #D5F0F0;
  border-radius: 100px;
  border: 4px solid #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .flow2__icon {
    margin: 0 auto;
    width: 150px;
    height: 150px;
  }
}
.flow2__icon:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.flow2__icon i {
  color: #2db2b5;
  font-size: 40px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .flow2__icon i {
    font-size: 50px;
  }
}
.flow2__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 50px;
}
.flow2__num {
  color: #2db2b5;
  margin: 0;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: bold;
}
.flow2__num::first-letter {
  text-transform: uppercase;
}
.flow2__title {
  font-size: 28px !important;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .flow2__title {
    margin-top: 0 !important;
  }
}
.flow2__aco-box {
  display: none;
}
.flow2__aco-line {
  cursor: pointer;
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.flow2__aco-line::before {
  content: "";
  position: absolute;
  top: 24%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: rgba(45, 178, 181, 0.4);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flow2__aco-line i {
  color: #2db2b5;
  background: #fff;
  padding: 20px 40px 10px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  bottom: 0;
}
.flow2__aco-line::after {
  content: "詳しく見る";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #2db2b5;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flow2__aco-line--movie::after {
  content: "動画で見る";
}
.flow2__aco-line:hover::before {
  background: #2db2b5;
}
.flow2__aco-line:hover::after {
  font-weight: bold;
}
.flow2__aco-line:hover i {
  font-weight: bold;
}

.lead-box {
  margin: 15px 0;
}

.content-wrap h2, .content-wrap h3, .content-wrap h4 {
  margin: 0;
}
.content-wrap &gt; * + * {
  margin-top: 50px;
}

.content-sub-wrap h3 {
  margin-bottom: 20px;
}
.content-sub-wrap h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.content-sub-wrap &gt; .content-sub-wrap + .content-sub-wrap {
  margin-top: 30px;
}

.box {
  border: 1px solid #dddddd;
  padding: 30px;
}
@media (max-width: 991px) {
  .box {
    padding: 20px;
  }
}
.box &gt; * + * {
  margin-top: 20px;
  margin-bottom: 0;
}
.box h2 {
  margin: 0;
}

.simple-box {
  border: 1px solid #dddddd;
  padding: 30px;
  width: 100%;
}
@media (max-width: 991px) {
  .simple-box {
    padding: 20px;
  }
}
.simple-box &gt; * + * {
  margin-top: 20px;
  margin-bottom: 0;
}
.simple-box h2 {
  margin: 0;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
}
@media (max-width: 767px) {
  .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex-wrap img {
  width: 100%;
}

.basic-page .lead-content-area &gt; * + * {
  margin-top: 20px;
}
.basic-page .local-nav {
  margin-top: 40px;
}
.basic-page .main-content-area &gt; * + * {
  margin-top: 80px;
}
.basic-page h2, .basic-page h3, .basic-page h4, .basic-page h5 {
  line-height: 1.7;
}
.basic-page h2:not([class]), .basic-page h3:not([class]), .basic-page h4:not([class]), .basic-page h5:not([class]) {
  margin: 0;
}
.basic-page p {
  line-height: 1.7;
}
.basic-page p:not([class]) {
  margin-bottom: 0;
}
.basic-page h2 {
  font-size: 2.8rem;
  padding-bottom: 4px;
  border-bottom: 1px solid #848484;
  background: #fff;
  color: #333;
}
.basic-page h3 {
  font-size: 2.2rem;
  font-weight: bold;
}
.basic-page h3 .icon {
  margin-left: 10px;
}
.basic-page h3:has(.icon) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .basic-page h3:has(.icon) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.basic-page h4 {
  font-size: 2rem;
  font-weight: bold;
}
.basic-page h5 {
  font-size: 1.6rem;
  font-weight: bold;
}
.basic-page .panel-title {
  line-height: 1.5;
}

.content-wrapper &gt; * + *, .content-wrapper__box, .content-wrapper__child-box {
  margin-top: 40px;
}
.content-wrapper__box &gt; * + * {
  margin-top: 20px;
}
.content-wrapper .box-bg-grey .content-wrapper__box {
  margin: 0;
}

.btns-area &gt; * {
  margin: 60px 0 20px;
}

.annotation-red {
  border: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-color: #FFE4E4;
  border-style: solid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #FFF9F9;
  margin: 30px 0;
}
.annotation-red i {
  color: #f00;
  font-size: 18px;
  line-height: 1.4;
}
.annotation-red__list {
  padding: 0 0 0 0.5em;
  margin: 0;
  list-style: none;
}
.annotation-red__list li {
  line-height: 1.57;
}

.agree-frame {
  border: 1px solid #4B62B8;
}
.agree-frame p {
  height: 240px;
  margin: 0;
}
.agree-frame p iframe {
  width: 100%;
  height: inherit;
  border: none;
}

.agree-box2 {
  max-width: 864px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
}
.agree-box2 .agree-text {
  text-align: center;
  font-size: 18px;
}
.agree-box2 .agree-frame {
  max-width: 724px;
  width: 100%;
  margin: 0 auto;
}
.agree-box2 .agree-check {
  margin-top: 15px;
  text-align: center;
}
.agree-box2 + .agree-box2 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.annotation-box {
  border: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-color: #FFE4E4;
  border-style: solid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #FFF9F9;
}
.annotation-box i {
  font-size: 16px;
  color: #f00;
  margin-top: 0.25em;
}
.annotation-box__text {
  padding: 0 0 0 0.5rem;
  margin-bottom: 0;
}

.flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}

.plan-box {
  background: rgba(45, 178, 181, 0.02);
  border: 2px solid rgba(45, 178, 181, 0.2);
  border-radius: 6px;
}
.plan-box__inner {
  padding: 30px 40px;
}
@media (max-width: 767px) {
  .plan-box__inner {
    padding: 20px 15px;
  }
}
.plan-box__title {
  text-align: center;
  margin: 0 0 30px;
}
.plan-box__title span {
  font-weight: bold;
  color: #007a7b;
  display: inline-block;
  margin-right: 1em;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .plan-box__title span {
    font-size: 1em;
  }
}
.plan-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 991px) {
  .plan-box__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.plan-box__container {
  width: calc((100% - 50px) / 2);
  position: relative;
}
@media (max-width: 991px) {
  .plan-box__container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.plan-box__container:first-child::before, .plan-box__container:first-child::after {
  content: "";
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #007a7b;
}
@media (max-width: 991px) {
  .plan-box__container:first-child::before, .plan-box__container:first-child::after {
    top: auto;
    bottom: -60px;
  }
}
.plan-box__container:first-child::before {
  right: -43px;
  width: 36px;
  height: 8px;
}
@media (max-width: 991px) {
  .plan-box__container:first-child::before {
    right: calc(50% - 18px);
    bottom: -33px;
  }
}
.plan-box__container:first-child::after {
  right: -29px;
  width: 8px;
  height: 36px;
}
@media (max-width: 991px) {
  .plan-box__container:first-child::after {
    right: calc(50% - 4px);
    bottom: -61px;
  }
}
.plan-box__box {
  border-radius: 6px;
  border: 2px solid #007a7b;
}
.plan-box__sub-title {
  background: #007a7b;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
  text-align: center;
  padding: 4px;
}
@media (max-width: 767px) {
  .plan-box__sub-title {
    font-size: 1em;
  }
}
.plan-box__body {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 155px;
  text-align: center;
}
@media (max-width: 767px) {
  .plan-box__body {
    text-align: left;
    padding: 10px;
  }
}
.plan-box__wrap {
  width: 100%;
}
.plan-box__text {
  font-weight: bold;
  margin: 0;
  padding: 20px 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.plan-box__text:first-child {
  border-bottom: 1px solid #007a7b;
}
@media (max-width: 767px) {
  .plan-box__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
.plan-box__text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.plan-box__point {
  color: #44bcbd;
  display: inline-block;
  margin-left: 1em;
  font-size: 1.7em;
}
@media (max-width: 767px) {
  .plan-box__point {
    margin-left: 0.5em;
    font-size: 1.4em;
  }
}
.plan-box__annotation {
  margin-top: 4px;
}

.stand_btn_link {
  font-size: 27px;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 22px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  color: #239192;
  border-radius: 5px;
  background: #e6e6e6;
}
@media (max-width: 767px) {
  .stand_btn_link {
    font-size: 20px;
  }
}
.stand_btn_link:hover, .stand_btn_link:focus {
  text-decoration: none;
  color: #239192;
  background: #f4f4f4;
}
.stand_btn_link.green {
  color: #fff;
  background: #44bcbd;
}
.stand_btn_link.green:hover, .stand_btn_link.green:focus {
  color: #fff;
  background: #80d4d6;
}
.stand_btn_link.red {
  color: #fff;
  background: #e04d5f;
}
.stand_btn_link.red:hover, .stand_btn_link.red:focus {
  color: #fff;
  background: #f195a2;
}

.about_link_btn h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
}

.anker_btn.record {
  height: 275px;
}

.renewal_btn.btn_white.P_btn {
  height: 72px;
  margin-right: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .anker_btn.record {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .anker_btn.record {
    height: auto;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  a.renewal_btn.btn_white {
    margin-top: 25px;
  }
}
.btn-multiline {
  font-size: 14.5px;
}

.btn-navy {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #44a1e3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#56aae6), to(#2a94df));
  background-image: linear-gradient(to bottom, #56aae6, #2a94df);
  background-repeat: repeat-x;
  border-color: #2a94df #2a94df #186aa4;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2a94df;
}
.btn-navy.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-navy:hover, .btn-navy:focus, .btn-navy:active, .btn-navy.active, .btn-navy.disabled, .btn-navy[disabled] {
  color: #ffffff;
  background-color: #2a94df;
  *background-color: #1f87d1;
}
.btn-navy:active, .btn-navy.active {
  background-color: #1b2d5b;
}

.btn-mint {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #37b6a7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3cc5b5), to(#2f9f92));
  background-image: linear-gradient(to bottom, #3cc5b5, #2f9f92);
  background-repeat: repeat-x;
  border-color: #2f9f92 #2f9f92 #1e645c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #2f9f92;
}
.btn-mint.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-mint:hover, .btn-mint:focus, .btn-mint:active, .btn-mint.active, .btn-mint.disabled, .btn-mint[disabled] {
  color: #fff;
  background-color: #2f9f92;
  *background-color: #298b80;
}
.btn-mint:active, .btn-mint.active {
  background-color: #24776e;
}

.btn-gray-arrow {
  position: relative;
  display: block;
}
.btn-gray-arrow:before {
  position: absolute;
  top: 50%;
  left: 13px;
  display: block;
  margin-top: -5px;
  width: 9px;
  height: 8px;
  background: #4fcbbd;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-gray-arrow:after {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin-top: -5px;
  width: 9px;
  height: 8px;
  background: #F5F5F5;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-gray-arrow:hover:after {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin-top: -5px;
  width: 9px;
  height: 8px;
  background: #e8e8e8;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-estimate {
  color: #13767D;
  background-color: #A0DBDB;
  *background-color: #A0DBDB;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E9F6F6), to(#A0DBDB));
  background-image: linear-gradient(to bottom, #E9F6F6, #A0DBDB);
  background-repeat: repeat-x;
  border-color: #A0DBDB;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-estimate:hover {
  color: #13767D;
  background-color: #003bb3;
}
.btn-estimate:active, .btn-estimate.active, .btn-estimate.disabled, .btn-estimate[disabled] {
  color: #709E9E;
  background-color: #003bb3;
}

.btn-disable {
  pointer-events: none;
  background-color: #bababa !important;
}

.btn-entry {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  padding: 25px 60px;
  color: #fff;
  border-color: #3357b8;
  border-radius: 5px;
  background-color: #3357b8;
  text-align: center;
}
.btn-entry:hover, .btn-entry:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.btn-square {
  display: inline-block;
  width: 220px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
}
.btn-square .fas:before {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-square:hover {
  text-decoration: none;
}

.btn-long {
  width: 100%;
  max-width: 260px;
}

.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 10px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  background: #fbfbfb;
  text-decoration: none;
  color: #333;
  padding: 22px 15px 22px 0;
}
@media (max-width: 767px) {
  .btn-icon {
    width: 100%;
  }
}
.btn-icon:hover, .btn-icon:focus {
  color: #333;
  text-decoration: none;
  opacity: 0.8;
}
.btn-icon .fas {
  width: 75px;
  font-size: 25px;
  text-align: center;
}
.btn-icon .text {
  width: calc(100% - 75px);
}
.btn-icon .head {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .btn-icon .head {
    font-size: 16px;
  }
}
.btn-icon .body {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 1px;
}

.btn-green-3 {
  background: #007a7b !important;
  color: #fff !important;
}
.btn-green-3:hover, .btn-green-3:focus {
  opacity: 0.8 !important;
  background: #007a7b !important;
  color: #fff !important;
}

.btn-green-3-invert {
  background: #f5f8f8 !important;
  color: #007a7b !important;
  border: 1px solid #007a7b !important;
}
.btn-green-3-invert:hover, .btn-green-3-invert:focus {
  opacity: 0.8 !important;
  background: #f5f8f8 !important;
  color: #007a7b !important;
  border: 1px solid #007a7b !important;
}

.btn-blue {
  background: #5C79C5 !important;
  color: #fff !important;
}
.btn-blue:hover, .btn-blue:focus {
  opacity: 0.8 !important;
  background: #5C79C5 !important;
  color: #fff !important;
}

.btn-blue-invert {
  background: #f5f7fa !important;
  color: #5C79C5 !important;
  border: 1px solid #5C79C5 !important;
}
.btn-blue-invert:hover, .btn-blue-invert:focus {
  opacity: 0.8 !important;
  background: #f5f7fa !important;
  color: #5C79C5 !important;
  border: 1px solid #5C79C5 !important;
}

.btn-gold {
  background: #947D20 !important;
  color: #fff !important;
}
.btn-gold:hover, .btn-gold:focus {
  opacity: 0.8 !important;
  background: #947D20 !important;
  color: #fff !important;
}

.btn-gold-invert {
  background: #fffefb !important;
  color: #947D20 !important;
  border: 1px solid #947D20 !important;
}
.btn-gold-invert:hover, .btn-gold-invert:focus {
  opacity: 0.8 !important;
  background: #fffefb !important;
  color: #947D20 !important;
  border: 1px solid #947D20 !important;
}

.btn-blue2 {
  background: #0180A5 !important;
  color: #fff !important;
}
.btn-blue2:hover, .btn-blue2:focus {
  opacity: 0.8 !important;
  background: #0180A5 !important;
  color: #fff !important;
}

.btn-blue2-invert {
  background: #E6F1F3 !important;
  color: #0180A5 !important;
  border: 1px solid #0180A5 !important;
}
.btn-blue2-invert:hover, .btn-blue2-invert:focus {
  opacity: 0.8 !important;
  background: #E6F1F3 !important;
  color: #0180A5 !important;
  border: 1px solid #0180A5 !important;
}

.btn-purple {
  background: #796894 !important;
  color: #fff !important;
}
.btn-purple:hover, .btn-purple:focus {
  opacity: 0.8 !important;
  background: #796894 !important;
  color: #fff !important;
}

.btn-purple-invert {
  background: #fcfaff !important;
  color: #796894 !important;
  border: 1px solid #796894 !important;
}
.btn-purple-invert:hover, .btn-purple-invert:focus {
  opacity: 0.8 !important;
  background: #fcfaff !important;
  color: #796894 !important;
  border: 1px solid #796894 !important;
}

.btn-red-invert {
  background: rgba(230, 86, 122, 0.02) !important;
  color: #E6567A !important;
  border: 1px solid #E6567A !important;
}
.btn-red-invert:hover, .btn-red-invert:focus {
  opacity: 0.8 !important;
  background: #fcfaff !important;
  color: #E6567A !important;
  border: 1px solid #E6567A !important;
}

.btn-yellow {
  background: #9d896c !important;
  color: #fff !important;
}
.btn-yellow:hover, .btn-yellow:focus {
  opacity: 0.8 !important;
  background: #9d896c !important;
  color: #fff !important;
}
.btn-yellow-invert {
  background: #f6f4f0 !important;
  color: #9d896c !important;
  border: 1px solid #9d896c !important;
}
.btn-yellow-invert:hover, .btn-yellow-invert:focus {
  background: #9d896c !important;
  color: #fff !important;
  border: 1px solid #9d896c !important;
}

.btn-menu a {
  margin: 5px 0;
}

a.renewal_btn {
  font-size: 17px;
  position: relative;
  display: block;
  height: 47px;
  padding-top: 12px;
  text-align: center;
  text-decoration: none;
  color: #000;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 0 1px #ccc;
          box-shadow: 0 5px 0 1px #ccc;
}
@media (max-width: 767px) {
  a.renewal_btn {
    margin-bottom: 20px;
  }
}
a.renewal_btn:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
a.renewal_btn_big .btn_blue {
  position: relative;
  display: block;
  height: 65px;
  margin-bottom: 10px;
  padding-top: 9px;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  border-radius: 8px;
  background-color: #389be1;
  -webkit-box-shadow: 0 3px #9c9c9c;
          box-shadow: 0 3px #9c9c9c;
}
a.renewal_btn_big .btn_blue:hover {
  top: 3px;
  opacity: 0.8;
  -webkit-box-shadow: none;
          box-shadow: none;
}
a.renewal_btn.btn_sky {
  font-weight: normal;
  color: #000 !important;
  background-color: #a9dede;
}
a.renewal_btn.btn_blue {
  font-weight: normal;
  color: #fff !important;
  background-color: #389be1;
}
a.renewal_btn.btn_glay {
  font-weight: normal;
  color: #000 !important;
  background-color: #e7e7e7;
}
a.renewal_btn.btn_green {
  margin-bottom: 10px;
  color: #fff !important;
  background-color: #36b3a4;
}
a.renewal_btn.btn_white {
  margin-top: 100px;
  color: #000 !important;
  background-color: #fff;
}
a.renewal_btn.btn_white p {
  font-size: 22px;
  padding-top: 12px;
}

.btn_ul_none:hover {
  text-decoration: none !important;
}

.bg_sm {
  background-position: right 15px top 12px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.bg_sm p.text {
  position: absolute;
  bottom: 12px;
  font-size: 2.5rem;
  left: 10px;
  line-height: 1.35;
  margin: 0;
}
@media (max-width: 991px) {
  .bg_sm p.text {
    font-size: 20px;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .bg_sm p.text {
    line-height: 1.25;
    bottom: 5px;
    left: 10px;
  }
}

.bg_lg {
  background-position: right 20px top 40px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .bg_lg {
    background-position: right 15px top 15px;
  }
}
.bg_lg p.text {
  position: absolute;
  font-size: 3.5rem;
  line-height: 1.35;
  vertical-align: middle;
  left: 25px;
  top: 25px;
  margin: 0;
}
@media (max-width: 991px) {
  .bg_lg p.text {
    font-size: 28px;
    left: 10px;
    top: 38px;
  }
}
@media (max-width: 767px) {
  .bg_lg p.text {
    font-size: 20px;
    line-height: 1.25;
    top: auto;
    bottom: 5px;
    left: 10px;
  }
}

@media (max-width: 991px) {
  .price_area .bg_lg p.text {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
    left: 0;
    top: 18px;
  }
}
.bg_blue {
  background-color: #eef8f9;
  background-repeat: no-repeat;
  height: 149px;
  border: 1px solid #01a5a4;
}
.bg_blue:hover {
  background-color: #01a5a4;
  color: #fff;
}

.bg_grey {
  height: 149px;
  border: 1px solid #5C79C5;
  color: #5C79C5;
}
.bg_grey:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .bg_grey:hover {
    background-position: right 15px top 15px;
  }
}

.bg_orange {
  height: 149px;
  border: 1px solid #947d20;
  color: #947d20;
}
.bg_orange:hover {
  background-color: #947d20;
  color: #fff;
}

.bg_yellow {
  height: 149px;
  border: 1px solid #9d896c;
  color: #9d896c;
}
.bg_yellow:hover {
  background-color: #9d896c;
  color: #fff;
}

a[class^=bg_].stand,
div[class^=bg_].stand {
  background: #eef8f9 url('data:image/svg+xml;utf8,&lt;svg viewBox="0 0 36.58 45.88" xmlns="http://www.w3.org/2000/svg" width="65" height="80"&gt;&lt;g fill="%2301a5a4"&gt;&lt;path d="m28.36 10.38h-.01c-1.12 0-2.02-.91-2.02-2.02v-8.36h-24.31c-1.12 0-2.02.91-2.02 2.02v41.85c0 1.12.91 2.02 2.02 2.02h32.55c1.12 0 2.02-.91 2.02-2.02v-33.49h-8.22zm-9.2 27.09c-.15-.5-.62-1.5-1-2.05 4.8-.5 7.95-2.12 7.95-5.15 0-1.47-.62-3.6-3.8-4.3-1.1 2.65-2.85 5.12-4.85 6.9.15.4.3.77.47 1.07l-2.02 1.32c-.17-.3-.35-.67-.5-1.05-1.87 1.27-3.45 1.52-4.32 1.52-2.3 0-3.37-1.65-3.37-3.52 0-3.45 2.77-6.22 6.32-7.67-.02-1.17-.05-2.42-.02-3.72-1.17.02-2.35.02-3.35.02-.75 0-1.38 0-1.85-.02l-.1-2.32c1.22.05 3.35.07 5.35.05.02-1.1.08-2.4.12-3.52l3.25.22c-.05.25-.27.45-.67.52-.07.8-.12 1.85-.17 2.7 2.7-.1 6.77-.42 9.42-1.02l.25 2.4c-2.67.55-6.9.8-9.8.87-.05 1.1-.07 2.12-.05 3.12 1.87-.5 3.42-.5 4.22-.45.1-.37.18-.75.23-1.12l2.45.62c-.05.3-.15.57-.2.87 3.92.9 5.6 3.47 5.6 6.37 0 4.02-3.2 6.57-9.55 7.32z"/&gt;&lt;path d="m16.86 30.3c1.22-1.25 2.32-2.92 3.02-4.72-1.72 0-2.75.27-3.45.47.05 1.62.17 3.05.42 4.25z"/&gt;&lt;path d="m10.12 31.75c0 1.67 1.25 1.65 1.57 1.65.92-.05 2.05-.55 3.12-1.35-.33-1.45-.52-3.2-.65-5.2-2.32 1.1-4.05 2.87-4.05 4.9z"/&gt;&lt;path d="m36.57 8.52h-8.51v-8.52z"/&gt;&lt;/g&gt;&lt;/svg&gt;') no-repeat;
  background-position: 95% center;
}
a[class^=bg_].stand.bg_sm,
div[class^=bg_].stand.bg_sm {
  background: #eef8f9 url('data:image/svg+xml;utf8,&lt;svg viewBox="0 0 36.58 45.88" xmlns="http://www.w3.org/2000/svg" width="49" height="60"&gt;&lt;g fill="%2301a5a4"&gt;&lt;path d="m28.36 10.38h-.01c-1.12 0-2.02-.91-2.02-2.02v-8.36h-24.31c-1.12 0-2.02.91-2.02 2.02v41.85c0 1.12.91 2.02 2.02 2.02h32.55c1.12 0 2.02-.91 2.02-2.02v-33.49h-8.22zm-9.2 27.09c-.15-.5-.62-1.5-1-2.05 4.8-.5 7.95-2.12 7.95-5.15 0-1.47-.62-3.6-3.8-4.3-1.1 2.65-2.85 5.12-4.85 6.9.15.4.3.77.47 1.07l-2.02 1.32c-.17-.3-.35-.67-.5-1.05-1.87 1.27-3.45 1.52-4.32 1.52-2.3 0-3.37-1.65-3.37-3.52 0-3.45 2.77-6.22 6.32-7.67-.02-1.17-.05-2.42-.02-3.72-1.17.02-2.35.02-3.35.02-.75 0-1.38 0-1.85-.02l-.1-2.32c1.22.05 3.35.07 5.35.05.02-1.1.08-2.4.12-3.52l3.25.22c-.05.25-.27.45-.67.52-.07.8-.12 1.85-.17 2.7 2.7-.1 6.77-.42 9.42-1.02l.25 2.4c-2.67.55-6.9.8-9.8.87-.05 1.1-.07 2.12-.05 3.12 1.87-.5 3.42-.5 4.22-.45.1-.37.18-.75.23-1.12l2.45.62c-.05.3-.15.57-.2.87 3.92.9 5.6 3.47 5.6 6.37 0 4.02-3.2 6.57-9.55 7.32z"/&gt;&lt;path d="m16.86 30.3c1.22-1.25 2.32-2.92 3.02-4.72-1.72 0-2.75.27-3.45.47.05 1.62.17 3.05.42 4.25z"/&gt;&lt;path d="m10.12 31.75c0 1.67 1.25 1.65 1.57 1.65.92-.05 2.05-.55 3.12-1.35-.33-1.45-.52-3.2-.65-5.2-2.32 1.1-4.05 2.87-4.05 4.9z"/&gt;&lt;path d="m36.57 8.52h-8.51v-8.52z"/&gt;&lt;/g&gt;&lt;/svg&gt;') no-repeat;
  background-position: right 15px top 12px;
}
a[class^=bg_].stand.bg_sm:hover,
div[class^=bg_].stand.bg_sm:hover {
  background: #01a5a4 url('data:image/svg+xml;utf8,&lt;svg viewBox="0 0 36.58 45.88" xmlns="http://www.w3.org/2000/svg" width="49" height="60"&gt;&lt;g fill="%23fff"&gt;&lt;path d="m28.36 10.38h-.01c-1.12 0-2.02-.91-2.02-2.02v-8.36h-24.31c-1.12 0-2.02.91-2.02 2.02v41.85c0 1.12.91 2.02 2.02 2.02h32.55c1.12 0 2.02-.91 2.02-2.02v-33.49h-8.22zm-9.2 27.09c-.15-.5-.62-1.5-1-2.05 4.8-.5 7.95-2.12 7.95-5.15 0-1.47-.62-3.6-3.8-4.3-1.1 2.65-2.85 5.12-4.85 6.9.15.4.3.77.47 1.07l-2.02 1.32c-.17-.3-.35-.67-.5-1.05-1.87 1.27-3.45 1.52-4.32 1.52-2.3 0-3.37-1.65-3.37-3.52 0-3.45 2.77-6.22 6.32-7.67-.02-1.17-.05-2.42-.02-3.72-1.17.02-2.35.02-3.35.02-.75 0-1.38 0-1.85-.02l-.1-2.32c1.22.05 3.35.07 5.35.05.02-1.1.08-2.4.12-3.52l3.25.22c-.05.25-.27.45-.67.52-.07.8-.12 1.85-.17 2.7 2.7-.1 6.77-.42 9.42-1.02l.25 2.4c-2.67.55-6.9.8-9.8.87-.05 1.1-.07 2.12-.05 3.12 1.87-.5 3.42-.5 4.22-.45.1-.37.18-.75.23-1.12l2.45.62c-.05.3-.15.57-.2.87 3.92.9 5.6 3.47 5.6 6.37 0 4.02-3.2 6.57-9.55 7.32z"/&gt;&lt;path d="m16.86 30.3c1.22-1.25 2.32-2.92 3.02-4.72-1.72 0-2.75.27-3.45.47.05 1.62.17 3.05.42 4.25z"/&gt;&lt;path d="m10.12 31.75c0 1.67 1.25 1.65 1.57 1.65.92-.05 2.05-.55 3.12-1.35-.33-1.45-.52-3.2-.65-5.2-2.32 1.1-4.05 2.87-4.05 4.9z"/&gt;&lt;path d="m36.57 8.52h-8.51v-8.52z"/&gt;&lt;/g&gt;&lt;/svg&gt;') no-repeat;
  background-position: right 15px top 12px;
}
a[class^=bg_].stand:hover,
div[class^=bg_].stand:hover {
  background: #01a5a4 url('data:image/svg+xml;utf8,&lt;svg viewBox="0 0 36.58 45.88" xmlns="http://www.w3.org/2000/svg" width="65" height="80"&gt;&lt;g fill="%23fff"&gt;&lt;path d="m28.36 10.38h-.01c-1.12 0-2.02-.91-2.02-2.02v-8.36h-24.31c-1.12 0-2.02.91-2.02 2.02v41.85c0 1.12.91 2.02 2.02 2.02h32.55c1.12 0 2.02-.91 2.02-2.02v-33.49h-8.22zm-9.2 27.09c-.15-.5-.62-1.5-1-2.05 4.8-.5 7.95-2.12 7.95-5.15 0-1.47-.62-3.6-3.8-4.3-1.1 2.65-2.85 5.12-4.85 6.9.15.4.3.77.47 1.07l-2.02 1.32c-.17-.3-.35-.67-.5-1.05-1.87 1.27-3.45 1.52-4.32 1.52-2.3 0-3.37-1.65-3.37-3.52 0-3.45 2.77-6.22 6.32-7.67-.02-1.17-.05-2.42-.02-3.72-1.17.02-2.35.02-3.35.02-.75 0-1.38 0-1.85-.02l-.1-2.32c1.22.05 3.35.07 5.35.05.02-1.1.08-2.4.12-3.52l3.25.22c-.05.25-.27.45-.67.52-.07.8-.12 1.85-.17 2.7 2.7-.1 6.77-.42 9.42-1.02l.25 2.4c-2.67.55-6.9.8-9.8.87-.05 1.1-.07 2.12-.05 3.12 1.87-.5 3.42-.5 4.22-.45.1-.37.18-.75.23-1.12l2.45.62c-.05.3-.15.57-.2.87 3.92.9 5.6 3.47 5.6 6.37 0 4.02-3.2 6.57-9.55 7.32z"/&gt;&lt;path d="m16.86 30.3c1.22-1.25 2.32-2.92 3.02-4.72-1.72 0-2.75.27-3.45.47.05 1.62.17 3.05.42 4.25z"/&gt;&lt;path d="m10.12 31.75c0 1.67 1.25 1.65 1.57 1.65.92-.05 2.05-.55 3.12-1.35-.33-1.45-.52-3.2-.65-5.2-2.32 1.1-4.05 2.87-4.05 4.9z"/&gt;&lt;path d="m36.57 8.52h-8.51v-8.52z"/&gt;&lt;/g&gt;&lt;/svg&gt;') no-repeat;
  background-position: 95% center;
}
@media (max-width: 767px) {
  a[class^=bg_].stand,
  div[class^=bg_].stand {
    background: #eef8f9 url('data:image/svg+xml;utf8,&lt;svg viewBox="0 0 36.58 45.88" xmlns="http://www.w3.org/2000/svg" width="49" height="60"&gt;&lt;g fill="%2301a5a4"&gt;&lt;path d="m28.36 10.38h-.01c-1.12 0-2.02-.91-2.02-2.02v-8.36h-24.31c-1.12 0-2.02.91-2.02 2.02v41.85c0 1.12.91 2.02 2.02 2.02h32.55c1.12 0 2.02-.91 2.02-2.02v-33.49h-8.22zm-9.2 27.09c-.15-.5-.62-1.5-1-2.05 4.8-.5 7.95-2.12 7.95-5.15 0-1.47-.62-3.6-3.8-4.3-1.1 2.65-2.85 5.12-4.85 6.9.15.4.3.77.47 1.07l-2.02 1.32c-.17-.3-.35-.67-.5-1.05-1.87 1.27-3.45 1.52-4.32 1.52-2.3 0-3.37-1.65-3.37-3.52 0-3.45 2.77-6.22 6.32-7.67-.02-1.17-.05-2.42-.02-3.72-1.17.02-2.35.02-3.35.02-.75 0-1.38 0-1.85-.02l-.1-2.32c1.22.05 3.35.07 5.35.05.02-1.1.08-2.4.12-3.52l3.25.22c-.05.25-.27.45-.67.52-.07.8-.12 1.85-.17 2.7 2.7-.1 6.77-.42 9.42-1.02l.25 2.4c-2.67.55-6.9.8-9.8.87-.05 1.1-.07 2.12-.05 3.12 1.87-.5 3.42-.5 4.22-.45.1-.37.18-.75.23-1.12l2.45.62c-.05.3-.15.57-.2.87 3.92.9 5.6 3.47 5.6 6.37 0 4.02-3.2 6.57-9.55 7.32z"/&gt;&lt;path d="m16.86 30.3c1.22-1.25 2.32-2.92 3.02-4.72-1.72 0-2.75.27-3.45.47.05 1.62.17 3.05.42 4.25z"/&gt;&lt;path d="m10.12 31.75c0 1.67 1.25 1.65 1.57 1.65.92-.05 2.05-.55 3.12-1.35-.33-1.45-.52-3.2-.65-5.2-2.32 1.1-4.05 2.87-4.05 4.9z"/&gt;&lt;path d="m36.57 8.52h-8.51v-8.52z"/&gt;&lt;/g&gt;&lt;/svg&gt;') no-repeat;
    background-position: right 17px top 12px;
  }
  a[class^=bg_].stand:hover,
  div[class^=bg_].stand:hover {
    background: #01a5a4 url('data:image/svg+xml;utf8,&lt;svg viewBox="0 0 36.58 45.88" xmlns="http://www.w3.org/2000/svg" width="49" height="60"&gt;&lt;g fill="%23fff"&gt;&lt;path d="m28.36 10.38h-.01c-1.12 0-2.02-.91-2.02-2.02v-8.36h-24.31c-1.12 0-2.02.91-2.02 2.02v41.85c0 1.12.91 2.02 2.02 2.02h32.55c1.12 0 2.02-.91 2.02-2.02v-33.49h-8.22zm-9.2 27.09c-.15-.5-.62-1.5-1-2.05 4.8-.5 7.95-2.12 7.95-5.15 0-1.47-.62-3.6-3.8-4.3-1.1 2.65-2.85 5.12-4.85 6.9.15.4.3.77.47 1.07l-2.02 1.32c-.17-.3-.35-.67-.5-1.05-1.87 1.27-3.45 1.52-4.32 1.52-2.3 0-3.37-1.65-3.37-3.52 0-3.45 2.77-6.22 6.32-7.67-.02-1.17-.05-2.42-.02-3.72-1.17.02-2.35.02-3.35.02-.75 0-1.38 0-1.85-.02l-.1-2.32c1.22.05 3.35.07 5.35.05.02-1.1.08-2.4.12-3.52l3.25.22c-.05.25-.27.45-.67.52-.07.8-.12 1.85-.17 2.7 2.7-.1 6.77-.42 9.42-1.02l.25 2.4c-2.67.55-6.9.8-9.8.87-.05 1.1-.07 2.12-.05 3.12 1.87-.5 3.42-.5 4.22-.45.1-.37.18-.75.23-1.12l2.45.62c-.05.3-.15.57-.2.87 3.92.9 5.6 3.47 5.6 6.37 0 4.02-3.2 6.57-9.55 7.32z"/&gt;&lt;path d="m16.86 30.3c1.22-1.25 2.32-2.92 3.02-4.72-1.72 0-2.75.27-3.45.47.05 1.62.17 3.05.42 4.25z"/&gt;&lt;path d="m10.12 31.75c0 1.67 1.25 1.65 1.57 1.65.92-.05 2.05-.55 3.12-1.35-.33-1.45-.52-3.2-.65-5.2-2.32 1.1-4.05 2.87-4.05 4.9z"/&gt;&lt;path d="m36.57 8.52h-8.51v-8.52z"/&gt;&lt;/g&gt;&lt;/svg&gt;') no-repeat;
    background-position: right 17px top 12px;
  }
}
a[class^=bg_].unconnect,
div[class^=bg_].unconnect {
  background: #e1ecf5 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 94.36 92.36" width="66" height="65"&gt;&lt;polygon fill="%235C79C5" points="72.06 15.62 56.44 15.62 56.44 0 72.06 15.62"/&gt;&lt;path fill="%235C79C5" d="M91.52,65.5h-29.01c-1.57,0-2.83,1.27-2.83,2.83v21.19c0,1.57,1.27,2.83,2.83,2.83h29.01c1.57,0,2.83-1.27,2.83-2.83v-21.19c0-1.57-1.27-2.83-2.83-2.83Zm-12.96,13.8v4.82c0,.85-.69,1.53-1.53,1.53h-.02c-.85,0-1.53-.69-1.53-1.53v-4.82c-1.34-.59-2.28-1.93-2.28-3.49,0-2.11,1.71-3.82,3.82-3.82s3.82,1.71,3.82,3.82c0,1.56-.94,2.89-2.28,3.49Z"/&gt;&lt;path fill="%235C79C5" d="M70.78,56.93c0-3.29,2.67-5.96,5.96-5.96h.56c3.29,0,5.96,2.67,5.96,5.96v6.7h3.94v-7.29c0-5.37-4.35-9.72-9.72-9.72h-.91c-5.37,0-9.72,4.35-9.72,9.72v7.29h3.94v-6.7Z"/&gt;&lt;path fill="%235C79C5" d="M60.74,63.63h4.17v-6.81c0-5.23,2.89-9.78,7.15-12.15V19.02h-15.08c-2.04,0-3.7-1.66-3.7-3.7V0H3.7C1.66,0,0,1.66,0,3.7V80.41c0,2.04,1.66,3.7,3.7,3.7H57.9v-17.65c0-1.57,1.27-2.83,2.83-2.83Z"/&gt;&lt;/svg&gt;') no-repeat;
  background-position: 95% center;
}
a[class^=bg_].unconnect.bg_sm,
div[class^=bg_].unconnect.bg_sm {
  background-position: right 15px top 12px;
}
a[class^=bg_].unconnect:hover,
div[class^=bg_].unconnect:hover {
  background: #5C79C5 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 94.36 92.36" width="66" height="65"&gt;&lt;polygon fill="%23fff" points="72.06 15.62 56.44 15.62 56.44 0 72.06 15.62"/&gt;&lt;path fill="%23fff" d="M91.52,65.5h-29.01c-1.57,0-2.83,1.27-2.83,2.83v21.19c0,1.57,1.27,2.83,2.83,2.83h29.01c1.57,0,2.83-1.27,2.83-2.83v-21.19c0-1.57-1.27-2.83-2.83-2.83Zm-12.96,13.8v4.82c0,.85-.69,1.53-1.53,1.53h-.02c-.85,0-1.53-.69-1.53-1.53v-4.82c-1.34-.59-2.28-1.93-2.28-3.49,0-2.11,1.71-3.82,3.82-3.82s3.82,1.71,3.82,3.82c0,1.56-.94,2.89-2.28,3.49Z"/&gt;&lt;path fill="%23fff" d="M70.78,56.93c0-3.29,2.67-5.96,5.96-5.96h.56c3.29,0,5.96,2.67,5.96,5.96v6.7h3.94v-7.29c0-5.37-4.35-9.72-9.72-9.72h-.91c-5.37,0-9.72,4.35-9.72,9.72v7.29h3.94v-6.7Z"/&gt;&lt;path fill="%23fff" d="M60.74,63.63h4.17v-6.81c0-5.23,2.89-9.78,7.15-12.15V19.02h-15.08c-2.04,0-3.7-1.66-3.7-3.7V0H3.7C1.66,0,0,1.66,0,3.7V80.41c0,2.04,1.66,3.7,3.7,3.7H57.9v-17.65c0-1.57,1.27-2.83,2.83-2.83Z"/&gt;&lt;/svg&gt;') no-repeat;
  background-position: 95% center;
}
a[class^=bg_].unconnect:hover.bg_sm,
div[class^=bg_].unconnect:hover.bg_sm {
  background-position: right 15px top 12px;
}
@media (max-width: 767px) {
  a[class^=bg_].unconnect,
  div[class^=bg_].unconnect {
    background-position: right 15px top 15px;
  }
  a[class^=bg_].unconnect:hover,
  div[class^=bg_].unconnect:hover {
    background-position: right 15px top 15px;
  }
}
.price_area a[class^=bg_].unconnect,
.price_area div[class^=bg_].unconnect {
  background-image: none;
}
a[class^=bg_].dispatch,
div[class^=bg_].dispatch {
  background: #ffeea8 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 99.82 85.33" width="70" height="60"&gt;&lt;path fill="%23947d20" d="M96.8,56.69h-30.92c-1.67,0-3.02,1.35-3.02,3.02v22.59c0,1.67,1.35,3.02,3.02,3.02h30.92c1.67,0,3.02-1.35,3.02-3.02v-22.59c0-1.67-1.35-3.02-3.02-3.02Zm-13.82,14.71v5.14c0,.9-.73,1.63-1.63,1.63h-.02c-.9,0-1.63-.73-1.63-1.63v-5.14c-1.43-.63-2.43-2.06-2.43-3.72,0-2.25,1.82-4.07,4.07-4.07s4.07,1.82,4.07,4.07c0,1.66-1,3.08-2.43,3.72Z"/&gt;&lt;path fill="%23947d20" d="M74.69,47.56c0-3.51,2.84-6.35,6.35-6.35h.59c3.51,0,6.35,2.84,6.35,6.35v7.14h4.2v-7.77c0-5.72-4.64-10.36-10.36-10.36h-.97c-5.72,0-10.36,4.64-10.36,10.36v7.77h4.2v-7.14Z"/&gt;&lt;rect x="28.18" y="72.89" width="26.2" height="6.83" fill="%23947d20"/&gt;&lt;rect x="35.45" y="61.66" width="11.67" height="14.64" fill="%23947d20"/&gt;&lt;path fill="%23947d20" d="M82.63,43.09c-.38-.1-.78-.17-1.19-.17-2.61,0-4.72,2.11-4.72,4.72v7.06h5.91v-11.61Z"/&gt;&lt;path fill="%23947d20" d="M74.19,0H8.5C3.81,0,0,3.81,0,8.5V56.24c0,4.7,3.81,8.5,8.5,8.5H60.42v-7.72c0-1.57,1.27-2.83,2.83-2.83h4.17v-4.42H7.71V8.16H75.06v26.82c1.89-.96,4.02-1.51,6.28-1.51h0c.46,0,.91,.03,1.35,.07V8.5c0-4.7-3.81-8.5-8.5-8.5ZM41.42,55.09c1.35,0,2.44,1.09,2.44,2.44s-1.09,2.44-2.44,2.44-2.44-1.09-2.44-2.44,1.09-2.44,2.44-2.44Z"/&gt;&lt;/svg&gt;') no-repeat;
  background-position: 95% 45%;
}
a[class^=bg_].dispatch.bg_sm,
div[class^=bg_].dispatch.bg_sm {
  background-position: right 15px top 12px;
}
a[class^=bg_].dispatch:hover,
div[class^=bg_].dispatch:hover {
  background: #947d20 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 99.82 85.33" width="70" height="60"&gt;&lt;path fill="%23fff" d="M96.8,56.69h-30.92c-1.67,0-3.02,1.35-3.02,3.02v22.59c0,1.67,1.35,3.02,3.02,3.02h30.92c1.67,0,3.02-1.35,3.02-3.02v-22.59c0-1.67-1.35-3.02-3.02-3.02Zm-13.82,14.71v5.14c0,.9-.73,1.63-1.63,1.63h-.02c-.9,0-1.63-.73-1.63-1.63v-5.14c-1.43-.63-2.43-2.06-2.43-3.72,0-2.25,1.82-4.07,4.07-4.07s4.07,1.82,4.07,4.07c0,1.66-1,3.08-2.43,3.72Z"/&gt;&lt;path fill="%23fff" d="M74.69,47.56c0-3.51,2.84-6.35,6.35-6.35h.59c3.51,0,6.35,2.84,6.35,6.35v7.14h4.2v-7.77c0-5.72-4.64-10.36-10.36-10.36h-.97c-5.72,0-10.36,4.64-10.36,10.36v7.77h4.2v-7.14Z"/&gt;&lt;rect x="28.18" y="72.89" width="26.2" height="6.83" fill="%23fff"/&gt;&lt;rect x="35.45" y="61.66" width="11.67" height="14.64" fill="%23fff"/&gt;&lt;path fill="%23fff" d="M82.63,43.09c-.38-.1-.78-.17-1.19-.17-2.61,0-4.72,2.11-4.72,4.72v7.06h5.91v-11.61Z"/&gt;&lt;path fill="%23fff" d="M74.19,0H8.5C3.81,0,0,3.81,0,8.5V56.24c0,4.7,3.81,8.5,8.5,8.5H60.42v-7.72c0-1.57,1.27-2.83,2.83-2.83h4.17v-4.42H7.71V8.16H75.06v26.82c1.89-.96,4.02-1.51,6.28-1.51h0c.46,0,.91,.03,1.35,.07V8.5c0-4.7-3.81-8.5-8.5-8.5ZM41.42,55.09c1.35,0,2.44,1.09,2.44,2.44s-1.09,2.44-2.44,2.44-2.44-1.09-2.44-2.44,1.09-2.44,2.44-2.44Z"/&gt;&lt;/svg&gt;') no-repeat;
  background-position: 95% 45%;
}
a[class^=bg_].dispatch:hover.bg_sm,
div[class^=bg_].dispatch:hover.bg_sm {
  background-position: right 15px top 12px;
}
@media (max-width: 767px) {
  a[class^=bg_].dispatch,
  div[class^=bg_].dispatch {
    background-position: right 15px top 15px;
  }
  a[class^=bg_].dispatch:hover,
  div[class^=bg_].dispatch:hover {
    background-position: right 15px top 15px;
  }
}
.price_area a[class^=bg_].dispatch,
.price_area div[class^=bg_].dispatch {
  background-image: none;
}
a[class^=bg_].minutes,
div[class^=bg_].minutes {
  background: #eef8f9 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 78.39 78.4" width="56" height="56"&gt;&lt;path d="M31.21,54.12L77.54,7.03c1.12-1.09,1.14-2.89,.05-4.01l-2.11-2.16c-1.09-1.12-2.89-1.14-4.01-.05L24.26,46.99l6.95,7.13Z" fill="%2301a5a4"/&gt;&lt;path d="M31.21,59.11c-.78-2.38-2.7-3.99-4.35-5.79-.61-.67-1.23-1.33-1.87-1.97-.7-.7-1.49-1.32-2.21-2-2.51-2.38-6.07-2.89-9.42-2.63-3.17,.25-6.21,1.56-8.47,3.81C2.31,53.11,.19,57.53,.17,61.1l-.17,17.3H17.3c3.63,0,7.99-2.24,10.6-4.85,2.13-2.13,3.43-4.97,3.77-7.95,.24-2.13,.22-4.41-.45-6.48Zm-21.77,3.02c-1.73,0-3.14-1.4-3.14-3.14s1.4-3.14,3.14-3.14,3.14,1.4,3.14,3.14-1.4,3.14-3.14,3.14Z" fill="%2301a5a4"/&gt;&lt;/svg&gt;') no-repeat;
}
a[class^=bg_].minutes.bg_sm,
div[class^=bg_].minutes.bg_sm {
  background-position: right 15px top 12px;
}
a[class^=bg_].minutes:hover,
div[class^=bg_].minutes:hover {
  background: #01a5a4 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 78.39 78.4" width="56" height="56"&gt;&lt;path d="M31.21,54.12L77.54,7.03c1.12-1.09,1.14-2.89,.05-4.01l-2.11-2.16c-1.09-1.12-2.89-1.14-4.01-.05L24.26,46.99l6.95,7.13Z" fill="%23fff"/&gt;&lt;path d="M31.21,59.11c-.78-2.38-2.7-3.99-4.35-5.79-.61-.67-1.23-1.33-1.87-1.97-.7-.7-1.49-1.32-2.21-2-2.51-2.38-6.07-2.89-9.42-2.63-3.17,.25-6.21,1.56-8.47,3.81C2.31,53.11,.19,57.53,.17,61.1l-.17,17.3H17.3c3.63,0,7.99-2.24,10.6-4.85,2.13-2.13,3.43-4.97,3.77-7.95,.24-2.13,.22-4.41-.45-6.48Zm-21.77,3.02c-1.73,0-3.14-1.4-3.14-3.14s1.4-3.14,3.14-3.14,3.14,1.4,3.14,3.14-1.4,3.14-3.14,3.14Z" fill="%23fff"/&gt;&lt;/svg&gt;') no-repeat;
}
a[class^=bg_].minutes:hover.bg_sm,
div[class^=bg_].minutes:hover.bg_sm {
  background-position: right 15px top 12px;
}
@media (max-width: 767px) {
  a[class^=bg_].minutes,
  div[class^=bg_].minutes {
    background-position: right 15px top 15px;
  }
  a[class^=bg_].minutes:hover,
  div[class^=bg_].minutes:hover {
    background-position: right 15px top 15px;
  }
}
a[class^=bg_].judge,
div[class^=bg_].judge {
  background: #eef8f9 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 75.26 79.36" width="55" height="58"&gt;&lt;ellipse cx="37.63" cy="33.08" rx="16.77" ry="19.7" fill="%2301a5a4"/&gt;&lt;path d="M40.04,35.23c-1.33,.82-3.5,.82-4.83,0L8.4,18.78c-1.33-.82-1.31-2.12,.04-2.89L35.17,.58c1.35-.77,3.57-.77,4.92,0l26.72,15.3c1.35,.77,1.37,2.08,.04,2.89l-26.81,16.45Z" fill="%2301a5a4"/&gt;&lt;path d="M62.66,79.36c1.56,0,3.86-.76,5.11-1.68l6.55-4.84c1.25-.93,1.24-2.42-.03-3.32l-34.35-24.29c-1.27-.9-3.36-.9-4.63,0L.96,69.52c-1.27,.9-1.29,2.39-.03,3.32l6.55,4.84c1.25,.93,3.56,1.68,5.11,1.68H62.66Z" fill="%2301a5a4"/&gt;&lt;/svg&gt;') no-repeat;
}
a[class^=bg_].judge.bg_sm,
div[class^=bg_].judge.bg_sm {
  background-position: right 12px top 11px;
}
a[class^=bg_].judge:hover,
div[class^=bg_].judge:hover {
  background: #01a5a4 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 75.26 79.36" width="55" height="58"&gt;&lt;ellipse cx="37.63" cy="33.08" rx="16.77" ry="19.7" fill="%23fff"/&gt;&lt;path d="M40.04,35.23c-1.33,.82-3.5,.82-4.83,0L8.4,18.78c-1.33-.82-1.31-2.12,.04-2.89L35.17,.58c1.35-.77,3.57-.77,4.92,0l26.72,15.3c1.35,.77,1.37,2.08,.04,2.89l-26.81,16.45Z" fill="%23fff"/&gt;&lt;path d="M62.66,79.36c1.56,0,3.86-.76,5.11-1.68l6.55-4.84c1.25-.93,1.24-2.42-.03-3.32l-34.35-24.29c-1.27-.9-3.36-.9-4.63,0L.96,69.52c-1.27,.9-1.29,2.39-.03,3.32l6.55,4.84c1.25,.93,3.56,1.68,5.11,1.68H62.66Z" fill="%23fff"/&gt;&lt;/svg&gt;') no-repeat;
}
a[class^=bg_].judge:hover.bg_sm,
div[class^=bg_].judge:hover.bg_sm {
  background-position: right 12px top 11px;
}
@media (max-width: 767px) {
  a[class^=bg_].judge,
  div[class^=bg_].judge {
    background-position: right 6px top 15px;
  }
  a[class^=bg_].judge:hover,
  div[class^=bg_].judge:hover {
    background-position: right 6px top 15px;
  }
}
a[class^=bg_].record,
div[class^=bg_].record {
  background: #eef8f9 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 73.32 70.82" width="52" height="50"&gt;&lt;rect x="33.43" y="32.58" width="6.46" height="9.69" fill="%2301a5a4"/&gt;&lt;g&gt;&lt;path d="M29.1,30.28c0-1.57,1.27-2.83,2.83-2.83h9.45c1.57,0,2.83,1.27,2.83,2.83v4.36h29.1V17.51c0-1.57-1.27-2.83-2.83-2.83H2.83c-1.57,0-2.83,1.27-2.83,2.83v17.13H29.1v-4.36Z" fill="%2301a5a4"/&gt;&lt;path d="M44.22,44.43c0,1.57-1.27,2.83-2.83,2.83h-9.45c-1.57,0-2.83-1.27-2.83-2.83v-4.8H0v28.36c0,1.57,1.27,2.83,2.83,2.83H70.48c1.57,0,2.83-1.27,2.83-2.83v-28.36h-29.1v4.8Z" fill="%2301a5a4"/&gt;&lt;/g&gt;&lt;polygon points="46.19 9.87 51.34 9.87 45.18 0 27.57 0 21.39 9.87 26.54 9.87 30.11 4.18 42.62 4.18 46.19 9.87" fill="%2301a5a4"/&gt;&lt;/svg&gt;') no-repeat;
}
a[class^=bg_].record.bg_sm,
div[class^=bg_].record.bg_sm {
  background-position: right 12px top 12px;
}
a[class^=bg_].record:hover,
div[class^=bg_].record:hover {
  background: #01a5a4 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 73.32 70.82" width="52" height="50"&gt;&lt;rect x="33.43" y="32.58" width="6.46" height="9.69" fill="%23fff"/&gt;&lt;g&gt;&lt;path d="M29.1,30.28c0-1.57,1.27-2.83,2.83-2.83h9.45c1.57,0,2.83,1.27,2.83,2.83v4.36h29.1V17.51c0-1.57-1.27-2.83-2.83-2.83H2.83c-1.57,0-2.83,1.27-2.83,2.83v17.13H29.1v-4.36Z" fill="%23fff"/&gt;&lt;path d="M44.22,44.43c0,1.57-1.27,2.83-2.83,2.83h-9.45c-1.57,0-2.83-1.27-2.83-2.83v-4.8H0v28.36c0,1.57,1.27,2.83,2.83,2.83H70.48c1.57,0,2.83-1.27,2.83-2.83v-28.36h-29.1v4.8Z" fill="%23fff"/&gt;&lt;/g&gt;&lt;polygon points="46.19 9.87 51.34 9.87 45.18 0 27.57 0 21.39 9.87 26.54 9.87 30.11 4.18 42.62 4.18 46.19 9.87" fill="%23fff"/&gt;&lt;/svg&gt;') no-repeat;
}
a[class^=bg_].record:hover.bg_sm,
div[class^=bg_].record:hover.bg_sm {
  background-position: right 12px top 12px;
}
@media (max-width: 767px) {
  a[class^=bg_].record,
  div[class^=bg_].record {
    background-position: right 6px top 15px;
  }
  a[class^=bg_].record:hover,
  div[class^=bg_].record:hover {
    background-position: right 6px top 15px;
  }
}
a[class^=bg_].english,
div[class^=bg_].english {
  background: #eef8f9 url('data:image/svg+xml;utf8,&lt;svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" width="49" height="61" viewBox="0 0 36.59 45.89"&gt;&lt;defs&gt;&lt;style&gt;.cls-1{fill:%2301a5a4;}&lt;/style&gt;&lt;/defs&gt;&lt;g id="_レイヤー_2-2"&gt;&lt;g id="_レイヤー_1-2"&gt;&lt;polygon class="cls-1" points="36.57 8.52 28.06 8.52 28.06 0 36.57 8.52"/&gt;&lt;path class="cls-1" d="m18.19,19.13h-.06c-.33,1.17-.69,2.57-1.08,3.75l-1.83,5.02h5.91l-1.8-5c-.42-1.25-.81-2.6-1.14-3.77Z"/&gt;&lt;path class="cls-1" d="m28.36,10.38h-.01c-1.12,0-2.02-.91-2.02-2.02V0H2.02C.9,0,0,.91,0,2.02v41.85c0,1.12.91,2.02,2.02,2.02h32.55c1.12,0,2.02-.91,2.02-2.02V10.38h-8.23Zm-4.6,25.37l-2.07-5.62h-7.02l-1.98,5.62h-3.57l7.02-19.12h4.26l7.02,19.12h-3.66Z"/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;') no-repeat;
}
a[class^=bg_].english.bg_sm,
div[class^=bg_].english.bg_sm {
  background-position: right 15px top 12px;
}
a[class^=bg_].english:hover,
div[class^=bg_].english:hover {
  background: #01a5a4 url('data:image/svg+xml;utf8,&lt;svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" width="49" height="61" viewBox="0 0 36.59 45.89"&gt;&lt;defs&gt;&lt;style&gt;.cls-1{fill:%23fff;}&lt;/style&gt;&lt;/defs&gt;&lt;g id="_レイヤー_2-2"&gt;&lt;g id="_レイヤー_1-2"&gt;&lt;polygon class="cls-1" points="36.57 8.52 28.06 8.52 28.06 0 36.57 8.52"/&gt;&lt;path class="cls-1" d="m18.19,19.13h-.06c-.33,1.17-.69,2.57-1.08,3.75l-1.83,5.02h5.91l-1.8-5c-.42-1.25-.81-2.6-1.14-3.77Z"/&gt;&lt;path class="cls-1" d="m28.36,10.38h-.01c-1.12,0-2.02-.91-2.02-2.02V0H2.02C.9,0,0,.91,0,2.02v41.85c0,1.12.91,2.02,2.02,2.02h32.55c1.12,0,2.02-.91,2.02-2.02V10.38h-8.23Zm-4.6,25.37l-2.07-5.62h-7.02l-1.98,5.62h-3.57l7.02-19.12h4.26l7.02,19.12h-3.66Z"/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;') no-repeat;
}
a[class^=bg_].english:hover.bg_sm,
div[class^=bg_].english:hover.bg_sm {
  background-position: right 15px top 12px;
}
@media (max-width: 767px) {
  a[class^=bg_].english,
  div[class^=bg_].english {
    background-position: right 6px top 15px;
  }
  a[class^=bg_].english:hover,
  div[class^=bg_].english:hover {
    background-position: right 6px top 15px;
  }
}
a[class^=bg_].medical,
div[class^=bg_].medical {
  background: #eef8f9 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 87.71 87.47" width="70" height="61"&gt;&lt;rect x="65.57" y="4.17" width="15.97" height="19.96" transform="translate(31.55 -47.87) rotate(45)" fill="%2301a5a4"/&gt;&lt;polygon points="72.33 39.48 48.23 15.38 54.58 14.03 73.6 33.05 72.33 39.48" fill="%2301a5a4"/&gt;&lt;rect x="67.51" y="6.15" width="22.74" height="5.34" rx="2.66" ry="2.66" transform="translate(29.34 -53.19) rotate(45)" fill="%2301a5a4"/&gt;&lt;polygon points="14.96 68.73 0 87.47 19.87 73.73 14.96 68.73" fill="%2301a5a4"/&gt;&lt;path d="M65.1,37.52l-14.91-14.91c-1.11-1.11-2.9-1.11-4.01,0l-27.33,26.81c-5.37,5.37-5.37,14.07,0,19.44h0c5.37,5.37,14.07,5.37,19.44,0l26.81-27.33c1.11-1.11,1.11-2.9,0-4.01ZM30.1,58.84l-7.58-7.58,1.82-1.82,7.58,7.58-1.82,1.82Zm7.84-7.84l-7.58-7.58,1.82-1.82,7.58,7.58-1.82,1.82Zm23.19-9.08l-10.1,10.37-14.67-14.67,3.39-3.35,7.46,7.46,1.82-1.82-7.45-7.45,5.13-5.06c.84-.85,2.21-.85,3.06,0l11.37,11.45c.84,.85,.84,2.23,0,3.08Z" fill="%2301a5a4"/&gt;&lt;/svg&gt;') no-repeat;
}
a[class^=bg_].medical.bg_sm,
div[class^=bg_].medical.bg_sm {
  background-position: right 10px top 12px;
}
a[class^=bg_].medical:hover,
div[class^=bg_].medical:hover {
  background: #01a5a4 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 87.71 87.47" width="70" height="61"&gt;&lt;rect x="65.57" y="4.17" width="15.97" height="19.96" transform="translate(31.55 -47.87) rotate(45)" fill="%23fff"/&gt;&lt;polygon points="72.33 39.48 48.23 15.38 54.58 14.03 73.6 33.05 72.33 39.48" fill="%23fff"/&gt;&lt;rect x="67.51" y="6.15" width="22.74" height="5.34" rx="2.66" ry="2.66" transform="translate(29.34 -53.19) rotate(45)" fill="%23fff"/&gt;&lt;polygon points="14.96 68.73 0 87.47 19.87 73.73 14.96 68.73" fill="%23fff"/&gt;&lt;path d="M65.1,37.52l-14.91-14.91c-1.11-1.11-2.9-1.11-4.01,0l-27.33,26.81c-5.37,5.37-5.37,14.07,0,19.44h0c5.37,5.37,14.07,5.37,19.44,0l26.81-27.33c1.11-1.11,1.11-2.9,0-4.01ZM30.1,58.84l-7.58-7.58,1.82-1.82,7.58,7.58-1.82,1.82Zm7.84-7.84l-7.58-7.58,1.82-1.82,7.58,7.58-1.82,1.82Zm23.19-9.08l-10.1,10.37-14.67-14.67,3.39-3.35,7.46,7.46,1.82-1.82-7.45-7.45,5.13-5.06c.84-.85,2.21-.85,3.06,0l11.37,11.45c.84,.85,.84,2.23,0,3.08Z" fill="%23fff"/&gt;&lt;/svg&gt;') no-repeat;
}
a[class^=bg_].medical:hover.bg_sm,
div[class^=bg_].medical:hover.bg_sm {
  background-position: right 10px top 12px;
}
@media (max-width: 767px) {
  a[class^=bg_].medical,
  div[class^=bg_].medical {
    background-position: right 6px top 15px;
  }
  a[class^=bg_].medical:hover,
  div[class^=bg_].medical:hover {
    background-position: right 6px top 15px;
  }
}
a[class^=bg_].talk,
div[class^=bg_].talk {
  background: #eef8f9 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 74.39 72.23" width="53" height="52"&gt;&lt;ellipse cx="37.19" cy="31.26" rx="37.19" ry="31.26" fill="%2301a5a4"/&gt;&lt;path d="M41.54,57.48l-16.19,14.05c-1.84,1.6-4.71,.28-4.69-2.16l.12-21.44c.01-2.06,2.15-3.42,4.02-2.56l16.07,7.39c1.87,.86,2.23,3.37,.67,4.72Z" fill="%2301a5a4"/&gt;&lt;/svg&gt;') no-repeat;
}
a[class^=bg_].talk.bg_sm,
div[class^=bg_].talk.bg_sm {
  background-position: right 12px top 12px;
}
a[class^=bg_].talk:hover,
div[class^=bg_].talk:hover {
  background: #01a5a4 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 74.39 72.23" width="53" height="52"&gt;&lt;ellipse cx="37.19" cy="31.26" rx="37.19" ry="31.26" fill="%23fff"/&gt;&lt;path d="M41.54,57.48l-16.19,14.05c-1.84,1.6-4.71,.28-4.69-2.16l.12-21.44c.01-2.06,2.15-3.42,4.02-2.56l16.07,7.39c1.87,.86,2.23,3.37,.67,4.72Z" fill="%23fff"/&gt;&lt;/svg&gt;') no-repeat;
}
a[class^=bg_].talk:hover.bg_sm,
div[class^=bg_].talk:hover.bg_sm {
  background-position: right 12px top 12px;
}
@media (max-width: 767px) {
  a[class^=bg_].talk,
  div[class^=bg_].talk {
    background-position: right 6px top 15px;
  }
  a[class^=bg_].talk:hover,
  div[class^=bg_].talk:hover {
    background-position: right 6px top 15px;
  }
}
a[class^=bg_].data,
div[class^=bg_].data {
  background: #eef8f9 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 83.08 85.13" width="59" height="60"&gt;&lt;path d="M11.16,8.95h55.78V2.83c0-1.57-1.27-2.83-2.83-2.83H2.83C1.27,0,0,1.27,0,2.83V68.5c0,1.57,1.27,2.83,2.83,2.83H11.16V8.95Z" fill="%2301a5a4"/&gt;&lt;path d="M80.24,13.8H18.98c-1.57,0-2.83,1.27-2.83,2.83V82.3c0,1.57,1.27,2.83,2.83,2.83h61.26c1.57,0,2.83-1.27,2.83-2.83V16.63c0-1.57-1.27-2.83-2.83-2.83ZM29.36,22.16h22.9v5.5H29.36v-5.5Zm27.57,51.08H29.36v-3.82h27.57v3.82Zm12.65-11.74H29.36v-3.82h40.22v3.82Zm0-11.74H29.36v-3.82h40.22v3.82Z" fill="%2301a5a4"/&gt;&lt;/svg&gt;') no-repeat;
}
a[class^=bg_].data.bg_sm,
div[class^=bg_].data.bg_sm {
  background-position: right 15px top 12px;
}
a[class^=bg_].data:hover,
div[class^=bg_].data:hover {
  background: #01a5a4 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 83.08 85.13" width="59" height="60"&gt;&lt;path d="M11.16,8.95h55.78V2.83c0-1.57-1.27-2.83-2.83-2.83H2.83C1.27,0,0,1.27,0,2.83V68.5c0,1.57,1.27,2.83,2.83,2.83H11.16V8.95Z" fill="%23fff"/&gt;&lt;path d="M80.24,13.8H18.98c-1.57,0-2.83,1.27-2.83,2.83V82.3c0,1.57,1.27,2.83,2.83,2.83h61.26c1.57,0,2.83-1.27,2.83-2.83V16.63c0-1.57-1.27-2.83-2.83-2.83ZM29.36,22.16h22.9v5.5H29.36v-5.5Zm27.57,51.08H29.36v-3.82h27.57v3.82Zm12.65-11.74H29.36v-3.82h40.22v3.82Zm0-11.74H29.36v-3.82h40.22v3.82Z" fill="%23fff"/&gt;&lt;/svg&gt;') no-repeat;
}
a[class^=bg_].data:hover.bg_sm,
div[class^=bg_].data:hover.bg_sm {
  background-position: right 15px top 12px;
}
@media (max-width: 767px) {
  a[class^=bg_].data,
  div[class^=bg_].data {
    background-position: right 6px top 15px;
  }
  a[class^=bg_].data:hover,
  div[class^=bg_].data:hover {
    background-position: right 6px top 15px;
  }
}
a[class^=bg_].telop,
div[class^=bg_].telop {
  background: #eef8f9 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 86.23 86.23" width="62" height="62"&gt;&lt;path fill="%2301a5a4" d="M77.73,0H8.5C3.81,0,0,3.81,0,8.5V77.73c0,4.7,3.81,8.5,8.5,8.5H77.73c4.7,0,8.5-3.81,8.5-8.5V8.5c0-4.7-3.81-8.5-8.5-8.5Zm.83,75.3H7.67V10.13H78.56V75.3Z"/&gt;&lt;rect x="19.34" y="55.19" width="47.56" height="3.67" rx="1.83" ry="1.83" fill="%2301a5a4"/&gt;&lt;rect x="26.04" y="63.55" width="34.16" height="3.67" rx="1.83" ry="1.83" fill="%2301a5a4"/&gt;&lt;path fill="%2301a5a4" d="M37.73,48l16.02-14.15c.38-.34,.38-.94,0-1.27l-16.02-14.15c-.55-.49-1.41-.1-1.41,.64v28.3c0,.73,.86,1.12,1.41,.64Z"/&gt;&lt;/svg&gt;') no-repeat;
  background-position: 96.2% 47%;
}
a[class^=bg_].telop.bg_sm,
div[class^=bg_].telop.bg_sm {
  background-position: right 12px top 12px;
}
a[class^=bg_].telop:hover,
div[class^=bg_].telop:hover {
  background: #01a5a4 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 86.23 86.23" width="62" height="62"&gt;&lt;path fill="%23fff" d="M77.73,0H8.5C3.81,0,0,3.81,0,8.5V77.73c0,4.7,3.81,8.5,8.5,8.5H77.73c4.7,0,8.5-3.81,8.5-8.5V8.5c0-4.7-3.81-8.5-8.5-8.5Zm.83,75.3H7.67V10.13H78.56V75.3Z"/&gt;&lt;rect x="19.34" y="55.19" width="47.56" height="3.67" rx="1.83" ry="1.83" fill="%23fff"/&gt;&lt;rect x="26.04" y="63.55" width="34.16" height="3.67" rx="1.83" ry="1.83" fill="%23fff"/&gt;&lt;path fill="%23fff" d="M37.73,48l16.02-14.15c.38-.34,.38-.94,0-1.27l-16.02-14.15c-.55-.49-1.41-.1-1.41,.64v28.3c0,.73,.86,1.12,1.41,.64Z"/&gt;&lt;/svg&gt;') no-repeat;
  background-position: 96.2% 47%;
}
a[class^=bg_].telop:hover.bg_sm,
div[class^=bg_].telop:hover.bg_sm {
  background-position: right 12px top 12px;
}
@media (max-width: 767px) {
  a[class^=bg_].telop,
  div[class^=bg_].telop {
    background-position: right 15px top 15px;
  }
  a[class^=bg_].telop:hover,
  div[class^=bg_].telop:hover {
    background-position: right 15px top 15px;
  }
}
a[class^=bg_].edit,
div[class^=bg_].edit {
  background: #eef8f9 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 78.6 66.61" width="74" height="46"&gt;&lt;path d="M74.64,12.78V5.35s-1.34-5.35-17.74-5.35c-12.77,0-16.41,3.85-17.39,5.35-.98-1.5-4.62-5.35-17.39-5.35C5.72,0,4.37,5.35,4.37,5.35v7.43H0V62.76H78.6V12.78h-3.96ZM36.85,53.94c-2.54-2.18-8.18-3.29-14.75-3.29-5.73,0-10.75,1.55-13.63,3.29V10.1s1.08-4.88,14.19-4.88,14.19,4.88,14.19,4.88V53.94Zm33.69,0c-2.54-2.18-8.18-3.29-14.75-3.29-5.73,0-10.75,1.55-13.63,3.29V10.1s1.08-4.88,14.19-4.88,14.19,4.88,14.19,4.88V53.94Z" fill="%2301a5a4"/&gt;&gt;&lt;polygon points="42.19 66.61 36.4 66.61 35.74 61.99 42.86 61.99 42.19 66.61" fill="%2301a5a4"/&gt;&lt;/svg&gt;') no-repeat;
}
a[class^=bg_].edit.bg_sm,
div[class^=bg_].edit.bg_sm {
  background-position: right 6px top 12px;
}
a[class^=bg_].edit:hover,
div[class^=bg_].edit:hover {
  background: #01a5a4 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 78.6 66.61" width="74" height="46"&gt;&lt;path d="M74.64,12.78V5.35s-1.34-5.35-17.74-5.35c-12.77,0-16.41,3.85-17.39,5.35-.98-1.5-4.62-5.35-17.39-5.35C5.72,0,4.37,5.35,4.37,5.35v7.43H0V62.76H78.6V12.78h-3.96ZM36.85,53.94c-2.54-2.18-8.18-3.29-14.75-3.29-5.73,0-10.75,1.55-13.63,3.29V10.1s1.08-4.88,14.19-4.88,14.19,4.88,14.19,4.88V53.94Zm33.69,0c-2.54-2.18-8.18-3.29-14.75-3.29-5.73,0-10.75,1.55-13.63,3.29V10.1s1.08-4.88,14.19-4.88,14.19,4.88,14.19,4.88V53.94Z" fill="%23fff"/&gt;&gt;&lt;polygon points="42.19 66.61 36.4 66.61 35.74 61.99 42.86 61.99 42.19 66.61" fill="%23fff"/&gt;&lt;/svg&gt;') no-repeat;
}
a[class^=bg_].edit:hover.bg_sm,
div[class^=bg_].edit:hover.bg_sm {
  background-position: right 6px top 12px;
}
@media (max-width: 767px) {
  a[class^=bg_].edit,
  div[class^=bg_].edit {
    background-position: right 6px top 15px;
  }
  a[class^=bg_].edit:hover,
  div[class^=bg_].edit:hover {
    background-position: right 6px top 15px;
  }
}
a[class^=bg_].trans,
div[class^=bg_].trans {
  background: #E6F1F3 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80.83 80.83" width="59" height="59"&gt;&lt;path fill="%230180A5" d="M12.21,23.29c.84-.16,1.71-.17,2.54-.42,.73-.22,1.34-.72,1.97-1.12,.51-.33,2.36-.5,2.97-.51,1.16-.02,2.21,.35,3.33,.03,1.32-.39,2.51-1.43,3.9-1.79,.47-.12,2.02,.28,2.34,.04,.28-.22,.3-1.02,.55-1.34,.39-.5,1.07-.75,1.65-.93,.78-.25,1.08-1.13,1.84-1.42,1-.39,2.4-.01,3.45-.01,.13,0,.45-.41,.56-.5,.23-.21,.49-.45,.79-.54,.66-.2,1.39,.55,1.95,.82,.33,.16,.54,.39,.62,.75,.05,.2-.04,.49,.07,.68,.19,.33,.57,.21,.89,.26,.57,.1,1.15,.18,1.72,.29,1.11,.22,2.26,.22,3.37,.46,.49,.1,1.56-.32,1.99-.02,.26,.18,.28,1.91,.48,1.87l2.22-.39c1.38-.24,2.66-.5,4.07-.5,.57,0,1.13,0,1.7,0,1.17,0,2.24,.55,3.28,1.01,.49,.21,.99,.38,1.5,.55,.29,.09,.7,.32,1,.32,.97,0,1.94-.22,2.91-.1,.88,.11,1.55,.72,2.27,1.2l3.74,2.53v1.32c0-.06-3.84,.3-4.14,.33-.55,.07-3.64,.17-3.78,.88-.14,.65-.18,1.33-.41,1.96-.23,.62-.8,2.11-1.52,2.24-.39,.07-.84-.04-1.23-.09-.59-.07-.65-.36-.85-.88-.2-.52-.04-.62,.36-.99l1-.93,.48-.72c1.08-1.63-1.65-1.38-2.24-1.15l-1.43,.55s-2.42,.55-2.97,.55-1.72,.96-1.76,.99c-.23,.19-.42,.54-.52,.82-.27,.78,.94,1.42,1.51,1.71,.14,.1,.29,.54,.36,.69,.21,.49-.33,1.59-.61,2-.21,.31-.63,.99-.95,1.16l-2.31,1.21c-.52,.27-1.19,.19-1.69,.53-.83,.57,.26,1.48,.04,2.22-.08,.28-.09,.78-.31,.99-.24,.23-.95,.2-1.2-.03-.19-.17-.32-.53-.45-.75-.17-.28-.3-.59-.49-.87-.32-.48-.49-.41-1.04-.33-1.05,.16-.28,1.43-.03,2.09,.45,.36,1.04,.7,1.41,1.13,.23,.26,.22,.24,.14,.62-.4,1.93-1.97,3.3-3.79,3.91-.89,.3-1.71,0-2.61,.11-.65,.08-.95,1-.83,1.6,.11,.57,.73,.87,1.05,1.31,.23,.31,.15,1.09-.13,1.35-.13,.13-.47,.19-.64,.26l-1.55,.62h-.99l1.54,2.53-.77,.55-1.98-1.32-1.21-2.09c-.43-1.13-.73-2.75-1.59-3.61l-.64-.64c-.49-.5-.7-.29-1.26,0-.57,.3-.86,.71-1.32,1.17-.41,.59-1.63,1.21-1.71,1.93-.07,.59,.13,1.96-.69,2.03-.43,.04-1.13-.16-1.38-.54-.43-.65-.51-1.47-.79-2.18-.25-.63-.51-1.27-.76-1.9-.11-.27-1.49-.62-1.81-.85-.63-.45-1.94-.98-2.59-1.35-.97-.54-1.65-.76-2.75-1.1-.24-.07-1.57,.24-1.69,.47-.21,.4,.44,1.16,.59,1.51,.35,.82,1.67,.19,2.27,.5,2.73,1.38-3.18,2.91-4.03,2.91-1.19,0-2.29-.83-3-1.71-.35-.43-.55-.9-.78-1.39-.3-.62-.76-1.14-1.11-1.72-.33-.54-.77-1.08-1.01-1.67-.26-.63,.41-.74,.41-1.32v-2.31c0,.09-1.32,.11-1.45,.04-.43-.21-.18-1.47,.24-1.47,.67,0,1.34,.13,2.01,.05,.5-.06,.75-.48,.85-.94,.11-.51,.16-1.1-.27-1.48s-1.44-.65-1.97-.62c-.36,.02-.7,.26-1.03,.4-.49,.2-1.53,1.03-2.02,1.23l-1.54-1.67,2.42-11.5,5.28,.44Z"/&gt;&lt;path fill="%230180A5" d="M54.18,35.43s.04-.02,.05-.03c.29-.12,1.33-.23,1.56,.05,.42,.55-.24,1.16-.62,1.49-.14,.12-1.02,.7-1.02,.88v1.54c0,.69-.83,1.23-1.37,1.44-.59,.23-1.2,.61-1.82,.76-.41-.13-1.24-.13-1.54-.46-.24-.26,.07-.44,.29-.68,.2-.22,.45-.59,.7-.74l2.09-1.21,.88-.99,.32-.86c.09-.25,.24-1.02,.48-1.21Z"/&gt;&lt;path fill="%230180A5" d="M7.13,41.66c.44,.07,.89,.11,1.32,.24,1,.29,.58,1.39,.76,2.2,.15,.69,.42,1.36,.71,2,.47,1.03,1.02,2.03,1.64,2.99,.31,.48,.65,.96,1.1,1.31s1.05,.56,1.61,.43c.34-.08,.64-.27,.98-.35s.76-.02,.92,.28c.08,.15,.09,.33,.09,.5,0,.36-.02,.74-.21,1.05-.15,.26-.4,.44-.65,.62-.86,.6-1.77,1.15-2.49,1.91s-1.24,1.8-1.09,2.84c.1,.7,.49,1.31,.97,1.81,.53,.55,1.29,1.68,1.94,.7,.13-.2,.43-.76,.71-.79,.13-.01,.23,.1,.29,.21,.4,.65,.48,1.43,.5,2.19,.03,1.31-.2,2.8-1.29,3.53-1.23-1.04-2.77-1.71-3.86-2.9-.38-.41-.69-.88-1-1.34l-4.5-6.69c-.34-.51-.81-1.04-1.07-1.6s-.38-1.24-.56-1.83l-1.19-3.93c-.13-.44-.27-.9-.28-1.36,0-.32,.05-.63,.11-.95l.58-3.13c1.31-.06,2.66-.12,3.95,.07Z"/&gt;&lt;path fill="%230180A5" d="M34.88,52.65c.65-.11,2.31,1.76,2.85,2.15,.75,.54,1.69,1.02,2.56,.72,.61-.21,1.04-.76,1.41-1.29,.36-.51,.71-1.04,1.24-1.37s.72-1.18,1.73,.03c.21,.25,.37,.55,.6,.78,.47,.47,1.22,.43,1.88,.37,0,0,.84-.05-1.23,1.99-.72,.71,2.98,2.23,2.4,2.47-1.8,.98-5.24,.1-7.08-.17-1.1-.16-2.23-.33-3.21-.86-1.27-.7-2.96-1.96-3.31-3.5-.21-.92-.11-1.29,.16-1.33Z"/&gt;&lt;path fill="%230180A5" d="M45.46,47.3c.1-.03,.2,.05,.28,.13,.18,.17,.35,.35,.52,.54,.33,.36,.46,.72,.5,1.2,.02,.25,.06,.5,.1,.75,0,.04,.01,.08,.04,.11,.02,.03,.06,.04,.09,.05,.19,.06,.38,.11,.56,.2,.39,.19,.65,.58,.77,1s.11,.86,.05,1.29c-.01,.07-.04,.16-.11,.16-.03,0-.06-.02-.09-.04-.65-.44-1.28-.91-1.87-1.43-.3-.26-.58-.53-.86-.81-.12-.12-.31-.26-.39-.4-.09-.17-.04-.43-.02-.61,.07-.64,.14-1.27,.28-1.9,.02-.1,.06-.21,.16-.25Z"/&gt;&lt;path fill="%230180A5" d="M49.2,54.34c.31-.33,2.24,.99,2.24,.99l1.06,.55h.88c.39,0,1.03-.12,1.36,.1,.46,.32,.9,.67,1.35,1.01,.31,.24,.58,.5,.74,.87,.12,.27,.64,1.19,.1,1.27-.38,.06-1.12-.1-1.46-.28-.6-.3-1.16-.67-1.77-.94-.28-.12-.54-.24-.85-.21-.25,.02-.5,.11-.75,.14-.5,.06-1.17-.69-1.55-.98,0,0-1.67-2.2-1.36-2.53Z"/&gt;&lt;path fill="%230180A5" d="M42.45,64.31c.1-.19,.41-.23,.58-.32,.29-.15,.58-.31,.86-.46,.55-.29,1.14-.51,1.65-.87,.56-.38,1.03-.93,1.51-1.41,.24-.24,.47-.52,.78-.68,.37-.19,.8-.16,1.19-.23,.21-.04,.44-.06,.65-.12,.33-.1,.94-.57,1.28-.35,.31,.2,.81,.37,.97,.72,.04,.1,.14,.76,.23,.79,0,0,1.61,.48,1.91,.22s.22-1.32,.51-1.39,1.21,2.42,1.21,2.42l1.8,2.13,.57,.81c.26,.37,.67,.76,.68,1.24,.01,.51,0,1.03,0,1.55l-1.1,2.72-3.45,1.69-1.08-2.42-1.93-1.17-2.09-1.32-1.87,.07-1.69,.95s-.55,.44-1.32,.44-1.47-.81-1.47-.81c0,0-.73-1.39-.73-1.61,0-.78,.14-1.55,.26-2.32,.01-.08,.03-.16,.07-.26Z"/&gt;&lt;path fill="%230180A5" d="M40.41,0C18.09,0,0,18.09,0,40.41s18.09,40.41,40.41,40.41,40.41-18.09,40.41-40.41S62.73,0,40.41,0Zm-.22,74.37c-18.6,0-33.69-15.08-33.69-33.69S21.59,7,40.19,7s33.69,15.08,33.69,33.69-15.08,33.69-33.69,33.69Z"/&gt;&lt;/svg&gt;') no-repeat;
  background-position: 94.4% 44.5%;
  color: #0180A5;
}
a[class^=bg_].trans.bg_sm,
div[class^=bg_].trans.bg_sm {
  background-position: right 12px top 12px;
}
a[class^=bg_].trans:hover,
div[class^=bg_].trans:hover {
  background: #0180A5 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80.83 80.83" width="59" height="59"&gt;&lt;path fill="%23fff" d="M12.21,23.29c.84-.16,1.71-.17,2.54-.42,.73-.22,1.34-.72,1.97-1.12,.51-.33,2.36-.5,2.97-.51,1.16-.02,2.21,.35,3.33,.03,1.32-.39,2.51-1.43,3.9-1.79,.47-.12,2.02,.28,2.34,.04,.28-.22,.3-1.02,.55-1.34,.39-.5,1.07-.75,1.65-.93,.78-.25,1.08-1.13,1.84-1.42,1-.39,2.4-.01,3.45-.01,.13,0,.45-.41,.56-.5,.23-.21,.49-.45,.79-.54,.66-.2,1.39,.55,1.95,.82,.33,.16,.54,.39,.62,.75,.05,.2-.04,.49,.07,.68,.19,.33,.57,.21,.89,.26,.57,.1,1.15,.18,1.72,.29,1.11,.22,2.26,.22,3.37,.46,.49,.1,1.56-.32,1.99-.02,.26,.18,.28,1.91,.48,1.87l2.22-.39c1.38-.24,2.66-.5,4.07-.5,.57,0,1.13,0,1.7,0,1.17,0,2.24,.55,3.28,1.01,.49,.21,.99,.38,1.5,.55,.29,.09,.7,.32,1,.32,.97,0,1.94-.22,2.91-.1,.88,.11,1.55,.72,2.27,1.2l3.74,2.53v1.32c0-.06-3.84,.3-4.14,.33-.55,.07-3.64,.17-3.78,.88-.14,.65-.18,1.33-.41,1.96-.23,.62-.8,2.11-1.52,2.24-.39,.07-.84-.04-1.23-.09-.59-.07-.65-.36-.85-.88-.2-.52-.04-.62,.36-.99l1-.93,.48-.72c1.08-1.63-1.65-1.38-2.24-1.15l-1.43,.55s-2.42,.55-2.97,.55-1.72,.96-1.76,.99c-.23,.19-.42,.54-.52,.82-.27,.78,.94,1.42,1.51,1.71,.14,.1,.29,.54,.36,.69,.21,.49-.33,1.59-.61,2-.21,.31-.63,.99-.95,1.16l-2.31,1.21c-.52,.27-1.19,.19-1.69,.53-.83,.57,.26,1.48,.04,2.22-.08,.28-.09,.78-.31,.99-.24,.23-.95,.2-1.2-.03-.19-.17-.32-.53-.45-.75-.17-.28-.3-.59-.49-.87-.32-.48-.49-.41-1.04-.33-1.05,.16-.28,1.43-.03,2.09,.45,.36,1.04,.7,1.41,1.13,.23,.26,.22,.24,.14,.62-.4,1.93-1.97,3.3-3.79,3.91-.89,.3-1.71,0-2.61,.11-.65,.08-.95,1-.83,1.6,.11,.57,.73,.87,1.05,1.31,.23,.31,.15,1.09-.13,1.35-.13,.13-.47,.19-.64,.26l-1.55,.62h-.99l1.54,2.53-.77,.55-1.98-1.32-1.21-2.09c-.43-1.13-.73-2.75-1.59-3.61l-.64-.64c-.49-.5-.7-.29-1.26,0-.57,.3-.86,.71-1.32,1.17-.41,.59-1.63,1.21-1.71,1.93-.07,.59,.13,1.96-.69,2.03-.43,.04-1.13-.16-1.38-.54-.43-.65-.51-1.47-.79-2.18-.25-.63-.51-1.27-.76-1.9-.11-.27-1.49-.62-1.81-.85-.63-.45-1.94-.98-2.59-1.35-.97-.54-1.65-.76-2.75-1.1-.24-.07-1.57,.24-1.69,.47-.21,.4,.44,1.16,.59,1.51,.35,.82,1.67,.19,2.27,.5,2.73,1.38-3.18,2.91-4.03,2.91-1.19,0-2.29-.83-3-1.71-.35-.43-.55-.9-.78-1.39-.3-.62-.76-1.14-1.11-1.72-.33-.54-.77-1.08-1.01-1.67-.26-.63,.41-.74,.41-1.32v-2.31c0,.09-1.32,.11-1.45,.04-.43-.21-.18-1.47,.24-1.47,.67,0,1.34,.13,2.01,.05,.5-.06,.75-.48,.85-.94,.11-.51,.16-1.1-.27-1.48s-1.44-.65-1.97-.62c-.36,.02-.7,.26-1.03,.4-.49,.2-1.53,1.03-2.02,1.23l-1.54-1.67,2.42-11.5,5.28,.44Z"/&gt;&lt;path fill="%23fff" d="M54.18,35.43s.04-.02,.05-.03c.29-.12,1.33-.23,1.56,.05,.42,.55-.24,1.16-.62,1.49-.14,.12-1.02,.7-1.02,.88v1.54c0,.69-.83,1.23-1.37,1.44-.59,.23-1.2,.61-1.82,.76-.41-.13-1.24-.13-1.54-.46-.24-.26,.07-.44,.29-.68,.2-.22,.45-.59,.7-.74l2.09-1.21,.88-.99,.32-.86c.09-.25,.24-1.02,.48-1.21Z"/&gt;&lt;path fill="%23fff" d="M7.13,41.66c.44,.07,.89,.11,1.32,.24,1,.29,.58,1.39,.76,2.2,.15,.69,.42,1.36,.71,2,.47,1.03,1.02,2.03,1.64,2.99,.31,.48,.65,.96,1.1,1.31s1.05,.56,1.61,.43c.34-.08,.64-.27,.98-.35s.76-.02,.92,.28c.08,.15,.09,.33,.09,.5,0,.36-.02,.74-.21,1.05-.15,.26-.4,.44-.65,.62-.86,.6-1.77,1.15-2.49,1.91s-1.24,1.8-1.09,2.84c.1,.7,.49,1.31,.97,1.81,.53,.55,1.29,1.68,1.94,.7,.13-.2,.43-.76,.71-.79,.13-.01,.23,.1,.29,.21,.4,.65,.48,1.43,.5,2.19,.03,1.31-.2,2.8-1.29,3.53-1.23-1.04-2.77-1.71-3.86-2.9-.38-.41-.69-.88-1-1.34l-4.5-6.69c-.34-.51-.81-1.04-1.07-1.6s-.38-1.24-.56-1.83l-1.19-3.93c-.13-.44-.27-.9-.28-1.36,0-.32,.05-.63,.11-.95l.58-3.13c1.31-.06,2.66-.12,3.95,.07Z"/&gt;&lt;path fill="%23fff" d="M34.88,52.65c.65-.11,2.31,1.76,2.85,2.15,.75,.54,1.69,1.02,2.56,.72,.61-.21,1.04-.76,1.41-1.29,.36-.51,.71-1.04,1.24-1.37s.72-1.18,1.73,.03c.21,.25,.37,.55,.6,.78,.47,.47,1.22,.43,1.88,.37,0,0,.84-.05-1.23,1.99-.72,.71,2.98,2.23,2.4,2.47-1.8,.98-5.24,.1-7.08-.17-1.1-.16-2.23-.33-3.21-.86-1.27-.7-2.96-1.96-3.31-3.5-.21-.92-.11-1.29,.16-1.33Z"/&gt;&lt;path fill="%23fff" d="M45.46,47.3c.1-.03,.2,.05,.28,.13,.18,.17,.35,.35,.52,.54,.33,.36,.46,.72,.5,1.2,.02,.25,.06,.5,.1,.75,0,.04,.01,.08,.04,.11,.02,.03,.06,.04,.09,.05,.19,.06,.38,.11,.56,.2,.39,.19,.65,.58,.77,1s.11,.86,.05,1.29c-.01,.07-.04,.16-.11,.16-.03,0-.06-.02-.09-.04-.65-.44-1.28-.91-1.87-1.43-.3-.26-.58-.53-.86-.81-.12-.12-.31-.26-.39-.4-.09-.17-.04-.43-.02-.61,.07-.64,.14-1.27,.28-1.9,.02-.1,.06-.21,.16-.25Z"/&gt;&lt;path fill="%23fff" d="M49.2,54.34c.31-.33,2.24,.99,2.24,.99l1.06,.55h.88c.39,0,1.03-.12,1.36,.1,.46,.32,.9,.67,1.35,1.01,.31,.24,.58,.5,.74,.87,.12,.27,.64,1.19,.1,1.27-.38,.06-1.12-.1-1.46-.28-.6-.3-1.16-.67-1.77-.94-.28-.12-.54-.24-.85-.21-.25,.02-.5,.11-.75,.14-.5,.06-1.17-.69-1.55-.98,0,0-1.67-2.2-1.36-2.53Z"/&gt;&lt;path fill="%23fff" d="M42.45,64.31c.1-.19,.41-.23,.58-.32,.29-.15,.58-.31,.86-.46,.55-.29,1.14-.51,1.65-.87,.56-.38,1.03-.93,1.51-1.41,.24-.24,.47-.52,.78-.68,.37-.19,.8-.16,1.19-.23,.21-.04,.44-.06,.65-.12,.33-.1,.94-.57,1.28-.35,.31,.2,.81,.37,.97,.72,.04,.1,.14,.76,.23,.79,0,0,1.61,.48,1.91,.22s.22-1.32,.51-1.39,1.21,2.42,1.21,2.42l1.8,2.13,.57,.81c.26,.37,.67,.76,.68,1.24,.01,.51,0,1.03,0,1.55l-1.1,2.72-3.45,1.69-1.08-2.42-1.93-1.17-2.09-1.32-1.87,.07-1.69,.95s-.55,.44-1.32,.44-1.47-.81-1.47-.81c0,0-.73-1.39-.73-1.61,0-.78,.14-1.55,.26-2.32,.01-.08,.03-.16,.07-.26Z"/&gt;&lt;path fill="%23fff" d="M40.41,0C18.09,0,0,18.09,0,40.41s18.09,40.41,40.41,40.41,40.41-18.09,40.41-40.41S62.73,0,40.41,0Zm-.22,74.37c-18.6,0-33.69-15.08-33.69-33.69S21.59,7,40.19,7s33.69,15.08,33.69,33.69-15.08,33.69-33.69,33.69Z"/&gt;&lt;/svg&gt;') no-repeat;
  background-position: 94.4% 44.5%;
  color: #fff;
}
a[class^=bg_].trans:hover.bg_sm,
div[class^=bg_].trans:hover.bg_sm {
  background-position: right 12px top 12px;
}
@media (max-width: 767px) {
  a[class^=bg_].trans,
  div[class^=bg_].trans {
    background-position: right 12px top 15px;
  }
  a[class^=bg_].trans:hover,
  div[class^=bg_].trans:hover {
    background-position: right 12px top 15px;
  }
}
a[class^=bg_].corpus,
div[class^=bg_].corpus {
  background: #eef8f9 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 69.11 67.48" width="57" height="56"&gt;&lt;path d="M47.74,67.48c-1.09,0-1.98-.89-1.98-1.98V1.98c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98v63.52c0,1.09-.89,1.98-1.98,1.98Z" fill="%2301a5a4"/&gt;&lt;path d="M41.35,54.11c-1.09,0-1.98-.89-1.98-1.98V15.34c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98V52.13c0,1.09-.89,1.98-1.98,1.98Z" fill="%2301a5a4"/&gt;&lt;path d="M27.97,54.11c-1.09,0-1.98-.89-1.98-1.98V15.34c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98V52.13c0,1.09-.89,1.98-1.98,1.98Z" fill="%2301a5a4"/&gt;&lt;path d="M8.33,49.86c-1.09,0-1.98-.89-1.98-1.98V19.6c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98v28.27c0,1.09-.89,1.98-1.98,1.98Z" fill="%2301a5a4"/&gt;&lt;path d="M67.13,49.86c-1.09,0-1.98-.89-1.98-1.98V19.6c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98v28.27c0,1.09-.89,1.98-1.98,1.98Z" fill="%2301a5a4"/&gt;&lt;path d="M14.99,47.35c-1.09,0-1.98-.89-1.98-1.98V22.11c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98v23.26c0,1.09-.89,1.98-1.98,1.98Z" fill="%2301a5a4"/&gt;&lt;path d="M34.66,47.35c-1.09,0-1.98-.89-1.98-1.98V22.11c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98v23.26c0,1.09-.89,1.98-1.98,1.98Z" fill="%2301a5a4"/&gt;&lt;path d="M1.98,44.9c-1.09,0-1.98-.89-1.98-1.98V24.56c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98v18.36c0,1.09-.89,1.98-1.98,1.98Z" fill="%2301a5a4"/&gt;&lt;path d="M60.73,43.58c-1.09,0-1.98-.89-1.98-1.98v-15.72c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98v15.72c0,1.09-.89,1.98-1.98,1.98Z" fill="%2301a5a4"/&gt;&lt;path d="M21.48,40.82c-1.09,0-1.98-.89-1.98-1.98v-10.21c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98v10.21c0,1.09-.89,1.98-1.98,1.98Z" fill="%2301a5a4"/&gt;&lt;path d="M54.33,54.11c-1.09,0-1.98-.89-1.98-1.98V15.34c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98V52.13c0,1.09-.89,1.98-1.98,1.98Z" fill="%2301a5a4"/&gt;&lt;/svg&gt;') no-repeat;
}
a[class^=bg_].corpus.bg_sm,
div[class^=bg_].corpus.bg_sm {
  background-position: right 15px top 12px;
}
a[class^=bg_].corpus:hover,
div[class^=bg_].corpus:hover {
  background: #01a5a4 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 69.11 67.48" width="57" height="56"&gt;&lt;path d="M47.74,67.48c-1.09,0-1.98-.89-1.98-1.98V1.98c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98v63.52c0,1.09-.89,1.98-1.98,1.98Z" fill="%23fff"/&gt;&lt;path d="M41.35,54.11c-1.09,0-1.98-.89-1.98-1.98V15.34c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98V52.13c0,1.09-.89,1.98-1.98,1.98Z" fill="%23fff"/&gt;&lt;path d="M27.97,54.11c-1.09,0-1.98-.89-1.98-1.98V15.34c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98V52.13c0,1.09-.89,1.98-1.98,1.98Z" fill="%23fff"/&gt;&lt;path d="M8.33,49.86c-1.09,0-1.98-.89-1.98-1.98V19.6c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98v28.27c0,1.09-.89,1.98-1.98,1.98Z" fill="%23fff"/&gt;&lt;path d="M67.13,49.86c-1.09,0-1.98-.89-1.98-1.98V19.6c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98v28.27c0,1.09-.89,1.98-1.98,1.98Z" fill="%23fff"/&gt;&lt;path d="M14.99,47.35c-1.09,0-1.98-.89-1.98-1.98V22.11c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98v23.26c0,1.09-.89,1.98-1.98,1.98Z" fill="%23fff"/&gt;&lt;path d="M34.66,47.35c-1.09,0-1.98-.89-1.98-1.98V22.11c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98v23.26c0,1.09-.89,1.98-1.98,1.98Z" fill="%23fff"/&gt;&lt;path d="M1.98,44.9c-1.09,0-1.98-.89-1.98-1.98V24.56c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98v18.36c0,1.09-.89,1.98-1.98,1.98Z" fill="%23fff"/&gt;&lt;path d="M60.73,43.58c-1.09,0-1.98-.89-1.98-1.98v-15.72c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98v15.72c0,1.09-.89,1.98-1.98,1.98Z" fill="%23fff"/&gt;&lt;path d="M21.48,40.82c-1.09,0-1.98-.89-1.98-1.98v-10.21c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98v10.21c0,1.09-.89,1.98-1.98,1.98Z" fill="%23fff"/&gt;&lt;path d="M54.33,54.11c-1.09,0-1.98-.89-1.98-1.98V15.34c0-1.09,.89-1.98,1.98-1.98s1.98,.89,1.98,1.98V52.13c0,1.09-.89,1.98-1.98,1.98Z" fill="%23fff"/&gt;&lt;/svg&gt;') no-repeat;
}
a[class^=bg_].corpus:hover.bg_sm,
div[class^=bg_].corpus:hover.bg_sm {
  background-position: right 15px top 12px;
}
@media (max-width: 767px) {
  a[class^=bg_].corpus,
  div[class^=bg_].corpus {
    background-position: right 6px top 15px;
  }
  a[class^=bg_].corpus:hover,
  div[class^=bg_].corpus:hover {
    background-position: right 6px top 15px;
  }
}
a[class^=bg_].content-check,
div[class^=bg_].content-check {
  background: #eef8f9 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"&gt;&lt;path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM241 337l-17 17-17-17-80-80L161 223l63 63L351 159 385 193 241 337z" fill="%2301a5a4"/&gt;&lt;/svg&gt;') no-repeat;
  background-size: 50px;
}
a[class^=bg_].content-check.bg_sm,
div[class^=bg_].content-check.bg_sm {
  background-position: right 15px top 12px;
}
a[class^=bg_].content-check:hover,
div[class^=bg_].content-check:hover {
  background: #01a5a4 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"&gt;&lt;path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM241 337l-17 17-17-17-80-80L161 223l63 63L351 159 385 193 241 337z" fill="%23fff"/&gt;&lt;/svg&gt;') no-repeat;
  background-size: 50px;
}
a[class^=bg_].content-check:hover.bg_sm,
div[class^=bg_].content-check:hover.bg_sm {
  background-position: right 15px top 12px;
}
@media (max-width: 767px) {
  a[class^=bg_].content-check,
  div[class^=bg_].content-check {
    background-position: right 6px top 15px;
  }
  a[class^=bg_].content-check:hover,
  div[class^=bg_].content-check:hover {
    background-position: right 6px top 15px;
  }
}
a[class^=bg_].proofreading,
div[class^=bg_].proofreading {
  background: #eef8f9 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"&gt;&lt;path d="M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zM289 267.6c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-89.7 89.7L129 287c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l53.3 53.3c9.4 9.4 24.6 9.4 33.9 0L289 267.6z" fill="%2301a5a4"/&gt;&lt;/svg&gt;') no-repeat;
  background-size: 50px;
  height: 170px;
  border-bottom: none;
}
a[class^=bg_].proofreading.bg_sm,
div[class^=bg_].proofreading.bg_sm {
  background-position: right 15px top 12px;
}
a[class^=bg_].proofreading:hover,
div[class^=bg_].proofreading:hover {
  background: #2db2b5 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"&gt;&lt;path d="M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zM289 267.6c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-89.7 89.7L129 287c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l53.3 53.3c9.4 9.4 24.6 9.4 33.9 0L289 267.6z" fill="%23fff"/&gt;&lt;/svg&gt;') no-repeat;
  background-size: 50px;
}
a[class^=bg_].proofreading:hover.bg_sm,
div[class^=bg_].proofreading:hover.bg_sm {
  background-position: right 15px top 12px;
}
@media (max-width: 767px) {
  a[class^=bg_].proofreading,
  div[class^=bg_].proofreading {
    height: 150px;
  }
  a[class^=bg_].proofreading,
  div[class^=bg_].proofreading {
    background-position: right 6px top 15px;
    background-size: 50px;
  }
  a[class^=bg_].proofreading:hover,
  div[class^=bg_].proofreading:hover {
    background-position: right 6px top 15px;
  }
}
a[class^=bg_].website,
div[class^=bg_].website {
  background: #eef8f9 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"&gt;&lt;path d="M384 48c8.8 0 16 7.2 16 16V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H384zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM80 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16zM96 352c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H96zm80-224c0 13.3 10.7 24 24 24H344c13.3 0 24-10.7 24-24s-10.7-24-24-24H200c-13.3 0-24 10.7-24 24zm32 128c0 13.3 10.7 24 24 24H344c13.3 0 24-10.7 24-24s-10.7-24-24-24H232c-13.3 0-24 10.7-24 24zM176 384c0 13.3 10.7 24 24 24H344c13.3 0 24-10.7 24-24s-10.7-24-24-24H200c-13.3 0-24 10.7-24 24zm-4.7-140.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L112 257.4 99.3 244.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l24 24c6.2 6.2 16.4 6.2 22.6 0l48-48z" fill="%2301a5a4"/&gt;&lt;/svg&gt;') no-repeat;
  background-size: 58px;
  height: 170px;
  border-bottom: none;
}
a[class^=bg_].website.bg_sm,
div[class^=bg_].website.bg_sm {
  background-position: right 15px top 12px;
}
a[class^=bg_].website:hover,
div[class^=bg_].website:hover {
  background: #2db2b5 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"&gt;&lt;path d="M384 48c8.8 0 16 7.2 16 16V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H384zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM80 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16zM96 352c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H96zm80-224c0 13.3 10.7 24 24 24H344c13.3 0 24-10.7 24-24s-10.7-24-24-24H200c-13.3 0-24 10.7-24 24zm32 128c0 13.3 10.7 24 24 24H344c13.3 0 24-10.7 24-24s-10.7-24-24-24H232c-13.3 0-24 10.7-24 24zM176 384c0 13.3 10.7 24 24 24H344c13.3 0 24-10.7 24-24s-10.7-24-24-24H200c-13.3 0-24 10.7-24 24zm-4.7-140.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L112 257.4 99.3 244.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l24 24c6.2 6.2 16.4 6.2 22.6 0l48-48z" fill="%23fff"/&gt;&lt;/svg&gt;') no-repeat;
  background-size: 58px;
}
a[class^=bg_].website:hover.bg_sm,
div[class^=bg_].website:hover.bg_sm {
  background-position: right 15px top 12px;
}
@media (max-width: 767px) {
  a[class^=bg_].website,
  div[class^=bg_].website {
    height: 150px;
  }
  a[class^=bg_].website,
  div[class^=bg_].website {
    background-position: right 6px top 15px;
    background-size: 50px;
  }
  a[class^=bg_].website:hover,
  div[class^=bg_].website:hover {
    background-position: right 6px top 15px;
  }
}
a[class^=bg_].audio,
div[class^=bg_].audio {
  background: #eef8f9 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"&gt;&lt;path d="M168.2 384.9c-15-5.4-31.7-3.1-44.6 6.4c-8.2 6-22.3 14.8-39.4 22.7c5.6-14.7 9.9-31.3 11.3-49.4c1-12.9-3.3-25.7-11.8-35.5C60.4 302.8 48 272 48 240c0-79.5 83.3-160 208-160s208 80.5 208 160s-83.3 160-208 160c-31.6 0-61.3-5.5-87.8-15.1zM26.3 423.8c-1.6 2.7-3.3 5.4-5.1 8.1l-.3 .5c-1.6 2.3-3.2 4.6-4.8 6.9c-3.5 4.7-7.3 9.3-11.3 13.5c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c5.1 0 10.2-.3 15.3-.8l.7-.1c4.4-.5 8.8-1.1 13.2-1.9c.8-.1 1.6-.3 2.4-.5c17.8-3.5 34.9-9.5 50.1-16.1c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9zM369 193c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 193z" fill="%2301a5a4"/&gt;&lt;/svg&gt;') no-repeat;
  background-size: 60px;
}
a[class^=bg_].audio.audio-content,
div[class^=bg_].audio.audio-content {
  height: 170px;
  background-size: 70px;
  border-bottom: none;
}
a[class^=bg_].audio.bg_sm,
div[class^=bg_].audio.bg_sm {
  background-position: right 15px top 6px;
}
a[class^=bg_].audio.bg_sm.audio-content,
div[class^=bg_].audio.bg_sm.audio-content {
  background-position: right 15px top 12px;
}
a[class^=bg_].audio:hover,
div[class^=bg_].audio:hover {
  background: #2db2b5 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"&gt;&lt;path d="M168.2 384.9c-15-5.4-31.7-3.1-44.6 6.4c-8.2 6-22.3 14.8-39.4 22.7c5.6-14.7 9.9-31.3 11.3-49.4c1-12.9-3.3-25.7-11.8-35.5C60.4 302.8 48 272 48 240c0-79.5 83.3-160 208-160s208 80.5 208 160s-83.3 160-208 160c-31.6 0-61.3-5.5-87.8-15.1zM26.3 423.8c-1.6 2.7-3.3 5.4-5.1 8.1l-.3 .5c-1.6 2.3-3.2 4.6-4.8 6.9c-3.5 4.7-7.3 9.3-11.3 13.5c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c5.1 0 10.2-.3 15.3-.8l.7-.1c4.4-.5 8.8-1.1 13.2-1.9c.8-.1 1.6-.3 2.4-.5c17.8-3.5 34.9-9.5 50.1-16.1c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9zM369 193c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 193z" fill="%23fff"/&gt;&lt;/svg&gt;') no-repeat;
  background-size: 60px;
}
a[class^=bg_].audio:hover.bg_sm,
div[class^=bg_].audio:hover.bg_sm {
  background-position: right 15px top 6px;
}
a[class^=bg_].audio:hover.bg_sm.audio-content,
div[class^=bg_].audio:hover.bg_sm.audio-content {
  background-position: right 15px top 12px;
  background-size: 70px;
}
@media (max-width: 767px) {
  a[class^=bg_].audio.audio-content,
  div[class^=bg_].audio.audio-content {
    height: 150px;
  }
  a[class^=bg_].audio,
  div[class^=bg_].audio {
    background-position: right 6px top 15px;
    background-size: 50px;
  }
  a[class^=bg_].audio:hover,
  div[class^=bg_].audio:hover {
    background-position: right 6px top 15px;
  }
}
a[class^=bg_].dubbing,
div[class^=bg_].dubbing {
  background: #f6f4f0 url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"&gt;&lt;path fill="%239d896c" d="M496 64H16A16 16 0 0 0 0 80v48h512V80a16 16 0 0 0 -16-16zM0 400a48 48 0 0 0 48 48h416a48 48 0 0 0 48-48V160H0zm384-50.9a47.7 47.7 0 0 0 0-90.1V224h48.9C452 245.3 464 273.1 464 304s-12 58.7-31.1 80H384zM192 224h128v160H192zm-112.9 0H128v34.9a47.7 47.7 0 0 0 0 90.1V384H79.1C60 362.7 48 334.9 48 304s12-58.7 31.1-80z"/&gt;&lt;/svg&gt;') no-repeat;
  background-size: 60px;
}
a[class^=bg_].dubbing.dubbing-content,
div[class^=bg_].dubbing.dubbing-content {
  height: 170px;
  background-size: 70px;
  border-bottom: none;
}
a[class^=bg_].dubbing.bg_sm,
div[class^=bg_].dubbing.bg_sm {
  background-position: right 15px top 6px;
}
a[class^=bg_].dubbing.bg_sm.dubbing-content,
div[class^=bg_].dubbing.bg_sm.dubbing-content {
  background-position: right 15px top 12px;
}
a[class^=bg_].dubbing:hover,
div[class^=bg_].dubbing:hover {
  background: #9d896c url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"&gt;&lt;path fill="%23fff" d="M496 64H16A16 16 0 0 0 0 80v48h512V80a16 16 0 0 0 -16-16zM0 400a48 48 0 0 0 48 48h416a48 48 0 0 0 48-48V160H0zm384-50.9a47.7 47.7 0 0 0 0-90.1V224h48.9C452 245.3 464 273.1 464 304s-12 58.7-31.1 80H384zM192 224h128v160H192zm-112.9 0H128v34.9a47.7 47.7 0 0 0 0 90.1V384H79.1C60 362.7 48 334.9 48 304s12-58.7 31.1-80z"/&gt;&lt;/svg&gt;') no-repeat;
  background-size: 60px;
}
a[class^=bg_].dubbing:hover.bg_sm,
div[class^=bg_].dubbing:hover.bg_sm {
  background-position: right 15px top 6px;
}
a[class^=bg_].dubbing:hover.bg_sm.dubbing-content,
div[class^=bg_].dubbing:hover.bg_sm.dubbing-content {
  background-position: right 15px top 12px;
  background-size: 70px;
}
@media (max-width: 767px) {
  a[class^=bg_].dubbing.dubbing-content,
  div[class^=bg_].dubbing.dubbing-content {
    height: 150px;
  }
  a[class^=bg_].dubbing,
  div[class^=bg_].dubbing {
    background-position: right 6px top 15px;
  }
  a[class^=bg_].dubbing:hover,
  div[class^=bg_].dubbing:hover {
    background-position: right 6px top 15px;
  }
}

.btn-mypage {
  display: block;
  width: 95%;
  height: 86px;
  border-radius: 5px;
  background-color: #3357b8;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .btn-mypage {
    width: 100%;
  }
}
.btn-mypage:hover, .btn-mypage:active, .btn-mypage:focus {
  background-color: #518bff;
  text-decoration: none;
  color: #fff;
}
.btn-mypage .small {
  font-size: 0.625em;
}
.btn-mypage .btn-inner {
  position: relative;
  padding-left: 2em;
}
.btn-mypage .btn-inner::before {
  content: "\f502";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 26px;
  font-weight: 100;
}

.btn-mypage-header,
.btn-mypage-footer {
  margin-left: auto;
  margin-right: auto;
}

.btn-mypage-header {
  margin-top: 10px;
}

.btn-mypage-footer {
  margin-bottom: 10px;
}

.btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .btn-flex {
    gap: 15px;
  }
}

.btn-flex_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .btn-flex_new {
    gap: 15px;
  }
}
.btn-flex_new &gt; * {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 767px) {
  .btn-flex_new &gt; * {
    width: 100%;
  }
}
.btn-flex_new &gt; * a {
  width: 100%;
}

.btn-kakenhi, .btn-telop, .btn-ai, .btn-movie {
  background: #796894;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: none;
  border: 0;
  border-radius: 100vw;
  padding: 25px 60px;
  min-width: calc(50% - 15px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: normal;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn-kakenhi, .btn-telop, .btn-ai, .btn-movie {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .btn-kakenhi, .btn-telop, .btn-ai, .btn-movie {
    width: 100%;
    font-size: 16px;
    padding: 25px 30px;
  }
}
.btn-kakenhi:hover, .btn-telop:hover, .btn-ai:hover, .btn-movie:hover, .btn-kakenhi:focus, .btn-telop:focus, .btn-ai:focus, .btn-movie:focus, .btn-kakenhi:active, .btn-telop:active, .btn-ai:active, .btn-movie:active {
  background: #b699c5;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-kakenhi:before, .btn-telop:before, .btn-ai:before, .btn-movie:before {
  content: "\f330";
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
  position: absolute;
  right: 22px;
  top: 51%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .btn-kakenhi:before, .btn-telop:before, .btn-ai:before, .btn-movie:before {
    font-size: 15px;
    right: 20px;
  }
}

.btn-movie {
  background: #24b37e;
}
.btn-movie:hover, .btn-movie:focus, .btn-movie:active {
  background: #8ac87f;
}

.btn-ai {
  background: #697EC2;
  color: #fff;
}
.btn-ai:hover, .btn-ai:focus, .btn-ai:active {
  background: #697EC2;
  color: #fff;
}
.btn-ai:before {
  color: #fff;
}

.btn-telop {
  background: #fca93c;
}
.btn-telop:hover, .btn-telop:focus, .btn-telop:active {
  background: #fbbd51;
}

.btn-kakenhi,
.btn-movie, .btn-ai,
.btn-telop {
  text-decoration: none;
}
.btn-kakenhi .fa, .btn-ai .fa,
.btn-movie .fa,
.btn-telop .fa {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .btn-kakenhi .fa, .btn-ai .fa,
  .btn-movie .fa,
  .btn-telop .fa {
    left: 14px;
    font-size: 18px;
  }
}

.btn-pattern-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px 0;
  text-align: center;
  border-radius: 2px;
}
@media (max-width: 991px) {
  .btn-pattern-wrap {
    display: block;
  }
}

.btn-pattern-wrap--3 a.btn-pattern {
  width: calc((100% + 4px) / 3);
}
@media (max-width: 991px) {
  .btn-pattern-wrap--3 a.btn-pattern {
    width: 100%;
  }
}
.btn-pattern-wrap--3 a.btn-pattern:nth-child(1n+1) {
  margin-left: -2px;
}
@media (max-width: 991px) {
  .btn-pattern-wrap--3 a.btn-pattern:nth-child(1n+1) {
    margin-left: 0;
    margin-top: -2px;
  }
}

a.btn-pattern {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding: 1.875em 0.625em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
  text-decoration: none;
  color: #239192;
  border: 2px solid #2db2b5;
}
@media (max-width: 991px) {
  a.btn-pattern {
    font-size: 1.4rem;
    width: 100%;
  }
}
a.btn-pattern:hover, a.btn-pattern:focus {
  color: #fff;
  background: #2db2b5;
}
a.btn-pattern i {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .btn__sp-custom {
    padding: 25px 10px !important;
    width: 100%;
  }
}

.btn-s-larger {
  padding: 16px 19px;
  font-size: 17.5px;
  border-radius: 6px;
}

.btn-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .btn-column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btn-column2 .half {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btn-column2 .half .btn-service {
  width: 100% !important;
}
@media (max-width: 991px) {
  .btn-column2 .half .btn-service {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.btn-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 10px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  background-color: #fbfbfb;
  text-decoration: none;
  color: #333;
  padding: 22px 15px 22px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn-service {
    padding: 22px 5px 22px 0;
  }
}
@media (max-width: 767px) {
  .btn-service {
    width: 100%;
  }
}
.btn-service:hover, .btn-service:focus {
  text-decoration: none;
}
.btn-service i {
  font-size: 25px;
  text-align: center;
  width: 75px;
}
.btn-service__text {
  width: calc(100% - 75px);
}
.btn-service__text &gt; * {
  line-height: 1.4;
  margin-bottom: 0;
}
.btn-service__head {
  font-size: 20px;
  font-weight: bold;
}
.btn-service__body {
  font-size: 16px;
  margin-top: 1px;
}
.btn-service--dispatch {
  border: 1px solid #947d20;
  color: #947d20;
}
.btn-service--dispatch:hover {
  background: #947d20;
  color: #fff;
}
.btn-service--unconnect {
  border: 1px solid #5C79C5;
  color: #5C79C5;
}
.btn-service--unconnect:hover {
  background: #5C79C5;
  color: #fff;
}

.btn-type1 {
  display: inline-block;
  background: #2db2b5;
  color: #fff;
  text-align: center;
  padding: 10px 45px 10px 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100px;
  position: relative;
}
.btn-type1::before {
  content: "\f330";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 51%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-type1:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}

.btn-type2 {
  display: inline-block;
  border: 1px solid #3357B8;
  color: #3357B8;
  background: #fafbfe;
  padding: 14px 35px 14px 60px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
.btn-type2::before {
  content: "\f0c5";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  position: absolute;
  left: 35px;
  top: 51%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 300;
}
.btn-type2:hover {
  text-decoration: none;
  opacity: 0.8;
}

.btn-type3 {
  background: #FBFBFB;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  padding: 18px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  display: inline-block;
}
.btn-type3 i {
  color: #333 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-type3:hover {
  background: #878787 !important;
  color: #fff !important;
}
.btn-type3:hover i {
  color: #fff !important;
}
.btn-type3--green {
  background: #F5F8F8;
  border-color: #007a7b;
  color: #007a7b !important;
}
.btn-type3--green i {
  color: #007a7b !important;
}
.btn-type3--green:hover {
  background: #007a7b !important;
  color: #fff !important;
}
.btn-type3--green:hover i {
  color: #fff !important;
}

div.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  background: none;
  margin: 10px 0 20px;
  vertical-align: middle;
}
div.pagination span {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #999;
}
div.pagination a:hover {
  color: #fff;
  background: #2a94df;
}
div.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #2a94df;
  color: #fff;
}

.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #999;
}

i.fa.fa-angle-right.fa-large {
  font-size: 24px;
}

.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #3353a9;
  border-color: #3353a9;
}
.pagination &gt; li &gt; a {
  color: #3353a9;
}

.pagination-word {
  margin-top: 80px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination-word a {
  text-decoration: none;
  display: block;
  padding: 15px 10px;
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}
.pagination-word .next-post,
.pagination-word .previous-post,
.pagination-word .top-word {
  width: 33.33%;
}
.pagination-word .next-post:hover,
.pagination-word .previous-post:hover,
.pagination-word .top-word:hover {
  background: #249192;
  color: #fff;
  text-decoration: none;
}
.pagination-word .next-post:hover a,
.pagination-word .previous-post:hover a,
.pagination-word .top-word:hover a {
  color: #fff;
  text-decoration: none;
}
.pagination-word .next-post-empty,
.pagination-word .previous-post-empty {
  background: #d7e6e6;
}
.pagination-word .next-post-empty:hover,
.pagination-word .previous-post-empty:hover {
  background: #d7e6e6;
}
.pagination-word .next-post {
  border: 1px solid #249192;
  border-right: 0;
  border-radius: 3px 0 0 3px;
}
.pagination-word .next-post .fa {
  margin-right: 5px;
}
.pagination-word .previous-post {
  border: 1px solid #249192;
  border-left: 0;
  border-radius: 0 3px 3px 0;
}
.pagination-word .previous-post .fa {
  margin-left: 5px;
}
.pagination-word .top-word {
  border: 1px solid #249192;
}

ul.silver_list {
  font-size: 1.6rem;
  list-style: none;
}
ul.silver_list li {
  margin: 10px 0;
}
ul.silver_list span {
  margin-right: 15px;
  margin-left: -25px;
  color: #4b75b9;
}

.nav-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0;
  border: 2px solid #2db2b5;
  border-radius: 2px;
}
.nav-grid a {
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #2db2b5;
  -webkit-box-shadow: 0 0 0 1px #2db2b5;
          box-shadow: 0 0 0 1px #2db2b5;
}
@media (max-width: 991px) {
  .nav-grid a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .nav-grid a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.nav-grid a:hover, .nav-grid a:focus {
  color: #fff;
  background: #2db2b5;
}
.nav-grid a .fa {
  margin-right: 10px;
}

.number-hanyaku {
  background: url("../img/flow/number-hanyanku.png") no-repeat 10px 0 rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 2;
  width: 90px;
  height: 70px;
  font-size: 32px;
  text-align: center;
  padding-top: 10px;
  color: #fff;
}

.number-user {
  background: url("../img/flow/number-user.png") no-repeat 10px 0 rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 2;
  width: 90px;
  height: 70px;
  font-size: 32px;
  text-align: center;
  padding-top: 10px;
  color: #fff;
}

.flow-hanyaku {
  top: 10px;
  width: 100%;
  background-color: #D9F7F7;
  border-radius: 5px;
  border: 1px solid #2fc3c3;
  position: relative;
  z-index: 1;
  padding-left: 90px;
  padding-right: 15px;
}

.flow-user {
  top: 10px;
  width: 100%;
  background-color: #FFEBD7;
  border: 1px solid #FFA64D;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding-left: 90px;
  padding-right: 15px;
}

.flow-title &gt; h3 {
  margin: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #444;
}

.flow-text &gt; p {
  margin: 10px;
  font-size: 14px;
}

.flow-user .flow-text a {
  color: #2ec3c3;
  text-decoration: underline;
}
.flow-user .flow-text .list-circle &gt; li {
  background-image: url(../img/list-circle-user.png);
}

.flow-hanyaku .flow-text a {
  color: #ff6600;
  text-decoration: underline;
}
.flow-hanyaku .flow-text .list-circle &gt; li {
  background-image: url(../img/list-circle-hanyaku.png);
}

.arrow-hanyaku {
  margin: 5px auto 10px;
  width: 0;
  height: 0;
  border-top: 15px solid #2fc3c3;
  border-right: 20px solid transparent;
  border-bottom: none;
  border-left: 20px solid transparent;
  padding: 0;
}

.arrow-user {
  margin: 5px auto 10px;
  width: 0;
  height: 0;
  border-top: 15px solid #FFA64D;
  border-right: 20px solid transparent;
  border-bottom: none;
  border-left: 20px solid transparent;
  padding: 0;
}

ul.check_list {
  padding: 0.5em 0.5em 0em 0.5em;
  list-style-type: none;
  margin-bottom: 0px;
}
ul.check_list li {
  position: relative;
  padding: 0em 0.3em 0.3em 1.3em;
}
ul.check_list li:after {
  position: absolute;
  content: "";
  display: block;
  background: #00CF3C;
  top: 0.43em;
  left: 0.5em;
  height: 11px;
  width: 4px;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
ul.check_list li:before {
  position: absolute;
  content: "";
  display: block;
  background: #00CF3C;
  top: 0.43em;
  left: 0.5em;
  height: 11px;
  width: 4px;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.6em;
  left: 0.2em;
  height: 8px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.box_point {
  padding: 1.5em;
  margin: 2em 0em;
  background: #F6FEE9;
  border-left: solid 10px #5DD480;
}
.box_point p {
  margin: 0;
  padding: 10px;
}

.service_interview_wrap {
  display: block;
  text-decoration-color: #333;
  line-height: 3.4rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
}
@media (min-width: 768px) {
  .service_interview_wrap {
    margin-bottom: 40px;
    text-decoration: none;
    line-height: 2.6rem;
  }
}
.service_interview_wrap:hover {
  opacity: 0.7;
  text-decoration: none;
}

.service_interview_img {
  padding: 30px 0px 30px 50px;
  float: left;
  width: 40%;
}

.service_interview_title {
  margin: 10px 0 20px 0;
  max-width: 100%;
}

.service_interview_div {
  text-align: center;
}
@media (min-width: 768px) {
  .service_interview_div {
    float: left;
    width: 60%;
    padding: 10px;
  }
}

.service_interview_text {
  font-size: 1.4em;
  color: #333333;
}

.record-flow_sentence {
  margin: 0 0 60px 0;
}

.record-flow_sentence_3 {
  margin: 0 0 100px 0;
}

.record-flow_hr {
  border-bottom: 1px solid #9d9d9d;
}

.record-flow_h2 {
  padding: 20px 0px;
}

.record-flow_div {
  padding: 1px 40px 30px 40px;
}

.record-flow_img {
  float: left;
  margin: 0 30px 30px 0px;
}

.record-flow_clear {
  clear: both;
}

.record-flow_bottom {
  padding: 20px 40px 30px 40px;
}

.upper-latin {
  list-style: upper-latin;
}

ul.gold_list {
  font-size: 1.6rem;
  list-style: none;
}
ul.gold_list li {
  margin: 10px 0;
}
ul.gold_list span {
  margin-right: 10px;
  margin-left: -25px;
  color: #e1cd11;
}

.row.about_content_img_text li {
  font-weight: bold;
  margin-left: -16px;
  text-align: left;
}
@media (max-width: 767px) {
  .row.about_content_img_text li {
    font-size: 16px;
  }
}

.case-studies table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.case-studies table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .case-studies table tbody tr {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.case-studies table tbody tr:nth-child(n+2) th,
.case-studies table tbody tr:nth-child(n+2) td {
  border-left: none;
}
@media (max-width: 767px) {
  .case-studies table tbody tr:nth-child(n+2) th,
  .case-studies table tbody tr:nth-child(n+2) td {
    border-left: 1px solid #333;
  }
}
@media (max-width: 767px) {
  .case-studies table tbody tr:nth-child(n+2) th {
    border-top: none;
  }
}
.case-studies table tbody th,
.case-studies table tbody td {
  width: 100%;
}
@media (max-width: 991px) {
  .case-studies table tbody th,
  .case-studies table tbody td {
    padding: 20px 10px;
  }
}
.case-studies table tbody th {
  border-bottom: none;
}
.case-studies table tbody td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #D5D5D5;
  margin: 0 0 10px;
}
.service-item .icon {
  width: 20%;
  text-align: center;
  padding: 30px;
}
@media (max-width: 767px) {
  .service-item .icon {
    width: 100%;
    padding-top: 0;
  }
}
.service-item .icon img {
  width: 100%;
  max-width: 56px;
  max-height: 56px;
}
.service-item .body {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .service-item .body {
    width: 100%;
  }
}
.service-item .text {
  width: 68%;
  margin-bottom: 15px;
  min-height: 85px;
}
@media (max-width: 767px) {
  .service-item .text {
    width: 100%;
    min-height: auto;
  }
}
.service-item .text h3 {
  font-size: 22px;
  margin: 0 0 0.2em;
}
@media (max-width: 767px) {
  .service-item .text h3 {
    font-size: 18px;
  }
}
.service-item .text p {
  margin: 0;
}
.service-item .price {
  width: 32%;
  font-size: 35px;
  text-align: center;
  line-height: 1.05;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .service-item .price {
    width: 50%;
    font-size: 33px;
  }
}
.service-item .price &gt; div:first-child {
  font-size: 42.857%;
  font-weight: normal;
  margin-bottom: 0.3em;
}
.service-item .price &gt; div:nth-child(2) {
  letter-spacing: 0.05em;
}
.service-item .price &gt; div:nth-child(3) {
  font-size: 40%;
  font-weight: normal;
  margin-top: 0.4em;
}
.service-item .price .small:last-child {
  font-size: 55%;
  margin-left: 0.2em;
  position: relative;
  bottom: 1px;
}
.service-item .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .service-item .btn-wrap {
    width: 50%;
    gap: 10px;
  }
}

.service-item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #D5D5D5;
  margin: 0 0 10px;
  gap: 40px;
}
@media (max-width: 991px) {
  .service-item2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.service-item2__list {
  margin: 0;
  padding: 0;
}
.service-item2__img {
  width: 170px;
}
.service-item2 .body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service-item2 .text {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .service-item2 .text {
    width: 100%;
    min-height: auto;
  }
}
.service-item2 .text h3 {
  font-size: 22px;
  margin: 0 0 0.2em;
}
@media (max-width: 767px) {
  .service-item2 .text h3 {
    font-size: 18px;
  }
}
.service-item2__scene {
  font-weight: bold;
}
.service-item2 .btn-wrap {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991px) {
  .service-item2 .btn-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.title-delivery {
  margin: 40px 0 5px;
}
.title-delivery span {
  text-decoration: underline;
}

.list-content {
  margin-left: 3em;
  padding: 0;
}
@media (max-width: 767px) {
  .list-content {
    margin-left: 1.5em;
  }
}

.list-content2 {
  margin-left: 1.5em;
  padding: 0;
}

.list-content3 {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .list-content3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-content3__parent {
  width: calc((100% - 30px) / 2);
  font-weight: bold;
}
@media (max-width: 767px) {
  .list-content3__parent {
    width: 100%;
  }
}
.list-content3__child-list {
  padding: 0;
  list-style: none;
  font-weight: normal;
}

.list-content4 {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.list-content4__item {
  font-weight: bold;
}
.list-content4__item p {
  font-weight: normal;
  margin: 0;
}
.list-content4__item:not(:first-child) {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .simple-list {
    padding-left: 0;
  }
}

.simple-list2 {
  margin-left: 1.5em;
  padding: 0;
}
.simple-list2 li:not(:first-child) {
  margin-top: 10px;
}

.parentheses-list {
  padding: 0;
}

.parentheses-list &gt; li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}

.parentheses-list &gt; li:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -3em;
  width: 3em;
  text-align: right;
  position: absolute;
  top: -1px;
  left: 0;
}

.parentheses-list--right &gt; li:before {
  content: counter(cnt, lower-latin) ")";
}

.parentheses-list--h4 &gt; li:before {
  font-size: 16px;
  font-weight: bold;
}

.list-margin-none li {
  margin-bottom: 0 !important;
}

ul.style-disc {
  list-style: disc;
}

.style-none {
  list-style: none;
}

.toc-list {
  list-style: none;
}
.toc-list &gt; li {
  margin-bottom: 1em;
}
.toc-list &gt; li:last-child {
  margin-bottom: 0;
}
.toc-list &gt; li ul {
  padding-left: 0.8em;
  list-style: none;
}

.post-list {
  margin-top: 50px;
  margin-bottom: 50px;
}
.post-list article {
  margin-bottom: 0;
}
.post-list article + * {
  margin-top: calc(2em + 2px);
}
.post-list h3 {
  margin: 0.5em 0 0;
  line-height: 1;
  font-size: 16px;
}

.tl-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
  padding: 0;
}
@media (max-width: 991px) {
  .tl-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tl-list li a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  line-height: 1.2;
}
.tl-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -15px;
  height: 90%;
  width: 2px;
  background: #dddddd;
}
@media (max-width: 991px) {
  .tl-list li a::after {
    content: none !important;
  }
}
.tl-list li:last-child a::after {
  content: none;
}

.tl-list2 {
  padding: 0 0 0 1em;
  margin-top: 0;
}

.tl-list3 {
  padding: 0 0 0 1em;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25em 30px;
}
.tl-list3 li {
  width: calc((100% - 30px) / 2);
}
@media (max-width: 767px) {
  .tl-list3 li {
    width: 100%;
  }
}

.basic-text-list {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .basic-text-list {
    margin-bottom: 60px;
  }
}
.basic-text-list h3 {
  font-size: 1.12em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.basic-text-list h4 {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 16px;
}
.basic-text-list p {
  margin-bottom: calc(10px + 1em);
}
.basic-text-list ol &gt; li &gt; ol, .basic-text-list ol &gt; li &gt; ul, .basic-text-list ul &gt; li &gt; ol, .basic-text-list ul &gt; li &gt; ul {
  margin-left: 1.2em;
  padding: 0;
}
.basic-text-list ol &gt; li &gt; ol &gt; li &gt; ol, .basic-text-list ol &gt; li &gt; ol &gt; li &gt; ul, .basic-text-list ol &gt; li &gt; ul &gt; li &gt; ol, .basic-text-list ol &gt; li &gt; ul &gt; li &gt; ul, .basic-text-list ul &gt; li &gt; ol &gt; li &gt; ol, .basic-text-list ul &gt; li &gt; ol &gt; li &gt; ul, .basic-text-list ul &gt; li &gt; ul &gt; li &gt; ol, .basic-text-list ul &gt; li &gt; ul &gt; li &gt; ul {
  margin-left: 2em;
  padding: 0;
}
.basic-text-list ol li, .basic-text-list ul li {
  margin-bottom: 1em;
}
.basic-text-list ol li:last-child, .basic-text-list ul li:last-child {
  margin-bottom: 0;
}
.basic-text-list .h-pickup-list li::marker {
  font-size: 1.12em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .basic-text-list .col-sm-6 {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.check-list li {
  position: relative;
  padding: 0 0 0 1.8em;
  margin: 0;
}
.check-list li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f00c";
  color: #333;
}
.check-list--green li::before {
  color: #2db2b5;
}

.annotation-list &gt; * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.annotation-list dt {
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.annotation-list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.box-lsit-col2 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
}
@media (max-width: 767px) {
  .box-lsit-col2 {
    gap: 0;
  }
}
.box-lsit-col2 &gt; * {
  width: calc((100% - 30px) / 2);
}
@media (max-width: 767px) {
  .box-lsit-col2 &gt; * {
    width: 100%;
  }
}

.box-list-col2 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
}
@media (max-width: 767px) {
  .box-list-col2 {
    gap: 0;
    padding-left: 1.5em;
  }
}
.box-list-col2 &gt; * {
  width: calc((100% - 30px) / 2);
}
@media (max-width: 767px) {
  .box-list-col2 &gt; * {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .box-list-col2.pl0 {
    padding-left: 0;
  }
}
.box-list-col2 li {
  line-height: 1.5;
  font-weight: bold;
  margin: 0.13em 0;
}

.simple-t-horizon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}
.simple-t-horizon &gt; li:not(:last-child) {
  padding-right: 15px;
  position: relative;
}
.simple-t-horizon &gt; li:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6px;
}

.link-list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .link-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.link-list li {
  margin: 0;
}

.problem-list {
  max-width: 60%;
  margin: 60px auto;
}
@media (max-width: 767px) {
  .problem-list {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}
.problem-list &gt; li + li {
  margin-top: 1em;
}

.grant-faq-div {
  padding: 10px 0;
  background: #f4f4f4;
}

.grant-faq-dd {
  margin: 20px 0 !important;
}

.grant-faq-dt {
  margin: 10px 0 !important;
}

.faq-aco-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq-aco-list &gt; li {
  border-bottom: 1px solid #eee;
}
.faq-aco-list__question, .faq-aco-list__answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 16px 30px 16px 20px;
}
@media (max-width: 767px) {
  .faq-aco-list__question, .faq-aco-list__answer-inner {
    gap: 10px;
    padding: 16px 16px 16px 10px;
  }
}
.faq-aco-list__question .faq-aco-list__icon, .faq-aco-list__answer-inner .faq-aco-list__icon {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  border-radius: 100px;
  width: 38px;
  height: 38px;
  min-width: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
@media (max-width: 767px) {
  .faq-aco-list__question .faq-aco-list__icon, .faq-aco-list__answer-inner .faq-aco-list__icon {
    font-size: 16px;
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
}
.faq-aco-list__question {
  cursor: pointer;
}
.faq-aco-list__question .faq-aco-list__icon {
  color: #fff;
  background: #2db2b5;
  padding-bottom: 0.2em;
}
.faq-aco-list__answer {
  background: #f5f5f5;
  display: none;
}
.faq-aco-list__answer .faq-aco-list__icon {
  color: #2db2b5;
  background: #fff;
  border: 1px solid #2db2b5;
}
.faq-aco-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
  position: relative;
  width: 100%;
  font-size: 18px !important;
}
@media (max-width: 767px) {
  .faq-aco-list__title {
    margin-top: 0 !important;
    font-size: 18px !important;
    padding-right: 30px;
  }
}
.faq-aco-list__title::before, .faq-aco-list__title::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 26px;
  height: 1px;
  background: #333;
}
@media (max-width: 767px) {
  .faq-aco-list__title::before, .faq-aco-list__title::after {
    width: 20px;
  }
}
.faq-aco-list__title::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.faq-aco-list__title.aco-open::after {
  -webkit-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.faq-aco-list__text {
  text-align: justify;
}

.cta-area {
  padding: 30px 0;
  background: #e9e9e9;
}
.cta-area .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel {
  margin-bottom: 50px;
  background-color: #fff;
  border: 3px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  padding: 0;
}

.panel-default {
  border-color: #ddd;
}
.panel-default &gt; .panel-heading {
  color: #333;
  background-color: #F5F5F5;
  border-color: #ddd;
}

.panel-gray {
  border-color: #ddd;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .panel-gray {
    margin: 0 -13px 15px -13px;
  }
}
.panel-gray &gt; .panel-heading {
  color: #666;
  background-color: #F5F5F5;
  border-color: #f0f0f0;
}
.panel-gray &gt; .panel-heading &gt; .panel-title {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.panel-green {
  border-color: #2db2b5;
}
.panel-green &gt; .panel-body {
  padding: 15px;
}
.panel-green &gt; .panel-heading {
  color: #fff;
  background-color: #2db2b5;
  border-color: #2db2b5;
}

.panel-blue {
  border-color: #6CBAD8;
}
.panel-blue &gt; .panel-body {
  padding: 0;
}
.panel-blue &gt; .panel-heading {
  color: #fff;
  background-color: #6CBAD8;
  border-color: #6CBAD8;
  margin-bottom: 15px;
}

.panel-attention-r {
  background-image: url("../img/list-attention-r.png");
  background-repeat: no-repeat;
  background-position: 20px 23px;
  background-size: 20px 20px;
  padding: 0 25px;
  border-color: #FF5174;
}
.panel-attention-r &gt; .panel-body {
  padding: 0;
}
.panel-attention-r &gt; .panel-body h3,
.panel-attention-r &gt; .panel-body &gt; .annotation {
  color: #FF1344;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 25px;
}

.panel-heading {
  padding: 20px 20px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading.silver {
  display: table;
  width: 100%;
  height: 65px;
  padding: 0;
}

.panel-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: normal;
}

.paneller-body {
  position: relative;
  background-color: #f8f6f6;
  display: block;
  padding: 40px 10px;
  margin-bottom: 40px;
  overflow: hidden;
  top: 25px;
  left: 0px;
  z-index: 2;
}
.paneller-body .panel {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.paneller-body .panel .caption {
  color: #4b75b9;
}
.paneller-body #stand {
  border: 1px solid #ddd;
}
.paneller-body #stand .panel-heading {
  background: #CBD9EE;
}
.paneller-body #stand .panel-heading .panel-title {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.paneller-body #stand .panel-body {
  background: #fff;
  text-align: center;
}
.paneller-body h3 {
  padding-top: 1.6em;
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
  clear: both;
}
.paneller-body div .col-md-4 {
  margin-left: 0;
  margin-right: 0;
}

.paneller.gold {
  background-color: #e1cd11;
}
@media (min-width: 768px) and (max-width: 991px) {
  .paneller.gold {
    background-color: #e1cd11;
  }
}

@media (max-width: 767px) {
  .panel.panel-gray.big div.panel-body-gold {
    height: auto;
  }
}
.panel.panel-gray.big div.panel-body-gold img {
  width: 55%;
  margin: auto;
}

.panel.panel-gray div.panel-body-gold p {
  margin: 0 20px;
  text-align: left;
}

.paneller-body #stand .panel-heading.gold {
  background-color: #edeab5;
}

.panel-heading.gold {
  display: table;
  width: 100%;
  height: 65px;
  padding: 0;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
  .panel-heading.gold {
    background-color: #edeab5 !important;
  }
}

.panel-body-gold {
  padding: 15px 5px;
}

.paneller-body #stand .panel-body-gold {
  text-align: center;
  background: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .paneller-body #stand .panel-heading .panel-title {
    font-size: 1.6rem;
  }
  p.caption.gold {
    color: #ae9f0a !important;
  }
}
.ribbon-panel {
  position: absolute;
  color: #fff;
  background: #4b75b9;
  display: inline-block;
  margin: 20px -10px 20px -10px;
  padding: 5px 10px 0 10px;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.ribbon-panel::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #333;
  left: 0;
  border-right: 5px solid #333;
}
.ribbon-panel p {
  font-size: 16px;
  font-weight: bold;
}

.ribbon-panel-wrapper {
  position: relative;
  z-index: 1;
}

.ribbon-panel-body {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  border: 3px solid #4b75b9;
  display: block;
  padding-top: 40px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 65px;
  overflow: hidden;
  top: 30px;
  left: 0px;
  z-index: 2;
}

.paneller {
  border-radius: 0.2em 0.2em 0 0;
  position: absolute;
  color: #fff;
  background: #4b75b9;
  display: inline-block;
  margin: 10px -10px 20px -10px;
  padding: 5px 10px 0 10px;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.paneller::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #333;
  left: 0;
  border-right: 5px solid #333;
}
.paneller::before {
  right: 0;
  border-left: 5px solid #333;
}
.paneller p {
  opacity: 0.7;
  font-size: 18px;
  padding: 0;
  margin: 1em 1em 0.3em;
  font-weight: normal;
}

.paneller-wrapper {
  position: relative;
  z-index: 1;
}
.paneller-wrapper h2 {
  margin-top: -1.2em;
  margin-left: 6.5em;
  padding: 0.2em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .paneller-wrapper h2 {
    margin-top: 1rem;
    margin-left: 0;
  }
}
@media (max-width: 320px) {
  .paneller-wrapper h2 {
    margin-top: 15px;
    margin-left: 0;
  }
}
.paneller-wrapper * .panel-body {
  border-radius: 0.3em;
}

.panel-navy {
  border: 1px solid rgba(51, 83, 169, 0.3);
}
.panel-navy &gt; .panel-heading {
  background-color: #eee;
  border-color: rgba(51, 83, 169, 0.3);
}
.panel-navy &gt; .panel-heading &gt; .panel-title &gt; a {
  color: #3353a9;
}
.panel-navy &gt; .panel-heading .panel-title {
  color: #fff;
  font-weight: normal;
}

.panel-group--green .panel-navy {
  border: 1px solid rgba(51, 169, 138, 0.3);
}

.panel-aqua {
  border: 1px solid #D2EEEE;
}
.panel-aqua &gt; .panel-heading {
  background-color: #D2EEEE;
  border-color: #D2EEEE;
}
.panel-aqua &gt; .panel-heading .panel-title {
  color: #333;
  font-weight: normal;
}

.panel .panel-body h4,
.panel .panel-body .panel-sub-title {
  font-weight: bold;
  border-left: 2px solid #2db2b5;
  padding-left: 8px;
  font-size: 16px;
}

.panel .panel-body .marker {
  background-color: #ffdfda;
}

@media (max-width: 768px) {
  .panel .panel-body .sample2 {
    margin-top: 20px;
  }
}
.panel-group--blue .accordion-toggle {
  text-decoration: none;
}
.panel-group--blue .accordion-toggle .panel-heading {
  background: #0280A5 !important;
}
.panel-group--blue .panel-title {
  font-size: 20px;
  font-weight: normal;
}

.panel-img img {
  width: 100%;
}

@media (min-width: 768px) {
  .glay_line {
    margin-top: -20px;
    border: 1px solid #ccc;
  }
}
hr.news-list-border {
  border-top: 2px solid #ccc;
  width: calc(100% - 30px);
  margin: 15px 15px 30px;
  display: inline-block;
}

@media (max-width: 767px) {
  .border-top-none {
    border-top: none !important;
  }
}

@media (min-width: 1025px) {
  body:not(.home) .swiper-pagination {
    display: none;
  }
}
.easy-select-box {
  overflow: hidden;
  width: 100% !important;
  text-align: left;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #fff;
  background: #fff;
}
.home .easy-select-box {
  font-size: inherit;
  border: none;
}

.easy-select-box .esb-displayer {
  color: #555;
  cursor: default;
  height: 38px;
  line-height: 30px;
  padding: 1px 20px 0 4px;
  text-indent: 5px;
  width: 100%;
  cursor: pointer;
  border: 2px solid #007a7b;
  border-radius: 5px;
  position: relative;
}
.easy-select-box .esb-displayer::before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: #2ea2a6;
  position: absolute;
  right: 0px;
  bottom: 0;
  font-size: 18px;
  background: #eee;
  height: 34px;
  width: 30px;
  border-radius: 0 3px 3px 0;
  text-align: center;
  text-indent: 1px;
  line-height: 33px;
}
.easy-select-box .esb-displayer:hover {
  opacity: 0.8;
}
.easy-select-box .esb-displayer:hover .esb-displayer {
  text-decoration: none;
}
.easy-select-box.disabled .esb-displayer, .easy-select-box:hover.disabled .esb-displayer {
  background-position: 0 -36px;
}
.easy-select-box .esb-dropdown {
  position: absolute;
  z-index: 999;
  display: none;
  overflow: auto;
  width: 100% !important;
  max-width: 100% !important;
  max-height: 200px;
  border: 1px solid #ccc;
  background: #fff;
}
.easy-select-box .esb-item {
  width: 100% !important;
  padding: 3px;
  cursor: default;
  color: #0c2245;
  background: #fff;
}
.easy-select-box .esb-item:hover {
  text-decoration: none;
  color: #fff;
  background: #39cbcc;
}

.esb-displayer {
  line-height: 30px;
  position: relative;
  width: 100%;
  height: 38px;
  padding: 1px 20px 0 4px;
  cursor: default;
  cursor: pointer;
  text-indent: 5px;
  color: #555;
  border: 2px solid #007a7b;
  border-radius: 5px;
}
.esb-displayer:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 18px;
  line-height: 33px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 34px;
  content: "\f0d7";
  text-align: center;
  text-indent: 1px;
  color: #2ea2a6;
  border-radius: 0 3px 3px 0;
  background: #eee;
}

.form-group-service {
  position: relative;
  width: 205px;
  margin-right: 8px;
}

.form-group-date {
  position: relative;
  width: 130px;
  margin-right: 8px;
}
.form-group-date input {
  cursor: pointer !important;
}
.form-group-date:hover::before {
  opacity: 0.8;
}
.form-group-date::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 32px;
  height: 34px;
  content: "\f073";
  text-align: center;
  pointer-events: none;
  color: #2ea2a6;
  border-radius: 0 3px 3px 0;
  background: #eee;
}
@media (max-width: 767px) {
  .form-group-date::before {
    font-size: 14px;
  }
}

.form-group-time {
  width: 105px;
  margin-right: 8px;
}
.form-group-time input {
  border-right: none !important;
}
.form-group-time span {
  padding: 6px 8px 6px 6px;
  border: 2px solid #007a7b;
  border-radius: 0 5px 5px 0;
  background: #fff;
}

.form-group-service,
.form-group-date,
.form-group-time {
  float: left;
  font-size: 1.4rem !important;
  line-height: 34px;
  margin-bottom: 0;
}
.form-group-service input,
.form-group-service select,
.form-group-date input,
.form-group-date select,
.form-group-time input,
.form-group-time select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 2px solid #007a7b;
  border-radius: 5px;
  padding: 6px;
  text-align: left;
  overflow: hidden;
  height: 38px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-group-service input::-webkit-input-placeholder, .form-group-service select::-webkit-input-placeholder, .form-group-date input::-webkit-input-placeholder, .form-group-date select::-webkit-input-placeholder, .form-group-time input::-webkit-input-placeholder, .form-group-time select::-webkit-input-placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.form-group-service input::-moz-placeholder, .form-group-service select::-moz-placeholder, .form-group-date input::-moz-placeholder, .form-group-date select::-moz-placeholder, .form-group-time input::-moz-placeholder, .form-group-time select::-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.form-group-service input:-ms-input-placeholder, .form-group-service select:-ms-input-placeholder, .form-group-date input:-ms-input-placeholder, .form-group-date select:-ms-input-placeholder, .form-group-time input:-ms-input-placeholder, .form-group-time select:-ms-input-placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.form-group-service input::-ms-input-placeholder, .form-group-service select::-ms-input-placeholder, .form-group-date input::-ms-input-placeholder, .form-group-date select::-ms-input-placeholder, .form-group-time input::-ms-input-placeholder, .form-group-time select::-ms-input-placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.form-group-service input::placeholder,
.form-group-service select::placeholder,
.form-group-date input::placeholder,
.form-group-date select::placeholder,
.form-group-time input::placeholder,
.form-group-time select::placeholder {
  color: #8c8c8c;
  opacity: 1;
}
@media (max-width: 991px) {
  .form-group-service,
  .form-group-date,
  .form-group-time {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .form-group-service,
  .form-group-date,
  .form-group-time {
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}

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

@media (max-width: 767px) {
  .form-group-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-group-left {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .form-group-right {
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.form-control {
  font-size: inherit;
  border: none;
  border-radius: 0;
}

body:not(.home) .simple-estimate-outer {
  padding: 35px 0;
  border: 2px solid #007a7b;
  border-radius: 5px;
  background: #ededed;
}
@media (max-width: 767px) {
  body:not(.home) .simple-estimate-outer {
    margin: 0 -15px 0 -15px;
    padding: 30px 15px;
    border: none;
    border-radius: 0;
  }
}
body:not(.home) .simple-estimate-outer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  body:not(.home) .simple-estimate-outer form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
  }
}

.tooltip-simple-estimate {
  font-size: 14px;
  font-weight: bold;
  color: #249192;
  cursor: pointer;
  border-bottom: 2px dotted #249192;
  margin-left: 5px;
  padding: 0 1px 1px;
}
.tooltip-simple-estimate:hover {
  opacity: 0.7;
}

.title-simple-estimate {
  font-size: 18px;
  display: inline-block;
  margin: 0 0 0 30px;
  color: #007a7b;
}
@media (max-width: 991px) {
  .title-simple-estimate {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .title-simple-estimate {
    margin: 0;
  }
}

.estimate_btn {
  font-size: 18px;
  font-weight: bold;
  width: 125px;
  height: 38px;
  padding: 3px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  border: 0;
  border-radius: 5px;
  background: #007a7b;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
@media (max-width: 767px) {
  .estimate_btn {
    width: 100%;
  }
}
.estimate_btn:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  background-color: #32cc98;
}

#ui-datepicker-div {
  width: 340px;
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  #ui-datepicker-div {
    position: fixed !important;
    z-index: 9999 !important;
    top: 50% !important;
    left: 50% !important;
    width: 95%;
    max-width: 400px;
    padding: 0;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
    background-color: #fff !important;
    -webkit-box-shadow: 1px 0 10px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 0 10px 2px rgba(0, 0, 0, 0.3);
  }
}

input#datepicker {
  background: #fff !important;
}

.ui-datepicker table {
  font-size: 1em !important;
}
@media (max-width: 767px) {
  .ui-datepicker table {
    height: 420px;
    max-height: 60vh;
  }
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0.55em 0.6em 0.55em 0.2em !important;
}
@media (max-width: 767px) {
  .ui-datepicker td span,
  .ui-datepicker td a {
    font-size: 18px;
    padding: 5px 15px 5px 5px !important;
  }
}
.ui-datepicker td span {
  color: #9c9c9c;
}
@media (max-width: 767px) {
  .ui-datepicker td span {
    color: #9c9c9c;
  }
}
.ui-datepicker td a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .ui-datepicker td a {
    font-weight: bold;
  }
}
.ui-datepicker .ui-datepicker-buttonpane {
  display: none;
}
@media (max-width: 767px) {
  .ui-datepicker .ui-datepicker-buttonpane {
    position: absolute;
    top: -45px;
    right: 2px;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .ui-datepicker .ui-datepicker-buttonpane button {
    font-size: 38px;
    margin: 0 !important;
    padding: 6px !important;
    color: #fff;
    border: none;
    background: transparent;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 767px) {
  .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    display: none;
  }
}
@media (max-width: 767px) {
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    font-size: 32px;
    font-weight: bold;
    top: -2px !important;
    color: #fff;
  }
}
.ui-datepicker .ui-datepicker-next {
  width: 1.2em !important;
  height: 1.2em !important;
}
@media (max-width: 767px) {
  .ui-datepicker .ui-datepicker-header {
    padding: 10px 0 !important;
    color: #fff;
    background: #01a0a3;
  }
}

.list-attention {
  display: none;
}

#overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  #overlay {
    display: none !important;
  }
}

#overlay.is-open {
  display: block;
}

article img.img-responsive,
.article img.img-responsive {
  margin-bottom: 10px;
}

div.well.strongpoint &gt; h3 {
  font-size: 2.3rem;
  font-weight: normal;
}
div.well &gt; div.row div &gt; p {
  margin-bottom: 0;
}

.label {
  font-weight: normal;
  padding: 2px 3px;
}

.label-lg {
  font-size: 12px;
  line-height: 33px;
  padding: 2px 5px;
}

.label-xl {
  font-size: 18px;
  line-height: 36px;
  padding: 5px 8px;
}

.label-xl-cube {
  font-size: 18px;
  line-height: 25px;
  padding: 5px 5px;
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 10px;
}
.label-xl-cube.pull-left {
  display: block;
  margin: 0 10px 0 0;
  display: block;
}

.label-primary {
  background-color: #3353a9;
}

.label-danger {
  background-color: #2fc3c3;
}

.label-point {
  border-radius: 15px;
  border: 1px solid #b8dced;
  background-color: #b8dced;
  display: inline;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  color: #444;
  padding: 5px 10px;
  float: left;
  margin-right: 15px;
}

.marker {
  padding: 0 4px;
  background-color: #F3C0AB;
  white-space: nowrap;
  border-radius: 4px;
}

.triangle-arrow {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .triangle-arrow {
    margin-top: 60px;
  }
}
.triangle-arrow::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  height: 43.75px;
  width: 175px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #e0e0e0;
}
@media (max-width: 767px) {
  .triangle-arrow::before {
    top: -50px;
  }
}

#news h2 {
  margin-top: 0;
  padding: 10px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background: #fff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  /* W3C */
  /* IE6-9 */
}
#news article dl {
  padding: 1em 0;
}
#news article dl dt {
  margin: 0;
  padding-top: 1em;
  float: left;
}
#news article dl dd {
  padding-top: 1em;
  margin-left: 140px;
  padding-bottom: 1em;
}
#news aside h2 {
  margin: 0;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
}
#news aside ul {
  margin: 0;
  padding: 0;
}
#news aside ul li {
  margin: 0;
  padding: 0;
  border: 1px solid #ececec;
  list-style: none;
}
#news aside ul li a {
  padding: 1em 2em;
  background: #fafafa;
  border-radius: 0;
  text-align: left;
}
#news article section ul {
  margin: 0;
  padding: 0;
}
#news article section ul li {
  padding: 0 0.7em;
  border-right: 1px solid #a0a0a0;
  list-style: none;
  float: left;
}
#news article section ul li:first-child {
  padding-left: 0;
}
#news article section ul li:last-child {
  border: none;
}

@media (max-width: 767px) {
  #news article dl dt {
    float: none;
  }
}
@media (max-width: 767px) {
  #news article dl dd {
    margin-left: 0;
    padding-top: 0;
  }
}

#inquiry .article #search {
  border: none;
  margin: 2em 0;
}
#inquiry .article .section {
  border: 3px solid #dadada;
  border-radius: 4px;
  margin-bottom: 2em;
}
#inquiry .article .section h3 {
  margin: 0 0 1.2em;
  padding: 1em 1.2em;
  background: #f0f0f0;
}
#inquiry .article .section p {
  padding: 0 1.5em;
}

#inquiry .article .section h3 {
  margin: 0 0 0.6em;
}
#inquiry .article .section p {
  overflow: hidden;
}
#inquiry .article .section p a {
  white-space: nowrap;
}

.single-post div.page-title div.well h1 {
  margin: 7px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}

.single-post &gt; div.page-title div.well,
.category-review div.page-title div.well {
  background-color: #2fc3c3;
}

.column_style {
  font-size: 1.6rem !important;
  line-height: 1.72;
}
@media (max-width: 767px) {
  .column_style {
    font-size: 1.6rem !important;
  }
}

@media (max-width: 767px) {
  .column_style img {
    max-width: 100%;
    height: auto;
  }
}
.column_div_index {
  background: #F5F5F5;
  padding: 3rem 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .column_div_index ul li + * {
    margin-top: 6px;
  }
}

.column_span_index {
  background: #2db2b5;
  padding: 0.5rem 1rem;
  font-size: 1.7rem;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
}

.single__m-referral .well {
  padding: 4px 0 !important;
}

.entry-thumbnail {
  display: inline-block;
  width: 23%;
  vertical-align: top;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.entry-thumbnail img {
  border: 1px solid #ccc;
  width: 170px;
}
.entry-thumbnail a {
  position: relative;
}
.entry-thumbnail a img.screenshot {
  margin: auto;
}
.entry-thumbnail a img.screenshot + img.load {
  visibility: hidden;
}
.entry-thumbnail a:hover img.screenshot, .entry-thumbnail a:hover img.load {
  opacity: 0.8;
}
@media all and (-ms-high-contrast: none) {
  .entry-thumbnail {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .entry-thumbnail {
    width: 29%;
  }
}

.entry-summary.site_search {
  display: inline-block;
  width: 76%;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .entry-summary.site_search {
    width: 68%;
  }
}
@media screen and (max-width: 768px) {
  .entry-summary.site_search {
    width: 96%;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  #inquiry .article .section p {
    margin: 0 1.5em 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .search_hit {
    margin-bottom: 40px;
  }
  .pc_only {
    display: none !important;
  }
}
.tooltip-supplement {
  position: relative;
  cursor: pointer;
  padding: 0 5px;
  color: #4682b4;
}
.tooltip-supplement .balloon_bottom {
  width: 300px;
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 1rem;
  padding: 18px 22px;
  background: #fff;
  font-size: 14px;
  border-radius: 4px;
  color: #333;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 1.72;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .tooltip-supplement .balloon_bottom {
    left: 100%;
    font-size: 12px;
  }
}
.tooltip-supplement:hover .balloon_bottom {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.tooltip-pattern {
  font-weight: bold;
  color: #249192;
  cursor: pointer;
  border-bottom: 2px dotted #249192;
  padding: 0px 0 0.1em;
}
.tooltip-pattern .far {
  font-size: 20px;
  position: absolute;
  margin-left: 1px;
}

.ui-tooltip {
  background: #fff;
  border: 0;
  padding: 18px 22px;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
  width: unset;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

.m-referral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  padding: 0;
}
.m-referral a {
  cursor: pointer;
}
.m-referral__item {
  width: calc((100% - 30px) / 2);
}
@media (max-width: 767px) {
  .m-referral__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.m-referral__img {
  border: 1px solid #eee;
}
@media (max-width: 767px) {
  .m-referral__img {
    width: 30%;
  }
}
.m-referral__img a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  aspect-ratio: 23/15;
  width: 100%;
  overflow: hidden;
}
.m-referral__img a:hover {
  opacity: 0.8;
}
.m-referral__img a img {
  width: 100%;
  height: auto;
}
.m-referral__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .m-referral__info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .m-referral__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 20px;
  }
}
.m-referral__time {
  font-size: 14px;
  color: #636363;
  line-height: 1;
}
@media (max-width: 767px) {
  .m-referral__time {
    margin-bottom: 4px;
  }
}
.m-referral__tag {
  padding: 0;
}
.m-referral .tag__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media (max-width: 767px) {
  .m-referral .tag__list {
    margin-bottom: 4px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.m-referral .tag__item a {
  padding: 4px 10px;
  border-radius: 50px;
  background: #01a5a4;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m-referral .tag__item a:hover {
  opacity: 0.8;
}
.m-referral__link {
  color: #333;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 4px;
}
.m-referral__link:hover {
  color: #2fb1b4;
  text-decoration: none;
}
@media (max-width: 767px) {
  .m-referral__link--pc {
    display: none;
  }
}
.m-referral__link--sp {
  display: none;
}
@media (max-width: 767px) {
  .m-referral__link--sp {
    display: block;
  }
}
.m-referral__name {
  margin: 0;
  font-size: 16px !important;
}
.m-referral__title {
  margin-top: 2px;
  line-height: 1.5;
}
.m-referral__title i {
  margin-left: 8px;
}
.m-referral__relation {
  border-bottom: 3px solid #ccc;
  margin-bottom: 30px;
}
.m-referral a[href*="8089.co.jp"] i,
.m-referral a[href*="tokyo8089dev.xbiz.jp"] i,
.m-referral a[href*="8089.conohawing.com"] i {
  display: none;
}

.top-m-referral {
  margin: 0 0 50px;
}
.top-m-referral h2 {
  border-bottom: 3px solid #ccc;
  margin-bottom: 30px;
}
.top-m-referral .container {
  position: relative;
}
@media (max-width: 767px) {
  .top-m-referral .m-referral__name, .top-m-referral .m-referral__title {
    font-size: 14px;
  }
}

.case .item {
  background: #F5F5F5;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.case .item img {
  height: 150px;
  width: 100%;
  border-radius: 6px 6px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.case .item h3 {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  margin: 0;
}
.case .item h4 {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  margin: 2px 0 6px;
  line-height: 1.4;
}
.case .item:hover, .case .item:focus {
  opacity: 0.7;
  text-decoration: none;
}
.case .item-body {
  background: #fff;
  border-radius: 4px;
  margin: -25px 12px 0;
  padding: 10px 15px;
  position: relative;
}
.case .item-detail {
  color: #3357b8;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 5px 12px;
}
.case .item-detail .fas {
  margin-right: 2px;
}

.w-full {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .w-full {
    margin-top: 0;
  }
}

.box-spec {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px 22px;
  height: 100%;
  min-height: 340px;
}
@media (max-width: 991px) {
  .box-spec {
    height: calc(100% - 20px);
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .box-spec {
    min-height: unset;
  }
}
.box-spec--non-height {
  min-height: auto;
}
.box-spec h3 {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 25px;
}
.box-spec h3:after {
  content: "";
  width: 24px;
  height: 4px;
  background: #249193;
  display: block;
  margin: 8px auto 0;
}
.box-spec p {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
}
.box-spec p .small {
  font-size: 70%;
  margin-left: 0.2em;
}
.box-spec .btn-square {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .box-spec .btn-square {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
}
.box-spec .fa-ul {
  margin-left: 1.5em;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .box-spec .fa-ul {
    margin-bottom: 0;
  }
}
.box-spec .fa-li {
  font-size: 12px;
  color: #007a7b;
}
.box-spec .fa-check {
  color: #007a7b;
}
.box-spec .fa-times {
  color: #fc1543;
}
.box-spec li {
  margin-bottom: 6px;
}
.box-spec li:last-child {
  margin-bottom: 0;
}
.box-spec .spec-option {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 136px 1fr;
  grid-template-columns: 136px 1fr;
}
.box-spec--v2 {
  min-height: 370px;
}
.box-spec--v2 p {
  font-size: 24px;
}
.box-spec--v2 .fa-ul {
  margin-bottom: 20px;
}
.box-spec .icon {
  text-align: center;
}
.box-spec .icon img {
  max-width: 56px;
  max-height: 56px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  padding: 0;
}

.card {
  border: 1px solid #dddddd;
  padding: 20px;
  width: calc((100% - 30px) / 2);
  list-style: none;
}
@media (max-width: 991px) {
  .card {
    width: 100%;
  }
}
.card__head {
  margin-top: 0 !important;
  text-align: center;
}

.card-col2-p1 {
  border: 1px solid #dddddd;
  border-radius: 10px;
  overflow: hidden;
  width: calc((100% - 30px) / 2);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-col2-p1 h3, .card-col2-p1 h4 {
  margin: 0;
}
.card-col2-p1--yellow .card-col2-p1__head, .card-col2-p1--primary .card-col2-p1__head {
  color: #fff;
  text-align: center;
  padding: 20px 10px;
}
.card-col2-p1--yellow .card-col2-p1__head {
  background: #BE924A;
}
.card-col2-p1--primary .card-col2-p1__head {
  background: #2db2b5;
}
@media (max-width: 991px) {
  .card-col2-p1 {
    width: 100%;
  }
}
.card-col2-p1__body {
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-col2-p1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-col2-p1__wrap h4 {
  margin-bottom: 4px;
}
.card-col2-p1__wrap:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card-col2-p1__wrap + * {
  border-top: 1px solid #dddddd;
  margin-top: 30px;
  padding-top: 30px;
}
.card-col2-p1__wrap &gt; * + * {
  margin-bottom: 60px;
}
.card-col2-p1__wrap &gt; *:last-child {
  margin-top: auto;
  margin-bottom: 0;
}
.card-col2-p1__img figcaption {
  margin-top: 12px;
}

.card-list-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 0;
}
.card-list-col3 &gt; * {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 767px) {
  .card-list-col3 &gt; * {
    width: 100%;
  }
}
.card-list-col3 &gt; li {
  list-style: none;
  border: 1px solid #dddddd;
}
.card-list-col3__img-box {
  position: relative;
}
.card-list-col3__img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.card-list-col3__img img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-list-col3__img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  font-size: 18px !important;
}
.card-list-col3__content {
  padding: 20px;
}
.card-list-col3__list-title {
  font-size: 16px;
  font-weight: bold;
}
.card-list-col3__list-title i {
  color: #2db2b5;
}
.card-list-col3__list {
  padding-left: 1em;
}
.card-list-col3__list li {
  list-style: none;
}

.service-card a {
  text-decoration: none;
}
.service-card .label-text {
  background: #2db2b5;
  color: #fff;
  padding: 8px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .service-card .label-text {
    font-size: 16px;
  }
}
.service-card .text {
  font-size: 3rem !important;
}
@media (max-width: 767px) {
  .service-card .text {
    font-size: 2rem !important;
  }
}

.case-box {
  width: 50%;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .case-box {
    width: 100%;
  }
}
.case-box__img {
  width: 20%;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .package-plan__service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bnr-security a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bnr-security a:hover {
  opacity: 0.8;
}

.paypal-p section {
  margin-bottom: 60px;
}
.paypal-p .index {
  background: #F5F5F5;
  padding: 30px;
}
.paypal-p .index h2 {
  background: #2db2b5;
  padding: 0.5rem 1rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.7rem;
  color: #fff;
  font-weight: bold;
  border: 0;
  border-radius: 10px;
  display: inline-block;
  line-height: 1.2;
}
.paypal-p .index ul {
  list-style: none;
  padding-left: 1em;
}
.paypal-p .index ul a {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
}

.local-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 15px 60px;
}
@media (max-width: 767px) {
  .local-nav {
    margin: 0 0 40px;
  }
}
.local-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  background: #f7f7f7;
  border-radius: 50vh;
  margin: 0;
  padding: 20px 50px;
}
@media (max-width: 767px) {
  .local-nav ul {
    height: auto;
    border-radius: 0;
    padding: 15px 30px;
  }
}
.local-nav li {
  padding: 2px 25px;
  margin: 4px 0;
  border-right: 1px solid #d3d3d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .local-nav li {
    padding: 6px 0;
    width: 100%;
    border-right: 0;
  }
}
.local-nav li:last-child {
  border-right: 0;
}
.local-nav a {
  color: #333;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
.local-nav a:hover, .local-nav a:focus {
  opacity: 0.8;
}
.local-nav .fas {
  font-size: 14px;
  color: #249193;
  margin-right: 8px;
}

.link-wrap {
  margin-top: 15px;
}
.link-wrap a {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 8px;
  text-decoration: none;
  line-height: 1.4;
  padding-left: 1.5em;
  text-indent: -0.74em;
}
.link-wrap a .fas,
.link-wrap a .fa {
  margin-right: 8px;
}
.link-wrap a:last-child {
  margin-bottom: 0;
}
.link-wrap--url {
  word-break: break-all;
}

.link-type1 {
  font-size: inherit;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-type1[href*="8089.co.jp"] i {
  display: none;
}
.link-type1:hover {
  color: #2fb1b4;
  text-decoration: none;
}

.table_border tr th,
.table_border tr td {
  border: 1px solid #ccc !important;
}

table.table-price.table.table_border.date_sptable td {
  white-space: inherit;
}
table.table-price.table.medical {
  width: 60%;
}
table.table-price &gt; tbody &gt; tr &gt; td {
  white-space: nowrap;
}

@media (max-width: 767px) {
  table.sp_price_table {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  table.sp_price_table th {
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  table.sp_price_table td {
    height: 40px;
    border: 1px solid #fff;
  }
}
table.sp_price_table th.table_pink {
  background-color: #D97195;
}
table.sp_price_table td.table_day.table_pink {
  background-color: #F2CCE1;
}
table.sp_price_table td.table_price.table_pink {
  background-color: #FBECF5;
}

@media (min-width: 768px) {
  .pc_table,
  .w60 {
    width: 60%;
  }
}
table.dispatch_glay_table {
  border: 2px solid #ddd;
}
table.dispatch_glay_table thead th {
  padding: 5px;
  border: 1px solid #ddd;
  background-color: #f8f6f6;
}
table.dispatch_glay_table tbody th {
  width: 15%;
  padding: 5px;
  vertical-align: top;
  white-space: nowrap;
  border: 1px solid #ddd;
  background-color: #f8f6f6;
}
table.dispatch_glay_table tbody td {
  width: 42%;
  padding: 5px;
  vertical-align: top;
  border: 1px solid #ddd;
}
table.dispatch_glay_table tbody td li {
  margin-left: -15px;
}

table.knowhow_table {
  width: 95%;
  margin-left: 40px;
}
table.knowhow_table th {
  font-weight: normal;
  padding: 5px;
  vertical-align: top;
  border: 1px solid #ddd;
  background-color: #F5F5F5;
}
table.knowhow_table td {
  padding: 5px;
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  table.tableType01.mb20 {
    font-size: 15px;
    margin: 0 130px;
  }
}
@media (max-width: 767px) {
  table.tableType01.mb20 {
    margin: auto;
  }
}
@media (min-width: 768px) {
  table.tableType01.mb20 a {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #4ABCBC;
  }
}
@media (max-width: 767px) {
  table.tableType01.mb20 a {
    font-weight: bold;
    text-decoration: none !important;
    color: #4abcbc;
  }
}
@media (min-width: 768px) {
  table.tableType01 th {
    width: 20%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  table.tableType01 th {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  table.tableType01 td {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  table.tableType01 td p {
    margin-bottom: 50px;
    padding-left: 20px;
    letter-spacing: 2px;
    border-left: 8px solid #4abcbc;
  }
}
@media (max-width: 767px) {
  table.tableType01 td p {
    margin-bottom: 50px;
    letter-spacing: 2px;
    border-top: 8px solid #4abcbc;
  }
}
@media (max-width: 767px) {
  table.tableType01 td p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp_table {
    width: 100%;
  }
  .date_sptable th,
  .date_sptable td {
    display: block;
    width: 100%;
  }
  td.table_time {
    background-color: #e0e0e0;
  }
  td.table_time p {
    margin: auto;
  }
  td.table_day p {
    margin: auto;
  }
  .sp_price_table th h3 {
    font-size: 22px;
    margin: 5px 0;
  }
  .sp_price_table th p {
    margin-top: -22px;
  }
  th.table_yellow {
    background-color: #f4d070;
  }
  td.table_day.table_yellow {
    background-color: #FBE9B9;
  }
  td.table_price.table_yellow {
    background-color: #fdf3da;
  }
  th.table_purple {
    background-color: #b08eca;
  }
  td.table_day.table_purple {
    background-color: #d7c7e4;
  }
  td.table_price.table_purple {
    background-color: #F1EBF5;
  }
  th.table_green {
    background-color: #63c99a;
  }
  td.table_day.table_green {
    background-color: #C0E9D7;
  }
  td.table_price.table_green {
    background-color: #E8F7F0;
  }
  table.knowhow_table {
    width: 100%;
    margin: auto;
  }
  table.knowhow_table th,
  table.knowhow_table td {
    display: block;
  }
  table.glay_sp_table {
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #ddd;
  }
  table.glay_sp_table thead {
    text-align: center;
    background-color: #e9e9e9;
  }
  table.glay_sp_table thead tr {
    display: inline-block;
  }
  table.glay_sp_table thead tr th {
    font-size: 3rem;
    padding: 15px;
  }
  table.glay_sp_table thead tr td {
    display: block;
    padding: 15px 7px;
  }
  table.glay_sp_table thead tr td ul {
    padding-left: 30px;
  }
  table.glay_sp_table tbody tr th {
    font-size: 1.6rem;
    display: block;
    padding: 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f8f6f6;
  }
  table.glay_sp_table tbody tr td {
    display: block;
    padding: 15px 7px;
  }
  table.glay_sp_table tbody tr td ul {
    padding-left: 30px;
  }
  table.dispatch_sp_table {
    margin-bottom: 10px;
    border: 1px solid #000;
  }
  table.dispatch_sp_table thead {
    font-size: 1.8rem;
    text-align: center;
  }
  table.dispatch_sp_table thead tr {
    display: inline-block;
  }
  table.dispatch_sp_table thead tr th {
    padding: 10px;
  }
  table.dispatch_sp_table tbody th {
    font-size: 1.6rem;
    display: block;
    padding: 10px 5px;
    border-top: 1px solid;
  }
  table.dispatch_sp_table tbody td {
    display: block;
    padding: 8px 5px;
    border-top: 1px dotted;
  }
}
.table-grey {
  width: 100%;
  margin: 20px 0;
}
.table-grey th {
  font-size: 15px;
  font-weight: normal;
  width: 40%;
  padding: 25px;
  border: 1px solid #333;
  background: #f4f4f4;
}
.table-grey td {
  font-size: 15px;
  width: 60%;
  padding: 25px;
  border: 1px solid #333;
}

.table-history tr {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.table-history th {
  font-weight: normal;
  width: 20%;
  padding: 20px;
  vertical-align: top;
}
.table-history td {
  width: 80%;
  padding: 20px;
}

.list-table {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
@media (max-width: 767px) {
  .list-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-table li {
  width: 50%;
  padding: 10px;
  border-bottom: 1px solid rgba(51, 83, 169, 0.3);
  border-right: 1px solid rgba(51, 83, 169, 0.3);
}
@media (max-width: 767px) {
  .list-table li {
    width: 100%;
    border: 1px solid rgba(51, 83, 169, 0.3);
    border-top: transparent;
  }
}
.list-table li:nth-child(-n+2) {
  border-top: 1px solid rgba(51, 83, 169, 0.3);
}
@media (max-width: 767px) {
  .list-table li:nth-child(-n+2) {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .list-table li:first-child {
    border-top: 1px solid rgba(51, 83, 169, 0.3);
  }
}
.list-table li:nth-child(odd) {
  border-left: 1px solid rgba(51, 83, 169, 0.3);
}

@media (max-width: 767px) {
  .table-fixed {
    table-layout: fixed;
  }
}

.regulation table {
  table-layout: fixed;
}
.regulation table th,
.regulation table td {
  padding: 10px;
}
.regulation table .method,
.regulation table .calling {
  width: 15%;
  min-width: 150px;
}

.minimum-charge-table {
  margin: 10px 0 20px;
}
.minimum-charge-table h4 {
  padding-left: 0 !important;
  border-left: none !important;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .minimum-charge-table tr {
    vertical-align: top;
  }
}
.minimum-charge-table th {
  font-weight: normal;
}
.minimum-charge-table .price {
  text-align: right;
}
.minimum-charge-table .annotation {
  font-size: 0.9em;
  color: #999;
  text-align: right;
}
@media (max-width: 768px) {
  .minimum-charge-table .annotation {
    display: block;
    margin-right: -9px;
  }
}
.minimum-charge-table.half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .minimum-charge-table.half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.minimum-charge-table.half .table-box:first-child {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .minimum-charge-table.half .table-box:first-child {
    margin-right: 0;
  }
}
.minimum-charge-table .sp-only {
  display: none;
}
@media (max-width: 768px) {
  .minimum-charge-table .sp-only {
    display: block;
  }
}

.page-id-97 table.sp-column th {
  width: 33%;
}
.page-id-97 table.sp-column td {
  width: 67%;
}

@media (max-width: 767px) {
  table.sp-column th,
  table.sp-column td {
    width: 100% !important;
    display: block;
    padding: 15px;
  }
  table.sp-column th {
    border-bottom: none;
  }
  table.sp-column tr:nth-child(n+2) th {
    border-top: none;
  }
}
.page-id-93 .sp-column table tr td:first-child {
  width: 50%;
}
@media (max-width: 767px) {
  .page-id-93 .sp-column table tr td {
    display: block;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .page-id-93 .sp-column table tr td img {
    width: 410px;
  }
}
.page-id-93 .sp-column table tr td.table-img {
  padding: 15px !important;
}

.table-delivery {
  border: 2px solid #adadad;
  width: 940px;
  max-width: none;
}
.table-delivery th,
.table-delivery td {
  width: auto;
  padding: 0;
  background: #fff;
  border: 1px solid #adadad;
  line-height: 1.2;
}
.table-delivery th {
  font-weight: bold;
  text-align: center;
}
.table-delivery thead th {
  background: #f1f1f1;
  font-size: 15px;
  padding: 5px;
}
.table-delivery thead tr:first-child th:first-child {
  width: 140px;
}
.table-delivery thead tr:first-child th:nth-child(2) {
  width: 240px;
}
.table-delivery thead tr:first-child th:nth-child(3),
.table-delivery thead tr:first-child th:nth-child(4),
.table-delivery thead tr:first-child th:nth-child(5),
.table-delivery thead tr:first-child th:nth-child(6),
.table-delivery thead tr:first-child th:nth-child(7),
.table-delivery thead tr:first-child th:nth-child(8),
.table-delivery thead tr:first-child th:nth-child(9) {
  width: 80px;
}
.table-delivery tbody th {
  background: #f9f9f9;
  font-size: 15px;
}
.table-delivery tbody tr:first-child td:first-child,
.table-delivery tbody tr:first-child td:nth-child(2),
.table-delivery tbody tr:first-child td:nth-child(3) {
  width: 80px;
}
.table-delivery .border-top-bold {
  border-top-width: 2px;
}
.table-delivery .border-right-bold {
  border-right-width: 2px;
}
.table-delivery .border-bottom-bold {
  border-bottom-width: 2px;
}
.table-delivery .border-left-bold {
  border-left-width: 2px;
}
.table-delivery .border-right-dashed {
  border-right-style: dashed;
  border-right-color: #249193;
}
.table-delivery .border-left-dashed {
  border-left-style: dashed;
  border-left-color: #249193;
}
.table-delivery .box-reception {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px 10px;
  margin: 4px;
  border-radius: 4px;
}
.table-delivery .box-deliver {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  background: #249193;
  padding: 12px 10px;
  margin: 4px;
  border-radius: 4px;
}
.table-delivery .box-dashed {
  border: 1px dashed #a078be;
  margin: 5px;
  height: 50px;
}
.table-delivery .line {
  height: 2px;
  background: #333;
  position: relative;
}
.table-delivery .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #333;
  border-right: 0;
  background: none;
  position: absolute;
  top: -6px;
  right: -4px;
}

@media (min-width: 992px) {
  .company__table th.stand_head_area {
    background: #fff;
    text-align: left;
    font-weight: normal;
    width: 18%;
  }
}
@media (min-width: 768px) {
  .company__table th.stand_head_area {
    background: #fff;
    text-align: left;
    font-weight: normal;
    width: 22%;
  }
}
@media (max-width: 767px) {
  .company__table .pc-only {
    display: none;
  }
}
.company__table .num-text {
  display: inline-block;
  line-height: 1.6;
}
.company__table .num-text + * {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .table-sp-vertical th, .table-sp-vertical td {
    display: block;
    width: 100% !important;
    border-bottom: none !important;
  }
}
.table-sp-vertical tr:last-child td {
  border-bottom: 1px solid #333 !important;
}

.swiper-pagination-bullet-active {
  background: #01a5a4;
}

.default-table {
  table-layout: fixed;
  width: 100%;
}
.default-table th {
  background: #f4f4f4;
  width: 25%;
  min-width: 205px;
}
.default-table th, .default-table td {
  padding: 15px;
  border: 1px solid #C7C7C7;
}
@media (max-width: 767px) {
  .default-table th, .default-table td {
    display: block;
    width: 100%;
    border-top: none;
  }
}
@media (max-width: 767px) {
  .default-table tr:first-child th {
    border: 1px solid #C7C7C7;
  }
}

.default-table-pc {
  table-layout: fixed;
  width: 100%;
}
@media (max-width: 767px) {
  .default-table-pc {
    min-width: 768px;
  }
}
.default-table-pc th {
  background: #f4f4f4;
  width: 25%;
  min-width: 205px;
}
.default-table-pc th, .default-table-pc td {
  padding: 15px;
  border: 1px solid #C7C7C7;
}
.default-table-pc th a, .default-table-pc td a {
  word-wrap: break-word;
}

.table-pickup {
  table-layout: fixed;
  width: 100%;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .table-pickup {
    min-width: 500px;
  }
}
.table-pickup th, .table-pickup td {
  border: 1px solid #ddd;
  padding: 20px 15px;
}
@media (max-width: 767px) {
  .table-pickup th, .table-pickup td {
    padding: 10px;
  }
}
.table-pickup th.pickup, .table-pickup td.pickup {
  border-bottom: none !important;
}
.table-pickup th {
  background: #f4f4f4;
}
.table-pickup th.none {
  border: none;
  background: none;
}
.table-pickup th.pickup {
  background: #249192;
  color: #fff;
  border-right: 2px solid #249192;
  border-left: 2px solid #249192;
}
.table-pickup td.pickup {
  border-right: 2px solid #249192;
  border-left: 2px solid #249192;
}
.table-pickup tr.head th {
  text-align: center;
}
.table-pickup tr.head th:first-child {
  width: 200px;
}
@media (max-width: 767px) {
  .table-pickup tr.head th:first-child {
    width: 110px;
  }
}
.table-pickup tr:last-child td.pickup {
  border-bottom: 2px solid #249192 !important;
}

.vertical-top th, .vertical-top td {
  vertical-align: top;
}

div.page-title {
  padding: 10px 0 0;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
}
div.page-title div.well {
  margin-bottom: auto;
  background-color: #2fc3c3;
  border: none;
  padding: 4px;
  background-color: #C8C8C8;
}
@media (max-width: 991px) {
  div.page-title div.well {
    margin-top: 15px;
  }
}
div.page-title .breadcrumb {
  margin-bottom: 10px;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  list-style: none;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  div.page-title .breadcrumb {
    overflow-x: scroll;
    width: auto;
    white-space: nowrap;
    margin: -15px -15px 0;
    padding: 4px 15px;
    background: #eee;
  }
}
div.page-title .breadcrumb li a {
  font-weight: normal;
}
div.page-title .breadcrumb br {
  display: none !important;
}
div.page-title .breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}

@media (max-width: 767px) {
  div.page-title-service {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  div.page-title-service div.well {
    width: 100%;
    position: absolute;
    z-index: 3;
    margin: 0;
    left: 0;
    aspect-ratio: 16/10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

div.page-title div.well {
  padding: 4px;
  border: none;
  background-color: transparent;
}
div.page-title div.well h1 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  div.page-title div.well h1 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

body.page-id-5 div.page-title div.well, body.parent-pageid-5 div.page-title div.well, body.page-id-122 div.page-title div.well, body.parent-pageid-122 div.page-title div.well, body.page-id-126 div.page-title div.well, body.page-id-132 div.page-title div.well, body.parent-pageid-126 div.page-title div.well, body.archive.search div.page-title div.well, body.search-no-results div.page-title div.well, body.page-id-42 div.page-title div.well, body.parent-pageid-42 div.page-title div.well, body.page-id-61 div.page-title div.well, body.parent-pageid-61 div.page-title div.well, body.page-id-7 div.page-title div.well, body.parent-pageid-7 div.page-title div.well {
  background-color: transparent;
}

@media (max-width: 767px) {
  .page-template-page-template-service div.page-title div.well h1 {
    color: #fff;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  }
}
.head-area-video .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -15px;
  margin-left: -15px;
}

.video-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .video-wrap {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.video-wrap iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.player {
  z-index: 1;
  width: 100%;
}

.thumb {
  z-index: 2;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.thumb:hover {
  opacity: 0.7;
}

.interview-page * {
  line-height: 1.8;
}
.interview-page p {
  margin: 0;
}
.interview-page .column_div_index {
  margin-bottom: 30px;
}
.interview-page .interview-wrap &gt; * + * {
  margin-top: 2em;
}

.interview-content {
  margin-bottom: 60px;
}
.interview-content &gt; * + * {
  margin: 60px 0 0;
}
.interview-content h2 {
  margin-bottom: 30px;
}
.interview-content h3 {
  margin-bottom: 15px;
}

.interview-thumbnail__list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  list-style: none;
}
@media (max-width: 767px) {
  .interview-thumbnail__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.interview-thumbnail__item {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 767px) {
  .interview-thumbnail__item {
    width: 100%;
  }
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tag-list__tag a {
  padding: 4px 10px 5px;
  border-radius: 50px;
  background: #01a5a4;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  transition: all 0.3s ease;
  border: none;
}
.tag-list__tag a:hover {
  color: #fff;
  opacity: 0.8;
  border: none;
}

.form-base-wrap {
  margin-bottom: 80px;
}
.form-base-confirm .wpcf7-spinner {
  display: none;
}
.form-base h2 {
  font-size: 18px;
  text-align: center;
}
.form-base h2 span {
  color: #3257B7;
}
.form-base .optional {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  font-weight: bold;
  margin-left: 10px;
  top: -1px;
  position: relative;
  display: inline-block;
  padding: 3px 4px;
  border-radius: 2px;
  background-color: #676767;
  letter-spacing: 1px;
}
.form-base label {
  margin-bottom: 0;
}
.form-base .wpcf7-list-item {
  margin-left: 0;
}
.form-base input[type=text],
.form-base input[type=email],
.form-base input[type=tel],
.form-base input[type=number] {
  max-width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #3257B7;
  padding: 4px 2px 2px;
}
.form-base input[name=your-address] {
  width: 100%;
}
.form-base input[type=submit],
.form-base input[type=button],
.form-base .btn-top {
  height: 52px;
  font-size: 16px;
  min-width: 130px;
  font-weight: bold;
  border-radius: 32px;
  border: none;
  padding: 0 30px;
  margin: 0 15px;
}
.form-base input[type=submit]:hover,
.form-base input[type=button]:hover,
.form-base .btn-top:hover {
  opacity: 0.8;
}
.form-base .wpcf7-acceptance label {
  font-weight: normal;
}
.form-base input[type=submit],
.form-base .btn-top {
  color: #fff;
  background-color: #3257B7;
}
.form-base input[type=button] {
  color: #3257B7;
  background-color: #fff;
}
.form-base input[disabled] {
  background: #a3a3a3;
}
.form-base select {
  border: none;
  outline: none;
  border-bottom: 1px solid #3257B7;
  padding: 4px 2px 2px;
  margin-top: 5px;
  width: 332px;
  max-width: 100%;
  height: 32px;
}
.form-base textarea {
  outline: none;
  border: 1px solid #3257B7;
  border-radius: 2px;
  padding: 5px 7px;
  margin-top: 5px;
  width: 100%;
  height: 120px;
}
.form-base .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}
.form-base-box {
  width: 100% !important;
  max-width: 100%;
  border: 1px solid #3257B7;
  margin: 0 auto 50px;
  padding: 20px 50px;
}
@media (max-width: 767px) {
  .form-base-box {
    padding: 10px 30px;
  }
}
.form-base-box &gt; div {
  margin: 40px 0;
}
.form-base .agree-box {
  width: 100% !important;
  max-width: 100%;
  margin: 0px auto 50px;
  padding: 0px 100px;
}
@media (max-width: 767px) {
  .form-base .agree-box {
    padding: 10px 30px;
  }
}

.balloon {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}
.balloon .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}
.balloon .faceicon img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.balloon .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: rgba(45, 178, 181, 0.2);
}
.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid rgba(45, 178, 181, 0.2);
}
.says p {
  margin: 0;
  padding: 0;
}

.balloon--my .faceicon {
  float: right;
  margin-left: -90px;
  margin-right: auto;
}
.balloon--my .chatting {
  text-align: end;
}
.balloon--my .says {
  background: rgba(92, 121, 197, 0.2);
}
.balloon--my .says::after {
  right: -24px;
  left: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  border-right: 12px solid rgba(92, 121, 197, 0.2);
}
.balloon--my .says p {
  text-align: left;
}

@media (max-width: 767px) {
  .conversation .balloon .faceicon {
    width: 40px;
    margin-top: 16px;
  }
}
.conversation .balloon .says {
  margin: 5px 105px 0 105px;
}
@media (max-width: 767px) {
  .conversation .balloon .says {
    margin: 5px 60px 0;
  }
}

.addtoany_list .addtoany_share img {
  width: 30px;
}

.tab__wrap {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .tab__wrap {
    font-size: 15px;
  }
}
.tab__wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab__wrap:hover::before {
  background: rgba(1, 128, 165, 0.3);
  mix-blend-mode: multiply;
}
.tab__img img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.tab__text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 3;
}
.tab__text::after {
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  content: "\f0dd";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .tab__text::after {
    font-size: 30px;
    bottom: -20px;
  }
}
.tab__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1px;
}
.tab__item {
  width: calc((100% - 3px) / 4);
}
@media (max-width: 991px) {
  .tab__item {
    width: calc((100% - 1px) / 2);
  }
}
.tab__item.active .tab__wrap::before {
  background: rgba(1, 128, 165, 0.8);
  mix-blend-mode: multiply;
}
.tab__item.active .tab__text {
  text-shadow: 0 0 6px #000;
}

.tab-body {
  display: none;
  opacity: 0;
  margin-top: 40px;
}
.tab-body &gt; p {
  margin-bottom: 30px;
}
.tab-body.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab-img img {
  width: 100%;
}

.tab-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media (max-width: 767px) {
  .tab-content__menu {
    overflow: scroll;
  }
}
.tab-content__menu--5 .tab-content__btn {
  width: calc((100% - 16px) / 5);
}
.tab-content__btn {
  background: #F5F5F5;
  text-align: center;
  padding: 4px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  border: 2px solid transparent;
  border-bottom: none;
  min-width: 120px;
}
.tab-content__btn:hover {
  border: 2px solid #2db2b5;
  border-bottom: none;
}
.tab-content__btn.active {
  background: #2db2b5;
  color: #fff;
  cursor: default;
}
.tab-content__body {
  display: none;
  padding: 30px;
  border: 2px solid #2db2b5;
}
@media (max-width: 767px) {
  .tab-content__body {
    padding: 10px;
  }
}
.tab-content__body.active {
  display: block;
}
.tab-content__flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .tab-content__flexWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tab-content__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab-content__title {
  text-align: center;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .tab-content__title {
    margin-top: 20px;
  }
}
.tab-content__sample {
  width: 55%;
}
@media (max-width: 767px) {
  .tab-content__sample {
    width: 100%;
  }
}
.tab-content__sample .link-wrap {
  text-align: right;
  margin-top: 10px;
}
.tab-content__text + .tab-content__text {
  margin-top: 2em;
}

.flow-chart {
  margin-top: 40px;
  border-radius: 5px;
  border: 2px solid #2db2b5;
  background: #fff;
}
.flow-chart__inner {
  padding: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .flow-chart__inner {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .flow-chart__inner {
    padding: 20px;
  }
}
.flow-chart__question, .flow-chart__answer-wrap {
  display: none;
}
.flow-chart__question.active, .flow-chart__answer-wrap.active {
  display: block;
}
.flow-chart__question--second {
  margin-top: 40px;
  border-top: 1px dashed #999;
}
.flow-chart__answer-wrap {
  margin-top: 40px;
  border-top: 1px dashed #999;
}
.flow-chart__title {
  margin: 40px 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.flow-chart__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  gap: 40px;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .flow-chart__list {
    gap: 20px 10px;
  }
}
@media (max-width: 767px) {
  .flow-chart__list {
    gap: 20px;
  }
}
.flow-chart__list li {
  cursor: pointer;
  width: calc((100% - 40px) / 2);
  border: 1px solid #2db2b5;
  background: #F5F8F8;
  color: #01a5a4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  text-align: center;
  padding: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .flow-chart__list li {
    width: calc((100% - 10px) / 2);
    padding: 20px 5px;
  }
}
@media (max-width: 767px) {
  .flow-chart__list li {
    width: 100%;
    padding: 20px 10px;
    word-break: auto-phrase;
  }
}
.flow-chart__list li:hover, .flow-chart__list li.positive {
  background: #2db2b5;
  color: #fff;
}
.flow-chart__list li.positive {
  pointer-events: none;
}
.flow-chart__list li.non-positive {
  border: 1px solid #eee;
  background: #eee;
  pointer-events: none;
  color: #333;
}
.flow-chart__answer-text {
  margin-bottom: 0;
  margin-top: 40px;
}
.flow-chart__answer-link .link-wrap {
  margin-top: 10px;
}
.flow-chart__restart {
  display: none;
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .flow-chart__restart {
    word-break: auto-phrase;
  }
}
.flow-chart__loading {
  text-align: center;
  margin: 0;
}
.flow-chart__reload_text {
  cursor: pointer;
  text-decoration: underline;
  color: #2db2b5;
}
.flow-chart__content {
  display: none;
}

.radius-icon {
  padding: 4px 10px;
  border-radius: 50px;
  background: #2db2b5;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
}
.radius-icon--clear {
  border: 1px solid #2db2b5;
  color: #2db2b5;
  background: transparent;
}

.flexslider {
  width: 100%;
  float: left;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media (max-width: 991px) and (min-width: 767px) {
  .flexslider {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .flexslider {
    border: none !important;
    margin: 0 !important;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
.flexslider .slides img {
  width: auto;
  display: block;
}
@media (max-width: 767px) {
  .flexslider .slides img {
    width: 100%;
    display: block;
  }
}

.flex-control-nav {
  bottom: 3px !important;
  z-index: 9999;
}
@media (max-width: 767px) {
  .flex-control-nav {
    bottom: 3px !important;
    z-index: 2;
  }
}

.side_contents {
  width: 25%;
  float: right;
  margin-bottom: 30px;
}
@media (max-width: 991px) and (min-width: 767px) {
  .side_contents {
    width: 100%;
    float: none;
  }
}

.panel.panel-important.wit {
  background-color: #2DB3B6 !important;
  color: #fff;
  border-radius: 15px;
  margin-bottom: 10px;
}
@media (max-width: 991px) and (min-width: 767px) {
  .panel.panel-important.wit {
    width: 49%;
    float: left;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .panel.panel-important.wit {
    background-color: #2db3b6 !important;
    color: #fff;
    border-radius: 0px;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .panel.panel-important.wit {
    float: left;
    width: 49%;
    margin-bottom: 20px !important;
  }
}
.panel.panel-important.wit .form-control,
.panel.panel-important.wit span.input-group-addon {
  border: none !important;
}
@media (max-width: 767px) {
  .panel.panel-important.wit .form-control,
  .panel.panel-important.wit span.input-group-addon {
    border: none !important;
  }
}
.panel.panel-important.wit .esb-displayer {
  border-color: #fff;
}
.panel.panel-important.wit input::-webkit-input-placeholder, .panel.panel-important.wit input:-moz-placeholder, .panel.panel-important.wit input::-moz-placeholder, .panel.panel-important.wit input:-ms-input-placeholder {
  text-align: left !important;
}
@media (max-width: 767px) {
  .panel.panel-important.wit input::-webkit-input-placeholder, .panel.panel-important.wit input:-moz-placeholder, .panel.panel-important.wit input::-moz-placeholder, .panel.panel-important.wit input:-ms-input-placeholder {
    text-align: center !important;
  }
}

div.panel-important &gt; div.panel-heading {
  padding: 10px 15px !important;
  border: none !important;
}
@media (max-width: 767px) {
  div.panel-important &gt; div.panel-heading {
    padding: 10px 15px !important;
    border: none !important;
  }
}
div.panel-important h3.panel-title {
  color: #fff !important;
}
@media (max-width: 767px) {
  div.panel-important h3.panel-title {
    color: #fff !important;
    text-align: left;
  }
}
div.panel-important .panel-body {
  padding: 0 10px 15px !important;
}
@media (max-width: 767px) {
  div.panel-important .panel-body {
    padding: 0 10px 15px !important;
  }
}
@media (max-width: 767px) {
  div.panel-important .form-control {
    font-size: 1.1rem !important;
  }
}

.div.panel-important {
  border-radius: 20px !important;
}
@media (max-width: 767px) {
  .div.panel-important {
    border-radius: 20px !important;
  }
}

.list-attention {
  clear: both;
}

ul.list-attention {
  display: none;
}
@media (max-width: 767px) {
  ul.list-attention {
    display: none;
    clear: both;
  }
}

.link-whats-mypage {
  text-decoration: none;
  margin-left: 5px;
  font-size: 14px;
  font-weight: bold;
}

.estimate_btn {
  background: #007a7b;
  font-size: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 3px 0;
  border: 0;
  border-radius: 5px;
  text-shadow: none;
  width: 125px;
  height: 38px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media (max-width: 767px) {
  .estimate_btn {
    width: 100%;
  }
}
.estimate_btn:hover {
  background-color: #32cc98;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.estimate_btn.btn-block {
  background: #007a7b;
  color: #fff;
  font-size: 20px;
  -webkit-box-shadow: 0px 2px 0 0 #5e8688;
          box-shadow: 0px 2px 0 0 #5e8688;
  border: none;
  border-radius: 5px;
  padding: 12px 0;
  width: 180px;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.estimate_btn.btn-block:hover {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #007a7b;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.work_situation_area {
  clear: both;
}
@media (min-width: 768px) {
  .work_situation_area {
    background: #f1f1f1;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .work_situation_area {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}
.work_situation_area h4 {
  display: block;
  margin: 0;
  font-size: 1.4rem !important;
  margin-right: 10px;
}
.work_situation_area h4 i {
  display: none;
}
.work_situation_area .textwidget {
  display: block;
}
@media (min-width: 768px) {
  .work_situation_area .textwidget {
    color: #333;
  }
}
.work_situation_area .state {
  background: #fff;
  color: #424242;
  font-weight: bold;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .work_situation_area .state {
    font-size: 14px;
    background: #F5F5F5;
    padding: 5px 0;
  }
}
.work_situation_area .state.caution {
  background: #ffeaeb;
  color: #fc5757;
}
.work_situation_area .state-inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .work_situation_area .state-inner a {
    margin: 0 0 4px;
    display: inline-block;
  }
}

#first_wrap {
  background: #b7dfe0;
  padding: 50px 0;
}
@media (max-width: 767px) {
  #first_wrap {
    background: #b7dfe0;
    padding: 50px 0;
  }
}
#first_wrap .container {
  position: relative;
}
#first_wrap h2 {
  font-size: 24px;
  color: #fff;
  background: #01b0b3;
  padding: 15px 18px 12px;
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #first_wrap h2 {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  #first_wrap h2 {
    margin-bottom: 5px;
  }
}
#first_wrap h2.m-spacer {
  margin-bottom: 20px;
}
#first_wrap h2 + p {
  font-size: 16px;
  font-weight: bold;
  color: #249192;
  display: inline-block !important;
  margin: 0 0 0 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #first_wrap h2 + p {
    display: block !important;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  #first_wrap h2 + p {
    margin: 0 0 20px 0;
  }
}

.home .service_area,
.home .security_area {
  margin-bottom: 50px;
}
@media (max-width: 991px) and (min-width: 767px) {
  .home .service_area h2::before,
  .home .security_area h2::before {
    left: 11px !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .home .service_area h2::before,
  .home .security_area h2::before {
    left: 11px !important;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  .data_area h2::before {
    left: 11px !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .data_area h2::before {
    left: 11px !important;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .service_area h2 {
    padding-left: 45px !important;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .security_area h2 {
    padding-left: 40px !important;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .data_area h2 {
    padding-left: 50px !important;
  }
}

.image-shadow-list {
  padding: 0 15px;
}

.image-shadow {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .image-shadow {
    margin-bottom: 20px;
  }
}
.image-shadow img {
  width: 100%;
  height: 166px;
  -webkit-box-shadow: 0px 3px 0px 1px #819c9c;
          box-shadow: 0px 3px 0px 1px #819c9c;
}
@media (max-width: 991px) and (min-width: 767px) {
  .image-shadow img {
    height: 126px;
  }
}
.image-shadow a:hover &gt; img {
  opacity: 0.8;
}

.centering_area {
  text-align: center;
  clear: both;
}

.centering {
  display: inline-block;
  width: 25%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.service-detail {
  display: block;
  text-align: right;
  color: #249193;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}

#second_wrap {
  padding: 0 0 50px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  #second_wrap {
    padding: 25px 0;
  }
}
#second_wrap .container {
  position: relative;
}
@media (max-width: 767px) {
  #second_wrap .container {
    position: relative;
  }
}
#second_wrap h2 {
  border-bottom: 3px solid #ccc;
  margin-bottom: 30px;
}

a.detail-link {
  top: 22px;
  right: 15px;
  position: absolute;
  font-size: 15px;
  font-weight: bold;
  z-index: 1;
}
@media (max-width: 991px) and (min-width: 767px) {
  a.detail-link {
    right: 15px !important;
  }
}
@media (max-width: 767px) {
  a.detail-link {
    font-size: 1.2rem;
    position: absolute;
    right: 15px;
    top: 0;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  a.detail-link {
    right: 15px !important;
  }
}
a.detail-link i {
  margin-right: 7px;
}

.news-list {
  margin-bottom: 20px;
}
.home .news-list {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .news-list {
    margin-bottom: 15px;
  }
}

.thum-area {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 135px;
  overflow: hidden;
  position: relative;
  border: 1px solid #bbb;
}
@media (max-width: 991px) and (min-width: 767px) {
  .thum-area {
    height: 115px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .thum-area {
    height: 115px;
  }
}
.thum-area a:hover img {
  opacity: 0.8;
}
.thum-area img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  body.home .thum-area {
    display: none;
  }
}

span.news-cat {
  background: #FFEC7D;
  color: #A08900;
  font-weight: bold;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  span.news-cat {
    margin-bottom: 3px;
    padding: 2px 7px;
    color: #947a00;
    font-size: 1rem;
    font-weight: bold;
    background: #feec7c;
    display: inline-block;
  }
}

span.column-cat {
  background: #ffe7e7;
  color: #8a5858;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  span.column-cat {
    margin-bottom: 3px;
    padding: 2px 7px;
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
  }
}

a.news-title {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 0 0;
  display: block;
  color: #333;
  text-decoration: none;
  word-break: break-all;
}
@media (max-width: 767px) {
  a.news-title {
    font-size: 14px;
    margin: 0;
    word-break: break-all;
  }
}
a.news-title:hover {
  opacity: 0.8;
  color: #2fb1b4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

span.news-date {
  font-size: 14px;
  font-weight: bold;
}

.bnr-area {
  margin-top: 50px;
}

.bnr-thum {
  margin-bottom: 30px;
}

#top {
  display: none !important;
}

#third_wrap {
  padding: 0px 0 50px;
}
#third_wrap .container {
  position: relative;
}
#third_wrap h2 {
  border-bottom: 3px solid #ccc;
  margin-bottom: 30px;
}

.yellow-creature {
  bottom: 52px;
  right: 193px;
  position: absolute;
  display: none;
  width: 60px;
  height: auto;
}

.blue-creature {
  bottom: 55px;
  right: -40px;
  position: absolute;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  display: none;
}

.blue-creature-02 {
  right: 55px;
  bottom: -40px;
  position: absolute;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  display: none;
}

.yellow-creature-02 {
  right: 58px;
  bottom: 150px;
  position: absolute;
  display: none;
  width: 60px;
  height: auto;
}

.fonts_25 {
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .fonts_25 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .fonts_25 {
    font-size: 1.5rem;
  }
}

.text span.letter_m6 {
  letter-spacing: -6px;
}
@media (max-width: 767px) {
  .text span.letter_m6 {
    letter-spacing: -6px;
  }
}
@media (min-width: 768px) {
  .text span.letter_m6 {
    letter-spacing: -6px;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  .header-left-content {
    width: 65%;
    overflow: hidden;
    float: left;
  }
}
@media (min-width: 768px) {
  .header-left-content {
    float: left;
    overflow: hidden;
    width: 60%;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  .header-left {
    margin-bottom: 0;
  }
  #header-contact {
    margin-top: 10px !important;
    width: 190px !important;
  }
  #header-contact img {
    width: initial;
  }
  header#header #header-logo {
    width: 41.6666666667% !important;
  }
  #header-secure {
    width: 58.3333333333% !important;
  }
  .header-right-content {
    width: 35%;
    overflow: hidden;
    float: right;
  }
  .footer-navi-area td {
    padding: 0 20px 10px;
  }
  .footer-info-area .header-left img {
    width: 100%;
  }
  .footer-info-area .logo-area,
  .footer-info-area .tel-area {
    padding-right: 0;
  }
  .footer-info-area .header-right {
    margin-bottom: 10px;
  }
  .footer-info-area div.header-link {
    margin-top: 0 !important;
  }
}
.walk-area-wrap {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
}

.walk-area {
  -webkit-animation: walk 16s linear 0s infinite normal;
          animation: walk 16s linear 0s infinite normal;
  width: 60px;
  z-index: 9999;
}

@-webkit-keyframes walk {
  0% {
    margin-left: -50px;
  }
  100% {
    margin-left: 110%;
  }
}

@keyframes walk {
  0% {
    margin-left: -50px;
  }
  100% {
    margin-left: 110%;
  }
}
img.walk {
  width: 60px;
  height: auto;
  -webkit-animation: purupuru 0.8s linear 0s 1 infinite;
          animation: purupuru 0.8s linear 0s 1 infinite;
}

@-webkit-keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
            transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
            transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
            transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
            transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
            transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
            transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@-webkit-keyframes cloud {
  0% {
    margin-left: -50px;
  }
  100% {
    margin-left: 110%;
  }
}
@keyframes cloud {
  0% {
    margin-left: -50px;
  }
  100% {
    margin-left: 110%;
  }
}
@-webkit-keyframes body {
  0% {
    width: 45px;
  }
  100% {
    width: 50px;
  }
}
@keyframes body {
  0% {
    width: 45px;
  }
  100% {
    width: 50px;
  }
}
@-webkit-keyframes hands {
  0% {
    height: 11px;
    margin-left: 5px;
  }
  50% {
    height: 13px;
    margin-left: 5px;
  }
  100% {
    height: 11px;
    margin-left: 11px;
  }
}
@keyframes hands {
  0% {
    height: 11px;
    margin-left: 5px;
  }
  50% {
    height: 13px;
    margin-left: 5px;
  }
  100% {
    height: 11px;
    margin-left: 11px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #footer-btn-area-01 {
    display: none !important;
  }
}
#footer-btn-area-01 a:hover &gt; img {
  opacity: 1;
  -webkit-animation: animScale 0.8s ease-out;
          animation: animScale 0.8s ease-out;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@-webkit-keyframes animScale {
  0% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  40% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  80% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes animScale {
  0% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  40% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  80% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.easy-select-box .esb-displayer:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.easy-select-box:hover .esb-displayer {
  text-decoration: none;
}
.easy-select-box.disabled .esb-displayer, .easy-select-box:hover.disabled .esb-displayer {
  background-position: 0 -36px;
}
.easy-select-box .esb-dropdown {
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  max-height: 200px;
  overflow: auto;
  position: absolute;
  z-index: 999;
  max-width: 100% !important;
  width: 100% !important;
}
.easy-select-box .esb-item {
  padding: 3px;
  background: #fff;
  color: #0c2245;
  cursor: default;
  width: 100% !important;
}
.easy-select-box .esb-item:hover {
  background: #39cbcc;
  color: #fff;
  text-decoration: none;
}

.position-r {
  position: relative;
}

#ui-datepicker-div {
  background-color: white !important;
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
  width: 340px;
}
@media (max-width: 767px) {
  #ui-datepicker-div {
    z-index: 9999 !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    background-color: white !important;
    -webkit-box-shadow: 1px 0 10px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 0 10px 2px rgba(0, 0, 0, 0.3);
    width: 95%;
    max-width: 400px;
    padding: 0;
    position: fixed !important;
  }
}

input#datepicker {
  background: #fff !important;
}

.ui-datepicker table {
  font-size: 1em !important;
}
@media (max-width: 767px) {
  .ui-datepicker table {
    height: 420px;
    max-height: 60vh;
  }
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0.55em 0.6em 0.55em 0.2em !important;
}
@media (max-width: 767px) {
  .ui-datepicker td span,
  .ui-datepicker td a {
    padding: 5px 15px 5px 5px !important;
    font-size: 18px;
  }
}
.ui-datepicker td span {
  color: #9c9c9c;
}
@media (max-width: 767px) {
  .ui-datepicker td span {
    color: #9c9c9c;
  }
}
.ui-datepicker td a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .ui-datepicker td a {
    font-weight: bold;
  }
}
.ui-datepicker .ui-datepicker-buttonpane {
  display: none;
}
@media (max-width: 767px) {
  .ui-datepicker .ui-datepicker-buttonpane {
    display: block;
    position: absolute;
    top: -45px;
    right: 2px;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    display: none;
  }
}
@media (max-width: 767px) {
  .ui-datepicker .ui-datepicker-buttonpane button {
    background: transparent;
    border: none;
    margin: 0 !important;
    padding: 6px !important;
    color: #fff;
    font-size: 38px;
    text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
  }
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 1.2em !important;
  height: 1.2em !important;
}
@media (max-width: 767px) {
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    top: -2px !important;
  }
}
@media (max-width: 767px) {
  .ui-datepicker .ui-datepicker-header {
    padding: 10px 0 !important;
    color: #fff;
    background: #01a0a3;
  }
}

#overlay {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 9999;
}
@media (min-width: 768px) {
  #overlay {
    display: none !important;
  }
}
#overlay.is-open {
  display: block;
}

@media (max-width: 1024px) {
  .page-id-443 .panel.panel-important.wit {
    width: auto;
  }
}
.home .swiper-container {
  width: 100%;
  background: #fff;
}
@media (min-width: 992px) {
  .home .swiper-container {
    height: 417px;
  }
}
@media (max-width: 767px) {
  .home .swiper-container {
    padding-bottom: 45px;
  }
}
.home .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 940px;
}
.home .swiper-slide img {
  opacity: 0.6;
  max-width: 100%;
}

.swiper-slide-active img {
  opacity: 1 !important;
}

div.well.well-cover {
  padding-top: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  div.well.well-cover {
    padding: 0 !important;
    margin: 0 0 0 0 !important;
  }
}
@media (max-width: 767px) {
  div.well.well-cover &gt; .container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.home .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 50px;
  height: 8px;
  border-radius: 0;
  background: #919191;
}
@media (max-width: 767px) {
  .home .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .home .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #01b0b3;
  }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../img/arrow-left.svg);
  left: 50%;
  -webkit-transform: translateX(-480px);
      -ms-transform: translateX(-480px);
          transform: translateX(-480px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
  -webkit-transform: translateX(-485px);
      -ms-transform: translateX(-485px);
          transform: translateX(-485px);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/arrow-right.svg);
  right: 50%;
  -webkit-transform: translateX(480px);
      -ms-transform: translateX(480px);
          transform: translateX(480px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
  -webkit-transform: translateX(485px);
      -ms-transform: translateX(485px);
          transform: translateX(485px);
}

@media (max-width: 767px) {
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 12px;
  }
}

.simple-estimate-outer {
  background: #ededed;
}
@media (max-width: 767px) {
  .simple-estimate-outer form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
}

.simple-estimate-inner {
  position: relative;
  height: 100%;
  max-width: 940px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .simple-estimate-inner {
    width: 100%;
  }
}

.home .title-simple-estimate {
  font-size: 18px;
  color: #007a7b;
  margin: 22px 10px 8px 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .home .title-simple-estimate {
    margin-top: 15px;
    margin-bottom: 0;
  }
}

.tooltip-simple-estimate {
  font-size: 14px;
  font-weight: bold;
  color: #249192;
  cursor: pointer;
  border-bottom: 2px dotted #249192;
  margin-left: 5px;
  padding: 0 1px 1px;
}
.tooltip-simple-estimate:hover {
  opacity: 0.7;
}

.top-price {
  background: #ededed;
  padding: 10px 0 30px;
  display: none !important;
}
.top-price h2 {
  font-size: 18px;
  color: #007a7b;
  margin: 0;
  padding-top: 25px;
  border-top: 1px solid #8d8d8d;
}
.top-price p {
  font-size: 15px;
  margin-bottom: 15px;
}

.difference {
  padding: 70px 0;
  background: #f0f0f0;
}
.difference h2 {
  font-size: 30px;
  color: #3357b8;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .difference h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.difference a {
  text-decoration: none;
  display: block;
  margin: 0 -15px;
  padding: 15px;
}
.difference a p {
  color: #424242;
  max-width: 180px;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .difference a p {
    max-width: none;
  }
}
.difference a:hover p {
  color: #3357b8;
}
.difference h3 {
  font-size: 16px;
  font-weight: bold;
  color: #3357b8;
  margin: 1em 0 0.3em;
}

.top-links {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .top-links {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.top-links ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.top-links ul li {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .top-links ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    margin-bottom: 15px;
  }
  .top-links ul li:last-child {
    margin-bottom: 0;
  }
}

.top-interview {
  padding-top: 90px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .top-interview h2 {
    width: 260px;
  }
}
.top-interview h2 {
  margin: 0 auto 60px;
}
.top-interview h2 img {
  max-width: 100%;
}

.box-interview {
  background: #f0f0f0;
  padding: 0;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .box-interview {
    margin-bottom: 30px;
  }
}
.box-interview:hover, .box-interview:focus {
  opacity: 0.8;
  text-decoration: none;
}
.box-interview:hover &gt; img, .box-interview:focus &gt; img {
  opacity: 1;
}

.box-interview-top {
  background: #767676;
  padding: 20px 20px 25px;
}
.box-interview-top h3 {
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 18px;
}
.box-interview-top p {
  color: #fff;
  margin: 0;
  font-size: 16px;
}

.box-interview-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-interview-bottom &gt; div {
  -ms-flex-preferred-size: 53%;
      flex-basis: 53%;
  padding-top: 20px;
}
.box-interview-bottom p {
  color: #424242;
  font-weight: normal;
  font-size: 16px;
  margin: 0 20px;
}
.box-interview-bottom ul {
  color: #424242;
  padding-left: 25px;
  padding-bottom: 10px;
  margin-left: 20px;
  font-size: 16px;
}
.box-interview-bottom &gt; figure {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
}
.box-interview-bottom &gt; figure img {
  width: 100%;
}
@media (max-width: 991px) {
  .box-interview-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .box-interview-bottom &gt; div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .box-interview-bottom &gt; figure {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .box-interview-bottom &gt; figure img {
    padding: 20px 20px 0;
  }
}

.bnr_area_pc {
  max-width: 940px;
  margin: 0 auto 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bnr_area_pc {
    max-width: 720px;
  }
}
.bnr_area_pc img {
  max-width: 100%;
  display: block;
}

.state a:hover {
  opacity: 0.7;
}

.notice-delivery {
  color: #FF1344;
  font-weight: bold;
  margin: -10px 0 20px;
}
.notice-delivery a {
  color: #FF1344;
}
.notice-delivery a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  body.open {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  article {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  article #area_slider .flexslider {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 767px) {
  article #area_slider .flex-control-nav {
    bottom: 0;
    z-index: 10;
  }
}
article #area_slider .flex-control-paging li {
  margin: 0 3px;
}
article #area_slider .flex-control-paging li a {
  width: 8px;
  height: 8px;
}
@media (max-width: 767px) {
  article h2 {
    margin: 0 0 20px;
    font-size: 1.6rem;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  article a {
    color: #3ea0a9;
  }
}
@media (max-width: 767px) {
  article #area_estimate {
    background: #2db3b6;
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  article #area_estimate h2 {
    color: #fff;
  }
}
@media (max-width: 767px) {
  article #area_estimate select {
    border: 1px solid #fff;
    background: none;
    margin-bottom: 5px;
    color: #fff;
  }
}
@media (max-width: 767px) {
  article #area_estimate #txt_date {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  article #area_estimate .btn_estimate {
    width: 100%;
    height: 110px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    background: #3acccc;
    border-top: none;
    border-left: 1px solid #217c7f;
    border-right: 1px solid #217c7f;
    border-bottom: 4px solid #217c7f;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  article #area_service {
    padding: 25px 0;
    background: #d1f0eb;
  }
}
@media (max-width: 767px) {
  article #area_service ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media (max-width: 767px) {
  article #area_service .obj_link_more a {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  article #area_service .obj_link_more a i {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  article #area_service li a {
    margin-bottom: 10px;
    padding: 13px;
    color: #3ea0a9;
    font-size: 1.2rem;
    font-weight: bold;
    background: #fff;
    border-left: 1px solid #94a8a6;
    border-right: 1px solid #94a8a6;
    border-bottom: 3px solid #94a8a6;
    border-radius: 7px;
    display: block;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  article #area_service li a.service_type01 {
    background: #b8eeee;
  }
}
@media (max-width: 767px) {
  article #area_service li a.service_type02 {
    background: #E3E3E3;
  }
}
@media (max-width: 767px) {
  article #area_service li a.service_type03 {
    background: #fff4ca;
  }
}
@media (max-width: 767px) {
  article #area_topic {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  article #area_topic ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media (max-width: 767px) {
  article #area_topic li {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  article #area_topic li .label_topic {
    margin-bottom: 3px;
    padding: 2px 7px;
    color: #947a00;
    font-size: 1rem;
    font-weight: bold;
    background: #feec7c;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  article #area_topic li .wrap_topic {
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
  }
}
@media (max-width: 767px) {
  article #area_topic a {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  article #area_topic .obj_link_more a {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  article #area_banners {
    padding: 0 0 25px;
  }
}
@media (max-width: 767px) {
  article #area_banners a.bnr_link {
    margin-bottom: 5px;
    display: block;
  }
}

@media (max-width: 767px) {
  .home a.mypage_btn {
    display: none;
    border-radius: 20px;
    background: #3357b8;
    -webkit-box-shadow: 0px 5px 0px 1px #ccc;
            box-shadow: 0px 5px 0px 1px #ccc;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 30px;
    line-height: 130%;
  }
  .home a.mypage_btn:hover {
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .home a.mypage_btn {
    font-size: 20px;
    padding: 25px 0 25px 65px;
    background-position: 16px;
    background-size: 42px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .home a.mypage_btn span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .wrap_toggle_bg_on {
    z-index: 3;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2db2b5;
    opacity: 0.5;
    overflow: hidden;
  }
  div.page-title {
    padding: 15px 0 0 !important;
  }
  .sp_pl0 {
    padding-left: 0px !important;
  }
  .sp_pr0 {
    padding-right: 0 !important;
  }
  .sp_mlr0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.header-widget-sp {
  margin-top: 55px;
  padding: 5px 10px;
}
.header-widget-sp p {
  margin: 0;
}

.form-control {
  border: none;
  border-radius: 0;
}

.well .simple-estimate-outer {
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .well .simple-estimate-outer {
    margin-bottom: 20px;
  }
}

.top-voice {
  padding: 70px 0;
}
.top-voice h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 31px;
}
@media (max-width: 767px) {
  .top-voice h2 {
    font-size: 20px;
  }
}
.top-voice h3 {
  margin: 0;
}
.top-voice__lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.top-voice__link {
  text-align: right;
  margin-bottom: 0;
}
.top-voice__content {
  overflow: hidden;
  padding-bottom: 50px;
}
.top-voice__item {
  height: 100%;
}
.top-voice .swiper-voice {
  margin: 0 auto;
  position: relative;
  overflow: visible;
  list-style: none;
  padding: 40px 0 0;
  z-index: 1;
}
.top-voice .swiper-voice::before, .top-voice .swiper-voice::after {
  content: "";
  position: absolute;
  top: 0;
  width: 284px;
  height: 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  .top-voice .swiper-voice::before, .top-voice .swiper-voice::after {
    content: none;
  }
}
.top-voice .swiper-voice::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
.top-voice .swiper-voice::after {
  background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(-90deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}
.top-voice .swiper-voice .swiper-slide {
  height: auto;
  max-width: none;
}
.top-voice .swiper-voice .swiper-pagination {
  bottom: -40px;
}
.top-voice .swiper-voice .swiper-pagination--voice {
  margin-top: 50px;
}
.top-voice .swiper-voice .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  border-radius: 100% !important;
  opacity: 1;
  background: #dddddd;
}
.top-voice .swiper-voice .swiper-pagination-bullet-active {
  background: #239192 !important;
}
.top-voice .swiper-voice .swiper-button-prev--voice,
.top-voice .swiper-voice .swiper-button-next--voice {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  width: 49px;
  height: 49px;
}
@media (max-width: 767px) {
  .top-voice .swiper-voice .swiper-button-prev--voice,
  .top-voice .swiper-voice .swiper-button-next--voice {
    width: 30px;
    height: 30px;
  }
}
.top-voice .swiper-voice .swiper-button-prev--voice {
  background: url(../img/common/button-left-green.png) no-repeat;
  background-size: contain;
  left: 66px;
}
@media (max-width: 767px) {
  .top-voice .swiper-voice .swiper-button-prev--voice {
    left: 10px;
  }
}
.top-voice .swiper-voice .swiper-button-next--voice {
  background: url(../img/common/button-right-green.png) no-repeat;
  background-size: contain;
  right: 66px;
}
@media (max-width: 767px) {
  .top-voice .swiper-voice .swiper-button-next--voice {
    right: 10px;
  }
}
.top-voice .voice-box {
  border-radius: 11px;
  border: none;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.top-voice .voice-box__text, .top-voice .voice-box__link {
  text-align: left;
}
@media (max-width: 767px) {
  .top-voice .voice-box__text {
    font-size: 16px;
  }
}

.post-press .m-referral__title {
  font-weight: bold;
}

#sitemap .page-item-17011 &gt; ul {
  display: none;
}
#sitemap &gt; ul {
  padding-left: 1em;
}
@media (max-width: 767px) {
  #sitemap ul &gt; * + * {
    margin-top: 6px !important;
  }
}
@media (max-width: 767px) {
  #sitemap ul.children &gt; * {
    margin-top: 6px !important;
  }
}

body:not(.page-template-page-sitemap) br.title-xs {
  display: none;
}
@media (max-width: 767px) {
  body:not(.page-template-page-sitemap) br.title-xs {
    display: block;
  }
}

.page-template-page-sitemap br.title-xs {
  display: none;
}

.interview-index .intervew-list {
  max-width: 940px;
  margin: auto;
}
@media (max-width: 940px) {
  .interview-index .intervew-list {
    margin: 0 10px 0;
  }
}
.interview-index .intervew-list ul {
  overflow: hidden;
  text-align: center;
  table-layout: fixed;
  word-spacing: -0.4em;
  overflow: hidden;
  margin-left: -5%;
  margin-top: 40px;
  padding: 0;
}
@media (max-width: 640px) {
  .interview-index .intervew-list ul {
    margin: 0;
  }
}
.interview-index .intervew-list li {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 45%;
  margin-left: 4%;
  margin-bottom: 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #f0f0f0;
}
@media (max-width: 640px) {
  .interview-index .intervew-list li {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
}
.interview-index .intervew-list li:hover {
  opacity: 0.7;
}
.interview-index .intervew-list li h2 {
  padding: 40px 20px 30px;
  border: 1px solid;
  position: relative;
  text-align: left;
  margin-bottom: 0;
  line-height: 1em;
}
.interview-index .intervew-list li h2:before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.3em;
  display: block;
  padding: 5px 20px;
  background: #fff;
  font-weight: bold;
  font-size: 12px;
}
.interview-index .intervew-list li h2 span {
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  color: #333;
  display: inline;
  letter-spacing: 0.5px;
  padding-left: 35px;
}
.interview-index .intervew-list li figure {
  position: relative;
  float: right;
  display: table;
  overflow: hidden;
}
@media (max-width: 940px) {
  .interview-index .intervew-list li figure {
    float: none;
    margin: 0 auto 15px;
    width: 100%;
    padding: 0 20px;
  }
}
.interview-index .intervew-list li figure img {
  width: 200px;
  height: auto;
}
@media (max-width: 940px) {
  .interview-index .intervew-list li figure img {
    width: 100%;
  }
}
.interview-index .intervew-list li figure figcaption {
  padding: 8px 10px;
  width: 100%;
  font-size: 13px;
  color: #fff;
  line-height: 1.3em;
  background: #666666;
}
.interview-index .intervew-list li.public h2, .interview-index .intervew-list li.press h2, .interview-index .intervew-list li.univers h2, .interview-index .intervew-list li.medical h2, .interview-index .intervew-list li.research h2 {
  border: none;
}
.interview-index .intervew-list li.public h2::before, .interview-index .intervew-list li.press h2::before, .interview-index .intervew-list li.univers h2::before, .interview-index .intervew-list li.medical h2::before, .interview-index .intervew-list li.research h2::before {
  color: #fff;
}
.interview-index .intervew-list li.public dt, .interview-index .intervew-list li.press dt, .interview-index .intervew-list li.univers dt, .interview-index .intervew-list li.medical dt, .interview-index .intervew-list li.research dt {
  color: #333;
}
.interview-index .intervew-list li.public h2::before {
  content: "出版";
  background: #58A3BB;
}
.interview-index .intervew-list li.press h2::before {
  content: "マスコミ";
  background: #E2A700;
}
.interview-index .intervew-list li.univers h2::before {
  content: "大学";
  background: #4FB386;
}
.interview-index .intervew-list li.medical h2::before {
  content: "医療";
  background: #AF7AA4;
}
.interview-index .intervew-list li.research h2::before {
  content: "研究";
  background: #d0623c;
}
@media (max-width: 940px) {
  .interview-index .intervew-list li dl {
    float: none;
    width: auto;
  }
}
.interview-index .intervew-list dl {
  float: left;
  width: 210px;
  margin: 0 0 15px;
}
.interview-index .intervew-list dt {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid;
  padding: 0 0 8px;
  line-height: 1;
}
.interview-index .intervew-list dd {
  padding: 5px 10px 5px 25px;
  font-size: 13px;
  background: no-repeat 0 8px;
  border-bottom: 1px dashed;
  color: #333;
}

.interview h1 {
  line-height: 1;
  margin: 90px auto 30px;
  border-top: 1px solid #E8E5DC;
  text-align: center;
  width: 970px;
}
@media (max-width: 767px) {
  .interview h1 {
    width: 100%;
  }
}
.interview h1 img {
  margin: -20px 0 0;
}
.interview h2 {
  margin: 0 0 40px;
  line-height: 2;
  font-size: 2.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .interview h2 {
    line-height: 1.6;
    font-size: 2.2rem;
  }
}
.interview h2 span {
  display: block;
  font-size: 2.4rem;
  font-weight: normal;
}
.interview .interview-header {
  margin: 0 0 30px;
  background: url(/content/themes/8089/img/interview/bg_01.png) repeat-x 0 0;
}
@media (max-width: 767px) {
  .interview .interview-header {
    background: none;
  }
}
.interview .interview-movie {
  position: relative;
  height: 441px;
  margin: 0 0 20px;
  background: url(/content/themes/8089/img/interview/bg_02.png) no-repeat 0 0;
}
@media (max-width: 991px) {
  .interview .interview-movie {
    height: 335px;
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .interview .interview-movie {
    height: auto;
    overflow: hidden;
    margin: 0 0 20px;
    text-align: center;
    background: none;
  }
}
.interview .interview-movie iframe {
  position: absolute;
  top: 61px;
  left: 20px;
}
@media (max-width: 991px) {
  .interview .interview-movie iframe {
    width: 480px;
    height: 270px;
    top: 46px;
  }
}
@media (max-width: 767px) {
  .interview .interview-movie iframe {
    position: static;
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.interview .interview-movie dl {
  position: absolute;
  top: 61px;
  left: 679px;
  width: 242px;
  margin: 0;
  padding: 20px;
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  .interview .interview-movie dl {
    top: 46px;
    left: auto;
    right: 15px;
    width: 185px;
    padding: 15px;
    font-size: inherit;
  }
}
@media (max-width: 767px) {
  .interview .interview-movie dl {
    position: static;
    width: auto;
    padding: 0;
    text-align: left;
  }
}
.interview .interview-movie dt {
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .interview .interview-movie dt {
    float: left;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 991px) {
  .interview .interview-movie dt img {
    max-width: 100%;
    height: auto;
  }
}
.interview .interview-movie dd {
  line-height: 1.6;
}
.interview .interview-service {
  overflow: hidden;
  margin: 0 0 40px;
  padding: 20px;
  border: 1px solid #E8E5DC;
  background: #fff;
}
.interview .interview-service dl {
  float: left;
  width: 430px;
  margin: 0;
}
@media (max-width: 991px) {
  .interview .interview-service dl {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
}
.interview .interview-service dl:last-child {
  float: right;
}
@media (max-width: 991px) {
  .interview .interview-service dl:last-child {
    float: none;
    margin: 0;
  }
}
.interview .interview-service dt {
  margin: 0 0 15px;
  padding: 5px 0 10px 15px;
  border-bottom: 1px solid #E8E5DC;
  border-left: 1px solid #E8E5DC;
  font-size: 1.6rem;
}
.interview .interview-header-image {
  float: right;
  margin: 0;
}
@media (max-width: 991px) {
  .interview .interview-header-image {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .interview .interview-header-image img {
    max-width: 100%;
    height: auto;
  }
}
.interview .interview-header-text {
  float: left;
  width: 540px;
}
@media (max-width: 991px) {
  .interview .interview-header-text {
    float: none;
    width: auto;
  }
}
.interview .interview-header-text p {
  margin: 0 0 30px;
}
.interview .interview-box {
  overflow: hidden;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .interview .interview-box {
    margin: 20px 0;
  }
}
.interview .interview-box h3 {
  margin: 0 0 20px;
  padding: 25px;
  border: 1px solid #E8E5DC;
  border-top: 10px solid #28447a;
  font-size: 2.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .interview .interview-box h3 {
    padding: 15px;
    border-top: 5px solid #28447a;
    font-size: 2rem;
    text-align: left;
  }
}
.interview .interview-box h4 {
  margin: 0 0 35px;
  padding: 0 0 15px;
  border-bottom: 2px solid #E8E5DC;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .interview .interview-box h4 {
    margin: 0 0 20px;
    font-size: 1.8rem;
    text-align: left;
  }
}
.interview .interview-box dl {
  margin: 0;
}
.interview .interview-box dt {
  line-height: 1.6;
  margin: 0 0 15px;
  padding: 5px 0 25px 15px;
  color: #28437a;
  font-size: 2rem;
  background: url(/content/themes/8089/img/interview/bg_03.png) no-repeat 0 100%;
}
@media (max-width: 767px) {
  .interview .interview-box dt {
    font-size: 1.8rem;
  }
}
.interview .interview-box:last-child dt:last-child {
  padding: 5px 0 15px 15px;
  background: url(/content/themes/8089/img/interview/bg_04.png) no-repeat 0 100%;
}
.interview .interview-box dd {
  line-height: 1.6;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .interview .interview-box dd {
    margin: 0 0 20px;
  }
}
.interview .interview-text1 {
  float: left;
  width: 540px;
}
@media (max-width: 991px) {
  .interview .interview-text1 {
    width: 430px;
  }
}
@media (max-width: 767px) {
  .interview .interview-text1 {
    float: none;
    width: auto;
  }
}
.interview .interview-text2 {
  float: right;
  width: 540px;
}
@media (max-width: 991px) {
  .interview .interview-text2 {
    width: 430px;
  }
}
@media (max-width: 767px) {
  .interview .interview-text2 {
    float: none;
    width: auto;
  }
}
.interview .interview-image1 {
  float: right;
  margin: 0;
}
@media (max-width: 767px) {
  .interview .interview-image1 {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .interview .interview-image1 img {
    width: 260px;
    height: auto;
  }
}
.interview .interview-image2 {
  float: left;
  margin: 0;
}
@media (max-width: 767px) {
  .interview .interview-image2 {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .interview .interview-image2 img {
    width: 260px;
    height: auto;
  }
}
.interview .clear {
  clear: both;
}
.interview .staff {
  margin: 20px 0 40px;
  padding: 40px 0;
  background: #E8E5DC;
}
@media (max-width: 767px) {
  .interview .staff {
    padding: 30px 0;
  }
}
.interview .staff h3 {
  margin: 0 0 15px;
  text-align: center;
}
.interview .interview-footer {
  margin: 0 0 70px;
  text-align: center;
}
.interview .interview-footer div {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .interview .interview-footer img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .interview-header-sns {
    text-align: center;
  }
}

.anker_link {
  background-color: #F5F5F5;
  padding: 30px;
}
.anker_link p {
  font-size: 1.2em;
}

.three_column {
  width: 303px !important;
  height: 200px !important;
  display: inline-block !important;
  margin-right: 10px !important;
  padding: 10px 20px;
}
@media (max-width: 640px) {
  .three_column {
    width: 100% !important;
    height: 200px !important;
    display: inline-block !important;
    margin-right: 10px !important;
    padding: 10px 20px;
  }
}
.three_column dl {
  float: none !important;
  width: 100% !important;
}
.three_column dt {
  border-left: none !important;
  border-bottom: 3px solid #28437a !important;
  text-align: center !important;
  color: #28437a !important;
}
.three_column.last {
  margin-right: 0 !important;
}
.three_column span {
  margin-right: 7px;
  color: #28437a;
}
.three_column ul {
  list-style-type: none;
  padding: 0;
}
.three_column li {
  border-bottom: 1px dashed #28437a;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.three_column img {
  width: 20px;
  height: auto;
  margin-right: 7px;
}
.three_column i {
  font-size: 1.5rem;
  margin-right: 7px;
  color: #28437a;
}

.text_area {
  padding-left: 20px;
  display: inline-block;
  width: 52%;
}
@media (max-width: 640px) {
  .text_area {
    overflow: auto;
    padding: 0 20px;
    width: 100%;
  }
}
@media (max-width: 940px) {
  .text_area {
    padding: 0 20px;
    width: 100%;
  }
}

i.fa.fa-caret-right.title_icon {
  font-size: 1.2rem;
  background: #BF8A50;
  padding: 3px 7px;
  color: #fff;
  border: #EAD8C5 1px solid;
  top: 47px;
  position: absolute;
}
@media (max-width: 640px) {
  i.fa.fa-caret-right.title_icon {
    font-size: 1.2rem;
    background: #BF8A50;
    padding: 3px 7px;
    color: #fff;
    border: #EAD8C5 1px solid;
    top: 43px;
    position: absolute;
  }
}

.intervew-list a {
  text-decoration: none;
}

/*20180705東京反訳追加*/
.interview-strong-line {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #ddeeff));
  background: linear-gradient(transparent 0%, #ddeeff 0%);
}

/*20180713 東京反訳_インタビューフォントサイズ変更*/
.interview-header-text,
.interview-box {
  font-size: 1.8rem !important;
}

/*20200717 東京反訳_音声バー横テキスト*/
.mp3-table {
  display: table;
}

.mp3-cell {
  display: table-cell;
  vertical-align: middle;
}

.ulAiWidget-wrap {
  min-height: 507px;
}

.phone-number-1 {
  font-size: 30px;
  font-weight: bold;
  color: #4ab4b4;
}
.phone-number-1 .fa {
  margin-right: 4px;
  -webkit-transform: rotate(109deg);
      -ms-transform: rotate(109deg);
          transform: rotate(109deg);
  font-size: 0.6em;
  top: -5px;
  position: relative;
}

.phone-number-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px 30px;
}

/* ivr */
.box-line-grey {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 30px;
}

.guide-ivr {
  list-style: none;
  padding-left: 0;
  line-height: 1.4;
  font-weight: bold;
  margin: 20px 0 0;
  max-width: 470px;
}
.guide-ivr li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.guide-ivr li:last-child {
  margin-bottom: 0;
}

.dots {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.dot {
  position: relative;
  top: calc(50% - 1px);
  margin: 0 10px;
  border: none;
  border-top: dotted 2px #ccc;
}

.number {
  font-size: 18px;
  color: #fff;
  background: #007a7b;
  border-radius: 4px;
  text-align: center;
  padding: 2px 5px;
}

@media (max-width: 767px) {
  .service {
    -ms-flex-preferred-size: 72%;
        flex-basis: 72%;
  }
}

.sp-m {
  margin-bottom: 50px;
}

.privacy__btn-area {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .privacy__btn-area &gt; * + * {
    margin-top: 20px;
  }
}
.privacy__btn-area .btn {
  text-decoration: none !important;
}

.page-id-155 .container .article p {
  margin-bottom: calc(10px + 1em);
}
.page-id-155 .container .article ol &gt; li &gt; ol, .page-id-155 .container .article ol &gt; li &gt; ul, .page-id-155 .container .article ul &gt; li &gt; ol, .page-id-155 .container .article ul &gt; li &gt; ul {
  margin-left: 1.2em;
  padding: 0;
}
.page-id-155 .container .article ol &gt; li &gt; ol &gt; li &gt; ol, .page-id-155 .container .article ol &gt; li &gt; ol &gt; li &gt; ul, .page-id-155 .container .article ol &gt; li &gt; ul &gt; li &gt; ol, .page-id-155 .container .article ol &gt; li &gt; ul &gt; li &gt; ul, .page-id-155 .container .article ul &gt; li &gt; ol &gt; li &gt; ol, .page-id-155 .container .article ul &gt; li &gt; ol &gt; li &gt; ul, .page-id-155 .container .article ul &gt; li &gt; ul &gt; li &gt; ol, .page-id-155 .container .article ul &gt; li &gt; ul &gt; li &gt; ul {
  margin-left: 2em;
  padding: 0;
}
.page-id-155 .container .article ol li, .page-id-155 .container .article ul li {
  margin-bottom: 1em;
}
.page-id-155 .container .article ol li:last-child, .page-id-155 .container .article ul li:last-child {
  margin-bottom: 0;
}
.page-id-155 .container .article .h-pickup-list li::marker {
  font-size: 1.12em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-id-155 .container .article .col-sm-6 {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 767px) {
  .page-id-15698 .article ol {
    padding-left: 20px;
  }
}

body.page-id-15968 .covid-info-list {
  margin-bottom: 30px;
  padding-left: 0;
  list-style: none;
}
body.page-id-15968 .covid-info-list li {
  padding: 20px;
  border-bottom: 1px solid #323232;
}
body.page-id-15968 .covid-info-list li:first-child {
  border-top: 1px solid #323232;
}
body.page-id-15968 .covid-info-list li span {
  margin-right: 1em;
}
body.page-id-15968 .covid-info-list li a {
  text-decoration: none;
  color: #333;
}
body.page-id-15968 .covid-info-list li a:hover, body.page-id-15968 .covid-info-list li a:focus {
  text-decoration: underline;
  color: #333;
}
body.page-id-15968 .covid-info-title {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0.8em;
  padding-left: 20px;
  border-bottom: 0;
  text-align: left;
}
body.page-id-15968 .covid-section-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1.5em;
  padding-bottom: 0.6em;
  border-bottom: 2px solid #c4c4c4;
  text-align: left;
}
body.page-id-15968 .page-covid .covid-info {
  margin-bottom: 0;
}
body.page-id-15968 .page-covid .covid-section {
  margin-bottom: 100px;
}
body.page-id-15968 .page-covid .subsection {
  margin-bottom: 80px;
}
body.page-id-15968 .page-covid h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 1em 0;
}
body.page-id-15968 .page-covid h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.3em;
  color: #2db2b5;
}
body.page-id-15968 .page-covid h4 + p {
  margin-bottom: 30px;
}

.list-client {
  overflow: hidden;
}
.list-client div {
  float: left;
  width: 50%;
}
@media (max-width: 640px) {
  .list-client div {
    float: none;
    width: auto;
  }
}
@media (max-width: 640px) {
  .list-client div ul {
    padding-left: 20px;
  }
}
.list-client div ul li a {
  text-decoration: none;
}
.list-client div ul li a:hover {
  text-decoration: underline;
}
.list-client div li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
}
.list-client div p {
  color: #428bca;
  padding-left: 40px;
  text-decoration: underline;
  font-size: 16px;
}
@media (max-width: 640px) {
  .list-client div p {
    padding-left: 20px;
  }
}
.list-client div p:hover {
  cursor: pointer;
}
.list-client div p + ul {
  padding-left: 55px;
  display: none;
}
@media (max-width: 640px) {
  .list-client div p + ul {
    padding-left: 35px;
    display: none;
  }
}
.list-client div p + ul li {
  font-size: 16px;
}
@media (max-width: 640px) {
  .list-client div p + ul li {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.panel-navy &gt; .panel-heading &gt; .panel-title &gt; a {
  color: #fff;
}

.panel-navy.municipal &gt; .panel-heading, .panel-navy.univers &gt; .panel-heading, .panel-navy.it &gt; .panel-heading, .panel-navy.consult &gt; .panel-heading, .panel-navy.service &gt; .panel-heading, .panel-navy.manufact &gt; .panel-heading, .panel-navy.finance &gt; .panel-heading, .panel-navy.architect &gt; .panel-heading, .panel-navy.study &gt; .panel-heading, .panel-navy.medical &gt; .panel-heading, .panel-navy.media &gt; .panel-heading, .panel-navy.public &gt; .panel-heading, .panel-navy.law &gt; .panel-heading {
  background: #4b75b9;
}

.page-id-8797 ul.client {
  font-size: 16px;
}

.filteringHighlight {
  background-color: yellow;
}

p#before,
p#after,
p#keyword,
p#count_answer,
p#unit,
p#hit {
  display: inline-block;
}

p#count_answer,
p#unit {
  font-weight: bold;
}

.btn-client {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4b75b9;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-client:hover, .btn-client:active, .btn-client:focus {
  color: #fff;
  background-color: #436aa9;
}

/*顧客一覧修正のため追加 2017-02-22*/
.accordion-toggle {
  cursor: pointer;
  display: block;
  color: #fff !important;
}
.accordion-toggle:active, .accordion-toggle:hover, .accordion-toggle:focus, .accordion-toggle:visited {
  color: #fff !important;
}
.accordion-toggle .panel-heading {
  background: #01b0b3 !important;
}

.panel-title span.filteringHighlight {
  background-color: transparent;
}

.collapse.in {
  height: auto !important;
}

.anker_icon_area {
  margin-bottom: 80px;
}
.anker_icon_area ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.anker_icon_area ul li {
  width: 16.6%;
  text-align: center;
  height: 156px;
}
.anker_icon_area ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  height: 100%;
  border-radius: 4px;
}
.anker_icon_area ul li a:hover {
  background: #eee;
}
.anker_icon_area ul li a:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.anker_icon_area ul li a img {
  height: 50px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.anker_icon_area ul li p.category {
  color: #01b0b3;
  line-height: 16px;
  margin-bottom: 0;
}
.anker_icon_area ul li p.num {
  color: #aaa;
  margin-bottom: 0;
}
.anker_icon_area--c5 ul li {
  width: 20%;
}

.graph-client {
  padding: 30px 0 0;
}
.graph-client__img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.graph-client__img img {
  width: 100%;
}

.client-icon {
  max-width: 70px;
  height: 50px;
  margin: 0 auto 10px;
}
.client-icon svg {
  width: 100%;
  height: 50px;
  fill: #01b0b3;
}

.input-group.client input[type=text]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tokyo_under_contents {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .tokyo_under_contents {
    margin-bottom: 30px;
  }
}

.comp_tokusyo {
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  .comp_tokusyo {
    left: 25%;
  }
}
@media (max-width: 767px) {
  .comp_tokusyo {
    left: 50%;
  }
}

.thumbnail .caption {
  padding: 3px;
}

.tokyo_under_contents {
  position: relative;
  margin-bottom: 30px;
}

.comp_tokusyo {
  position: absolute;
  bottom: 0;
}

.thumbnail .caption {
  padding: 3px;
}

.profile_osaka_top {
  text-align: center;
}
@media (min-width: 768px) {
  .profile_osaka_top {
    margin-bottom: 80px;
  }
}
.profile_osaka_top img {
  width: 100%;
}
.profile_osaka_top ul {
  margin-top: 40px;
}

.osaka_tab_list div {
  margin-top: 40px;
}
.osaka_tab_list div a {
  font-size: 26px;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  color: #494949;
  border-bottom: 3px solid #919191;
}

.row.osaka_tab_list {
  width: 60%;
  margin: auto;
}
.row.osaka_tab_list div a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 3px solid #4abcbc;
}

.pickup {
  border-bottom: 3px solid #4abcbc !important;
}

.sp_tab_list {
  line-height: 35px;
  position: relative;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.sp_tab_list:after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  border-bottom: 1px solid #2db2b5;
}
.sp_tab_list li {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0 6%;
  color: #2db2b5;
  border: 1px solid #2db2b5;
}
.sp_tab_list li.selected {
  z-index: 2;
  color: #fff;
  border-bottom-color: #2db2b5;
  background: #2db2b5;
}

.tabrow:before {
  z-index: 1;
}

.col-sm-6.col-sx-12.image-shadow img {
  width: 95%;
}

.info_tell a {
  cursor: default;
  pointer-events: none;
}
@media (max-width: 767px) {
  .info_tell a {
    pointer-events: auto;
  }
}
.info_tell img {
  width: 100%;
}

.page-child .service_area {
  padding: 40px 0;
  border-top: 10px solid #2db2b5;
  background-color: #b7dfe0;
}
@media (max-width: 767px) {
  .page-child .service_area {
    margin-bottom: 0;
    padding: 10px 0;
    border-top: 10px solid #2db2b5;
    background-color: #b7dfe0;
  }
}

.onegai_image img {
  width: 80%;
}
@media (min-width: 768px) {
  .onegai_image img {
    margin-top: 320px;
  }
}

.col-sm-4.col-xs-12.onegai_image {
  text-align: center;
}

ul.service_photo {
  margin-top: 40px;
  list-style: none;
  text-align: center;
}
@media (max-width: 767px) {
  ul.service_photo {
    width: 100%;
    margin-top: 0;
    padding: 0;
    list-style: none;
  }
}
ul.service_photo li {
  display: inline;
  margin-right: 40px;
}
@media (max-width: 767px) {
  ul.service_photo li {
    height: 120px !important;
    margin: 10px !important;
  }
}
ul.service_photo img {
  height: 140px;
}

.image-shadow {
  margin-bottom: 20px;
}
.image-shadow img {
  -webkit-box-shadow: 0 3px 0 1px #819c9c;
          box-shadow: 0 3px 0 1px #819c9c;
}
.image-shadow a:hover &gt; img {
  opacity: 0.8;
}

.row.access_info_area {
  margin-top: 80px;
  margin-bottom: 50px;
}

.text-center.info_tell.col-md-6 img,
.subtitle td img {
  width: 100%;
}

.osaka_comp_toksyo {
  float: right;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .row.osaka_table {
    margin-right: 0;
    margin-left: 0;
  }
}

.osaka_margin {
  margin: 30px;
}

@media (max-width: 767px) {
  .page-template-page-osaka .sp_tab_list a {
    text-decoration: none;
  }
}

.page-recruit section {
  margin-bottom: 120px;
}
.page-recruit section &gt; div {
  margin-bottom: 60px;
}
.page-recruit p {
  margin: 15px 0;
}
.page-recruit ul {
  padding-left: 1.5em;
}
.page-recruit a {
  text-decoration: none;
  word-break: break-all;
}
.page-recruit figcaption {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 0.5em;
  margin-bottom: 2em;
  text-align: center;
  color: #767676;
}

ul.tab-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
ul.tab-recruit li {
  font-size: 25px;
  font-weight: bold;
  width: 254px;
  margin: 0 15px;
  border-bottom: 3px solid #49b4b5;
}
@media (max-width: 767px) {
  ul.tab-recruit li {
    font-size: 16px;
    width: 118px;
    margin: 0 5px;
  }
}
ul.tab-recruit li a {
  display: block;
  width: 100%;
  padding: 10px 0 7px;
  color: #49b4b5;
}
ul.tab-recruit li:focus, ul.tab-recruit li:hover {
  border-bottom: 0;
  background: #49b4b5;
}
ul.tab-recruit li:focus a, ul.tab-recruit li:hover a {
  padding: 10px 0;
  color: #fff;
}
ul.tab-recruit li.active {
  pointer-events: none;
  border-bottom: 0;
  background: #49b4b5;
}
ul.tab-recruit li.active a {
  padding: 10px 0;
  color: #fff;
}

.recruit-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 15px 0;
}

.recruit-title-green {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 15px 0;
  color: #2fc3c3;
}

.recruit-title-line {
  font-size: 1.6rem;
  margin: 50px 0 20px 0;
  margin-bottom: 40px;
  padding: 0 10px 10px;
  border-bottom: 2px solid #ccc;
}

.img-skillstep {
  margin-top: 40px;
}

.recruit-example {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
  padding: 20px;
  background: #f4f4f4;
}

.recruit-table {
  width: 100%;
}
@media (max-width: 767px) {
  .recruit-table {
    border-bottom: 1px solid #000;
  }
}
.recruit-table th {
  width: 30%;
  padding: 20px;
  border: 1px solid #000;
  background: #f4f4f4;
}
.recruit-table td {
  width: 70%;
  padding: 20px;
  border: 1px solid #000;
}
@media (max-width: 767px) {
  .recruit-table th,
  .recruit-table td {
    display: block;
    width: 100%;
    border-bottom: 0;
  }
}

.page-recruit .r-interview__box {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .page-recruit .r-interview__box {
    margin-bottom: 60px;
  }
}
.page-recruit .r-interview__img-box {
  position: relative;
}
@media (max-width: 767px) {
  .page-recruit .r-interview__img-box {
    margin-bottom: 0 !important;
  }
}
.page-recruit .r-interview__info-name {
  position: absolute;
  bottom: 20px;
  right: 20px;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .page-recruit .r-interview__info-name {
    position: relative;
    bottom: auto;
    right: auto;
    font-size: 14px;
    margin-top: 16px !important;
  }
}
.page-recruit .r-interview__info-name .name {
  font-size: 24px;
  display: block;
  line-height: 1.07692308;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .page-recruit .r-interview__info-name .name {
    font-size: 16px;
    display: inline-block;
    margin-right: 6px;
  }
}
.page-recruit .r-interview__info-name .name-en {
  font-size: 14px;
  display: block;
  color: #C7C7C7;
  line-height: 2;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .page-recruit .r-interview__info-name .name-en {
    font-size: 12px;
    display: inline-block;
  }
}
.page-recruit .r-interview__info-name .sp-only {
  display: none;
}
@media (max-width: 767px) {
  .page-recruit .r-interview__info-name .sp-only {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .page-recruit .r-interview__info-name .pc-only {
    display: none;
  }
}
.page-recruit .r-interview__info-name--left {
  right: auto;
  left: 20px;
}
@media (max-width: 767px) {
  .page-recruit .r-interview__info-name--left {
    left: auto;
  }
}
.page-recruit .r-interview__lead {
  max-width: 820px;
  margin: 50px auto 70px !important;
}
@media (max-width: 767px) {
  .page-recruit .r-interview__lead {
    margin: 30px auto 82px !important;
  }
}
.page-recruit .r-interview__sub-title {
  margin: 0;
}
.page-recruit .r-interview__img img {
  width: 100%;
}
.page-recruit .r-interview__text span {
  font-weight: bold;
}
.page-recruit .r-interview__ol-list {
  font-weight: bold;
  padding-left: 1.2em;
}

.r-entry {
  margin-top: 100px !important;
  text-align: center;
}

.r-recruit__table colgroup col:nth-child(1) {
  width: 20%;
}
.r-recruit__table colgroup col:nth-child(2) {
  width: 80%;
}
@media (max-width: 767px) {
  .r-recruit__table colgroup {
    display: none;
  }
}
@media (max-width: 767px) {
  .r-recruit__table th, .r-recruit__table td {
    width: 100%;
  }
}

.company_link {
  background: #FBF8F1;
  padding: 20px 0 20px 75px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .company_link {
    padding: 20px;
  }
}
.company_link a {
  color: #4ABCBC;
  display: block;
  margin-bottom: 5px;
}

.title_pattern_01 {
  width: 100%;
  margin: 0 auto 50px;
  background-color: #e9e9e9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .title_pattern_01 {
    position: relative;
    margin-bottom: 50px;
  }
}
.title_pattern_01 div.title_img a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.title_pattern_01 a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #494949 !important;
}
.title_pattern_01 a:hover {
  opacity: 0.8;
}
.title_pattern_01 a:hover img {
  opacity: 0.8;
}
.title_pattern_01 a h2 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
}
.title_pattern_01 a h2:hover {
  color: #2fb1b4;
}
.title_pattern_01 a h3 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .title_pattern_01 a h3 {
    font-size: 18px;
  }
}

.row.title_pattern_01 a:hover h2 {
  color: #2fb1b4;
}

.col-sm-6.col-xs-12.left.title_img {
  padding: 0;
}

.col-sm-6.col-xs-12.right {
  display: table;
  height: auto;
  padding: 0;
}

.title_pattern_text {
  display: table-cell;
  width: 720px;
  height: 304px;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
  .title_pattern_text {
    height: 233px;
  }
}
@media (max-width: 767px) {
  .title_pattern_text {
    height: auto;
  }
}
.title_pattern_text h2 {
  font-size: 2.6rem;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .title_pattern_text h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .title_pattern_text h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .title_pattern_text h2.sub_title {
    margin: 10px auto;
  }
}

.page .search-area-mp-guide {
  background: #F5F5F5;
  padding: 50px 15px;
  text-align: center;
}
.page .search-area-mp-guide .search-form {
  max-width: 460px;
  position: relative;
  margin: 0 auto;
}
.page .search-area-mp-guide .form-control {
  height: 46px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 40px 10px 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page .search-area-mp-guide button {
  background: none !important;
  border: none !important;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #ADADAD !important;
  -webkit-transition: none !important;
  transition: none !important;
  top: 8px;
  right: 0;
  position: absolute;
}
.page .search-area-mp-guide .fa-search {
  font-size: 22px;
  color: #333;
}

.faq-area ul {
  padding-left: 1.5em;
}
.faq-area li {
  margin-bottom: 6px;
  line-height: 1.5;
}

.single-guide_mp h2 {
  font-size: 2.4rem;
  margin: 80px 0 30px 0;
  padding: 0 0 7px;
  border-width: 0 0 1px 0;
  border-color: #848484;
  border-style: solid;
  background: #fff;
  color: #333;
  line-height: 120%;
}
.single-guide_mp h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.single-guide_mp h3 + p {
  margin-top: 5px;
}
.single-guide_mp section {
  margin-bottom: 60px;
}
.single-guide_mp section .row {
  margin-bottom: 30px;
}
.single-guide_mp .optional {
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  margin-right: 2px;
  border-radius: 2px;
  padding: 5px 8px;
  background-color: #676767;
  letter-spacing: 1px;
}

.box-guide {
  background: #F5F5F5;
  padding: 20px;
  margin-bottom: 40px;
}
.box-guide h4 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.box-white {
  background: #fff;
  padding: 20px;
}
.box-white ul {
  padding-left: 1.5em;
}
.box-white h5 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}

.accordion-mpguide {
  margin-bottom: 40px;
}
.accordion-mpguide .accordion-item {
  background: #F5F5F5;
  margin-bottom: 5px;
}
.accordion-mpguide .accordion-header {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
}
.accordion-mpguide .accordion-header a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #333 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.accordion-mpguide .accordion-header a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-mpguide .accordion-header a .fas {
  margin-left: 10px;
}
.accordion-mpguide .accordion-body {
  padding: 0 20px 15px;
}

.index {
  background: #F5F5F5;
  padding: 30px;
}
.index h2 {
  background: #2db2b5;
  padding: 0.5rem 1rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.7rem;
  color: #fff;
  font-weight: bold;
  border: 0;
  border-radius: 10px;
  display: inline-block;
  line-height: 1.2;
}
.index ul {
  list-style: none;
  padding-left: 1em;
}
.index ul a {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
}

img.border_deeply {
  border: 1px solid #b2b2b2;
}

h3.title_media {
  font-size: 2.5rem;
}

p.an_linke small {
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
  .media_image_link a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.media_image_link a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.8;
}
@media (min-width: 768px) and (max-width: 991px) {
  .media_image_link img {
    border: 1px solid #b2b2b2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .media_image_link p {
    font-weight: bold;
    color: #494949;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .an_linke.tblt {
    font-size: 1.6rem;
    height: 6.8rem;
    margin-top: 10px !important;
  }
}

.flow_area {
  width: 100%;
  margin: auto;
  background-color: #e5e5e5;
}

.flow_image {
  padding: 0;
}

.flow_text p {
  margin: auto;
}
@media (max-width: 767px) {
  .flow_text p {
    padding-bottom: 10px;
  }
}
.flow_text h3 {
  font-size: 3.2rem;
  margin-top: 10px;
  margin-bottom: auto;
  letter-spacing: 4px;
  color: #4ABCBC;
}
@media (max-width: 767px) {
  .flow_text h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .flow_text h3 {
    font-size: 26px;
    margin-top: 3px;
    margin-bottom: 5px;
    color: #4ABCBC;
  }
}

.flow_next_icon {
  width: 0;
  margin: 5px auto;
  margin-bottom: -20px;
  border-top: 15px solid #b3b3b3;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

@media (max-width: 767px) {
  .maintenance {
    padding: 0;
    margin: 30px 0 0;
  }
}

@media (max-width: 767px) {
  .page-id-14739 .record-flow_hr {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-id-14739 .record-flow_hr h3 {
    margin: 0 0 10px;
  }
  .page-id-14739 .record-flow_hr ul {
    padding-left: 1.2em;
  }
}
.grant-case img {
  width: 100%;
}

.about_link_btn {
  margin-top: 30px;
  color: #494949;
}
.about_link_btn h2 {
  margin-top: 5px;
}
.about_link_btn img {
  width: 100%;
}
.about_link_btn a {
  text-decoration: none;
}

.anker_btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #494949;
}
.anker_btn:hover {
  opacity: 0.8;
  color: #4ab4b4;
}

.row.p_mark_info {
  margin: 30px 0;
}
.row.p_mark_info div.col-sm-3.col-xs-12 {
  text-align: center;
}
.row.about_icon_area {
  text-align: center;
}
.row.about_icon_area img {
  width: 45%;
}
.row.about_icon_area p {
  margin: 0 15px;
  text-align: left;
}
.row.about_icon_area div.col-sm-6.col-xs-12 {
  margin-bottom: 60px;
}
.row.about_content_img_text {
  margin-bottom: 50px;
}
.row.about_content_img_text img {
  width: 98%;
}
@media (max-width: 767px) {
  .row.about_content_img_text img {
    width: 50%;
  }
}
.row.about_content_img_text div.bg_glay li {
  font-weight: normal;
}

.bg_glay_text {
  padding: 12px 0;
  background-color: #e9e9e9;
}
.bg_glay_text p {
  margin: auto;
  margin-left: 15px;
}

a.og_link {
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
  color: #e1511f;
}
a.og_link:hover {
  opacity: 0.7;
}

.article.about_faq {
  border: 3px solid #ccc !important;
  border-radius: 5px;
}

.about_faq_title {
  padding: 15px 0 3px 10px;
  border-bottom: 1px solid #ccc;
  background-color: #e9e9e9;
}

.about_faq_list {
  list-style: none;
}
.about_faq_list ul {
  padding: 15px;
  list-style: none;
}
.about_faq_list i {
  margin-right: 15px;
  color: #e9e9e9;
}
.about_faq_list li {
  margin-top: 10px;
}

.carousel_title h3 {
  font-size: 26px;
}

.carousel_area {
  position: relative;
  background-color: #e9e9e9;
}

.carousel_head {
  height: 55px;
  margin: auto;
  background-color: #dbdbdb;
}
@media (max-width: 767px) {
  .carousel_head {
    display: table-cell;
    width: inherit;
    height: 94px;
    margin: auto;
    vertical-align: middle;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .carousel_head {
    display: table-cell;
    width: inherit;
    height: 90px;
    margin: auto;
    vertical-align: middle;
  }
}
.carousel_head h3 {
  margin-top: 15px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .carousel_head h3 {
    margin: auto;
  }
}
.carousel_head h3 small {
  color: #494949;
}

.carousel_contents {
  margin: 20px 15px 30px 15px;
}
.carousel_contents li {
  font-size: 17px;
}
@media (max-width: 767px) {
  .carousel_contents li {
    font-size: 1.4rem;
  }
}

.carousel-button-prev {
  left: -7% !important;
  padding: 12px 8px 8px 8px;
}

.carousel-button-next,
.carousel-button-prev {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  color: #fff;
  margin-top: -22px;
  border-radius: 22px;
  background-position: center;
  background-size: 27px 44px;
  background-color: #b3b3b3;
}

.carousel-button-next {
  right: -7% !important;
  padding: 12px 8px 8px 14px;
}

.left_col {
  padding-right: 0;
}

.right_col {
  padding-left: 0;
}

.swiper-slide ul {
  float: left;
  padding: 0 10px;
}

br.sp-only--id42 {
  display: none;
}

@media (max-width: 767px) {
  .page-id-42 br.sp-only--id42 {
    display: block;
  }
}

.choice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
  width: 50%;
}
@media (max-width: 767px) {
  .choice__list {
    width: 100%;
    padding: 0px 20px 0px 30px;
  }
}

ul.under_list {
  margin-left: -39px;
  list-style: none;
}
ul.under_list li {
  margin-bottom: 4px;
}

.article .subtitle h2.under_content_title {
  line-height: 120%;
  margin: 0 0 20px 0;
  margin-top: 50px;
  padding: 2px 8px;
  color: #494949;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #ccc;
  background: #fff;
}

.table-page table tbody tr th,
.table-page table tbody tr td {
  vertical-align: middle;
}
.table-page table tbody tr th {
  font-size: 1.1em;
  padding: 15px;
  text-align: center;
  background: #D9F8E9;
}
.table-page table tbody tr td {
  padding: 15px 20px;
}
.table-page tr td ul {
  padding-left: 20px;
}
.table-page tr td ul li {
  margin: 10px 0;
}
.table-page tr td:first-child {
  background: #f9f9f9;
  text-align: center;
  width: 120px;
}
.table-page table tbody tr td:nth-child(2), .table-page table tbody tr td:nth-child(3), .table-page table tbody tr td:last-child {
  width: 250px;
}
.table-page table.choice-table tbody tr td {
  vertical-align: top !important;
}
.table-page table.choice-table tbody tr td:first-child {
  vertical-align: middle !important;
}
@media (min-width: 320px) and (max-width: 768px) {
  .table-page table.choice tr th, .table-page table.choice tr td {
    display: block;
    width: 100% !important;
  }
}

.btn-menu a.be_arrow span {
  position: relative;
}
.btn-menu a.be_arrow span.left1:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 22px;
  left: -14px;
  position: absolute;
}
.btn-menu a.be_arrow span.left2:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 22px;
  left: -23px;
  position: absolute;
}

@media (min-width: 768px) {
  .sidebar-word-outer {
    position: sticky;
    top: 90px;
  }
}

.sidebar-word {
  list-style: none;
  background: #f9f9f9;
  margin-bottom: 30px;
  padding: 0;
}
@media (max-width: 767px) {
  .sidebar-word {
    padding: 10px;
  }
}
.sidebar-word li {
  text-align: center;
}
@media (max-width: 767px) {
  .sidebar-word li {
    display: inline-block;
  }
}
.sidebar-word li a {
  text-decoration: none;
  padding: 15px 0;
  display: block;
  position: relative;
}
.sidebar-word li a:before {
  content: "\f105";
  font-family: "fontawesome";
  color: #249192;
  position: absolute;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}
.sidebar-word li a:hover {
  text-decoration: underline;
  background-color: #f0f0f0;
  color: #249192;
}
.sidebar-word li a.active {
  color: #333;
  background-color: #f0f0f0;
  cursor: inherit;
}
.sidebar-word li a.active:before {
  color: #333;
}
.sidebar-word li a.active:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .sidebar-word li a {
    padding: 10px 15px;
  }
}

.article-word {
  padding: 60px 30px 50px;
  border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 767px) {
  .article-word {
    padding: 40px 0;
  }
}
.article-word:last-child {
  margin-bottom: 60px;
  border-bottom: none;
}

.title-word {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  padding: 2px 10px;
  margin-top: 0;
  margin-bottom: 50px;
  border-left: 7px solid #279094;
  position: relative;
}
@media (max-width: 767px) {
  .title-word {
    margin-bottom: 30px;
  }
}
.title-word span {
  font-size: 16px;
  line-height: 1.1;
  display: block;
  margin-top: 4px;
  margin-left: 1px;
  color: #aeaeae;
}

.title-index {
  font-size: 34px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .title-index {
    padding: 0;
  }
}

.more-word {
  float: right;
}

.single .article-word {
  padding: 0 30px 100px;
  border-bottom: none;
}
@media (max-width: 767px) {
  .single .article-word {
    padding: 0 0 40px;
  }
}

.single .body-word {
  margin-bottom: 80px;
}
.single .body-word h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}
.single .body-word p {
  margin-bottom: 30px;
}
.single .body-word p:first-child {
  background: #F5F5F5;
  padding: 14px 18px;
  margin-bottom: 40px;
}
.single .body-word ul {
  margin-bottom: 30px;
}

.related-word-wrap {
  margin-bottom: 30px;
}
.related-word-wrap h4 {
  font-weight: bold;
  margin-bottom: 15px;
}
.related-word-wrap ul {
  list-style: none;
  padding-left: 0;
}
.related-word-wrap ul li {
  margin-right: 15px;
  margin-bottom: 4px;
}
.related-word-wrap ul li a {
  text-decoration: none;
}
.related-word-wrap ul li .fa {
  margin-right: 3px;
}

.related-service-wrap h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.related-service-wrap ul {
  list-style: none;
  padding-left: 0;
}
.related-service-wrap ul li {
  margin-bottom: 4px;
}
.related-service-wrap ul li a {
  text-decoration: none;
}
.related-service-wrap ul .fa {
  margin-right: 3px;
}

.image_link_caption {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 10px !important;
  margin-bottom: 30px;
}

.room3d {
  width: 80%;
  margin: 0 auto;
}

.service-flow li {
  margin-bottom: 20px;
}

.case-tags {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2px;
  padding: 0;
}

.case-tag {
  background: #3357b8;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  margin: 0 2px 4px;
  padding: 2px 10px;
  border-radius: 15px;
}

.head_area {
  background: #F5F5F5;
  height: auto;
}
.head_area img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .head_area img {
    height: auto;
  }
}

.case-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
}
@media (max-width: 767px) {
  .case-info {
    height: 260px;
  }
}
.case-info h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.38;
  margin: 0;
}
@media (max-width: 767px) {
  .case-info h2 {
    font-size: 22px;
  }
}
.case-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0;
}
.case-info dt {
  font-size: 14px;
  font-weight: normal;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
  text-align: right;
  margin-bottom: 2px;
}
.case-info dd {
  font-size: 14px;
  font-weight: bold;
  margin-left: 0;
  -ms-flex-preferred-size: calc(100% - 70px);
      flex-basis: calc(100% - 70px);
  padding-left: 10px;
  margin-bottom: 2px;
}

.case-body {
  max-width: 820px;
  margin: 60px auto 80px;
}
.case-body h3 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
  margin: 60px 0 6px;
}
.case-body h3:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.case-body .speaker {
  font-weight: bold;
}
.case-body .case-marker {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FEF5A1));
  background: linear-gradient(transparent 60%, #FEF5A1 60%);
  padding-bottom: 2px;
}

.flex50--unconnect aside {
  max-width: 570px;
}
@media (max-width: 767px) {
  .flex50--unconnect aside {
    max-width: 100%;
  }
}
.flex50--unconnect aside + * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.unconnect-info h2 {
  margin-top: 50px;
  margin-bottom: 12px;
  font-size: 18px;
}
.unconnect-info .list_style_disc {
  margin-bottom: 30px;
}
.unconnect-info .list_style_disc li {
  line-height: 1.875;
}

.page-id-101 .flex-jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 991px) {
  .page-id-101 .flex-jcsb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
  }
}

.service_edit .date_center img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100% !important;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service_edit .date_center img {
    border: 1px solid #b2b2b2;
  }
}

.page-sample .panel-title i {
  margin-right: 8px;
}

.trans-entrust .entrust__btn-wrap {
  margin: 0 auto;
}
.trans-entrust .entrust__img {
  width: 20% !important;
}

.languages-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .languages-content__wrap {
    width: 100%;
  }
}

.corpus__flow-img img {
  aspect-ratio: 455/274;
}
.corpus__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .corpus__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.corpus__row-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .corpus__row-box--sp-o1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .corpus__row-box--sp-o2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.faq_top_btn {
  margin-bottom: 20px;
}
.faq_top_btn a {
  color: #aaa;
  text-decoration: none;
  position: relative;
  font-size: 1.6rem;
  padding-left: 25px;
}
.faq_top_btn a:before {
  content: "◂";
  font-size: 3rem;
  position: absolute;
  left: 0;
}
@media (min-width: 992px) {
  .faq_top_btn {
    display: none;
  }
}

.topics_sidebar {
  width: 25%;
  float: left;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .topics_sidebar {
    display: none;
  }
}
.topics_sidebar .faq-item h1 {
  font-size: 1.6rem;
  position: relative;
  background-color: #f9f9f9;
  margin: 0;
}
.topics_sidebar .faq-item h1 a {
  display: block;
  padding: 15px 20px 15px 35px;
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.topics_sidebar .faq-item h1 a:before {
  content: "&gt;";
  color: #249192;
  position: absolute;
  left: 20px;
}
.topics_sidebar .faq-item h1 a:hover {
  text-decoration: underline;
  background-color: #f0f0f0;
  color: #249192;
}
.topics_sidebar .faq-item h1 a.active {
  color: #333;
  background-color: #f0f0f0;
  cursor: inherit;
}
.topics_sidebar .faq-item h1 a.active:before {
  color: #333;
}
.topics_sidebar .faq-item h1 a.active:hover {
  text-decoration: none;
}

.topics_faq {
  width: 70%;
  float: right;
}
@media (max-width: 991px) {
  .topics_faq {
    display: block;
    width: auto;
    float: inherit;
  }
}
.topics_faq h3.entry-title {
  margin-bottom: 2em;
  font-weight: normal;
  font-size: 1.6rem;
  padding-left: 3.4em;
  position: relative;
  background-color: transparent;
}
.topics_faq h3.entry-title:before {
  content: "";
  position: absolute;
  background-image: url(/content/themes/8089/img/faq/faq_q.png);
  background-size: cover;
  width: 41px;
  height: 41px;
  top: -7px;
  left: 0;
}
.topics_faq h3.entry-title:first-child {
  margin-top: 7px;
}
.topics_faq .entry-summary p {
  padding-left: 3.4em;
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 2em;
}
.topics_faq .entry-summary p:before {
  content: "";
  position: absolute;
  background-image: url(/content/themes/8089/img/faq/faq_a.png);
  background-size: cover;
  width: 41px;
  height: 41px;
  left: 0;
}
.topics_faq .section {
  border-bottom: 1px solid #dadada;
  border-radius: 4px;
  margin-bottom: 2.6em;
}
.topics_faq h1 {
  margin-bottom: 2em;
  font-weight: normal;
  font-size: 1.6rem;
  padding-left: 3.4em;
  position: relative;
  background-color: transparent;
}
.topics_faq h1:before {
  content: "";
  position: absolute;
  background-image: url(/content/themes/8089/img/faq/faq_q.png);
  background-size: cover;
  width: 41px;
  height: 41px;
  top: -7px;
  left: 0;
}
.topics_faq h1:first-child {
  margin-top: 7px;
}
.topics_faq .faq-answer {
  padding-left: 3.4em;
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 2em;
}
.topics_faq .faq-answer:before {
  content: "";
  position: absolute;
  background-image: url(/content/themes/8089/img/faq/faq_a.png);
  background-size: cover;
  width: 41px;
  height: 41px;
  left: 0;
}
.topics_faq .single-faq {
  border-bottom: 1px solid #dadada;
  border-radius: 4px;
  margin-bottom: 2.6em;
}

.page_faq section.panel {
  margin-bottom: 0;
}
.page_faq ul.accordion_ul {
  list-style: none;
  padding-left: 0;
}
.page_faq h3.panel-title {
  background-color: #eee;
  border-color: rgba(51, 83, 169, 0.3);
  margin-bottom: 0;
  padding: 20px;
  font-size: 16px;
  color: #249192;
  margin-bottom: 0;
  border-radius: 4px;
  border: 1px solid rgba(51, 83, 169, 0.3);
  font-weight: normal;
  position: relative;
  display: block;
}
.page_faq h3.panel-title:hover {
  cursor: pointer;
}
.page_faq h3.panel-title.active:before {
  margin-top: -8px;
}
.page_faq h3.panel-title.active:after {
  margin-top: -16px;
  right: 18px;
  top: 54%;
}
.page_faq h3.panel-title:before, .page_faq h3.panel-title::after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
}
.page_faq h3.panel-title:before {
  right: 17px;
  width: 15px;
  height: 16px;
  background: #fff;
}
.page_faq h3.panel-title:after {
  right: 22px;
  width: 20px;
  height: 10px;
  background: #eee;
}
.page_faq ol.list-usage {
  display: none;
  padding: 15px 40px 15px 40px;
  background-color: #fff;
  border-radius: 4px;
  border-color: rgba(51, 83, 169, 0.3);
  border: 1px solid rgba(51, 83, 169, 0.3);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: -2px;
}

.faq_pickup {
  background-color: #F5F5F5;
  padding: 30px;
  margin-bottom: 10px;
}
.faq_pickup h2 {
  margin-top: 0;
  font-size: 3.6rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .faq_pickup h2 {
    font-size: 2.2rem;
    text-align: center;
  }
}

.faq_pickup_list {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .faq_pickup_list {
    padding-left: 14px;
  }
}
.faq_pickup_list li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .faq_pickup_list li {
    width: 100%;
    text-indent: -14px;
  }
}
.faq_pickup_list li:nth-child(1), .faq_pickup_list li:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .faq_pickup_list li:nth-child(1), .faq_pickup_list li:nth-child(2) {
    margin-top: 10px;
  }
}
.faq_pickup_list li:before {
  content: "・";
  color: #249192;
}
.faq_pickup_list li a {
  text-decoration: none;
}
.faq_pickup_list li a:hover {
  text-decoration: underline;
}

.faq_category_list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.faq_category_list li {
  width: 32.6%;
  margin-right: 1.1%;
  background-color: #eee;
  margin-top: 10px;
  border: 1px solid #249192;
  border-radius: 2px;
  height: 110px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .faq_category_list li {
    width: 100%;
    margin-right: 0;
  }
}
.faq_category_list li:nth-child(1), .faq_category_list li:nth-child(2), .faq_category_list li:nth-child(3) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .faq_category_list li:nth-child(1), .faq_category_list li:nth-child(2), .faq_category_list li:nth-child(3) {
    margin-top: 10px;
  }
}
.faq_category_list li:nth-child(3n) {
  margin-right: 0;
}
.faq_category_list li:hover {
  background-color: #249192;
}
.faq_category_list li a {
  display: table;
  text-decoration: none;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq_category_list li a h3 {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  font-weight: normal;
}
.faq_category_list li a:hover {
  color: #fff;
}

.faq_category_icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 32%;
}

p.budget_title span {
  background: #2db2b5;
  padding: 0.5rem 1rem;
  font-size: 2.7rem;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
}

.row.budget_icon_area {
  text-align: center;
}
.row.budget_icon_area p {
  margin: 0px 10px 16px;
  text-align: center;
}
.row.budget_icon_area img {
  width: 45%;
}
.row.budget_icon_area div.col-sm-6.col-xs-12 {
  margin-bottom: 60px;
}

.budget_bold_h {
  color: #494949;
  font-weight: bold;
  font-size: 24px;
  margin: 5px 0;
}

.page-referral h3 {
  margin-top: 0;
}
.page-referral h3 + p {
  margin-top: 5px;
}
.page-referral section {
  margin-bottom: 60px;
}
.page-referral section .row {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .parent-pageid-22111,
  .parent-pageid-20783,
  .parent-pageid-22098 {
    margin-top: 0;
  }
}
.parent-pageid-22111 div.page-title,
.parent-pageid-20783 div.page-title,
.parent-pageid-22098 div.page-title {
  padding: 10px 0 0;
  border: none;
  border-radius: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .parent-pageid-22111 div.page-title,
  .parent-pageid-20783 div.page-title,
  .parent-pageid-22098 div.page-title {
    padding-top: 10px !important;
    margin: 60px 0 30px;
  }
}
@media (max-width: 767px) {
  .parent-pageid-22111 div.page-title div.well,
  .parent-pageid-20783 div.page-title div.well,
  .parent-pageid-22098 div.page-title div.well {
    margin-top: 0;
  }
}
.parent-pageid-22111 div.page-title div.well h1,
.parent-pageid-20783 div.page-title div.well h1,
.parent-pageid-22098 div.page-title div.well h1 {
  font-size: 2.8rem;
  color: #333333;
  text-align: center;
  font-weight: bold;
}

.orijin-base .youtube {
  width: 100%;
  max-width: 700px;
  aspect-ratio: 16/9;
  margin: 0 0 20px;
}
.orijin-base .youtube iframe {
  width: 100%;
  height: 100%;
}
.orijin-base .index {
  background: #f5f5f5;
  padding: 30px;
}
.orijin-base .index h2 {
  background: #2db2b5;
  padding: 0.5rem 1rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.7rem;
  color: #fff;
  font-weight: bold;
  border: 0;
  border-radius: 10px;
  display: inline-block;
  line-height: 1.2;
}
.orijin-base .index ul {
  list-style: none;
  padding-left: 1em;
}
.orijin-base .index ul a {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
}
.orijin-base h2 {
  font-size: 2.4rem;
  margin: 80px 0 20px 0;
  padding: 0 0 4px;
  border-width: 0 0 3px 0;
  border-color: #ccc;
  border-style: solid;
  background: #fff;
  color: #333;
  line-height: 120%;
}
.orijin-base a img {
  max-width: 100%;
}
.orijin-base a:hover img {
  opacity: 0.8;
}
/*# sourceMappingURL=style_new.css.map */</pre></body></html>