@charset "UTF-8";
/* ----------------------------------------

 * コンテンツタイトル
 * コンテンツサブタイトル
 * トップページ
 * ショッピング商品
 * 新着情報
 * 新着情報一覧　　
 * はじめての方へ
 * ケースの選び方
 * お届けまでの流れ
 * ご来社予約
 * 会社概要
 * スタッフ紹介　部署
 * スタッフ紹介
 * よくある質問
 * プライバシーポリシー
 * お知らせ
 * ISO認証取得
 * 特定商取引法に基づく表記
 * リンク
 * お見積りフォーム
 * オーダーメイドサンプル
 * ケースタイプ
 * サイトマップ
 *  PDFカタログダウンロード
 
---------------------------------------- */
/* ----------------------------------------

　コンテンツタイトル　

---------------------------------------- */
h3 {
  width: 760px;
  height: 80px;
  margin-bottom: 15px !important;
  text-indent: -9999px;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  h3 {
    width: 100%;
    height: 80px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}

@media screen and (max-width: 700px) {
  h3 {
    height: 69px;
  }
}

@media screen and (max-width: 550px) {
  h3 {
    height: 53px;
  }
}

@media screen and (max-width: 450px) {
  h3 {
    height: 43px;
  }
}

@media screen and (max-width: 380px) {
  h3 {
    height: 36px;
  }
}

#title_access {
  background: url(../img/title/access.jpg);
}

#title_case_type {
  background: url(../img/title/case_type.jpg);
}

#title_soft_case {
  background: url(../img/title/soft_case.jpg);
}

#title_company {
  background: url(../img/title/company.jpg);
}

#title_estimate {
  background: url(../img/title/estimate.jpg);
}

#title_faq {
  background: url(../img/title/faq.jpg);
}

#title_flow {
  background: url(../img/title/flow.jpg);
}

#title_guide {
  background: url(../img/title/guide.jpg);
}

#title_interior {
  background: url(../img/title/interior.jpg);
}

#title_inquiry {
  background: url(../img/title/inquiry.jpg);
}

#title_iso {
  background: url(../img/title/iso.jpg);
}

#title_iremon {
  background: url(../img/title/iremon.jpg);
}

#title_legal {
  background: url(../img/title/legal.jpg);
}

#title_link {
  background: url(../img/title/link.jpg);
}

#title_material {
  background: url(../img/title/material.jpg);
}

#title_privacy {
  background: url(../img/title/privacy.jpg);
}

#title_processing {
  background: url(../img/title/processing.jpg);
}

#title_reservation {
  background: url(../img/title/reservation.jpg);
  background-repeat: no-repeat;
}

#title_sample {
  background: url(../img/title/sample.jpg);
  width: 760px;
  margin-bottom: 8px;
}

@media screen and (max-width: 1000px) {
  #title_sample {
    width: 100%;
    background-size: contain;
  }
}

#title_select {
  background: url(../img/title/select.jpg);
}

#title_shopping {
  background: url(../img/title/shopping.jpg);
  width: 760px;
  margin-bottom: 8px;
}

#title_sitemap {
  background: url(../img/title/sitemap.jpg);
}

#title_staff {
  background: url(../img/title/staff.jpg);
}

#title_announce {
  background: url(../img/title/announce.jpg);
}

#title_offer {
  background: url(../img/title/offer.jpg);
}

#title_dm {
  background: url(../img/title/dm.jpg);
}

#title_collaboration {
  background: url(../img/title/collaboration.jpg);
}

#title_recruit {
  background: url(../img/title/recruit.jpg);
}

/* ----------------------------------------

　コンテンツサブタイトル　

---------------------------------------- */
.subtitle {
  font-size: 16px;
  color: #f3f3f3;
  line-height: 30px;
  background: url(../img/subtitle.jpg) no-repeat;
  width: 862px;
  height: 30px;
  text-indent: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  clear: both;
  font-weight: bolder;
  margin-top: 0px;
}

@media screen and (max-width: 1000px) {
  .subtitle {
    max-width: 862px;
    width: 100%;
    padding: 8px 10px 8px 40px;
    height: auto;
    line-height: 20px;
    text-indent: 0;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.subtitle2 {
  font-size: 16px;
  color: #f3f3f3;
  line-height: 30px;
  background: url(../img/subtitle.jpg) no-repeat;
  width: 862px;
  height: 30px;
  text-indent: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  clear: both;
  font-weight: bolder;
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {
  .subtitle2 {
    max-width: 862px;
    width: 100%;
  }
}

.subtitle3 {
  font-size: 16px;
  color: #f3f3f3;
  line-height: 30px;
  background: url(../img/subtitle.jpg) no-repeat;
  width: 862px;
  height: 30px;
  text-indent: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  clear: both;
  font-weight: bolder;
  margin-top: 15px;
}

@media screen and (max-width: 1000px) {
  .subtitle3 {
    max-width: 862px;
    width: 100%;
  }
}

* + html .subtitle span, * html .subtitle span {
  display: block;
  padding-top: 1px;
}

/* for IE6・7*/
/* ----------------------------------------

　トップページ　

---------------------------------------- */
#point {
  padding: 12px 0px 2px;
  line-height: 1.4;
}

#point dl {
  width: 375px;
  float: left;
  position: relative;
}

#point dt {
  width: 370px;
  height: 23px;
  overflow: hidden;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#point img {
  float: left;
  margin: 6px 6px 0 0;
}

#point .point_caption {
  width: 276px;
  float: left;
  margin-top: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

#point .point_caption a {
  background: url(../img/arrow_orange.gif) no-repeat left center;
  padding-left: 18px;
}

#point1, #point2, #point3, #point4 {
  width: 276px;
  min-height: 116px;
  float: left;
  padding-bottom: 18px;
}

#point1, #point3 {
  margin-right: 13px;
  clear: both;
}

#point1 dt {
  background: url(../img/point.png) 0 0;
}

#point2 dt {
  background: url(../img/point.png) 0 -23px;
}

#point3 dt {
  background: url(../img/point.png) 0 -46px;
}

#point4 dt {
  background: url(../img/point.png) 0 -69px;
}

/* ----------------------------------------

　ショッピング商品　

---------------------------------------- */
#item {
  padding-top: 15px;
}

#item table {
  width: 660px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}

#item td {
  text-align: center;
  padding: 0px 5px 10px;
}

.item_name {
  font-weight: bold;
  font-size: 1.2em;
}

