@charset 'UTF-8';

* {
	margin: 0;
	padding: 0;
	}

body, html {
	font-family: Avenir, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
	background-color: #fff;
		}

a {
	text-decoration: none;
	}

a:link {
	color: #04c;
	}

a:visited {
	color: #04c;
	}

a:hover {
	color: #04c;
	}

a:active {
	color: #04c;
	}

.clearfix {
	clear: both;
	}

#wapper {

	max-width: 800px;
	margin: 0 auto;
	padding: 100px 0 0 0;
	background-color: #fff;
	}

	
/** ////////// section_article ////////// **/
#section_article {
	padding: 0 5% 0px 5%;
	margin:0 0 0px 0;
	}
	
#section_article .title {
	font-size: 24px;
	line-height: 1.7em;
	margin-bottom: 30px;
	text-align: center;
	}
	
#section_article p.sub_title {
	padding-top:15px;
	margin-bottom:10px;
	display:block;
	font-weight:bold;
	font-size: 14px;
	line-height: 1.7em;
	}
	
#section_article  p {
	margin-bottom:10px;
	font-size: 13px;
	line-height: 1.7em;
	word-wrap: break-word;
	}
	
	

	






