@charset "UTF-8";

/* 商品ページ */
.details {
    width: 82.5%;
    margin: 0.5em auto;
}

.details-summary {
    position: relative;
    display: block;
    padding: 0.75em 0.75em 0.75em 2.75em;
    text-align: left;
    font-size: 1em;
    letter-spacing: 0.05em;
    background-color: #0e6eb8;
    color: #fff;
}

.details-summary.is-active span.btn {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin:35% 50% 0;
}

.details-summary span.btn {
    position: absolute;
    top: 25%;
    left: 1em;
    width: 20px;
    height: 20px;
    transition-duration: 0.3s;
}

.details-summary span.btn:after {
    content: '▽';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    transform-origin: center center;
}

.details-summary span.btn:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}

.details-summary:hover {
    cursor: pointer;
    background: #97a5df;
}

.details-summary::-webkit-details-marker {
    display: none;
}

.details-content {
    padding: 1.25em;
    text-align: justify;
}

.details-content p:last-child {
    margin-bottom: 0;
}

/* 交換部品・別売品ページ */

#accessories .details-content {
    padding: 1.25em 1em;
    text-align: justify;
}