@charset "utf-8";


.ToggleTtl {
    font-size: 18px;
    display: block;
    width: 100%;
    height: 60px;
    background: url('../../img/whats1kara/bk_accordeon.png') left center no-repeat;
    background-size: 276px 42px;
    line-height: 60px;
    margin: -10px 0 -20px -5px;
    padding-left: 15px;
}

.toggleBox {
    border-bottom: 0;
    border-color: #70d9dc;
    position: relative;
    padding-right: 0px;
}

.toggleBox:not(.optionList):after {
    display: block;
    content: " ";
    background: url('../../img/whats1kara/box-bottom.png') left bottom no-repeat;
    width: 290px;
    height: 14px;
    background-size: 290px 14px;
    position: absolute;
    left: -1px;
    bottom: -14px;
}

.toggleBox .inner-box {
    margin-top: 30px;
}

.ToggleTtl.on {
    background: url('../../img/whats1kara/bk_accordeon_on.png') left center no-repeat;
    background-size: 276px 42px;
}

.inner-box {
    padding-right: 15px;
}

.crosshead {
    width: 268px;
    margin: 10px 0;
    padding: 0 0 5px 5px;
    background: url(../../img/common/bg_crosshead.png) 0 100% no-repeat;
    background-size: 255px 6px;
    font-size: 13px;
    font-weight: bold;
    color: #8beff2;
}

.patrt01_subbtitle {
    margin-bottom: 15px;
}

.part01_pic, .part02_pic, .part03_pic {
    margin: 10px 0 20px 0;
}

.orange {
    color: #fbcc1b;
}

.blue {
    color: #8beff2;
}

#bigTxt {
    font-size: 170%;
    font-weight: normal;
    margin-bottom: 15px;
}

.stripBorder {
    border-bottom: 1px dashed #71D7D8;
    margin: 15px 0;
    border-top: none;
}

































