@charset "UTF-8";
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block; }

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

html {
  -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Hiragino Kaku Gothic Pro' , sans-serif;
  color: #1b1b1b;
  line-height: 1.8;
  padding-top: 70px; }
  body.non_header {
    padding-top: 0; }

li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  color: #202124;
  transition: all 0.4s; }
  a:hover {
    color: #0072e6; }

img {
  vertical-align: top;
  max-width: 100%; }

hr {
  height: 1px;
  background-color: #ccc;
  border: 0; }

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1; }

.pc_only {
  display: block; }

.pc_only_inline {
  display: inline; }

.sp_only,
.sp_only_inline {
  display: none; }

.wrap {
  width: 1000px;
  padding: 0 20px;
  margin: 0 auto; }
  .wrap:after {
    content: "";
    display: block;
    clear: both; }

.to_top {
  transition: top .8s ease, opacity .8s ease;
  position: relative;
  top: 20px;
  opacity: 0; }

.isAnimate.show.to_top {
  top: 0;
  opacity: 1; }

.to_top_left {
  transition: all 1s ease;
  position: relative;
  top: 50px;
  left: 50px;
  opacity: 0; }

.isAnimate.show.to_top_left {
  top: 0;
  left: 0;
  opacity: 1; }

.to_top_right {
  transition: all 1s ease;
  position: relative;
  top: 50px;
  right: 50px;
  opacity: 0; }

.isAnimate.show.to_top_right {
  top: 0;
  right: 0;
  opacity: 1; }

main {
  min-width: 1040px; }

