@charset "UTF-8";

/* Responsive Style
------------------------------------------------------------*/
.wrapper
{
	max-width: 1002px ;
	min-width: 220px ;
	margin: 0 auto ;	/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 0 ;		/* 上下左右の余白を0にしておく */
}
.titleblock {
	text-align: center;
	margin: 10px auto 0px;
//	background-color: red;
	width: 100%;
}
.titleblock .label {
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
//	background-color: brown;
	text-align: left;
	width: 1002px;
	margin-right: 18px;
	margin-left: 18px;
}
.contblock {
	margin: 0px auto 30px;
	font-size: 0;
	text-align: center;
	clear: both;
}
.contblock ul {
	font-size: 0;
}
.contblock ul li {
	font-size: 0;
	display: inline-block;
	max-width: 310px;
	vertical-align: top;
	margin-right: 18px;
	margin-left: 18px;
	line-height: 1.5;
}
.typeA {
	width: 95%;
//	max-width: 275px;
}

.pc { display: inline-block !important; }
.tb { display: none !important; }
.sp { display: none !important; }

@media only screen and ( max-width: 1037px )
{
.pc { display: none !important; }
.tb { display: inline-block !important; }
.sp { display: none !important; }
.titleblock .label {
//	background-color: blue;
	width: 760px;
	margin-right: 10px;
	margin-left: 10px;
}
.contblock ul li {
	font-size: 0;
	display: inline-block;
	max-width: 240px;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 10px;
}
.typeA {
	width: 95%;
//	max-width: 275px;
}
}

@media screen and ( max-width: 779px )
{
.pc { display: none !important; }
.tb { display: none !important; }
.sp { display: inline-block !important; }
.titleblock {
	width: 100%;
	text-align: center;
	margin: 10px auto 0px;
//	background-color: green;
	background-color: yellow;
}
.titleblock .label {
	background-color: green;
//	width: 620px;
	max-width: 620px;
	width: 100%;
	text-align: left;
}
.contblock ul li {
	font-size: 0;
	display: inline-block;
	max-width: 620px;
	vertical-align: top;
	margin-right: 18px;
	margin-left: 18px;
}
.typeA {
	width: 95%;
//	max-width: 210px;
}
}

@media screen and ( max-width: 346px )
{
.titleblock {
	width: 100%;
	text-align: center;
	margin: 10px auto 0px;
	background-color: orange;
}
.titleblock .label {
	max-width: 346px;
	width: 100%;
	text-align: left;
	background-color: pink;
}
.typeA {
	width: 95%;
}
}