
.head {
	height: auto;
	position: inherit;margin-top: -130px;
	border-bottom: 1px solid #EBEBEB;
}

.page-img  {
	background-size: cover;
	background-position: center;
	padding: 120px 0;
}

.page-img h2 {
	font-size: 260%;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.page-img01 {
	background-image: url("../img/01.jpg");
}
.page-img02 {
	background-image: url("../img/02.jpg");
}

.toy-li-box li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.toysimg {
	width: 60%;
}
.toysimg img {
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px 30px 50px;
}
.toys-text {
	width: 35%;
}
.toys-text h3 {
	font-size: 160%;
	font-weight: bold;
	border-top: 5px dotted #EBEBEB;
	border-bottom: 5px dotted #EBEBEB;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}

.pager {
	text-align: center;
}

.pager li {
	display: inline-block;
	padding: 10px;
}
.pager li a {
	color: #000;
}

.swiper-container{
	text-align: center;
}
.swiper-container .swiper-slide img{
	max-width: 100%;
	height: auto;
}

.c-logo {
	width: 35%;
	box-sizing: border-box;
	padding: 50px;
	border: 1px solid #E0E0E0;
}
.compa-t  {
	width: 60%;
}
.c-logo img {
	width: 100%;
}
.compa-t h3 {
	font-size: 140%;
	font-weight: bold;
}
.c-url {
	margin-bottom: 10px;
}
.c-url a {
	color: #000;
	font-size: 90%;
}

.seisaku {
	margin-top: 60px;
	border-radius: 10px;
	border: 4px solid #000;
	padding: 40px;
}
.seisaku-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.seisaku01 {
	width: 30%;
}
.seisaku02 {
	width: 65%;
}

.seisaku h3 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.seisaku01 img {
	width: 100%;
	border-radius: 50%;
}
.seisaku02 ul {
	font-size: 120%;
	font-weight: bold;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
.seisaku02 ul li {
	width: 50%;
	margin-bottom:10px;
	
}
.seisaku02 ul li img {
	width: 15px;
	margin-right: 10px;
}


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

	.page-img {
		display: none;
	}
	.head {
	margin-top: 0px;
		padding-bottom: 30px;
	border-bottom: 1px solid #EBEBEB;
}
.toy-li-box li {
	display: inherit;
	margin-bottom: 60px;
}
.toysimg {
	width: 100%;
}
.toysimg img {
	padding: 0 50px 30px 50px;
}
.toys-text {
	width: 100%;
}
.c-logo {
	width: 100%;
	padding: 50px;
	margin-bottom: 20px;
}
.compa-t  {
	width: 100%;
}
	
.seisaku-box {
	display: inherit;
}
.seisaku01 {
	width: 100%;
	margin-bottom: 20px;
}
.seisaku02 {
	width: 100%;
}
	
.seisaku02 ul {
	
	display: inherit;
	
}
.seisaku02 ul li {
	width: 100%;
}
.seisaku h3 {
	font-size: 120%;
}


}