#work_head{
	font-size:0;
	margin-bottom: 20px;
}

#work_head menu li{
	float:left;
}

article{
	margin-bottom: 50px;
}

p{
	font-size: 0.8125em;
	line-height: 175%;
}

a{
	color: #0085B2;
}
a:hover{
	text-decoration: none;
	color: #0085B2;
}

.work_wrapper{
	background: url(../img/bg01.jpg) repeat-y left top;
	padding: 30px;
}

.work_wrapper p:not(:last-child){
	margin-bottom: 30px;
}

.work_wrapper.bg_none{
	background: none;
}

.work_ttl01{
	padding: 7px 8px;
	background: url(../img/ttl_bg01.jpg) no-repeat right top;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.work_ttl01 img{
	vertical-align: bottom;
}
.work_ttl02{
	color:#B99043;
	border-bottom: #444 dotted 1px;
	padding-bottom: 7px;
	line-height: 175%;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1em;
}

.work_ttl02 b{
	color: #00399D;
}

.work_ttl03{
	background: url(../img/ttl_bg02.gif) repeat-y left top;
	padding-left: 20px;
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 175%;
	color: #333;
}

.work_ttl03 small{
	font-size: 0.72em;
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	font-weight: normal;
}

.title .title_h{
	font-size: 1.375em;
	line-height: 175%;
	font-weight: bold;
	border-left: #333 solid 1px;
	padding-left: 15px;
	color: #B99043;
}
.title{
	padding-left: 2px;
	border-left: #333 solid 4px;
	margin-bottom: 20px;
}


table.normal{
	width: 100%;
	background: #fff;
	font-size: 0.8125em;
	margin-bottom: 30px;
	line-height: 175%;
}
table.normal:last-of-type{
	margin-bottom: 0;
}
table.normal th,
table.normal td{
	border:#ccc solid 1px;
}
table.normal th{
	padding:0 10px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	width: 120px;
}
table.normal td{
	padding: 15px 15px;
}

table.normal td span{
	display: inline-block;
}
table.normal td span:not(:last-child){
	margin-bottom: 10px;
}
table.normal td b{
	font-size: 1.15em;
}

table.normal td .red{
	color: #D80000;
}


ul.ul_normal li{
	font-size: 0.88em;
	line-height: 175%;
	position: relative;
	padding-left: 1.5em;
}

ul.ul_normal li:before{
	position: absolute;
	content: "■";
	color: #BA3118;
	left: 0;
	top: 0;
}

.wide_half{
	width: 48%;
}

@media screen and (max-width: 480px){
	.wide_half{
		width: 100%;
	}
}


.lr_box{
	width: 48%;
	margin-bottom: 30px;
}

.lr_box:nth-child(2n+1){
	float: left;
	clear: both;
}

.lr_box:nth-child(2n){
	float: right;
}

@media screen and (max-width: 480px){
	.lr_box{
		margin-bottom: 20px;
	}

	.lr_box:not(.wide_fix){
		width: 100%;
	}

	.lr_box:not(.wide_fix):nth-child(2n+1){
		float: none;
	}

	.lr_box:not(.wide_fix):nth-child(2n){
		float: none;
	}
}


.box2-1_row:not(:last-child){
	margin-bottom: 30px;
}

.box2-1_row > *:first-child{
	float: right;
	width: 31.11%;
}

.box2-1_row > *:last-child{
	float: left;
	width: 65.56%;
}

@media screen and (max-width: 480px){
	.box2-1_row:not(.wide_fix) > *:first-child{
		float: none;
		width: 100%;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.box2-1_row:not(.wide_fix) > *:first-child img{
		width: 60%;
	}

	.box2-1_row:not(.wide_fix) > *:last-child{
		float: none;
		width: 100%;
	}
}

.box1-2_row:not(:last-child){
	margin-bottom: 30px;
}

.box1-2_row > *:first-child{
	float: left;
	width: 31.11%;
}

.box1-2_row > *:last-child{
	float: right;
	width: 65.56%;
}

@media screen and (max-width: 480px){
	.box1-2_row > *:first-child{
		float: none;
		width: 100%;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.box1-2_row > *:first-child img{
		width: 60%;
	}

	.box1-2_row > *:last-child{
		float: none;
		width: 100%;
	}
}


.box_3col{
	float: left;
	width: 31.11%;
	margin-right: 3.33%;
}

.box_3col:nth-child(3n){
	margin-right: 0;
}

@media screen and (max-width: 480px){
	.box_3col{
		float: none;
		width: 100%;
		margin-right: 0;
	}
}

.movie_1col{
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.movie_1col:not(:last-child){
	margin-bottom: 30px;
}

@media screen and (max-width: 620px){
	.movie_1col{
		width: 100%;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
	}

	.movie_1col iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

.movie_2col{
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.movie_2col iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


.soon{
	padding: 30px 0;
}

figcaption{
	font-size: .75em;
	line-height: 175%;
	text-align: left;
}

.vam{
	vertical-align: middle;
}

/*---------------------------------
	#top block
----------------------------------*/
#top figure{
	margin-bottom: 30px;
}


/*---------------------------------
	#mv block
----------------------------------*/

/*---------------------------------
	#profile block
----------------------------------*/
#profile .top{
	margin-bottom: 20px;
}

#profile section:not(:last-child){
	margin-bottom: 50px;
}

/*---------------------------------
	#form block
----------------------------------*/
#form .top{
	margin-bottom: 40px;
}

#form .invitation #proccess{
	margin-bottom: 50px;
}
#form .invitation #proccess ul{
	font-size: 0.8125em;
	line-height: 175%;
	margin-left: 3em;
}
#form .invitation #proccess ul li{
	counter-increment:count;
	position: relative;
}
#form .invitation #proccess ul li:before{
	content:"〈"counter(count) "〉";
	color:#002572;
	position: absolute;
	left:-3em;
	top:0;
	font-weight: bold;
}

