@charset "UTF-8";
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.stretched-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
}
.ec-layoutRole {
  background: #f7f7f8;
}

.ec-layoutRole__header {
  margin-bottom: 40px;
}

.ec-headerPrimary {
  background: #003674;
  color: #FFF;
}
.ec-headerPrimary .ec-headerNav .ec-headerNav__itemLink {
  color: #FFF;
}
.ec-headerPrimary .ec-headerNav .ec-headerNav__itemIcon {
  color: #FFF;
}
.ec-layoutRole .ec-layoutRole__footer {
  margin: 80px 0 0 0;
  max-width: none;
  display: block;
  background: #003674;
  color: #FFF;
}
.ec-layoutRole .ec-layoutRole__footer .ec-footerRole {
  max-width: 1410px;
  margin: 0 auto;
  padding: 0;
}
.ec-layoutRole .ec-layoutRole__footer .ec-footerRole__inner {
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 18px;
}
.ec-layoutRole .ec-layoutRole__footer .ec-footerRole__inner .footer-nav {
  margin: 14px 0;
}
.ec-layoutRole .ec-layoutRole__footer .ec-footerRole__inner .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ec-layoutRole .ec-layoutRole__footer .ec-footerRole__inner .footer-nav ul li {
  margin: 0 14px;
  font-size: 14px;
}
.ec-layoutRole .ec-layoutRole__footer .ec-footerRole__inner .footer-nav ul li a {
  color: #FFF;
  text-decoration: none;
}
.ec-layoutRole .ec-layoutRole__footer .ec-footerRole__inner .copyright {
  margin: 14px 0;
}
.ec-layoutRole .ec-layoutRole__footer .ec-footerRole__inner:nth-child(2) {
  padding: 0 18px 20px;
  justify-content: center;
}

.ec-pageHeader h1, .ec-pageHeader .h1 {
  border-top: none;
  margin: 0 0 16px;
  padding: 8px;
  font-size: 20px;
  font-weight: bold;
  border: none;
}

#page_partner_login .page-wrapper {
  max-width: 660px;
}
#page_partner_login .ec-pageHeader h1 {
  text-align: center;
  font-size: 24px;
}
#page_partner_login .ec-login {
  background: none;
}
#page_partner_login .ec-login .ec-login__input {
  margin-bottom: 30px;
}
#page_partner_login .ec-checkbox {
  text-align: center;
}
#page_partner_login .ec-login__actions .ec-blockBtn--action {
  margin: 0 auto;
  background-color: #2ab4fc;
  border-radius: 100px;
  max-width: 320px;
  font-size: 18px;
}
#page_partner_login .ec-login__links {
  margin: 20px 0 0 0;
  text-align: center;
}
#page_partner_login .ec-login__links .ec-login__link {
  display: inline-block;
  text-align: left;
  margin: 0;
}
#page_partner_login .ec-login__links .ec-login__link .ec-link {
  margin: 3px 0;
  display: inline-block;
  color: inherit;
}

#page_partner_entry_complete .ec-reportHeading h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
#page_partner_entry_complete .ec-reportDescription strong {
  font-size: 24px;
  color: #2ab4fc;
}

#page_partner_forgot .ec-layoutRole__main,
#page_partner_forgot_complete .ec-layoutRole__main,
#page_partner_forgot_reset .ec-layoutRole__main {
  max-width: 720px;
  margin: 0 auto;
}
#page_partner_forgot .ec-layoutRole__main .ec-off1Grid .ec-off1Grid__cell,
#page_partner_forgot .ec-layoutRole__main .ec-off3Grid .ec-off3Grid__cell,
#page_partner_forgot_complete .ec-layoutRole__main .ec-off1Grid .ec-off1Grid__cell,
#page_partner_forgot_complete .ec-layoutRole__main .ec-off3Grid .ec-off3Grid__cell,
#page_partner_forgot_reset .ec-layoutRole__main .ec-off1Grid .ec-off1Grid__cell,
#page_partner_forgot_reset .ec-layoutRole__main .ec-off3Grid .ec-off3Grid__cell {
  width: 100%;
  margin: 0;
}

#page_partner_forgot_reset .ec-pageHeader h1 {
  text-align: center;
  font-size: 24px;
}

