@charset "UTF-8";
/*
 *
 * Usage : reset layout
 *
 */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
}

body {
  font-size: 75%;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #282828;
}

body.pattern-c #contents {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",メイリオ,Meiryo,ＭＳ Ｐゴシック, Osaka, sans-serif;
}

img {
  -ms-interpolation-mode: bicubic;
}

/* -- other tags -- */
a img, img {
  border: 0;
}

img {
  line-height: 100%;
  vertical-align: bottom;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

q:before, q:after {
  content: '';
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

fieldset {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

object {
  outline: none;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, small {
  display: block;
}

input[type="text"], input[type="submit"], textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/*
 *
 * Usage : parts layout
 *
 */
/* ----------------------*/
/* utility
/* ----------------------*/
.u-clearfix:before,
.u-clearfix:after {
  content: "";
  display: block;
}

.u-clearfix:after {
  clear: both;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
.js-hiraku-offcanvas-active {
  position: fixed;
  z-index: 100001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.js-hiraku-offcanvas-open {
  display: block;
}

.js-hiraku-offcanvas-body {
  z-index: 0;
  left: 0;
  width: 100%;
  -webkit-transition: left .3s ease-in-out;
  -o-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}

.js-hiraku-offcanvas-body-right {
  position: fixed;
  left: -70%;
  overflow-y: hidden;
}

.js-hiraku-offcanvas-body-left {
  position: fixed;
  left: 70%;
  overflow-y: hidden;
}

.js-hiraku-offcanvas-body-moving {
  position: fixed;
  left: 0;
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar {
  position: fixed;
  z-index: 10002;
  top: 0;
  bottom: 0;
  display: block;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  max-width: 100%;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}

.js-hiraku-offcanvas:focus {
  background-color: rgba(0, 0, 0, 0.8);
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-right {
  right: 0;
  left: auto;
  margin-right: -70%;
  -webkit-transition: margin-right .3s ease-in-out;
  -o-transition: margin-right .3s ease-in-out;
  transition: margin-right .3s ease-in-out;
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-left {
  right: auto;
  left: 0;
  margin-left: -70%;
  -webkit-transition: margin-left .3s ease-in-out;
  -o-transition: margin-left .3s ease-in-out;
  transition: margin-left .3s ease-in-out;
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-right.active {
  margin-right: 0;
  -webkit-transition: margin-right .3s ease-in-out;
  -o-transition: margin-right .3s ease-in-out;
  transition: margin-right .3s ease-in-out;
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-left.active {
  margin-left: 0;
  -webkit-transition: margin-left .3s ease-in-out;
  -o-transition: margin-left .3s ease-in-out;
  transition: margin-left .3s ease-in-out;
}

.js-hiraku-header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: margin-left .3s ease-in-out;
  -o-transition: margin-left .3s ease-in-out;
  transition: margin-left .3s ease-in-out;
}

.js-hiraku-offcanvas-body-left, .js-hiraku-offcanvas-body-right {
  overflow: hidden;
}

.js-hiraku-offcanvas-body-right .js-hiraku-header-fixed {
  margin-left: -70%;
}

.js-hiraku-offcanvas-body-left .js-hiraku-header-fixed {
  margin-left: 70%;
}

.js-hiraku-offcanvas-close-btn {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hiraku-open-btn {
  padding: 6px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: 0 0;
}

.hiraku-open-btn-line {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  margin: 6px 0;
  -webkit-transition: .1s all;
  -o-transition: .1s all;
  transition: .1s all;
  border-radius: 1px;
  background-color: #fff;
}

.hiraku-open-btn-line:after, .hiraku-open-btn-line:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  border-radius: 1px;
  background-color: #fff;
}

.hiraku-open-btn-line:before {
  top: -6px;
}

.hiraku-open-btn-line:after {
  bottom: -6px;
}

[aria-expanded=true] .hiraku-open-btn-line {
  background-color: transparent;
}

[aria-expanded=true] .hiraku-open-btn-line:after, [aria-expanded=true] .hiraku-open-btn-line:before {
  width: 22px;
}

[aria-expanded=true] .hiraku-open-btn-line:before {
  -ms-transform: translate(-2px, 6px) rotate(45deg);
  -webkit-transform: translate(-2px, 6px) rotate(45deg);
  transform: translate(-2px, 6px) rotate(45deg);
}

[aria-expanded=true] .hiraku-open-btn-line:after {
  -ms-transform: translate(-2px, -6px) rotate(-45deg);
  -webkit-transform: translate(-2px, -6px) rotate(-45deg);
  transform: translate(-2px, -6px) rotate(-45deg);
}

body.pattern-c .navbar-toggle {
  display: none !important;
}

@media screen and (max-width: 767px) {
  body:not(.pattern-c) #warp.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  body:not(.pattern-c) #header {
    height: 57px;
  }
  body:not(.pattern-c) #header.l-header .l-logo {
    /* float: left; */
    position: absolute !important;
    z-index: 10;
    top: 0 !important;
    left: 0 !important;
  }
  body:not(.pattern-c) .l-gnav__wrapper {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 10000;
  }
  body:not(.pattern-c) .l-gnav {
    position: fixed;
    z-index: 10002;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 88%;
    max-width: 100%;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    margin-right: -88%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body:not(.pattern-c) .l-gnav.is_active {
    margin-right: 0;
  }
  body:not(.pattern-c) .l-gnav__wrapper__close {
    position: fixed;
    z-index: 10003;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 12%;
  }
  body:not(.pattern-c) .navbar-toggle {
    width: 56px;
    height: 53px;
    display: block;
    border: 0;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    background: white;
    z-index: 10010;
    outline: none !important;
  }
  body:not(.pattern-c) .navbar-toggle .navbar-toggle__bar {
    position: relative;
    display: block;
    width: 27px;
    height: 3px;
    margin: 21px auto 3px;
    -webkit-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all;
    border-radius: 0;
    background-color: #282828;
  }
  body:not(.pattern-c) .navbar-toggle .navbar-toggle__bar::before, body:not(.pattern-c) .navbar-toggle .navbar-toggle__bar::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    border-radius: 0;
    background-color: #282828;
  }
  body:not(.pattern-c) .navbar-toggle .navbar-toggle__bar::before {
    top: -11px;
  }
  body:not(.pattern-c) .navbar-toggle .navbar-toggle__bar::after {
    bottom: -11px;
  }
  body:not(.pattern-c) .navbar-toggle.is_active {
    position: fixed;
  }
  body:not(.pattern-c) .navbar-toggle.is_active .navbar-toggle__bar {
    background-color: transparent;
  }
  body:not(.pattern-c) .navbar-toggle.is_active .navbar-toggle__bar::before {
    -webkit-transform: translate(-2px, 6px) rotate(45deg);
    -ms-transform: translate(-2px, 6px) rotate(45deg);
    transform: translate(-2px, 6px) rotate(45deg);
    top: -7px;
    width: 32px;
  }
  body:not(.pattern-c) .navbar-toggle.is_active .navbar-toggle__bar::after {
    -webkit-transform: translate(-2px, -6px) rotate(-45deg);
    -ms-transform: translate(-2px, -6px) rotate(-45deg);
    transform: translate(-2px, -6px) rotate(-45deg);
    bottom: -5px;
    width: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .navbar-toggle {
    display: none !important;
  }
  .l-gnav__wrapper {
    display: block !important;
  }
}

.hiraku-open-btn-line {
  position: relative;
  display: block;
  width: 27px;
  height: 3px;
  margin: 21px auto 3px;
  -webkit-transition: .1s all;
  -o-transition: .1s all;
  transition: .1s all;
  border-radius: 0;
  background-color: #282828;
}

.hiraku-open-btn-line:before,
.hiraku-open-btn-line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  content: '';
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  border-radius: 0;
  background-color: #282828;
}

.hiraku-open-btn-line:before {
  top: -11px;
}

.hiraku-open-btn-line:after {
  bottom: -11px;
}

.hiraku-open-btn-text {
  display: block;
  margin-top: 14px;
  font-size: 8px;
  text-align: center;
  -webkit-transform: scale(0.9);
  -webkit-transform-origin: bottom center;
}

[aria-expanded='true'] .hiraku-open-btn-line {
  background-color: transparent;
}

[aria-expanded='true'] .hiraku-open-btn-line:before,
[aria-expanded='true'] .hiraku-open-btn-line:after {
  width: 30px;
}

[aria-expanded='true'] .hiraku-open-btn-line:before {
  -ms-transform: translate(-2px, 6px) rotate(45deg);
  -webkit-transform: translate(-2px, 6px) rotate(45deg);
  transform: translate(-2px, 6px) rotate(45deg);
}

[aria-expanded='true'] .hiraku-open-btn-line:after {
  -ms-transform: translate(-2px, -6px) rotate(-45deg);
  -webkit-transform: translate(-2px, -6px) rotate(-45deg);
  transform: translate(-2px, -6px) rotate(-45deg);
}

.js-hiraku-offcanvas-close-btn {
  overflow: hidden;
  clip: auto;
  width: 56px;
  height: 53px;
  position: fixed;
  right: 0;
  top: 0;
  border: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 10004;
}

.js-hiraku-offcanvas-close-btn .hiraku-open-btn-line {
  background-color: transparent;
}

.js-hiraku-offcanvas-close-btn .hiraku-open-btn-line:before,
.js-hiraku-offcanvas-close-btn .hiraku-open-btn-line:after {
  width: 32px;
}

.js-hiraku-offcanvas-close-btn .hiraku-open-btn-line:before {
  top: -7px;
}

.js-hiraku-offcanvas-close-btn .hiraku-open-btn-line:after {
  bottom: -5px;
}

.js-hiraku-offcanvas-close-btn .hiraku-open-btn-line:before {
  -ms-transform: translate(-2px, 6px) rotate(45deg);
  -webkit-transform: translate(-2px, 6px) rotate(45deg);
  transform: translate(-2px, 6px) rotate(45deg);
}

.js-hiraku-offcanvas-close-btn .hiraku-open-btn-line:after {
  -ms-transform: translate(-2px, -6px) rotate(-45deg);
  -webkit-transform: translate(-2px, -6px) rotate(-45deg);
  transform: translate(-2px, -6px) rotate(-45deg);
}

.js-hiraku-offcanvas-body-right .js-hiraku-header-fixed {
  margin-right: 88%;
}

@media print, screen and (min-width: 768px) {
  .js-hiraku-offcanvas-body-right .js-hiraku-header-fixed {
    margin-right: 0;
  }
}

.js-hiraku-offcanvas-body-left .js-hiraku-header-fixed {
  margin-left: 88%;
}

@media print, screen and (min-width: 768px) {
  .js-hiraku-offcanvas-body-left .js-hiraku-header-fixed {
    margin-left: 0;
  }
}

.js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar-right {
  margin-right: -88%;
}

@media print, screen and (min-width: 768px) {
  .js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar-right {
    margin-right: 0;
  }
}

.js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar-left {
  margin-left: -88%;
}

@media print, screen and (min-width: 768px) {
  .js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar-left {
    margin-left: 0;
  }
}

.js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar {
  width: 88%;
}

@media print, screen and (min-width: 768px) {
  .js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar {
    width: 100%;
  }
}

.js-hiraku-offcanvas-body-left {
  left: 425px;
}

@media print, screen and (min-width: 768px) {
  .js-hiraku-offcanvas-body-left {
    left: auto;
  }
}

.js-hiraku-offcanvas-body-right {
  right: 425px;
}

@media print, screen and (min-width: 768px) {
  .js-hiraku-offcanvas-body-right {
    right: auto;
  }
}

.js-hiraku-offcanvas-body-right {
  left: 0;
}

.js-hiraku-offcanvas-body-left {
  left: 0;
}

/* acordion */
.js-offcanvas-navi {
  padding: 75px 0 0;
}

@media print, screen and (min-width: 768px) {
  .js-offcanvas-navi {
    padding: 0;
  }
}

.gnav--category {
  width: 100%;
}

.gnav--category dt {
  position: relative;
  background-color: #282828;
  color: #fff;
  font-size: 100%;
  line-height: 1.5;
  font-weight: bold;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 56px;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}

.gnav--category dt:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  margin-left: -4px;
  margin-top: -3px;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1.5px solid #fff;
  border-top: 1.5px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  .gnav--category dt {
    display: none;
  }
}

.gnav--category:first-child dt {
  background-color: #2f9ed6;
  padding: 0;
  border-bottom: none;
  font-size: 108.3334%;
}

.gnav--category:first-child dt:before {
  display: block;
  content: '';
  position: absolute;
  width: 18px;
  height: 16px;
  margin: -8px 0 0;
  top: 50%;
  left: 18px;
  background: url(/assets/img/common/img_home_w.svg) no-repeat 100% 50%;
  background-size: contain;
}

.gnav--category:first-child dt:after {
  display: none;
}

.gnav--category:first-child dt a {
  background-color: #2f9ed6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 15px 0 50px;
  color: #fff;
  text-decoration: none;
}

.gnav--category:first-child[data-show="hide"] dt:after {
  display: none;
}

.gnav--category[data-show="hide"] dt:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  margin-left: -4px;
  margin-top: -7px;
  display: block;
  width: 8px;
  height: 8px;
  border: none;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  .gnav--category dd {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .gnav--category dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.gnav--category dd li {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .gnav--category dd li:last-child a:before {
    display: none;
  }
}

.gnav--category dd li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 45px;
  vertical-align: middle;
  background-color: #e6e8ed;
  color: #232323;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  position: relative;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

@media print, screen and (min-width: 768px) {
  .gnav--category dd li a {
    height: 56px;
    padding: 0;
    border: none;
    text-decoration: none;
    font-size: 108.3334%;
    line-height: 1.5;
  }
  .gnav--category dd li a:before {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: 1px;
    height: 1.2em;
    margin-top: -0.6em;
    background-color: #282828;
  }
  .gnav--category dd li a.is-current {
    background-color: #fff;
  }
  .gnav--category dd li a.is-current span {
    padding: 7px 13px;
  }
  .gnav--category dd li a[target=_blank] {
    position: relative;
    padding-right: 10px;
  }
  .gnav--category dd li a[target=_blank]::after {
    content: "";
    vertical-align: -2px;
    display: block;
    position: absolute;
    right: 6px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 2px;
    background: url(/assets/img/common/ico_blank.svg) no-repeat 100% 50%;
    background-size: contain;
  }
}

.gnav--category dd li a span {
  font-size: 100%;
}

@media print, screen and (min-width: 768px) {
  .gnav--category dd li a span {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    display: inline-block;
    padding: 7px 13px;
    border-bottom: 2px solid transparent;
  }
}

@media print, screen and (min-width: 768px) {
  .gnav--category dd li a.is-current:hover span {
    text-decoration: none;
    color: #2f9ed6;
    border-bottom: 2px solid transparent;
  }
}

@media print, screen and (min-width: 768px) {
  .gnav--category dd li a.is-current .gnav--close {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .gnav--category dd li a.currentHold:hover span {
    text-decoration: none;
    color: #2f9ed6;
    border-bottom: 2px solid #2f9ed6;
  }
}

@media print, screen and (min-width: 768px) {
  .gnav--category dd li a:hover span, .gnav--category dd li a.is-tap span {
    text-decoration: none;
    color: #2f9ed6;
    border-bottom: 2px solid #2f9ed6;
  }
}

@media print, screen and (min-width: 768px) {
  .gnav--category dd li[data-show="show"] > a span {
    padding: 7px 28px 7px 10px;
  }
}

.gnav--category dd li[data-show="show"] > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  margin-left: -4px;
  margin-top: -3px;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1.5px solid #282828;
  border-top: 1.5px solid #282828;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  .gnav--category dd li[data-show="show"] > a:before {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: 1px;
    height: 1.2em;
    margin: 0;
    padding: 0;
    margin-top: -0.6em;
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #282828;
  }
  .gnav--category dd li[data-show="show"] > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -4px 0 0;
    display: block;
    width: 10px;
    height: 7px;
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: transparent url(/assets/img/common/ico_gnav_arrow_b.svg) no-repeat 100% 50%;
    background-size: contain;
  }
}

@media print, screen and (min-width: 768px) {
  .gnav--category dd li[data-show="show"] > a.is-current span {
    background-color: #fff;
  }
  .gnav--category dd li[data-show="show"] > a.is-current:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.gnav--category dd li[data-show="hide"] > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  margin-left: -4px;
  margin-top: -7px;
  display: block;
  width: 8px;
  height: 8px;
  border: none;
  border-right: 1.5px solid #282828;
  border-bottom: 1.5px solid #282828;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  .gnav--category dd li[data-show="hide"] > a span {
    padding: 7px 28px 7px 10px;
  }
  .gnav--category dd li[data-show="hide"] > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -4px 0 0;
    display: block;
    width: 10px;
    height: 7px;
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: transparent url(/assets/img/common/ico_gnav_arrow_b.svg) no-repeat 100% 50%;
    background-size: contain;
  }
  .gnav--category dd li[data-show="hide"] > a:before {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: 1px;
    height: 1.2em;
    margin: 0;
    padding: 0;
    margin-top: -0.6em;
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #282828;
  }
}

.gnav--category dd li[data-show="hide"] ul {
  display: none;
}

.gnav--category dd li ul {
  margin: 0;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .gnav--category dd li ul {
    display: none;
    position: absolute;
    left: -1px;
    top: 56px;
    width: 280px;
    padding: 20px 0;
    border: 1px solid #e6e8ed;
    border-top: none;
    z-index: 30;
  }
}

.gnav--category dd li ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 53px;
  vertical-align: middle;
  background-color: #ffffff;
  color: #232323;
  padding: 0 30px 0 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .gnav--category dd li ul li a:before {
    display: block !important;
  }
}

@media print, screen and (min-width: 768px) {
  .gnav--category dd li ul li a {
    display: block;
    height: auto;
    border: none;
    padding: 0 30px 0 33px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .gnav--category dd li ul li a:hover span {
    border: none;
  }
}

.gnav--category dd li ul li a span {
  font-size: 100%;
}

@media print, screen and (min-width: 768px) {
  .gnav--category dd li ul li a span {
    font-size: 108.3334%;
    border: none;
  }
}

.gnav--category dd li ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 44px;
  margin-left: -4px;
  margin-top: -5px;
  display: block;
  width: 8px;
  height: 8px;
  border: none;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  .gnav--category dd li ul li a:before {
    top: 1.1em;
    left: 26px;
    margin-left: -3px;
    margin-top: 0;
    width: 7px;
    height: 7px;
    background-color: transparent;
    border-right: 2px solid #999;
    border-top: 2px solid #999;
  }
}

.gnav--category dd li ul li a[target="_blank"]:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 0;
  right: 12px;
  top: 50%;
  background: url(/assets/img/common/ico_blank.svg) no-repeat 100% 50%;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .gnav--category dd li ul li a[target="_blank"]:after {
    right: 20px;
  }
}

.gnav--category dd li .gnav--close {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .gnav--category dd li .gnav--close {
    cursor: pointer;
    display: none;
    position: absolute;
    text-indent: -9999px;
    top: 65px;
    left: 257px;
    width: 12px;
    height: 12px;
    background: url(/assets/img/common/ico_close.svg) no-repeat 100% 50%;
    background-size: contain;
    z-index: 40;
  }
}

.gnav--category[data-show="hide"] dd {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .gnav--category[data-show="show"][data-menu="general"] {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .gnav--btnwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.gnav--btn {
  margin: 33px 33px 15px 33px;
}

@media print, screen and (min-width: 768px) {
  .gnav--btn {
    margin: 0;
    width: 110px;
    height: 39px;
  }
}

.gnav--btn + .gnav--btn {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .gnav--btn + .gnav--btn {
    margin-top: 0;
    margin-left: 10px;
  }
}

.gnav--btn:last-child {
  margin-bottom: 33px;
}

@media print, screen and (min-width: 768px) {
  .gnav--btn:last-child {
    margin-bottom: 0;
  }
}

.gnav--btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 53px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 18px;
  font-weight: normal;
  font-size: 108.3334%;
}

@media print, screen and (min-width: 768px) {
  .gnav--btn a {
    height: 39px;
    padding: 0;
    font-size: 100%;
    line-height: 1.1667;
    font-weight: bold;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.gnav--btn_application a {
  background-color: #56b2e1;
  color: #fff;
  -webkit-box-shadow: inset 0px -2px 0px 0px #3c95c3;
  -moz-box-shadow: inset 0px -2px 0px 0px #3c95c3;
  box-shadow: inset 0px -2px 0px 0px #3c95c3;
}

@media print, screen and (min-width: 768px) {
  .gnav--btn_application a {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .gnav--btn_application a:hover {
    background-color: #4cccf2;
    -webkit-box-shadow: inset 0px -2px 0px 0px #4cccf2;
    -moz-box-shadow: inset 0px -2px 0px 0px #4cccf2;
    box-shadow: inset 0px -2px 0px 0px #4cccf2;
  }
}

@media print, screen and (min-width: 768px) {
  .gnav--btn_login {
    width: 150px;
  }
}

.gnav--btn_login a {
  background-color: #009ad8;
  color: #fff;
  -webkit-box-shadow: inset 0px -2px 0px 0px #0085bb;
  -moz-box-shadow: inset 0px -2px 0px 0px #0085bb;
  box-shadow: inset 0px -2px 0px 0px #0085bb;
}

@media print, screen and (min-width: 768px) {
  .gnav--btn_login a {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .gnav--btn_login a:hover {
    background-color: #4cb7e4;
    -webkit-box-shadow: inset 0px -2px 0px 0px #4cb7e4;
    -moz-box-shadow: inset 0px -2px 0px 0px #4cb7e4;
    box-shadow: inset 0px -2px 0px 0px #4cb7e4;
  }
}

.gnav--btn_simulation a {
  background-color: #47bed0;
  color: #fff;
  -webkit-box-shadow: inset 0px -2px 0px 0px #2ea1b3;
  -moz-box-shadow: inset 0px -2px 0px 0px #2ea1b3;
  box-shadow: inset 0px -2px 0px 0px #2ea1b3;
}

@media print, screen and (min-width: 768px) {
  .gnav--btn_simulation a {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .gnav--btn_simulation a:hover {
    background-color: #7ed0de;
    -webkit-box-shadow: inset 0px -2px 0px 0px #7ed0de;
    -moz-box-shadow: inset 0px -2px 0px 0px #7ed0de;
    box-shadow: inset 0px -2px 0px 0px #7ed0de;
  }
}

@media print, screen and (min-width: 768px) {
  .user--btn_simulation {
    width: 150px;
  }
}

.utility--bnr,
.utility--lang {
  margin: 13px;
}

.utility--bnr a,
.utility--lang a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 56px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 18px;
  font-weight: normal;
  font-size: 108.3334%;
  background-color: #e6e8ed;
  color: #282828;
}

@media print, screen and (min-width: 768px) {
  .utility--bnr a:hover,
  .utility--lang a:hover {
    background-color: #fafafb;
    text-decoration: none;
  }
}

@media print, screen and (min-width: 768px) {
  .js-offcanvas-navi .utility--bnr,
  .js-offcanvas-navi .utility--lang {
    display: none;
  }
}

#header .gnav--category dt a {
  color: #fff;
  text-decoration: none;
}

#header .gnav--category dd li a {
  color: #282828;
}

@media print, screen and (min-width: 768px) {
  #header .gnav--category dd li a {
    text-decoration: none;
  }
  #header .gnav--category dd li a:hover {
    text-decoration: none;
  }
}

#header .gnav--btn_simulation a,
#header .gnav--btn_login a,
#header .gnav--btn_application a {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  #header .gnav--btn_simulation a:hover,
  #header .gnav--btn_login a:hover,
  #header .gnav--btn_application a:hover {
    text-decoration: none;
  }
}

#header .utility--bnr a,
#header .utility--lang a {
  color: #282828;
}

