@charset "utf-8";

/**
 *
 * TopPage
 *
 */

/*===============================================
●index.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　;
}
.clearfix:after {
	clear: both;
	content: " ";
	height: 0px;
	display: block;
	visibility: hidden;
}
.top-slider {
	background: url(/img/bg-main-slider.png) 0 0 no-repeat;
	width: 980px;
	height: 320px;
	margin: 10px auto 30px auto;
	position: relative;
	clear: both;
}
.top-slider-inner {
	position: relative;	
}
.top-slider h2 {
	position: absolute;
	left: 42px;
	top: 20px;
}
.top-slider p {

	position: absolute;
	left: 45px;
	top: 115px;
	font-size: 16px;
}
.top-slider p.top-slider-bottom {

	position: absolute;
	left: 45px;
	top: 205px;	
}
.top-slider-point {
	position: absolute;
	left: 0px;
	top: 0px;
}
.top-slider-point li {
	display: inline;	
}
.top-pic {
	width: 980px;
	margin: 10px auto 30px auto;
	clear: both;
}
.top-pic li {
	float: left;	
	width: 480px;
}
.top-pic li:nth-child(1) {
	margin-right: 20px;
}
.top-pic li:nth-child(4) {
	margin-top: 10px;
}
.top-pic li:nth-child(3) {
	margin-right: 20px;
}
.top-pic li img {
	max-width: 100%;
}


}
/*===============================================
●index.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　;
}
.top-slider {
	background: url(/img/bg-main-slider-sp.jpg) 0 0 no-repeat;
	background-size: cover;
	margin: 10px auto 10px auto;
	position: relative;
	clear: both;
}
.top-slider-inner {
	position: relative;	
	min-height: 190px;
}
.top-slider h2 {
	padding-left: 10px;
	padding-top: 10px;
}
.top-slider h2 img {
	width: 70%;
}
.top-slider p {

	margin-left: 10px;
	line-height: 1.3em;
}
.top-slider p.top-slider-bottom {
		
}
.top-slider p.top-slider-bottom img {
	width: 256px;	
}
.top-slider-point {
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
.top-slider-point li {
	display: inline-block;
	width: 24%;	
}
.top-slider-point li img {
	width: 100%;	
}
.top-pic {
	margin: 0px 5px 10px 5px;
	clear: both;
}
.top-pic li {
	float: left;
}

.top-pic li:nth-child(3) {

}
.top-pic li:nth-child(1) img {
	width: 100%;
}
.top-pic li:nth-child(2) img {
	width: 100%;
}
.top-pic li:nth-child(3) img {
	width: 100%;
}
.top-pic li:nth-child(4) img {
	width: 100%;
}

}