@charset "UTF-8";
/*

北海道             | hokkaido
東北               | tohoku
関東・甲信越・伊豆 | kanto-koshinetsu-izu
東海・中部         | tokai-chubu
北陸               | hokuriku
近畿               | kinki
中国               | chugoku
四国               | shikoku
九州               | kyushu
沖縄               | okinawa
*/
.label {
  cursor: pointer;
}

.input,
input[type="search"].input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
  line-height: 1.4;
  background-color: #f9f9f9;
  border: #ccc 1px solid;
  -webkit-box-shadow: inset 0 -500px 0 0 #f9f9f9;
  box-shadow: inset 0 -500px 0 0 #f9f9f9;
  border-radius: 4px;
  font-size: 16px;
  padding: .25em .25em .25em .5em;
  min-width: 4em;
  margin: 5px 6px 5px 0;
  -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.input:hover,
input[type="search"].input:hover {
  border-color: #a6a6a6;
}
.input:focus,
input[type="search"].input:focus {
  outline: none;
  background-color: #fff;
  border-color: #000;
  -webkit-box-shadow: inset 0 -500px 0 0 #fff;
  box-shadow: inset 0 -500px 0 0 #fff;
}
.input::-webkit-input-placeholder,
input[type="search"].input::-webkit-input-placeholder {
  color: #ccc;
}
.input:-ms-input-placeholder,
input[type="search"].input:-ms-input-placeholder {
  color: #ccc;
}
.input::-moz-placeholder,
input[type="search"].input::-moz-placeholder {
  color: #ccc;
}

.select-normal .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 0.3em 30px 0.3em 0.6em;
  background: #fff url(/img/common/icon_arrow_select.png) right center no-repeat;
  background-size: 24px auto;
  font-size: 16px;
  vertical-align: middle;
  /*
  @include scale(0.9);
  @include transform-origin(left center);
  */
  text-indent: 0.01px;
  text-overflow: '';
  background-image: none\9;
  padding: 0 0 0 3px\9;
}
.select-normal .select::-ms-expand {
  display: none;
}

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre, textarea {
  overflow: auto;
}

[hidden], audio:not([controls]), template {
  display: none;
}

details, main, summary {
  display: block;
}

input[type=number] {
  /*width:auto*/
}

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

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

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*, ::after, ::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}

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

