@charset "UTF-8";
/* 株式会社パック本社サイト */
/******************************************************************
	変数設定
*******************************************************************/
/*色設定*/
/*フォント*/
/*flex設定*/
/******************************************************************
    基本設定
******************************************************************/
* {
  margin: 0px;
  padding: 0px;
}

html {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "MS UI Gothic", Osaka, sans-serif;
  /*font-family:'Meiryo','Hiragino Kaku Gothic Pro','MS UI Gothic',Osaka ;*/
  font-size: 10pt;
  color: #333333;
  line-height: 150%;
  text-align: center;
}

table, tr, td {
  /*font-family:'Meiryo','Hiragino Kaku Gothic Pro','MS UI Gothic',Osaka ;*/
  font-size: 10pt;
  color: #333333;
  line-height: 150%;
  vertical-align: top;
}

img {
  border: 0px;
}

p {
  margin: 0px;
  padding: 0px;
}

.red {
  color: #ff0066;
}

.small {
  font-size: 8pt;
}

.clear {
  clear: both;
  width: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 1%;
  visibility: hidden;
}

a {
  cursor: pointer;
  color: #ff7215;
  text-decoration: none;
}

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

form {
  display: inline;
}

em {
  font-style: normal;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
} /*floatの解除*/
/**********************************************
	休業告知
**********************************************/
.top_holiday {
  display: block;
  background: #ececec;
  padding: 20px;
  margin: 0 0 20px 0;
  text-align: left;
  line-height: 1.6;
  font-size: 14px;
}
.top_holiday span {
  font-weight: bold;
  color: #d70000;
  padding: 0 3px;
}
.top_holiday .holiday_title {
  font-weight: bold;
  color: #d70000;
  margin: 0 0 5px 0;
  font-size: 18px;
}

.form_holiday {
  display: block;
  background: #ececec;
  padding: 20px;
  margin: 0 0 20px 0;
  text-align: left;
  line-height: 1.4;
  font-size: 14px;
}
.form_holiday span {
  font-weight: bold;
  color: #d70000;
  padding: 0 3px;
}
.form_holiday .holiday_title {
  font-weight: bold;
  color: #d70000;
  margin: 0 0 5px 0;
  font-size: 18px;
}

/******************************************************************
    特別なお知らせ
******************************************************************/
div.recruit-link {
  margin-bottom: 20px;
}
div.recruit-link p {
  text-align: center;
}
div.recruit-link p a img:hover {
  opacity: 0.8;
}

div.extra {
  margin: 40px 0 -80px 0;
}

div.extra-center {
  border: 2px #CCC solid;
  padding: 15px;
  margin: 20px 0;
}
div.extra-center p {
  text-align: center;
}
div.extra-center p a {
  color: #A54040;
  font-size: 15px;
}

div.extra_red {
  margin-bottom: 40px;
}
div.extra_red p {
  text-align: center;
}
div.extra_red a {
  color: #d14d4d;
  font-size: 17px;
  display: block;
  background: #fff;
  border: 2px #d14d4d solid;
  padding: 15px;
  font-weight: bold;
}
div.extra_red a:hover {
  text-decoration: none;
  background: #ffe3e3;
}

div.extra_sp {
  margin-bottom: 20px;
}
div.extra_sp p {
  text-align: center;
  font-weight: bold;
}
div.extra_sp a {
  color: #7e2626;
  font-size: 17px;
  display: block;
  background: #ffb8b8;
  border: 2px #7e2626 solid;
  padding: 15px;
  font-weight: bold;
}
div.extra_sp a:hover {
  text-decoration: none;
  background: #f99494;
  color: #763838;
  border: 2px #763838 solid;
}

/******************************************************************
    誘導ページ
******************************************************************/
div.transfer p {
  font-size: 18px;
  line-height: 1.8;
}
div.transfer p span {
  font-weight: bold;
}

/******************************************************************
    ベース
******************************************************************/
/******************************************************************
    ヘッダー
******************************************************************/
div.headback {
  width: 100%;
  background: #ffffff;
  margin: 0px auto;
  padding: 25px 0;
  border-top: 5px solid #ff7215;
}

div.head {
  width: 1000px;
  margin: 0px auto;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
}

div.logo {
  width: 300px;
}

h1 {
  margin: 0px;
  width: 300px;
}
h1 a {
  width: 100%;
  height: 100%;
}
h1 img {
  height: 100%;
}

div.head-phonenumber {
  margin: 0px 0px;
  padding: 0px;
  font-size: 10px;
  float: right;
}

/*プライマリ*/
div.primary {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: -webkit-flex;
  flex-wrap: wrap;
}

ul.headmenu {
  width: 100%;
  height: 20px;
  padding: 0px;
  margin-bottom: 5px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: -webkit-flex;
  flex-wrap: wrap;
}
ul.headmenu a {
  color: #666666;
  margin-left: 23px;
  padding-bottom: 5px;
  border-bottom: 2px #FFFFFF solid;
  text-decoration: none;
}
ul.headmenu a:hover {
  text-decoration: none;
  border-bottom: 1px #666 solid;
}
ul.headmenu a img {
  width: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
ul.headmenu a span {
  display: inline;
}
ul.headmenu a#headmenu-world {
  color: #ff7215;
}
ul.headmenu a#headmenu-world:hover {
  border-bottom: 1px #ff7215 solid;
}

div.reception {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: -webkit-flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
div.reception .phonenumber {
  width: 250px;
}
div.reception .time {
  height: 46px;
  margin-left: 15px;
  width: auto;
  font-size: 12px;
  text-align: left;
  color: #666666;
}
div.reception .time p {
  box-sizing: border-box;
}
div.reception .time .sales-link {
  display: block;
  margin-top: 2px;
  text-align: center;
}
div.reception .time .sales-link a {
  border: 1px #ff7215 solid;
  color: #ff7215;
  padding: 2px 0;
  display: block;
  box-sizing: border-box;
}
div.reception .time .sales-link a:hover {
  color: #fff;
  background: #ff7215;
  text-decoration: none;
}

div.social {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
div.social p {
  margin-left: 5px;
}

/******************************************************************
    Decomaリンク
******************************************************************/
div.ex_link {
  background: url("../material/bn_decoma_back_pattern.png"), url("../material/bn_decoma_back.jpg") repeat-x;
  margin: 15px 0 20px;
}

div.ex_link p img {
  width: 1000px;
}

/******************************************************************
    メニュー
******************************************************************/
div#menuback {
  width: 100%;
  background: #ffffff;
  margin-bottom: 25px;
  padding-top: 5px;
  font-size: 14px;
  border-top: 1px #cccccc solid;
}

ul.menu {
  width: 1000px;
  height: 40px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}

ul.menu li {
  width: 165px;
  display: block;
  float: left;
  line-height: 40px;
}

ul.menu li:last-child {
  width: 170px;
}

ul.menu li:before {
  width: 1px;
  height: 20px;
  background: #cccccc;
  content: "";
  display: block;
  position: absolute;
  top: 20%;
}

ul.menu li:last-child:after {
  width: 1px;
  height: 20px;
  background: #cccccc;
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: 1000px;
}

ul.menu li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #555555;
}

ul.menu li a:hover {
  color: #ff7215;
  text-decoration: none;
  border-bottom: 2px #ff7215 solid;
}

/******************************************************************
    トップページナビ
******************************************************************/
div#pagetop, div#pagetop-bt {
  width: 150px;
  height: 0;
  line-height: 45px;
  border-bottom: 45px #333333 solid;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  text-align: center;
  float: right;
  margin-top: 100px;
  padding: 0px 20px;
}
div#pagetop a, div#pagetop-bt a {
  color: #fff;
  text-align: center;
  width: 250px;
  display: block;
  margin-left: -50px;
}
div#pagetop a:hover, div#pagetop-bt a:hover {
  color: #ccc;
  text-decoration: none;
}

/******************************************************************
    フッター
******************************************************************/
div#foot {
  margin: 0px;
  padding: 0px;
  border-top: #333333 3px double;
  float: left;
  font-size: 9pt;
  color: #ffffff;
  text-align: center;
  background: #333333;
  border-top: 1px #ccc solid;
  width: 100%;
}

