﻿@charset "utf-8";
/* CSS Document */


/*PC*/
@media print, screen and (min-width: 769px) {
	
	.hed_img {
		background: url(../images/sitemap/hed_img.jpg) 0 0 no-repeat;
		height: 710px;
		margin-top: 80px;
		width: 40%;
		float: left;
		background-size: cover;
	}

	
	
	.policy {
		margin-bottom: 50px;
	}
	

	
	.gray_bg {
		margin-bottom: 50px;
	}
	
	

	
	.flow_tit {
		font-size: 1.3em;
		color: #ea5514;
		margin-bottom: 10px;
	}
	
	

	.sitemap {
		width:100%;
		margin: 0 auto;
        margin-top: 30px;
        text-align: center;
        letter-spacing: -0.4em;
	}
	
	.sitemap li {
        width: 33.3%;
        letter-spacing: normal;
        display: inline-block;
        text-align: center;
        margin-bottom: 30px;
        padding: 15px 0px;
        vertical-align: top;
        border-right: dotted 1px #ccc;
        box-sizing: border-box;
        font-weight: bold;
		
	}
	
	
    .sitemap li:nth-child(3n+3) {
        border-right: none;
    }
    
    
	.sitemap li a {
		display: block;
	}
	
	.sitemap li a:hover {
		color: #ea5514!important;
	}
	.sitemap li .sitemap_list {
		font-size: 0.9em!important;
		
	}
	
	
	
	
	

}

/*sp*/
@media only screen and (max-width: 768px) {
	

		.hed_img {
		background: url(../images/sitemap/hed_img.jpg) center  center no-repeat;
		height: 350px;
		width: 100%;
		background-size: cover;
	}
	


	
	.policy {
		margin-bottom: 50px;
	}
	
	
	
	
	.flow_tit {
		font-size: 1.2em;
		color: #ea5514;
		margin-bottom: 10px;
	}
	
	.sitemap {
		width:90%;
		padding: 5%;
		margin: 0 auto;
	}
	
	.sitemap li {
	margin-bottom: 0px;
		font-weight: bold;
		
	}
	
	.sitemap li a {
		display: block;
	}
	
	
	.sitemap li a:hover {
		color: #ea5514!important;
	}
	.sitemap li .sitemap_list {
		font-size: 0.9em!important;
		
	}
	

}