@charset "utf-8";
/* ===========================================================

	Title: top.css
	Last Created: 2016-11-11

=========================================================== */
/*

	main-visual
	contents
	section
	important
	item
	news

=========================================================== */
/* ===========================================================

	main-visual

=========================================================== */
.main-visual {
	position:relative;
	width: 100%;
	min-width: 1160px;
	height: 500px;
	background: url(../img/common/top/mainvisual.png) 50% 0 no-repeat;
}
.main-visual p.copy {
	background: url(../img/ja/top/copy.png) 0 50% no-repeat;
	width: 1160px;
	height: 500px;
	margin: 0 auto;
	/* Scott Kellum Method */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
.main-visual {
	min-width: 320px;
	height: 300px;
	background-size: auto 300px;
}
.main-visual p.copy {
	width: 100%;
	height: 300px;
	background: url(../img/ja/top/copy.png) 50% 50% no-repeat;
	background-size: 90% auto;
}
}

/* ===========================================================

	contents

=========================================================== */
.contents {
	padding: 40px 0 0;
	background: none;
}
@media screen and (max-width: 768px) {
.contents {
	padding: 10px 10px 0;
	background: none;
}
}

/* ===========================================================

	important

=========================================================== */
.important {
	border: solid 2px #ed1a3d;
	background-color: #FEEFF1;
	margin: 0 0 40px;
	padding: 20px 0;
	display: table;
	width: 100%;
	vertical-align: middle;
}
.important h2 {
	display: table-cell;
	font-size: 18px;
	width: 15%;
	padding: 0 30px;
	text-align: right;
	color: #ed1a3d;
}
.important h2:before {
	content: "!";
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	display: inline-block;
	color: #fff;
	text-align: center;
	background-color: #ed1a3d;
	border-radius: 12px;
	margin: -5px 5px 0 0;
	vertical-align: middle;
}
.important ul,
.important dl {
	display: table-cell;
	border-left: solid 1px #e1c9cd;
	width: 85%;
	padding: 0 30px;
	margin: 0;
}
.important ul li,
.important dl dt {
	margin: 0;
	padding: 2px 0;
}
.important dl dt {
	clear: both;
	float: left;
}
.important dl dd {
	padding: 2px 0;
	margin: 0 0 0 12em;
}
.important dl dd a {
	text-decoration: underline;
}
.important dl dd a:hover {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
.important {
	margin: 0 0 10px;
	padding: 20px 0;
	display: block;
	width: auto;
}
.important h2 {
	display: block;
	width: auto;
	padding: 0 20px;
	margin: 0 0 10px;
	text-align: left;
	height: auto !important;
	line-height: 1.4  !important;
}
.important ul,
.important dl {
	display: block;
	width: auto;
	border: none;
	padding: 0 20px;
}
.important ul li,
.important dl dt {
	margin: 0 0 5px;
}
.important dl dt {
	clear: both;
	float: none;
}
.important dl dd {
	margin: 0;
	padding: 0;
}
}
/* ===========================================================

	item

=========================================================== */
.item {
	width: auto;
	height: auto;
	background: #000;
	/* required to hide the image after resized */
	overflow: hidden;
	/* for child absolute position */
	position: relative;
}
.item img {
	border: 0;
	/* allow javascript moves the img position*/
	position: absolute;
}
.item .caption {
	width: 920px;
	height: 250px;
	background: #000;
	color: #fff;
	font-weight: bold;
	/* fix it at the bottom */
	position: absolute;
	left: 0;
	/* hide it by default */
	display: none;
	/* opacity setting */
	filter: alpha(opacity=20);    /* ie  */
	-moz-opacity: 0.2;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.2;    /* for really really old safari */
	opacity: 0.2;    /* css standard, currently it works in most modern browsers like firefox,  */
}
.item .caption a {
	text-decoration: none;
	color: #0cc7dd;
	font-size: 16px;
	/* add spacing and make the whole row clickable*/
	padding: 5px;
	display: block;
}
.item .caption p {
	padding: 5px;
	margin: 0;
	font-size: 10px;
}

/* ===========================================================

	 news

=========================================================== */
.news {
	position: relative;
	/*float: left;*/
	width: auto;
	margin: 0 auto 30px;
	height: 20em;
	padding: 18px 18px 0 18px;
	border: solid 2px #EAEAEA;
}
.news dl {
	clear: both;
	height: 18em;
	overflow: scroll;
	overflow-x: hidden;
	margin: 0;
	text-align: left;
}
.news dt {
	clear: both;
	float: left;
	margin: 0 0 10px;
	padding: 0;
	width: 10em;
}
.news dt span.icon {
	float: right;
}
.news dd {
	margin: 0 0 10px;
	padding: 0 0 0 10em;
}
.news dl a:link,
.news dl a:visited {
}
.news dl a:hover {
}
@media screen and (max-width: 768px) {
.news {
	clear: both;
	float: none;
	width: auto;
	height: auto;
	min-height: inherit;
	margin: 0 0 10px;
	padding: 20px;
}
.news dl {
	height: auto;
	overflow: inherit;
}
.news dt {
	clear: both;
	float: none;
	margin: 0 0 5px;
	padding: 0;
	width: 16em;
}
.news dd {
	margin: 0 0 20px;
	padding: 0 0 0 0;
}
}


/*仮置き*/

.in { position:relative;   }
.in img { position:absolute; left:100; top:0; width:700px;}

/*.top_news{
margin-top:550px;
position:absolute;
}

.footer-navi {
margin-top:850px;

}*/