@media print, screen and (min-width: 768px) {
  #header .utility--bnr a:hover,
  #header .utility--lang a:hover {
    text-decoration: none;
  }
}

#header .utility--bnr a {
  padding: 16px;
  text-decoration: none;
  position: relative;
}

#header .utility--bnr a img {
  width: 90px;
  height: auto;
}

#header .utility--bnr a span {
  padding-left: 10px;
}

#header .utility--bnr a:after {
  content: "";
  vertical-align: -2px;
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 2px;
  background: #e6e8ed url(/assets/img/common/ico_blank.svg) no-repeat 100% 50%;
  background-size: contain;
}

/* [Offcanvas menu] ==================================================*/
.pattern-c #header .js-offcanvas-btn,
.pattern-c #header .utility--bnr {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .pattern-c #header .js-offcanvas-btn,
  #header .js-offcanvas-btn,
  .pattern-c #header .utility--bnr {
    display: none;
  }
}

/* -----------------------------------------------------------------*/
/* Common Layout Override
/* -----------------------------------------------------------------*/
body, html {
  text-align: left;
  background: none #fff;
}

.container {
  overflow: hidden;
  border: none;
  width: auto;
  min-width: inherit;
  background: none #fff;
}

body.pane1 .container, body.pane2 .container, body.pane3 .container, body.popup .container {
  border: none;
  width: auto;
  min-width: inherit;
  background: none #fff;
}

body {
  background: #e6e8ed;
  text-align: center;
  height: auto;
  width: auto;
}

a {
  color: #000;
}

a:visited {
  color: #660099;
}

@media print, screen and (min-width: 768px) {
  a {
    text-decoration: underline;
  }
  a:visited {
    color: #660099;
  }
  a:hover {
    text-decoration: none;
  }
  a:active {
    text-decoration: none;
  }
  a:focus {
    outline-color: #3b99fc;
    outline-offset: 0px;
    outline-style: dotted;
    outline-width: 1px;
  }
}

/*---- Block Skip ----*/
#blockskip {
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 0;
  idth: 100%;
  height: 0;
}

#blockskip a {
  display: block;
  background: #272F89;
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: underline;
  color: #ffffff;
  text-decoration: none;
}

#blockskip a:hover {
  text-decoration: underline;
}

#blockskip a:focus {
  text-decoration: underline;
}

#blockskip.show {
  color: #ffffff;
  height: 3em;
  margin-top: 0;
  padding: 0;
  line-height: 1.5;
  cursor: pointer;
}

#warp {
  padding-top: 50px;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  #warp {
    padding-top: 110px;
    position: static !important;
  }
}

#contents {
  width: auto;
  padding: 0;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  #contents {
    padding: 0;
  }
}

#aside {
  width: auto;
  text-align: left;
}

div.container div#header,
div.container .l-header,
div.container ol.topicpath,
div.container div#contents #aside,
div.container div#footer-utility,
div.container div#footer,
body .l-cvarea,
body .l-footerlink,
body .l-footersitemap,
body .c-localnav,
body p.c-shinsa-num,
body #tax_info {
  font-family: 'Noto Sans JP', sans-serif;
}

.is-sp {
  display: inline;
}

@media print, screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

.is-pc {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .is-pc {
    display: inline;
  }
}

.is-hidden {
  display: none;
  visibility: hidden;
}

.is-opacity {
  opacity: 0;
  visibility: hidden;
}

/* [contents pattern] ==================================================*/
.pattern-c {
  min-width: 1200px;
}