table.common {
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.4; }
  table.common tr {
    border-bottom: 1px solid #ccc; }
  table.common th, table.common td {
    padding: 12px 14px;
    border-right: 1px solid #ccc;
    box-sizing: border-box; }
  table.common th {
    background: #efefef;
    vertical-align: middle; }

table.common.bg_color tbody tr:nth-child(even) {
  background: #f7fafc; }

input[type="text"],
input[type="email"],
input[type="password"] {
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 3px;
  background: #f7fafc;
  border: 1px solid #b5d2e5;
  -webkit-appearance: none; }

.h {
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative; }
  .h:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #8add00;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }

.title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 15px;
  margin: 0 0 40px;
  position: relative; }
  .title:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #8add00;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

.btn a, .btn > span,
.btn button {
  display: inline-block;
  line-height: 1.2;
  border-radius: 3px;
  border: none;
  background: #8add00;
  box-sizing: border-box;
  font-family: 'Hiragino Kaku Gothic Pro' , sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  transition: all 0.4s;
  cursor: pointer; }
.btn a:hover, .btn > span:hover,
.btn button:hover {
  text-decoration: none;
  background: #79c200; }

.btn.blue a, .btn.blue > span {
  background: #1a73e8; }
.btn.blue a:hover, .btn.blue > span:hover {
  background: #186bd8; }

.btn.glay a, .btn.glay > span {
  background: #666; }
.btn.glay a:hover, .btn.glay > span:hover {
  background: #555; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center; }
  .pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    position: relative;
    transition: all 0.2s; }
  .pagination a:hover {
    background: #fafafa; }
  .pagination a:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%) rotate(135deg); }
  .pagination a.next:after {
    left: 48%;
    transform: translate(-50%, -50%) rotate(-45deg); }
  .pagination .current {
    font-size: 14px;
    margin: 0 20px; }

.calendar .outer {
  width: 300px;
  position: relative; }
.calendar .outer:after {
  content: "";
  display: block;
  width: 14px;
  height: 16px;
  background: url("../images/icon_calendar.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: -1;
  transform: translateY(-50%); }
.calendar select,
.calendar input[type="text"] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  padding: 10px 30px 10px 15px;
  font-size: 14px;
  background: none;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer; }

/*=======================================
	header
=======================================*/
header {
  min-width: 1040px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 70px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }
  header .logo {
    margin-left: 30px;
    padding: 19px 0 0; }
    header .logo a {
      display: flex; }
      header .logo a div {
        margin-right: 10px; }
      header .logo a p {
        font-size: 18px; }
    header .logo a:hover {
      color: inherit; }
    header .logo img {
      height: 30px; }
  header .nav_btn {
    display: none; }
  header .partner_id {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 32px;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 13px;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 250px;
    transform: translateY(-50%); }
  header ul {
    display: flex;
    align-items: center;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 150px;
    transform: translateY(-50%); }
  header li {
    margin: 0 0 0 25px; }
    header li a {
      display: inline-block;
      position: relative; }
    header li a:hover {
      color: #8add00; }
    header li a:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #8add00;
      position: absolute;
      bottom: -5px;
      left: 50%;
      transform: translateX(-50%) scale(0, 1);
      transition: all 0.2s; }
    header li a:hover:after {
      transform: translateX(-50%) scale(1); }
  header li.current a:after {
    transform: translateX(-50%) scale(1); }
  header li.current a:hover {
    color: inherit;
    cursor: default; }
  header .logout {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); }
    header .logout a {
      background: #8add00;
      color: #fff;
      font-size: 14px;
      padding: 8px 20px;
      border-radius: 3px; }
    header .logout a:hover {
      background: #79c200;
      color: #fff; }
    header .logout a:after {
      display: none; }

/*=======================================
	footer
=======================================*/
footer {
  min-width: 1040px;
  background: #f8f9fa;
  padding: 30px 0;
  font-family: "Hiragino Kaku Gothic Pro", "sans-serif";
  line-height: 1.4;
  text-align: center; }
  footer .col1 {
    width: 160px;
    margin-right: 50px; }
  footer .col2 {
    width: 450px;
    padding-right: 20px;
    box-sizing: border-box;
    display: flex; }
    footer .col2 section:first-child {
      margin-right: 70px; }
    footer .col2 h3 {
      font-size: 14px;
      font-weight: bold; }
    footer .col2 ul {
      font-size: 12px; }
    footer .col2 li {
      margin: 15px 0 0;
      padding: 0 0 0 10px;
      position: relative; }
    footer .col2 li:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-left: 4px solid #202124;
      position: absolute;
      top: .35em;
      left: 0; }
  footer .col3 {
    margin-left: auto;
    text-align: right; }
    footer .col3 img {
      width: 190px; }
    footer .col3 p {
      font-size: 12px;
      line-height: 1;
      margin: 25px 0 0; }
  footer .copy {
    font-size: 12px;
    line-height: 1; }

/*=======================================
	kiyaku_partner
=======================================*/
.kiyaku_partner {
  padding: 100px 0 0; }
  .kiyaku_partner h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 0 0 30px;
    margin: 0 0 80px;
    position: relative;
    animation: fadeInUpC 1s forwards; }
    .kiyaku_partner h1:after {
      content: "";
      display: block;
      width: 0;
      height: 2px;
      background: #79c200;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      transition: width 0.5s cubic-bezier(0.64, 0, 0.78, 0); }
    .kiyaku_partner h1.show:after {
      width: 100%; }
  .kiyaku_partner .inner {
    max-width: 600px;
    margin: 0 auto 100px;
    opacity: 0;
    animation: fadeInUpC 1s forwards; }
    .kiyaku_partner .inner.show:after {
      opacity: 1; }
    .kiyaku_partner .inner p {
      margin-bottom: 1em;
      font-size: 12px;
      line-height: 1.6; }
  .kiyaku_partner dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 2em 0 1em; }

@keyframes fadeInUpC {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0); }
  to {
    opacity: 1;
    transform: none; } }
