@charset "UTF-8";

.index-btn {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.index-btn li {
	width: 260px;
	position: relative;
}
.index-btn li img {
	width: 100%;
}
.index-btn li p {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	color: #FFFFFF;
}
.index-btn li p span {
	display: block;
	font-size: 80%;
}


@media only screen and (max-width: 768px) {

.index-icn {
	display: flex;
	flex-flow: column;
	align-items: center;
}
	
.index-icn .panel1 {
	margin-top: 30px;
	
}
	
.index-icn img {
	width: 100vw;
	height: 100px;
	object-fit: cover;
}
	
}
