/************************** generic class *****************************/
.sectionTitle {
  text-indent: -9999px;
  overflow: hidden;
  height: 0;
}

.header1 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
}

.header2 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
}

.header3 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
}

.header4 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

.subheader1 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
}

.subheader2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.subheader3 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #1f1f1f;
}

.subheader4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.subheader5 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 19px;
}

.bodycopy1,
.body_copy1 {
  font-size: 12px;
  line-height: 17px;
}

.bodycopy2,
.body_copy2 {
  font-size: 11px;
  line-height: 16px;
}

.link4 {
  color: #6BF0FF;
  font-weight: bold;
}

.btn-style {
  display: inline-block;
  height: 47px;
  margin: 0 0 0 17px;
  padding-right: 23px;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1f1f1f;
  background-image: url(categorychoose-clientlibs/images/btn-selection-cap-right-down.png);
  background-position: right top;
}

.btn-style:before {
  display: inline-block;
  content: "";
  margin-left: -17px;
  width: 17px;
  height: 47px;
  background-repeat: no-repeat;
  background-image: url(categorychoose-clientlibs/images/spr-catg-learn.png);
  background-position: -208px -26px;
  vertical-align: middle;
}

.btn-style.close {
  background-image: url(categorychoose-clientlibs/images/btn-selection-cap-right-up.png);
}

.btn-style span {
  padding-right: 25px;
  display: inline-block;
  vertical-align: middle;
}

/************************** ChooseProduct *****************************/
#ChooseProduct {
  padding: 0 0 30px 0;
  background: no-repeat center top;
  background-color: #3f3f3f;
  background-image: url(categorychoose-clientlibs/images/bg-page-lighting.png), linear-gradient(to bottom, #272727 0px, #272727 200px, #3f3f3f 1628px);
  color: #fff;
}

/*rich text*/
#ChooseProduct .text.parbase.section {
  font-size: 12px;
  line-height: 17px;
}

#ChooseProduct .text.parbase.section a {
  color: #fff;
  font-weight: bold;
}

#ChooseProduct .text.parbase.section b {
  font-weight: bold;
}

#ChooseProduct .text.parbase.section i {
  font-style: italic;
}

#ChooseProduct .text.parbase.section p,
#ChooseProduct .text.parbase.section ul,
#ChooseProduct .text.parbase.section ol,
#ChooseProduct .text.parbase.section h5 {
  margin-top: 12px;
}

#ChooseProduct .text.parbase.section:first-child > :first-child {
  margin-top: 0;
}

#ChooseProduct .text.parbase.section ul {
  list-style: outside disc;
  margin-left: 1.5em;
}

#ChooseProduct .text.parbase.section ol {
  list-style: outside decimal;
  margin-left: 1.5em;
}

#ChooseProduct .text.parbase.section h5 {
  font-size: 14px;
  font-weight: bold;
}

#ChooseProduct header.header .title-block {
  margin: 0 229px;
  padding: 24px 0 35px;
  min-height: 65px;
  text-align: center;
}

#ChooseProduct header.header h2 {
  display: inline-block;
  border-bottom: 1px solid #595959;
  padding-bottom: 3px;
  margin-bottom: 5px;
}

/* moreinfo */
#ChooseProduct header.header .moreinfo {
  margin-top: 4px;
  float: right;
}

#ChooseProduct header.header .moreinfo li {
  margin-bottom: 10px;
}

#ChooseProduct header.header .moreinfo a {
  display: inline-block;
  height: 45px;
  margin-left: 28px;
  margin-right: 11px;
  background: url(common-clientlibs/images/btn-support-1px.png) repeat-x;
  font-size: 13px;
  font-weight: bold;
  line-height: 19px;
  color: #0041c0;
}

#ChooseProduct header.header .moreinfo a:after,
#ChooseProduct header.header .moreinfo a:before {
  content: "";
  display: inline-block;
  height: 45px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

