@charset "Shift_JIS";

.c5_SDcard {
	border:1px solid #f3f4f6;
}
.c5_SDcard_header {
	background: #f3f4f6;
	color:#2f353d;
	text-align:center;
	padding:5px 0;
}
.c5_SDcard_img-box {
	width:30%;
	padding-top:2em;
	padding-bottom:1em;
	text-align:center;
	display:inline-block;
}
.c5_SDcard_img-box img {
	width:100%;
	max-width: 180px!important;
}
.c5_SDcard_txt-box {
	width:65%;
	display:inline-block;
	padding:1em 2% 1em 0;
	vertical-align:top;
}
.c5_SDcard_txt-box .c5_SDcard_summery {
	min-height: 6.25em;
}

@media screen and (max-width: 728px) {   
.c5_SDcard_img-box {
	width:100%;
	padding-bottom:0em;
}
.c5_SDcard_txt-box {
	width:90%;
	padding:1em 5% 1em 5%;
}
.c5_SDcard_txt-box .c5_SDcard_summery {
	min-height: 0em;
}
}
@media screen and (max-width: 639px) { 

.s5-row__col2:nth-of-type(2) .c5_SDcard_img-box {
	padding-top:0em;
}
}
