﻿@charset "utf-8";


/*
header div{	
	position:relative;
	height:30vw;
	text-align:left;
	background-image:url("../images/works/header.jpg");
	background-position:left bottom;
	background-size:cover;
}
*/
header img{
	position:absolute;
	bottom:20px;
	left:20px;
}
.titleimg img{
	display: block;
	margin: 50px auto 20px;	
}

article div{
	background-color:#F6F6F6;
}

article div HR{
	margin-left:auto;
	margin-right:auto;	
}

article div img{
	margin-top:50px;
	margin-bottom:20px;		
}

article div.spacer{
	height:100px;
}


article, aside{
	background-color:#FFFFFF;
}

article p.str{
    line-height: 2;
    font-size: 1em;
    text-align: center;
    color: #000000;

}

article table#workTbl{
	margin-left:auto;
	margin-right:auto;
	width:90%;
	border-collapse: separate;
}
article table#workTbl th{
	font-size:1.5em;
	padding:10px 20px;
	background-color:#FFFFFF;
	background-image:url("../images/works/tip.png");
	background-repeat: no-repeat;
	background-position: left;
	text-align:left;
	line-height:1.5;
}

article table#workTbl p.subTitle,
article table#workTbl p.detail,
article table#workTbl p.foot{
	text-align:left;
	margin-left:5%;
}
article table#workTbl p.subTitle{
    line-height: 2;
    font-size: 1em;
    color: #000000;

}
article table#workTbl p.detail{
    line-height: 2;
    font-size: 1em;
    color: #000000;
}
article table#workTbl p.foot{
	padding-top:10px;
	padding-bottom:10px;
	font-size:1.0em;
	line-height:1.5;
}


/**********
PC 向け
***********/
@media only screen and (min-width: 1261px){
	
	article table#workTbl{
		border-spacing: 5px;
	}
	
	article table#workTbl th,
	article table#workTbl td{
		width:40%;
	}

}


/**********
モバイル 向け
***********/
@media only screen and (max-width: 1260px){
	
	header img{
		width:143px;
	}
	
	#navUl{
		background-color:#F6F6F6;
	}
	
	header,article,aside,footer{
		width:100%;
	}

	article table#workTbl{
		border-spacing: 0px;
	}
	
	article table#workTbl tr{
	}
	
	article table#workTbl th,
	article table#workTbl td{
		margin-top:5px;
		display:block;
	}
}








p.page_title {
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.5em;
	padding-left: 14px;
	margin-bottom: 6px;
}

article p.str {
    line-height: 1.6;
    font-size: 20px;
    text-align: center;
    color: #000000;
}








ul {
	list-style: none;
	text-align: justify;
	box-sizing: border-box;
}
ul.axis_works{
	width: 90%;
	margin: 0 auto 32px auto;
}



ul.works_title {
	border-color: rgba(236,26,29,1);
	border-bottom-width: 1px;
	border-style: solid;
	position: relative;
}
li.title_no{
	font-size: 28px;
	float: left;
	letter-spacing: -0.05em;
	
	font-family: 'Roboto Condensed', sans-serif;
	line-height:1.2;
	
	padding-left: 2px;
	
	border-color: rgba(236,26,29,1);
	border-style: solid;
	border-width: 0 0 0 8px;
}
li.title_text {
	font-size: 24px;
	position: relative;
	left: 4px;
	
	line-height:1.25;
	float: left;
	
	
	
}


.cf:before, .cf:after {
    content: '';
    display: table;
}
.cf:after {
    clear: both;
}







.detail_box {
	padding: 30px 24px;
	overflow: hidden;
	background-color: rgba(240, 240, 235, 1);
}


ul.detail_box li{
	float:left;
	line-height:1.5;
	box-sizing: border-box;
}
li.works_detail {
	width: 60%;
	padding-right: 36px;
	
}
li.works_client {
	width: 40%;
	margin-top: 6px;
	background-color: rgba(230, 230, 220, 1);

}



