@charset "UTF-8";
/* コンテンツ */

#title {
    background-image: url("../img/title.jpg");
}

.faw {
	font-size:1.16em;
    line-height: 1.5;
	background-image:url(../img/arr1.png);
	background-repeat:no-repeat;
	background-position:right 20px center;
	background-size:auto 17px;
	cursor:pointer;
    padding: 20px 70px 20px 20px;
    border-bottom: 1px dotted #999;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.faw:hover {
	background-color:#fef8f4;
}
.fclose {
	background-image:url(../img/arr2.png);
}
.ans {
    background-color: #fef8f4;
    padding: 30px;
    line-height: 1.7;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.faw span {
    font-family: 'Lato', sans-serif !important;
    flex-shrink: 0;
    font-size: 1.6em;
    line-height: 1.3;
    margin-top: -10px;
    margin-right: 10px;
    color: #f57722;
}
.ans span {
    font-family: 'Lato', sans-serif !important;
    flex-shrink: 0;
    font-size: 1.6em;
    line-height: 1.3;
    margin-top: -6px;
    margin-right: 10px;
    color: #f57722;
}

@media screen and (min-width: 500px) {


}

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

.faw {
	font-size:1em;
    line-height: 1.7;
	background-position:right center;
	background-size:auto 15px;
    padding: 20px 30px 20px 0;
}

}
