@charset "utf-8";
.header .innr .back {
    margin: -10px 0 0 18px;
    float: right;
}
.header .innr .back:hover {
    opacity: 0.7;
}
.red {
	color: #F00;
}
.center {
	text-align: center;
}
.mt20{
    padding-top: 20px;
}



#Main {
    padding: 33px 0 80px;
}

#copy {
	width: 100%;
	padding: 30px;
	border: solid 1px #000;
	box-sizing: border-box;
	text-align: center;
	margin-top: 30px;
}
#copy .ttl {
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bolder;
}
#copy .txt {
	font-size: 14px;
    line-height: 2;
	padding-top: 10px;
}

h2 {
	margin-top: 50px;
}
h3 {
    width: 100%;
}
h4 {
    padding-bottom: 10px;
    border-bottom: solid 1px #696969;
}


#visual,
#statement,
#movie {
    width: 100%;
}
#visual .half,
#statement .half,
#movie .half {
    width: 460px;
}
#visual .half:first-child,
#statement .half:first-child,
#movie .half:first-child {
    margin-right: 40px;
}
#visual .three,
#statement .three {
    width: 300px;
    margin-right: 30px;
}
#visual .three:last-of-type,
#statement .three:last-of-type {
    margin-right: 0;
}


#statement {
    margin-top: 60px;
}
#statement .statement_ttl {
    padding-bottom: 15px;
    border-bottom: solid 1px #696969;
}

#movie {
    margin-top: 30px;
    font-size: 14px;
}

#model,
#staffs {
    width: 100%;
    margin-top: 50px;
    padding: 42px;
    border: solid 1px #000;
    box-sizing: border-box;
}
#model dl,
#staffs dl{
    margin-top: 5px;
    line-height: 1.6;
}
#model dl dt,
#model dl dd,
#staffs dl dt,
#staffs dl dd{
    display: table-cell;
    letter-spacing: normal;
    vertical-align: top;
}
#model dl dt{
	width: 300px;
    padding-right: 15px;
}


#model{
    font-size: 13px;
}
#staffs{
    font-size: 13px;
}
#staffs .list > div{
    float: left;
    width: 50%;
}
#staffs .list > div:nth-child(2){

}
#staffs dl dt{
    width: 15px;
}
#staffs dl dd:nth-of-type(2n+1){
    width: 12em;
}
#staffs dl dd:nth-of-type(2n+2){
    width: 8em;
}
#staffs dl dd:nth-of-type(2n+3){
    width: auto;
}
/*
#staffs .list ul li{
    position: relative;
    padding-left: 15px;
    font-size: 14px;
}
#staffs .list ul li:before{
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
}
*/