/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 19 2024 | 10:21:33 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

.qa-list dl {
    position: relative;
    margin: 0;
    padding: 15px 80px 15px 30px;
    cursor: pointer;
background-color: #fff;
color: #000;
margin-bottom: 15px;
}
.qa-list dl::before {
    position: absolute;
    top: 20px;
    right: 35px;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
}
.qa-list dl dt::before {
font-size: 30px;
line-height: 1;
position: absolute;
top: 18px;
left: 25px;
display: block;
content: 'Q.';
color: #fff;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 15px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
  line-height: 1.5em;
font-size: 16px;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
.question .contents_title {
padding-top: 70px;
}
.entry-content .question .inner {
margin-top: 0;
}




@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}
.inquiry tr:last-child th, .inquiry tr:last-child td {
border-bottom: none;
}
body .qa-list dl {
padding: 0;
}
body .qa-list dt {
padding: 25px 80px 25px 80px;
color: #fff;
background-color: #000;
border: 1px solid #fff;
}
body .qa-list dd {
padding: 20px 15px 20px 50px;
}