@charset "utf-8";
/* CSS Document */


@media screen and (min-width:768px){
/*----------------------------------------------------------------------

PC Style

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

/*  トップイメージ */

#top_img .main_view {
	background: url(../../works/images/top_img.jpg) no-repeat;
}

main #content .sub {
	background: url(../../works/images/top_img_sub.png) no-repeat;
	width:45px;
	height:348px;
	position:absolute;
	top:-127px;
	left:0;
}


/**********************************************************/
/*  メインエリア */
/**********************************************************/

h2.left95 {
	margin-bottom:20px;
}

img.left95 {
	margin-bottom:50px;
}

h3.left95 {
	font-size:21px;
	letter-spacing:2px;
	font-weight:700;
	line-height:1.7;
	margin-bottom:40px;
}

p.left95 {
	margin-bottom:70px;
}


.performance {
	width:1100px;
	height:400px;
	position:relative;
}

.performance dl {
	width:345px;
	height:190px;
	background: rgba(255,255,255,0.8);
	padding:40px 30px;
	position:absolute;
	top:95px;
	left:695px;
}
.performance dl dt {
	color:#444;
	font-size:24px;
	letter-spacing:10px;
	margin-bottom:20px;
}
.performance dl dd {
	font-size:15px;
	line-height:1.6;
	letter-spacing:1px;
	margin-bottom:20px;
}
.performance dl dd a {
	font-size:16px;
	font-weight:500;
	float:right;
	letter-spacing:3px;
	background:url(../images/linkto.png) no-repeat right 10px center;
	padding-right:30px;
}
.performance dl dd a:hover {
	opacity:0.5;
	transition:0.3s;
}

.work_list {
	margin:40px auto;
}

.work_list ul {
}

.work_list ul li {
	width:250px;
	height:250px;
	float:left;
	margin-right:33px;
	margin-bottom:33px;
	position:relative;
}
.work_list ul li:nth-child(4n) {
	margin-right:0;
}
.work_list ul li:nth-child(4n+1) {
	clear:both;
}

.work_list ul li a {
	display:block;
}
.work_list ul li a:hover {
	opacity:0.8;
	transition:0.3s;
}

.work_list ul li img {
	width:250px;
	height:250px;
	object-fit:cover;
}

.work_list ul li p {
	color:#FFF;
	font-size:18px;
	font-weight:500;
	letter-spacing:1px;
	text-shadow: 2px 2px 2px #000;
	position:absolute;
	right:10px;
	bottom:5px;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}


/**********************************************************/
/*  詳細ページ */
/**********************************************************/

.detail {
	margin-top:50px;
}

.detail h3 {
	margin-bottom:5px;
}

.detail p.date {
	margin-bottom:30px;
}

.detail .left_img {
	float:left;
	width:815px;
	margin-bottom:40px;
}

.detail .left_img img {
	width:815px;
}

.detail .right_txt {
	float:right;
	width:220px;
	background:#FFF;
	padding:15px;
	margin-bottom:40px;
}

.detail .right_txt p {
	font-size:15px;
	line-height:1.6;
	margin-bottom:10px;
}

.detail ul.img_list {
	clear:both;
	margin:40px auto 0;
}

.detail ul.img_list li {
	width:250px;
	height:250px;
	float:left;
	margin-right:33px;
}
.detail ul.img_list li:nth-child(4n) {
	margin-right:0;
}
.detail ul.img_list li:nth-child(4n+1) {
	clear:both;
}

.detail hr {
	margin:50px auto;
}

.others {
}

.others ul {
}

.others ul li {
	width:250px;
	float:left;
	margin-right:33px;
	margin-bottom:40px;
}
.others ul li:nth-child(4n) {
	margin-right:0;
}
.others ul li:nth-child(4n+1) {
	clear:both;
}

.others ul li img {
	width:250px;
	height:250px;
}

.others ul li dl {
	background:#FFF;
	width:200px;
	padding:30px 25px;
}

.others ul li dl dt {
	font-size:20px;
	font-weight:500px;
	margin-bottom:15px;
}

.others ul li dl dd {
	font-size:15px;
	line-height:1.6;
}



}



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

SP Style

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

#top_img {
	background: url(../../works/images/top_img_sp.jpg) no-repeat;
	background-size:contain;
}

main {
	width:90%;
	margin:0 auto 10px;
}

.left95 {
	margin-bottom:30px;
}

h3.left95 {
	font-size:16px;
	font-weight:500;
	line-height:1.7;
	margin-bottom:20px;
}

p.left95 {
	margin-bottom:20px;
}

.performance {
	width:100%;
	position:relative;
}

.performance dl {
	width:100%;
	margin-bottom:30px;
}
.performance dl dt {
	color:#444;
	font-size:16px;
	font-weight:700;
	margin-top:5px;
	margin-bottom:5px;
}
.performance dl dd {
	margin-bottom:10px;
}
.performance dl dd a {
	font-weight:500;
	float:right;
	background:url(../images/linkto.png) no-repeat right 10px center;
	padding-right:30px;
}


.work_list {
	width:100%;
	margin:0 auto;
}

.work_list ul {
	width:100%;
	margin-bottom:50px;
}

.work_list ul li {
	width:48%;
	float:left;
	margin-right:4%;
	margin-bottom:10px;
	position:relative;
}
.work_list ul li:nth-child(2n) {
	margin-right:0;
}
.work_list ul li:nth-child(2n+1) {
	clear:both;
}

.work_list ul li a {
	display:block;
}

.work_list ul li a img {
	max-width:100%;
}

.work_list ul li p {
	font-weight:500;
}

#content table {
	width:100%;
	font-size:11px;
}

#content table td {
	padding:2px 0;
}


/**********************************************************/
/*  詳細ページ */
/**********************************************************/

.detail {
	margin-top:30px;
}

.detail h3 {
	margin-bottom:5px;
}

.detail p.date {
	margin-bottom:20px;
}

.detail .left_img {
	width:100%;
	margin-bottom:20px;
}

.detail .left_img img {
	width:100%;
}

.detail .right_txt {
	width:90%;
	background:#FFF;
	padding:15px 5%;
	margin-bottom:10px;
}

.detail .right_txt p {
	margin-bottom:10px;
}

.detail ul.img_list {
	margin:20px auto 30px;
}

.detail ul.img_list li {
	width:48%;
	float:left;
	margin-right:4%;
	margin-bottom:10px;
}
.detail ul.img_list li:nth-child(2n) {
	margin-right:0;
}
.detail ul.img_list li:nth-child(2n+1) {
	clear:both;
}

.detail hr {
	margin:30px auto;
}

.others {
}

.others ul {
}

.others ul li {
	width:48%;
	float:left;
	margin-right:4%;
	margin-bottom:20px;
}
.others ul li:nth-child(2n) {
	margin-right:0;
}
.others ul li:nth-child(2n+1) {
	clear:both;
}

.others ul li img {
	width:100%;
}

.others ul li dl {
	background:#FFF;
	width:92%;
	padding:4%;
}

.others ul li dl dt {
	font-weight:700px;
	margin-top:5px;
	margin-bottom:5px
}

.others ul li dl dd {
}


}