@media print, screen and (min-width: 1px) {
  .pattern-c {
    /* -----------------------------------------------------------------*/
    /* header
		/* -----------------------------------------------------------------*/
    /* [TopicPath] ==================================================*/
    /* [shinsa] ==================================================*/
    /* [tax_info] ==================================================*/
    /* [Pagetop] ==================================================*/
    /* [footersitemap] ==================================================*/
    /* [footerlink] ==================================================*/
    /* [copyright] ==================================================*/
    /* acordion */
  }
  .pattern-c #header.l-header {
    width: auto;
    min-width: 1200px;
    background: #fff;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    border: none;
  }
  .pattern-c #header.l-header[data-position=fixed] {
    position: fixed;
    border-bottom: 1px solid #ffffff;
  }
  .pattern-c #header.l-header[data-position=absolute] {
    position: absolute;
  }
  .pattern-c #header.l-header .l-header-inner {
    width: 1160px;
    margin: 0 auto;
  }
  .pattern-c #header.l-header .l-logo {
    float: left;
    position: relative;
    z-index: 10;
  }
  .pattern-c #header.l-header .l-logo a {
    padding: 10px 0 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
  }
  .pattern-c #header.l-header .l-logo a:hover .logo--home {
    opacity: 0.5;
  }
  .pattern-c #header.l-header .l-logo a .logo--flets {
    width: 98px;
    height: auto;
    display: inline-block;
  }
  .pattern-c #header.l-header .l-logo a .logo--official {
    width: 109px;
    margin-left: 10px;
    vertical-align: top;
    height: auto;
  }
  .pattern-c #header.l-header .l-logo a .logo--home {
    display: inline-block;
    width: 29px;
    height: auto;
    vertical-align: -3px;
    margin-left: 22px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 1;
  }
  .pattern-c .l-header-first {
    border-bottom: 4px solid #282828;
  }
  .pattern-c .l-header-second {
    background-color: #e6e8ed;
  }
  .pattern-c .l-utility {
    float: right;
    position: relative;
  }
  .pattern-c .l-utility .utility--login {
    width: 110px;
    height: 30px;
    margin: 15px 6px 5px 0;
    overflow: hidden;
    float: left;
    display: block;
    position: static;
    right: auto;
    top: auto;
  }
  .pattern-c .l-utility .utility--login a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    height: 30px;
    padding: 0 0 0 30px;
    font-size: 100%;
    line-height: 1;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    color: #282828;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: transparent;
    opacity: 1;
  }
  .pattern-c .l-utility .utility--login a:hover {
    color: #232323;
    opacity: .5;
  }
  .pattern-c .l-utility .utility--login a:after {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -8px 0 0 0;
    background: url(/assets/img/common/img_door.svg) no-repeat 50% 50%;
    background-size: contain;
  }
  .pattern-c .l-utility .utility--lang {
    margin: 15px 6px 5px 0;
    float: left;
    display: block;
  }
  .pattern-c .l-utility .utility--lang a {
    width: 80px;
    height: 30px;
    padding: 0;
    font-size: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: transparent;
    opacity: 1;
    text-transform: uppercase;
  }
  .pattern-c .l-utility .utility--lang a:hover {
    color: #232323;
    opacity: .5;
  }
  .pattern-c .l-utility .utility--language ul a {
    color: #fff !important;
    text-align: center;
  }
  .pattern-c .l-utility .utility--language,
  .pattern-c .l-utility .utility--fontsize {
    height: 30px;
    margin: 15px 0 5px 0;
    float: left;
    display: block;
    position: relative;
    z-index: 10;
  }
  .pattern-c .l-utility .utility--language a,
  .pattern-c .l-utility .utility--fontsize a {
    width: 80px;
    height: 30px;
    padding: 0;
    font-size: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #232323;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 1;
  }
  .pattern-c .l-utility .utility--language a[data-fontchange="open"] .sr-only,
  .pattern-c .l-utility .utility--fontsize a[data-fontchange="open"] .sr-only {
    display: none;
  }
  .pattern-c .l-utility .utility--language a[data-fontchange="open"]:after,
  .pattern-c .l-utility .utility--fontsize a[data-fontchange="open"]:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -6px;
    background: url(/assets/img/common/ico_search_close.svg) no-repeat 50% 50%;
    background-size: contain;
  }
  .pattern-c .l-utility .utility--language a[data-fontchange="open"] + ul,
  .pattern-c .l-utility .utility--fontsize a[data-fontchange="open"] + ul {
    display: block;
  }
  .pattern-c .l-utility .utility--language a[data-fontchange="close"] + ul,
  .pattern-c .l-utility .utility--fontsize a[data-fontchange="close"] + ul {
    display: none;
  }
  .pattern-c .l-utility .utility--language a:link,
  .pattern-c .l-utility .utility--fontsize a:link {
    color: #232323;
  }
  .pattern-c .l-utility .utility--language a:hover,
  .pattern-c .l-utility .utility--fontsize a:hover {
    color: #232323;
    opacity: .5;
  }
  .pattern-c .l-utility .utility--language ul,
  .pattern-c .l-utility .utility--fontsize ul {
    background-color: #666666;
    padding: 5px;
  }
  .pattern-c .l-utility .utility--language ul li + li,
  .pattern-c .l-utility .utility--fontsize ul li + li {
    margin-top: 5px;
  }
  .pattern-c .l-utility .utility--language .fontsize--btn,
  .pattern-c .l-utility .utility--fontsize .fontsize--btn {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0;
    font-size: 100%;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #232323;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border: none;
    background-color: #666666;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .pattern-c .l-utility .utility--language .fontsize--btn.is-current, .pattern-c .l-utility .utility--language .fontsize--btn:hover,
  .pattern-c .l-utility .utility--fontsize .fontsize--btn.is-current,
  .pattern-c .l-utility .utility--fontsize .fontsize--btn:hover {
    background-color: #282828;
  }
  .pattern-c .l-utility .utility--language .fontsize--big,
  .pattern-c .l-utility .utility--fontsize .fontsize--big {
    font-size: 116.6667%;
  }
  .pattern-c .l-utility .utility--search {
    width: auto;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    padding: 0;
    margin: 15px 0 5px 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
  }
  .pattern-c .l-utility .utility--search form {
    width: 304px;
    left: auto;
    right: 476px;
    top: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
    display: block;
    position: absolute;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: right;
  }
  .pattern-c .l-utility .utility--search form[data-show="hide"] {
    overflow: hidden;
    width: 0;
  }
  .pattern-c .l-utility .utility--search form[data-show="hide"] #i_search_input {
    width: 0;
  }
  .pattern-c .l-utility .utility--search form #i_search_input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 264px;
    padding: 0 10px;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
    border: 0;
    margin: 0;
    background-color: #e6e8ed;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pattern-c .l-utility .utility--search form #i_search_input:placeholder-shown {
    color: #9a9b9e;
  }
  .pattern-c .l-utility .utility--search form #i_search_input::-webkit-input-placeholder {
    color: #9a9b9e;
  }
  .pattern-c .l-utility .utility--search form #i_search_input:-moz-placeholder {
    color: #9a9b9e;
  }
  .pattern-c .l-utility .utility--search form #i_search_input::-moz-placeholder {
    color: #9a9b9e;
  }
  .pattern-c .l-utility .utility--search form #i_search_input:-ms-input-placeholder {
    color: #9a9b9e;
  }
  .pattern-c .l-utility .utility--search form #search--btn__submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 46px;
    height: 30px;
    cursor: pointer;
    border: none;
    background-color: #282828;
    color: #fff;
    position: relative;
  }
  .pattern-c .l-utility .utility--search form #search--btn__submit:hover {
    background-color: #686868;
  }
  .pattern-c .l-utility .utility--search form #search--btn__submit:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -9px;
    background: url(/assets/img/common/ico_search_w.svg) no-repeat 50% 50%;
    background-size: contain;
  }
  .pattern-c .l-utility .utility--search .search--btn {
    width: 52px;
    height: 30px;
    margin: 0 0 0 20px;
    overflow: hidden;
    position: relative;
    right: auto;
    top: 0;
  }
  .pattern-c .l-utility .utility--search .search--btn a {
    display: block;
    width: 60px;
    height: auto;
    padding: 9px 0;
    font-size: 100%;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #282828;
  }
  .pattern-c .l-utility .utility--search .search--btn a:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -7px 0 0 0;
    background: url(/assets/img/common/ico_search_b.svg) no-repeat 50% 50%;
    background-size: contain;
  }
  .pattern-c .l-utility .utility--search .search--btn[data-search="open"] a {
    padding-top: 30px;
  }
  .pattern-c .l-utility .utility--search .search--btn[data-search="open"] a:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -6px;
    background: url(/assets/img/common/ico_search_close.svg) no-repeat 50% 50%;
    background-size: contain;
  }
  .pattern-c .l-utility .l-selectmenu {
    display: block;
    float: left;
    width: 400px;
    margin: 10px 0 0 20px;
    position: relative;
  }
  .pattern-c .l-utility .l-selectmenu .selectmenu--wrap {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
  }
  .pattern-c .l-utility .l-selectmenu .selectmenu--title {
    display: block;
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 108.3334%;
    font-weight: bold;
    cursor: pointer;
  }
  .pattern-c .l-utility .l-selectmenu .selectmenu--title:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    margin: -6px 0 0;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .pattern-c .l-utility .l-selectmenu .selectmenu--title[data-show="show"]:before {
    margin: -2px 0 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .pattern-c .l-utility .l-selectmenu.is-current .selectmenu--list {
    display: block;
  }
  .pattern-c .l-utility .l-selectmenu .selectmenu--list {
    display: none;
    width: 100%;
    z-index: 999;
  }
  .pattern-c .l-utility .l-selectmenu .selectmenu--list .selectmenu--item {
    border-top: 1px solid #fff;
  }
  .pattern-c .l-utility .l-selectmenu .selectmenu--list .selectmenu--item a {
    display: block;
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 38px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 108.3334%;
    font-weight: bold;
  }
  .pattern-c .l-utility .l-selectmenu .selectmenu--list .selectmenu--item a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    width: 8px;
    height: 8px;
    margin: -6px 0 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .pattern-c #header .utility--login a {
    color: #282828;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .pattern-c #header .utility--login a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
  .pattern-c #header .search--btn a {
    color: #282828;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }
  .pattern-c #header .search--btn a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
  .pattern-c #header a.selectmenu--title {
    color: #fff;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
  }
  .pattern-c #header a.selectmenu--title:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
  }
  .pattern-c #header .selectmenu--item a {
    color: #fff;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
  }
  .pattern-c #header .selectmenu--item a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
  }
  .pattern-c #header .utility--fontsize {
    display: none;
  }
  .pattern-c #header .utility--fontsize a {
    color: #282828;
  }
  .pattern-c #header .utility--fontsize a:hover {
    text-decoration: none;
    color: #282828;
  }
  .pattern-c ol.topicpath {
    width: 1160px;
    margin: 13px auto;
    padding: 0 5px;
  }
  .pattern-c ol#topicpath.topicpath {
    font-size: 91.6667%;
    line-height: 1.2em;
    color: #282828;
    text-align: left;
    font-weight: bold;
  }
  .pattern-c ol#topicpath.topicpath a:link,
  .pattern-c ol#topicpath.topicpath a:active {
    color: #777777;
    text-decoration: none;
  }
  .pattern-c ol#topicpath.topicpath a:focus,
  .pattern-c ol#topicpath.topicpath a:hover {
    color: #009ad8;
    text-decoration: underline;
  }
  .pattern-c ol#topicpath.topicpath a:visited {
    color: #660099;
  }
  .pattern-c ol#topicpath.topicpath li {
    display: inline-block;
    padding: 0 0.5em 0 0;
    background: none;
  }
  .pattern-c ol#topicpath.topicpath li:after {
    content: "\3E";
    display: inline-block;
    vertical-align: middle;
    background: url(/assets/img/common/bg_breadcrumb.svg) no-repeat 50% 50%;
    background-size: 5px 5px;
    padding: 5px 0 0 5px;
    margin: 0 0 0 10px;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .pattern-c ol#topicpath.topicpath li:last-child {
    padding: 0;
  }
  .pattern-c ol#topicpath.topicpath li:last-child:after {
    display: none;
  }
  .pattern-c ol#topicpath.topicpath li.first-child {
    background: none;
  }
  .pattern-c ol#topicpath.topicpath li.first-child:before {
    content: "\73FE\5728\4F4D\7F6E\306F";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
  }
  .pattern-c ol#topicpath.topicpath li[data-menu=general] {
    display: none;
  }
  .pattern-c #contents {
    width: 940px;
    border-top: none;
    text-align: left;
    margin-bottom: 60px;
  }
  .pattern-c #contents #main {
    width: 690px;
    margin: 60px auto 0;
    text-align: left;
  }
  .pattern-c div.shinsa-block {
    background: #e6e8ed;
    margin: 130px auto 0;
    padding: 0;
  }
  .pattern-c .shinsa-block--wrap {
    padding: 60px 0 100px;
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .pattern-c p.shinsa-num {
    min-width: 160px;
    padding: 11px 0;
    margin-top: 0;
    line-height: 16px !important;
    font-size: 14px !important;
    color: #282828 !important;
    text-align: center;
    border: 1px solid #e6e8ed;
    background-color: #fff;
    float: right;
  }
  .pattern-c #tax_info {
    display: block;
    opacity: 1;
    color: #fff;
    text-align: left;
    z-index: auto;
    padding: 0;
    background-color: rgba(40, 40, 40, 0.9);
    width: 100%;
  }
  .pattern-c #tax_info .tax_info--wrap {
    width: 1160px;
    margin: 0 auto;
  }
  .pattern-c #tax_info p {
    padding: 5px 10px;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1.5;
    opacity: 1;
    font-weight: bold;
  }
  .pattern-c #tax_info p:last-of-type {
    padding: 5px 10px;
  }
  .pattern-c #pagetop {
    text-align: left;
    font-size: 100%;
    line-height: 0;
    width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  .pattern-c #pagetop[data-show=hide] p {
    opacity: 0;
  }
  .pattern-c #pagetop[data-show=show] p {
    opacity: 1;
  }
  .pattern-c #pagetop[data-position=fixed] p {
    position: fixed;
    top: auto;
    bottom: 50px;
  }
  .pattern-c #pagetop[data-position=absolute] p {
    position: absolute;
    top: -30px;
  }
  .pattern-c #pagetop p {
    font-size: 0 !important;
    line-height: 0 !important;
    position: absolute;
    width: 60px;
    height: 60px;
    overflow: hidden;
    right: auto;
    left: 50%;
    top: -30px;
    margin-left: 540px;
    z-index: 999;
  }
  .pattern-c #pagetop p a {
    display: block;
    padding-left: 0;
    background: #282828 none;
    opacity: .8;
    width: 60px;
    height: 60px;
    padding-top: 60px;
  }
  .pattern-c #pagetop p a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .pattern-c #pagetop p a:focus, .pattern-c #pagetop p a:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: .6;
  }
  .pattern-c .l-footersitemap {
    display: block;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
  }
  .pattern-c .footersitemap--wrap {
    width: 1160px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pattern-c .footersitemap--wrap[data-show="hide"] {
    display: none;
  }
  .pattern-c .footersitemap--column {
    text-align: left;
    font-size: 116.667%;
    line-height: 1.429;
    margin-right: 40px;
  }
  .pattern-c .footersitemap--column:last-child {
    margin-right: 0;
  }
  .pattern-c .footersitemap--column a {
    color: #282828;
  }
  .pattern-c .footersitemap--column a:link {
    color: #282828;
    text-decoration: none;
  }
  .pattern-c .footersitemap--column a:hover {
    color: #2f9ed6;
    text-decoration: underline;
  }
  .pattern-c .footersitemap--column a:visited {
    color: #660099;
    text-decoration: underline;
  }
  .pattern-c .footersitemap--column a[target="_blank"]:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 0 0 6px;
    background: url(/assets/img/common/ico_blank_g.svg) no-repeat 100% 50%;
    background-size: contain;
  }
  .pattern-c .footersitemap--column ul {
    margin: 50px 0;
  }
  .pattern-c .footersitemap--column ul li {
    margin-top: 30px;
    font-weight: bold;
  }
  .pattern-c .footersitemap--column ul li:first-child {
    margin-top: 0;
  }
  .pattern-c .footersitemap--column ul li ul {
    margin: 14px 0 0;
  }
  .pattern-c .footersitemap--column ul li ul li {
    margin-top: 16px;
    font-weight: normal;
    padding-left: 1em;
    text-indent: -1em;
  }
  .pattern-c .footersitemap--column ul li ul li:first-child {
    margin-top: 0;
  }
  .pattern-c .footersitemap--column ul li ul li:before {
    content: "・";
  }
  .pattern-c .l-footerlink {
    background: #e6e8ed;
    padding: 20px 0 0;
  }
  .pattern-c .footerlink--wrap {
    margin: 0 auto;
    width: 1160px;
  }
  .pattern-c .footerlink--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 116.667%;
    line-height: 1.429;
  }
  .pattern-c .footerlink--list li {
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    padding-right: 1px;
    margin-bottom: 0;
    display: block;
    position: relative;
  }
  .pattern-c .footerlink--list li:nth-child(even) {
    padding-right: 0;
    padding-left: 1px;
  }
  .pattern-c .footerlink--list li:after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: 1px;
    height: 1em;
    margin-top: -0.5em;
    background-color: #282828;
  }
  .pattern-c .footerlink--list li:last-child:after {
    display: none;
  }
  .pattern-c .footerlink--list li a {
    width: 100%;
    height: auto;
    padding: 0 25px 0 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #282828;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0 23px;
    letter-spacing: -0.02em;
  }
  .pattern-c .footerlink--list li a:link {
    color: #282828;
    text-decoration: none;
  }
  .pattern-c .footerlink--list li a:hover {
    color: #282828;
    text-decoration: underline;
  }
  .pattern-c .footerlink--list li a:visited {
    color: #660099;
    text-decoration: underline;
  }
  .pattern-c .footerlink--list li a[target="_blank"]:after {
    content: "";
    display: inline-block;
    vertical-align: -2px;
    position: static;
    right: 6px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin: 0 0 0 4px;
    background: url(/assets/img/common/ico_blank.svg) no-repeat 100% 50%;
    background-size: contain;
  }
  .pattern-c .l-copyright {
    background: #e6e8ed;
    padding-top: 50px;
    margin-top: -5px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .pattern-c .copyright--wrap {
    margin: 0 auto;
    width: 1160px;
  }
  .pattern-c .copyright--logo {
    text-align: center;
    margin: 0 auto;
    width: 200px;
  }
  .pattern-c .copyright--logo img {
    width: 200px;
    height: auto;
  }
  .pattern-c .copyright--logo a {
    text-decoration: none;
    background-color: transparent;
  }
  .pattern-c .copyright--logo a:hover {
    text-decoration: none;
    background-color: transparent;
  }
  .pattern-c .copyright--text {
    text-align: center;
    margin: 0 auto;
    font-size: 100%;
    line-height: 1.8;
    margin: 40px 0 0;
    margin: 40px 0 0;
  }
  .pattern-c .copyright--text span {
    text-transform: uppercase;
  }
  .pattern-c .l-cvarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 80px 80px;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pattern-c .l-cvarea[data-show="hide"] {
    display: none;
  }
  .pattern-c .l-cvarea .m-btn {
    position: relative;
    padding: 0;
  }
  .pattern-c .l-cvarea .m-btn:first-child {
    margin-right: 10px;
  }
  .pattern-c .l-cvarea .m-btn:last-child {
    margin-left: 10px;
  }
  .pattern-c .l-cvarea .m-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    display: block;
    width: 22px;
    height: 22px;
    margin: -11px 0 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .pattern-c .l-cvarea .m-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 0 40px;
    font-size: 333.3334%;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.4;
    -webkit-box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.25);
  }
  .pattern-c .m-btn__application {
    width: 50%;
  }
  .pattern-c .m-btn__application a {
    height: 220px;
    background-color: #00b6ec;
    color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .pattern-c .m-btn__application a:link {
    color: #fff;
  }
  .pattern-c .m-btn__application a:hover {
    background-color: #4cccf2;
  }
  .pattern-c .m-btn__simulation {
    width: 50%;
  }
  .pattern-c .m-btn__simulation a {
    height: 220px;
    background-color: #47bed0;
    color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .pattern-c .m-btn__simulation a:link {
    color: #fff;
  }
  .pattern-c .m-btn__simulation a:hover {
    background-color: #7ed0de;
  }
  .pattern-c .localnav--inner {
    border-top: 1px solid #e6e8ed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1160px;
    padding: 55px 80px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .pattern-c .c-localnav h2 {
    font-size: 166.6667%;
    font-weight: bold;
  }
  .pattern-c .c-localnav .localnav--category h3 {
    font-size: 133.3334%;
    font-weight: bold;
    border-bottom: 1px solid #282828;
    padding-bottom: 4px;
    margin-top: 46px;
  }
  .pattern-c .c-localnav .localnav--category h3:first-child {
    margin-top: 51px;
  }
  .pattern-c .c-localnav .localnav--category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1px;
  }
  .pattern-c .c-localnav .localnav--category ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-right: 15px;
    margin-top: 11px;
    font-size: 116.6667%;
    color: #282828;
    text-decoration: none;
  }
  .pattern-c .c-localnav .localnav--category ul li a:link {
    color: #282828;
    text-decoration: none;
  }
  .pattern-c .c-localnav .localnav--category ul li a:link span:after {
    border-top: 2px solid #999999;
    border-right: 2px solid #999999;
  }
  .pattern-c .c-localnav .localnav--category ul li a:hover {
    color: #2f9ed6;
    text-decoration: underline;
  }
  .pattern-c .c-localnav .localnav--category ul li a:hover span:after {
    border-top: 2px solid #2f9ed6;
    border-right: 2px solid #2f9ed6;
  }
  .pattern-c .c-localnav .localnav--category ul li a:visited {
    color: #660099;
    text-decoration: underline;
  }
  .pattern-c .c-localnav .localnav--category ul li a:visited span:after {
    border-top: 2px solid #660099;
    border-right: 2px solid #660099;
  }
  .pattern-c .c-localnav .localnav--category ul li a span {
    position: relative;
    padding: 0 0 0 16px;
  }
  .pattern-c .c-localnav .localnav--category ul li a span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    margin: -5px 0 0;
    border-top: 2px solid #2f9ed6;
    border-right: 2px solid #2f9ed6;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .pattern-c .c-localnav .c-entrust {
    text-align: right;
    margin-top: 35px;
  }
  .pattern-c .c-localnav .c-entrust a {
    padding: 0;
    font-size: 133.3334%;
    line-height: 1;
    color: #009ad8;
    text-decoration: underline;
  }
  .pattern-c .c-localnav .c-entrust a:link {
    color: #009ad8;
    text-decoration: underline;
  }
  .pattern-c .c-localnav .c-entrust a:link span:after {
    border-top: 2px solid #009ad8;
    border-right: 2px solid #009ad8;
  }
  .pattern-c .c-localnav .c-entrust a:hover {
    color: #009ad8;
    text-decoration: none;
  }
  .pattern-c .c-localnav .c-entrust a:hover span:after {
    border-top: 2px solid #009ad8;
    border-right: 2px solid #009ad8;
  }
  .pattern-c .c-localnav .c-entrust a:visited {
    color: #660099;
    text-decoration: underline;
  }
  .pattern-c .c-localnav .c-entrust a:visited span:after {
    border-top: 2px solid #660099;
    border-right: 2px solid #660099;
  }
  .pattern-c .c-localnav .c-entrust a span {
    position: relative;
    padding: 0 0 0 16px;
  }
  .pattern-c .c-localnav .c-entrust a span:after {
    width: 6px;
    height: 6px;
    margin: -4px 0 0;
    border-top: 2px solid #009ad8;
    border-right: 2px solid #009ad8;
  }
  .pattern-c .c-localnav .c-entrust a span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    margin: -3px 0 0;
    border-top: 1px solid #009ad8;
    border-right: 1px solid #009ad8;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .pattern-c.col2 #contents {
    width: 1200px;
  }
  .pattern-c.col2 #main {
    float: right;
  }
  .pattern-c.col2 #aside {
    float: left;
    width: 220px;
    padding-top: 104px !important;
  }
  .pattern-c.col2 #aside .aside_box_btn03 {
    padding: 0;
  }
  .pattern-c.col2 .shinsa-block {
    clear: both;
  }
  .pattern-c .js-offcanvas-navi {
    padding: 0;
  }
  .pattern-c .gnav--category {
    width: 100%;
  }
  .pattern-c .gnav--category dt {
    display: none;
  }
  .pattern-c .gnav--category dd {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pattern-c .gnav--category dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pattern-c .gnav--category dd li {
    position: relative;
  }
  .pattern-c .gnav--category dd li:last-child a:before {
    display: none;
  }
  .pattern-c .gnav--category dd li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 56px;
    vertical-align: middle;
    background-color: #e6e8ed;
    color: #232323;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    font-size: 108.3334%;
    line-height: 1.5;
  }
  .pattern-c .gnav--category dd li a:before {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: 1px;
    height: 1.2em;
    margin-top: -0.6em;
    background-color: #282828;
  }
  .pattern-c .gnav--category dd li a span {
    font-size: 100%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    display: inline-block;
    padding: 7px 13px;
    border-bottom: 2px solid transparent;
  }
  .pattern-c .gnav--category dd li a.is-current {
    background-color: #fff;
  }
  .pattern-c .gnav--category dd li a.is-current span {
    padding: 7px 13px;
  }
  .pattern-c .gnav--category dd li a.is-current:hover span {
    text-decoration: none;
    color: #2f9ed6;
    border-bottom: 2px solid transparent;
  }
  .pattern-c .gnav--category dd li a.is-current .gnav--close {
    display: block;
  }
  .pattern-c .gnav--category dd li a.currentHold:hover span {
    text-decoration: none;
    color: #2f9ed6;
    border-bottom: 2px solid #2f9ed6;
  }
  .pattern-c .gnav--category dd li a:hover span, .pattern-c .gnav--category dd li a.is-tap span {
    text-decoration: none;
    color: #2f9ed6;
    border-bottom: 2px solid #2f9ed6;
  }
  .pattern-c .gnav--category dd li[data-show="show"] > a span {
    padding: 7px 28px 7px 10px;
  }
  .pattern-c .gnav--category dd li[data-show="show"] > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -4px 0 0;
    display: block;
    width: 10px;
    height: 7px;
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: transparent url(/assets/img/common/ico_gnav_arrow_b.svg) no-repeat 100% 50%;
    background-size: contain;
  }
  .pattern-c .gnav--category dd li[data-show="show"] > a:before {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: 1px;
    height: 1.2em;
    margin: 0;
    padding: 0;
    margin-top: -0.6em;
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #282828;
  }
  .pattern-c .gnav--category dd li[data-show="show"] > a.is-current span {
    background-color: #fff;
  }
  .pattern-c .gnav--category dd li[data-show="show"] > a.is-current:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .pattern-c .gnav--category dd li[data-show="hide"] > a span {
    padding: 7px 28px 7px 10px;
  }
  .pattern-c .gnav--category dd li[data-show="hide"] > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -4px 0 0;
    display: block;
    width: 10px;
    height: 7px;
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: transparent url(/assets/img/common/ico_gnav_arrow_b.svg) no-repeat 100% 50%;
    background-size: contain;
  }
  .pattern-c .gnav--category dd li[data-show="hide"] > a:before {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: 1px;
    height: 1.2em;
    margin: 0;
    padding: 0;
    margin-top: -0.6em;
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #282828;
  }
  .pattern-c .gnav--category dd li ul {
    margin: 0;
    background-color: #fff;
    display: none;
    position: absolute;
    left: -1px;
    top: 56px;
    width: 280px;
    padding: 20px 0;
    border: 1px solid #e6e8ed;
    border-top: none;
    z-index: 30;
  }
  .pattern-c .gnav--category dd li ul li:last-child a:before {
    display: block;
  }
  .pattern-c .gnav--category dd li ul li a {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    vertical-align: middle;
    background-color: #ffffff;
    color: #232323;
    padding: 0 30px 0 33px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .pattern-c .gnav--category dd li ul li a span {
    font-size: 108.3334%;
    border: none;
  }
  .pattern-c .gnav--category dd li ul li a:hover span {
    border: none;
  }
  .pattern-c .gnav--category dd li ul li a:before {
    content: '';
    position: absolute;
    top: 1.1em;
    left: 26px;
    margin-left: -3px;
    margin-top: 0;
    display: block;
    width: 7px;
    height: 7px;
    border: none;
    border-right: 2px solid #999;
    border-top: 2px solid #999;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: transparent;
  }
  .pattern-c .gnav--category dd li ul li a[target="_blank"]:after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 0;
    right: 20px;
    top: 50%;
    background: url(/assets/img/common/ico_blank.svg) no-repeat 100% 50%;
    background-size: contain;
  }
  .pattern-c .gnav--category dd li .gnav--close {
    cursor: pointer;
    display: none;
    position: absolute;
    text-indent: -9999px;
    top: 65px;
    left: 257px;
    width: 12px;
    height: 12px;
    background: url(/assets/img/common/ico_close.svg) no-repeat 100% 50%;
    background-size: contain;
    z-index: 40;
  }
  .pattern-c .gnav--category[data-show="hide"] dd {
    display: none;
  }
  .pattern-c .gnav--category[data-show="show"][data-menu="general"] {
    display: none;
  }
  .pattern-c .gnav--btnwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pattern-c .gnav--btn {
    margin: 0;
    width: 110px;
    height: 39px;
  }
  .pattern-c .gnav--btn + .gnav--btn {
    margin-top: 0;
    margin-left: 10px;
  }
  .pattern-c .gnav--btn:last-child {
    margin-bottom: 0;
  }
  .pattern-c .gnav--btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 39px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    font-weight: bold;
    font-size: 100%;
    line-height: 1.1667;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pattern-c .gnav--btn_application a {
    background-color: #56b2e1;
    color: #fff;
    -webkit-box-shadow: inset 0px -2px 0px 0px #3c95c3;
    -moz-box-shadow: inset 0px -2px 0px 0px #3c95c3;
    box-shadow: inset 0px -2px 0px 0px #3c95c3;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .pattern-c .gnav--btn_application a:hover {
    background-color: #4cccf2;
    -webkit-box-shadow: inset 0px -2px 0px 0px #4cccf2;
    -moz-box-shadow: inset 0px -2px 0px 0px #4cccf2;
    box-shadow: inset 0px -2px 0px 0px #4cccf2;
  }
  .pattern-c .gnav--btn_login {
    width: 150px;
  }
  .pattern-c .gnav--btn_login a {
    background-color: #009ad8;
    color: #fff;
    -webkit-box-shadow: inset 0px -2px 0px 0px #0085bb;
    -moz-box-shadow: inset 0px -2px 0px 0px #0085bb;
    box-shadow: inset 0px -2px 0px 0px #0085bb;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .pattern-c .gnav--btn_login a:hover {
    background-color: #4cb7e4;
    -webkit-box-shadow: inset 0px -2px 0px 0px #4cb7e4;
    -moz-box-shadow: inset 0px -2px 0px 0px #4cb7e4;
    box-shadow: inset 0px -2px 0px 0px #4cb7e4;
  }
  .pattern-c .gnav--btn_simulation a {
    background-color: #47bed0;
    color: #fff;
    -webkit-box-shadow: inset 0px -2px 0px 0px #2ea1b3;
    -moz-box-shadow: inset 0px -2px 0px 0px #2ea1b3;
    box-shadow: inset 0px -2px 0px 0px #2ea1b3;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .pattern-c .gnav--btn_simulation a:hover {
    background-color: #7ed0de;
    -webkit-box-shadow: inset 0px -2px 0px 0px #7ed0de;
    -moz-box-shadow: inset 0px -2px 0px 0px #7ed0de;
    box-shadow: inset 0px -2px 0px 0px #7ed0de;
  }
}

