@charset "utf-8";

/* PC：style-qa-pc.css
 * おまかせプラン ver.6
 * よくある質問
 * **************************************************
 * Global Navigation (Nav) ★
 * Content (Section)
 * Elements
 * **************************************************
 */

/* Global Navigation (Nav) ★
------------------------------------------------------------------ */
/* 2階層：非表示 */
#globalNav nav li:hover > .sec {
	display: none;
}


/*  Content (Section)
------------------------------------------------------------------ */
/* Media Queries 切替 */
#subPage #content .main > section {
}

/* Elements
------------------------------------------------------------------ */
/* Heading */
#subPage.faq .main section > h2 {
	cursor: pointer;
	position:relative;
}
#subPage.faq .main section > h2 button{
	border:none;
	background:#fff;
	font-weight:bold;
	width:100%;
	text-align:left;
}
#subPage.faq .main section > h2 span {
    padding:18px 90px 0px 60px;
	font-size:2.0em;
}
#subPage.faq .main section > h2 span.st {
	position:absolute;
	top:25px;
	right:20px;
	display: inline-block;
	margin: 0px 0 0 0;
	padding: 7px 12px 6px 12px;
	width: auto;
	min-width: 3.0em;
	background-color: #33aa99;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 100%;
	font-size:1.4em;
}
#subPage.faq .main section > h2 span.st:before,
#subPage.faq .main section > h2 span.st:after {
	display:none;
}

#subPage .main section > h2 span.open {
}
#subPage .main section > h2 span.close {
}

/* List */
/* List：よくある質問 */
#subPage .main .faqCnt {
	margin: 0 0 20px 0;
	display: none;
}
#subPage .main .faqCnt dt {
	padding: 12px 15px 12px 0;
	border-top: 1px dotted #cccccc;
	cursor: pointer;
	margin-left: 2.0em;
	font-size: 1.6em;
	position:relative
}

#subPage .main .faqCnt dt button{
	border:none;
	background:#fff;
	text-align:left;
	width:100%;
}

#subPage .main .faqCnt dt span {
	text-decoration: underline;
	color:#33afe7
}
#subPage .main .faqCnt dt:before {
	display:inline-block;
	content: "Q";
	position:absolute;
	font-size: 136%; /* 3.0em */
	color: #33aa99;
	text-decoration: none;
	top:4px;
	left:-0.8em;
}
#subPage .main .faqCnt dt:first-child {
	border-top: none;
}
#subPage .main .faqCnt dd {
	display: none;
	position:relative;
	top:-8px;
	left:1em;
	margin: 0 0 10px 0;
	padding: 15px 0 0 0;
}
#subPage .main .faqCnt p {
	position: relative;
	padding: 10px 10px 15px 30px;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
	text-indent: -1.0em;
	font-size: 1.0em;
}
#subPage .main .faqCnt p:before {
	content: 'A';
	position:relative; left:-0.2em;
	font-size: 136%; /* 3.0em */
	color: #e50101;
	text-decoration: none;
}
#subPage .main .faqCnt p:after {
	z-index: 0;
	position: absolute;
	top: -38px;
	left: 20px;
	content: "";
	border: 20px solid transparent;
	border-bottom-color: #f5f5f5;
}