.works_detail_01 {
	margin: 0 auto 12px;
	padding-bottom: 6px;
	display: block;
	
	font-size: 18px;
	line-height: 1.2;
	
	border-color: rgba(236,26,29,1);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	
	background-color: rgba(240, 240, 235, 1);
}





li.works_detail p{
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.6;
}

li.works_client dl{
	margin: 0 auto;
	padding: 12px 0px;
	box-sizing: border-box;

	display: block;
	
	
	text-align: left;

}
li.works_client dt {
	padding: 0 0 4px 24px;

	border-bottom: 1px;
	border-style: solid;
	border-color: rgba(236,26,29,0.5);

	font-size: 16px;
}
li.works_client dd {
	padding: 0 0 4px 24px;
}
li.works_client dd p{
}
li.works_client dd:nth-of-type(1){
	padding-top: 16px;
	border-top: 1px;
	border-style: solid;
	border-color: rgba(68,68,68,0.5);
}

/*--------------*/









header div{
	background-image:url("../images/works/header_big.jpg");
	background-position:left bottom;
	background-repeat: no-repeat;
	background-size:cover;
	
	position:relative;
	height: 30vw;

}
header div img {
    width: 25%;
}
@media screen and (max-width: 979px){
header div{
	background-image:url("../images/works/header.jpg");
	background-position:left bottom;
	background-size:cover;
	
	position:relative;
	height: 30vw;
}
header div img {
    width: 25%;
}
}
@media screen and (max-width: 767px){
article p.str {
    font-size: 16px;
}
	header div{
	background-image:url("../images/works/header_big.jpg");
	background-position:left bottom;
	background-repeat: no-repeat;
	background-size:cover;
	
	position:relative;
	height: 360px;
}
header div img {
    width: 30%;
}
}
@media screen and (max-width: 479px) {
article p.str {
    font-size: 16px;
}
header div{
	background-image:url("../images/works/header_big.jpg");
	background-position:left bottom;
	background-repeat: no-repeat;
	
	
	position:relative;
	height: 260px;
}
header div img {
    width: 40%;
}



















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

ul.axis_works {
    width: 94%;
    margin: 0 auto 32px auto;
}
.detail_box {
    padding: 30px 12px;
}
ul.detail_box li{
	float: none;
	line-height:1.5;
}

li.works_detail {
	width: 100%;
	margin-bottom: 24px;
	padding-right: 0px;
}
.works_detail_01 {
	margin: 0 auto 12px;
}
li.works_client {
	width: 100%;
}
li.works_client dl{
	width: 100%;
}
li.works_client dt {
    padding: 0 0 4px 12px;
}
li.works_client dd {
    padding: 0 0 4px 12px;
}

li.works_detail .works_detail_01 {
	text-align: center;
}


p.str span:before {
  content: "\A";
  white-space: pre;
}
}

@media screen and (max-width: 479px) {
ul.axis_works {
    width: 94%;
    margin: 0 auto 32px auto;
}
.detail_box {
    padding: 30px 12px;
}
ul.detail_box li{
	float: none;
	line-height:1.5;
}

li.works_detail {
	width: 100%;
	margin-bottom: 24px;
	padding-right: 0px;
}
.works_detail_01 {
	margin: 0 auto 12px;
}
li.works_client {
	width: 100%;
}
li.works_client dl{
	width: 100%;
}
li.works_client dt {
    padding: 0 0 4px 12px;
}
li.works_client dd {
    padding: 0 0 4px 12px;
}

li.title_text span:before {
	content: "\A";
	white-space: pre;
}
p.str span:before {
	content: "\A";
	white-space: pre;
}
.works_detail_01 span:before {
	content: "\A";
	white-space: pre;
}
}












@media screen and (max-width: 1000px) {
.mw968 span:before {
	content: "\A";
	white-space: pre;
	
}
}
@media screen and (max-width: 768px) {
.mw968 span:before {
	content: normal;
	white-space:normal;
}
}












