@charset 'utf-8';

/* --------------------------------------------------------------------------------
	link
-------------------------------------------------------------------------------- */
h2{
	margin:0 0 5%;
	padding:0 20%;
	text-align:center;
	background:url(../images/common/t-bg.png) repeat-x 0 0;
	background-size:auto 100%;
}


/* --------------------------------------------------------------------------------
	PC
-------------------------------------------------------------------------------- */
@media screen and (min-width: 850px){
	
	/********** セクション1 **********/
	#info .section1{
		padding:0 1.2%;
		margin-bottom:5%;
	}
	
	
	#info .section1 .info_title{
		font-weight: bold;
		font-size: 1.65em;
		border-left:solid 0.25em #004082;
		padding-left:3%;
		margin-bottom:1.5%;
	}

	#info .section1 .info_text{
		font-size:1.3em;
		border-top:solid 1px #b5b5b5;
		padding-top:1.8%;
	}
	
	#info .section1 a{
		color:#3483e7;
		text-decoration:underline;
	}
}



/* --------------------------------------------------------------------------------
	スマホ
-------------------------------------------------------------------------------- */
@media screen and (max-width: 849px){
	
	/********** セクション1 **********/
	#info .section1{
		padding:0 3.5%;
		margin-bottom:3.5%;
	}
	
	#info .section1 .info_title{
		font-weight: bold;
		font-size: 1.65em;
		border-left:solid 0.35em #004082;
		padding-left:3%;
		margin-bottom:3%;
	}

	#info .section1 .info_text{
		font-size:1.35em;
		border-top:solid 1px #b5b5b5;
		padding-top:3%;
	}
	
	#info .section1 a{
		color:#3483e7;
		text-decoration:underline;
	}
	
	
}


