@charset "utf-8";
/* CSS Document */
#top_contents {
	width: 100%;
}
#top_contents {
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 0;
	padding-top: 97.33333333333333%;
	z-index: 1;
	background:url(../images/sp/top_back2025sm.png) 0 0 no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	background-size:100% auto;
}
#top_contents p {
	position:absolute;
	top: 43%;
	right: 7.5%;
	width: 26%;
	z-index: 2;
}
#top_contents p img {
	width: 100%;
	max-width: 242px;
    transition: all 0.3s;/*アニメーション設定*/
}
#top_contents p a img:hover {
	transform:scale(1.1,1.1);
}
#top_contents p.tree {
	position:absolute;
	top: 49%;
	left: 1%;
	width: 18%;
	z-index: 2;
}
/* コンテンツ背景(草) */
/* CONTENTS */
#contents {
	padding-top: 10px;
	margin-top: 74.33333333333333%;
}
.box_contents {
	padding-top: 30px;
}
/* TOP */
.top_news dt {
	display: block;
	padding: 0 0 5px;
	font-size: 13px;
	line-height: 1.7em;
}
.top_news dt.dt1, .top_news dt.dt2, .top_news dt.dt3 {
	background: none;
}
.top_news dd {
	display: block;
    padding: 0 0 20px 0;
	line-height: 1.7em;
}
.top_news dd.dd_btm {
    padding-bottom: 0;
}
.top_news dl .dl_line {
	padding-bottom: 20px;
}
.top_news dl .dl_line_btm {
	padding-bottom: 10px;
}
.movie {
    width: 100%;
}
video {
	width: 100%;
}
/* フッター背景(道) */
#bg_foot_road {
	padding-top: 19.33333333333333%;
	background:url(../images/sp/bg_load.png) 0 100% no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	background-size:100% auto;
}
/* スマホ横～ */
@media screen and (min-width:480px) {
}
/* Kindle縦～ */
@media screen and (min-width:550px) {
    .box_contents {
        padding-top: 20px;
    }
}
/* タブレット縦～ */
@media screen and (min-width:750px) {
	#top_contents {
		padding-top: 74.27083333333333%;
		background:url(../images/top_back2025sm.png) 0 0 no-repeat;
		-webkit-background-size:100% auto;
		-moz-background-size:100% auto;
		-o-background-size:100% auto;
		background-size:100% auto;
	}
	#top_contents p {
		top: 36.5%;
		right: 17.5%;
		width: 18%;
	}
    #top_contents p.tree {
        top: 43%;
        left: 5.5%;
        width: 10.5%;
    }
	/* CONTENTS */
	#contents {
		padding-top: 0;
        margin-top: 54.27083333333333%;
	}
    /* TOP */
	.top_news {
		min-height: 0;
	}
    .top_news dt {
        padding: 0 0 20px;
        float: left;
        font-size: 14px;
        line-height:1.8em;
    }
    .top_news dd {
        padding: 0 0 20px 7.4em;
        line-height:1.8em;
    }
    .top_news dt.dt_btm, .top_news dd.dd_btm {
        padding-bottom: 0;
    }
    .top_news dl .dl_line {
        padding-bottom: 22px;
    }
    .top_news dl .dl_line_btm {
        padding-bottom: 10px;
    }
	/* フッター背景(道) */
	#bg_foot_road {
		padding-top: 17.13541666666667%;
		background:url(../images/bg_load.png) 0 100% no-repeat;
		-webkit-background-size:100% auto;
		-moz-background-size:100% auto;
		-o-background-size:100% auto;
		background-size:100% auto;
	}
}
/* PC */
@media screen and (min-width:1024px) {
    /* TOP */
	.top_news {
		min-height: 150px;
	}
}
/* PC */
@media screen and (min-width:1366px) {
	/* CONTENTS */
	#contents {
		margin: 51.27083333333333% auto 0;
	}
}