﻿.c5-main .c5-ttl{
 color: #fff;
 font-weight:100;
 line-height:1.3;
 padding: 20px;
 background-color:#3c92b3;
}


section .c5-theme {
 color: #fff;
 font-weight:100;
 line-height:1.4;
 width:calc(97%);
 margin:10px auto;
 padding: 10px 15px;
 border-radius:10px;
 background-color:#3c92b3;
}
@media screen and (max-width: 639px) {
section .c5-theme {
	width: inherit;
}
}

section .c5-theme2 {
	color: #3c92b3;
	border-left: 5px solid #3c92b3;
	padding-left:  10px;
	line-height:  1;
}

.s5-storeItem3__labelGroup {
	display: none
}

.s5-storeItem3 {
    margin: 0 0 10px;
}

section.c5-shop, section.c5-consultation {
	margin-top: 50px;
}
@media screen and (max-width: 639px) {
section.c5-shop, section.c5-consultation {
	margin-top: 60px;
}
}






.c5-main-ttl {
	color: #69be78;
}

.s5-inStoreItem5 .s5-inStoreItem5__inner {
	border-top: none;
}
@media screen and (max-width: 639px) {
  .s5-inStoreList .s5-inStoreItem5 {
  	margin-bottom: 20px;
  }
  .s5-inStoreItem5 .s5-inStoreItem5__inner {
  	padding-top: 10px;
  }
  .s5-inStoreItem5 .s5-inStoreItem5__image {	
  	width:  15%;
  }
}

.c5-item {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 5% 0 0;
}
.c5-item .c5-text {
	color: #969696
}

.c5-flow img {
	max-width: 100%;
	height:  auto;
}

.s5-table {
	background: #FFFFFF;
	max-width: 1000px;
	margin: 20px auto
}

.s5-table ul.s5-list.s5-list--unstyled, ol.s5-list.s5-list--unstyled {
    margin: 0;
    padding: 0;
}
