.myTitle01 {
	border-top: solid 3px #FBD6D8;
	background-image: url(../img/common/bg_title03.jpg);
	background-position: center top;
	background-size: cover; /* .myTitle01 */
}

.myTitle01 .title {
	background-image: url(../img/qa/deco.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 30px 0 30px 80px;
	font-size: 36px;
	font-size: 3.6rem;
	font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

.myQaList {
	margin-bottom: 90px; /* .myQaList */
}

.myQaList li {
	padding: 14px 14px 0;
	margin: 0 0 20px;
	border-radius: 10px;
}

.myQaList li:nth-child(even) {
	background-color: #ffece7;
}

.myQaList .btn {
	padding: 4px 40px 18px 74px;
	position: relative;
	border-bottom: dotted 2px #CEAF29;
	background-image: url(../img/qa/icon_q.png);
	background-position: left 0;
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 23px;
	font-size: 2.3rem;
}

.myQaList .btn:hover {
	color: #bbb;
}

.myQaList .btn:after {
	content: "";
	position: absolute;
	top: -7px;
	bottom: 0;
	right: 15px;
	margin: auto;
	background-image: url(../img/qa/icon_acc.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 29px;
	height: 29px;
}

.myQaList .btn.on:after {
	background-position: 0 -29px;
}

.myQaList .detail {
	display: none;
	padding: 20px 15px 40px 74px;
	background-image: url(../img/qa/icon_a.png);
	background-position: left 20px;
	background-repeat: no-repeat;
	font-size: 18px;
	font-size: 1.8rem;
	color: #665352;
}

.myQaList .caution {
	font-weight: bold;
}

@media only screen and (max-width: 600px) {

.myTitle01 .title {
	font-size: 22px;
	font-size: 2.2rem;
	padding: 15px 0 15px 40px;
	background-size: 30px auto;
}

.myQaList {
	margin-bottom: 30px;
}

.myQaList li {
	padding: 8px 8px 0;
	margin-bottom: 10px;
	border-radius: 5px;
}

.myQaList .btn {
	padding: 6px 30px 12px 40px;
	background-size: 26px auto;
	background-position: left 3px;
	font-size: 14px;
	font-size: 1.4rem;
}

.myQaList .btn:hover {
	color: #333;
}

.myQaList .btn:after {
	background-size: 18px auto;
	width: 18px;
	height: 18px;
	right: 0;
}

.myQaList .btn.on:after {
	background-position: 0 -18px;
}

.myQaList .detail {
	padding: 12px 8px 12px 40px;
	background-size: 26px auto;
	background-position: left 10px;
	font-size: 13px;
	font-size: 1.3rem;
}

}


/*# sourceMappingURL=maps/qa.css.map */
