#wiedgetbox h2.title-point {
    color: #000;
    font-size: 28px;
    position: relative;
    display: inline-block;
    margin: 50px 0 70px 0;
    width: 100%;
    text-align: center;
}
#wiedgetbox h2.title-point:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
}
#wiedgetbox{
    background-color: #fff;
    width: 100%;
}
#wiedgetbox .Q1 {
    width: 1040px;
    font-size: 18px;
    font-weight: bold;
    background: #f2f2f2;
    padding: 20px 50px 16px;
    display: block;
    margin: 10px auto;
}

#wiedgetbox img{
    height: 40px;
    vertical-align: middle;
    margin-right: 50px;
    float: left;
}

#wiedgetbox p{
    height: 40px;
    line-height: 40px;
}

#wiedgetbox .A {
width: 1040px;
    padding: 10px 100px 0px;
    display: block;
    margin: 10px auto;
    font-size: 13px;
    background: url(/m/cmn_files/img/ck_uploads/images/a.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 53px 0%;
}
#wiedgetbox .comment{
margin: -20px auto;
    font-size: 13px;
    text-align: left;
    width: 1040px;
}
#wiedgetbox .imgbox{
    margin: 50px auto 70px;
    text-align: center;
    overflow: auto;
}
#wiedgetbox .img1{
height:200px;
}

dl.accordion {
 width:100%;
 margin:0 auto;
 font-size:16px;
    padding: 18px;
}
dl.accordion dt {
  height:100%;
 cursor:pointer;
}
dl.accordion dt.open {

}
dl.accordion dd {
 background:#FFF;
 padding:10px; 
line-height:1.5;
 display:none;
}
.btn{
display:table;
margin:30px auto 30px;
}
.btn a{
width:1040px;
color:#FFF;
padding:2%;
display:block;
text-align:center;
background-color:#4a4a4a;
}
#wiedgetbox .pc{
 display:unset;
}
#wiedgetbox .sp{
 display:none;
}







@media screen and (max-width: 768px){
#wiedgetbox h2.title-point {
    font-size: 18px;
    margin: 60px auto 80px;
}
#wiedgetbox .comment {
    width: 100%;
}
dl.accordion {
    font-size: 15px;
    padding: 10px 0;
}

#wiedgetbox .Q1 {
    width: 100%;
    font-size: 16px;
    font-weight: unset;
    height: 0;
    padding: 20px 10px;
    margin: 10px auto;
    display: table;
    float: none;
}

#wiedgetbox div{
    display: table;
    vertical-align:middle;

}

#wiedgetbox p{
    width: 74%;
    display: table-cell;
    vertical-align:middle;
    line-height: 1.1;
}

#wiedgetbox img {
    height: 30px;
    margin-right: 0;
    margin-top: 0px;
    clear: both;
}
#wiedgetbox .A {
    width: 100%;
    padding: 0px 20px 40px;
    display: block;
    margin: 0px auto;
    font-size: 13px;
}
#wiedgetbox .imgbox {
    width: 100%;
    margin:10px auto 150px;
}
#wiedgetbox .img1 {
    height: auto;
}
.btn a{
    width:200px;
    padding:10%;
}
#wiedgetbox .pc{
    display:none;
}
#wiedgetbox .sp{
    display:unset;
    margin-bottom: 50px;

}
}