.item_price {
  font-weight: bold;
  font-size: 1.2em;
  color: #ee0000;
}

/* ----------------------------------------

　新着情報　

---------------------------------------- */
#news {
  position: relative;
  float: left;
  margin-right: 4px;
  width: 765px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  #news {
    float: none;
    max-width: 765px;
    width: 100%;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 1000px) {
  #news img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

#news_box {
  width: 763px;
  border: 1px solid #dcdddd;
}

@media screen and (max-width: 1000px) {
  #news_box {
    max-width: 765px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#news table {
  width: 750px;
  padding-top: 5px;
}

#news th {
  background: url(../img/arrow_news.gif) no-repeat 4px center;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
  padding-left: 20px;
  padding-right: 15px;
  border-bottom: 1px solid #eee;
}

#news td {
  border-bottom: 1px solid #eee;
}

/* ----------------------------------------

　新着情報一覧　

---------------------------------------- */
#news_list_top {
  width: 765px;
  height: 75px;
  top: 10px;
  position: relative;
  background-image: url(../img/news_list_title.jpg);
  background-repeat: no-repeat;
}

@media screen and (max-width: 1000px) {
  #news_list_top {
    width: 100%;
    top: 0;
    margin-top: 10px;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  #news_list_top {
    height: 50px;
    background-image: url("../img/news_list_title_sp01.jpg");
    background-size: cover;
  }
}

#news_list_top:after {
  content: '';
  width: 45px;
  height: 46px;
  background: url("../img/news_list_title_sp02.jpg");
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 20px;
}

@media screen and (max-width: 380px) {
  #news_list_top:after {
    right: 10px;
  }
}

@media screen and (min-width: 768px) {
  #news_list_top:after {
    display: none;
  }
}

#news_list {
  position: relative;
  float: left;
  margin-right: 4px;
  width: 768px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  #news_list {
    width: 100%;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}

#news_list_box {
  width: 760px;
}

@media screen and (max-width: 1000px) {
  #news_list_box {
    width: 100%;
  }
}

#news_list table {
  width: 750px;
  padding-top: 5px;
}

@media screen and (max-width: 1000px) {
  #news_list table {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#news_list th {
  background: url(../img/arrow_news.gif) no-repeat 4px center;
  line-height: 2.5;
  font-weight: normal;
  text-align: left;
  padding-left: 20px;
  padding-right: 15px;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  #news_list th {
    width: 130px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#news_list td {
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  #news_list td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* ----------------------------------------

　バナー　

---------------------------------------- */
#new_banner1 {
  position: relative;
  float: left;
  margin-right: 4px;
  width: 666px;
  padding-bottom: 0px;
}

#new_banner1_box {
  width: 560px;
}

#new_banner2 {
  position: relative;
  float: left;
  margin-right: 4px;
  width: 766px;
  padding-bottom: 0px;
}

#new_banner2_box {
  width: 660px;
}

#new_banner3 {
  position: relative;
  float: left;
  margin-right: 4px;
  width: 666px;
  padding-bottom: 0px;
}

#new_banner3_box {
  width: 560px;
}

/* ----------------------------------------

　はじめての方へ　

---------------------------------------- */
.guide_box {
  border-left: 4px solid #90253e;
  margin: 5px 0;
  padding: 3px 0 3px 10px;
}

@media screen and (max-width: 767px) {
  .guide_box {
    padding-bottom: 25px;
  }
}

/* ---------- オンラインショッピングについて ---------- */
.guide_box img {
  float: left;
}

@media screen and (max-width: 1000px) {
  .guide_box img {
    width: 37%;
  }
}

@media screen and (max-width: 767px) {
  .guide_box img {
    max-width: 400px !important;
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
}

.guide_box p {
  width: 230px;
  float: right;
}

@media screen and (max-width: 1000px) {
  .guide_box p {
    width: 61%;
  }
}

@media screen and (max-width: 767px) {
  .guide_box p {
    width: 100%;
    margin-bottom: 0;
    float: none;
  }
}

.guide_box dl {
  width: 634px;
}

@media screen and (max-width: 1000px) {
  .guide_box dl {
    width: 100%;
  }
}

.guide_box h4 {
  width: 634px;
  height: 33px;
  background-repeat: no-repeat !important;
  text-indent: -9999px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  .guide_box h4 {
    width: 100%;
  }
}

@media screen and (max-width: 460px) {
  .guide_box h4 {
    height: 32px;
    background-size: contain !important;
    background-position: 0 0 !important;
  }
}

@media screen and (max-width: 415px) {
  .guide_box h4 {
    height: 28px;
  }
}

@media screen and (max-width: 380px) {
  .guide_box h4 {
    height: 26px;
  }
}

@media screen and (max-width: 360px) {
  .guide_box h4 {
    height: 24px;
  }
}

@media screen and (max-width: 320px) {
  .guide_box h4 {
    height: 21px;
  }
}

#guide #shopping_01 {
  background: url(../img/guide/guide_number.png) 0 0;
}

@media screen and (max-width: 460px) {
  #guide #shopping_01 {
    background-image: url("../img/guide/guide_number_sp01.png");
  }
}

#guide #shopping_02 {
  background: url(../img/guide/guide_number.png) 0 -33px;
}

@media screen and (max-width: 460px) {
  #guide #shopping_02 {
    background-image: url("../img/guide/guide_number_sp02.png");
  }
}

#guide #shopping_03 {
  background: url(../img/guide/guide_number.png) 0 -66px;
}

@media screen and (max-width: 460px) {
  #guide #shopping_03 {
    background-image: url("../img/guide/guide_number_sp03.png");
  }
}

#guide #shopping_04 {
  background: url(../img/guide/guide_number.png) 0 -99px;
}

@media screen and (max-width: 460px) {
  #guide #shopping_04 {
    background-image: url("../img/guide/guide_number_sp04.png");
  }
}

#guide #shopping_05 {
  background: url(../img/guide/guide_number.png) 0 -132px;
}

@media screen and (max-width: 460px) {
  #guide #shopping_05 {
    background-image: url("../img/guide/guide_number_sp05.png");
  }
}

#guide #shopping_06 {
  background: url(../img/guide/guide_number.png) 0 -165px;
}

@media screen and (max-width: 460px) {
  #guide #shopping_06 {
    background-image: url("../img/guide/guide_number_sp06.png");
  }
}

