@charset "utf-8";
/* CSS Document */


.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0;
	font-size: .85rem;
}

.alert h4 {
  margin-top: 0;
  color: inherit
}
.alert-title{
	font-size: 1.2rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: .5rem;
	padding: 1rem 0;
}

@media (max-width:575px){
	.alert {
		font-size: .8rem;
	}
	.alert-title{
	font-size: 1rem;
	}
}


.alert .alert-link {
  font-weight: bold
}
.alert p{
	line-height: 1.5;
}
.alert>p, .alert>ul {
  margin-bottom: 0
}

.alert>p+p {
  margin-top: 5px
}
.alert ul li{
	list-style: disc;
	margin-left: 1rem;
}

.line_ec .button-container.w100 {
  width: 100%
}

.line_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none
}

.line_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%
}

.line_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px
}

@media screen and (min-width: 480px) {
  .line_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }
  .line_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px
  }
  .line_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px
  }
  .line_ec .button-container .button:before {
    width: 40px;
    height: 40px
  }
  .line_ec .button-container .button:after {
    width: 40px
  }
}

.line_ec .button-container .btn-line {
  background-color: #31ae36
}

.line_ec .button-container .btn-line:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/lepeelorganicsjp/uploads/images/login-line.png)
}

.line_ec .button-container .btn-line:after {
  border-color: #70C053
}

.line_sp_ec .button-container.w100 {
  width: 100%
}

.line_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none
}

.line_sp_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%
}

.line_sp_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px
}

@media screen and (min-width: 480px) {
  .line_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }
  .line_sp_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px
  }
  .line_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px
  }
  .line_sp_ec .button-container .button:before {
    width: 40px;
    height: 40px
  }
  .line_sp_ec .button-container .button:after {
    width: 40px
  }
}

.line_sp_ec .button-container .btn-line {
  background-color: #31ae36
}

.line_sp_ec .button-container .btn-line:before {
  background-image: url(/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png)
}

.line_sp_ec .button-container .btn-line:after {
  border-color: #70C053
}

