@charset "UTF-8";
/* CSS Document */
ul.breadcrumb {
		margin-top: 20px;
	}

@media print, screen and (min-width: 1201px){
	body {
		padding-top: 125px!important;
	}
}
/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print, screen and (min-width: 769px){
	body {
		padding-top: 56px;
	}
	
	section h2{
		font-size: 24px;
		font-size: 2.4rem;
		color: #d7000f;
		line-height: 1.2;
		margin-bottom: 50px;
		text-align: center;
	}
	
	section#for_top{
		width: 95.2%;
		max-width: 1000px;
		margin: 0 auto 120px;
		color: #4d4d4d;
	}
	
	section#for_top h3{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 500;
	}
	
	section#for_top p{
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 1.5em;
	}
	
	address {
		width: 100%; 
		margin-top: 60px;
	}
	
	address h3,
	address p{
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	address a{
		color: #4d4d4d;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 768px){
	
	section h2{
		width: 92.5%;
		margin: 0 auto 20px;
		font-size: 22px;
		font-size: 2.2rem;
		color: #d7000f;
		line-height: 1.2;
		text-align: center;
	}

	section#for_top{
		width: 95.2%;
		margin: 0 auto 80px;
	}
	
	section#for_top{
		width: 95.2%;
		margin: 0 auto 120px;
		color: #4d4d4d;
	}
	
	section#for_top h3{
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: 500;
	}
	
	section#for_top p{
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 1.5em;
	}
	
	address {
		width: 100%; 
		margin-top: 60px;
	}
	
	address h3,
	address p{
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	address a{
		color: #4d4d4d;
	}
}