@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: #e9e9e9;
		}

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: 60px 0 0 0;
	background-color: #fff;
	}


/** ////////// section_header ////////// **/
.section_header {
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	text-align: center;
	background: #1d283f;
	}

.section_header p {
	font-size: 10px;
	padding: 20px 0;
	color: #fff;
	}

/** ////////// section_questions ////////// **/
#section_questions {
	padding: 0 5% 60px 5%;
	margin:0 0 40px 0;
	border-bottom: 1px solid #ececec;
	}

#section_questions .title{
	font-size: 24px;
	line-height: 1.7em;
	margin-bottom: 30px;
	text-align: center;
	}

#section_questions ul.questions_list li{
	list-style: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ebebeb;

	font-size: 14px;
	}

#section_questions ul.questions_list li:last-child{
	list-style: none;
	border-bottom: 0px dotted #ebebeb;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

/** ////////// section_answer ////////// **/
.section_answer {
	margin-top:-100px;
	margin-right: 0px;
	margin-bottom:40px;
	margin-left: 0px;
	padding-top:100px;
	padding-right: 5%;
	padding-bottom:60px;
	padding-left: 5%;
	border-bottom: 1px solid #ececec;
	}

.section_answer_last {
	margin-top:-100px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-left: 0px;
	padding-top:100px;
	padding-right: 5%;
	padding-bottom:60px;
	padding-left: 5%;
	border-bottom: 1px solid #ececec;
	}

.section_answer .title{
	font-size: 19px;
	line-height: 1.7em;
	margin-bottom: 15px;
	}

.section_answer_last .title{
	font-size: 19px;
	line-height: 1.7em;
	margin-bottom: 15px;
	}

.section_answer .text{
	font-size: 14px;
	line-height: 1.7em;
	}

.section_answer_last .text{
	font-size: 14px;
	line-height: 1.7em;
	}
