@charset "utf-8";

html,body {
  height: 100%;
}

.checkout-dash {
  min-width: 920px;
}

.checkout-dash,
.checkout-sign-up {
  font-size: 14px;
  padding: 0;
  margin: 0;
  background-color: #f2f2f2;
}

.checkout-text-env {
  min-width: 600px;
}

.checkout-sign-up .main-area {
  min-width: 860px;
  padding: 10px;
}

.checkout-sign-up .main {
  margin: 0 auto;
}

/* Basic styles */

.block {
  display: block;
  padding: 20px;
  margin: 0 0 20px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
  -moz-box-shadow:    0 1px 5px 0 rgba(0,0,0,0.1);
  box-shadow:         0 1px 5px 0 rgba(0,0,0,0.1);
}

a {
  color: #0082cd;
}

em {
  font-style: normal;
  font-weight: bold;
}

.text-emph {
  color: #bf0000;
}

.text-sub {
  font-size: 80%;
}

.text-med {
  font-sizF;
}

.text-big {
  font-size: 150%;
}

.text-space {
  display: block;
  padding: 50px 0 30px;
}

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

.mb150 {
  margin-bottom: 150px!important;
}

/* Header */

.header.header-fixed {
  position: fixed;
  left: 0;
  right: 0;
}

.header {
  padding: 8px 30px!important;
  position: relative;
  z-index: 10;
  min-width: 1080px;
  min-height: 44px;
}

.header.block {
  margin: 0;
}

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

.header.header-simple {
  padding: 10px!important;
}

.logo-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  padding: 5px 0 0;
}

.header-centered .logo-wrap {
  position: absolute;
  left: 30px;
  top: 13px;
  padding: 0;
}

.header-title {
  padding-top: 5px;
  font-size: 172%;
  line-height: normal;
}

.header-centered .header-title {
  text-align: center;
}

.header-welcome {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}

.header-links {
  float: right;
}

.header-link + .header-link {
  margin-left: 8px;
}

