ul ,
li {
  margin: 0;
  list-style: none;
  padding: 0;
}
#body_wrapper {
  margin-bottom: 120px;
  max-width: none;
}
#qa01 {
  padding-bottom: 65px;
  font-family: "Noto Sans JP", sans-serif;
}
/* 看板エリア */
#shredder_title_wrapper {
  margin-bottom: 20px;
}
#shredder_title_wrapper #shredder_title_area {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  height: 300px;
}
#shredder_title_wrapper #shredder_title_area .center_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #f1f9f6;
}
#shredder_title_wrapper #shredder_title_area .center_img img {
  max-width: 100%;
  height: auto;
}
#shredder_title_wrapper #shredder_title_area .data_area {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#shredder_title_wrapper #shredder_title_area .data_area * {
  margin: 0;
  padding: 0;
}
#shredder_title_wrapper #shredder_title_area .data_area h1 {
  font-size: 35px;
  text-shadow: 2px 3.464px 0px rgba(0, 0, 0, 0.15);
  font-weight: 900;
  text-align: center;
  line-height: 0.8
}
#shredder_title_wrapper #shredder_title_area .data_area .description {
  text-align: center;
  font-size: 13px;
  line-height: 1.53;
  margin-top: 30px;
  text-shadow: 1px 1.5px 0px rgba(255, 255, 255, 0.9);
  padding-bottom: 18px;
  font-weight: 500;
}
#shredder_title_wrapper .service_attention {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 0 18px;
  transform: translateY(-50%);
}
#shredder_title_wrapper .service_attention li {
  width: 140px;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 45px;
  font-size: 11px;
  padding: 8px 0 6px;
  flex-direction: column;
  background: #FFFFFF;
}
#shredder_title_wrapper .service_attention li.deliv {
  border: 2px solid #efab05;
  color: #efab05;
  justify-content: center;
  line-height: 1.2;
}
#shredder_title_wrapper .service_attention li.free {
  border: 2px solid #e3372d;
  color: #e3372d;
  line-height: 1.2;
}
#shredder_title_wrapper .service_attention li strong {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 4px;
}
/* ページ内ナビ */
#shredder_page_navi {
  width: 1152px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 70px;
  transition: 0.3s;
  border-radius: 8px;
  position: relative;
  gap: 13px;
  font-family: "Noto Sans JP", sans-serif;
}
#shredder_page_navi li {
  width: 220px;
  display: flex;
  text-align: center;
  margin: 0;
  padding: 0;
}
#shredder_page_navi li a {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #2366cc;
  color: #ffffff;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.3s;
  font-size: 18px;
  line-height: 1.3;
  padding: 8px 0 9px;
  box-shadow: 1.5px 2.598px 15px 0px rgba(51, 51, 51, 0.25);
}
#shredder_page_navi li a span {
  font-weight: normal;
  font-size: 15px;
}
#shredder_page_navi li a:hover {
  background: rgb(31, 62, 95);
}
#shredder_page_navi li .outlet {
  background: #e3372d;
}
#shredder_page_navi li .outlet span {
  color: #ffffff;
}
/* 種類・仕様から絞り込む */
#shredder_search {
  width: 1160px;
  margin: 50px auto 0;
}
#shredder_search h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 400;
  background: #19a06c;
  color: #ffffff;
  padding: 11px 24px 13px;
}
#shredder_search #hitnum2 {
  font-family: "Noto Sans JP", sans-serif;

}
#shredder_search #myform {
  padding: 0 10px;
}
#shredder_search #search_form {
  margin-top: 35px;
  border-left: none !important;
  border-bottom: none !important;
  border-top: 1px solid #cccccc !important;
  border-right: 1px solid #cccccc !important;
  font-family: "Noto Sans JP", sans-serif;
}
#shredder_search #search_form th {
  border: none;
  background: #f1f9f6;
  color: #000000;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 148px;
  max-width: none;
  box-sizing: border-box;
  font-weight: 500;
  padding: 0;
  height: auto;
}
#shredder_search #search_form td {
  border: none;
  background: #ffffff;
  font-size: 18px;
  text-align: left;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
  height: auto;
  padding: 20px 20px 19px !important;
}
#shredder_search #search_form th .info_btn {
  margin: 21px auto 0;
  padding: 0;
  display: block;
  text-align: center;
  width: 110px;
  float: none;
}
#shredder_search #search_form th .info_btn a {
  display: block;
  width: 110px;
  text-align: center;
  margin: 0 auto;
  padding: 3px 0 4px;
  color: #ffffff;
  font-size: 12px;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
  padding-left: 5px;
}
#shredder_search #search_form th .info_btn a i {
  margin-right: 0;
}
#shredder_search #search_form label {
  color: #000000;
  border: 2px solid #ffffff;
  text-align: center;
  display: inline-block;
  width: 130px;
  height: 130px;
  font-size: 13px;
  border-radius: 5px;
  box-shadow: 1.5px 2.598px 10px 0px rgba(51, 51, 51, 0.15);
  margin: 0 4px;
  box-sizing: border-box;
  padding: 4px 0 2px;
}
#shredder_search #search_form label.saidan {
  padding-top: 15px;
}
#shredder_search #search_form label:hover {
  background:#f8fffc;
  border: 2px solid #f8fffc;
}
#shredder_search #search_form input[type="checkbox"]:checked + label,
#shredder_search #search_form input[type="radio"]:checked + label {
  border: 2px solid #19a06c;
  background: #f8fffc;
}
#shredder_search #search_form label.text {
  height: auto;
  background: #19a06c;
  color: #FFFFFF;
  padding: 10px 0;
  border: 2px solid #19a06c;
}
#shredder_search #search_form label.text:hover {
  background: #f8fffc;
  border: 2px solid #f8fffc;
  color: #19a06c;
}
#shredder_search #search_form input[type="checkbox"]:checked + label.text,
#shredder_search #search_form input[type="radio"]:checked + label.text {
  background: #f8fffc;
  border: 2px solid #19a06c;
  color: #19a06c;
}
#shredder_search #search_form label span {
  display: block;
  line-height: 2;
  font-size: 13px;
}
#shredder_search #search_form label.text span {
  line-height: 1;
  font-size: 16px;
}
  #shredder_search #search_form label span img {
  width: 90px;
  height: auto;
  position: relative;
  z-index: 1;
}
#shredder_search #search_form label.saidan span img {
  width: 80px;
  height: auto;
}
/* TEDASUKE誘導バナー */
#shredder_set_bnr {
  text-align: center;
  margin: 80px auto 0;
}
#shredder_set_bnr img {
  max-width: 100%;
  height: auto;
}
/* 比較表 */
#shredder_comparison_table {
  width: 1160px;
  margin: 100px auto 0;
  font-family: "Noto Sans JP", sans-serif;
}
#shredder_comparison_table h2 {
  font-size: 25px;
  font-weight: 400;
  background: #19a06c;
  color: #ffffff;
  padding: 11px 24px 13px;
}
#shredder_comparison_table table {
  width: 1140px;
  margin: 25px 10px 0;
  border-bottom: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  border-collapse: collapse;
  box-sizing: border-box;
}
#shredder_comparison_table table th,
#shredder_comparison_table table td {
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  font-weight: normal;
}
#shredder_comparison_table table th {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background: #f1f9f6;
}
#shredder_comparison_table table th.size_type {
  width: 60px;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}
