@charset "UTF-8";

#is-wrapper {
	overflow: hidden;
}
#is-wrapper h2,
#is-wrapper h3,
#is-wrapper h4,
#is-wrapper p {
	position: relative;
	float: left;
	max-width: 760px;
}
#is-wrapper a:hover img {
	opacity: 0.75;
}
#is-wrapper div {
	overflow: hidden;
	width: 100%;
}
#is-wrapper .list {
	position:absolute;
	right:120px;
	bottom:-20px;
	z-index:9999;
}
#is-wrapper .btn {
	clear: both;
	float: none;
	width: 100%;
	text-align: center;
}




#is-wrapper.sp  {
	margin: -10px -10px 15px;
	text-align: center;
}
#is-wrapper.sp img {
	max-width: 100%;
	height: auto;
}
#is-wrapper.sp .list {
	width: 15%;
	right:14.5%;
	bottom:-20%;
}
#is-wrapper.sp div h3,
#is-wrapper.sp div p {
	max-width: 33%;
}
#is-wrapper.sp div p:nth-of-type(3) {
	clear: both;
}