nav ol, nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
.container {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 1032px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-text-size-adjust: none;
}
.container .container,
.container .container-full {
  width: auto;
  min-width: initial;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-full {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 1032px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .container-full {
    width: auto;
    min-width: inherit;
  }
}
.container-full .row-no-gutter,
.container-full .row-md-no-gutter,
.container-full .row-sm-no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.container-full .container,
.container-full .container-full {
  width: initial;
  max-width: initial;
}

.container-middle [class*=col-] {
  vertical-align: middle;
}

.container-bottom [class*=col-] {
  vertical-align: bottom;
}

.container-top [class*=col-] {
  vertical-align: top;
}

.row {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.000001px;
  letter-spacing: -1em;
}
@media screen and (max-width: 767px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.row.align-rtl {
  direction: rtl;
}
.row.align-rtl [class*=col-] {
  direction: ltr;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
  text-align: left;
  letter-spacing: 0.05em;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0.1em;
  }
}

.col-1 {
  width: 8.33333%;
}

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

.col-2 {
  width: 16.66667%;
}

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

.col-3 {
  width: 25%;
}

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

.col-4 {
  width: 33.33333%;
}

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

.col-5 {
  width: 41.66667%;
}

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

.col-6 {
  width: 50%;
}

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

.col-7 {
  width: 58.33333%;
}

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

.col-8 {
  width: 66.66667%;
}

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

.col-9 {
  width: 75%;
}

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

.col-10 {
  width: 83.33333%;
}

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

.col-11 {
  width: 91.66667%;
}

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

.col-12 {
  width: 100%;
}

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

.col-with-gutter {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .container-md {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1032px;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-text-size-adjust: none;
  }
  .container-md .container,
  .container-md .container-full {
    width: auto;
    min-width: initial;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .container-md {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .container-md-full {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1032px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .container-md-full {
    width: auto;
    min-width: inherit;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .container-md-full .row-no-gutter,
  .container-md-full .row-md-no-gutter,
  .container-md-full .row-sm-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
  .container-md-full .container,
  .container-md-full .container-full {
    width: initial;
    max-width: initial;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

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

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

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

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

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

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

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

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

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

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

  .row-md-no-gutter {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .row-md-no-gutter [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .row-md-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .row-md-gutter [class*=col-] {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .container-sm {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1032px;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-text-size-adjust: none;
  }
  .container-sm .container,
  .container-sm .container-full {
    width: auto;
    min-width: initial;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .container-sm {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .container-sm-full {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1032px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .container-sm-full {
    width: auto;
    min-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .container-sm-full .row-no-gutter,
  .container-sm-full .row-md-no-gutter,
  .container-sm-full .row-sm-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
  .container-sm-full .container,
  .container-sm-full .container-full {
    width: initial;
    max-width: initial;
  }

  [class*=col-] {
    width: 100%;
  }

  .col-sm-1 {
    display: inline-block;
    width: 8.33333%;
  }

  .col-sm-2 {
    display: inline-block;
    width: 16.66667%;
  }

  .col-sm-3 {
    display: inline-block;
    width: 25%;
  }

  .col-sm-4 {
    display: inline-block;
    width: 33.33333%;
  }

  .col-sm-5 {
    display: inline-block;
    width: 41.66667%;
  }

  .col-sm-6 {
    display: inline-block;
    width: 50%;
  }

  .col-sm-7 {
    display: inline-block;
    width: 58.33333%;
  }

  .col-sm-8 {
    display: inline-block;
    width: 66.66667%;
  }

  .col-sm-9 {
    display: inline-block;
    width: 75%;
  }

  .col-sm-10 {
    display: inline-block;
    width: 83.33333%;
  }

  .col-sm-11 {
    display: inline-block;
    width: 91.66667%;
  }

  .col-sm-12 {
    display: inline-block;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

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

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

  .row-sm-no-gutter {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .row-sm-no-gutter [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .row-sm-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .row-sm-gutter [class*=col-] {
    padding: 0 5px;
  }
}
.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.row-no-gutter [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .row-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
}

.row-wide-gutter {
  margin-left: -15px;
  margin-right: -15px;
}
.row-wide-gutter [class*=col-] {
  padding: 0 30px;
}
.row-wide-gutter [class*=col-] .container {
  margin-left: -45px;
  margin-right: -45px;
}
@media screen and (max-width: 767px) {
  .row-wide-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-wide-gutter [class*=col-] {
    padding: 0 10px;
  }
  .row-wide-gutter [class*=col-] .container {
    margin-left: -25px;
    margin-right: -25px;
  }
}

[class*=col-] .container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.row-wide-gutter .col .container, .row-wide-gutter .col-1 .container, .row-wide-gutter .col-2 .container, .row-wide-gutter .col-3 .container, .row-wide-gutter .col-4 .container, .row-wide-gutter .col-5 .container, .row-wide-gutter .col-6 .container, .row-wide-gutter .col-7 .container, .row-wide-gutter .col-8 .container, .row-wide-gutter .col-9 .container, .row-wide-gutter .col-10 .container, .row-wide-gutter .col-11 .container, .row-wide-gutter .col-12 .container {
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 767px) {
  .row-wide-gutter .col .container, .row-wide-gutter .col-1 .container, .row-wide-gutter .col-2 .container, .row-wide-gutter .col-3 .container, .row-wide-gutter .col-4 .container, .row-wide-gutter .col-5 .container, .row-wide-gutter .col-6 .container, .row-wide-gutter .col-7 .container, .row-wide-gutter .col-8 .container, .row-wide-gutter .col-9 .container, .row-wide-gutter .col-10 .container, .row-wide-gutter .col-11 .container, .row-wide-gutter .col-12 .container {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.skip-navigation {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  outline: none;
  background-color: #f0f0f0;
  display: block;
}
.skip-navigation:active, .skip-navigation:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.skip-navigation span {
  display: inline-block;
  text-decoration: underline;
  border: 1px dotted #000;
  font-size: 10px;
  padding: 7px 5px;
  margin: 0 10px;
}
.skip-navigation:active, .skip-navigation:focus {
  padding: 10px 0;
}

.group-header {
  background-color: #f9f5f2;
  width: 100%;
  text-align: center;
}
.group-header a {
  display: block;
  padding: 5px;
}
.group-header a:hover {
  opacity: 0.8;
}
.group-header img {
  width: 120px;
}

#global-header {
  position: fixed;
  top: 0;
  z-index: 2020;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  line-height: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#global-header .container {
  line-height: 0;
}
#global-header.stop {
  position: relative;
}
#global-header.back-door {
  background-color: rgba(255, 255, 255, 0.65);
  bottom: 0;
}
.compact #global-header .group-header {
  display: none;
}
.compact #global-header .global-brand {
  height: 50px;
}
.compact #global-header .logo {
  height: 50px;
}
.compact #global-header .header-tip {
  display: none;
}
.compact.is-modal-open #global-header .group-header {
  display: block;
}
.compact.is-modal-open #global-header .global-brand {
  height: 50px;
}
.compact.is-modal-open #global-header .logo {
  height: 100%;
}
.compact.is-modal-open #global-header .header-tip {
  display: block;
}
@media screen and (min-width: 768px) {
  .compact #global-header .global-menu {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #global-header .container {
    padding: 0;
  }
  #global-header .global-menu.open .global-menu-inner {
    display: block;
    position: relative;
  }
  .compact #global-header .header-tip {
    display: block;
  }
}
#global-header + #content {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  #global-header + #content {
    margin-top: 50px;
  }
}

.global-brand,
.global-menu {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
  text-align: left;
  letter-spacing: 0.05em;
  font-size: 15px;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .global-brand,
  .global-menu {
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0.1em;
  }
}

.global-brand {
  width: 35%;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.global-brand .logo {
  display: table;
  height: 100%;
}
.global-brand .logo img {
  max-height: 40px;
  width: auto;
}
.global-brand .logo a {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .global-brand {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .global-brand .logo img {
    max-height: 28px;
  }
}

.global-menu {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .global-menu {
    width: 100%;
    height: auto;
    background-color: #fafafa;
    padding: 0;
  }
}
.global-menu.is-prepare {
  visibility: hidden;
}

.global-menu-btn {
  position: absolute;
  right: 12px;
  top: -50px;
  display: none;
  height: 50px;
  cursor: pointer;
}
.global-menu-btn.active .icon-global-menu {
  background: transparent url("/img/ico_menu-close.png") center no-repeat;
  background-size: 70%;
  width: 49px;
}
@media screen and (max-width: 767px) {
  .global-menu-btn {
    display: table;
  }
}

.icon-global-menu {
  display: table-cell;
  width: 43px;
  height: 50px;
  margin-right: 0;
  background: transparent url("/img/ico_menu.png") center no-repeat;
  background-size: 70%;
  vertical-align: middle;
}

.global-menu-inner {
  position: absolute;
  bottom: 0;
  right: 13px;
  display: table;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .global-menu-inner {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 80px);
    padding-bottom: 100px;
    right: 0;
  }
}

.header-tip {
  font-size: 12px;
  display: table-header-group;
}
.header-tip:after {
  content: " ";
  display: table;
}
.header-tip:after {
  clear: both;
}
.header-tip .select-box {
  width: 106px;
}
.header-tip .list-inline > li {
  margin-top: 0;
  vertical-align: middle;
}
.header-tip .list-inline > li:first-child a {
  color: #3b3631;
}
.header-tip .list-inline > li:first-child a:hover {
  color: #d0121b;
}
.en .header-tip {
  display: block;
  margin: 0 0 34px;
}
@media screen and (max-width: 767px) {
  .header-tip {
    display: block;
    border-bottom: 1px solid #a6a19d;
    background-color: #fff;
    font-size: 14px;
  }
  .header-tip, .header-tip > ul {
    width: 100%;
  }
  .header-tip:after, .header-tip > ul:after {
    content: " ";
    display: table;
  }
  .header-tip:after, .header-tip > ul:after {
    clear: both;
  }
  .header-tip > ul {
    margin-left: 0;
  }
  .header-tip > ul > li {
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
  }
  .header-tip > ul > li:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #302d29;
    content: ' ';
  }
  .header-tip > ul > li > a {
    width: 100%;
    display: block;
    border-bottom: 1px solid #a6a19d;
    color: #3b3631;
  }
  .header-tip > ul > li > a:hover {
    color: #d0121b;
  }
  .header-tip > ul > li > a.text-underline {
    text-decoration: none;
  }
  .header-tip .select-box {
    width: 100%;
  }
  .header-tip .list-inline > li a {
    padding: 15px;
  }
  .en .header-tip {
    display: block;
    margin: 0 0 13px;
  }
}
@media screen and (min-width: 768px) {
  .header-tip .select-box select {
    height: 54px;
  }
  .header-tip .list-inline {
    float: right;
  }
  .header-tip .list-inline > li:first-child a {
    padding: 5px;
  }
  .header-tip .list-inline > li:last-child {
    padding-right: 0;
  }
  .header-tip .list-inline > li a {
    padding: 20px 0;
  }
}

.global-navigation {
  display: table-footer-group;
  overflow: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-navigation:after {
  content: " ";
  display: table;
}
.global-navigation:after {
  clear: both;
}
.global-navigation h1 {
  font-size: 16px;
  color: #27A984;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .global-navigation {
    display: block;
    border-top: 1px solid #a6a19d;
    border-bottom: 1px solid #a6a19d;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .global-navigation {
    padding: 0 30px;
  }
}

.global-navigation-list {
  text-align: right;
  width: auto;
  display: inline-table;
  margin: 0 auto;
}
.global-navigation-list.has-scroll {
  overflow-x: scroll;
  float: none;
  display: block;
}
.global-navigation-list li {
  display: table-cell;
  position: relative;
}
.global-navigation-list li.current a,
.global-navigation-list li a:hover {
  background: #f9f5f2;
  color: #000;
  text-decoration: none;
}
.global-navigation-list li.current a:before,
.global-navigation-list li a:hover:before {
  height: 5px;
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.global-navigation-list a,
.global-navigation-list > span {
  display: block;
  padding: 17px 14px;
  color: #3b3631;
  white-space: nowrap;
  position: relative;
  text-decoration: none;
  font-size: 16px;
}
.global-navigation-list a span,
.global-navigation-list > span span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.global-navigation-list a:before,
.global-navigation-list > span:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #d0121b;
  content: '';
}
@media screen and (max-width: 767px) {
  .global-navigation-list {
    text-align: left;
    width: 100%;
    display: block;
    font-size: 14px;
  }
  .global-navigation-list li {
    width: 100%;
    display: block;
    border-top: 1px solid #a6a19d;
  }
  .global-navigation-list li:first-child {
    border-top: 0;
  }
  .global-navigation-list li:before {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    z-index: 9;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #302d29;
    content: ' ';
  }
  .global-navigation-list li:before.active {
    margin-top: -5px;
  }
  .global-navigation-list a,
  .global-navigation-list > span {
    font-size: 100%;
    padding: 17px 15px;
  }
  .global-navigation-list a span,
  .global-navigation-list > span span {
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .global-navigation-list {
    margin-right: -15px;
    float: right;
    font-size: 18px;
  }
  .global-navigation-list a span, .global-navigation-list > span span {
    max-width: 200px;
  }
}

#global-header.group-home ~ .select2-container--open .select2-dropdown--below {
  top: 90px;
}
@media screen and (max-width: 767px) {
  #global-header.group-home ~ .select2-container--open .select2-dropdown--below {
    top: 45px;
  }
}

#global-header ~ .select2-container--open .select2-dropdown--below {
  top: 120px;
}
@media screen and (max-width: 767px) {
  #global-header ~ .select2-container--open .select2-dropdown--below {
    top: 60px;
  }
}

