@charset "UTF-8";
/*---------------------------
    戻るボタン
---------------------------*/
.return {
  margin: 0 0 5px;
  font-size: 0.8em;
  line-height: 1.3;
  text-align: right;
}

/*---------------------------
    フロート解除
---------------------------*/
/* for modern brouser */
.clfx:after {
  content: ".";
  display: block;
  height: 0;
  max-height: 0;
  clear: both;
  visibility: hidden;
}

/* ie7,macIE5 */
.clfx {
  display: inline-block;
}

/* winIE6 below, exclude macIE5 \*/
* html .clfx {
  height: 1%;
}

.clfx {
  display: block;
}

/*--------------------------------
    絞り込み検索 タイトル
--------------------------------*/
#search-area {
  margin: 25px 0 10px;
  padding: 0;
  position: relative;
  text-align: center;
}

#search-area h3 {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.2% 0 0.5% 0.7em;
  position: relative;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
  background-color: #184eb0;
}

#restrict-outer .count-area {
  display: block;
  width: 100%;
  margin: 10px 0 0;
  position: relative;
  font-size: 1.65em;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.check-area dl {
  position: relative;
}

.check-area dl::before {
  content: "";
  position: absolute;
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background: #d9d9d9;
  bottom: 0;
  left: 0;
  right: 0;
}

#restrict-outer .count-area .result-count {
  display: inline-block;
  margin: -0.25em 0.5% 0;
  font-size: 1.7em;
  color: #ff3100;
  font-weight: bold;
  vertical-align: middle;
}

#restrict-outer label {
  display: block;
  width: 187px;
  margin: 1px auto;
  padding: 0.8% 0.3% 0.6%;
  background-color: #d9d9d9;
  cursor: pointer;
}

#restrict-outer label input {
  width: 15px;
  height: 15px;
}

.check-area dd label {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-right: 2%;
}

.check-area dd label .search-cnt {
  font-size: 0.86666em;
  color: #909090;
  font-weight: normal;
}

.check-area dd div.input-outer label {
  cursor: pointer;
}

.check-area dd div.input-outer label .no-check, .check-area dd div.input-outer label.no-check {
  color: #cbcbcb;
  cursor: default;
  pointer-events: none;
}

/*--------------------------------
    製品を絞り込む
--------------------------------*/
.check-area {
  display: table;
  margin: 0 0 5px 0;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
  background-color: #fff;
  border-spacing: 0;
  border: 1px solid #D8D9D9;
}

.check-area > dl:nth-of-type(1) {
  border-top: 0;
}

.check-area dt.select-title {
  display: table-cell;
  width: 160px;
  margin: 0;
  padding: 2.2% 0 0 2.6%;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: left;
  box-sizing: border-box;
  font-weight: bold;
  background: #F5F8FF;
}

.check-area dt.select-title span {
  color: #00346C;
}

.check-area .dd-area {
  display: table-cell;
  width: 832px;
  margin: 0;
  padding: 22px 0 29px 17px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #F5F8FF;
}

