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

.faq dl {
    line-height: 1.7;
}
.faq dt {
    display: block;
    border-bottom: 1px solid #111;
    margin-bottom: 30px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}
.faq dt p {
    float:left;
    font-size: 1.4em;
    font-weight: bold;
}
.qes {
    float:left;
    font-weight: bold;
    font-size: 1.4em;
    background-color: #111;
    color: #fff;
    padding: 2px 20px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
}
.faq dd p {
    overflow: hidden;
    zoom: 1;
}
.ans {
    float:left;
    font-weight: bold;
    font-size: 1.4em;
    background-color: #c00;
    color: #fff;
    padding: 2px 20px;
    display: inline-block;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}
.faqimg {
    float: left;
}
.faqimg img {
	max-width:300px;
	max-height:300px;
	width: expression(this.width >= this.height ? "300px" : "auto");
	height: expression(this.width <= this.height ? "300px" : "auto");
    margin: 0 30px 0 0;
}

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

}

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

.faq dt {
    margin-bottom: 20px;
}
.faq dt p {
    float:none;
    font-size: 1.24em;
    font-weight: bold;
    padding-bottom: 5px;
}
.qes {
    float:none;
    font-size: 1em;
    padding: 2px 20px;
    margin-bottom: 5px;
}
.ans {
    float:none;
    font-size: 1em;
    padding: 2px 20px;
    margin-left: 0;
    margin-bottom: 10px;
}
.faqimg {
    float: none;
}
.faqimg img {
	max-width:100%;
	max-height:320px;
	width: expression(this.width >= this.height ? "100%" : "auto");
	height: expression(this.width <= this.height ? "320px" : "auto");
    margin: 0 auto 10px;
}
}