#guide #shopping_07 {
  background: url(../img/guide/guide_number.png) 0 -198px;
}

@media screen and (max-width: 460px) {
  #guide #shopping_07 {
    background-image: url("../img/guide/guide_number_sp07.png");
  }
}

#guide div[align="center"] {
  margin-bottom: 15px;
}

/* ----------------------------------------

　ケースの選び方　

---------------------------------------- */
#select img {
  margin: 5px 0px 20px 5px;
}

/* ----------------------------------------

　お届けまでの流れ　

---------------------------------------- */
@media screen and (max-width: 1000px) {
  #flow.contents_center {
    max-width: 760px !important;
    margin: 0 0 20px !important;
  }
}

.flow_box {
  width: 720px;
  min-height: 180px;
  height: auto !important;
  height: 180px;
}

@media screen and (max-width: 1000px) {
  .flow_box {
    width: 100%;
    min-height: 165px;
    height: auto;
    padding-left: 15px;
    border-left: 4px solid #349802;
    background: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 380px) {
  .flow_box {
    padding-left: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .flow_box:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .flow_box h4 {
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.flow_box p {
  width: 530px;
  margin-left: 186px;
  margin-top: 45px;
}

@media screen and (max-width: 1000px) {
  .flow_box p {
    width: 100%;
    margin: 0;
    padding-left: 165px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1000px) and (max-width: 380px) {
  .flow_box p {
    padding-left: 0;
    padding-top: 125px;
  }
}

.flow_box p:before {
  content: '';
  width: 152px;
  height: 114px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 380px) {
  .flow_box p:before {
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1001px) {
  .flow_box p:before {
    display: none;
  }
}

#flow_01 {
  background: url(../img/flow/01.jpg) no-repeat;
}

@media screen and (max-width: 1000px) {
  #flow_01 h4 {
    background-image: url("../img/flow/01_sp01.jpg");
  }
}

#flow_01 p:before {
  background-image: url("../img/flow/01_sp02.jpg");
}

#flow_02 {
  background: url(../img/flow/02.jpg) no-repeat;
}

@media screen and (max-width: 1000px) {
  #flow_02 h4 {
    background-image: url("../img/flow/02_sp01.jpg");
  }
}

#flow_02 p:before {
  background-image: url("../img/flow/02_sp02.jpg");
}

#flow_03 {
  background: url(../img/flow/03.jpg) no-repeat;
}

@media screen and (max-width: 1000px) {
  #flow_03 h4 {
    background-image: url("../img/flow/03_sp01.jpg");
  }
}

#flow_03 p:before {
  background-image: url("../img/flow/03_sp02.jpg");
}

#flow_04 {
  background: url(../img/flow/04.jpg) no-repeat;
}

@media screen and (max-width: 1000px) {
  #flow_04 h4 {
    background-image: url("../img/flow/04_sp01.jpg");
  }
}

#flow_04 p:before {
  background-image: url("../img/flow/04_sp02.jpg");
}

#flow_05 {
  background: url(../img/flow/05.jpg) no-repeat;
}

@media screen and (max-width: 1000px) {
  #flow_05 h4 {
    background-image: url("../img/flow/05_sp01.jpg");
  }
}

#flow_05 p:before {
  background-image: url("../img/flow/05_sp02.jpg");
}

#flow_06 {
  background: url(../img/flow/06.jpg) no-repeat;
}

@media screen and (max-width: 1000px) {
  #flow_06 h4 {
    background-image: url("../img/flow/06_sp01.jpg");
  }
}

#flow_06 p:before {
  background-image: url("../img/flow/06_sp02.jpg");
}

#flow_07 {
  background: url(../img/flow/07.jpg) no-repeat;
}

@media screen and (max-width: 1000px) {
  #flow_07 h4 {
    background-image: url("../img/flow/07_sp01.jpg");
  }
}

#flow_07 p:before {
  background-image: url("../img/flow/07_sp02.jpg");
}

#flow_08 {
  background: url(../img/flow/08.jpg) no-repeat;
}

@media screen and (max-width: 1000px) {
  #flow_08 h4 {
    background-image: url("../img/flow/08_sp01.jpg");
  }
}

#flow_08 p:before {
  background-image: url("../img/flow/08_sp02.jpg");
}

/* ----------------------------------------

　ご来社予約　

---------------------------------------- */
@media screen and (max-width: 767px) {
  #reservation div[style="padding:0 20px 20px"] {
    padding: 0 10px !important;
  }
}

@media screen and (max-width: 767px) {
  #reservation div[style="padding:0 20px 20px"] p:nth-child(2) {
    text-align: left !important;
    padding-top: 0 !important;
  }
}

.reservation_box_l {
  width: 269px;
  float: left;
  clear: both;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .reservation_box_l {
    width: 49%;
  }
}

@media screen and (max-width: 460px) {
  .reservation_box_l {
    width: 100%;
    margin-bottom: 15px;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .reservation_box_l dt img {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .reservation_box_l dt h4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .reservation_box_l dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.reservation_box_r {
  width: 269px;
  float: right;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .reservation_box_r {
    width: 49%;
  }
}

@media screen and (max-width: 460px) {
  .reservation_box_r {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .reservation_box_r dt h4, .reservation_box_r dd {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .reservation_box_r dt img {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .reservation_box_r dt h4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .reservation_box_r dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#reservation dd {
  padding: 0 6px;
}

.reservation_box_l h4, .reservation_box_r h4 {
  padding: 0 6px;
  color: #990000;
  font-size: 1.2em;
}

#reservation #message {
  background: #F8F3E7;
  padding: 5px 10px;
  margin: 5px 0 5px;
}

#reservation table {
  background-color: #ccc;
  clear: none;
  width: 100%;
  margin-bottom: 20px;
}

#reservation table caption {
  background-color: #FFFFFF;
  font-size: 14px;
  padding: 4px;
  text-align: left;
}

#reservation table caption p {
  background-color: #FFFFFF;
  font-size: 12px;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  #reservation .contactTable01 th, #reservation .contactTable01 td {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  #reservation .contactTable01 th {
    font-size: 14px !important;
    border-bottom: 1px solid #ccc !important;
  }
}

@media screen and (max-width: 767px) {
  #reservation .contactTable01 th[height="119"] {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #reservation .rsvTable01 th, #reservation .rsvTable01 td {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  #reservation .rsvTable01 th {
    font-size: 14px !important;
    border-bottom: 1px solid #ccc !important;
  }
}

