.c5-title{
	background: url(../images/titile_monhan.png) no-repeat center center;
	line-height: 150%;
	margin-bottom:20px;
	width: 100%;
	min-height: 90px;
	color: #fff;
    text-align: center;
    background-color: transparent;
	display: table;
}
.c5-title h2{
	color: #fff;
	height: 70px;
	font-size: 20px;
	padding:0;
	display: table-cell;
	vertical-align: middle;
}
.c5-title h2 span{
	font-size: 18px;
	font-weight: normal;
}

@media screen and (max-width: 750px) {
	.c5-title{
		background-size: auto 100%;
		height: 90px;
		/*line-height: 3.6em;*/
		width: 100%;
		margin-bottom:20px;
	}
	.c5-title h2{
		color: #fff;
		padding:15px 20px;
	}

}

@media screen and (max-width: 639px) {
	.c5-title h2{
		font-size: 16px;
	}
	.c5-title h2 span{
		font-size: 14px;
	}
}

.c5-plofile_block {
	background-color: #E2E7EC;
	padding: 15px;
}
.c5-plofile_block .s5-row__col {
	padding-left: 2%
}
.c5-plofile_block .s5-row__col4 {
	width: 15%;
}

.c5-plofile_block .s5-row__col4 img{
	max-width: 100%;
}

.c5-plofile_block .c5-img_width {
	width: 100% !important;
}

@media screen and (max-width: 639px){
	.c5-plofile_block .s5-row__col {
		padding-left: 5%;
		display: table-cell;
	}
	.c5-plofile_block .s5-row__col4 {
	    width: 30%;
        display: table-cell;
	}
	.c5-plofile_block .s5-row__col3 {
			width: 30%;
				display: table-cell;
	}
}

.c5-bunkatu .s5-inStoreFeaturesItem2__image img {
	width: 234px;
	height: 146px;
	margin: 0 10px;
	flex-shrink: 0;
}
.c5-bunkatu .s5-inStoreFeaturesItem2__image {
	display: flex;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.c5-bunkatu .s5-inStoreFeaturesItem2__image {
			display: block;
			text-align: center;
	}.c5-bunkatu .s5-inStoreFeaturesItem2__text{
	text-align: left;
	}
}

.c5-PointBox{
	border: solid 1px #007098;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.c5--colorBlue{
	color: #007098;
}

.c5--fontsize{
	font-size: 1.2rem;
}
.c5--bgBlue{
	color: #fff;
	background-color: #007098;
	padding: 3px 10px;
	margin-bottom: 10px;
	display: inline-block;
	background: url(../images/titile_monhan.png) no-repeat center center;
    background-size: auto 130%;
}