/*------ restet ----------*/
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,
p,blockquote,
th,td { margin:0; padding:0; }
ol,ul,dl { list-style:none; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
a { outline:none; cursor:pointer; }
img { border:0; }
i{font-style: normal;}
a:active,a:hover {
  outline: 0;
}
/* -- clear iphone  appearance-- */
input[type="text"],
input[type="password"],
input[type="button"], input[type="submit"], input[type="reset"] ,a{
    -webkit-appearance: none;
    outline: none !important;
}
textarea {  -webkit-appearance: none;}

/*============= sp =============*/
/*------ common ----------*/
body.harmony-employee {
    background: none;
    background-color: #f2efea;
    color: #666666;
    font-family: Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 14px;
    line-height: 1;
}
/* -- clearfix -- */
.clearfix:before,.clearfix:after{ 
    content:""; 
    display:table; 
} 
.clearfix:after{clear:both;} 
.clearfix{ 
    *zoom:1;/*IE/7/6*/ 
} 
/*---------- text ------------*/
.he-text{
    line-height: 1.6;
}
.he-text-center{
    text-align: center;
}
.he-text-right{
    text-align: right;
}
.he-text-small{
    font-size: 12px;
}
.he-text-blod{
    font-weight: bold;
}

.he-box-explan{
    border-radius: 3px;
    border: solid 1px #cccccc;
    color: #6b6b6b;
    font-size: 12px;
    line-height: 1.4;
    padding: 20px;
    margin-bottom: 20px;
}
.he-box-explan p{ margin-bottom: 20px;}
.he-box-explan p:last-child{ margin-bottom: 0;}
/*---------- spance ------------*/
.he-mb-20{
    margin-bottom: 20px;
}
/*---------- link ------------*/
.harmony-employee a:link, .harmony-employee a:visited {
    color:#60a3a4;
    text-decoration:underline;
}
.harmony-employee a:hover, .harmony-employee a:active {
    color:#60a3a4;
    text-decoration:none;
}
/* link:hasIcon */
.he-link-hasIcon{
    color:#60a3a4;
    line-height: 2;
}
.he-link-hasIcon a:link, .he-link-hasIcon a:visited {
    text-decoration:none;
}
.he-link-hasIcon a:hover, .he-link-hasIcon a:active {
    text-decoration:underline;
}
/*------ common layout ----------*/
.harmony-employee .he-header{
    padding: 40px 0;
    text-align: center;
    line-height: 0;
}
.harmony-employee .he-header img{
    width: 58.7%;
}
.harmony-employee .he-footer{
    color: #999999;
    font-size: 11px;
    text-align: center;
    padding: 40px 0;
}
.harmony-employee .he-col{
    float:left;
}
.harmony-employee .he-col-right{
    float:right;
}
/* he-formCard */
.he-formCard{
    background-color: #fff;
    border: #dedede 1px solid;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    width: 94%;
    min-width: 300px;
    margin: 0 auto;
}
.he-formCard .he-formCard-inner{
    padding: 20px 2%;
}
.he-formCard .he-formCard-body{
    width: 92%;
    margin: 0 auto;
}
.he-formCard .he-formTitle{
    border-bottom: #99dda7 2px solid;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 10px 0 5px;
}
.he-formItem{
    margin-bottom: 15px;
}
.he-formItem .he-itemTitle{
    margin-bottom: 5px;
}
.he-formButton{
    padding: 10px 0 20px;
}
.he-formButton .he-col{
    width:48%;
}
.he-formCard .alert-error{
    color: #ff6b6d;
    line-height:1.6;
    margin: 10px 0 20px;
}
.he-formCard .alert-success{
    color: #60a3a4;
    line-height:1.6;
    margin: 10px 0 20px;
}
/* he-sysNotice */
.he-sysNotice{
    box-sizing: border-box;
    background-color: #ffeaea;
    border: #ff6b6d 1px solid;
    border-radius: 3px;
    color: #ff6b6d;
    font-size: 16px;
    padding: 10px;
    width: 94%;
    min-width: 300px;
    margin: 20px auto;

}
.kc-account-wrapper .alert-success{
    background-color: #f7fced;
    border: solid 2px #95bc55;
    border-radius: 5px;
    color: #95bc55;
    padding: 20px;
    margin: 10px 0 20px;
    font-size: 16px;
    line-height: 1.6;
}
.he-sysNotice p{
    padding-left: 25px;
}
/*------ form ----------*/
.he-formInput{
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-sizing: border-box;
    height: 50px;
    line-height: 30px;
    font-size: 18px;
    text-indent: 10px;
    padding: 10px 0;
    width: 100%;
}
.he-eyeButton{
    position: absolute;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    height: 48px;
    width: 12%;
    right: 1px;
    top: 1px;
}
.he-formInput:-internal-autofill-selected{
    background-color: #fff;   
}
.he-formInput:hover{
    border-color: #72c2c3;
}

.he-formInput:focus{
    border-color: #72c2c3;
    outline: #80bdc7 auto 5px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(108, 178, 189, 0.6);
}
.he-formInput::placeholder {
    color: #dedede;
  }
.he-formInput[disabled]{
    background-color: #f7f7f7;
    border-color: #e4e1dc;
    color:#999;
}

.he-formIcon-must{
    background-color: #ff6b6d;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    margin-left: 10px;
    padding: 3px;
}
/*------ btn ----------*/
.he-btn{
    border:solid 1px #72c2c3;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    padding: 5px 0;
}
.harmony-employee a.he-btn:link,
.harmony-employee a.he-btn:visited,
.harmony-employee a.he-btn:hover, 
.harmony-employee a.he-btn:active{
    text-decoration: none;
}
/* normal */
.he-btn-submit {
    background-color: #72c2c3;
    color: #fff;
    width: 100%;
}
.he-btn-default{
    background-color: #fff;
    color: #72c2c3;
    width: 100%;
}
/* mouseover */
.he-btn-submit:hover{
    opacity: 0.8;
}
.he-btn-default:hover{
    background-color: #f1f8f8;
}
/* disabled */
.he-btn-submit[disabled],
.he-btn-default[disabled]  {
    background-color: #cecece;
    border:solid 1px #cecece;
}
/*------ radiobox ----------*/
.he-radioBox {
    padding-top: 10px;
}
.he-radioBox label{
    display: inline-block;
    margin-right: 30px;
    line-height: 3;
}
.he-radioBox label input[type=radio]{
    margin-right: 5px;
}
/*------ he-localWrap ----------*/
.he-localWrap .kc-dropdown{
    color: #72c2c3;
    text-align: right;
    margin-bottom: 20px;
}
.harmony-employee .kc-dropdown a{
    display: block;
    background-color: #fff;
    color: #72c2c3;
    line-height: 2;
}
.kc-dropdown a:link,
.kc-dropdown a:visited,
.kc-dropdown a:hover,
.kc-dropdown a:active{
    text-decoration: none;
}
.kc-dropdown a:hover,
.kc-dropdown a:active{
    color: #fff;
    background-color: #72c2c3;
    text-decoration: none;
}
.kc-dropdown a.kc-current-locale-link{
    padding: 5px 0;
}
.kc-dropdown a.kc-current-locale-link:hover,
.kc-dropdown a.kc-current-locale-link:active{
    color: #72c2c3;
    background-color: #fff;
}

.kc-dropdown ul{
    background-color: #f7f7f7;
    padding: 10px;
}
.kc-dropdown ul li{
    border:#72c2c3 1px solid;
    display: inline-block;
    margin-left: 20px;
}
.kc-dropdown ul li a{
    text-align: center;
    padding: 10px;
}
/*============= sp min and max=============*/
@media (max-width: 320px) {
/*------ common ----------*/
.harmony-employee .he-header{
    width: 320px;
}

}
@media (min-width: 750px) {
/*------ common ----------*/
.harmony-employee .he-header img{
    width: 440px;
}


}


/*------ 20191217 add ----------*/
.ha-form-common-button-select-label {
    font-family: Meiryo;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.47 !important;
    letter-spacing: normal;
    text-align: left;
    color: #479fad;
    position: relative;
    float: right;
    right: 10px;
    top: 25px;
    margin-bottom: 0;
    pointer-events: none;
}
.ha-form-common-list {
    z-index: 999;
    position: absolute;
    width: 402px;
    border: solid 1px #479fad;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.17);
    border-radius: 3px;
}
.ha-form-common-list .ha-form-common-list-each {
    border-top: solid 1px #479fad;
    background-color: #ffffff;
    height: 40px;
    padding-left: 10px;

    font-family: Meiryo;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: normal;
    text-align: left;
    color: #72c2c3;
}
.ha-form-common-list .ha-form-common-list-each:hover {
    background-color: #479fad;
    color: #ffffff;
}
.ha-form-common-list .ha-form-common-list-each span {
    pointer-events:none;
}


input.ha-form-common-button-select {
    text-align: left;
}

/*---------account edit------------*/
.he-tab-nav{
    width: 94%;
    margin: 0 auto;
}
.he-tab-nav ul{
    border-bottom: 3px solid #85c023;
    display: block;
    padding: 0;
    margin-bottom: 10px;
}
.he-tab-nav ul li{
    float: left;
    width: 49%;
    margin-right: 0;
}
.he-tab-nav ul li:last-child{ float: right;}
.he-tab-nav ul li a{
    display: block;
    border-radius: 5px 5px 0 0;
    line-height: 30px;
    text-align: center;
    padding: 10px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
}
.he-tab-nav ul li a:link,.he-tab-nav ul li a:visited,.he-tab-nav ul li a:hover{
    background-color: #ffffff;
    border-color: #85c023;
    color: #85c023;
    text-decoration: none;
}
.he-tab-nav ul li a:active,.he-tab-nav ul li.active a{
    background-color: #85c023;
    border-color: #85c023;
    color: #ffffff;
    text-decoration: none;
}
/*---------footer------------*/
.footer-button{
    margin: 0 auto;
    width: 94%;
    min-width: 300px;
    padding: 20px 2%;
}
.footer-button a{
    width: 100%;
    margin: 0 auto;
}