@media screen and (max-width: 460px) {
  #reservation .rsvTable01 td .example {
    padding-left: 0;
    display: block;
  }
}

#reservation .send input[type="submit"] {
  margin-right: 30px;
}

/* ----------------------------------------

　会社概要　

---------------------------------------- */
#company h5 {
  color: #996600;
}

#president {
  float: right;
  text-align: center;
  margin: 5px 0px 10px 15px;
}

#company table {
  background-color: #ccc;
  clear: both;
}

#company table th {
  background-color: #3F7A9A;
  border: 2px solid #fff;
  font-size: 1.2em;
  color: #FFFFFF;
  text-align: left;
  padding: 5px;
  width: 100px;
}

#company table td {
  background-color: #fff;
  padding: 5px;
}

@media screen and (max-width: 1000px) {
  #company table td img {
    padding: 0 !important;
  }
}

#company table li {
  margin-right: 20px;
}

#company ol {
  margin-left: 10px;
  padding-left: 10px;
}

/* ----------------------------------------

　アクセスマップ　

---------------------------------------- */
#access .box {
  width: 348px;
  border: 1px solid #CCCCCC;
  height: 12.5em;
  margin-top: 15px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  #access .box {
    width: 48%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #access .box {
    max-width: 500px;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #access .box[style="margin-right:24px"] {
    margin-right: 4% !important;
  }
}

@media screen and (max-width: 767px) {
  #access .box[style="margin-right:24px"] {
    margin-right: 0 !important;
  }
}

#access h4 {
  color: #FFFFFF;
  background: #006699;
  padding: 3px 3px 1px 5px;
}

#access ul {
  padding: 0.5em 0 1em 0.5em;
  line-height: 1.2;
}

#access .way_arrow {
  padding-left: 2em;
  color: #CC0000;
}

#access address {
  clear: both;
  padding-top: 10px;
}

.mapWrap {
  max-width: 760px;
  width: 100%;
  padding: 10px 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .mapWrap {
    padding: 0;
  }
}

.mapWrap .map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.mapWrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* ----------------------------------------

　スタッフ紹介　部署　

---------------------------------------- */
#department ul {
  margin-bottom: 20px;
  float: left;
  margin-left: 100px;
  margin-top: 10px;
}

#department li {
  display: inline;
  float: left;
  margin: 0 0 6px 15px;
}

#department li a {
  display: block;
  width: 260px;
  height: 60px;
  text-indent: -9999px;
  /* for Mac IE \*/
  overflow: hidden;
  /**/
}

#syacyo {
  background: url(../img/staff/department.jpg) no-repeat 0 0;
}

#syacyo:hover {
  background: url(../img/staff/department.jpg) no-repeat 0 -60px;
}

#eigyo {
  background: url(../img/staff/department.jpg) no-repeat 0 -120px;
}

#eigyo:hover {
  background: url(../img/staff/department.jpg) no-repeat 0 -180px;
}

#eigyo_kikaku:hover {
  background: url(../img/staff/department.jpg) no-repeat -520px -540px;
}

#seizo {
  background: url(../img/staff/department.jpg) no-repeat 0 -240px;
}

#seizo:hover {
  background: url(../img/staff/department.jpg) no-repeat 0 -300px;
}

#seikan {
  background: url(../img/staff/department.jpg) no-repeat 0 -360px;
}

#seikan:hover {
  background: url(../img/staff/department.jpg) no-repeat 0 -420px;
}

#seizo1_1 {
  background: url(../img/staff/department.jpg) no-repeat 0 -480px;
}

#seizo1_1:hover {
  background: url(../img/staff/department.jpg) no-repeat 0 -540px;
}

#seizo1_2 {
  background: url(../img/staff/department.jpg) no-repeat -260px 0;
}

#seizo1_2:hover {
  background: url(../img/staff/department.jpg) no-repeat -260px -60px;
}

#seizo1_3 {
  background: url(../img/staff/department.jpg) no-repeat -260px -120px;
}

#seizo1_3:hover {
  background: url(../img/staff/department.jpg) no-repeat -260px -180px;
}

#seizo1_4 {
  background: url(../img/staff/department.jpg) no-repeat -260px -240px;
}

#seizo1_4:hover {
  background: url(../img/staff/department.jpg) no-repeat -260px -300px;
}

#seizo3 {
  background: url(../img/staff/department.jpg) no-repeat -260px -360px;
}

#seizo3:hover {
  background: url(../img/staff/department.jpg) no-repeat -260px -420px;
}

#sekkei {
  background: url(../img/staff/department.jpg) no-repeat -260px -480px;
}

#sekkei:hover {
  background: url(../img/staff/department.jpg) no-repeat -260px -540px;
}

#shizai {
  background: url(../img/staff/department.jpg) no-repeat -520px 0;
}

#shizai:hover {
  background: url(../img/staff/department.jpg) no-repeat -520px -60px;
}

#hinkan {
  background: url(../img/staff/department.jpg) no-repeat -520px -120px;
}

#hinkan:hover {
  background: url(../img/staff/department.jpg) no-repeat -520px -180px;
}

#keikan {
  background: url(../img/staff/department.jpg) no-repeat -520px -240px;
}

#keikan:hover {
  background: url(../img/staff/department.jpg) no-repeat -520px -300px;
}

#somu {
  background: url(../img/staff/department.jpg) no-repeat -520px -360px;
}

#somu:hover {
  background: url(../img/staff/department.jpg) no-repeat -520px -420px;
}

#seizo2 {
  background: url(../img/staff/department2.jpg) no-repeat 0 0;
}

#seizo2:hover {
  background: url(../img/staff/department2.jpg) no-repeat 0 -60px;
}

/* ----------------------------------------

　スタッフ紹介　

---------------------------------------- */
#staff {
  width: 700px;
  margin-right: 1px;
  margin-left: 60px;
}

#staff #leader {
  float: left;
  margin: 3px 3px 10px;
}

#staff #coment {
  float: right;
  width: 300px;
  margin: 0 20px 0 20px;
}

#staff h4 {
  margin: 3px 0 10px;
}

#staff #coment_leader {
  background: #f3f3f3 url(../img/staff/leader.jpg) no-repeat 4px 6px;
  padding: 27px 6px 10px;
}

