/* 全体 */
#help{
    padding:10px 10px 30px;
    background-color:#f2f2f2;
}

/* h2見出し 大カテゴリ */
#help .faq_middle{
    margin-bottom:15px;
    background-color:#fff;
    border:none;
    box-shadow: 0px 1px 3px 0px #ccc;
    -webkit-box-shadow: 0px 1px 3px 0px #ccc;
       -moz-box-shadow: 0px 1px 3px 0px #ccc;
}

#help .faq_middle ul li{
    border-bottom: #fff 1px solid;
}

#help .faq_middle ul li:last-child{
    border-bottom: 0;
}

#help .faq_middle ul li .drop_title{
    position:relative;
    font-size:12px;
    padding: 15px;
    font-weight: bold;
    background-color: #63c3db;
    color: #fff;
}

#help .faq_middle ul li .drop_title:before{
    background: transparent none repeat scroll 0 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    display: block;
    height: 12px;
    margin-top: -2px;
    position: absolute;
    right: 20px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 12px;
}

#help .faq_middle ul li .drop_title.open:before{
    background: transparent none repeat scroll 0 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    display: block;
    height: 12px;
    margin-top: 6px;
    position: absolute;
    right: 20px;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    width: 12px;
}

#help .faq_middle ul li:last-child{
    border:none;
}

#help .faq_middle ul li a{
    display: none;
    position: relative;
    width: 100%;
    padding: 15px 25px 15px 15px;
    background-color: #fff;
    border-bottom:1px dashed #ccc;
    box-sizing: border-box;
    color: #555;
    font-size: 12px;
    text-decoration: none;
    line-height: 24px;
    vertical-align:middle;
}

#help .faq_middle ul li p{
    width: 98%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

#help .faq_middle ul li a:last-child{
    border-bottom: none;
}

#help .faq_middle ul li a:before{
    background:transparent none repeat scroll 0 0;
    border-right:1px solid #2490d0;
    border-top:1px solid #2490d0;
    content:"";
    display:block;
    height:12px;
    margin-top:3px;
    position:absolute;
    right:20px;
    transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    width:12px;
}

/* よくある質問 */
#help .q_wrap{
    background-color:#fff;
    border:none;
    box-shadow: 0px 1px 3px 0px #ccc;
    -webkit-box-shadow: 0px 1px 3px 0px #ccc;
       -moz-box-shadow: 0px 1px 3px 0px #ccc;
}

#help .q_wrap ul li{
    position:relative;
    padding:15px 25px 15px 15px;
    font-size:12px;
    border-bottom:#ccc 1px dashed;
}

#help .q_wrap ul li:last-child{
    border:none;
}

#help .q_wrap ul li a{
    display:block;
    width:95%;
    text-align:left;
    color:#555;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
         -o-text-overflow:ellipsis;
    text-decoration:none;
}

#help .q_wrap ul li:before{
    background:transparent none repeat scroll 0 0;
    border-right:1px solid #2490d0;
    border-top:1px solid #2490d0;
    content:"";
    display:block;
    height:12px;
    margin-top:3px;
    position:absolute;
    right:20px;
    transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    width:12px;
}