@media print, screen and (min-width: 1px) and (min-width: 768px) {
  .pattern-c .user--btn_simulation {
    width: 150px;
  }
}

@media print, screen and (min-width: 1px) {
  .pattern-c .utility--lang {
    margin: 13px;
  }
  .pattern-c .utility--lang a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 56px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 18px;
    font-weight: normal;
    font-size: 108.3334%;
    background-color: #e6e8ed;
    color: #282828;
  }
  .pattern-c .utility--lang a:hover {
    background-color: #fafafb;
    text-decoration: none;
  }
  .pattern-c .js-offcanvas-navi .utility--lang {
    display: none;
  }
  .pattern-c #header .gnav--category dd li a {
    color: #282828;
    text-decoration: none;
  }
  .pattern-c #header .gnav--category dd li a:hover {
    text-decoration: none;
  }
  .pattern-c #header .gnav--category dd li a[target=_blank] {
    position: relative;
    padding-right: 10px;
  }
  .pattern-c #header .gnav--category dd li a[target=_blank]::after {
    content: "";
    vertical-align: -2px;
    display: block;
    position: absolute;
    right: 6px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 2px;
    background: url(/assets/img/common/ico_blank.svg) no-repeat 100% 50%;
    background-size: contain;
  }
  .pattern-c #header .gnav--btn_simulation a,
  .pattern-c #header .gnav--btn_login a,
  .pattern-c #header .gnav--btn_application a {
    color: #fff;
  }
  .pattern-c #header .gnav--btn_simulation a:hover,
  .pattern-c #header .gnav--btn_login a:hover,
  .pattern-c #header .gnav--btn_application a:hover {
    text-decoration: none;
  }
  .pattern-c #header .utility--lang a {
    color: #282828;
  }
  .pattern-c #header .utility--lang a:hover {
    text-decoration: none;
  }
}

