@charset "utf-8";
#errorPage .main,
#links .main,
#sitemap .main,
#privacy .main{
	width: 1080px;
	margin: 0 auto 4rem;
	font-size: 1.4rem;
	padding-left:0;
}

@media only screen and (max-width: 767px){
	#errorPage .main,
	#links .main,
	#sitemap .main,
    #privacy .main{
		width: auto;
        padding: 4rem 4.6875% 0;
        margin: 0 auto;
	}
}

ul.column-030-area{
	display: flex;
	justify-content:left;
	margin: 4rem 0 5rem;
}

ul.column-030-area li{
    font-size: 1.4rem;
    line-height: 1.5;
    position: relative;
	width:325px;
	margin-right:50px;
}

.column-030-area ul li:last-child{
	margin-right:0;
}

.column-030-area ol li{
	border-bottom:#afafaf dotted 1px;
	box-sizing: border-box;
	display: block;
	position: relative;
}

.column-030-area ol li a{
	color:#e60012;
	text-decoration: none;
	display: block;
	padding:15px 15px 15px 25px;
}

.column-030-area ol li a:hover{
	text-decoration: underline;
}

.column-030-area ol li::before{
    content: '';
    display: inline-block;
    width: 13px;
    height: 11px;
	background: url(../common/img/ic_blank_020.png) no-repeat;
	background-size:13px 11px;    
    margin-top: 23px;
    z-index: 50;	
	margin-right:10px;
	float:left;
}
@media only screen and (max-width: 767px){
	ul.column-030-area{
		display: block;	
		margin: 4rem 0 5rem;
	}
	
	ul.column-030-area li{
		font-size: 1.4rem;
		line-height: 1.5;
		position: relative;
		width:100%;
		margin-right:0;
	}	

	ul.column-030-area li h3{
		margin-top:5rem;
	}
}


/* sitemap -------------------------------------------------------------------*/
#sitemap .column-030-area ol li::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    margin-top: 23px;
    z-index: 50;
	border-top: 1px solid #e60012;
    border-right: 1px solid #e60012;
	margin-right:10px;
	float:left;
	background: none;
}

#sitemap .column-030-area ol li.sub-box{
	border:none;	
}

#sitemap .column-030-area ol li.sub{
	background: #f5f5f5;
	border:none;
	padding-left:20px;
	font-size:1.2rem;
}

#sitemap .column-030-area ol li.sub a{
	color:#000;
}
#sitemap .column-030-area ol li span{
	display: block;
	padding: 10px 0;
}
#sitemap .column-030-area ol li.beforenone:before{
	display: none;
}
/* privacy -------------------------------------------------------------------*/
#privacy h3{
	font-size: 1.6rem;
	padding: 2px 0 0 0;
	border-left: none;
	line-height: 1.4;
	margin-bottom: 0;
	letter-spacing: .05em;
	font-weight: 300;
}

#privacy .column{
	border-bottom: 1px dotted #b3b3b3;
	padding-bottom: 3rem;
}

#privacy .main .column + .column {
    margin-top: 3rem;
}

#privacy .main .column ul {
    margin-top: 3rem;
	padding:20px 20px 30px 20px;
	background: #f5f5f5;
}

#privacy .main .column ul li {
    margin-top: 1rem;
	padding-left: 1.5em;
    text-indent: -1.5em;
	line-height: 1.4;
}

#privacy .column_cumpany{
	padding:20px 20px 30px 20px;
	background: #f5f5f5;
	border:none;
}

