@charset "utf-8";

input.email {
    ime-mode: inactive;
    width: 20em
}
/*-----------------------------
  ボタンエリア
-----------------------------*/
#customerSendpasswordEditArea .requireMessageArea {
    text-align: left;
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
}

#customerSendpasswordEditArea div.linkBlock.dashed {
    border-bottom: dashed 1px #778899;
}


/*-----------------------------
  メールに関してコメント
-----------------------------*/
.mailComment {
    text-align:left;
    display: block;
    padding:20px;
}


/*767px以下（SP）で表示*/
@media screen and (max-width:767px) {
    #customerSendpasswordEditArea {
        text-align: left;
        width: 100%;
        padding-top: 20px;
    }
}

/*-----------------------------
  会員登録のメリット
-----------------------------*/
#meritMember ul{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#meritMember li{
	width: 24%;
}
#meritMember li figure{
	background: #efefef;
	text-align: center;
}
#meritMember li figure img{
	width: 60%;
}
#meritMember li .ttl{
	margin-bottom: 15px;
	font-size: 16px;
}

/* sp */
@media screen and (max-width:768px) {
#meritMember ul{
	flex-wrap: wrap;
}
#meritMember li{
	width: 48%;
	margin-bottom: 40px;
}
#meritMember li figure img{
	width: 100%;
}
}