.dd-area-inner-ttl {
  margin: 0 0 2%;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.check-area dd label input[type="checkbox"] {
  display: none;
}

.check-area dd label input + .checkbox-icon {
  padding: 0 0 0 21px;
  position: relative;
  vertical-align: 1px;
  vertical-align: top;
}

.check-area dd label input + .checkbox-icon::before {
  width: 5px;
  height: 9px;
  left: 5px;
  margin-top: -7px;
  border-right: 3px solid #ff8900;
  border-bottom: 3px solid #ff8900;
  transform: rotate(45deg);
  opacity: 0;
}

.check-area dd label input + .checkbox-icon::after {
  width: 13px;
  height: 13px;
  left: 0;
  border: 2px solid #ccc;
  margin-top: -7px;
  background-color: #fff;
}

.check-area dd label input + .checkbox-icon::after,
.check-area dd label input + .checkbox-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

.check-area dd label input + .checkbox-icon::before {
  width: 5px;
  height: 9px;
  left: 5px;
  margin-top: -7px;
  border-right: 3px solid #ff8900;
  border-bottom: 3px solid #ff8900;
  transform: rotate(45deg);
  opacity: 0;
}

.check-area dd label input[type="checkbox"]:checked + .checkbox-icon::before {
  opacity: 1;
  z-index: 2;
}

.check-area dd label input + .checkbox-icon::after,
.check-area dd label input + .checkbox-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

.check-area dl dd {
  display: inline-block;
  margin: 0;
  line-height: 25px;
  vertical-align: top;
  font-weight: bold;
  color: #184eb0;
}

/* ボタンタイプのチェックボックス */
.checkbox-button input:checked + div {
  border: 1px solid #f17800;
  outline: 2px solid #f17800;
}

.checkbox-button input:checked + div .checkbox-text {
  color: #f17800;
}

/* 対象機器 */
.check-area .select-purpose dd {
  width: 38.2%;
  margin-right: 1%;
}

.check-area .select-purpose label {
  width: 100%;
}

.check-area .select-purpose label div {
  padding: 0 3%;
  position: relative;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.check-area .select-purpose .checkbox-img {
  width: 60px;
  vertical-align: middle;
}

.check-area .select-purpose .checkbox-text {
  vertical-align: middle;
  letter-spacing: 0.05em;
}

.check-area .select-purpose .search-cnt {
  position: absolute;
  top: 0;
  right: 8px;
}

/* タイプ */
.check-area .select-type dd {
  width: 23.3%;
  text-align: center;
  margin-right: 1%;
}

.check-area .select-type label {
  width: 100%;
}

.check-area .select-type label div {
  min-height: 140px;
  padding: 1% 3% 5%;
  position: relative;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.check-area .select-type .checkbox-img {
  display: block;
  width: 160px;
  margin: 8px auto 0;
  vertical-align: middle;
}

.check-area .select-type .smartphone_tablet .checkbox-img {
  width: 176px;
  margin: 0 auto 0;
}

.check-area .select-type .checkbox-text {
  display: block;
  margin: 12% 0 0;
  line-height: 1.2;
  vertical-align: middle;
  letter-spacing: 0.05em;
  font-weight: normal;
  color: #333;
}

.check-area .select-type .checkbox-text.one-row {
  padding: 0.6em 0;
}

.check-area .select-type .checkbox-text.two-row {
  margin-top: 1%;
}

.check-area .select-type .search-cnt {
  position: absolute;
  top: 0;
  right: 8px;
}

.check-area .select-capacity .select-title {
  padding-top: 3.2%;
}

.check-area .select-capacity .dd-area {
  padding-top: 38px;
  padding-bottom: 15px;
}

.check-area .select-capacity .dd-area dd {
  padding: 1.9% 0;
  color: #333;
  font-weight: normal;
}

.check-area .select-capacity .dd-area dd b {
  margin-left: 0.3em;
}

.check-area .select-capacity .dd-area .mobilebattery-area-block {
  display: inline-block;
  width: 43.4%;
  border-right: 1px solid #D9D9D9;
}

.check-area .select-capacity .dd-area .portable_powerstation-area-block {
  display: inline-block;
  width: 43%;
  padding-left: 3.4%;
  vertical-align: top;
}

.check-area .select-capacity .dd-area .search-cnt {
  margin-left: 0.7em;
}

.check-area .select-output::before {
  height: 0;
}

.check-area .select-output .select-title {
  padding-top: 3.2%;
}

.check-area .select-output .dd-area {
  padding-top: 37px;
  padding-bottom: 18px;
}

.check-area .select-output .dd-area dd {
  padding: 2.6% 0;
  color: #333;
  font-weight: normal;
}

.check-area .select-output .dd-area dd label {
  display: block;
  width: 100%;
  line-height: 1.3;
}

.check-area .select-output .dd-area .usb-pd-maxout-area-block {
  display: inline-block;
  width: 43.4%;
  border-right: 1px solid #D9D9D9;
}

.check-area .select-output .dd-area .usb-pd-maxout-area-block dd {
  width: 100%;
}

.check-area .select-output .dd-area .ac-maxout-area-block {
  display: inline-block;
  width: 49%;
  padding-left: 3.4%;
  vertical-align: top;
}

.check-area .select-output .dd-area .ac-maxout-area-block dd {
  width: 49.5%;
  padding: 2.6% 0 1.3%;
}

.check-area .select-output .dd-area .checkbox-icon {
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: 26px;
}

.check-area .select-output .dd-area .checkbox-text {
  display: inline-block;
  font-size: 0.9375em;
  letter-spacing: 0.08em;
}

.check-area .select-output .dd-area .search-cnt {
  margin-left: 0.7em;
}

/*--------------------------------
    選択中の条件
--------------------------------*/
#restrict-outer {
  max-width: 95%;
  margin: 0 auto 0;
  padding: 9px 0 0;
  text-align: center;
}

#restrict-outer .count-ya {
  width: 30px;
  margin: 0 auto;
}

#restrict-outer .count-ya img {
  max-width: 100%;
}

