@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: bold;
}

.banner_cp_note{
    text-align: center;
    margin: 5px auto 8px;
    max-width: 580px
}

#chatboxwrapper {
    padding-top: 100px;
}

.cmTxtLL1 {
    font-size: 166.7%;
    line-height: 1.5 /* 30px */;
}

#cpBox #Main {
    padding-top: 0;
}

/* .jsSlideBoxBtn */
.jsSlideList {
    max-width: 600px;
    margin: 0px auto 0;
    box-shadow: inherit;
}

.jsSlideList .campaign {
    position: relative;
}

.jsSlideList .campaign p {
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: .05em;
    background-color: #e50022;
    color: #fff;
    line-height: 1;
    padding-top: 3px;
    padding-bottom: 8px;
    padding-top: 2px;
    letter-spacing: .05em;
}

.jsSlideList > li {
    border-top: solid 1px #f57d8e;
}
.jsSlideList > li:first-child {
    border-top: none;
}

.jsSlideList .jsSlideListBtn > a{
    display: block;
    background-color: #d5d5d5;
    border: solid 3px #d5d5d5;
    text-decoration: none;
    padding: 5px 8px 5px 32px;
    color: #2b2b2b;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: relative;
    line-height: 1.2;
    font-size: 16px;
    letter-spacing: 1px;
    width: 240px;
    border-radius: 30px;
    margin: 0 auto;
    text-align: left;
}

.jsSlideList .jsSlideListBtn.open > a{
    background-color: #2b2b2b;
    color: #fff;
}

.jsSlideList .jsSlideListBtn > a:after,
#cpBox .jsSlideList .jsSlideListBtn > a:after {
    display: inline-block;
    content: "＋";
    height: 1.1em;
    width: 1.1em;
    text-align: center;
    line-height: 1.1;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -0.7em;
    border: 1px solid #2b2b2b;
    font-weight: normal;
}

.jsSlideList .jsSlideListBtn.open > a:after,
#cpBox .jsSlideList .jsSlideListBtn.open > a:after {
    content: "－";
    border-color: #fff;
    color: #fff;
}
.jsSlideList .jsSlideListBox {
    overflow: hidden;
    height: 0;
}
.jsSlideList .jsSlideListBoxInr {
    padding: 24px 22px 47px;
}

#quoBox dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 0px;
    vertical-align: middle;
    padding: 0;
    background: #fff;
    font-size: 1em;
}

#quoBox dl dt {
    width: 20%;
    box-sizing: border-box;
    padding: 1em 0.5em;
    text-align: center;
    vertical-align: middle;
    background: #EEE;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.5;
}

#quoBox dl dd {
    display: table-cell;
    padding: 1em 0.5em;
    vertical-align: middle;
    width: 80%;
    background: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
}

.detail.cmList01 dd div{
    text-indent: -1em;
    margin-left: 1em;
}

.cp_font_strong{
    font-size: 1.5em;
    margin-left: 4px;
    text-decoration: none;
}

.cp_font_block{
    display: block;
}


@media screen and (max-width: 640px){
    #quoBox {
        width: 100% !important;
    }

    #quoBox dl {
        display: block;
        width: 100%;
        border: none;
        margin: -10px auto 0;
        position: relative;
    }

    #quoBox dl dt{
        display: block;
        width: 100%;
        padding: 0.5em 0 0.3em;
        margin: 5px 0 0;
        border: none;
        border-radius: 6px;

    }
    #quoBox dl dd {
        display: block;
        width: 100%;
        padding: 0.5em 0.3em 2em;
        border: none;
    }

    .jsSlideList .jsSlideListBoxInr {
        padding: 24px 0 47px;
    }

}