@charset "UTF-8";
/* Extension

========================================================= */
/* @desc - フォントサイズをpxとremで設定（基本 16px） @param $size {int} - 作成したいサイズを設定 @param $base {int} - 基本的に変更なし */
/* @desc - メディアクエリの分岐を作成 @param $breakPoint {String} - 各ブレイクポイントを設定 @example @include mq() { ... } @include mq($bp-m) { ... } */
/*  @desc - レスポンシブクラス作成 */
/* @desc - フォームパーツのフォーカス時共通処理 */
/*  @desc - 車体色クラス作成 */
/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/noto-sans-jp-v18-japanese_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans Japanese Regular'), local('NotoSansJapanese-Regular'), url('../../fonts/noto-sans-jp-v18-japanese_latin-regular.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/noto-sans-jp-v18-japanese_latin-regular.woff2') format('woff2'), url('../../fonts/noto-sans-jp-v18-japanese_latin-regular.woff') format('woff'),
    url('../../fonts/noto-sans-jp-v18-japanese_latin-regular.ttf') format('truetype'), url('../../fonts/noto-sans-jp-v18-japanese_latin-regular.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}

/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: bold;
  font-weight: 700;
  src: url('../../fonts/noto-sans-jp-v18-japanese_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans Japanese Bold'), local('NotoSansJapanese-Bold'), url('../../fonts/noto-sans-jp-v18-japanese_latin-700.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/noto-sans-jp-v18-japanese_latin-700.woff2') format('woff2'), url('../../fonts/noto-sans-jp-v18-japanese_latin-700.woff') format('woff'), url('../../fonts/noto-sans-jp-v18-japanese_latin-700.ttf') format('truetype'),
    url('../../fonts/noto-sans-jp-v18-japanese_latin-700.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'), url('../../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto-v18-latin-regular.woff2') format('woff2'),
    url('../../fonts/roboto-v18-latin-regular.woff') format('woff'), url('../../fonts/roboto-v18-latin-regular.ttf') format('truetype'), url('../../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../../fonts/roboto-v18-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'), url('../../fonts/roboto-v18-latin-900.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto-v18-latin-900.woff2') format('woff2'),
    url('../../fonts/roboto-v18-latin-900.woff') format('woff'), url('../../fonts/roboto-v18-latin-900.ttf') format('truetype'), url('../../fonts/roboto-v18-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* Foundation

========================================================= */
/*! ress.css • v1.2.2 MIT License github.com/filipelinhares/ress */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

* {
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

input:disabled {
  opacity: 1;
}

[role='button'],
[type='button'],
[type='reset'],
[type='submit'],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type='number'] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

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

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

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

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

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

@media screen {
  [hidden~='screen'] {
    display: inherit;
  }
  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

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

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

/* base.scss デフォルトスタイルの設定 */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(85, 85, 85, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: 'Roboto', 'Noto Sans JP', 'Avenir Next', 'Oswald', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'メイリオ', Meiryo, Sans-Serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #555;
  text-align: left;
  background: #f1f2f7;
}

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

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

img {
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 834px) {
  a:not(.is-disabled):not(:disabled):not(.is-no-hover),
  button:not(.is-disabled):not(:disabled):not(.is-no-hover),
  input[type='button']:not(.is-disabled):not(:disabled):not(.is-no-hover) {
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
}

@media screen and (min-width: 834px) {
  a:not(.is-disabled):not(:disabled):not(.is-no-hover):hover,
  button:not(.is-disabled):not(:disabled):not(.is-no-hover):hover,
  input[type='button']:not(.is-disabled):not(:disabled):not(.is-no-hover):hover {
    opacity: 0.6;
  }
}

/* for WIN8 */
.is-win8 a,
.is-win8 button,
.is-win8 input[type='button'] {
  -webkit-transition: initial !important;
  -o-transition: initial !important;
  transition: initial !important;
}

input::-webkit-input-placeholder {
  color: #bebec7;
}

input:-ms-input-placeholder {
  color: #bebec7;
}

input::-ms-input-placeholder {
  color: #bebec7;
}

input::placeholder {
  color: #bebec7;
}

/* IE */
input:-ms-input-placeholder {
  color: #bebec7;
}

/* Edge */
input::-ms-input-placeholder {
  color: #bebec7;
}

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

input[type='button'],
input[type='submit'] {
  width: 100%;
}

input,
select,
button,
textarea {
  tap-highlight-color: none;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: 0;
}

input:disabled,
input.is-disabled,
select:disabled,
select.is-disabled,
button:disabled,
button.is-disabled,
textarea:disabled,
textarea.is-disabled {
  outline: 0;
}

select {
  cursor: pointer;
}

select:disabled,
select.is-disabled {
  cursor: default;
}

/* Override

========================================================= */
.dataline .simplebar-scrollbar {
  width: 2px;
  right: 0;
}

.dataline .simplebar-scrollbar::before {
  background: #005bab;
  opacity: 1 !important;
  border-radius: 1px;
}

.dataline .horizontal.simplebar-track .simplebar-scrollbar {
  height: 3px;
}

.dataline .simplebar-track.horizontal {
  display: none;
  height: 5px;
}

.dataline .js-scrollbar-row .simplebar-track.horizontal {
  display: block;
}

.dataline #colorbox {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1001;
}
.dataline #colorbox,
.dataline #cboxOverlay,
.dataline #cboxWrapper {
  border-radius: 3px;
}

.dataline #cboxLoadedContent {
  border-radius: 2px;
}

.dataline #cboxContent {
  margin-top: 0;
}

.dataline #cboxContent {
  background: transparent;
}

.dataline #cboxOverlay {
  z-index: 1000;
}

.dataline #cboxLoadingGraphic {
  background-image: url(../../img/satei/icon_loader.gif);
}

.dataline #cboxLoadingOverlay {
  background: transparent;
}

@-webkit-keyframes cboxLoadingGraphic {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes cboxLoadingGraphic {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Layout

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

----------------------------------------------- */
.l-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #005bab;
  color: #fff;
}

.l-header > *:not(:last-child) {
  border-right: none;
}

@media screen and (min-width: 834px) {
  .l-header > *:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.l-header_logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 834px) {
  .l-header_logo {
    width: 160px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1440px) {
  .l-header_logo {
    width: 230px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.l-header_logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px;
  white-space: nowrap;
}

.l-header_nav {
  display: none;
  width: 100%;
  background: #005bab;
}

@media screen and (min-width: 834px) {
  .l-header_nav {
    width: auto;
    display: block;
  }
}

.l-header_option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.l-header_option_item_save {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.l-header_option_item_save:first-child {
  border-left: none;
}

.l-header_option_item_save a,
.l-header_option_item_save span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 85px;
  height: 100%;
  background-color: #004080;
  cursor: pointer;
}

.l-header_option_item {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.l-header_option_item:first-child {
  border-left: none;
}

.l-header_option_item a,
.l-header_option_item span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 100%;
  background-color: #004080;
  cursor: pointer;
}

.l-header_option_item-user img {
  margin-bottom: -5px;
}

.l-header_popup {
  position: fixed;
  z-index: 10;
  top: 60px;
  right: 10px;
  max-width: 355px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 834px) {
  .l-header_popup {
    position: absolute;
  }
}

.l-header_popup.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.l-header_popup_content {
  position: relative;
  padding: 40px;
  background: #004080;
  border-radius: 2px;
}

.l-header_popup_content::before {
  content: '';
  position: absolute;
  top: -9px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #004080 transparent;
}

.l-header_help .l-header_popup_content::before {
  right: 57px;
}

.l-header_help a {
  width: 250px;
}

.l-header_help #header_q_and_a_download {
  margin-bottom: 20px;
}

.l-header_userinfo .l-header_popup_content::before {
  right: 7px;
}

.l-header_userinfo dl {
  font-size: 14px;
  font-size: 0.875rem;
}

.l-header_userinfo dl dt,
.l-header_userinfo dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
  padding: 5px 8px;
}

.l-header_userinfo dl *[class*='c-col-'] {
  margin-bottom: 0;
}

.l-header_topics .c-dl {
  height: 420px;
}

@media screen and (min-width: 834px) {
  .l-header_topics .c-dl {
    height: 550px;
  }
}

.l-header_topics .c-dl dt {
  position: relative;
  padding-top: 15px;
  padding-right: 18px;
  color: #555;
  font-size: 16px;
  font-size: 1rem;
}

.l-header_topics .c-dl dt > i {
  position: absolute;
  right: 18px;
  top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 25px;
  color: #005bab;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  background: #fcee21;
}

.l-header_topics .c-dl dd {
  padding-right: 18px;
  padding-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}

/* l-footer

----------------------------------------------- */
.l-footer_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin-top: auto;
  padding: 0 15px;
  background: #232323;
  color: #fff;
}

@media screen and (min-width: 834px) {
  .l-footer_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 40px;
    padding-top: 0;
  }
}

.l-footer_inner > * {
  line-height: 1;
}

.l-footer_pagescroll {
  position: fixed;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  right: 0;
  bottom: 0;
  width: 40px;
  margin-bottom: 110px;
}

.is-no-ui .l-footer_pagescroll {
  margin-bottom: 60px;
}
@media screen and (min-width: 834px) {
  .is-no-ui .l-footer_pagescroll {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 834px) {
  .l-footer_pagescroll {
    margin-bottom: 40px;
  }
}

.p-login .l-footer_pagescroll {
  display: none;
}

.l-footer_pagescroll > a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  background: #bebec7;
}

.l-footer_pagescroll > a:first-child {
  margin-top: 0;
}

.l-footer_pagescroll > a::before,
.l-footer_pagescroll > a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
}

.l-footer_pagescroll-top::before {
  margin-left: -10px;
  -webkit-transform: skewY(-45deg);
  -ms-transform: skewY(-45deg);
  transform: skewY(-45deg);
}

.l-footer_pagescroll-top::after {
  -webkit-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  transform: skewY(45deg);
}

.l-footer_pagescroll-bottom::before {
  margin-left: -10px;
  -webkit-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  transform: skewY(45deg);
}

.l-footer_pagescroll-bottom::after {
  -webkit-transform: skewY(-45deg);
  -ms-transform: skewY(-45deg);
  transform: skewY(-45deg);
}

.l-footer_author {
  margin-bottom: 8px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 834px) {
  .l-footer_author {
    margin-bottom: 0;
  }
}

.l-footer_copy {
  font-size: 10px;
  font-size: 0.625rem;
}

@media screen and (min-width: 834px) {
  .l-footer_copy {
    margin: 0 0 0 25px;
  }
}

.l-footer_nav {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #005bab;
  color: #fff;
}
@media screen and (max-width: 375px) {
  .l-footer_nav .l-nav_items {
    overflow-x: auto;
  }
}

@media screen and (min-width: 834px) {
  .l-footer_nav {
    display: none;
  }
}

.is-no-ui .l-footer_nav {
  display: none;
}

