
.c5-row {
	border: solid 1px #ccc;
	display: table;
	max-width: 100%;
	background: #fff;
}
.c5-col__img, .c5-col__text {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
}
.c5-col__img {
	width: 40%;
}
.c5-col__img img{
	max-width: 100%;
}
.c5-col__text  {
	max-width: 60%;
}
@media screen and (max-width: 768px) {
	.c5-row, .c5-col__img, .c5-col__text {
		display: block;
		max-width: 100%;
	}
	.c5-col__text {
		padding: 0 20px;
	}
	.c5-col__img {
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
}


.c5-title{
	background: url(../images/1200_90_kokuin_title.png) no-repeat center center;
	width: 100%;
    height: 90px;
}	
.c5-title h2{
	color: #575757;
	font-size: 20px;
	text-align: center;
	line-height: 90px;
}
@media screen and (max-width: 1100px) {
	.c5-title {
		background: #fef1dd;
		border-top: 4px solid #d9bf97;
		border-bottom: 4px solid #d9bf97;
		height: auto;
	}
	.c5-title h2 {
		line-height: 1.5em;
		padding: 10px 10px;
	}
}

.c5-glay__linebox {
    border: solid 1px #cdcdcd;
	padding: 15px;
	background-color: #fff;
}
.c5-wm40th {
    max-width: 900px;
    margin: auto;
}

.c5-wm40th{
	max-width: 900px;
    margin: auto;
}
.c5-glay__linebox{
	border: solid 1px #cdcdcd;
    padding: 15px;
}
.c5-wm40th .s5-inStoreFeaturesItem2__image{
	margin-bottom: 0;
}
.c5-wm40th .s5-inStoreFeaturesItem1B{
	margin-bottom: 0;
}
.c5-alphabetbox{
	margin-top: 0 !important;
}
.s5-detail-img{
	max-width: 200px !important;
}

.c5-wm40th img:hover{
	transition: opacity .2s;
	opacity: 0.8;

}

img{
	flex-shrink: 0;
}