@media screen and (min-width: 768px) {
  #product-comparison-section {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 4.1666666667vw;
    width: 100%;
  }
  #product-comparison-section * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #product-comparison-section .comparison-wrap {
    max-width: 1000px;
    width: 100%;
    padding-bottom: 4.1666666667vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  #product-comparison-section .comparison-wrap {
    max-width: 57.2916666667vw;
  }
}
@media screen and (min-width: 768px) {
  #product-comparison-section .comparison-wrap .page-title {
    padding-bottom: 2.0833333333vw;
    font-size: 2.0833333333vw;
    line-height: 1.5;
    text-align: center;
    color: #000;
    padding-top: 7.5vw;
    border-bottom: 0.2083333333vw solid rgb(229, 234, 244);
  }
}
@media screen and (min-width: 768px) {
  #product-comparison-section .comparison-wrap .selector-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding-bottom: 1.4583333333vw;
    padding-top: 1.25vw;
    position: sticky;
    top: 3.75vw;
    z-index: 9;
  }
  #product-comparison-section .comparison-wrap .selector-container:hover ~ .iconIsShow {
    height: auto;
    padding: 0.625vw 0.3125vw 0.625vw 0.8333333333vw !important;
  }
  #product-comparison-section .comparison-wrap .selector-container .comparisonsCar {
    width: 9.375vw;
    font-size: 0.9375vw;
    padding-left: 0.8333333333vw;
  }
  #product-comparison-section .comparison-wrap .selector-container .comparisonsCar-selected {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #product-comparison-section .comparison-wrap .selector-container .comparisonsCar-selected .comparisonsCar-edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #product-comparison-section .comparison-wrap .selector-container .selector-item {
    position: relative;
    width: 11.9791666667vw;
    height: 1.9791666667vw;
  }
  #product-comparison-section .comparison-wrap .selector-container .selector-item .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 0.8333333333vw;
    font-size: 0.7291666667vw;
    line-height: 1.6;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #293241;
    border-radius: 1.0416666667vw;
    background-color: rgb(245, 247, 250);
  }
  #product-comparison-section .comparison-wrap .selector-container .selector-item .input:hover {
    background-color: rgb(213, 222, 238);
  }
  #product-comparison-section .comparison-wrap .selector-container .selector-item .input.opened {
    background-color: rgb(213, 222, 238);
  }
  #product-comparison-section .comparison-wrap .selector-container .selector-item .input.opened img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #product-comparison-section .comparison-wrap .selector-container .selector-item .input span {
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #product-comparison-section .comparison-wrap .selector-container .selector-item .input img {
    width: 0.8333333333vw;
    margin-left: 0.8333333333vw;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  #product-comparison-section .comparison-wrap .selector-container .selector-item ul {
    position: absolute;
    top: 2.5vw;
    left: 0;
    width: 14.5833333333vw;
    padding: 0.8333333333vw;
    font-size: 0.7291666667vw;
    line-height: 1.1458333333vw;
    color: #293241;
    border-radius: 0.4166666667vw;
    background-color: rgb(245, 247, 250);
  }
  #product-comparison-section .comparison-wrap .selector-container .selector-item ul.opened {
    z-index: 1;
    background-color: rgb(213, 222, 238);
  }
  #product-comparison-section .comparison-wrap .selector-container .selector-item ul li {
    margin-bottom: 0.625vw;
    font-size: 0.625vw;
    line-height: 1.5;
    cursor: pointer;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    text-align: left;
    color: #565656;
  }
  #product-comparison-section .comparison-wrap .selector-container .selector-item ul li:last-of-type {
    margin-bottom: 0;
  }
  #product-comparison-section .comparison-wrap .selector-container .selector-item ul li:hover {
    color: rgb(85, 126, 191);
  }
  #product-comparison-section .comparison-wrap .selector-container .add-one,
  #product-comparison-section .comparison-wrap .selector-container .delete-one {
    width: 1.25vw;
    height: 1.25vw;
    margin: 0 1.25vw 0.625vw 0;
    cursor: pointer;
    border-radius: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  #product-comparison-section .comparison-wrap .selector-container .add-one.disabled,
  #product-comparison-section .comparison-wrap .selector-container .delete-one.disabled {
    cursor: not-allowed;
    background-color: #DCDCDC;
  }
}
@media screen and (min-width: 768px) {
  #product-comparison-section .comparison-wrap .guide-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.2916666667vw;
    background-color: rgb(245, 247, 250);
    position: sticky;
    top: 10.3125vw;
  }
  #product-comparison-section .comparison-wrap .guide-price-title {
    width: 9.375vw;
    font-size: 0.9375vw;
    padding-left: 0.8333333333vw;
  }
  #product-comparison-section .comparison-wrap .guide-price-selected {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.7291666667vw;
    color: rgb(3, 51, 145);
  }
  #product-comparison-section .comparison-wrap .guide-price:hover + .iconIsShow {
    height: auto;
    padding: 0.625vw 0.3125vw 0.625vw 0.8333333333vw !important;
  }
}
@media screen and (min-width: 768px) {
  #product-comparison-section .comparison-wrap .table-container .iconIsShow {
    height: 0;
    padding: 0 !important;
    overflow: hidden;
  }
  #product-comparison-section .comparison-wrap .table-container .iconIsShow:hover {
    height: auto;
    padding: 0.625vw 0.3125vw 0.625vw 0.8333333333vw !important;
  }
  #product-comparison-section .comparison-wrap .table-container .table-icon {
    position: sticky;
    top: 12.6041666667vw;
    padding: 0.625vw 0.3125vw 0.625vw 0.8333333333vw;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #product-comparison-section .comparison-wrap .table-container .table-icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #product-comparison-section .comparison-wrap .table-container .table-icon ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 2.2916666667vw;
    font-size: 0.7291666667vw;
    height: 1.0416666667vw;
  }
  #product-comparison-section .comparison-wrap .table-container .table-icon ul li img {
    width: 0.8333333333vw;
    margin-right: 0.4166666667vw;
  }
  #product-comparison-section .comparison-wrap .table-container .table-icon .unfoldOrCollapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.7291666667vw;
  }
  #product-comparison-section .comparison-wrap .table-container .table-icon .unfoldOrCollapse div:active,
  #product-comparison-section .comparison-wrap .table-container .table-icon .unfoldOrCollapse div:hover {
    color: rgb(3, 51, 145);
  }
  #product-comparison-section .comparison-wrap .table-container .table-icon .unfoldOrCollapse div {
    height: 0.8333333333vw;
    cursor: pointer;
  }
  #product-comparison-section .comparison-wrap .table-container .table-icon .unfoldOrCollapse div:nth-child(2) {
    width: 1px;
    background-color: rgb(102, 102, 102);
    margin: 0 1.25vw;
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background-color: #fff;
    border-bottom: 1px solid rgb(216, 216, 216);
    height: 2.7083333333vw;
    border-top: 1px solid rgb(216, 216, 216);
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .th div {
    padding: 0.7291666667vw 0;
    font-size: 0.9375vw;
    line-height: 1.4583333333vw;
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .th div.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .th div.first .thButton {
    padding: 0;
    width: 1.25vw;
    height: 1.25vw;
    background-size: 100% 100%;
    margin: 0 0.8333333333vw;
    cursor: pointer;
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .th div.first .fontColorBlue {
    color: rgb(3, 51, 145);
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .th div.other {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .tr {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .tr:nth-child(even) {
    background-color: rgb(245, 247, 250);
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .tr:last-child {
    margin-bottom: 1.6666666667vw;
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .tr div {
    font-size: 0.7291666667vw;
    line-height: 1.7;
    word-break: break-all;
    padding: 0.4166666667vw 0;
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .tr div.first {
    width: 9.375vw;
    padding-left: 0.8333333333vw;
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .tr div.other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    text-align: center;
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .tr div.other img {
    width: 0.8333333333vw;
  }
  #product-comparison-section .comparison-wrap .table-container .item-overHide {
    height: 2.7083333333vw;
    overflow: hidden;
  }
  #product-comparison-section .comparison-wrap .table-container .item-overHide .th {
    border-bottom: none;
  }
  #product-comparison-section .comparison-wrap .table-container .item-overHide:last-child .th {
    border-bottom: 1px solid rgb(216, 216, 216);
  }
}
@media screen and (min-width: 768px) {
  #product-comparison-section .comparison-wrap .explain {
    margin-top: 1.6666666667vw;
  }
  #product-comparison-section .comparison-wrap .explain .explain-title {
    font-size: 0.9375vw;
    color: #000000;
    line-height: 1.6;
    font-weight: bold;
    padding-bottom: 0.4166666667vw;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 1.25vw;
  }
  #product-comparison-section .comparison-wrap .explain .explain-item {
    font-size: 0.7291666667vw;
    color: #000000;
    line-height: 1.6;
  }
  #product-comparison-section .comparison-wrap .explain .explain-item .circle {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #000;
  }
  #product-comparison-section .comparison-wrap .explain .explain-item .circle.white {
    background-color: #fff;
  }
}@media screen and (max-width: 767.98px) {
  #product-comparison-section {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5.3333333333vw;
    width: 100%;
  }
  #product-comparison-section * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #product-comparison-section .comparison-wrap {
    max-width: none;
    width: 100%;
    padding-bottom: 10.6666666667vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) and (min-width: 1920px) {
  #product-comparison-section .comparison-wrap {
    max-width: 146.6666666667vw;
  }
}
@media screen and (max-width: 767.98px) {
  #product-comparison-section .comparison-wrap .page-title {
    padding-bottom: 8.5333333333vw;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    text-align: center;
    color: #000;
    padding-top: 22.9333333333vw;
    border-bottom: 1.0666666667vw solid rgb(229, 234, 244);
  }
}
@media screen and (max-width: 767.98px) {
  #product-comparison-section .comparison-wrap .selector-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding-bottom: 3.2vw;
    padding-top: 3.2vw;
    position: sticky;
    height: 22.9333333333vw;
    top: 8.2666666667vw;
    z-index: 9;
  }
  #product-comparison-section .comparison-wrap .selector-container:hover ~ .iconIsShow {
    height: auto;
    padding: 1.6vw 0.8vw 1.6vw 2.1333333333vw !important;
  }
  #product-comparison-section .comparison-wrap .selector-container .comparisonsCar {
    width: 28.4vw;
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
    padding-left: 2.1333333333vw;
  }
  #product-comparison-section .comparison-wrap .selector-container .comparisonsCar-selected {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #product-comparison-section .comparison-wrap .selector-container .comparisonsCar-selected .comparisonsCar-item {
    width: 29.6666666667vw;
  }
  #product-comparison-section .comparison-wrap .selector-container .comparisonsCar-selected .comparisonsCar-item .comparisonsCar-edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #product-comparison-section .comparison-wrap .selector-container .comparisonsCar-selected .comparisonsCar-item .selector-item {
    position: relative;
    width: 100%;
    height: 9.0666666667vw;
  }
  #product-comparison-section .comparison-wrap .selector-container .comparisonsCar-selected .comparisonsCar-item .selector-item .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 3.2vw;
    font-size: 2.6666666667vw;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #293241;
    border-radius: 4.8vw;
    background-color: rgb(245, 247, 250);
  }
  #product-comparison-section .comparison-wrap .selector-container .comparisonsCar-selected .comparisonsCar-item .selector-item .input:hover {
    background-color: rgb(213, 222, 238);
  }
  #product-comparison-section .comparison-wrap .selector-container .comparisonsCar-selected .comparisonsCar-item .selector-item .input.opened {
    background-color: rgb(213, 222, 238);
  }
  #product-comparison-section .comparison-wrap .selector-container .comparisonsCar-selected .comparisonsCar-item .selector-item .input.opened img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #product-comparison-section .comparison-wrap .selector-container .comparisonsCar-selected .comparisonsCar-item .selector-item .input span {
    overflow: hidden;
    height: 2.6666666667vw;
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    white-space: pre-wrap;
  }
  #product-comparison-section .comparison-wrap .selector-container .comparisonsCar-selected .comparisonsCar-item .selector-item .input img {
    width: 2.9333333333vw;
    margin-left: 0.2666666667vw;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  #product-comparison-section .comparison-wrap .selector-container .comparisonsCar-selected .comparisonsCar-item .selector-item ul {
    position: absolute;
    top: 10.1333333333vw;
    left: 0;
    width: 30.9333333333vw;
    padding: 2.1333333333vw;
    font-size: 2.1333333333vw;
    line-height: 2.9333333333vw;
    color: #293241;
    border-radius: 1.0666666667vw;
    background-color: rgb(245, 247, 250);
  }
  #product-comparison-section .comparison-wrap .selector-container .comparisonsCar-selected .comparisonsCar-item .selector-item ul.opened {
    z-index: 1;
    background-color: rgb(213, 222, 238);
  }
  #product-comparison-section .comparison-wrap .selector-container .comparisonsCar-selected .comparisonsCar-item .selector-item ul li {
    margin-bottom: 1.6vw;
    font-size: 2.1333333333vw;
    line-height: 1.5;
    cursor: pointer;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    text-align: left;
    color: #565656;
  }
  #product-comparison-section .comparison-wrap .selector-container .comparisonsCar-selected .comparisonsCar-item .selector-item ul li:last-of-type {
    margin-bottom: 0;
  }
  #product-comparison-section .comparison-wrap .selector-container .comparisonsCar-selected .comparisonsCar-item .selector-item ul li:hover {
    color: rgb(85, 126, 191);
  }
  #product-comparison-section .comparison-wrap .selector-container .add-one,
  #product-comparison-section .comparison-wrap .selector-container .delete-one {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin: 0 6.4vw 3.2vw 0;
    cursor: pointer;
    border-radius: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  #product-comparison-section .comparison-wrap .selector-container .add-one.disabled,
  #product-comparison-section .comparison-wrap .selector-container .delete-one.disabled {
    cursor: not-allowed;
    background-color: #DCDCDC;
  }
}
@media screen and (max-width: 767.98px) {
  #product-comparison-section .comparison-wrap .guide-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 9.0666666667vw;
    background-color: rgb(245, 247, 250);
    position: sticky;
    top: 30.9333333333vw;
    border-bottom: 1.0666666667vw solid rgb(229, 234, 244);
  }
  #product-comparison-section .comparison-wrap .guide-price-title {
    width: 28.4vw;
    font-size: 3.7333333333vw;
    padding-left: 2.1333333333vw;
  }
  #product-comparison-section .comparison-wrap .guide-price-selected {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.2vw;
    color: rgb(3, 51, 145);
  }
  #product-comparison-section .comparison-wrap .guide-price-selected .guide-price-item {
    width: 29.6666666667vw;
    text-align: center;
  }
  #product-comparison-section .comparison-wrap .guide-price:hover + .iconIsShow {
    height: auto;
    padding: 1.6vw 0.8vw 1.6vw 2.1333333333vw !important;
  }
}
@media screen and (max-width: 767.98px) {
  #product-comparison-section .comparison-wrap .table-container .iconIsShow {
    height: 0;
    padding: 0 !important;
    overflow: hidden;
  }
  #product-comparison-section .comparison-wrap .table-container .iconIsShow:hover {
    height: auto;
    padding: 1.6vw 0.8vw 1.6vw 2.1333333333vw !important;
  }
  #product-comparison-section .comparison-wrap .table-container .table-icon {
    padding: 3.2vw 8vw 3.2vw 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #product-comparison-section .comparison-wrap .table-container .table-icon .unfoldOrCollapse {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 3.7333333333vw;
  }
  #product-comparison-section .comparison-wrap .table-container .table-icon .unfoldOrCollapse div:active {
    color: rgb(3, 51, 145);
  }
  #product-comparison-section .comparison-wrap .table-container .table-icon .unfoldOrCollapse div {
    cursor: pointer;
  }
  #product-comparison-section .comparison-wrap .table-container .table-icon .unfoldOrCollapse div:nth-child(2) {
    width: 18.6666666667vw;
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background-color: #fff;
    border-bottom: 1px solid rgb(216, 216, 216);
    height: 10.1333333333vw;
    border-top: 1px solid rgb(216, 216, 216);
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .th div {
    font-size: 3.7333333333vw;
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .th div.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .th div.first .thButton {
    padding: 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background-size: 100% 100%;
    margin: 0 4.2666666667vw 0 2.1333333333vw;
    cursor: pointer;
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .th div.first .fontColorBlue {
    color: rgb(3, 51, 145);
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .th div.other {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .tr {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .tr:nth-child(even) {
    background-color: rgb(245, 247, 250);
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .tr div {
    font-size: 3.2vw;
    line-height: 1.7;
    word-break: break-all;
    padding: 2.1333333333vw 0;
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .tr div.first {
    width: 28.4vw;
    padding: 2.1333333333vw 3.3333333333vw 2.1333333333vw 2.1333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .tr div.other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 4vw;
    padding-right: 4vw;
    text-align: center;
    border-left: 1px solid rgb(216, 216, 216);
  }
  #product-comparison-section .comparison-wrap .table-container .table-item .tr div.other img {
    width: 2.1333333333vw;
  }
  #product-comparison-section .comparison-wrap .table-container .item-overHide {
    height: 10.1333333333vw;
    overflow: hidden;
  }
  #product-comparison-section .comparison-wrap .table-container .item-overHide .th {
    border-bottom: none;
  }
  #product-comparison-section .comparison-wrap .table-container .item-overHide:last-child .th {
    border-bottom: 1px solid rgb(216, 216, 216);
  }
}
@media screen and (max-width: 767.98px) {
  #product-comparison-section .comparison-wrap .explain {
    margin-top: 6.4vw;
  }
  #product-comparison-section .comparison-wrap .explain .explain-title {
    font-size: 3.7333333333vw;
    color: #000000;
    line-height: 1.6;
    font-weight: bold;
    padding-bottom: 2.1333333333vw;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 4.2666666667vw;
  }
  #product-comparison-section .comparison-wrap .explain .explain-item {
    font-size: 3.2vw;
    color: #000000;
    line-height: 1.6;
  }
  #product-comparison-section .comparison-wrap .explain .explain-item .circle {
    width: 3.2vw;
    height: 3.2vw;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #000;
  }
  #product-comparison-section .comparison-wrap .explain .explain-item .circle.white {
    background-color: #fff;
  }
}