@charset "UTF-8";
/*--------------------------------
    contents
--------------------------------*/
#wrap-container {
  width: 1200px;
  margin: 10px auto 0;
  padding: 0 10px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

#contents {
  display: flex;
}

#container {
  width: 980px;
  margin-right: 0;
  margin-left: 0;
}

#main-contents {
  width: 980px;
  margin: 0 0 30px;
}

/*--------------------------------
    header
--------------------------------*/
h1 {
  margin: 0 0 12px;
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
}

#header-title .header-image {
  position: relative;
}

#header-title .header-image img {
  max-width: 100%;
}

#header-title .header-image .header-text {
  position: absolute;
  top: 90px;
  left: 45px;
  line-height: 1.7;
  font-size: 1.05em;
  font-weight: bold;
}

/*--------------------------------
    看板下バナー
--------------------------------*/
div#search-link-banner {
  margin: 30px 0;
}

div#search-link-banner ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: nowrap;
}

div#search-link-banner ul li {
  width: 35%;
  margin: 0;
}

div#search-link-banner ul li a {
  display: block;
  color: #1b4da2;
  border: 1px solid;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 1.05em;
  padding: 1.5% 2%;
  box-sizing: border-box;
}

div#search-link-banner ul li a:hover {
  opacity: 0.6;
}

div#search-link-banner ul li a::after {
  content: "";
  width: 12px;
  height: 10px;
  background-image: url(/static/images/product/peripheral/shredder/arrow_bl_dw_10px.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

div#search-link-banner ul li a .link-img {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

div#search-link-banner ul li a .link-img img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

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

#order-area select {
  display: inline-block;
  height: 30px;
  border: 1px solid #999;
  color: #333;
  border-radius: 6px;
  padding: 0 8px;
  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 .shredder-area-outer {
  margin: 75px 0 80px;
}

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

#result-area .shredder-area-outer .shredder-area-title h3 {
  background-color: #3b3b3b;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 1.3em;
  padding: 0 2%;
  box-sizing: border-box;
}

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

#result-area .shredder-area-outer .shredder-area-title h3.wireless {
  background-color: #0b64c1;
}

#result-area .shredder-area-outer .shredder-area-title h3.wire {
  background-color: #347f3c;
}

#result-area .shredder-area-outer .shredder-area {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  width: 100%;
}

#result-area .shredder-area-outer .shredder-area .shredder-item {
  width: 50%;
  border: 1px solid #999;
  border-top: 0;
  border-left: 0;
  position: relative;
  padding: 15px 1.2% 20px;
  box-sizing: border-box;
}

#result-area .shredder-area-outer .shredder-area .shredder-item.col-first {
  border-left: 1px solid #999;
}

#result-area .shredder-area-outer .shredder-area .shredder-item.row-first {
  border-top: 0;
}

#result-area .shredder-area-outer .shredder-area .shredder-item-inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: nowrap;
}

#result-area .shredder-area-outer .shredder-area .item-name {
  font-size: 1.05em;
  font-weight: bold;
  margin: 10px 0 5px;
}

#result-area .shredder-area-outer .shredder-area .item-sku-price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

#result-area .shredder-area-outer .shredder-area .item-sku {
  line-height: 1.4;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  margin-right: 0.5em;
}

#result-area .shredder-area-outer .shredder-area .item-sku span {
  display: inline-block;
  vertical-align: middle;
}

#result-area .shredder-area-outer .shredder-area .item-sku span img {
  vertical-align: middle;
}

#result-area .shredder-area-outer .shredder-area .item-sku span.icon {
  margin-left: 0.3em;
}

#result-area .shredder-area-outer .shredder-area .item-sku span.icon img {
  vertical-align: -1px;
}

#result-area .shredder-area-outer .shredder-area .item-price {
  color: #333;
  line-height: 1;
  display: block;
  font-weight: normal;
  white-space: nowrap;
  font-size: 0.9em;
}

#result-area .shredder-area-outer .shredder-area .item-head {
  font-weight: bold;
  font-size: 1.15em;
  line-height: 1.4;
  padding: 0 0 15px;
  word-break: break-all;
}

