/*==================================================
 * wrapper
 *================================================*/

#wrapper {
  overflow-x: hidden;
  background: url("data:image/gif;base64,R0lGODlhCgBpAJEAAPm5o4OPwP9nHwAAACH5BAAHAP8ALAAAAAAKAGkAAAJGlI+pywgPo5St2jpzvrwLDULe2IQhiSYmmLbfurkoHMsjPdkkTukeH/H9gA9hh1g0XpAA5RLptDCjGCgVFchqt9yu97stAAA7") repeat-x top;
}

/*==================================================
 * header
 *================================================*/

#header {
  padding: 0;
}

#header > div {
  background: #FF671F;
}

#header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
  height: 60px;
}

#header .header-logo .logo {
  line-height: 1;
  margin-top: 0;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

#header .header-logo .logo > a {
  display: block;
}

#header .header-logo .logo > a:hover {
  opacity: 0.8;
}

#header .header-logo .logo > a img {
  width: 100%;
}

#header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

#header .header-nav > ul {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.15;
  font-size: 13px;
  color: #fff;
}

#header .header-nav > ul > li {
  margin: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .header-nav > ul > li.sitemap {
  margin-left: 0;
}

#header .header-nav > ul > li.sitemap:before {
  content: url("../img/arrow_01.png");
  margin-right: 5px;
}

#header .header-nav > ul > li.sitemap > a {
  font-weight: bold;
}

#header .header-nav > ul > li.facebook > a:hover,
#header .header-nav > ul > li.twitter > a:hover,
#header .header-nav > ul > li.line > a:hover {
  opacity: 0.8;
}

#header .header-nav > ul > li.contact {
  margin-top: 0;
}

#header .header-nav > ul > li.contact > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 52px;
  font-size: 16px;
  background: #3C3C3C;
  color: #fff;
  line-height: 1.15;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#header .header-nav > ul > li.contact > a:hover {
  text-decoration: none;
  background: #555;
}

#header .header-nav > ul > li.contact > a:before {
  content: url("../img/icon_mail.png");
  width: 22px;
  height: 16px;
  display: block;
  margin-right: 5px;
  margin-top: 2px;
}

#header .header-nav > ul > li.contact > a img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: center;
  line-height: 1;
}

#header .header-nav > ul > li > a {
  color: #fff;
}

/*==================================================
 * globalNav
 *================================================*/

#globalNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 45px;
  background: url("data:image/gif;base64,R0lGODlhCgAEAIAAAIOPwGgAZyH5BAAHAP8ALAAAAAAKAAQAAAIFhI+py1gAOw==") repeat-x bottom #FF671F;
  font-size: 13px;
}

#globalNav > ul {
  width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1.15;
  position: relative;
}

#globalNav > ul > li {
  margin-left: 40px;
  display: block;
}

#globalNav > ul > li:first-of-type {
  margin-left: 0;
}

#globalNav > ul > li:hover > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#globalNav > ul > li.current_page_ancestor > a {
  text-decoration: none;
  border-bottom: 4px solid #5064A0;
}

#globalNav > ul > li > a {
  display: block;
  padding: 10px 5px;
  line-height: 1.15;
  color: #fff;
  border-bottom: 4px solid transparent;
  position: relative;
}

#globalNav > ul > li > a:hover {
  text-decoration: none;
  border-bottom: 4px solid #5064A0;
}

#globalNav > ul > li > div {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 20;
  background: #333;
}

#globalNav > ul > li > div > ul {
  width: 100%;
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 60px 70px;
  color: #fff;
  font-size: 16px;
}

#globalNav > ul > li > div > ul:before {
  content: '';
  display: block;
  width: 220px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#globalNav > ul > li > div > ul:after {
  content: '';
  display: block;
  width: 220px;
}

#globalNav > ul > li > div > ul > li {
  width: 220px;
}

#globalNav > ul > li > div > ul > li:nth-child(n + 5) {
  margin-top: 60px;
}

#globalNav > ul > li > div > ul > li.active > a {
  border: 0;
}