div#foot a {
  color: #ffffff;
}

div#foot a:hover {
  color: #cccccc;
  text-decoration: none;
}

p#copyright {
  margin: 0px;
  padding: 20px 0px;
  font-size: 8pt;
  color: #ffffff;
  text-align: center;
}

/*サイトマップ*/
div#sitemap {
  width: 960px;
  margin: 0px auto;
  padding: 60px 0px;
  border-bottom: #ffffff 1px solid;
  text-align: left;
}

div#sitemap dl.sitemap-link {
  width: 130px;
  margin: 0px;
  padding: 0px;
  float: left;
}

div#sitemap dl.sitemap-link dt {
  margin: 0px;
  padding: 0px 3px;
  font-weight: bold;
  font-size: 14px;
}

div#sitemap dl.sitemap-link dd {
  margin: 0px;
  padding: 0px 3px;
}

div#sitemap dl.sitemap-link dd a {
  color: #eeeeee;
}

div#sitemap dl.sitemap-link dd a:hover {
  color: #bbbbbb;
}

div#sitemap ul.plain li {
  text-align: left;
  list-style: none;
}

/******************************************************************
    ミドル
******************************************************************/
div#wrap {
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  background: #ffffff;
}

div#middle {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
}

div#article {
  width: 1000px;
  margin: 90px auto 0;
  padding: 0px;
  text-align: left;
}

/******************************************************************
    ナビゲーター（パンくず）
******************************************************************/
div#navigator {
  width: 100%;
  margin: 0 0 -20px;
  padding: 0px;
  font-size: 8pt;
  background: #efefef;
}

div#navigator p {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0px 15px 40px;
  text-align: left;
  vertical-align: middle;
}

/******************************************************************
    メイン（共通）
******************************************************************/
div#main {
  width: 780px;
  margin: 0px;
  padding: 0px;
  float: left;
}

h2 {
  margin: 0px 0px 40px;
  padding: 20px 10px;
  border-top: #ff7215 5px solid;
  border-bottom: #999999 1px solid;
  line-height: 1.5;
}

h3 {
  margin: 0px;
  padding: 0px;
}

div.content-index {
  margin-top: 120px;
}

.content-title {
  margin: 0px 0px 10px;
  padding: 2px 10px 5px;
  font-size: 12pt;
  font-weight: normal;
  color: #ff7215;
  border-left: #ff7215 8px solid;
  border-bottom: #ff7215 1px solid;
}

/*お問い合わせボタン*/
div.bt-contact {
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
  line-height: 1.8;
}

div.bt-contact a {
  color: #ffffff;
  padding: 20px 60px 18px;
  background: #F8B62D;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  min-width: 450px;
}

div.bt-contact a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/*PDFダウンロードボタン*/
div.bt-pdf {
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
}

div.bt-pdf a {
  color: #ffffff;
  padding: 10px 40px 8px;
  background: #D85A5A;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
}

div.bt-pdf a:hover {
  color: #ffffff;
  background: #FB6A62;
  text-decoration: none;
}

.bt_contact2 {
  text-align: center;
}
.bt_contact2 a {
  background: #2f9f32;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  transition: 0.6s;
  padding: 20px 50px;
  font-size: 20px;
  margin-top: 60px;
  font-weight: bold;
}
.bt_contact2 a:hover {
  background: #5abc34;
}

/******************************************************************
    サブ（共通）
******************************************************************/
div#sub {
  width: 200px;
  margin: 0px 0px 0px 20px;
  padding: 0px;
  float: right;
}

p.subcontent {
  margin-bottom: 10px;
  padding: 0px;
}

div#sub h3 {
  margin: 0 0 10px;
  padding: 2px 0 3px 8px;
  color: #ff7215;
  display: block;
  font-size: 10pt;
  font-weight: bold;
  border-bottom: #ff7215 1px solid;
  border-left: #ff7215 5px solid;
}

p.close {
  font-size: 11px;
  margin: 5px 0 10px;
  display: flex; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
}

p.close span {
  color: #ffd4d4;
  font-size: 20px;
  padding-top: 2px;
}

dl.submenu {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 0px;
}

dl.submenu a {
  text-decoration: none;
}

dl.submenu dt {
  list-style: none;
}

dl.submenu dt a {
  padding: 20px 10px 20px 15px;
  display: block;
  color: #ffffff;
  background: #ff7215;
  border-top: #ff7215 1px solid;
  border-bottom: #cc6600 1px solid;
  border-right: #cc6600 1px solid;
}

dl.submenu dt a:hover {
  color: #ffffff;
  background: #ff9933;
}

dl.submenu ul {
  margin: 0px;
  padding: 0px;
}

dl.submenu ul li {
  list-style: none;
}

dl.submenu ul li a {
  padding: 12px 10px 12px 30px;
  display: block;
  font-size: 8pt;
  background: #FFFFFF;
  color: #444444;
  border-bottom: #ff7215 1px solid;
  position: relative;
}

dl.submenu ul li a.current {
  color: #ff7215;
  padding-left: 8px;
  background: #fff7ef;
}

dl.submenu ul li a.current:before {
  content: "";
}

dl.submenu ul li a:before {
  content: url("../material/svg/pickup-arrow.svg");
  width: 12px;
  top: 15px;
  left: 10px;
  display: block;
  position: absolute;
}

dl.submenu ul li a:hover {
  background: #fff7ef;
  color: #ff7215;
}

dl.submenu span.category-title {
  margin: 18px 0px 0px;
  padding: 2px 0 3px 8px;
  color: #ff7215;
  display: block;
  font-size: 10pt;
  font-weight: bold;
  border-bottom: #ff7215 1px solid;
  border-left: #ff7215 5px solid;
}

/*デコマリンク*/
p.link-decoma {
  margin: 8px 0;
  border: none !important;
}

p.link-decoma a {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 12px 0;
  font-size: 14px;
  background: #ec6161;
  border: 1px #f12d2d solid;
  color: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  transition: all 0.2s ease-out;
}

p.link-decoma a:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 8px 0 0;
}

p.link-decoma a:hover {
  text-decoration: none;
  background: #FF8585;
  color: #fff;
}

/*説明書PDF等リンク*/
p.link-pdf {
  margin: 8px 0;
  border: none !important;
}

p.link-pdf a {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 12px 0;
  font-size: 14px;
  background: #26b5ad;
  border: 1px #079a92 solid;
  color: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  transition: all 0.2s ease-out;
}

p.link-pdf a:before {
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 8px 0 0;
}

p.link-pdf a:hover {
  text-decoration: none;
  background: #06CFC3;
  color: #fff;
}

p.main-text {
  padding: 0 20px;
  font-size: 15px;
  margin: 0px 0 40px;
  line-height: 1.6;
}

/**/
p.decoma-link_foot {
  text-align: center;
  margin: 0 auto;
  width: 600px;
}

p.decoma-link_foot a {
  transition: all 0.2s ease-out;
}

p.decoma-link_foot a:hover {
  opacity: 0.6;
}

p.decoma-link_foot img {
  width: 100%;
}

/**** 以下、ページごとのスタイル ****/
/**********************************************
    トップページ index.html
**********************************************/
div#topimage {
  margin: 0px auto 70px;
  padding: 0px 0px 0px;
  width: 100%;
  position: relative;
}

div#main-index {
  width: 780px;
  margin: 0px;
  padding: 0px;
  float: left;
}

/*スライドバナー*/
.new_slides .slick-slide {
  margin: 0 60px;
  padding: 50px 0;
  position: relative;
  width: 800px;
  height: 360px;
  transition: all 0.6s ease 0s;
  opacity: 0.4;
}
.new_slides .slick-slide img, .new_slides .slick-slide video {
  box-shadow: 5px 5px 7px -4px #666;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.new_slides .slick-slide a {
  pointer-events: none;
}
.new_slides .slick-current, .new_slides .is-active-next {
  transform: scale(1.2);
  opacity: 1;
}
.new_slides .slick-current a, .new_slides .is-active-next a {
  pointer-events: auto;
}
.new_slides .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.new_slides .slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.new_slides .slick-next {
  right: 50px;
  background-color: #fff !important;
}
.new_slides .slick-next:hover {
  background: #ddd !important;
}
.new_slides .slick-prev {
  left: 50px;
  background-color: #fff !important;
}
.new_slides .slick-prev:hover {
  background: #ddd !important;
}
.new_slides .slick-next::before {
  left: 20px;
}
.new_slides .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}