/* Buttons */
.ch-btn {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

.ch-btn:hover {
  opacity: .5;
}

.btn-wrap {
  display: block;
  text-align: center;
  margin: 30px 0;
}

.btn-text {
  margin-bottom: 10px;
}

.btn-small {
  -webkit-border-radius: 18px;
     -moz-border-radius: 18px;
          border-radius: 18px;
  padding: 10px 20px 8px 20px;
  font-size: 100%;
}

.btn-large {
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  padding: 20px 40px 16px 40px;
  min-width: 247px;
  font-size: 171%;
}

.btn-large + .btn-large {
  margin-left: 30px;
}

.btn-arrow {
  display: inline-block;
  background-image: url(../img/iconCombo.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.btn-large .btn-arrow {
  margin-left: 10px;
  width: 16px;
  height: 25px;
  background-position: 0 -98px;
}

.btn-primary {
  background: #be0000;
  background: -moz-linear-gradient(
    top,
    #be0000 0%,
    #b00000);
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#be0000),
    to(#b00000));
  -webkit-box-shadow: 0 2px 0 #870000;
  -moz-box-shadow: 0 2px 0 #870000;
  box-shadow: 0 2px 0 #870000;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.btn-secondary {
  background: #2687bf;
  background: -moz-linear-gradient(
    top,
    #2687bf 0%,
    #247eb2);
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#2687bf),
    to(#247eb2));
  -webkit-box-shadow: 0 2px 0 #1f6c99;
  -moz-box-shadow: 0 2px 0 #1f6c99;
  box-shadow: 0 2px 0 #1f6c99;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.btn-cancel {
  background: #769eb5;
  background: -moz-linear-gradient(
    top,
    #769eb5 0%,
    #6d93a8);
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#769eb5),
    to(#6d93a8));
  -webkit-box-shadow: 0 2px 0 #5b7a8c;
  -moz-box-shadow: 0 2px 0 #5b7a8c;
  box-shadow: 0 2px 0 #5b7a8c;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.btn-inline {
  margin-left: 5px;
}

/* Common */

.block-message-highlight {
  width: 80%;
  padding: 30px 0;
  min-width: 800px;
  margin: 0 auto;
}

/* Test Environment */

.toggle-area {
  display: inline-block;
  padding: 5px;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-left: 20px;
}

.toggle-link {
  display: inline-block;
  line-height: normal;
  padding: 5px 5px 4px;
  min-width: 72px;
  text-align: center;
  background: #f5f5f5;
  font-weight: bold;
   -webkit-border-radius: 2px;
           border-radius: 2px;
}

.toggle-link-active {
  color: #ffffff;
  text-decoration: none;
}

.toggle-test.toggle-link-active {
   background-color: #0082cd;
   border: 1px solid #3199d5;
}

.toggle-real.toggle-link-active {
  background-color: #0082cd;
  border: 1px solid #3199d5;
}

.checkout-dash-main {
  position: relative;
  padding: 90px 30px 55px 94px;
}

.checkout-main-message {
  padding: 30px;
}

.aside-expanded .checkout-dash-main {
  padding-left: 275px;
}

.checkout-dash-aside {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  padding: 5px 0 10px;
  background-color: #0479bc;
  color: #ffffff;
  z-index: 9;
}

.initial .checkout-dash-aside,
.initial .checkout-dash-main {
  display: none;
}
/*
.initial .checkout-dash-main {
  display: none;
}

.initial.aside-expanded .checkout-dash-aside {
  display: block;
}

.initial.aside-expanded .checkout-dash-main {
  display: block;
}*/

.aside-expanded .checkout-dash-aside {
  width: 245px;
}

.checkout-dash-aside a {
  color: #ffffff;
  text-decoration: none;
}

.nav-link {
  position: relative;
}

.checkout-dash-aside .nav-link {
  display: block;
  padding: 13px 20px;
}

.aside-expanded .js-tooltip {
  opacity: 0!important;
  display: none;
}

.js-tooltip {
  display: none;
  opacity: 0;
  position: absolute;
  width: 60px;
  top: 10px;
  left: 100%;
  background: #222222;
  padding: 4px 2px;
  font-size: 11px;
  text-align: center;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.nav-link-active,
.checkout-dash-aside .nav-link:hover {
  background-color: #036196;
}

.aside-expanded .menu-toggle {
  text-align: right;
}

.aside-expanded .fa-angle-double-right {
  display: none;
}

.aside-expanded .nav .link-text {
  display: inline-block;
  vertical-align: middle;
}

.aside-expanded .nav .fa-angle-double-left {
  display: inline-block;
  vertical-align: middle;
}

.nav .fa-angle-double-left {
  display: none;
}

.nav-link i {
  font-size: 200%;
      }

.aside-expanded .nav-link i {
  font-size: 110%;
}

.nav .link-text {
  display: none;
}

.tooltip-text {
  display: block!important;
  position: absolute;
  width: 61px;
  font-size: 12px;
  background-color: #222222;
  padding: 4px!important;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  left: 100%;
  top: 50%;
  opacity: 0;
}

.tooltip-text:before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 11px solid #222222;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}

.no-js .menu-toggle {
  display: none;
}

.menu-toggle {
  display: block;
  padding: 5px 10px;
  -webkit-transition: padding 0.1s ease-out;
     -moz-transition: padding 0.1s ease-out;
      -ms-transition: padding 0.1s ease-out;
       -o-transition: padding 0.1s ease-out;
          transition: padding 0.1s ease-out;
  text-align: center;
}

.aside-expanded .menu-toggle:hover {
  padding-right: 15px;
}

.menu-toggle:hover {
  padding-left: 15px;
}

.checkout-dash-aside .link-text {
  padding-left: 15px;
}

.checkout-title1 {
  font-size: 172%;
  margin-bottom: 15px;
}

.footer {
  padding: 10px;
  border-top: 1px solid #cccccc;
  text-align: center;
}

.footer-fixed {
  position: absolute;
  bottom: 0;
  left: 64px;
  right: 0;
}

.aside-expanded .footer {
  left: 245px;
}

.footer-link li {
  display: inline-block;
}

.footer-link li a {
  padding: 5px;
}


/* Steps */

.step-group {
  display: block;
  width: 100%;
  text-align: center;
  margin: 30px auto;
}

.step-group li {
  vertical-align: middle;
}

.block.block-step {
  display: inline-block;
  padding: 18px;
  width: 86px;
  line-height: 1.3;
  margin-bottom: 0;
  color: #cccccc;
}

.block-step.step-active {
  color: #0082cd;
}

.fa.step-icon {
  display: block;
  margin-bottom: 10px;
}

.step-arrow {
  display: inline-block;
  margin: 0 55px;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  color: #cccccc;
  font-size: 350%;
  line-height: 1;
}

/* Message block styles */

.checkout-title1-message {
  font-size: 172%;
  color: #0082cd;
  margin-bottom: 5px;
}

.list-indent {
  margin: 20px 0 0 30px;
}

.list-numbered li {
  list-style: decimal;
  margin-left: 25px;
}

/* Form styles */

.form-wrap {
  width: 800px;
  margin: 0 auto;
}

.block-form {
  position: relative;
}

.title-form {
  display: block;
  padding-bottom: 3px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
}

.title1-form {
  font-size: 129%;
}

.title2-form {
  font-size: 107%;
}

.form-count {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #777777;
}

.field-with-notes {
  float: left;
  width: 505px;
}

form .field-group {
  width: 505px;
}

form .field-group.field-group-full {
  width: auto;
}

.field-group {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.field-hidden {
  display: none;
}

.field-transparent {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 0;
}

.field-group.field-group-condensed {
  margin-bottom: 5px;
}

form .field-name {
  font-weight: bold;
}

.field-name {
  display: block;
  font-size: 100%;
  margin-bottom: 3px;
}

.field-name-sub {
  margin-left: 8px;
  font-size: 80%;
  font-weight: normal;
}

.field-tag {
  display: inline-block;
  margin-top: -2px;
  margin-left: 10px;
  line-height: 1;
  vertical-align: middle;
  font-size: 79%;
  padding: 2px;
  background-color: #ececec;
}

.field-tag.field-required {
  color: #ffffff;
  background-color: #bf0000;
}

.field-tag.field-optional {
  color: #ffffff;
  background-color: #007ec8;
}

.field-filled {
  display: block;
  padding: 8px;
  line-height: normal;
  background-color: #f2f2f2;
  border: 1px solid #d9d9d9;
  color: #222222;
  font-size: 95%;
  word-wrap: break-word;
}

.block-form input[type="radio"] {
  margin: 0 5px 2px 0;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
}

.input-text {
  line-height: normal;
  vertical-align: middle;
  padding: 3px 10px;
  width: 288px;
  font-size: 16px;
  /*height: 15px;*/
  background-color: #f2f2f2;
  border: 1px solid #d9d9d9;
}

.gt-ie7 .input-text {
  line-height: 1;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .input-text {
    line-height: 1;
  }
}

.input-block {
  display: block;
}

.block-form ::-webkit-input-placeholder {
  color: #777777;
}

.block-form :-moz-placeholder {
  color: #111111;
}

.block-form ::-moz-placeholder {
  color: #111111;}

.block-form ::-ms-input-placeholder {
  color: #777777;
}

.placeholder {
  color: #777777;
}

form .placeholdersjs {
  color: #777777;
}

.block-form label,
.submit-value {
  font-size: 115%;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.block-form label.ch-btn {
  font-size: 100%;
  line-height: 1;
}

.label-right {
  padding-right: 20px;
}

.label-middle {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

.label-right {
  padding: 0 20px 0 4px;
}

.label-name {
  display: inline-block;
  width: 35px;
  margin-right: 5px;
  text-align: right;
}

.submit-value + .label-name {
  margin-left: 15px;
}

.input-text.input-100 {
  width: 80px; /* 100px with padding */
}

.input-text.input-140 {
  width: 120px; /* 140px with padding */
}

.input-text.input-410 {
  width: 390px;
}

.input-text.input-500 {
  width: 480px; /* 500px with padding */
}

.checkbox-block {
  display: block;
}

.checkbox-block label {
  display: inline-block;
  margin-top: -2px;
  padding-left: 5px;
  width: 93%;
  vertical-align: top;
}

.field-select {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: 1.5;
  padding: 1px 6px 0;
  font-size: 16px;
  height: 33px;
  background-color: #f2f2f2;
  border: 1px solid #d9d9d9;
  min-width: 310px;
}

.field-note {
  float: right;
  font-size: 87.5%;
  width: 240px;
}

.field-note-popup {
  float: none;
  display: none;
  position: absolute;
  padding: 9px;
  outline: 1px solid #d9d9d9;
  line-height: normal;
  background-color: #ffffff;
  z-index: 2;
  top: 32%;
  left: 345px;
}

.show-popup .field-note-arrow,
.show-popup .field-note-arrow-inner,
.field-note-hover:hover .field-note-arrow,
.field-note-hover:hover .field-note-arrow-inner {
  display: inline-block;
}

.show-popup .field-note-popup,
.field-note-hover:hover .field-note-popup {
  display: block;
}


.field-long .field-note-popup {
  left: 505px;
}

.field-short .field-note-popup {
  left: 205px;
}

.field-note-arrow, .field-note-arrow-inner {
  display: none;
  position: absolute;
  height: 0;
  width: 0;
}

.field-long .field-note-arrow {
  left: 483px;
}

.field-long .field-note-arrow-inner {
  left: 485px;
}

.field-short .field-note-arrow {
  left: 183px;
}

.field-short .field-note-arrow-inner {
  left: 185px;
}

.field-note-arrow {
  top: 29px;
  left: 323px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 22px solid #d9d9d9;
}

.field-note-arrow-inner {
  z-index: 3;
  top: 30px;
  left: 325px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 21px solid #ffffff;
}

.field-note .field-note-list {
  margin-bottom: 20px;
  line-height: 1.4;
}

.field-note .field-note-title {
  font-weight: bold;
}

/* Error patterns */

.block-message.error-message {
  background-color: #ffdddd;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
}

.error-message .checkout-title1-message {
  color: #cc3333;
}

.field-group.field-error > .field-select,
.field-group.field-error > .input-text {
  border: 2px solid #cc3333;
}

.field-group.field-error > input[type="checkbox"],
.field-group.field-error > input[type="radio"] {
  outline: 2px solid #cc3333;
}

.field-error > .field-name .error-text {
  font-weight: bold;
  display: inline-block;
}

.error-text {
  display: none;
  margin-left: 10px;
  color: #cc3333;
}

.field-error .error-text-block {
  display: block;
}

.error-text-block {
  display: none;
  margin: 0;
}

/* Confirmation page */

.form-confirm .field-group {
  margin-bottom: 10px;
}

.form-confirm .field-name {
  margin-bottom: 0;
  font-weight: normal;
  color: #777777;
}

.form-confirm .field-name-sub {
  display: none;
}

.form-confirm .field-tag {
  display: none;
}

.form-confirm .label-name {
  width: auto;
  text-align: left;
  font-size: 80%;
  color: #777777;
}