@charset "utf-8";
/* CSS Document */

/* ---インタビュー--- */
/* タブ */
.tab_wrap{
	width:1000px;
	margin-top: 30px;
}

input[type="radio"]{
	display:none;
}

.tab_area{
	font-size:0; 
	width: 920px;
	margin:0 auto;
}

.tab_area label{
	width:450px; 
	margin:0 5px;
	display:inline-block; 
	padding:12px 0; 
	color:#999; 
	background:#ddd; 
	text-align:center; 
	font-size:16px; 
	cursor:pointer; 
	transition:ease 0.2s opacity;
	font-weight: bold;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

.tab_area label:hover{
	opacity:0.5;
}

.panel_area{
	background:#fff;
}

.tab_panel{
	width:1000px;
	padding-bottom: 20px;
	box-sizing: border-box;
	display:none;
}

#tab1:checked ~ .tab_area .tab1_label{
	background:#fff;
	color:#000;
}

#tab1:checked ~ .panel_area #panel1{
	display:block;
}

#tab2:checked ~ .tab_area .tab2_label{
	background:#fff;
	color:#000;
}

#tab2:checked ~ .panel_area #panel2{
	display:block;
}

/* ソート機能 */
#sortArea {
	width: 1000px;
	margin: 0 auto;
}

/* ソート条件 */
#sort {
	width: 1000px;
	overflow: hidden;
}
#sort:after {
  clear : both;
  content : '';
}
#sort ul {
	width: 1008px;
	margin:20px -20px 20px 0; 
	text-align: center;
}

#sort li {
	margin:5px 10px ;
	border-radius: 2px 2px 0 0;
	border: 1px solid #dddddd;
	display: inline-block;
	background-color: #e4e4e4;
	text-align: center;
	padding: 6px 10px;
	cursor: pointer;
	color: #151819;
	font-size: 14px;
	-webkit-transition: .1s linear;
	-moz-transition: .1s linear;
	-o-transition: .1s linear;
}
#sort li:hover {
	background-color: #f4f4f4;
}
#sort li.active {
	background-color: #f4f4f4;
	cursor: default;
}
#itemList {
	margin-left: 25px;
	/*background: #D90E11;*/
}

/* ソート機能 2タブ目 */
#sortArea2 {
	width: 1000px;
	margin: 0 auto;
}

/* ソート条件 */
#sort2 {
	width: 1000px;
	overflow: hidden;
}
#sort2:after {
  clear : both;
  content : '';
}
#sort2 ul {
	width: 1008px;
	margin:20px -20px 20px 0; 
	text-align: center;
}

#sort2 li {
	margin:5px 10px ;
	border-radius: 2px 2px 0 0;
	border: 1px solid #dddddd;
	display: inline-block;
	background-color: #e4e4e4;
	text-align: center;
	padding: 6px 10px;
	cursor: pointer;
	color: #151819;
	font-size: 14px;
	-webkit-transition: .1s linear;
	-moz-transition: .1s linear;
	-o-transition: .1s linear;
}
#sort2 li:hover {
	background-color: #f4f4f4;
}
#sort2 li.active {
	background-color: #f4f4f4;
	cursor: default;
}
#itemList2 {
	margin-left: 25px;
	/*background: #D90E11;*/

}
/* 2 */

.interview {
    margin: 20px 20px 0 0;
    background: #fff;
    border: 1px solid #d3d3d3;
    color: #222222;
    float: left;
	font-size: 14px;
	letter-spacing: 0.7px;
	line-height: 1.6;
    height: 400px;   
	width: 300px;
	position: relative;
}

.link-case { 
    color: #222222;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	text-decoration: none;
}

.link-case:hover {
 	opacity: .3;
	background: #E3E3E3;
}

.interview *[class*="catgory"] {
	margin: 5px 0 0 15px;
}

*[class*="catgory"] {
	margin: 0;
    display: inline-block;
    box-sizing: content-box;
    color: #fff;
    min-width: 69px;
    padding: 4px 7px 2px;
    font-size: 80%;
    font-weight: bold;
    text-align: center;
}

.catgory01 {
    background: #fb6400;
}

.catgory02 {
    background: #0168b3;
}

.catgory03 {
    background: #00904a;
}

.catgory04 {
    background: #6d1782;
}

.catgory06 {
    background: #b80117;
}

.catgory09 {
    background: #c30068;
}

.interview h4{
	padding: 0 15px;
	margin: 12px 0 0 0 ;
    font-size: 130%;
}

.interview dl {
	padding:5px;
	background: #F8F8F8;
	border: 1px solid #dfdfdf;
	font-size: 13px ;
	position: absolute;
	bottom: 13px;
	left: 13px;
	width:258px;
}

.interview dl dt {
	float:left;
}

.interview dl a {
	color: #222;
}

.interview .txt{
	padding: 5px 10px 0 15px;
}

/* ---事例一覧--- */
#item-list01 {
    margin: 20px auto 70px auto;
    width: 1000px;
    overflow: hidden;
}

#item-list01 div{
    margin: 0 30px 20px 0;
    float: left;
	font-size:15px;
	line-height: 1.5;
    width: 270px;
}

.link-title{
	margin:8px 0 5px 0;
    font-size: 125%;
    font-weight: bold;
}

.box-link{
    display: block;
    padding: 15px 15px 15px 15px;
    border: 1px solid #d3d3d3;
    background: #ffffff;
    height: 190px;
	position: relative;
	
}
.box-link a{
    color: #222222;
	font-size: 14px;
	letter-spacing: 0.7px;
}

.box-link>a{
	text-decoration: none;
}

