@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/

div#selections span.note {
    display: block;
    margin: 3rem 0 0;
    font-size: 11px;
    line-height: 1.4;
}
p.px2 {
    font-size: 10px;
}

p.px1 {
    font-size: 12px;
}

.addParts02 .addParts-lower {
    margin-top: 0;
}
.addParts02 .addInner p.lead {
    margin-bottom: 4rem;
}
.addParts02 .addParts-lower .block .box {
    background: unset;
}
.addParts02 .addParts-lower .block .box-body {
    background: #fff;
}
.production1 {
    display: flex;
    justify-content: space-between;
}
.production2 {
    width: 32%;
    border: 1px solid #333;
    padding: 10px;
}
.production3 img {
    width: 140px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.production3 span {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 10px auto 0;
    background: #fcf1bd;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    line-height: 2rem;
}
.caption,
.caption a {
    font-size: 10px;
    color: #999999;
    word-break: break-all;
    text-decoration: none;
}
.caption a:hover {
opacity: unset;
}
.caption.center {
    text-align: center;
}
dl {
    margin: 3rem 0;
    padding: 0;
}
dt {
    font-weight: bold;
    font-size: 1.6rem;
}
dd::before {
    position: absolute;
    left: 0;
    top: 0.8rem;
    width: 1rem;
    height: 1rem;
    background: #2c2c2c;
    border-radius: 50%;
    content: "";
}
dd {
    margin: 0px 0px 0.6rem;
    padding: 0px 0px 0px 2.4rem;
    position: relative;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {





}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {

.production2 {
    padding: 6px;
    width: 33%;
}
.production3 img {
    width: 60px;
}
.production3 span {
    font-size: 14px;
    line-height: 1.6rem;
}
.production2 p {
    margin: 5px 0 0;
}


}