#globalNav > ul > li > div > ul > li > a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  line-height: 1.3;
  display: block;
}

#globalNav > ul > li > div > ul > li > a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#globalNav > ul > li > div > ul > li > a > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 25px;
}

#globalNav > ul > li > div > ul > li > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#globalNav > ul > li > div > ul > li > a span:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  margin-top: 3px;
  margin-right: 10px;
  background: url("../img/arrow_03.png") no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#globalNav > ul > li > div > ul > li > ul {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

#globalNav > ul > li > div > ul > li > ul > li {
  font-size: 16px;
}

#globalNav > ul > li > div > ul > li > ul > li > a:hover {
  opacity: 0.8;
}

#globalNav .sp-info {
  display: none;
}

#globalNav .sp-info .text {
  margin-top: 0;
  line-height: 1.5;
}

#globalNav .sp-info .img {
  margin: 15px auto 0;
  width: 150px;
}

#globalNav .sp-info ul {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#globalNav .sp-info ul > li {
  border-right: 1px solid #4d4d4d;
  padding: 0 12px;
  margin-top: 15px;
}

#globalNav .sp-info ul > li:last-of-type {
  border-right: 0;
  padding-right: 0;
}

#globalNav .sp-info ul > li > a {
  color: #4d4d4d;
}

#globalNav #sp-contact {
  display: none;
}

#globalNav #sp-contact > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #838FC0;
  width: 70px;
  height: 62px;
  padding: 0 18px;
}

#globalNav #sp-contact > a > img {
  width: 100%;
}

#globalNav #drawer-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  width: 70px;
  height: 62px;
  padding: 22px 20px 0;
  background: rgba(255, 255, 255, 0);
  color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 9px;
  background: #3C3C3C;
  display: none;
}

#globalNav #drawer-menu:hover {
  cursor: pointer;
}

#globalNav #drawer-menu span {
  display: block;
  width: 100%;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#globalNav #drawer-menu span:first-child {
  margin-top: 0;
}

#globalNav #drawer-menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

#globalNav #drawer-menu.active span:nth-of-type(2) {
  opacity: 0;
}

#globalNav #drawer-menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

/*==================================================
 * page title
 *================================================*/

#pageTitle {
  background: -webkit-gradient(linear, left top, right top, from(#e2e2e2), color-stop(40%, #f8f8f8), color-stop(60%, #f8f8f8), to(#e2e2e2));
  background: linear-gradient(to right, #e2e2e2 0%, #f8f8f8 40%, #f8f8f8 60%, #e2e2e2 100%);
}

#pageTitle h1 {
  height: 120px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*==================================================
 * Breadcrumb
 *================================================*/

#breadcrumbs {
  margin-top: 8px;
}

#breadcrumbs p {
  margin-top: 0;
  font-size: 13px;
}

#breadcrumbs p a {
  color: #4d4d4d;
}

/*==================================================
 * localNav
 *================================================*/

#localNav {
  margin-bottom: 80px;
}

#localNav > .inner {
  border: 1px solid #a6a6a6;
  overflow: hidden;
}

#localNav > .inner > ul {
  margin: 0 0 -5px -30px;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#localNav > .inner > ul > li {
  position: relative;
  padding-left: 18px;
  margin-left: 30px;
  margin-bottom: 5px;
}

#localNav > .inner > ul > li:before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  background: url("../img/arrow_04.png") no-repeat;
  font-size: 0;
  line-height: 1;
  margin-right: 5px;
}

#localNav > .inner > ul > li > a {
  color: #4d4d4d;
}

#localNav > .inner .localNav-bottom {
  border-top: 1px dashed #a6a6a6;
}

/*==================================================
 * content
 *================================================*/

#content {
  margin-top: 60px;
}

#content h2:first-of-type {
  margin-top: 0;
}

#content section .row > [class*="col"] > *:first-child,
#content .section .row > [class*="col"] > *:first-child,
#content .sec .row > [class*="col"] > *:first-child {
  margin-top: 0;
}

/*==================================================
 * fullWidth-localNav
 *================================================*/