#result-area .shredder-area-outer .shredder-area .item-image {
  width: 55%;
  display: block;
  position: relative;
  text-align: center;
}

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

#result-area .shredder-area-outer .shredder-area .item-image > a {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#result-area .shredder-area-outer .shredder-area .item-image > a:hover {
  background-color: #e2e2e2;
}

#result-area .shredder-area-outer .shredder-area .item-image > a:hover img {
  opacity: 0.6 !important;
}

#result-area .shredder-area-outer .shredder-area .item-detail {
  width: 42%;
  margin-left: 3%;
}

#result-area .shredder-area-outer .shredder-area .item-detail .shredder-area {
  font-size: 0.87em;
  margin: 8px 0 0;
  line-height: 1.2;
}

#result-area .shredder-area-outer .shredder-area .item-detail .feature-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 12px 0 0;
}

#result-area .shredder-area-outer .shredder-area .item-detail .feature-area span.feature {
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #bbb;
  padding: 0 9px;
  display: block;
  width: 100%;
  border-radius: 4px;
  line-height: 30px;
  height: 32px;
  margin: 0 0.3em 0.35em 0;
  font-size: 0.98em;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
}

#result-area .shredder-area-outer .shredder-area .item-detail .feature-area span.feature.navy {
  color: #fff;
  background-color: #184eb0;
  border-color: #184eb0;
}

#result-area .shredder-area-outer .shredder-area .item-detail .feature-area span.feature.orange {
  color: #fff;
  background-color: #ff913c;
  border-color: #ff913c;
}

#result-area .shredder-area-outer .shredder-area .item-detail .feature-area span.feature.pink {
  color: #fff;
  background-color: #ff90a4;
  border-color: #ff90a4;
}

#result-area .shredder-area-outer .shredder-area .item-detail .feature-area span.feature.blue {
  color: #fff;
  background-color: #29a7dd;
  border-color: #29a7dd;
}

#result-area .shredder-area-outer .shredder-area .item-detail .feature-area span.feature.gray {
  color: #fff;
  border-color: #686765;
  background-color: #686765;
}

#result-area .shredder-area-outer .shredder-area .cut-size-area {
  text-align: left;
  margin-left: 10px;
}

#result-area .shredder-area-outer .shredder-area .cut-size-area .cut-size-ttl {
  font-weight: bold;
  line-height: 1.4;
  margin: 15px 0 5px;
}

#result-area .shredder-area-outer .shredder-area .cut-size-area .cut-size-img {
  width: 95%;
}

#result-area .shredder-area-outer .shredder-area .cut-size-area .cut-size-img img {
  width: 100%;
}

#result-area .shredder-area-outer .shredder-area .cut-size-area .cut-size-att {
  font-size: 0.85em;
  line-height: 1.4;
}

#result-area .shredder-area-outer .shredder-area .cut-size-area .cut-size-att span {
  margin-top: 10px;
  display: inline-block;
}

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

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

/*--------------------------------
    モーダル表示
--------------------------------*/
.modal-content {
  width: 700px;
  max-width: 70%;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: none;
  overflow: hidden;
  border: 0;
  background: none;
  font-size: 1em;
  display: none;
  z-index: 151;
}

.modal-content .modal-inner {
  font-size: 1em;
  margin: 0 0 15px;
  position: relative;
  padding: 25px 0;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}

.modal-content .modal-inner .connection-image-ttl {
  font-weight: bold;
  font-size: 1.1em;
}

.modal-content .modal-inner .connection-image-area {
  font-weight: normal;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 1.4;
  width: 100%;
  text-align: center;
  margin: 20px 0;
  padding: 0 2%;
}

.modal-content .modal-inner .connection-image-area a img {
  display: inline-block;
  max-width: 43%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.modal-content .modal-inner .connection-image-area a + a img {
  margin-left: 2%;
}

.modal-content .modal-inner .close {
  display: block;
  position: relative;
}

.modal-content .modal-inner .close .modal-close {
  width: 10em;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  display: inline-block;
  font-size: 1em;
  cursor: pointer;
  background-color: #393939;
  color: #fff;
  text-align: center;
}

.modal-content .modal-inner .close .modal-close img {
  max-width: 100%;
}

.modal-overlay {
  z-index: 150;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: #000;
  opacity: 0.6;
}

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

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

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

#loadingImg p {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background: url(/static/images/product/peripheral/shredder/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;
}

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

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

