@charset "UTF-8";



@keyframes showAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hideAni {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes showAniAccordion {
  0% {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity     .1s linear, visibility  .1s linear;
  }
  100% {
    opacity: 1;
    visibility: visible;
    transition: opacity     .1s linear .1s, visibility  .1s linear .1s;
  }
}

@keyframes hideAniAccordion {
  0% {
    opacity: 1;
    visibility: visible;
    transition: opacity     .1s linear .1s, visibility  .1s linear .1s;
  }
  100% {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity     .1s linear, visibility  .1s linear;
  }
}

@keyframes arrow-icon-expand {
  0% {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@keyframes arrow-icon-collapse {
  0% {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

[data-func="open-detail"] [data-role="arrow"] i {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

[data-func="open-detail"][data-expand="false"] [data-role="arrow"] i {
  animation: arrow-icon-collapse 0.2s 1;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

[data-func="open-detail"][data-expand="true"] [data-role="arrow"] i {
  animation: arrow-icon-expand 0.2s 1;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}





.text-color--white {
  color: #ffffff !important;
}

.text-color--main {
  color: #bf0000 !important;
}

.text-color--font {
  color: #424242 !important;
}

.text-color--link {
  color: #006ea7 !important;
}

a.text-color--link:hover {
  color: #bf0000 !important;
}

.text-color--red {
  color: #cc0000 !important;
}

.bg-white {
  background: #ffffff;
}

.bg-natural {
  background: #FFE4A8;
}

.bg-darkgray {
  background: #4d4d4d;
}

.bg-red {
  background: #bf0000;
}

.bg-red--g {
  background: linear-gradient(130deg, #bf0000 38%, #930a0a 111%);
}




@font-face {
  font-display: swap;
  font-family: Noto Sans JP;
  src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese-Regular"), url("/shared/fonts/rbNotoSansJP-Regular.woff2") format("woff2"), url("/shared/fonts/rbNotoSansJP-Regular.woff") format("woff"), url("/shared/fonts/rbNotoSansJP-Regular.otf") format("opentype"), url(//fonts.gstatic.com/s/notosansjp/v14/-F62fjtqLzI2JPCgQBnw7HFYwQgL.eot);
  /* unicode-range: u+30??,u+4e00-9fff,u+ff00-ffef; */
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  font-family: Noto Sans JP;
  src: local("Noto Sans Japanese Bold"), local("NotoSansJapanese-Bold"), url("/shared/fonts/rbNotoSansJP-Bold.woff2") format("woff2"), url("/shared/fonts/rbNotoSansJP-Bold.woff") format("woff"), url("/shared/fonts/rbNotoSansJP-Bold.otf") format("opentype"), url(//fonts.gstatic.com/s/notosansjp/v14/-F62fjtqLzI2JPCgQBnw7HFYwQgL.eot);
  /* unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd; */
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'bankicon';
  font-display: auto;
  src: url("/shared/fonts/bankicon.eot");
  src: url("/shared/fonts/bankicon.eot?#iefix") format("embedded-opentype"), url("/shared/fonts/bankicon.woff") format("woff"), url("/shared/fonts/bankicon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="rexicon-32-"], [class*=" rexicon-32-"],
[class^="bankicon-"], [class*=" bankicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bankicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bankicon-32-service:before {
  content: "\e900";
}

.bankicon-32-acceptance-f:before {
  content: "\e901";
}

.bankicon-32-acceptance-l:before {
  content: "\e902";
}

.bankicon-32-atm-commission-f:before {
  content: "\e903";
}

.bankicon-32-atm-commission-l:before {
  content: "\e904";
}

.bankicon-32-atm-f:before {
  content: "\e905";
}

.bankicon-32-atm-l:before {
  content: "\e906";
}

.bankicon-32-atm-limitation-f:before {
  content: "\e907";
}

.bankicon-32-atm-limitation-l:before {
  content: "\e908";
}

.bankicon-32-atm-lock-f:before {
  content: "\e909";
}

.bankicon-32-atm-lock-l:before {
  content: "\e90a";
}

.bankicon-32-atm-search-f:before {
  content: "\e90b";
}

.bankicon-32-atm-search-l:before {
  content: "\e90c";
}

.bankicon-32-atm-utilization-f:before {
  content: "\e90d";
}

.bankicon-32-atm-utilization-l:before {
  content: "\e90e";
}

.bankicon-32-balance-f:before {
  content: "\e90f";
}

.bankicon-32-balance-l:before {
  content: "\e910";
}

.bankicon-32-bank-app-f:before {
  content: "\e911";
}

.bankicon-32-bank-app-l:before {
  content: "\e912";
}

.bankicon-32-card-utilization-f:before {
  content: "\e913";
}

.bankicon-32-card-utilization-l:before {
  content: "\e914";
}

.bankicon-32-cash-card-f:before {
  content: "\e915";
}

.bankicon-32-cash-card-l:before {
  content: "\e916";
}

.bankicon-32-change-codenumber-l:before {
  content: "\e917";
}

.bankicon-32-change-info-l:before {
  content: "\e918";
}

.bankicon-32-change-password-f:before {
  content: "\e919";
}

.bankicon-32-change-usercard-f:before {
  content: "\e91a";
}

.bankicon-32-change-usercard-l:before {
  content: "\e91b";
}

.bankicon-32-change-userid-f:before {
  content: "\e91c";
}

.bankicon-32-change-userid-l:before {
  content: "\e91d";
}

.bankicon-32-commission-f:before {
  content: "\e91e";
}

.bankicon-32-commission-l:before {
  content: "\e91f";
}

.bankicon-32-contract-detail-f:before {
  content: "\e920";
}

.bankicon-32-contract-detail-l:before {
  content: "\e921";
}

.bankicon-32-customer-center-f:before {
  content: "\e922";
}

.bankicon-32-customer-center-l:before {
  content: "\e923";
}

.bankicon-32-debit-card-f:before {
  content: "\e924";
}

.bankicon-32-debit-card-l:before {
  content: "\e925";
}

.bankicon-32-debitcard-limitation-f:before {
  content: "\e926";
}

.bankicon-32-debitcard-limitation-l:before {
  content: "\e927";
}

.bankicon-32-deposit-balance-f:before {
  content: "\e928";
}

.bankicon-32-deposit-balance-l:before {
  content: "\e929";
}

.bankicon-32-direct-debit-f:before {
  content: "\e92a";
}

.bankicon-32-direct-debit-l:before {
  content: "\e92b";
}

.bankicon-32-equal-split-f:before {
  content: "\e92c";
}

.bankicon-32-equal-split-l:before {
  content: "\e92d";
}

.bankicon-32-faq-f:before {
  content: "\e92e";
}

.bankicon-32-faq-l:before {
  content: "\e92f";
}

.bankicon-32-foreign-exchange-f:before {
  content: "\e930";
}

.bankicon-32-foreign-exchange-l:before {
  content: "\e931";
}

.bankicon-32-FX-l:before {
  content: "\e932";
}

.bankicon-32-guide-f:before {
  content: "\e933";
}

.bankicon-32-guide-l:before {
  content: "\e934";
}

.bankicon-32-happy-program-f:before {
  content: "\e935";
}

.bankicon-32-happy-program-l:before {
  content: "\e936";
}

.bankicon-32-horse-race-f:before {
  content: "\e937";
}

.bankicon-32-horse-race-l:before {
  content: "\e938";
}

.bankicon-32-identity-verification-f:before {
  content: "\e939";
}

.bankicon-32-identity-verification-l:before {
  content: "\e93a";
}

.bankicon-32-insurance-f:before {
  content: "\e93b";
}

.bankicon-32-insurance-l:before {
  content: "\e93c";
}

.bankicon-32-interest-f:before {
  content: "\e93d";
}

.bankicon-32-interest-l:before {
  content: "\e93e";
}

.bankicon-32-link-rakutenid-f:before {
  content: "\e93f";
}

.bankicon-32-link-rakutenid-l:before {
  content: "\e940";
}

.bankicon-32-loan-auto-f:before {
  content: "\e941";
}

.bankicon-32-loan-auto-l:before {
  content: "\e942";
}

.bankicon-32-loan-bridal-f:before {
  content: "\e943";
}

.bankicon-32-loan-bridal-l:before {
  content: "\e944";
}

.bankicon-32-loan-card-f:before {
  content: "\e945";
}

.bankicon-32-loan-card-l:before {
  content: "\e946";
}

.bankicon-32-loan-estate-f:before {
  content: "\e947";
}

.bankicon-32-loan-estate-l:before {
  content: "\e948";
}

.bankicon-32-loan-housing-f:before {
  content: "\e949";
}

.bankicon-32-loan-housing-l:before {
  content: "\e94a";
}

.bankicon-32-loan-travel-f:before {
  content: "\e94b";
}

.bankicon-32-loan-travel-l:before {
  content: "\e94c";
}

.bankicon-32-loan-tuition-f:before {
  content: "\e94d";
}

.bankicon-32-loan-tuition-l:before {
  content: "\e94e";
}

.bankicon-32-login-app-f:before {
  content: "\e94f";
}

.bankicon-32-login-app-l:before {
  content: "\e950";
}

.bankicon-32-lost-card-l:before {
  content: "\e951";
}

.bankicon-32-mail-money-f:before {
  content: "\e952";
}

.bankicon-32-mail-money-l:before {
  content: "\e953";
}

.bankicon-32-mail-setting-f:before {
  content: "\e954";
}

.bankicon-32-mail-setting-l:before {
  content: "\e955";
}

.bankicon-32-memo-f:before {
  content: "\e956";
}

.bankicon-32-memo-l:before {
  content: "\e957";
}

.bankicon-32-merit-f:before {
  content: "\e958";
}

.bankicon-32-merit-l:before {
  content: "\e959";
}

.bankicon-32-mission-f:before {
  content: "\e95a";
}

.bankicon-32-mission-l:before {
  content: "\e95b";
}

.bankicon-32-mobile-limitation-f:before {
  content: "\e95c";
}

.bankicon-32-mobile-limitation-l:before {
  content: "\e95d";
}

.bankicon-32-money-bridge-f:before {
  content: "\e95e";
}

.bankicon-32-money-bridge-l:before {
  content: "\e95f";
}

.bankicon-32-money-present-f:before {
  content: "\e960";
}

.bankicon-32-money-present-l:before {
  content: "\e961";
}

.bankicon-32-money-support-f:before {
  content: "\e962";
}

.bankicon-32-money-support-l:before {
  content: "\e963";
}

.bankicon-32-new-time-deposits-f:before {
  content: "\e964";
}

.bankicon-32-new-time-deposits-l:before {
  content: "\e965";
}

.bankicon-32-open-account-f:before {
  content: "\e966";
}

.bankicon-32-open-account-l:before {
  content: "\e967";
}

.bankicon-32-pay-f:before {
  content: "\e968";
}

.bankicon-32-pay-l:before {
  content: "\e969";
}

.bankicon-32-pc-limitation-f:before {
  content: "\e96a";
}

.bankicon-32-pc-limitation-l:before {
  content: "\e96b";
}

.bankicon-32-prepaid-card-f:before {
  content: "\e96c";
}

.bankicon-32-prepaid-card-l:before {
  content: "\e96d";
}

.bankicon-32-prepaidcard-limitation-f:before {
  content: "\e96e";
}

.bankicon-32-prepaidcard-limitation-l:before {
  content: "\e96f";
}

.bankicon-32-progress-status-l:before {
  content: "\e970";
}

.bankicon-32-R:before {
  content: "\e971";
}

.bankicon-32-rakuten-FX-l:before {
  content: "\e972";
}

.bankicon-32-related-service-f:before {
  content: "\e973";
}

.bankicon-32-related-service-l:before {
  content: "\e974";
}

.bankicon-32-remittance-abroad-f:before {
  content: "\e975";
}

.bankicon-32-remittance-abroad-l:before {
  content: "\e976";
}

.bankicon-32-remittance-facebook-f:before {
  content: "\e977";
}

.bankicon-32-remittance-facebook-l:before {
  content: "\e978";
}

.bankicon-32-reset-codenumber-f:before {
  content: "\e979";
}

.bankicon-32-reset-codenumber-l:before {
  content: "\e97a";
}

.bankicon-32-save-increase-f:before {
  content: "\e97b";
}

.bankicon-32-save-increase-l:before {
  content: "\e97c";
}

.bankicon-32-savings-f:before {
  content: "\e97d";
}

.bankicon-32-savings-l:before {
  content: "\e97e";
}

.bankicon-32-split-cost-f:before {
  content: "\e97f";
}

.bankicon-32-split-cost-l:before {
  content: "\e980";
}

.bankicon-32-time-deposits-f:before {
  content: "\e981";
}

.bankicon-32-time-deposits-l:before {
  content: "\e982";
}

.bankicon-32-transaction-detail-f:before {
  content: "\e983";
}

.bankicon-32-transaction-detail-l:before {
  content: "\e984";
}

.bankicon-32-transfer-f:before {
  content: "\e985";
}

.bankicon-32-transfer-l:before {
  content: "\e986";
}

.bankicon-32-user-settings-f:before {
  content: "\e987";
}

.bankicon-32-user-settings-l:before {
  content: "\e988";
}

.bankicon-32-utilization-f:before {
  content: "\e989";
}

.bankicon-32-utilization-l:before {
  content: "\e98a";
}

.bankicon-32-viber-f:before {
  content: "\e98b";
}

.bankicon-32-viber-l:before {
  content: "\e98c";
}

.bankicon-32-withdrawal-f:before {
  content: "\e98d";
}

.bankicon-32-withdrawal-l:before {
  content: "\e98e";
}

.rexicon-32-campaign-f:before {
  content: "\e98f";
}

.rexicon-32-campaign-l:before {
  content: "\e990";
}

.rexicon-32-credit-card-f:before {
  content: "\e991";
}

.rexicon-32-credit-card-l:before {
  content: "\e992";
}

.rexicon-32-home-f:before {
  content: "\e993";
}

.rexicon-32-home-l:before {
  content: "\e994";
}

.rexicon-32-list-f:before {
  content: "\e995";
}

.rexicon-32-list-l:before {
  content: "\e996";
}

.rexicon-32-login-l:before {
  content: "\e997";
}

.rexicon-32-logout-l:before {
  content: "\e998";
}

.rexicon-32-luckykuji-l:before {
  content: "\e999";
}

.rexicon-32-luckykuji-l_1:before {
  content: "\e99a";
}

.rexicon-32-mail-f:before {
  content: "\e99b";
}

.rexicon-32-mail-l:before {
  content: "\e99c";
}

.rexicon-32-my-page-f:before {
  content: "\e99d";
}

.rexicon-32-my-page-l:before {
  content: "\e99e";
}

.rexicon-32-point-f:before {
  content: "\e99f";
}

.rexicon-32-point-l:before {
  content: "\e9a0";
}

.rexicon-32-security-f:before {
  content: "\e9a1";
}

.rexicon-32-security-l:before {
  content: "\e9a2";
}

.rexicon-32-sign-help-f:before {
  content: "\e9a3";
}

.rexicon-32-sign-help-l:before {
  content: "\e9a4";
}

.rexicon-32-upload-f:before {
  content: "\e9a5";
}

.rexicon-32-upload-l:before {
  content: "\e9a6";
}
.rexicon-32-warning-l:before {
  content: "\e9a7";
}

.rex-icon-warning-outlined:before {
    content: "\e9cb"
}

.rex-icon-credit-card-outlined:before {
    content: "\e930"
}

.rex-icon-new-user:before {
    content: "\e973"
}

.rex-icon-info-outlined:before {
    content: "\e955"
}

.rex-icon-help-outlined:before {
    content: "\e94f"
}

.rex-icon-chat-outlined:before {
    content: "\e918"
}

.rex-icon-security-outlined:before {
    content: "\e9a8"
}

.rex-icon-top-icon-chatbot:before {
    content: url(/shared/images/top/icon_chatbot.svg);
    display: inline-block;
    margin-right: 8px;
}
.rex-icon-top-icon-chatbot {
    transform: scale(0.32);
}
@media screen and (max-width: 1023px){
.rex-icon-top-icon-chatbot {
    transform: scale(0.32)!important;
    top: -8%!important;
    right: 100%!important;
}
}
@media screen and (min-width: 1022px){
.rex-icon-top-icon-chatbot {
    bottom: 80%!important;
    right: 100%!important;
}
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-display: auto;
  font-family: 'rex-icon';
  src: url("//www.rakuten-bank.co.jp/shared/fonts/rex-icon.eot");
  src: url("//www.rakuten-bank.co.jp/shared/fonts/rex-icon.eot?#iefix") format("embedded-opentype"), url("//www.rakuten-bank.co.jp/shared/fonts/rex-icon.woff") format("woff"), url("//www.rakuten-bank.co.jp/shared/fonts/rex-icon.ttf") format("truetype");
  /*    src:url("/shared/fonts/rex-icon.eot");
    src:url("/shared/fonts/rex-icon.eot?#iefix") format("embedded-opentype"),
    url("/shared/fonts/rex-icon.woff") format("woff"),
    url("/shared/fonts/rex-icon.ttf") format("truetype");*/
}

.rex-icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 1px;
  display: inline-block;
  font: normal 1em rex-icon;
}

.rex-icon.arrow-down-l:before {
  content: "\F101";
}

.rex-icon.arrow-left-l:before {
  content: "\F102";
}

.rex-icon.arrow-right:before {
  content: "\F104";
}

.rex-icon.arrow-right-l:before {
  content: "\F103";
}

.rex-icon.arrow-up-l:before {
  content: "\F105";
}

.rex-icon.barcode-f:before {
  content: "\F106";
}

.rex-icon.barcode-l:before {
  content: "\F107";
}

.rex-icon.blockquote-left:before {
  content: "\F108";
}

.rex-icon.blockquote-right:before {
  content: "\F109";
}

.rex-icon.browsing-history-f:before {
  content: "\F10A";
}

.rex-icon.browsing-history-l:before {
  content: "\F10B";
}

.rex-icon.building-f:before {
  content: "\F10C";
}

.rex-icon.building-l:before {
  content: "\F10D";
}

.rex-icon.bus-f:before {
  content: "\F10E";
}

.rex-icon.bus-l:before {
  content: "\F10F";
}

.rex-icon.button-chevron-left-f:before {
  content: "\F110";
}

.rex-icon.button-chevron-left-l:before {
  content: "\F111";
}

.rex-icon.button-chevron-right-f:before {
  content: "\F112";
}

.rex-icon.button-chevron-right-l:before {
  content: "\F113";
}

.rex-icon.button-minus-f:before {
  content: "\F114";
}

.rex-icon.button-minus-l:before {
  content: "\F115";
}

.rex-icon.button-plus-f:before {
  content: "\F116";
}

.rex-icon.button-plus-l:before {
  content: "\F117";
}

.rex-icon.calculator-f:before {
  content: "\F118";
}

.rex-icon.calculator-l:before {
  content: "\F119";
}

.rex-icon.calendar-f:before {
  content: "\F11A";
}

.rex-icon.calendar-l:before {
  content: "\F11B";
}

.rex-icon.campaign-f:before {
  content: "\F11C";
}

.rex-icon.campaign-l:before {
  content: "\F11D";
}

.rex-icon.car-f:before {
  content: "\F11E";
}

.rex-icon.car-l:before {
  content: "\F11F";
}

.rex-icon.cart-f:before {
  content: "\F120";
}

.rex-icon.cart-l:before {
  content: "\F121";
}

.rex-icon.change-order-l:before {
  content: "\F122";
}

.rex-icon.chat-f:before {
  content: "\F123";
}

.rex-icon.chat-l:before {
  content: "\F124";
}

.rex-icon.check:before {
  content: "\F125";
}

.rex-icon.chevron-left:before {
  content: "\F126";
}

.rex-icon.chevron-right:before {
  content: "\F127";
}

.rex-icon.cloud-f:before {
  content: "\F128";
}

.rex-icon.cloud-l:before {
  content: "\F129";
}

.rex-icon.code-f:before {
  content: "\F12A";
}

.rex-icon.code-l:before {
  content: "\F12B";
}

.rex-icon.comment-f:before {
  content: "\F12C";
}

.rex-icon.comment-l:before {
  content: "\F12D";
}

.rex-icon.compare-f:before {
  content: "\F12E";
}

.rex-icon.compare-l:before {
  content: "\F12F";
}

.rex-icon.coupon-f:before {
  content: "\F130";
}

.rex-icon.coupon-l:before {
  content: "\F131";
}

.rex-icon.credit-card-f:before {
  content: "\F132";
}

.rex-icon.credit-card-l:before {
  content: "\F133";
}

.rex-icon.currency-f:before {
  content: "\F134";
}

.rex-icon.currency-l:before {
  content: "\F135";
}

.rex-icon.delete-f:before {
  content: "\F136";
}

.rex-icon.delete-l:before {
  content: "\F137";
}

.rex-icon.delivery-f:before {
  content: "\F138";
}

.rex-icon.delivery-l:before {
  content: "\F139";
}

.rex-icon.desktop-f:before {
  content: "\F13A";
}

.rex-icon.desktop-l:before {
  content: "\F13B";
}

.rex-icon.domestic-area-f:before {
  content: "\F13C";
}

.rex-icon.domestic-area-l:before {
  content: "\F13D";
}

.rex-icon.download-f:before {
  content: "\F13E";
}

.rex-icon.download-l:before {
  content: "\F13F";
}

.rex-icon.external-link-l:before {
  content: "\F140";
}

.rex-icon.eye-ban-f:before {
  content: "\F141";
}

.rex-icon.eye-ban-l:before {
  content: "\F142";
}

.rex-icon.eye-f:before {
  content: "\F143";
}

.rex-icon.eye-l:before {
  content: "\F144";
}

.rex-icon.favorite-half-f:before {
  content: "\F146";
}

.rex-icon.favorite-f:before {
  content: "\F145";
}

.rex-icon.favorite-l:before {
  content: "\F147";
}

.rex-icon.ferry-f:before {
  content: "\F148";
}

.rex-icon.ferry-l:before {
  content: "\F149";
}

.rex-icon.fill-color-f:before {
  content: "\F14A";
}

.rex-icon.fill-color-l:before {
  content: "\F14B";
}

.rex-icon.folder-f:before {
  content: "\F14C";
}

.rex-icon.folder-l:before {
  content: "\F14D";
}

.rex-icon.gift-f:before {
  content: "\F14E";
}

.rex-icon.gift-l:before {
  content: "\F14F";
}

.rex-icon.heart-f:before {
  content: "\F150";
}

.rex-icon.heart-l:before {
  content: "\F151";
}

.rex-icon.home-f:before {
  content: "\F152";
}

.rex-icon.home-l:before {
  content: "\F153";
}

.rex-icon.image-f:before {
  content: "\F154";
}

.rex-icon.image-l:before {
  content: "\F155";
}

.rex-icon.keyboard-f:before {
  content: "\F156";
}

.rex-icon.keyboard-l:before {
  content: "\F157";
}

.rex-icon.language-f:before {
  content: "\F158";
}

.rex-icon.language-l:before {
  content: "\F159";
}

.rex-icon.laptop-f:before {
  content: "\F15A";
}

.rex-icon.laptop-l:before {
  content: "\F15B";
}

.rex-icon.like-f:before {
  content: "\F15C";
}

.rex-icon.like-l:before {
  content: "\F15D";
}

.rex-icon.list-f:before {
  content: "\F15E";
}

.rex-icon.list-l:before {
  content: "\F15F";
}

.rex-icon.loading-l:before {
  content: "\F160";
}

.rex-icon.loading-lg-l:before {
  content: "\F161";
}

.rex-icon.location-f:before {
  content: "\F162";
}

.rex-icon.location-l:before {
  content: "\F163";
}

.rex-icon.login-l:before {
  content: "\F164";
}

.rex-icon.logo:before {
  content: "\F165";
}

.rex-icon.logout-l:before {
  content: "\F166";
}

.rex-icon.lucky-kuji-f:before {
  content: "\F167";
}

.rex-icon.lucky-kuji-l:before {
  content: "\F168";
}

.rex-icon.mail-f:before {
  content: "\F169";
}

.rex-icon.mail-l:before {
  content: "\F16A";
}

.rex-icon.map-f:before {
  content: "\F16B";
}

.rex-icon.map-l:before {
  content: "\F16C";
}

.rex-icon.meatball-horizontal-f:before {
  content: "\F16D";
}

.rex-icon.meatball-horizontal-l:before {
  content: "\F16E";
}

.rex-icon.meatball-vertical-f:before {
  content: "\F16F";
}

.rex-icon.meatball-vertical-l:before {
  content: "\F170";
}

.rex-icon.menu:before {
  content: "\F171";
}

.rex-icon.minus:before {
  content: "\F172";
}

.rex-icon.mobile-phone-f:before {
  content: "\F173";
}

.rex-icon.mobile-phone-l:before {
  content: "\F174";
}

.rex-icon.movie-f:before {
  content: "\F175";
}

.rex-icon.movie-l:before {
  content: "\F176";
}

.rex-icon.my-page-f:before {
  content: "\F177";
}

.rex-icon.my-page-l:before {
  content: "\F178";
}

.rex-icon.new-user-f:before {
  content: "\F179";
}

.rex-icon.new-window-f:before {
  content: "\F17A";
}

.rex-icon.new-window-l:before {
  content: "\F17B";
}

.rex-icon.notice-generic-f:before {
  content: "\F17C";
}

.rex-icon.notice-generic-l:before {
  content: "\F17D";
}

.rex-icon.notice-user-f:before {
  content: "\F17E";
}

.rex-icon.notice-user-l:before {
  content: "\F17F";
}

.rex-icon.overflow-button:before {
  content: "\F180";
}

.rex-icon.paint-f:before {
  content: "\F181";
}

.rex-icon.paint-l:before {
  content: "\F182";
}

.rex-icon.paper-plane-f:before {
  content: "\F183";
}

.rex-icon.paper-plane-l:before {
  content: "\F184";
}

.rex-icon.pdf-f:before {
  content: "\F185";
}

.rex-icon.pdf-l:before {
  content: "\F186";
}

.rex-icon.phone-f:before {
  content: "\F187";
}

.rex-icon.phone-l:before {
  content: "\F188";
}

.rex-icon.photograph-f:before {
  content: "\F189";
}

.rex-icon.photograph-l:before {
  content: "\F18A";
}

.rex-icon.pin-f:before {
  content: "\F18B";
}

.rex-icon.pin-l:before {
  content: "\F18C";
}

.rex-icon.plane-f:before {
  content: "\F18D";
}

.rex-icon.plane-l:before {
  content: "\F18E";
}

.rex-icon.plus:before {
  content: "\F18F";
}

.rex-icon.point-f:before {
  content: "\F190";
}

.rex-icon.point-l:before {
  content: "\F191";
}

.rex-icon.price-f:before {
  content: "\F192";
}

.rex-icon.price-l:before {
  content: "\F193";
}

.rex-icon.print-f:before {
  content: "\F194";
}

.rex-icon.print-l:before {
  content: "\F195";
}

.rex-icon.purchase-history-f:before {
  content: "\F196";
}

.rex-icon.purchase-history-l:before {
  content: "\F197";
}

.rex-icon.qrcode-f:before {
  content: "\F198";
}

.rex-icon.qrcode-l:before {
  content: "\F199";
}

.rex-icon.rakuten-account-f:before {
  content: "\F19A";
}

.rex-icon.rakuten-account-l:before {
  content: "\F19B";
}

.rex-icon.rakuten-close-account-f:before {
  content: "\F19C";
}

.rex-icon.rakuten-close-account-l:before {
  content: "\F19D";
}

.rex-icon.rakuten-registration-f:before {
  content: "\F19E";
}

.rex-icon.rakuten-registration-l:before {
  content: "\F19F";
}

.rex-icon.ranking-f:before {
  content: "\F1A0";
}

.rex-icon.ranking-l:before {
  content: "\F1A1";
}

.rex-icon.refresh:before {
  content: "\F1A2";
}

.rex-icon.review-comment-f:before {
  content: "\F1A3";
}

.rex-icon.review-comment-l:before {
  content: "\F1A4";
}

.rex-icon.review-edit-f:before {
  content: "\F1A5";
}

.rex-icon.review-edit-l:before {
  content: "\F1A6";
}

.rex-icon.rss-symbol-l:before {
  content: "\F1A7";
}

.rex-icon.rss-text-f:before {
  content: "\F1A8";
}

.rex-icon.rss-text-l:before {
  content: "\F1A9";
}

.rex-icon.save-f:before {
  content: "\F1AA";
}

.rex-icon.save-l:before {
  content: "\F1AB";
}

.rex-icon.search-history-f:before {
  content: "\F1AC";
}

.rex-icon.search-history-l:before {
  content: "\F1AD";
}

.rex-icon.search:before {
  content: "\F1AE";
}

.rex-icon.security-f:before {
  content: "\F1AF";
}

.rex-icon.security-l:before {
  content: "\F1B0";
}

.rex-icon.server-f:before {
  content: "\F1B1";
}

.rex-icon.server-l:before {
  content: "\F1B2";
}

.rex-icon.settings-f:before {
  content: "\F1B3";
}

.rex-icon.settings-l:before {
  content: "\F1B4";
}

.rex-icon.share-f:before {
  content: "\F1B5";
}

.rex-icon.share-l:before {
  content: "\F1B6";
}

.rex-icon.shop-f:before {
  content: "\F1B7";
}

.rex-icon.shop-l:before {
  content: "\F1B8";
}

.rex-icon.sign-ban-f:before {
  content: "\F1B9";
}

.rex-icon.sign-ban-l:before {
  content: "\F1BA";
}

.rex-icon.sign-help-f:before {
  content: "\F1BB";
}

.rex-icon.sign-help-l:before {
  content: "\F1BC";
}

.rex-icon.sign-info-f:before {
  content: "\F1BD";
}

.rex-icon.sign-info-l:before {
  content: "\F1BE";
}

.rex-icon.sign-warning-f:before {
  content: "\F1BF";
}

.rex-icon.sign-warning-l:before {
  content: "\F1C0";
}

.rex-icon.sliders-f:before {
  content: "\F1C1";
}

.rex-icon.sliders-l:before {
  content: "\F1C2";
}

.rex-icon.smartphone-f:before {
  content: "\F1C3";
}

.rex-icon.smartphone-l:before {
  content: "\F1C4";
}

.rex-icon.survey-f:before {
  content: "\F1C5";
}

.rex-icon.survey-l:before {
  content: "\F1C6";
}

.rex-icon.switch-language-f:before {
  content: "\F1C7";
}

.rex-icon.switch-language-l:before {
  content: "\F1C8";
}

.rex-icon.tablet-f:before {
  content: "\F1C9";
}

.rex-icon.tablet-l:before {
  content: "\F1CA";
}

.rex-icon.tag-f:before {
  content: "\F1CB";
}

.rex-icon.tag-l:before {
  content: "\F1CC";
}

.rex-icon.test:before {
  content: "\F1CD";
}

.rex-icon.time-f:before {
  content: "\F1CE";
}

.rex-icon.time-l:before {
  content: "\F1CF";
}

.rex-icon.train-f:before {
  content: "\F1D0";
}

.rex-icon.train-l:before {
  content: "\F1D1";
}

.rex-icon.upload-f:before {
  content: "\F1D2";
}

.rex-icon.upload-l:before {
  content: "\F1D3";
}

.rex-icon.voice-input-f:before {
  content: "\F1D4";
}

.rex-icon.voice-input-l:before {
  content: "\F1D5";
}

.rex-icon.walking-f:before {
  content: "\F1D6";
}

.rex-icon.world-f:before {
  content: "\F1D7";
}

.rex-icon.world-l:before {
  content: "\F1D8";
}

.rex-icon.x:before {
  content: "\F1D9";
}

.rex-icon.zip-f:before {
  content: "\F1DA";
}

.rex-icon.zip-l:before {
  content: "\F1DB";
}

.rex-icon.zoom-in-f:before {
  content: "\F1DC";
}

.rex-icon.zoom-in-l:before {
  content: "\F1DD";
}

.rex-icon.zoom-out-f:before {
  content: "\F1DE";
}

.rex-icon.zoom-out-l:before {
  content: "\F1DF";
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:after, .container:before {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:after, .container-fluid:before {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row:after, .row:before {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

@media (min-width: 576px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.row .row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .container {
    width: 510px;
  }
}

@media (min-width: 576px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.33333%;
  }
  .col-xl-pull-2 {
    right: 16.66667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333%;
  }
  .col-xl-pull-5 {
    right: 41.66667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333%;
  }
  .col-xl-pull-8 {
    right: 66.66667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333%;
  }
  .col-xl-pull-11 {
    right: 91.66667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.33333%;
  }
  .col-xl-push-2 {
    left: 16.66667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333%;
  }
  .col-xl-push-5 {
    left: 41.66667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333%;
  }
  .col-xl-push-8 {
    left: 66.66667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333%;
  }
  .col-xl-push-11 {
    left: 91.66667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

@media (max-width: 575px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs, th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 575px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 575px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 575px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-sm-block, .visible-sm-inline, .visible-sm-inline-block {
  display: none !important;
}

@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm, th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}

.visible-md-block, .visible-md-inline, .visible-md-inline-block {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md, th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (min-width: 992px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg, th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 992px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-xl-block, .visible-xl-inline, .visible-xl-inline-block {
  display: none !important;
}

@media (min-width: 1200px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  td.visible-xl, th.visible-xl {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print, th.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Arial,sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #333;
  background-color: #fff;
}

body:lang(ja) {
  font-size: 1.4rem;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #bf0000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0, 0.45, 1);
  -o-transition: color 0.2s cubic-bezier(0.25, 0, 0.45, 1);
  transition: color 0.2s cubic-bezier(0.25, 0, 0.45, 1);
}

a.focus, a.hover, a:focus, a:hover {
  color: #d80000;
  text-decoration: underline;
}

a .focus, a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  color: #d80000;
}

a.active, a:active {
  color: #8c0000;
}

a.disabled-link {
  color: #d1d1d1;
}

a.disabled-link:hover {
  text-decoration: none;
  cursor: default;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 10rem;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #ebebeb;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #666;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 0;
  margin-bottom: .5em;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 80%;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5em;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 85%;
}

.h1, h1 {
  font-size: 2.4rem;
}

.h1 .secondary-text, h1 .secondary-text {
  font-size: 2rem;
}

@media (max-width: 480px) {
  .h1, h1 {
    font-size: 2rem;
  }
  .h1 .secondary-text, h1 .secondary-text {
    font-size: 1.6rem;
  }
}

.h2, h2 {
  font-size: 2rem;
}

.h2 .secondary-text, h2 .secondary-text {
  font-size: 1.6rem;
}

@media (max-width: 480px) {
  .h2, h2 {
    font-size: 1.6rem;
  }
  .h2 .secondary-text, h2 .secondary-text {
    font-size: 1.2rem;
  }
}

.h3, h3 {
  font-size: 1.6rem;
}

.h3 .secondary-text, h3 .secondary-text {
  font-size: 1.2rem;
}

@media (max-width: 480px) {
  .h3, h3 {
    font-size: 1.4rem;
  }
  .h3 .secondary-text, h3 .secondary-text {
    font-size: 1.2rem;
  }
}

.h4, h4 {
  font-size: 1.4rem;
}

.h4 .secondary-text, h4 .secondary-text {
  font-size: 1.2rem;
}

@media (max-width: 480px) {
  .h4, h4 {
    font-size: 1.2rem;
  }
  .h4 .secondary-text, h4 .secondary-text {
    font-size: 1rem;
  }
}

.h5, h5 {
  font-size: 1.2rem;
}

.h5 .secondary-text, h5 .secondary-text {
  font-size: 1rem;
}

@media (max-width: 480px) {
  .h5, h5 {
    font-size: 1rem;
  }
  .h5 .secondary-text, h5 .secondary-text {
    font-size: .8rem;
  }
}

.h6, h6 {
  font-size: 1.2rem;
}

.h6 .secondary-text, h6 .secondary-text {
  font-size: 1rem;
}

@media (max-width: 480px) {
  .h6, h6 {
    font-size: 1rem;
  }
  .h6 .secondary-text, h6 .secondary-text {
    font-size: .8rem;
  }
}

.secondary-text {
  margin-left: .25em;
}

p {
  margin: 0 0 1rem;
}

.display-1 {
  font-size: 4.6rem;
  line-height: 1.5;
}

@media (max-width: 576px) {
  .display-1 {
    font-size: 3.6rem;
  }
}

.display-2 {
  font-size: 4rem;
  line-height: 1.5;
}

@media (max-width: 576px) {
  .display-2 {
    font-size: 3.4rem;
  }
}

.display-3 {
  font-size: 3.6rem;
  line-height: 1.5;
}

@media (max-width: 576px) {
  .display-3 {
    font-size: 3.2rem;
  }
}

.display-4 {
  font-size: 3.2rem;
  line-height: 1.5;
}

@media (max-width: 576px) {
  .display-4 {
    font-size: 3rem;
  }
}

.display-5 {
  font-size: 2.8rem;
  line-height: 1.5;
}

@media (max-width: 576px) {
  .display-5 {
    font-size: 2.8rem;
  }
}

.display-1, .display-2, .display-3, .display-4, .display-5 {
  margin-bottom: .5em;
  font-weight: 400 !important;
}

.lead {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  line-height: 1.75;
}

.large {
  font-size: 1.8rem;
}

.small, small {
  font-size: 86%;
}

.extra-small {
  font-size: 1.2rem;
}

:lang(ja) .lead {
  font-size: 2rem;
  line-height: 1.75;
}

:lang(ja) .large {
  font-size: 1.6rem;
}

:lang(ja) .extra-small {
  font-size: 1rem;
}

.mark, mark {
  background-color: rgba(253, 179, 43, 0.05);
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

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

.text-capitalize {
  text-transform: capitalize;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

ol li, ul li {
  margin-bottom: 1.6rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
  padding-left: 2.4rem;
  font-size: 1.4rem;
}

ol ol li, ol ul li, ul ol li, ul ul li {
  margin-bottom: 1.6rem;
}

ol ol li:first-child, ol ul li:first-child, ul ol li:first-child, ul ul li:first-child {
  margin-top: 1.6rem;
}

.list-unstyled {
  padding-left: 0;
}

.list-asterisk, .list-unstyled, .list-unstyled ol, .list-unstyled ul {
  list-style: none;
}

.list-asterisk {
  padding-left: 0;
}

.list-asterisk ol, .list-asterisk ul {
  list-style: none;
}

.list-asterisk li:before {
  content: "\203B";
  margin-right: 1em;
}

.list-asterisk-en {
  padding-left: 0;
  list-style: none;
}

.list-asterisk-en ol, .list-asterisk-en ul {
  list-style: none;
}

.list-asterisk-en li:before {
  content: "*";
  margin-right: 1em;
}

.list-asterisk-ordered {
  padding-left: 0;
  list-style: none;
  counter-reset: num;
}

.list-asterisk-ordered ol, .list-asterisk-ordered ul {
  list-style: none;
}

.list-asterisk-ordered li:before {
  counter-increment: num;
  content: "※" counter(num, decimal);
  margin-right: 1em;
}

.list-asterisk-ordered-en {
  padding-left: 0;
  list-style: none;
  counter-reset: num;
}

.list-asterisk-ordered-en ol, .list-asterisk-ordered-en ul {
  list-style: none;
}

.list-asterisk-ordered-en li:before {
  counter-increment: num;
  content: "*" counter(num, decimal);
  margin-right: 1em;
}

.list-inline {
  padding-left: 0;
}

.list-inline, .list-inline ol, .list-inline ul {
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 2.4rem;
}

.list-inline li:last-child {
  padding-right: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 2rem;
}

dt {
  font-weight: 700;
  margin-top: .8rem;
}

dd {
  margin-left: 0;
}

dd + dd {
  margin-bottom: 0;
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 576px) {
  .dl-horizontal dt {
    float: left;
    width: -18.2rem;
    clear: left;
    text-align: right;
    margin-top: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 1.8rem;
  }
}

abbr {
  text-decoration: none;
}

abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #d1d1d1;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  margin: 0 auto 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  padding: 0;
  max-width: 57.6rem;
}

blockquote:after, blockquote:before {
  font-family: rex-icon;
  position: absolute;
  font-size: 1.6rem;
  color: #ebebeb;
}

blockquote:before {
  content: "\F108";
  left: 0;
  top: -.5rem;
}

blockquote:after {
  content: "\F109";
  right: 0;
  bottom: -.5rem;
}

blockquote p {
  padding: 0 3rem;
  margin: 0 0 .8rem;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.75;
  text-align: right;
  margin-right: 4rem;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: "\2014   \A0";
  color: #ebebeb;
}

blockquote footer {
  padding: 0 4rem;
  margin: 0;
}

blockquote footer cite {
  font-style: normal;
  font-weight: 300;
}

address {
  margin-bottom: 2rem;
  font-style: normal;
  line-height: 1.75;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

caption, th {
  text-align: left;
}

td {
  color: rgba(0, 0, 0, 0.59);
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 1.6rem;
  line-height: 1.75;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: .8rem;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table-active {
  background-color: #ebebeb;
}

.table-success {
  background-color: #ebf7eb;
}

.table-info {
  background-color: #ebf7fe;
}

.table-warning {
  background-color: #fef3eb;
}

.table-danger {
  background-color: #fdebeb;
}

.table-responsive {
  overflow-x: auto;
  min-height: .01%;
}

@media screen and (max-width: 575px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 1.5rem;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
}

.table.table-title tr th {
  word-break: normal;
}

@media (max-width: 576px) {
  .table.table-title tr td, .table.table-title tr th {
    width: 100%;
    display: block;
    border-bottom: 0;
  }
}

@media (max-width: 576px) {
  .table.table-title tr:last-child td {
    border-bottom: 1px solid #ddd;
  }
}

fieldset {
  margin: 0;
  min-width: 0;
}

fieldset, legend {
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  line-height: inherit;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

label.control-label {
  font-size: 1.2rem;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type=checkbox]:focus, input[type=file]:x, input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 1.8rem;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #333;
}

.form-control {
  display: block;
  height: 2em;
  background-image: none;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: transparent;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

.form-control[disabled] select, fieldset[disabled] .form-control select {
  border-color: #d1d1d1;
}

.control-label {
  font-size: 1.2rem;
}

textarea.form-control {
  height: auto;
  border-radius: .4rem;
}

textarea.form-control:active, textarea.form-control:focus {
  border-width: 1px;
  border-color: #bf0000;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    line-height: 2em;
  }
}

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: px;
  margin-bottom: 8px;
}

.checkbox label, .radio label {
  min-height: 2rem;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9;
}

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px;
}

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 8px;
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox label, fieldset[disabled] .radio-inline, fieldset[disabled] .radio label, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  margin-bottom: 0;
  min-height: 3.15rem;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group-sm .form-control {
  padding: .25rem 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.form-group-sm select.form-control {
  min-height: 2rem;
  line-height: 2rem;
  padding: 0;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 2rem;
  min-height: 3.4rem;
  padding: 1.25rem .5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.form-group-lg .form-control {
  padding: .8rem 0;
  font-size: 1.8rem;
  line-height: 1.5;
}

.form-group-lg select.form-control {
  min-height: 4rem;
  line-height: 4rem;
  padding: 0;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 4rem;
  min-height: 3.8rem;
  padding: 1.8rem 3.2rem;
  font-size: 1.8rem;
  line-height: 1.5;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 2.5em;
}

.has-feedback label ~ .form-control-feedback {
  top: 7rem;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.rex-icon.form-control-feedback {
  position: absolute;
  top: 2.5em;
  right: 0;
  z-index: 2;
  display: block;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  pointer-events: none;
}

.has-success .rex-icon.form-control-feedback {
  color: #069907;
}

.has-error .rex-icon.form-control-feedback {
  color: #ff3939;
}

.rex-icon.form-control-feedback:before {
  font-size: 16px;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 8px;
  color: #737373;
}

.form-inline label {
  float: left;
  width: auto;
}

.form-inline .form-control {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 1em;
  }
  .form-inline .form-group .form-control {
    display: inline-block;
    width: auto !important;
    vertical-align: middle;
  }
  .form-inline .form-group .form-control-static {
    display: inline-block;
  }
  .form-inline .form-group .input-area {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .form-group .input-area .form-control, .form-inline .form-group .input-area .input-area-addon, .form-inline .form-group .input-area .input-area-btn {
    width: auto;
  }
  .form-inline .form-group .input-area > .form-control {
    width: 100%;
  }
  .form-inline .form-group .control-label {
    vertical-align: middle;
  }
  .form-inline .form-group .checkbox, .form-inline .form-group .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-group .checkbox label, .form-inline .form-group .radio label {
    padding-left: 0;
  }
  .form-inline .form-group .checkbox input[type=checkbox], .form-inline .form-group .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .form-group .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-inline .form-horizontal .checkbox, .form-inline .form-horizontal .checkbox-inline, .form-inline .form-horizontal .radio, .form-inline .form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.8rem;
}

.form-inline .form-horizontal .checkbox, .form-inline .form-horizontal .radio {
  min-height: 3.8rem;
}

.form-inline .form-horizontal .form-group:after, .form-inline .form-horizontal .form-group:before {
  content: " ";
  display: table;
}

.form-inline .form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 576px) {
  .form-inline .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.form-inline .form-horizontal .form-group .row {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 480px) {
  .form-inline .form-horizontal .control-label {
    margin-bottom: .8rem;
  }
}

.form-inline .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 576px) {
  .form-inline .form-horizontal .form-group-lg .control-label {
    font-size: 1.5em;
  }
}

@media (min-width: 576px) {
  .form-inline .form-horizontal .form-group-sm .control-label {
    font-size: .8em;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-weight: 100;
  padding: .8rem 2.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: .3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn input {
  line-height: 1;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none !important;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus, .btn:focus, .btn:hover {
  color: rgba(0, 0, 0, 0.59);
  text-decoration: none;
  outline: 0;
}

.btn.active, .btn:active {
  outline: 0;
  background-image: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  border-color: #ebebeb;
}

.btn.disabled, .btn.disabled:focus, .btn.disabled:hover, .btn[disabled], .btn[disabled]:focus, .btn[disabled]:hover, fieldset[disabled] .btn, fieldset[disabled] .btn:focus, fieldset[disabled] .btn:hover {
  color: #d1d1d1;
  background-color: #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-success {
  position: relative;
  padding-left: 48px;
}

.btn.btn-success:before {
  content: "\F125";
  font-size: 24px;
  font-family: rex-icon;
  position: absolute;
  top: 3px;
  left: 16px;
}

.btn.icon.loading {
  width: 144px;
  padding: 19px 0;
  position: relative;
  z-index: 1;
}

.btn.icon.loading:before {
  content: "\F161";
  position: absolute;
  font-family: rex-icon;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  z-index: 2;
}

.btn .rex-icon {
  margin: 0 .5rem;
  top: -2px;
  vertical-align: middle;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  background-color: #bf0000;
  border-color: #bf0000;
  border-radius: .3rem;
  color: #fff;
}

.btn-default.focus, .btn-default.hover, .btn-default:focus, .btn-default:hover {
  color: #fff;
  background-color: #ff1212;
  border-color: transparent;
  -webkit-transition: .2s ease-out,box-shadow .1s ease-out;
  -o-transition: .2s ease-out,.1s ease-out box-shadow;
  -webkit-transition: .2s ease-out,-webkit-box-shadow .1s ease-out;
  transition: .2s ease-out,-webkit-box-shadow .1s ease-out;
  transition: .2s ease-out,box-shadow .1s ease-out;
  transition: .2s ease-out,box-shadow .1s ease-out,-webkit-box-shadow .1s ease-out;
}

.btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
  border-color: transparent;
}

.btn-default.active.focus, .btn-default.active.hover, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active.hover, .btn-default:active:focus, .btn-default:active:hover, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle.hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
  color: #fff;
  border-color: transparent;
}

.btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
  background-image: none;
  color: #fff;
  background-color: #960000;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  border-color: transparent;
}

.btn-default.btn-outline {
  background-color: transparent;
  border-color: #bf0000;
  border-radius: .3rem;
  color: #bf0000;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  font-weight: 300;
}

.btn-default.btn-outline.focus, .btn-default.btn-outline.hover, .btn-default.btn-outline:focus, .btn-default.btn-outline:hover {
  color: #fff;
  background-color: #d80000;
  border: 1px solid transparent;
  font-weight: 100;
}

.btn-default.btn-outline.active, .btn-default.btn-outline:active, .open > .btn-default.btn-outline.dropdown-toggle {
  border-color: transparent;
}

.btn-default.btn-outline.active.focus, .btn-default.btn-outline.active.hover, .btn-default.btn-outline.active:focus, .btn-default.btn-outline.active:hover, .btn-default.btn-outline:active.focus, .btn-default.btn-outline:active.hover, .btn-default.btn-outline:active:focus, .btn-default.btn-outline:active:hover, .open > .btn-default.btn-outline.dropdown-toggle.focus, .open > .btn-default.btn-outline.dropdown-toggle.hover, .open > .btn-default.btn-outline.dropdown-toggle:focus, .open > .btn-default.btn-outline.dropdown-toggle:hover {
  color: #fff;
  border: 1px solid transparent;
  font-weight: 100;
}

.btn-default.btn-outline.active, .btn-default.btn-outline:active, .open > .btn-default.btn-outline.dropdown-toggle {
  background-image: none;
  color: #fff;
  background-color: #960000;
  font-weight: 100;
}

.btn-default.btn-outline.disabled, .btn-default.btn-outline[disabled], fieldset[disabled] .btn-default.btn-outline {
  background-color: #ebebeb;
  color: #d1d1d1;
  font-weight: 100;
  border-color: #ebebeb;
}

.btn-default.btn-outline.disabled.focus, .btn-default.btn-outline.disabled:focus, .btn-default.btn-outline.disabled:hover, .btn-default.btn-outline[disabled].focus, .btn-default.btn-outline[disabled]:focus, .btn-default.btn-outline[disabled]:hover, fieldset[disabled] .btn-default.btn-outline.focus, fieldset[disabled] .btn-default.btn-outline:focus, fieldset[disabled] .btn-default.btn-outline:hover {
  border: 1px solid #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default.btn-pill {
  border-radius: 10rem;
}

.btn-primary {
  background-color: #bf0000;
  border-color: #bf0000;
  border-radius: .3rem;
  color: #fff;
}

.btn-primary.focus, .btn-primary.hover, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #ff1212;
  border-color: transparent;
  -webkit-transition: .2s ease-out,box-shadow .1s ease-out;
  -o-transition: .2s ease-out,.1s ease-out box-shadow;
  -webkit-transition: .2s ease-out,-webkit-box-shadow .1s ease-out;
  transition: .2s ease-out,-webkit-box-shadow .1s ease-out;
  transition: .2s ease-out,box-shadow .1s ease-out;
  transition: .2s ease-out,box-shadow .1s ease-out,-webkit-box-shadow .1s ease-out;
}

.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
  border-color: transparent;
}

.btn-primary.active.focus, .btn-primary.active.hover, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active.hover, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle.hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  border-color: transparent;
}

.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
  color: #fff;
  background-color: #960000;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  border-color: transparent;
}

.btn-primary.btn-outline {
  background-color: #fff;
  border-color: #bf0000;
  border-radius: .3rem;
  color: #bf0000;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

.btn-primary.btn-outline.focus, .btn-primary.btn-outline.hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:hover {
  color: #fff;
  background-color: #ff1212;
  border: 1px solid transparent;
  font-weight: 100;
}

.btn-primary.btn-outline.active, .btn-primary.btn-outline:active, .open > .btn-primary.btn-outline.dropdown-toggle {
  border-color: transparent;
}

.btn-primary.btn-outline.active.focus, .btn-primary.btn-outline.active.hover, .btn-primary.btn-outline.active:focus, .btn-primary.btn-outline.active:hover, .btn-primary.btn-outline:active.focus, .btn-primary.btn-outline:active.hover, .btn-primary.btn-outline:active:focus, .btn-primary.btn-outline:active:hover, .open > .btn-primary.btn-outline.dropdown-toggle.focus, .open > .btn-primary.btn-outline.dropdown-toggle.hover, .open > .btn-primary.btn-outline.dropdown-toggle:focus, .open > .btn-primary.btn-outline.dropdown-toggle:hover {
  color: #fff;
  border: 1px solid transparent;
  font-weight: 100;
}

.btn-primary.btn-outline.active, .btn-primary.btn-outline:active, .open > .btn-primary.btn-outline.dropdown-toggle {
  background-image: none;
  color: #fff;
  background-color: #960000;
  font-weight: 100;
}

.btn-primary.btn-outline.disabled, .btn-primary.btn-outline[disabled], fieldset[disabled] .btn-primary.btn-outline {
  background-color: #ebebeb;
  color: #d1d1d1;
  font-weight: 100;
  border-color: #ebebeb;
}

.btn-primary.btn-outline.disabled.focus, .btn-primary.btn-outline.disabled:focus, .btn-primary.btn-outline.disabled:hover, .btn-primary.btn-outline[disabled].focus, .btn-primary.btn-outline[disabled]:focus, .btn-primary.btn-outline[disabled]:hover, fieldset[disabled] .btn-primary.btn-outline.focus, fieldset[disabled] .btn-primary.btn-outline:focus, fieldset[disabled] .btn-primary.btn-outline:hover {
  border: 1px solid #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary.btn-pill {
  border-radius: 10rem;
}

.btn-success {
  color: #069907;
  background-color: #069907;
  border-color: #069907;
  border-radius: .3rem;
  color: #fff;
}

.btn-success.focus, .btn-success.hover, .btn-success:focus, .btn-success:hover {
  color: #fff;
  background-color: #07b608;
  border-color: transparent;
  -webkit-transition: .2s ease-out,box-shadow .1s ease-out;
  -o-transition: .2s ease-out,.1s ease-out box-shadow;
  -webkit-transition: .2s ease-out,-webkit-box-shadow .1s ease-out;
  transition: .2s ease-out,-webkit-box-shadow .1s ease-out;
  transition: .2s ease-out,box-shadow .1s ease-out;
  transition: .2s ease-out,box-shadow .1s ease-out,-webkit-box-shadow .1s ease-out;
}

.btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
  border-color: transparent;
}

.btn-success.active.focus, .btn-success.active.hover, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active.hover, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle.hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  border-color: transparent;
}

.btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
  background-image: none;
  color: #fff;
  background-color: #047205;
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  border-color: transparent;
}

.btn-success.btn-outline {
  background-color: transparent;
  border-color: #069907;
  border-radius: .3rem;
  color: #069907;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

.btn-success.btn-outline.focus, .btn-success.btn-outline.hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:hover {
  color: #fff;
  background-color: #07b608;
  border: 1px solid transparent;
  font-weight: 100;
}

.btn-success.btn-outline.active, .btn-success.btn-outline:active, .open > .btn-success.btn-outline.dropdown-toggle {
  border-color: transparent;
}

.btn-success.btn-outline.active.focus, .btn-success.btn-outline.active.hover, .btn-success.btn-outline.active:focus, .btn-success.btn-outline.active:hover, .btn-success.btn-outline:active.focus, .btn-success.btn-outline:active.hover, .btn-success.btn-outline:active:focus, .btn-success.btn-outline:active:hover, .open > .btn-success.btn-outline.dropdown-toggle.focus, .open > .btn-success.btn-outline.dropdown-toggle.hover, .open > .btn-success.btn-outline.dropdown-toggle:focus, .open > .btn-success.btn-outline.dropdown-toggle:hover {
  color: #fff;
  border: 1px solid transparent;
  font-weight: 100;
}

.btn-success.btn-outline.active, .btn-success.btn-outline:active, .open > .btn-success.btn-outline.dropdown-toggle {
  background-image: none;
  color: #fff;
  background-color: #047205;
  font-weight: 100;
}

.btn-success.btn-outline.disabled, .btn-success.btn-outline[disabled], fieldset[disabled] .btn-success.btn-outline {
  background-color: #ebebeb;
  color: #d1d1d1;
  font-weight: 100;
  border-color: #ebebeb;
}

.btn-success.btn-outline.disabled.focus, .btn-success.btn-outline.disabled:focus, .btn-success.btn-outline.disabled:hover, .btn-success.btn-outline[disabled].focus, .btn-success.btn-outline[disabled]:focus, .btn-success.btn-outline[disabled]:hover, fieldset[disabled] .btn-success.btn-outline.focus, fieldset[disabled] .btn-success.btn-outline:focus, fieldset[disabled] .btn-success.btn-outline:hover {
  border: 1px solid #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success.btn-pill {
  border-radius: 10rem;
}

.btn-text {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: .3rem;
  color: #bf0000;
  -webkit-transition: background-color 0s linear;
  -o-transition: 0s linear background-color;
  transition: background-color 0s linear;
  font-weight: 300;
}

.btn-text.focus, .btn-text.hover, .btn-text:focus, .btn-text:hover {
  color: #d80000;
  background-color: #f7f7f7;
  border-color: transparent;
}

.btn-text.hover, .btn-text:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-text.active, .btn-text:active, .open > .btn-text.dropdown-toggle {
  border-color: transparent;
}

.btn-text.active.focus, .btn-text.active.hover, .btn-text.active:focus, .btn-text.active:hover, .btn-text:active.focus, .btn-text:active.hover, .btn-text:active:focus, .btn-text:active:hover, .open > .btn-text.dropdown-toggle.focus, .open > .btn-text.dropdown-toggle.hover, .open > .btn-text.dropdown-toggle:focus, .open > .btn-text.dropdown-toggle:hover {
  color: #d80000;
  border-color: transparent;
}

.btn-text.active, .btn-text:active, .open > .btn-text.dropdown-toggle {
  background-image: none;
  color: #8c0000;
  background-color: #f7f7f7;
}

.btn-text.disabled, .btn-text[disabled], .btn-text fieldset[disabled] {
  border-color: transparent;
  background-color: #fff;
  color: #d1d1d1;
}

.btn-text.disabled.focus, .btn-text.disabled:focus, .btn-text.disabled:hover, .btn-text[disabled].focus, .btn-text[disabled]:focus, .btn-text[disabled]:hover, .btn-text fieldset[disabled].focus, .btn-text fieldset[disabled]:focus, .btn-text fieldset[disabled]:hover {
  background-color: #fff;
}

.btn-pill {
  border-radius: 10rem;
}

.btn-square {
  padding: 0;
  position: relative;
  border: none;
  font-size: 2.4rem;
  line-height: 4rem;
  width: 4rem;
  height: 4rem;
  border-radius: .4rem;
}

.btn-square:before {
  position: absolute;
}

.btn-square.chevron-top:after {
  font-family: rex-icon;
  content: "\F127";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  display: inline-block;
  padding-left: 2px;
}

.btn-square.chevron-left:before {
  right: 0.8rem !important;
}

.btn-square.chevron-left.btn-outline:before {
  right: 0.7rem !important;
}

.btn-square.chevron-right:before {
  right: 0.6rem !important;
}

.btn-square.chevron-right.btn-outline:before {
  right: 0.5rem !important;
}

.btn-square.minus:before, .btn-square.plus:before {
  left: 1px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.btn-square.minus.btn-outline:before, .btn-square.plus.btn-outline:before {
  left: 1.5px;
  top: -1px;
}

.btn-square.btn-outline {
  color: #bf0000;
  background-color: transparent;
  border: 1px solid #bf0000;
  -webkit-transition: background-color .2s ease-out,-webkit-box-shadow .1s ease-out;
  transition: background-color .2s ease-out,-webkit-box-shadow .1s ease-out;
  -o-transition: .2s ease-out background-color,.1s ease-out box-shadow;
  transition: background-color .2s ease-out,box-shadow .1s ease-out;
  transition: background-color .2s ease-out,box-shadow .1s ease-out,-webkit-box-shadow .1s ease-out;
}

.btn-square.btn-outline.focus, .btn-square.btn-outline.hover, .btn-square.btn-outline:focus, .btn-square.btn-outline:hover {
  border: 1px solid #ff1212;
  color: #fff;
  background-color: #ff1212;
}

.btn-square.btn-outline.active, .btn-square.btn-outline:active {
  border: 1px solid #960000;
  color: #fff;
  background-color: #960000;
}

.btn-circle {
  padding: 0;
  position: relative;
  border: none;
  border-radius: 50%;
  line-height: 4rem;
  font-size: 2.4rem;
  width: 4rem;
  height: 4rem;
}

.btn-circle:before {
  position: absolute;
}

.btn-circle.minus:before, .btn-circle.plus:before {
  left: 1px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.btn-circle.minus.btn-outline:before, .btn-circle.plus.btn-outline:before {
  left: 1.5px;
  top: -1px;
}

.btn-circle.chevron-top:after {
  font-family: rex-icon;
  content: "\F127";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  display: inline-block;
  padding-left: 2px;
}

.btn-circle.chevron-left:before, .btn-circle.chevron-right:before {
  top: 0;
}

.btn-circle.chevron-left.btn-outline:before, .btn-circle.chevron-right.btn-outline:before {
  top: -1px;
}

.btn-circle.chevron-left:before {
  left: 0.7rem !important;
}

.btn-circle.chevron-left.btn-outline:before {
  left: 0.6rem !important;
}

.btn-circle.chevron-right:before {
  right: 0.7rem !important;
}

.btn-circle.chevron-right.btn-outline:before {
  right: 0.6rem !important;
}

.btn-circle.btn-outline {
  color: #bf0000;
  background-color: transparent;
  border: 1px solid #bf0000;
  -webkit-transition: background-color .2s ease-out,-webkit-box-shadow .1s ease-out;
  transition: background-color .2s ease-out,-webkit-box-shadow .1s ease-out;
  -o-transition: .2s ease-out background-color,.1s ease-out box-shadow;
  transition: background-color .2s ease-out,box-shadow .1s ease-out;
  transition: background-color .2s ease-out,box-shadow .1s ease-out,-webkit-box-shadow .1s ease-out;
}

.btn-circle.btn-outline.focus, .btn-circle.btn-outline.hover, .btn-circle.btn-outline:focus, .btn-circle.btn-outline:hover {
  border: 1px solid #ff1212;
  color: #fff;
  background-color: #ff1212;
}

.btn-circle.btn-outline.active, .btn-circle.btn-outline:active {
  border: 1px solid #960000;
  color: #fff;
  background-color: #960000;
}

.btn.link {
  color: #bf0000;
  font-weight: 400;
  border-radius: .4rem;
  border: none;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

.btn.link:focus, .btn.link:hover {
  color: #d80000;
}

.btn.link:active {
  color: #8c0000;
}

.btn.link.disabled, .btn.link[disabled] {
  color: #d1d1d1;
  background-color: transparent;
}

.btn-xl {
  padding: 1.6rem 4rem;
  font-size: 2.6rem;
}

.btn-group-lg > .btn, .btn-lg, .btn-xl {
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-group-lg > .btn, .btn-lg {
  padding: .8rem 3.2rem;
  font-size: 2.2rem;
}

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-group-xs > .btn, .btn-xs {
  padding: .175rem .25rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2;
}

.btn-group-vertical .btn-default, .btn-group .btn-default {
  border-radius: 0;
}

.btn-group-vertical .btn-default:first-child, .btn-group .btn-default:first-child {
  border-radius: .4rem 0 0 .4rem;
}

.btn-group-vertical .btn-default:last-child, .btn-group .btn-default:last-child {
  border-radius: 0 .4rem .4rem 0;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:after, .btn-toolbar:before {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.hidden {
  display: none !important;
}

/*
@font-face {
    font-family:Noto Sans JP;font-style:normal;font-weight:400;src:local("Noto Sans Japanese Regular"),local("NotoSansJapanese-Regular"),url(//fonts.gstatic.com/s/notosansjp/v14/-F62fjtqLzI2JPCgQBnw7HFYyQgP-FVth9IU.woff2) format("woff2"),url(//fonts.gstatic.com/s/notosansjp/v14/-F62fjtqLzI2JPCgQBnw7HFYyQgJ-FVth9IU.woff) format("woff"),url(//fonts.gstatic.com/s/notosansjp/v14/-F62fjtqLzI2JPCgQBnw7HFYwQgM-FVthw.otf) format("opentype"),url(//fonts.gstatic.com/s/notosansjp/v14/-F62fjtqLzI2JPCgQBnw7HFYwQgL.eot);unicode-range:u+30??,u+4e00-9fff,u+ff00-ffef
}

@font-face {
    font-family:Noto Sans JP;font-style:normal;font-weight:400;src:local("Noto Sans Japanese Regular"),local("NotoSansJapanese-Regular"),url(//fonts.gstatic.com/s/notosansjp/v14/-F62fjtqLzI2JPCgQBnw7HFYwQgP-FVthw.woff2) format("woff2"),url(//fonts.gstatic.com/s/notosansjp/v14/-F62fjtqLzI2JPCgQBnw7HFYwQgJ-FVthw.woff) format("woff"),url(//fonts.gstatic.com/s/notosansjp/v14/-F62fjtqLzI2JPCgQBnw7HFYwQgM-FVthw.otf) format("opentype"),url(//fonts.gstatic.com/s/notosansjp/v14/-F62fjtqLzI2JPCgQBnw7HFYwQgL.eot);unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-family:Noto Sans JP;font-style:normal;font-weight:700;src:local("Noto Sans Japanese Bold"),local("NotoSansJapanese-Bold"),url(//fonts.gstatic.com/s/notosansjp/v14/-F6pfjtqLzI2JPCgQBnw7HFQei0a3XdgregdFOFh.woff2) format("woff2"),url(//fonts.gstatic.com/s/notosansjp/v14/-F6pfjtqLzI2JPCgQBnw7HFQei0a1Xdm.woff) format("woff"),url(//fonts.gstatic.com/s/notosansjp/v14/-F6pfjtqLzI2JPCgQBnw7HFQei0a1XdjregdFA.otf) format("opentype"),url(//fonts.gstatic.com/s/notosansjp/v14/-F62fjtqLzI2JPCgQBnw7HFYwQgL.eot);unicode-range:u+30??,u+4e00-9fff,u+ff00-ffef
}

@font-face {
    font-family:Noto Sans JP;font-style:normal;font-weight:700;src:local("Noto Sans Japanese Bold"),local("NotoSansJapanese-Bold"),url(//fonts.gstatic.com/s/notosansjp/v14/-F6pfjtqLzI2JPCgQBnw7HFQei0a1XdgregdFA.woff2) format("woff2"),url(//fonts.gstatic.com/s/notosansjp/v14/-F6pfjtqLzI2JPCgQBnw7HFQei0a1Xdm.woff) format("woff"),url(//fonts.gstatic.com/s/notosansjp/v14/-F6pfjtqLzI2JPCgQBnw7HFQei0a1XdjregdFA.otf) format("opentype"),url(//fonts.gstatic.com/s/notosansjp/v14/-F62fjtqLzI2JPCgQBnw7HFYwQgL.eot);unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}*/
body {
  font-family: Noto Sans JP,Noto Sans,sans-serif;
}

input, textarea {
  border: 0;
  background-color: transparent;
}

input:focus, textarea:focus {
  outline: none;
}

input::-ms-clear, textarea::-ms-clear {
  display: none;
}

input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], textarea {
  font-size: 1.6rem;
  color: #333;
}

input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9c9c9c;
}

input[type=email]:-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]:-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]:-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]:-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]:-moz-placeholder, input[type=url]::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
  color: #9c9c9c;
}

input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9c9c9c;
}

textarea {
  width: 100%;
  padding: 1rem 1.4rem;
  border-radius: .4rem;
  border: 1px solid #9c9c9c;
  resize: none;
}

textarea:disabled {
  border: 1px dashed #d1d1d1;
}

textarea:disabled::-webkit-input-placeholder {
  color: #d1d1d1;
}

textarea:disabled:-moz-placeholder, textarea:disabled::-moz-placeholder {
  color: #d1d1d1;
}

textarea:disabled:-ms-input-placeholder {
  color: #d1d1d1;
}

.input-inline {
  display: inline;
}

.input-inline select {
  width: auto;
}

.input-inline input[type=date] {
  color: #9c9c9c;
  display: inline-block;
}

.form-group {
  position: relative;
  margin-bottom: 2em;
  border-collapse: separate;
}

.form-group .input-group-disabled label, .form-group .input-group-disabled small {
  color: #d1d1d1;
}

.form-group legend {
  font-weight: 700;
}

.form-group:after, .form-group:before {
  content: " ";
  display: table;
}

.form-group:after {
  clear: both;
}

.form-group label {
  display: block;
}

.form-group small {
  display: inline-block;
  color: #9c9c9c;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: .25em;
}

.form-group small.blank-helper {
  color: transparent;
}

.form-group small .rex-icon {
  padding-right: .3em;
  padding-bottom: .3em;
  vertical-align: middle;
}

.form-group input {
  caret-color: #bf0000;
  padding: 0 0 .5em;
}

.form-group input:active + label, .form-group input:focus + label {
  color: #bf0000;
  -webkit-transition: .05s;
  -o-transition: .05s;
  transition: .05s;
}

.form-group input + label {
  top: 0;
}

.form-group input:disabled {
  color: #d1d1d1;
  border-bottom: 1px dashed #d1d1d1 !important;
}

.form-group input:disabled::-webkit-input-placeholder {
  color: #d1d1d1;
}

.form-group input:disabled:-moz-placeholder, .form-group input:disabled::-moz-placeholder {
  color: #d1d1d1;
}

.form-group input:disabled:-ms-input-placeholder {
  color: #d1d1d1;
}

.form-group input[type=email], .form-group input[type=number], .form-group input[type=password], .form-group input[type=tel], .form-group input[type=text], .form-group input[type=url] {
  border-bottom: 1px solid #9c9c9c;
  margin-bottom: 0;
}

.form-group input[type=email]:focus, .form-group input[type=number]:focus, .form-group input[type=password]:focus, .form-group input[type=tel]:focus, .form-group input[type=text]:focus, .form-group input[type=url]:focus {
  border-color: #bf0000;
  border-width: 1px;
}

.form-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.form-group .input-area-read-only input, .form-group .input-area-read-only input:hover {
  border-bottom: none;
  pointer-events: none;
}

.form-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
}

.form-group .form-control:focus {
  z-index: 3;
  outline: none;
}

.form-group select.form-control {
  padding-right: 1em;
}

.input-sm {
  padding: .25rem .5rem;
}

.input-sm label {
  font-size: 1.6rem;
  margin-bottom: 2px;
}

.input-sm input {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  padding-bottom: 4px;
}

.input-lg {
  font-size: 1.5em;
  padding: 0;
}

.input-lg label {
  font-size: 1.6rem;
}

.input-lg input {
  font-size: 1.8rem;
  padding-bottom: .8rem;
}

.has-success {
  position: relative;
}

.has-success input[type=email], .has-success input[type=number], .has-success input[type=password], .has-success input[type=tel], .has-success input[type=text], .has-success input[type=url], .has-success textarea {
  border-color: #069907 !important;
  border-width: 1px;
}

.has-success input + label + small, .has-success small {
  color: #069907;
}

.has-success input + label + small:before {
  border-top: 1px solid #069907 !important;
}

.has-success input.hover + label + small, .has-success input:hover + label + small {
  color: #069907;
}

.has-success input.hover + label + small:before, .has-success input:hover + label + small:before {
  border-top: 1px solid #069907 !important;
}

.has-success input:active + label, .has-success input:active + label + small, .has-success input:focus + label, .has-success input:focus + label + small {
  color: #069907;
}

.has-success input:active + label + small:before, .has-success input:focus + label + small:before {
  border-top: 1px solid #069907 !important;
}

.has-success.active label, .has-success.focus label {
  color: #bf0000;
}

.has-success.disabled label {
  color: #d1d1d1;
}

.has-success.disabled textarea {
  border: 1px dashed #d1d1d1;
  background: transparent;
  color: #d1d1d1;
}

.has-success.disabled small {
  color: #d1d1d1;
}

.has-error {
  position: relative;
}

.has-error input[type=email], .has-error input[type=number], .has-error input[type=password], .has-error input[type=tel], .has-error input[type=text], .has-error input[type=url], .has-error textarea {
  border-color: #ff3939 !important;
  border-width: 1px;
}

.has-error small {
  color: #ff3939;
}

.has-error small.remaining, .has-error small.resolved {
  margin-top: 0;
}

.has-error small.remaining .rex-icon, .has-error small.resolved .rex-icon {
  margin-right: .4rem;
}

.has-error small.remaining .rex-icon.plus, .has-error small.resolved .rex-icon.plus {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: .4rem;
}

.has-error small.remaining .rex-icon.check, .has-error small.resolved .rex-icon.check {
  top: .3rem;
}

.has-error small.remaining:first-of-type, .has-error small.resolved:first-of-type {
  margin-top: .8rem;
}

.has-error small.resolved {
  color: #069907;
}

.has-error input + label + small, .has-error input.hover + label + small, .has-error input:active + label, .has-error input:active + label + small, .has-error input:focus + label, .has-error input:focus + label + small, .has-error input:hover + label + small {
  color: #ff3939;
}

.checkbox-checked label span {
  color: #4d4d4d;
}

.checkbox-disabled label span {
  color: #d1d1d1;
}

.select-wrapper {
  position: relative;
}

.select-wrapper select {
  border-top: none;
  border-left: none;
  border-right: none;
}

.select-wrapper select option:checked:disabled {
  background-color: #fff;
  color: #fff !important;
}

.select-wrapper select:disabled {
  border: 1px dashed #d1d1d1;
  border-width: 0 0 1px;
}

.select-wrapper label {
  width: 100%;
  margin-bottom: 0;
}

.select-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: .8rem;
  border-top: 8px solid #b5b5b5;
  border-left: .6rem solid transparent;
  border-right: .6rem solid transparent;
  border-top: .7rem solid #b5b5b5;
}

.select-wrapper.input-inline select {
  padding-right: 2em;
}

select {
  border: 1px solid #fff;
  color: #9c9c9c;
  height: 40px;
  -webkit-appearance: none;
  background: transparent;
  border-bottom: 1px solid #9c9c9c;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  -moz-appearance: none;
  text-indent: .01px;
  -o-text-overflow: "";
  text-overflow: "";
}

select:disabled + .select-arrow {
  border-top: 7px solid #d1d1d1;
}

.select-component, select {
  position: relative;
  cursor: pointer;
  width: 100%;
}

.select-component.disabled, .select-component:disabled, select.disabled, select:disabled {
  cursor: auto;
  color: #d1d1d1;
}

.select-component.disabled .current-value, .select-component:disabled .current-value, select.disabled .current-value, select:disabled .current-value {
  border-bottom: 1px dashed #d1d1d1;
}

.select-component.disabled:after, .select-component:disabled:after, select.disabled:after, select:disabled:after {
  border-top: 7px solid #d1d1d1;
}

.select-component .current-value, select .current-value {
  padding-bottom: 8rem;
  border-bottom: 1px solid #b5b5b5;
}

.select-component .underline, select .underline {
  height: 1px;
  width: 100%;
}

.select-component:after, select:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: .8rem;
  border-top: 8px solid #b5b5b5;
  border-left: .6rem solid transparent;
  border-right: .6rem solid transparent;
  border-top: .7rem solid #b5b5b5;
}

.track {
  padding-left: 0;
  width: 100%;
  counter-reset: step;
}

.track, .track ol, .track ul {
  list-style: none;
}

.track.five-steps li {
  width: 19%;
}

.track.four-steps li {
  width: 24%;
}

.track.three-steps li {
  width: 32%;
}

.track li {
  display: inline-block;
  width: 19%;
  position: relative;
  text-align: center;
  color: #d1d1d1;
}

.track li:before {
  width: 3rem;
  height: 3rem;
  content: " ";
  counter-increment: step;
  line-height: 3rem;
  border: 2px solid #d1d1d1;
  display: block;
  text-align: center;
  margin: 0 auto 1.7rem;
  border-radius: 50%;
  background-color: #fff;
}

.track li:after {
  width: 100%;
  height: .2rem;
  content: "";
  position: absolute;
  background-color: #d1d1d1;
  top: 1.5rem;
  left: -50%;
  z-index: -1;
}

.track li:first-child:after {
  content: none;
}

.track li.visited + li:after {
  background-color: #bf0000;
}

.track li.visited:before {
  color: #fff;
  background-color: #bf0000;
  border: none;
  content: "\F125";
  font-family: rex-icon;
  vertical-align: middle;
}

.track li.current:before {
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: .7rem solid #bf0000;
  color: #fff;
  font-size: 1.7rem;
  padding-bottom: 1px;
}

.track li.current span {
  color: #bf0000;
}

.track li a, .track li span {
  color: #d1d1d1;
  display: block;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 575px) {
  .track li a, .track li span {
    visibility: hidden;
  }
}

.pager, .pagination {
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 0;
}

.pager ol, .pager ul, .pagination ol, .pagination ul {
  list-style: none;
}

.pager li, .pagination li {
  display: inline-block;
}

.pager li a, .pagination li a {
  display: block;
  color: #828282;
  border-radius: .4rem;
}

.pager li a:hover, .pagination li a:hover {
  color: #ff1212;
  background-color: #f7f7f7;
  border-bottom: none;
  text-decoration: none;
}

.pager li a:active, .pagination li a:active {
  color: #960000;
}

.pager li a .rex-icon, .pagination li a .rex-icon {
  cursor: pointer;
  vertical-align: -2px;
}

.pager.disabled a, .pagination.disabled a {
  color: #d1d1d1;
  text-decoration: none;
  cursor: not-allowed;
}

.pager.disabled a:hover, .pagination.disabled a:hover {
  color: #d1d1d1;
  background-color: transparent;
}

.pagination li a, .pagination li span {
  padding: .4em 1em;
}

.pagination li a.ic, .pagination li span.ic {
  padding: .4em .75em;
}

.pagination li a {
  color: #828282;
}

.pagination li.active span {
  color: #bf0000;
  border-bottom: 1px solid #bf0000;
}

.pager li a {
  color: #bf0000;
  padding: .5em .75em;
}

.pager li a.prev .rex-icon {
  padding-right: 1em;
}

.pager li a.next .rex-icon {
  padding-left: 1em;
}

.pager.pager-title li a {
  background: transparent;
}

.pager.pager-title li .prev-title {
  position: relative;
}

.pager.pager-title li .prev-title:before {
  content: "Prev";
  color: #686868;
  position: absolute;
  top: -1.5em;
  left: 0;
  font-size: 1.2rem;
}

.pager.pager-title li .prev-title:lang(ja):before {
  content: "\524D\3078";
}

.pager.pager-title li .next-title {
  position: relative;
}

.pager.pager-title li .next-title:before {
  content: "Next";
  color: #686868;
  position: absolute;
  top: -1.5em;
  right: .5em;
  font-size: 1.2rem;
}

.pager.pager-title li .next-title:lang(ja):before {
  content: "\6B21\3078";
}

.breadcrumbs {
  padding-left: 0;
  color: #9c9c9c;
}

.breadcrumbs > li {
  display: inline-block;
}

.breadcrumbs > li:not(:first-child):before {
  font-family: rex-icon;
  content: "\F127";
  font-size: 1em;
  margin-right: .8rem;
  margin-left: .8rem;
  vertical-align: middle;
}

.breadcrumbs > li > a {
  color: #9c9c9c;
  text-decoration: none;
}

.breadcrumbs > li > a:focus, .breadcrumbs > li > a:hover {
  color: #ff1212;
}

.breadcrumbs > li.active span {
  color: #bf0000;
  text-decoration: underline;
}

.alert {
  border-radius: .4rem;
  display: block;
  position: relative;
  word-break: break-all;
  margin-bottom: 1rem;
  padding: 1.2rem 1.6rem;
}

.alert.alert-icon {
  padding-left: 64px;
}

.alert .rex-icon {
  font-size: 1.6rem;
  margin: 0 .5em 0 0;
  position: relative;
  top: .2rem;
}

.alert .rex-icon.close {
  margin-right: 0;
}

.alert.alert-success {
  background-color: #ebf7ec;
  border: 1px solid #c2e6c2;
  color: #047205;
}

.alert.alert-success .alert-link {
  color: #047205;
  text-decoration: underline;
}

.alert.alert-success .alert-link:hover {
  color: #07c108;
}

.alert.alert-info {
  background-color: #ebf7fe;
  border: 1px solid #c1e6fa;
  color: #006497;
}

.alert.alert-info .alert-link {
  color: #006497;
  text-decoration: underline;
}

.alert.alert-info .alert-link:hover {
  color: #009ae9;
}

.alert.alert-warning {
  background-color: #fef3eb;
  border: 1px solid #fbdac1;
  color: #9f4600;
}

.alert.alert-warning .alert-link {
  color: #9f4600;
  text-decoration: underline;
}

.alert.alert-warning .alert-link:hover {
  color: #f16a00;
}

.alert.alert-danger {
  background-color: #fff0f0;
  border: 1px solid #ffcfcf;
  color: #df0101;
}

.alert.alert-danger .alert-link {
  color: #df0101;
  text-decoration: underline;
}

.alert.alert-danger .alert-link:hover {
  color: #fe3434;
}

.alert-dismissible {
  padding-right: 3.8125rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.6rem;
  color: inherit;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.alert-dismissible .close:focus {
  outline: 0;
}

.checkbox-area, .radio, .radio-area, .radio-inline {
  position: relative;
  display: inline-block;
  margin-right: 1em;
}

.checkbox-area .rex-icon, .radio-area .rex-icon, .radio-inline .rex-icon, .radio .rex-icon {
  display: none;
  position: absolute;
}

.checkbox-area .rex-icon.check, .radio-area .rex-icon.check, .radio-inline .rex-icon.check, .radio .rex-icon.check {
  left: 3px;
  top: 2px;
}

.checkbox-area label, .radio-area label, .radio-inline label, .radio label {
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  position: absolute;
  color: #828282;
  top: -.2rem;
  left: 4rem;
}

.checkbox-area label:active, .checkbox-area label:focus, .radio-area label:active, .radio-area label:focus, .radio-inline label:active, .radio-inline label:focus, .radio label:active, .radio label:focus {
  color: #4d4d4d;
}

.checkbox-area input, .radio-area input, .radio-inline input, .radio input {
  display: none;
}

.checkbox-area .checkbox-label {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 4rem;
}

.checkbox-area .checkbox-label:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border: .2rem solid #b5b5b5;
  display: inline-block;
  z-index: 2;
  cursor: pointer;
  margin: 0 1.6rem 0 0;
  position: absolute;
  top: 50%;
  left: 1.6rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: .4rem;
}

.checkbox-area :checked + .checkbox-label {
  color: #4d4d4d;
}

.checkbox-area :checked + .checkbox-label:hover:before {
  border-color: #bf0000;
}

.checkbox-area :checked + .checkbox-label:before {
  background: #bf0000;
  border: 2px solid #bf0000;
}

.checkbox-area :checked + .checkbox-label:after {
  font-family: rex-icon;
  content: "\F125";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 1.6rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.checkbox-area:hover .checkbox-label:before {
  border: .2rem solid #ff1212;
}

.checkbox-area.disabled {
  cursor: auto;
}

.checkbox-area.disabled .checkbox-label:before, .checkbox-area.disabled .radio-label:before {
  border: 0.2rem solid #d1d1d1 !important;
  cursor: auto;
}

.checkbox-area.disabled input {
  cursor: auto;
}

.checkbox-area.disabled label {
  color: #d1d1d1 !important;
  cursor: auto;
}

.checkbox-area.disabled :checked + .checkbox-label:before {
  background: transparent;
}

.checkbox-area.disabled input[type=checkbox] {
  cursor: auto;
}

.radio-area .radio-label, .radio-inline .radio-label, .radio .radio-label {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 4rem;
}

.radio-area .radio-label:before, .radio-inline .radio-label:before, .radio .radio-label:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border: .2rem solid #b5b5b5;
  display: inline-block;
  z-index: 2;
  cursor: pointer;
  margin: 0 1.6rem 0 0;
  border-radius: 50%;
  position: absolute;
  top: .18em;
  left: .4rem;
}

.radio-area :checked + label.radio-label, .radio-inline :checked + label.radio-label, .radio :checked + label.radio-label {
  color: #4d4d4d;
}

.radio-area :checked + label.radio-label:hover:before, .radio-inline :checked + label.radio-label:hover:before, .radio :checked + label.radio-label:hover:before {
  border-color: #bf0000;
}

.radio-area :checked + label.radio-label:before, .radio-inline :checked + label.radio-label:before, .radio :checked + label.radio-label:before {
  background: #bf0000;
  border: .2rem solid #bf0000;
}

.radio-area :checked + label.radio-label:after, .radio-inline :checked + label.radio-label:after, .radio :checked + label.radio-label:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  top: .9rem;
  left: 1rem;
  position: absolute;
  z-index: 2;
  background-color: #fff;
}

.radio-area:hover label.radio-label:before, .radio-inline:hover label.radio-label:before, .radio:hover label.radio-label:before {
  border: .2rem solid #ff1212;
}

.radio-area.disabled, .radio-inline.disabled, .radio.disabled {
  cursor: auto;
}

.radio-area.disabled .checkbox-label:before, .radio-area.disabled .radio-label:before, .radio-inline.disabled .checkbox-label:before, .radio-inline.disabled .radio-label:before, .radio.disabled .checkbox-label:before, .radio.disabled .radio-label:before {
  border: 0.2rem solid #d1d1d1 !important;
  cursor: auto;
}

.radio-area.disabled input, .radio-inline.disabled input, .radio.disabled input {
  cursor: auto;
}

.radio-area.disabled label, .radio-inline.disabled label, .radio.disabled label {
  color: #d1d1d1 !important;
  cursor: auto;
}

.radio-area.disabled .radio-label:after, .radio-area.disabled .radio-label:before, .radio-area.disabled :checked + label.radio-label:after, .radio-area.disabled :checked + label.radio-label:before, .radio-inline.disabled .radio-label:after, .radio-inline.disabled .radio-label:before, .radio-inline.disabled :checked + label.radio-label:after, .radio-inline.disabled :checked + label.radio-label:before, .radio.disabled .radio-label:after, .radio.disabled .radio-label:before, .radio.disabled :checked + label.radio-label:after, .radio.disabled :checked + label.radio-label:before {
  background-color: transparent;
}

.radio-form .radio-area {
  margin-right: 1.6rem;
}

.switch-area input {
  display: none;
}

.switch-area .switch-label {
  width: 4.8rem;
  background: #b5b5b5;
  height: 2.4rem;
  position: relative;
}

.switch-area .switch-label, .switch-area .switch-label:before {
  border-radius: .4rem;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.switch-area .switch-label:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  position: absolute;
  left: .3rem;
  top: .3rem;
}

.switch-area :checked + .switch-label {
  background-color: #bf0000;
}

.switch-area :checked + .switch-label:before {
  left: 2.7rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.switch-area.rounded .switch-label {
  border-radius: 1.4rem;
}

.switch-area.rounded .switch-label:before {
  border-radius: 1rem;
}

.switch-area.disabled .switch-label {
  background: #ebebeb;
  cursor: auto;
}

.switch-area.disabled .switch-label:before {
  left: 3px;
  cursor: auto;
}

.list {
  padding-left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: .4rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  padding: 1.2rem 0;
}

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

.list li {
  margin-bottom: 0;
  padding-bottom: 0;
}

.list li a, .list li span {
  color: #9c9c9c;
  text-decoration: none;
  display: list-item;
  padding: 0 1.6rem;
  margin-bottom: 1.6rem;
  width: 100%;
  -webkit-box-sizing: bord4r-box;
  box-sizing: bord4r-box;
  word-break: break-all;
  cursor: pointer;
}

.list li a:hover, .list li span:hover {
  color: #ff1212;
}

.list li a .rex-icon, .list li span .rex-icon {
  margin-right: 1.6rem;
}

.list li a .rex-icon:before, .list li span .rex-icon:before {
  vertical-align: middle;
}

.list li.active {
  position: relative;
}

.list li.active:before {
  content: "";
  position: absolute;
  background: #bf0000;
  top: 0;
  left: -1px;
  width: .2rem;
  height: 100%;
}

.list li.active span {
  color: #bf0000;
  display: block;
}

.list-with-icon {
  padding: 0;
}

.list-with-icon li.active {
  background-color: #f7f7f7;
}

.list-with-icon li a, .list-with-icon li span {
  position: relative;
  padding: 1.6rem 2.5rem 1.6rem 1.6rem;
  margin: 0;
}

.list-with-icon li a:after, .list-with-icon li span:after {
  font-family: rex-icon;
  content: "\F127";
  margin: 1.7rem 1.4rem 0;
  position: absolute;
  right: 0;
  top: 0;
}

.list-with-icon li a:hover {
  background-color: #f7f7f7;
}

.line-divider li {
  border-bottom: 1px solid #ebebeb;
}

.line-divider li:last-child {
  border: none;
}

.search-bar {
  position: relative;
  display: inline-block;
  width: 100%;
}

.search-bar:focus {
  border-color: #bf0000;
}

.search-bar .form-control {
  border-radius: .4rem;
  background-color: #fff;
  padding: .8rem 4rem .8rem 1.6rem;
  height: 4rem;
  width: 100%;
  border: 1px solid #fff;
}

.search-bar .form-control::-webkit-input-placeholder {
  color: #dadada;
}

.search-bar .form-control:-moz-placeholder, .search-bar .form-control::-moz-placeholder {
  color: #dadada;
}

.search-bar .form-control:-ms-input-placeholder {
  color: #dadada;
}

.search-bar .form-control:focus {
  border: 1px solid #bf0000;
}

.search-bar.search-brandcolor .form-control {
  border: 1px solid #d1d1d1;
  padding-right: 6rem;
}

.search-bar.search-brandcolor .form-control:focus {
  border: 1px solid #bf0000;
}

.search-bar.search-brandcolor .input-group-btn {
  background-color: #bf0000;
  border-radius: 0 .3rem .3rem 0;
}

.search-bar.search-brandcolor .input-group-btn .rex-icon {
  color: #fff;
}

.search-bar.search-brandcolor .input-group-btn .btn:hover {
  background-color: #ff1212;
}

.search-bar.search-brandcolor.rounded .input-group-btn {
  border-radius: 0 10rem 10rem 0;
}

.search-bar .input-group-btn {
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 1px;
  color: #dadada;
  background-color: transparent;
  border-radius: .4rem;
}

.search-bar .input-group-btn .btn {
  background: transparent;
  padding: .6rem 1rem;
}

.search-bar.rounded .btn:hover, .search-bar.rounded .form-control {
  border-radius: 0 10rem 10rem 0;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 40px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -20px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("/shared/images/component/loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(0, 0, 0, .2);
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #bf0000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -60px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: -60px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}






body {
  -webkit-text-size-adjust: 100%;
}

.align-middle {
  vertical-align: middle;
}

.align-top {
  vertical-align: top;
}

.rotate90 {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (min-width: 768px) {
  .text-pc-center {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .text-sp-left {
    text-align: left;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .mt-0 {
    margin-top: 0px !important;
  }
  .mr-0 {
    margin-right: 0px !important;
  }
  .mb-0 {
    margin-bottom: 0px !important;
  }
  .ml-0 {
    margin-left: 0px !important;
  }
  .mx-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .pt-0 {
    padding-top: 0px !important;
  }
  .pr-0 {
    padding-right: 0px !important;
  }
  .pb-0 {
    padding-bottom: 0px !important;
  }
  .pl-0 {
    padding-left: 0px !important;
  }
  .px-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

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

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

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

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

.mx-1 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.pt-1 {
  padding-top: 8px !important;
}

.pr-1 {
  padding-right: 8px !important;
}

.pb-1 {
  padding-bottom: 8px !important;
}

.pl-1 {
  padding-left: 8px !important;
}

.px-1 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

@media (max-width: 767px) {
  .mt-1 {
    margin-top: 4px !important;
  }
  .mr-1 {
    margin-right: 4px !important;
  }
  .mb-1 {
    margin-bottom: 4px !important;
  }
  .ml-1 {
    margin-left: 4px !important;
  }
  .mx-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .pt-1 {
    padding-top: 4px !important;
  }
  .pr-1 {
    padding-right: 4px !important;
  }
  .pb-1 {
    padding-bottom: 4px !important;
  }
  .pl-1 {
    padding-left: 4px !important;
  }
  .px-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}

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

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

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

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

.mx-2 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.pt-2 {
  padding-top: 16px !important;
}

.pr-2 {
  padding-right: 16px !important;
}

.pb-2 {
  padding-bottom: 16px !important;
}

.pl-2 {
  padding-left: 16px !important;
}

.px-2 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

@media (max-width: 767px) {
  .mt-2 {
    margin-top: 8px !important;
  }
  .mr-2 {
    margin-right: 8px !important;
  }
  .mb-2 {
    margin-bottom: 8px !important;
  }
  .ml-2 {
    margin-left: 8px !important;
  }
  .mx-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .pt-2 {
    padding-top: 8px !important;
  }
  .pr-2 {
    padding-right: 8px !important;
  }
  .pb-2 {
    padding-bottom: 8px !important;
  }
  .pl-2 {
    padding-left: 8px !important;
  }
  .px-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}

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

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

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

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

.mx-3 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.pt-3 {
  padding-top: 24px !important;
}

.pr-3 {
  padding-right: 24px !important;
}

.pb-3 {
  padding-bottom: 24px !important;
}

.pl-3 {
  padding-left: 24px !important;
}

.px-3 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

@media (max-width: 767px) {
  .mt-3 {
    margin-top: 12px !important;
  }
  .mr-3 {
    margin-right: 12px !important;
  }
  .mb-3 {
    margin-bottom: 12px !important;
  }
  .ml-3 {
    margin-left: 12px !important;
  }
  .mx-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .my-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .pt-3 {
    padding-top: 12px !important;
  }
  .pr-3 {
    padding-right: 12px !important;
  }
  .pb-3 {
    padding-bottom: 12px !important;
  }
  .pl-3 {
    padding-left: 12px !important;
  }
  .px-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

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

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

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

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

.mx-4 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.pt-4 {
  padding-top: 32px !important;
}

.pr-4 {
  padding-right: 32px !important;
}

.pb-4 {
  padding-bottom: 32px !important;
}

.pl-4 {
  padding-left: 32px !important;
}

.px-4 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

@media (max-width: 767px) {
  .mt-4 {
    margin-top: 16px !important;
  }
  .mr-4 {
    margin-right: 16px !important;
  }
  .mb-4 {
    margin-bottom: 16px !important;
  }
  .ml-4 {
    margin-left: 16px !important;
  }
  .mx-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .pt-4 {
    padding-top: 16px !important;
  }
  .pr-4 {
    padding-right: 16px !important;
  }
  .pb-4 {
    padding-bottom: 16px !important;
  }
  .pl-4 {
    padding-left: 16px !important;
  }
  .px-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

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

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

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

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

.mx-5 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.my-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

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

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

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

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

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

.py-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

@media (max-width: 767px) {
  .mt-5 {
    margin-top: 20px !important;
  }
  .mr-5 {
    margin-right: 20px !important;
  }
  .mb-5 {
    margin-bottom: 20px !important;
  }
  .ml-5 {
    margin-left: 20px !important;
  }
  .mx-5 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .pt-5 {
    padding-top: 20px !important;
  }
  .pr-5 {
    padding-right: 20px !important;
  }
  .pb-5 {
    padding-bottom: 20px !important;
  }
  .pl-5 {
    padding-left: 20px !important;
  }
  .px-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .py-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

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

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

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

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

.mx-6 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.pt-6 {
  padding-top: 48px !important;
}

.pr-6 {
  padding-right: 48px !important;
}

.pb-6 {
  padding-bottom: 48px !important;
}

.pl-6 {
  padding-left: 48px !important;
}

.px-6 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.py-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

@media (max-width: 767px) {
  .mt-6 {
    margin-top: 24px !important;
  }
  .mr-6 {
    margin-right: 24px !important;
  }
  .mb-6 {
    margin-bottom: 24px !important;
  }
  .ml-6 {
    margin-left: 24px !important;
  }
  .mx-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .pt-6 {
    padding-top: 24px !important;
  }
  .pr-6 {
    padding-right: 24px !important;
  }
  .pb-6 {
    padding-bottom: 24px !important;
  }
  .pl-6 {
    padding-left: 24px !important;
  }
  .px-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

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

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

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

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

.mx-7 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}

.my-7 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.pt-7 {
  padding-top: 56px !important;
}

.pr-7 {
  padding-right: 56px !important;
}

.pb-7 {
  padding-bottom: 56px !important;
}

.pl-7 {
  padding-left: 56px !important;
}

.px-7 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}

.py-7 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

@media (max-width: 767px) {
  .mt-7 {
    margin-top: 28px !important;
  }
  .mr-7 {
    margin-right: 28px !important;
  }
  .mb-7 {
    margin-bottom: 28px !important;
  }
  .ml-7 {
    margin-left: 28px !important;
  }
  .mx-7 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .my-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .pt-7 {
    padding-top: 28px !important;
  }
  .pr-7 {
    padding-right: 28px !important;
  }
  .pb-7 {
    padding-bottom: 28px !important;
  }
  .pl-7 {
    padding-left: 28px !important;
  }
  .px-7 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .py-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}

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

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

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

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

.mx-8 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.my-8 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.pt-8 {
  padding-top: 64px !important;
}

.pr-8 {
  padding-right: 64px !important;
}

.pb-8 {
  padding-bottom: 64px !important;
}

.pl-8 {
  padding-left: 64px !important;
}

.px-8 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

.py-8 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

@media (max-width: 767px) {
  .mt-8 {
    margin-top: 32px !important;
  }
  .mr-8 {
    margin-right: 32px !important;
  }
  .mb-8 {
    margin-bottom: 32px !important;
  }
  .ml-8 {
    margin-left: 32px !important;
  }
  .mx-8 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .pt-8 {
    padding-top: 32px !important;
  }
  .pr-8 {
    padding-right: 32px !important;
  }
  .pb-8 {
    padding-bottom: 32px !important;
  }
  .pl-8 {
    padding-left: 32px !important;
  }
  .px-8 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

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

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

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

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

.mx-9 {
  margin-right: 72px !important;
  margin-left: 72px !important;
}

.my-9 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.pt-9 {
  padding-top: 72px !important;
}

.pr-9 {
  padding-right: 72px !important;
}

.pb-9 {
  padding-bottom: 72px !important;
}

.pl-9 {
  padding-left: 72px !important;
}

.px-9 {
  padding-right: 72px !important;
  padding-left: 72px !important;
}

.py-9 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

@media (max-width: 767px) {
  .mt-9 {
    margin-top: 36px !important;
  }
  .mr-9 {
    margin-right: 36px !important;
  }
  .mb-9 {
    margin-bottom: 36px !important;
  }
  .ml-9 {
    margin-left: 36px !important;
  }
  .mx-9 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .my-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .pt-9 {
    padding-top: 36px !important;
  }
  .pr-9 {
    padding-right: 36px !important;
  }
  .pb-9 {
    padding-bottom: 36px !important;
  }
  .pl-9 {
    padding-left: 36px !important;
  }
  .px-9 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .py-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
}

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

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

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

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

.mx-10 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.my-10 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

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

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

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

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

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

.py-10 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

@media (max-width: 767px) {
  .mt-10 {
    margin-top: 40px !important;
  }
  .mr-10 {
    margin-right: 40px !important;
  }
  .mb-10 {
    margin-bottom: 40px !important;
  }
  .ml-10 {
    margin-left: 40px !important;
  }
  .mx-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .my-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .pt-10 {
    padding-top: 40px !important;
  }
  .pr-10 {
    padding-right: 40px !important;
  }
  .pb-10 {
    padding-bottom: 40px !important;
  }
  .pl-10 {
    padding-left: 40px !important;
  }
  .px-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .py-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.border-left {
  border-left: 1px solid #ddd;
}

.border-right {
  border-right: 1px solid #ddd;
}

@media (max-width: 767px) {
  .br--sp {
    display: block !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  .hidden--sp {
    display: none !important;
  }
  .d-block--sp {
    display: block !important;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .br--tb {
    display: block !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}

@media (min-width: 768px) {
  .br--pc {
    display: block;
    height: 0;
    overflow: hidden;
  }
  .hidden--pc {
    display: none !important;
  }
}

.w-100 {
  width: 100% !important;
}

.btn-gray {
  border-color: #D9D9D9 !important;
  color: #006ea7 !important;
}

.btn-orange {
  border-color: #ffaa00 !important;
  background-color: #ffaa00 !important;
  color: #ffffff !important;
}

.btn-sm {
  padding-top: 0;
  padding-bottom: 0;
}

[data-toggle-btn] {
  position: relative;
  cursor: pointer;
}

[data-toggle-btn] i {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  margin: auto;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 2rem;
}

[data-toggle-btn].toggle-open i {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.text-asterisk {
  margin-bottom: 16px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}

.text-asterisk:before {
  content: "※";
  margin-right: 0.5em;
}

.text-asterisk.small {
  font-size: 1rem;
}

ol {
  list-style-type: decimal;
}

ol > li {
  margin-top: 0.5rem;
  margin-left: 1.5em;
  padding-left: 0.5em;
}

ol > li:first-child {
  margin-top: 0;
}

ol > .text-asterisk {
  position: relative;
  margin-left: 3em;
  padding-left: 0.5em;
  text-indent: 0;
}

ol > .text-asterisk:before {
  content: "※";
  position: absolute;
  left: -3em;
}





ul.list-disc {
  list-style-type: none;
  padding: 0;
  background-image: none;
}

ul.list-disc li {
  list-style-image: url("/shared/images/t.gif");
  list-style-type: none;
  background-image: none;
}

ul.list-disc > li {
  margin: 0;
  text-indent: -1em;
  padding-left: 1em;
}

ul.list-disc > li:first-child {
  margin-top: 0;
}

ul.list-disc > li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #424242;
  width: 0.25em;
  height: 0.25em;
  margin-right: 0.75em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

ul.list-disc--link > li:before {
  background: #006ea7;
}

ul.question {
  list-style-type: none;
  padding: 0;
  background-image: none;
  font-size: 1.5em;
}

ul.question li {
  list-style-image: url("/shared/images/t.gif");
  list-style-type: none;
  background-image: none;
}

ul.question > li {
  margin-top: 1em;
  text-indent: -2.3em;
  padding-left: 2.3em;
  position: relative;
}

ul.question > li:first-child {
  margin-top: 0;
}

ul.question > li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #bf0000;
  width: 1.6em;
  height: 1.6em;
  margin-right: 0.7em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

ul.question > li:after {
  position: absolute;
  left: 3.3em;
  top: 0.25em;
  content: "Ｑ";
  width: 1em;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 0.8em;
}






@media (max-width: 767px) {
  section.section__wide {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.section__header {
  position: relative;
  padding: 45px 0 24px;
}

@media (max-width: 767px) {
  .section__header {
    text-align: center;
    border-top: 1px solid #dddddd;
    margin-top: 24px;
    padding-top: 24px;
  }
  .container > .section:first-child > .section__header,
  .row .section:first-child > .section__header {
    border: none;
    margin-top: 0;
  }
}

.section__header__title {
  margin: 0;
  font-size: 2.4rem;
  color: #000000;
  line-height: 1.5;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .section__header__title {
    font-size: 3rem;
  }
  .section__header__title.title--middle {
    font-size: 2rem;
  }
}

.section__header__label {
  padding: 3px 0;
  color: #0277bd;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

@media (min-width: 768px) {
  .section__header__label {
    font-size: 2rem;
  }
}

.section__header__btn {
  display: inline-block;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .section__header__btn {
    display: block;
  }
}

.section__header__btn a {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.section__header--balloon {
  position: relative;
  margin-bottom: 0;
  padding: 30px 10px 20px;
  background: #ffaa00;
  text-align: center;
}

.section__header--balloon:before {
  position: absolute;
  bottom: -47px;
  right: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: auto;
  border: 30px solid transparent;
  border-top: 60px solid #ffaa00;
}

.section__header--balloon:after {
  display: none;
}

.section__header__label {
  color: #bf0000;
}

.section__header__title {
  position: relative;
}

.font-xs {
  font-size: 1em !important;
}

.font-ss {
  font-size: 1.1em !important;
}

.font-s {
  font-size: 12px !important;
}

.font-m {
  font-size: 1.4em !important;
}

.font-l {
  font-size: 1.6em !important;
}

.font-xl {
  font-size: 1.8em !important;
}

.font-2l {
  font-size: 2em !important;
}

.font-3l {
  font-size: 3em !important;
}

.font-4l {
  font-size: 4em !important;
}

.font-5l {
  font-size: 5em !important;
}

.font-6l {
  font-size: 6em !important;
}

.font-w-black {
  font-weight: 900 !important;
}

.font-w-bold {
  font-weight: 700 !important;
}

.font-w-medium {
  font-weight: 500 !important;
}

.font-w-regular {
  font-weight: 400 !important;
}

.font-w-light {
  font-weight: 300 !important;
}






.modal {
  display: none;
}

@media (max-width: 767px) {
  .modal {
    z-index: 9999;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .modal.show {
    display: block;
  }
  .modal__inner {
    position: absolute;
    right: 20px;
    left: 20px;
  }
  .modal__inner.short {
    top: 50%;
    bottom: 0;
  }
  .modal__inner.long {
    top: 10px;
    bottom: 80px;
  }
  .btn-secondary {
    background: #0098d1;
    border-radius: 2px;
    color: #ffffff;
  }
  .flow-num:before {
    left: -50px;
  }
  .flow-num:after {
    left: -12px;
  }
  .flow-figure li {
    margin-bottom: 0;
  }
  /* modal */
  /*--------------------------------------------
  Modal window (Require: jquery.leanModal.min.js)
  --------------------------------------------*/
  /* Background - behind the window */
  #lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
  }
  .modal-box {
    margin: 0;
    border-radius: 3px;
    background: #ffffff;
    background-size: 100% auto;
    position: relative;
  }
  .modal-box__close {
    position: absolute;
    top: 0;
    right: 0;
  }
  .modal-box__close a {
    display: block;
    padding: 10px;
  }
  .modal-box__close a:after {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(/shared/images/icon/close-black.svg) 0 0 no-repeat;
    background-size: auto;
  }
  .modal-box__close.icon-white a:after {
    background: url(/shared/images/icon/close-white.svg) 0 0 no-repeat;
  }
  .modal-box__head {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
  }
  .modal-box__head p {
    color: #ffffff;
  }
  .modal-box__scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .modal-box__scroll .modal-box__inner {
    overflow-y: scroll;
  }
  .modal-box__inner {
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .modal-box__head {
    background: #FB990E;
    color: #ffffff;
    padding: 20px 10px 10px;
  }
  .modal-box__head .modal-box__title {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
  }
  .modal-box__head .modal-box__title:before, .modal-box__head .modal-box__title:after {
    position: absolute;
    top: -2px;
    content: "";
    width: 1px;
    height: 15px;
  }
  .modal-box__head .modal-box__title:before {
    left: -12px;
    border-left: 1px solid #ffffff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .modal-box__head .modal-box__title:after {
    right: -12px;
    border-right: 1px solid #ffffff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .modal-box__head ul {
    list-style-type: none;
    padding: 0;
    background-image: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justyfy;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 260px;
    margin: 0 auto;
  }
  .modal-box__head ul li {
    list-style-image: url("/shared/images/t.gif");
    list-style-type: none;
    background-image: none;
  }
  .modal-box__head ul li {
    margin-bottom: 0;
    position: relative;
    -webkit-box-flex: 1.0;
    flex: 1;
    z-index: 10;
  }
  .modal-box__head li .circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 10px;
    line-height: 50%;
    color: #bf0000;
    background-color: #ffffff;
    letter-spacing: normal;
    text-align: center;
    font-size: 10px;
  }
  .modal-box__head li .circle:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .modal-box__head li .circle div {
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
  }
  .modal-box__head li .circle span {
    font-size: 14px;
  }
}

body {
  color: #424242;
  background: #eeeeee;
}

html.font-size-m {
  font-size: 12px;
}

html.font-size-l {
  font-size: 14px;
}

a {
  color: #006ea7;
}

.row:after, .row:before {
  display: none !important;
}

.btn-default {
  font-weight: bold;
}

.container {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 16px;
  padding-left: 16px;
}

.container.container__slider {
  padding-right: 48px;
  padding-left: 48px;
}

@media (min-width: 1344px) {
  .container.container__slider {
    width: 1280px;
  }
}

@media (min-width: 1280px) and (max-width: 1343px) {
  .container.container__slider {
    width: 1210px;
  }
}

@media (min-width: 1200px) and (max-width: 1279px) {
  .container.container__slider {
    width: 1100px;
  }
}

@media (max-width: 1199px) {
  .container.container__slider {
    width: 90%;
  }
}

.container.container__slider .bx-wrapper .bx-prev {
  left: -32px;
}

.container.container__slider .bx-wrapper .bx-next {
  right: -32px;
}

@media (max-width: 1023px) {
  .container.container__slider {
    padding-left: 0;
    padding-right: 0;
  }
  .container.container__slider .bx-wrapper .bx-prev {
    display: none;
  }
  .container.container__slider .bx-wrapper .bx-next {
    display: none;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}

@media (min-width: 768px) {
  .contents-title {
    max-width: 1280px;
    margin: 16px auto 0;
    padding: 0;
    text-align: left;
  }
}

body.not-noscript {
  padding-top: inherit;
}

noscript .noscript-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  display: block;
  height: 10rem;
  padding: 16px;
  background: #fff2d6;
  text-align: center;
  font-style: normal;
}

noscript p {
  margin-bottom: 0;
}

noscript p + p {
  margin-top: 8px;
}

noscript em {
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
}

.row {
  overflow: hidden;
  zoom: 1;
}


.breadcrumbs {
  padding: 8px;
  background: #eeeeee;
  font-size: 1.1rem;
}

.breadcrumbs ul {
  list-style-type: none;
  padding: 0;
  background-image: none;
  max-width: 1280px;
  margin: auto;
}

.breadcrumbs ul li {
  list-style-image: url("/shared/images/t.gif");
  list-style-type: none;
  background-image: none;
}

.breadcrumbs ul li {
  display: none;
  margin-bottom: 0;
  padding-right: 16px;
  overflow: hidden;
  vertical-align: middle;
}

.breadcrumbs ul li:first-child, .breadcrumbs ul li:last-child {
  display: inline-block;
}

.breadcrumbs ul li:nth-child(2):not(:last-child) {
  display: inline-block;
}

.breadcrumbs ul li:nth-child(2):not(:last-child) a span {
  position: relative;
  display: inline-block;
  width: 1.5em;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
}

.breadcrumbs ul li:nth-child(2):not(:last-child) a span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  z-index: 10;
  display: inline-block;
  content: "---";
  color: #006ea7;
}

.breadcrumbs ul li a,
.breadcrumbs ul li > span {
  display: inline-block;
  padding: 0 2px 2px 4px;
  background: #fff;
  border-right: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.breadcrumbs ul li span {
  position: relative;
  z-index: 10;
}

.breadcrumbs ul li a {
  position: relative;
  color: #333;
}

.breadcrumbs ul li a:before {
  display: inline-block;
  position: absolute;
  top: 1px;
  right: -8px;
  content: "";
  width: 2rem;
  height: 2rem;
  margin: auto;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}

.breadcrumbs ul li a:after {
  content: "";
  top: -1px;
  right: 0;
  bottom: -1px;
  width: 30px;
  position: absolute;
  display: inline-block;
  z-index: 3;
}

.breadcrumbs ul li a .rex-icon {
  display: inline-block;
  color: #bf0000;
  vertical-align: middle;
  font-size: 1.3rem;
  margin-right: 2px;
}

.breadcrumbs ul li a span {
  vertical-align: middle;
}

@media screen and (max-width: 599px) {
  #main-area {
    position: relative;
    padding-bottom: 50px;
  }
  .breadcrumbs {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .breadcrumbs ul {
    max-width: 1280px;
    margin: auto;
  }
}

@media (min-width: 1280px) {
  .breadcrumbs {
    padding: 8px 0;
  }
}

.nav-container .btn-block + .row,
.nav-container .btn-block + .btn-block {
  margin-top: 8px;
}

.nav-container__title-box {
  padding: 8px 12px 0;
}

.nav-container__title-box .rex-icon {
  display: none;
  font-size: 3.6rem;
  color: #bf0000;
}

.nav-container__title-box__title {
  margin-top: 12px;
  font-size: 1.6rem;
  font-weight: bold;
}

.nav-container hr {
  margin-top: 16px;
  margin-bottom: 16px;
}

.nav-container figure img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.nav-container__box {
  padding: 0 12px;
}

.nav-container__box .title {
  margin-bottom: 12px;
  text-align: center;
  font-size: 1.2rem;
}

.nav-container__box .btn {
  font-size: 1.4rem;
}

.nav-container__box .row {
  margin-left: -4px;
  margin-right: -4px;
}

.nav-container__box .row + .row {
  margin-top: 8px;
}

.nav-container__box [class^="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}

.nav-container__box [class^="col-"] .btn {
  font-size: 1.3rem;
  padding: .8rem 1rem;
}

.nav-container {
  border-top: 20px solid #f6f4f4;
  background: #ffffff;
}

@media (min-width: 768px) {
  .nav-container {
    border-top: 8px solid #bf0000;
  }
}

.nav-container .nav__header {
  padding: 0 8px 8px;
  border-bottom: 1px solid #cccccc;
}

.nav-container .nav__header__title {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.nav-container ul {
  list-style-type: none;
  padding: 0;
  background-image: none;
  margin-bottom: 0;
}

.nav-container ul li {
  list-style-image: url("/shared/images/t.gif");
  list-style-type: none;
  background-image: none;
}

.nav-container ul li {
  margin: 0 !important;
}

.nav-container ul ul {
  list-style-type: none;
  padding: 0;
  background-image: none;
  margin-bottom: 0;
}

.nav-container ul ul li {
  list-style-image: url("/shared/images/t.gif");
  list-style-type: none;
  background-image: none;
}

.nav-container .nav__inner {
  margin-bottom: 2em;
}

.nav-container .nav__inner > li:first-child .link {
  margin-top: 0;
}

.nav-container .nav__inner .link {
  color: #424242;
  position: relative;
  padding-right: 32px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 16px 45px 16px 12px;
  line-height: 1;
}

.nav-container .nav__inner .link__active {
  font-weight: bold;
  background: #000 !important;
  color: #ffffff !important;
}

.nav-container .nav__inner .link__active:before {
  display: none !important;
}

.nav-container .nav__inner .link__active:hover {
  color: #424242 !important;
}

.nav-container .nav__inner .link [data-role="arrow"] {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
  height: 1em;
}

.nav-container .nav__inner .link [data-role="arrow"] i {
  color: #bdbdbd;
  font-size: 1em;
}

.nav-container .nav__inner .link:hover {
  background: #faf0f0 !important;
}

.nav-container .nav__inner .link [data-role="arrow"] {
  right: 20px;
}

.nav-container .nav__inner .link + ul {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.nav-container .nav__inner [data-expand="true"] + ul {
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
  animation: showAniAccordion 0.5s 1;
}

.nav-container .nav__inner [data-expand="false"] + ul {
  display: none;
  opacity: 0;
  overflow: hidden;
}

.nav-container .nav__inner [data-collapse="true"] + ul {
  display: block;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  animation: hideAniAccordion 0.5s 1;
}

.nav-container .nav__inner [data-level="1"] > .link:before {
  position: absolute;
  bottom: 0;
  right: 8px;
  left: 8px;
  display: inline-block;
  height: 0;
  border-top: 1px solid #b6b6b6;
  content: "";
  z-index: 1000;
}

.nav-container .nav__inner [data-level="1"] > ul .link {
  padding-left: 24px;
}

.nav-container .nav__inner [data-level="2"] > ul .link {
  padding-left: 36px;
}

#table-of-contents {
  overflow: hidden;
  height: 280px;
  padding: 0 8px;
  margin-bottom: 16px;
  position: relative;
}

#table-of-contents dl {
  z-index: 99;
}

#table-of-contents dt {
  margin-bottom: 8px;
  font-weight: 700;
}

#table-of-contents:before {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 200px;
  margin: auto;
  content: " ";
  display: inline-block;
  padding: 8px;
  z-index: 100;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

#table-of-contents .box {
  position: initial;
  padding: 16px 16px 8px;
  background: #ffffff;
}

#table-of-contents .box:before {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  width: 5em;
  margin: auto;
  content: "開く";
  display: inline-block;
  background: #e0e0e0;
  border-radius: 30px;
  padding: 8px 16px;
  z-index: 101;
  line-height: 1;
}

#table-of-contents .box:after {
  display: block;
  content: "";
  position: absolute;
  left: 3.5em;
  bottom: 22px;
  right: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #424242;
  border-right: 2px solid #424242;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 102;
}

#table-of-contents .box li {
  border-top: 1px solid #e0e0e0;
}

#table-of-contents .box li:first-child {
  border-top: none;
}

@media (min-width: 768px) {
  #table-of-contents .box li {
    display: inline-block;
    border-top: none;
  }
}

#table-of-contents .anchor {
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 24px;
  color: #424242;
}

#table-of-contents.open {
  height: inherit;
}

#table-of-contents.open:before {
  display: none;
}

#table-of-contents.open .box:after, #table-of-contents.open .box:before {
  display: none;
}

@media (min-width: 768px) {
  #table-of-contents {
    height: inherit;
  }
  #table-of-contents:before {
    display: none;
  }
  #table-of-contents .box:after, #table-of-contents .box:before {
    display: none;
  }
}






















.text-color--white {
  color: #ffffff !important;
}

.text-color--main {
  color: #bf0000 !important;
}

.text-color--font {
  color: #424242 !important;
}

.text-color--link {
  color: #006ea7 !important;
}

a.text-color--link:hover {
  color: #bf0000 !important;
}

.text-color--red {
  color: #cc0000 !important;
}

.bg-white {
  background: #ffffff;
}

.bg-natural {
  background: #FFE4A8;
}

.bg-darkgray {
  background: #4d4d4d;
}

.bg-red {
  background: #bf0000;
}

.bg-red--g {
  background: linear-gradient(130deg, #bf0000 38%, #930a0a 111%);
}

@keyframes header-menu-expand {
  0% {
    left: 100%;
    right: -100%;
  }
  100% {
    left: 10%;
    right: 0;
  }
}

@keyframes header-menu-collapse {
  0% {
    left: 10%;
    right: 0;
  }
  100% {
    left: 100%;
    right: -100%;
  }
}

@keyframes header-body-collapse {
  0% {
    left: 0;
    right: 0;
  }
  100% {
    right: 90%;
    left: -90%;
  }
}

@keyframes header-body-expand {
  0% {
    right: 90%;
    left: -90%;
  }
  100% {
    left: 0;
    right: 0;
  }
}







.overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: -70px;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  overflow: hidden;
}

.overlay.show {
  display: block;
}

@keyframes overlay-show {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@keyframes overlay-hide {
  0% {
    background-color: rgba(0, 0, 0, 0.5);
  }
  100% {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  body[data-expand="true"] #area_download-app {
    right: 90%;
    left: -90%;
    animation: header-body-collapse 1s 1;
  }
  body[data-collapse="true"] #area_download-app {
    right: 0;
    left: 0;
    animation: header-body-expand 1s 1;
  }
}

@media (max-width: 767px) {
  body[data-expand="true"]:not(.body--pc) #main-contents {
    position: relative;
    top: 0;
    right: 90%;
    left: -90%;
    animation: header-body-collapse 1s 1;
  }
  body[data-expand="true"]:not(.body--pc) .sticky-header.fixed {
    position: relative;
    width: inherit;
    box-shadow: 0 0 0 transparent;
  }
  body[data-collapse="true"]:not(.body--pc) #main-contents {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    animation: header-body-expand 1s 1;
  }
}

body[data-expand="true"] #main-contents .overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  animation: overlay-show 1s 1;
}

body[data-collapse="true"] #main-contents .overlay {
  display: block;
  animation: overlay-hide 1s 1;
}

@media (min-width: 768px) {
  .overlay {
    top: 0;
  }
}











.text-color--white {
  color: #ffffff !important;
}

.text-color--main {
  color: #bf0000 !important;
}

.text-color--font {
  color: #424242 !important;
}

.text-color--link {
  color: #006ea7 !important;
}

a.text-color--link:hover {
  color: #bf0000 !important;
}

.text-color--red {
  color: #cc0000 !important;
}

.bg-white {
  background: #ffffff;
}

.bg-natural {
  background: #FFE4A8;
}

.bg-darkgray {
  background: #4d4d4d;
}

.bg-red {
  background: #bf0000;
}

.bg-red--g {
  background: linear-gradient(130deg, #bf0000 38%, #930a0a 111%);
}

@keyframes header-menu-expand {
  0% {
    left: 100%;
    right: -100%;
  }
  100% {
    left: 10%;
    right: 0;
  }
}

@keyframes header-menu-collapse {
  0% {
    left: 10%;
    right: 0;
  }
  100% {
    left: 100%;
    right: -100%;
  }
}

@keyframes header-body-collapse {
  0% {
    left: 0;
    right: 0;
  }
  100% {
    right: 90%;
    left: -90%;
  }
}

@keyframes header-body-expand {
  0% {
    right: 90%;
    left: -90%;
  }
  100% {
    left: 0;
    right: 0;
  }
}







.overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: -70px;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  overflow: hidden;
}

.overlay.show {
  display: block;
}

@keyframes overlay-show {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@keyframes overlay-hide {
  0% {
    background-color: rgba(0, 0, 0, 0.5);
  }
  100% {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  body[data-expand="true"] #area_download-app {
    right: 90%;
    left: -90%;
    animation: header-body-collapse 1s 1;
  }
  body[data-collapse="true"] #area_download-app {
    right: 0;
    left: 0;
    animation: header-body-expand 1s 1;
  }
}

@media (max-width: 767px) {
  body[data-expand="true"]:not(.body--pc) #main-contents {
    position: relative;
    top: 0;
    right: 90%;
    left: -90%;
    animation: header-body-collapse 1s 1;
  }
  body[data-expand="true"]:not(.body--pc) .sticky-header.fixed {
    position: relative;
    width: inherit;
    box-shadow: 0 0 0 transparent;
  }
  body[data-collapse="true"]:not(.body--pc) #main-contents {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    animation: header-body-expand 1s 1;
  }
}

body[data-expand="true"] #main-contents .overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  animation: overlay-show 1s 1;
}

body[data-collapse="true"] #main-contents .overlay {
  display: block;
  animation: overlay-hide 1s 1;
}

@media (min-width: 768px) {
  .overlay {
    top: 0;
  }
}

#logo {
  width: 243px;
  height: 96px;
  display: block;
  background-image: url(/shared/images/t.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 243px 96px;
  text-indent: -99999px;
}

#logo.visible {
  background-image: url(/shared/images/header/logo_pc.png);
}

.important-link {
  list-style-type: none;
  padding: 0;
  background-image: none;
  position: absolute;
  left: 24px;
  bottom: 24px;
  text-align: left;
}

@media (max-width: 767px) {
  .important-link {
    display: none;
  }
}

.important-link li {
  list-style-image: url("/shared/images/t.gif");
  list-style-type: none;
  background-image: none;
}

.important-link li {
  margin-top: 8px;
}

.important-link i {
  margin-right: 8px;
}

.important-link i, .important-link span {
  display: inline-block;
  vertical-align: middle;
}

.important-link a {
  color: #333;
}

.important-link a:hover, .important-link a:focus {
  color: #bf0000;
}

.important-link a:hover span, .important-link a:focus span {
  text-decoration: underline;
}







@media (max-width: 767px) {
  .bbl-box {
    display: none;
  }
}

.smart-nav {
  display: none;
}

@media (min-width: 768px) {
  .smart-nav {
    display: block;
    padding: 10px 0;
    margin: 0 auto !important;
    text-align: center;
  }
  .smart-nav ul {
    list-style-type: none;
    padding: 0;
    background-image: none;
    display: inline-block;
    margin-bottom: 0;
  }
  .smart-nav ul li {
    list-style-image: url("/shared/images/t.gif");
    list-style-type: none;
    background-image: none;
  }
  .smart-nav li {
    display: inline-block;
    margin-bottom: 0;
  }
  .smart-nav li:last-child a {
    margin-right: 0;
  }
  .smart-nav a {
    display: inline-block;
    background: #fff;
    padding: 0 8px;
    margin-right: 8px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .smart-nav a {
    padding: 4px 6px;
    margin-right: 4px;
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) and (max-width: 920px) {
  .smart-nav a {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) and (max-width: 870px) {
  .smart-nav a {
    margin-right: 0;
    font-size: 1.1rem;
  }
}

@media (min-width: 768px) and (max-width: 780px) {
  .smart-nav a {
    font-size: 1rem;
  }
}














.text-color--white {
  color: #ffffff !important;
}

.text-color--main {
  color: #bf0000 !important;
}

.text-color--font {
  color: #424242 !important;
}

.text-color--link {
  color: #006ea7 !important;
}

a.text-color--link:hover {
  color: #bf0000 !important;
}

.text-color--red {
  color: #cc0000 !important;
}

.bg-white {
  background: #ffffff;
}

.bg-natural {
  background: #FFE4A8;
}

.bg-darkgray {
  background: #4d4d4d;
}

.bg-red {
  background: #bf0000;
}

.bg-red--g {
  background: linear-gradient(130deg, #bf0000 38%, #930a0a 111%);
}

.rc-f-standard {
  color: #515151;
  font-size: 13px;
}

.rc-f-standard a, .rc-f-standard img {
  border: none;
  text-decoration: none;
}

.rc-f-standard a:hover {
  text-decoration: underline;
}

.rc-f-standard li {
  list-style: none;
}

.rc-f-standard h1, .rc-f-standard h2, .rc-f-standard h3, .rc-f-standard h4, .rc-f-standard h5, .rc-f-standard h6, .rc-f-standard h7, .rc-f-standard h8, .rc-f-standard div, .rc-f-standard dl, .rc-f-standard dt, .rc-f-standard dd, .rc-f-standard div, .rc-f-standard p, .rc-f-standard ul, .rc-f-standard li {
  margin: 0;
  padding: 0;
}

.rc-f-standard li {
  list-style: none;
}

.rc-f-standard .rc-f-section01 {
  padding: 10px 0;
}

.rc-f-standard .rc-f-section-bar {
  padding: 10px 0;
}

.rc-f-standard .rc-f-inner {
  margin: 0 auto;
}

.rc-f-standard.rc-f-liquid .rc-f-section-bar, .rc-f-standard.rc-f-fixed .rc-f-section-bar {
  padding: 10px;
}

.rc-f-standard.rc-f-liquid .rc-f-section00, .rc-f-standard.rc-f-fixed .rc-f-section00 {
  padding: 10px;
}

.rc-f-standard.rc-f-liquid .rc-f-section01, .rc-f-standard.rc-f-fixed .rc-f-section01 {
  padding: 10px;
}

.rc-f-standard.rc-f-fixed {
  margin: 0 auto;
}

.rc-f-standard.rc-f-liquid .rc-f-inner {
  width: 100%;
}

.rc-f-standard .rc-f-block {
  margin-bottom: 8px;
}

.rc-f-standard .rcf-list-block {
  margin-bottom: 5px;
}

.rc-f-standard .rc-f-center {
  text-align: center;
}

.rc-f-standard .rc-f-text-em {
  color: #bf0000;
}

.rc-f-standard .rc-f-text-strong {
  font-weight: bold;
}

.rc-f-standard .rc-f-list-nav li {
  display: inline;
  zoom: 1;
  padding: 0 0.5em 0 0.45em;
}

.rc-f-standard .rc-f-btn {
  display: block;
  border: 1px solid #c7c7c7;
  color: #515151;
  font-weight: bold;
}

.rc-f-standard .rc-f-btn span {
  display: block;
  padding: 5px 10px 5px 5px;
}

.rc-f-standard .rc-f-btn span:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #868686;
  content: "";
}

.rc-f-standard .rc-f-btn:hover {
  border: 1px solid #d5d5d5;
  background: #fcfcfc;
  color: #939393;
  text-decoration: none;
}

.rc-f-standard .rc-f-btn:hover span:before {
  border-left: 5px solid #9a9a9a;
}

.rc-f-standard .rc-f-dl-inline dt, .rc-f-standard .rc-f-dl-inline dd,
.rc-f-standard .rc-f-dl-inline-box dt,
.rc-f-standard .rc-f-dl-inline-box dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.rc-f-standard .rc-f-dl-inline dt,
.rc-f-standard .rc-f-dl-inline-box dt {
  padding-right: 20px;
  font-weight: bold;
}

.rc-f-standard .rc-f-dl-inline dt.rc-f-dl-title01,
.rc-f-standard .rc-f-dl-inline-box dt.rc-f-dl-title01 {
  padding-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.rc-f-standard .rc-f-list-inline li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 20px;
}

.rc-f-standard .rc-f-dl-inline-box dt {
  padding-top: 8px;
  vertical-align: top;
}

.rc-f-standard .rc-f-row {
  zoom: 1;
}

.rc-f-standard .rc-f-row:before, .rc-f-standard .rc-f-row:after {
  display: table;
  content: "";
}

.rc-f-standard .rc-f-row:after {
  clear: both;
}

.rc-f-standard .rc-f-row .rc-f-col {
  float: left;
}

.rc-f-standard .rc-f-row4 .rc-f-col {
  width: 23.475%;
  margin-left: 2%;
}

.rc-f-standard .rc-f-row4 .rc-f-col.rc-f-first {
  margin-left: 0;
}

.rc-f-standard .rc-f-nav-item {
  padding: 10px 20px;
}

.rc-f-standard .rc-f-first .rc-f-nav-item {
  padding: 10px 20px 10px 0;
}

.rc-f-standard .rc-f-media .rc-f-media-head {
  margin-bottom: 4px;
  font-weight: bold;
}

.rc-f-standard .rc-f-media .rc-f-media-body {
  color: #424242;
}

.rc-f-standard .rcf-list-inline li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 15px;
}

.rc-f-standard .copyright {
  color: #424242;
}

.rc-f-standard.rc-f-custom00 .rc-f-list-nav li {
  border-right: 1px solid #c7c7c7;
}

.rc-f-standard.rc-f-custom00 .rc-f-list-nav li.rc-f-list-nav-last {
  border-right: none;
}

.rc-f-standard.rc-f-custom00 .rc-f-section00 {
  border-top: 1px solid #c7c7c7;
  padding: 10px 0;
}

.rc-f-standard.rc-f-custom00 .rc-f-section-content00 {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-section-bar {
  border-top: 1px solid #e7e7e7;
}

.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-section-bar.rc-f-first {
  border-top: none;
}

.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-btn {
  border: 1px solid #c7c7c7;
}

.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-btn span:before {
  border-left: 5px solid #868686;
}

.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-btn:hover {
  border: 1px solid #d5d5d5;
}

.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-btn:hover span:before {
  border-left: 5px solid #9a9a9a;
}

.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-nav-item-delimit {
  border-left: 1px dotted #c7c7c7;
}

.rc-f-standard.rc-f-custom00 .rc-f-section-content01 {
  margin-bottom: 10px;
  border: 1px solid #e7e7e7;
  background: #f9f9f9;
}

.rc-f-standard.rc-f-custom01 .rc-f-list-nav li {
  border-right: 1px solid #c5cdd4;
}

.rc-f-standard.rc-f-custom01 .rc-f-list-nav li.rc-f-list-nav-last {
  border-right: none;
}

.rc-f-standard.rc-f-custom01 .rc-f-section00 {
  border-top: 1px solid #c5cdd4;
  padding: 10px 0;
}

.rc-f-standard.rc-f-custom01 .rc-f-section-content00 {
  border-top: 1px solid #c5cdd4;
  border-bottom: 1px solid #c5cdd4;
  background: #f0f3f8;
}

.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-section-bar {
  border-top: 1px solid #dbe4eb;
}

.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-section-bar.rc-f-first {
  border-top: none;
}

.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-btn {
  border: 1px solid #c5cdd4;
}

.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-btn span:before {
  border-left: 5px solid #b7c3cd;
}

.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-btn:hover {
  border: 1px solid #d3dae1;
}

.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-btn:hover span:before {
  border-left: 5px solid #c5d1da;
}

.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-nav-item-delimit {
  border-left: 1px dotted #c5cdd4;
}

.rc-f-standard.rc-f-custom01 .rc-f-section-content01 {
  margin-bottom: 10px;
  border: 1px solid #dbe4eb;
  background: #f0f3f8;
}

.rc-f-standard.rc-f-custom02 .rc-f-list-nav li {
  border-right: 1px solid #d3d0cb;
}

.rc-f-standard.rc-f-custom02 .rc-f-list-nav li.rc-f-list-nav-last {
  border-right: none;
}

.rc-f-standard.rc-f-custom02 .rc-f-section00 {
  border-top: 1px solid #d3d0cb;
  padding: 10px 0;
}

.rc-f-standard.rc-f-custom02 .rc-f-section-content00 {
  border-top: 1px solid #d3d0cb;
  border-bottom: 1px solid #d3d0cb;
  background: #f6f5f2;
}

.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-section-bar {
  border-top: 1px solid #e8e4dd;
}

.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-section-bar.rc-f-first {
  border-top: none;
}

.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-btn {
  border: 1px solid #d3d0cb;
}

.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-btn span:before {
  border-left: 5px solid #c7c2bb;
}

.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-btn:hover {
  border: 1px solid #e0ddd9;
}

.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-btn:hover span:before {
  border-left: 5px solid #d5d0c9;
}

.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-nav-item-delimit {
  border-left: 1px dotted #d3d0cb;
}

.rc-f-standard.rc-f-custom02 .rc-f-section-content01 {
  margin-bottom: 10px;
  border: 1px solid #e8e4dd;
  background: #f6f5f2;
}

@media screen and (max-width: 599px) {
  .rc-f-standard {
    display: none;
  }
}

.g_footer--group {
  border-top: 1px solid #c7c7c7;
  background: #f9f9f9;
}

.g_footer--group .rc-f-standard.rc-f-fixed {
  max-width: 1280px;
  width: 100%;
}

.g_footer--group .rc-f-standard.rc-f-custom00 .rc-f-section-content00 {
  border-top: 0;
}

@media (max-width: 767px) {
  .g_footer--group {
    display: none;
  }
}

.rb-footer {
  background: #fff;
}

.rb-footer .footer__links {
  margin: 24px auto 0;
}

.rb-footer .footer__links li {
  display: inline-block;
  font-size: 1.1rem;
  margin: 4px 8px 4px 0;
  padding-right: 8px;
  border-right: 1px solid #000;
}

@media (min-width: 768px) {
  .rb-footer .footer__links li {
    font-size: 1.4rem;
  }
}

.g_footer.g_footer--res .rb-footer .footer__links li,
.g_footer.g_footer--pc .rb-footer .footer__links li {
  font-size: 1.4rem;
}

.rb-footer .footer__links li:last-child() {
  border: none;
}

.rb-footer .footer__links li {
  margin-right: 8px;
}

.rb-footer dt {
  margin-top: 0;
  /* margin-bottom: 1rem; */
  /* font-size: 1.6rem; */
}

.rb-footer li {
  /* font-size: 1.4rem; */
  margin-bottom: 0;
}

.rb-footer .g_footer {
  padding: 0 24px;
}

.rb-footer .g_footer[role="navigation"] {
  background: #bf0000;
  color: #ffffff;
  padding: 40px 24px;
  font-size: 1.2rem;
}

.rb-footer .g_footer[role="navigation"] a {
  color: #ffffff;
}

.rb-footer .g_footer[role="navigation"] .search-bar {
  color: #333333;
}

.rb-footer .g_footer ol, .rb-footer .g_footer ul {
  list-style-type: none;
  padding: 0;
  background-image: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rb-footer .g_footer ol li, .rb-footer .g_footer ul li {
  list-style-image: url("/shared/images/t.gif");
  list-style-type: none;
  background-image: none;
}

.rb-footer .g_footer ol.footer__links, .rb-footer .g_footer ul.footer__links {
  margin: 24px 0 0;
}

.rb-footer .g_footer p {
  margin-top: 0;
  margin-bottom: 8px;
}

.rb-footer .g_footer .footer_inner {
  line-height: 1.5;
}

.rb-footer .g_footer .bank_info {
  font-size: 1.2rem;
}

.rb-footer .g_footer .bank_info a {
  display: inline-block;
  margin-left: 16px;
}

@media (min-width: 768px) {
  .rb-footer .g_footer .footer-banner {
    text-align: right;
  }
}

.rb-footer .g_footer .footer-banner li {
  display: inline-block;
}

.rb-footer .g_footer .footer__bottom {
  padding: 0 0 16px;
  font-weight: 400;
}

.rb-footer .g_footer .footer__bottom p {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .rb-footer .g_footer .footer__bottom p {
    font-size: 1.4rem;
  }
}

.rb-footer .g_footer .footer__bottom .company {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .rb-footer .g_footer .footer__bottom .company {
    font-size: 1.4rem;
  }
}

.g_footer.g_footer--res .rb-footer .g_footer .footer__bottom .company,
.g_footer.g_footer--pc .rb-footer .g_footer .footer__bottom .company {
  font-size: 1.4rem;
}

.rb-footer .g_footer .footer__bottom .copyright {
  margin: 8px 0 0;
}

.g_footer.g_footer--res .rb-footer .footer-banner,
.g_footer.g_footer--pc .rb-footer .footer-banner {
  text-align: right;
}

.g_footer.g_footer--res .rb-footer .footer__bottom p,
.g_footer.g_footer--pc .rb-footer .footer__bottom p {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .g_footer:not(.g_footer--pc) .rb-footer ol.footer__links, .g_footer:not(.g_footer--pc) .rb-footer ul.footer__links {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .g_footer:not(.g_footer--pc) .rb-footer ol.footer__links li:last-child, .g_footer:not(.g_footer--pc) .rb-footer ul.footer__links li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .g_footer:not(.g_footer--pc) .rb-footer .footer-banner {
    margin: 40px 0;
  }
}

@media (max-width: 767px) {
  .g_footer:not(.g_footer--pc) .rb-footer .footer-banner li {
    display: block;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .g_footer:not(.g_footer--pc) .rb-footer .logo {
    padding-left: 33px;
  }
}

@media (min-width: 768px) {
  .rb-footer .footer_inner {
    display: table;
    width: 100%;
  }
  .rb-footer .footer__links {
    vertical-align: middle;
    padding-right: 100px;
    max-width: 1280px;
    width: 100%;
    padding-left: 0;
  }
  .rb-footer .bank_info {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 4px;
  }
  .rb-footer .for-pc {
    display: none;
  }
  .rb-footer .g_footer {
    overflow: hidden;
    zoom: 1;
  }
  .rb-footer .g_footer .search-form-box {
    display: none;
  }
  .rb-footer .g_footer .footer_inner {
    max-width: 1280px;
    width: 100%;
    margin: auto;
  }
  .rb-footer .g_footer .footer__bottom {
    margin-right: 8px;
    float: left;
    width: 465px;
  }
  .rb-footer .g_footer .footer__bottom--logo {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
  }
}

@media (min-width: 768px) {
  .rb-footer .g_footer--res dl[class^="col-"] {
    float: left;
    width: 37%;
  }
  .rb-footer .g_footer--res dl.col-md-3 {
    float: left;
    width: 26%;
  }
}

.rb-footer .g_footer--res .footer_inner {
  display: table;
  width: 100%;
}

.rb-footer .g_footer--res .footer__links {
  vertical-align: middle;
  padding-right: 100px;
  max-width: 1280px;
  width: 100%;
  padding-left: 0;
}

.rb-footer .g_footer--res .bank_info {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 4px;
}

.rb-footer .g_footer--res .for-pc {
  display: none;
}

.rb-footer .g_footer--res.g_footer {
  overflow: hidden;
  zoom: 1;
}

.rb-footer .g_footer--res.g_footer .search-form-box {
  display: none;
}

.rb-footer .g_footer--res.g_footer .footer_inner {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}

.rb-footer .g_footer--res.g_footer .footer__bottom {
  margin-right: 8px;
  float: left;
  width: 465px;
}

.rb-footer .g_footer--res.g_footer .footer__bottom--logo {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
}

.rb-footer .g_footer--pc dl[class^="col-"] {
  float: left;
  width: 37%;
}

.rb-footer .g_footer--pc dl.col-md-3 {
  float: left;
  width: 26%;
}

.rb-footer .g_footer--pc .footer_inner {
  display: table;
  width: 100%;
}

.rb-footer .g_footer--pc .footer__links {
  vertical-align: middle;
  padding-right: 100px;
  max-width: 1280px;
  width: 100%;
  padding-left: 0;
}

.rb-footer .g_footer--pc .bank_info {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 4px;
}

.rb-footer .g_footer--pc .for-pc {
  display: none;
}

.rb-footer .g_footer--pc.g_footer {
  overflow: hidden;
  zoom: 1;
}

.rb-footer .g_footer--pc.g_footer .search-form-box {
  display: none;
}

.rb-footer .g_footer--pc.g_footer .footer_inner {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}

.rb-footer .g_footer--pc.g_footer .footer__bottom {
  margin-right: 8px;
  float: left;
  width: 465px;
}

.rb-footer .g_footer--pc.g_footer .footer__bottom--logo {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
}

@media (max-width: 767px) {
  .rb-footer .g_footer:not(.g_footer--pc)[role="navigation"] {
    padding: 0;
  }
  .rb-footer .g_footer:not(.g_footer--pc) .footer__links {
    margin-bottom: 16px;
  }
  .rb-footer .g_footer:not(.g_footer--pc) .footer__links li {
    margin-bottom: 8px;
  }
  .rb-footer .g_footer:not(.g_footer--pc) .footer__links li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  .rb-footer .g_footer:not(.g_footer--pc) .footer_inner {
    padding-top: 1px;
  }
  .rb-footer .g_footer:not(.g_footer--pc) .footer_inner .row {
    margin-left: 0;
    margin-right: 0;
  }
  .rb-footer .g_footer:not(.g_footer--pc) .footer_inner [data-toggle] {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: -1px;
    border-bottom: 1px solid #de685e;
    padding: 0;
  }
  .rb-footer .g_footer:not(.g_footer--pc) .footer_inner [data-toggle]:first-child dt {
    border-top: none;
  }
  .rb-footer .g_footer:not(.g_footer--pc) .footer_inner [data-role="header"] {
    position: relative;
    padding: 16px;
    border-top: 1px solid #de685e;
    line-height: 1;
    margin-bottom: 0;
    cursor: pointer;
  }
  .rb-footer .g_footer:not(.g_footer--pc) .footer_inner [data-role="header"]:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 8px;
    right: 16px;
    width: 1em;
    height: 1em;
    margin: auto;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal 1em rex-icon;
    content: "\F127";
    color: #ffffff;
  }
  .rb-footer .g_footer:not(.g_footer--pc) .footer_inner [data-role="header"]:after {
    top: 8px;
  }
  .rb-footer .g_footer:not(.g_footer--pc) .footer_inner [data-role="header"][data-expand="true"]:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 8px;
    right: 16px;
    width: 1em;
    height: 1em;
    margin: auto;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal 1em rex-icon;
    content: "\F127";
    color: #ffffff;
  }
  .rb-footer .g_footer:not(.g_footer--pc) .footer_inner [data-role="body"] {
    display: none;
    margin: 0;
    padding: 16px;
  }
  .rb-footer .g_footer:not(.g_footer--pc) .search-form-box {
    background: #eeeeee;
    padding: 16px;
  }
  .rb-footer .g_footer:not(.g_footer--pc) .search-form {
    background: #bf0000;
    margin: 16px;
    overflow: hidden;
    zoom: 1;
    vertical-align: baseline;
    border: 1px solid #b5b5b5;
    position: relative;
    border-radius: 5px;
  }
  .rb-footer .g_footer:not(.g_footer--pc) .search-form > * {
    border-radius: 2px;
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    padding: 8px;
  }
  .rb-footer .g_footer:not(.g_footer--pc) .search-form input[type="search"] {
    display: inline-block;
    width: 100%;
    -webkit-appearance: none;
    line-height: inherit;
    padding-right: 55px;
  }
  .rb-footer .g_footer:not(.g_footer--pc) .search-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    color: #ffffff;
    background-color: #bf0000;
    text-indent: -9999px;
    background-image: url(/shared/images/rexicon/rexicon-32-search-l.svg);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    vertical-align: middle;
  }
  .rb-footer .g_footer:not(.g_footer--pc) + .for-pc {
    margin: 0;
    text-align: center;
    font-weight: 400;
  }
  .rb-footer .g_footer:not(.g_footer--pc) + .for-pc a {
    margin-top: 8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 1px;
    display: inline-block;
    font: normal 1em rex-icon;
  }
  .rb-footer .g_footer:not(.g_footer--pc) + .for-pc a:before {
    content: "\F15B";
    margin: 5px 5px 0 0;
  }
  .rb-footer .g_footer:not(.g_footer--pc) .footer__bottom {
    text-align: center;
  }
  .rb-footer .g_footer:not(.g_footer--pc) .footer__bottom--logo {
    text-align: center;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}





.flow-figure {
  list-style-type: none;
  padding: 0;
  background-image: none;
  padding: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justyfy;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 414px;
  margin: 0 auto;
}

.flow-figure li {
  list-style-image: url("/shared/images/t.gif");
  list-style-type: none;
  background-image: none;
}

@media (min-width: 768px) {
  .flow-figure {
    max-width: 720px;
    margin-top: 24px;
    padding: 0;
  }
}

.flow-figure::after {
  content: "";
  top: 35px;
  left: 15%;
  position: absolute;
  width: 70%;
  z-index: 1;
}

.flow-figure li {
  position: relative;
  -webkit-box-flex: 1.0;
  flex: 1;
  z-index: 10;
}

.flow-figure li:first-child .flow-num:before, .flow-figure li:first-child .flow-num:after {
  display: none;
}

@media (min-width: 768px) {
  .flow-figure li {
    width: 100px;
    margin-bottom: 0;
  }
}

.flow-num {
  position: relative;
  border-radius: 50%;
  color: #ffffff !important;
  background-color: #0277bd;
  letter-spacing: normal !important;
  text-align: center;
  font-size: 22px;
}

@media (min-width: 768px) {
  .flow-num {
    width: 70px;
    height: 70px;
    line-height: 70px !important;
    margin: 0 auto 24px;
  }
}

@media (max-width: 767px) {
  .flow-num {
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    margin: 0 auto 10px;
  }
}

.flow-num:before {
  position: absolute;
  content: "";
  top: 25px;
  left: -71px;
  width: 50px;
  height: 1px;
  border-top: 2px solid #0277bd;
}

@media (min-width: 768px) {
  .flow-num:before {
    top: 35px;
    left: -121px;
    width: 60px;
  }
}

.flow-num:after {
  position: absolute;
  content: "";
  top: 21px;
  left: -30px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0277bd;
  border-right: 2px solid #0277bd;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .flow-num:after {
    top: 21px;
    left: -94px;
    height: 30px;
    width: 30px;
  }
}

.flow-txt {
  text-align: center;
  line-height: 1.3 !important;
  letter-spacing: normal !important;
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  .flow-txt {
    font-size: 1.6rem;
  }
}

.flow-txt-attention {
  color: #cc0000 !important;
  font-weight: bold;
  letter-spacing: normal !important;
}

.flow-figure li:nth-child(1) .flow-baloon {
  right: -40px;
}

.flow-figure li:nth-child(2) .flow-baloon {
  right: -40px;
}

#area_download-app {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 5px 12px 5px 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
}

#area_download-app .inner {
  display: table;
  width: 100%;
  color: #ffffff;
  line-height: 1.3;
}

#area_download-app .close_button {
  display: table-cell;
  width: 26px;
  vertical-align: middle;
}

#area_download-app .close_button a {
  display: inline-block;
  width: 18px;
  padding: 2px 1px 3px;
  background: #999999;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  font-size: 1.3rem;
}

#area_download-app .icon {
  display: table-cell;
  vertical-align: top;
  width: 60px;
}

#area_download-app .icon img {
  display: block;
}

#area_download-app .text {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.3rem;
}

#area_download-app .button {
  display: table-cell;
  vertical-align: middle;
  width: 110px;
}

#area_download-app .button a {
  display: block;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #bf0000;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
}

