@charset "UTF-8";
/* Scss Document */
/*!
*******************************************

このCSSはSassで記述されています。
修正する場合は「.scss」を修正してください。

*******************************************
*/
/* Scss Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  overflow-x: hidden;
  letter-spacing: 1px;
}

ol,
ul {
  list-style: none;
}

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

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  min-width: 320px;
  max-width: 2000px;
  margin: auto;
}

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a {
  tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .row {
    margin: 0;
  }
}

.j-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.a-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a[target=_blank]:after,
a[href$=".pdf"]:after,
a[href$=".doc"]:after,
a[href$=".docx"]:after,
a[href$=".xls"]:after,
a[href$=".xlsx"]:after,
a[href$=".zip"]:after,
a[href$=".txt"]:after,
a[href$=".ppt"]:after,
a[href$=".pptx"]:after,
a[href^="mailto:"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #872434;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
a[target=_blank]:hover:after,
a[href$=".pdf"]:hover:after,
a[href$=".doc"]:hover:after,
a[href$=".docx"]:hover:after,
a[href$=".xls"]:hover:after,
a[href$=".xlsx"]:hover:after,
a[href$=".zip"]:hover:after,
a[href$=".txt"]:hover:after,
a[href$=".ppt"]:hover:after,
a[href$=".pptx"]:hover:after,
a[href^="mailto:"]:hover:after {
  color: #d86c7e;
}

/* 外部リンク要素 --- */
a[target=_blank]:after {
  content: "\f35d";
}

/* pdf要素--- */
a[href$=".pdf"]:after {
  content: "\f1c1";
  font-weight: 400;
}

/* Word要素--- */
a[href$=".doc"]:after,
a[href$=".docx"]:after {
  content: "\f1c2";
}

/* Excel要素--- */
a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
  content: "\f1c3";
}

/* zip要素--- */
a[href$=".zip"]:after {
  content: "\f1c6";
}

/* mailto要素--- */
a[href^="mailto:"]:after {
  content: "\f0e0";
}

/* txt要素--- */
a[href$=".txt"]:after {
  content: "\f15b";
}

/* PowerPoint要素--- */
a[href$=".ppt"]:after,
a[href$=".pptx"]:after {
  content: "\f1c4";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

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

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

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

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

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

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

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

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

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

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
#page-top a {
  background-color: #872434;
  text-decoration: none;
  color: #fff;
  padding: 12px 13px;
  text-align: center;
  display: block;
  border-radius: 32px;
}
#page-top a:hover {
  text-decoration: none;
  background-color: #872434;
}

.fontred {
  color: #ff0000;
}

.fb {
  font-weight: 900;
}

.tableBox table {
  border-collapse: collapse;
  width: 100%;
}
.tableBox table th,
.tableBox table td {
  padding: 10px;
  vertical-align: middle;
}
.tableBox table th {
  text-align: center;
  min-width: 150px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .tableBox table {
    border-bottom: none;
  }
  .tableBox table th,
  .tableBox table td {
    padding: 10px 5px;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
}

.over-tableBox {
  width: 100%;
  overflow-y: hidden;
}
.over-tableBox table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .over-tableBox table {
    min-width: 600px;
  }
}
.over-tableBox table thead th {
  text-align: center;
}
.over-tableBox table th,
.over-tableBox table td {
  padding: 10px;
  vertical-align: middle;
}

.list-Style ul > li {
  padding-left: 1em;
  position: relative;
}
.list-Style ul > li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 0.2em;
  margin-left: -1em;
  color: #872434;
}

.number-Style ol {
  counter-reset: my-counter;
}
.number-Style ol:after {
  content: "";
  display: block;
  clear: both;
}
.number-Style ol > li {
  padding-left: 1.6em;
  position: relative;
}
.number-Style ol > li:before {
  font-size: 95%;
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #fff;
  display: block;
  float: left;
  line-height: 1.5em;
  margin-left: -1.6em;
  text-align: center;
  height: 1.4em;
  width: 1.4em;
  border-radius: 50%;
  margin-top: 3px;
  background-color: #872434;
}

