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



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/




	.strong_box{
		background-color: #F7F7F7;
		padding: 20px;
		margin:10px 0;
		}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* pc */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media all and (min-width: 801px){
			
		
		
	.content_wrap > .sec:not(:nth-of-type(1)){
		margin-top:70px;
		}
		
	.content_wrap > .sec > .sec:not(:nth-of-type(1)){
		margin-top:50px;
		}
		
	.content_wrap .intro{
		margin-bottom:30px;
		}
		
		dl{
			margin-top:20px;
			}
			dl dt{
				font-weight:bold;
				margin-bottom:5px;
				font-size:1.1em;
				}
			dl dd{
				margin-top:5px;
				}
	
		

}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* sp */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media all and (max-width: 800px){
			
	
	.content_wrap > .sec:not(:nth-of-type(1)){
		margin-top:60px;
		}
		
	.content_wrap > .sec > .sec:not(:nth-of-type(1)){
		margin-top:40px;
		}
		
	.content_wrap .intro{
		margin-bottom:30px;
		}
	
		
		dl{
			margin-top:20px;
			}
			dl dt{
				font-weight:bold;
				margin-bottom:5px;
				font-size:1.1em;
				}
			dl dd{
				margin-top:5px;
				}
	
		
		
	

}