.box-link .relate{
	padding:5px;
	background: #f8fcfe;
	border: 1px solid #dfdfdf;
	margin-top:10px;
	font-size: 13px ;
	position: absolute;
	bottom: 13px;
	width:258px;
}

.relate a{
	font-size: 13px ;
	color: #222;
}
.relate dt{
	float:left;
}

@media (max-width: 600px) {

.tab_wrap{
	width:100%;
	margin-top: 30px;
}

/*input[type="radio"]{
	display:none;
}*/

.tab_area{
	font-size:0; 
	width: 95%;
	margin:0 auto;
}

.tab_area label{
	width:45%; 
	margin:0 1%;
	display:inline-block; 
	padding:5px 0; 
	color:#999; 
	background:#ddd; 
	text-align:center; 
	font-size:14px; 
	cursor:pointer; 
	transition:ease 0.2s opacity;
	font-weight: bold;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

.tab_area label:hover{
	opacity:0.5;
}

.panel_area{
	background:#fff;
}

.tab_panel{
	width:100%;
	padding-bottom: 20px;
	box-sizing: border-box;
	display:none;
}

#tab1:checked ~ .tab_area .tab1_label{
	background:#fff;
	color:#000;
}

#tab1:checked ~ .panel_area #panel1{
	display:block;
}

#tab2:checked ~ .tab_area .tab2_label{
	background:#fff;
	color:#000;
}

#tab2:checked ~ .panel_area #panel2{
	display:block;
}	
	
	#sortArea{
		width:100%;
	}
	#sort{
		width:100%;
	}
	#sort ul{
		margin-top: 5% !important;
		width: 100%;
	}
	#sort li{
		padding: 3px 5px;
		font-size: 12px;
		margin: 0 7px 7px 0;
	}
	#itemList{
		margin-right: 7px !important;
		margin-left: 7px !important;
	}
		
	#sortArea2{
		width:100%;
	}
	#sort2{
		width:100%;
	}
	#sort2 ul{
		margin-top: 5% !important;
		width: 100%;
	}
	#sort2 li{
		padding: 3px 5px;
		font-size: 12px;
		margin: 0 7px 7px 0;
	}
	#itemList2{
		margin-right: 7px !important;
		margin-left: 7px !important;
	}

	.interview {
		margin: 1% 1% 5% 1%;
		letter-spacing: 0;
		line-height: 1.5;
		float: left;
		max-height: 250px;
		overflow:hidden;
		width: 47%;
	}
	
	.interview img{
		width: 100%;
	}
	
	.interview *[class*="catgory"] , *[class*="catgory"] {
		margin: 0 0 0 5px;
		min-width: 34px;
		padding: 2px 7px 2px;
		font-size: 10px;
	}
	
	/*.link-case strong{
		display: none;
	}*/
	
	.interview h4{
		margin:  0;
		padding: 0 5px;
		font-size: 13px;
	}
	
	.interview p.txt, p.txt{
		padding: 0 5px;
		font-size: 12px;
	}
	
	.interview dl {
		display: none;
	}
	
	#item-list01 {
		margin: 4% 5% 10% 2%;
		width: 98%;
	}
	
	#item-list01 div{
		margin: 0 1% 3% 1%;
		letter-spacing: 0;
		line-height: 1.4;
		float: left;
		height:150px;
		overflow:hidden;
		width: 47%;
	}
	
	.box-link{
		padding: 0;
		letter-spacing: 0;
		line-height: 1.5;
	}
	
	.box-link strong{
		display: none;
	}
	.box-link a{
		font-size: 12px;
	}
	.box-link .relate{
		display: none;
	}
	.link-title{
		margin: 0 0 0 5px;
		font-size:13px;
	}
}

 @media only screen
 and (min-device-width: 320px)
 and (min-height:400px)
 and (max-height: 560px)
 and (max-device-width: 568px)
{
	
	#sortArea{
		width:100%;
	}
	#sort{
		width:100%;
	}
	#sort ul{
		margin-top: 8% !important;
		margin-left: 5% !important;
		margin-right: 0% !important;
		margin-bottom: 8% !important;
		width: 100%;
	}
	#sort li{
		padding: 3px 5px;
		font-size: 12px;
		margin: 0 7px 7px 0;
	}
	#itemList{
		margin-right: 7px !important;
		margin-left: 7px !important;
	}
	
	.interview {
		margin: 0 1% 5% 1%;
		letter-spacing: 0;
		line-height: 1.5;
		float: left;
		height:220px;
		overflow:hidden;
		width: 47%;
	}
	.interview img{
		width: 100%;
	}
	
	.interview *[class*="catgory"] , *[class*="catgory"] {
		margin: 0 0 0 5px;
		min-width: 34px;
		padding: 2px 7px 2px;
		font-size: 10px;
	}
	
	/*.link-case strong{
		display: none;
	}*/
	
	.interview h4{
		margin:  0;
		padding: 0 5px;
		font-size: 13px;
	}
	.interview p.txt, p.txt{
		padding: 0 5px;
		font-size: 12px;
	}
	.interview dl {
		display: none;
	}
	#item-list01 {
		margin: 4% 5% 10% 2%;
		width: 98%;
	}
	#item-list01 div{
		margin: 0 1% 3% 1%;
		letter-spacing: 0;
		line-height: 1.4;
		float: left;
		height:150px;
		overflow:hidden;
		width: 47%;
	}
	.box-link{
		padding: 0;
		letter-spacing: 0;
		line-height: 1.5;
	}
	.box-link strong{
		display: none;
	}
	.box-link a{
		font-size: 12px;
	}
	.box-link .relate{
		display: none;
	}
	.link-title{
		margin: 0 0 0 5px;
		font-size:13px;
	}
}