@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print, screen and (min-width: 769px){
	
	article {
		width: 1130px;
		margin: 50px auto 0;
	}
	
	article section{
		width: 980px;
		margin: 0 auto;
	}
	
	article section h3{
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2;
		padding-bottom: 5px;
		border-bottom: 1px solid #0071BC;
		position: relative;
		color: #000;
		margin-bottom: 40px;
	}
	
	article section h3::before{
		width: 17em;
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		border-bottom: 3px solid #0071BC;
	}
	
	article section h4{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
		color: #000;
		margin-bottom: 30px;
	}
	
	article section dl{
		width: 100%;
		margin-bottom: 14px;
		padding-bottom: 8px;
		border-bottom: 1px solid #000;
		color: #000;
	}
	
	article section dl dt{
		width: 100%;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 700;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	article section dl dd{
		width: 100%;
		font-size: 16px;
		font-size: 1.6rem;
		text-indent: -1em;
		padding-left: 2.2em;
		line-height: 1.4;
		padding-bottom: 5px;
	}
}

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

@media screen and (max-width: 768px){
	article {
		width: 100%;
		margin-top: 50px;
	}
	
	article section{
		width: 94%;
		margin: 0 auto;
	}
	
	article section h3{
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2;
		padding-bottom: 5px;
		border-bottom: 1px solid #0071BC;
		position: relative;
		color: #000;
		margin-bottom: 40px;
	}
	
	article section h3::before{
		width: 17em;
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		border-bottom: 3px solid #0071BC;
	}
	
	article section h4{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
		color: #000;
		margin-bottom: 30px;
	}
	
	article section dl{
		width: 100%;
		margin-bottom: 14px;
		padding-bottom: 8px;
		border-bottom: 1px solid #000;
		color: #000;
	}
	
	article section dl dt{
		width: 100%;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 700;
		text-indent: -1.5em;
		padding-left: 1.5em;
	}
	
	article section dl dd{
		width: 100%;
		font-size: 16px;
		font-size: 1.6rem;
		text-indent: -1em;
		padding-left: 2.2em;
		line-height: 1.4;
		padding-bottom: 5px;
	}
}