@charset "UTF-8";
@import url("common.pc.css");


/* ---------------------------------------------------------
	CSS Document video
--------------------------------------------------------- */

.video {
	width: 100%;
	height: 720px;
	margin: 0 auto 60px;
}

/* ---------------------------------------------------------
	CSS Document copy
--------------------------------------------------------- */

#copy {
	margin-bottom: 80px;
}


#copy h2 {
    padding-bottom: 30px;
    margin: 0 auto;
    font-size: 36px;
    color: #000;
}

#copy p.txt {
    text-align: center;
    margin: 0 auto 60px;
    font-size: 20px;
}

#copy p img {
    margin: 0 auto 60px;
}

#copy .list {
	height: 787px;
	padding-top: 30px;
	background: url(../images/copy_bg.png) no-repeat top;
}

#copy ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 60px;
}

#copy ul li {
	width: 350px;
	height: 220px;
	margin-bottom: 30px;
	background: #fff;
}

#copy ul li:nth-of-type(even) {
	margin-left: 460px;
}

#copy ul a {
	display: block;
	transition: .4s;
}

/* ---------------------------------------------------------
	CSS Document related
--------------------------------------------------------- */

#related {
	margin-bottom: 80px;
}

#related h2 {
	margin-bottom: 30px;
	font-size: 36px;
	color: #000;
}

#related p {
	margin-bottom: 40px;
	font-size: 20px;
}

#related .list {
	height: 787px;
	padding-top: 30px;
	background: url(../images/related_bg.png) no-repeat top;
}

#related ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 60px;
}

#related ul li {
	width: 350px;
	height: 220px;
	margin-bottom: 30px;
	background: #fff;
}

#related ul li:nth-of-type(even) {
	margin-left: 460px;
}

#related ul a {
	display: block;
	transition: .4s;
}

/* ---------------------------------------------------------
	CSS Document bnrarea
--------------------------------------------------------- */

#bnrarea {
	margin-bottom: 50px;
}

#bnrarea img {
    margin: 0 auto 30px;
}


/* ---------------------------------------------------------
	CSS Document news
--------------------------------------------------------- */

#news {
	margin-bottom: 60px;
	text-align: left;
	font-size: 0;
}

#news h2 {
	display: inline-block;
	vertical-align: top;
	width: 148px;
	margin-right: 70px;
}

#news .section {
	display: inline-block;
	vertical-align: top;
	width: 1062px;
	height: 450px;
	overflow: auto;
}

#news .find {
	margin-bottom: 20px;
	font-size: 15px;
}

#news .find:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#news p {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	margin-right: 15px;
}

#news dl {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
}

#news dt {
	font-size: 12px;
}

#news dt a {
	margin-right: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #0070c0;
}

#news dt span {
	margin-right: 10px;
}

#news dd {
	line-height: 1.5;
}

#news dd span {
	margin-left: 10px;
	text-decoration: underline;
	color: #333;
}