.global-menu .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: none;
  filter: none;
}
@media screen and (min-width: 768px) {
  .global-menu .select-box .select2-container .select2-selection {
    height: 20px;
  }
  .global-menu .select-box .select2-container .select2-selection__arrow {
    width: 112px;
  }
}
@media screen and (max-width: 767px) {
  .global-menu .select-box .select2-container .select2-selection {
    height: 50px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .global-menu .select-box .select2-container .select2-selection__arrow {
    height: 50px;
    width: 82px;
    background: none;
  }
  .global-menu .select-box .select2-container .select2-selection .select2-selection__rendered {
    padding: 15px;
  }
  .global-menu .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -1px;
    border-left: 0;
  }
  .global-menu .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 9px;
    height: 9px;
    border-color: #4c4946;
    border-style: solid;
    border-width: 2px 2px 0 0;
    margin-top: -6px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    behavior: url("/css/PIE.htc");
  }
  .global-menu .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    border-color: #4c4946;
    border-width: 2px 2px 0 0;
    margin-top: -2px;
  }
}

.header-tip .select-box .select2-container--default {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .header-tip .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 3px 4px 3px;
  }
  .header-tip .select-box .select2-container .select2-selection {
    background-color: #fafafa;
    border-color: #f0ece9;
  }
  .header-tip .select-box .select2-container .select2-selection b {
    border-width: 4px 3px 0 3px;
  }
  .header-tip .select-box .select2-container .select2-selection__arrow {
    height: 18px;
    width: 21px;
    border-left: 0;
    background: none;
  }
  .header-tip .select-box .select2-container .select2-selection .select2-selection__rendered {
    padding: 4px 17px 3px 9px;
    min-width: 100px;
    line-height: 11px;
  }
}

