@charset "UTF-8";
/* CSS Document */

.accordion2 {
margin: 3em auto;
max-width: 60vw;
}
.toggle2 {
display: none;
}
.option2 {
position: relative;
margin-bottom: 1em;
}
.title2,
.content2 {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
}
.title2 {
display: block;
color: #333;
font-weight: normal;
}
.title2::after,
.title2::before {
	content: "";
    position: absolute;
    right: 1.25em;
    top: 10px;
    width: 0.02em;
    height: 0.55em;
    background-color: #000;
    transition: all 0.3s;
}

.title2::after {
transform: rotate(90deg);
}

.content2 {
max-height: 0;
overflow: hidden;
}

.toggle2:checked + .title2 + .content2 {
	max-height: 1000px;
    transition: all 0s;
    margin: 0 0 10px 25px;
	line-height: 0.9;
}
.toggle2:checked + .title2::before {
transform: rotate(90deg) !important;
}

.plus_minus{
	width: 50%;
}

@media screen and (max-width: 414px) {
.fontsize{
	font-size: 8vw;
}

.title2::after,
.title2::before {
    top: 5px;
}

.sitettl{
    padding: 3.5% 0;
	height: 37%!important;
	}

.sitettl-text {
    font-size: 11.375vw;
}
	
.pagettl {
    padding: 3.25% 0;
}
	
.pagettl-text {
    font-size: 10.291666vw;
}

.product-cat_item {
    padding: 10px 20px;
}
	
.plus_minus{
	width: 300px;
}
}