#ChooseProduct header.header .moreinfo a:before {
  margin-left: -28px;
  width: 28px;
  background-image: url(common-clientlibs/images/btn-support-cap-left-db.png);
}

#ChooseProduct header.header .moreinfo a:after {
  margin-right: -11px;
  width: 11px;
  background-image: url(common-clientlibs/images/btn-support-cap-right-arabic.png);
}

#ChooseProduct header.header .moreinfo a span {
  display: inline-block;
  vertical-align: middle;
  max-width: 190px;
}

/* breadcrumbs */
#ChooseProduct .breadcrumbs {
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 5px;
  overflow: hidden;
}

#ChooseProduct .breadcrumbs li {
  float: left;
  margin-right: 10px;
}

#ChooseProduct .breadcrumbs li a {
  display: inline-block;
  padding-left: 14px;
  background-position: left 50%;
  background-repeat: no-repeat;
  color: #b6b6b6;
}

#ChooseProduct .breadcrumbs li a {
  background-image: url(categorychoose-clientlibs/images/icn-arrow-lightgrey-right.gif);
}

#ChooseProduct .breadcrumbs li a:hover {
  color: #fff;
}

/* header-bnr */
#ChooseProduct header.header .header-bnr {
  margin-top: 4px;
  float: right;
}

/* lowerButton */
#ChooseProduct header.header .moreinfoLow {
  width: 518px;
  margin: 0 auto;
  clear: both;
}

#ChooseProduct header.header .moreinfoLow ul {
  font-size: 0;
  text-align: center;
}

#ChooseProduct header.header .moreinfoLow li {
  display: inline-block;
  width: 249px;
}

#ChooseProduct header.header .moreinfoLow li + li {
  margin-left: 20px;
}

#ChooseProduct header.header .moreinfoLow li a {
  position: relative;
  display: block;
  height: 54px;
  padding: 0 10px;
  text-align: center;
  background-color: #eee;
  border-radius: 3px;
  behavior: url(/etc/designs/panasonic/common-clientlibs/css/PIE.htc);
  -pie-border-radius: 3px;
}

#ChooseProduct header.header .moreinfoLow li a:before {
  content: "";
  display: inline-block;
  height: 54px;
  vertical-align: middle;
}

#ChooseProduct header.header .moreinfoLow li a span {
  display: inline-block;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  color: #1f1f1f;
  vertical-align: middle;
}

/* ChooseProduct_entry */
#ChooseProduct .ChooseProduct_entry_wrapper {
  margin: 30px 0 2px 0;
}

#ChooseProduct .ChooseProduct_entry_wrapper:before {
  content: "";
  height: 2px;
  margin-top: -2px;
  display: block;
  background: url(categorychoose-clientlibs/images/bg-seesec_top.png) no-repeat top left;
}

#ChooseProduct .ChooseProduct_entry_wrapper:after {
  content: "";
  display: block;
  margin-bottom: -2px;
  height: 2px;
  background: url(categorychoose-clientlibs/images/bg-seesec_bottom.png) no-repeat bottom left;
}

#ChooseProduct .ChooseProduct_entry {
  padding: 0 2px 0 2px;
  background: url(categorychoose-clientlibs/images/bg-seesec_middle.png) repeat-y;
}

#ChooseProduct .ChooseProduct_entry:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

#ChooseProduct .ChooseProduct_entry_photo {
  float: left;
  width: 478px;
  vertical-align: bottom;
}

#ChooseProduct .reversal .ChooseProduct_entry_photo {
  float: right;
  padding: 0 0 0 0;
}

#ChooseProduct .ChooseProduct_entry_photo img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

#ChooseProduct .ChooseProduct_entry_spec {
  float: left;
  width: 440px;
  padding-top: 30px;
  padding-left: 30px;
}

#ChooseProduct .ChooseProduct_entry_spec_copy {
  height: 170px;
}

#ChooseProduct .ChooseProduct_entry_spec .ChooseProduct_entry_spec_copy > h5,
#ChooseProduct .ChooseProduct_entry_spec .ChooseProduct_entry_spec_copy > p {
  margin-top: 15px;
}