.fullWidth-footerLocalNav {
  background: #FF8E6A;
  margin-top: 100px !important;
}

.fullWidth-footerLocalNav ul {
  margin-top: 0;
}

.fullWidth-footerLocalNav ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fullWidth-footerLocalNav ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 120px;
  color: #4d4d4d;
  text-decoration: none;
  background: #fff;
  padding: 0 15px;
  font-size: 18px;
  line-height: 1.4;
}

.fullWidth-footerLocalNav ul > li > a:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '';
  background: url("../img/arrow_04.png") no-repeat;
  width: 13px;
  height: 13px;
  margin-right: 5px;
}

.fullWidth-footerLocalNav ul > li > a:hover {
  opacity: 0.8;
}

.fullWidth-footerLocalNav ul > li > a img {
  width: 90px;
  margin-left: 10px;
}

.fullWidth-footerLocalNav .fullWidth-footerLocalNav-bottom {
  margin-top: 50px;
}

.fullWidth-footerLocalNav .fullWidth-footerLocalNav-bottom > li > a {
  height: 100px;
}

/*==================================================
 * sns
 *================================================*/

#sns {
  margin-top: 100px;
}

#sns .row {
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sns .row > li {
  margin-left: 80px;
}

#sns .row > li:first-of-type {
  margin-left: 0;
}

#sns .row > li:hover {
  opacity: 0.8;
}

/*==================================================
 * banner
 *================================================*/

#banner {
  margin-top: 100px;
  width: 1080px;
}

#banner > .inner > ul {
  margin-top: 0;
  padding: 0 30px;
}

#banner > .inner > ul > li {
  text-align: center;
}

#banner > .inner > ul > li a {
  display: block;
}

#banner > .inner > ul > li a:hover {
  opacity: 0.8;
}

#banner > .inner > ul > li > ul {
  margin-top: 0;
}

/*==================================================
 * footer
 *================================================*/

#footer {
  margin-top: 60px;
}

#footer .footerNav {
  background: #4E4E4E;
  padding-top: 50px;
  padding-bottom: 45px;
  color: #fff;
}

#footer .footerNav > ul {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .footerNav > ul > li {
  width: 250px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#footer .footerNav > ul > li:first-of-type {
  width: 200px;
}

#footer .footerNav > ul > li:nth-of-type(4) {
  border-left: 1px solid #707070;
}

#footer .footerNav > ul > li:nth-of-type(4) > ul {
  padding-left: 40px;
  margin-top: 0;
}

#footer .footerNav > ul > li:nth-of-type(4) > ul > li {
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 14px;
  font-weight: bold;
}

#footer .footerNav > ul > li:nth-of-type(4) > ul > li:before {
  display: none;
}

#footer .footerNav > ul > li span {
  font-weight: bold;
}

#footer .footerNav > ul > li > ul > li {
  position: relative;
  padding-left: 12px;
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.5;
}

#footer .footerNav > ul > li > ul > li:first-of-type {
  margin-top: 0;
}

#footer .footerNav > ul > li > ul > li:before {
  display: block;
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
}

#footer .footerNav > ul > li > ul > li > a {
  color: #fff;
}

#footer .footerNav > ul > li.contact {
  margin-top: -50px;
  margin-left: auto;
  text-align: right;
  width: 180px;
  padding-right: 0;
}

#footer .footerNav > ul > li.contact p {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#footer .footerNav > ul > li.contact p > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 180px;
  height: 52px;
  background: #FF671F;
  color: #fff;
  font-size: 16px;
  line-height: 1.15;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#footer .footerNav > ul > li.contact p > a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#footer .footerNav > ul > li.contact p > a:before {
  content: url("../img/icon_mail.png");
  width: 22px;
  height: 16px;
  display: block;
  margin-right: 5px;
  margin-top: 2px;
}

#footer .footerNav > ul > li.contact p > a img {
  margin-right: 5px;
}

#footer .footerNav > ul > li.footerNavSub {
  width: 100%;
  margin-top: 35px;
  margin-left: 0;
}

