@charset "UTF-8";
img {
 image-rendering: -webkit-optimize-contrast;
}

@media print, screen and (min-width: 769px) {
 /* 背景ありページタイトル */
 .industry_title {
  width: 940px;
  height: 150px;
  position: relative;
  background-image: url("/novelty-industry/images/housing/title_pc.jpg");
  background-repeat: no-repeat;
  background-size: contain;
 }
 
 .industry_title h1 {
  position: absolute;
  top: 60px;
  left: 180px;
  font-family: "M PLUS 1', サンセリフ";
  font-weight: bold;
  letter-spacing: 0.05em;
  vertical-align: bottom;
  color: #222;
  font-size: 55px;
 }
 
 .industry_title h1 span {
  margin-top: 25px;
  display: block;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 3px;
  text-align: center;
 }
 
 .mds-text {
  font-size: 11px;
  text-align: center;
  margin: 10px 30px 0px 20px;
  padding: 5px;
  line-height: 1.8em;
 }
 
 .industry h2 {
  padding: 0.5em; /*文字周りの余白*/
  color: #000; /*文字色603813*/
  font-size: 150%;
  background: #E6E6E6; /*背景色*/
  border-left: solid 15px #999999; /*左線（実線 太さ 色）*/
  margin-top: 20px;
  text-align: left;
  line-height: 1.5em;
 }
 
 .industry h3 {
  margin: 10px 20px 10px 20px;
  margin-top: 20px;
  padding: 0.5em; /*文字周りの余白*/
  color: black; /*文字色*/
  background: #f9f4ef; /*背景色*/
  width: 890px;
  font-size: 15px;
  font-weight: 700;
 }
 
 /* 業種別コラム見出し */
 .industry_mds {
  margin: 10px 20px 10px 25px;
  margin-top: 20px;
  padding: 0.5em; /*文字周りの余白*/
  color: black; /*文字色*/
  background: #f9f4ef; /*背景色*/
  width: 870px;
  font-size: 15px;
  font-weight: 700;
 }
 
 /* 業種別コラム文章BOX */
 .industry_text {
  display: flex;
  width: 850px;
  margin: 8px 30px 0px 20px;
  padding: 3px;
 }
 
 /* 業種別コラム文章_画像area */
 .try_image {
  width: 350px;
  text-align: center;
 }
 
 .try_image_size {
  width: 200px;
  height: 120px;
 }
 
 /* 業種別コラム文章_文章area */
 .try_text {
  width: 850px;
  padding-top: 20px;
  line-height: 2em;
 }
 .try_text2 {
  width: 850px;
  padding-left: 18px;
  line-height: 2em;
  margin-bottom: 40px;
 }
 
 /* ナビボタン */
 .navi_area {
  width: 940px;
  display: flex;
  margin: 0 auto;
 }
 
 .navi_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 1.5%;
  margin: 0 auto;
 }
 
 .navi_area li {
  width: auto;
  margin: 5px 7px;
 }
 
 .navi_btn a {
  position: relative;
  display: block;
  justify-content: space-around;
  align-items: center;
  background: #db1e27;
  width: auto;
  border-radius: 10px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 800;
  box-shadow: 4px 4px #e6e6e6;
  font-size: 13px;
  text-decoration: none;
  padding: 10px 15px;
 }
 
 .navi_btn a:hover {
  background: #999999;
  color: #fff;
  box-shadow: 4px 4px #e6e6e6;
 }
 
 .navi_btn a:hover:after {
  color: #008080;
 }
 
 .navi_btn span {
  font-size: 13px;
  color: #fff;
  padding-left: 5px;
 }
 /* ナビボタン */
 
 /* 4月始まりパーツ */
 .pickup_4gatsu {
  width: 100%;
  margin: 0 auto;
  text-align: center;
 }
 
 .pickup_4gatsu img{
  width: 840px;
  height: 285px;
 }
 
 /* 人気の理由 */
 /* 最も外側の横幅指定 */
 .use_table {
  margin: 3px auto;
  margin-top: 5px;
  margin-left: 45px;
  margin-bottom: 20px;
  width: 940px;
 }
 
 /* 表示順の指定 */
 #flex1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
 }
 
 #flex1 .p1 {
  order: 1;
 }
 #flex1 .p2 {
  order: 2;
 }
 #flex1 .p3 {
  order: 3;
 }
 #flex1 .p4 {
  order: 4;
 }
 #flex1 .p5 {
  order: 5;
 }
 
 /* ラップ */
 .use_waku {
  padding: 10px 10px;
  margin: 15px 0 0px 0;
  vertical-align: top;
  border-radius: 10px;
  border: #F3F3F3 3px solid;
 }
 
 .p1 {
  /* background:#e5f2ff; */
  color: #663300;
  padding: 2% 0%;
  width: 270px;
  text-align: center;
 }
 .p2 {
  /* background:#fff2e5;*/
  color: #663300;
  padding: 2% 0%;
  width: 270px;
  text-align: center;
  margin-left: 20px;
 }
 .p3 {
  /*  background:#f2ffe5; */
  color: #663300;
  padding: 2% 0%;
  width: 270px;
  text-align: center;
  margin-left: 20px;
 }
 .p4 {
  /* background:#fff2e5; */
  color: #663300;
  padding: 2% 0%;
  width: 420px;
  text-align: center;
  margin-left: 0px;
 }
 .p5 {
  /*  background:#f2ffe5;*/
  color: #663300;
  padding: 2% 0%;
  width: 420px;
  text-align: center;
  margin-left: 15px;
 }
 
 .use_waku p {
  margin-bottom: 8px;
 }
 
 .use_waku b {
  padding-bottom: 1%;
 }
 /* 人気の理由 */
 
 /* 人気の理由 改 */
 .use_table2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 2% auto;
  text-align: center;
 }
 
 .use_table2 li{
  width: 29%;
  margin: 0.8% auto;
  padding: 1% ;
  border-radius: 10px;
  border: #F3F3F3 3px solid;
  font-weight: bold;
  color: #663300;
 }
 
 .use_table2 li img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 2%;
 }
  /* 人気の理由 改 */
 
 /* 説明内のリンクボタン */
 .btn_01 {
  max-width: 250px;
  margin: 0 auto;
  margin-top: 8px;
  margin-left: -1px;
 }
 
 a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #228bc8;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  padding: 0 6% 0 12%;
  color: #228bc8;
  font-size: 12px;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
 }
 
 a.btn_02:hover {
  background: #228bc8;
  color: #fff;
 }
 
 a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #228bc8;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
 }
 
 a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
 }
 /* 説明内のリンクボタン */
 
 /*見積・サンプル依頼ボタン*/
 .btn_box {
  width: 900px;
  display: flex;
  margin-left: 45px;
  margin-top: 15px;
  margin-bottom: 35px;
 }
 
 .btn_mitsu {
  display: flex;
  align-items: center;
 }
 
 a.btn_mm {
  width: 340px;
  font-weight: bolder;
  border-radius: 30px; /*角丸CSS3*/
  text-decoration: none;
  padding: 20px;
  box-shadow: 6px 6px #CCCCCC;
  margin-right: 20px;
  display: block;
  background: #F75E1E;
  color: white;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 40px;
  font-size: 22px;
  text-decoration: none;
 }
 
 a.btn_mm:hover {
  background-color: #F7931E;
  color: white;
  text-decoration: none;
 }
 
 a.btn_mm::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
  right: 35px;
 }
 
 .btn_sam {
  display: flex;
  align-items: center;
 }
 
 a.btn_s {
  display: block;
  flex-grow: 1;
  width: 360px;
  font-weight: bolder;
  border-radius: 30px; /*角丸CSS3*/
  background-color: #468080;
  text-decoration: none;
  padding: 20px;
  box-shadow: 6px 6px #CCCCCC;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 40px;
  font-size: 22px;
  text-decoration: none;
 }
 
 a.btn_s:hover {
  background-color: #6E999C;
  color: white;
  text-decoration: none;
 }
 
 a.btn_s::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
  right: 35px;
 }
 
 .btn_s_end {
  width: 410px;
  text-align: center;
  padding-top: 23px;
  height: 33px;
  font-size: 17px;
  border-radius: 30px; /*角丸CSS3*/
  background-color: #B8C9C6;
  text-decoration: none;
  box-shadow: 6px 6px #CCCCCC;
  color: #fff;
  font-weight: bold;
 }
 /*見積・サンプル依頼ボタン*/
 
 /*グレーボタン*/
 .btn_syohin {
  align-items: center;
 }
 
 a.btn_sh {
  display: block;
  width: 500px;
  margin-left: 180px;
  margin-right: 20px;
  margin-bottom: 30px;
  font-weight: bolder;
  border-radius: 10px; /*角丸CSS3*/
  text-decoration: none;
  padding: 18px 15px 15px 15px;
  box-shadow: 4px 4px #c6c6c6;
  background: #E8E8E8;
  color: #5A5959;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 40px;
  font-size: 19px;
  text-decoration: none;
 }
 
 a.btn_sh:hover {
  background-color: #606060;
  color: white;
  text-decoration: none;
 }
 
 a.btn_sh::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #c6c6c6;
  border-right: 3px solid #c6c6c6;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
  right: 35px;
 }
 /* 4月始まりパーツここまで */
 
 .t_text {
  margin: 8px 30px 0px 20px;
  padding: 3px;
  line-height: 1.5em;
 }
 
 .t_text2 {
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
  border-bottom: 5px solid #ffb6c1;
  margin-bottom: 2%;
 }
 
 .nouki {
  font-size: 1.3em;
  font-weight: bold;
  color: #e63d00;
  margin: 0.5% 0%;
 }
 
 .c_text {
  margin: 8px 30px 0px 30px;
  padding: 3px;
  line-height: 1.5em;
 }
 
 .item_text {
  /* 残*/
  border-top: #CCC dashed 1px;
  padding: 5px;
  margin: 5px 5px 0px 0px;
  line-height: 1.5em;
 }
 
 /* 商品テーブル(横4つ) */
 .item_table {
  margin: 0px auto;
  width: 910px;
  margin-top: 7px;
 }
 
 .item_table td {
  padding: 5px;
  margin: 0px 5px;
  border: #efefef solid 1px;
  vertical-align: top;
 }
 
 .item_table_press > a > img {
  width: 100%;
  height: auto;
  margin: 0 auto 5px auto;
  padding: 0;
 }
 
 /* 商品6個配置テーブル */
 .item_table_mini {
  margin: 3px auto;
  margin-top: -7px;
  width: 910px;
 }
 
 .item_table_mini tr {
  margin-left: 20px;
 }
 
 .item_table_mini td {
  padding: 5px;
  margin: 0px 5px;
  border: #efefef solid 1px;
 }
 
 .item_table_mini_td {
  width: 15%;
  vertical-align: top;
 }
 
 .item_table_mini_td > a > img {
  width: 100%;
  height: auto;
  margin: 0 auto 5px auto;
  padding: 0;
 }
 
 /* 特集バナー横並び */
 .osusume_flexbox ul {
  display: -webkit-flex;
  display: flex;
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center; /* 子要素をflexboxにより中央に配置する */
 }
 
 .osusume_flexbox li {
  margin: 10px;
  padding: 5px;
  line-hight: 1;
 }
 
 .osusume_flexbox li p {
  margin: 0;
  padding: 0;
 }
 
 /* 特集バナー表示 */
 .tokusetsu_sale {
  margin: 50px 0px 0px 170px;
 }
 
 .tokusetsu_list {
  width: 940px;
  margin-top: 20px;
  margin-left: 15px;
 }
 
 .tokusetsu_list li {
  display: inline-block;
  margin: 5px 8px; /*←上下5px、左右2pxのマージン指定の場*/
 }
 
 .tokusetsu_list li img {
  width: 210px;
 }
 
 .tokusetsu_pr {
  text-align: center;
  margin: -15px 0px 20px 0px;
 }
 
 .tokusetsu_pr img {
  width: 400px;
  border: #CCCCCC solid 1px;
 }
 
 /* 詳細検索ボタン */
 .details_btn {
  text-align: center;
  margin: 70px auto 0 auto;
 }
 
 .details_btn > p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
 }
 
 .details_btn > a > img {
  width: 500px;
  height: 50px;
 }
 
 .to-top_center {
  margin-top: 20px;
  margin-bottom: 10px;
 }
 
}


