@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=db46572ea438594e9621059a7ab338f4)
 * Config saved to config.json and https://gist.github.com/db46572ea438594e9621059a7ab338f4
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

.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;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

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

@media (min-width: 768px) {
  /* 210310
      .container { width: 750px; }
  }
  @media (min-width: 992px) {
      .container { width: 970px; }
  }
  @media (min-width: 1200px) {
      */
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.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-left: 15px;
  padding-right: 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, .col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .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, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/* 汎用クラス */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Bold");
  font-weight: bold;
}
body {
  font-size: 0.8em;
  position: relative;
  line-height: 1.2em;
  color: #010101;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.mincho {
  font-family: "Noto Serif JP", "Yu Mincho", "游明朝", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}

.gothic {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (min-width: 0 \0 ) and (min-resolution: 72dpi) {
  .selector {
    property: value;
  }
  /* IE向けのCSS～START */
  .mincho {
    padding-top: 15px;
  }
  .gothic {
    padding-top: 15px;
  }
  /* IE向けのCSS～END */
}
html, body {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

html, body, p, div, span {
  word-wrap: break-word;
}

h1, h2, h3, h4, h5 {
  line-height: 1.2;
}

p {
  line-height: 1.5;
}

table {
  table-layout: fixed;
}

ul {
  padding-left: 2em;
}

ul::-webkit-scrollbar {
  background: #ccc;
  width: 10px;
}

ul::-webkit-scrollbar-thumb {
  background: #aaa;
}

hr.dot {
  border-top: 1px dotted #ccc;
  height: 0;
}

.indent {
  padding-left: 1em;
}

.imgtop {
  vertical-align: bottom;
  margin: 0px;
}

.imgbtm {
  vertical-align: top;
}

.imgmdl {
  vertical-align: middle;
}

input.han {
  ime-mode: disabled;
}

input.zen {
  ime-mode: active;
}

textarea.han {
  ime-mode: disabled;
}

textarea.zen {
  ime-mode: active;
}

.td-n {
  text-decoration: none;
}

.td-u {
  text-decoration: underline;
}

.d-b {
  display: block !important;
}

.d-ib {
  display: inline-block !important;
}

.d-n {
  display: none !important;
}

.bold {
  font-weight: bold !important;
}

.nobold {
  font-weight: normal !important;
}

.italic {
  font-style: italic;
}

.noitalic {
  font-style: normal;
}

.tdu {
  text-decoration: underline !important;
}

.tdn {
  text-decoration: none !important;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.al-l, .ta-l {
  text-align: left !important;
}

.al-r, .ta-r {
  text-align: right !important;
}

.al-c, .ta-c {
  text-align: center !important;
}

@media (max-width: 767px) {
  .xs-d-b {
    display: block !important;
  }
  .xs-d-ib {
    display: inline-block !important;
  }
  .xs-d-n {
    display: none !important;
  }
  .xs-al-l, .xs-ta-l {
    text-align: left !important;
  }
  .xs-al-r, .xs-ta-r {
    text-align: right !important;
  }
  .xs-al-c, .xs-ta-c {
    text-align: center !important;
  }
  .xs-bold {
    font-weight: bold !important;
  }
  .xs-nobold {
    font-weight: normal !important;
  }
  .xs-italic {
    font-style: italic;
  }
  .xs-noitalic {
    font-style: normal;
  }
  .xs-fl-n {
    float: none !important;
  }
  .xs-fl-l {
    float: left !important;
  }
  .xs-fl-r {
    float: right !important;
  }
}
.pos-r {
  position: relative;
}

.light {
  font-weight: lighter;
}

.font-meiryo {
  font-family: "Meiryo", "メイリオ", "Osaka";
}

.m0a {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

.f10 {
  font-size: 10px !important;
}

.f11 {
  font-size: 11px !important;
}

.f12 {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px !important;
}

.f15 {
  font-size: 15px !important;
}

.f16 {
  font-size: 16px !important;
}

.f17 {
  font-size: 17px !important;
}

.f18 {
  font-size: 18px !important;
}

.f19 {
  font-size: 19px !important;
}

.f20 {
  font-size: 20px !important;
}

.f21 {
  font-size: 21px !important;
}

.f22 {
  font-size: 22px !important;
}

.f23 {
  font-size: 23px !important;
}

.f24 {
  font-size: 24px !important;
}

.f25 {
  font-size: 25px !important;
}

.f26 {
  font-size: 26px !important;
}

.f27 {
  font-size: 27px !important;
}

.f28 {
  font-size: 28px !important;
}

.f29 {
  font-size: 29px !important;
}

.f30 {
  font-size: 30px !important;
}

.f31 {
  font-size: 31px !important;
}

.f32 {
  font-size: 32px !important;
}

.f33 {
  font-size: 33px !important;
}

.f34 {
  font-size: 34px !important;
}

.f35 {
  font-size: 35px !important;
}

.f36 {
  font-size: 36px !important;
}

.f37 {
  font-size: 37px !important;
}

.f38 {
  font-size: 38px !important;
}

.f39 {
  font-size: 39px !important;
}

.f40 {
  font-size: 40px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.op00 {
  opacity: 0;
}

.op01 {
  opacity: 0.1;
}

.op02 {
  opacity: 0.2;
}

.op03 {
  opacity: 0.3;
}

.op04 {
  opacity: 0.4;
}

.op05 {
  opacity: 0.5;
}

.op06 {
  opacity: 0.6;
}

.op07 {
  opacity: 0.7;
}

.op08 {
  opacity: 0.8;
}

.op09 {
  opacity: 0.9;
}

.op010 {
  opacity: 1;
}

.op011 {
  opacity: 1.1;
}

.op012 {
  opacity: 1.2;
}

.op013 {
  opacity: 1.3;
}

.op014 {
  opacity: 1.4;
}

.op015 {
  opacity: 1.5;
}

.op016 {
  opacity: 1.6;
}

.op017 {
  opacity: 1.7;
}

.op018 {
  opacity: 1.8;
}

.op019 {
  opacity: 1.9;
}

.op020 {
  opacity: 2;
}

.mw10 {
  max-width: 10%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw20 {
  max-width: 20%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw30 {
  max-width: 30%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw40 {
  max-width: 40%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw50 {
  max-width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw60 {
  max-width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw70 {
  max-width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw80 {
  max-width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw90 {
  max-width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw100 {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw110 {
  max-width: 110%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw120 {
  max-width: 120%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw130 {
  max-width: 130%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw140 {
  max-width: 140%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw150 {
  max-width: 150%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw160 {
  max-width: 160%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw170 {
  max-width: 170%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw180 {
  max-width: 180%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw190 {
  max-width: 190%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw200 {
  max-width: 200%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (max-width: 1200px) {
  .md-mt0 {
    margin-top: 0px !important;
  }
  .md-mt5 {
    margin-top: 5px !important;
  }
  .md-mt10 {
    margin-top: 10px !important;
  }
  .md-mt15 {
    margin-top: 15px !important;
  }
  .md-mt20 {
    margin-top: 20px !important;
  }
  .md-mt25 {
    margin-top: 25px !important;
  }
  .md-mt30 {
    margin-top: 30px !important;
  }
  .md-mt35 {
    margin-top: 35px !important;
  }
  .md-mt40 {
    margin-top: 40px !important;
  }
  .md-mt45 {
    margin-top: 45px !important;
  }
  .md-mt50 {
    margin-top: 50px !important;
  }
  .md-mt55 {
    margin-top: 55px !important;
  }
  .md-mt60 {
    margin-top: 60px !important;
  }
  .md-mt65 {
    margin-top: 65px !important;
  }
  .md-mt70 {
    margin-top: 70px !important;
  }
  .md-mt75 {
    margin-top: 75px !important;
  }
  .md-mt80 {
    margin-top: 80px !important;
  }
  .md-mt85 {
    margin-top: 85px !important;
  }
  .md-mt90 {
    margin-top: 90px !important;
  }
  .md-mt95 {
    margin-top: 95px !important;
  }
  .md-mt100 {
    margin-top: 100px !important;
  }
  .md-mr0 {
    margin-right: 0px !important;
  }
  .md-mr5 {
    margin-right: 5px !important;
  }
  .md-mr10 {
    margin-right: 10px !important;
  }
  .md-mr15 {
    margin-right: 15px !important;
  }
  .md-mr20 {
    margin-right: 20px !important;
  }
  .md-mr25 {
    margin-right: 25px !important;
  }
  .md-mr30 {
    margin-right: 30px !important;
  }
  .md-mr35 {
    margin-right: 35px !important;
  }
  .md-mr40 {
    margin-right: 40px !important;
  }
  .md-mr45 {
    margin-right: 45px !important;
  }
  .md-mr50 {
    margin-right: 50px !important;
  }
  .md-mr55 {
    margin-right: 55px !important;
  }
  .md-mr60 {
    margin-right: 60px !important;
  }
  .md-mr65 {
    margin-right: 65px !important;
  }
  .md-mr70 {
    margin-right: 70px !important;
  }
  .md-mr75 {
    margin-right: 75px !important;
  }
  .md-mr80 {
    margin-right: 80px !important;
  }
  .md-mr85 {
    margin-right: 85px !important;
  }
  .md-mr90 {
    margin-right: 90px !important;
  }
  .md-mr95 {
    margin-right: 95px !important;
  }
  .md-mr100 {
    margin-right: 100px !important;
  }
  .md-mb0 {
    margin-bottom: 0px !important;
  }
  .md-mb5 {
    margin-bottom: 5px !important;
  }
  .md-mb10 {
    margin-bottom: 10px !important;
  }
  .md-mb15 {
    margin-bottom: 15px !important;
  }
  .md-mb20 {
    margin-bottom: 20px !important;
  }
  .md-mb25 {
    margin-bottom: 25px !important;
  }
  .md-mb30 {
    margin-bottom: 30px !important;
  }
  .md-mb35 {
    margin-bottom: 35px !important;
  }
  .md-mb40 {
    margin-bottom: 40px !important;
  }
  .md-mb45 {
    margin-bottom: 45px !important;
  }
  .md-mb50 {
    margin-bottom: 50px !important;
  }
  .md-mb55 {
    margin-bottom: 55px !important;
  }
  .md-mb60 {
    margin-bottom: 60px !important;
  }
  .md-mb65 {
    margin-bottom: 65px !important;
  }
  .md-mb70 {
    margin-bottom: 70px !important;
  }
  .md-mb75 {
    margin-bottom: 75px !important;
  }
  .md-mb80 {
    margin-bottom: 80px !important;
  }
  .md-mb85 {
    margin-bottom: 85px !important;
  }
  .md-mb90 {
    margin-bottom: 90px !important;
  }
  .md-mb95 {
    margin-bottom: 95px !important;
  }
  .md-mb100 {
    margin-bottom: 100px !important;
  }
  .md-mb100 {
    margin-bottom: 100px !important;
  }
  .md-ml0 {
    margin-left: 0px !important;
  }
  .md-ml5 {
    margin-left: 5px !important;
  }
  .md-ml10 {
    margin-left: 10px !important;
  }
  .md-ml15 {
    margin-left: 15px !important;
  }
  .md-ml20 {
    margin-left: 20px !important;
  }
  .md-ml25 {
    margin-left: 25px !important;
  }
  .md-ml30 {
    margin-left: 30px !important;
  }
  .md-ml35 {
    margin-left: 35px !important;
  }
  .md-ml40 {
    margin-left: 40px !important;
  }
  .md-ml45 {
    margin-left: 45px !important;
  }
  .md-ml50 {
    margin-left: 50px !important;
  }
  .md-ml55 {
    margin-left: 55px !important;
  }
  .md-ml60 {
    margin-left: 60px !important;
  }
  .md-ml65 {
    margin-left: 65px !important;
  }
  .md-ml70 {
    margin-left: 70px !important;
  }
  .md-ml75 {
    margin-left: 75px !important;
  }
  .md-ml80 {
    margin-left: 80px !important;
  }
  .md-ml85 {
    margin-left: 85px !important;
  }
  .md-ml90 {
    margin-left: 90px !important;
  }
  .md-ml95 {
    margin-left: 95px !important;
  }
  .md-ml100 {
    margin-left: 100px !important;
  }
}
@media (max-width: 991px) {
  .sm-mt0 {
    margin-top: 0px !important;
  }
  .sm-mt5 {
    margin-top: 5px !important;
  }
  .sm-mt10 {
    margin-top: 10px !important;
  }
  .sm-mt15 {
    margin-top: 15px !important;
  }
  .sm-mt20 {
    margin-top: 20px !important;
  }
  .sm-mt25 {
    margin-top: 25px !important;
  }
  .sm-mt30 {
    margin-top: 30px !important;
  }
  .sm-mt35 {
    margin-top: 35px !important;
  }
  .sm-mt40 {
    margin-top: 40px !important;
  }
  .sm-mt45 {
    margin-top: 45px !important;
  }
  .sm-mt50 {
    margin-top: 50px !important;
  }
  .sm-mt55 {
    margin-top: 55px !important;
  }
  .sm-mt60 {
    margin-top: 60px !important;
  }
  .sm-mt65 {
    margin-top: 65px !important;
  }
  .sm-mt70 {
    margin-top: 70px !important;
  }
  .sm-mt75 {
    margin-top: 75px !important;
  }
  .sm-mt80 {
    margin-top: 80px !important;
  }
  .sm-mt85 {
    margin-top: 85px !important;
  }
  .sm-mt90 {
    margin-top: 90px !important;
  }
  .sm-mt95 {
    margin-top: 95px !important;
  }
  .sm-mt100 {
    margin-top: 100px !important;
  }
  .sm-mr0 {
    margin-right: 0px !important;
  }
  .sm-mr5 {
    margin-right: 5px !important;
  }
  .sm-mr10 {
    margin-right: 10px !important;
  }
  .sm-mr15 {
    margin-right: 15px !important;
  }
  .sm-mr20 {
    margin-right: 20px !important;
  }
  .sm-mr25 {
    margin-right: 25px !important;
  }
  .sm-mr30 {
    margin-right: 30px !important;
  }
  .sm-mr35 {
    margin-right: 35px !important;
  }
  .sm-mr40 {
    margin-right: 40px !important;
  }
  .sm-mr45 {
    margin-right: 45px !important;
  }
  .sm-mr50 {
    margin-right: 50px !important;
  }
  .sm-mr55 {
    margin-right: 55px !important;
  }
  .sm-mr60 {
    margin-right: 60px !important;
  }
  .sm-mr65 {
    margin-right: 65px !important;
  }
  .sm-mr70 {
    margin-right: 70px !important;
  }
  .sm-mr75 {
    margin-right: 75px !important;
  }
  .sm-mr80 {
    margin-right: 80px !important;
  }
  .sm-mr85 {
    margin-right: 85px !important;
  }
  .sm-mr90 {
    margin-right: 90px !important;
  }
  .sm-mr95 {
    margin-right: 95px !important;
  }
  .sm-mr100 {
    margin-right: 100px !important;
  }
  .sm-mb0 {
    margin-bottom: 0px !important;
  }
  .sm-mb5 {
    margin-bottom: 5px !important;
  }
  .sm-mb10 {
    margin-bottom: 10px !important;
  }
  .sm-mb15 {
    margin-bottom: 15px !important;
  }
  .sm-mb20 {
    margin-bottom: 20px !important;
  }
  .sm-mb25 {
    margin-bottom: 25px !important;
  }
  .sm-mb30 {
    margin-bottom: 30px !important;
  }
  .sm-mb35 {
    margin-bottom: 35px !important;
  }
  .sm-mb40 {
    margin-bottom: 40px !important;
  }
  .sm-mb45 {
    margin-bottom: 45px !important;
  }
  .sm-mb50 {
    margin-bottom: 50px !important;
  }
  .sm-mb55 {
    margin-bottom: 55px !important;
  }
  .sm-mb60 {
    margin-bottom: 60px !important;
  }
  .sm-mb65 {
    margin-bottom: 65px !important;
  }
  .sm-mb70 {
    margin-bottom: 70px !important;
  }
  .sm-mb75 {
    margin-bottom: 75px !important;
  }
  .sm-mb80 {
    margin-bottom: 80px !important;
  }
  .sm-mb85 {
    margin-bottom: 85px !important;
  }
  .sm-mb90 {
    margin-bottom: 90px !important;
  }
  .sm-mb95 {
    margin-bottom: 95px !important;
  }
  .sm-mb100 {
    margin-bottom: 100px !important;
  }
  .sm-mb100 {
    margin-bottom: 100px !important;
  }
  .sm-ml0 {
    margin-left: 0px !important;
  }
  .sm-ml5 {
    margin-left: 5px !important;
  }
  .sm-ml10 {
    margin-left: 10px !important;
  }
  .sm-ml15 {
    margin-left: 15px !important;
  }
  .sm-ml20 {
    margin-left: 20px !important;
  }
  .sm-ml25 {
    margin-left: 25px !important;
  }
  .sm-ml30 {
    margin-left: 30px !important;
  }
  .sm-ml35 {
    margin-left: 35px !important;
  }
  .sm-ml40 {
    margin-left: 40px !important;
  }
  .sm-ml45 {
    margin-left: 45px !important;
  }
  .sm-ml50 {
    margin-left: 50px !important;
  }
  .sm-ml55 {
    margin-left: 55px !important;
  }
  .sm-ml60 {
    margin-left: 60px !important;
  }
  .sm-ml65 {
    margin-left: 65px !important;
  }
  .sm-ml70 {
    margin-left: 70px !important;
  }
  .sm-ml75 {
    margin-left: 75px !important;
  }
  .sm-ml80 {
    margin-left: 80px !important;
  }
  .sm-ml85 {
    margin-left: 85px !important;
  }
  .sm-ml90 {
    margin-left: 90px !important;
  }
  .sm-ml95 {
    margin-left: 95px !important;
  }
  .sm-ml100 {
    margin-left: 100px !important;
  }
  .sm-op00 {
    opacity: 0;
  }
  .sm-op01 {
    opacity: 0.1;
  }
  .sm-op02 {
    opacity: 0.2;
  }
  .sm-op03 {
    opacity: 0.3;
  }
  .sm-op04 {
    opacity: 0.4;
  }
  .sm-op05 {
    opacity: 0.5;
  }
  .sm-op06 {
    opacity: 0.6;
  }
  .sm-op07 {
    opacity: 0.7;
  }
  .sm-op08 {
    opacity: 0.8;
  }
  .sm-op09 {
    opacity: 0.9;
  }
  .sm-op010 {
    opacity: 1;
  }
  .sm-op011 {
    opacity: 1.1;
  }
  .sm-op012 {
    opacity: 1.2;
  }
  .sm-op013 {
    opacity: 1.3;
  }
  .sm-op014 {
    opacity: 1.4;
  }
  .sm-op015 {
    opacity: 1.5;
  }
  .sm-op016 {
    opacity: 1.6;
  }
  .sm-op017 {
    opacity: 1.7;
  }
  .sm-op018 {
    opacity: 1.8;
  }
  .sm-op019 {
    opacity: 1.9;
  }
  .sm-op020 {
    opacity: 2;
  }
}
@media (max-width: 767px) {
  .xs-mt0 {
    margin-top: 0px !important;
  }
  .xs-mt5 {
    margin-top: 5px !important;
  }
  .xs-mt10 {
    margin-top: 10px !important;
  }
  .xs-mt15 {
    margin-top: 15px !important;
  }
  .xs-mt20 {
    margin-top: 20px !important;
  }
  .xs-mt25 {
    margin-top: 25px !important;
  }
  .xs-mt30 {
    margin-top: 30px !important;
  }
  .xs-mt35 {
    margin-top: 35px !important;
  }
  .xs-mt40 {
    margin-top: 40px !important;
  }
  .xs-mt45 {
    margin-top: 45px !important;
  }
  .xs-mt50 {
    margin-top: 50px !important;
  }
  .xs-mt55 {
    margin-top: 55px !important;
  }
  .xs-mt60 {
    margin-top: 60px !important;
  }
  .xs-mt65 {
    margin-top: 65px !important;
  }
  .xs-mt70 {
    margin-top: 70px !important;
  }
  .xs-mt75 {
    margin-top: 75px !important;
  }
  .xs-mt80 {
    margin-top: 80px !important;
  }
  .xs-mt85 {
    margin-top: 85px !important;
  }
  .xs-mt90 {
    margin-top: 90px !important;
  }
  .xs-mt95 {
    margin-top: 95px !important;
  }
  .xs-mt100 {
    margin-top: 100px !important;
  }
  .xs-mr0 {
    margin-right: 0px !important;
  }
  .xs-mr5 {
    margin-right: 5px !important;
  }
  .xs-mr10 {
    margin-right: 10px !important;
  }
  .xs-mr15 {
    margin-right: 15px !important;
  }
  .xs-mr20 {
    margin-right: 20px !important;
  }
  .xs-mr25 {
    margin-right: 25px !important;
  }
  .xs-mr30 {
    margin-right: 30px !important;
  }
  .xs-mr35 {
    margin-right: 35px !important;
  }
  .xs-mr40 {
    margin-right: 40px !important;
  }
  .xs-mr45 {
    margin-right: 45px !important;
  }
  .xs-mr50 {
    margin-right: 50px !important;
  }
  .xs-mr55 {
    margin-right: 55px !important;
  }
  .xs-mr60 {
    margin-right: 60px !important;
  }
  .xs-mr65 {
    margin-right: 65px !important;
  }
  .xs-mr70 {
    margin-right: 70px !important;
  }
  .xs-mr75 {
    margin-right: 75px !important;
  }
  .xs-mr80 {
    margin-right: 80px !important;
  }
  .xs-mr85 {
    margin-right: 85px !important;
  }
  .xs-mr90 {
    margin-right: 90px !important;
  }
  .xs-mr95 {
    margin-right: 95px !important;
  }
  .xs-mr100 {
    margin-right: 100px !important;
  }
  .xs-mb0 {
    margin-bottom: 0px !important;
  }
  .xs-mb5 {
    margin-bottom: 5px !important;
  }
  .xs-mb10 {
    margin-bottom: 10px !important;
  }
  .xs-mb15 {
    margin-bottom: 15px !important;
  }
  .xs-mb20 {
    margin-bottom: 20px !important;
  }
  .xs-mb25 {
    margin-bottom: 25px !important;
  }
  .xs-mb30 {
    margin-bottom: 30px !important;
  }
  .xs-mb35 {
    margin-bottom: 35px !important;
  }
  .xs-mb40 {
    margin-bottom: 40px !important;
  }
  .xs-mb45 {
    margin-bottom: 45px !important;
  }
  .xs-mb50 {
    margin-bottom: 50px !important;
  }
  .xs-mb55 {
    margin-bottom: 55px !important;
  }
  .xs-mb60 {
    margin-bottom: 60px !important;
  }
  .xs-mb65 {
    margin-bottom: 65px !important;
  }
  .xs-mb70 {
    margin-bottom: 70px !important;
  }
  .xs-mb75 {
    margin-bottom: 75px !important;
  }
  .xs-mb80 {
    margin-bottom: 80px !important;
  }
  .xs-mb85 {
    margin-bottom: 85px !important;
  }
  .xs-mb90 {
    margin-bottom: 90px !important;
  }
  .xs-mb95 {
    margin-bottom: 95px !important;
  }
  .xs-mb100 {
    margin-bottom: 100px !important;
  }
  .xs-mb100 {
    margin-bottom: 100px !important;
  }
  .xs-ml0 {
    margin-left: 0px !important;
  }
  .xs-ml5 {
    margin-left: 5px !important;
  }
  .xs-ml10 {
    margin-left: 10px !important;
  }
  .xs-ml15 {
    margin-left: 15px !important;
  }
  .xs-ml20 {
    margin-left: 20px !important;
  }
  .xs-ml25 {
    margin-left: 25px !important;
  }
  .xs-ml30 {
    margin-left: 30px !important;
  }
  .xs-ml35 {
    margin-left: 35px !important;
  }
  .xs-ml40 {
    margin-left: 40px !important;
  }
  .xs-ml45 {
    margin-left: 45px !important;
  }
  .xs-ml50 {
    margin-left: 50px !important;
  }
  .xs-ml55 {
    margin-left: 55px !important;
  }
  .xs-ml60 {
    margin-left: 60px !important;
  }
  .xs-ml65 {
    margin-left: 65px !important;
  }
  .xs-ml70 {
    margin-left: 70px !important;
  }
  .xs-ml75 {
    margin-left: 75px !important;
  }
  .xs-ml80 {
    margin-left: 80px !important;
  }
  .xs-ml85 {
    margin-left: 85px !important;
  }
  .xs-ml90 {
    margin-left: 90px !important;
  }
  .xs-ml95 {
    margin-left: 95px !important;
  }
  .xs-ml100 {
    margin-left: 100px !important;
  }
}
@media (max-width: 480px) {
  .xxs-mt0 {
    margin-top: 0px !important;
  }
  .xxs-mt5 {
    margin-top: 5px !important;
  }
  .xxs-mt10 {
    margin-top: 10px !important;
  }
  .xxs-mt15 {
    margin-top: 15px !important;
  }
  .xxs-mt20 {
    margin-top: 20px !important;
  }
  .xxs-mt25 {
    margin-top: 25px !important;
  }
  .xxs-mt30 {
    margin-top: 30px !important;
  }
  .xxs-mt35 {
    margin-top: 35px !important;
  }
  .xxs-mt40 {
    margin-top: 40px !important;
  }
  .xxs-mt45 {
    margin-top: 45px !important;
  }
  .xxs-mt50 {
    margin-top: 50px !important;
  }
  .xxs-mt55 {
    margin-top: 55px !important;
  }
  .xxs-mt60 {
    margin-top: 60px !important;
  }
  .xxs-mt65 {
    margin-top: 65px !important;
  }
  .xxs-mt70 {
    margin-top: 70px !important;
  }
  .xxs-mt75 {
    margin-top: 75px !important;
  }
  .xxs-mt80 {
    margin-top: 80px !important;
  }
  .xxs-mt85 {
    margin-top: 85px !important;
  }
  .xxs-mt90 {
    margin-top: 90px !important;
  }
  .xxs-mt95 {
    margin-top: 95px !important;
  }
  .xxs-mt100 {
    margin-top: 100px !important;
  }
  .xxs-mr0 {
    margin-right: 0px !important;
  }
  .xxs-mr5 {
    margin-right: 5px !important;
  }
  .xxs-mr10 {
    margin-right: 10px !important;
  }
  .xxs-mr15 {
    margin-right: 15px !important;
  }
  .xxs-mr20 {
    margin-right: 20px !important;
  }
  .xxs-mr25 {
    margin-right: 25px !important;
  }
  .xxs-mr30 {
    margin-right: 30px !important;
  }
  .xxs-mr35 {
    margin-right: 35px !important;
  }
  .xxs-mr40 {
    margin-right: 40px !important;
  }
  .xxs-mr45 {
    margin-right: 45px !important;
  }
  .xxs-mr50 {
    margin-right: 50px !important;
  }
  .xxs-mr55 {
    margin-right: 55px !important;
  }
  .xxs-mr60 {
    margin-right: 60px !important;
  }
  .xxs-mr65 {
    margin-right: 65px !important;
  }
  .xxs-mr70 {
    margin-right: 70px !important;
  }
  .xxs-mr75 {
    margin-right: 75px !important;
  }
  .xxs-mr80 {
    margin-right: 80px !important;
  }
  .xxs-mr85 {
    margin-right: 85px !important;
  }
  .xxs-mr90 {
    margin-right: 90px !important;
  }
  .xxs-mr95 {
    margin-right: 95px !important;
  }
  .xxs-mr100 {
    margin-right: 100px !important;
  }
  .xxs-mb0 {
    margin-bottom: 0px !important;
  }
  .xxs-mb5 {
    margin-bottom: 5px !important;
  }
  .xxs-mb10 {
    margin-bottom: 10px !important;
  }
  .xxs-mb15 {
    margin-bottom: 15px !important;
  }
  .xxs-mb20 {
    margin-bottom: 20px !important;
  }
  .xxs-mb25 {
    margin-bottom: 25px !important;
  }
  .xxs-mb30 {
    margin-bottom: 30px !important;
  }
  .xxs-mb35 {
    margin-bottom: 35px !important;
  }
  .xxs-mb40 {
    margin-bottom: 40px !important;
  }
  .xxs-mb45 {
    margin-bottom: 45px !important;
  }
  .xxs-mb50 {
    margin-bottom: 50px !important;
  }
  .xxs-mb55 {
    margin-bottom: 55px !important;
  }
  .xxs-mb60 {
    margin-bottom: 60px !important;
  }
  .xxs-mb65 {
    margin-bottom: 65px !important;
  }
  .xxs-mb70 {
    margin-bottom: 70px !important;
  }
  .xxs-mb75 {
    margin-bottom: 75px !important;
  }
  .xxs-mb80 {
    margin-bottom: 80px !important;
  }
  .xxs-mb85 {
    margin-bottom: 85px !important;
  }
  .xxs-mb90 {
    margin-bottom: 90px !important;
  }
  .xxs-mb95 {
    margin-bottom: 95px !important;
  }
  .xxs-mb100 {
    margin-bottom: 100px !important;
  }
  .xs-mb100 {
    margin-bottom: 100px !important;
  }
  .xxs-ml0 {
    margin-left: 0px !important;
  }
  .xxs-ml5 {
    margin-left: 5px !important;
  }
  .xxs-ml10 {
    margin-left: 10px !important;
  }
  .xxs-ml15 {
    margin-left: 15px !important;
  }
  .xxs-ml20 {
    margin-left: 20px !important;
  }
  .xxs-ml25 {
    margin-left: 25px !important;
  }
  .xxs-ml30 {
    margin-left: 30px !important;
  }
  .xxs-ml35 {
    margin-left: 35px !important;
  }
  .xxs-ml40 {
    margin-left: 40px !important;
  }
  .xxs-ml45 {
    margin-left: 45px !important;
  }
  .xxs-ml50 {
    margin-left: 50px !important;
  }
  .xxs-ml55 {
    margin-left: 55px !important;
  }
  .xxs-ml60 {
    margin-left: 60px !important;
  }
  .xxs-ml65 {
    margin-left: 65px !important;
  }
  .xxs-ml70 {
    margin-left: 70px !important;
  }
  .xxs-ml75 {
    margin-left: 75px !important;
  }
  .xxs-ml80 {
    margin-left: 80px !important;
  }
  .xxs-ml85 {
    margin-left: 85px !important;
  }
  .xxs-ml90 {
    margin-left: 90px !important;
  }
  .xxs-ml95 {
    margin-left: 95px !important;
  }
  .xxs-ml100 {
    margin-left: 100px !important;
  }
}
@media (min-width: 1200px) {
  .lg-f10 {
    font-size: 10px !important;
  }
  .lg-f11 {
    font-size: 11px !important;
  }
  .lg-f12 {
    font-size: 12px !important;
  }
  .lg-f13 {
    font-size: 13px !important;
  }
  .lg-f14 {
    font-size: 14px !important;
  }
  .lg-f15 {
    font-size: 15px !important;
  }
  .lg-f16 {
    font-size: 16px !important;
  }
  .lg-f17 {
    font-size: 17px !important;
  }
  .lg-f18 {
    font-size: 18px !important;
  }
  .lg-f19 {
    font-size: 19px !important;
  }
  .lg-f20 {
    font-size: 20px !important;
  }
  .lg-f21 {
    font-size: 21px !important;
  }
  .lg-f22 {
    font-size: 22px !important;
  }
  .lg-f23 {
    font-size: 23px !important;
  }
  .lg-f24 {
    font-size: 24px !important;
  }
  .lg-f25 {
    font-size: 25px !important;
  }
  .lg-f26 {
    font-size: 26px !important;
  }
  .lg-f27 {
    font-size: 27px !important;
  }
  .lg-f28 {
    font-size: 28px !important;
  }
  .lg-f29 {
    font-size: 29px !important;
  }
  .lg-f30 {
    font-size: 30px !important;
  }
  .lg-f31 {
    font-size: 31px !important;
  }
  .lg-f32 {
    font-size: 32px !important;
  }
  .lg-f33 {
    font-size: 33px !important;
  }
  .lg-f34 {
    font-size: 34px !important;
  }
  .lg-f35 {
    font-size: 35px !important;
  }
  .lg-f36 {
    font-size: 36px !important;
  }
  .lg-f37 {
    font-size: 37px !important;
  }
  .lg-f38 {
    font-size: 38px !important;
  }
  .lg-f39 {
    font-size: 39px !important;
  }
  .lg-f40 {
    font-size: 40px !important;
  }
}
@media (max-width: 1199px) {
  .md-f10 {
    font-size: 10px !important;
  }
  .md-f11 {
    font-size: 11px !important;
  }
  .md-f12 {
    font-size: 12px !important;
  }
  .md-f13 {
    font-size: 13px !important;
  }
  .md-f14 {
    font-size: 14px !important;
  }
  .md-f15 {
    font-size: 15px !important;
  }
  .md-f16 {
    font-size: 16px !important;
  }
  .md-f17 {
    font-size: 17px !important;
  }
  .md-f18 {
    font-size: 18px !important;
  }
  .md-f19 {
    font-size: 19px !important;
  }
  .md-f20 {
    font-size: 20px !important;
  }
  .md-f21 {
    font-size: 21px !important;
  }
  .md-f22 {
    font-size: 22px !important;
  }
  .md-f23 {
    font-size: 23px !important;
  }
  .md-f24 {
    font-size: 24px !important;
  }
  .md-f25 {
    font-size: 25px !important;
  }
  .md-f26 {
    font-size: 26px !important;
  }
  .md-f27 {
    font-size: 27px !important;
  }
  .md-f28 {
    font-size: 28px !important;
  }
  .md-f29 {
    font-size: 29px !important;
  }
  .md-f30 {
    font-size: 30px !important;
  }
  .md-f31 {
    font-size: 31px !important;
  }
  .md-f32 {
    font-size: 32px !important;
  }
  .md-f33 {
    font-size: 33px !important;
  }
  .md-f34 {
    font-size: 34px !important;
  }
  .md-f35 {
    font-size: 35px !important;
  }
  .md-f36 {
    font-size: 36px !important;
  }
  .md-f37 {
    font-size: 37px !important;
  }
  .md-f38 {
    font-size: 38px !important;
  }
  .md-f39 {
    font-size: 39px !important;
  }
  .md-f40 {
    font-size: 40px !important;
  }
}
@media (max-width: 991px) {
  .sm-f10 {
    font-size: 10px !important;
  }
  .sm-f11 {
    font-size: 11px !important;
  }
  .sm-f12 {
    font-size: 12px !important;
  }
  .sm-f13 {
    font-size: 13px !important;
  }
  .sm-f14 {
    font-size: 14px !important;
  }
  .sm-f15 {
    font-size: 15px !important;
  }
  .sm-f16 {
    font-size: 16px !important;
  }
  .sm-f17 {
    font-size: 17px !important;
  }
  .sm-f18 {
    font-size: 18px !important;
  }
  .sm-f19 {
    font-size: 19px !important;
  }
  .sm-f20 {
    font-size: 20px !important;
  }
  .sm-f21 {
    font-size: 21px !important;
  }
  .sm-f22 {
    font-size: 22px !important;
  }
  .sm-f23 {
    font-size: 23px !important;
  }
  .sm-f24 {
    font-size: 24px !important;
  }
  .sm-f25 {
    font-size: 25px !important;
  }
  .sm-f26 {
    font-size: 26px !important;
  }
  .sm-f27 {
    font-size: 27px !important;
  }
  .sm-f28 {
    font-size: 28px !important;
  }
  .sm-f29 {
    font-size: 29px !important;
  }
  .sm-f30 {
    font-size: 30px !important;
  }
  .sm-f31 {
    font-size: 31px !important;
  }
  .sm-f32 {
    font-size: 32px !important;
  }
  .sm-f33 {
    font-size: 33px !important;
  }
  .sm-f34 {
    font-size: 34px !important;
  }
  .sm-f35 {
    font-size: 35px !important;
  }
  .sm-f36 {
    font-size: 36px !important;
  }
  .sm-f37 {
    font-size: 37px !important;
  }
  .sm-f38 {
    font-size: 38px !important;
  }
  .sm-f39 {
    font-size: 39px !important;
  }
  .sm-f40 {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  .xs-f10 {
    font-size: 10px !important;
  }
  .xs-f11 {
    font-size: 11px !important;
  }
  .xs-f12 {
    font-size: 12px !important;
  }
  .xs-f13 {
    font-size: 13px !important;
  }
  .xs-f14 {
    font-size: 14px !important;
  }
  .xs-f15 {
    font-size: 15px !important;
  }
  .xs-f16 {
    font-size: 16px !important;
  }
  .xs-f17 {
    font-size: 17px !important;
  }
  .xs-f18 {
    font-size: 18px !important;
  }
  .xs-f19 {
    font-size: 19px !important;
  }
  .xs-f20 {
    font-size: 20px !important;
  }
  .xs-f21 {
    font-size: 21px !important;
  }
  .xs-f22 {
    font-size: 22px !important;
  }
  .xs-f23 {
    font-size: 23px !important;
  }
  .xs-f24 {
    font-size: 24px !important;
  }
  .xs-f25 {
    font-size: 25px !important;
  }
  .xs-f26 {
    font-size: 26px !important;
  }
  .xs-f27 {
    font-size: 27px !important;
  }
  .xs-f28 {
    font-size: 28px !important;
  }
  .xs-f29 {
    font-size: 29px !important;
  }
  .xs-f30 {
    font-size: 30px !important;
  }
  .xs-f31 {
    font-size: 31px !important;
  }
  .xs-f32 {
    font-size: 32px !important;
  }
  .xs-f33 {
    font-size: 33px !important;
  }
  .xs-f34 {
    font-size: 34px !important;
  }
  .xs-f35 {
    font-size: 35px !important;
  }
  .xs-f36 {
    font-size: 36px !important;
  }
  .xs-f37 {
    font-size: 37px !important;
  }
  .xs-f38 {
    font-size: 38px !important;
  }
  .xs-f39 {
    font-size: 39px !important;
  }
  .xs-f40 {
    font-size: 40px !important;
  }
}
@media (max-width: 480px) {
  .xxs-f10 {
    font-size: 10px !important;
  }
  .xxs-f11 {
    font-size: 11px !important;
  }
  .xxs-f12 {
    font-size: 12px !important;
  }
  .xxs-f13 {
    font-size: 13px !important;
  }
  .xxs-f14 {
    font-size: 14px !important;
  }
  .xxs-f15 {
    font-size: 15px !important;
  }
  .xxs-f16 {
    font-size: 16px !important;
  }
  .xxs-f17 {
    font-size: 17px !important;
  }
  .xxs-f18 {
    font-size: 18px !important;
  }
  .xxs-f19 {
    font-size: 19px !important;
  }
  .xxs-f20 {
    font-size: 20px !important;
  }
  .xxs-f21 {
    font-size: 21px !important;
  }
  .xxs-f22 {
    font-size: 22px !important;
  }
  .xxs-f23 {
    font-size: 23px !important;
  }
  .xxs-f24 {
    font-size: 24px !important;
  }
  .xxs-f25 {
    font-size: 25px !important;
  }
  .xxs-f26 {
    font-size: 26px !important;
  }
  .xxs-f27 {
    font-size: 27px !important;
  }
  .xxs-f28 {
    font-size: 28px !important;
  }
  .xxs-f29 {
    font-size: 29px !important;
  }
  .xxs-f30 {
    font-size: 30px !important;
  }
  .xxs-f31 {
    font-size: 31px !important;
  }
  .xxs-f32 {
    font-size: 32px !important;
  }
  .xxs-f33 {
    font-size: 33px !important;
  }
  .xxs-f34 {
    font-size: 34px !important;
  }
  .xxs-f35 {
    font-size: 35px !important;
  }
  .xxs-f36 {
    font-size: 36px !important;
  }
  .xxs-f37 {
    font-size: 37px !important;
  }
  .xxs-f38 {
    font-size: 38px !important;
  }
  .xxs-f39 {
    font-size: 39px !important;
  }
  .xxs-f40 {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  .xs-mw0 {
    max-width: 0%;
    height: auto;
  }
  .xs-mw10 {
    max-width: 10%;
    height: auto;
  }
  .xs-mw20 {
    max-width: 20%;
    height: auto;
  }
  .xs-mw30 {
    max-width: 30%;
    height: auto;
  }
  .xs-mw40 {
    max-width: 40%;
    height: auto;
  }
  .xs-mw50 {
    max-width: 50%;
    height: auto;
  }
  .xs-mw60 {
    max-width: 60%;
    height: auto;
  }
  .xs-mw70 {
    max-width: 70%;
    height: auto;
  }
  .xs-mw80 {
    max-width: 80%;
    height: auto;
  }
  .xs-mw90 {
    max-width: 90%;
    height: auto;
  }
  .xs-mw100 {
    max-width: 100%;
    height: auto;
  }
}
.ww10 {
  width: 10%;
}

.ww20 {
  width: 20%;
}

.ww30 {
  width: 30%;
}

.ww40 {
  width: 40%;
}

.ww50 {
  width: 50%;
}

.ww60 {
  width: 60%;
}

.ww70 {
  width: 70%;
}

.ww80 {
  width: 80%;
}

.ww90 {
  width: 90%;
}

.ww100 {
  width: 100%;
}

@media (max-width: 991px) {
  .sm-ww10 {
    width: 10%;
  }
  .sm-ww20 {
    width: 20%;
  }
  .sm-ww30 {
    width: 30%;
  }
  .sm-ww40 {
    width: 40%;
  }
  .sm-ww50 {
    width: 50%;
  }
  .sm-ww60 {
    width: 60%;
  }
  .sm-ww70 {
    width: 70%;
  }
  .sm-ww80 {
    width: 80%;
  }
  .sm-ww90 {
    width: 90%;
  }
  .sm-ww100 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .xs-ww10 {
    width: 10%;
  }
  .xs-ww20 {
    width: 20%;
  }
  .xs-ww30 {
    width: 30%;
  }
  .xs-ww40 {
    width: 40%;
  }
  .xs-ww50 {
    width: 50%;
  }
  .xs-ww60 {
    width: 60%;
  }
  .xs-ww70 {
    width: 70%;
  }
  .xs-ww80 {
    width: 80%;
  }
  .xs-ww90 {
    width: 90%;
  }
  .xs-ww100 {
    width: 100%;
  }
}
.p0 {
  padding: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.br0 {
  border-radius: 0px !important;
}

.p1 {
  padding: 2px !important;
}

.p5 {
  padding: 5px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.br1 {
  border-radius: 1px !important;
}

.p2 {
  padding: 4px !important;
}

.p10 {
  padding: 10px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.br2 {
  border-radius: 2px !important;
}

.p3 {
  padding: 6px !important;
}

.p15 {
  padding: 15px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.br3 {
  border-radius: 3px !important;
}

.p4 {
  padding: 8px !important;
}

.p20 {
  padding: 20px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.br4 {
  border-radius: 4px !important;
}

.p5 {
  padding: 10px !important;
}

.p25 {
  padding: 25px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.br5 {
  border-radius: 5px !important;
}

.p6 {
  padding: 12px !important;
}

.p30 {
  padding: 30px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.br6 {
  border-radius: 6px !important;
}

.p7 {
  padding: 14px !important;
}

.p35 {
  padding: 35px !important;
}

.pt14 {
  padding-top: 14px !important;
}

.pr14 {
  padding-right: 14px !important;
}

.pb14 {
  padding-bottom: 14px !important;
}

.pl14 {
  padding-left: 14px !important;
}

.br7 {
  border-radius: 7px !important;
}

.p8 {
  padding: 16px !important;
}

.p40 {
  padding: 40px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.br8 {
  border-radius: 8px !important;
}

.p9 {
  padding: 18px !important;
}

.p45 {
  padding: 45px !important;
}

.pt18 {
  padding-top: 18px !important;
}

.pr18 {
  padding-right: 18px !important;
}

.pb18 {
  padding-bottom: 18px !important;
}

.pl18 {
  padding-left: 18px !important;
}

.br9 {
  border-radius: 9px !important;
}

.p10 {
  padding: 20px !important;
}

.p50 {
  padding: 50px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.br10 {
  border-radius: 10px !important;
}

.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.trimwidth {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearfix {
  height: 1px; /*\*/ /*/ height: auto; overflow: hidden; /**/
}

@media print {
  .pagetop {
    display: none;
    visibility: hidden;
  }
}
.yellow {
  color: #fff200;
}

.red {
  color: #e80000;
}

.pink {
  color: #ed0d55;
}

.blue {
  color: #0000e8;
}

.green {
  color: #00844f;
}

.black {
  color: #3b3b3b;
}

.black2 {
  color: #000;
}

.orange {
  color: #f26522;
}

.white {
  color: #fff;
}

.gray {
  color: #575757;
}

.gray2 {
  color: #aaa;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=number],
select,
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
  padding: 5px 8px;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=number],
select,
textarea {
  background: #fff;
  outline: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  border: 1px solid #f6aaaa;
  background: #ffe9e9;
  box-shadow: 0 0 5px #f6aaaa;
}

input[type=checkbox],
input[type=radio] {
  width: 1.3em;
  height: 1.3em;
  position: relative;
  top: -2px;
  cursor: pointer;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background: #ffd1d1;
  border-color: #e64723;
  color: #e64723;
}

#err {
  font-size: 16px;
  padding: 10px 0;
  border: 1px solid red;
  color: red;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.errfield {
  font-size: 14px;
  padding: 5px 0;
  border: 1px solid red;
  color: red;
  text-align: center;
  border-radius: 3px;
}

label {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  cursor: pointer;
}

label[for=""] {
  cursor: default;
}

form.formwrap {
  padding: 0 15%;
}

@media (max-width: 991px) {
  form.formwrap {
    padding: 0 10%;
  }
}
@media (max-width: 767px) {
  form.formwrap {
    padding: 0;
  }
}
a {
  color: #00d;
  text-decoration: underline;
}

.col-xs-5x {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5x {
  float: left;
  width: 20%;
}

@media (min-width: 768px) {
  .col-sm-5x {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-5x {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-5x {
    float: left;
    width: 20%;
  }
}
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .visible-print-block {
    display: block !important;
  }
}
.flex {
  display: flex;
}

.fl-stretch {
  align-items: stretch;
}

.fl-column {
  flex-direction: column;
}

.fl-row {
  flex-direction: column;
}

.fl1 {
  flex: 1;
}

.fl2 {
  flex: 2;
}

.fl3 {
  flex: 3;
}

.fl4 {
  flex: 4;
}

.fl5 {
  flex: 5;
}

.fl6 {
  flex: 6;
}

.fl7 {
  flex: 7;
}

@media (max-width: 767px) {
  .xs-flex {
    display: flex;
  }
  .xs-fl-stretch {
    align-items: stretch;
  }
  .xs-fl-column {
    flex-direction: column;
  }
  .xs-fl-row {
    flex-direction: column;
  }
  .xs-fl1 {
    flex: 1;
  }
  .xs-fl2 {
    flex: 2;
  }
  .xs-fl3 {
    flex: 3;
  }
  .xs-fl4 {
    flex: 4;
  }
  .xs-fl5 {
    flex: 5;
  }
  .xs-fl6 {
    flex: 6;
  }
  .xs-fl7 {
    flex: 7;
  }
}
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

::selection {
  background: #40c1ac;
  color: #fff;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

h1 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 5px; /*30px;*/
  line-height: 1;
}

h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1;
}

h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1;
}

main {
  /*	padding-top: 70px; */
}

p {
  margin-bottom: 1em;
}

section {
  padding: 30px 0;
}
section:nth-child(even) {
  /*		background: #f0f0f0;*/
}

main {
  position: relative;
  z-index: 50;
}

.breadcrumb {
  /* display: flex; */
  list-style: none;
  padding-left: 0;
  background: none;
}
.breadcrumb > li {
  font-size: 12px;
  float: left; /**/
}
.breadcrumb > li a {
  color: #000;
  text-decoration: underline;
}
.breadcrumb > li:after {
  content: ">";
  margin-right: 5px;
  margin-left: 5px;
}
.breadcrumb > li:first-child, .breadcrumb > li:nth-child(2), .breadcrumb > li:nth-child(4) {
  white-space: nowrap;
}
.breadcrumb > li:last-child:after {
  content: "";
}

.no-gutter {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.no-gutter .mainimage {
  position: relative;
  width: 100%;
  max-width: 1600px;
  min-width: 1200px;
  margin: 0 auto;
}
.no-gutter .mainimage .slider {
  padding-left: 0;
}
.no-gutter .mainimage .slider li {
  list-style-type: none;
}
.no-gutter .mainimage .slider img {
  object-fit: cover;
  width: 100%;
  max-width: 1600px;
}
.no-gutter .mainimage .maintext {
  position: absolute;
  bottom: 40px;
  height: 190px;
  left: 20%;
  width: 60%;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 40px;
}
.no-gutter .mainimage .maintext span {
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  margin-bottom: 16px;
  display: inline-block;
}
.no-gutter .maintext-small {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 2em;
}

@media (max-width: 767px) {
  .no-gutter .mainimage {
    min-width: 200px;
  }
  .no-gutter .mainimage img {
    height: 70vw;
  }
  .no-gutter .mainimage .maintext {
    width: 90%;
    left: 5%;
    font-size: 12px;
    height: 11vw;
    padding-top: 3vw;
  }
  .no-gutter .mainimage .maintext span {
    font-size: 5.5vw;
  }
  .no-gutter .maintext-small {
    line-height: 1.6em;
    font-size: 15px;
    margin: 15px 15px 30px 15px;
    text-align: center;
  }
}
.top-covid-19 {
  display: block;
  width: 100%;
  padding: 30px 0;
  background-color: #fef5f5;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  color: #f00;
  line-height: 1.5em;
  transition: 0.5s;
}
.top-covid-19 img {
  margin: 0 5px -3px 3px;
}
.top-covid-19:hover {
  background-color: #fde0e0;
  text-decoration: none;
  color: #ff8080;
}

.top-movie-wrap h3 {
  font-size: 16px;
  margin-bottom: 1em;
}
.top-movie-wrap a {
  display: block;
  width: auto;
  position: relative;
  border: solid 1px #ccc;
  border-radius: 5px;
  transition: all 0.3s;
}
.top-movie-wrap a img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  vertical-align: top;
  transition: all 0.3s;
}
.top-movie-wrap a:hover {
  border: solid 1px #59a176;
}
.top-movie-wrap a:hover img {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .top-movie-wrap a {
    margin: 0 15px 15px 15px;
  }
}

.icon-mp4:after {
  content: url(../img/icon-mp4.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.top-menu-wrap {
  margin-top: 30px;
}
.top-menu-wrap .top-menu {
  display: block;
  width: 100%;
  border: 2px solid #59a176;
  border-radius: 5px;
  padding: 20px;
  margin-top: 30px;
  text-align: center;
  text-decoration: none;
  transition: 0.4s;
}
.top-menu-wrap .top-menu:hover {
  background: #f4fff8;
  opacity: 0.6;
}
.top-menu-wrap .top-menu .top-menu-icon {
  background-color: #007a31;
  width: 74px;
  height: 74px;
  border-radius: 37px;
  margin: 0 auto;
}
.top-menu-wrap .top-menu .top-menu-icon .tmi01 {
  margin-top: 14px;
}
.top-menu-wrap .top-menu .top-menu-icon .tmi02 {
  margin-top: 16px;
}
.top-menu-wrap .top-menu .top-menu-icon .tmi03 {
  margin-top: 18px;
  margin-left: 4px;
}
.top-menu-wrap .top-menu .top-menu-icon .tmi04 {
  margin-top: 9px;
}
.top-menu-wrap .top-menu p {
  margin-top: 25px;
  font-size: 20px;
  color: #000;
  /*text-shadow: 1px 1px #fff, 1px 0 #fff, 1px -1px #fff, 0 1px #fff, 0 -1px #fff, -1px 1px #fff, -1px 0 #fff, -1px -1px #fff;*/
}
.top-menu-wrap .top-menu p .top-menu-pdf {
  font-size: 14px;
  margin-bottom: -20px;
  display: block;
}
.top-menu-wrap .top-menu p .top-menu-pdf .tmi04p {
  margin-right: 5px;
  margin-bottom: -4px;
}

@media (max-width: 767px) {
  .top-covid-19 {
    font-size: 18px;
  }
  .top-menu-wrap .top-menu {
    margin-top: 15px;
  }
  .top-menu-wrap .top-menu .top-menu-icon {
    float: left;
    margin-left: 10%;
    margin-right: -37px;
    padding: 10px;
  }
  .top-menu-wrap .top-menu .top-menu-icon .tmi01 {
    margin-top: 6px;
  }
  .top-menu-wrap .top-menu .top-menu-icon .tmi02 {
    margin-top: 8px;
  }
  .top-menu-wrap .top-menu .top-menu-icon .tmi03 {
    margin-top: 9px;
    margin-left: 3px;
  }
  .top-menu-wrap .top-menu .top-menu-icon .tmi04 {
    margin-top: 0;
  }
  .top-menu-wrap .top-menu p {
    margin-top: 25px;
  }
}
@media (max-width: 480px) {
  .top-menu-wrap .top-menu {
    padding: 10px 15px;
  }
  .top-menu-wrap .top-menu .top-menu-icon {
    margin-left: 4%;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-right: 0;
  }
  .top-menu-wrap .top-menu .top-menu-icon .tmi01 {
    margin-top: -2px;
    width: 100%;
  }
  .top-menu-wrap .top-menu .top-menu-icon .tmi02 {
    margin-top: 1px;
  }
  .top-menu-wrap .top-menu .top-menu-icon .tmi03 {
    margin-top: 3px;
    margin-left: 3px;
  }
  .top-menu-wrap .top-menu .top-menu-icon .tmi04 {
    margin-top: -6px;
    width: 100%;
  }
  .top-menu-wrap .top-menu p {
    font-size: 18px;
    margin-top: 15px;
  }
}
.contentblock-wrap h2 {
  font-size: 28px;
  border-left: 8px solid #007a31;
  padding-left: 24px;
  width: 230px;
  display: inline-block;
  padding-top: 8px;
}
.contentblock-wrap .cont-h2-sub {
  display: inline-block;
  padding-left: 25px;
  border-left: 1px solid #9c9c9c;
  font-size: 16px;
}

@media (max-width: 767px) {
  .contentblock-wrap .cont-h2-sub {
    padding-left: 10px;
    border-left: none;
    font-size: 2.4vw;
    display: block;
  }
}
.top-button {
  display: block;
  width: 290px;
  height: 58px;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 16px;
  margin: 45px auto 0 auto;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #000;
  transition: 0.4s;
}
.top-button:hover {
  background-color: #f9fcff;
  opacity: 0.7;
  text-decoration: none;
}

.top-topics-wrap {
  font-size: 26px;
  max-height: 380px;
  overflow-y: auto;
}
.top-topics-wrap .top-topics {
  list-style-type: none;
  padding-left: 0;
}
.top-topics-wrap .top-topics li {
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 25px 0 25px 200px;
}
.top-topics-wrap .top-topics li .tt-type {
  position: absolute;
  top: 22px;
  left: 50px;
  padding: 2px;
  width: 120px;
  text-align: center;
  font-size: 13px;
}
.top-topics-wrap .top-topics li .ttt01 {
  border: 1px solid #ec6216;
  color: #ec6216;
}
.top-topics-wrap .top-topics li .ttt02 {
  border: 1px solid #569bc6;
  color: #569bc6;
}
.top-topics-wrap .top-topics li .tt-date {
  font-size: 18px;
  line-height: 1.5em;
}
.top-topics-wrap .top-topics li .tt-text {
  font-size: 14px;
}
.top-topics-wrap .top-topics li .tt-temp {
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
}
.top-topics-wrap .top-topics li .tt-temp a {
  text-decoration: none;
  color: #000;
}
.top-topics-wrap .top-topics li .tt-temp a:hover {
  text-decoration: underline;
}
.top-topics-wrap .top-topics li .tt-temp a:hover img {
  opacity: 0.6;
}
.top-topics-wrap .top-topics li .tt-temp img {
  margin-bottom: -2px;
  margin-right: 3px;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .top-topics-wrap {
    margin-top: 20px;
  }
  .top-topics-wrap .top-topics li {
    padding: 50px 10px 25px 20px;
  }
  .top-topics-wrap .top-topics li .tt-type {
    top: 15px;
    left: 20px;
  }
}
.top-information {
  margin-top: 20px;
}

.top-process {
  margin-top: 20px;
}
.top-process ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
}
.top-process ul .tp-item {
  background-color: #ddebee;
  width: 15%;
  text-align: center;
  height: 245px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #000;
}
.top-process ul .tp-item span {
  font-size: 60px;
  font-weight: 100;
  color: #fff;
  font-style: italic;
}
.top-process ul .tp-arrow {
  width: 6%;
  text-align: center;
  font-size: 60px;
  transform: scale(0.7, 1);
  font-weight: bold;
  color: #378496;
  margin-top: 110px;
}

@media (max-width: 767px) {
  .top-process ul {
    display: block;
  }
  .top-process ul .tp-item {
    width: 100%;
    height: 70px;
    padding-top: 15px;
    padding-right: 10%;
  }
  .top-process ul .tp-item span {
    float: left;
    display: inline-block;
    margin-top: -35px;
    margin-left: 30px;
    font-size: 50px;
  }
  .top-process ul .tp-arrow {
    width: 100%;
    margin: 0 0 60px 0;
    transform: rotate(90deg) scale(0.7, 1);
  }
}
.top-offering .top-offering-item img {
  width: 100%;
  height: auto;
}
.top-offering .top-offering-item p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
}

.top-border {
  width: 100%;
  margin: 50px 0 40px 0;
  border-bottom: 1px dotted;
}

.top-licence .top-licence-item {
  display: block;
  text-align: center;
  background-color: #f1f1f1;
  padding: 28px 0 10px 0;
  color: #000;
  text-decoration: none;
}
.top-licence .top-licence-item img {
  margin-bottom: 15px;
}
.top-licence .top-licence-item span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4em;
}
.top-licence .top-licence-item p {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}
.top-licence a {
  transition: 0.5s;
}
.top-licence a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .top-offering .top-offering-item p {
    margin-bottom: 30px;
    margin-top: 5px;
  }
  .top-border {
    margin: 20px 0 10px 0;
  }
  .top-licence .top-licence-item {
    margin: 10px 0;
    font-size: 5vw;
  }
  .top-licence .top-licence-item img {
    width: 80%;
    max-width: 320px;
    height: auto;
  }
  .top-licence .top-licence-item p {
    text-align: left;
    margin: 10px 15px 1em 15px;
  }
}
.top-bgcolor {
  background-color: #fcf6f2 !important;
  min-width: 1170px;
}

.top-banner {
  margin-bottom: 30px;
}
.top-banner .top-banner-image {
  transition: 0.5s;
}
.top-banner .top-banner-image:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .top-bgcolor {
    min-width: 100%;
  }
  .top-banner {
    margin-bottom: 10px;
  }
  .top-banner img {
    width: 100%;
    height: auto;
    margin: 12px 0;
  }
}
.top-message {
  background-color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.8em;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.top-message span {
  font-size: 28px;
  font-weight: bold;
  color: #ff3d01;
}

.top-inquiry h3 {
  border-left: 5px solid #007a31;
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 0;
  height: 30px;
  padding-top: 5px;
}
.top-inquiry .top-inquiry-okigaru {
  position: relative;
  background: #0068b7;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  margin-top: 80px;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.6em;
}
.top-inquiry .top-inquiry-okigaru .tio-hukidasi {
  position: absolute;
  top: 58px;
  left: 140px;
}
.top-inquiry a {
  text-decoration: none;
}
.top-inquiry .top-inquiry-frame {
  margin-top: 15px;
  margin-left: 25px;
  margin-right: 30px;
  font-size: 14px;
  line-height: 1.8em;
}
.top-inquiry .top-inquiry-frame .top-inquiry-item {
  display: block;
  border-radius: 5px;
  background-color: #fff;
  padding: 15px 5px 20px 25px;
  font-size: 36px;
  font-weight: 500;
  transition: 0.4s;
}
.top-inquiry .top-inquiry-frame .top-inquiry-item:hover {
  opacity: 0.6;
}
.top-inquiry .top-inquiry-frame .ti-free {
  border: 2px solid #0068b7;
  color: #0068b7;
}
.top-inquiry .top-inquiry-frame .ti-free img {
  width: 70px;
  height: auto;
  margin-right: 25px;
}
.top-inquiry .top-inquiry-frame .ti-free:hover {
  background-color: #f4faff;
}
.top-inquiry .top-inquiry-frame .ti-tel {
  border: 2px solid #007a31;
  color: #007a31;
}
.top-inquiry .top-inquiry-frame .ti-tel .tit-phone {
  width: 35px;
  height: auto;
}
.top-inquiry .top-inquiry-frame .ti-tel .tit-number {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
  margin-right: 20px;
}
.top-inquiry .top-inquiry-frame .ti-tel:hover {
  background-color: #f4fffa;
}
.top-inquiry .top-inquiry-frame .ti-inq {
  border: 2px solid #10218b;
  color: #10218b;
  font-size: 24px;
  padding-top: 20px;
}
.top-inquiry .top-inquiry-frame .ti-inq img {
  width: 44px;
  height: auto;
  margin-right: 25px;
  margin-bottom: -5px;
}
.top-inquiry .top-inquiry-frame .ti-inq:hover {
  background-color: #f0f4ff;
}
.top-inquiry .top-inquiry-privacy {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 25px;
  font-size: 14px;
  line-height: 1.6;
}
.top-inquiry .top-inquiry-privacy ul li {
  position: relative;
}
.top-inquiry .top-inquiry-privacy ul li::marker {
  color: transparent;
}
.top-inquiry .top-inquiry-privacy ul li:before {
  content: "※";
  position: absolute;
  left: -16px;
}
.top-inquiry .top-inquiry-privacy span {
  font-size: 14px;
  font-weight: bold;
}

.mov-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 30px;
}

.mov-item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.mov-item .mov-thum {
  display: block;
  margin-top: auto;
  position: relative;
  transition: 0.3s;
}
.mov-item .mov-thum:hover {
  opacity: 0.8;
}
.mov-item img {
  border: solid 1px #999;
  width: 100%;
  height: auto;
  vertical-align: top;
  transition: all 0.3s;
}
.mov-item a {
  display: block;
  position: relative;
}
.mov-item a:before {
  content: "";
  background: url(../img/icon-youtube.svg);
  position: absolute;
  width: 50px;
  height: 50px;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mov-item a.mp-icon:before {
  background: url(../img/icon-mp4.svg);
}
.mov-item a.youtube-icon:before {
  background: url(../img/icon-youtube.svg);
}

.yt-ttlarea {
  text-align: center;
  color: #010101;
  border: solid 1px #007a31;
  padding: 0.75em;
  line-height: 1.35em;
  border-radius: 5px;
  background: #fff;
  font-weight: 700;
  position: relative;
}

.yt-ttlarea strong {
  color: #007a31;
  font-size: 20px;
  line-height: 1.4;
}

.yt-ttlarea:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-bottom: solid 1px #007a31;
  border-right: solid 1px #007a31;
  position: absolute;
  transform: rotate(45deg) translate(50%, -50%);
  bottom: -11px;
  left: calc(50% - 20px);
}

.tokuten-bnr {
  display: block;
  text-indent: 0 !important;
  text-align: center;
}

.tokuten-bnr a {
  border: solid 1px #999;
  display: inline-block;
  transition: all 0.3s;
  max-width: 250px;
}

.tokuten-bnr a:hover {
  opacity: 0.8;
}

.tokuten-bnr a img {
  vertical-align: top;
  width: 100%;
  height: auto;
  text-indent: 0 !important;
}

@media (max-width: 767px) {
  .mov-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .mov-item .mov-thum {
    padding: 10px;
  }
  .tokuten-bnr {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .top-inquiry .top-inquiry-frame {
    margin-left: 5px;
    margin-right: 5px;
  }
  .top-inquiry .top-inquiry-frame .top-inquiry-item {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    font-size: 5vw;
    padding: 15px 10px 20px 10px;
  }
  .top-inquiry .top-inquiry-frame .ti-inq {
    font-size: 4vw;
  }
  .top-inquiry .top-inquiry-privacy {
    margin-left: 0;
    margin-right: 0;
  }
  .top-inquiry .top-inquiry-okigaru {
    margin: 20px auto;
    width: 270px;
    height: 105px;
    border-radius: 20px;
  }
  .top-inquiry .top-inquiry-okigaru .tio-hukidasi {
    top: 100px;
    left: 115px;
    transform: rotate(90deg);
  }
}
@media (max-width: 480px) {
  .top-inquiry .top-inquiry-frame .top-inquiry-item {
    font-size: 5.5vw;
  }
  .top-inquiry .top-inquiry-frame .ti-inq {
    font-size: 5vw;
  }
  .top-inquiry .top-inquiry-frame .ti-free img, .top-inquiry .top-inquiry-frame .ti-inq img {
    margin-right: 15px;
    margin-bottom: -5px;
  }
  .top-inquiry .top-inquiry-frame .ti-tel img {
    margin-bottom: -5px;
  }
  .top-inquiry .top-inquiry-frame .ti-tel .tit-number {
    margin-right: 15px;
  }
}
.navbar-bottom {
  background-color: #f4f4f4;
  margin-top: 70px;
  min-width: 1170px;
}
.navbar-bottom .navbar-nav {
  border-top: none;
  border-bottom: 1px solid #c2c2c2;
}
.navbar-bottom .navsub {
  padding: 12px 0;
}

.recruit-work {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.recruit-work .more-recruit {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.75em 1em;
  color: #333;
  border: solid 1px #ccc;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s;
}
.recruit-work .more-recruit span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  padding: 0.25em 0.75em 0.35em calc(1.5em + 18px);
  font-weight: 400;
  color: #333;
  background: #fff;
  border-radius: 3px;
  position: relative;
  transition: all 0.3s;
}
.recruit-work .more-recruit span:before {
  content: url("../img/icon_link.png");
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.recruit-work .more-recruit em {
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0.5em;
}
.recruit-work .more-recruit:hover {
  background: #081755;
  color: #fff;
  border: solid 1px #081755;
}
.recruit-work .more-recruit:hover span {
  color: #081755;
}

@media (max-width: 512px) {
  .recruit-work .more-recruit {
    text-align: center;
    display: block;
    padding: 0.75em 0.75em 1em 0.75em;
    background: #081755;
    color: #fff;
    border: solid 1px #081755;
    margin: 0 15px;
  }
  .recruit-work .more-recruit span {
    display: block;
    color: #081755;
    background: #fff;
    margin: 0 auto;
    margin-top: 0.5em;
  }
}
.pc-header nav .nav-main {
  display: flex;
}
.pc-header nav .nav-main li {
  flex: 1;
  text-align: center;
}
.pc-header nav .nav-main li a {
  display: block;
  padding: 10px;
}
.pc-header nav .nav-main li a:hover {
  transition: all 0.3s;
  background: #eee;
}

.headerrow {
  margin-top: 15px;
  margin-bottom: 15px;
}

.logowrap {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .logowrap {
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .headerrow {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar {
    height: auto;
  }
  .navbar .navbar-nav {
    margin: 0;
  }
  .navbar .navbar-nav li {
    width: 100%;
  }
}
.navbar-header {
  float: left;
}
.navbar-header .logo {
  margin-bottom: 0; /* 20px;*/
}

.navsub {
  float: right;
  font-size: 12px;
  margin-bottom: 5px;
}
.navsub li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
.navsub li:last-child a:after {
  content: "";
}
.navsub li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  padding: 2px 10px;
  border-radius: 4px;
  transition: 0.4s;
  display: block;
  position: relative;
  /*
  			&:hover {
  				text-decoration: underline;
  				background-color: #eee;
  			}
  			&:after {
                  margin-left: 5px;
  		        content: "|";
  				margin-right: 5px;
  			}
   */
}
.navsub li a img.icon-ai {
  margin-right: 8px;
  margin-bottom: -2px;
}
.navsub li a .navsub-underbar {
  position: absolute;
  left: calc(50% - 10px);
  bottom: -1px;
  width: 0;
  border-bottom: 1px solid #999;
  transition: 0.5s;
}
.navsub li a:hover .navsub-underbar {
  width: 30px;
}
.navsub li a .navsub-underbar-f, .navsub li a .navsub-underbar-t {
  position: absolute;
  left: calc(50% - 45px);
  bottom: 1px;
  width: 0;
  transition: 0.5s;
}
.navsub li a .navsub-underbar-f {
  border-bottom: 2px solid #0068b7;
}
.navsub li a .navsub-underbar-t {
  border-bottom: 2px solid #007a31;
}
.navsub li a:hover .navsub-underbar-f, .navsub li a:hover .navsub-underbar-t {
  width: 80px;
}
.navsub li.active a {
  font-weight: 500;
}
.navsub li.active a .navsub-underbar {
  border-bottom: 2px solid #999;
  width: 30px;
}
.navsub li:last-child {
  margin-right: 0;
}
.navsub .ns-number {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.navsub .ns-number .ns-free {
  margin-bottom: 10px;
}
.navsub .ns-number .ns-free a {
  color: #0068b7;
  font-size: 22px;
}
.navsub .ns-number .ns-free a img {
  margin-right: 10px;
}
.navsub .ns-number .ns-tel a {
  color: #007a31;
  font-size: 22px;
}
.navsub .ns-number .ns-tel a img.bango {
  margin-right: 17px;
}

.navbar-nav {
  display: flex;
  border-top: 1px solid #e2e2e2;
  padding: 12px 0;
}
.navbar-nav li {
  flex: 1;
  text-align: center;
  color: #000;
}
.navbar-nav li:last-child a:after {
  content: "";
}
.navbar-nav li.active {
  font-weight: 500;
}
.navbar-nav li.active .nav-underbar {
  border-bottom: 2px solid #999;
  width: 40px !important;
}
.navbar-nav li a {
  color: #000;
  font-size: 15px;
  text-decoration: none;
  display: block;
  position: relative;
}
.navbar-nav li a:after {
  content: "|";
  color: #e2e2e2;
  margin-left: 20%;
}
.navbar-nav li a .nav-underbar {
  position: absolute;
  left: calc(50% - 37px);
  bottom: -5px;
  width: 0;
  border-bottom: 1px solid #999;
  transition: 0.5s;
}
.navbar-nav li a:hover .nav-underbar {
  width: 40px;
}
.navbar-nav li a .nav-underbar-h {
  position: absolute;
  left: calc(50% - 31px);
  bottom: -1px;
  width: 0;
  border-bottom: 1px solid #10218b;
  transition: 0.5s;
}
.navbar-nav li a:hover .nav-underbar-h {
  width: 30px;
}

.sp-header {
  padding: 5px 15px 0 15px;
  height: 80px;
  background: #fff;
}
.sp-header img {
  /*height: 60px;*/
}

.sp-navbtn {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 10001;
}
.sp-navbtn button {
  transition: all 0.4s;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border: 1px solid transparent;
  z-index: 10001;
  background: none;
}
.sp-navbtn button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 40px;
  height: 5px;
  background: transparent;
}
.sp-navbtn button span:nth-of-type(2) {
  top: 9px;
  left: 9px;
  background: #777;
}
.sp-navbtn button span:nth-of-type(3) {
  top: 27px;
  left: 9px;
  margin-top: 0;
  background: #777;
}
.sp-navbtn button span:nth-of-type(4) {
  display: none;
  top: 26px;
  left: 9px;
  background: #777;
}
.sp-navbtn button span:nth-of-type(5) {
  top: 45px;
  left: 9px;
  background: #777;
}
.sp-navbtn button.active span:nth-of-type(2) {
  transform: translateY(18px) rotate(-45deg);
}
.sp-navbtn button.active span:nth-of-type(3) {
  opacity: 0;
}
.sp-navbtn button.active span:nth-of-type(4) {
  opacity: 0;
}
.sp-navbtn button.active span:nth-of-type(5) {
  transform: translateY(-17px) rotate(45deg);
}

.sp-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 10000;
  -webkit-backdrop-filter: none;
}
.sp-menu nav ul {
  padding: 30px;
}
.sp-menu nav ul li {
  width: 100%;
  border-bottom: 1px dotted #777;
}
.sp-menu nav ul li:nth-child(even) {
  float: left;
}
.sp-menu nav ul li:nth-child(odd) {
  float: right;
}
.sp-menu nav ul li.splogo {
  width: 100%;
}
.sp-menu nav ul li.splogo a {
  text-align: center;
  color: #2c8fce;
}
.sp-menu nav ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 10px;
  color: #000;
  text-decoration: none;
  text-align: center;
}
.sp-menu nav ul li.active {
  font-weight: 500;
  text-decoration: underline;
}

@supports (-webkit-backdrop-filter: blur(5px)) {
  .sp-menu {
    -webkit-backdrop-filter: brightness(1.2) blur(10px);
    background: rgba(255, 255, 255, 0.95);
  }
}
@media (max-width: 767px) {
  .sp-header .logo {
    margin-top: 10px;
    margin-right: 50px;
    width: calc(100% - 60px);
    max-width: 240px;
  }
  .sp-navbtn {
    visibility: visible;
    opacity: 0.85;
  }
  .sp-menu nav ul {
    padding: 15px;
  }
  .sp-menu nav ul li a img {
    width: calc(100% - 50px);
    max-width: 280px;
    height: auto;
    margin-top: -20px;
    margin-bottom: 5px;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .sp-menu {
    visibility: hidden;
  }
}
.home-slider {
  padding-left: 0;
}
.home-slider img {
  width: 100%;
  height: auto;
}

.visible-480 {
  display: none;
}

@media (max-width: 479px) {
  .hidden-480 {
    display: none;
  }
  .visible-480 {
    display: block;
  }
}
/*** 朝日屋について ***/
.outline-h2 {
  font-size: 30px !important;
  font-weight: bold !important;
  width: 300px !important;
  margin-top: 50px !important;
}

@media (max-width: 767px) {
  .outline-h2 {
    margin-top: 0 !important;
  }
}
.outline-top {
  margin: 50px 30px 0 30px;
  line-height: 1.6em;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 300;
}

.outline-submenu-wrap {
  background-color: #e5f2eb;
  padding: 10px;
  margin-top: 60px;
}

.outline-submenu2 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: fit-content;
  margin: 0 auto;
  padding-left: 0;
}
.outline-submenu2 li {
  margin: 0 3.4em 0 1.7em;
}
.outline-submenu2 li a {
  display: block;
  padding: 0.3em 0.3em 0.3em 0.3em;
  font-size: 14px;
  line-height: 1em;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  position: relative;
}
.outline-submenu2 li a:before {
  position: absolute;
  top: 0.4em;
  left: -2.4em;
  border-bottom: none;
  display: inline-block;
  margin-right: 0.3em;
}
.outline-submenu2 li a:after {
  position: absolute;
  content: "＞";
  right: -1.8em;
  top: 0.4em;
  font-size: 12px;
  transform: rotate(90deg) scale(0.8, 1);
}
.outline-submenu2 li:nth-child(1) a:before {
  content: "#1－";
}
.outline-submenu2 li:nth-child(2) a:before {
  content: "#2－";
}
.outline-submenu2 li:nth-child(3) a:before {
  content: "#3－";
}
.outline-submenu2 li:nth-child(4) a:before {
  content: "#4－";
}
.outline-submenu2 li:nth-child(5) a:before {
  content: "#5－";
}
.outline-submenu2 li:nth-child(6) a:before {
  content: "#6－";
}
.outline-submenu2 li:nth-child(7) a:before {
  content: "#7－";
}
.outline-submenu2 li:nth-child(8) a:before {
  content: "#8－";
}

@media (max-width: 767px) {
  .outline-top {
    margin: 50px 10px 0 10px;
    font-size: 16px;
  }
  /*
    .outline-submenu-wrap {
      margin-top: 30px;
    }
  */
  .outline-submenu2 {
    width: unset;
  }
  .outline-submenu2 li {
    margin: 0 1.5em;
    width: 100%;
    display: block;
  }
  .outline-submenu2 li a {
    display: block;
    padding: 0.6em 1.5em 0.6em 3em;
    border-bottom: none;
    line-height: 1.4em;
    border-bottom: solid 2px #fff;
  }
  .outline-submenu2 li a:before {
    top: 0.5em;
    left: 0;
    border-bottom: none;
    display: inline-block;
  }
  .outline-submenu2 li a:after {
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(-50%) scale(0.8, 1);
  }
}
.outline-submenu {
  display: flex;
  list-style: none;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
  padding-left: 0;
}
.outline-submenu li {
  margin: 0 20px;
}
.outline-submenu li a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.outline-submenu li .arrow-down {
  transform: rotate(90deg) scale(0.6, 1);
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}

.outline-cont01-wrap {
  margin-top: 60px;
}

.outline-cont-num {
  font-size: 18px;
  font-weight: lighter;
  float: left;
}

.outline-cont-line {
  border-bottom: 1px solid #d5d5d5;
  width: calc(100% - 40px);
  height: 10px;
  margin-left: 40px;
}

.outline-cont-title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 60px;
  margin-top: 20px;
}

.outline-cont-main {
  background-image: url("../img/outline/outline-content.jpg?210427");
  background-repeat: no-repeat;
  background-position: left 35px top 0;
  background-size: cover;
  margin-left: 100px;
  margin-top: 10px;
  border-left: 1px solid #000;
  padding-left: 35px;
  height: 640px;
}
.outline-cont-main .outline-cont-text {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.8em;
  padding-top: 50px;
  padding-left: 70px;
  letter-spacing: 0.1em;
}
.outline-cont-main .outline-cont-foot {
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.8em;
  padding-top: 60px;
  padding-left: 70px;
  letter-spacing: 0.1em;
}

.outline-cont02-wrap {
  margin-top: 60px;
}
.outline-cont02-wrap .outline-cont-main {
  background-image: none;
  height: unset;
  padding-bottom: 30px;
}
.outline-cont02-wrap .outline-cont-main .ocm-image {
  width: 937px;
  height: auto;
}
.outline-cont02-wrap .outline-cont-main .outline-table1 {
  width: 80%;
  margin: 20px auto 0 auto;
  font-size: 14px;
}
.outline-cont02-wrap .outline-cont-main .outline-table1 th {
  font-weight: normal;
  text-align: left;
}
.outline-cont02-wrap .outline-cont-main .outline-table1 .otlh40 {
  line-height: 40px;
}
.outline-cont02-wrap .outline-cont-main .outline-table1 .otlh20 {
  line-height: 20px;
}
.outline-cont02-wrap .outline-cont-main .outline-table1 ul {
  list-style-type: "・";
  padding-left: 1em;
}
.outline-cont02-wrap .outline-cont-main .outline-table1 ul li {
  line-height: 20px;
}
.outline-cont02-wrap .outline-cont-main .outline-table1 .outline-table2 {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
}
.outline-cont02-wrap .outline-cont-main .outline-table1 .outline-table2 td {
  padding-bottom: 5px;
}
.outline-cont02-wrap .outline-map {
  margin-top: 30px;
}
.outline-cont02-wrap .outline-map img {
  margin-right: 10px;
  margin-bottom: -2px;
}
.outline-cont02-wrap .outline-map span {
  display: inline-block;
  margin-bottom: 15px;
}
.outline-cont02-wrap .outline-map iframe {
  border: 1px solid #d6d7da;
}

.outline-cont03-wrap {
  margin-top: 60px;
  font-size: 14px;
}
.outline-cont03-wrap .outline-cont-main {
  background-image: none;
  height: unset;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.outline-cont03-wrap .outline-cont-main .outline-history {
  margin: 0 50px 30px 30px;
}
.outline-cont03-wrap .outline-cont-main ul {
  list-style-type: none;
  padding-left: 0;
}
.outline-cont03-wrap .outline-cont-main ul li {
  line-height: 40px;
}
.outline-cont03-wrap .outline-cont-main ul .ohl-date {
  float: left;
  margin-left: 100px;
}
.outline-cont03-wrap .outline-cont-main ul .ohl-text {
  margin-left: 270px;
}
.outline-cont03-wrap .outline-cont-main .outline-map img {
  margin-bottom: -5px;
  margin-right: 5px;
}
.outline-cont03-wrap .outline-cont-main .outline-map span {
  display: inline-block;
  margin-bottom: 10px;
}
.outline-cont03-wrap .outline-cont-main .outline-map iframe {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .outline-cont01-wrap {
    margin-bottom: -40px;
  }
  .contentblock-wrap .outline-toph2 .cont-h2-sub {
    font-size: 18px;
    line-height: 1.5em;
  }
  .outline-submenu {
    display: block;
    font-size: 16px;
    line-height: 1.6em;
  }
  .outline-submenu li {
    margin: 10px 0;
  }
  .outline-submenu li .arrow-down {
    display: none;
  }
  .outline-cont-main {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    background-position: 20% 20%;
    background-size: cover;
    height: unset;
    padding-bottom: 30px;
  }
  .outline-cont-main .outline-cont-text {
    font-size: 16px;
    padding-left: 10px;
    padding-top: 30px;
    margin: 0 10px;
  }
  .outline-cont-main .outline-cont-foot {
    padding-left: 20px;
    padding-top: 40px;
  }
  .outline-cont02-wrap .outline-cont-main {
    height: unset;
  }
  .outline-cont02-wrap .outline-cont-main .ocm-image {
    object-fit: cover;
    width: 100%;
    height: calc(50vw + 50px);
  }
  .outline-cont02-wrap .outline-cont-main .outline-table1 {
    width: calc(100% - 30px);
    max-width: 360px;
  }
  .outline-cont02-wrap .outline-cont-main .outline-table1 th {
    width: 100%;
    display: block;
  }
  .outline-cont02-wrap .outline-cont-main .outline-table1 td {
    width: 100%;
    display: block;
    padding-left: 10px;
    margin-bottom: 12px;
  }
  .outline-cont02-wrap .outline-cont-main .outline-table1 .otlh40 {
    line-height: 24px;
  }
  .outline-cont03-wrap {
    margin-top: 0;
  }
  .outline-cont03-wrap .outline-cont-main {
    height: unset;
  }
  .outline-cont03-wrap .outline-cont-main .outline-history {
    margin: 0 20px 30px 20px;
  }
  .outline-cont03-wrap .outline-cont-main ul li {
    line-height: 24px;
  }
  .outline-cont03-wrap .outline-cont-main ul .ohl-date {
    float: none;
    margin-left: 10px;
  }
  .outline-cont03-wrap .outline-cont-main ul .ohl-text {
    margin-left: 40px;
    margin-bottom: 10px;
  }
  .outline-cont03-wrap .outline-map img {
    width: 18px;
  }
  .outline-cont03-wrap .outline-map iframe {
    width: 100%;
  }
  .outline-cont03-wrap .oc3-mb0 {
    margin-bottom: 0;
    padding-bottom: 10px;
    width: calc(100% - 30px);
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*** 会館のご案内 ***/
.info-cont-main {
  margin-left: 100px;
  margin-top: 10px;
  border-left: 1px solid #000;
  padding-left: 35px;
}
.info-cont-main .info-floormap-pdf {
  float: right;
  display: block;
  width: 450px;
  height: 80px;
  border: 2px solid #e60012;
  border-radius: 12px;
  margin-right: 70px;
  margin-left: 40px;
  margin-top: -100px;
  text-decoration: none;
}
.info-cont-main .info-floormap-pdf .ifp-back {
  background-color: #e60012;
  border-radius: 10px 0 0 10px;
  float: left;
  padding: 15px;
}
.info-cont-main .info-floormap-pdf .ifp-text {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  padding: 10px 0;
}
.info-cont-main .info-floormap-pdf .ifp-text span {
  font-size: 16px;
  font-weight: normal;
  color: #636363;
}
.info-cont-main .info-floormap-pdf:hover {
  opacity: 0.6;
  background-color: #fcf4f4;
}
.info-cont-main .info-floormap-floor {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.info-cont-main p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
  min-height: 70px;
  max-width: 450px;
}
.info-cont-main .info-floormap-photos {
  padding-left: 0;
  list-style: none;
  display: flex;
  margin-left: -151px;
  background-color: #fff;
}
.info-cont-main .info-floormap-photos li {
  margin: 0 30px 30px 0;
  text-align: center;
}
.info-cont-main .info-floormap-photos li:last-child {
  margin-right: 0;
}
.info-cont-main .info-cont-list {
  padding-left: 0;
  margin-top: 15px;
  margin-left: -8px;
  list-style-type: none;
  /*display: flex;*/
}
.info-cont-main .info-cont-list li {
  float: left;
  background-color: #e5f2eb;
  min-width: 200px;
  text-align: center;
  line-height: 48px;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 500;
  margin: 8px;
  padding: 0 25px;
}
.info-cont-main .icl-clear {
  padding-top: 40px;
  clear: both;
}
.info-cont-main .info-cont-pdf {
  display: block;
  width: 224px;
  height: 54px;
  border: 1px solid #e60012;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.5s;
}
.info-cont-main .info-cont-pdf .icp-back {
  background-color: #e60012;
  border-radius: 3px 0 0 3px;
  float: left;
  height: 52px;
  padding: 8px;
}
.info-cont-main .info-cont-pdf .icp-back .icp-pdf {
  width: 25px;
}
.info-cont-main .info-cont-pdf .icp-back .icp-down {
  width: 14px;
}
.info-cont-main .info-cont-pdf .icp-text {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  padding: 5px 0;
}
.info-cont-main .info-cont-pdf .icp-text span {
  font-size: 12px;
  font-weight: normal;
  color: #636363;
}
.info-cont-main .info-cont-pdf:hover {
  opacity: 0.6;
  background-color: #fcf4f4;
}
.info-cont-main .icp-left {
  float: left;
  margin-right: 20px;
}
.info-cont-main .icp-right {
  float: left;
  margin-right: 20px;
  width: 270px;
}
.info-cont-main .info-cont-text2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.info-cont-main .info-cont-table {
  margin-bottom: 20px;
}
.info-cont-main .info-cont-table th {
  width: 25%;
  height: 84px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  padding-left: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.info-cont-main .info-cont-table td {
  width: 75%;
  border-top: 1px solid #fff;
  font-size: 15px;
  vertical-align: middle;
  padding: 0 20px;
}
.info-cont-main .info-cont-table :nth-child(odd) th {
  background-color: #8192c4;
}
.info-cont-main .info-cont-table :nth-child(odd) td {
  background-color: #eef1fa;
}
.info-cont-main .info-cont-table :nth-child(even) th {
  background-color: #bc80bd;
}
.info-cont-main .info-cont-table :nth-child(even) td {
  background-color: #faedfa;
}

@media (max-width: 767px) {
  .info-cont-main {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    background-position: left 0;
    height: unset;
  }
  .info-cont-main .info-floormap-pdf {
    float: unset;
    margin: 0 auto 30px auto;
    width: 100%;
    max-width: 450px;
  }
  .info-cont-main .info-floormap-floor {
    margin-left: 10px;
    margin-top: 20px;
  }
  .info-cont-main p {
    margin-left: 10px;
    max-width: 100%;
  }
  .info-cont-main .info-floormap-photos {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
  .info-cont-main .info-floormap-photos li {
    margin: 0 auto 30px auto;
  }
  .info-cont-main .info-floormap-photos li a {
    pointer-events: none;
  }
  .info-cont-main .info-floormap-photos li img {
    width: 100%;
    max-width: 400px;
  }
  .info-cont-main .info-cont-table th {
    text-align: center;
    border-right: none;
  }
  .info-cont-main .info-cont-table th, .info-cont-main .info-cont-table td {
    display: block;
    width: 100%;
    padding: 15px;
    height: unset;
  }
  .info-cont-main .info-cont-list li {
    font-size: 3.6vw;
    padding: 0;
    width: calc(50% - 16px);
    min-width: unset;
  }
  .info-cont-main .info-cont-pdf {
    margin: 0 auto;
  }
  .info-cont-main .icp-left {
    float: none;
    width: 270px;
  }
  .info-cont-main .icp-right {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 650px) {
  .info-cont-main .info-floormap .info-floormap-photos {
    max-width: 320px;
  }
}
.icm-pt40 {
  padding-top: 40px;
  clear: both;
}

/*** ご葬儀の流れ ***/
.process-cont-main {
  margin-left: 100px;
  margin-top: 10px;
  border-left: 1px solid #007a31;
  padding-left: 35px;
  padding-bottom: 30px;
  /* 下矢印 */
  background-image: url(../img/process/bottom_line.svg);
  background-repeat: no-repeat;
  background-position: left -1px bottom 1px;
  /*
    .process-cont-link {
      text-decoration: none;
      display: block;
      width: 286px;
      height: 64px;
      border: 1px solid #007a31;
      border-radius: 4px;
      transition: 0.5s;

      &:hover {
        background-color: #80c098;

        .pcq-text {
          color: #fff;
        }
      }

      .pcq-back {
        background-color: #007a31;
        border-radius: 3px 0 0 3px;
        float: left;
        padding: 21px 12px;
      }
      .pcq-text {
        font-size: 16px;
        color: #007a31;
        text-align: center;
        line-height: 24px;
        text-decoration: none;
        padding: 5px 0;

        img {
          margin-right: 4px;
          margin-bottom: -4px;
        }
        span {
          font-size: 14px;
        }
      }
    }
   */
}
.process-cont-main .process-cont-text {
  width: 90%;
  color: #007a31;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.process-cont-main .process-cont-check {
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
}
.process-cont-main .process-cont-list1 {
  padding-left: 25px;
  list-style-image: url("../img/process/check.svg?a");
  margin-bottom: 20px;
}
.process-cont-main .process-cont-list1 li {
  line-height: 1.6em;
}
.process-cont-main .process-cont-list2 {
  padding-left: 25px;
  list-style-image: url("../img/process/maru.svg?a");
  margin-bottom: 20px;
}
.process-cont-main .process-cont-list2 li {
  line-height: 1.6em;
}
.process-cont-main .pcm-col2 {
  border-left: 2px dotted #dddddd;
  height: 180px;
  padding-left: 50px;
}
.process-cont-main .pcl-col2 {
  column-count: 2;
}
.process-cont-main .process-cont-pdf {
  display: block;
  width: 286px;
  height: 54px;
  border: 1px solid #e60012;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.5s;
}
.process-cont-main .process-cont-pdf:hover {
  opacity: 0.6;
  background-color: #fcf4f4;
}
.process-cont-main .process-cont-pdf .pcq-back {
  background-color: #e60012;
  border-radius: 3px 0 0 3px;
  float: left;
  height: 52px;
  padding: 8px;
}
.process-cont-main .process-cont-pdf .pcq-back .pcq-pdf {
  width: 25px;
}
.process-cont-main .process-cont-pdf .pcq-back .pcq-down {
  width: 14px;
}
.process-cont-main .process-cont-pdf .pcq-text {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  padding: 5px 0;
}
.process-cont-main .process-cont-pdf .pcq-text span {
  font-size: 12px;
  font-weight: normal;
  color: #636363;
}
.process-cont-main .pcq-2nd {
  margin-right: 400px;
  float: right;
  margin-top: -54px;
}
.process-cont-main .pcq-2nd-4 {
  width: 320px;
  margin-right: 370px;
  float: right;
  margin-top: -54px;
}
.process-cont-main .pcq-3rd-4 {
  margin-right: 50px;
  float: right;
  margin-top: -54px;
}
.process-cont-main .pcq-3rd-5 {
  margin-right: 80px;
  float: right;
  margin-top: -54px;
}

.process-message {
  background-color: #fcf6f2;
  text-align: center;
  padding: 20px;
  color: #ff3d01;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
}
.process-message span {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .process-cont-main {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    background-position: left 0;
    height: unset;
    /* 下矢印 */
    background-image: none;
  }
  .process-cont-main .process-cont-text {
    width: 100%;
  }
  .process-cont-main .process-cont-check {
    text-align: center;
  }
  .process-cont-main .pcc-2nd {
    margin-top: 20px;
  }
  .process-cont-main .process-cont-list1, .process-cont-main .process-cont-list2 {
    width: fit-content;
    margin-left: 15px;
  }
  .process-cont-main .pcm-col2 {
    padding-left: 15px;
    height: unset;
  }
  .process-cont-main .pcl-col1 {
    width: 280px;
  }
  .process-cont-main .pcl-col2 {
    width: 280px;
    column-count: 1;
  }
  .process-cont-main .process-cont-pdf {
    margin: 15px auto 0 auto;
    width: 100%;
    max-width: 400px;
  }
  .process-cont-main .pcq-2nd, .process-cont-main .pcq-2nd-4, .process-cont-main .pcq-3rd-4, .process-cont-main .pcq-3rd-5 {
    float: none;
  }
}
/*** if共済会 ***/
.ifaid-top-banner {
  display: block;
  font-size: 24px;
  color: #000;
  background-color: #eee;
  border: 2px solid #aaa;
  border-radius: 10px;
  padding: 20px 60px;
  width: fit-content;
  margin: 40px auto 0 auto;
  text-decoration: none;
  transition: 0.5s;
}
.ifaid-top-banner:active, .ifaid-top-banner:hover {
  text-decoration: none;
  background-color: #ccc;
}

.ifaid-cont-main {
  margin-left: 100px;
  margin-top: 10px;
  border-left: 1px solid #000;
  padding-left: 35px;
}
.ifaid-cont-main .ifaid-banner {
  display: flex;
}
.ifaid-cont-main .ifaid-banner .ifaid-link {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 115px;
  width: 365px;
  border: 2px solid #27266a;
  border-radius: 12px;
  margin-right: 25px;
  background: #27266a;
  transition: all 0.3s;
}
.ifaid-cont-main .ifaid-banner .ifaid-link:hover {
  opacity: 0.8;
}
.ifaid-cont-main .ifaid-banner .ifaid-link img {
  height: 100%;
  width: auto;
  vertical-align: top;
  border-radius: 10px 0 0 10px/10px 0 0 10px;
  border-right: 1px solid #27266a;
}
.ifaid-cont-main .ifaid-banner .ifaid-link p {
  width: calc(100% - 110px);
  box-sizing: border-box;
  height: 100%;
  border-radius: 0 10px 10px 0/0 10px 10px 0;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.ifaid-cont-main .ifaid-banner .ifaid-link p span {
  display: block;
  text-align: center;
  width: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.ifaid-cont-main .ifaid-banner .ifaid-link p span br {
  display: none;
}
.ifaid-cont-main .ifaid-banner .ifaid-link p span .icon-blank {
  fill: #fff;
  fill-rule: evenodd;
}
.ifaid-cont-main .ifaid-banner .ifaid-banner-image {
  width: 100%;
  max-width: 365px;
  height: 115px;
  border: 2px solid #e60012;
  border-radius: 12px;
  padding: 10px 0;
  font-size: 16px;
  color: #e60012;
  text-align: center;
}
.ifaid-cont-main .ifaid-banner .ifaid-banner-image .ib-price {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1em;
}
.ifaid-cont-main .ifaid-banner .ifaid-banner-image .ib-free {
  font-size: 14px;
  color: #000;
  line-height: 2em;
}
.ifaid-cont-main .it-line {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6em;
  margin-top: 6px;
}
.ifaid-cont-main .it-line1 {
  font-size: 13px;
  line-height: 1.2em;
  padding-left: 1.5em;
}
.ifaid-cont-main .it-line2 {
  line-height: 1.2em;
  margin-bottom: 10px;
}
.ifaid-cont-main .it-number {
  font-size: 18px;
  font-weight: bold;
  color: #5461b6;
}
.ifaid-cont-main .ifaid-tokuten-text {
  font-size: 14px;
  line-height: 1.6em;
  padding: 15px 0;
}
.ifaid-cont-main .ifaid-tokuten-text .it-title {
  font-size: 18px;
  font-weight: bold;
}
.ifaid-cont-main .ifaid-tokuten-wrap .ifaid-tokuten-left {
  float: left;
}
.ifaid-cont-main .ifaid-tokuten-wrap .ifaid-tokuten-left .itl-free {
  font-size: 18px;
  color: #000;
  text-decoration: underline;
  transition: 0.5s;
}
.ifaid-cont-main .ifaid-tokuten-wrap .ifaid-tokuten-left .itl-free img {
  width: 40px;
  height: auto;
  margin: 5px 5px -4px 20px;
}
.ifaid-cont-main .ifaid-tokuten-wrap .ifaid-tokuten-left .itl-free:hover {
  opacity: 0.7;
  text-decoration: none;
}
.ifaid-cont-main .ifaid-tokuten-wrap .ifaid-tokuten-left .it-link {
  display: inline-block;
  width: 160px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  color: #850;
  border: 2px solid #f90;
  border-radius: 10px;
  text-decoration: none;
  padding: 4px 0;
  background-color: #fff;
}
.ifaid-cont-main .ifaid-tokuten-wrap .ifaid-tokuten-left .it-link:hover {
  opacity: 0.6;
  background-color: #fec;
  text-decoration: none;
}
.ifaid-cont-main .ifaid-tokuten-wrap .ifaid-tokuten-left .it-link-pc {
  margin: 0 10px 0 20px;
}
.ifaid-cont-main .ifaid-tokuten-wrap .ifaid-tokuten-left .it-link-sp {
  margin: 0 10px;
}
.ifaid-cont-main .ifaid-tokuten-wrap .ifaid-tokuten-right {
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6em;
  margin-left: 30px;
}
.ifaid-cont-main .ifaid-tokuten-wrap .it-small {
  font-size: 12px;
  font-weight: 500;
  padding-left: 2em;
}
.ifaid-cont-main .ifaid-tokuten-wrap .it-clear {
  padding-top: 20px;
  clear: both;
}
.ifaid-cont-main .ifaid-what-list {
  width: 900px;
}
.ifaid-cont-main .ifaid-what-list .icw-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: 10px;
  margin-bottom: 5px;
}
.ifaid-cont-main .ifaid-what-list .icw-number {
  font-size: 18px;
  font-weight: bold;
  color: #53b57a;
}
.ifaid-cont-main .ifaid-what-list p {
  margin-left: 1.6em;
  font-size: 15px;
  font-weight: normal;
}
.ifaid-cont-main .ifaid-what-list .icw-small {
  font-size: 13px;
  font-weight: normal;
}
.ifaid-cont-main .ifaid-what-list .appli-lead {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0.6em;
}
.ifaid-cont-main .ifaid-what-list .appli-lead br {
  display: none;
}
.ifaid-cont-main .ifaid-what-list .ifaid-apps {
  margin: 0;
  padding: 15px 0 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ifaid-cont-main .ifaid-what-list .ifaid-apps li {
  width: 33.33%;
  box-sizing: border-box;
  margin-bottom: 35px;
  /*
          .apps-box{
            font-size: 14px;
            padding-left: 1.5em;
            display: flex;
            flex-wrap: nowrap;
            align-items: flex-start;
            img {
              width: 32%;
              height: auto;
              box-sizing: border-box;
              vertical-align: top;
              border: solid 1px #999;
            }
            p{
              width: 68%;
              font-size: 14px;
              box-sizing: border-box;
              padding: 1.0em 2.0em 0 1.0em;
              margin: 0 0 0 0;
              color: #5461b6;
            }
          }
  */
}
.ifaid-cont-main .ifaid-what-list .ifaid-apps li h4 {
  font-size: 20px;
  padding: 0 0 0.85em 1.4em;
  position: relative;
  color: #5461b6;
  font-weight: 700;
}
.ifaid-cont-main .ifaid-what-list .ifaid-apps li h4 span {
  position: absolute;
  left: 0;
  top: 0;
}
.ifaid-cont-main .ifaid-what-list .ifaid-apps li .apps-box {
  font-size: 14px;
  padding-left: 1.5em;
}
.ifaid-cont-main .ifaid-what-list .ifaid-apps li .apps-box p {
  font-size: 14px;
  padding: 0 2em 1em 1em;
  color: #5461b6;
  height: 5.5em;
}
.ifaid-cont-main .ifaid-what-list .ifaid-apps li .apps-box img {
  display: block;
  margin: 0 auto;
  width: 70%;
  height: auto;
  box-sizing: border-box;
  vertical-align: top;
  border: solid 1px #999;
}
.ifaid-cont-main .ifaid-what-list .ifaid-apps li:nth-child(4), .ifaid-cont-main .ifaid-what-list .ifaid-apps li:last-child {
  width: 50%;
}
.ifaid-cont-main .ifaid-what-list .ifaid-apps li:nth-child(4) img, .ifaid-cont-main .ifaid-what-list .ifaid-apps li:last-child img {
  width: auto;
}
.ifaid-cont-main .ifaid-what-list .ifaid-apps li:nth-child(4) p, .ifaid-cont-main .ifaid-what-list .ifaid-apps li:last-child p {
  width: auto;
  padding: 0 1em 0 0.5em;
}
.ifaid-cont-main .ifaid-what-list .ifaid-apps li:last-child {
  margin-bottom: 0;
}
.ifaid-cont-main .ifaid-what-list .ifaid-apps li:last-child .apps-box {
  display: block;
}
.ifaid-cont-main .ifaid-what-list .ifaid-apps li:last-child .apps-box a {
  text-decoration: none;
  display: inline-block;
  width: 48%;
  margin-right: 1%;
  transition: all 0.3s;
}
.ifaid-cont-main .ifaid-what-list .ifaid-apps li:last-child .apps-box a img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}
.ifaid-cont-main .ifaid-what-list .ifaid-apps li:last-child .apps-box a:hover {
  opacity: 0.75;
}

.baloon-free {
  position: absolute;
  left: 240px;
  top: -0.5em;
  font-size: 30px;
  line-height: 1.15;
  background: #3574e8;
  width: 3.6em;
  height: 3.6em;
  box-sizing: border-box;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.baloon-free span {
  width: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 767px) {
  .ifaid-top-banner {
    padding: 20px 20px;
  }
  .ifaid-cont-main {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    background-position: left 0;
    height: unset;
  }
  .ifaid-cont-main .ifaid-banner {
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
  }
  .ifaid-cont-main .ifaid-banner img {
    margin: 0 auto;
  }
  .ifaid-cont-main .ifaid-banner .ifaid-banner-image {
    margin: 15px auto;
  }
  .ifaid-cont-main .ifaid-banner .ifaid-link {
    margin-right: 0;
  }
  .ifaid-cont-main .ifaid-tokuten-text {
    text-align: center;
  }
  .ifaid-cont-main .it-line, .ifaid-cont-main .it-line2 {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .ifaid-cont-main .ifaid-tokuten-wrap {
    max-width: 540px;
    margin: 0 auto;
  }
  .ifaid-cont-main .ifaid-tokuten-wrap .ifaid-tokuten-left {
    line-height: 1.8em;
  }
  .ifaid-cont-main .ifaid-tokuten-wrap .ifaid-tokuten-left .it-link {
    width: 128px;
  }
  .ifaid-cont-main .ifaid-tokuten-wrap .ifaid-tokuten-left .it-link-pc {
    text-indent: 0;
    margin: 0 5px 0 20px;
  }
  .ifaid-cont-main .ifaid-tokuten-wrap .ifaid-tokuten-left .it-link-sp {
    text-indent: 0;
    margin: 0 5px;
  }
  .ifaid-cont-main .ifaid-tokuten-wrap .ifaid-tokuten-left .it-button {
    margin: 0 auto 10px auto;
    width: fit-content;
    padding-left: 0;
  }
  .ifaid-cont-main .ifaid-tokuten-wrap .ifaid-tokuten-right {
    line-height: 1.8em;
    margin-left: 0;
  }
  .ifaid-cont-main .ifaid-what-list {
    width: 100%;
  }
  .ifaid-cont-main .ifaid-what-list .icw-title {
    text-indent: -1em;
    padding-left: 1em;
  }
  .ifaid-cont-main .ifaid-what-list .appli-lead {
    font-size: 22px;
    line-height: 1.3;
  }
  .ifaid-cont-main .ifaid-what-list .ifaid-apps li {
    width: 100%;
  }
  .ifaid-cont-main .ifaid-what-list .ifaid-apps li .apps-box p {
    height: auto;
    padding: 0 0 1em 1em;
  }
  .ifaid-cont-main .ifaid-what-list .ifaid-apps li:nth-child(4), .ifaid-cont-main .ifaid-what-list .ifaid-apps li:last-child {
    width: 100%;
  }
  .ifaid-cont-main .ifaid-what-list .ifaid-apps li:nth-child(4) p, .ifaid-cont-main .ifaid-what-list .ifaid-apps li:last-child p {
    width: 100%;
    padding: 0 1em 0 1em;
  }
  .ifaid-cont-main .ifaid-what-list .ifaid-apps li:last-child h4 {
    text-align: center;
    padding: 0 0 0.85em 0;
  }
  .ifaid-cont-main .ifaid-what-list .ifaid-apps li:last-child .apps-box {
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }
  .ifaid-cont-main .ifaid-what-list .ifaid-apps li:last-child .apps-box a {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 3.5vw;
  }
}
@media (max-width: 479px) {
  .ifaid-cont-main .ifaid-banner .ifaid-link {
    margin-right: 0;
    width: 290px;
  }
  .ifaid-cont-main .ifaid-banner .ifaid-link p span br {
    display: block;
  }
  .ifaid-cont-main .ifaid-what-list .appli-lead br {
    display: block;
  }
  .baloon-free {
    left: 220px;
    font-size: 26px;
  }
}
/*** 供花・供物のご注文 ***/
.offering-h2 {
  font-size: 30px !important;
  font-weight: bold !important;
  width: 350px !important;
  margin-top: 50px !important;
}

.offering-message {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-align: center;
  line-height: 1.6em;
  background-color: #fcf6f2;
  padding: 15px 0;
  margin-top: 35px;
}
.offering-message .om-red {
  font-size: 18px;
  font-weight: bold;
  color: #ff3d01;
}

.offering-cont-main {
  margin-left: 100px;
  margin-top: 10px;
  border-left: 1px solid #000;
  padding-left: 35px;
}
.offering-cont-main .offering-fax {
  /* border: 1px solid #eee; */
  width: 450px;
}
.offering-cont-main .offering-fax .offering-fax-icon {
  float: left;
  background-color: #007a31;
  padding: 10px 20px 5px 20px;
  margin-right: 25px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 1.1em;
}
.offering-cont-main .offering-fax .offering-fax-text {
  color: #e60012;
  font-size: 18px;
  font-weight: bold;
}
.offering-cont-main .offering-fax .offering-fax-text .oft-tel {
  color: #007a31;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2em;
}
.offering-cont-main .offering-cont-link {
  text-decoration: none;
}
.offering-cont-main .offering-cont-pdf {
  float: right;
  width: 450px;
  height: 80px;
  border: 2px solid #e60012;
  border-radius: 12px;
  margin-right: 70px;
  margin-left: 40px;
  margin-top: -80px;
}
.offering-cont-main .offering-cont-pdf .ocp-back {
  background-color: #e60012;
  border-radius: 10px 0 0 10px;
  float: left;
  padding: 15px;
}
.offering-cont-main .offering-cont-pdf .ocp-text {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  padding: 10px;
}
.offering-cont-main .offering-cont-pdf .ocp-text span {
  font-size: 16px;
  font-weight: normal;
  color: #636363;
}
.offering-cont-main .offering-flow {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8em;
  margin-bottom: 25px;
}
.offering-cont-main .offering-flow .of-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
  display: block;
  width: 840px;
  padding: 30px 0 15px 0;
}
.offering-cont-main .offering-flow .of-line {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.offering-cont-main .offering-flow .of-line .of-number {
  font-size: 16px;
  color: #53b57a;
}
.offering-cont-main .offering-flow .of-line .of-small {
  font-size: 12px;
  line-height: 1.3em;
  margin-left: 1.5em;
  display: block;
}
.offering-cont-main .offering-coution {
  font-size: 14px;
  color: #000;
  line-height: 1.8em;
  margin-bottom: 50px;
}
.offering-cont-main .offering-coution .oc-red {
  font-size: 16px;
  color: #e60012;
}
.offering-cont-main .offering-coution a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.offering-cont-main .offering-coution a:hover {
  border-bottom: none;
}

@media (max-width: 767px) {
  .offering-h2 {
    font-size: 24px !important;
    width: 100% !important;
  }
  .offering-message {
    font-size: 14px;
  }
  .offering-cont-main {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    background-position: left 0;
    height: unset;
  }
  .offering-cont-main .offering-fax {
    margin: 0 auto 40px auto;
    width: 100%;
    max-width: 450px;
  }
  .offering-cont-main .offering-fax .offering-fax-text .oft-tel {
    font-size: 36px;
  }
  .offering-cont-main .offering-cont-pdf {
    float: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 450px;
  }
  .offering-cont-main .offering-flow .of-title {
    width: 95%;
  }
}
@media (max-width: 479px) {
  .offering-cont-main .offering-fax .offering-fax-icon {
    margin-right: 10px;
  }
  .offering-cont-main .offering-fax .offering-fax-text .oft-tel {
    font-size: 26px;
  }
  .offering-cont-main .offering-cont-pdf .ocp-text {
    font-size: 18px;
  }
  .offering-cont-main .offering-cont-pdf .ocp-text .hidden-480 {
    display: none;
  }
  .offering-cont-main .visible-480 {
    display: block;
  }
}
/*** 採用情報 ***/
.recruit-work-wrap {
  margin-bottom: 80px;
}

.recruit-cont-main {
  margin-left: 100px;
  margin-top: 10px;
  border-left: 1px solid #000;
  padding-left: 35px;
  padding-bottom: 10px;
}
.recruit-cont-main .recruit-topics-wrap {
  font-size: 26px;
  max-height: 380px;
  overflow-y: auto;
  margin-bottom: 30px;
}
.recruit-cont-main .recruit-topics-wrap .recruit-topics {
  list-style-type: none;
  padding-left: 0;
}
.recruit-cont-main .recruit-topics-wrap .recruit-topics li {
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 25px 0 25px 200px;
}
.recruit-cont-main .recruit-topics-wrap .recruit-topics li .rt-type {
  position: absolute;
  top: 22px;
  left: 50px;
  padding: 2px;
  width: 120px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #569bc6;
  color: #569bc6;
}
.recruit-cont-main .recruit-topics-wrap .recruit-topics li .rt-date {
  font-size: 18px;
  line-height: 1.5em;
}
.recruit-cont-main .recruit-topics-wrap .recruit-topics li .rt-text {
  font-size: 14px;
}
.recruit-cont-main .recruit-topics-wrap .recruit-topics li .rt-temp {
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
}
.recruit-cont-main .recruit-topics-wrap .recruit-topics li .rt-temp a {
  text-decoration: none;
  color: #000;
}
.recruit-cont-main .recruit-topics-wrap .recruit-topics li .rt-temp a:hover {
  text-decoration: underline;
}
.recruit-cont-main .recruit-topics-wrap .recruit-topics li .rt-temp a:hover img {
  opacity: 0.6;
}
.recruit-cont-main .recruit-topics-wrap .recruit-topics li .rt-temp img {
  margin-left: 1em;
  margin-bottom: -2px;
  transition: 0.5s;
}
.recruit-cont-main .recruit-topics-none {
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 18px;
}
.recruit-cont-main .recruit-voice {
  position: relative;
  margin-bottom: 30px;
}
.recruit-cont-main .recruit-voice .rv-check {
  display: none;
}
.recruit-cont-main .recruit-voice .recruit-voice-display {
  display: none;
}
.recruit-cont-main .recruit-voice .recruit-voice-title {
  background-color: #53b57a;
  padding: 10px 100px 10px 30px;
  line-height: 1.3em;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.recruit-cont-main .recruit-voice .recruit-voice-title .rvt-open {
  position: absolute;
  right: 60px;
  bottom: 10px;
  font-size: 12px;
  display: block;
  opacity: 1;
  transition: 0.5s;
}
.recruit-cont-main .recruit-voice .recruit-voice-title .rvt-close {
  position: absolute;
  right: 60px;
  bottom: 10px;
  font-size: 12px;
  display: block;
  opacity: 0;
  transition: 0.5s;
}
.recruit-cont-main .recruit-voice .recruit-voice-title .rvt-arrow {
  position: absolute;
  right: 20px;
  bottom: 5px;
  transform: rotate(180deg);
  transition: 0.6s;
}
.recruit-cont-main .recruit-voice .rvt-delta {
  position: absolute;
  width: 0;
  height: 0;
  left: 130px;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #53b57a transparent transparent transparent;
}
.recruit-cont-main .recruit-voice .recruit-voice-right {
  float: right;
  width: 650px;
}
.recruit-cont-main .recruit-voice .recruit-voice-right .recruit-voice-profile {
  border-bottom: 2px dotted #53b57a;
  line-height: 55px;
  font-size: 16px;
  font-weight: normal;
  margin-right: 30px;
}
.recruit-cont-main .recruit-voice .recruit-voice-right .recruit-voice-profile span {
  font-size: 20px;
  font-weight: bold;
}
.recruit-cont-main .recruit-voice .recruit-voice-right .recruit-voice-question .rvq-title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  text-indent: -2em;
  padding-left: 2em;
  line-height: 1.2em;
}
.recruit-cont-main .recruit-voice .recruit-voice-right .recruit-voice-question .rvq-title img {
  margin-right: 10px;
  margin-bottom: -5px;
}
.recruit-cont-main .recruit-voice .recruit-voice-right .recruit-voice-question p {
  margin-bottom: 0;
  margin-left: 40px;
  margin-top: 5px;
  font-size: 15px;
}
.recruit-cont-main .recruit-work .rw-number {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.recruit-cont-main .recruit-work .rw-number span {
  color: #5461b6;
}
.recruit-cont-main .recruit-work .recruit-work-table {
  width: 940px;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 30px;
}
.recruit-cont-main .recruit-work .recruit-work-table th {
  height: 50px;
  width: 165px;
  background-color: #f8f8f8;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #ececec;
  font-weight: 500;
  text-align: left;
  padding-left: 25px;
  vertical-align: middle;
}
.recruit-cont-main .recruit-work .recruit-work-table td {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  padding-left: 30px;
  vertical-align: middle;
}
.recruit-cont-main .recruit-work .recruit-work-button {
  margin-top: 80px;
}
.recruit-cont-main .recruit-work .recruit-work-button .recruit-work-title {
  float: left;
  margin-top: 20px;
}
.recruit-cont-main .recruit-work .recruit-work-button .recruit-work-title .rwb-90 {
  color: #7b7b7b;
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
  transform: scale(0.6, 1) rotate(-90deg);
}
.recruit-cont-main .recruit-work .recruit-work-button a {
  text-decoration: none;
}
.recruit-cont-main .recruit-work .recruit-work-button .recruit-work-item {
  display: block;
  float: left;
  border-radius: 5px;
  background-color: #fff;
  padding: 15px 5px 20px 25px;
  font-size: 28px;
  font-weight: 500;
  width: 328px;
  margin-left: 20px;
  transition: 0.4s;
}
.recruit-cont-main .recruit-work .recruit-work-button .recruit-work-item:hover {
  opacity: 0.6;
}
.recruit-cont-main .recruit-work .recruit-work-button .rwi-tel {
  border: 2px solid #007a31;
  color: #007a31;
}
.recruit-cont-main .recruit-work .recruit-work-button .rwi-tel .rwi-phone {
  width: 25px;
  height: auto;
}
.recruit-cont-main .recruit-work .recruit-work-button .rwi-tel .rwi-number {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
  margin-right: 20px;
}
.recruit-cont-main .recruit-work .recruit-work-button .rwi-tel:hover {
  background-color: #f4fffa;
}
.recruit-cont-main .recruit-work .recruit-work-button .rwi-inq {
  border: 2px solid #10218b;
  color: #10218b;
  font-size: 24px;
  padding-top: 20px;
}
.recruit-cont-main .recruit-work .recruit-work-button .rwi-inq img {
  width: 35px;
  height: auto;
  margin-right: 25px;
  margin-bottom: -2px;
}
.recruit-cont-main .recruit-work .recruit-work-button .rwi-inq:hover {
  background-color: #f0f4ff;
}
.recruit-cont-main .recruit-work .recruit-work-not {
  padding-top: 20px;
  font-size: 18px;
}
.recruit-cont-main .rw-clear {
  padding-top: 40px;
  clear: both;
}

@media (max-width: 767px) {
  .recruit-work-wrap {
    margin-bottom: 0;
  }
  .recruit-cont-main {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    background-position: left 0;
    height: unset;
  }
  .recruit-cont-main .recruit-topics-wrap .recruit-topics li {
    padding: 50px 10px 25px 20px;
  }
  .recruit-cont-main .recruit-topics-wrap .recruit-topics li .rt-type {
    top: 15px;
    left: 20px;
  }
  .recruit-cont-main .recruit-voice .recruit-voice-title {
    padding: 10px 10px 10px 30px;
  }
  .recruit-cont-main .recruit-voice .recruit-voice-right {
    float: none;
    width: 100%;
  }
  .recruit-cont-main .recruit-voice .recruit-voice-right .recruit-voice-profile {
    text-align: center;
    margin-right: 0;
  }
  .recruit-cont-main .recruit-voice .rvt-delta {
    left: calc(50% - 15px);
  }
  .recruit-cont-main .recruit-voice .recruit-voice-photo {
    display: block;
    margin: 0 auto;
  }
  .recruit-cont-main .recruit-work .recruit-work-table {
    width: 100%;
  }
  .recruit-cont-main .recruit-work .recruit-work-table th {
    display: block;
    width: 100%;
    border-right: none;
    padding-top: 15px;
    padding-left: 15px;
  }
  .recruit-cont-main .recruit-work .recruit-work-table td {
    display: block;
    width: 100%;
    padding: 15px;
  }
  .recruit-cont-main .recruit-work .recruit-work-button {
    text-align: center;
    margin-top: 60px;
  }
  .recruit-cont-main .recruit-work .recruit-work-button .recruit-work-title {
    float: none;
    margin-bottom: 15px;
  }
  .recruit-cont-main .recruit-work .recruit-work-button .recruit-work-title .rwb-90 {
    transform: scale(1, 0.6) rotate(0deg);
    margin-bottom: 5px;
  }
  .recruit-cont-main .recruit-work .recruit-work-button .recruit-work-item {
    margin: 0 auto 15px auto;
    width: 100%;
  }
  .recruit-cont-main .recruit-work .recruit-work-not {
    padding-top: 0;
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .recruit-cont-main .recruit-work .recruit-work-button .recruit-work-item {
    font-size: 20px;
  }
  .recruit-cont-main .recruit-work .recruit-work-button .rwi-tel .rwi-number {
    margin-right: 10px;
  }
  .recruit-cont-main .recruit-work .recruit-work-button .rwi-inq img {
    margin-right: 10px;
  }
}
.inquiry-cont-main {
  margin-left: 100px;
  margin-top: 10px;
  margin-bottom: 30px;
  border-left: 1px solid #000;
  padding-left: 35px;
  padding-bottom: 10px;
}
.inquiry-cont-main .inquiry-text {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
}
.inquiry-cont-main .inquiry-text .inquiry-text-coution {
  font-size: 16px;
  font-weight: bold;
  color: #e60012;
}
.inquiry-cont-main .inquiry-text .it-comm {
  padding-left: 1.2em;
  text-indent: -1.2em;
  display: block;
}

.inquiry-form-table {
  width: 940px;
  margin: 10px auto;
  border-bottom: 1px solid #b6b6b6;
}
.inquiry-form-table th {
  width: 300px;
  border-top: 1px solid #b6b6b6;
  padding: 30px 20px 40px 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}
.inquiry-form-table th .ift-red {
  color: #f00;
}
.inquiry-form-table td {
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #b6b6b6;
  font-size: 16px;
  font-weight: 500;
}
.inquiry-form-table td input[type=text] {
  height: 46px;
}
.inquiry-form-table td .ift-w515 {
  width: 515px;
}
.inquiry-form-table td .ift-w115 {
  width: 115px;
}
.inquiry-form-table td .ift-w615 {
  width: 615px;
  height: 280px;
}
.inquiry-form-table td select {
  height: 46px;
}
.inquiry-form-table td .inquiry-form-address {
  margin-top: 0;
  margin-bottom: -10px;
}
.inquiry-form-table td .inquiry-form-address th {
  height: 55px;
  border: none;
  padding: 10px 20px;
}
.inquiry-form-table td .inquiry-form-address td {
  border: none;
  padding-top: 0;
}
.inquiry-form-table td .inquiry-form-address td .ift-w280 {
  width: 280px;
}
.inquiry-form-table td .inquiry-form-address td .ift-w440 {
  width: 440px;
}
.inquiry-form-table td .inquiry-confirm-address th {
  width: 200px;
  padding: 10px 20px 10px 60px;
}
.inquiry-form-table a {
  color: #000;
}

.inquiry-confirm-table th {
  width: 240px;
  font-size: 16px;
  padding: 30px 20px 40px 60px;
}
.inquiry-confirm-table td {
  font-size: 22px;
  line-height: 1.2em;
}
.inquiry-confirm-table .ica-textarea {
  line-height: 1.2em;
}

.submitframe {
  text-align: center;
}
.submitframe button {
  width: 430px;
  height: 70px;
  margin: 30px 0 50px 0;
  color: #fff;
  border: none;
  background-color: #3b4269;
  border-radius: 5px;
  transition: 0.4s;
}
.submitframe button:hover {
  opacity: 0.6;
}
.submitframe.inquiry-confirm-button {
  width: 600px;
  margin: 0 auto;
}
.submitframe.inquiry-confirm-button .icb-submit {
  float: right;
  margin-left: 40px;
}
.submitframe.inquiry-confirm-button .icb-back {
  float: right;
  width: 120px;
  height: 55px;
  margin-top: 45px;
  background-color: #69423b;
}

@media (max-width: 767px) {
  .inquiry-cont-main {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    background-position: left 0;
  }
  .inquiry-form-table {
    width: 100%;
  }
  .inquiry-form-table th, .inquiry-form-table td {
    display: block;
    width: 100%;
  }
  .inquiry-form-table th {
    padding-left: 20px;
    padding-bottom: 15px;
  }
  .inquiry-form-table td {
    padding-top: 0;
    padding-bottom: 20px;
    border: none;
  }
  .inquiry-form-table td .ift-w515 {
    width: 100%;
  }
  .inquiry-form-table td .ift-w115 {
    width: 75px;
  }
  .inquiry-form-table td .ift-w615 {
    width: 100%;
  }
  .inquiry-form-table td .inquiry-form-address {
    width: 100%;
  }
  .inquiry-form-table td .inquiry-form-address td .ift-w280, .inquiry-form-table td .inquiry-form-address td .ift-w440 {
    width: 100%;
  }
  .inquiry-form-table td .inquiry-confirm-address th {
    height: 40px;
    padding-left: 20px;
  }
  .inquiry-form-table td .inquiry-confirm-address td {
    padding-bottom: 10px;
  }
  .inquiry-confirm-table {
    max-width: 420px;
  }
  .inquiry-confirm-table th {
    padding-left: 20px;
  }
  .inquiry-confirm-table td {
    padding-left: 40px;
  }
  .submitframe button {
    width: 90%;
    max-width: 430px;
  }
  .submitframe.inquiry-confirm-button {
    width: unset;
  }
  .submitframe.inquiry-confirm-button .icb-submit {
    float: unset;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .submitframe.inquiry-confirm-button .icb-back {
    float: unset;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
/*
# breadcrumb (パンくず)

パンくずレイアウト用

```

<div class="breadcrumb">
  <div itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="../" itemprop="url"><span itemprop="title">ホーム</span></a>&gt;</div>
  <div itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="../" itemprop="url"><span itemprop="title">コンテンツ</span></a>&gt;</div>
  <div itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><span itemprop="title">サブコンテンツ</span></div>
</div>

```
*/
.breadcrumb {
  background: #f7f7f7;
  margin: 0;
}
.breadcrumb div {
  display: inline-block;
}
.breadcrumb div a {
  display: inline-block;
  margin-right: 5px;
  color: #000;
  text-decoration: underline;
}

span.example {
  font-size: 12px;
}

/*
# contentblock-01

コンテンツ用レイアウト-01

```
<section class="contentblock-wrap">
	<div class="container">
		<h2>contentblock-01</h2>
		<div class="contentblock-01">
			<div class="row">
				<div class="col-xs-12 col-sm-4">
					<div class="cb-item">
						<div class="cb-pic"><img src="../img/1-1.png" width="300" height="300" alt="ALTALTALTALTALTALT"/></div>
						<p>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
					</div>
				</div>
				<div class="col-xs-12 col-sm-4">
					<div class="cb-item">
						<p>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
						<div class="cb-pic"><img src="../img/1-1.png" width="300" height="300" alt="ALTALTALTALTALTALT"/></div>
					</div>
				</div>
				<div class="col-xs-12 col-sm-4">
					<div class="cb-item">
						<p>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
						<p>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
					</div>
				</div>
			</div>
		</div>
	</div>
</section>
```
*/
.contentblock-wrap {
  background: #fff;
}

.contentblock-01 .cb-item {
  display: block;
  border: 1px solid #ccc;
  padding: 15px;
  background: #f7f7f7;
}
.contentblock-01 .cb-pic img {
  margin: 10px auto;
  max-width: 50%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .contentblock-01 .cb-item {
    margin: 15px 0;
  }
}
/*
# contentblock-02

コンテンツ用レイアウト

```
<section class="contentblock-wrap">
	<div class="container">
		<h2>contentblock-02</h2>
		<div class="contentblock-02">
			<div class="row">
				<div class="col-xs-12 col-sm-6">
					<div class="cb-item clearfix">
						<div class="cb-pic fl-l"><img src="../img/1-1.png" width="300" height="300" alt="ALTALTALTALTALTALT"/></div>
						<p>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
					</div>
				</div>
				<div class="col-xs-12 col-sm-6">
					<div class="cb-item clearfix">
						<div class="cb-pic fl-r"><img src="../img/1-1.png" width="300" height="300" alt="ALTALTALTALTALTALT"/></div>
						<p>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
					</div>
				</div>
			</div>
		</div>
	</div>
</section>
```
*/
.contentblock-02 .cb-item {
  display: block;
  border: 1px solid #ccc;
  padding: 15px;
  background: #f7f7f7;
}
.contentblock-02 .cb-pic img {
  max-width: 150px;
  max-height: 150px;
  height: auto;
  display: block;
}
.contentblock-02 .cb-pic.fl-l {
  margin-right: 15px;
  margin-bottom: 15px;
}
.contentblock-02 .cb-pic.fl-r {
  margin-left: 15px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .contentblock-02 .cb-item {
    margin: 15px 0;
  }
}
/*
# newmark

新着情報

```
```
*/
.newmark::after {
  content: "NEW";
  background: #c8c8c8;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 12px;
  padding: 0 10px;
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
}

/*
# whatsnew

新着情報ベース

```
```
*/
.whatsnew-wrap {
  background: #f7f7f7;
}
.whatsnew-wrap .container {
  position: relative;
}
.whatsnew-wrap h2 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.5rem;
}
.whatsnew-wrap .linkto-wn {
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0;
  border-radius: 3px;
}

/*
# whatsnew-01

新着情報用レイアウト

```
<section class="whatsnew-wrap">
	<div class="container">
		<h2>whatsnew-01</h2><a href="#" class="linkto-wn">新着一覧</a>
		<div class="whatsnew-01">
			<div class="row"><a href="#" class="wn-item clearfix">
					<div class="col-xs-12 col-sm-3">
						<div class="wn-date">2015-00-00<img src="../img/newmark.png" width="46" height="16" alt="NEW" class="wn-newmark mw100"/></div>
					</div>
					<div class="col-xs-12 col-sm-9 clearfix">
						<p>
							<div class="wn-pic"><img src="../img/1-1.png" width="300" height="300" alt="ALTALTALTALTALTALT" class="mw100"/></div>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト
						</p>
					</div></a></div>
			<div class="row"><a href="#" class="wn-item clearfix">
					<div class="col-xs-12 col-sm-3">
						<div class="wn-date">2015-00-00<img src="../img/newmark.png" width="46" height="16" alt="NEW" class="wn-newmark mw100"/></div>
					</div>
					<div class="col-xs-12 col-sm-9 clearfix">
						<p>
							<div class="wn-pic"><img src="../img/1-1.png" width="300" height="300" alt="ALTALTALTALTALTALT" class="mw100"/></div>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト
						</p>
					</div></a></div>
			<div class="row"><a href="#" class="wn-item clearfix">
					<div class="col-xs-12 col-sm-3">
						<div class="wn-date">2015-00-00<img src="../img/newmark.png" width="46" height="16" alt="NEW" class="wn-newmark mw100"/></div>
					</div>
					<div class="col-xs-12 col-sm-9 clearfix">
						<p>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
					</div></a></div>
		</div>
	</div>
</section>
```
*/
.whatsnew-01 {
  padding: 0;
}
.whatsnew-01 > li {
  display: block;
  list-style: none;
}
.whatsnew-01 .wn-item {
  padding: 15px 0;
  display: block;
}
.whatsnew-01 .wn-item:hover {
  background: #fff;
}
.whatsnew-01 .wn-newmark {
  margin-left: 5px;
  position: relative;
  top: 3px;
}
.whatsnew-01 .wn-pic {
  float: right;
}
.whatsnew-01 .wn-pic img {
  width: 138px;
  height: auto;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .whatsnew-01 .wn-item {
    padding: 15px 0;
  }
  .whatsnew-01 .wn-date {
    margin-bottom: 10px;
  }
}
/*
# whatsnew-02

新着情報用レイアウト

```
<section class="whatsnew-wrap">
	<div class="container">
		<h2>whatsnew-02</h2>
		<div class="whatsnew-02">
			<div class="row">
				<div class="col-xs-12 col-sm-6 col-md-4"><a href="#" class="wn-item">
						<div class="wn-msg">
							<p class="wn-date">2015-00-00<img src="../img/newmark.png" width="46" height="16" alt="NEW" class="wn-newmark mw100"/></p>
							<p>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
						</div>
						<div class="wn-pic"><img src="../img/1-1.png" width="300" height="300" alt=""/></div></a></div>
				<div class="col-xs-12 col-sm-6 col-md-4"><a href="#" class="wn-item">
						<div class="wn-msg">
							<p class="wn-date">2015-00-00<img src="../img/newmark.png" width="46" height="16" alt="NEW" class="wn-newmark mw100"/></p>
							<p>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
						</div>
						<div class="wn-pic"><img src="../img/1-1.png" width="300" height="300" alt=""/></div></a></div>
				<div class="col-xs-12 col-sm-6 col-md-4"><a href="#" class="wn-item">
						<div class="wn-msg">
							<p class="wn-date">2015-00-00<img src="../img/newmark.png" width="46" height="16" alt="NEW" class="wn-newmark mw100"/></p>
							<p>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
						</div>
						<div class="wn-pic"><img src="../img/1-1.png" width="300" height="300" alt=""/></div></a></div>
			</div>
		</div>
	</div>
</section>
```
*/
.whatsnew-02 .wn-item {
  display: block;
  position: relative;
}
.whatsnew-02 .wn-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
}
.whatsnew-02 .wn-date {
  margin-bottom: 5px;
}
.whatsnew-02 .wn-newmark {
  margin-left: 5px;
  position: relative;
  top: 3px;
}
.whatsnew-02 .wn-msg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 1em;
}
.whatsnew-02 .wn-pic img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .whatsnew-02 .wn-item {
    margin-bottom: 5px;
  }
}
/*
# whatsnew-02a

新着情報用レイアウト

```
<section class="whatsnew-wrap">
	<div class="container">
		<h2>whatsnew-02.whatsnew-02a</h2>
		<div class="whatsnew-02 whatsnew-02a">
			<div class="row">
				<div class="col-xs-12 col-sm-6 col-md-4"><a href="#" class="wn-item">
						<div class="wn-msg">
							<p class="wn-date">2015-00-00<img src="../img/newmark.png" width="46" height="16" alt="NEW" class="wn-newmark mw100"/></p>
							<p>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
						</div>
						<div class="wn-pic"><img src="../img/1-1.png" width="300" height="300" alt=""/></div></a></div>
				<div class="col-xs-12 col-sm-6 col-md-4"><a href="#" class="wn-item">
						<div class="wn-msg">
							<p class="wn-date">2015-00-00<img src="../img/newmark.png" width="46" height="16" alt="NEW" class="wn-newmark mw100"/></p>
							<p>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
						</div>
						<div class="wn-pic"><img src="../img/1-1.png" width="300" height="300" alt=""/></div></a></div>
				<div class="col-xs-12 col-sm-6 col-md-4"><a href="#" class="wn-item">
						<div class="wn-msg">
							<p class="wn-date">2015-00-00<img src="../img/newmark.png" width="46" height="16" alt="NEW" class="wn-newmark mw100"/></p>
							<p>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
						</div>
						<div class="wn-pic"><img src="../img/1-1.png" width="300" height="300" alt=""/></div></a></div>
			</div>
		</div>
	</div>
</section>
```
*/
.whatsnew-02a .wn-item .wn-msg {
  transition: all 0.3s ease;
  opacity: 0;
}
.whatsnew-02a .wn-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
}
.whatsnew-02a .wn-item:hover .wn-msg {
  opacity: 1;
}

@media (max-width: 767px) {
  .whatsnew-02a .wn-item .wn-msg {
    opacity: 1;
  }
}
/*
# whatsnew-02b

新着情報用レイアウト

```
<section class="whatsnew-wrap">
	<div class="container">
		<h2>whatsnew-02.whatsnew-02b</h2>
		<div class="whatsnew-02 whatsnew-02a">
			<div class="row">
				<div class="col-xs-12 col-sm-6 col-md-4"><a href="#" class="wn-item">
						<div class="wn-msg">
							<p class="wn-date">2015-00-00<img src="../img/newmark.png" width="46" height="16" alt="NEW" class="wn-newmark mw100"/></p>
							<p>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
						</div>
						<div class="wn-pic"><img src="../img/1-1.png" width="300" height="300" alt=""/></div></a></div>
				<div class="col-xs-12 col-sm-6 col-md-4"><a href="#" class="wn-item">
						<div class="wn-msg">
							<p class="wn-date">2015-00-00<img src="../img/newmark.png" width="46" height="16" alt="NEW" class="wn-newmark mw100"/></p>
							<p>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
						</div>
						<div class="wn-pic"><img src="../img/1-1.png" width="300" height="300" alt=""/></div></a></div>
				<div class="col-xs-12 col-sm-6 col-md-4"><a href="#" class="wn-item">
						<div class="wn-msg">
							<p class="wn-date">2015-00-00<img src="../img/newmark.png" width="46" height="16" alt="NEW" class="wn-newmark mw100"/></p>
							<p>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
						</div>
						<div class="wn-pic"><img src="../img/1-1.png" width="300" height="300" alt=""/></div></a></div>
			</div>
		</div>
	</div>
</section>
```
*/
.whatsnew-02b .wn-item .wn-msg {
  transition: all 0.3s ease;
  transform: rotateY(-180deg);
  z-index: 100;
}
.whatsnew-02b .wn-item .wn-pic {
  transition: all 0.3s ease;
  position: relative;
  z-index: 200;
}
.whatsnew-02b .wn-item:hover {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
  transform: none;
  box-shadow: none;
}
.whatsnew-02b .wn-item:hover .wn-msg {
  transform: rotateY(0deg);
  z-index: 200;
}
.whatsnew-02b .wn-item:hover .wn-pic {
  transform: rotateY(180deg);
  z-index: 100;
}

@media (max-width: 767px) {
  .whatsnew-02b .wn-item .wn-msg {
    opacity: 1;
  }
}
/*
# bannerblock-01

コンテンツ用レイアウト

```
<section class="bannerblock-wrap">
	<div class="container">
		<h2>bannerblock-01</h2>
		<aside class="bannerblock-01">
			<div class="row">
				<div class="col-xs-12 col-sm-4"><a href="#" class="bb-item"><img src="../img/3-1.png" width="300" height="100" alt=""/></a></div>
				<div class="col-xs-12 col-sm-4"><a href="#" class="bb-item"><img src="../img/3-1.png" width="300" height="100" alt=""/></a></div>
				<div class="col-xs-12 col-sm-4"><a href="#" class="bb-item"><img src="../img/3-1.png" width="300" height="100" alt=""/></a></div>
			</div>
		</aside>
	</div>
</section>
```
*/
.bannerblock-01 .bb-item {
  display: block;
}
.bannerblock-01 .bb-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
}
.bannerblock-01 .bb-item img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .bannerblock-01 .bb-item {
    margin-bottom: 5px;
  }
}
.contentdetail-01 .cd-inset {
  background: #f7f7f7;
  padding: 35px 45px;
}
.contentdetail-01 .cd-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}
.contentdetail-01 .cd-date {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}
.contentdetail-01 .cd-content {
  background: #f7f7f7;
}

.contentdetail-02 .cd-inset {
  background: #f7f7f7;
  padding: 35px 45px;
}
.contentdetail-02 .cd-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}
.contentdetail-02 .cd-date {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}
.contentdetail-02 .cd-content {
  background: #f7f7f7;
  line-height: 1.5;
}

.contenttable .ct-inset {
  padding: 15px;
  background: #f7f7f7;
}
.contenttable table {
  border-collapse: collapse;
  border: 1px solid #c4c4c4;
  width: 100%;
}
.contenttable table tr {
  border-bottom: 1px solid #c4c4c4;
}
.contenttable table tr th, .contenttable table tr td {
  padding: 5px 10px;
}
.contenttable table tr th {
  background: #eee;
  width: 25%;
}
.contenttable table tr td {
  background: #fff;
}

.tabbox ul.tb-tabs {
  padding: 0;
}
.tabbox ul.tb-tabs li {
  float: left;
  width: 20%;
  box-sizing: border-box;
  margin-right: 1px;
  text-align: center;
}
.tabbox .tb-tab {
  background: #ddd;
  display: block;
  padding: 30px;
  color: #000;
}
.tabbox .tb-tab.active, .tabbox .tb-tab:hover {
  background: #f7f7f7;
  font-weight: bold;
  text-decoration: none;
}
.tabbox .tb-content {
  padding: 30px 15px;
  background: #f7f7f7;
}

.formblock .fb-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}
.formblock .fb-maindesc {
  margin-bottom: 1em;
}
.formblock .fb-inset {
  background: #f7f7f7;
  padding: 45px;
}
.formblock table {
  width: 100%;
}
.formblock table tr th, .formblock table tr td {
  padding-bottom: 1em;
}
.formblock table tr th {
  width: 20%;
  padding-right: 1em;
  vertical-align: top;
}
.formblock table tr th label {
  display: block;
}
.formblock table tr .fb-desc {
  font-weight: normal;
  font-size: 12px;
  color: #aaa;
}

.checkboxlist .cl-item {
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 5px 5px 0 5px;
  margin-bottom: 0.5em;
}
.checkboxlist .cl-item label {
  margin-right: 2em;
  margin-left: 0.5em;
  line-height: 1;
}
.checkboxlist .cl-item input[type=checkbox],
.checkboxlist .cl-item input[type=radio] {
  margin-bottom: 0;
}

.required::after {
  content: "(!)";
  color: #e80000;
}

/*
# pagenation-01

ページネーション

```
<section>
	<div class="container">
		<nav class="pagenation pagenation-01">
			<ul>
				<li class="pg-prev"><a href="#" aria-label="前へ"><span aria-hidden="true">&laquo; 前へ</span></a></li>
				<li><a href="#">1</a></li>
				<li><a href="#">2</a></li>
				<li class="active"><a href="#" class="active">3</a></li>
				<li><a href="#">4</a></li>
				<li><a href="#">5</a></li>
				<li class="pg-next"><a href="#" aria-label="次へ"><span aria-hidden="true">次へ &raquo;</span></a></li>
			</ul>
			<div class="vnumwrap"><span>表示件数：</span>
				<select class="vnum">
					<option>20件</option>
				</select>
			</div>
		</nav>
	</div>
</section>
```
*/
.pagenation-01 {
  position: relative;
  padding-left: 0;
  text-align: center;
}
.pagenation-01 > ul > li {
  list-style: none;
  display: inline-block;
  text-align: center;
}
.pagenation-01 > ul > li a {
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  margin: 0 5px;
  transition: all 0.3s ease;
  display: block;
}
.pagenation-01 > ul > li a:hover {
  text-decoration: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7);
  transform: translateY(-5px);
}
.pagenation-01 .pg-num.active {
  font-weight: bold;
}
.pagenation-01 .vnumwrap {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.pagenation-01 .vnumwrap select {
  width: auto;
}

.pagenation-01a .pg-prev {
  position: absolute;
  left: 0;
  width: 100px;
}
.pagenation-01a .pg-prev a {
  margin-left: 0;
}
.pagenation-01a .pg-next {
  position: absolute;
  right: 0;
  width: 100px;
}
.pagenation-01a .pg-next a {
  margin-right: 0;
}
.pagenation-01a .vnumwrap {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 40px;
}
.pagenation-01a .vnumwrap select {
  width: auto;
}

@media (max-width: 767px) {
  .pagenation-01 > ul > li {
    display: none;
  }
  .pagenation-01 .pg-prev {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100px;
  }
  .pagenation-01 .pg-prev a {
    margin-left: 0;
  }
  .pagenation-01 .pg-next {
    position: absolute;
    display: inline-block;
    right: 0;
    width: 100px;
  }
  .pagenation-01 .pg-next a {
    margin-right: 0;
  }
  .pagenation-01 .vnumwrap {
    display: none;
  }
}
.debugmenu {
  position: fixed;
  padding: 10px;
  font-size: 12px;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  z-index: 99999;
}
.debugmenu a {
  color: #fff;
}
.debugmenu a:hover {
  text-decoration: underline;
}

.schedule-ctrl {
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.1;
}
.schedule-ctrl .sct-prev button, .schedule-ctrl .sct-next button {
  margin-top: 25px;
  background: #efefef;
  width: 100px;
  border: none;
}
.schedule-ctrl .sct-prev button {
  margin-left: 15px;
}
.schedule-ctrl .sct-prev button:before {
  content: "< ";
}
.schedule-ctrl .sct-next button {
  margin-right: 15px;
}
.schedule-ctrl .sct-next button:after {
  content: " >";
}

.schedule-01 {
  width: 100%;
  border-collapse: collapse;
}
.schedule-01 tr th, .schedule-01 tr td {
  border: 1px solid #ccc;
}
.schedule-01 tr th {
  text-align: center;
  background: #aaa;
}
.schedule-01 tr td {
  padding: 3px 3px 3px 1rem;
}
.schedule-01 tr td .sc-day {
  display: block;
  text-align: left;
  font-size: 28px;
  position: relative;
  left: -0.5rem;
  letter-spacing: -0.07em;
}
.schedule-01 tr td.disabled {
  background: #f1f1f1;
}
.schedule-01 tr td.sc-sat {
  color: blue;
}
.schedule-01 tr td.sc-sun {
  color: red;
  font-weight: bold;
}
.schedule-01 tr td .sc-event {
  color: #c27a7a;
}
.schedule-01 tr td a.sc-event {
  color: blue;
  text-decoration: underline;
}
.schedule-01 tr:before {
  height: 80px;
}

.schedule-02 {
  width: 100%;
  border-collapse: collapse;
}
.schedule-02 tr th, .schedule-02 tr td {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.schedule-02 tr th {
  text-align: center;
  background: #aaa;
}
.schedule-02 tr td {
  padding: 5px 8px;
}
.schedule-02 tr td.sc-day {
  display: block;
  text-align: left;
  width: 40%;
}
.schedule-02 tr td.sc-sat {
  color: blue;
}
.schedule-02 tr td.sc-sun {
  color: red;
  font-weight: bold;
}
.schedule-02 tr td a {
  color: blue;
  text-decoration: underline;
}

@keyframes squash {
  0% {
    transform: scale(1) translate(0, -25px);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0, 25px);
  }
  100% {
    transform: scale(1) translate(0, -25px);
  }
}
@keyframes balloon {
  0% {
    transform: scale(1) translate(0, -15px);
  }
  50% {
    transform: scale(1, 1) translate(0, 15px);
  }
  100% {
    transform: scale(1) translate(0, -15px);
  }
}
@keyframes newicon {
  0% {
    transform: scale(1) translate(0, -5px);
  }
  50% {
    transform: scale(1, 1) translate(0, 5px);
  }
  100% {
    transform: scale(1) translate(0, -5px);
  }
}
@keyframes wave {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(64px, 0);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2, 1.2);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.ani-balloon {
  animation: balloon 1.6s ease-in-out infinite;
}

.ani-new {
  animation: newicon 3s ease-in-out infinite;
}

.ani-squash {
  animation: squash 1.5s ease-in-out infinite;
}

.ani-fadein {
  animation: fadein 0.5s ease-in-out;
}

@keyframes scale1 {
  0% {
    transform: scale(1) rotate(0deg) translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: scale(2) rotate(45deg) translate(50px, -50px);
    opacity: 0;
  }
}
.ani-scale1 {
  animation: scale1 0.3s linear forwards;
}

@keyframes scale2 {
  0% {
    transform: scale(1) rotate(0deg) translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: scale(2) rotate(-45deg) translate(-50px, 50px);
    opacity: 0;
  }
}
.ani-scale2 {
  animation: scale2 0.3s linear forwards;
}

@keyframes scale3 {
  0% {
    transform: scale(1) rotate(0deg) translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: scale(2) rotate(-45deg) translate(50px, 50px);
    opacity: 0;
  }
}
.ani-scale3 {
  animation: scale3 0.3s linear forwards;
}

@keyframes scale4 {
  0% {
    transform: scale(1) rotate(0deg) translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: scale(2) rotate(-45deg) translate(-50px, -50px);
    opacity: 0;
  }
}
.ani-scale4 {
  animation: scale4 0.3s linear forwards;
}

.char {
  display: inline-block;
}

.ani-spin {
  overflow: hidden;
  display: block;
}
.ani-spin span {
  display: inline-block;
  animation: ani-spin-back 0.1s linear forwards;
}
.ani-spin:hover span {
  animation: ani-spin 0.1s linear forwards;
}

@keyframes ani-spin {
  0% {
    opacity: 1;
  }
  100% {
    transform: translateY(-0.3em);
    opacity: 0;
  }
}
@keyframes ani-spin-back {
  0% {
    transform: translateY(0.3em);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
# footer

フッター用レイアウト

```
<section class="bannerblock-wrap">
	<div class="container">
		<h2>bannerblock-01</h2>
		<aside class="bannerblock-01">
			<div class="row">
				<div class="col-xs-12 col-sm-4"><a href="#" class="bb-item"><img src="../img/3-1.png" width="300" height="100" alt=""/></a></div>
				<div class="col-xs-12 col-sm-4"><a href="#" class="bb-item"><img src="../img/3-1.png" width="300" height="100" alt=""/></a></div>
				<div class="col-xs-12 col-sm-4"><a href="#" class="bb-item"><img src="../img/3-1.png" width="300" height="100" alt=""/></a></div>
			</div>
		</aside>
	</div>
</section>
```
*/
.footer {
  background: #007a31; /* $mainbgcolor; */
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  padding-bottom: 50px;
  min-width: 1170px;
}
.footer .pagetop {
  position: fixed;
  opacity: 0.7;
  transition: all 0.3s;
  right: 10px;
  bottom: 50px;
  z-index: 500;
}
.footer .pagetop img {
  width: 40px;
  height: 40px;
}
.footer .pagetop:hover {
  opacity: 1;
}
.footer .footlogo {
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
}
.footer .footmenu ul {
  float: right;
}
.footer .footmenu ul li {
  display: inline-block;
}
.footer .footmenu ul li:last-child a:after {
  content: "";
}
.footer .footmenu ul li a {
  display: block;
}
.footer .footmenu ul li a:hover {
  text-decoration: none;
}
.footer .footmenu ul li a:after {
  margin-left: 5px;
  content: "|";
  margin-right: 5px;
}
.footer .foot-cont-left {
  text-align: left;
  margin: 0 auto;
  width: fit-content;
}
.footer .foot-cont-left a {
  color: #fff;
}
.footer .copyright {
  /* margin: 120px auto; */
  margin: 60px auto 0 auto;
}

@media (max-width: 767px) {
  .footer {
    background: #007a31; /* $mainbgcolor; */
    padding-bottom: 50px;
    min-width: 100%;
  }
  .footer .footmark {
    float: left;
  }
  .footer .footlogo {
    margin: 15px auto 15px auto;
    display: block;
  }
  .footer .footmenu ul {
    float: none;
  }
  .footer .footmenu ul li {
    display: block;
    border-top: 1px dotted #ccc;
  }
  .footer .footmenu ul li:last-child {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
  }
  .footer .footmenu ul li a {
    text-align: center;
    display: block;
    padding: 5px 0;
  }
  .footer .footmenu ul li a:after {
    margin-left: 0;
    content: none;
    margin-right: 0;
  }
  .footer address {
    text-align: center;
    font-size: 14px;
    margin: 30px 0;
  }
}

/*# sourceMappingURL=base.css.map */