.dots-3 .slick-dots {
  text-align: center;
  bottom: -30px;
}
.dots-3 .slick-dots li {
  display: inline-block;
}
.dots-3 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-3 .slick-dots .slick-active button {
  background: #0a467d;
}

@media only screen and (max-width: 1150px) {
  .new_slides .slick-next {
    display: none !important;
  }
  .new_slides .slick-prev {
    display: none !important;
  }
}
/*slickテーマ上書き*/
.slick-dots li button:before {
  display: none !important;
}

/*見出し*/
h3.top {
  color: #ff7215;
  font-size: 30px;
  margin: 30px 0 15px;
  line-height: 1.4;
  text-align: left;
  border-bottom: 1px #cccccc solid;
}

h3.top span.kana {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
}

h4.news-midashi {
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 1.4;
  text-align: left;
  border-bottom: 1px #cccccc solid;
  border-left: 1px #cccccc solid;
  padding: 0 5px 0 10px;
}

/*ピックアップ*/
div#pickup {
  margin-bottom: -50px;
}

div.pickup-box {
  width: 320px;
  height: 226px;
  margin: 0 20px 50px 0;
  float: left;
}

div.pickup-box:nth-child(3n) {
  margin: 0px;
}

div.pickup-box a {
  color: #222222;
}

div.pickup-box a:hover {
  color: #ff7215;
}

p.pickup-photo {
  margin: 0 0 5px 0;
}

p.pickup-photo img {
  width: 320px;
}

p.pickup-photo p.pickup-text {
  height: 40px;
  background: #fff;
}

p.pickup-text {
  width: 100%;
  height: 10%;
  font-size: 13px;
  margin-top: 12px;
  margin-left: 2px;
  position: relative;
  text-indent: 20px;
}

p.pickup-text:after {
  content: url("../material/svg/pickup-arrow.svg");
  width: 15px;
  top: -18px;
  left: -21px;
  display: block;
  position: relative;
}

/*新着情報-改良*/
div#news {
  border-top: none;
  padding: 0px;
}

table#newslist {
  margin: -20px 0 0 0;
}

table#newslist tr:nth-child(odd) {
  background: #f6f6f6;
}

table#newslist tr:nth-child(even) {
  background: #eeeeee;
}

table#newslist th {
  padding: 20px 0px 20px 20px;
  font-size: 9pt;
  color: #E87428;
  width: 80px;
}

table#newslist td {
  padding: 20px 20px 20px 0;
  font-size: 9pt;
}

p#newsmore {
  text-align: center;
  font-size: 8pt;
  margin: -89px auto 13px;
  float: right;
}

p#newsmore a {
  width: 150px;
  height: 25px;
  line-height: 35px;
  padding: 10px 15px;
  font-size: 12px;
}

p#newsmore a:hover { /*color:#ffffff;background:#ff7215;text-decoration:none;*/ }

/*デコマリンク*/
div.ex_link-decoma-back {
  width: 100%;
  height: 240px;
  background: url("../material/bn_decoma_back_pattern.png"), url("../material/bn_decoma_back.jpg") repeat-x;
  margin: 15px 0 20px;
}

div.ex_link-decoma {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}

div.ex_link-decoma div.decoma-mark {
  width: 23%;
}

div.ex_link-decoma div.decoma-mark a {
  display: block;
}

div.ex_link-decoma div.decoma-mark img {
  width: 240px;
}

div.ex_link-decoma div.decoma-content {
  width: 74%;
  text-align: left;
  margin: 13px 0 0 10px;
}

p.link-decoma-about {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin: 0px 0 10px 0;
}

div.decoma-desc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 40px;
}

p.link-decoma-catch {
  width: 40%;
  color: #ec9317;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  background: #fff7c9;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

p.link-decoma-detail {
  width: 58%;
  color: #fff;
  font-size: 13px;
}

p.link-decoma-detail span {
  font-weight: bold;
}

div.link-decoma-button-back {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  padding: 12px 0;
  margin-top: 12px;
}

div.link-decoma-button {
  margin: 0 auto 0;
  width: 97%;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.link-decoma-button p {
  height: inherit;
  width: 230px;
}

div.link-decoma-button img {
  height: 100%;
  border-radius: 10px;
}

div.link-decoma-button span {
  font-size: 11px;
  color: #e42d2d;
  line-height: 2;
  display: block;
  background: #fff;
  font-weight: bold;
  padding-top: 1px;
}

/**********************************************
    新着情報詳細 news.html
**********************************************/
div#newsdetail {
  padding: 0px;
}

table#newsdetaillist th {
  padding: 20px 0px;
  font-size: 9pt;
  border-bottom: #999999 1px dashed;
  color: #ff3399;
  width: 80px;
}

table#newsdetaillist td {
  padding: 20px 0px;
  font-size: 9pt;
  border-bottom: #999999 1px dashed;
  vertical-align: middle;
}

table#newsdetaillist td.newsimage {
  padding: 20px 20px 20px 0px;
  width: 200px;
  text-align: center;
}

table#newsdetaillist td p {
  padding-bottom: 10px;
}

/**********************************************
    会社内容 about.html
**********************************************/
img.about-image {
  margin-right: 10px;
  background: #ffffff;
  padding: 5px;
  border: #999999 1px solid;
}

h3.about {
  margin: 10px 0;
}

/**********************************************
    商品紹介 product.html
**********************************************/
table.table-product th {
  padding: 10px 5px;
  background: #ffe5cc;
  color: #ff7215;
  font-weight: normal;
  text-align: left;
}

table.table-product td {
  padding: 10px 5px 40px;
}

table.table-product ul {
  margin-left: 20px;
  list-style: outside square;
}

table.table-product li {
  margin-bottom: 5px;
  padding: 0px;
}

table.table-product li a {
  text-decoration: underline;
  padding-right: 15px;
  background: url("../material/icon_link.png") no-repeat right center;
}

/**********************************************
    PDFカタログ pdf.html
**********************************************/
/*カタログの紹介*/
div.catalog {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

div.catalog-content {
  width: calc(25% - 20px);
  margin-bottom: 40px;
}

div.pdf-title {
  padding: 0px;
}

div.pdf-title h4 {
  padding-bottom: 2px;
  border-bottom: #cccccc 1px solid;
  height: 45px;
}

div.pdf-title p {
  padding-top: 2px;
  text-align: right;
  font-size: 7pt;
  color: #999999;
}

p.pdf-text {
  padding: 0px 5px 0px 5px;
  font-size: 8pt;
  color: #666666;
  line-height: 1.6;
}

div.pdf span {
  display: none;
}

div.pdf a {
  width: 170px;
  height: 280px;
  display: block;
}

div.download {
  width: 140px;
  margin: 20px auto 20px;
  padding: 0px;
}

div.download span {
  display: none;
}

div.download a {
  width: 140px;
  height: 24px;
  display: block;
}

div.total_count {
  margin-bottom: 5px;
  padding: 2px 5px 0px;
  text-align: right;
  font-size: 7.5pt;
  background: #999999;
  color: #ffffff;
}

/*各カタログ画像*/
div.pdf a#pdf-drop {
  background: url("../pdf/pdf-drop.jpg");
}

div.pdf a#pdf-crystal {
  background: url("../pdf/pdf-crystal2023.jpg");
}

div.pdf a#pdf-string {
  background: url("../pdf/pdf-string.jpg");
}

div.pdf a#pdf-stretch {
  background: url("../pdf/pdf-stretch2023.jpg");
}

div.pdf a#pdf-ribbon {
  background: url("../pdf/pdf-ribbon.jpg");
}

div.pdf a#pdf-chandelare {
  background: url("../pdf/pdf-chandelare.jpg");
}

div.pdf a#pdf-chiffon {
  background: url("../pdf/pdf-chiffon.jpg");
}