.global_scroll__header_menu__item {
  padding: 0;
  margin: 0;
  text-indent: 0;
}

.global_scroll__header_menu__wrapper:after {
  content: " ";
  display: table;
}
.global_scroll__header_menu__wrapper:after {
  clear: both;
}

.select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
  width: 100%;
  border: 1px solid #000;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #aaa;
  border-radius: 4px;
  width: 100%;
  height: 119px;
  overflow: auto;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 1px 5px #ccc inset;
  box-shadow: 0 1px 5px #ccc inset;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 3px;
  float: left;
  margin: 8px 0 0 5px;
  height: 26px;
  min-width: 100px;
  text-align: center;
  font-size: 12px;
  position: relative;
  line-height: 16px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f1f1f1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1', GradientType=0);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice[title] {
  padding-right: 20px;
  padding-left: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice div {
  margin-left: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  right: 3px;
  top: 2px;
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  width: 100%;
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
  margin: 10px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f3f3f3;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f9f9f9;
  color: #000;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 2px 5px 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-search-choice-filter {
  background: url("/common/img/ico-select-filter.png") no-repeat center;
  width: 23px;
  height: 24px;
  display: inline-block;
  position: absolute;
  opacity: 0.7;
  filter: alpha(opacity=70);
  top: 0;
  left: 0;
  z-index: 98;
}
.select2-search-choice-filter:before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background-image: -webkit-linear-gradient(top, #7f7f7f 0%, #dedede 100%);
  background-image: -o-linear-gradient(top, #7f7f7f 0%, #dedede 100%);
  background-image: linear-gradient(to bottom, #7f7f7f 0%, #dedede 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7F7F7F', endColorstr='#FFDEDEDE', GradientType=0);
  position: absolute;
  left: 23px;
}
.select2-search-choice-filter:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.select2-search-choice-filter:active, .select2-search-choice-filter.active {
  background: url("/common/img/ico-select-filter-active.png") no-repeat center;
}

.select2-container.multiple .select2-results li[aria-selected="true"] {
  display: none;
}

.select2-container.is-modal .select2-dropdown,
.modal .select2-dropdown {
  z-index: 3011 !important;
}

ul {
  list-style: none;
}

ol,
.list-ol {
  margin: 20px 0 30px;
}
ol li,
.list-ol li {
  list-style-position: inside;
  padding-left: 1.6em;
  text-indent: -1.4em;
  margin: .5em 0;
}

.list-style-none li {
  margin: .5em 0;
}
.list-style-none li:first-child {
  margin-top: 0;
}
.list-style-none li:last-child {
  margin-bottom: 0;
}

.list-ul,
.list-square {
  margin: 20px 0 20px;
  list-style: none;
}
.list-ul li,
.list-square li {
  position: relative;
  padding-left: 1.3em;
}
.list-ul li::before,
.list-square li::before {
  width: 5px;
  height: 5px;
  background-color: #ccc;
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: .5em;
}
.list-ul li,
.list-square li {
  margin: .5em 0;
}
.list-ul li:first-child,
.list-square li:first-child {
  margin-top: 0;
}
.list-ul li:last-child,
.list-square li:last-child {
  margin-bottom: 0;
}
.col > .list-ul:last-child, .col-1 > .list-ul:last-child, .col-2 > .list-ul:last-child, .col-3 > .list-ul:last-child, .col-4 > .list-ul:last-child, .col-5 > .list-ul:last-child, .col-6 > .list-ul:last-child, .col-7 > .list-ul:last-child, .col-8 > .list-ul:last-child, .col-9 > .list-ul:last-child, .col-10 > .list-ul:last-child, .col-11 > .list-ul:last-child, .col-12 > .list-ul:last-child, .col >
.list-square:last-child, .col-1 >
.list-square:last-child, .col-2 >
.list-square:last-child, .col-3 >
.list-square:last-child, .col-4 >
.list-square:last-child, .col-5 >
.list-square:last-child, .col-6 >
.list-square:last-child, .col-7 >
.list-square:last-child, .col-8 >
.list-square:last-child, .col-9 >
.list-square:last-child, .col-10 >
.list-square:last-child, .col-11 >
.list-square:last-child, .col-12 >
.list-square:last-child {
  margin-bottom: 0;
}

.list-style-none {
  list-style: none;
}
.list-style-none li {
  padding-left: 0;
}
.list-style-none li::before {
  display: none;
}

.list-comment {
  margin: 20px 0 20px;
  list-style: none;
}
.list-comment li {
  position: relative;
  padding-left: 1.3em;
}
.list-comment li::before {
  content: "※";
  display: block;
  position: absolute;
  left: 2px;
}

.list-links {
  border-top: 3px solid #e5e5e5;
  border-bottom: 3px solid #e5e5e5;
  padding: 20px 0;
  margin: 30px 0;
  list-style: none;
  list-style: none;
}
.list-links li {
  margin: 1em 0;
}
.list-links a {
  display: inline-block;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .list-links a {
    display: block;
  }
}
.list-links li {
  padding-left: 0;
}
.list-links li::before {
  display: none;
}

.list-inline {
  list-style: none;
  margin-left: -5px;
}
.list-inline li {
  padding-left: 0;
}
.list-inline li::before {
  display: none;
}
.list-inline > li {
  display: inline-block;
  margin-top: .25em;
  margin-bottom: .25em;
  padding-left: 5px;
  padding-right: 5px;
}

.list-links-inline {
  overflow: hidden;
}
.list-links-inline li {
  display: inline-block;
  line-height: 1.4;
  border-left: 1px solid #e5e5e5;
  margin: 5px 1.1em 5px -0.85em;
  padding-left: .75em;
}
.list-links-inline li:last-child {
  margin-right: 0;
}
.list-links-inline.wide li {
  margin-bottom: 1em;
  margin-right: 1.6em;
  margin-left: -1.15em;
  padding-left: 1.15em;
}

.list-dl {
  line-height: 1.86;
}
.list-dl dd {
  margin-bottom: .5em;
}

@media screen and (min-width: 768px) {
  .list-dl.horizontal dt {
    width: 10%;
    padding-right: 10px;
    float: left;
    clear: left;
  }
  .list-dl.horizontal dd {
    width: 90%;
    float: left;
    clear: right;
  }
  .list-dl.horizontal.dt-1 dt {
    width: 10%;
  }
  .list-dl.horizontal.dt-1 dd {
    width: 90%;
  }
  .list-dl.horizontal.dt-2 dt {
    width: 20%;
  }
  .list-dl.horizontal.dt-2 dd {
    width: 80%;
  }
  .list-dl.horizontal.dt-3 dt {
    width: 30%;
  }
  .list-dl.horizontal.dt-3 dd {
    width: 70%;
  }
  .list-dl.horizontal.dt-4 dt {
    width: 40%;
  }
  .list-dl.horizontal.dt-4 dd {
    width: 60%;
  }
  .list-dl.horizontal.dt-5 dt {
    width: 50%;
  }
  .list-dl.horizontal.dt-5 dd {
    width: 50%;
  }
  .list-dl.horizontal.dt-6 dt {
    width: 60%;
  }
  .list-dl.horizontal.dt-6 dd {
    width: 40%;
  }
  .list-dl.horizontal.dt-7 dt {
    width: 70%;
  }
  .list-dl.horizontal.dt-7 dd {
    width: 30%;
  }
  .list-dl.horizontal.dt-8 dt {
    width: 80%;
  }
  .list-dl.horizontal.dt-8 dd {
    width: 20%;
  }
  .list-dl.horizontal.dt-9 dt {
    width: 90%;
  }
  .list-dl.horizontal.dt-9 dd {
    width: 10%;
  }
  .list-dl.horizontal.dt-10 dt {
    width: 100%;
  }
  .list-dl.horizontal.dt-10 dd {
    width: 0%;
  }
  .list-dl.horizontal.dt-11 dt {
    width: 110%;
  }
  .list-dl.horizontal.dt-11 dd {
    width: -10%;
  }
  .list-dl.horizontal.dt-12 dt {
    width: 120%;
  }
  .list-dl.horizontal.dt-12 dd {
    width: -20%;
  }
}
.list-accordion {
  border-top: 1px solid #e5e5e5;
}
.list-accordion .item {
  border-bottom: 1px solid #e5e5e5;
}
.list-accordion .head {
  position: relative;
  padding: 30px 9em 30px 0;
}
.list-accordion .head:after {
  content: " ";
  display: table;
}
.list-accordion .head:after {
  clear: both;
}
.list-accordion .head .icon {
  float: left;
  line-height: 2;
  letter-spacing: 0;
}
.list-accordion .head .text {
  margin: 0;
  overflow: hidden;
}
.list-accordion .head .toggle {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.7em;
  padding: 1em 2em 1em 1em;
  background: url(/img/common/icon_arrow_down_blue.png) right center no-repeat;
  background-size: 18px auto;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
  tap-highlight-color: rgba(255, 255, 255, 0.4);
}
.list-accordion .head .toggle:active {
  background-position: right 1.3em;
}
.list-accordion .head .toggle .hidden-not-active {
  display: none;
}
.list-accordion .head .toggle.active {
  background-image: url(/img/common/icon_arrow_up_blue.png);
}
.list-accordion .head .toggle.active .hidden-not-active {
  display: inline;
}
.list-accordion .head .toggle.active .hidden-active {
  display: none;
}
@media screen and (max-width: 767px) {
  .list-accordion .head {
    padding: 30px 0 25px 0;
  }
  .list-accordion .head .toggle:active {
    background-position: right center;
  }
}

.list-faq .question {
  padding-bottom: 30px;
}
.list-faq .question .text {
  margin-left: 3.5em;
}
@media screen and (max-width: 767px) {
  .list-faq .question {
    padding-bottom: 25px;
  }
  .list-faq .question .toggle {
    position: relative;
    clear: both;
    top: 0;
    right: auto;
    left: 0;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: .5em;
    margin-top: 0.5em;
    margin-left: 3em;
  }
}
.list-faq .answer {
  border-top: 1px solid #e5e5e5;
  background-color: #f6f6f6;
  padding: 2.5em 3.5em;
}
.list-faq .answer:after {
  content: " ";
  display: table;
}
.list-faq .answer:after {
  clear: both;
}
.list-faq .answer .icon {
  float: left;
  color: #2a5caa;
  line-height: 2;
  padding-right: .3em;
}
.list-faq .answer p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .list-faq .answer {
    padding: 1.5em 2em;
  }
}

.list-multiple-color {
  list-style-type: none;
}
.list-multiple-color li {
  margin: .5em 0;
}
.list-multiple-color li:first-child {
  margin-top: 0;
}
.list-multiple-color li:last-child {
  margin-bottom: 0;
}
.list-multiple-color > li {
  padding-left: 10px;
}
.list-multiple-color > li span {
  vertical-align: sub;
  margin-right: 5px;
  width: 5px;
  height: 18px;
  display: inline-block;
  content: ' ';
}
.list-multiple-color > li a {
  color: #302d29;
  text-decoration: underline;
}
.list-multiple-color > li a:hover {
  color: #2a2824;
}
.list-multiple-color > li a:focus, .list-multiple-color > li a:active:focus {
  color: #22201d;
}

.list-event {
  list-style-type: none;
}
.list-event > li {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}
.list-event > li:first-child {
  padding-top: 0;
}
.accordion .list-event > li:first-child {
  padding-top: 15px;
}
.list-event .event-info .date {
  font-size: 12px;
}
.list-event .event-title a {
  text-decoration: underline;
}
.list-event .event-title a:hover {
  text-decoration: none;
  color: #403a32;
}
.list-event + .accordion .accordion-btn {
  margin-top: 15px;
}

input::-webkit-input-placeholder {
  color: #707070;
}
input:-ms-input-placeholder {
  color: #707070;
}
input::-moz-placeholder {
  color: #707070;
}

input[type="submit"] {
  letter-spacing: 0.05em;
}

input[type="number"] {
  width: 4.5em;
}

.input-lg,
input[type="search"].input-lg {
  font-size: 18px;
  padding: .4em .3em .35em .6em;
}
@media screen and (max-width: 767px) {
  .input-lg,
  input[type="search"].input-lg {
    padding: .3em .3em .25em .6em;
  }
}

.input-sm,
input[type="search"].input-sm {
  font-size: 12px;
  padding: .3em .4em .2em .4em;
}
@media screen and (max-width: 767px) {
  .input-sm,
  input[type="search"].input-sm {
    padding: .15em .15em .12em .4em;
  }
}

.input-full {
  width: 100%;
}

.input-block,
.select-block {
  display: block;
  width: 100%;
}

.select-normal {
  display: inline-block;
  position: relative;
  max-width: 432px;
  width: 100%;
}
.select-normal:before {
  position: absolute;
  content: "";
  background: url("/img/ico_arrow-down.png");
  top: 40%;
  display: block;
  right: 20px;
  width: 12px;
  height: 8px;
  pointer-events: none;
}
.select-normal .select {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 15px 10px;
  font-size: inherit;
  background: #fafafa;
  color: #252525;
}
.select-normal .select:required:invalid {
  color: #707070;
}
.select-normal .select option[value=""] {
  display: none;
}

.select-lg {
  padding: 0.6em 30px 0.6em 1em;
}

input[type="checkbox"],
input[type="radio"] {
  border: 1px solid #999;
  display: inline-block;
  vertical-align: middle;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  border-color: #666;
}

.select-box {
  vertical-align: middle;
}
.select-box select {
  visibility: hidden;
  height: 35px;
}
.select-box .select2-container .select2-selection {
  overflow: hidden;
  height: 35px;
}
.select-box .select2-container .select2-selection.select2-selection--single {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.select-box .select2-container .select2-selection:focus, .select-box .select2-container .select2-selection:active:focus {
  outline: 0;
}
.select-box .select2-container .select2-selection .select2-selection__rendered {
  padding: 5px 17px 5px 7px;
  min-width: 200px;
  line-height: 23px;
}
.select-box .select2-container .select2-selection__arrow {
  width: 37px;
  height: 33px;
  border-left: 1px #dedede solid;
  border-radius: 0 1px 1px 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF3F3F3', GradientType=0);
}
.select-box .select2-container--open .select2-selection {
  border: 1px #333 solid;
  outline: none;
}

.select-box-dropdown {
  z-index: 3020;
}
.select2-container .select-box-dropdown.select2-dropdown {
  border: 1px #333 solid;
  border-radius: 2px;
}
.select2-container .select-box-dropdown .select2-results__option[aria-selected=true] {
  background-color: #298ae5;
  color: #fff;
}
.select-box-dropdown.select2-dropdown.select2-dropdown--below {
  margin-top: 10px;
}
.select-box-dropdown.select2-dropdown.select2-dropdown--above {
  margin-bottom: 10px;
  top: -10px;
}
.select-box-dropdown.select2-dropdown .select2-search__field:focus, .select-box-dropdown.select2-dropdown .select2-search__field:active:focus {
  outline: 0;
}

.class-holiday > .ui-state-default {
  background: #f6e2e3 !important;
  color: #c53d43 !important;
}

.class-sunday > .ui-state-default {
  background: #fdf1f1 !important;
  color: #d0121b !important;
}

.class-saturday > .ui-state-default {
  background: #e7ebf1 !important;
  color: #298ae5 !important;
}
