@charset "UTF-8";
/* 株式会社キヌガワ　本社サイト */
/******************************************************************
	変数設定
*******************************************************************/
/*色設定*/
/*フォント*/
/*flex設定*/
/******************************************************************
    基本設定
******************************************************************/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;800&display=swap");
* {
  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: #4466cc;
  text-decoration: none; }

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

form {
  display: inline; }

.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.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: 20px; }
  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: 15px 0px 0px;
  border-top: 5px solid #2a4499; }

div#head {
  width: 1000px;
  margin: 0px auto;
  padding: 0px; }

div#logo {
  float: left; }

h1 {
  margin: 0px;
  padding: 13px 0 0 0;
  font-size: 10px;
  width: 300px;
  line-height: 10px; }

h1 img {
  height: 66px; }

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

/*プライマリ*/
div#primary {
  width: 410px;
  float: right;
  position: relative; }

ul#headmenu {
  width: 425px;
  height: 21px;
  margin-top: 0px;
  padding: 0px;
  float: right;
  display: block;
  list-style: none; }

ul#headmenu a {
  float: left;
  color: #666666;
  margin-left: 23px;
  padding-bottom: -5px;
  border-bottom: 1px #FFFFFF solid; }

ul#headmenu li:first-child {
  margin-left: -6px; }

ul#headmenu a:hover {
  text-decoration: none;
  border-bottom: 1px #666666 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: #3456C5; }

ul#headmenu a#headmenu-world:hover {
  text-decoration: none;
  border-bottom: 1px #3456C5 solid; }

ul#headmenu img {
  height: 21px; }

div#english-link {
  float: right;
  width: 100px;
  height: 25px;
  /*border:1px #3456C5 solid;border-radius:5px;*/
  margin-left: -5px; }

div#english-link a {
  width: 100%;
  height: 100%;
  display: block;
  color: #3456C5;
  position: relative;
  font-size: 15px;
  line-height: 25px;
  text-indent: 21px; }

div#english-link a:hover {
  text-decoration: none;
  border-bottom: 1px #3456C5 solid; }

div#english-link a:before {
  content: url("../material/svg/world.svg");
  position: absolute;
  width: 16px;
  display: block;
  top: 5px;
  left: -9px;
  background-size: 100%; }

div#sales {
  float: right;
  width: 410px;
  height: 46px;
  margin: 10px 0px 0 0; }

div#phonenumber {
  float: left;
  width: 245px;
  height: 30px;
  margin: 0px 0px 0 0; }

div#time {
  float: right;
  width: 165px;
  height: 36px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #666666;
  margin-bottom: 10px; }

div#phonenumber img {
  height: 30px; }

div#sales-link {
  float: right;
  width: 410px;
  height: 46px;
  margin: 10px 0px 0 0;
  text-align: left;
  font-size: 12px;
  color: #666666; }

div#social {
  margin-top: 0px;
  height: 21px;
  float: right; }

/******************************************************************
    Decomaリンク
******************************************************************/
/******************************************************************
    メニュー
******************************************************************/
div#menuback {
  width: 100%;
  background: #ffffff;
  margin: 25px 0;
  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: 166px;
  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: #3456C5;
  text-decoration: none;
  border-bottom: 2px #3456C5 solid; }

/******************************************************************
    ページトップスクロール
******************************************************************/
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-bt a:hover {
  color: #ccc;
  text-decoration: none; }

div#pagetop-bt a {
  color: #fff;
  text-align: center;
  width: 250px;
  display: block;
  margin-left: -50px; }