div.pdf a#pdf-tsunag {
  background: url("../pdf/pdf-tsunag.jpg");
}

div.pdf a#pdf-kskc {
  background: url("../pdf/pdf-kskc.jpg");
}

div.pdf a#pdf-graphic_wave {
  background: url("../pdf/pdf-graphic_wave.jpg");
}

div.pdf a#pdf-organdy {
  background: url("../pdf/pdf-organdy.jpg");
}

div.pdf a#pdf-graform {
  background: url("../pdf/pdf-graform.jpg");
}

div.pdf a#pdf-windowfilm {
  background: url("../pdf/pdf-windowfilm.jpg");
}

div.pdf a#pdf-materialbook {
  background: url("../pdf/pdf-materialbook.jpg");
}

div.pdf a#pdf-photobook {
  background: url("../pdf/pdf-photobook.jpg");
}

div.pdf a#pdf-ledmodule {
  background: url("../pdf/pdf-ledmodule.jpg");
}

div.pdf a#pdf-dokoban {
  background: url("../pdf/pdf-dokoban.jpg");
}

div.pdf a#pdf-expolinc {
  background: url("../pdf/pdf-expolinc.jpg");
}

div.pdf a#pdf-hkc {
  background: url("../pdf/pdf-hkc.jpg");
}

div.pdf a#pdf-fabrich {
  background: url("../pdf/pdf-fabrich.jpg");
}

div.pdf a#pdf-gracube {
  background: url("../pdf/pdf-gracube.jpg");
}

div.pdf a#pdf-ledlinear {
  background: url("../pdf/pdf-ledlinear.jpg");
}

div.pdf a#pdf-panelist {
  background: url("../pdf/pdf-panelist.jpg");
}

div.pdf a#pdf-carwrapping {
  background: url("../pdf/pdf-carwrapping.jpg");
}

div.pdf a#pdf-decosiccui {
  background: url("../pdf/pdf-decosiccui.jpg");
}

div.pdf a#pdf-floor_sign {
  background: url("../pdf/pdf-floor_sign.jpg");
}

div.pdf a#pdf-magnet {
  background: url("../pdf/pdf-magnet.jpg");
}

div.pdf a#pdf-sp_system_panel {
  background: url("../pdf/pdf-sp_system_panel.jpg");
}

div.pdf a#pdf-air_sign {
  background: url("../pdf/pdf-air_sign.jpg");
}

div.pdf a#pdf-formit {
  background: url("../pdf/pdf-formit.jpg");
}

div.pdf a#pdf-scandiamoss {
  background: url("../pdf/pdf-scandiamoss.jpg");
}

div.pdf a#pdf-displaysystemtools {
  background: url("../pdf/pdf-displaysystemtools.jpg");
}

div.pdf a#pdf-easy_fabric {
  background: url("../pdf/pdf-easy_fabric.jpg");
}

div.pdf a#pdf-nordicmoss {
  background: url("../pdf/pdf-nordicmoss.jpg");
}

div.pdf a#pdf-fabric_sign {
  background: url("../pdf/pdf-fabric_sign.jpg");
}

div.pdf a#pdf-saiga {
  background: url("../pdf/pdf-saiga.jpg");
}

/*ロールオーバー設定*/
div.pdf a.pdf-image {
  border: 2px #FFF solid;
}

div.pdf a.pdf-image:hover {
  border: 2px #4DD4FF solid;
}

div.download a.pdf-down {
  background: url("../material/pdf-download.jpg");
}

div.download a.pdf-down:hover {
  background-position: 0px -24px;
}

/*ご利用方法*/
div#howto {
  padding: 0px 10px 10px;
}

div#howto p {
  padding-bottom: 30px;
  font-size: 9pt;
}

div#howto strong {
  font-weight: normal;
  font-size: 10pt;
}

/*注意事項*/
div#attention {
  padding: 0px 10px 10px;
}

div#attention p {
  padding-bottom: 10px;
  font-size: 9pt;
}

div#attention strong {
  font-weight: normal;
  font-size: 10pt;
}

div#attention ul {
  margin-left: 30px;
}

div#attention li {
  font-size: 9pt;
}

/**********************************************
    企業情報 company.html
**********************************************/
/*企業情報*/
table#table-company th {
  padding: 0px 0px 30px;
  font-size: 9pt;
  color: #333333;
  width: 200px;
}

table#table-company td {
  padding: 0px 10px 30px;
  font-size: 9pt;
}

/*沿革*/
table#table-history {
  border-collapse: collapse;
}

table#table-history th {
  padding: 20px 10px;
  font-size: 9pt;
  color: #ff7215;
  background: #ffe5cc;
  font-weight: normal;
  border-bottom: #ffffff 1px solid;
}

table#table-history th.month {
  text-align: right;
  vertical-align: middle;
  background: #ffffff;
  border-bottom: #99ccff 1px dashed;
}

table#table-history td {
  padding: 20px 20px;
  font-size: 9pt;
  border-bottom: #99ccff 1px dashed;
  color: #333333;
}

/*グループ支店*/
h3.group-logo {
  margin-bottom: 10px;
  padding: 0px;
}

table.table-group th {
  padding: 15px 0px;
  font-size: 9pt;
  color: #333333;
  width: 200px;
  border-bottom: #999999 1px dashed;
}

table.table-group td {
  padding: 15px 10px;
  font-size: 9pt;
  border-bottom: #999999 1px dashed;
}

span.iso {
  padding: 5px 5px;
  background: #666666;
  color: #ffffff;
  font-size: 8pt;
  font-weight: normal;
}

div.group2 {
  margin-top: 60px;
}

/*営業所所在地（パック）*/
.office {
  margin-top: 40px;
}

.office h3 {
  padding-bottom: 5px;
  border-bottom: 1px #999999 solid;
}

/*採用情報*/
h3.recruit {
  padding: 5px;
  background: #ff9900;
  color: #ffffff;
}

div.substance {
  width: 350px;
  margin: 20px 0px;
  padding: 10px;
  border: #333333 1px solid;
}

div.substance h3 {
  margin-bottom: 0px;
}

div.substance strong {
  color: #cc0000;
  display: block;
  margin-bottom: 5px;
}

div.substance span {
  color: #666666;
  display: block;
  margin-bottom: 15px;
}

div.subscribe p {
  padding: 10px 0px;
}

div.subscribe ul {
  margin: 10px 40px;
}

/**********************************************
    お問い合わせ contact.php
**********************************************/
/*お問い合わせ*/
p#contact-text {
  margin-bottom: 60px;
}

div#form {
  width: 780px;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
}

div#form table {
  width: 780px;
  margin: 0px auto;
  padding: 0px;
  border-collapse: collapse;
  border: #999999 1px solid;
}

div#form th {
  width: 180px;
  padding: 10px 5px;
  text-align: left;
  font-weight: normal;
  background: #ffffff;
}

div#form th span.small {
  font-weight: normal;
}

div#form td {
  padding: 10px;
  text-align: left;
  background: #f5f5f5;
}

div#form tr.error_tr th {
  background: #fff0f0;
}

div#form tr.error_tr td {
  background: #ffcccc;
}

div.att {
  margin: 30px auto;
  padding: 0px;
  text-align: center;
}

div.submit-button {
  margin: 30px auto 0px;
  text-align: center;
}

p#agree {
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
}

div#privacy {
  margin: 30px 0px 0px;
  padding: 0px;
  border: #ff7215 1px solid;
  background: #fff7ef;
  text-align: left;
  color: #333333;
  font-size: 8pt;
  line-height: 150%;
}

div#privacy h4 {
  margin: 0px;
  padding: 5px 10px;
  background: #ff7215;
  color: #ffffff;
  border: none;
}

div#privacy p {
  padding: 10px 10px 0px;
}

div#privacy ol {
  margin: 0px 20px 20px 30px;
  padding: 0px;
  list-style: outside decimal;
}

div#privacy li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: #e6640e 1px dashed;
  color: #e6640e;
}

div#error {
  margin: 10px auto;
  padding: 5px;
  background: #fff0f0;
  border: #cc0000 1px solid;
  color: #cc0000;
  text-align: center;
}

/*お問い合わせ御礼*/
div#thanks {
  margin-bottom: 60px;
}