/*--------------------------------
    用途から選ぶ
--------------------------------*/
#search-use-area {
  margin: 30px 0 80px;
}

#search-use-area #search-use-link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 20px 0 40px;
}

#search-use-area #search-use-link .search-use-item {
  width: 31%;
  margin-left: 3.5%;
}

#search-use-area #search-use-link .search-use-item:nth-of-type(1) {
  margin-left: 0;
}

#search-use-area #search-use-link .search-use-item a {
  display: block;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}

#search-use-area #search-use-link .search-use-item a img {
  max-width: 100%;
}

#search-use-area #search-use-link .search-use-item a span {
  display: block;
  position: relative;
  color: #333;
  font-weight: bold;
  font-size: 0.97em;
  padding: 3% 4%;
  line-height: 1.4;
}

#search-use-area #search-use-link .search-use-item a span::after {
  content: "";
  background-image: url(/static/images/common/yaji_maru_bl_12.png);
  background-size: 100%;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}

#search-use-area #search-use-link .search-use-item a:hover {
  opacity: 0.6;
}

#search-use-area #search-use-link .search-use-item a:hover img {
  opacity: 1 !important;
}

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

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

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

.check-area dd .image-top label {
  padding-top: 38px;
}

.check-area dd label:hover {
  cursor: pointer;
  color: #f00;
}

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

.check-area .title h4 {
  font-size: 1.2em;
  line-height: 1.4;
  color: #666;
  letter-spacing: 1px;
}

.check-area dl {
  padding-bottom: 0;
}

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

.check-area .select-row {
  display: table-row;
}

.check-area dt.select-title {
  display: table-cell;
  width: 160px;
  margin: 0;
  padding: 25px 0 0 8px;
  box-sizing: border-box;
  color: #204b9e;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.check-area dt.select-title.v-top {
  vertical-align: top;
  padding-top: 25px;
}

.check-area .dd-area {
  display: table-cell;
  width: 832px;
  margin: 0;
  padding: 15px 0 15px 10px;
  box-sizing: border-box;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}

.check-area dl dd {
  display: inline-block;
  vertical-align: middle;
  width: 192px;
  margin: 10px 0;
  line-height: 20px;
  font-size: 0.9em;
  font-weight: bold;
}

.check-area .dd-area .select-area-inner-sub {
  display: none;
}

.check-area .dd-area .select-area-inner-sub .area-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0.5em 0 0;
  padding: 1% 0 1% 2%;
  background-color: #e8e8e8;
  box-sizing: border-box;
}

.check-area .dd-area .select-area-inner-sub .area-inner dd {
  max-width: 24%;
}

.check-area .select-area-inner-sub {
  display: none;
}

.check-area .input-outer {
  display: inline-block;
}

.search-detail-outer-bottom {
  margin: 40px 0 0;
}

#select-menu-toggle {
  display: none;
}

.check-area .select-dustbox dt.select-title {
  border-bottom: 0;
}

.check-area .select-dustbox .dd-area {
  border-bottom: 0;
}

/*--------------------------------
    チェックボックス
--------------------------------*/
.check-area dd div.input-outer label.no-check {
  cursor: default;
  color: #cbcbcb;
  pointer-events: none;
}

.check-area dd div.input-outer label.no-check .checkbox-image,
.check-area dd div.input-outer label.no-check .checkbox-image-top {
  opacity: 0.5;
}

.check-area dd label.loading {
  pointer-events: none;
}

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

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

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

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

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

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

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

.check-area dd label input[type="checkbox"] + .checkbox-icon.two-line::after {
  margin: 0;
}

.check-area dd label span.checkbox-text img {
  display: inline;
  vertical-align: -2px;
  margin-right: 3px;
}

.check-area dd label span.checkbox-text-sub {
  display: none;
}

.check-area dd label span.search-cnt {
  font-weight: normal;
}