#restrict {
  display: block;
  margin: 0 auto;
  font-size: 1.25em;
  line-height: 1.4;
  text-align: center;
}

#restrict-inner {
  display: block;
  width: 100%;
  text-align: center;
}

#restrict-inner.two-line {
  display: block;
  width: calc(100% - 5.4em);
  text-align: left;
  padding-left: 5.4em;
  text-indent: -5.4em;
}

#restrict .title,
#restrict #sel-choice {
  display: inline;
  font-weight: bold;
}

/*--------------------------------
    並べ替え
--------------------------------*/
#order-area div.order-area-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: right;
}

#order-area select {
  display: inline-block;
  width: 135px;
  height: 30px;
  margin: -10px 7px 0 0;
  padding: 0 5px;
  border: 1px solid #898989;
  border-radius: 6px;
  vertical-align: middle;
}

/*--------------------------------
    リスト
--------------------------------*/
#result-area a:hover {
  text-decoration: none;
}

#result-area a:hover .item {
  background-color: #f7f7f7;
}

#result-area a:hover img {
  opacity: 1 !important;
}

#result-area .battery-area-outer {
  margin: 28px 0 80px;
}

#result-area .battery-area-outer:last-of-type {
  margin-bottom: 0;
}

#result-area .battery-area-outer.no-result {
  display: none;
}

#result-area .battery-area-outer .battery-area-title h3 {
  margin: 50px 0 0;
  padding: 17px 0 16px 18px;
  font-size: 1.45em;
  color: #fff;
  margin-top: 0;
  background: #184eb0;
}

#result-area .battery-area-outer .battery-subtitle {
  padding: 2.2% 2% 1%;
  font-size: 1.5em;
}

#result-area .battery-area-outer .battery-area-title h3 span {
  font-size: 0.9em;
}

#result-area .battery-area-outer .battery-area-result-sub.no-result {
  display: none;
}

#result-area .battery-area-outer .battery-area table {
  width: 100%;
  font-size: 0.933em;
  line-height: 1.2;
  border: 1px solid #afafaf;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.8%;
}

#result-area .battery-area-outer .battery-area table thead {
  position: sticky;
  top: -1px;
  left: -1px;
  z-index: 2;
}

#result-area .battery-area-outer .battery-area table thead tr {
  position: relative;
  top: -1px;
  left: -1px;
}

#result-area .battery-area-outer .battery-area table thead th,
#result-area .battery-area-outer .battery-area table thead td {
  position: relative;
  background: none;
  border-top: none;
  border-bottom: none;
}

#result-area .battery-area-outer .battery-area table thead th::before,
#result-area .battery-area-outer .battery-area table thead td::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #afafaf;
  background: #f2f2f2;
  z-index: -1;
}

#result-area .battery-area-outer .battery-area table th {
  padding: 1.7% 0;
  background-color: #f2f2f2;
  color: #00346C;
}

#result-area .battery-area-outer .battery-area table th.product-image {
  width: 163px;
}

#result-area .battery-area-outer .battery-area table td {
  padding: 1.3% 0;
  text-align: center;
  border: 1px solid #afafaf;
}

#result-area .battery-area-outer .battery-area table td.product-feature {
  line-height: 1.2;
}

#result-area .battery-area-outer .battery-area table th,
#result-area .battery-area-outer .battery-area table td {
  border: 1px solid #afafaf;
  font-size: 1.0666em;
}

#result-area .battery-area-outer .battery-area .product-image {
  position: relative;
}

#result-area .battery-area-outer .battery-area .product-image .image-link a {
  display: block;
  width: 120px;
  margin: 0 auto;
}

#result-area .battery-area-outer .battery-area .product-image .image-link a .sku {
  font-weight: bold;
}