div#thanks h3 {
  margin-bottom: 10px;
}

div#thanks p {
  margin-bottom: 20px;
}

#kinugawa-address {
  margin: 20px auto;
  padding: 0px;
  border: 1px #cccccc solid;
  background-color: #ffffff;
  text-align: left;
}

#kinugawa-address p {
  margin: 20px;
  padding: 0px;
}

/**********************************************
    環境対策 eco.html
**********************************************/
h3#eco-title {
  margin: 0px 0px 10px;
  padding: 2px 5px 5px;
  font-size: 12pt;
  color: #009900;
  border-left: #009900 10px solid;
  border-bottom: #009900 1px solid;
}

div#eco {
  margin-top: 0px;
}

div#eco h3 {
  margin: 50px 0px 10px;
  padding: 5px 10px;
  font-size: 12pt;
  color: #ffffff;
  background: #009900;
}

div#eco p {
  padding: 0px;
}

div#eco p#greenpoint-button {
  margin: 20px auto 0px;
  text-align: center;
}

div#eco p#green-about {
  margin-top: 20px;
}

div#greenpoint p {
  padding-left: 10px;
  border-left: #009900 10px solid;
}

div#greenpoint img {
  margin-left: 10px;
  float: right;
}

div#greenpoint strong {
  color: #009900;
}

div.pt-logo {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 25px 0 0;
  width: 100%;
}

div.pt-logo p.pt-logo-image {
  width: 40%;
  margin-right: 30px;
}

div.pt-logo p.pt-logo-image img {
  width: 100%;
}

div.pt-logo p.pt-logo-text {
  width: 50%;
}

div.eco-sdgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 25px 0 0;
}

div.eco-sdgs img {
  width: 100%;
}

div.eco-sdgs p.company-logo {
  width: 28%;
  padding-right: 2% !important;
  border-right: 1px #666 solid;
  margin-right: 2%;
}

div.eco-sdgs p.sdgs-logo {
  width: 28%;
}

div.eco-sdgs p.sdgs-text {
  width: 100%;
  display: block;
  margin-top: 10px;
}

/**********************************************
    カタログ表記訂正のお詫び apology.html
**********************************************/
p.apology_discription {
  padding: 0px 0px 30px;
  text-align: center;
  line-height: 200%;
  font-size: 10pt;
}

h4.h4_apology {
  margin: 80px 0 30px;
  text-align: center;
  font-size: 18pt;
  font-weight: bold;
  letter-spacing: 0.2em;
}

/**********************************************
    ご利用規約 rule.html
**********************************************/
div#rule {
  margin-top: 0px;
}

div#rule p {
  margin-bottom: 30px;
}

/**********************************************
     ミファ製品紹介ページ　mifa/index.html
**********************************************/
div#mifa p#mifa-left {
  float: left;
  width: 500px;
}

div#mifa p#mifa-right {
  float: right;
  width: 200px;
}

div#mifa h3 {
  color: #53596d;
  font-size: 16pt;
  border-bottom: 2px #53596d solid;
  border-left: 10px #53596d groove;
  padding: 3px 0 3px 10px;
  margin: 30px 0 20px 0;
}

div#mifa h4 {
  color: #53596d;
  background: #d9deef;
  font-size: 11pt;
  padding: 5px 0 5px 8px;
  margin: 30px 0 10px 0;
}

div#mifa p.image {
  margin: 15px 0 0 0;
}

div.mifa-content {
  margin: 0 0 50px 0;
}

div#mifa table a {
  overflow: hidden;
  float: left;
}

div#mifa table a:hover {
  border: 3px solid #ffb192;
}

div#mifa table a:hover img {
  margin: -3px;
}

div#mifa a#contact {
  width: 500px;
  height: 60px;
  display: block;
  background: url("mifa/material/bt_contact.jpg");
  margin: 0 auto;
}

div#mifa a:hover#contact {
  background-position: 0px 60px;
}

/**********************************************
   グラメディア製品紹介ページ　gramedia/index.html
**********************************************/
h3.h3-gramedia {
  color: #1f3399;
  font-size: 16pt;
  border-bottom: 2px #1f3399 solid;
  border-left: 10px #1f3399 groove;
  padding: 3px 0 3px 10px;
  margin: 30px 0 20px 0;
}

table#table-gramedia {
  width: 740px;
}

table#table-gramedia th {
  padding: 10px;
  background: #006633;
  color: #ffffff;
  font-size: 16pt;
}

table#table-gramedia td {
  vertical-align: top;
  line-height: 1.5;
}

table#table-gramedia td p.gramedia-spec1 {
  padding: 15px 5px 5px;
  font-size: 14pt;
}

table#table-gramedia td p.gramedia-spec2 {
  padding: 5px;
  font-size: 12pt;
}

table#table-gramedia td img.gramedia-icon {
  margin-top: 20px;
}

h4.h4-gramedia {
  margin: 0;
  padding: 10px 5px 2px;
  border-bottom: #ff9700 3px solid;
  font-size: 20pt;
  line-height: 1.2;
}

a#gramedia-contact {
  width: 500px;
  height: 60px;
  display: block;
  background: url("../gramedia/material/bt_contact.jpg");
  margin: 0 auto;
}

a:hover#gramediacontact {
  background-position: 0px 60px;
}

div#gramedia-set {
  padding: 20px;
  background: #e50000;
  color: #ffffff;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}

div#gramedia-set h3 {
  padding: 10px;
  text-align: center;
  background: #ffffff;
  color: #e50000;
  font-size: 16pt;
  font-weight: bold;
}

div#gramedia-set p {
  padding: 10px 0 0;
  line-height: 2;
}

/**********************************************
   飛沫防止パネル紹介ページ　shatter-proof/index.html
**********************************************/
h3.h3-shatter_proof {
  color: #1f3399;
  font-size: 16pt;
  border-bottom: 2px #1f3399 solid;
  border-left: 10px #1f3399 groove;
  padding: 3px 0 3px 10px;
  margin: 30px 0 20px 0;
}

h4.h4-shatter_proof {
  color: #ffffff;
  font-size: 16pt;
  background: #333333;
  padding: 15px 15px 13px;
  margin: 30px 0 20px 0;
  line-height: 1;
}

div#shatter_proof-spec {
  margin-bottom: 60px;
}

table.table-shatter_proof {
  width: 780px;
  margin: 0px auto;
  padding: 0px;
  border-collapse: collapse;
  border: #999999 1px solid;
}

table.table-shatter_proof th {
  padding: 10px;
  text-align: left;
  font-weight: bold;
  background: #e5e5e5;
  vertical-align: middle;
}

table.table-shatter_proof td {
  padding: 10px;
  text-align: left;
  background: #ffffff;
  width: 150px;
  vertical-align: middle;
}

/**********************************************
   UV-LED除菌ライト　sterilization_light
**********************************************/
h3.h3-sterilization {
  color: #8d52b1;
  font-size: 16pt;
  border-bottom: 2px #9859bf solid;
  border-left: 10px #9859bf groove;
  padding: 5px 0 5px 10px;
  margin: 30px 0 20px 0;
}

h4.h4-sterilization {
  color: #ffffff;
  font-size: 16pt;
  background: #454545;
  padding: 15px 15px 13px;
  margin: 30px 0 20px 0;
  line-height: 1;
}

div.sterilization-spec {
  display: flex;
  justify-content: space-between;
}

div.sterilization-about {
  padding: 0 20px;
}

div.sterilization-about p {
  font-size: 12pt;
  line-height: 1.7;
}

div.sterilization-point {
  padding: 0 20px;
}

div.sterilization-point dt {
  font-size: 13pt;
  color: #3b9c75;
  margin-top: 25px;
  font-weight: bold;
  border-left: 5px #3b9c75 solid;
  padding: 5px 0 5px 10px;
}

div.sterilization-point dd {
  margin: 2px 0 10px;
  font-size: 11pt;
  padding: 3px 0 0 15px;
}

div.sterilization-point dd span {
  font-size: 9pt;
  color: #dc5052;
}

div.sterilization-scene {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
}

