@charset "UTF-8";

html body {
    font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
    height:auto !important;
    position:relative;
}
body {
    margin: 0;
    height:auto !important;
}
.wrap {
    width: 100%;
    padding-bottom: 30px;
}
.wrap * {
    line-height: 1.6;
    word-wrap: break-word;
}
.mainArea p {
    line-height: 1.4em;
    font-size: 15px;
    color: #333;
}
.content {
    min-width: 960px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}
img {
    border:none;
}
.campaign_title {
    background: rgba(0, 0, 0, 0) url("/campaign/linecall/img/title_icon.jpg") no-repeat scroll left center;
    font-size: 24px;
    margin: 50px 0 35px;
    padding-left: 20px;
    line-height: 1;
}
.campaign_note {
    margin: 0 0 2rem;
}
.campaign_title_s {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
    width: 100%;
}
.spec_index {
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 20px;
    padding-left: 15px;
    background: url(/hdd/img/service-voice-h2-title.jpg) no-repeat center left;
}

.service {
    margin-left: 1rem;
}
.service li{
    margin-bottom: .5rem;
}
.service li a{
    text-decoration: none;
}

/* 表 請求単価 */
.claim {
    /* display: flex; */
    margin: 2rem 0 2rem 1rem;
}
.claim dl{
    display: flex;
    width: 480px;
    border: 1px solid #ccc;
}
.claim dl + dl {
    border-top: none;
}
.claim dl dt{
    /* grow, shrink, size: 80% */
    flex: 1 1 80%;
    padding: 0 12px;
    background: #f7f7f7;
    border-right: 1px solid #ccc;
}
.claim dl dd{
    /* size: 20% */
    flex: 0 0 20%;
    padding: 0 12px;
    width: 20%;
    text-align: center;
}

.anno {
    margin: 1rem 0;
    font-size: 12px;
}
.anno li {
    padding-left: 1rem;
    text-indent: -1rem;
}

ul.qa_BOX {
    margin-left: 1rem;
}
ul.qa_BOX li {
    text-indent: -24px !important;
}
ul.qa_BOX li.imh_qa_Q {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin: 0px;
    padding: 20px 0 0px 20px;
}
ul.qa_BOX li.imh_qa_Q:first-child {

    padding: 0 0 0px 20px;
}
ul.qa_BOX li .imh_qa_Q_head {
    font-weight: bold;
    padding-right: 10px;
}
ul.qa_BOX li.imh_qa_A {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin: 0px;
    padding: 5px 0 10px 20px;
}
ul.qa_BOX li .imh_qa_A_head {
    font-weight: bold;
    padding-right: 10px;
}

.relation-page {
    margin-top: 1rem;
}
.relation-page li{
    margin-bottom: .5rem;
}

a.link_bl {
    color: #e7198c;
    text-decoration: underline;
    background: url(/campaign/share_no1/img/link_bl.png) left center no-repeat;
    background-size: 11px;
    padding: 0 0 0 12px;
    cursor: pointer;
}

/*　お知らせ　*/
.archive input {
    display: none;
}
label.ar_link {
    background-image: url(/image/ar-icon.png);
    background-repeat: no-repeat;
    background-position: center left;
    color: #e7198c;
    padding-left: 15px;
    cursor: pointer;
}
.archive {
    margin-bottom: 1rem;
}
.archive-inner {
    margin-top: 10px;
    display: none;
}
.archive-inner.isShow {
    display: block!important;
}

@media screen and (max-width: 640px) {
    .wrap {
        width: 100%;
        padding-bottom: 5%;
    }
    .content {
        width: 96%;
        margin-right: auto;
        margin-left: auto;
        min-width: auto;
    }
    .mainArea p {
        line-height: 1.4em;
        font-size: 15px;
        padding: 1rem 0;
    }
    .wrap * {
        line-height: 1.6;
        word-wrap: break-word;
    }
    .campaign_title {
        background:url("../img/title_icon.jpg") no-repeat scroll left center;
        font-size: 5vw;
        font-weight: bold;
        margin: 5% 0 3%;
        padding-left:20px;
        line-height: 1;
    }
    .campaign_note {
        margin: 0;
    }
    .spec_index {
        box-sizing: border-box;
        font-size: 5vw;
        font-weight: normal;
        margin: 5% 0 0;
        padding: 3% 0 3% 8px;
        width: 99%;
        background: url(/hdd/img/service-voice-h2-title.jpg) no-repeat center left / 3px auto;
    }
    /* 表 請求単価 */
    .claim {
        margin-left: 0;
        flex-wrap: wrap;
    }
    .claim dl {
        width: 100%;
    }
    .service, .relation-page {
        font-size: 14px;
    }
}