#result-area .battery-area-outer .battery-area .product-image .image-link a .sku::before {
  content: url(/static/images/product/peripheral/displayextender/yaji_maru_bl_12.png);
  display: inline-block;
  line-height: 0.9;
  vertical-align: middle;
  margin-right: 4%;
}

#result-area .battery-area-outer .battery-area .product-image .image-link a .icon {
  display: flex;
}

#result-area .battery-area-outer .battery-area .product-image a:hover {
  opacity: 0.6;
}

#result-area .battery-area-outer .battery-area .product-image .item-sku {
  width: fit-content;
  margin: 3% auto 0;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.1em;
}

#result-area .battery-area-outer .battery-area .product-image .item-sku a {
  display: block;
  text-align: left;
}

#result-area .battery-area-outer .battery-area .product-image .item-sku span {
  margin-left: 0;
}

#result-area .battery-area-outer .battery-area .product-image .item-sku span.ホワイト {
  width: 11px;
  height: 11px;
  background-color: #fff;
  outline: 1px solid #686868;
}

#result-area .battery-area-outer .battery-area .product-image .item-sku span.ブラック {
  width: 12px;
  height: 12px;
  background-color: #000;
}

#result-area .battery-area-outer .battery-area .product-image .item-sku span .icon {
  position: absolute;
  top: 9px;
  left: 7px;
}

#result-area .battery-area-outer .battery-area .product-image img {
  max-width: 100%;
}

#result-area .battery-area-outer .battery-area .product-image .wholesale-price {
  display: block;
  width: 114px;
  margin: 3.9% auto 0;
  padding: 2% 0;
  font-size: 0.8666em;
  color: #d11919;
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
}

#result-area .battery-area-outer .battery-area .item-price {
  color: #333;
  line-height: 1.3;
  margin: 0;
}

#result-area .battery-area-outer .battery-area .item-wholesale-price {
  margin-top: 1em;
  color: #f00;
}

#result-area .battery-area-outer .battery-area .sort-val-area {
  display: none;
}

#result-area .battery-area-outer .battery-area div.disp-cutoff {
  margin: 10px auto 0;
}

#result-area .battery-area-outer .battery-area div.disp-cutoff a {
  position: relative;
  color: #e03535;
  border: 1px solid;
  line-height: 1.2;
  padding: 5px 12px 5px;
  border-radius: 5px;
  font-weight: normal;
  display: inline-block;
  font-size: 0.9em;
}

#result-area .battery-area-outer .battery-area div.disp-cutoff a:hover {
  opacity: 0.6;
}

#result-area .battery-area-outer .battery-area div.disp-cutoff.disped a {
  color: #999;
  border-color: #ccc;
  pointer-events: none;
}

#result-area .battery-area-outer .battery-area div.disp-cutoff.disped a::before {
  border-color: #ccc;
}

#result-area .battery-area-outer .battery-area .item-price {
  text-align: center;
  padding: 5px 0;
}

#result-area .battery-area-outer .battery-area .item-price .series-item {
  display: none;
  margin: 17px auto 2px;
  line-height: 1.3;
}

#result-area .battery-area-outer .battery-area .item-price .series-item p.cutoff {
  color: #dc292a;
  font-size: 1em;
  padding: 4px 0;
  margin: 2px 10px;
}

#result-area .battery-area-outer .battery-area .product-output span {
  display: block;
  margin: 4px auto;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

#result-area #no-result-all {
  display: none;
  margin: 40px 0;
  font-size: 1.1em;
  text-align: center;
}

.battery-area-title h3 {
  position: relative;
}

#smartphone_tablet th.product-output-port {
  width: 115px;
}

#smartphone_tablet th.product-portsu-count {
  width: 100px;
}

#smartphone_tablet th.product-portsu-type {
  width: 120px;
}

#smartphone_tablet th.product-sum {
  width: 125px;
}

#smartphone_tablet th.product-feature {
  width: 103px;
}

#smartphone_tablet th.product-price {
  width: 168px;
}

#laptop_pd th.product-output-port {
  width: 120px;
}

#laptop_pd th.product-portsu-count {
  width: 120px;
}

#laptop_pd th.product-portsu-type {
  width: 120px;
}

#laptop_pd th.product-sum {
  width: 120px;
}

#laptop_pd th.product-feature {
  width: 120px;
}

