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

 ■サイトマップのCSS

******************************************************************************/


/*メインビジュアル　背景画像お知らせ用*/
.main_visual {
	background-image: url(../img/back04_4.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	margin-top: -70px;
}


.content_area1 {
    background-image:none;
}


.content_area1_inner{
	width: 1024px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear:both;
	padding-top:3em;
}


.content_area1_inner li{
	text-indent:0.5em;
	line-height:3em;
}
li .fa.fa-angle-double-right {
	color: #D1E08F;
	margin-right: 1em;
}


.area1_left{
	width:500px;
	float:left;
}

.sitemap_right_title {
    font-size: 1.4em;
    font-weight: normal;
    text-indent: 1em;
    width: 490px;
    margin-bottom: 1em;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
}

.area1_right{
	width:500px;
	float:right;
}

