@charset "UTF-8";
/* CSS Document */


h3 p img{
	width: 100px;
	height: auto;
	padding-right: 20px;
}
h3{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 3px #2686c8;
	margin: 0 auto;
	width: 600px;
	padding-bottom: 10px;
	margin-top: 80px;
	margin-bottom: 60px;
}
p.question {
	cursor: pointer;
	background-color: #eaf8ff;
	padding: 20px 50px 20px 55px;
	background-image: url("../img/owner_question/Q_.png"),url("../img/owner_question/arrow.png");
	background-size: 18px auto, 12px auto;
	background-repeat: no-repeat;
	background-position: 25px 26px, 766px 50%;
	line-height: 1.8em;
	border-top: solid 1px #d0d0d0; 
}
p.question:first-child{
	border: none;
}
p.answer {
	display: none;
	background: #f8f8f8;
	padding: 20px 40px;
	padding: 20px 50px 20px 55px;
	background-image: url("../img/owner_question/A_.png");
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: 25px 28px;
}
.q_and_a{
	width: 800px;
	margin: 0 auto;
	margin-bottom: 120px;
}


@media print, screen and (max-width: 980px) {

h3 p img {
    width: 50px;
    height: auto;
    padding-right: 10px;
}
h3 {
    font-size: 15px;
	width: 90%;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 40px;
	line-height: 1.6em;
}
.q_and_a {
    width: auto;
    margin: 0 auto;
    margin-bottom: 70px;
	padding: 0 15px;
	font-size: 14px;
}
p.question {
    cursor: pointer;
    background-color: #eaf8ff;
    padding: 12px 40px 12px 20px;
    background-image: url(../img/owner_question/arrow.png);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    line-height: 1.8em;
}
p.answer {
    display: none;
    background: #f8f8f8;
    padding: 20px 40px;
    padding: 12px 20px 12px 40px;
    background-image: url(../img/owner_question/A_.png);
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: 15px 19px;
    line-height: 1.8em;
}






















































}