.entry-form-container {
  background: #FFF;
  padding: 24px 24px 36px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.entry-form-container .ec-borderedDefs {
  border-top: none;
}
.entry-form-container .ec-borderedDefs dl {
  border-bottom: none;
}

.content-box {
  background: #FFF;
  border: 1px solid #E2E2E3;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.content-box .box-body {
  position: relative;
  padding: 40px;
}

.content-title {
  margin: 60px 0 20px 1em;
  font-size: 20px;
  font-weight: bold;
}

.partner-nav ul {
  display: flex;
  justify-content: flex-start;
  background: #E5E5E5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.partner-nav ul li {
  flex: 0 0 auto;
  text-align: center;
  padding: 0 48px;
  line-height: 60px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.partner-nav ul li:last-child {
  border-right: none;
}
.partner-nav ul li a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
.partner-nav ul li.active {
  background: #FFF;
  border-top-color: #003674;
}

.report .header .date-select {
  position: absolute;
  top: 0;
  right: 0;
}
.report .header .date-select select {
  padding: 6px 0 6px 10px;
  font-size: 16px;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  outline: none;
}
.report .stats {
  display: flex;
}
.report .stats .property {
  flex: 0 0 auto;
  padding: 20px;
}
.report .stats .property .title {
  margin: 0 0 4px;
  font-size: 18px;
}
.report .stats .property .value {
  font-size: 28px;
  font-weight: bold;
}
.report.total-summary-report .stats .property.reward .value {
  font-size: 34px;
  color: #E85700;
}
.report table {
  width: 100%;
  border-collapse: collapse;
}
.report table th, .report table td {
  padding: 15px;
  border: 1px solid #DCDCDC;
}
.report table th {
  background: #F5F5F7;
  white-space: nowrap;
}
.report table th.name {
  width: 60%;
}
.report .empty-message {
  margin: 40px 0;
  font-size: 18px;
  text-align: center;
  display: none;
}
.report table.empty + .empty-message {
  display: block;
}
.report.checkout-report table .clicks {
  display: none;
}
.report.checkout-report table th.name {
  width: 70%;
}

.partner-layout .ec-borderedDefs {
  border-top: none;
}
.partner-layout .ec-borderedDefs dl {
  border-bottom: none;
}
.partner-layout .ec-blockBtn--action {
  background: #003674;
  border-color: #003674;
}
.partner-layout .ec-blockBtn--action:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 54, 116, 0.5);
}
.partner-layout .ec-blockBtn--action:hover {
  background: #00428e;
  border-color: #00428e;
}
.partner-layout .ec-blockBtn--cancel {
  background: #9da3a9;
  border-color: #9da3a9;
}
.partner-layout .ec-blockBtn--cancel:focus {
  box-shadow: 0 0 0 0.25rem rgba(157, 163, 169, 0.5);
}
.partner-layout .ec-blockBtn--cancel:hover {
  background: #abb0b5;
  border-color: #abb0b5;
}

.bank-settings .description {
  margin: 30px 0 60px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.bank-settings .bank-settings-form {
  max-width: 680px;
  margin: 0 auto;
}
.bank-settings .bank-settings-form .form-title {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.bank-settings .notes {
  margin: 60px auto 0;
  max-width: 800px;
  padding: 30px;
  font-size: 14px;
  background: #EDEDED;
}

.pr-settings .pr-settings-form {
  max-width: 560px;
  margin: 0 auto;
}
.pr-settings .pr-settings-form .form-title {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.pr-settings .pr-settings-form .ec-borderedDefs dl {
  flex-direction: column;
}
.pr-settings .pr-settings-form .ec-borderedDefs dl dt {
  width: 100%;
}
.pr-settings .pr-settings-form .ec-borderedDefs dl dt h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.pr-settings .pr-settings-form .ec-borderedDefs dl dt h4 + p {
  margin: 20px 0 10px;
}
.pr-settings .pr-settings-form .ec-borderedDefs dl dd {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .desktop-only {
    display: none !important;
  }
  .ec-headerNaviRole .ec-headerNaviRole__left {
    margin-left: 0;
  }

  .ec-headerTitle .ec-headerTitle__title img {
    max-width: 40vw;
  }
  .ec-layoutRole .ec-layoutRole__footer .ec-footerRole__inner {
    padding: 20px 18px;
    flex-direction: column;
    align-items: flex-start;
  }
  .ec-layoutRole .ec-layoutRole__footer .ec-footerRole__inner .logo img {
    max-width: 40vw;
  }
  .ec-layoutRole .ec-layoutRole__footer .ec-footerRole__inner .footer-nav {
    margin: 30px 0 0 0;
  }
  .ec-layoutRole .ec-layoutRole__footer .ec-footerRole__inner .footer-nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .ec-layoutRole .ec-layoutRole__footer .ec-footerRole__inner .footer-nav ul li {
    margin: 6px 0;
  }
  .ec-layoutRole .ec-layoutRole__footer .ec-footerRole__inner .footer-nav + .footer-nav {
    margin: 0 0 0 0;
  }
  #page_partner_login .ec-pageHeader h1 {
    font-size: 20px;
  }
  #page_partner_login .ec-login {
    padding: 30px 5% 20px;
  }
  #page_partner_entry_complete .ec-reportHeading h2 {
    font-size: 24px;
  }
  #page_partner_entry_complete .ec-reportDescription strong {
    font-size: 20px;
  }
}