/* カスタマイズ用CSS */

.ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input , button[type=button] , button[type=reset] , button[type=submit] , .ec-input select, .ec-birth select, .ec-select select, .ec-halfInput select, .ec-numberInput select, .ec-zipInput select, .ec-telInput select , .ec-inlineBtn , .ec-orderConfirm .ec-input textarea, .ec-orderConfirm .ec-halfInput textarea, .ec-orderConfirm .ec-numberInput textarea, .ec-orderConfirm .ec-zipInput textarea, .ec-orderConfirm .ec-telInput textarea, .ec-orderConfirm .ec-select textarea, .ec-orderConfirm .ec-birth textarea{
    font-size: 1.4rem;
}

button[type=button] , button[type=reset] , button[type=submit] , .ec-inlineBtn {
    border-radius: 40px;
}

.ec-login__icon {
	display: none;
}

.loginLogo {
    width: 296px;
}

.ec-login {
	padding: 40px;
	border-radius: 10px;
}

.ec-login .ec-login__input {
    margin-bottom: 20px;
}

.ec-pageHeader h1 {
    margin: 40px 0 !important;
    font-size: 2.6rem;
    line-height: 1.4;
    text-align: center;
	border: 0;
	color: #111;
}

.ec-reportHeading {
	border: 0;
}

.ec-historyListHeader .ec-historyListHeader__date ,
.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailTitle ,
.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice {
	font-size: inherit;
}

.ec-mypageRole {
	max-width: 1160px;
}

.ec-historyListHeader .ec-historyListHeader__date {
	font-weight: normal;
}

.ec-definitions dt {
	font-weight: normal;
}

.ec-definitions dd {
    margin-left: 5px;
	font-weight: bold;
}

.ec-historyListHeader .ec-historyListHeader__action a {
    border-radius: 30px;
}

.ec-zipInputHelp .ec-zipInputHelp__icon {
	display: none;
}

.ec-zipInputHelp {
	margin-left: 0;
}

.ec-blockBtn--cancel, .ec-cartNavi--cancel {
	background-color: #111;
	border-color: #111;
}

.ec-cartRole__actions .ec-blockBtn--action ,
.ec-cartRole__actions .ec-blockBtn--cancel ,
.ec-registerRole__actions .ec-blockBtn--cancel ,
.ec-RegisterRole__actions .ec-blockBtn--cancel ,
.ec-cartCompleteRole .ec-blockBtn--cancel ,
.ec-AddAddress__actions .ec-blockBtn--cancel ,
.ec-off4Grid__cell .ec-blockBtn--cancel ,
.ec-role .ec-inlineBtn--cancel,
.ec-role .ec-inlineBtn--action,
.ec-cartNaviIsset__action a,
.ec-totalBox a,
.ec-totalBox__btn a {
    font-size: 1.4rem;
	color: #fff;
	border-radius: 30px;
}

.ec-cartRole__actions .ec-blockBtn--action ,
.ec-blockBtn--action {
	background-color: #E8413D;
	border-color: #E8413D;
	color: #fff;
}

.ec-cartRole__actions .consent {
  padding: 14px 6px;
  display: block;
  margin-bottom: 10px;
  line-height: 1.4;
  background-color: #F4F3F0;
  border-radius: 30px;
  text-align: center;
}

.ec-cartRole__actions .ec-cartRole--estimate {
	background-color: #00479D;
	border-color: #00479D;
}

.ec-cartRole__actions .ec-cartRole--estimate img {
	width: 20px;
	vertical-align: middle;
    margin-right: 6px;
}

.btn-success {
	background-color: #00479D;
	color: #fff !important;
}

.btn-success:hover {
	background-color: #003E88;
}

.btn-success-report {
	background-color: #00479D;
	color: #fff !important;
}

.ec-progress .is-complete .ec-progress__number {
	background-color: #00479D;
}

.ec-progress .is-complete .ec-progress__label {
	color: #00479D;
}

.ec-orderRole__detail .ec-orderAccount .ec-rectHeading h2 {
	margin-top: 0;
}

.ec-rectHeading h1, .ec-rectHeading .h1, .ec-rectHeading h2, .ec-rectHeading .h2, .ec-rectHeading h3, .ec-rectHeading .h3, .ec-rectHeading h4, .ec-rectHeading .h4, .ec-rectHeading h5, .ec-rectHeading .h5, .ec-rectHeading h6, .ec-rectHeading .h6 {
    padding: 12px 16px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    border-radius: 10px;
}

.ec-totalBox {
	border-radius: 10px;
}

.ec-totalBox .consent {
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 4px;
    display: block;
    margin-bottom: 10px;
}

.ec-totalBox .consent a {
    text-decoration: underline;
    color: #E8413D;
}

.ec-totalBox .consent a:hover {
	text-decoration: none;
}

.ec-addressList .ec-addressList__item label{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#popup-wrapper {
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10;
}

#popup-wrapper #popup-inside {
	text-align: center;
	width: 100%;
	max-width: 430px;
	background: white;
	margin: 20% auto 0;
	padding: 20px;
	position: relative;
	border-radius: 10px;
}

#popup-wrapper #close {
	position: absolute;
	top: 0;
	right: 5px;
	cursor: pointer;
	font-size: 20px;
}

@media (max-width: 896px) {

	.ec-login {
		padding: 20px;
	}

	.ec-pageHeader h1 {
		margin: 20px 0 !important;
		font-size: 2rem;
	}

	.ec-historyRole .ec-historyRole__header {
		padding: 20px 20px 0;
		background-color: #f0f0f0;
	}

	.ec-addressList .ec-addressList__remove {
		margin: 0 auto;
		padding-bottom: 0;
	}

	.ec-cartRow .ec-cartRow__contentColumn {
		border-bottom: 0;
	}

	.ec-cartRow .ec-cartRow__amountColumn {
		display: block;
		padding: 15px 0;
		width: 100%;
	}

}