#shredder_comparison_table table th.cut {
  padding: 9px 0 4px;
  line-height: 1.8;
}
#shredder_comparison_table table th.straight_cut {
  vertical-align: top;
}
#shredder_comparison_table table th.cut img {
  border-radius: 6px;
}
#shredder_comparison_table table th.straight_cut img {
  margin-bottom: 7px;
}
#shredder_comparison_table table th.type {
  background: #FFFFFF;
  font-size: 12px;
  padding: 6px 0;
  line-height: 1.16;
}
#shredder_comparison_table table th.capacity {
  width: 60px;
  background: #FFFFFF;
  font-size: 14px;
  line-height: 1.07;
}
#shredder_comparison_table table th.capacity.two_line {
  line-height: 1.6;
}
#shredder_comparison_table table th.capacity .range {
  writing-mode: vertical-rl;
}
#shredder_comparison_table table tr:nth-of-type(1) th,
#shredder_comparison_table table tr:nth-of-type(1) td {
  border-top: 2px solid #cccccc;
}
#shredder_comparison_table table tr th.first {
  border-left: 2px solid #cccccc;
}
#shredder_comparison_table table tr th.size {
  width: 120px;
}
#shredder_comparison_table table tr th.straight_cut {
  line-height: 1.07;
}
#shredder_comparison_table table tr th.one_item_column {
  width: 99px !important;
}
#shredder_comparison_table table tr th.two_item_column {
  width: 190px !important;
}
#shredder_comparison_table table tr th.micro_electric {
  /* width: 189px; */
}
#shredder_comparison_table table tr th.micro_auto {
  /* width: 190px; */
}
#shredder_comparison_table table tr th.micro_manual {
  /* width: 101px; */
}
#shredder_comparison_table table tr th.cross_electric {
  /* width: 189px; */
}
#shredder_comparison_table table tr th.cross_auto {
  /* width: 100px; */
}
#shredder_comparison_table table tr th.cross_manual {
  /* width: 101px; */
}
#shredder_comparison_table table td {
  padding: 10px 11px 10px 12px;
  vertical-align: top;
}

#shredder_comparison_table table td .item_area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  text-decoration: none;
  
}
#shredder_comparison_table table td .item_area a.item {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: 2.5px 4.33px 10px 0px rgba(51, 51, 51, 0.15);
}
#shredder_comparison_table table td .item_area a.item * {
  padding: 0;
  margin: 0;
  text-align: center;
}
#shredder_comparison_table table td .item_area a.item .price {
  font-size: 13px;
  font-weight: 800;
  color: #ff0000;
  letter-spacing: -0.01px
}
#shredder_comparison_table table td .item_area a.item .price .tax_notation_contents {
  display: none;
}