/* pattern-c end */
.simple-c #warp {
  padding-top: 0;
}

.simple-c #header.l-header {
  border-bottom: 1px solid #e6e8ed;
}

.simple-c #header.l-header .l-header-first {
  border: none;
}

/* .simple-c end */
/* pattern-c end */
.popup {
  min-width: 690px;
}

.popup #warp {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .popup #warp {
    padding-top: 0;
  }
}

.popup #header.l-header {
  position: static;
  width: auto;
  height: auto;
  min-width: 690px;
  background: #fff;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid #e6e8ed;
}

.popup #header.l-header .l-header-inner {
  width: auto;
  margin: 0 auto;
  padding: 0 10px;
}

.popup #header.l-header .l-logo {
  float: left;
  position: relative;
  z-index: 10;
}

.popup #header.l-header .l-logo a {
  padding: 10px 0 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
}

.popup #header.l-header .l-logo a .logo--flets {
  width: 98px;
  height: auto;
  display: inline-block;
}

.popup #header.l-header .l-logo a .logo--official {
  width: 109px;
  margin-left: 10px;
  vertical-align: top;
}

.popup #header.l-header .l-header-first {
  border: none;
}

.popup #contents {
  width: 100%;
  border-top: none;
}

.popup #contents #main {
  width: 690px;
  margin: 60px auto;
  text-align: left;
}

.popup div.shinsa-block {
  background: #e6e8ed;
  margin: 130px auto 0;
}

.popup .shinsa-block--wrap {
  padding: 60px 10px 100px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: auto;
}

.popup p.shinsa-num {
  min-width: 160px;
  padding: 11px 0;
  margin-top: 0;
  line-height: 16px !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px !important;
  color: #282828 !important;
  text-align: center;
  border: 1px solid #e6e8ed;
  background-color: #fff;
  float: right;
}

.popup #tax_info {
  display: block;
  opacity: 1;
  color: #fff;
  text-align: left;
  z-index: auto;
  padding: 0;
  background-color: rgba(40, 40, 40, 0.9);
  width: 100%;
}

.popup #tax_info .tax_info--wrap {
  width: auto;
  margin: 0 auto;
}

.popup #tax_info p {
  color: #fff !important;
  opacity: 1;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 20px !important;
  line-height: 1.5;
}

.popup #tax_info p:last-of-type {
  padding: 5px 10px;
}

.popup #pagetop {
  text-align: left;
  font-size: 100%;
  line-height: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.popup #pagetop[data-show=hide] p {
  opacity: 0;
}

.popup #pagetop[data-show=show] p {
  opacity: 1;
}

.popup #pagetop[data-position=fixed] p {
  position: fixed;
  top: auto;
  bottom: 50px;
}

.popup #pagetop[data-position=absolute] p {
  position: absolute;
  top: -30px;
}

.popup #pagetop p {
  font-size: 0 !important;
  line-height: 0 !important;
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  left: auto;
  right: 7px;
  top: -17px;
  z-index: 999;
  margin: 0;
}

.popup #pagetop p a {
  display: block;
  padding-left: 0;
  background: #282828 none;
  opacity: .8;
  width: 60px;
  height: 60px;
  padding-top: 60px;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.popup #pagetop p a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #fff;
  border-left: 1.5px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup #pagetop p a:focus, .popup #pagetop p a:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: .6;
}

.popup .l-footerlink {
  background: #e6e8ed;
  padding: 25px 0 5px;
  margin-top: -25px;
}

.popup .footerlink--wrap {
  margin: 0 auto;
  width: auto;
}

.popup .footerlink--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 116.667%;
  line-height: 1.429;
}

.popup .footerlink--list li {
  width: auto;
  height: auto;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  position: relative;
  margin-top: 30px;
}

.popup .footerlink--list li:nth-child(even) {
  padding-right: 0;
  padding-left: 1px;
}

.popup .footerlink--list li:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 1px;
  height: 1em;
  margin-top: -0.5em;
  background-color: #282828;
}

.popup .footerlink--list li:last-child:after {
  display: none;
}

.popup .footerlink--list li a {
  width: 100%;
  height: auto;
  padding: 0 23px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #282828;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.popup .footerlink--list li a:link {
  color: #282828;
  text-decoration: none;
}

.popup .footerlink--list li a:hover {
  color: #282828;
  text-decoration: underline;
}

.popup .footerlink--list li a:visited {
  color: #660099;
  text-decoration: underline;
}

.popup .footerlink--list li a[target="_blank"]:after {
  content: "";
  display: inline-block;
  vertical-align: -2px;
  position: static;
  right: 6px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin: 0 0 0 4px;
  background: url(/assets/img/common/ico_blank.svg) no-repeat 100% 50%;
  background-size: contain;
}

.popup .footerlink--wrap {
  width: auto;
  padding: 0 60px;
}

.popup .footerlink--list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup .copyright--wrap {
  margin: 0 auto;
  width: auto;
}

.popup .copyright--logo {
  text-align: center;
  margin: 0 auto;
  width: 200px;
}

.popup .copyright--logo img {
  width: 200px;
  height: auto;
}

.popup .copyright--logo a {
  text-decoration: none;
  background-color: transparent;
}

.popup .copyright--logo a:hover {
  text-decoration: none;
  background-color: transparent;
}

.popup .copyright--text {
  text-align: center;
  margin: 0 auto;
  font-size: 100%;
  line-height: 1.8;
  margin: 40px 0 0;
  padding: 0 0 160px;
}

@media screen and (max-width: 640px) {
  .popup #pagetop[data-position=fixed] p {
    bottom: 100px;
  }
}

/* -----------------------------------------------------------------*/
/* header
/* -----------------------------------------------------------------*/
#header.l-header {
  width: auto;
  min-width: inherit;
  background: #fff;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid #eef0f3;
}

#header.l-header[data-position=fixed] {
  position: fixed;
}

@media print, screen and (min-width: 768px) {
  #header.l-header[data-position=fixed] {
    border-bottom: 1px solid #ffffff;
  }
}

#header.l-header[data-position=absolute] {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  #header.l-header {
    border: none;
  }
  #header.l-header .l-header-inner {
    width: 1160px;
    margin: 0 auto;
  }
}

#header.l-header .l-logo {
  float: left;
  position: relative;
  z-index: 10;
}

#header.l-header .l-logo a {
  padding: 15px 0 15px 7px;
  display: block;
}

@media print, screen and (min-width: 768px) {
  #header.l-header .l-logo a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding: 10px 0 0;
  }
  #header.l-header .l-logo a:hover .logo--home {
    opacity: 0.5;
  }
}

#header.l-header .l-logo a .logo--flets {
  width: 83px;
  height: auto;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  #header.l-header .l-logo a .logo--flets {
    width: 98px;
  }
}

#header.l-header .l-logo a .logo--official {
  width: 79px;
  height: auto;
  vertical-align: -3px;
  margin-left: 10px;
}

@media print, screen and (min-width: 768px) {
  #header.l-header .l-logo a .logo--official {
    width: 109px;
    margin-left: 10px;
    vertical-align: top;
  }
}

#header.l-header .l-logo a .logo--home {
  display: none;
}

@media print, screen and (min-width: 768px) {
  #header.l-header .l-logo a .logo--home {
    display: inline-block;
    width: 29px;
    height: auto;
    vertical-align: -3px;
    margin-left: 22px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .l-header-first {
    border-bottom: 4px solid #282828;
  }
}

@media print, screen and (min-width: 768px) {
  .l-header-second {
    background-color: #e6e8ed;
  }
}

@media print, screen and (min-width: 768px) {
  .l-utility {
    float: right;
    position: relative;
  }
}

.l-utility .utility--login {
  width: 48px;
  height: 48px;
  margin: 0;
  position: absolute;
  right: 102px;
  top: 4px;
}

@media print, screen and (min-width: 768px) {
  .l-utility .utility--login {
    width: 110px;
    height: 30px;
    margin: 15px 6px 5px 0;
    float: left;
    display: block;
    position: static;
    right: auto;
    top: auto;
  }
}

.l-utility .utility--login a {
  display: block;
  width: 48px;
  height: 8px;
  padding: 39px 0 0;
  font-size: 8px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  color: #282828;
}

.l-utility .utility--login a span {
  display: block;
  -webkit-transform: scale(0.9);
  -webkit-transform-origin: top center;
}

@media print, screen and (min-width: 768px) {
  .l-utility .utility--login a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    height: 30px;
    padding: 0 0 0 30px;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: transparent;
    opacity: 1;
    text-transform: uppercase;
  }
  .l-utility .utility--login a:hover {
    color: #232323;
    opacity: .5;
  }
}

.l-utility .utility--login a:after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px 0 0 -14px;
  background: url(/assets/img/common/img_door.svg) no-repeat 50% 50%;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .l-utility .utility--login a:after {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -8px 0 0 0;
    background: url(/assets/img/common/img_door.svg) no-repeat 50% 50%;
    background-size: contain;
  }
}

.l-utility .utility--lang {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .l-utility .utility--lang {
    margin: 15px 6px 5px 0;
    float: left;
    display: block;
  }
  .l-utility .utility--lang a {
    width: 80px;
    height: 30px;
    padding: 0;
    font-size: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: transparent;
    opacity: 1;
    text-transform: uppercase;
  }
  .l-utility .utility--lang a:hover {
    color: #232323;
    opacity: .5;
  }
}

.l-utility .utility--language ul a {
  color: #fff !important;
  text-align: center;
}

.l-utility .utility--language,
.l-utility .utility--fontsize {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .l-utility .utility--language,
  .l-utility .utility--fontsize {
    height: 30px;
    margin: 15px 0 5px 0;
    float: left;
    display: block;
    position: relative;
    z-index: 10;
  }
  .l-utility .utility--language a,
  .l-utility .utility--fontsize a {
    width: 80px;
    height: 30px;
    padding: 0;
    font-size: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #232323;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 1;
  }
  .l-utility .utility--language a:link,
  .l-utility .utility--fontsize a:link {
    color: #232323;
  }
  .l-utility .utility--language a:hover,
  .l-utility .utility--fontsize a:hover {
    color: #232323;
    opacity: .5;
  }
  .l-utility .utility--language a[data-fontchange="open"] .sr-only,
  .l-utility .utility--fontsize a[data-fontchange="open"] .sr-only {
    display: none;
  }
  .l-utility .utility--language a[data-fontchange="open"]:after,
  .l-utility .utility--fontsize a[data-fontchange="open"]:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -6px;
    background: url(/assets/img/common/ico_search_close.svg) no-repeat 50% 50%;
    background-size: contain;
  }
  .l-utility .utility--language a[data-fontchange="open"] + ul,
  .l-utility .utility--fontsize a[data-fontchange="open"] + ul {
    display: block;
  }
  .l-utility .utility--language a[data-fontchange="close"] + ul,
  .l-utility .utility--fontsize a[data-fontchange="close"] + ul {
    display: none;
  }
  .l-utility .utility--language ul,
  .l-utility .utility--fontsize ul {
    background-color: #666666;
    padding: 5px;
  }
  .l-utility .utility--language ul li + li,
  .l-utility .utility--fontsize ul li + li {
    margin-top: 5px;
  }
  .l-utility .utility--language .fontsize--btn,
  .l-utility .utility--fontsize .fontsize--btn {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0;
    font-size: 100%;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #232323;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border: none;
    background-color: #666666;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .l-utility .utility--language .fontsize--btn.is-current, .l-utility .utility--language .fontsize--btn:hover,
  .l-utility .utility--fontsize .fontsize--btn.is-current,
  .l-utility .utility--fontsize .fontsize--btn:hover {
    background-color: #282828;
  }
  .l-utility .utility--language .fontsize--big,
  .l-utility .utility--fontsize .fontsize--big {
    font-size: 116.6667%;
  }
}