/******************************************************************
    フッター
******************************************************************/
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 #cccccc 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: #294499 5px solid;
  border-bottom: #999999 1px solid; }

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: #294499;
  border-left: #294499 8px solid;
  border-bottom: #294499 1px solid; }

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

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

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

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: #294499;
      border-top: #6699cc 1px solid;
      border-bottom: #003366 1px solid;
      border-right: #003366 1px solid; }
      dl.submenu dt a:hover {
        color: #ffffff;
        background: #5974c9; }
  dl.submenu ul {
    margin: 0px;
    padding: 0px; }
    dl.submenu ul li {
      list-style: none; }
      dl.submenu ul li a {
        width: 160px;
        padding: 12px 10px 12px 30px;
        display: block;
        font-size: 8pt;
        background: #FFFFFF;
        color: #444444;
        border-bottom: #294499 1px solid;
        position: relative; }
        dl.submenu ul li a.current {
          color: #2a4499;
          padding: 12px 32px 12px 8px;
          background: #f3f6ff; }
          dl.submenu ul li a.current:after {
            content: ""; }
        dl.submenu ul li a:after {
          content: url("../material/svg/pickup-arrow.svg");
          width: 12px;
          top: 15px;
          left: 10px;
          display: block;
          position: absolute; }
        dl.submenu ul li a:hover {
          background: #f3f6ff;
          color: #2a4499; }

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

/**** 以下、ページごとのスタイル ****/
/**********************************************
    トップページ 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;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease 0s; }
  .new_slides .slick-slide a {
    pointer-events: none; }
.new_slides .slick-current, .new_slides .is-active-next {
  opacity: 1; }
  .new_slides .slick-current a, .new_slides .is-active-next a {
    pointer-events: auto; }
  .new_slides .slick-current img, .new_slides .is-active-next img {
    transform: scale(1.2); }
  .new_slides .slick-current video, .new_slides .is-active-next video {
    transform: scale(1.2); }
.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; }

/*WEBリンクミニ*/
/*見出し*/
h3.top {
  color: #2a4499;
  font-size: 30px;
  margin: 30px 0 15px;
  line-height: 1.4;
  text-align: left;
  border-bottom: 1px #cccccc solid; }

h3.top02 {
  color: #2a4499;
  font-size: 30px;
  margin: 0 0 15px 0;
  line-height: 1.4;
  text-align: left;
  border-bottom: 1px #cccccc solid; }

h3.top span.kana, h3.top02 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: #2a4499;
  opacity: 0.7; }

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; }

/*index新着情報-改良*/
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: #ff3399;
  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; }

/*デコマリンク*/
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.0;
  display: block;
  background: #fff;
  font-weight: bold;
  padding-top: 1px; }

/**********************************************
    新着情報詳細 news.html
**********************************************/
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: #e5f0ff;
  color: #4466cc;
  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(100% / 4 - 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-company
table#table-history {
  border-collapse: collapse; }

table#table-history th {
  padding: 20px 10px;
  font-size: 9pt;
  color: #4466cc;
  background: #e5f0ff;
  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;
  background: #666666;
  color: #ffffff;
  font-size: 8pt;
  font-weight: normal; }

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

/*採用情報*/
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
**********************************************/
/*お問い合わせ*/
#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: #333399 1px solid;
  background: #e5e5f0;
  text-align: left;
  color: #333333;
  font-size: 8pt;
  line-height: 150%; }

div#privacy h4 {
  margin: 0px;
  padding: 5px 10px;
  background: #333399;
  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: #6666cc 1px dashed;
  color: #333399; }

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

.privacy_link {
  text-decoration: underline;
  color: #4466cc;
  font-weight: bold; }

/*お問い合わせ御礼*/
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#green-about {
  margin-top: 20px; }

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

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; }

/**********************************************
    プライバシーポリシー privacy.html
**********************************************/
ul.privacy-list {
  margin-bottom: 30px;
  list-style: none; }
  ul.privacy-list li {
    text-indent: -1em;
    padding-left: 1em; }
  ul.privacy-list li:before {
    content: "・"; }

/**********************************************
    サステナブルサプライヤー宣言 sustainability/index.html
**********************************************/
div.sus-about {
  padding: 0 10px;
  margin: 20px 0 60px 0; }

div.sus-about p {
  font-size: 17px;
  line-height: 1.7; }

div.sus-contents {
  margin-top: 40px;
  padding: 0; }

div.sus-contents h5 {
  color: #00b2db;
  font-size: 23px;
  font-weight: bold;
  border-bottom: 2px #00b2db solid;
  border-left: 5px #00b2db solid;
  margin: 0px 0 15px;
  padding: 15px 0 12px 15px;
  border-image: linear-gradient(to right, #00b2db 70%, #fff 100%);
  border-image-slice: 1;
  letter-spacing: 0.1em; }

div.sus-contents h5 span {
  font-size: 60%;
  font-weight: normal;
  padding-left: 15px;
  opacity: 0.8;
  letter-spacing: normal; }

div.sus-contents-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end; }

div.sus-contents div {
  margin: 30px 0 100px;
  padding: 0 20px; }

div.sus-contents div p {
  font-size: 15px;
  line-height: 1.7; }

div.sus-contents div p.sus-contents-halftext {
  width: 75%; }

div.sus-contents div p.sus-contents-halfimage {
  width: 15%; }

div.sus-contents div p.sus-contents-halfimage img {
  width: 100%; }

div.sus-caption {
  border: 1px #666 solid;
  padding: 20px;
  margin: 50px 0 0 0; }

div.sus-caption p {
  text-align: center; }

div.sus-caption a {
  width: 330px;
  padding-right: 20px;
  border-right: 1px #666 solid;
  display: inline-block; }

div.sus-caption a:nth-of-type(2n) {
  border: none;
  padding: 0;
  margin-left: 17px; }

div.sus-caption img {
  width: 100%; }

div.sus-caption p.sus-caption-text {
  width: 600px;
  text-align: left;
  margin: 15px auto 0; }