/* nav

----------------------------------------------- */
.l-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (min-width: 1440px) {
  .l-nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.l-nav_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 1440px) {
  .l-nav_items {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.l-nav_item {
  width: 100%;
  height: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.l-nav_item:last-child {
  border-right: none;
}

@media screen and (min-width: 1440px) {
  .l-nav_item {
    min-width: 150px;
  }
}

.l-nav_item a,
.l-nav_item span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 5px 10px;
  white-space: nowrap;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
}

@media screen and (min-width: 1440px) {
  .l-nav_item a,
  .l-nav_item span {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* l-container

------------------------------------- */
.l-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding: 50px 0 50px;
}

.is-no-ui .l-container {
  padding: 0;
}

@media screen and (min-width: 834px) {
  .l-container {
    padding: 50px 0 0;
  }
}

/* l-main

------------------------------------- */
.l-main {
  padding: 0 15px 107px;
}

@media screen and (min-width: 834px) {
  .l-main {
    padding: 0 15px 0;
  }
}

/* Object

========================================================= */
/* Component

----------------------------------------------- */
/* c-grid

------------------------------------- */
.c-grid,
.c-grid-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-grid *[class*='c-col-'],
.c-grid-in *[class*='c-col-'] {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 2px;
  margin-bottom: 15px;
}

.c-grid *[class*='c-col-'] > *:last-child,
.c-grid-in *[class*='c-col-'] > *:last-child {
  margin-bottom: 0;
}

.c-grid_table,
.c-grid-in_table {
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  margin-bottom: 10px !important;
}

@media screen and (min-width: 1440px) {
  .c-grid_table,
  .c-grid-in_table {
    margin-bottom: 20px !important;
  }
}

.c-grid_table > *[class*='c-col-'],
.c-grid-in_table > *[class*='c-col-'] {
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  border-radius: 0;
}

.c-grid_table .c-grid_table_head,
.c-grid-in_table .c-grid_table_head,
.c-grid_table .c-grid-in_table_head,
.c-grid-in_table .c-grid-in_table_head {
  font-size: 12px;
  font-size: 0.75rem;
}

.c-grid_table .c-grid_table_content,
.c-grid-in_table .c-grid_table_content,
.c-grid_table .c-grid-in_table_content,
.c-grid-in_table .c-grid-in_table_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  word-break: break-all;
}

.c-grid > *.c-col-1,
.c-grid-in > *.c-col-1 {
  width: 8.33333%;
}

.c-grid > *.c-col-2,
.c-grid-in > *.c-col-2 {
  width: 16.66667%;
}

.c-grid > *.c-col-3,
.c-grid-in > *.c-col-3 {
  width: 25%;
}

.c-grid > *.c-col-4,
.c-grid-in > *.c-col-4 {
  width: 33.33333%;
}

.c-grid > *.c-col-5,
.c-grid-in > *.c-col-5 {
  width: 41.66667%;
}

.c-grid > *.c-col-6,
.c-grid-in > *.c-col-6 {
  width: 50%;
}

.c-grid > *.c-col-7,
.c-grid-in > *.c-col-7 {
  width: 58.33333%;
}

.c-grid > *.c-col-8,
.c-grid-in > *.c-col-8 {
  width: 66.66667%;
}

.c-grid > *.c-col-9,
.c-grid-in > *.c-col-9 {
  width: 75%;
}

.c-grid > *.c-col-10,
.c-grid-in > *.c-col-10 {
  width: 83.33333%;
}

.c-grid > *.c-col-11,
.c-grid-in > *.c-col-11 {
  width: 91.66667%;
}

.c-grid > *.c-col-12,
.c-grid-in > *.c-col-12 {
  width: 100%;
}

@media screen and (min-width: 834px) {
  .c-grid > *.c-col-1-m,
  .c-grid-in > *.c-col-1-m {
    width: 8.33333%;
  }
}

@media screen and (min-width: 834px) {
  .c-grid > *.c-col-2-m,
  .c-grid-in > *.c-col-2-m {
    width: 16.66667%;
  }
}

@media screen and (min-width: 834px) {
  .c-grid > *.c-col-3-m,
  .c-grid-in > *.c-col-3-m {
    width: 25%;
  }
}

@media screen and (min-width: 834px) {
  .c-grid > *.c-col-4-m,
  .c-grid-in > *.c-col-4-m {
    width: 33.33333%;
  }
}

@media screen and (min-width: 834px) {
  .c-grid > *.c-col-5-m,
  .c-grid-in > *.c-col-5-m {
    width: 41.66667%;
  }
}

@media screen and (min-width: 834px) {
  .c-grid > *.c-col-6-m,
  .c-grid-in > *.c-col-6-m {
    width: 50%;
  }
}

@media screen and (min-width: 834px) {
  .c-grid > *.c-col-7-m,
  .c-grid-in > *.c-col-7-m {
    width: 58.33333%;
  }
}

@media screen and (min-width: 834px) {
  .c-grid > *.c-col-8-m,
  .c-grid-in > *.c-col-8-m {
    width: 66.66667%;
  }
}

@media screen and (min-width: 834px) {
  .c-grid > *.c-col-9-m,
  .c-grid-in > *.c-col-9-m {
    width: 75%;
  }
}

@media screen and (min-width: 834px) {
  .c-grid > *.c-col-10-m,
  .c-grid-in > *.c-col-10-m {
    width: 83.33333%;
  }
}

@media screen and (min-width: 834px) {
  .c-grid > *.c-col-11-m,
  .c-grid-in > *.c-col-11-m {
    width: 91.66667%;
  }
}

@media screen and (min-width: 834px) {
  .c-grid > *.c-col-12-m,
  .c-grid-in > *.c-col-12-m {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .c-grid > *.c-col-1-l,
  .c-grid-in > *.c-col-1-l {
    width: 8.33333%;
  }
}

@media screen and (min-width: 1440px) {
  .c-grid > *.c-col-2-l,
  .c-grid-in > *.c-col-2-l {
    width: 16.66667%;
  }
}

@media screen and (min-width: 1440px) {
  .c-grid > *.c-col-3-l,
  .c-grid-in > *.c-col-3-l {
    width: 25%;
  }
}

@media screen and (min-width: 1440px) {
  .c-grid > *.c-col-4-l,
  .c-grid-in > *.c-col-4-l {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1440px) {
  .c-grid > *.c-col-5-l,
  .c-grid-in > *.c-col-5-l {
    width: 41.66667%;
  }
}

@media screen and (min-width: 1440px) {
  .c-grid > *.c-col-6-l,
  .c-grid-in > *.c-col-6-l {
    width: 50%;
  }
}

@media screen and (min-width: 1440px) {
  .c-grid > *.c-col-7-l,
  .c-grid-in > *.c-col-7-l {
    width: 58.33333%;
  }
}

@media screen and (min-width: 1440px) {
  .c-grid > *.c-col-8-l,
  .c-grid-in > *.c-col-8-l {
    width: 66.66667%;
  }
}

@media screen and (min-width: 1440px) {
  .c-grid > *.c-col-9-l,
  .c-grid-in > *.c-col-9-l {
    width: 75%;
  }
}

@media screen and (min-width: 1440px) {
  .c-grid > *.c-col-10-l,
  .c-grid-in > *.c-col-10-l {
    width: 83.33333%;
  }
}

@media screen and (min-width: 1440px) {
  .c-grid > *.c-col-11-l,
  .c-grid-in > *.c-col-11-l {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1440px) {
  .c-grid > *.c-col-12-l,
  .c-grid-in > *.c-col-12-l {
    width: 100%;
  }
}

.c-grid > *.c-col-harf,
.c-grid-in > *.c-col-harf {
  width: 4.16667%;
}

@media screen and (min-width: 834px) {
  .c-grid > *.c-col-harf-m,
  .c-grid-in > *.c-col-harf-m {
    width: 4.16667%;
  }
}

@media screen and (min-width: 1440px) {
  .c-grid > *.c-col-harf-l,
  .c-grid-in > *.c-col-harf-l {
    width: 4.16667%;
  }
}

.c-grid-margin,
.c-grid-in-margin {
  margin-left: -6px;
  margin-right: -6px;
}

.c-grid-margin > *[class*='c-col-'],
.c-grid-in-margin > *[class*='c-col-'] {
  width: calc(100% - 12px);
  margin-bottom: 12px;
  margin-left: 6px;
  margin-right: 6px;
}

.c-grid-margin > *.c-col-1,
.c-grid-in-margin > *.c-col-1 {
  width: calc(8.33333% - 12px);
}

.c-grid-margin > *.c-col-2,
.c-grid-in-margin > *.c-col-2 {
  width: calc(16.66667% - 12px);
}

.c-grid-margin > *.c-col-3,
.c-grid-in-margin > *.c-col-3 {
  width: calc(25% - 12px);
}

.c-grid-margin > *.c-col-4,
.c-grid-in-margin > *.c-col-4 {
  width: calc(33.33333% - 12px);
}

.c-grid-margin > *.c-col-5,
.c-grid-in-margin > *.c-col-5 {
  width: calc(41.66667% - 12px);
}

.c-grid-margin > *.c-col-6,
.c-grid-in-margin > *.c-col-6 {
  width: calc(50% - 12px);
}

.c-grid-margin > *.c-col-7,
.c-grid-in-margin > *.c-col-7 {
  width: calc(58.33333% - 12px);
}

.c-grid-margin > *.c-col-8,
.c-grid-in-margin > *.c-col-8 {
  width: calc(66.66667% - 12px);
}

.c-grid-margin > *.c-col-9,
.c-grid-in-margin > *.c-col-9 {
  width: calc(75% - 12px);
}

.c-grid-margin > *.c-col-10,
.c-grid-in-margin > *.c-col-10 {
  width: calc(83.33333% - 12px);
}

.c-grid-margin > *.c-col-11,
.c-grid-in-margin > *.c-col-11 {
  width: calc(91.66667% - 12px);
}

.c-grid-margin > *.c-col-12,
.c-grid-in-margin > *.c-col-12 {
  width: calc(100% - 12px);
}

@media screen and (min-width: 834px) {
  .c-grid-margin > *.c-col-1-m,
  .c-grid-in-margin > *.c-col-1-m {
    width: calc(8.33333% - 12px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin > *.c-col-2-m,
  .c-grid-in-margin > *.c-col-2-m {
    width: calc(16.66667% - 12px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin > *.c-col-3-m,
  .c-grid-in-margin > *.c-col-3-m {
    width: calc(25% - 12px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin > *.c-col-4-m,
  .c-grid-in-margin > *.c-col-4-m {
    width: calc(33.33333% - 12px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin > *.c-col-5-m,
  .c-grid-in-margin > *.c-col-5-m {
    width: calc(41.66667% - 12px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin > *.c-col-6-m,
  .c-grid-in-margin > *.c-col-6-m {
    width: calc(50% - 12px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin > *.c-col-7-m,
  .c-grid-in-margin > *.c-col-7-m {
    width: calc(58.33333% - 12px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin > *.c-col-8-m,
  .c-grid-in-margin > *.c-col-8-m {
    width: calc(66.66667% - 12px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin > *.c-col-9-m,
  .c-grid-in-margin > *.c-col-9-m {
    width: calc(75% - 12px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin > *.c-col-10-m,
  .c-grid-in-margin > *.c-col-10-m {
    width: calc(83.33333% - 12px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin > *.c-col-11-m,
  .c-grid-in-margin > *.c-col-11-m {
    width: calc(91.66667% - 12px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin > *.c-col-12-m,
  .c-grid-in-margin > *.c-col-12-m {
    width: calc(100% - 12px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin > *.c-col-1-l,
  .c-grid-in-margin > *.c-col-1-l {
    width: calc(8.33333% - 12px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin > *.c-col-2-l,
  .c-grid-in-margin > *.c-col-2-l {
    width: calc(16.66667% - 12px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin > *.c-col-3-l,
  .c-grid-in-margin > *.c-col-3-l {
    width: calc(25% - 12px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin > *.c-col-4-l,
  .c-grid-in-margin > *.c-col-4-l {
    width: calc(33.33333% - 12px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin > *.c-col-5-l,
  .c-grid-in-margin > *.c-col-5-l {
    width: calc(41.66667% - 12px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin > *.c-col-6-l,
  .c-grid-in-margin > *.c-col-6-l {
    width: calc(50% - 12px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin > *.c-col-7-l,
  .c-grid-in-margin > *.c-col-7-l {
    width: calc(58.33333% - 12px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin > *.c-col-8-l,
  .c-grid-in-margin > *.c-col-8-l {
    width: calc(66.66667% - 12px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin > *.c-col-9-l,
  .c-grid-in-margin > *.c-col-9-l {
    width: calc(75% - 12px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin > *.c-col-10-l,
  .c-grid-in-margin > *.c-col-10-l {
    width: calc(83.33333% - 12px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin > *.c-col-11-l,
  .c-grid-in-margin > *.c-col-11-l {
    width: calc(91.66667% - 12px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin > *.c-col-12-l,
  .c-grid-in-margin > *.c-col-12-l {
    width: calc(100% - 12px);
  }
}

.c-grid-margin-l,
.c-grid-in-margin-l {
  margin-left: -15px;
  margin-right: -15px;
}

.c-grid-margin-l > *[class*='c-col-'],
.c-grid-in-margin-l > *[class*='c-col-'] {
  width: calc(100% - 30px);
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (min-width: 1440px) {
  .c-grid-margin-l > *[class*='c-col-'],
  .c-grid-in-margin-l > *[class*='c-col-'] {
    margin-bottom: 20px;
  }
}

.c-grid-margin-l > *.c-col-1,
.c-grid-in-margin-l > *.c-col-1 {
  width: calc(8.33333% - 30px);
}

.c-grid-margin-l > *.c-col-2,
.c-grid-in-margin-l > *.c-col-2 {
  width: calc(16.66667% - 30px);
}

.c-grid-margin-l > *.c-col-3,
.c-grid-in-margin-l > *.c-col-3 {
  width: calc(25% - 30px);
}

.c-grid-margin-l > *.c-col-4,
.c-grid-in-margin-l > *.c-col-4 {
  width: calc(33.33333% - 30px);
}

.c-grid-margin-l > *.c-col-5,
.c-grid-in-margin-l > *.c-col-5 {
  width: calc(41.66667% - 30px);
}

.c-grid-margin-l > *.c-col-6,
.c-grid-in-margin-l > *.c-col-6 {
  width: calc(50% - 30px);
}

.c-grid-margin-l > *.c-col-7,
.c-grid-in-margin-l > *.c-col-7 {
  width: calc(58.33333% - 30px);
}

.c-grid-margin-l > *.c-col-8,
.c-grid-in-margin-l > *.c-col-8 {
  width: calc(66.66667% - 30px);
}

.c-grid-margin-l > *.c-col-9,
.c-grid-in-margin-l > *.c-col-9 {
  width: calc(75% - 30px);
}

.c-grid-margin-l > *.c-col-10,
.c-grid-in-margin-l > *.c-col-10 {
  width: calc(83.33333% - 30px);
}

.c-grid-margin-l > *.c-col-11,
.c-grid-in-margin-l > *.c-col-11 {
  width: calc(91.66667% - 30px);
}

.c-grid-margin-l > *.c-col-12,
.c-grid-in-margin-l > *.c-col-12 {
  width: calc(100% - 30px);
}

@media screen and (min-width: 834px) {
  .c-grid-margin-l > *.c-col-1-m,
  .c-grid-in-margin-l > *.c-col-1-m {
    width: calc(8.33333% - 30px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin-l > *.c-col-2-m,
  .c-grid-in-margin-l > *.c-col-2-m {
    width: calc(16.66667% - 30px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin-l > *.c-col-3-m,
  .c-grid-in-margin-l > *.c-col-3-m {
    width: calc(25% - 30px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin-l > *.c-col-4-m,
  .c-grid-in-margin-l > *.c-col-4-m {
    width: calc(33.33333% - 30px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin-l > *.c-col-5-m,
  .c-grid-in-margin-l > *.c-col-5-m {
    width: calc(41.66667% - 30px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin-l > *.c-col-6-m,
  .c-grid-in-margin-l > *.c-col-6-m {
    width: calc(50% - 30px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin-l > *.c-col-7-m,
  .c-grid-in-margin-l > *.c-col-7-m {
    width: calc(58.33333% - 30px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin-l > *.c-col-8-m,
  .c-grid-in-margin-l > *.c-col-8-m {
    width: calc(66.66667% - 30px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin-l > *.c-col-9-m,
  .c-grid-in-margin-l > *.c-col-9-m {
    width: calc(75% - 30px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin-l > *.c-col-10-m,
  .c-grid-in-margin-l > *.c-col-10-m {
    width: calc(83.33333% - 30px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin-l > *.c-col-11-m,
  .c-grid-in-margin-l > *.c-col-11-m {
    width: calc(91.66667% - 30px);
  }
}

@media screen and (min-width: 834px) {
  .c-grid-margin-l > *.c-col-12-m,
  .c-grid-in-margin-l > *.c-col-12-m {
    width: calc(100% - 30px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin-l > *.c-col-1-l,
  .c-grid-in-margin-l > *.c-col-1-l {
    width: calc(8.33333% - 30px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin-l > *.c-col-2-l,
  .c-grid-in-margin-l > *.c-col-2-l {
    width: calc(16.66667% - 30px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin-l > *.c-col-3-l,
  .c-grid-in-margin-l > *.c-col-3-l {
    width: calc(25% - 30px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin-l > *.c-col-4-l,
  .c-grid-in-margin-l > *.c-col-4-l {
    width: calc(33.33333% - 30px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin-l > *.c-col-5-l,
  .c-grid-in-margin-l > *.c-col-5-l {
    width: calc(41.66667% - 30px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin-l > *.c-col-6-l,
  .c-grid-in-margin-l > *.c-col-6-l {
    width: calc(50% - 30px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin-l > *.c-col-7-l,
  .c-grid-in-margin-l > *.c-col-7-l {
    width: calc(58.33333% - 30px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin-l > *.c-col-8-l,
  .c-grid-in-margin-l > *.c-col-8-l {
    width: calc(66.66667% - 30px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin-l > *.c-col-9-l,
  .c-grid-in-margin-l > *.c-col-9-l {
    width: calc(75% - 30px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin-l > *.c-col-10-l,
  .c-grid-in-margin-l > *.c-col-10-l {
    width: calc(83.33333% - 30px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin-l > *.c-col-11-l,
  .c-grid-in-margin-l > *.c-col-11-l {
    width: calc(91.66667% - 30px);
  }
}

@media screen and (min-width: 1440px) {
  .c-grid-margin-l > *.c-col-12-l,
  .c-grid-in-margin-l > *.c-col-12-l {
    width: calc(100% - 30px);
  }
}

.c-grid-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-grid-edge *[class*='c-col-'] {
  border-radius: 0;
}

/* c-form

------------------------------------- */
.c-forms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.c-forms > .c-form {
  width: 100%;
  margin-bottom: 0;
  padding-left: 5px;
}

.c-forms > .c-form:first-child {
  padding-left: 0;
}

.c-form {
  margin-bottom: 20px;
}

.c-form.is-disabled {
  pointer-events: none;
}

.c-form_label {
  position: relative;
  display: block;
  min-height: 30px;
  line-height: 30px;
}

.c-form_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-form_items:last-child {
  margin-bottom: 0;
}

.c-form_items .c-form_item {
  margin-bottom: 0;
}

.c-form_items-margin {
  margin-top: 0;
}

@media screen and (min-width: 1440px) {
  .c-form_items-margin {
    margin-top: 30px;
  }
}

.c-form_label + .c-form_items {
  margin-top: 0;
}

.c-form_item {
  width: 100%;
  padding-left: 5px;
}

.c-form_item:first-child {
  padding-left: 0;
}

.c-form > *:not(.c-form_label):not(.c-form_labels) + *:not(.c-form_label):not(.c-form_labels) {
  margin-top: 15px;
}

.c-form input[type='button'],
.c-form input[type='submit'],
.c-form button,
.c-form a.c-button {
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.c-form input[type='button']:focus,
.c-form input[type='submit']:focus,
.c-form button:focus,
.c-form a.c-button:focus {
  -webkit-box-shadow: 0 0 0 1px #004080;
  box-shadow: 0 0 0 1px #004080;
}

.c-form input[type='button'].is-no-focus:focus,
.c-form input[type='button'].is-disabled:focus,
.c-form input[type='button']:disabled:focus,
.c-form input[type='submit'].is-no-focus:focus,
.c-form input[type='submit'].is-disabled:focus,
.c-form input[type='submit']:disabled:focus,
.c-form button.is-no-focus:focus,
.c-form button.is-disabled:focus,
.c-form button:disabled:focus,
.c-form a.c-button.is-no-focus:focus,
.c-form a.c-button.is-disabled:focus,
.c-form a.c-button:disabled:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-form input[type='button']:disabled:not(.js-no-disabled),
.c-form input[type='submit']:disabled:not(.js-no-disabled),
.c-form button:disabled:not(.js-no-disabled),
.c-form a.c-button:disabled:not(.js-no-disabled) {
  background: #b8b9bb;
  color: #fff;
  cursor: default;
}

.c-form input[type='button']:disabled:not(.js-no-disabled)::-webkit-input-placeholder,
.c-form input[type='submit']:disabled:not(.js-no-disabled)::-webkit-input-placeholder,
.c-form button:disabled:not(.js-no-disabled)::-webkit-input-placeholder,
.c-form a.c-button:disabled:not(.js-no-disabled)::-webkit-input-placeholder {
  color: #ffffff;
}

.c-form input[type='button']:disabled:not(.js-no-disabled):-ms-input-placeholder,
.c-form input[type='submit']:disabled:not(.js-no-disabled):-ms-input-placeholder,
.c-form button:disabled:not(.js-no-disabled):-ms-input-placeholder,
.c-form a.c-button:disabled:not(.js-no-disabled):-ms-input-placeholder {
  color: #ffffff;
}

.c-form input[type='button']:disabled:not(.js-no-disabled)::-ms-input-placeholder,
.c-form input[type='submit']:disabled:not(.js-no-disabled)::-ms-input-placeholder,
.c-form button:disabled:not(.js-no-disabled)::-ms-input-placeholder,
.c-form a.c-button:disabled:not(.js-no-disabled)::-ms-input-placeholder {
  color: #ffffff;
}

.c-form input[type='button']:disabled:not(.js-no-disabled)::placeholder,
.c-form input[type='submit']:disabled:not(.js-no-disabled)::placeholder,
.c-form button:disabled:not(.js-no-disabled)::placeholder,
.c-form a.c-button:disabled:not(.js-no-disabled)::placeholder {
  color: #ffffff;
}

.c-form input[type='button']:disabled:not(.js-no-disabled):-ms-input-placeholder,
.c-form input[type='submit']:disabled:not(.js-no-disabled):-ms-input-placeholder,
.c-form button:disabled:not(.js-no-disabled):-ms-input-placeholder,
.c-form a.c-button:disabled:not(.js-no-disabled):-ms-input-placeholder {
  color: #ffffff;
}

.c-form input[type='button']:disabled:not(.js-no-disabled)::-ms-input-placeholder,
.c-form input[type='submit']:disabled:not(.js-no-disabled)::-ms-input-placeholder,
.c-form button:disabled:not(.js-no-disabled)::-ms-input-placeholder,
.c-form a.c-button:disabled:not(.js-no-disabled)::-ms-input-placeholder {
  color: #ffffff;
}

.c-form input[type='button']:disabled:not(.js-no-disabled):focus,
.c-form input[type='submit']:disabled:not(.js-no-disabled):focus,
.c-form button:disabled:not(.js-no-disabled):focus,
.c-form a.c-button:disabled:not(.js-no-disabled):focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-form_req .c-form_label {
  position: relative;
  color: #ff2e00;
}

.c-form_req .c-form_label::after {
  content: '*';
}

.c-form_field {
  font-size: 14px;
  font-size: 0.875rem;
}

.c-form_fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-form_fields > *:last-child {
  margin-right: 0;
}

.c-form_suffix {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 0.5em;
}

.c-form_checkbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.c-form_checkbox input[type='checkbox'] {
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  padding: 5px;
  background: #fff;
  border: none;
  border-radius: 2px;
}

.c-form_checkbox span {
  font-size: 14px;
  font-size: 0.875rem;
}

.c-form_controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 3px;
}

.c-form_controls .c-form_field {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  height: 35px;
}

.c-form_controls .c-form_field + .c-form_field {
  border-left: 1px solid #b8b9bb;
}

.c-form_controls .c-form_field:first-child,
.c-form_controls .c-form_field:first-child > * {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.c-form_controls .c-form_field:last-child,
.c-form_controls .c-form_field:last-child > * {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

@media screen and (min-width: 834px) {
  .c-form_controls .c-form_field {
    height: 30px;
  }
}

.c-form_controls .c-form_field input[type='radio'],
.c-form_controls .c-form_field input[type='checkbox'] {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
}

.c-form_controls .c-form_field input[type='radio']:focus + span,
.c-form_controls .c-form_field input[type='checkbox']:focus + span {
  -webkit-box-shadow: 0 0 0 1px #004080;
  box-shadow: 0 0 0 1px #004080;
}

.c-form_controls .c-form_field > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  color: #bebec7;
  background: #757575;
  cursor: pointer;
}

.c-form_controls .c-form_field input[type='radio']:checked + span,
.c-form_controls .c-form_field input[type='checkbox']:checked + span {
  color: #fff;
  background: #005bab;
}
.c-form_field_noCheck label:nth-child(1) input[type='radio'] + span,
.c-form_field_noCheck label:nth-child(2) input[type='radio'] + span {
  color: #fff;
  background: #ff2e00;
}

.c-form_controls .c-form_field input[type='radio']:disabled + span,
.c-form_controls .c-form_field input[type='checkbox']:disabled + span {
  cursor: default;
  background: #edeef0;
  color: #b8b9bb;
}
.c-form_controls .c-form_field input[type='radio']:disabled:checked + span,
.c-form_controls .c-form_field input[type='checkbox']:disabled:checked + span {
  background: #b8b9bb;
  color: #fff;
}

.c-form_controls .c-form_field.is-disabled,
.c-form_controls .c-form_field.is-disabled > span {
  cursor: default;
  outline: none;
}

.c-form_controls .c-form_field .is-checked:disabled + span,
.c-form_controls .c-form_field input[type='checkbox']:checked:disabled + span {
  cursor: default;
  background: #b8b9bb;
  color: #fff;
}

.c-form_controls-white {
  border-top: 1px solid #005bab;
  border-left: 1px solid #005bab;
}

.c-form_controls-white .c-form_field {
  border-bottom: 1px solid #005bab;
  border-right: 1px solid #005bab;
}

.c-form_controls-white .c-form_field + .c-form_field {
  border-left: none;
}

.c-form_controls-white .c-form_field > span {
  color: #005bab;
  background: #fff;
}

.c-form_controls-white .c-form_field.is-disabled {
  cursor: default;
}

.c-form_controls-white .c-form_field.is-disabled > span {
  background: #b8b9bb;
}

.c-form_controls-l {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-form_controls-l .c-form_field {
  min-width: 155px;
  height: 50px;
  border-radius: 0;
}

.c-form_controls-s {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-form_controls-s .c-form_field {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33%;
  font-size: 12px;
  font-size: 0.75rem;
}

.c-form_controls-s .c-form_field:nth-child(3n) {
  width: 34%;
}

@media screen and (min-width: 834px) {
  .c-form_controls-s .c-form_field {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
}

.c-form_checkcol_item {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
}

.c-form_checkcol_item input {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}

.c-form_checkcol_item span {
  position: relative;
  display: block;
  padding: 8px 40px 7px 0;
}

.c-form_checkcol_item input:focus + span {
  background: rgba(0, 91, 171, 0.05);
}

.c-form_checkcol_item input:checked + span {
  color: #ffb525;
}

.c-form_checkcol_item input:checked + span::before {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  display: block;
  width: 8px;
  height: 12px;
  margin-top: -10px;
  border-bottom: 1px solid #005bab;
  border-right: 1px solid #005bab;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-form_checkcol .c-dl dd {
  margin-bottom: 0;
}

.c-form_inputbox {
  position: relative;
}

.c-form_inputbox input[type='text'].c-form_inputbox_text {
  position: relative;
  z-index: 2;
  border-radius: 2px 0 0 2px;
}

.c-form_inputbox .c-form_inputbox_select {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 35px;
}

.c-form_inputbox .c-form_inputbox_select > select {
  height: 35px;
}

@media screen and (min-width: 834px) {
  .c-form_inputbox .c-form_inputbox_select {
    height: 30px;
  }
  .c-form_inputbox .c-form_inputbox_select > select {
    height: 30px;
  }
}

.c-form_inputbox-icon input[type='text'].c-form_inputbox_text {
  width: calc(100% - 30px);
  margin-right: 30px;
}

.c-form_inputbox-icon .c-form_inputbox_select {
  cursor: pointer;
}

.c-form_inputbox-icon .c-form_inputbox_select_icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 35px;
  background: #757575;
  border-radius: 0 2px 2px 0;
}

.c-form_inputbox-icon .c-form_inputbox_select_icon::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 15px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #ffffff transparent;
}

@media screen and (min-width: 834px) {
  .c-form_inputbox-icon .c-form_inputbox_select_icon {
    height: 30px;
  }
  .c-form_inputbox-icon .c-form_inputbox_select_icon::before {
    top: 12px;
  }
}

.c-form_inputbox-icon .c-form_inputbox_select select {
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.c-form_inputbox-icon .c-form_inputbox_select select option {
  opacity: 1;
}

.c-form_inputbox-icon .c-form_inputbox_select select.is-disabled,
.c-form_inputbox-icon .c-form_inputbox_select select:disabled {
  cursor: default;
}

.c-form_inputbox-icon input[type='text'].c-form_inputbox_text.is-disabled + .c-form_inputbox_select {
  cursor: default;
}
.c-form_inputbox-icon input[type='text'].c-form_inputbox_text.is-disabled + .c-form_inputbox_select .c-form_inputbox_select_icon::before {
  border-color: #b8b9bb transparent;
}

.c-form_inputbox-label {
  font-size: 14px;
  font-size: 0.875rem;
}

.c-form_inputbox-label input[type='text'].c-form_inputbox_text {
  width: calc(100% - 80px);
}

.c-form_inputbox-label input[type='text'].c-form_inputbox_text.is-disabled + .c-form_inputbox_select {
  background: #757575;
  cursor: default;
}

.c-form_inputbox-label input[type='text'].c-form_inputbox_text.is-disabled + .c-form_inputbox_select::before {
  border-color: #b8b9bb transparent;
}

.c-form_inputbox-label input[type='text'].c-form_inputbox_text.is-disabled + .c-form_inputbox_select select {
  color: #b8b9bb;
  cursor: default;
}

.c-form_inputbox-label .c-form_inputbox_select {
  background: #005bab;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  border-radius: 0 2px 2px 0;
}

.c-form_inputbox-label .c-form_inputbox_select::before {
  content: '';
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 15px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #ffffff transparent;
}

.c-form_inputbox-label .c-form_inputbox_select > select {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 0 2px 2px 0;
  padding: 0 25px 0 5px;
  color: #fff;
}

.c-form_inputbox-label .c-form_inputbox_select > select option {
  background: #005bab;
}

@media screen and (min-width: 834px) {
  .c-form_inputbox-label .c-form_inputbox_select::before {
    top: 12px;
  }
}

input[type='text'].c-form_field,
input[type='email'].c-form_field,
input[type='tel'].c-form_field,
input[type='password'].c-form_field,
textarea.c-form_field {
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  border-radius: 2px;
  background: #edeef0;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

input[type='text'].c-form_field:focus,
input[type='email'].c-form_field:focus,
input[type='tel'].c-form_field:focus,
input[type='password'].c-form_field:focus,
textarea.c-form_field:focus {
  -webkit-box-shadow: 0 0 0 1px #004080;
  box-shadow: 0 0 0 1px #004080;
}

input[type='text'].c-form_field.is-no-focus:focus,
input[type='text'].c-form_field.is-disabled:focus,
input[type='text'].c-form_field:disabled:focus,
input[type='email'].c-form_field.is-no-focus:focus,
input[type='email'].c-form_field.is-disabled:focus,
input[type='email'].c-form_field:disabled:focus,
input[type='tel'].c-form_field.is-no-focus:focus,
input[type='tel'].c-form_field.is-disabled:focus,
input[type='tel'].c-form_field:disabled:focus,
input[type='password'].c-form_field.is-no-focus:focus,
input[type='password'].c-form_field.is-disabled:focus,
input[type='password'].c-form_field:disabled:focus,
textarea.c-form_field.is-no-focus:focus,
textarea.c-form_field.is-disabled:focus,
textarea.c-form_field:disabled:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type='text'].c-form_field:disabled:not(.js-no-disabled),
input[type='email'].c-form_field:disabled:not(.js-no-disabled),
input[type='tel'].c-form_field:disabled:not(.js-no-disabled),
input[type='password'].c-form_field:disabled:not(.js-no-disabled),
textarea.c-form_field:disabled:not(.js-no-disabled) {
  background: #b8b9bb;
  color: #fff;
  cursor: default;
}

input[type='text'].c-form_field:disabled:not(.js-no-disabled)::-webkit-input-placeholder,
input[type='email'].c-form_field:disabled:not(.js-no-disabled)::-webkit-input-placeholder,
input[type='tel'].c-form_field:disabled:not(.js-no-disabled)::-webkit-input-placeholder,
input[type='password'].c-form_field:disabled:not(.js-no-disabled)::-webkit-input-placeholder,
textarea.c-form_field:disabled:not(.js-no-disabled)::-webkit-input-placeholder {
  color: #ffffff;
}

input[type='text'].c-form_field:disabled:not(.js-no-disabled):-ms-input-placeholder,
input[type='email'].c-form_field:disabled:not(.js-no-disabled):-ms-input-placeholder,
input[type='tel'].c-form_field:disabled:not(.js-no-disabled):-ms-input-placeholder,
input[type='password'].c-form_field:disabled:not(.js-no-disabled):-ms-input-placeholder,
textarea.c-form_field:disabled:not(.js-no-disabled):-ms-input-placeholder {
  color: #ffffff;
}

input[type='text'].c-form_field:disabled:not(.js-no-disabled)::-ms-input-placeholder,
input[type='email'].c-form_field:disabled:not(.js-no-disabled)::-ms-input-placeholder,
input[type='tel'].c-form_field:disabled:not(.js-no-disabled)::-ms-input-placeholder,
input[type='password'].c-form_field:disabled:not(.js-no-disabled)::-ms-input-placeholder,
textarea.c-form_field:disabled:not(.js-no-disabled)::-ms-input-placeholder {
  color: #ffffff;
}

input[type='text'].c-form_field:disabled:not(.js-no-disabled)::placeholder,
input[type='email'].c-form_field:disabled:not(.js-no-disabled)::placeholder,
input[type='tel'].c-form_field:disabled:not(.js-no-disabled)::placeholder,
input[type='password'].c-form_field:disabled:not(.js-no-disabled)::placeholder,
textarea.c-form_field:disabled:not(.js-no-disabled)::placeholder {
  color: #ffffff;
}

input[type='text'].c-form_field:disabled:not(.js-no-disabled):-ms-input-placeholder,
input[type='email'].c-form_field:disabled:not(.js-no-disabled):-ms-input-placeholder,
input[type='tel'].c-form_field:disabled:not(.js-no-disabled):-ms-input-placeholder,
input[type='password'].c-form_field:disabled:not(.js-no-disabled):-ms-input-placeholder,
textarea.c-form_field:disabled:not(.js-no-disabled):-ms-input-placeholder {
  color: #ffffff;
}

input[type='text'].c-form_field:disabled:not(.js-no-disabled)::-ms-input-placeholder,
input[type='email'].c-form_field:disabled:not(.js-no-disabled)::-ms-input-placeholder,
input[type='tel'].c-form_field:disabled:not(.js-no-disabled)::-ms-input-placeholder,
input[type='password'].c-form_field:disabled:not(.js-no-disabled)::-ms-input-placeholder,
textarea.c-form_field:disabled:not(.js-no-disabled)::-ms-input-placeholder {
  color: #ffffff;
}

input[type='text'].c-form_field:disabled:not(.js-no-disabled):focus,
input[type='email'].c-form_field:disabled:not(.js-no-disabled):focus,
input[type='tel'].c-form_field:disabled:not(.js-no-disabled):focus,
input[type='password'].c-form_field:disabled:not(.js-no-disabled):focus,
textarea.c-form_field:disabled:not(.js-no-disabled):focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type='text'].c-form_field.c-form_search,
input[type='email'].c-form_field.c-form_search,
input[type='tel'].c-form_field.c-form_search,
input[type='password'].c-form_field.c-form_search,
textarea.c-form_field.c-form_search {
  padding-right: 35px;
  background: #fff;
  border: 2px solid #f1f2f7;
  background: url(../../img/satei/icon_search.svg) center right 10px no-repeat;
}

input[type='text'].c-form_field,
input[type='email'].c-form_field,
input[type='tel'].c-form_field,
input[type='password'].c-form_field {
  height: 35px;
  line-height: 1;
}

@media screen and (min-width: 834px) {
  input[type='text'].c-form_field,
  input[type='email'].c-form_field,
  input[type='tel'].c-form_field,
  input[type='password'].c-form_field {
    height: 30px;
  }
}

textarea.c-form_field {
  padding: 5px 10px;
  min-height: calc(3em + 20px);
}

textarea.c-form_field:active {
  -webkit-box-shadow: 0 0 0 1px #004080;
  box-shadow: 0 0 0 1px #004080;
}

.c-form_select {
  position: relative;
  width: 100%;
  border-radius: 2px;
  background: #edeef0;
}

.c-form_select::before {
  content: '';
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #757575 transparent transparent transparent;
}

@media screen and (min-width: 834px) {
  .c-form_select::before {
    top: 12px;
  }
}

.is-no-control .c-form_select::before,
.c-form_select.is-disabled::before {
  z-index: 2;
}

.c-form_select select {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 35px;
  padding: 0 25px 0 10px;
  cursor: pointer;
  text-indent: 0.01px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  background: transparent;
  border-radius: 2px;
  overflow: hidden;
}

.c-form_select select:focus {
  -webkit-box-shadow: 0 0 0 1px #004080;
  box-shadow: 0 0 0 1px #004080;
}

.c-form_select select.is-no-focus:focus,
.c-form_select select.is-disabled:focus,
.c-form_select select:disabled:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-form_select select:disabled:not(.js-no-disabled) {
  background: #b8b9bb;
  color: #fff;
  cursor: default;
}

.c-form_select select:disabled:not(.js-no-disabled)::-webkit-input-placeholder {
  color: #ffffff;
}

.c-form_select select:disabled:not(.js-no-disabled):-ms-input-placeholder {
  color: #ffffff;
}

.c-form_select select:disabled:not(.js-no-disabled)::-ms-input-placeholder {
  color: #ffffff;
}

.c-form_select select:disabled:not(.js-no-disabled)::placeholder {
  color: #ffffff;
}

.c-form_select select:disabled:not(.js-no-disabled):-ms-input-placeholder {
  color: #ffffff;
}

.c-form_select select:disabled:not(.js-no-disabled)::-ms-input-placeholder {
  color: #ffffff;
}

.c-form_select select:disabled:not(.js-no-disabled):focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-form_select select:disabled {
  cursor: default;
}

@media screen and (min-width: 834px) {
  .c-form_select select {
    height: 30px;
  }
}

.c-form_select option {
  background: #edeef0;
}

.c-form_select.size-l select {
  height: 35px;
}

.c-form_submit {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 18px;
}

@media screen and (min-width: 834px) {
  .c-form_submit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-form_submit > * {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.c-form_submit-cancel {
  margin-bottom: 30px;
}

.c-form_submit-cancel > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 834px) {
  .c-form_submit-cancel {
    margin-bottom: 0;
  }
}

.c-form_submit-submit {
  width: 100%;
}

.c-form_submit-submit > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 834px) {
  .c-form_submit-submit {
    width: auto;
  }
}

.c-form_submit-submit > * {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 834px) {
  .c-form_submit-submit > * {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 300px;
  }
}

.c-form_labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.c-form_labels > * {
  margin-left: 5px;
}

.c-form_labels > *:first-child {
  margin-left: 0;
}

.c-form_labels > .c-form_label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.c-form_error {
  font-size: 14px;
  font-size: 0.875rem;
  color: #ff2e00;
}

/* c-heading

------------------------------------- */
.c-heading {
  color: #232323;
  font-weight: bold;
}

h1.c-heading,
.c-heading-01 {
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (min-width: 834px) {
  h1.c-heading,
  .c-heading-01 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.c-heading-02 {
  font-size: 20px;
  font-size: 1.25rem;
}

.c-heading-03 {
  font-size: 18px;
  font-size: 1.125rem;
}

.c-heading-04 {
  font-size: 16px;
  font-size: 1rem;
}

.c-heading_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  padding: 5px 85px;
  overflow: hidden;
}

@media screen and (min-width: 834px) {
  .c-heading_block {
    height: 90px;
    padding: 5px 130px;
  }
}

.c-heading_block-left,
.c-heading_block-left > *,
.c-heading_block-right,
.c-heading_block-right > * {
  max-width: 80px;
}

@media screen and (min-width: 834px) {
  .c-heading_block-left,
  .c-heading_block-left > *,
  .c-heading_block-right,
  .c-heading_block-right > * {
    max-width: 100px;
  }
}

.c-heading_block-left .c-button,
.c-heading_block-right .c-button {
  width: 80px;
  padding: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 834px) {
  .c-heading_block-left .c-button,
  .c-heading_block-right .c-button {
    width: 100px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.c-heading_block-left {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-heading_block-right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-heading_button-back,
.c-heading_button-next {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
}

.c-heading_button-back::before,
.c-heading_button-back::after,
.c-heading_button-next::before,
.c-heading_button-next::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 13px;
  height: 2px;
  background: #005bab;
}

.c-heading_button-back::before {
  margin-top: -6px;
  margin-left: -9px;
  -webkit-transform: skewY(-45deg);
  -ms-transform: skewY(-45deg);
  transform: skewY(-45deg);
}

.c-heading_button-back::after {
  margin-top: 6px;
  margin-left: -9px;
  -webkit-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  transform: skewY(45deg);
}

.c-heading_button-next::before {
  margin-top: -6px;
  margin-left: -5px;
  -webkit-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  transform: skewY(45deg);
}

.c-heading_button-next::after {
  margin-top: 6px;
  margin-left: -5px;
  -webkit-transform: skewY(-45deg);
  -ms-transform: skewY(-45deg);
  transform: skewY(-45deg);
}

/* c-button

------------------------------------- */
.c-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  padding: 8px 10px;
  line-height: 1.2;
  font-size: 1rem;
  background: #fff;
  border-radius: 2px;
  text-align: center;
}

.c-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-button-s {
  height: 35px;
  font-size: 14px;
  font-size: 0.875rem;
}

.c-button-receivingDate {
  height: 30px;
  min-width: 100px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 834px) {
  .c-button-s {
    height: 30px;
  }
}

.c-button-m {
  height: 50px;
  font-size: 16px;
  font-size: 1rem;
}

.c-button-l {
  min-width: 150px;
  height: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.125rem;
}

.c-button-xl {
  min-width: 120px;
  height: 80px;
  margin-bottom: 40px;
  font-size: 20px;
  font-size: 1.25rem;
}

.c-button-gray {
  background: #bebec7;
  color: #fff;
}

.c-button-gray-d {
  background: #757575;
  color: #fff;
}

.c-button-blue {
  background: #005bab;
  color: #fff;
}
.c-form_req .c-button-blue {
  background: #005bab;
  color: #ff2e00;
}

.c-button-orange,
.c-button-submit,
.c-button-submit-next,
.c-button-submit-back {
  background: #ff2e00;
  color: #fff;
}

.c-button-yellow-d {
  background: #ffb525;
  color: #004080;
}

.c-button-yellow {
  background: #fcee21;
  color: #005bab;
}

.c-button-icon-next,
.c-button-submit-next {
  position: relative;
  padding-left: 20px;
  padding-right: 30px;
}

.c-button-icon-next:before,
.c-button-submit-next:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -5px;
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-button-icon-next.c-button-l,
.c-button-l.c-button-submit-next {
  padding-left: 30px;
  padding-right: 40px;
}

.c-button-icon-next.c-button-l:before,
.c-button-l.c-button-submit-next:before {
  right: 20px;
}

.c-button-icon-back,
.c-button-submit-back {
  position: relative;
  padding-left: 30px;
  padding-right: 20px;
}

.c-button-icon-back:before,
.c-button-submit-back:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: -5px;
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #555;
  border-left: 2px solid #555;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-button-icon-back.c-button-l,
.c-button-l.c-button-submit-back {
  padding-left: 40px;
  padding-right: 30px;
}

.c-button-icon-back.c-button-l:before,
.c-button-l.c-button-submit-back:before {
  left: 20px;
}

.c-button-submit::before,
.c-button-submit-next::before,
.c-button-submit-back::before {
  border-color: #fff;
}

.is-no-control .c-button.is-disabled,
.c-button.is-disabled {
  border: none;
  background: #b8b9bb;
  color: #fff;
  cursor: default;
  opacity: 1;
}

.c-button_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 834px) {
  .c-button_group {
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 30px;
  }
}

.c-button_group > .c-button {
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 0;
}

/* c-box

------------------------------------- */
.c-box {
  padding: 20px 20px 5px;
  background: #fff;
}

.c-box > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 834px) {
  .c-box {
    padding: 30px 30px 10px;
  }
}

@media screen and (min-width: 1440px) {
  .c-box {
    padding: 30px 30px 10px;
    height: 100%;
  }
}

/* c-box-receivingDate

------------------------------------- */
.c-box-receivingDate {
  padding: 20px 20px 5px;
  background: #fff;
}

.c-box-receivingDate > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 834px) {
  .c-box-receivingDate {
    padding: 30px 30px 10px;
  }
}

@media screen and (min-width: 1440px) {
  .c-box-receivingDate {
    padding: 30px 30px 10px;
    height: 40%;
  }
}

/* c-box2

------------------------------------- */
.c-box2 {
  padding: 20px 20px 5px;
  background: #fff;
}

.c-box2 > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 834px) {
  .c-box2 {
    padding: 30px 30px 10px;
  }
}

@media screen and (min-width: 1440px) {
  .c-box2 {
    padding: 30px 30px 10px;
    height: 56.5%;
  }
}

/* c-box-OnSalesPoint

------------------------------------- */
.c-box-OnSalesPoint {
  padding: 20px 20px 5px;
  background: #fff;
}

.c-box-OnSalesPoint > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 834px) {
  .c-box-OnSalesPoint {
    padding: 30px 30px 10px;
  }
}

@media screen and (min-width: 1440px) {
  .c-box-OnSalesPoint {
    padding: 30px 30px 10px;
    height: 75.2%;
  }
}

/* c-box-OffYoteibi

------------------------------------- */
.c-box-OffYoteibi {
  padding: 20px 20px 5px;
  background: #fff;
}

.c-box-OffYoteibi > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 834px) {
  .c-box-OffYoteibi {
    padding: 30px 30px 10px;
  }
}

@media screen and (min-width: 1440px) {
  .c-box-OffYoteibi {
    padding: 30px 30px 10px;
    height: 100%;
  }
}

/* c-dl

------------------------------------- */
.c-dl {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}

.c-dl dt {
  margin-bottom: 4px;
  color: #005bab;
  font-weight: bold;
}

.c-dl dd {
  min-height: 1.75em;
  margin-bottom: 5px;
  border-bottom: 1px solid #f1f2f7;
}

.c-dl dd:last-child {
  margin-bottom: 0;
}

.c-dl-line {
  border-top: 1px solid #fff;
}

.c-dl-line dt,
.c-dl-line dd {
  border-bottom: 1px solid #fff;
}

.c-dl-padding dt,
.c-dl-padding dd {
  padding-bottom: 4px;
}

.c-dl-blue {
  color: #fff;
}

.c-dl-blue dt {
  background: #005bab;
  font-weight: bold;
}

.c-dl-blue dd {
  background: #004080;
}

/* c-accordion

------------------------------------- */
.c-accordion {
  margin-bottom: 12px;
  background-color: #fff;
  border-radius: 2px;
}

.c-accordion_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 60px;
  padding: 5px 66px 5px 20px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #005bab;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 834px) {
  .c-accordion_head {
    padding: 5px 66px 5px 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1440px) {
  .c-accordion_head {
    padding: 5px 66px 5px 30px;
  }
}

.c-accordion_head::before,
.c-accordion_head::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
}

.c-accordion_head::before {
  right: 20px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  background: #005bab;
  border-radius: 50%;
}

.c-accordion_head::after {
  right: 29px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.is-active .c-accordion_head::after {
  margin-top: -3px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.is-no-control .c-accordion_head_head {
  cursor: default;
}

.is-no-control .c-accordion_head_head::before {
  background: #bebec7;
}

.c-accordion_head.is-disabled {
  cursor: default;
  color: #b8b9bb;
}
.c-accordion_head.is-disabled::before {
  background-color: #b8b9bb;
}

.c-accordion_content {
  display: none;
  padding: 10px 20px 30px;
}

@media screen and (min-width: 1440px) {
  .c-accordion_content {
    padding: 10px 30px 30px;
  }
}

/* c-alert

------------------------------------- */
.c-alert {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  z-index: 20;
  bottom: 115px;
  left: 50%;
  min-width: 65%;
  padding: 10px 15px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #fff;
  background: #000;
  border-radius: 2px;
  opacity: 0;
  -webkit-transform: translate(-50%, 80%);
  -ms-transform: translate(-50%, 80%);
  transform: translate(-50%, 80%);
  -webkit-transition: opacity 0.7s 0.3s ease-in, -webkit-transform 1s ease-in-out;
  transition: opacity 0.7s 0.3s ease-in, -webkit-transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out, opacity 0.7s 0.3s ease-in;
  transition: transform 1s ease-in-out, opacity 0.7s 0.3s ease-in;
  transition: transform 1s ease-in-out, opacity 0.7s 0.3s ease-in, -webkit-transform 1s ease-in-out;
}

@media screen and (min-width: 500px) {
  .c-alert {
    bottom: 45px;
    min-width: 0;
    max-width: 70%;
  }
}

.c-alert::before {
  content: '';
  display: inline;
  width: 22px;
  height: 19px;
  margin-right: 5px;
  background: url(../../img/satei/img_error.png) center no-repeat;
  background-size: contain;
}

.c-alert.active {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.c-tab_controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 35px;
  margin-bottom: 25px;
  background: #fff;
  border: 1px solid #005bab;
  border-radius: 2px;
}

@media screen and (min-width: 834px) {
  .c-tab-sp .c-tab_controls {
    display: none;
  }
}

.c-tab_controls > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #005bab;
}

.c-tab_controls > li:first-child {
  border-left: none;
}

.c-tab_controls > li > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 2px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #005bab;
  cursor: pointer;
}

.c-tab_controls > li > *.is-active {
  background: #005bab;
  color: #fff;
  cursor: default;
}

.c-tab_content > *:last-child {
  margin-bottom: 0;
}

/* c-modal

----------------------------------------------- */
.c-modal {
  position: relative;
  min-width: 320px;
  max-width: 90vw;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 834px) {
  .c-modal {
    width: 680px;
  }
}

@media screen and (min-width: 834px) {
  .c-modal-s {
    min-width: 0;
    width: 335px;
  }
}

.c-modal-l {
  min-width: 320px;
  width: auto;
}

@media screen and (min-width: 834px) {
  .c-modal-l {
    width: 680px;
  }
}

.c-modal_wrapper {
  display: none;
}

.c-modal_header {
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
}

.c-modal_content {
  padding: 0 20px;
  margin-bottom: 20px;
}

.c-modal_content > *:last-child {
  margin-bottom: 0;
}

.c-modal_content-padding {
  padding: 0 20px;
}

@media screen and (min-width: 834px) {
  .c-modal_content-padding {
    padding: 0 80px;
  }
}

.c-modal_content-padding-l {
  padding: 0 20px;
}

@media screen and (min-width: 834px) {
  .c-modal_content-padding-l {
    padding: 0 120px;
  }
}

.c-modal .js-scrollbar,
.c-modal .js-c-scrollbar {
  max-height: 400px;
  -webkit-overflow-scrolling: touch;
}

.c-modal_content.js-scrollbar,
.c-modal_content.js-c-scrollbar {
  max-height: 400px;
}

.c-modal_inner.js-scrollbar,
.c-modal_inner.js-c-scrollbar {
  max-height: 400px;
}

body.is-touchaction {
  touch-action: pan-y;
}
.c-modal .js-scrollbar,
.c-modal .js-c-scrollbar {
  outline: none;
}
.c-modal .js-scrollbar.focus,
.c-modal .js-c-scrollbar.focus,
.c-modal .js-scrollbar:focus,
.c-modal .js-c-scrollbar:focus {
  background-color: #e0f0ff;
}
@media screen and (min-width: 1440px) {
  .c-modal .js-scrollbar.focus,
  .c-modal .js-c-scrollbar.focus,
  .c-modal .js-scrollbar:focus,
  .c-modal .js-c-scrollbar:focus {
    background-color: transparent;
  }
}

.c-modal_inner > *:last-child,
.c-modal_inner .simplebar-content > *:last-child {
  margin-bottom: 0;
}

.c-modal_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 2px 2px;
}

.c-modal_footer > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding: 0 10px;
  line-height: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  background: #757575;
  border-left: 1px solid #bebec7;
}

.c-modal_footer > *:first-child {
  border-left: none;
}

.c-modal_scroll_content-s {
  max-width: 500px;
  height: 385px;
  margin: auto;
}

@media screen and (min-width: 1440px) {
  .c-modal_scroll_content-s {
    height: 175px;
  }
}

.c-modal_scroll_content {
  height: 385px;
  margin: auto;
}

@media screen and (min-width: 1440px) {
  .c-modal_scroll_content {
    height: auto;
  }
}

.c-modal_content {
  pointer-events: none;
}
.c-modal_content > * {
  pointer-events: all;
}

/* c-table

------------------------------------- */
.c-table {
  min-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  font-size: 14px;
  font-size: 0.875rem;
}

.c-table tr {
  background: #fff;
}

.c-table tr:nth-child(even) {
  background: #eeeeee;
}

.c-table th,
.c-table td {
  padding: 12px 10px 11px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #d0d0d0;
}

.c-table th:first-child,
.c-table td:first-child {
  border-left: none;
}

.c-table th:last-child,
.c-table td:last-child {
  border-right: none;
}

.c-table_head tr {
  background: #005bab;
}

.c-table_head tr > * {
  color: #fff;
}

.c-table .c-table_text {
  text-align: left;
}

.c-table_hover tbody tr:hover,
.c-table_hover .c-table_body tr:hover {
  background-color: #757575;
  color: #fff;
}

.c-table_scroll {
  padding-bottom: 15px;
}

@media screen and (min-width: 1440px) {
  .c-table_scroll {
    padding-bottom: 0;
  }
}

.c-table_scroll .simplebar-scrollbar::before {
  background: #757575 !important;
  opacity: 1 !important;
  border-radius: 10px;
}

.c-table_scroll .horizontal.simplebar-track .simplebar-scrollbar {
  top: 0;
  height: 5px;
  box-sizing: content-box;
  padding: 0 10px;
}
/* for IE */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .c-table_scroll .horizontal.simplebar-track .simplebar-scrollbar {
    padding: 0 5px;
  }
}

.c-table_scroll .simplebar-track.horizontal {
  display: block;
  width: 90%;
  width: calc(100% - 20px);
  height: 5px;
  border-radius: 10px;
  background: #e5e6e8;
  left: 10px;
}

@media screen and (min-width: 1440px) {
  .c-table_scroll .simplebar-track.horizontal {
    display: none;
  }
}

/* c-icon

------------------------------------- */
.c-icon-ban {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: #ff2e00;
  border-radius: 50%;
  vertical-align: text-bottom;
  cursor: pointer;
}

.c-icon-ban::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 4px;
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
}

/* c-label

------------------------------------- */
/* c-img

------------------------------------- */
.c-img-fit {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 500px) {
  .c-img-fit-s {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
  }
}

@media screen and (min-width: 834px) {
  .c-img-fit-m {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
  }
}

@media screen and (min-width: 1440px) {
  .c-img-fit-l {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
  }
}

@supports (object-fit: cover) {
  .c-img-fit {
    position: static;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transform: none;
  }

  @media screen and (min-width: 500px) {
    .c-img-fit-s {
      position: static;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover;
      transform: none;
    }
  }

  @media screen and (min-width: 834px) {
    .c-img-fit-m {
      position: static;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover;
      transform: none;
    }
  }

  @media screen and (min-width: 1440px) {
    .c-img-fit-l {
      position: static;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover;
      transform: none;
    }
  }
}
/* Utility

----------------------------------------------- */
.u-mt-0 {
  margin-top: 0px !important;
}

@media screen and (min-width: 1440px) {
  .u-mt-0-l {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mt-0-m {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mt-0-s {
    margin-top: 0px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mr-0-l {
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mr-0-m {
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mr-0-s {
    margin-right: 0px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mb-0-l {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mb-0-m {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mb-0-s {
    margin-bottom: 0px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-ml-0-l {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-ml-0-m {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-ml-0-s {
    margin-left: 0px !important;
  }
}

.u-mt-1 {
  margin-top: 1px !important;
}

@media screen and (min-width: 1440px) {
  .u-mt-1-l {
    margin-top: 1px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mt-1-m {
    margin-top: 1px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mt-1-s {
    margin-top: 1px !important;
  }
}

.u-mr-1 {
  margin-right: 1px !important;
}

@media screen and (min-width: 1440px) {
  .u-mr-1-l {
    margin-right: 1px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mr-1-m {
    margin-right: 1px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mr-1-s {
    margin-right: 1px !important;
  }
}

.u-mb-1 {
  margin-bottom: 1px !important;
}

@media screen and (min-width: 1440px) {
  .u-mb-1-l {
    margin-bottom: 1px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mb-1-m {
    margin-bottom: 1px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mb-1-s {
    margin-bottom: 1px !important;
  }
}

.u-ml-1 {
  margin-left: 1px !important;
}

@media screen and (min-width: 1440px) {
  .u-ml-1-l {
    margin-left: 1px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-ml-1-m {
    margin-left: 1px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-ml-1-s {
    margin-left: 1px !important;
  }
}

.u-mt-2 {
  margin-top: 2px !important;
}

@media screen and (min-width: 1440px) {
  .u-mt-2-l {
    margin-top: 2px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mt-2-m {
    margin-top: 2px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mt-2-s {
    margin-top: 2px !important;
  }
}

.u-mr-2 {
  margin-right: 2px !important;
}

@media screen and (min-width: 1440px) {
  .u-mr-2-l {
    margin-right: 2px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mr-2-m {
    margin-right: 2px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mr-2-s {
    margin-right: 2px !important;
  }
}

.u-mb-2 {
  margin-bottom: 2px !important;
}

@media screen and (min-width: 1440px) {
  .u-mb-2-l {
    margin-bottom: 2px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mb-2-m {
    margin-bottom: 2px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mb-2-s {
    margin-bottom: 2px !important;
  }
}

.u-ml-2 {
  margin-left: 2px !important;
}

@media screen and (min-width: 1440px) {
  .u-ml-2-l {
    margin-left: 2px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-ml-2-m {
    margin-left: 2px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-ml-2-s {
    margin-left: 2px !important;
  }
}

.u-mt-3 {
  margin-top: 3px !important;
}

@media screen and (min-width: 1440px) {
  .u-mt-3-l {
    margin-top: 3px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mt-3-m {
    margin-top: 3px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mt-3-s {
    margin-top: 3px !important;
  }
}

.u-mr-3 {
  margin-right: 3px !important;
}

@media screen and (min-width: 1440px) {
  .u-mr-3-l {
    margin-right: 3px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mr-3-m {
    margin-right: 3px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mr-3-s {
    margin-right: 3px !important;
  }
}

.u-mb-3 {
  margin-bottom: 3px !important;
}

@media screen and (min-width: 1440px) {
  .u-mb-3-l {
    margin-bottom: 3px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mb-3-m {
    margin-bottom: 3px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mb-3-s {
    margin-bottom: 3px !important;
  }
}

.u-ml-3 {
  margin-left: 3px !important;
}

@media screen and (min-width: 1440px) {
  .u-ml-3-l {
    margin-left: 3px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-ml-3-m {
    margin-left: 3px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-ml-3-s {
    margin-left: 3px !important;
  }
}

.u-mt-4 {
  margin-top: 4px !important;
}

@media screen and (min-width: 1440px) {
  .u-mt-4-l {
    margin-top: 4px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mt-4-m {
    margin-top: 4px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mt-4-s {
    margin-top: 4px !important;
  }
}

.u-mr-4 {
  margin-right: 4px !important;
}

@media screen and (min-width: 1440px) {
  .u-mr-4-l {
    margin-right: 4px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mr-4-m {
    margin-right: 4px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mr-4-s {
    margin-right: 4px !important;
  }
}

.u-mb-4 {
  margin-bottom: 4px !important;
}

@media screen and (min-width: 1440px) {
  .u-mb-4-l {
    margin-bottom: 4px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mb-4-m {
    margin-bottom: 4px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mb-4-s {
    margin-bottom: 4px !important;
  }
}

.u-ml-4 {
  margin-left: 4px !important;
}

@media screen and (min-width: 1440px) {
  .u-ml-4-l {
    margin-left: 4px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-ml-4-m {
    margin-left: 4px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-ml-4-s {
    margin-left: 4px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mt-5-l {
    margin-top: 5px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mt-5-m {
    margin-top: 5px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mt-5-s {
    margin-top: 5px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mr-5-l {
    margin-right: 5px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mr-5-m {
    margin-right: 5px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mr-5-s {
    margin-right: 5px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mb-5-l {
    margin-bottom: 5px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mb-5-m {
    margin-bottom: 5px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mb-5-s {
    margin-bottom: 5px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-ml-5-l {
    margin-left: 5px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-ml-5-m {
    margin-left: 5px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-ml-5-s {
    margin-left: 5px !important;
  }
}

.u-mt-6 {
  margin-top: 6px !important;
}

@media screen and (min-width: 1440px) {
  .u-mt-6-l {
    margin-top: 6px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mt-6-m {
    margin-top: 6px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mt-6-s {
    margin-top: 6px !important;
  }
}

.u-mr-6 {
  margin-right: 6px !important;
}

@media screen and (min-width: 1440px) {
  .u-mr-6-l {
    margin-right: 6px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mr-6-m {
    margin-right: 6px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mr-6-s {
    margin-right: 6px !important;
  }
}

.u-mb-6 {
  margin-bottom: 6px !important;
}

@media screen and (min-width: 1440px) {
  .u-mb-6-l {
    margin-bottom: 6px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mb-6-m {
    margin-bottom: 6px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mb-6-s {
    margin-bottom: 6px !important;
  }
}

.u-ml-6 {
  margin-left: 6px !important;
}

@media screen and (min-width: 1440px) {
  .u-ml-6-l {
    margin-left: 6px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-ml-6-m {
    margin-left: 6px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-ml-6-s {
    margin-left: 6px !important;
  }
}

.u-mt-7 {
  margin-top: 7px !important;
}

@media screen and (min-width: 1440px) {
  .u-mt-7-l {
    margin-top: 7px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mt-7-m {
    margin-top: 7px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mt-7-s {
    margin-top: 7px !important;
  }
}

.u-mr-7 {
  margin-right: 7px !important;
}

@media screen and (min-width: 1440px) {
  .u-mr-7-l {
    margin-right: 7px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mr-7-m {
    margin-right: 7px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mr-7-s {
    margin-right: 7px !important;
  }
}

.u-mb-7 {
  margin-bottom: 7px !important;
}

@media screen and (min-width: 1440px) {
  .u-mb-7-l {
    margin-bottom: 7px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mb-7-m {
    margin-bottom: 7px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mb-7-s {
    margin-bottom: 7px !important;
  }
}

.u-ml-7 {
  margin-left: 7px !important;
}

@media screen and (min-width: 1440px) {
  .u-ml-7-l {
    margin-left: 7px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-ml-7-m {
    margin-left: 7px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-ml-7-s {
    margin-left: 7px !important;
  }
}

.u-mt-8 {
  margin-top: 8px !important;
}

@media screen and (min-width: 1440px) {
  .u-mt-8-l {
    margin-top: 8px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mt-8-m {
    margin-top: 8px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mt-8-s {
    margin-top: 8px !important;
  }
}

.u-mr-8 {
  margin-right: 8px !important;
}

@media screen and (min-width: 1440px) {
  .u-mr-8-l {
    margin-right: 8px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mr-8-m {
    margin-right: 8px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mr-8-s {
    margin-right: 8px !important;
  }
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

@media screen and (min-width: 1440px) {
  .u-mb-8-l {
    margin-bottom: 8px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mb-8-m {
    margin-bottom: 8px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mb-8-s {
    margin-bottom: 8px !important;
  }
}

.u-ml-8 {
  margin-left: 8px !important;
}

@media screen and (min-width: 1440px) {
  .u-ml-8-l {
    margin-left: 8px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-ml-8-m {
    margin-left: 8px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-ml-8-s {
    margin-left: 8px !important;
  }
}

.u-mt-9 {
  margin-top: 9px !important;
}

@media screen and (min-width: 1440px) {
  .u-mt-9-l {
    margin-top: 9px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mt-9-m {
    margin-top: 9px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mt-9-s {
    margin-top: 9px !important;
  }
}

.u-mr-9 {
  margin-right: 9px !important;
}

@media screen and (min-width: 1440px) {
  .u-mr-9-l {
    margin-right: 9px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mr-9-m {
    margin-right: 9px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mr-9-s {
    margin-right: 9px !important;
  }
}

.u-mb-9 {
  margin-bottom: 9px !important;
}

@media screen and (min-width: 1440px) {
  .u-mb-9-l {
    margin-bottom: 9px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mb-9-m {
    margin-bottom: 9px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mb-9-s {
    margin-bottom: 9px !important;
  }
}

.u-ml-9 {
  margin-left: 9px !important;
}

@media screen and (min-width: 1440px) {
  .u-ml-9-l {
    margin-left: 9px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-ml-9-m {
    margin-left: 9px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-ml-9-s {
    margin-left: 9px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mt-10-l {
    margin-top: 10px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mt-10-m {
    margin-top: 10px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mt-10-s {
    margin-top: 10px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mr-10-l {
    margin-right: 10px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mr-10-m {
    margin-right: 10px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mr-10-s {
    margin-right: 10px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mb-10-l {
    margin-bottom: 10px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mb-10-m {
    margin-bottom: 10px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mb-10-s {
    margin-bottom: 10px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-ml-10-l {
    margin-left: 10px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-ml-10-m {
    margin-left: 10px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-ml-10-s {
    margin-left: 10px !important;
  }
}

.u-mt-12 {
  margin-top: 12px !important;
}

@media screen and (min-width: 1440px) {
  .u-mt-12-l {
    margin-top: 12px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mt-12-m {
    margin-top: 12px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mt-12-s {
    margin-top: 12px !important;
  }
}

.u-mr-12 {
  margin-right: 12px !important;
}

@media screen and (min-width: 1440px) {
  .u-mr-12-l {
    margin-right: 12px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mr-12-m {
    margin-right: 12px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mr-12-s {
    margin-right: 12px !important;
  }
}

.u-mb-12 {
  margin-bottom: 12px !important;
}

@media screen and (min-width: 1440px) {
  .u-mb-12-l {
    margin-bottom: 12px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mb-12-m {
    margin-bottom: 12px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mb-12-s {
    margin-bottom: 12px !important;
  }
}

.u-ml-12 {
  margin-left: 12px !important;
}

@media screen and (min-width: 1440px) {
  .u-ml-12-l {
    margin-left: 12px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-ml-12-m {
    margin-left: 12px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-ml-12-s {
    margin-left: 12px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mt-15-l {
    margin-top: 15px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mt-15-m {
    margin-top: 15px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mt-15-s {
    margin-top: 15px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mr-15-l {
    margin-right: 15px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mr-15-m {
    margin-right: 15px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mr-15-s {
    margin-right: 15px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mb-15-l {
    margin-bottom: 15px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mb-15-m {
    margin-bottom: 15px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mb-15-s {
    margin-bottom: 15px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-ml-15-l {
    margin-left: 15px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-ml-15-m {
    margin-left: 15px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-ml-15-s {
    margin-left: 15px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mt-20-l {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mt-20-m {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mt-20-s {
    margin-top: 20px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mr-20-l {
    margin-right: 20px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mr-20-m {
    margin-right: 20px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mr-20-s {
    margin-right: 20px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mb-20-l {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mb-20-m {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mb-20-s {
    margin-bottom: 20px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-ml-20-l {
    margin-left: 20px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-ml-20-m {
    margin-left: 20px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-ml-20-s {
    margin-left: 20px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mt-25-l {
    margin-top: 25px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mt-25-m {
    margin-top: 25px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mt-25-s {
    margin-top: 25px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mr-25-l {
    margin-right: 25px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mr-25-m {
    margin-right: 25px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mr-25-s {
    margin-right: 25px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mb-25-l {
    margin-bottom: 25px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mb-25-m {
    margin-bottom: 25px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mb-25-s {
    margin-bottom: 25px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-ml-25-l {
    margin-left: 25px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-ml-25-m {
    margin-left: 25px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-ml-25-s {
    margin-left: 25px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mt-30-l {
    margin-top: 30px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mt-30-m {
    margin-top: 30px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mt-30-s {
    margin-top: 30px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mr-30-l {
    margin-right: 30px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mr-30-m {
    margin-right: 30px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mr-30-s {
    margin-right: 30px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mb-30-l {
    margin-bottom: 30px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mb-30-m {
    margin-bottom: 30px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mb-30-s {
    margin-bottom: 30px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-ml-30-l {
    margin-left: 30px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-ml-30-m {
    margin-left: 30px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-ml-30-s {
    margin-left: 30px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mt-35-l {
    margin-top: 35px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mt-35-m {
    margin-top: 35px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mt-35-s {
    margin-top: 35px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mr-35-l {
    margin-right: 35px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mr-35-m {
    margin-right: 35px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mr-35-s {
    margin-right: 35px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mb-35-l {
    margin-bottom: 35px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mb-35-m {
    margin-bottom: 35px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mb-35-s {
    margin-bottom: 35px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-ml-35-l {
    margin-left: 35px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-ml-35-m {
    margin-left: 35px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-ml-35-s {
    margin-left: 35px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mt-40-l {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mt-40-m {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mt-40-s {
    margin-top: 40px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mr-40-l {
    margin-right: 40px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mr-40-m {
    margin-right: 40px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mr-40-s {
    margin-right: 40px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mb-40-l {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mb-40-m {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mb-40-s {
    margin-bottom: 40px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-ml-40-l {
    margin-left: 40px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-ml-40-m {
    margin-left: 40px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-ml-40-s {
    margin-left: 40px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mt-45-l {
    margin-top: 45px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mt-45-m {
    margin-top: 45px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mt-45-s {
    margin-top: 45px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mr-45-l {
    margin-right: 45px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mr-45-m {
    margin-right: 45px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mr-45-s {
    margin-right: 45px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mb-45-l {
    margin-bottom: 45px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mb-45-m {
    margin-bottom: 45px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mb-45-s {
    margin-bottom: 45px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-ml-45-l {
    margin-left: 45px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-ml-45-m {
    margin-left: 45px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-ml-45-s {
    margin-left: 45px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mt-50-l {
    margin-top: 50px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mt-50-m {
    margin-top: 50px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mt-50-s {
    margin-top: 50px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mr-50-l {
    margin-right: 50px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mr-50-m {
    margin-right: 50px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mr-50-s {
    margin-right: 50px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-mb-50-l {
    margin-bottom: 50px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-mb-50-m {
    margin-bottom: 50px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-mb-50-s {
    margin-bottom: 50px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-ml-50-l {
    margin-left: 50px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-ml-50-m {
    margin-left: 50px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-ml-50-s {
    margin-left: 50px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pt-0-l {
    padding-top: 0px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pt-0-m {
    padding-top: 0px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pt-0-s {
    padding-top: 0px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pr-0-l {
    padding-right: 0px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pr-0-m {
    padding-right: 0px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pr-0-s {
    padding-right: 0px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pb-0-l {
    padding-bottom: 0px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pb-0-m {
    padding-bottom: 0px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pb-0-s {
    padding-bottom: 0px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pl-0-l {
    padding-left: 0px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pl-0-m {
    padding-left: 0px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pl-0-s {
    padding-left: 0px !important;
  }
}

.u-pt-1 {
  padding-top: 1px !important;
}

@media screen and (min-width: 1440px) {
  .u-pt-1-l {
    padding-top: 1px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pt-1-m {
    padding-top: 1px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pt-1-s {
    padding-top: 1px !important;
  }
}

.u-pr-1 {
  padding-right: 1px !important;
}

@media screen and (min-width: 1440px) {
  .u-pr-1-l {
    padding-right: 1px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pr-1-m {
    padding-right: 1px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pr-1-s {
    padding-right: 1px !important;
  }
}

.u-pb-1 {
  padding-bottom: 1px !important;
}

@media screen and (min-width: 1440px) {
  .u-pb-1-l {
    padding-bottom: 1px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pb-1-m {
    padding-bottom: 1px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pb-1-s {
    padding-bottom: 1px !important;
  }
}

.u-pl-1 {
  padding-left: 1px !important;
}

@media screen and (min-width: 1440px) {
  .u-pl-1-l {
    padding-left: 1px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pl-1-m {
    padding-left: 1px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pl-1-s {
    padding-left: 1px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pt-2-l {
    padding-top: 2px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pt-2-m {
    padding-top: 2px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pt-2-s {
    padding-top: 2px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pr-2-l {
    padding-right: 2px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pr-2-m {
    padding-right: 2px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pr-2-s {
    padding-right: 2px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pb-2-l {
    padding-bottom: 2px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pb-2-m {
    padding-bottom: 2px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pb-2-s {
    padding-bottom: 2px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pl-2-l {
    padding-left: 2px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pl-2-m {
    padding-left: 2px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pl-2-s {
    padding-left: 2px !important;
  }
}

.u-pt-3 {
  padding-top: 3px !important;
}

@media screen and (min-width: 1440px) {
  .u-pt-3-l {
    padding-top: 3px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pt-3-m {
    padding-top: 3px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pt-3-s {
    padding-top: 3px !important;
  }
}

.u-pr-3 {
  padding-right: 3px !important;
}

@media screen and (min-width: 1440px) {
  .u-pr-3-l {
    padding-right: 3px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pr-3-m {
    padding-right: 3px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pr-3-s {
    padding-right: 3px !important;
  }
}

.u-pb-3 {
  padding-bottom: 3px !important;
}

@media screen and (min-width: 1440px) {
  .u-pb-3-l {
    padding-bottom: 3px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pb-3-m {
    padding-bottom: 3px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pb-3-s {
    padding-bottom: 3px !important;
  }
}

.u-pl-3 {
  padding-left: 3px !important;
}

@media screen and (min-width: 1440px) {
  .u-pl-3-l {
    padding-left: 3px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pl-3-m {
    padding-left: 3px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pl-3-s {
    padding-left: 3px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pt-4-l {
    padding-top: 4px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pt-4-m {
    padding-top: 4px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pt-4-s {
    padding-top: 4px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pr-4-l {
    padding-right: 4px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pr-4-m {
    padding-right: 4px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pr-4-s {
    padding-right: 4px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pb-4-l {
    padding-bottom: 4px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pb-4-m {
    padding-bottom: 4px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pb-4-s {
    padding-bottom: 4px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pl-4-l {
    padding-left: 4px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pl-4-m {
    padding-left: 4px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pl-4-s {
    padding-left: 4px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pt-5-l {
    padding-top: 5px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pt-5-m {
    padding-top: 5px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pt-5-s {
    padding-top: 5px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pr-5-l {
    padding-right: 5px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pr-5-m {
    padding-right: 5px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pr-5-s {
    padding-right: 5px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pb-5-l {
    padding-bottom: 5px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pb-5-m {
    padding-bottom: 5px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pb-5-s {
    padding-bottom: 5px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pl-5-l {
    padding-left: 5px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pl-5-m {
    padding-left: 5px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pl-5-s {
    padding-left: 5px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pt-6-l {
    padding-top: 6px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pt-6-m {
    padding-top: 6px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pt-6-s {
    padding-top: 6px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pr-6-l {
    padding-right: 6px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pr-6-m {
    padding-right: 6px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pr-6-s {
    padding-right: 6px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pb-6-l {
    padding-bottom: 6px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pb-6-m {
    padding-bottom: 6px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pb-6-s {
    padding-bottom: 6px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pl-6-l {
    padding-left: 6px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pl-6-m {
    padding-left: 6px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pl-6-s {
    padding-left: 6px !important;
  }
}

.u-pt-7 {
  padding-top: 7px !important;
}

@media screen and (min-width: 1440px) {
  .u-pt-7-l {
    padding-top: 7px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pt-7-m {
    padding-top: 7px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pt-7-s {
    padding-top: 7px !important;
  }
}

.u-pr-7 {
  padding-right: 7px !important;
}

@media screen and (min-width: 1440px) {
  .u-pr-7-l {
    padding-right: 7px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pr-7-m {
    padding-right: 7px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pr-7-s {
    padding-right: 7px !important;
  }
}

.u-pb-7 {
  padding-bottom: 7px !important;
}

@media screen and (min-width: 1440px) {
  .u-pb-7-l {
    padding-bottom: 7px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pb-7-m {
    padding-bottom: 7px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pb-7-s {
    padding-bottom: 7px !important;
  }
}

.u-pl-7 {
  padding-left: 7px !important;
}

@media screen and (min-width: 1440px) {
  .u-pl-7-l {
    padding-left: 7px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pl-7-m {
    padding-left: 7px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pl-7-s {
    padding-left: 7px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pt-8-l {
    padding-top: 8px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pt-8-m {
    padding-top: 8px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pt-8-s {
    padding-top: 8px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pr-8-l {
    padding-right: 8px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pr-8-m {
    padding-right: 8px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pr-8-s {
    padding-right: 8px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pb-8-l {
    padding-bottom: 8px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pb-8-m {
    padding-bottom: 8px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pb-8-s {
    padding-bottom: 8px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pl-8-l {
    padding-left: 8px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pl-8-m {
    padding-left: 8px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pl-8-s {
    padding-left: 8px !important;
  }
}

.u-pt-9 {
  padding-top: 9px !important;
}

@media screen and (min-width: 1440px) {
  .u-pt-9-l {
    padding-top: 9px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pt-9-m {
    padding-top: 9px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pt-9-s {
    padding-top: 9px !important;
  }
}

.u-pr-9 {
  padding-right: 9px !important;
}

@media screen and (min-width: 1440px) {
  .u-pr-9-l {
    padding-right: 9px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pr-9-m {
    padding-right: 9px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pr-9-s {
    padding-right: 9px !important;
  }
}

.u-pb-9 {
  padding-bottom: 9px !important;
}

@media screen and (min-width: 1440px) {
  .u-pb-9-l {
    padding-bottom: 9px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pb-9-m {
    padding-bottom: 9px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pb-9-s {
    padding-bottom: 9px !important;
  }
}

.u-pl-9 {
  padding-left: 9px !important;
}

@media screen and (min-width: 1440px) {
  .u-pl-9-l {
    padding-left: 9px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pl-9-m {
    padding-left: 9px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pl-9-s {
    padding-left: 9px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pt-10-l {
    padding-top: 10px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pt-10-m {
    padding-top: 10px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pt-10-s {
    padding-top: 10px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pr-10-l {
    padding-right: 10px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pr-10-m {
    padding-right: 10px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pr-10-s {
    padding-right: 10px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pb-10-l {
    padding-bottom: 10px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pb-10-m {
    padding-bottom: 10px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pb-10-s {
    padding-bottom: 10px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pl-10-l {
    padding-left: 10px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pl-10-m {
    padding-left: 10px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pl-10-s {
    padding-left: 10px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pt-12-l {
    padding-top: 12px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pt-12-m {
    padding-top: 12px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pt-12-s {
    padding-top: 12px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pr-12-l {
    padding-right: 12px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pr-12-m {
    padding-right: 12px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pr-12-s {
    padding-right: 12px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pb-12-l {
    padding-bottom: 12px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pb-12-m {
    padding-bottom: 12px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pb-12-s {
    padding-bottom: 12px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pl-12-l {
    padding-left: 12px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pl-12-m {
    padding-left: 12px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pl-12-s {
    padding-left: 12px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pt-15-l {
    padding-top: 15px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pt-15-m {
    padding-top: 15px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pt-15-s {
    padding-top: 15px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pr-15-l {
    padding-right: 15px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pr-15-m {
    padding-right: 15px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pr-15-s {
    padding-right: 15px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pb-15-l {
    padding-bottom: 15px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pb-15-m {
    padding-bottom: 15px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pb-15-s {
    padding-bottom: 15px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pl-15-l {
    padding-left: 15px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pl-15-m {
    padding-left: 15px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pl-15-s {
    padding-left: 15px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pt-20-l {
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pt-20-m {
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pt-20-s {
    padding-top: 20px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pr-20-l {
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pr-20-m {
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pr-20-s {
    padding-right: 20px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pb-20-l {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pb-20-m {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pb-20-s {
    padding-bottom: 20px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pl-20-l {
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pl-20-m {
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pl-20-s {
    padding-left: 20px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pt-25-l {
    padding-top: 25px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pt-25-m {
    padding-top: 25px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pt-25-s {
    padding-top: 25px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pr-25-l {
    padding-right: 25px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pr-25-m {
    padding-right: 25px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pr-25-s {
    padding-right: 25px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pb-25-l {
    padding-bottom: 25px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pb-25-m {
    padding-bottom: 25px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pb-25-s {
    padding-bottom: 25px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pl-25-l {
    padding-left: 25px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pl-25-m {
    padding-left: 25px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pl-25-s {
    padding-left: 25px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pt-30-l {
    padding-top: 30px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pt-30-m {
    padding-top: 30px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pt-30-s {
    padding-top: 30px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pr-30-l {
    padding-right: 30px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pr-30-m {
    padding-right: 30px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pr-30-s {
    padding-right: 30px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pb-30-l {
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pb-30-m {
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pb-30-s {
    padding-bottom: 30px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pl-30-l {
    padding-left: 30px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pl-30-m {
    padding-left: 30px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pl-30-s {
    padding-left: 30px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pt-35-l {
    padding-top: 35px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pt-35-m {
    padding-top: 35px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pt-35-s {
    padding-top: 35px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pr-35-l {
    padding-right: 35px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pr-35-m {
    padding-right: 35px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pr-35-s {
    padding-right: 35px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pb-35-l {
    padding-bottom: 35px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pb-35-m {
    padding-bottom: 35px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pb-35-s {
    padding-bottom: 35px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pl-35-l {
    padding-left: 35px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pl-35-m {
    padding-left: 35px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pl-35-s {
    padding-left: 35px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pt-40-l {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pt-40-m {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pt-40-s {
    padding-top: 40px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pr-40-l {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pr-40-m {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pr-40-s {
    padding-right: 40px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pb-40-l {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pb-40-m {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pb-40-s {
    padding-bottom: 40px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pl-40-l {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pl-40-m {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pl-40-s {
    padding-left: 40px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pt-45-l {
    padding-top: 45px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pt-45-m {
    padding-top: 45px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pt-45-s {
    padding-top: 45px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pr-45-l {
    padding-right: 45px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pr-45-m {
    padding-right: 45px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pr-45-s {
    padding-right: 45px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pb-45-l {
    padding-bottom: 45px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pb-45-m {
    padding-bottom: 45px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pb-45-s {
    padding-bottom: 45px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pl-45-l {
    padding-left: 45px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pl-45-m {
    padding-left: 45px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pl-45-s {
    padding-left: 45px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pt-50-l {
    padding-top: 50px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pt-50-m {
    padding-top: 50px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pt-50-s {
    padding-top: 50px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pr-50-l {
    padding-right: 50px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pr-50-m {
    padding-right: 50px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pr-50-s {
    padding-right: 50px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pb-50-l {
    padding-bottom: 50px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pb-50-m {
    padding-bottom: 50px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pb-50-s {
    padding-bottom: 50px !important;
  }
}

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

@media screen and (min-width: 1440px) {
  .u-pl-50-l {
    padding-left: 50px !important;
  }
}

@media screen and (min-width: 834px) {
  .u-pl-50-m {
    padding-left: 50px !important;
  }
}

@media screen and (min-width: 500px) {
  .u-pl-50-s {
    padding-left: 50px !important;
  }
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

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

.u-text-important {
  color: #ff2e00;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-size-10 {
  font-size: 10px;
  font-size: 10/16rem;
}

.u-text-size-11 {
  font-size: 11px;
  font-size: 11/16rem;
}

.u-text-size-12 {
  font-size: 12px;
  font-size: 12/16rem;
}

.u-text-size-13 {
  font-size: 13px;
  font-size: 13/16rem;
}

.u-text-size-14 {
  font-size: 14px;
  font-size: 14/16rem;
}

.u-text-size-15 {
  font-size: 15px;
  font-size: 15/16rem;
}

.u-text-size-16 {
  font-size: 16px;
  font-size: 16/16rem;
}

.u-text-size-18 {
  font-size: 18px;
  font-size: 18/16rem;
}

.u-text-size-20 {
  font-size: 20px;
  font-size: 20/16rem;
}

.u-text-size-24 {
  font-size: 24px;
  font-size: 24/16rem;
}

.u-text-size-28 {
  font-size: 28px;
  font-size: 28/16rem;
}

.u-text-size-35 {
  font-size: 35px;
  font-size: 35/16rem;
}

.u-text-size-40 {
  font-size: 40px;
  font-size: 40/16rem;
}

.u-text-blue {
  color: #005bab;
}

.u-text-gray {
  color: #f1f2f7;
}

.u-text-gray-d {
  color: #757575;
}

.u-text-white {
  color: #fff;
}

.u-text-red {
  color: #ff2e00;
}

.u-text-disabled {
  color: #b8b9bb;
}

.display-sp {
  display: block;
}

@media screen and (min-width: 834px) {
  .display-sp {
    display: none;
  }
}

.display-pc {
  display: none;
}

@media screen and (min-width: 834px) {
  .display-pc {
    display: block;
  }
}

/* お知らせ表示内のAタグをデフォルトに戻す */
#G9902_message a {
  color: #0000ff;
  text-decoration: underline;
}

/* お知らせ表示で横スクロールが出現する現象を回避 */
#G9902_message .simplebar-content {
  overflow-x: hidden;
}

/* 第5版対応　スクロールお知らせ表示関連 START */
#G9901_header_news_scroll {
  /* お知らせバー */
  width: 100%;
  height: 25px;
  overflow: hidden;
  color: #fff;
  position: absolute;
  top: 50px;
  background-color: #005bab;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#G9901_header_news_scroll div {
  /* お知らせ内容 */
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1em;
  animation: scrollNewsAnimation 10s linear infinite;
}
#G9901_header_news_scroll span {
  /* お知らせタイトル */
  color: yellow;
  font-size: 120%;
  padding-right: 1em;
}
#G9901_header_news_scroll.header_news_scroll_lock {
  /* お知らせを先頭で固定 */
  position: fixed;
}

.l-container.exist_news {
  padding-top: 75px;
}
@media screen and (min-width: 834px) {
  .l-container.exist_news {
    padding-top: 75px;
  }
}

@-webkit-keyframes scrollNewsAnimation {
  /* お知らせアニメーション */
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes scrollNewsAnimation {
  /* お知らせアニメーション */
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* 第5版対応　スクロールお知らせ表示関連 END */

/* アカウント統合対応　ユーザー情報吹き出しにスクロールを追加 start */
.u-mb-25 {
  margin-bottom: 25px !important;
}

.c-box_style {
  height: 375px;
}

.c-user_modal {
  max-height: 350px;
  overflow: auto !important;
}
/* アカウント統合対応　ユーザー情報吹き出しにスクロールを追加 end */

/* 第11版対応 アラート文字色 START */
#G9905_massage span.attention {
  color: #cf1d19;
  font-weight: bold;
}
/* 第11版対応 アラート文字色 END */
