<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 2022/5/23 e2e added */

/* 2022/6/1 e2e added */

/* 2022/6/9 access added */
@media screen and (min-width:768px) {
.module .head6 {
    font-size: 18px !important;
}
}

/* 2022/6/10 fontæŒ‡å®š */
.font1 {
    font-family: sans-serif !important;
}
.news-tab dl .day {
    font-family: sans-serif;
}
.module .global-list dd {
    font-family: sans-serif;
}

/* PC SPæ”¹è¡Œä½ç½®åˆ‡ã‚Šæ›¿ãˆ */
@media screen and (min-width:768px) {
  .only-pc {
    display: block !important;
  }
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
}


/* 2022/7/4 placeholder */
::placeholder {
  color: #b0b0b0;
}

/* 2022/7/8 è£½å“ãƒšãƒ¼ã‚¸ã‚¿ã‚¤ãƒˆãƒ« */
@media screen and (max-width: 767px) {
#page-title h1 {
    padding: 0 8%;
}
#page-title.products-title h1 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
}
}

/* 2022/7/11 ã‚µã‚¤ãƒˆæ”¹ä¿® */
/* TOP index */

/*  è£½å“ãƒ»ã‚µãƒ¼ãƒ“ã‚¹  */

.index-search a {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
.index-spmenu&gt;dl&gt;dt {
    font-weight: bold;
}
}

/*  ãƒ‹ãƒ¥ãƒ¼ã‚¹ä¸€è¦§  */

@media screen and (max-width: 767px) {
.index-news-top h2 {
    margin: 0 50px 0 0 ;
    font-size: 21px !important;
}
.news-tab dl .day {
    float: right !important;
    border-right: none !important;
}
.news-tab dl .tit {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}
}

/* header  */

@media screen and (min-width:768px) {
	header nav .sub-menu .contact a {
    letter-spacing: .06em;
	    font-weight: bold;
}
	header .menu-main .ctbox {
    min-height: 80px;
}
}
@media screen and (max-width: 767px) {
header nav #main-menu&gt;li&gt;a, header nav #main-menu&gt;li&gt;span {
    font-weight: bold;
}
header nav .sub-menu .contact a {
    letter-spacing: .06em;
	    font-weight: bold;
}
}


/* footer */
@media screen and (min-width:768px) {
    footer .ft-menu ul li&gt;a {
        font-weight: bold;
    }
footer .ft-menu ul li.contact a {
    letter-spacing: 0.06em;
}

}
@media screen and (max-width: 767px) {
	footer nav #footer-menu&gt;li&gt;a, footer nav #footer-menu&gt;li&gt;span {
    font-weight:bold;
}
    footer .ft-menu ul li.contact a {
        font-weight: bold;
        letter-spacing: 0.06em;
    }
}

/*  ãŠå•ã„åˆã‚ã›  */

.contact-form table th {
    font-weight: bold !important;
}
.module .contact-form .product li.category {
    font-weight: bold;
}


@media screen and (min-width:768px) {
.module .contact-form .product li {
    font-size: 13px;
}
}

/*  è³‡æ–™ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰  */
.module .dl-menu li {
    font-weight: bold;
}
.module .dllink a {
    position: relative;
    border: 1px solid #b5d3e4;
    padding: 5px 3px 4px 8px;
    font-size: 13px;
	  font-weight: bold;
}
.module .dllink a:hover {
    text-decoration: none !important;
	 background-color:#fff;
	color:#3193cc;
}
@media screen and (min-width:768px) {
.module .dl-menu li {
   font-size: 16px;
}
.dl-list .dl-txt {
    font-size: 13px;
}
}
@media screen and (max-width: 767px) {
	.module .dl-menu li {
   font-size: 16px;
}
	.dl-list .dl-txt {
    font-size: 13px;
}
	}

/*  ãƒ—ãƒ¬ã‚¹ãƒªãƒªãƒ¼ã‚¹ãƒªãƒ¼ãƒ‰æ–‡ 2022.10.24  */
.press-release p:first-of-type {
	  font-weight:bold;
	  margin-bottom:30px;
}</pre></body></html>