
.rhh-25-item {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 30px auto;
    padding: 0;
}

.rhh-25-item-pair {
    max-width: 686px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px auto;
    padding: 0;
}

.rhh-25-item-inner {
    width: 393px;
    margin-bottom: 30px;
}

.rhh-25-item-inner img {
    width: 100%;
}

.rhh-25-item-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.rhh-25-item-spec {
    font-size: 14px;
    line-height: 1.8;
    
}

.rhh-25-item-spec a {
    text-decoration: underline;
}

.rhh-25-item-brand { 
    font-size: 16px;
    font-weight: 500;
    display: block;
}

/*商品リンク*/

.rhh-25-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto 0;
	flex-direction: column;
}

.rhh-25-price-name {
    font-size: 13px;
    font-weight: 500;
    padding-left: 30px;
    padding-top: 5px;
    text-align: center;
    padding-right: 30px;
    padding-bottom: 15px;
}

.rhh-25-price-name-design {
    font-weight: 400;
}

.rhh-25-price-br {
    padding-bottom: 20px;
}

.rhh-25-price-online {
    width: 110px;
    text-align: center;
    background-color: #004e2c;    
    padding: 7px 0;
    color: #fff;
    font-size: 11px;
	border-radius: 10px;
}


/*アコーディオン*/
.rhh-25-accordion {
    padding: 10px 10px;
    margin: 0 auto;
}
.rhh-25-toggle {
	display: none;
}
.rhh-25-label {	/*タイトル*/
    display: block;
    padding: 20px 0;
    margin: 0 auto;
    border: 1px solid #d77355;
	color: #d77355;
	background-color:#fff;
    max-width: 430px;  
    text-align: center;
    font-size: 16px;
}
.rhh-25-label::before{		/*タイトル横の矢印*/
	content:"";
	width: 10px;
	height: 10px;
	border-top: 1px solid #d77355;
	border-right: 1px solid #d77355;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 8px );
	right: 20px;
	transform: rotate(135deg);
}
.rhh-25-label,
.rhh-25-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.rhh-25-content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.rhh-25-toggle:checked + .rhh-25-label + .rhh-25-content {	/*開閉時*/
	height: auto;
	padding:20px 0;
	transition: all .5s;
}
.rhh-25-toggle:checked + .rhh-25-label::before {
	transform: rotate(-45deg) !important;
}


/*==================SPここから==================*/
@media screen and (max-width:768px) {
    
.rhh-25-item {
        margin: 0 auto 10px;
        padding: 0 0px;

    }
    
.rhh-25-item-pair {
        margin: 0 auto 30px;
        padding: 0 10px;

    }    

.rhh-25-item-inner {
        width: 48%;
    }
 .rhh-25-price-name {
    font-size: 12px;
}
}