#ChooseProduct .ChooseProduct_entry_spec_memo {
  padding: 10px 15px 10px 15px;
  border: solid 1px #595959;
}

#ChooseProduct .ChooseProduct_entry_spec_memo p {
  margin: 0;
}

#ChooseProduct .hidebtn {
  text-align: right;
}

#ChooseProduct .hidebtn .panelbtn.close > .first-child,
#ChooseProduct .hidebtn .panelbtn.open > .last-child {
  display: none;
}

#ChooseProduct .hidebtn .panelbtn.open > .first-child,
#ChooseProduct .hidebtn .panelbtn.close > .last-child {
  display: inline-block;
}

/************************** ChooseCategory *****************************/
#ChooseCategory {
  padding: 40px 0 30px;
  border-bottom: solid 1px #c9c9c9;
  background-color: #fff;
}

#ChooseCategory h2 {
  text-align: center;
  margin: 10px 0 60px 0;
}

#ChooseCategory .container {
  overflow: hidden;
}

.ChooseCategory_grid {
  position: relative;
  overflow: hidden;
  width: 996px;
  margin: 0 -20px 0 0;
}

#ChooseCategory .ChooseCategory_grid_entry {
  float: left;
  display: block;
  width: 229px;
  min-height: 180px;
  padding: 0 20px 0 0;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}

#ChooseCategory .ChooseCategory_grid_entry a {
  display: block;
}

#ChooseCategory .ChooseCategory_grid_entry a:hover .bodycopy4,
#ChooseCategory .ChooseCategory_grid_entry a:hover .subheader3 {
  color: #0041c0;
}

#ChooseCategory .ChooseCategory_grid_entry h3 {
  margin: 20px 0 20px 0;
}

/************************** ChooseFocusproduct *****************************/
#ChooseFocusproduct {
  padding: 50px 0 100px;
  background: url(categorychoose-clientlibs/images/bg_Focusproduct.png) no-repeat center #fff;
}

#ChooseFocusproduct h2 {
  margin-bottom: 45px;
  text-align: center;
}

#ChooseFocusproduct .Focusproduct-block {
  width: 996px;
  zoom: 1;
  margin-right: -20px;
}

#ChooseFocusproduct .Focusproduct-block:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

#ChooseFocusproduct .Focusproduct-box {
  float: left;
  width: 312px;
  height: 68px;
  margin-right: 20px;
  margin-bottom: 20px;
}

#ChooseFocusproduct .Focusproduct-box:before, #ChooseFocusproduct .Focusproduct-box:after {
  content: "";
  display: block;
  height: 7px;
  background-repeat: no-repeat;
}

#ChooseFocusproduct .Focusproduct-box:before {
  width: 312px;
  height: 7px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(categorychoose-clientlibs/images/spr-catg-learn.png);
}

#ChooseFocusproduct .Focusproduct-box:after {
  width: 312px;
  height: 7px;
  background-position: left -13px;
  background-repeat: no-repeat;
  background-image: url(categorychoose-clientlibs/images/spr-catg-learn.png);
}

#ChooseFocusproduct .Focusproduct-box.banner:before, #ChooseFocusproduct .Focusproduct-box.banner:after {
  display: none;
}

#ChooseFocusproduct .Focusproduct-box a {
  display: block;
  height: 54px;
  padding: 0 22px 0 20px;
  background: url(categorychoose-clientlibs/images/img-focus-box-1px.png) repeat-y;
  color: #1f1f1f;
}

#ChooseFocusproduct .Focusproduct-box.banner a {
  height: auto;
  padding: 0;
  background: none;
}

#ChooseFocusproduct .Focusproduct-box a:before {
  content: "";
  display: inline-block;
  height: 54px;
  vertical-align: middle;
}

#ChooseFocusproduct .Focusproduct-box a span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

#ChooseFocusproduct .Focusproduct-box a strong.more {
  font-weight: bold;
}

