@charset "UTF-8";
.bg-color {
background-image: linear-gradient(90deg, rgba(251, 213, 251, 0.3), rgba(255, 255, 255, 1),rgba(0, 155, 255, 0.2));
}

.ttl-a,
.ttl-b:before,
.ttl-d__text:before,
.ttl-e
{
  background:#ea416a;
}

.ttl-b,
.ttl-c,
.right-text,
.header-top__menu__list li a:hover {
  color: #ea416a;
}

.ttl-c {
  border: solid 2px #6ec2ee;
  background-image:repeating-linear-gradient(135deg, transparent, transparent 8px, #fdf1f6 8px, #fdf1f6 12px);
}

.l-column.goods-list .goods-list__inner {
  background: #FFF;
  box-shadow: 2px 5px 6px 1px #ebebeb;
}

.caution-container {
  background: #FFF;
}

.l-column.goods-list .col-1 .image {
  padding-right: 2rem;
  border-right: dotted 3px #6ec2ee;
}

.space {
  color: #ddd;
  margin: 2rem 0;
}



.info{
background-color:rgba(255,255,255,0.6)
}

.yoko-1{
max-width: 600px;
margin: auto;
}

.card{
width: 100%;
margin: auto;
margin-bottom: 40px;
}
.line-container {
    border: solid 2px #0082c6;
}





@media only screen and (max-width: 599px) {
  .l-column.goods-list .col-1 .image {
    border-right: none;
    padding-right: 0;
	
  }
}
@media only screen and (max-width: 599px) {
  .card {
   width: 100%;
	
  }
}