@charset "utf-8";
/* CSS Document */

/*_______________________________

            PC
_______________________________*/



/* 　　#service 　page
________________________________*/

.key_v{
	 background: url(../img/qa_main_bg_v2.webp) no-repeat center #f4f1de;
}
.contents{
	background:  url("../img/common_btm_bg.jpg") no-repeat bottom;
}
.contents h2{
	margin-bottom: 30px;
}
.contents .qa_list{
	background:  url(../img/qa_contents_bg.jpg) no-repeat top;
	padding:40px 30px;
}
.contents .qa_list dt {
    color: #833e0c;
    font-size: 18px;
    padding-left:1em;
    text-indent:-1em;
	margin-bottom: 10px;
}

.contents .qa_list dd{
    padding:0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px #ccc dotted;
}
.contents .qa_list dd p{
    padding-left:1em;
    text-indent:-1em;
}
.contents .qa_list dd a {
    display: block;
    height: 34px;
    min-height: 34px;
    line-height: 34px;
    width: 40%;
    font-size: 12px;
    color: #9d3013;
    padding: 0 10px;
    font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
    background: #ffffff;
    border: 1px solid #9d3013;
    box-sizing: border-box;
    position: relative;
    margin: 10px auto 0;
    text-align: center;
}
.contents .qa_list dd a:after {
    content: '';
    border-right: 1px solid #9d3013;
    border-bottom: 1px solid #9d3013;
    width: 5px;
    height: 5px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}
.contents .qa_list dl:last-of-type dd a:first-of-type{
	margin-top: 0;
}