#ChooseFocusproduct .Focusproduct-box a strong.more img {
  display: inline-block;
  padding-left: 7px;
  vertical-align: middle;
}

#ChooseFocusproduct .Focusproduct-box a:hover,
#ChooseFocusproduct .Focusproduct-box a span:hover {
  color: #0041c0;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  /************************** generic class *****************************/
  .header1 {
    font-size: 1.125rem;
    line-height: 1.575rem;
  }

  .header2 {
    font-size: 0.938rem;
    line-height: 1.3132rem;
  }

  .header3 {
    font-size: 1.125rem;
    line-height: 1.575rem;
  }

  .header4 {
    font-size: 0.938rem;
    line-height: 1.3132rem;
  }

  .subheader1 {
    font-size: 0.75rem;
    line-height: 1.05rem;
  }

  .subheader2 {
    font-size: 0.688rem;
    line-height: 0.9632rem;
  }

  .subheader3 {
    font-size: 0.688rem;
    line-height: 0.9632rem;
  }

  .subheader4 {
    font-size: 0.688rem;
    line-height: 0.9632rem;
  }

  .subheader5 {
    font-size: 0.688rem;
    line-height: 0.9632rem;
  }

  .bodycopy1,
  .body_copy1 {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }

  .bodycopy2,
  .body_copy2 {
    font-size: 0.563rem;
    line-height: 0.7882rem;
  }

  .mobile_fontsizeup.header4, .mobile_fontsizeup .header4 {
    font-size: 24px;
    line-height: 34px;
  }
  .mobile_fontsizeup.bodycopy1, .mobile_fontsizeup .bodycopy1, .mobile_fontsizeup.body_copy1, .mobile_fontsizeup .body_copy1 {
    font-size: 14px;
    line-height: 20px;
  }

  .btn-style,
  .btn-style.close {
    height: 31px;
    margin: 0 30px 0 9px;
    padding: 0;
    font-size: 0.688rem;
    background-image: url(categorychoose-clientlibs/images/btn-selection-1px-m.png);
    background-size: 100% 31px;
  }

  .btn-style:before, .btn-style:after {
    content: "";
    display: inline-block;
    height: 31px;
    background-position: 0 0 !important;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .btn-style:before {
    margin-left: -9px;
    width: 9px;
    background-image: url(categorychoose-clientlibs/images/btn-selection-cap-left-m.png);
    background-size: 9px 31px;
  }

  .btn-style:after {
    margin-right: -30px;
    width: 30px;
    background-image: url(categorychoose-clientlibs/images/btn-selection-cap-right-down-m.png);
    background-size: 30px 31px;
  }

  .btn-style.close:after {
    background-image: url(categorychoose-clientlibs/images/btn-selection-cap-right-up-m.png);
  }

  .btn-style span {
    padding-right: 0;
    display: inline-block;
    vertical-align: middle;
  }

  /************************** ChooseProduct *****************************/
  #ChooseProduct {
    padding: 0 10px 10px 10px;
    background-size: 720px;
  }

  /*rich text*/
  #ChooseProduct .text.parbase.section {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }

  #ChooseProduct .text.parbase.section p,
  #ChooseProduct .text.parbase.section ul,
  #ChooseProduct .text.parbase.section ol,
  #ChooseProduct .text.parbase.section h5 {
    margin-top: 8px;
  }

  #ChooseProduct .text.parbase.section ul {
    list-style: inside disc;
  }

  #ChooseProduct .text.parbase.section ol {
    list-style: inside decimal;
  }

  #ChooseProduct .text.parbase.section h5 {
    font-size: 0.688rem;
    line-height: 0.9632rem;
  }

  #ChooseProduct .breadcrumbs {
    display: none;
  }

  #ChooseProduct header.header {
    padding: 22px 0 25px 0;
  }

  #ChooseProduct header.header .title-block {
    margin: 0;
    padding: 0;
    min-height: 0;
    text-align: center;
  }

  #ChooseProduct header.header .moreinfo {
    display: none;
  }

  /* header-bnr */
  #ChooseProduct header.header .header-bnr {
    display: none;
  }

  /* lowerButton */
  #ChooseProduct header.header .moreinfoLow {
    display: none;
  }

  #ChooseProduct .ChooseProduct_entry_wrapper {
    margin: 0 0 10px 0;
  }

  #ChooseProduct .ChooseProduct_entry_wrapper:before,
  #ChooseProduct .ChooseProduct_entry_wrapper:after {
    display: none;
  }

  #ChooseProduct .ChooseProduct_entry {
    background-image: none;
    background-color: #464646;
    padding: 0;
    -webkit-box-shadow: 0px 2px 2px #282828;
    -moz-box-shadow: 0px 2px 2px #282828;
    -o-box-shadow: 0px 2px 2px #282828;
    -ms-box-shadow: 0px 2px 2px #282828;
    box-shadow: 0px 2px 3px #282828;
  }

  #ChooseProduct .ChooseProduct_entry:last-child {
    margin-bottom: 0;
  }

  #ChooseProduct .ChooseProduct_entry:before,
  #ChooseProduct .ChooseProduct_entry:after {
    display: none;
  }

  #ChooseProduct .ChooseProduct_entry_photo,
  #ChooseProduct .reversal .ChooseProduct_entry_photo {
    float: none;
    margin: 0 auto;
    width: auto;
    padding: 15px 15px 0;
  }

  #ChooseProduct .ChooseProduct_entry_photo img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }

  #ChooseProduct .ChooseProduct_entry_spec,
  #ChooseProduct .reversal .ChooseProduct_entry_spec {
    float: none;
    text-align: center;
    padding: 15px;
    width: auto;
  }

  #ChooseProduct .ChooseProduct_entry_spec_copy {
    margin-bottom: 15px;
    height: auto;
    text-align: left;
  }

  #ChooseProduct .ChooseProduct_entry_spec .ChooseProduct_entry_spec_copy > h5,
  #ChooseProduct .ChooseProduct_entry_spec .ChooseProduct_entry_spec_copy > p {
    margin-top: 10px;
  }

  #ChooseProduct .hidebtn {
    text-align: center;
  }

  /************************** ChooseCategory *****************************/
  #ChooseCategory {
    padding-top: 20px;
    background-image: url(categorychoose-clientlibs/images/img-top-gradient-1px-m.png);
    background-size: 100% 13px;
    background-repeat: repeat-x;
    background-position: 0 0;
  }

  #ChooseCategory h2 {
    margin: 0 0 15px 0;
  }

  .ChooseCategory_grid {
    width: auto;
    margin: 0 10px 0 10px;
  }

  #ChooseCategory .ChooseCategory_grid_entry {
    width: 48%;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    min-height: 0;
  }

  #ChooseCategory .ChooseCategory_grid_entry:nth-child(odd) {
    clear: both;
  }

  #ChooseCategory .ChooseCategory_grid_entry:nth-child(even) {
    float: right;
  }

  #ChooseCategory .ChooseCategory_grid_entry:nth-child(1),
  #ChooseCategory .ChooseCategory_grid_entry:nth-child(2) {
    padding-top: 0;
  }

  #ChooseCategory .ChooseCategory_grid_entry h3 {
    margin: 0;
    margin-top: 5px;
  }

  /************************** ChooseFocusproduct *****************************/
  #ChooseFocusproduct {
    padding: 20px 0 20px 0;
  }

  #ChooseFocusproduct h2 {
    margin-bottom: 15px;
  }

  #ChooseFocusproduct .Focusproduct-block {
    width: auto;
    margin-right: 0;
    padding: 0 10px;
  }

  #ChooseFocusproduct .Focusproduct-box {
    float: none;
    display: block;
    width: auto;
    height: 47px;
    margin: 0 5px 10px;
    background: url(categorychoose-clientlibs/images/img-learnmore-box-1px-m.png) repeat-x;
    background-size: 100% 47px;
  }

  #ChooseFocusproduct .Focusproduct-box.banner {
    height: auto;
    padding: 0;
    background: none;
  }

  #ChooseFocusproduct .Focusproduct-box:before, #ChooseFocusproduct .Focusproduct-box:after {
    width: 5px;
    height: 47px;
    background-repeat: no-repeat;
    background-size: 5px 47px;
    background-position: left top;
  }

  #ChooseFocusproduct .Focusproduct-box:before {
    float: left;
    margin-left: -5px;
    background-image: url(categorychoose-clientlibs/images/img-learnmore-box-cap-left-m.png);
  }

  #ChooseFocusproduct .Focusproduct-box:after {
    float: right;
    margin-right: -5px;
    background-image: url(categorychoose-clientlibs/images/img-learnmore-box-cap-right-m.png);
  }

  #ChooseFocusproduct .Focusproduct-box a:before {
    height: 47px;
  }

  #ChooseFocusproduct .Focusproduct-box.banner a:before {
    height: auto;
  }

  #ChooseFocusproduct .Focusproduct-box a {
    display: inline-block;
    width: auto;
    height: 47px;
    padding: 0;
    background: none;
    background-color: transparent;
  }

  #ChooseFocusproduct .Focusproduct-box.banner a {
    display: block;
    height: auto;
  }

  #ChooseFocusproduct .Focusproduct-box a strong.more img {
    display: none;
  }

  #ChooseFocusproduct .Focusproduct-box a strong.more {
    color: #0041c0;
    padding-right: 12px;
    background-size: auto 8px;
    background-image: url(common-clientlibs/images/icn-see-more-ro-db.gif);
    background-repeat: no-repeat;
    background-position: right 50%;
  }

  .support-btn {
    margin-top: 40px;
  }
}
/* ChooseProduct_entry_etc */
#ChooseProduct .ChooseProduct_entry_etc {
  border-top: solid 1px #2e2e2e;
  clear: both;
}
#ChooseProduct .ChooseProduct_entry_etc_inner {
  display: flex;
  flex-wrap: wrap;
}
#ChooseProduct .ChooseProduct_entry_etc_inner::after {
  clear: both;
  content: "";
  display: table;
}

