/* お客さん用 customer */

/* 共通 customer-common */
::-webkit-input-placeholder{
	color:#eee;
}
:-ms-input-placeholder {
	color:#eee;
}
::placeholder{
	color:#eee;
}

p,a,ul,ol,h1,h2,h3,h4,h5,h6,label,select,input,th,td,dt,dd{
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
}

body{
	margin: 0;
}

.customer-common{
	background: #eff2f9;
	width: 100vw;
	height: auto;
	min-height: 100vh;
	margin: 0;
	box-sizing: border-box;
}

/* header */
.customer-common header{
	background: #b71a35;
	height: 55px;
/*	line-height: 13vh;*/
	width: 100%;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
}

.customer-common header .header-body{
	position: relative;
}

.customer-common header .header-body .logo{
	width: 25px;
	height: 25px;
	position: absolute;
	left: 10px;
	line-height: 0;
	top: 1.5vh;
}

.customer-common header .header-body .logo img{
	width: 100%;
}

.customer-common header .header-body h1{
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	padding-top: 2vh;
	box-sizing: border-box;
}

/* main */

.customer-common main .customer-status{
	background: #fff;
	text-align: center;
	color: #7d7d7d;
	padding: 30px 0 10px;
}
.customer-common main .customer-status .status-ico-box{
	padding: 0;
	margin: 0;
	list-style: none;
}
.customer-common main .customer-status .status-ico-box .status-ico{
	display: inline-block;
	width: 90px;
}
.customer-common main .customer-status .status-ico-box .status-ico:last-child{
	margin-right: 0;
}
.customer-common main .customer-status .status-ico-box .status-ico .img-box{
	position: relative;
	border-radius: 50%;
	border: 1px solid #989eaa;
	box-sizing: border-box;
	padding: 15px;
	width: 57px;
	margin: 0 auto;
}
.customer-common main .customer-status .status-ico-box .status-ico .img-box::after{
	position: absolute;
	content: '';
	background-color: #989eaa;
	display: inline-block;
	width: 40px;
	height: 1px;
	right: -40px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.customer-common main .customer-status .status-ico-box .status-ico:last-child .img-box::after{
	content: none;
}
.customer-common main .customer-status .status-ico-box .status-ico.on .img-box{
	background: #b71a35;
	border: 1px solid #b71a35;
}
.customer-common main .customer-status .status-ico-box .status-ico.finish .img-box{
	background: #b71a35;
	border: 1px solid #b71a35;
}
.customer-common main .customer-status .status-ico-box .status-ico img,
.customer-common main .customer-status .status-ico-box .status-ico svg{
	width: 25px;
	height: 25px;
	vertical-align: bottom;
}
.customer-common main .customer-status .status-ico-box .status-ico p{
	margin: 5px 0 0 0;
	font-size: 120%;
	font-weight: bold;
}
.customer-common main .customer-status .status-ico-box .status-ico.on p{
	color: #b71a35;
}
.customer-common main .customer-status .status-ico-box .status-ico.finish p{
	color: #b71a35;
}
.customer-common main .customer-status p.caution{
	font-size: 65%;
}
/* footer */
footer{
	text-align: center;
	padding: 30px 0 20px;
	background-color: #fff;
}
footer .footer-logo{}
footer .footer-logo img{
	vertical-align: bottom;
	width: 100px;
}
footer small{
	display: block;
	color: #d6dae4;
	margin-top: 20px;
}

/*
.add-more-receiver {
	display: block;
    width: 90px;
    height: 24px;
    background: #b71a35;
    text-decoration: none;
    color: aliceblue;
    border-radius: 3px;
    text-align: center;
    font-weight: 900;
    font-family: serif;
    box-shadow: 0 0 1px black;
}
*/

.customer-index .edit-wrap .edit-area-body .edit-body .enquete_qa{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	 flex-wrap:  wrap;
	margin-bottom: 20px;
}


.customer-index .edit-wrap .edit-area-body .edit-body .enquete_qa label{
	margin: 6px 2% 0 0;

}

/* 20201016 add */
.remember-me-wrap{
	text-align: right;
}

.small{
	font-size: 65%;
}
.validate-error .error-box{
    color: red;
    font-size: 80%;
}