.l-utility .utility--search {
  width: 100%;
  position: absolute;
  top: 7px;
  left: 0;
  padding: 0 100px 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
  .l-utility .utility--search {
    padding: 0;
    margin: 15px 0 5px 0;
    width: auto;
    position: static;
    float: left;
    top: auto;
    right: auto;
    left: auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}

.l-utility .utility--search form {
  width: calc(100% - 105px);
  right: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width .2s ease;
  -o-transition: width .2s ease;
  transition: width .2s ease;
  display: block;
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .l-utility .utility--search form {
    width: 304px;
    left: auto;
    right: 476px;
    top: 15px;
  }
}

.l-utility .utility--search form[data-show="hide"] {
  overflow: hidden;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .l-utility .utility--search form[data-show="hide"] #i_search_input {
    width: 0;
  }
}

.l-utility .utility--search form #i_search_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: calc(100% - 40px);
  border: 0;
  margin: 0;
  padding: 7px 10px;
  background-color: #e6e8ed;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 133.3334%;
}

@media print, screen and (min-width: 768px) {
  .l-utility .utility--search form #i_search_input {
    width: 264px;
    padding: 0 10px;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
    font-size: 114.2857%;
  }
}

.l-utility .utility--search form #i_search_input:placeholder-shown {
  color: #9a9b9e;
}

.l-utility .utility--search form #i_search_input::-webkit-input-placeholder {
  color: #9a9b9e;
}

.l-utility .utility--search form #i_search_input:-moz-placeholder {
  color: #9a9b9e;
}

.l-utility .utility--search form #i_search_input::-moz-placeholder {
  color: #9a9b9e;
}

.l-utility .utility--search form #i_search_input:-ms-input-placeholder {
  color: #9a9b9e;
}

.l-utility .utility--search form #search--btn__submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 44px;
  height: 44px;
  border: none;
  background-color: #282828;
  color: #fff;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .l-utility .utility--search form #search--btn__submit {
    width: 46px;
    height: 30px;
    cursor: pointer;
  }
  .l-utility .utility--search form #search--btn__submit:hover {
    background-color: #686868;
  }
}

.l-utility .utility--search form #search--btn__submit:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -11px 0 0 -11px;
  background: url(/assets/img/common/ico_search_w.svg) no-repeat 50% 50%;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .l-utility .utility--search form #search--btn__submit:after {
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
  }
}

.l-utility .utility--search .search--btn {
  width: 46px;
  height: 48px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 54px;
  top: -1px;
}

@media print, screen and (min-width: 768px) {
  .l-utility .utility--search .search--btn {
    width: 52px;
    height: 30px;
    top: 0;
    right: auto;
    position: relative;
    margin: 0 0 0 20px;
  }
}

.l-utility .utility--search .search--btn a {
  display: block;
  width: 46px;
  height: 8px;
  padding: 37px 0 0;
  font-size: 8px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #282828;
}

.l-utility .utility--search .search--btn a span {
  display: block;
  -webkit-transform: scale(0.9);
  -webkit-transform-origin: top center;
}

@media print, screen and (min-width: 768px) {
  .l-utility .utility--search .search--btn a {
    font-size: 100%;
    display: block;
    width: 60px;
    height: auto;
    padding: 9px 0;
  }
}

.l-utility .utility--search .search--btn a:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -12px;
  background: url(/assets/img/common/ico_search_b.svg) no-repeat 50% 50%;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .l-utility .utility--search .search--btn a:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -7px 0 0 0;
    background: url(/assets/img/common/ico_search_b.svg) no-repeat 50% 50%;
    background-size: contain;
  }
}

@media print, screen and (min-width: 768px) {
  .l-utility .utility--search .search--btn[data-search="open"] a {
    padding-top: 30px;
  }
}

.l-utility .utility--search .search--btn[data-search="open"] a:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -10px;
  background: url(/assets/img/common/ico_search_close.svg) no-repeat 50% 50%;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .l-utility .utility--search .search--btn[data-search="open"] a:after {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
  }
}

.l-utility .l-selectmenu {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .l-utility .l-selectmenu {
    display: block;
    float: left;
    width: 400px;
    margin: 10px 0 0 20px;
    position: relative;
  }
}

@media print, screen and (min-width: 768px) {
  .l-utility .l-selectmenu .selectmenu--wrap {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
  }
}

@media print, screen and (min-width: 768px) {
  .l-utility .l-selectmenu .selectmenu--title {
    display: block;
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 108.3334%;
    font-weight: bold;
    cursor: pointer;
  }
  .l-utility .l-selectmenu .selectmenu--title:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    margin: -6px 0 0;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media print, screen and (min-width: 768px) {
  .l-utility .l-selectmenu .selectmenu--title[data-show="show"]:before {
    margin: -2px 0 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

@media print, screen and (min-width: 768px) {
  .l-utility .l-selectmenu.is-current .selectmenu--list {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .l-utility .l-selectmenu .selectmenu--list {
    display: none;
    width: 100%;
    z-index: 999;
  }
}

@media print, screen and (min-width: 768px) {
  .l-utility .l-selectmenu .selectmenu--list .selectmenu--item {
    border-top: 1px solid #fff;
  }
}

@media print, screen and (min-width: 768px) {
  .l-utility .l-selectmenu .selectmenu--list .selectmenu--item a {
    display: block;
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 38px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 108.3334%;
    font-weight: bold;
  }
  .l-utility .l-selectmenu .selectmenu--list .selectmenu--item a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    width: 8px;
    height: 8px;
    margin: -6px 0 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

#header .utility--login a {
  color: #282828;
}

@media print, screen and (min-width: 768px) {
  #header .utility--login a {
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  #header .utility--login a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}

#header .search--btn a {
  color: #282828;
}

@media print, screen and (min-width: 768px) {
  #header .search--btn a {
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }
  #header .search--btn a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}

@media print, screen and (min-width: 768px) {
  #header a.selectmenu--title {
    color: #fff;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
  }
  #header a.selectmenu--title:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
  }
}

@media print, screen and (min-width: 768px) {
  #header .selectmenu--item a {
    color: #fff;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
  }
  #header .selectmenu--item a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
  }
}

@media print, screen and (min-width: 768px) {
  #header .utility--language a,
  #header .utility--fontsize a {
    color: #282828;
  }
  #header .utility--language a:hover,
  #header .utility--fontsize a:hover {
    text-decoration: none;
    color: #282828;
  }
}

#header .search--btn a {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  #header .selectmenu--bnr {
    display: block;
    background-color: #fff;
    border-right: 1px solid #e6e8ed;
    border-bottom: 1px solid #e6e8ed;
    border-left: 1px solid #e6e8ed;
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 108.3334%;
    box-sizing: border-box;
  }
  #header .selectmenu--bnr a {
    display: table;
    width: 100%;
    padding: 10px 0 8px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #282828;
    background-color: #e6e8ed;
  }
  #header .selectmenu--bnr a img {
    display: table-cell;
    width: 120px;
    height: 37px;
    vertical-align: middle;
  }
  #header .selectmenu--bnr a span {
    display: table-cell;
    width: 100%;
    padding-left: 20px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
  }
  #header .selectmenu--bnr a:link, #header .selectmenu--bnr a:visited {
    color: #282828;
  }
  #header .selectmenu--bnr a:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.7;
    text-decoration: none;
  }
  #header .selectmenu--bnr a:after {
    content: "";
    vertical-align: -2px;
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 2px;
    background: #e6e8ed url(/assets/img/common/ico_blank.svg) no-repeat 100% 50%;
    background-size: contain;
  }
}

/* [TopicPath] ==================================================*/
ol.topicpath {
  width: auto;
  margin: 10px auto 30px;
  padding: 0 5px;
}

@media print, screen and (min-width: 768px) {
  ol.topicpath {
    margin: 13px auto;
    width: 1160px;
  }
}

ol#topicpath.topicpath {
  font-size: 58.3334%;
  line-height: 1.6em;
  color: #282828;
  text-align: left;
  font-weight: normal;
}

@media print, screen and (min-width: 768px) {
  ol#topicpath.topicpath {
    font-weight: bold;
    font-size: 91.6667%;
    line-height: 1.2em;
    position: relative;
  }
  ol#topicpath.topicpath::after {
    display: block;
    content: "";
    width: 200vw;
    border-bottom: 1px solid #e6e8ed;
    position: absolute;
    bottom: -13px;
    left: -50vw;
    visibility: visible;
  }
}

ol#topicpath.topicpath.noBorder::after {
  content: none;
}

ol#topicpath.topicpath a:link,
ol#topicpath.topicpath a:active {
  color: #777777;
  text-decoration: none;
}

ol#topicpath.topicpath a:focus,
ol#topicpath.topicpath a:hover {
  color: #009ad8;
  text-decoration: underline;
}

ol#topicpath.topicpath a:visited {
  color: #660099;
}

ol#topicpath.topicpath li {
  display: inline-block;
  padding: 0 0.5em 0 0;
  background: none;
}

ol#topicpath.topicpath li:after {
  content: "\3E";
  display: inline-block;
  vertical-align: baseline;
  background: url(/assets/img/common/bg_breadcrumb.svg) no-repeat 50% 50%;
  background-size: 5px 5px;
  padding: 5px 0 0 5px;
  margin: 0 0 0 5px;
  width: 0;
  height: 0;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  ol#topicpath.topicpath li:after {
    vertical-align: middle;
    margin: 0 0 0 10px;
  }
}

ol#topicpath.topicpath li:last-child {
  padding: 0;
}

ol#topicpath.topicpath li:last-child:after {
  display: none;
}

ol#topicpath.topicpath li.first-child {
  background: none;
}

ol#topicpath.topicpath li.first-child:before {
  content: "\73FE\5728\4F4D\7F6E\306F";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

ol#topicpath.topicpath li[data-menu=general] {
  display: none;
}

/* [shinsa] ==================================================*/
body div.shinsa-block {
  background: #e6e8ed;
  margin: 55px auto 0;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  body div.shinsa-block {
    margin: 130px auto 0;
  }
}

.shinsa-block--wrap {
  padding: 25px 14px 15px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .shinsa-block--wrap {
    padding: 60px 0 100px;
    width: 1160px;
  }
}

body p.shinsa-num {
  min-width: 80px;
  padding: 5px 0;
  margin-top: 0;
  line-height: 10px !important;
  font-size: 8px !important;
  color: #282828 !important;
  text-align: center;
  border: 1px solid #e6e8ed;
  background-color: #fff;
  float: right;
}

@media print, screen and (min-width: 768px) {
  body p.shinsa-num {
    min-width: 160px;
    padding: 11px 0;
    line-height: 16px !important;
    font-size: 14px !important;
  }
}

/* [tax_info] ==================================================*/
#tax_info {
  display: block;
  opacity: 1;
  color: #fff;
  text-align: left;
  z-index: auto;
  padding: 0;
  background-color: rgba(40, 40, 40, 0.9);
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  #tax_info {
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  #tax_info .tax_info--wrap {
    width: 1160px;
    margin: 0 auto;
  }
}

#tax_info p {
  padding: 7px 14px;
  color: #fff !important;
  font-size: 9px !important;
  line-height: 1.45;
  opacity: 1;
  font-weight: bold;
}

#tax_info p:last-of-type {
  padding: 7px 14px;
}

@media print, screen and (min-width: 768px) {
  #tax_info p {
    padding: 5px 10px;
    font-size: 20px !important;
    line-height: 1.5;
  }
  #tax_info p:last-of-type {
    padding: 5px 10px;
  }
}

/* [Pagetop] ==================================================*/
#pagetop {
  text-align: left;
  font-size: 100%;
  line-height: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#pagetop[data-show=hide] p {
  opacity: 0;
}

#pagetop[data-show=show] p {
  opacity: 1;
}

#pagetop[data-position=fixed] p {
  position: fixed;
  top: auto;
  bottom: 38px;
}

#pagetop[data-position=absolute] p {
  position: absolute;
  top: -17px;
}

#pagetop p {
  font-size: 0 !important;
  line-height: 0 !important;
  position: absolute;
  width: 34px;
  height: 34px;
  overflow: hidden;
  right: 7px;
  top: -17px;
  z-index: 999;
}

#pagetop p a {
  display: block;
  padding-left: 0;
  background: #282828 none;
  opacity: .8;
  width: 34px;
  height: 34px;
  padding-top: 34px;
}

#pagetop p a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -2px;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  #pagetop {
    width: 1160px;
  }
  #pagetop[data-position=fixed] p {
    bottom: 50px;
  }
  #pagetop[data-position=absolute] p {
    top: -30px;
  }
  #pagetop p {
    width: 60px;
    height: 60px;
    overflow: hidden;
    right: auto;
    left: 50%;
    top: -30px;
    margin-left: 540px;
  }
  #pagetop p a {
    display: block;
    padding-left: 0;
    width: 60px;
    height: 60px;
    padding-top: 60px;
  }
  #pagetop p a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #pagetop p a:focus, #pagetop p a:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: .6;
  }
}

