@import url("../../css/layout.css");
.title-pickup {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    margin: 100px 0 10px 0;
    text-align: center;
    letter-spacing: 2px;
}
.sub-title{
	font-size: 30px;
}
.sub-title a{
	color: #000;
	text-decoration: none;
}
.title-j {
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.style-midashi{
	text-align: center;
	line-height: 2.2;
}
.style-midashi strong{
	color: orange;
}
.flex{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.style-top{
	width: 100%;
	max-width: 1600px;
	margin:100px auto;
	padding: 0 36px;
	box-sizing: border-box;
}
.style-top article{
	margin-bottom: 30px;
}

.style-cat .title-j{
	font-size: 11px;
	color: #999;
}
.style-cat{
content:"";
    display:block;
    clear:both;
    width: 48%;
    border:solid #eee 1px;
    position: relative;
    box-shadow: 2px 2px 4px #ccc;
}
.style-cat img{
	float: left;
	width: 65%;
}
.style-cat a{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	
}
.style-top-title{
	float: right;
	width: 35%;
	text-align: center;
	position: relative;
top: 50%;
-webkit-transform: translateY(-50%); /* Safari用 */
transform: translateY(-50%);
}
.style-top-title h2{
	font-family: 'Roboto', sans-serif;
    font-size: 26px;
    margin-bottom: 10px;
    color: #000;
}
.style-top-title p{
	font-size: 12px;
	line-height: 1.8;
	margin: 0 10px;
	color: #666;
}
.sub-cat{
border-bottom: solid orange 2px;
    margin: 150px 30px 20px;
    padding: 0 0 50px 0;

}
.sub-cat:after{
	content:"";
    display:block;
    clear:both;
  
}
.sub-cat-title{
float: left;
width: 30%;
}
.sub-cat-title h1{
	font-family: 'Roboto', sans-serif;
    font-size: 30px;
    margin: 0px 0 10px 0;
    text-align: center;
    letter-spacing: 2px;
    color: orange;
}
.sub-cat-title h2{
	color: orange;
	text-align: center;
	font-size: 14px;
}
.sub-cat-p{
	float: right;
	font-size: 14px;
	line-height: 2;
	width: 68%;
}
.style-pic{
    width: 48%;
    border:solid #eee 1px;
    position: relative;
    box-shadow: 2px 2px 4px #ccc;
}
.style-pic img{
	width: 100%;
}
.style-pic p{
	font-size: 12px;
	padding: 10px;
	box-sizing: border-box;
	line-height: 1.8;
}
@media screen and (max-width: 1023px) {
.style-top-title h2{
	font-size: 20px;
}
.style-cat .title-j,.style-top-title p{
	font-size: 10px;
}
.style-cat .title-j{
	margin-bottom: 20px;
}
}
@media screen and (max-width: 768px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
}
@media screen and (max-width: 479px) {
	.sp-no{
		display: none;
	}
.title-pickup{
	font-size: 30px;
}
.style-midashi {
    font-size: 14px;
    margin: 0 20px;
}
.flex{
	display: block;
}
.style-cat{
	width: 100%;
	margin: 0 0 30px;
}
.style-cat img,.style-top-title{
	float: none;
	width: 100%;
	position: static;
	-webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.style-top-title{
	padding: 20px 0;
}
.sub-title{
	font-size: 22px;
}
.sub-cat{
	margin-top: 50px;
}
.sub-cat-title,.sub-cat-p{
	float: none;
	width: 100%;
}
.sub-cat-title h2{
	margin-bottom: 30px;
}
.style-pic{
	width: 100%;
	margin-bottom: 30px;
}
}