p.bn_ecomaterials {
  margin: 50px auto 0;
  width: 600px; }

p.bn_ecomaterials a:hover {
  opacity: 0.8; }

/**********************************************
     ミファ製品紹介ページ　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; }

/**********************************************
     アトモフ製品紹介ページ　atmoph/index.html
**********************************************/
div#atmoph p#atmoph-left {
  float: left;
  width: 460px; }

div#atmoph p#atmoph-right {
  float: right;
  width: 300px; }

div#atmoph h3 {
  color: #1096ab;
  font-size: 16pt;
  border-bottom: 2px #224b56 solid;
  border-left: 10px #1096ab groove;
  padding: 3px 0 3px 10px;
  margin: 30px 0 20px 0; }

div#atmoph h4 {
  color: #224b56;
  background: #d9deef;
  font-size: 11pt;
  padding: 5px 0 5px 8px;
  margin: 30px 0 10px 0; }

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

div#atmoph table#table-atmoph_use {
  margin: 20px auto 80px; }

div#atmoph table#table-atmoph_use strong {
  margin: 10px auto 5px;
  display: block;
  color: #1096ab;
  font-size: 12pt;
  border-bottom: 1px #1096ab solid; }

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

div#atmoph a#contact span {
  display: none; }

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

/*製品仕様表*/
table.atmoph-spec {
  width: 780px;
  margin: 20px auto 80px;
  padding: 0px;
  border-collapse: collapse;
  border: #999999 1px solid; }

table.atmoph-spec th {
  width: 120px;
  padding: 10px;
  font-weight: normal;
  background: #e5e5e5;
  text-align: center;
  vertical-align: middle;
  box-sizing: content-box; }

table.atmoph-spec td {
  padding: 10px;
  background: #ffffff;
  text-align: left;
  vertical-align: middle; }

table.atmoph-spec td ul.atmoph-speclist {
  margin-left: 20px; }

/**********************************************
     抗菌・抗ウイルス内装のススメ　antivirus/index.html
**********************************************/
h3.h3-antiviru {
  margin: 50px 0; }

p.antivirus-content2 {
  margin-bottom: 50px; }

p.antivirus-content3 {
  margin-bottom: 50px; }

p.antivirus-content4 {
  margin-bottom: 50px; }

p.antivirus-content5 {
  margin-bottom: 50px; }

p.antivirus-content7 {
  margin-bottom: 50px; }

div.antivirus-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 590px;
  margin: 0 auto; }

div.antivirus-photo p {
  color: #45BDCF;
  font-size: 18px;
  line-height: 3;
  width: 280px;
  margin-bottom: 30px; }

div.antivirus-content {
  width: 590px;
  margin-right: auto;
  margin-left: auto; }

p.antivirus-text {
  font-size: 15px;
  line-height: 1.6; }

p.antivirus-text span {
  font-weight: bold; }

p.antivirus-comment {
  margin-bottom: 30px; }

h3.h3-antivirus {
  margin: 50px 0; }

h4.h4-antivirus {
  color: #45BDCF;
  font-size: 14pt;
  line-height: 1.0;
  border-bottom: 1px #45BDCF solid;
  padding-bottom: 10px;
  font-weight: normal;
  margin-bottom: 20px; }