.inline-Style ul {
  letter-spacing: -0.4em;
}
.inline-Style ul li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 15px;
}
.inline-Style ul li:last-child {
  margin-right: 0px;
}

.table-Style ul {
  display: table;
  width: 100%;
}
.table-Style ul li {
  display: table-cell;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ff0));
  background: linear-gradient(transparent 60%, #ff0 0%);
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html {
  font-size: 16px;
  line-height: 1.5rem;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
}

#loader {
  position: fixed;
  top: 50%;
  left: 0%;
  right: 0%;
  margin: auto;
  width: 280px;
  height: 60px;
  margin-top: -50px;
  text-align: center;
  color: #fff;
  z-index: 1000;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  border-radius: 50%;
  z-index: 10;
  background-color: #872434;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 22px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#wrapper {
  position: relative;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 1000;
  width: 100%;
}
header .headwrapper {
  max-width: 1020px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .logoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, header .logoArea h1 {
    width: 200px;
  }
}
header .logoArea img {
  height: 45px;
}
@media screen and (max-width: 768px) {
  header .logoArea img {
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  header .menuArea {
    margin-right: -10px;
  }
}
header .menuArea .head-btn {
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #872434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1000;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header .menuArea .head-btn {
    width: 60px;
    height: 60px;
  }
}
header .menuArea .head-btn p {
  text-align: center;
  font-size: 0.6875rem;
  color: #fff;
  line-height: 100%;
}
header .menuArea .nav-wrap {
  background: rgba(255, 255, 255, 0.92);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  overflow-y: scroll;
  overflow-x: hidden;
  width: calc(100% + 17px);
}
@media screen and (max-width: 768px) {
  header .menuArea .nav-wrap {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
header .menuArea nav {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  header .menuArea nav {
    max-width: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
header .menuArea nav li {
  opacity: 0;
}
header .menuArea nav li:last-child a {
  border-bottom: none;
}
header .menuArea nav a {
  display: block;
  padding: 15px 60px 15px 20px;
  border-bottom: 1px solid #ccc;
  font-size: 1.25rem;
  color: #872434;
  position: relative;
}
@media screen and (max-width: 768px) {
  header .menuArea nav a {
    font-size: 1rem;
    padding: 10px 30px 10px 15px;
  }
}
header .menuArea nav a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  right: 15px;
}
@media screen and (min-width: 993px) {
  header .menuArea nav a:hover {
    background-color: #872434;
    color: #fff;
  }
  header .menuArea nav a:hover::after {
    color: #fff;
  }
}
header .menu-trigger,
header .menu-trigger span {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .menu-trigger {
  position: relative;
  width: 34px;
  height: 24px;
  margin: -12px auto 0;
}
@media screen and (max-width: 768px) {
  header .menu-trigger {
    width: 27.2px;
    height: 19.2px;
  }
}
header .menu-trigger::after {
  content: "menu";
  color: #fff;
  position: absolute;
  bottom: -16px;
  font-size: 0.6875rem;
  line-height: 100%;
  display: block;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .menu-trigger::after {
    font-size: 0.5rem;
  }
}
header .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
header .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .menu-trigger span:nth-of-type(2) {
  top: 11px;
}
@media screen and (max-width: 768px) {
  header .menu-trigger span:nth-of-type(2) {
    top: 8.8px;
  }
}
header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
header .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
          transform: translateY(11px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  header .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8.8px) rotate(-45deg);
            transform: translateY(8.8px) rotate(-45deg);
  }
}
header .menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
          animation: active-menu-bar02 0.8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
header .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
          transform: translateY(-11px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  header .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8.8px) rotate(45deg);
            transform: translateY(-8.8px) rotate(45deg);
  }
}

body.active header {
  background: none;
}
body.active header .logoArea img {
  display: none;
}
body.active .nav-wrap {
  visibility: visible;
  opacity: 1;
}
body.active .nav-wrap li {
  opacity: 1;
}

body.active .nav-wrap li:nth-child(1) {
  -webkit-transition: opacity 1s ease 0.05s;
  transition: opacity 1s ease 0.05s;
}