#footer .footerNav > ul > li.footerNavSub > ul {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .footerNav > ul > li.footerNavSub > ul > li {
  line-height: 1.15;
  border-left: 1px  solid #fff;
  padding: 0 15px;
  margin-top: 0;
}

#footer .footerNav > ul > li.footerNavSub > ul > li:before {
  display: none;
}

#footer .footerNav > ul > li.footerNavSub > ul > li:first-of-type {
  border-left: 0;
  padding-left: 0;
}

#footer .footerNav > ul > li.footerNavSub > ul > li > a {
  color: #fff;
  font-size: 13px;
}

#footer .footerInfo {
  background: #ECECEC;
  padding: 30px 0 20px;
}

#footer .footerInfo > .innerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .footerInfo > .innerBox .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#footer .footerInfo > .innerBox .copyright > p {
  font-size: 11px;
  font-family: Arial;
  line-height: 1.6;
  margin: 0;
}

#footer .footerInfo > .innerBox .footerLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer .footerInfo > .innerBox .footerLogo > p {
  font-size: 12px;
  color: #3461AD;
  line-height: 1.4;
  margin: 0;
}

#footer .footerInfo > .innerBox .footerLogo > p:first-of-type {
  margin-right: 10px;
}

#footer .footerInfo > .innerBox .footerLogo > p img {
  width: 100px;
}

/*==================================================
 * PageTop
 *================================================*/

#pagetop {
  position: fixed;
  bottom: -70px;
  right: 15px;
  width: 70px;
  height: 70px;
  z-index: 999;
}

#pagetop > a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background: #FF671F;
  border-radius: 100%;
  border: 2px solid #fff;
}