/* [footersitemap] ==================================================*/
.l-footersitemap {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .l-footersitemap {
    display: block;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  .footersitemap--wrap {
    width: 1160px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footersitemap--wrap[data-show="hide"] {
    display: none;
  }
  .footersitemap--wrap[data-menu="collabo"] .footersitemap--column {
    width: 270px;
    margin-right: 30px;
  }
  .footersitemap--wrap[data-menu="collabo"] .footersitemap--column:last-child {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .footersitemap--column {
    text-align: left;
    font-size: 116.667%;
    line-height: 1.429;
    margin-right: 40px;
  }
  .footersitemap--column:last-child {
    margin-right: 0;
  }
  .footersitemap--column a {
    color: #282828;
  }
  .footersitemap--column a:link {
    color: #282828;
    text-decoration: none;
  }
  .footersitemap--column a:hover {
    color: #2f9ed6;
    text-decoration: underline;
  }
  .footersitemap--column a:visited {
    color: #660099;
    text-decoration: underline;
  }
  .footersitemap--column a[target="_blank"]:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 0 0 6px;
    background: url(/assets/img/common/ico_blank_g.svg) no-repeat 100% 50%;
    background-size: contain;
  }
  .footersitemap--column ul {
    margin: 50px 0;
  }
  .footersitemap--column ul li {
    margin-top: 30px;
    font-weight: bold;
  }
  .footersitemap--column ul li:first-child {
    margin-top: 0;
  }
  .footersitemap--column ul li ul {
    margin: 14px 0 0;
  }
  .footersitemap--column ul li ul li {
    margin-top: 16px;
    font-weight: normal;
    padding-left: 1em;
    text-indent: -1em;
  }
  .footersitemap--column ul li ul li:first-child {
    margin-top: 0;
  }
  .footersitemap--column ul li ul li:before {
    content: "・";
  }
}

/* [footerlink] ==================================================*/
.l-footerlink {
  background: #e6e8ed;
  padding: 25px 0 0;
}

@media print, screen and (min-width: 768px) {
  .l-footerlink {
    padding: 20px 0 0;
  }
}

.footerlink--wrap {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .footerlink--wrap {
    width: 1160px;
  }
}

/* [copyright] ==================================================*/
.l-copyright {
  background: #e6e8ed;
  padding-top: 25px;
}

@media print, screen and (min-width: 768px) {
  .l-copyright {
    padding-top: 50px;
  }
}

.copyright--wrap {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .copyright--wrap {
    width: 1160px;
  }
}

.copyright--logo {
  text-align: center;
  margin: 0 auto;
  width: 120px;
}

.copyright--logo img {
  width: 120px;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .copyright--logo {
    width: 200px;
  }
  .copyright--logo img {
    width: 200px;
    height: auto;
  }
  .copyright--logo a {
    text-decoration: none;
    background-color: transparent;
  }
  .copyright--logo a:hover {
    text-decoration: none;
    background-color: transparent;
  }
}

.copyright--text {
  text-align: center;
  margin: 0 auto;
  font-size: 66.6667%;
  line-height: 1.8;
  margin: 25px 0 0;
  padding: 0 10px 35px;
  color: #282828;
}

@media print, screen and (min-width: 768px) {
  .copyright--text {
    font-size: 100%;
    margin: 40px 0 0;
    padding: 0 0 160px;
  }
}

.copyright--text span {
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .footerlink--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 66.667%;
    line-height: 1;
  }
  .footerlink--list li {
    margin: 1px;
    width: calc(50% - 2px);
  }
  body.pattern-a .footerlink--list li.wide {
    width: 100%;
  }
  .footerlink--list a {
    width: 100%;
    height: 40px;
    padding: 0 25px 0 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    text-decoration: none;
    color: #282828;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    letter-spacing: -0.02em;
    line-height: 1.4;
    text-align: left;
  }
  .footerlink--list a[target="_blank"]:after {
    content: "";
    display: block;
    position: absolute;
    right: 6px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 2px;
    background: url(/assets/img/common/ico_blank_g.svg) no-repeat 100% 50%;
    background-size: contain;
  }
}

@media print, screen and (min-width: 768px) {
  .footerlink--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 66.667%;
    line-height: 1;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .footerlink--list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 116.667%;
    line-height: 1.429;
  }
}

@media print, screen and (min-width: 768px) {
  .footerlink--list li {
    width: 50%;
    height: 40px;
    text-align: left;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1px;
    margin-bottom: 2px;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .footerlink--list li {
    height: auto;
    display: block;
    text-align: center;
    width: auto;
    position: relative;
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .footerlink--list li:nth-child(even) {
    padding-right: 0;
    padding-left: 1px;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .footerlink--list li:after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: 1px;
    height: 1em;
    margin-top: -0.5em;
    background-color: #282828;
  }
}

@media print, screen and (min-width: 768px) {
  .footerlink--list li:last-child:after {
    display: none;
  }
  .footerlink--list li a {
    width: 100%;
    height: 40px;
    padding: 0 25px 0 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    text-decoration: none;
    color: #282828;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    letter-spacing: -0.02em;
    line-height: 1.4;
  }
  .footerlink--list li a[target="_blank"]:after {
    content: "";
    display: block;
    position: absolute;
    right: 6px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 2px;
    background: url(/assets/img/common/ico_blank_g.svg) no-repeat 100% 50%;
    background-size: contain;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .footerlink--list li a {
    height: auto;
    display: inline-block;
    background-color: transparent;
    padding: 0 23px;
    line-height: 1.6;
  }
  .footerlink--list li a:link {
    color: #282828;
    text-decoration: none;
  }
  .footerlink--list li a:hover {
    color: #282828;
    text-decoration: underline;
  }
  .footerlink--list li a:visited {
    color: #660099;
    text-decoration: underline;
  }
  .footerlink--list li a[target="_blank"]:after {
    display: inline-block;
    vertical-align: -2px;
    position: static;
    width: 14px;
    height: 14px;
    margin: 0 0 0 4px;
    background: url(/assets/img/common/ico_blank.svg) no-repeat 100% 50%;
    background-size: contain;
  }
}

.tableNav {
  margin-right: -8px;
  margin-left: -8px;
}

.tableNav + .tle--lv3 {
  margin-top: 80px;
}

.tableNav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -2px;
}

.tableNav .tableNav__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: auto;
  align-self: auto;
  margin: 0 2px 4px;
}

.tableNav .tableNav__item a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 40px;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  background: #e6e8ed;
  color: #282828;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-fontsize--big .tableNav .tableNav__item a {
  font-size: 17.6px;
  font-size: 1.1rem;
}

@media print, screen and (min-width: 768px) {
  .tableNav .tableNav__item a {
    font-size: 16px;
    font-size: 1rem;
    padding: 35px 40px;
  }
  .l-fontsize--big .tableNav .tableNav__item a {
    font-size: 17.6px;
    font-size: 1.1rem;
  }
  .tableNav .tableNav__item a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    zoom: 1;
  }
}

.tableNav .tableNav__item a:not([target="_blank"])::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .tableNav .tableNav__item a:not([target="_blank"])::after {
    width: 15px;
    height: 15px;
    right: 22px;
    border-width: 2px;
  }
}

.tableNav .tableNav__item a[target="_blank"]::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/img/common/icn_blank--bk.png);
  background-size: 12px;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  .tableNav .tableNav__item a[target="_blank"]::after {
    width: 22px;
    height: 22px;
    background-size: contain;
    right: 14px;
  }
}

.tableNav._pc_col_3 .tableNav__item {
  width: calc(33.333% - 4px);
}

.tableNav._pc_col_2 .tableNav__item {
  width: calc(50% - 4px);
}

.l-cvarea .m-btn::after {
  content: none !important;
}

.l-cvarea .m-btn a {
  position: relative;
}

.l-cvarea .m-btn a + [class*="annotation"] {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 1em;
  position: relative;
  line-height: 2;
  text-align: left;
}

.l-fontsize--big .l-cvarea .m-btn a + [class*="annotation"] {
  font-size: 17.6px;
  font-size: 1.1rem;
}

.l-cvarea .m-btn a + [class*="annotation"]::before {
  content: "※";
  position: absolute;
  left: 0;
}

.l-cvarea .m-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 22px;
  height: 22px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-cvarea .m-btn a[target=_blank]::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  width: 36px;
  height: 35px;
  right: 10px;
  background-image: url(/assets/img/common/icn_blank_w.png);
  background-size: 36px;
  background-repeat: no-repeat;
  border: none;
}

.l-cvarea .m-btn .m-btn__heading .tle--lv1 {
  margin-top: 0;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 700;
}

.l-fontsize--big .l-cvarea .m-btn .m-btn__heading .tle--lv1 {
  font-size: 22px;
  font-size: 1.375rem;
}

.l-cvarea .m-btn .m-btn__heading .tle--serif {
  position: relative;
  background: #009ad8;
  margin-bottom: 40px;
  text-align: center;
  color: white;
  font-weight: 700;
  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;
  padding: 8px 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

.l-cvarea .m-btn .m-btn__heading .tle--serif span {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.l-fontsize--big .l-cvarea .m-btn .m-btn__heading .tle--serif span {
  font-size: 26.4px;
  font-size: 1.65rem;
}

.l-cvarea .m-btn .m-btn__heading .tle--serif::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 15px 0 15px;
  border-color: #009bd8 transparent transparent transparent;
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  margin: auto;
}

#aside.c-localnav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1160px;
  padding: 0 80px 80px;
  margin-left: auto;
  margin-right: auto;
}

#aside.c-localnav .tle--lv3 {
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 700;
}

.l-fontsize--big #aside.c-localnav .tle--lv3 {
  font-size: 36.3px;
  font-size: 2.26875rem;
}

#aside.c-localnav .tle--lv3 + * {
  margin-top: 20px;
}

#aside.c-localnav ._pc_center700 a:link, #aside.c-localnav ._pc_center700 a:active, #aside.c-localnav ._pc_center700 a:visited {
  color: #009ad8;
}

#aside.c-localnav ._pc_center700 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  zoom: 1;
}

#aside.c-localnav ._pc_center700 + .tle--lv3 {
  margin-top: 40px;
}

#aside.c-localnav .tableNav + .localnav--inner {
  margin-top: 65px;
}

#aside.c-localnav .localnav--inner {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .pattern-a .tableNav + .tle--lv3 {
    margin-top: 30px;
  }
  .pattern-a .l-cvarea + * {
    margin-top: 23px;
  }
  .pattern-a .l-cvarea a + [class*="annotation"] {
    font-size: 9.3px;
    font-size: 0.58rem;
  }
  .pattern-a .l-cvarea a::after {
    right: 10px;
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
  .pattern-a .l-cvarea a[target=_blank]::after {
    width: 12px;
    height: 12px;
    right: 7px;
    background-size: 12px;
  }
  .pattern-a .l-cvarea .m-btn__heading .tle--lv1 {
    font-size: 10px;
    font-size: 0.63rem;
  }
  .pattern-a .l-cvarea .m-btn__heading .tle--serif {
    padding: 1px 10px;
    margin-bottom: 17px;
  }
  .pattern-a .l-cvarea .m-btn__heading .tle--serif span {
    font-size: 9.3px;
    font-size: 0.58rem;
  }
  .pattern-a .l-cvarea .m-btn__heading .tle--serif::after {
    border-width: 12px 5px 0 5px;
    bottom: -10px;
  }
  .pattern-a #aside.c-localnav {
    padding: 0;
  }
  .pattern-a #aside.c-localnav .tle--lv3 {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-left: 6px;
  }
  .pattern-a #aside.c-localnav .tle--lv3 + * {
    margin-top: 10px;
  }
  .l-fontsize--big .pattern-a #aside.c-localnav .tle--lv3 {
    font-size: 14.3px;
    font-size: 0.89375rem;
  }
  .pattern-a #aside.c-localnav .tableNav {
    margin-right: -2px;
    margin-left: -2px;
  }
  .pattern-a #aside.c-localnav .tableNav + .localnav--inner {
    margin-top: 23px;
  }
  .pattern-a #aside.c-localnav .tableNav ul {
    margin-bottom: 0;
  }
  .pattern-a #aside.c-localnav .tableNav .tableNav__item {
    margin: 0 1px 2px;
  }
  .pattern-a #aside.c-localnav .tableNav .tableNav__item.blank a::after {
    width: 12px;
    height: 12px;
    right: 7px;
    background-size: 12px;
  }
  .pattern-a #aside.c-localnav .tableNav a {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 10px 18px 10px 10px;
  }
  .l-fontsize--big .pattern-a #aside.c-localnav .tableNav a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .pattern-a #aside.c-localnav .tableNav a::after {
    width: 6px;
    height: 6px;
    right: 7px;
    border-width: 1px;
  }
  .pattern-a #aside.c-localnav .tableNav.col_2 .tableNav__item {
    width: calc(50% - 2px);
  }
  .pattern-a #aside.c-localnav .localnav--inner {
    padding: 23px 0 0;
  }
}

.pattern-c .btn--panel {
  width: 700px;
  border: 1px solid #e6e8ed;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pattern-c .btn--panel + * {
  margin-top: 60px;
}

.pattern-c .btn--panel + .btn--panel {
  margin-top: 40px;
}

.pattern-c .btn--panel a {
  display: block;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  font-size: 1.875rem;
  padding: 30px 80px 30px 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-fontsize--big .pattern-c .btn--panel a {
  font-size: 33px;
  font-size: 2.0625rem;
}

.pattern-c .btn--panel a .txt--small {
  font-size: 18px;
  font-size: 1.125rem;
}

.l-fontsize--big .pattern-c .btn--panel a .txt--small {
  font-size: 19.8px;
  font-size: 1.2375rem;
}

.pattern-c .btn--panel a.super {
  line-height: 1.6;
  font-size: 30px;
  font-size: 1.875rem;
  padding: 25px 80px 25px 35px;
}

.l-fontsize--big .pattern-c .btn--panel a.super {
  font-size: 33px;
  font-size: 2.0625rem;
}

.pattern-c .btn--panel a.super span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 3px 0;
}

.pattern-c .btn--panel a.super span.single {
  display: inline;
}

.l-fontsize--big .pattern-c .btn--panel a.super span {
  font-size: 22px;
  font-size: 1.375rem;
}

.pattern-c .btn--panel a.super span.txt--small {
  display: inline;
  font-size: 14px;
  font-size: 0.875rem;
}

.l-fontsize--big .pattern-c .btn--panel a.super span.txt--small {
  font-size: 15.4px;
  font-size: 0.9625rem;
}

.pattern-c .btn--panel.arrow a::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  border-top: 3px solid #009ad8;
  border-right: 3px solid #009ad8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
}

.pattern-c .btn--panel.arrow--left a {
  padding: 30px 35px 30px 80px;
}

.pattern-c .btn--panel.arrow--left a::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  border-bottom: 1px solid #009ad8;
  border-left: 1px solid #009ad8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 18px;
  bottom: 0;
  margin: auto;
  right: auto;
}