/*=======================================
	login
=======================================*/
.login {
  background-color: #f8fafc;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .login .box {
    padding: 50px 30px 30px;
    margin-top: -50px;
    max-width: 500px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    border-radius: 4px; }
  .login .logo {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1; }
    .login .logo img {
      height: 34px; }
    .login .logo p {
      font-size: 18px;
      margin: 6px 0 0 10px; }
  .login dt {
    line-height: 1.2;
    margin: 20px 0 10px; }
  .login dd input {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    border: 1px solid #ced4da; }
  .login .btn {
    text-align: center;
    margin: 20px 0 30px; }
    .login .btn button {
      display: block;
      width: 100%;
      padding: 20px; }
  .login .btn + p {
    font-size: 12px;
    line-height: 1.6;
    color: #666; }

/*=======================================
	page_home
=======================================*/
.page_home {
  padding: 50px 0 0; }
  .page_home section {
    margin-bottom: 70px; }
  .page_home .total .calendar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px; }
  .page_home .total td {
    text-align: right; }
  .page_home .total .a {
    margin-bottom: 20px;
    font-weight: bold; }
    .page_home .total .a th {
      font-size: 18px; }
    .page_home .total .a td {
      font-size: 22px; }
  .page_home .info .scroll {
    height: 400px;
    padding: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    overflow-y: scroll; }
    .page_home .info .scroll h1 {
      font-weight: bold; }
    .page_home .info .scroll p {
      margin-bottom: 2em; }
    .page_home .info .scroll em {
      font-weight: bold; }
  .page_home .lp .outer,
  .page_home .code .outer {
    padding: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc; }
  .page_home .lp .note,
  .page_home .code .note {
    margin: 0 0 35px; }
  .page_home .lp .list,
  .page_home .code .list {
    border-top: 1px solid #ccc; }
    .page_home .lp .list li,
    .page_home .code .list li {
      border-bottom: 1px solid #ccc;
      padding: 10px 0;
      display: flex;
      align-items: center; }
    .page_home .lp .list h3,
    .page_home .code .list h3 {
      width: 280px;
      padding-left: 10px;
      box-sizing: border-box; }
    .page_home .lp .list input,
    .page_home .code .list input {
      width: 540px;
      background: #f6f6f6;
      border: none; }
    .page_home .lp .list .btn,
    .page_home .code .list .btn {
      margin-left: auto;
      position: relative; }
      .page_home .lp .list .btn span,
      .page_home .code .list .btn span {
        font-weight: normal;
        font-size: 14px;
        height: 26px;
        line-height: 26px;
        border-radius: 4px;
        padding: 0 10px; }
    .page_home .lp .list .btn:after,
    .page_home .code .list .btn:after {
      content: "コピーしました";
      display: block;
      width: 0;
      border-radius: 3px;
      font-size: 12px;
      line-height: 1.2;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      transform: translateY(-100%);
      opacity: 0;
      overflow: hidden;
      transition: opacity 0.2s; }
    .page_home .lp .list .btn.active:after,
    .page_home .code .list .btn.active:after {
      width: 7em;
      padding: 3px;
      opacity: 1; }

/*=======================================
	page_material
=======================================*/
.page_material {
  padding: 70px 0 300px;
  text-align: center; }
  .page_material .title {
    margin-bottom: 100px; }
  .page_material .btn {
    margin-top: 15px; }
    .page_material .btn a {
      padding: 20px 40px; }

/*=======================================
	page_status
=======================================*/
.page_status {
  padding: 70px 0 100px; }
  .page_status .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px; }
    .page_status .flex p {
      line-height: 1.4; }
  .page_status tbody tr td:not(:first-child) {
    text-align: right;
    width: 100px; }

/*=======================================
	page_history
=======================================*/
.page_history {
  padding: 70px 0 100px; }
  .page_history .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px; }
    .page_history .flex p {
      line-height: 1.4; }
  .page_history thead th {
    width: 220px; }
  .page_history thead .reward {
    width: 260px; }
  .page_history tbody .reward {
    text-align: right; }
  .page_history tbody td:last-child {
    text-align: center; }
  .page_history .btn a {
    font-size: 14px;
    padding: 5px 15px; }
  .page_history .btn a span {
    display: inline-block;
    position: relative;
    padding-left: 26px; }
    .page_history .btn a span:before {
      content: "";
      display: block;
      width: 16px;
      height: 14px;
      background: url("../images/icon_download.svg") no-repeat;
      background-size: 100% auto;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
  .page_history .pagination {
    justify-content: flex-end;
    margin-top: 20px; }
  .page_history .calendar .outer {
    width: 150px; }

/*=======================================
	page_account
=======================================*/
.page_account {
  padding: 70px 0 100px; }
  .page_account section {
    margin-bottom: 70px; }
  .page_account .h {
    position: relative; }
    .page_account .h .btn {
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
      .page_account .h .btn a {
        font-size: 16px;
        padding: 8px 20px; }
  .page_account th {
    width: 220px;
    text-align: left; }

#modal-content {
  width: 1000px;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 111; }
  #modal-content section {
    margin-bottom: 50px; }
    #modal-content section:last-of-type {
      margin-bottom: 30px; }
  #modal-content th {
    width: 220px;
    text-align: left; }
  #modal-content input[type="text"],
  #modal-content input[type="email"],
  #modal-content input[type="password"] {
    width: 80%; }
  #modal-content .radio {
    display: flex; }
    #modal-content .radio li {
      margin-right: 20px; }
  #modal-content .flex {
    display: flex;
    justify-content: center; }
    #modal-content .flex li {
      margin: 0 10px; }
    #modal-content .flex.sp {
      display: none; }

#modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75); }

@media only screen and (max-width: 1100px) {
  body {
    padding-top: 40px; }

  .calendar .outer {
    width: calc(100vw / ( 320 / 290 ));
    max-width: 340px; }
  .calendar select,
  .calendar input[type="text"] {
    padding: 8px 40px 8px 12px;
    font-size: 16px; }

  /*=======================================
  	header
  =======================================*/
  header {
    min-width: inherit;
    height: 40px; }
    header .logo {
      margin-left: 15px;
      padding: 10px 0 0; }
      header .logo a {
        display: flex; }
        header .logo a div {
          margin-right: 8px; }
        header .logo a p {
          font-size: 13px; }
      header .logo a:hover {
        color: inherit; }
      header .logo img {
        height: 20px; }
    header .nav_btn {
      display: block;
      width: 30px;
      height: 30px;
      background: #fff;
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%); }
      header .nav_btn span,
      header .nav_btn span:before,
      header .nav_btn span:after {
        content: "";
        display: block;
        width: 20px;
        height: 2px;
        background: #111;
        position: relative;
        transition: all 0.2s; }
      header .nav_btn span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      header .nav_btn span:before {
        top: -7px; }
      header .nav_btn span:after {
        top: 5px; }
      header .nav_btn.active span {
        background: transparent; }
      header .nav_btn.active span:before {
        background: #111;
        transform: rotate(45deg);
        top: 0; }
      header .nav_btn.active span:after {
        background: #111;
        transform: rotate(-45deg);
        top: -2px; }
    header nav {
      background: #fff;
      position: absolute;
      top: 40px;
      left: 0;
      width: 100%;
      text-align: center;
      box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
      max-height: 0;
      overflow: hidden;
      transition: all 0.4s; }
      header nav.active {
        max-height: 80vh; }
    header .partner_id {
      height: auto;
      line-height: 1.2;
      font-size: 12px;
      padding: 8px 20px;
      margin: 20px 0;
      position: static;
      top: auto;
      left: auto;
      transform: none; }
    header ul {
      display: block;
      position: static;
      top: auto;
      right: auto;
      transform: none;
      padding: 0 15px;
      text-align: left;
      font-size: 13px; }
    header li,
    header li.current {
      margin: 0;
      border-bottom: 1px solid #e5e5e5; }
      header li:first-child,
      header li.current:first-child {
        border-top: 1px solid #e5e5e5; }
      header li a,
      header li.current a {
        display: block;
        padding: 10px; }
      header li a:after,
      header li.current a:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        background: none;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
        position: absolute;
        bottom: auto;
        left: auto;
        top: 50%;
        right: 10px;
        transform: translateY(-50%) rotate(-45deg); }
    header .logout {
      position: static;
      top: auto;
      right: auto;
      transform: none;
      margin: 20px 0; }
      header .logout a {
        font-size: 13px; } }
