@charset "utf-8";

/* ======================================================
 * login.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- login-box-layout ----- */
  .login-box-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 31px 30px 40px;
    background-color: #f7f8fc;
  }
  .login-box_columnn.detail-area {
    width: calc((100% - 56%) - 30px);
    margin-right: 30px;
  }
  .login-box_columnn.login-area {
    width: 56%;
  }
  .login-box_title {
    color: #009c84;
    font-size: 2.7rem;
    font-weight: bold;
    text-align: center;
  }
  .login-box-layout .image-set {
    margin: 27px 0 0;
  }
  .login-box_detail {
    margin-top: 50px;
  }
  .login-box_detail .detail_text {
    margin: 0;
  }
  .login-list-note {
    margin: 5px 0 0;
    color: #555555;
    font-size: 1.6rem;
  }
  .login-list-note li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .login-area_inner {
    margin-top: 10px;
    padding: 30px 70px 25px;
    background-color: #fff;
  }
  .login-input {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .login-input + .login-input {
    margin-top: 15px;
  }
  .login-input_text {
    width: 95px;
    margin-right: 25px;
    font-weight: bold;
  }
  .login-input > input {
    width: calc(100% - 120px);
    padding: 15px 17px 15px;
    border: 1px solid #cccccc;
    border-radius: 3px 3px;
  }

  .login-input > input[type="text"]:focus,
  .login-input > input[type="password"]:focus {
    border: 1px solid #009c84;
     outline: none;
  }
  .login-input > input[type="text"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
  .login-button{
    margin-top: 30px;
  }
  .login-button > input[type="submit"] {
    -webkit-appearance: button;
    display: inline-block;
    min-width: 68.5%;
    padding: 15px 20px 13px;
    border: none;
    border-radius: 30px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.25);
    background-color: #e3e3ee;
    color: #333;
    line-height: 1.5;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .login-button >  input[type="submit"]:hover {
    background-color: #009c84;
    color: #fff;
  }
  /* ----- error ----- */
  .error-text {
    margin: 0 0 20px 120px;
    color: #ff0000;
    font-weight: bold;
  }
  .login-input.error-input > input {
    border: 1px solid #ff0000;
    background-color: #fff2f2;
  }
  .login-input.error-input > input[type="text"]:focus,
  .login-input.error-input > input[type="password"]:focus {
    border: 1px solid #ff0000;
    outline: none;
  }
  .login-input.error-input > input[type="text"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff2f2 inset;
  }
  /* ----- login-box-layout02 ----- */
  .login-box-layout02 {
    padding-top: 3px;
  }
  .login-box-layout02 .login-box_title {
    color: #009c84;
    font-size: 2.7rem;
    font-weight: bold;
    text-align: left;
  }
  .login-box-layout02 .detail-column {
    -webkit-display: flex;
    display: flex;
    margin-top: 25px;
  }
  .login-box-layout02 .detail-column .image-col {
    margin-right: 39px;
  }
  .login-box-layout02 .detail-column .text-col > *:first-child {
    margin-top: 0;
  }
  .login-box-layout02 .notes-box {
    margin-top: 35px;
    padding: 28px 32px 30px;
    background: #f7f8fc;
  }
  .login-box-layout02 .notes-box .notes-box_title {
    margin-bottom: 12px;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .login-box-layout02 .notes-box p,
  .login-box-layout02 .notes-box ul {
    margin: 0;
  }
  .login-box-layout02 .notes-box p + ul,
  .login-box-layout02 .notes-box ul + p {
    margin-top: 0.5em;
  }
  .login-box-layout02 .notes-box .agreement-area {
    margin-top: 20px;
    text-align: center;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-text {
    font-weight: bold;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-text .agreement-icon {
    display: inline-block;
    margin: 0 1em 0 0;
    padding: 0 13px;
    background: #ff0000;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    vertical-align: middle;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-input {
    margin-top: 12px;
    font-size: 1.6rem;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-input label {
    cursor: pointer;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-input input[type="checkbox"] {
    position: absolute;
    z-index: -1;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-input .checkbox_label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 33px;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-input .checkbox_label::before,
  .login-box-layout02 .notes-box .agreement-area .agreement-input .checkbox_label::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-input .checkbox_label::before {
    top: 0.15em;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #ddd;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-input .checkbox_label::after {
    top: 0.1em;
    left: 0;
    transform: rotate(-45deg);
    width: 12px;
    height: 8px;
    margin: 5px 0 0 4px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transition: all .2s ease-out 0s;
    opacity: 0;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-input input[type="checkbox"]:checked + .checkbox_label::before {
    background: #009d85;
    border-color: #009d85;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-input input[type="checkbox"]:checked + .checkbox_label::after {
    opacity: 1;
  }
  .login-box-layout02 .login-area {
    margin-top: 70px;
  }
  .login-box-layout02 .login-area .login-area_inner {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .login-box-layout02 .login-area .login-area_inner .login-input {
    width: 32.9%;
    margin-top: 0;
  }
  .login-box-layout02 .login-area .login-area_inner .login-input + .login-input {
    width: 38.8%;
    margin-left: 2.6%;
  }
  .login-box-layout02 .login-area .login-area_inner .login-input > .login-input_text {
    width: auto;
  }
  .login-box-layout02 .login-area .login-area_inner .login-input > input {
    flex: 1;
    width: auto;
    min-width: 0;
    border-radius: 4px;
  }
  .login-box-layout02 .login-area .login-area_inner .login-button {
    width: 22.8%;
    margin-top: 0;
    margin-left: 3%;
  }
  .login-box-layout02 .login-area .login-area_inner .login-button > input[type="submit"] {
    width: 100%;
  }
  .login-box-layout02 .login-area .login-area_inner .login-button > input[disabled="disabled"] {
    background: #f4f4f9;
    color: #adadad;
    box-shadow: none;
  }
  .login-box-layout02 .error-text {
    margin: -5px 0 10px 0;
    color: #ff0000;
    font-weight: bold;
  }
  .login-box-layout02 .login-input.error-input > input {
    border: 1px solid #ff0000;
    background-color: #fff2f2;
  }
  .login-box-layout02 .login-input.error-input > input[type="text"]:focus,
  .login-box-layout02 .login-input.error-input > input[type="password"]:focus {
    border: 1px solid #ff0000;
    outline: none;
  }
  .login-box-layout02 .login-input.error-input > input[type="text"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff2f2 inset;
  }
  
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- login-box-layout ----- */
  .login-box-layout {
    padding: 30px 15px;
    background-color: #f7f8fc;
  }
  .login-box_title {
    color: #009c84;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
  }
  .detail-area_inner {
    margin-top: 20px;
  }
  .detail-area_inner .image-set {
    float: left;
    width: 14.6%;
    margin: 0 18px 0 0;
  }
  .detail-area_inner .image-set img {
    max-width: 53px;
  }
  .detail-area_inner .login-box_detail {
    overflow: hidden;
  }
  .login-list-note {
    color: #555555;
    font-size: 1.3rem;
  }
  .login-list-note > li {
    position: relative;
    padding-left: 1em;
  }
  .login-list-note > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .login-area {
    margin-top: 35px;
  }
  .login-area_inner {
    padding: 25px 15px;
    background-color: #fff;
  }
  .login-input + .login-input {
    margin-top: 20px;
  }
  .login-input_text {
    font-weight: bold;
  }
  .login-input > input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    margin-top: 4px;
    padding: 12px 15px 11px;
    border: 1px solid #cccccc;
    border-radius: 5px 5px;
    box-shadow: none;
  }
  .login-input > input[type="text"]:focus,
  .login-input > input[type="password"]:focus {
    border: 1px solid #009c84;
    outline: none;
  }
  .login-button {
    margin-top: 30px;
  }
  .login-button > input[type="submit"]  {
    -webkit-appearance: button;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 20px 10px;
    border: none;
    border-radius: 30px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.25);
    background-color: #e3e3ee;
    color: #333;
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  
    /* ----- error ----- */
  .error-text {
    margin: 0 0 20px;
    color: #ff0000;
    font-weight: bold;
  }
  .login-input.error-input > input {
    border: 1px solid #ff0000;
    background-color: #fff2f2;
  }
  .login-input.error-input > input[type="text"]:focus,
  .login-input.error-input > input[type="password"]:focus {
    border: 1px solid #ff0000;
    outline: none;
  }
  
  /* ----- login-box-layout02 ----- */
  .login-box-layout02 {
    padding-top: 30px;
  }
  .login-box-layout02 .login-box_title {
    color: #009c84;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: left;
  }
  .login-box-layout02 .detail-column {
    -webkit-display: flex;
    display: flex;
    margin-top: 10px;
  }
  .login-box-layout02 .detail-column .image-col {
    width: 46px;
    margin-right: 17px;
  }
  .login-box-layout02 .detail-column .text-col {
    flex: 1;
  }
  .login-box-layout02 .detail-column .text-col > *:first-child {
    margin-top: 0;
  }
  .login-box-layout02 .notes-box {
    margin: 22px -15px 0;
    padding: 20px 15px 35px;
    background: #f7f8fc;
  }
  .login-box-layout02 .notes-box .notes-box_title {
    margin-bottom: 4px;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .login-box-layout02 .notes-box p,
  .login-box-layout02 .notes-box ul {
    margin: 0;
  }
  .login-box-layout02 .notes-box p + ul,
  .login-box-layout02 .notes-box ul + p {
    margin-top: 0.5em;
  }
  .login-box-layout02 .notes-box .agreement-area {
    margin-top: 30px;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-text {
    position: relative;
    padding-left: 50px;
    font-weight: bold;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-text .agreement-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 0 10px;
    background: #ff0000;
    line-height: 24px;
    border-radius: 12px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: middle;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-input {
    margin: 10px 0 0 30px;
    font-size: 1.4rem;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-input label {
    cursor: pointer;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-input input[type="checkbox"] {
    position: absolute;
    z-index: -1;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-input .checkbox_label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-input .checkbox_label::before,
  .login-box-layout02 .notes-box .agreement-area .agreement-input .checkbox_label::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-input .checkbox_label::before {
    top: 0.10em;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #ddd;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-input .checkbox_label::after {
    top: 0.1em;
    left: 0;
    transform: rotate(-45deg);
    width: 12px;
    height: 8px;
    margin: 5px 0 0 4px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transition: all .2s ease-out 0s;
    opacity: 0;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-input input[type="checkbox"]:checked + .checkbox_label::before {
    background: #009d85;
    border-color: #009d85;
  }
  .login-box-layout02 .notes-box .agreement-area .agreement-input input[type="checkbox"]:checked + .checkbox_label::after {
    opacity: 1;
  }
  .login-box-layout02 .login-area {
    margin-top: 20px;
  }
  .login-box-layout02 .login-area .login-area_inner {
    margin: 0;
    padding: 0;
  }
  .login-box-layout02 .login-area .login-area_inner .login-input > .login-input_text {
    margin: 0;
  }
  .login-box-layout02 .login-area .login-area_inner .login-button {
    padding: 0 30px;
  }
  .login-box-layout02 .login-area .login-area_inner .login-button > input[disabled="disabled"] {
    background: #f4f4f9;
    color: #adadad;
    box-shadow: none;
  }
  .login-box-layout02 .error-text {
    margin: 0 0 10px 0;
    color: #ff0000;
    font-weight: bold;
  }
  .login-box-layout02 .login-input.error-input > input {
    border: 1px solid #ff0000;
    background-color: #fff2f2;
  }
  .login-box-layout02 .login-input.error-input > input[type="text"]:focus,
  .login-box-layout02 .login-input.error-input > input[type="password"]:focus {
    border: 1px solid #ff0000;
    outline: none;
  }
  .login-box-layout02 .login-input.error-input > input[type="text"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff2f2 inset;
  }  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