#pagetop > a:before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#pagetop > a:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  #header {
    height: 62px;
    background: #FF671F;
  }

  #header .header-logo {
    -ms-flex-item-align: auto;
    align-self: auto;
    margin-top: 10px;
  }

  #header .header-logo .logo {
    width: 150px;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  #header .header-nav {
    display: none;
  }

  #globalNav > ul {
    display: none;
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    z-index: 11;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }

  #globalNav > ul > li {
    margin-left: 0;
    background: #2D2D2D;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #globalNav > ul > li:nth-last-of-type(2) > a {
    border-bottom: 0;
  }

  #globalNav > ul > li:nth-last-of-type(2) > a:hover {
    border-bottom: 0;
  }

  #globalNav > ul > li:hover > div {
    display: none;
  }

  #globalNav > ul > li.page_item_has_children > a:before,
  #globalNav > ul > li.page_item_has_children > a:after,
  #globalNav > ul > li.page_item_has_children .page_item_has_children > a:before,
  #globalNav > ul > li.page_item_has_children .page_item_has_children > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    width: 10px;
    height: 2px;
    background: #fff;
  }

  #globalNav > ul > li.page_item_has_children > a:after,
  #globalNav > ul > li.page_item_has_children .page_item_has_children > a:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  #globalNav > ul > li.page_item_has_children.active > a:after,
  #globalNav > ul > li.page_item_has_children .page_item_has_children.active > a:after {
    display: none;
  }

  #globalNav > ul > li.current_page_ancestor > a {
    border-bottom: 1px #fff solid;
  }

  #globalNav > ul > li > a {
    width: 100%;
    border-bottom: 1px #fff solid;
    padding: 25px 15px 25px 35px;
  }

  #globalNav > ul > li > a:hover {
    border-bottom: 1px #fff solid;
  }

  #globalNav > ul > li > div {
    position: static;
    display: none;
    margin-left: 0;
    margin-right: 0;
    background: #505050;
  }

  #globalNav > ul > li > div > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    font-size: 17px;
  }

  #globalNav > ul > li > div > ul > li {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #globalNav > ul > li > div > ul > li:nth-child(n + 5) {
    margin-top: 0;
  }

  #globalNav > ul > li > div > ul > li:last-of-type > a {
    border-bottom: 0;
  }

  #globalNav > ul > li > div > ul > li > a {
    border-bottom: 1px solid #a8a8a8;
    padding: 20px 15px 20px 40px;
    text-align: left;
    width: 100%;
  }

  #globalNav > ul > li > div > ul > li > a:hover {
    opacity: 1;
  }

  #globalNav > ul > li > div > ul > li > a > img {
    display: none;
  }

  #globalNav > ul > li > div > ul > li > a span {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #globalNav > ul > li > div > ul > li > a span:before {
    display: none;
  }

  #globalNav > ul > li > div > ul > li > ul {
    background: #717171;
    margin: 0 -15px;
    padding: 10px 0 10px 60px;
  }

  #globalNav > ul > li > div > ul > li > ul > li {
    padding-right: 15px;
  }

  #globalNav > ul > li > div > ul > li > ul > li > a {
    display: block;
    color: #fff;
    padding: 20px 0 20px 20px;
    position: relative;
    line-height: 1.3;
  }

  #globalNav > ul > li > div > ul > li > ul > li > a:before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    background: url("../img/arrow_02.png") no-repeat;
    margin-right: 10px;
    width: 8px;
    height: 9px;
    display: block;
  }

  #globalNav > ul > li > div > ul > li > ul > li > a:hover {
    opacity: 1;
  }

  #globalNav .sp-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 30px 15px 20px;
    background: #F0F0F0;
    font-size: 13px;
    border: 1px solid #A2A2A2;
    border-top: 0;
  }

  #globalNav #sp-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 70px;
  }

  #globalNav #drawer-menu {
    display: block;
  }

  #pageTitle h1 {
    font-size: 21px;
    height: 130px;
  }

  #breadcrumbs p {
    font-size: 10px;
    line-height: 1.5;
  }

  #localNav {
    margin-bottom: 40px;
  }

  #localNav {
    margin-top: 30px;
  }

  #localNav > .inner > ul {
    padding: 12px 10px;
    margin-left: -20px;
  }

  #localNav > .inner > ul > li {
    margin-left: 20px;
  }

  #localNav > .inner > ul > li:before {
    top: 4px;
  }

  #localNav > .inner > ul > li > a {
    font-size: 11px;
  }

  #content {
    margin-top: 45px;
  }

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

  .fullWidth-footerLocalNav ul > li > a {
    height: 85px;
    font-size: 13px;
  }

  .fullWidth-footerLocalNav ul > li > a img {
    width: 70px;
  }

  .fullWidth-footerLocalNav .fullWidth-footerLocalNav-top > li {
    margin-top: 10px;
  }

  .fullWidth-footerLocalNav .fullWidth-footerLocalNav-top > li:first-of-type {
    margin-top: 0;
  }

  .fullWidth-footerLocalNav .fullWidth-footerLocalNav-bottom {
    margin-top: 25px;
  }

  .fullWidth-footerLocalNav .fullWidth-footerLocalNav-bottom > li {
    margin-top: 10px;
  }

  .fullWidth-footerLocalNav .fullWidth-footerLocalNav-bottom > li:first-of-type {
    margin-top: 0;
  }

  .fullWidth-footerLocalNav .fullWidth-footerLocalNav-bottom > li > a {
    height: 60px;
  }

  #sns {
    margin-top: 50px;
  }

  #sns .row > li {
    margin-left: 60px;
  }

  #sns .row > li img {
    height: 30px;
  }

  #banner {
    margin-top: 40px;
    width: 100%;
  }

  #banner > .inner > ul {
    padding: 0;
  }

  #footer {
    margin-top: 20px;
  }

  #footer .footerNav {
    display: none;
  }

  #footer .footerInfo {
    padding: 12px 0;
  }

  #footer .footerInfo > .innerBox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #footer .footerInfo > .innerBox .copyright > p {
    font-size: 9px;
  }

  #footer .footerInfo > .innerBox .footerLogo {
    display: none;
  }

  #pagetop {
    width: 60px;
    height: 60px;
    right: 10px;
  }

  #pagetop > a:before {
    width: 20px;
    height: 20px;
  }

  #pagetop > a:after {
    width: 20px;
    height: 20px;
  }
}