div.sterilization-scene p {
  margin-bottom: 40px;
  font-size: 12pt;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

div.sterilization-spec {
  padding: 0 20px;
}

div.sterilization-spec table {
  width: 420px;
  height: 100%;
}

div.sterilization-spec table th, div.sterilization-spec table td {
  vertical-align: middle;
  padding-left: 10px;
  border-bottom: 1px #fff solid;
}

div.sterilization-spec table th {
  background: #aa7ec5;
  color: #fff;
  width: 160px;
  font-weight: normal;
}

div.sterilization-spec table td {
  background: #f6e8ff;
}

/**********************************************
    グラソフト製品紹介ページ　grasoft/index.html
**********************************************/
h3.h3-grasoft {
  color: #d88243;
  font-size: 16pt;
  border-bottom: 2px #f1a454 solid;
  border-left: 10px #f1a454 groove;
  padding: 3px 0 3px 10px;
  margin: 40px 0 20px 0;
}

div.grasoft-about p {
  font-size: 16px;
  line-height: 1.6;
}

h4.h4-grasoft {
  font-size: 18px;
  margin: 20px 0 5px;
  padding: 10px 0 8px 12px;
  color: #fff;
  width: 500px;
}

div.grasoft-point p {
  font-size: 16px;
  line-height: 1.6;
  padding-left: 20px;
}

h4.grasoft-point1 {
  background: #E61673;
}

h4.grasoft-point2 {
  background: #F39800;
}

h4.grasoft-point3 {
  background: #8FC31F;
}

h4.grasoft-point4 {
  background: #036EB8;
}

h4.grasoft-point5 {
  background: #920783;
}

div.grasoft-character {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

div.grasoft-character-box {
  width: 365px;
  border: 2px solid #3A8DDE;
  display: table;
  margin-bottom: 10px;
  border-bottom-right-radius: 40px;
}

div.grasoft-character-box h4 {
  background: #3A8DDE;
  color: #fff;
  width: 365px;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-size: 16px;
  vertical-align: middle;
  line-height: 1.4;
}

div.grasoft-character-box p {
  height: 140px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.7;
}

div.grasoft-character-box p span.grasoft-em {
  color: #ff4700;
}

p.grasoft-character-back01 {
  background: url("../grasoft/material/chracter-box01.png");
}

table.grasoft-comparison {
  width: 100%;
  border: 1px #222 solid;
  border-collapse: collapse;
}

table.grasoft-comparison th, table.grasoft-comparison td {
  border: 1px #222 solid;
  text-align: center;
  padding: 2px 5px;
  font-size: 14px;
  width: 195px;
}

table.grasoft-comparison th {
  background: #3A8DDE;
  color: #fff;
}

table th.grasoft-comparison-main {
  background: #3A8DDE;
}

table.grasoft-comparison td {
  background: #EDF2FB;
}

table.grasoft-comparison td span.double-circle {
  font-size: 17px;
}

p.grasoft-comparison-caution {
  font-size: 12px;
}

table.grasoft-spec {
  width: 100%;
  border: 1px #222 solid;
  border-collapse: collapse;
}

table.grasoft-spec th, table.grasoft-spec td {
  border: 1px #222 solid;
  text-align: center;
  padding: 5px 5px;
  font-size: 15px;
}

table.grasoft-spec th {
  background: #3A8DDE;
  color: #fff;
}

table.grasoft-spec td {
  vertical-align: middle;
}

a#grasoft-contact {
  width: 500px;
  height: 60px;
  display: block;
  background: url("../gramedia/material/bt_contact.jpg");
  margin: 0 auto;
}

a:hover#gramediacontact {
  background-position: 0px 60px;
}

/**********************************************
    プロジェクタースクリーン（グラリアパネル）ページ　screen/index.html
**********************************************/
div.screen-product {
  border: 1px #ddd solid;
  padding: 20px 20px 0;
  margin-top: 30px;
}

div.screen-product:last-of-type {
  margin: 30px 0 60px;
}

div.screen-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}

div.screen-type-back {
  border-radius: 8px;
}

div.screen-poket-back {
  background: #fbf7bc;
}

div.screen-stand-back {
  background: #cef1d9;
}

p.screen-type {
  width: 100px;
}

p.screen-type img {
  width: 100%;
}

p.screen-text {
  width: 600px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  padding-right: 20px;
}

p.screen-main-image {
  width: 450px;
}

p.screen-main-image img {
  width: 100%;
}

div.screen-sub {
  width: 280px;
}

p.screen-title {
  height: 40px;
  margin-bottom: 10px;
  background: #fff102;
  text-align: center;
  color: #222;
  line-height: 40px;
  font-weight: bold;
  font-size: 17px;
}

p.screen-title-stand {
  background: #00a73c;
  color: #fff;
}

p.screen-sub-image img {
  width: 100%;
}

div.screen-box-detail {
  align-items: stretch;
}

div.screen-draw {
  width: 300px;
  height: inherit;
}

p.screen-draw-title {
  width: 100%;
  height: 35px;
  margin-bottom: 15px;
  background: #2d98ca;
  text-align: center;
  color: #fff;
  line-height: 35px;
  font-size: 14px;
  display: block;
}

p.screen-draw-image {
  width: inherit;
  height: inherit;
}

p.screen-draw-image a {
  display: block;
  border: 1px #ddd solid;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
}

p.screen-draw-image a img {
  width: 100%;
}

p.screen-draw-image a:hover {
  opacity: 0.8;
  border: 1px #ff7215 solid;
}

div.screen-detail {
  width: 400px;
}

div.screen-detail dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

div.screen-detail dl dt {
  background: #2d98ca;
  color: #fff;
  width: 20%;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 2px 0 2px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.screen-detail dl dt:last-of-type {
  margin-bottom: 0px;
}

div.screen-detail dl dd {
  width: 78%;
  text-align: left;
  font-size: 12px;
}

p.screen-detail-title {
  background: #ddd;
  padding: 2px 0 2px 5px;
  font-size: 12px;
  margin: 15px 0 5px;
}

p.screen-detail-text {
  font-size: 11px;
}

div.screen-bt {
  width: 90%;
  margin: 0 auto 20px;
}

div.screen-bt p {
  width: 47%;
  width: 310px;
}

div.screen-bt p a {
  padding: 15px 0;
}

div.screen-bt p a img {
  width: 100%;
  transition: all 0.2s ease-out;
}

div.screen-bt p a img:hover {
  opacity: 0.5;
}

div.screen-link {
  margin: 70px 0 0;
}

div.screen-link h4 {
  color: #EB6100;
  font-size: 16pt;
  border-bottom: 2px #EB6100 solid;
  border-left: 10px #EB6100 groove;
  padding: 3px 0 3px 10px;
  margin: 30px 0 20px 0;
}

div.screen-link-box {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

p.screen-link-image {
  width: 40%;
}

p.screen-link-image a {
  transition: all 0.2s ease-out;
}

p.screen-link-image a:hover {
  opacity: 0.6;
}

p.screen-link-image img {
  width: 100%;
}

div.screen-link-text {
  width: 55%;
}

div.screen-link-text h5 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px #666 dashed;
  margin-bottom: 5px;
}

/**********************************************
    スキトオルページ　sukitooru/index.html
**********************************************/
div.sukitooru-product {
  border: 1px #ddd solid;
  padding: 20px;
  margin-top: 30px;
}

div.sukitooru-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 25px;
}

div.sukitooru-about-box {
  margin: 40px 0 20px;
}

div.sukitooru-about {
  width: 43%;
}

p.sukitooru-about-title {
  font-size: 18px;
  background: #d8f3ff;
  height: 45px;
  line-height: 45px;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
  color: #0087b0;
  border-left: 5px #0087b0 solid;
}

p.sukitooru-about-text {
  line-height: 1.9;
  font-size: 15px;
}

p.sukitooru-about-text span.pick {
  background: #ffdca4;
  font-weight: bold;
}

p.sukitooru-about-text span.sukitooru-mini {
  font-size: 90%;
  color: #D00000;
}

p.sukitooru-title {
  background: #00a3ad;
  color: #fff;
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 20px;
  text-align: left;
  line-height: 50px;
  font-weight: bold;
  font-size: 21px;
}

