@charset "utf-8";
/* CSS Document */


#container {
    width: 100%;
    text-align: center;
}
 
/* #fullbg_stretch
--------------------------- */
#fullbg_stretch  img {
    visibility: hidden;
}
 
/* #contents
--------------------------- */
#contents {
    margin: 50px auto;
    width: 800px;
    color: #000;
    text-align: left;
    position: relative;
    z-index: 99;
}
 
#contents #overlaybg {
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    position: absolute;
}
 
#contents #wrapper {
    width: 100%;
    text-align: left;
    position: relative;
}
 
#contents p {
    padding: 0 15px 30px 15px;
    position: relative;
}





#top-contents {
	position: relative;
	margin: 0 auto;
	height: 790px;
	width: 100%;
	padding: 0;
}

#site-name {
  position: absolute;
  left: 0;
  top: 20%;
  right: 0;
  bottom: 0;
}

#visual-pr {
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	bottom: 0;
	height: 151px;
	width: 492px;
	margin-left: auto;
	margin-right: auto;
}

#under-btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15%;
	margin-left: auto;
	margin-right: auto;
}


#topics {
	box-sizing: border-box;
	/*background: url(../img/topics-back.jpg) no-repeat;
	text-align: left;*/
	background-color: #DCF3BB;
	color: #000;
	padding: 10px 0 30px;
	width: 940px;
	margin-bottom: 80px;
	/*display:	flex;*/
}

#topics h2 {
/*	float: left;*/
	/*width: 180px;*/
	/*padding:	10px 0 0 20px;*/
	padding: 50px 0 30px;
	text-align: center;
	margin: 0 auto;
	font-size: 24px;
}

#topics p {
	line-height: 1.2;
}

#topics .box-news {
	text-align: left;
	padding: 10px 40px 0 ;
}
#topics .box-news dl {
	text-align: left;
	margin: 0 80px;
	width:	860px;
}

.box-news dt {
	float: left;
	line-height: 3.0;
}

.box-news dd {
	margin-left: 120px;
	line-height: 3.0;
	width: 740px;
}

.box-news a:link {
	color: #1E130C;
	text-decoration: none;
}

.box-news a:visited {
	color: #1E130C;
	text-decoration: none;
}

.box-news a:hover {
	color: #1E130C;
	text-decoration: underline;
}

.box-news a:active {
	color: #1E130C;
	text-decoration: underline;
}


.box-list {
	width:	100px;
/*	background-color:	#A0DE45;*/
	background-color:	#7CBA21;
	padding:	10px;
	/*margin:	0 10px 0 0;*/
	margin: 40px auto 20px;
	text-align:	center;
}

.box-list:hover {
	background-color:	#5B8817;
}

.box-list a:link , .box-list a:visited , .box-list a:hover , .box-list a:active {
	color:	#FFF;
	text-decoration: none;
}

.arrow {
    position: relative;
    display: inline-block;
    padding: 0 16px 0 0;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
}

.arrow::before,
.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
/*    left: 0;*/
    right: 0;
    margin: 0 0 0 auto;
    content: "";
    vertical-align: middle;
}

.sample5-2::before{
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #7a0;
    border-right: 2px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.w380 {
	width: 380px;
}

.house-tree {
	float: right;
	text-align: left;
	width: 530px;
}

.house-tree h2 {
	margin-bottom: 30px;
}

#category-contents {
	overflow: hidden;
	margin-top: 20px;
	width: 100%;
}

.category-list {
	float: left;
	margin: 60px 7px;
	width: 220px;
}

.category-list img {
	margin-bottom: 15px;
}

.category-list p a {
	color: #3F1F00;
	font-size: 20px;
}