#ChooseProduct .ChooseProduct_entry_etc_inner_block::after {
  clear: both;
  content: "";
  display: table;
}
#ChooseProduct .ChooseProduct_entry_etc_inner_block > a {
  display: flex;
  flex-wrap: wrap;
}
#ChooseProduct .ChooseProduct_entry_etc_inner_block_photo {
  position: relative;
  order: -1;
}
#ChooseProduct .ChooseProduct_entry_etc_inner_block_colors {
  color: #fff;
}
#ChooseProduct .ChooseProduct_entry_etc_inner_block .product-colors {
  margin-left: -5px;
  margin-right: -5px;
}

@media (min-width: 641px), (min-device-width: 1281px), print {
  #ChooseProduct .ChooseProduct_entry_etc_inner {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 32px;
  }

  #ChooseProduct .ChooseProduct_entry_etc_inner_block {
    width: 470px;
    padding: 0 0 10px 0;
  }
  #ChooseProduct .ChooseProduct_entry_etc_inner_block_photo {
    width: 145px;
  }
  #ChooseProduct .ChooseProduct_entry_etc_inner_block_photo_text {
    width: 282px;
    padding: 40px 18px 0 25px;
    flex-shrink: 0;
  }
  #ChooseProduct .ChooseProduct_entry_etc_inner_block_colors {
    width: 282px;
    padding: 0 18px 0 25px;
    flex-shrink: 0;
    margin-left: auto;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #ChooseProduct .ChooseProduct_entry_etc_inner {
    justify-content: space-between;
  }

  #ChooseProduct .ChooseProduct_entry_etc_inner {
    padding: 5px 15px 15px 15px;
  }

  #ChooseProduct .ChooseProduct_entry_etc_inner_block {
    position: relative;
    width: 47%;
    padding-bottom: 10px;
    text-align: center;
  }
  #ChooseProduct .ChooseProduct_entry_etc_inner_block > a {
    flex-direction: column;
  }
  #ChooseProduct .ChooseProduct_entry_etc_inner_block_photo_text {
    margin-top: 10px;
  }
  #ChooseProduct .ChooseProduct_entry_etc_inner_block_colors {
    margin-top: 10px;
  }
}
#ChooseProduct .ChooseProduct_entry_etc_inner_block_photo_text h5 {
  margin-bottom: 10px;
}