p.sukitooru-main-image {
  width: 55%;
}

p.sukitooru-main-image img {
  width: 100%;
}

div.sukitooru-box-image {
  width: 49%;
}

div.sukitooru-box-image img {
  width: 100%;
}

div.sukitooru-box-detail {
  width: 50%;
}

p.sukitooru-draw {
  width: 100%;
}

p.sukitooru-draw-title {
  width: 100%;
  height: 35px;
  margin-bottom: 5px;
  background: #2d98ca;
  text-align: center;
  color: #fff;
  line-height: 35px;
  font-size: 14px;
  display: block;
}

div.sukitooru-detail {
  width: 100%;
  margin: 10px 0 0 0;
}

p.sukitooru-detail-title {
  background: #ddd;
  padding: 2px 0 2px 5px;
  font-size: 12px;
  margin: 0px 0 5px;
}

div.sukitooru-detail dl {
  height: 150px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

div.sukitooru-detail dl dt {
  background: #c5ecff;
  color: #222;
  width: 20%;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 2px 0 2px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.sukitooru-detail dl dd {
  display: flex;
  align-items: center;
  width: 78%;
  text-align: left;
  font-size: 12px;
}

div.sukitooru-detail dl dd span {
  font-size: 80%;
  width: 100%;
  display: block;
}

div.sukitooru-remark {
  width: 100%;
  margin-top: 5px;
}

div.sukitooru-bt-box {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

div.sukitooru-bt-box:last-of-type {
  margin-bottom: 0px;
}

div.sukitooru-bt-box p {
  margin: 0 10px 0 0;
  width: 47%;
  width: 310px;
}

div.sukitooru-bt-box p:nth-of-type(2n) {
  margin: 0 0 0 10px;
}

div.sukitooru-bt-box p a img {
  width: 100%;
  transition: all 0.2s ease-out;
}

div.sukitooru-bt-box p a img:hover {
  opacity: 0.5;
}

/**********************************************
	植物育成ライト
**********************************************/
/**********************************************
    洗浄戦士シリーズページ　/senjosenshi/
**********************************************/
.head-images img {
  width: 100%;
}

.link-senjosenshi {
  margin: 20px 0 20px !important;
  font-size: 16px !important;
  font-weight: bold;
}

.bt-senjosenshi {
  width: 500px;
  margin: 0 auto 20px;
}
.bt-senjosenshi a:hover {
  opacity: 0.7;
}
.bt-senjosenshi img {
  width: 100%;
}

.senjosenshi h4 {
  color: #2445b1;
  font-size: 23px;
  padding: 0px 0 10px 10px;
  margin: 30px 0 15px;
  display: block;
  border-bottom: 3px #2445b1 solid;
}
.senjosenshi-about p {
  font-size: 15px;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 8px 0;
}
.senjosenshi h5 {
  background: #e3f4ff;
  font-size: 20px;
  color: #3653b3;
  padding: 15px 0 15px 10px;
  margin: 10px 0 20px;
  width: 100%;
  display: block;
  border-left: 8px #3653b3 solid;
}
.senjosenshi-feature {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.senjosenshi-feature-text {
  width: 48%;
  margin-top: 20px;
}
.senjosenshi-feature-text-point {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.senjosenshi-feature-images {
  width: 50%;
}
.senjosenshi-feature-images-title {
  background: #288add;
  font-weight: bold;
  font-size: 17px;
  color: #fff46a;
  padding: 10px 0 10px;
  margin: 0 0 5px;
  width: 100%;
  display: block;
  text-align: center;
}
.senjosenshi-feature-images-comment {
  color: #3086cf;
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 13px;
  padding: 0 5px;
}
.senjosenshi-feature-movie {
  width: 100%;
  margin: 30px 0 0;
}
.senjosenshi-feature-movie p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #3652b3;
}
.senjosenshi-feature-movie iframe {
  display: block;
  margin: 0 auto;
}
.senjosenshi-feature-decoma {
  width: 400px;
  margin: 20px auto 0;
}
.senjosenshi-feature-decoma a:hover {
  filter: saturate(180%);
  opacity: 0.9;
}
.senjosenshi-feature-decoma img {
  width: 100%;
}
.senjosenshi-example {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.senjosenshi-example-box {
  width: 370px;
  margin-bottom: 20px;
}
.senjosenshi-example-box-title {
  width: 100%;
  background: #288add;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.senjosenshi-example-box-images img {
  width: 100%;
}
.senjosenshi-lineup {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.senjosenshi-lineup-box {
  width: 250px;
  padding-bottom: 10px;
}
.senjosenshi-lineup-box p {
  margin-bottom: 10px;
}
.senjosenshi-lineup-box-spec {
  padding: 0 20px;
  margin-top: 15px;
}
.senjosenshi-lineup-box-name {
  color: #0063b7;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px !important;
  border-bottom: 1px #333 solid;
  padding-bottom: 3px;
  /*
  span.tyo{color:#ff2f2f;}
  span.awa{color:#ff50c8;}
  */
}
.senjosenshi-lineup-box-text {
  height: 100px;
  font-size: 13px;
  margin-bottom: 15px !important;
}
.senjosenshi-lineup-box-price {
  color: #c90000;
  font-weight: bold;
  text-align: right;
  font-size: 15px;
}
.senjosenshi-lineup-box-price span {
  border-bottom: 1px #c90000 solid;
  display: inline-block;
}
.senjosenshi-lineup-box-price em {
  font-size: 80%;
}
.senjosenshi-lineup-box-decoma a:hover {
  filter: saturate(180%);
  opacity: 0.9;
}
.senjosenshi-lineup-box-decoma img {
  width: 100%;
}
.senjosenshi-lineup .box01 {
  background: #e0f3ff;
}
.senjosenshi-lineup .box02 {
  background: #fff9cd;
}
.senjosenshi-lineup .box03 {
  background: #d4ffe0;
}
.senjosenshi-lineup-decoma {
  width: 400px;
  margin: 30px auto 10px;
}
.senjosenshi-lineup-decoma img {
  width: 100%;
}
.senjosenshi-lineup-decoma a:hover {
  opacity: 0.6;
}

.spokon h4 {
  color: #bd2400;
  font-size: 23px;
  padding: 0px 0 10px 10px;
  margin: 30px 0 15px;
  display: block;
  border-bottom: 3px #bd2400 solid;
}
.spokon-about p {
  font-size: 15px;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 8px 0;
}
.spokon h5 {
  background: #ffe1d2;
  font-size: 20px;
  color: #bd2400;
  padding: 15px 0 15px 10px;
  margin: 10px 0 20px;
  width: 100%;
  display: block;
  border-left: 8px #bd2400 solid;
}
.spokon-feature {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
}
.spokon-feature-text {
  width: 45%;
  margin-top: 20px;
}
.spokon-feature-text-point {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 25px;
}
.spokon-feature-text-point img {
  width: 5%;
  vertical-align: middle;
  position: absolute;
  top: 55%;
  left: 0px;
  transform: translate(0, -50%);
}
.spokon-feature-arrow {
  width: 10%;
  text-align: center;
}
.spokon-feature-arrow img {
  width: 50%;
}
.spokon-feature-main {
  width: 45%;
}
.spokon-feature-main-title {
  background: #eb6b31;
  font-weight: bold;
  font-size: 17px;
  color: #f3f755;
  padding: 10px 0 10px;
  margin: 0 0 5px;
  width: 100%;
  display: block;
  text-align: center;
}
.spokon-feature-main-comment01 {
  color: #222;
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 15px;
}
.spokon-feature-main-comment02 {
  color: #222;
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 15px;
  text-align: right;
}
.spokon-feature-movie {
  width: 100%;
  margin: 30px 0 0;
}
.spokon-feature-movie p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #bd2500;
}
.spokon-feature-movie iframe {
  display: block;
  margin: 0 auto;
}
.spokon-feature-decoma {
  width: 400px;
  margin: 20px auto 0;
}
.spokon-feature-decoma a:hover {
  filter: saturate(180%);
  opacity: 0.9;
}
.spokon-feature-decoma img {
  width: 100%;
}
.spokon-example {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.spokon-example-box {
  width: 370px;
  margin-bottom: 20px;
}
.spokon-example-box-title {
  width: 100%;
  background: #eb6a31;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.spokon-example-box-images img {
  width: 100%;
}
.spokon-use {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.spokon-use-text {
  width: 40%;
}
.spokon-use-text-images {
  width: 60%;
  margin: 0 auto 20px;
}
.spokon-use-text-images img {
  width: 100%;
}
.spokon-use-text-title {
  font-size: 17px;
  font-weight: bold;
}
.spokon-use-text-desc {
  margin: 5px 0 15px 10px;
}
.spokon-use-text-caution {
  text-align: left;
  font-size: 12px;
  color: #9B0002;
}
.spokon-use-images {
  width: 58%;
}
.spokon-use-images-point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
}
.spokon-use-images-point img {
  width: 25%;
}
.spokon-use-images-point p {
  width: 70%;
}
.spokon-use-images-point p span {
  font-size: 120%;
  font-weight: bold;
  color: #0035a9;
}
.spokon-lineup {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.spokon-lineup-images {
  width: 350px;
  text-align: center;
  margin-top: 15px;
}
.spokon-lineup-images img {
  width: 80%;
}
.spokon-lineup-text {
  width: 350px;
}
.spokon-lineup-text h6 {
  background: #eb6a31;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
  width: 90px;
  text-align: center;
  margin: 15px 0 0px;
}
.spokon-lineup-text p {
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.spokon-lineup-text-title {
  font-weight: bold;
  padding: 0 !important;
  margin-top: 10px;
  font-size: 16px !important;
  color: #0035a9;
}
.spokon-lineup-text-price {
  color: #c90000;
  font-weight: bold;
  text-align: right;
  font-size: 17px !important;
  margin: 20px 0 0 0 !important;
}
.spokon-lineup-text-price span {
  border-bottom: 1px #c90000 solid;
  display: inline-block;
}
.spokon-lineup-text-price em {
  font-size: 80%;
}
.spokon-lineup-decoma {
  width: 400px;
  margin: 30px auto 10px;
}
.spokon-lineup-decoma img {
  width: 100%;
}
.spokon-lineup-decoma a:hover {
  opacity: 0.6;
}

/**********************************************
    新店開設／事務所移転のご案内 newopen.html moving.html
**********************************************/
div#newopen h3 {
  margin-bottom: 50px;
}

div#newopen p {
  margin-bottom: 30px;
  line-height: 2;
}

/*記*/
table#table-newopen {
  border-collapse: collapse;
  margin: 30px 0 0;
}

table#table-newopen th {
  padding: 10px 10px;
  font-size: 9pt;
  border: #999999 1px solid;
  font-weight: normal;
  vertical-align: middle;
}

table#table-newopen th.newcompanyname {
  padding: 20px 10px;
  font-size: 12pt;
  font-weight: bold;
  color: #ff7215;
  background: #ffe5cc;
}

table#table-newopen td {
  padding: 10px 10px;
  font-size: 9pt;
  border: #999999 1px solid;
  color: #000000;
}

/*物流センター*/
table#table-logistics {
  border-collapse: collapse;
  margin: 30px 0 0;
}

table#table-logistics th {
  padding: 10px 10px;
  font-size: 9pt;
  border: #999999 1px solid;
  font-weight: normal;
  vertical-align: middle;
}

