/* COLOR */
/* RADIUS */
/* MIXIN */
/* -------------tb mode------------- */
@media screen and (max-width: 1240px) {
  .only_pc {
    display: none;
  }

  .only_tbsp {
    display: inline;
  }

  section.only_tbsp, div.only_tbsp {
    display: block;
  }

  #top .top_textbox {
    left: 10%;
    max-width: 370px;
  }
  #top .top_textbox .top_logo {
    margin-bottom: 20px;
  }
  #top .top_textbox .top_caution br {
    display: none;
  }
  #top .top_textbox .top_login_form .form_pass_box .form_pass_title {
    font-size: 16px;
    font-weight: bold;
    width: 30%;
    padding: 8px;
    border-right: 2px #5d4728 solid;
  }
  #top .top_textbox .top_login_form .form_pass_box input {
    float: left;
    width: 70%;
    font-size: 18px;
    border: none;
    padding: 8px;
  }
  #top .top_textbox .top_login_form button {
    color: #fff;
    background-color: #ed7956;
    width: 140px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 12px;
    -moz-box-shadow: 0px 0px 10px #d84a1a inset;
    -webkit-box-shadow: 0px 0px 10px #d84a1a inset;
    box-shadow: 0px 0px 10px #d84a1a inset;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
  }
  #top .top_textbox .top_login_form button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  #top footer {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 100%;
    text-align: left;
    background-color: inherit;
    padding-bottom: 0;
    color: #fff;
  }
}
/* -------------sp mode------------- */
@media screen and (max-width: 767px) {
  .only_pctb {
    display: none;
  }

  .only_sp {
    display: inline;
  }

  section.only_sp, div.only_sp {
    display: block;
  }

  .center_sp {
    text-align: center;
  }

  .right_sp {
    text-align: right;
  }

  .left_sp {
    text-align: left;
  }

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

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

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

  .mb32 {
    margin-bottom: 16px !important;
  }

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

  .mb64 {
    margin-bottom: 32px !important;
  }

  .mb80 {
    margin-bottom: 40px !important;
  }
}