@media screen and (max-width: 768px) {
 .mds-text {
  font-size: 0.8em;
  width: 90%;
  margin: auto;
  line-height: 1.8em;
  margin-bottom: 3%;
  margin-top: 3%;
 }
 
 .industry h2 {
  padding: 0.6em 0.6em 0.6em 0.6em; /*文字周りの余白*/
  color: #000; /*文字色603813*/
  font-size: 110%;
  background: #F2F2F2; /*背景色*/
  border-left: solid 15px #999999; /*左線（実線 太さ 色）*/
  margin-top: 2%;
  margin-bottom: 2%;
  text-align: left;
  line-height: 1.5em;
 }
 
 .industry h3 {
  width: 85%;
  margin: auto;
  margin-top: 5%;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0em 1.5em 0.1em 0.1em;
  color: #b51e27;
  border-bottom: solid 3px #b51e27;
 }
 
 /* ヘッダーナビボタンここから */
 .navi_area {
  width: 90%;
  margin: 0 auto;
  margin-top: 1%;
 }
 
 .navi_area ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  text-align: center;
 }
 
 .navi_area li {
  width: 47%;
  padding: 1% 1% 1% 1.5%;
 }
 
 .navi_btn a {
  display: block;
  padding: 9% 2%;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: bold;
  color: #b51e27;
  font-family: "M PLUS 1', サンセリフ";
  border-radius: 5px;
  border: 2px solid #b51e27;
  background: white;
  box-shadow: 2px 2px #CCCCCC;
 }
 
 .navi_btn a:hover {
  background: #ce3e00;
  color: #fff;
 }
 
 .navi_btn a:hover:after {
  color: #008080;
 }
 /* ヘッダーナビボタンここまで */
 
 /* 業種別コラム見出し */
 .industry_mds {
  width: 85%;
  margin: auto;
  margin-top: 4%;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0em 1.5em 0.1em 0.1em;
  color: #dc143c;
  border-bottom: solid 3px #dc143c;
 }
 
 /* 業種別コラム文章BOX */
 .industry_text {
  display: flex;
  flex-flow: column;
  width: 90%;
  margin: 8px 30px 0px 20px;
  padding: 3px;
 }
 
 /* 業種別コラム文章_画像area */
 .try_image {
  width: 100%;
  text-align: center;
  margin-top: 1%;
 }
 
 .try_image_size {
  width: 50%;
  margin: auto;
 }
 
 /* 業種別コラム文章_文章area */
 .try_text {
  width: 100%;
  padding-top: 5%;
  line-height: 1.5em;
  font-size: 0.9em;
  margin-bottom: 4%;
 }
 
 .try_text2 {
  width: 100%;
  padding-top: 1%;
  line-height: 1.5em;
  font-size: 0.9em;
  margin-bottom: 6%;
 }
 
 /* 4月始まりパーツ */
 .pickup_4gatsu {
  width: 100%;
  margin: 0 auto;
  text-align: center;
 }
 
 .pickup_4gatsu img{
  width: 95%;
  height: auto;
  margin-bottom: 4%;
 }
 
 /* 人気の理由 */
 /* 最も外側の横幅指定 */
 .use_table {
  margin: 3px auto;
  margin-top: 5px;
  margin-bottom: 20px;
  width: 85%;
 }
 
 /* 表示順の指定 */
 #flex1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
 }
 
 #flex1 .p1 {
  order: 1;
 }
 #flex1 .p2 {
  order: 2;
 }
 #flex1 .p3 {
  order: 3;
 }
 #flex1 .p4 {
  order: 4;
 }
 #flex1 .p5 {
  order: 5;
 }
 /* 1要素ごとの横幅指定 */
 
 .use_waku {
  flex-flow: column;
  padding: 10px 10px;
  margin: 15px 0 0px 0;
  vertical-align: top;
  border-radius: 10px;
  border: #F1F1F1 2px dotted;
 }
 
 .p1 {
  /* background:#e5f2ff; */
  color: #663300;
  padding: 5% 0%;
  width: 100%;
  text-align: center;
 }
 .p1 img {
  width: 80%;
 }
 
 .p2 {
  /* background:#fff2e5;*/
  color: #663300;
  padding: 5% 2%;
  width: 100%;
  text-align: center;
 }
 .p2 img {
  width: 80%;
 }
 
 .p3 {
  /*  background:#f2ffe5; */
  color: #663300;
  padding: 5% 0%;
  width: 100%;
  text-align: center;
 }
 .p3 img {
  width: 80%;
 }
 
 .p4 {
  /* background:#fff2e5; */
  color: #663300;
  padding: 6% 0%;
  width: 100%;
  text-align: center;
 }
 .p4 img {
  width: 80%;
 }
 
 .p5 {
  /*  background:#f2ffe5;*/
  color: #663300;
  padding: 5% 0%;
  width: 100%;
  text-align: center;
 }
 .p5 img {
  width: 80%;
 }
 
 .use_waku p {
  margin-bottom: 8px;
 }
 
 .use_waku b {
  padding-bottom: 1%;
 }
 /* 人気の理由 */
 
 /* 人気の理由 改 */
 .use_table2 {
  width: 95%;
  margin: 5% auto;
  text-align: center;
 }
 
 .use_table2 li{
  box-sizing: border-box;
  width: 95%;
  margin: 3% auto;
  padding: 4% 3% 3% 3%;
  border-radius: 10px;
  border: #F3F3F3 3px solid;
  font-weight: bold;
  color: #663300;
 }
 
 .use_table2 li img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 2%;
 }
  /* 人気の理由 改 */
 
 /* 説明内のリンクボタン */
 .btn_01 {
  margin: 0 auto;
  margin-top: 1%;
 }
 
 a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #228bc8;
  border: 1px solid #228bc8;
  box-sizing: border-box;
  width: 58%;
  padding: 1% 1%;
  color: #fff;
  font-size: 0.9em;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  border-radius: 3px;
 }
 
 a.btn_02:hover {
  background: #fff;
  color: #228bc8;
 }
 
 a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -6px;
 }
 
 a.btn_02:hover:before {
  border-color: transparent transparent transparent #228bc8;
 }
 /* 説明内のリンクボタン */
 
 /*見積・サンプル依頼ボタン*/
 .btn_box {
  width: 100%;
  margin: 2% 0% 10% 0%;
 }
 
 .btn_mitsu {
  display: flex;
  align-items: center;
  width: 90%;
  margin: auto;
 }
 
 a.btn_mm {
  display: block;
  flex-grow: 1;
  align-items: center;
  width: 85%;
  font-size: 1em;
  margin: auto;
  font-weight: bolder;
  border-radius: 30px; /*角丸CSS3*/
  background-color: #F75E1E;
  text-decoration: none;
  box-shadow: 6px 6px #CCCCCC;
  padding: 5%;
  margin-bottom: 5%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 40px;
 }
 
 a.btn_mm:hover {
  background-color: #F7931E;
  color: white;
  text-decoration: none;
 }
 
 a.btn_mm::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  transition: 0.3s;
  right: 20%;
 }
 .btn_sam {
  display: flex;
  align-items: center;
  width: 90%;
  margin: auto;
 }
 
 a.btn_s {
  display: block;
  flex-grow: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 1em;
  text-decoration: none;
  width: 85%;
  font-size: 1em;
  font-weight: bolder;
  border-radius: 30px; /*角丸CSS3*/
  background-color: #468080;
  text-decoration: none;
  padding: 5%;
  box-shadow: 6px 6px #CCCCCC;
 }
 
 a.btn_s:hover {
  background-color: #6E999C;
  color: white;
  text-decoration: none;
 }
 
 a.btn_s::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  transition: 0.3s;
  right: 15%;
 }
 
 .btn_s_end {
  text-align: center;
  width: 85%;
  margin: auto;
  font-size: 1em;
  font-weight: bolder;
  border-radius: 30px; /*角丸CSS3*/
  background-color: #CDD5D3;
  color: #fff;
  text-decoration: none;
  padding: 5%;
 }
 /*見積・サンプル依頼ボタン*/
 
 /*グレーボタン*/
 .btn_shyohin {
  align-items: center;
 }
 
 a.btn_sh {
  display: block;
  flex-grow: 1;
  text-align: center;
  width: 75%;
  font-size: 1em;
  margin: auto;
  font-weight: bolder;
  border-radius: 10px; /*角丸CSS3*/
  background-color: #e8e8e8;
  color: #5A5959;
  text-decoration: none;
  box-shadow: 2px 2px #c6c6c6;
  padding: 5% 0% 4% 4%;
  margin-bottom: 10%;
  font-weight: bold;
  position: relative;
  padding-right: 40px;
 }
 
 a.btn_sh:hover {
  background-color: #606060;
  color: white;
  text-decoration: none;
 }
 
 a.btn_sh::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  transition: 0.3s;
  right: 7%;
 }
 
 .syokai_mds {
  margin: 20px 0 15px 50px;
  font-size: 150%;
  color: #663300;
  border-bottom: dotted 1px; /*下線を点線にする*/
  border-color: #663300;
  max-width: 850px;
  padding-bottom: 5px;
 }
 
 .use_mds {
  margin: 20px 0 35px 50px;
  font-size: 150%;
  color: #663300;
  border-bottom: dotted 1px; /*下線を点線にする*/
  border-color: #663300;
  max-width: 850px;
  padding-bottom: 5px;
 }
 
 .top_img {
  width: 100%;
  height: auto;
  margin: 0 0 0px 0;
 }
 
 .category_container {
  margin: 0;
 }
 
 .category_container > table {
  width: 100%;
  border-style: none;
  border-collapse: separate;
  border-spacing: 5px;
  padding: 0;
  margin: 0 auto;
  display: block;
 }
 
 .category_container > table > tbody {
  width: 100%;
  margin: 0 auto;
  padding: 0;
 }
 
 .category_container > table > tbody > tr {
  width: 100%;
  display: inline;
 }
 
 .top-btn-inline-list {
  flex-wrap: wrap;
 }
 
 .top-btn-inline-list > a > img {
  width: 100%;
  height: auto;
  border: 0;
 }
 
 .category_text {
  display: none;
 }
 
 .Item_title {
  display: none;
 }
 
 .t_text {
  width: 90%;
  margin: 3px auto !important;
  margin-top: -1%;
  padding: 5px;
  line-height: 1.5em;
  font-size: 0.9em;
 }
 
 .t_text2 {
  width: 90%;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
  border-bottom: 3px solid #ffb6c1;
  margin-left: 5%;
  margin-bottom: 2%;
  text-align: center;
 }
 
 .nouki {
  font-size: 1.3em;
  font-weight: bold;
  color: #e63d00;
  margin: 0.5% 0%;
 }
 
 .c_text {
  width: 90%;
  margin: 3px auto !important;
  margin-top: -1%;
  padding: 5px;
  line-height: 1.5em;
  font-size: 0.9em;
 }
 
 .item_text {
  border-top: #CCC dashed 1px;
  padding: 5px;
  margin: 5px 5px 0px 0px;
  line-height: 1.5em;
  font-size: 2.9vw;
 }
 
 .price_title {
  width: 100%;
  height: auto;
  margin: 15px 0px 10px 0px;
 }
 
 /* 商品一覧 */
 .item_table {
  /* 残 */
  margin: auto;
  margin-top: -2%;
  margin-left: 2%;
  width: 96%;
  display: block;
 }
 
 .item_table tr {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
 }
 
 /* 残 */
 .item_table td {
  /* 残 */
  padding: 3px;
  margin: 0px 0px 10px 0px;
  border: 0;
  width: 46%;
  margin-left: 0.5%;
  display: inline-block;
  vertical-align: top;
 }
 
 .item_table_press > a > img {
  border: #CCC solid 1px;
  width: 100%;
  height: 100%;
 }
 
 .item_table_press > div > p {
  text-align: left;
  font-size: 130%;
  font-weight: bold;
 }
 
 .item_table_press_mini > a > img {
  width: 100%;
  height: 100%;
 }
 
 /* 商品一覧横3つ(小)並び */
 .item_table_mini {
  margin: 0% auto;
  width: 97%;
  margin-top: -3%;
  display: block;
 }
 
 .item_table_mini tr {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
 }
 
 /* 残 */
 .item_table_mini td {
  /* 残 */
  padding: 1%;
  margin: -5px 0px 5px 1px;
  border: 0;
  width: 30%;
  display: inline-block;
  vertical-align: top;
 }
 
 .item_table_press_mini > a > img {
  border: #CCC solid 1px;
  width: 100%;
  height: 100%;
 }
 
 /* 特集バナー表示 */
 .tokusetsu_sale {
  width: 90%;
  margin: auto;
 }
 
 .tokusetsu_sale img {
  padding-bottom: 5%;
 }
 
 .tokusetsu_list {
  width: 93%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
 }
 
 .tokusetsu_list li {
  display: inline-block;
  width: 50%;
  text-align: center;
 }
 
 .tokusetsu_list li img {
  width: 94%;
  padding-bottom: 5%;
 }
 
 .tokusetsu_pr {
  width: 90%;
  margin: auto;
  text-align: center;
  margin-bottom: 10%;
 }
 
 .tokusetsu_pr img {
  width: 90%;
  border: #CCCCCC solid 1px;
 }
 
 .pickup_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 6% auto;
 }
 
 .pickup_banner li{
  width: 46%;
  padding: 2%;
 }
 
 .pickup_banner li img{
  width: 100%;
 }
 
 /* 詳細検索ボタン */
 .details_btn {
  text-align: center;
  margin: 50px auto 0 auto;
 }
 
 .details_btn > p {
  text-align: center;
  font-size: 3vw;
  font-weight: bold;
  padding-bottom: 10px;
 }
 
 .details_btn > a > img {
  width: 90%;
  height: auto;
 }
 
 .item-name {
  font-size: 0.9em;
 }
 
}

