@charset "utf-8";
/* CSS Document */

/* info /20200226.css/ */

#ttl_area p{
	font-size:125%;
	margin: 0 1em 3em 1em;
}
#contents h1.title{
	font-size:160%;
	border:none;
}

#contents .wrapper{
	margin:0 2em 4em 2em;
}

#contents .wrapper > p{
	font-size:115%;
}

#contents a.textLink{
	display: inline-block;
	word-break: break-all;
	background-position: 0 8px;
}

#contents section{
	margin: 3em 0;
}

#contents h2{
	font-weight:400;
	font-size:105%;
	margin-left:0;
	margin-bottom:1em;
}

#contents .container{
	margin-left: 1em;
}

#contents .container h3{
	margin-bottom: 0.5em;
}

#contents .container ul{
	list-style: none;
	padding: 0;
	margin: 0 0 2em 0;
}

#contents .container ul li{
	padding: 0;
	margin: 0;
}


@media (max-width: 640px){

	#ttl_area p{
		font-size:100%;
	}
	
	#contents h1.title{
		font-size:120%;
	}

	#contents div.section h2.title{
		font-size:110%;
	}

	#contents .wrapper{
		margin:0;
	}
	
	#contents a.textLink{
		display: block;
		margin-top: 0.5em;
	}


	#contents .container ul li{
		word-break: break-word;
	}

}