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

.detail_free_wrap{
	margin-bottom: 50px;
}
.detail_free_wrap .detail_free_title{
	font-weight: 700;
	margin-bottom: 10px;
}
.detail_free_wrap .detail_free_box_wrap{
	border: 3px double #525263;
	margin-bottom: 5px;
}
.detail_free_wrap .detail_free_txt{
	text-align: right;
	font-weight: 500;
	font-size: 12px;
}
.detail_free_wrap .detail_free_box_wrap .detail_free_box{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: stretch;
	flex-direction: row;
}
.detail_free_wrap .detail_free_box_wrap .detail_free_box:not(:last-of-type){
	border-bottom: 1px solid #525263;
}
.detail_free_wrap .detail_free_box_wrap .detail_free_box > div{
	padding: 8px;
}
.detail_free_wrap .detail_free_box_wrap .detail_free_box div p{
	font-weight: 500;
}
.detail_free_wrap .detail_free_box_wrap .detail_free_box .leftbox{
	width: 60%;
	border-right: 1px solid #979797;
}
.detail_free_wrap .detail_free_box_wrap .detail_free_box .rightbox{
	width: 40%;
	border-right: 1px solid #979797;
}

.detail_free_wrap2{
}
.detail_free_wrap2 .detail_free2_box:not(:last-of-type){
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px dashed #979797;
}
.detail_free_wrap2 .detail_free2_box p,.ec-productRole .ec-productRole__description{
	font-weight: 500;
}
.detail_free_wrap2 .detail_free2_box p{
	line-height: 2;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){

}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

