/*template_03*/

.c5-ImgRightLayout_min img, .c5-ImgLeftLayout_min img {
    width: 280px;
    text-align: center;
    margin: 0 auto;
}
.c5-ImgRightLayout_min.s5-inStoreFeaturesItem1A__textCol,.c5-ImgLeftLayout_min.s5-inStoreFeaturesItem1A__textCol {
	width: auto;
}
@media screen and (max-width: 639px) {
	.c5-ImgRightLayout_min.s5-inStoreFeaturesItem1A__textCol,.c5-ImgLeftLayout_min.s5-inStoreFeaturesItem1A__textCol {
	    display: block;
	    width: auto;
	    padding: 0;
	}
}

.c5-step-heading{
	background-color: #154c9c;
    padding: 20px;
    color: #fff;
    letter-spacing: 2px;
}
.c5-step-container{
	background-color: #f8f8f8;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.c5-step{
	font-weight: 300;
	font-size: 20px;
}
.c5-big-num{
	font-size: 28px;
	padding-left: 5px;
}
@media screen and (max-width: 639px){
	.c5-step-heading{
    	padding: 10px;
	}
	.c5-big-num{
		font-size: 24px;
	}
}

.step1{
	font-size: 22px;
  padding: 30px 0;
	margin-bottom: 30px;
}

@media screen and (max-width: 639px){
	.step1,.step2,.step3{
		font-size: 18px;
	}
	.step1 p,.step2 p,.step3 p{
		padding: 0 20px;
	}
	.step3 img{
		width: 90%;
	}
	.sp{
		display: block;
	}
}
.c5-button-area {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px){
	.c5-button-area{
    display: block;
	}
}
.c5-button-box{
	width: 30%;
    margin: 0 10px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    padding: 0 0 20px 0;
    vertical-align: top;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.c5-button-box{
		width: 100%;
    display: block;
    margin: 0 0 20px;
	}
}
.step1 .c5-button-area .c5-button-box h4{
	background-color: #3a9294;
    padding: 15px;
    color: #fff;
    font-weight: 300;
    margin: 0 auto 20px;
    max-width: 1090px;
}
@media screen and (max-width: 768px){
	.step1 h4{
		width: 100%;
    box-sizing: border-box;
	}
}
.c5-general--mb0{
	margin-bottom: 0 !important;
}
.c5-general--mt0{
	margin-top: 0 !important;
}

.s5-storeButton {
  margin: 0 0 10px !important;
}

.consul-Txt {
  text-align: left;
  margin: 0 0 30px;
  padding: 0 30px;
  min-height: 115px;
  font-weight: normal;
}
@media screen and (max-width: 820px){
	.consul-Txt {
    padding: 0 20px;
	}
}
@media screen and (max-width: 768px){
	.consul-Txt {
    min-height: auto;
	}
}

.c5-button-inner {
  padding: 0 30px;
}
@media screen and (max-width: 820px){
	.c5-button-inner {
    padding: 0 20px;
	}
}

@media screen and (max-width: 639px){
  .s5-button {
    min-width: 222px;
  }
}

.c5-list-style-none {
  list-style: none;
  margin-left: -1rem;
}