/* シュレッダー選びのポイント */
#shredder_point_bnr {
  margin-top: 169px;
  text-align: center;
}
#default_set_bnr:before {
  margin: 18px 0
} 
#default_set_bnr:after {
  margin: 27px 0;
}
/* メンテナンス用品 */
#shredder_maintenance {
  font-family: "Noto Sans JP", sans-serif;
  width: 1160px;
  margin: 0 auto;
}
#shredder_maintenance h2 {
  font-size: 25px;
  font-weight: 400;
  background: #19a06c;
  color: #ffffff;
  padding: 11px 24px 13px;
}
#shredder_maintenance > ul {
  margin: 33px auto 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  gap: 2%;
}
#shredder_maintenance > ul > li {
  width: 23.5%;
  display: flex;
}
#shredder_maintenance > ul > li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 0 29px;
  box-sizing: border-box;
  align-items: center;
  background: #f8fafb;
  border-radius: 3px;
}
#shredder_maintenance > ul > li a * {
  margin: 0;
  padding: 0;
}
#shredder_maintenance > ul > li .img {
  width: 75%;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
#shredder_maintenance > ul > li .img img {
  width: 100%;
  height: auto;
}
#shredder_maintenance > ul > li h3 {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  margin-top: 13px;
}
#shredder_maintenance > ul > li .txt {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  line-height: 1.23;
  padding: 0 5px;
  color: #666666;
}
#shredder_maintenance > ul > li a:hover {
  background: radial-gradient(rgba(202,216,223,0), rgba(153,175,187,0.3));
}
#shredder_maintenance > ul > li a img {
  position: relative;
  display: inline-block;
  transition-property: all;
  transition: 0.3s linear;
}
#shredder_maintenance > ul > li a:hover img {
  transform: translateY(-7px);
}
#shredder_maintenance > ul > li a:hover .txt {
  color: #FF0000;
}
/* シュレッダーとは */
#shredder_about {
  width: 900px;
  margin: 128px auto 0;
  background: #f1f9f6;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 38px 40px;
}
#shredder_about * {
  margin: 0;
  padding: 0;
}
#shredder_about h2 {
  color: #19a06c;
  margin: 0;
  font-weight: 800;
  font-size: 26px;
}
#shredder_about .description {
  font-size: 16px;
  color:  #000000;
  line-height: 1.563;
  margin-top: 18px;
}
#shredder_about > section {
  background: #FFFFFF;
  margin: 37px auto 0;
  padding: 35px 40px;
}
#shredder_about section h3 {
  color: #19a06c;
  font-size: 20px;
  font-weight: 700;
}
#shredder_about > section > section {
  margin-top: 35px;
}

#shredder_about section .txt {
  font-size: 16px;
  line-height: 1.57;
  margin-top: 3px;
  margin-bottom: 0;
}
#shredder_about section ul {
  margin-top: 16px;
}
#shredder_about section ul li {
  margin-top: 16px;
}
#shredder_about section ul li:nth-of-type(1) {
  margin-top: 0;
}
#shredder_about section ul dl dt,
#shredder_about section ul dl dd {
  display: inline;
}
#shredder_about section ul dl dt {
  font-weight: 700;
  padding-right: 1em;
  position: relative;
}
#shredder_about section ul dl dt::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-weight: normal;
}
#shredder_about #shredder_about_choice  ul li {
  margin-top: 0;
}

/* 関連用語 */
#shredder_keyword_area {
  margin: 100px auto 0;
  width: 900px;
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
  padding: 35px 40px 40px;
}
#shredder_keyword_area h2 {
  margin: 0;
  color: #19a06c;
  font-size: 17px;
  font-weight: 800;
}
#shredder_keyword_area > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  gap: 7px 0;
}
#shredder_keyword_area > ul > li {
  width: 33%;
  font-size: 16px;
  box-sizing: border-box;
  font-size: 16px;
  position: relative;
  padding-left: 1em;
  line-height: 1;
}
#shredder_keyword_area > ul > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#to_top_btn {
  width: 100%;
  margin: 120px auto 0;
  text-align: center;
}
#to_top_btn a {
  display: inline-block;
  color: #fff;
  background: #0080FF;
  padding: 15px 140px;
  border-radius: 50px;
  box-shadow: 4px 4px 1px 1px #eee;
  font-weight: bold;
  font-size: 1.2em;
  transition: 0.3s;
}
#to_top_btn a:hover {
    background:#0431B4;
}
/* 問い合わせエリア */
#shredder_contact_area {
  margin: 100px  auto 0;
  width: 1100px;
  box-sizing: border-box;
  background: #EEEEEE;
  border-radius: 10px;
  padding: 10px 10px 40px;
}
#shredder_contact_area h2 {
  padding: 0 0 10px;
  border-bottom: 3px #ddd dotted;
  font-size: 1.6em;
  font-weight: bold;
  color: #0a298a;
  text-align: center;
}
#shredder_contact_area .txt {
  margin: 15px 0;
  text-align: center;
}
#shredder_contact_area > ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 800px;
  display: flex;
  justify-content: space-between;
}
#shredder_contact_area > ul > li {
  width: 33%;
}