@charset "utf-8";

#pnkz,
body{
    background-color: #efefef;
}
.formPage .secCmnTit {
    background: url(../img/login/bgCmnTit.jpg) center top / cover no-repeat;
}
@media only screen and (max-width:767px){
    .formPage .secCmnTit {
        background: url(../img/login/bgCmnTitSp.jpg) center top / cover no-repeat;
    }
    #pnkz,
    body{
        background-color: #fff;
    }
}

.secEntryForm{
    padding-top: 0;
}
.secEntryForm .formSub{
    margin: 0;
}
@media only screen and (max-width:767px){
    .secEntryForm {
        margin-top: 50px;
    }
}


.secLogin .secEntryForm{
    background:#f7f7f4;
    text-align:center;
    padding: 58px 0 60px;
    margin-top:44px;
}
.secLogin .tableIn{
    background-image: none;
}
.secLogin.ok .secEntryForm{ 
    background:none;
    padding:0;
    margin-top:0;
}
.secLogin .bgBox dl{
    width:568px;
    margin:0 auto;
    border:1px solid #dddddd;
    display: flex;
    flex-wrap: wrap;
}
.secLogin .bgBox dl + dl{ margin-top:18px;}
.secLogin .bgBox dt{
    display: flex;
    align-items: center;
    justify-content: center;
    width:66px;
    height:66px;
    border-right:1px solid #444;
    background:#444;
}
.secLogin .bgBox dd{
    width:calc(100% - 66px);
    background:#fff;
	position:relative;
    height:66px;
}
.secLogin .bgBox dd p{
    display: block;
    height: 100%;
}
.secLogin .bgBox dd.passIn{ position:relative;}
.secLogin .bgBox .iconEye {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 16px;
    text-align: center;
    cursor: pointer;
}
.secLogin .bgBox dd input{
    height:100%;
    width:100%;
    padding-left:15px;
    border:none;
    font-size:15px;
    font-family:inherit;
    padding-right: 55px;
    border: 1px solid #444;
    border-left: none;
    border-radius: 0;
    color: inherit;
}
.secEntryForm .boxOmit{
    font-size: 15px;
    line-height:2;
    text-align: center;
    margin-top: 25px;
}
.secEntryForm .boxOmit label{
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
}
.secEntryForm .boxOmit input{
    margin: 0 8px 0 0;
    width:20px;
    height:20px;
}
.secEntryForm .txtForget{
    margin-top: 32px;
    text-align:center;
}
.secEntryForm .txtForget a{
    color: #1e88e5;
    font-size: 15px;
    border-bottom:1px solid #1e88e5;
}
.secLogin textarea {
    background: #fff;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    font-size: 15px;
    padding: 15px;
    line-height: 1.73;
    font-family:inherit;
    width: 100%;
    max-width:800px;
    height: 270px;
    resize: none;
}
@media only screen and (max-width:767px){
	.secLogin{ padding: 17px 0 60px;}
	.secLogin .titMain{
	    font-size: 16px;
        text-align: center;
        line-height: 2.0;
        margin-top: 22px;
        letter-spacing: 0;
	}
	.secLogin.ok{ padding:0 0 50px;}
	.secLogin .secLoginTit{
        font-size:12px;
		line-height: 1.916;
		padding: 0;
        letter-spacing: 0;
        color:#1a1a1a;
	}
    .secLogin .secLoginTit.index{
        text-align: left;
    }
    .secLogin .secLoginTit.pass{
        text-align: center;
        font-size:13px;
        line-height: 1.769;
    }
	/* .secLogin.ok .secLoginTit{ text-align:left;} */
	.secLogin .secLoginTit .small{ 
		font-size:12px;
		line-height: 1.916;
		margin-top: 0;
		display:block;
	}
	.secLogin .secEntryForm{
		padding: 0;
		margin-top:0;
	}
    .secLogin .wrapperLogin{
        background-color: #f7f7f4;
        padding:40px 0;
        margin-top:25px;
    }
	.pass .secLogin .secEntryForm{ margin-top:10px;}
	.secLogin .bgBox dl{
		width:100%;
	}
	.secLogin .bgBox dl + dl{ margin-top:15px;}
	.secLogin .bgBox dt{
		width:48px;
		height:48px;
	}
	.secLogin .bgBox dd{
		width:calc(100% - 50px);
		height: 48px;
	}
    .secLogin .bgBox .iconEye{
        right: 13px;
        width: 20px;
        height: 13px;
    }
	.secEntryForm .boxOmit{
		font-size: 12px;
		line-height:2.5;
		margin-top: 15px;
	}
	.secEntryForm .boxOmit input{
		margin: 0 7px 0 0;
		width:18px;
		height:18px;
	}
	.secEntryForm .txtForget{ margin-top: 15px;}
	.secEntryForm .txtForget a{
		font-size: 12px;
	}
	.secEntryForm .btnForm {
		font-size: 15px;
		letter-spacing: 1px;
		width: 91.5%;
		padding: 23px 0;
		margin: 44px auto 0;
	}
	.secEntryForm .boxError { 
		width: 100%;
		margin-top:0;
	}
	.pass .secEntryForm .btnForm{ margin-top:18px;}
	.secLogin .btnPrevMain{ margin-top:30px;}
	.secLogin textarea {
		font-size: 13px;
		line-height:1.692;
		height: 150px;
        padding:8px
	}
    .secLogin .iconMail{
        width: 18px;
        height: auto;
    }
    .secLogin .iconPass{
        width: 16px;
        height: auto;
    }
    .secLogin  .secCmnBack .abtn {
        width: 280px;
        margin: 20px auto 0;
        height: 50px;
    }
    .secLogin  .secCmnBack .abtn {
        font-size: 14px;
        letter-spacing: normal;
    }
    .secLogin .bgBox dd input {
        font-size: 16px;
        padding-right: 40px;
    }
}
@media only screen and (max-width:359px){
    .secLogin .titMain {
        font-size: 16px;
    }
	.secLogin .secLoginTit{ font-size:12px;}
    .secLogin .secLoginTit .small {
        font-size: 12px;
    }
}
.secLogin .txtBack{
    margin-top: 32px;
    text-align:center;
}
.secLogin .txtBack a{
    color: #1a73e8;
    font-size: 15px;
    padding-bottom:0px;
    letter-spacing: 0px;
    display:inline-block;
    border-bottom:1px solid #1a73e8;
    text-decoration:none;
}
@media only screen and (max-width:767px){
    .secLogin .txtBack{
        margin-top: 25px;
    }
    .secLogin .txtBack a{
    	font-size: 12px;
    }
}


/* common_form.css */
.secForm .pageBtn{
    margin: 30px auto 0;
}
.secForm .pageBtn::before{
    display: none;
}
@media only screen and (max-width:767px){
    .secForm .tableIn{
        padding-bottom: 0;
    }
    .secEntryForm{
        margin-top: 30px;
    }
    .secEntryForm .formSub{
        font-size: 13px;
        line-height: 24px;
    }
    .secForm{
        margin-top: 0;
    }
    .secForm .pageBtn{
        margin: 15px auto 0;
    }
    .secPass{
        padding-top: 0;
    }
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    display: none!important;
}