@charset "UTF-8";
/* アコーディオンメニュー */
.box {
    display: none;
}

.openbox {
    display: block;
}

.accordionttl {
    background: #e97887;
    color: #fff;
    font-size: 140%;
    padding: 13px 10px 15px 15px;
    font-weight: normal;
}

.accordion {
    position: relative;
    padding: 13px 10px 15px 15px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 2px solid #e97887;
    font-size: 130%;
    font-weight: normal;
    color: #e97887;
}
.accordion:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10%;
    height: 1.1em;
    margin-top: -0.6em;
    background: url(/common/img/icon_off.png) 90% 50% no-repeat;
    background-size: auto 100%;
}

.accordion.open:before {
    background: url(/common/img/icon_on.png) 90% 50% no-repeat;
    background-size: auto 100%;
}

@media screen and (max-width: 1024px) {
    .accordion {
        position: relative;
        background: #e97887;
        color: #fff;
        border: 1px solid #ccc;
    }
    .accordion:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 10%;
        height: 1.1em;
        margin-top: -0.6em;
        background: url(/common/img/icon02_off.png) 90% 50% no-repeat;
        background-size: auto 100%;
    }
    .accordion.open:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 10%;
        height: 1.1em;
        margin-top: -0.6em;
        background: url(/common/img/icon02_on.png) 90% 50% no-repeat;
        background-size: auto 100%;
    }
}
.kikai_datsumou .listSet {
    width: 58%;
}

.ph02 {
    float: left;
}

.listSet {
    width: 540px;
}
@media screen and (max-width: 1024px) {
    .listSet {
        width: 74%;
    }
}

.listSet02 {
    width: 450px;
}
@media screen and (max-width: 1024px) {
    .listSet02 {
        width: 74%;
    }
}

@media screen and (max-width: 1024px) {
    .linkBox > .ph02 {
        width: 51px;
    }
    .linkBox > .ph02 img {
        width: 50%;
    }
    .kikai_datsumou .ph02 {
        width: 15%;
        max-width: 98px;
    }
    .kikai_datsumou .ph02 img {
        width: 50%;
    }
    .kikai_datsumou .listSet {
        width: 74%;
    }
}