table#table-logistics td {
  padding: 10px 10px;
  font-size: 9pt;
  border: #999999 1px solid;
  color: #000000;
  vertical-align: middle;
}

/**********************************************
    ダイノック価格改定 
**********************************************/
#dinoc-price {
  margin: 20px auto;
  padding: 0px;
  text-align: center;
  width: 740px;
}

#dinoc-pdf {
  background: #bd2122;
  width: 220px;
  height: 50px;
  margin: 0 auto;
}

#dinoc-pdf a {
  width: 220px;
  height: 50px;
  background: #bd2122;
  color: #fff;
  display: inline-block;
  line-height: 50px;
  text-align: center;
}

#dinoc-pdf a:hover {
  text-decoration: none;
  color: #fff;
  border: none;
  background: #d04040;
}

/**********************************************
    本社ショールームのご案内 showroom.html
**********************************************/
div#showroom h3 {
  margin-bottom: 50px;
}

div#showroom p {
  margin-bottom: 30px;
  line-height: 2;
}

/*記*/
table#table-showroom {
  border-collapse: collapse;
  margin: 30px 0 0;
}

table#table-showroom td {
  padding: 0;
}

table#table-showroom td img {
  width: 240px;
}

/**********************************************
    外部リンク（各サイト共通）
**********************************************/
table#otherlink {
  width: 100%;
  margin-top: 20px;
  border: none;
  border-collapse: collapse;
}

table#otherlink td {
  width: 25px;
  font-size: 8pt;
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}

table#otherlink td.link-image {
  width: 230px;
}

table#otherlink td.blank_height {
  height: 20px;
  width: auto;
}

/**********************************************
    ブランド商材サイトリンク
**********************************************/
table#brandlink {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

table#brandlink td {
  font-size: 8pt;
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}

table#brandlink td a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

div#weblink {
  text-align: center;
  margin: 20px 0 0 0;
  border: 1px #aaaaaa solid;
}

div#weblink img {
  border: 1px #FFFFFF solid;
  width: 996px;
}

/**********************************************
   お知らせ
**********************************************/
.indexnotice_wrapper {
  width: 800px;
  margin: 0 auto;
  padding: 50px 0 60px 0;
}

.indexnotice_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #cccccc;
  padding: 18px 0;
  font-size: 16px;
}

.sen {
  border-bottom: 1px solid #cccccc;
}

.indexnotice_day {
  width: 16%;
  padding-left: 25px;
}

.indexnotice_text {
  width: 70%;
}

.fa-angle-right {
  padding-left: 26px;
  font-size: 13px;
  color: #8f8c8c;
}

.indexnotice_title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 25px;
}

.indexnotice_text {
  color: #333333;
  transition: 0.3s;
}

.indexnotice_text:hover {
  color: #333333;
  text-decoration: none;
  opacity: 0.5;
}

/**********************************************
   New Release
**********************************************/
.top02 {
  color: #ff7215;
  font-size: 30px;
  margin: 0 0 15px 0;
  line-height: 1.4;
  text-align: left;
  border-bottom: 1px #cccccc solid;
}

.top02 span.kana {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
}

.release_wrapper {
  width: 31.5%;
}

.blur:hover {
  opacity: 0.7;
}

.blur {
  transition: 0.3s;
}

.release-outer01 {
  display: flex;
  justify-content: space-between;
}

.releasenews_date {
  font-size: 14px;
  font-weight: 700;
  padding-right: 10px;
  display: flex;
  align-items: center;
  padding: 15px 0 7px 0;
}

.release_type01 {
  background-color: #63b171;
}

.release_type02 {
  background-color: #ef6eac;
}

.release_type03 {
  background-color: #f8b616;
}

.release_type04 {
  background-color: #6f3ae0;
}

.release_type05 {
  background-color: #ff7215;
}

.release_type01, .release_type02, .release_type03, .release_type04, .release_type05 {
  color: #fffdfd;
  font-weight: 700;
  padding: 1px 2px;
  border-radius: 5px;
  font-size: 10px;
  margin-left: 4px;
  width: 63px;
  text-align: center;
}

.release-outer02 {
  padding: 30px 0 0 0;
}

.releasenews_date02 {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 700;
  width: 220px;
}

.release_wrapper02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 0;
  border-top: 1px solid #cccccc;
}

.release_wrapper02:last-of-type {
  border-bottom: 1px solid #cccccc;
}

.release_text02 {
  width: 515px;
}

.release_text, .release_text02 {
  display: inline-block;
  color: #333333;
}

.release_text:hover, .release_text02:hover {
  color: #333333;
  text-decoration: none;
}

.release_outer03 {
  padding-top: 25px;
  text-align: right;
}

.release_btn {
  padding: 12px 30px;
  border: 2px solid #ff7215;
  border-radius: 6px;
  color: #ff7215;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  background: #fff;
  transition: 0.3s;
}

.release_btn:hover {
  background: #ff7215;
  color: #fff;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */