/* *****************************************************************************
WORKSHOP
***************************************************************************** */
article {
	padding-top:110px;
	margin-bottom:200px;
}
article h1 {
	text-align:center;
	margin-bottom:60px;
}
article section h1 {
	margin-bottom:75px;
}



/* *****************************************************************************
LEAD
***************************************************************************** */
#section_lead {
}

#section_lead {
	margin-bottom:100px;
}
#section_lead .section_header {
	margin-bottom:90px;
}
#section_lead .section_header img {
	width:100%;
}
#section_lead .section_body {
	width:740px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}
#section_lead .section_body h1 {
	text-align:left;
	margin-bottom:25px;
}
#section_lead .section_body p {
	line-height:1.9;
}



/* *****************************************************************************
CONTENTS
***************************************************************************** */
#section_contents {
	background-color:#191919;
	color:#fff;
	padding-top:90px;
	padding-bottom:100px;
	margin-bottom:105px;
}
#section_contents .section_header {
	margin-bottom:100px;
	min-height:45.573vw;
}
#section_contents .section_header img {
	width:100%;
}
#section_contents .subsection {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:100px;
	position:relative;
}
#section_contents .subsection:last-child {
	margin-bottom:0px;
}
#section_contents .subsection h1{
	border-bottom:solid 1px #7f7f7f;
	margin-top:-0.3em;
	margin-bottom:25px;
	ilne-height:1;
	text-align:left;
	font-size:24px;
}

#section_contents .section_left {
	width:474px;
	float:left;
}
#section_contents .section_right {
	width:455px;
	float:right;
}
#section_contents .section_body p,
#section_contents .section_body table{
	font-size:0.9375rem;
	line-height:1.9;
}
#section_contents .section_body p{
	text-align:justify;
	text-justify:inter-ideograph;
}
#section_contents .section_body table {
	margin-bottom:1em;
}
#section_contents .section_body table th {
	text-align:left;
	font-weight:normal;
}
#section_contents .section_body table td:before {
	content:'：';
}


#section_contents .subsection#notice h1{
	width:auto;
	float:none;
	border-bottom:solid 1px #7f7f7f;
	padding-bottom:16px;
	margin-top:-0.3em;
	margin-bottom:60px;
	line-height:1;
	font-size:1rem;
}
#section_contents .subsection#notice h2 {
	font-weight:normal;
}
#section_contents ul {
	list-style-type:none;
}
#section_contents li {
	margin-bottom:40px;
}
#section_contents h2 {
	margin-bottom:20px;
}
#notice_origin {
	color:#c0a979;
	line-height:1.625;
	padding-left:3em;
	background:url(/images/workshop/bg_notice_origin.svg) left center no-repeat;
	background-size:31px 30px;
}


#movie {
	max-width:735px;
	margin-left:auto;
	margin-right:auto;
}
#section_contents .subsection#movie h1 {
	border-bottom:none;
	font-size:20px;
	margin-bottom: 5px;
}
#movie video{
	width:100%;
	margin-bottom: 0.5em;
}
#movie a {
	color:#fff;
}

/* *****************************************************************************
MORE
***************************************************************************** */
#section_more {
	margin-bottom:135px;
}
article section#section_portfolio h1 {
	margin-bottom:60px;
}
#section_more .section_header {
	margin-bottom:105px;
}
#section_more .section_header img{
	width:100%;
}
#section_more .section_body{
	width:580px;
	margin-left:auto;
	margin-right:auto;
}
#section_more h1{
	text-align:left;
	margin-bottom:50px;
	font-size:24px;
}
#section_more ul {
	list-style-type:none;
	margin-bottom:110px;
}
#section_more li {
	border-bottom:solid 1px rgba(0,0,0,0.5);
	padding-bottom:0.5em;
	padding-top:2em;
}
#section_more li:first-child {
	padding-top:0px;
}




/* *****************************************************************************
********************************************************************************

モバイル

********************************************************************************
***************************************************************************** */
@media screen and (max-width: 750px)  {

	article {
		padding-top:15vw;
		margin-bottom:30vw;
	}
	article h1 {
		margin-bottom:8vw;
	}
	article section h1 {
		margin-bottom:10vw;
	}


	/* *****************************************************************************
	LEAD
	***************************************************************************** */
	#section_lead {
		margin-bottom:14vw;
	}
	#section_lead .section_header {
		margin-bottom:12vw;
	}
	#section_lead .section_body {
		width:85%;
	}
	#section_lead .section_body h1 {
		margin-bottom:3vw;
	}

	/* *****************************************************************************
	CONTENTS
	***************************************************************************** */
	#section_contents {
		padding-top:12vw;
		padding-bottom:14vw;
		margin-bottom:14vw;
	}
	#section_contents .section_header {
		margin-bottom:14vw;
		min-height:auto;
	}
	#section_contents .subsection {
		width:85%;
		margin-bottom:14vw;
		
	}
	#section_contents .subsection h1{
		margin-bottom:5.6vw;
		padding-bottom:1.333vw;
	}
	#section_contents .section_left ,
	#section_contents .section_right {
		width:100%;
		float:none;
	}
	#section_contents .section_left {
		margin-bottom:1.9em;
	}
	#section_contents .section_left img {
		width:100%;
	}
	#section_contents .section_body p,
	#section_contents .section_body table{
		font-size:2.9vw;
	}

	#section_contents .subsection#notice h1{
		margin-bottom:9.33vw;
		padding-bottom:0.5vw;
		font-size:3vw;
	}
	#section_contents li {
		margin-bottom:8vw;
	}
	#section_contents h2 {
		margin-bottom:3vw;
	}
	#section_contents .subsection#notice li h2{
		font-size:3vw;
		font-weight:normal;
	}
	#notice_origin {
		color:#c0a979;
		line-height:1.625;
		padding-left:3em;
		background:url(/images/workshop/bg_notice_origin.svg) left center no-repeat;
		background-size:8vw;

	}
	#notice_origin br {
		display:none;
	}
	#section_contents .subsection#movie h1 {
		font-size:3.3vw;
		margin-bottom:0.1vw;
	}
	/* *****************************************************************************
	MORE
	***************************************************************************** */
	#section_more {
		margin-bottom:15vw;
	}
	article section#section_portfolio h1 {
		margin-bottom:8vw;
	}
	#section_more .section_header {
		margin-bottom:14vw;
	}
	#section_more .section_body{
		width:85%;
	}
	#section_more h1{
		margin-bottom:7vw;
		font-size:4vw;
		text-align:center;
	}
	#section_more ul {
		margin-bottom:14vw;
	}
	#section_more li {
		border-bottom:solid 1px rgba(0,0,0,0.5);
		padding-bottom:0.5em;
		padding-top:2em;
	}
	#section_more li:first-child {
		padding-top:0px;
	}
	article #section_more dl.link_dl {
		font-size:2.8vw;
	}
	article #section_more dl.link_dl dd {
		white-space:nowrap;
	}

}