.pattern-c .btn--panel.arrow--left.size--small a {
  padding: 25px 35px 25px 50px;
}

.pattern-c .btn--panel.blank a::after {
  content: "";
  display: block;
  width: 36px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/img/common/icn_blank.png);
  background-size: 36px;
  background-repeat: no-repeat;
}

.pattern-c .btn--panel.pdf a::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/img/common/icn_pdf.png);
  background-size: 13px;
  background-repeat: no-repeat;
}

.pattern-c .btn--panel.download a::after {
  content: "";
  display: block;
  width: 36px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/img/common/icn_download.png);
  background-size: 36px;
  background-repeat: no-repeat;
}

.pattern-c .btn--panel.icn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pattern-c .btn--panel.icn a .panel__icn {
  padding-right: 10px;
}

.pattern-c .btn--panel.icn a .panel__txt {
  font: inherit;
}

.pattern-c .btn--panel.bg--blue {
  background: #009ad8;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pattern-c .btn--panel.bg--blue:hover {
  background: #00acf2;
}

.pattern-c .btn--panel.bg--blue a .panel__txt {
  font: inherit;
}

.pattern-c .btn--panel.bg--blue.dodgerBlue {
  background: #41c6ff;
}

.pattern-c .btn--panel.bg--blue.dodgerBlue a:hover {
  background: #5bceff;
}

.pattern-c .btn--panel.bg--blue.bondiBlue {
  background: #008db6;
}

.pattern-c .btn--panel.bg--blue.bondiBlue a:hover {
  background: #00a1d0;
}

.pattern-c .btn--panel.bg--blue.chambray {
  background: #344690;
}

.pattern-c .btn--panel.bg--blue.chambray a:hover {
  background: #3b4fa3;
}

.pattern-c .btn--panel.bg--blue.mariner {
  background: #2666c6;
}

.pattern-c .btn--panel.bg--blue.mariner a:hover {
  background: #2f72d7;
}

.pattern-c .btn--panel.bg--blue.shakespeare {
  background: #47bed0;
}

.pattern-c .btn--panel.bg--blue.shakespeare a:hover {
  background: #5bc5d5;
}

.pattern-c .btn--panel.bg--blue.sanMarino {
  background: #4954b7;
}

.pattern-c .btn--panel.bg--blue.sanMarino a:hover {
  background: #5b65be;
}

.pattern-c .btn--panel.bg--blue a {
  color: white;
  font-weight: 700;
}

.pattern-c .btn--panel.bg--blue a span {
  font-weight: normal;
}

.pattern-c .btn--panel.bg--blue.arrow a::after {
  border-color: white;
}

.pattern-c .btn--panel.bg--blue.blank a::after {
  background-image: url(/assets/img/common/icn_blank_w.png);
}

.pattern-c .btn--panel.bg--blue.pdf a::after {
  background-image: url(/assets/img/common/icn_pdf_w.png);
}

.pattern-c .btn--panel.bg--blue.download a::after {
  background-image: url(/assets/img/common/icn_download_w.png);
}

.pattern-c .btn--panel.bg--blue.disabled {
  background: #999999 !important;
}

.pattern-c .btn--panel.bg--blue.disabled a {
  color: rgba(255, 255, 255, 0.5);
}

.pattern-c .btn--panel.bg--blue.disabled a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -webkit-opacity: 1;
  zoom: 1;
}

.pattern-c .btn--panel.bg--blue.disabled a::after {
  border-color: rgba(255, 255, 255, 0.5);
}

.pattern-c .btn--panel.line--blue {
  border-color: #009ad8;
}

.pattern-c .btn--panel.shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 15px 15px -15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 15px 15px -15px;
  -ms-box-shadow: rgba(0, 0, 0, 0.3) 0 15px 15px -15px;
  -o-box-shadow: rgba(0, 0, 0, 0.3) 0 15px 15px -15px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 15px 15px -15px;
}

@media screen and (min-width: 768px) {
  .footersitemap--wrap.en {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

#deqwas-collection-k {
  height: 1px;
}

.sup_motto2_chrome {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.l-cvarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 6px 25px;
  border-top: 1px solid #e6e8ed;
}

.l-cvarea[data-show="hide"] {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .l-cvarea {
    max-width: 1160px;
    padding: 0 80px 80px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
  }
}

.l-cvarea .m-btn {
  position: relative;
  padding: 0;
}

.l-cvarea .m-btn:first-child {
  margin-right: 5px;
}

@media print, screen and (min-width: 768px) {
  .l-cvarea .m-btn:first-child {
    margin-right: 10px;
  }
}

.l-cvarea .m-btn:last-child {
  margin-left: 5px;
}

@media print, screen and (min-width: 768px) {
  .l-cvarea .m-btn:last-child {
    margin-left: 10px;
  }
}

.l-cvarea .m-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  margin: -2px 0 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  .l-cvarea .m-btn:after {
    right: 22px;
    display: block;
    width: 22px;
    height: 22px;
    margin: -11px 0 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}

.l-cvarea .m-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding: 0 20px;
  font-size: 133.3334%;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.25);
}

@media print, screen and (min-width: 768px) {
  .l-cvarea .m-btn a {
    padding: 0 40px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    font-size: 333.3334%;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

.m-btn__application {
  width: 50%;
}

.m-btn__application a {
  height: 120px;
  background-color: #00b6ec;
  color: #fff;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.m-btn__application a:link {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .m-btn__application a {
    height: 220px;
  }
  .m-btn__application a:hover {
    background-color: #4cccf2;
  }
}

.m-btn__simulation {
  width: 50%;
}

.m-btn__simulation a {
  height: 120px;
  background-color: #47bed0;
  color: #fff;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.m-btn__simulation a:link {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .m-btn__simulation a {
    height: 220px;
  }
  .m-btn__simulation a:hover {
    background-color: #7ed0de;
  }
}

.localnav--inner {
  border-top: 1px solid #e6e8ed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 0 0;
  margin: 0 6px;
}

@media print, screen and (min-width: 768px) {
  .localnav--inner {
    max-width: 1160px;
    padding: 55px 80px 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-localnav h2 {
  font-size: 108.3334%;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .c-localnav h2 {
    font-size: 166.6667%;
  }
}

.c-localnav .localnav--category h3 {
  font-size: 83.3334%;
  font-weight: bold;
  border-bottom: 1px solid #282828;
  margin-top: 20px;
  padding-bottom: 6px;
}

@media print, screen and (min-width: 768px) {
  .c-localnav .localnav--category h3:first-child {
    margin-top: 51px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-localnav .localnav--category h3 {
    font-size: 133.3334%;
    padding-bottom: 4px;
    margin-top: 46px;
  }
}

.c-localnav .localnav--category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2px;
}

@media print, screen and (min-width: 768px) {
  .c-localnav .localnav--category ul {
    margin-top: 1px;
  }
}

.c-localnav .localnav--category ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-right: 15px;
  margin-top: 11px;
  font-size: 83.3334%;
  color: #282828;
  text-decoration: none;
}

.c-localnav .localnav--category ul li a:link {
  color: #282828;
}

@media print, screen and (min-width: 768px) {
  .c-localnav .localnav--category ul li a {
    font-size: 116.6667%;
    color: #282828;
  }
  .c-localnav .localnav--category ul li a:link {
    color: #282828;
    text-decoration: none;
  }
  .c-localnav .localnav--category ul li a:link span:after {
    border-top: 2px solid #999999;
    border-right: 2px solid #999999;
  }
  .c-localnav .localnav--category ul li a:hover {
    color: #2f9ed6;
    text-decoration: underline;
  }
  .c-localnav .localnav--category ul li a:hover span:after {
    border-top: 2px solid #2f9ed6;
    border-right: 2px solid #2f9ed6;
  }
  .c-localnav .localnav--category ul li a:visited {
    color: #660099;
    text-decoration: underline;
  }
  .c-localnav .localnav--category ul li a:visited span:after {
    border-top: 2px solid #660099;
    border-right: 2px solid #660099;
  }
}

.c-localnav .localnav--category ul li a span {
  position: relative;
  padding: 0 0 0 8px;
}

.c-localnav .localnav--category ul li a span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  margin: -3px 0 0;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  .c-localnav .localnav--category ul li a span {
    padding: 0 0 0 16px;
  }
  .c-localnav .localnav--category ul li a span:after {
    width: 6px;
    height: 6px;
    margin: -5px 0 0;
    border-top: 2px solid #2f9ed6;
    border-right: 2px solid #2f9ed6;
  }
}

.c-localnav .c-entrust {
  text-align: right;
  margin-top: 42px;
}

@media print, screen and (min-width: 768px) {
  .c-localnav .c-entrust {
    margin-top: 35px;
  }
}

.c-localnav .c-entrust a {
  padding: 0;
  font-size: 83.3334%;
  color: #009ad8;
  text-decoration: underline;
}

.c-localnav .c-entrust a:link {
  color: #009ad8;
}

@media print, screen and (min-width: 768px) {
  .c-localnav .c-entrust a {
    font-size: 133.3334%;
  }
  .c-localnav .c-entrust a:link {
    color: #009ad8;
    text-decoration: underline;
  }
  .c-localnav .c-entrust a:link span:after {
    border-top: 2px solid #009ad8;
    border-right: 2px solid #009ad8;
  }
  .c-localnav .c-entrust a:hover {
    color: #009ad8;
    text-decoration: none;
  }
  .c-localnav .c-entrust a:hover span:after {
    border-top: 2px solid #009ad8;
    border-right: 2px solid #009ad8;
  }
  .c-localnav .c-entrust a:visited {
    color: #660099;
    text-decoration: underline;
  }
  .c-localnav .c-entrust a:visited span:after {
    border-top: 2px solid #660099;
    border-right: 2px solid #660099;
  }
}

.c-localnav .c-entrust a span {
  position: relative;
  padding: 0 0 0 8px;
}

.c-localnav .c-entrust a span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  margin: -2px 0 0;
  border-top: 1px solid #009ad8;
  border-right: 1px solid #009ad8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  .c-localnav .c-entrust a span {
    padding: 0 0 0 16px;
  }
  .c-localnav .c-entrust a span:after {
    width: 6px;
    height: 6px;
    margin: -4px 0 0;
    border-top: 2px solid #009ad8;
    border-right: 2px solid #009ad8;
  }
}

body.pattern-c .modal {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  overflow: auto;
  z-index: 2147483647;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  margin-top: 0 !important;
}

body.pattern-c .modal section + section {
  margin-top: 27px;
}

@media print, screen and (min-width: 768px) {
  body.pattern-c .modal section + section {
    margin-top: 80px;
  }
}

body.pattern-c .modal .modal__inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 140px 40px 40px;
  width: 1000px;
}

body.pattern-c .modal .modal__content {
  background: white;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 920px;
  padding: 70px 40px 200px;
}

body.pattern-c .modal .modal__content .tle--lv1 {
  margin-top: 0;
}

body.pattern-c .modal .modal__close {
  position: absolute;
  border: 2px solid #e6e8ed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(/assets/img/common/btn_modal_close.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100px;
  height: 100px;
  top: 20px;
  right: 40px;
  cursor: pointer;
}

body.pattern-c .modal .modal__close.inner {
  top: auto;
  margin: auto;
  background-image: url(/assets/img/common/btn_modal_close--inner.png);
  width: 430px;
  height: 90px;
  left: 0;
  bottom: 100px;
  right: 0;
  background-size: auto;
  background-position: center center;
}

body.pattern-c .modal html[lang=en] .modal .modal__close {
  background-image: url(/assets/img/common/btn_modal_close_en.png);
}

body.pattern-c .modal ul li {
  font-size: 1.25rem;
}

body.pattern-c .modal .link_icn.blank {
  padding-right: 1em;
  margin-right: 0;
  display: inline;
  color: #009ad8;
  position: relative;
  font-size: inherit;
}

body.pattern-c .modal .link_icn.blank::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icn_blank.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  width: 0.9em;
  height: 0.9em;
  background-size: 0.9em;
  right: -0.5em;
  bottom: -0.15em;
}

body.pattern-c .modal ol.type--annotation,
body.pattern-c .modal ol.annotation {
  list-style: none;
  padding-left: 0;
  display: table;
  font-size: 0.63rem;
}

body.pattern-c .modal ol.type--annotation li,
body.pattern-c .modal ol.annotation li {
  display: table-row;
  counter-increment: table-ol;
  font-size: 0.875rem;
}

body.pattern-c .modal ol.type--annotation li:before,
body.pattern-c .modal ol.annotation li:before {
  content: "＊" counter(table-ol);
  display: table-cell;
  padding-right: 0.3em;
  text-align: right;
  white-space: nowrap;
}

body.pattern-c .modal ol.type--annotation li:after,
body.pattern-c .modal ol.annotation li:after {
  content: "";
  display: block;
  margin-bottom: 10px;
}

body.pattern-c .modal ul + * {
  margin-top: 1.5em;
}

body.pattern-c .modal .tle--lv2 {
  font-size: 2.5rem;
  font-weight: 700;
}

body.pattern-c .modal .tle--lv2 + p {
  margin-top: 20px;
}

body.pattern-c .modal p {
  font-size: 1.25rem;
  line-height: 2;
}

body.pattern-c .modal p + * {
  margin-top: 20px;
}

body.pattern-c .modal p + .tle--lv3 {
  margin-top: 1.5em;
}

body.pattern-c .modal .tle--lv3 {
  font-size: 1.875rem;
  font-weight: 700;
}

body.pattern-c .modal .tle--lv3 + * {
  margin-top: 20px;
}

body.pattern-c .modal ul[class*="type--"], body.pattern-c .modal ol[class*="type--"] {
  font-size: 0.875rem;
}

body.pattern-c .modal ul.type--cmn > li {
  display: block;
  position: relative;
  padding-left: 1em;
  font-size: 1.25rem;
  line-height: 2;
}

body.pattern-c .modal ul.type--cmn > li::before {
  display: inline;
  content: "・";
  position: absolute;
  left: 0.3em;
}

body.pattern-c .modal ul.annotation > li {
  font-size: 0.875rem;
  padding-left: 1em;
  position: relative;
}

body.pattern-c .modal ul.annotation > li::before {
  content: "※";
  position: absolute;
  left: 0;
}

body.pattern-c .modal sup {
  font-size: 70%;
  vertical-align: super;
}

body.pattern-c .modal ul.type--cmn + * {
  margin-top: 40px;
}