.check-area dd label span.checkbox-image {
  display: block;
  margin: 0;
  position: relative;
  top: 0;
  left: 20px;
  max-width: calc(100% - 20px);
  color: #7b7a7a;
  text-align: center;
  font-size: 0.95em;
}

.check-area dd label span.checkbox-image img {
  max-width: 100%;
  display: block;
  margin-bottom: 5px;
}

.check-area dd label span.checkbox-image-top {
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 100%;
  text-align: center;
}

.check-area dd label span.checkbox-image-top img {
  max-width: 80px;
  max-height: 26px;
  display: block;
  margin: 0 auto;
}

.check-area dl dd.line-multi label span.checkbox-text {
  display: inline-block;
  vertical-align: top;
}

/*--------------------------------
    リセットボタン
--------------------------------*/
#restrict-outer .count-area-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

#restrict-outer .count-area-outer .count-area {
  width: 21em;
}

#menu-toggle {
  text-align: right;
}

#menu-toggle #reset-area a {
  background-color: #7e7e7e;
  text-align: center;
  line-height: 33px;
  border-radius: 20px;
  width: 154px;
  height: 33px;
  margin: 15px 0 10px auto;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  display: inline-block;
}

#menu-toggle #reset-area a:hover {
  opacity: 0.6;
}

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

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

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

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

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

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

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

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

/*--------------------------------
    細断方式・細断形状
--------------------------------*/
#search-area .select-area-inner.select-feed,
#search-area .select-area-inner.select-cut {
  position: relative;
}

#search-area .select-area-inner.select-feed dt.select-title,
#search-area .select-area-inner.select-feed div.dd-area,
#search-area .select-area-inner.select-cut dt.select-title,
#search-area .select-area-inner.select-cut div.dd-area {
  padding-top: 20px;
  padding-bottom: 25px;
}

#search-area .help-link {
  display: block;
  font-size: 0.78em;
  white-space: nowrap;
  color: #3b9ed6;
  position: absolute;
  top: 45px;
  left: 8px;
  z-index: 2;
}

#search-area .help-link::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 1.5em;
  height: 1.5em;
  background: url(/static/images/product/peripheral/shredder/icn_help_bl.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  top: -1px;
}

#search-area .help-link:hover {
  opacity: 0.6;
}

#feed-ex-area,
#cut-ex-area {
  width: 940px;
  max-height: 85%;
  overflow-y: auto;
  padding: 30px 2.5%;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  position: fixed;
  top: 10%;
  left: -webkit-calc(50% - 490px);
  left: calc(50% - 490px);
  z-index: 2010;
  font-size: 1rem;
  display: none;
}

#feed-ex-area .ttl,
#cut-ex-area .ttl {
  color: #333;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 10px;
  text-align: left;
}

#feed-ex-area .ttl-sub-text,
#cut-ex-area .ttl-sub-text {
  font-size: 0.95em;
  line-height: 1.4;
  margin: 5px 0;
}

#feed-ex-area .table-area-inner,
#cut-ex-area .table-area-inner {
  margin: 15px 0 0;
}

#feed-ex-area .table-area-inner table,
#cut-ex-area .table-area-inner table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

#feed-ex-area .table-area-inner table th,
#feed-ex-area .table-area-inner table td,
#cut-ex-area .table-area-inner table th,
#cut-ex-area .table-area-inner table td {
  border: 1px solid #ccc;
  line-height: 1.4;
}

#feed-ex-area .table-area-inner table th,
#cut-ex-area .table-area-inner table th {
  background-color: #7a7a7a;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}

#feed-ex-area .table-area-inner table td,
#cut-ex-area .table-area-inner table td {
  padding: 10px;
}

#feed-ex-area .table-area-inner table td.cutsize,
#cut-ex-area .table-area-inner table td.cutsize {
  text-align: center;
}

#feed-ex-area .table-area-inner table td.cutsize img,
#cut-ex-area .table-area-inner table td.cutsize img {
  margin: 0 auto;
}

#feed-ex-area .table-area-inner table td.feed,
#cut-ex-area .table-area-inner table td.feed {
  text-align: center;
  font-weight: bold;
}

