#header {
	margin-bottom : 7.5%;
	background-image : url(ptitlebg2.jpg);
	background-repeat : no-repeat;
	background-position : center top;
	background-size : 100%;
}

dl#hmsg {
	width : 84%;
	margin : 0 auto 7% auto;
}

dl#hmsg dt {
	margin-bottom : 4%;
	font-family : "ten-mincho", serif;
	font-weight : 400;
	font-size : 120%;
}

dl#hmsg dd {
	line-height : 1.4em;
}

/*----------FAQ----------*/

.faqList {
	width : 90%;
	margin : 0 auto 15% auto;
}

.faqP {
	position : relative;
	margin-bottom : 10px;
	padding : 15px 45px 19px 12px;
	background : #ebe1eb;
	cursor : pointer;
	border-radius : 7px;
	line-height : 1.4em;
	letter-spacing : 0;
}

.faqP:after {
	content : "";
	display : inline-block;
	position : absolute;
	top : 45%;
	right : 15px;
	width : 10px;
	height : 10px;
	border-right : 3px solid #8c5aa5;
	border-bottom : 3px solid #8c5aa5;
	transform : translateY(-50%) rotate(45deg);
	transition : .3s;
}

.faqP.open:after {
	transform : rotate(225deg);
}

.faqP span.span1 {
	float : left;
	margin-right : 10px;
	padding : 2px 7px 5px 7px;
	font-style : normal;
	color : #ffffff;
	background : #dc69a5;
	border-radius : 6px;
	line-height : 1.3em;
}

.faqP span.span2 {
	float : left;
	margin-right : 10px;
	padding : 2px 7px 5px 7px;
	font-style : normal;
	color : #ffffff;
	background : #8c5aa5;
	border-radius : 6px;
	line-height : 1.3em;
}

.faqP span.span3 {
	float : left;
	margin-right : 10px;
	padding : 2px 7px 5px 7px;
	font-style : normal;
	color : #ffffff;
	background : #5eab59;
	border-radius : 6px;
	line-height : 1.3em;
}

.faqA {
	display : none;
	margin-bottom : 10px;
	padding : 5% 0 5% 0;
}

/*----------OUTLINE----------*/

dl.outline {
	border-top : solid 5px #afafaf;
}

dl.outline dt {
	padding : 14px 0 2px 5px;
	font-weight : 700;
}

dl.outline dd {
	padding : 0 0 15px 5px;
	line-height : 1.4em;
	border-bottom : solid 1px #afafaf;
}

dl.outline:nth-child(2n) {
	margin-top : 8%;
}