<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.block-header-comment {
  margin-left: 15px;
  flex-grow: 1;
}

.block-header-comment &gt; div {
  display: flex !important;
}

.block-headernav {
  margin-left: 10px;
}

.block-headernav li:not(:last-child)::after {
  content: '｜';
}

.block-header-btns {
  margin-left: 10px;
}

.block-header-btns a {
  white-space: nowrap;
}

.block-global-search--search-detail-link {
  width: auto !important;
  height: auto !important;
  padding: 7px 14px !important;
  background-color: #2CC4B5;
}

.block-global-search--search-detail-link&gt;img{
  width: 20px;
  margin-right: 5px;
}
.btn-hd-kitrsrvc01 a{
  width: auto !important;
  width: auto !important;
  height: auto !important;
  padding: 7px 14px !important;
}
.btn-hd-kitrsrvc01 a&gt;img{
  width: 18px;
  margin-right: 5px;
}

#header&gt;.container{
  justify-content: space-between;
}

.pane-globalnav .container {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}
.block-globalnav1 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}	

.block-globalnav1 &gt; ul {
  height: auto;
  display: flex;/*★★★20200928★★★*/
  align-items: stretch;/*★★★20200928★★★*/
}



/*★★★20200928★★★*/
.block-globalnav1 &gt; ul &gt;li{
  display: flex;
  height: auto;
  align-items: stretch;
  padding: 0 !important;
  margin: 0 !important;
}
.block-globalnav1 &gt; ul &gt;li&gt;.block-globalnav-ttl{
  padding: 0 25px 0 7px !important;
}

.block-globalnav-ttl.is-open:hover {
  opacity: 1;
}
/*★★★20200928★★★*/

.block-globalnav1 &gt; ul &gt; li + li {
  /* margin-left: 25px; */
  margin: 0 !important;/*★★★20200928★★★*/
}

.block-globalnav-ttl {
  height: auto;
  padding-right: 17px;
  font-size: 1.3rem;
}

/*★★★20200928★★★*/
.block-globalnav-ttl.is-open {
  background-color: rgba(0,0,0,.25);
}
/*★★★20200928★★★*/
.block-globalnav-ttl &gt; span {
  width: 10px;
  height: 10px;
  right: 10px;/*★★★20200928★★★*/
}
.block-globalnav-ttl &gt; span::before {
  top: 4px;
}
.block-globalnav-ttl &gt; span::after {
  left: 4px;
}
.block-globalnav2 &gt; ul &gt; li + li {
  margin-left: 20px;
}
.block-globalnav2 .img {
  margin-right: 3px;
  width: 20px;
}	

.block-globalnav3 {
  padding: 0 5px 0 10px;
  margin-left: 10px;
  border-left: 1px dotted rgba(255,255,255,.66);
}

.block-global-search {
  margin: 0;
}


.block-footer-sns li{
  width: 30px;
}

.block-footer-sns li:not(:last-child) {
  margin-right: 15px;
}

.block-footer-sns a {
  text-decoration: none;
  display: block;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.block-footer-sns a:hover {
  text-decoration: none;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  opacity: .7;
}

.block-footer-main-nav-list a{
  color: #CDD0D1;
}

.block-footer-bnrs ul {
  justify-content: center;
}
.block-footer-bnrs a {
  font-size: 10px;
  line-height: 1.2;
  color: #999;
}
.block-footer-bnrs a:hover {
  text-decoration: none;
}
.block-footer-bnrs a img {
  margin-bottom: 3px;
}
.block-footer-bnrs li {
  width: 100px;
}

/*-----2020.09.24-----*/
.side-top-links .-kaitori a::before {
  left: 2px;
  width: 18px;
  height: 18px;
  background: url(/img/usr/common_pc/icon_kaitor_left.png) center no-repeat;
  background-size: contain;
}
.side-top-links .-shitadori a::before {
  left: 2px;
  width: 18px;
  height: 18px;
  background: url(/img/usr/common_pc/icon_shitadori_left.png) center no-repeat;
  background-size: contain;
}

.block-globalnav-layer-2nd-list li + li {
  margin-top: 1.6em;
}
.block-globalnav-layer-2nd-list li.-linkAll01 {
  /* margin-top: 2.4em; */
  text-align: right;
}
.block-globalnav-layer-2nd-list li.-linkAll01&gt;a{
  font-weight: bold;
}
.block-globalnav-layer-2nd-list:last-of-type{
  padding-right: 0;
}
.block-footer-company-inner{
  margin-bottom: 30px;
}

.brand_search-list-brand_name-list li {
    width: calc(100% / 2);
}

.brand_search-list-brand_name-list .txt-en {
    position: absolute;
}

.brand_search-list-brand_name-list .txt-ja {
    margin: 25px 0 0;
}


/* 大スライドバナー　ページャーをバナーに被らないように再デザイン */
.block-top-body--body {
  overflow: visible;
}
#top-slider .slick-prev, #top-slider .slick-next {
  top: 458px;
}
.slick-counter-inner {
  bottom: -35px;
}
.slick-counter-inner &gt; span {
  color: #202021;
  font-weight: bold;
}
.slick-counter-inner .total {
  color: #202021;
}
.slick-counter-inner .current::after {
  color: #202021;
}
/* //大スライドバナー　ページャーをバナーに被らないように再デザイン */

/*-- ヘッダー固定バナー --*/
.-hdBnr01{
  width: 1020px;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
}
/*-- //ヘッダー固定バナー --*/</pre></body></html>