.page-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  text-indent: -9999px;
  z-index: 90000;
  border: 1px solid #bf0000;
  border-radius: 100%;
}

.page-top:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1px solid #bf0000;
  border-left: 1px solid #bf0000;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-top.show {
  display: block;
}

/* bnr */
@media (min-width: 768px) {
  body[data-jack="true"] .js-floating-area {
    display: none !important;
  }
}

.js-floating-area {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.js-floating-area .floating-area__inner {
  position: relative;
  display: inline-block;
}

.js-floating-area a {
  display: inline-block;
}

.js-floating-area a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .js-floating-area a img {
    width: 100%;
  }
}

.js-floating-area .floating-area__close {
  position: absolute;
  top: 0;
  right: 0;
}

.js-floating-area .floating-area__close a {
  display: inline-block;
  padding: 10px;
  overflow: hidden;
  width: 18px;
  height: 18px;
}

.js-floating-area .floating-area__close a span {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

.js-floating-area .floating-area__close a:after {
  position: absolute;
  top: -9px;
  right: 0;
  display: block;
  content: "";
  width: 27px;
  height: 27px;
  background: url(/shared/images/icon/close-black.svg) 0 0 no-repeat;
  background-size: cover;
}

.js-floating-area.show {
  display: block;
}

.show-ani {
  opacity: 1;
}

@media (max-width: 767px) {
  html, body {
    height: inherit;
    min-height: inherit;
    overflow: auto;
  }
}

#main-image img {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  #main-area {
    max-width: 100%;
    margin: auto;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  #main-area {
    -ms-overflow-x: scroll;
    overflow-x: scroll;
  }
}