#laptop_pd th.product-price {
  width: 223px;
}

#laptop_ac th.product-output-port {
  width: 120px;
}

#laptop_ac th.product-portsu-count {
  width: 100px;
}

#laptop_ac th.product-portsu-type {
  width: 120px;
}

#laptop_ac th.product-sum {
  width: 120px;
  padding: 0 !important;
}

#laptop_ac th.product-feature {
  width: 100px;
}

#laptop_ac th.product-price {
  width: 144px;
}

#portable_power th.product-output-port {
  width: 154px;
}

#portable_power th.product-portsu-battery {
  width: 150px;
}

#portable_power th.product-sum {
  width: 100px;
  padding: 0 !important;
}

#portable_power th.product-feature {
  width: 100px;
}

#portable_power th.product-price {
  width: 120px;
}

/*--------------------------------
    検索結果なし
--------------------------------*/
#no-result {
  margin: 30px auto;
  font-size: 1.5em;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

/*--------------------------------
    loading
--------------------------------*/
#result-outer {
  position: relative;
}

#loadingImg {
  display: none;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  text-align: center;
  z-index: 2;
}

#loadingImg p {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url(/static/images/product/desk_rack/oatap/loading_img.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

#bottomImg {
  width: 100%;
  text-align: center;
  z-index: 2;
}

#bottomImg p {
  margin: 0 auto;
}

#reset-area a {
  display: block;
  width: 18.2%;
  margin: 1.3% 0 0 auto;
  padding: 1.4% 0;
  font-size: 1em;
  color: #fff;
  background-color: #909090;
  letter-spacing: 0.05em;
  border-radius: 5px;
}

#reset-area a:hover {
  opacity: 0.6;
  cursor: pointer;
}

/*--------------------------------
    関連カテゴリ
--------------------------------*/
.kanren-category {
  margin: 12.6% 0 0;
}

.kanren-category h2 {
  margin: 0 0 20px;
  padding: 21px 0 22px 16px;
  font-size: 1.45em;
  color: #fff;
  text-align: left;
  background-color: #3b3b3b;
}

.kanren-category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kanren-category ul li {
  width: 175px;
  margin: 0 0 25px;
  text-align: center;
}

.kanren-category ul li img {
  max-width: 120px;
  display: block;
  margin: 0 auto;
}

.kanren-category ul li.solar-solarpanel img {
  max-width: 135px;
  display: block;
  margin: 0 auto;
}

.kanren-category ul li.portable-power img {
  max-width: 135px;
  display: block;
  margin: 0 auto;
}

.kanren-category-category h2 {
  margin: 10% 0 26px;
}

.kanren-category-item {
  display: inline-block;
  width: 175px;
  text-align: center;
  margin: 0 2.2% 3.1% 0;
}

.kanren-category-item:nth-of-type(5n) {
  margin-right: 0;
}

.kanren-category-item.solar-solarpanel img {
  width: 135px;
}

.kanren-category-item.portable-power img {
  width: 135px;
}

.kanren-category-item img {
  width: 120px;
  display: block;
  margin: 0 auto 0;
}

.kanren-category-item .item-name {
  margin: 5% 0 0;
  display: block;
}

/*--------------------------------
    関連ページ　
--------------------------------*/
.kanren {
  width: 980px;
  margin: 2.7% 0 0;
  clear: both;
}

.kanren h2 {
  margin: 0 0 20px;
  padding: 21px 0 15px 16px;
  font-size: 1.45em;
  color: #fff;
  text-align: left;
  background-color: #3b3b3b;
}

.kanren ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kanren ul li {
  width: 227px;
  margin: 0 0 26px;
}

.kanren ul li img {
  max-width: 100%;
}

.kanren-item {
  display: inline-block;
  width: 175px;
  text-align: center;
  margin: 0 2.2% 3.1% 0;
}

.kanren-item:nth-of-type(5n) {
  margin-right: 0;
}

.kanren-item.solar-solarpanel img {
  width: 135px;
}

.kanren-item img {
  width: 120px;
  display: block;
  margin: 0 auto 0;
}

.kanren-item .item-name {
  margin: 5% 0 0;
  display: block;
}

/*---------------------------
    絞り込み件数追従
---------------------------*/
div#fixed-window-area-outer {
  position: fixed;
  bottom: -54px;
  left: 0;
  transition: bottom 0.5s ease-in-out;
  z-index: 3050;
}