/******************************************************************************************

	sp size

******************************************************************************************/
@media only screen and (max-width: 640px) {
  .pc_only,
  .pc_only_inline {
    display: none; }

  .sp_only {
    display: block; }

  .sp_only_inline {
    display: inline; }

  .wrap {
    width: auto;
    padding: 0 calc(100vw / ( 320 / 15 ));
    font-size: 13px; }

  main {
    min-width: inherit; }

  table.common {
    white-space: nowrap; }
    table.common th, table.common td {
      padding: 10px; }

  .table_scroll {
    overflow-x: scroll; }
    .table_scroll:-webkit-scrollbar {
      height: 10px; }
    .table_scroll:-webkit-scrollbar-track {
      background: #eee; }
    .table_scroll:-webkit-scrollbar-thumb {
      background: #999; }

  input[type="text"],
  input[type="email"],
  input[type="password"] {
    padding: 8px 12px;
    font-size: 16px; }

  .h {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 24px; }
    .h:before {
      width: 16px;
      height: 16px; }

  .title {
    font-size: 18px;
    padding: 0 0 10px;
    margin: 0 0 30px; }
    .title:after {
      width: 30px;
      height: 2px; }

  .btn a, .btn > span,
  .btn button {
    font-size: 13px;
    padding: 8px 15px; }

  /*=======================================
  	header
  =======================================*/
  /*=======================================
  	footer
  =======================================*/
  footer {
    min-width: inherit;
    padding: calc(100vw / ( 640 / 40 )) 0; }
    footer .wrap {
      display: block; }
    footer .col1 {
      width: calc(100vw / ( 640 / 240 ));
      margin-right: 0;
      margin-bottom: calc(100vw / ( 640 / 60 )); }
    footer .col2 {
      width: auto;
      padding-right: 0;
      margin-bottom: calc(100vw / ( 640 / 60 )); }
      footer .col2 section {
        width: 45%;
        box-sizing: border-box; }
      footer .col2 section:first-child {
        width: 55%;
        margin-right: 0;
        padding-right: calc(100vw / ( 640 / 30 )); }
      footer .col2 h3 {
        font-size: calc(100vw / ( 640 / 22 )); }
      footer .col2 ul {
        font-size: calc(100vw / ( 640 / 20 ));
        line-height: 1.4; }
      footer .col2 li {
        margin: calc(100vw / ( 640 / 24 )) 0 0; }
      footer .col2 li:before {
        top: .3em; }
    footer .col3 {
      margin-left: 0;
      text-align: left;
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      footer .col3 img {
        width: calc(100vw / ( 640 / 220 )); }
      footer .col3 p {
        font-size: 9px;
        margin: 0;
        text-align: right; }
    footer .copy {
      font-size: 9px; }

  /*=======================================
  	login
  =======================================*/
  .login {
    display: block;
    padding: calc(100vw / ( 320 / 30 ));
    box-sizing: border-box; }
    .login .box {
      padding: calc(100vw / ( 320 / 30 )) calc(100vw / ( 320 / 20 ));
      margin: 0 auto;
      max-width: 400px; }
    .login .logo {
      margin-bottom: calc(100vw / ( 320 / 30 )); }
      .login .logo img {
        height: 30px; }
      .login .logo p {
        font-size: 16px;
        margin: 6px 0 0 10px; }
    .login dt {
      margin: 20px 0 10px;
      font-size: 13px; }
    .login dd input {
      padding-top: 10px;
      padding-bottom: 10px; }
    .login .btn {
      margin: 20px 0; }
      .login .btn button {
        padding: 15px; }
    .login .btn + p {
      font-size: 10px; }

  /*=======================================
  	page_home
  =======================================*/
  .page_home {
    padding: calc(100vw / ( 320 / 50 )) 0 0; }
    .page_home section {
      margin-bottom: calc(100vw / ( 320 / 40 )); }
    .page_home .total .a th, .page_home .total .a td {
      display: block; }
    .page_home .total .a th {
      font-size: 13px; }
    .page_home .total .a td {
      font-size: 16px; }
    .page_home .info .scroll {
      height: 250px;
      padding: 15px; }
    .page_home .lp .outer,
    .page_home .code .outer {
      padding: 15px; }
    .page_home .lp .note,
    .page_home .code .note {
      margin: 0 0 20px 1em;
      line-height: 1.6; }
      .page_home .lp .note li,
      .page_home .code .note li {
        text-indent: -1em;
        margin-bottom: .5em; }
    .page_home .lp .list li,
    .page_home .code .list li {
      display: block; }
      .page_home .lp .list li:last-child,
      .page_home .code .list li:last-child {
        border-bottom: none; }
    .page_home .lp .list h3,
    .page_home .code .list h3 {
      width: auto;
      padding-left: 0;
      margin-bottom: 5px; }
    .page_home .lp .list input,
    .page_home .code .list input {
      width: 100%; }
    .page_home .lp .list .btn,
    .page_home .code .list .btn {
      text-align: center;
      margin: 10px 0 0; }
      .page_home .lp .list .btn span,
      .page_home .code .list .btn span {
        font-size: 12px;
        height: auto;
        line-height: 1;
        padding: 8px 10px; }
    .page_home .lp .list .btn:after,
    .page_home .code .list .btn:after {
      font-size: 12px;
      top: -3px;
      left: 50%;
      transform: translate(-50%, -100%); }

  /*=======================================
  	page_material
  =======================================*/
  .page_material {
    padding: calc(100vw / ( 320 / 40 )) 0 calc(100vw / ( 320 / 70 )); }
    .page_material .title {
      margin-bottom: 30px; }
    .page_material .btn a {
      padding: 15px 20px; }

  /*=======================================
  	page_status
  =======================================*/
  .page_status {
    padding: calc(100vw / ( 320 / 40 )) 0 calc(100vw / ( 320 / 70 )); }
    .page_status .flex {
      display: block; }
      .page_status .flex p {
        margin-bottom: 1em; }
    .page_status .calendar {
      display: flex;
      justify-content: flex-end; }

  /*=======================================
  	page_history
  =======================================*/
  .page_history {
    padding: calc(100vw / ( 320 / 40 )) 0 calc(100vw / ( 320 / 70 )); }
    .page_history .flex {
      display: block; }
      .page_history .flex p {
        margin-bottom: 1em; }
    .page_history thead th {
      width: auto; }
    .page_history thead .reward {
      width: auto; }
    .page_history .btn a {
      font-size: 12px;
      white-space: nowrap;
      padding: 8px 10px; }
    .page_history .pagination {
      justify-content: flex-end;
      margin-top: 20px; }
    .page_history .calendar {
      display: flex;
      justify-content: flex-end; }

  /*=======================================
  	page_account
  =======================================*/
  .page_account {
    padding: calc(100vw / ( 320 / 40 )) 0 calc(100vw / ( 320 / 70 )); }
    .page_account section {
      margin-bottom: calc(100vw / ( 320 / 40 )); }
      .page_account section:last-of-type {
        margin-bottom: 0; }
    .page_account .h .btn a {
      font-size: 13px; }
    .page_account table.common tr {
      border-bottom: none; }
    .page_account table.common th, .page_account table.common td {
      display: block;
      border: none; }
    .page_account table.common th {
      width: auto; }

  #modal-content {
    width: calc(100vw / ( 320 / 290 ));
    padding: 15px;
    font-size: 13px; }
    #modal-content section {
      margin-bottom: calc(100vw / ( 320 / 30 )); }
      #modal-content section:last-of-type {
        margin-bottom: calc(100vw / ( 320 / 15 )); }
    #modal-content tr {
      border-bottom: none; }
    #modal-content th, #modal-content td {
      display: block;
      border: none; }
    #modal-content th {
      width: auto; }
    #modal-content input[type="text"],
    #modal-content input[type="email"],
    #modal-content input[type="password"] {
      width: 100%; }
    #modal-content .radio li {
      margin-right: 15px; }
    #modal-content .flex li {
      margin: 0 8px; }
    #modal-content .flex.sp {
      display: flex;
      margin-bottom: calc(100vw / ( 320 / 15 )); } }



  /*=======================================
  	微調整
  =======================================*/
.login .timeout{
	text-align: center;
	font-size:12px;
	color:red;
	font-weight: bold;
	padding-top:15px;
}
.login .loginerr{
	text-align: center;
	font-size:12px;
	color:black;
	font-weight: bold;
	padding-top:15px;
}

.login .agent_id{
/*	font-size:24px !important;
	padding:8px !important;
	font-family: Verdana, sans-serif !important;
	vertical-align: middle;
*/	
}

.login .agent_passwd{
/*
	font-size:32px !important;
	padding:2px !important;
	font-family: Verdana, sans-serif !important;
	vertical-align: middle;
	*/
}

.submit_button{
	text-decoration: none;
	  color: #202124;
	  transition: all 0.4s;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFFFFF;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}


