@charset "UTF-8";
/*
html,
body{ margin:0; padding:0;}
#is-wrapper *{ margin:0; padding:0;}
*/

#is-wrapper {
	overflow: hidden;
}
#is-wrapper h2,
#is-wrapper h3,
#is-wrapper p {
	position: relative;
	float: left;
	max-width: 760px;
}

#is-wrapper h2,
#is-wrapper h3{ clear:both; float: none;}

#is-wrapper a:hover img {
	opacity: 0.75;
}
#is-wrapper div {
	overflow: hidden;
	width: 100%;
}

#is-wrapper .point,
#is-wrapper .btn,
#is-wrapper .step {
	clear: both;
	float: none;
	width: 100%;
	text-align: center;
}

#is-wrapper .staff{text-align: center; max-width: 50%;}

/*
#is-wrapper.sp  {
	margin: -10px -10px 15px;
	text-align: center;
}
#is-wrapper.sp img {
	max-width: 100%;
	height: auto;
}

#is-wrapper.sp div h3{
	max-width: 33%;
}

#is-wrapper.sp div p:nth-of-type(3) {
	clear: both;
}

#is-wrapper.sp div p.staff{ max-width:50%;text-align: center;}
*/