@charset "utf-8";
/* CSS Document */

h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
	margin-bottom: 0.5em;
}

.faqText01 {
	color: #15bbbe;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}

/*===========================================
section
===========================================*/
section {
	margin-top: 35px;
}

section h3 {
	color: #fff;
	font-size: 18px;
	background: url(/common/images/arrow03.png) no-repeat 1% 50% #999;
	background-size: 24px auto;
	padding: 0.8em 0.8em 0.8em 2.2em;
}

section dl {
	border-top: 1px solid #ccc;
}

section dt {
	position: relative;
	font-weight: bold;
	padding: 0.8em 1em;
	font-size: 16px;
	cursor: pointer;
	overflow: hidden;
}

section dt.active,
section dt:hover {
	color: #ee7f90;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section dt strong {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	color: #ee7f90;
	display: block;
	width: 4%;
	float: left;
	line-height: 1;
}

section dt p {
	line-height: 1.5;
	width: 96%;
	float: right;
	margin-top: 0.25em;
}

section dt span {
	position: absolute;
	top: 12%;
	right: 0;
	background: #fff;
	padding: 0 1em;
}

section dt span.close b {
	color: #787878;
	font-weight: bold;
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 0.3em;
}

section dt span.open b {
	color: #ff8a5b;
	font-weight: bold;
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 0.3em;
}

section dd {
	display: none;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	padding: 15px 15px 15px 3.5em;
	overflow: hidden;
	background: #fcf7f3;
}

section dd strong {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	color: #15bbbe;
	display: block;
	width: 4%;
	float: left;
	line-height: 1;
}

section dd p {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	width: 96%;
	float: right;
	margin-top: 0.25em;
}

/*===========================================
IE
===========================================*/
@media all and (-ms-high-contrast: none){
}





