#form .invitation #qa{
	margin-bottom: 50px;
}
#form .invitation #qa section{
	margin-bottom: 30px;
}
#form .invitation #qa p{
	position: relative;
	margin-left: 2em;
}
#form .invitation #qa p:before{
	content:"A：";
	color:#CC0004;
	position: absolute;
	left:-2em;
	top:0;
	font-weight: bold;
}

#form .top figure{
	margin-bottom: 20px;
}

#form table.normal{
	margin-bottom: 20px;
}

#form section:not(:last-child){
	margin-bottom: 50px;
}

#form .has_bg{
	background: #ffff00;
}

#form dl{
	margin-bottom: 40px;
}
#form dt{
	font-size: 0.875em;
	font-weight: bold;
	line-height: 175%;
}
#form dd{
	font-size: 0.8125em;
	margin-bottom: 10px;
	line-height: 175%;
}
#form .att{
	font-size: 0.875em;
	color:#D80000;
	margin-bottom: 10px;
}
#form .att2{
	font-size: 1.2em;
	margin: 30px 0 20px;
}

#form .red{
	color:#D80000;
}

#form .mid{
	vertical-align: middle;
}
#form .v_top{
	vertical-align: top;
}
#form_main th span{
	color:#D80000;
}
#form_main table{
	line-height: 175%;
	margin-bottom: 40px;
}
#form_main th{
	font-weight: bold;
	text-align: left;
	font-size: 0.875em;
	padding: 5px 20px 5px 0;
	white-space: nowrap;
}
#form_main th.va_top{
	vertical-align: top;
}
#form_main th.t{
	line-height: 175%;
	padding-top: 15px;
	padding-bottom: 15px;
}
#form_main th.pb{
	padding-bottom: 35px;
}
#form_main td{
	font-size: 0.75em;
	padding: 5px 0;
	line-height: 175%;
}
#form_main td span.normal{
	font-size: 1.08em;
}
#form_main td.va_mid{
	vertical-align: middle;
}
#form_main th.wide,
#form_main td.wide{
	padding: 20px 0;
}
#form label{
	margin-right: 22px;
	font-size: 1.167em;
	line-height: 3em;
}
#form input[type="text"]{
	border:#ccc solid 1px;
	height: 35px;
	width:400px;
	margin-right: 10px;
}
#form input[type="radio"]{
	margin-right: 10px;
}

#form table.form input.short{
	width:200px;
}

#form textarea{
	border:#ccc solid 1px;
	width: 500px;
	height: 100px;
}

#form .send_btn input{
	border:none;
	font-size: 1em;
	font-weight: bold;
	width:200px;
	padding: 16px 0;
}
#form .send_btn input[type="submit"]{
	background: #666;
	color:#fff;
	cursor: pointer;
}
#form .send_btn input[type="button"]{
	background: #ddd;
	color:#444;
	margin-left: 20px;
	cursor: pointer;
}



@media screen and (max-width: 768px){
	#contents{
		margin-top: 73px;
	}
	menu ul li{
		width: 25%;
	}
	menu ul li img{
		width:100%;
	}
	.work_ttl03 small{
		display: block;
		padding-left: 0;
		line-height: 120%;
	}
}

@media screen and (max-width: 667px){
	.work_ttl02{
		font-size: .7em;
	}
	menu ul li{
		width: 50%;
	}
	menu ul li:nth-child(3){
		clear: both;
	}


	#form_main table th,
	#form_main table td{
		display: block;
	}
	#form input[type="text"]{
		width:60%;
	}
	#form textarea{
		width:100%;
	}
	#form label:after{
		content: "\A";
		white-space: pre ;
	}
}

@media screen and (max-width: 480px){
	.pc{
		display: none;
	}
	.work_wrapper {
	    padding: 20px;
	}
	.work_ttl01{
		padding: 4px 5px;
	}
	.work_ttl01 img{
		height: 24px;
	}
	.title .title_h {
	    font-size: 0.9em;
	}
	#contents {
	    margin-top: 59px;
	}
	.work_ttl03{
		font-size: .8em;
	}

	table.normal th,
	table.normal td{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	table.normal th{
		border-bottom:none;
	}
	table.normal th br{
		display: none;
	}

	#mv p{
		padding: 20px 0;
	}

	#form_main th.pb{
		padding-bottom: 0;
	}

	table.normal td b{
		font-size: 1em;
	}


	#form .send_btn input{
		width: 45%;
	}

	#form label{
		line-height: 1.5em;
	}
}
