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

.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;
}

/* .myTitle01 */

.myQaList {
	margin-bottom: 90px;
}

.modTitle02 + .myQaList {
	margin-top: 20px;
}

.myQaList li {
	padding: 0 20px;
	background-color: #fff;
	margin: 0 0 30px;
	border-radius: 10px;
	color: #736357;
}

.myQaList .btn {
	padding: 24px 60px 30px 80px;
	margin: 0 -20px;
	position: relative;
	background-image: url(../img/qa/icon_q.svg);
	background-position: 28px 24px;
	background-size: 26px 33px;
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 20px;
	font-size: 2rem;
}

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

.myQaList .btn:after {
	content: "";
	position: absolute;
	top: -7px;
	bottom: 0;
	right: 35px;
	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;
	border-top: dotted 2px #ccc;
	padding: 20px 15px 24px 60px;
	background-image: url(../img/qa/icon_a.svg);
	background-position: 8px 20px;
	background-repeat: no-repeat;
	background-size: 26px 26px;
	font-size: 16px;
	font-size: 1.6rem;
}

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

/* .myQaList */

@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: 0 8px 0;
	margin-bottom: 10px;
	border-radius: 5px;
}

.myQaList .btn {
	padding: 14px 30px 12px 48px;
	margin: 0 -8px;
	background-size: 20px 25px;
	background-position: 14px 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

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

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

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

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

}


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