#ChooseProduct a .ChooseProduct_entry_etc_inner_block_photo_text h5,
#ChooseProduct a .ChooseProduct_entry_etc_inner_block_photo_text p {
  color: #c6c6c6 !important;
}

#ChooseProduct a:hover .ChooseProduct_entry_etc_inner_block_photo_text h5,
#ChooseProduct a:hover .ChooseProduct_entry_etc_inner_block_photo_text p {
  color: #FFF !important;
}

/************************** EC Part *****************************/
#ChooseProduct .ChooseProduct_entry_etc_inner .product-energy {
  margin-top: 10px;
}

#ChooseProduct .ChooseProduct_entry_etc_inner .product-energy img {
  width: auto;
}

#ChooseProduct .ChooseProduct_entry_etc_inner_block .ec-part .product-price {
  margin-top: 10px;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  line-height: 1.4;
  font-weight: bold;
}
#ChooseProduct .ChooseProduct_entry_etc_inner_block .ec-part .product-price .prefix, #ChooseProduct .ChooseProduct_entry_etc_inner_block .ec-part .product-price .del-price {
  margin-bottom: 5px;
  display: block;
}
#ChooseProduct .ChooseProduct_entry_etc_inner_block .ec-part .product-price .out-of-stock {
  margin-top: 8px;
  display: block;
}
#ChooseProduct .ChooseProduct_entry_etc_inner_block .ec-part .notes {
  margin-top: 8px;
  font-size: 11px;
  line-height: 16px;
}

