@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 modal.css

+++++++++++++++++++++++++++++++ */
main a {
    color: #0776a0;
    text-decoration: none;
}
main a.link {
    color: #0776a0;
    text-decoration: underline;
}
main a:hover {
    color: #e27a00;
    text-decoration: none;
}


main input
{
    color: #000;
/*     font-family: 'Roboto', 'Noto Sans Japanese', sans-serif; */
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.5;
}
/* INPUT
-----------------------------------*/
/*  テキストフィールド */
.field {
    width: 100%;
    padding: 10px 20px;
    border: #ccc 1px solid;
    border-radius: 4px;
    box-shadow: 0 3px 0 0 #f5f5f5 inset;
    vertical-align: middle;
    box-sizing: border-box;
}
.field:disabled {
    background: #e4ebf5;
    opacity: .5;
}
.field-error {
    border-color: #e31c1d;
    background: #ffe7e7;
    box-shadow: none;
}
input.field[type="number"] {
    -moz-appearance: textfield;
}
input.field::-webkit-outer-spin-button,
input.field::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}

/* カタログコード入力（modal内）
-----------------------------------*/
.login-code {
    margin: 40px 100px;
    padding: 0
}
.login-code_title {
    margin: 0 60px 40px;
    padding: 0;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}
.login-code_form {
    width: 250px;
    margin: 0 auto;
}
/* 制限 */
.login-code_form .ico_limit {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    float: right;
    border: #ccc 1px solid;
    border-radius: 4px;
    color: #999;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
}

/* カタログコードのイメージ */
.login-code_img {
    margin: 20px 0 0;
    text-align: center;
}
.login-code_img img {
    display: inline-block;
    width: 130px;
    height: 130px;
    vertical-align: middle;
}
.login-code_img p {
    display: inline-block;
    margin: 0 0 0 10px;
    line-height: 2;
    text-align: left;
    vertical-align: middle;
}

/* 不明な方 */
.login-code_question {
    text-align: center;
    margin: 14px 0;
}


/* ボタン
-----------------------------------*/
/* 基本ボタン */
main .login-btn {
    display: block;
    position: relative;
    width: 200px;
    margin: 30px auto;
    padding: 20px 0;
    transition: .2s ease;
    border: 0;
    border-radius: 4px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
}
main .login-btn:hover {
    background: rgba(0, 0, 0, 1);
    box-shadow: none;
}
main .login-btn:last-child { margin-bottom: 0; }

.login-code .login-btn {
    margin: 20px auto 0;
    background: rgba(255, 180, 0, 1);
}
.login-code .login-btn:hover {
    background: rgba(255, 180, 0, .7);
}


/* colorbox
-----------------------------------*/
#cboxOverlay {
    background: #000;
}
#cboxContent {
    margin-top: 30px;
    border-radius: 5px;
    background: #fff;
}
#cboxLoadedContent {
    border: 0;
    background: none;
}
#cboxClose {
    display: block;
    position: absolute;
    top: -30px;
    right: 5px;
    width: 25px;
    height: 25px;
    background-image: none;
}
#cboxClose::before,
#cboxClose::after {
    display: block;
    position: absolute;
    top: -2px;
    left: 10px;
    width: 5px;
    height: 30px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
    opacity: .7;
    border-radius: 10px;
    content: "";
}
#cboxClose::after {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#cboxClose:hover::before,
#cboxClose:hover::after {
    opacity: 1;
}


#cboxLoadingGraphic,
#cboxPrevious,
#cboxNext {
    background-image: none;
}


/* politespace
-----------------------------------*/
.politespace-proxy { display: block; }

