/*レスポンシブ化に併せてPC表示一部調整*/
#rightColumn .contents_wrap {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
#rightColumn .contents_wrap > p {
    width: 100%;
}
#rightColumn .contents_wrap > .item {
    width: 337px;
    box-sizing: border-box;
}
/*レスポンシブ用*/
@media screen and (max-width: 1024px) {
  .cf_bef::before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
  }
  
  #rightColumn .contents_wrap > .item {
    width: calc(50% - 0.25rem);
    box-sizing: border-box;
    padding: 0.5rem;
  }
  #rightColumn .item .component {
    display: flex;
    align-items: flex-start;
  }
  #rightColumn .item .component .w100 {
    flex-shrink: 0;
  }
  #rightColumn .item .component .w200 {
    width: 100%;
    padding-left: 0.5rem;
  }
  #rightColumn .item .component .w200 a img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
    #rightColumn .contents_wrap > .item {
      width: 100%;
    }
}
  }
.d-flex {
	display: flex!important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

	#rightColumn .waterproof_compare .image2,
	#rightColumn .waterproof_compare .text2 {
		order: 1;
	}
.waterproof_compare {
	width: 100%;
}
.waterproof_compare * {
	box-sizing: border-box;
}
.waterproof_compare .image {
	text-align: center;
}
.waterproof_compare .image img {
	border: 3px solid #fbb03b;
}
.waterproof_compare .text {
	padding: 0 1em;
}
	.sp-w100 {
		width: 100%!important;
		height: auto!important;
	}
	.sp-w80 {
		width: 80%!important;
		height: auto!important;
	}
	.sp-w50 {
		width: 50%!important;
		height: auto!important;
	}
	.sp-w25 {
		width: 25%!important;
		height: auto!important;
	}

