/* ログインページ専用クラス上書き */

.headerSubTitle {
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.login-box {
    position: relative;
    width: 100%;
    display: block;
    border: solid 1px rgba(4, 0, 0, 0.15);
    margin-bottom: 8%;
}

.login-box-inner {
    padding: 3%;
}

.login-box h2 {
    position: relative;
    width: 100%;
    font-size: 12px;
    height: 38px;
    border-bottom: 1px solid #eee;
    padding-left: 3%;
    line-height: 38px;
    background: #eee;
}

.login-box .data {
    margin: 0 auto;
}

.login-box .data label {
    display: block;
    margin-bottom: 7px;
}

.login-box .data input[type="text"],
.login-box .data input[type="password"] {
    width: 100%;
    margin-bottom: 15px;
    height: 35px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #afafaf;
    padding: 3px;
}

.login-box .repassBox {
    text-align: left;
    line-height: 14px;
}

.loginButton {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 8px;
}


.loginButton button {
    width: 100%;
    height: 38px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #ff9a00;
    border: 1px solid #ff9a00;
    color: #FFFFFF;
}

.loginCheckbox {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    position: relative;
}

[type='checkbox'] {
    display: none;
}

[type='checkbox'] ~ label span {
    display: inline-block;
    width: 27px;
    height: 27px;
    content: '';
    cursor: pointer;
    background: url('../../../pc_v4/images/ico.png') no-repeat 0 -1530px;
    vertical-align: middle;
}

[type='checkbox']:checked ~ label span {
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url('../../../pc_v4/images/ico.png') no-repeat 0 -1227px;
}

.followerTitle {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}


.followerBox .lineat{
    clear: both;
    display: block;
}

.followerBox >a {
    width: 50%;
    height: 38px;
    line-height: 38px;
    display: block;
    float: left;
    text-align: center;
    font-size: 11px;
    margin-bottom: 20px;
}

.icon_position {
    width: 168px;
    height: 38px;
    border: 2px solid #4a96da;
    text-align: center;
    line-height:38px;
    border-radius: 3px;
    cursor: pointer;
}

.followerBox .icon_position::before {
    background: transparent url(../images/icon.png) no-repeat -315px -148px;
    background-size: 346px;
    content: "";
    display: inline-block;
    height: 34px;
    margin-right: 5px;
    vertical-align: middle;
    width: 26px;
}

.error,
.logincomment {
    color: #ff5757;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.login-article {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 3%;
}


/*会社名&日付*/

.loginHeader_company {
    color: #4a96da;
}

.loginHeader_date {
    color: #c1c1c1;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.loginHeader_date:after {
    display: block;
    content: "";
    background-image: url(/common/v4.1/images/html/svg/icon-time.svg?1485921386);
    background-repeat: no-repeat;
    left: -5px;
    top: -3px;
    width: 25px;
    height: 25px;
    position: absolute;
}


/*ボタン*/

.medialogin-registbutton {
    border: none;
    color: #fff;
    text-align: center;
    line-height: 37px;
    height: 37px;
    width: 100%;
    display: block;
    border-radius: 3px;
    margin-bottom: 16px;
    padding: none;
    font-size: 14px;
    background: #4a96da;
}


/*または*/

.more-text {
    width: 100%;
    height: 22px;
    position: relative;
    display: block;
    line-height: 22px;
    text-align: center;
    margin-bottom: 10px;
}

.more-text:before,
.more-text:after {
    content: "";
    width: 40%;
    height: 1px;
    position: absolute;
    top: 10px;
    background: #eee;
}

.more-text:before {
    left: 0px;
}

.more-text:after {
    right: 0px;
}

/*無料メディア会員登録する*/

.mediaText_area {
    text-align: center;
    font-size: 13px;
    color: #868686;
    margin-bottom: 10px;
}

/*ログイン*/
.textLogin {
    text-align: left;
    font-size: 18px;
    color: #868686;
    font-weight: bold;
}

.textLogin span {
    color: #d73f21;
    font-size: 11px;
}

/*htdocs/common/v4.1/css/html_m/style.cssのスタイルを上書きするため*/
.login .media-login .login-registration-wrap .media-login-forget-password-link {
	display: inline;
}