div#fixed-window-area-outer div#fixed-window-area {
  display: none;
  width: 100vw;
  height: 66px;
  min-width: 950px;
  padding: 12px 5px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  background-color: #1c50ab;
}

div#fixed-window-area-outer div#fixed-window-area div#fixed-window-area-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 1420px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 0 0 0 6.4%;
}

div#fixed-window-area-outer div#fixed-window-area div#fixed-window-area-inner .fixed-window-link {
  width: 22.7%;
  margin: 0;
}

div#fixed-window-area-outer div#fixed-window-area div#fixed-window-area-inner .fixed-window-link a {
  display: block;
  width: 100%;
  padding: 1.3% 1em;
  font-size: 1em;
  line-height: 1.6;
  color: #1c50ab;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
  font-weight: bold;
}

div#fixed-window-area-outer div#fixed-window-area div#fixed-window-area-inner .fixed-window-link a:hover {
  opacity: 0.7;
}

div#fixed-window-area-outer div#fixed-window-area div#fixed-window-area-inner .fixed-window-link #result-count-window {
  font-size: 1.5em;
  color: #f17800;
  margin: 0 1.2%;
}

div#fixed-window-area-outer div#fixed-window-area div#fixed-window-area-inner .fixed-window-text {
  display: block;
  width: 10em;
  margin: 0 3em;
  font-size: 1.05em;
  line-height: 32px;
  color: #333;
  text-align: left;
  box-sizing: border-box;
  letter-spacing: 0.01em;
}

div#fixed-window-area-outer div#fixed-window-area div#fixed-window-area-inner .fixed-window-text #result-count-window {
  margin: 0 0.2em;
  font-size: 1.4em;
  color: #f00;
  font-weight: bold;
}

div#fixed-window-area-outer div#fixed-window-area div#fixed-window-area-inner .fixed-window-reset {
  margin: 0 8.9em 0 1.3em;
}

div#fixed-window-area-outer div#fixed-window-area div#fixed-window-area-inner .fixed-window-reset a {
  display: block;
  width: 100%;
  height: 28px;
  padding: 0 1.8em;
  font-size: 0.97em;
  line-height: 28px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background-color: #7e7e7e;
  border-radius: 30px;
  font-weight: bold;
}

div#fixed-window-area-outer div#fixed-window-area div#fixed-window-area-inner .fixed-window-reset a:hover {
  opacity: 0.6;
}

.disabled {
  color: #333333;
  opacity: 0.5;
}

/* ポータブルソーラーパネル */
.portable-solar {
  background-color: #f5f5f5;
  padding: 20px 29px;
  margin: 3% 0 0;
}

.portable-solar .portable-solar-ttl {
  font-size: 1.2em;
  font-weight: bold;
}

.portable-solar .portable-solar-caption {
  font-size: 1.0666em;
  margin: 1.6% 0 0;
}

.portable-solar .portable-solar-item-box {
  display: flex;
  margin: 3.4% 0 0;
}

.portable-solar .portable-solar-item-box .portable-solar-item {
  display: flex;
  width: 44%;
}

.portable-solar .portable-solar-item-box .portable-solar-item .item-img {
  width: 160px;
}

.portable-solar .portable-solar-item-box .portable-solar-item .item-img img {
  width: 100%;
}

.portable-solar .portable-solar-item-box .portable-solar-item .item-data {
  width: 50%;
  padding: 0 0 0 3.5%;
}

.portable-solar .portable-solar-item-box .portable-solar-item .item-data .item-name {
  font-size: 1.2em;
  margin: 0;
  font-weight: bold;
}

.portable-solar .portable-solar-item-box .portable-solar-item .item-data .product-name {
  font-weight: bold;
  margin: 5% 0 0;
}

.portable-solar .portable-solar-item-box .portable-solar-item .item-data .product-name::before {
  content: url(/static/images/product/peripheral/displayextender/yaji_maru_bl_12.png);
  display: inline-block;
  line-height: 0.9;
  vertical-align: middle;
  margin-right: 2%;
}

.portable-solar .portable-solar-item-box .portable-solar-item .item-data .price {
  font-size: 0.8666em;
  margin: 4% 0;
}