@media (min-width: 641px), (min-device-width: 1281px), print {
  #ChooseProduct .ChooseProduct_entry_etc_inner .product-energy {
    margin-left: 170px;
  }

  #ChooseProduct .ChooseProduct_entry_etc_inner .product-energy img {
    height: 20px;
  }

  #ChooseProduct .ChooseProduct_entry_etc_inner_block .ec-part {
    margin-left: 170px;
  }
  #ChooseProduct .ChooseProduct_entry_etc_inner_block .ec-part .product-price {
    font-size: 16px;
  }
  #ChooseProduct .ChooseProduct_entry_etc_inner_block .ec-part .product-price .prefix, #ChooseProduct .ChooseProduct_entry_etc_inner_block .ec-part .product-price .del-price, #ChooseProduct .ChooseProduct_entry_etc_inner_block .ec-part .product-price .out-of-stock {
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #ChooseProduct .ChooseProduct_entry_etc_inner .product-energy {
    text-align: center;
  }

  #ChooseProduct .ChooseProduct_entry_etc_inner .product-energy img {
    height: 12px;
  }

  #ChooseProduct .ChooseProduct_entry_etc_inner_block .ec-part {
    text-align: center;
  }
  #ChooseProduct .ChooseProduct_entry_etc_inner_block .ec-part .product-price {
    font-size: 0.938rem;
  }
  #ChooseProduct .ChooseProduct_entry_etc_inner_block .ec-part .product-price .prefix, #ChooseProduct .ChooseProduct_entry_etc_inner_block .ec-part .product-price .del-price, #ChooseProduct .ChooseProduct_entry_etc_inner_block .ec-part .product-price .out-of-stock {
    font-size: 0.75rem;
  }
  #ChooseProduct .ChooseProduct_entry_etc_inner_block .ec-part .notes {
    font-size: 0.563rem;
    line-height: 0.7882rem;
  }
}
