.c5-title1 h2{
	padding: 10px;
	font-size: 38px;
}
	@media screen and (max-width: 639px) {
		.c5-title1 h2{
			font-size: 5.625vw;/*w320 18px*/
		}
	}

.c5-title2{
	background: #1c3a8a;
	color: #ffffff;
}
	.c5-title2 h2{
		padding: 10px;
		font-size: 30px;	
	}
		@media screen and (max-width: 639px) {
			.c5-title2 h2{
				font-size: 5.000vw;/*w320 16px*/
			}
		}

h2.c5-title3{
	color: #1c3a8a;
	font-size: 44px;
}
		@media screen and (max-width: 1200px) {
			h2.c5-title3 {
				font-size: 3.6vw;/*w1200 44px*/
			}
		}


.c5-price{
	padding: 10px;
	border:#c93434 1px solid;
}

.c5-block80 {
	width: 80%;
	margin: 0 auto;
}

.c5-block80 section {
	margin: 0 !important;
}

.c5-block80 .c5-check {
	position: relative;
}

.c5-block80 .c5-checkin {
	position: absolute;
	top: 130px;
	left: 43px;
	width: 40%;
}

.c5-acc .s5-listItem4__main{
	border-top: none;
}

.c5-child--ps0 .s5-inStoreFeaturesItem1B {
	padding: 0!important;
}

.c5-mb0 {
	margin-bottom: 0!important;
}

@media screen and (max-width: 1280px) {
	.c5-block80 {
		width: 100%;
	}
	.c5-block80 .c5-checkin {
		bottom: 25%;
		top: auto;
		left: 9%;
	}
	.c5-block80 p {
		margin-bottom: 50px !important;
	}
}

@media screen and (max-width: 639px) {
	.c5-nav .s5-row__col2{
		width: 50% !important;
    display: table-cell !important;
	}
}


/*
c5-plus
_____________________________________
*/
.c5-plus .s5-inStoreFeaturesItem3:after{
	display: none;
}
.c5-plus .s5-inStoreFeaturesItem3 .s5-inStoreFeaturesItem3__image{
	position: relative;
}
	.c5-plus .s5-inStoreFeaturesItem3 .s5-inStoreFeaturesItem3__image:after{
		font-family: "Arial Bold";
		font-size: 47px;
		content: "+";
		/*content: "";*/
		font-weight: 900;
		margin-top: -100px;
		color:#1B3A8A;
		position: absolute;
		top: 80%;

		right:-23px;
	}
	.c5-plus .s5-inStoreFeaturesItem3:last-child .s5-inStoreFeaturesItem3__image:after{
		content: "";
	}
@media screen and (max-width: 639px) {
	.c5-plus .s5-inStoreFeaturesItem3 .s5-inStoreFeaturesItem3__image:after{
		display: none;
	}
	.c5-plus .s5-inStoreFeaturesItem3:after{
		display: block;
		font-family: "Arial Bold";
		font-size: 47px;
		content: "+";
		/*content: "";*/
		font-weight: 900;
		color:#1B3A8A;
		text-align: center;
	}
	.c5-plus .s5-inStoreFeaturesItem3:last-child:after{
		display: none;

	}
}
.c5-autumn_table table{
	/*width: 85%;*/
}

.c5-autumn_table td{
	border: none;
	padding: 5px 10px !important;
}

.c5-autumn_table .c5-autumn_tableTd{
	width: 35%;
}

.c5-autumn_table th{
	border: none;
    padding: 5px 10px 0 10px  !important;
    width: 80px;
}

@media screen and (max-width: 639px){
	.c5-autumn_table th{
		border-top: none !important;
	}
	.c5-autumn_table td{
		padding-left: 10px !important;
	}
}

.c5-ac_red{
	border: 1px solid #c93434;
    padding: 15px;
}