#staff #coment_leader2 {
  background: #f3f3f3 url(../img/staff/sekininsya.jpg) no-repeat 4px 6px;
  padding: 27px 6px 10px;
}

#staff #coment_syacyo {
  background: #f3f3f3 url(../img/staff/syacyo.jpg) no-repeat 4px 6px;
  padding: 27px 6px 10px;
}

#staff #coment_kojyocyo {
  background: #f3f3f3 url(../img/staff/kojyocyo.jpg) no-repeat 4px 6px;
  padding: 27px 6px 10px;
}

#staff #leader_pho {
  float: left;
}

#staff hr {
  border: 0;
  border-top: 1px solid #eee;
  height: 1px;
  clear: both;
  margin-bottom: 6px;
}

#staff ul {
  float: left;
}

#staff li {
  display: inline;
  float: left;
  margin: 0 0 12px 15px;
}

/* ----------------------------------------

　よくある質問　

---------------------------------------- */
.faq_box {
  width: 720px;
  position: relative;
  padding: 10px 20px;
}

#faq dt {
  background: #ECE3D7 url(../img/faq/question.gif) no-repeat 5px 2px;
  font-size: 1.2em;
  padding: 2px 0px 0px 28px;
  height: 21px;
  clear: both;
  display: block;
}

@media screen and (max-width: 1000px) {
  #faq dt {
    font-size: 14px;
    padding: 5px 10px 5px 30px;
    height: auto;
    background-position: 5px 5px;
  }
}

#faq .answer {
  background: #FAF9F3 url(../img/faq/answer.gif) no-repeat 5px 5px;
  padding: 7px 0px 20px 28px;
  min-height: 21px;
}

@media screen and (max-width: 1000px) {
  #faq .answer {
    padding: 7px 10px 20px 30px;
  }
}

#faq .number, .number_digit {
  color: #CC0000;
  padding-right: 0.3em;
}

#faq .number_digit {
  padding-right: 0.8em;
}

.page_up {
  text-align: right;
  margin-bottom: 5px;
  height: 20px;
  background: url(../img/faq/page_up.gif) no-repeat right center;
}

@media screen and (max-width: 1000px) {
  .page_up {
    height: 15px;
  }
}

.page_up a {
  display: block;
  width: 73px;
  height: 20px;
  overflow: hidden;
  text-align: right;
  float: right;
}

.page_up a:hover {
  background: url(../img/faq/page_up_on.gif) no-repeat right center;
}

/* ----------------------------------------

　プライバシーポリシー　

---------------------------------------- */
#privacy {
  width: 720px;
  padding-left: 30px;
}

@media screen and (max-width: 1000px) {
  #privacy {
    max-width: 760px;
    width: 100%;
    padding-left: 0;
  }
}

#privacy h4 {
  font-size: 1.2em;
  color: #003366;
  border-bottom: 1px solid #003366;
  line-height: 1.4em;
  margin-top: 2em;
}

#privacy p {
  margin-bottom: 1.0em;
  margin-top: 0.5em;
}

#privacy ol {
  margin: 0px 0px 15px 25px;
  padding: 0px;
}

@media screen and (max-width: 1000px) {
  #privacy ol {
    margin-left: 0;
  }
}

#privacy li {
  margin-bottom: 6px;
}

/* ----------------------------------------

　お知らせ

---------------------------------------- */
#announce {
  width: 720px;
  padding-left: 30px;
}

#announce h4 {
  font-size: 1.2em;
  color: #003366;
  border-bottom: 1px solid #003366;
  line-height: 1.4em;
  margin-top: 2em;
}

#announce p {
  margin-bottom: 1.0em;
  margin-top: 0.5em;
}

#announce ol {
  margin: 0px 0px 15px 25px;
  padding: 0px;
}

#announce li {
  margin-bottom: 6px;
}

#announce table {
  background-color: #ccc;
  clear: both;
}

#announce table th {
  background-color: #3F7A9A;
  border: 2px solid #fff;
  font-size: 1.2em;
  color: #FFFFFF;
  text-align: left;
  padding: 5px;
  width: 100px;
}

#announce table td {
  background-color: #fff;
  padding: 5px;
}

#announce table li {
  margin-right: 20px;
}

/* ----------------------------------------

　ISO認証取得　

---------------------------------------- */
#iso .photo {
  float: right;
  padding-left: 5px;
}

#iso img {
  clear: both;
}

/* ----------------------------------------

　特定商取引法に基づく表記　

---------------------------------------- */
#legal table {
  background-color: #ccc;
  width: 100%;
  margin-top: 10px;
}

#legal table th {
  background-color: #eee;
  font-size: 1.1em;
  text-align: left;
  padding: 0 5px;
  border-top: 1px solid #fcfcfc;
  border-left: 1px solid #fcfcfc;
  width: 10.5em;
}

@media screen and (max-width: 767px) {
  #legal table th {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#legal table td {
  background-color: #fff;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  #legal table td {
    display: block;
    width: 100%;
    border-right: 1px solid #fcfcfc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#legal table ol {
  margin-left: 15px;
  padding-left: 10px;
}

/* ----------------------------------------

　リンク　

---------------------------------------- */
@media screen and (max-width: 1000px) {
  #linkArea01 #link {
    margin: 0 0 20px;
  }
}

#link h4 {
  border-bottom: 1px solid #ddd;
  font-size: 1.2em;
}

/* ----------------------------------------

　お見積りフォーム　

---------------------------------------- */
#estimate .pict {
  width: 180px;
  text-align: center;
}

#estimate .input_box th {
  background: url(../img/estimate/name_bar.jpg) no-repeat;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 0 3px 12px;
  text-align: left;
  color: #fff;
  letter-spacing: 0.1em;
}

#step3 .input_box th {
  padding-bottom: 10px;
}

#estimate .input_box td {
  border-bottom: 1px solid #ddd;
  height: 26px;
  padding-left: 10px;
}

#estimate .input_default {
  background: url(../img/estimate/back_input_default.gif) repeat-x;
}

#estimate input {
  vertical-align: middle;
}

html[xmlns*=""] body:last-child #estimate input {
  vertical-align: baseline;
}

.arrow_estimate {
  padding: 5px 173px 5px 0;
  text-align: right;
}

.step {
  margin-bottom: 20px;
}

.input_text {
  margin-right: 6px;
  width: 50px;
}

.form_bt {
  text-align: center;
  margin: 30px 0px 40px;
  clear: both;
}

