@charset "UTF-8";
/* ----------------------------------------------

fullPC設定

------------------------------------------------*/
@media all and (min-width: 960px) {
#content{
	padding: 0 0 40px;
	border-bottom: 1px solid #ccc;}

/*-------------------------
__page_title
-------------------------*/
#main #page_title{
	width: 100%;
	min-width: 960px;
	height: 180px;
	position: relative;
	background: url(images/title_bg.jpg) no-repeat center center;
	background-size: cover;}
#main #page_title::after{
    content: "";
    display: block;
	width: 100%;
    height: 180px;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    right: 0;}
#main #page_title .title{
	font-size: 2.4em;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #FFF;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;}

/*-------------------------
__ページ内css
-------------------------*/

#main table{
	width: 100%;
	font-size: 1.5em;
	line-height: 2;
	letter-spacing: 0.04em;
	border-collapse: collapse;
	border-spacing: 0;}
#main table th{
	width: 10em;
	font-weight: 700;
	vertical-align: top;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #f2f2f2;
	border: 1px solid #ccc;}
#main table td{
	text-align: left;
	padding: 10px 15px;
	box-sizing: border-box;
	border: 1px solid #ccc;}
#main table td iframe{
	width: 100%;
	margin: 15px 0 0;}
#main table td ul{}
#main table td ul li{}
#main table td ul li::before{
	display: inline-block;
	content: "・";
	width: 1em;}
#main table td ul.client{
	letter-spacing: -1em;
	padding: 0 0 10px;}
#main table td ul.client li{
	display: inline-block;
	width: 32%;
	letter-spacing: 0.04em;}
}
/* ----------------------------------------------

PC設定

------------------------------------------------*/
@media all and (min-width: 769px) and (max-width: 959px) {
	#content{
		padding: 0 0 40px;
		border-bottom: 1px solid #ccc;}
	
	/*-------------------------
	__page_title
	-------------------------*/
	#main #page_title{
		width: 100%;
		height: 180px;
		position: relative;
		background: url(images/title_bg.jpg) no-repeat center center;
		background-size: cover;}
	#main #page_title::after{
		content: "";
		display: block;
		width: 100%;
		height: 180px;
		background-color: rgba(0,0,0,0.4);
		position: absolute;
		left: 0;
		right: 0;}
	#main #page_title .title{
		font-size: 2.4em;
		font-weight: 700;
		letter-spacing: 0.2em;
		color: #FFF;
		position: absolute;
		right: 0;
		left: 0;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1;}
	
	/*-------------------------
	__ページ内css
	-------------------------*/
	
	#main table{
		width: 100%;
		font-size: 1.5em;
		line-height: 2;
		letter-spacing: 0.04em;
		border-collapse: collapse;
		border-spacing: 0;}
	#main table th{
		width: 10em;
		font-weight: 700;
		vertical-align: top;
		padding: 10px 15px;
		box-sizing: border-box;
		background-color: #f2f2f2;
		border: 1px solid #ccc;}
	#main table td{
		text-align: left;
		padding: 10px 15px;
		box-sizing: border-box;
		border: 1px solid #ccc;}
	#main table td iframe{
		width: 100%;
		margin: 15px 0 0;}
	#main table td ul{}
	#main table td ul li{}
	#main table td ul li::before{
		display: inline-block;
		content: "・";
		width: 1em;}
	#main table td ul.client{
		letter-spacing: -1em;
		padding: 0 0 10px;}
	#main table td ul.client li{
		display: inline-block;
		width: 33.3333%;
		letter-spacing: 0.04em;
		white-space: nowrap;}
}
/* ----------------------------------------------

pad設定

------------------------------------------------*/
@media all and (min-width: 520px) and (max-width: 768px) {
	#content{
		padding: 0 0 40px;
		border-bottom: 1px solid #ccc;}
	
	/*-------------------------
	__page_title
	-------------------------*/
	#main #page_title{
		width: 100%;
		height: 180px;
		position: relative;
		background: url(images/title_bg.jpg) no-repeat center center;
		background-size: cover;}
	#main #page_title::after{
		content: "";
		display: block;
		width: 100%;
		height: 180px;
		background-color: rgba(0,0,0,0.4);
		position: absolute;
		left: 0;
		right: 0;}
	#main #page_title .title{
		font-size: 2.4em;
		font-weight: 700;
		letter-spacing: 0.2em;
		color: #FFF;
		position: absolute;
		right: 0;
		left: 0;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1;}
	
	/*-------------------------
	__ページ内css
	-------------------------*/
	
	#main table{
		width: 100%;
		font-size: 1.5em;
		line-height: 2;
		letter-spacing: 0.04em;
		border-collapse: collapse;
		border-spacing: 0;}
	#main table th{
		width: 10em;
		font-weight: 700;
		vertical-align: top;
		padding: 10px 15px;
		box-sizing: border-box;
		background-color: #f2f2f2;
		border: 1px solid #ccc;}
	#main table td{
		text-align: left;
		padding: 10px 15px;
		box-sizing: border-box;
		border: 1px solid #ccc;}
	#main table td iframe{
		width: 100%;
		margin: 15px 0 0;}
	#main table td ul{}
	#main table td ul li{}
	#main table td ul li::before{
		display: inline-block;
		content: "・";
		width: 1em;}
	#main table td ul.client{
		letter-spacing: -1em;
		padding: 0 0 10px;}
	#main table td ul.client li{
		display: inline-block;
		width: 31%;
		letter-spacing: 0.04em;
		white-space: nowrap;}
	#main table td ul.client li:nth-of-type(3n){
		width: 36%;}
}
/* ----------------------------------------------

sp設定

------------------------------------------------*/
@media all and (max-width: 520px) {
	#content{
		padding: 0 0 40px;
		border-bottom: 1px solid #ccc;}
	
	/*-------------------------
	__page_title
	-------------------------*/
	#main #page_title{
		width: 100%;
		height: 180px;
		position: relative;
		background: url(images/title_bg.jpg) no-repeat center center;
		background-size: cover;}
	#main #page_title::after{
		content: "";
		display: block;
		width: 100%;
		height: 180px;
		background-color: rgba(0,0,0,0.4);
		position: absolute;
		left: 0;
		right: 0;}
	#main #page_title .title{
		font-size: 2.4em;
		font-weight: 700;
		letter-spacing: 0.2em;
		color: #FFF;
		position: absolute;
		right: 0;
		left: 0;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1;}
	
	/*-------------------------
	__ページ内css
	-------------------------*/
	
	#main table{
		width: 100%;
		font-size: 1.5em;
		line-height: 2;
		letter-spacing: 0.04em;
		border-collapse: collapse;
		border-spacing: 0;}
	#main table th{
		display: block;
		width: 100%;
		font-weight: 700;
		vertical-align: top;
		padding: 0.5rem 0.8rem;
		box-sizing: border-box;
		background-color: #f2f2f2;
		border: 1px solid #ccc;}
	#main table td{
		display: block;
		width: 100%;
		text-align: left;
		padding:0.5rem 0.8rem;
		box-sizing: border-box;
		border: 1px solid #ccc;}
	#main table td iframe{
		width: 100%;
		margin: 15px 0 0;}
	#main table td ul{}
	#main table td ul li{}
	#main table td ul li::before{
		display: inline-block;
		content: "・";
		width: 1em;}
	#main table td ul.client{
		padding: 0 0 10px;}
	#main table td ul.client li{
		display: inline-block;
		width: 49%;
		letter-spacing: 0.04em;
		white-space: nowrap;}
	#main table td ul.client li.sp100{
		width: 100%;}
}