body.active .nav-wrap li:nth-child(2) {
  -webkit-transition: opacity 1s ease 0.1s;
  transition: opacity 1s ease 0.1s;
}

body.active .nav-wrap li:nth-child(3) {
  -webkit-transition: opacity 1s ease 0.15s;
  transition: opacity 1s ease 0.15s;
}

body.active .nav-wrap li:nth-child(4) {
  -webkit-transition: opacity 1s ease 0.2s;
  transition: opacity 1s ease 0.2s;
}

body.active .nav-wrap li:nth-child(5) {
  -webkit-transition: opacity 1s ease 0.25s;
  transition: opacity 1s ease 0.25s;
}

body.active .nav-wrap li:nth-child(6) {
  -webkit-transition: opacity 1s ease 0.3s;
  transition: opacity 1s ease 0.3s;
}

body.active .nav-wrap li:nth-child(7) {
  -webkit-transition: opacity 1s ease 0.35s;
  transition: opacity 1s ease 0.35s;
}

body.active .nav-wrap li:nth-child(8) {
  -webkit-transition: opacity 1s ease 0.4s;
  transition: opacity 1s ease 0.4s;
}

body.active .nav-wrap li:nth-child(9) {
  -webkit-transition: opacity 1s ease 0.45s;
  transition: opacity 1s ease 0.45s;
}

body.active .nav-wrap li:nth-child(10) {
  -webkit-transition: opacity 1s ease 0.5s;
  transition: opacity 1s ease 0.5s;
}

body.active .nav-wrap li:nth-child(11) {
  -webkit-transition: opacity 1s ease 0.55s;
  transition: opacity 1s ease 0.55s;
}

body.active .nav-wrap li:nth-child(12) {
  -webkit-transition: opacity 1s ease 0.6s;
  transition: opacity 1s ease 0.6s;
}

body.active .nav-wrap li:nth-child(13) {
  -webkit-transition: opacity 1s ease 0.65s;
  transition: opacity 1s ease 0.65s;
}

body.active .nav-wrap li:nth-child(14) {
  -webkit-transition: opacity 1s ease 0.7s;
  transition: opacity 1s ease 0.7s;
}

body.active .nav-wrap li:nth-child(15) {
  -webkit-transition: opacity 1s ease 0.75s;
  transition: opacity 1s ease 0.75s;
}

body.active .nav-wrap li:nth-child(16) {
  -webkit-transition: opacity 1s ease 0.8s;
  transition: opacity 1s ease 0.8s;
}

body.active .nav-wrap li:nth-child(17) {
  -webkit-transition: opacity 1s ease 0.85s;
  transition: opacity 1s ease 0.85s;
}

body.active .nav-wrap li:nth-child(18) {
  -webkit-transition: opacity 1s ease 0.9s;
  transition: opacity 1s ease 0.9s;
}

body.active .nav-wrap li:nth-child(19) {
  -webkit-transition: opacity 1s ease 0.95s;
  transition: opacity 1s ease 0.95s;
}

footer {
  padding: 20px 0;
  background-color: #872434;
  color: #fff;
}
footer .footerArea {
  max-width: 1020px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  footer .footerArea {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .leftBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  footer .leftBox {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .leftBox .itemBox {
  padding: 0 10px;
}
footer .leftBox .textArea {
  font-size: 0.875rem;
}
footer .leftBox .textArea dl {
  display: table;
  margin-bottom: 5px;
}
footer .leftBox .textArea dl dt,
footer .leftBox .textArea dl dd {
  display: table-cell;
}
@media screen and (max-width: 768px) {
  footer .leftBox .textArea dl dt,
  footer .leftBox .textArea dl dd {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  footer .leftBox .textArea dl dt {
    font-weight: 900;
  }
  footer .leftBox .textArea dl dd {
    margin-left: 15px;
  }
}
@media screen and (min-width: 993px) {
  footer .leftBox .textArea dl dt {
    width: 150px;
  }
}
footer .imgArea {
  width: 200px;
}
@media screen and (max-width: 768px) {
  footer .imgArea {
    margin-bottom: 10px;
  }
}
footer #copy {
  font-size: 0.625rem;
  margin-top: 10px;
}