#customer_data {
  background-color: #ccc;
  margin-top: 10px;
}

#customer_data caption {
  padding-bottom: 8px;
}

#customer_data th {
  background-color: #eee;
  text-align: left;
  padding: 8px 6px;
  white-space: nowrap;
  border: 1px solid #FFFFFF;
}

#customer_data td {
  background-color: #fff;
  padding: 5px;
}

#customer_data .input_size {
  width: 180px;
}

#customer_data .example {
  padding-left: 10px;
}

#rough_total p {
  padding: 5px;
}

#rough_total #field_total {
  padding-left: 5px;
}

#rough_total #price {
  color: #dd0000;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 3px;
}

.input_adjust {
  margin-right: 10px;
}

#handle_area {
  position: relative;
  width: 135px;
  height: 115px;
}

#handle_base {
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
}

#handle_top {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
}

#handle_front {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
}

#handle_side {
  position: absolute;
  z-index: 3;
  left: 0px;
  top: 0px;
}

/* ----------------------------------------

　オーダーメイドサンプル　

---------------------------------------- */
#sample th {
  background-color: #800000;
  color: #fff;
  padding: 1px 5px;
}

#sample td {
  padding: 0 5px;
}

@media screen and (max-width: 767px) {
  #sample td {
    width: 100% !important;
    height: auto;
    display: block !important;
  }
}

#sample #case_type {
  padding: 0 15px 0 5px;
}

@media screen and (max-width: 767px) {
  #sample table[align="right"] th, #sample table[align="right"] td {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  #sample table[align="right"] th {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  #sample table[align="right"] td {
    margin-bottom: 5px;
  }
}

#sample table[align="right"] span.style1 {
  color: #006600;
}

@media screen and (max-width: 767px) {
  #sample table[align="right"] span.style1 {
    text-align: left;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #sample table[align="right"] span.style4 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #sample table[align="right"] span.style5 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #sample table[align="center"] th, #sample table[align="center"] td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  #sample table[align="center"] td img {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #sample p[align="center"] {
    text-align: left;
  }
}

.bloodTable01 {
  margin: 15px auto 0;
}

.sampleList01 #sample_btn {
  max-width: 565px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sample_btn li {
  display: block;
}

@media screen and (max-width: 767px) {
  #sample_btn li {
    width: 49%;
  }
}

#sample_btn li img {
  margin-bottom: 10px;
}

#sample_thumb td {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #sample_thumb td {
    width: 25% !important;
    display: table-cell !important;
  }
}

#sample h4 {
  background: url(../img/arrow_orange.gif) no-repeat 0px center;
  padding-left: 18px;
  color: #666666;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
  line-height: 1.6;
}

#sample_photo {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  #sample_caption {
    text-align: left;
  }
}

#sample_caption0 {
  margin-bottom: 10px;
  width: 755px;
  background-color: #FFDF55;
  padding: 2px;
}

@media screen and (max-width: 1000px) {
  #sample_caption0 {
    max-width: 760px;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1000px) {
  #sample_caption0 p {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #sample_caption0 p {
    text-align: center !important;
  }
}

@media screen and (max-width: 380px) {
  #sample_caption0 p {
    font-size: 12px;
  }
}

@media screen and (min-width: 767px) {
  #sample_caption0 .spOnly {
    display: none;
  }
}

@media screen and (min-width: 380px) {
  #sample_caption0 .spOnly02 {
    display: none;
  }
}

#sample_caption1 {
  border: 1px solid #cccccc;
  background: #c1e4e9;
  margin-bottom: 15px;
  padding: 2px 5px;
}

@media screen and (max-width: 1000px) {
  #sample_caption1 {
    max-width: 760px;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#sample_caption1 p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #sample_caption1 p {
    text-align: center !important;
  }
}

@media screen and (max-width: 400px) {
  #sample_caption1 p {
    font-size: 12px;
  }
}

@media screen and (min-width: 767px) {
  #sample_caption1 .spOnly {
    display: none;
  }
}

@media screen and (min-width: 400px) {
  #sample_caption1 .spOnly02 {
    display: none;
  }
}

#sample_caption2 {
  border: 1px solid #cccccc;
  background: #F8F4ED;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 2px 5px;
}

