@charset "UTF-8";

#content{
	padding: 0 0 40px;
	border-bottom: 1px solid #ccc;}

/*-------------------------
__page_title
-------------------------*/
#main #page_title{
	width: 100%;
	height: 180px;
	position: relative;
	background: url(images/title_bg.jpg) no-repeat center center;
	background-size: cover;}
#main #page_title::after{
    content: "";
    display: block;
	width: 100%;
    height: 180px;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    right: 0;}
#main #page_title .title{
	font-size: 2.4em;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #FFF;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;}

/*-------------------------
__ページ内css
-------------------------*/

#main .sitemap_list{
	padding: 15px 15px 20px;
	box-sizing: border-box;
	border: 1px solid #ccc;}
#main .sitemap_list ul{
	letter-spacing: -1em;}
#main .sitemap_list ul li{
	display: inline-block;
	width: 50%;
	position: relative;}
#main .sitemap_list ul li::after{
	display: block;
	height: 1px;
	content: "";
	margin: auto 5px 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 1px dotted #ccc;}
/* #main .sitemap_list ul li:nth-last-child(1)::after,
#main .sitemap_list ul li:nth-last-child(2)::after{border: none;} */
#main .sitemap_list ul li.row1{
	width: 100%;}
#main .sitemap_list ul li a{
	display: inline-block;
	font-size: 1.5em;
	line-height: 2;
	letter-spacing: 0.04em;
	text-decoration: none;
	margin: 0 5px;
	padding: 5px 0;
	position: relative;
	color: #000;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#main .sitemap_list ul li a::before{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: inline-block;
	width: 0;
	height: 1px;
	background: #000;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
	z-index: 9;}
#main .sitemap_list ul li a:hover:before{
	width: 100%;}
/* ----------------------------------------------

fullPC設定

------------------------------------------------*/
@media all and (min-width: 960px) {
	#main #page_title{
		min-width: 960px;}
}
/* ----------------------------------------------

SP設定

------------------------------------------------*/
@media all and (max-width: 520px) {
	#main .sitemap_list ul li{
		width: 100%;
		text-align: center;}
	#main .sitemap_list ul li a{
		display: block;}	
}