div.antivirus-type {
  border-top: 1px #45BDCF solid; }

div.antivirus-type-box {
  border-bottom: 1px #45BDCF solid;
  display: flex;
  padding: 25px 0; }

p.antivirus-type-title {
  color: #fff;
  background: #45BDCF;
  width: 255px;
  font-size: 15px;
  border-radius: 5px;
  padding: 20px 0 20px 15px;
  margin: auto; }

p.antivirus-type-detail {
  padding: 0 30px 0 45px;
  width: 280px;
  margin: auto;
  font-weight: bold;
  line-height: 1.7; }

div.antivirus-contact {
  margin: 80px auto 0px;
  font-size: 24px;
  text-align: center;
  line-height: 1.8; }

div.antivirus-contact a {
  color: #ffffff;
  padding: 20px 60px 18px;
  background: #F8B62D;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  font-weight: bold; }

div.antivirus-contact a:hover {
  color: #ffffff;
  background: #f8882d;
  text-decoration: none; }

/**********************************************
    レジリエンス /resilience/
**********************************************/
.resilience .keyvisual {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 45px; }

.resilience .wrapper01, .resilience .wrapper02, .resilience .wrapper03, .resilience .wrapper04 {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }

.resilience .wrapper01 {
  height: 288px; }

.resilience .wrapper02 {
  padding: 55px 0 65px 0; }

.resilience .pic01 img {
  box-shadow: 24px 24px 0 0 #fff100; }

.resilience h2, .lightblue, .lightgreen, .orange, .three_points {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 800; }

.resilience h2 {
  font-size: 30px;
  letter-spacing: -0.04em;
  padding-bottom: 30px;
  margin: 0;
  border-top: 0;
  border-bottom: 0; }

.resilience .content01, .resilience .content02 {
  width: 61%; }

.resilience .text {
  line-height: 1.7;
  font-size: 13px; }

.resilience .reference {
  display: block;
  font-size: 11px;
  text-align: right;
  padding-top: 10px; }

.resilience .pic02 img {
  box-shadow: 24px -24px 0 0 #fff100; }

.resilience .depression {
  display: block;
  padding-top: 18px; }

.resilience .content02 {
  height: 240px; }

.resilience .lightblue, .resilience .lightgreen, .resilience .orange {
  font-size: 28px;
  line-height: 1rem;
  padding: 25px 0 35px 0; }

.resilience .lightblue {
  color: #2ea7e0; }

.resilience .lightgreen {
  color: #abcd03; }

.resilience .orange {
  color: #ea5514; }

.resilience .contents03 {
  width: 30%; }

.resilience .wrapper04 {
  padding-bottom: 55px; }

.resilience　.btn_box {
  margin: 0 auto; }

.resilience .btn_box a {
  display: block;
  max-width: 62%;
  padding: 30px 60px;
  margin: 0 auto;
  font-size: 28px;
  text-align: center;
  color: #fff;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  background-color: #e60012;
  border: 2px solid #e60012;
  border-radius: 10px;
  -webkit-transition: all .3s;
  transition: all .3s; }

.resilience .btn_box a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #e60012;
  border: 2px solid #e60012; }

.resilience .wrapper03 {
  padding: 35px 0 45px 0; }

.resilience .three_points span {
  display: block;
  font-size: 30px;
  letter-spacing: -0.04em;
  position: relative;
  text-align: center; }

.resilience .three_points {
  background: #fff100;
  padding: 30px 0px; }

.resilience .three_points:before {
  background: repeating-linear-gradient(135deg, #000, #000 5px, transparent 0, transparent 10px);
  content: "";
  padding: 10px 0;
  display: block;
  margin-bottom: -20px;
  position: relative;
  width: 50%;
  left: 0%;
  bottom: 41px; }

/**********************************************
    新店開設のご案内 newopen.html
**********************************************/
div#newopen h3 {
  margin-bottom: 50px; }
div#newopen p {
  margin-bottom: 30px;
  line-height: 2.0; }

/*記*/
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: #4466cc;
  background: #e5f0ff; }

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

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

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

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

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

/**********************************************
    詐欺サイト注意 fake-caution.html
**********************************************/
div.fake-caution {
  padding: 0 20px; }
  div.fake-caution p {
    margin: 0 0 40px 0;
    font-size: 16px;
    line-height: 1.6; }
  div.fake-caution_link {
    margin: 40px 0 0 0;
    padding: 20px;
    border: 1px #aaa solid; }
    div.fake-caution_link li {
      font-size: 16px;
      line-height: 1.4;
      list-style: none;
      margin: 0 0 15px 0; }
    div.fake-caution_link li:last-child {
      margin: 0px; }

/**********************************************
    外部リンク（各サイト共通）
**********************************************/
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#weblink2 {
  text-align: center;
  margin: 50px auto -30px;
  border: 1px #aaaaaa solid;
  width: 800px; }
  div#weblink2 img {
    border: 1px #FFFFFF solid;
    width: 798px; }
    div#weblink2 img:hover {
      opacity: 0.7; }

p.text_weblink {
  width: 600px;
  margin: 20px auto 0; }

p.text_weblink a {
  display: block;
  width: inherit;
  border-radius: 5px;
  border: 2px #2a4499 solid;
  color: #2a4499;
  font-size: 20px;
  text-align: center;
  padding: 25px; }

p.text_weblink a:hover {
  background: #2a4499;
  color: #fff;
  text-decoration: none; }

/**********************************************
    注意喚起
**********************************************/
/*注意喚起___________________________*/
.attention {
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  background-color: #ffecf3;
  padding: 25px 0px; }

.attention_box {
  color: #d14d4d;
  text-align: center; }

.attention_wrapper:hover {
  text-decoration: none; }

.attention:hover, .notice02_text_box:hover {
  opacity: .5; }

.attention, .notice02_text_box, div#weblink2 img {
  transition: 0.3s; }

/**********************************************
    お知らせ
**********************************************/
.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: 17%;
  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: .5; }

/**********************************************
   New Release
**********************************************/
.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: #2a4499; }

.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 #2a4499;
  border-radius: 6px;
  color: #2a4499;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  background: #fff;
  transition: 0.3s; }

.release_btn:hover {
  background: #2a4499;
  color: #fff;
  text-decoration: none; }