@media screen and (max-width: 767px) {
  .performerTable01 {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .performerTable01 td, .performerTable01 th {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .performerTable01 th {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .performerTable01 td {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  #sample .targetTable01 td {
    width: auto !important;
    display: table-cell !important;
  }
}

/* ----------------------------------------

　ケースタイプ　

---------------------------------------- */
#case_type hr {
  width: 760px;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 1000px) {
  #case_type hr {
    width: 100%;
  }
}

.case_type {
  width: 755px;
  height: 414px;
  position: relative;
  top: 3px;
  padding-top: 4px;
  padding-left: 8px;
}

@media screen and (max-width: 1000px) {
  .case_type {
    max-width: 755px;
    width: 100%;
    height: auto;
    padding: 0;
    height: 414px;
    margin-bottom: 20px;
    background-size: contain;
    margin: 0 auto;
  }
}

@media screen and (max-width: 550px) {
  .case_type {
    height: 371px;
  }
}

@media screen and (max-width: 500px) {
  .case_type {
    height: 337px;
  }
}

@media screen and (max-width: 450px) {
  .case_type {
    height: 301px;
  }
}

@media screen and (max-width: 400px) {
  .case_type {
    height: 267px;
  }
}

@media screen and (max-width: 350px) {
  .case_type {
    height: 232px;
  }
}

@media screen and (max-width: 320px) {
  .case_type {
    height: 211px;
  }
}

.case_type2 {
  width: 755px;
  height: 370px;
  position: relative;
  top: 3px;
  padding-top: 4px;
  padding-left: 8px;
  background-image: url(../img/case_type/carry_cart_case_image.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1000px) {
  .case_type2 {
    max-width: 755px;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    background-size: contain;
    background-position: top center;
  }
}

@media screen and (max-width: 550px) {
  .case_type2 {
    height: 331px;
  }
}

@media screen and (max-width: 500px) {
  .case_type2 {
    height: 297px;
  }
}

@media screen and (max-width: 450px) {
  .case_type2 {
    height: 261px;
  }
}

@media screen and (max-width: 400px) {
  .case_type2 {
    height: 227px;
  }
}

@media screen and (max-width: 350px) {
  .case_type2 {
    height: 192px;
  }
}

@media screen and (max-width: 320px) {
  .case_type2 {
    height: 211px;
  }
}

.case_type3 {
  width: 755px;
  height: 370px;
  position: relative;
  top: 3px;
  padding-top: 4px;
  padding-left: 8px;
  background-image: url(../img/case_type/carry_cart_case_i_image.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.case_type4 {
  width: 755px;
  height: 370px;
  position: relative;
  top: 3px;
  padding-top: 4px;
  padding-left: 8px;
  background-image: url(../img/case_type/carry_cart_image.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#gz_type {
  background-image: url(../img/case_type/gz_image.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#gr_type {
  background-image: url(../img/case_type/gr_image.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#gc_type {
  background-image: url(../img/case_type/gc_image.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#aa_type {
  background-image: url(../img/case_type/aa_image.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#ac_type {
  background-image: url(../img/case_type/ac_image.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#lami_type {
  background-image: url(../img/case_type/lami_image.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#fino_type {
  background-image: url(../img/case_type/fino_image.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#case_type_caption {
  width: 740px;
  padding-top: 10px;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 10px;
}

@media screen and (max-width: 1000px) {
  #case_type_caption {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
  }
}

.sectionPic01 {
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (min-width: 1001px) {
  .sectionPic01 {
    display: none;
  }
}

#case_type_caption #caption1 {
  background: url(../img/case_type/caption.png) 0 0;
}

#case_type_caption #caption2 {
  background: url(../img/case_type/caption.png) 0 -22px;
}

#case_type_caption #caption3 {
  background: url(../img/case_type/caption.png) 0 -44px;
}

#case_type_caption #caption4 {
  background: url(../img/case_type/caption2.png) 0 0;
}

#case_type_caption #caption5 {
  background: url(../img/case_type/caption2.png) 0 -22px;
}

#case_type_caption #caption6 {
  background: url(../img/case_type/caption2.png) 0 -44px;
}

#case_type_caption #caption7 {
  background: url(../img/case_type/caption2.png) 0 -66px;
}

#case_type_caption #caption8 {
  background: url(../img/case_type/caption2.png) 0 -88px;
}

#case_type_caption dt {
  height: 22px;
  text-indent: -9999px;
  background: url(../img/case_type/caption2.png) -66px;
}

#case_type_caption dd {
  padding: 6px 8px 15px;
}

.weight {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}

#section {
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  #section {
    display: none;
  }
}

#estimate_btn {
  background: url(../img/case_type/etimate_btn.png) no-repeat 0 0;
  display: block;
  width: 392px;
  height: 62px;
  text-indent: -9999px;
  overflow: hidden;
}

@media screen and (max-width: 460px) {
  #estimate_btn {
    max-width: 300px;
    width: 100%;
    height: 41px;
    background: url("../img/case_type/etimate_btn_sp_off.png") no-repeat;
    background-size: contain;
    -webkit-transition: 0.25;
    -o-transition: 0.25;
    transition: 0.25;
  }
}

#estimate_btn:hover {
  background: url(../img/case_type/etimate_btn.png) no-repeat 0 -62px;
}

@media screen and (max-width: 460px) {
  #estimate_btn:hover {
    background: url("../img/case_type/etimate_btn_sp_on.png") no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .tableScroll {
    overflow-x: scroll;
  }
}

#item_data {
  width: 655px;
  margin: 0 auto;
  background-color: #777;
  font-size: 1.2em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #item_data {
    font-size: 14px;
  }
}

#item_data th {
  background-color: #C6B795;
}

@media screen and (max-width: 767px) {
  #item_data th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#item_data td {
  background-color: #fff;
  padding: 3px;
}

@media screen and (max-width: 767px) {
  #item_data td {
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
  }
}

@media screen and (max-width: 767px) {
  p.style7 {
    text-align: left;
  }
}

#item_data .size {
  background-color: #555555;
  padding: 3px;
  color: #FFFFFF;
  font-weight: bold;
}

#item_data .price {
  font-size: 1em;
}

#item_data .f_normal {
  font-size: 0.8em;
}

.size_attention {
  margin-bottom: 40px;
  padding-left: 6px;
}

@media screen and (max-width: 500px) {
  .size_attention {
    text-align: left;
    margin-bottom: 20px;
    padding: 0;
  }
}

/* ----------------------------------------

　サイトマップ　

---------------------------------------- */
#sitemap_left {
  float: left;
  width: 340px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0;
  padding-left: 30px;
}

#sitemap_left2 {
  float: left;
  width: 340px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0;
  padding-left: 30px;
}

#sitemap_right {
  float: right;
  padding: 20px 10px 0 30px;
  width: 50%;
}

#sitemap_right2 {
  float: right;
  padding: 20px 10px 0 30px;
  width: 50%;
}

#sitemap h4 {
  background: url(../img/arrow_orange.gif) no-repeat left center;
  padding-left: 18px;
  color: #666666;
  font-size: 14px;
  margin-bottom: 2px;
}

#sitemap ul {
  margin-bottom: 20px;
  margin-left: 20px;
}

#sitemap li {
  list-style: disc;
  margin-left: 0px;
}

#sitemap .list_nest {
  margin-bottom: 10px;
  margin-left: -5px;
}

#sitemap .list_nest li {
  list-style: none;
}

/* ----------------------------------------

　サイトマップ（テスト）

---------------------------------------- */
#sitemap_s_top {
  font-size: 15px;
  float: center;
  height: 25px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 0;
  padding-left: 400px;
  background-color: #5E5E5E;
}

#sitemap_s {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/footerLink_bg.jpg);
  background-repeat: repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  #sitemap_s {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#sitemap_s #sitemap_s {
  padding: 20px 10px;
}

#sitemap_s_left {
  font-size: 10px;
  width: 25%;
  height: auto;
  padding: 20px 0 0 3%;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #sitemap_s_left {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  #sitemap_s_left:first-child {
    border-top: 1px solid #666;
  }
}

#sitemap_s h4 {
  background: url(../img/arrow_orange.gif) no-repeat left center;
  padding-left: 18px;
  color: #666666;
  font-size: 14px;
  margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
  #sitemap_s h4 {
    padding: 11px 0 8px 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #666;
    background: none;
    position: relative;
    cursor: pointer;
  }
}

#sitemap_s h4:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  #sitemap_s h4:after {
    display: none;
  }
}

#sitemap_s h4.open:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#sitemap_s h6 {
  padding-left: 20px;
  color: #FFFFFF;
  font-size: 15px;
  margin-bottom: 2px;
}

#sitemap_s ul {
  margin-bottom: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  #sitemap_s ul {
    display: none;
    margin: 0;
    background: url("../img/footerLink_bg_sp01.jpg");
  }
}

#sitemap_s li {
  list-style: disc;
  margin-left: 0px;
}

@media screen and (max-width: 767px) {
  #sitemap_s li {
    list-style: none;
  }
}

#sitemap_s .list_nest {
  margin-bottom: 10px;
  margin-left: -5px;
}

@media screen and (max-width: 767px) {
  #sitemap_s .list_nest {
    display: block;
    margin-left: 0;
  }
}

#sitemap_s .list_nest li {
  list-style: none;
}

#sitemap_s a:link {
  color: #ae7c58;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #sitemap_s a:link {
    text-decoration: none;
  }
}

#sitemap_s a:visited {
  color: #ae7c58;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #sitemap_s a:visited {
    text-decoration: none;
  }
}

#sitemap_s a:hover {
  color: #56564b;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #sitemap_s a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  #sitemap_s a {
    font-size: 14px;
    padding: 10px 10px 8px 20px;
    display: block;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#sitemap_s a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ae7c58;
  border-right: solid 2px #ae7c58;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

@media screen and (min-width: 768px) {
  #sitemap_s a:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #sitemap_s a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

#sitemap_s a:hover:after {
  border-color: #56564b;
}

@media screen and (max-width: 767px) {
  #sitemap_s .list_nest li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #sitemap_s .list_nest li a {
    width: calc( 100% - 14px);
    display: inline-block;
    padding-left: 5px;
  }
}

/* ----------------------------------------

採用情報

---------------------------------------- */
#mainright {
  float: left;
  width: 760px;
  height: 580px;
}

@media screen and (max-width: 1000px) {
  #mainright {
    max-width: 760px;
    width: 100%;
    height: auto;
    float: none;
  }
}

#mainright table.frame {
  width: 760px;
  height: 580px;
  border-collapse: collapse;
  border: 0px;
  border-spacing: 0;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 1000px) {
  #mainright table.frame {
    width: 100%;
    height: auto;
  }
}

#mainright table.recruit {
  width: 760px;
  height: 580px;
  border-collapse: collapse;
  border: 0px;
  border-spacing: 0;
  background-color: #16160e;
  margin: 0px;
  padding: 0px;
}

@media screen and (max-width: 1000px) {
  #mainright table.recruit {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #mainright table.recruit tr {
    clear: both;
  }
}

#mainright table.recruit td.td01 {
  width: 190px;
  height: 190px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 120%;
}

@media screen and (max-width: 1000px) {
  #mainright table.recruit td.td01 {
    width: 25%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #mainright table.recruit td.td01 {
    float: left;
  }
}

#mainright table.recruit td.td01 p {
  margin-bottom: 0;
}

#mainright table.recruit td.td01 p:first-child {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #mainright table.recruit td.td01 p:first-child {
    margin-bottom: 15px;
  }
}

#mainright table.recruit td.td02off {
  width: 190px;
  height: 190px;
  background-color: #16160e;
  color: #666666;
  text-align: center;
  vertical-align: middle;
  border: 0px;
  padding: 0px;
  margin: 0px;
  font-size: 13px;
  line-height: 120%;
}

@media screen and (max-width: 1000px) {
  #mainright table.recruit td.td02off {
    width: 25%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #mainright table.recruit td.td02off {
    width: 75%;
    float: left;
    padding-top: 7%;
  }
}

@media screen and (max-width: 460px) {
  #mainright table.recruit td.td02off {
    padding-top: 5%;
  }
}

#mainright table.recruit td.td02off p {
  margin-bottom: 0;
}

#mainright table.recruit td.td02off p:first-child {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #mainright table.recruit td.td02off p:first-child {
    margin-bottom: 15px;
  }
}

#mainright table.recruit td.td03 {
  width: 760px;
  height: 200px;
  background-color: #ededed;
  color: #666666;
  text-align: left;
  vertical-align: middle;
  padding: 0 80px;
  font-size: 13px;
  line-height: 120%;
}

@media screen and (max-width: 1000px) {
  #mainright table.recruit td.td03 {
    width: 100%;
    height: auto;
    padding: 15px 8%;
  }
}

@media screen and (max-width: 767px) {
  #mainright table.recruit td:nth-child(3) {
    clear: both;
  }
}

#mainright a:link {
  color: #ffffff;
  text-decoration: none;
}

#mainright a:visited {
  color: #ffffff;
  text-decoration: none;
}

#mainright a:hover {
  color: #666666;
  text-decoration: underline;
}

#mainright td.left_outline {
  padding: 0 20px 10px 0;
  text-align: right;
  font-size: 12px;
  line-height: 100%;
}

#mainright td.right_outline {
  padding: 0 0 10px 0;
  text-align: left;
  font-size: 12px;
  line-height: 100%;
}

#mainright table.content {
  border: none;
  border-spacing: 0;
  vertical-align: middle;
  margin: 0 auto;
  padding: 20px 20px 20px 60px;
  vertical-align: top;
}

.red {
  color: #CC0000;
  background-color: inherit;
}

/* ----------------------------------------

　コラボ・タイアップ事例

---------------------------------------- */
#item_buy2 .style1 {
  color: #990000;
}

@media screen and (max-width: 1000px) {
  #item_buy2 #item_pho {
    width: 133px;
    height: auto;
  }
}

@media screen and (max-width: 460px) {
  #item_buy2 #item_pho {
    display: block;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1000px) {
  #item_buy2 #item_pho div[align="center"] {
    text-align: left;
  }
}

@media screen and (max-width: 460px) {
  #item_buy2 #item_pho div[align="center"] img {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #item_buy2 td:nth-child(2) {
    width: auto;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 460px) {
  #item_buy2 td:nth-child(2) {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
  }
}

/* ----------------------------------------

　PDFカタログダウンロード

---------------------------------------- */
.dmIndex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
}

.dmIndex li {
  width: 49%;
}

/* ----------------------------------------

　noscript　

---------------------------------------- */
.noscript01 {
  width: 700px;
  margin: 40px 0 20px 20px;
}

@media screen and (max-width: 1000px) {
  .noscript01 {
    width: 100%;
    margin: 40px 0 20px;
  }
}