#feed-ex-area .table-area-inner table td.cut,
#cut-ex-area .table-area-inner table td.cut {
  text-align: center;
  font-weight: bold;
}

#feed-ex-area .table-area-inner table td.image,
#cut-ex-area .table-area-inner table td.image {
  text-align: center;
}

#feed-ex-area .table-area-inner table td.image img,
#cut-ex-area .table-area-inner table td.image img {
  max-width: 90%;
  margin: 0 auto;
}

#feed-ex-area .table-area-inner table td.feat,
#cut-ex-area .table-area-inner table td.feat {
  padding-top: 15px;
  padding-right: 15px;
  font-size: 0.97em;
  vertical-align: top;
}

#feed-ex-area .table-area-inner table td.method,
#cut-ex-area .table-area-inner table td.method {
  text-align: left;
  padding-left: 1.6em;
}

#feed-ex-area .table-area-inner table td.method.pd-left,
#cut-ex-area .table-area-inner table td.method.pd-left {
  padding-left: 3.2em;
}

#feed-ex-area .table-area-inner table td.use,
#cut-ex-area .table-area-inner table td.use {
  text-align: left;
  padding-left: 1.2em;
}

#feed-ex-area .close,
#cut-ex-area .close {
  margin: 15px 0 0 auto;
  text-align: right;
}

#feed-ex-area .close a.close-btn,
#cut-ex-area .close a.close-btn {
  display: inline-block;
  border: 1px solid #ccc;
  color: #333;
  padding: 0.4em 0.6em;
  border-radius: 4px;
  margin: 0 0 0 auto;
  font-size: 0.95em;
  line-height: 1;
}

#feed-ex-area .close a.close-btn span,
#cut-ex-area .close a.close-btn span {
  font-size: 1.15em;
  margin: 0.15em 0.1em 0 0;
}

#feed-ex-area .close a.close-btn img,
#cut-ex-area .close a.close-btn img {
  max-width: 100%;
}

#feed-ex-area .close a.close-btn:hover,
#cut-ex-area .close a.close-btn:hover {
  text-decoration: none;
  opacity: 0.6;
}

#feed-ex-area .table-area-inner table th.feed {
  width: 20%;
}

#feed-ex-area .table-area-inner table th.image {
  width: 20%;
}

#feed-ex-area .table-area-inner table th.feat {
  width: 60%;
}

#cut-ex-area .table-area-inner table th.cutsize {
  width: 12%;
}

#cut-ex-area .table-area-inner table th.cut {
  width: 24%;
}

#cut-ex-area .table-area-inner table th.image {
  width: 13%;
}

#cut-ex-area .table-area-inner table th.method {
  width: 28%;
}

#cut-ex-area .table-area-inner table th.use {
  width: 22%;
}

/*--------------------------------
    popup
--------------------------------*/
.popup-outer.p-img {
  width: 320px;
  height: 130px;
  padding: 5px 10px;
  box-sizing: border-box;
}

.popup-outer img {
  max-height: 40px;
  margin: 0 auto 20px;
  display: block;
}

.popup-outer span {
  font-size: 0.85em;
  display: block;
}

/*--------------------------------
    animation
--------------------------------*/
#result-area .shredder-area-outer .shredder-area .shredder-item {
  display: none;
}

#result-outer {
  min-height: 650px;
}

#result-outer.slideInResult #result-area .shredder-area-outer .shredder-area-result {
  animation-name: slideInResult;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  position: relative;
  top: -20px;
  left: 0;
}

#result-outer.slideInResult #result-area .shredder-area-outer .shredder-area-result .shredder-area .shredder-item {
  display: block;
}

#result-outer.slideInResult #result-area .shredder-area-outer .shredder-area-result .shredder-area .shredder-item.is-hidden {
  display: none;
}

#result-outer.slideInResult #result-area .shredder-area-outer .shredder-area-result .shredder-area .shredder-item[class*="readmore-"] {
  display: none;
}

@keyframes slideInResult {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.safari select {
  -webkit-appearance: menulist-button;
}

/*--------------------------------
    visible
--------------------------------*/
.sp {
  display: none;
}

/*--------------------------------
    clearfix
--------------------------------*/
.clfx:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
