@charset "utf-8";


.spec__item {
}

.spec__row {

}
.spec__row span {
    background-color: #EFEFEF;
    margin: 0 2% 0 0;
    padding: 1% 0 1% 2%;
    display: inline-block;
    width: 180px;
}

h3.arrange {
    padding: 10px 5px;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
}
.arrange div {
/*
	background-color: #EFEFEF;
*/
    padding: 1% 0;
}

.arrange div input {
    width: 80%;
    margin: 2% 6%;
}

h3 {
    font-size: 1.3rem;
    font-weight: 500;
    font-color: #000!important;
}
h4 {
	color: #999;
	font-weight: 500;
}

.accordion-006 {
    max-width: 100%;
    margin-bottom: 7px;
    background-color: #EFEFEF;
    border-radius: 5px;
}

.accordion-006.spec {
    background-color: unset;
}

.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #505050;
    cursor: pointer;
}

.accordion-006.spec summary {
    display: flex;
    justify-content: normal;
    align-items: center;
    position: relative;
    padding: 1em 0;
    color: #000;
    cursor: pointer;
}


.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #505050;
    border-right: 3px solid #505050;
    content: '';
    transition: transform .3s;
}

.accordion-006[open] summary::after {
    transform: rotate(225deg);
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}


a.ec-shopCollectionBtn {
	width: unset;
    border-radius: 0;
    margin: 30px 0;
}

@media screen and (max-width: 1279px) {
	.ec-productRole__description.pcOnly {
		display: none!important;
	}
	.ec-productRole__description.spOnly {
		display: block!important;
	}

@media screen and (max-width: 767px){
	.spOnly {
		display: block!important;
	}
	.spec__row span {
	    background-color: #EFEFEF;
	    margin: 0 2% 0 0;
	    padding: 1% 0 1% 2%;
	    display: inline-block;
	    width: 150px;
	}


}