@media (min-width: 768px) {
  .container-wrap {
    display: -webkit-box;
    　　display: -webkit-flex;
    　　display: -ms-flexbox;
    　　display: flex;
    　　-webkit-flex-wrap: wrap;
    　　-ms-flex-wrap: wrap;
    　　flex-wrap: wrap;
    　　flex-direction: row;
    max-width: 1280px;
    min-width: 1000px;
    width: 100%;
    margin: 20px auto 12px;
    overflow: hidden;
    position: relative;
    align-items: flex-start;
  }
  .container-wrap.side-navi .main-container {
    max-width: 976px;
    min-width: 728px;
    width: 76.3vw;
    -webkit-box-ordinal-group: 3;
    　　-ms-flex-order: 3;
    　　-webkit-order: 3;
    　　order: 3;
  }
  .container-wrap.side-navi:after {
    display: block;
    content: '';
    min-width: 40px;
    max-width: 48px;
    width: 3.7vw;
    -webkit-box-ordinal-group: 2;
    　　-ms-flex-order: 2;
    　　-webkit-order: 2;
    　　order: 2;
  }
  .nav-container {
    max-width: 256px;
    min-width: 232px;
    width: 20vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 1;
    　　-ms-flex-order: 1;
    　　-webkit-order: 1;
    　　order: 1;
  }
}

.main-container {
  overflow: hidden;
}

.main-image ul {
  list-style-type: none;
  padding: 0;
  background-image: none;
}

.main-image ul li {
  list-style-image: url("/shared/images/t.gif");
  list-style-type: none;
  background-image: none;
}

@media (min-width: 768px) {
  .main-image {
    margin-bottom: 24px;
  }
}

.main-image img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 599px) {
  .main-image img {
    width: 100%;
  }
}

.main-image.slider {
  padding-bottom: 40px;
}



/* search.rakuten 用*/
.rb-h-main {
  padding-left: 20px;
}
.rb-h-bar {
  padding: 8px;
  background-color: #bf0000;
}
.rb-h-bar .rb-h-bar__inner,
.rb-h-main {
  max-width: 1280px;
  margin: 0 auto;
  font-size: 1.3rem;
}

/* アクセシビリティ対応 */
.u-textUnderline {
  text-decoration: underline;
}