<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*----------------------------
 ãƒªã‚»ãƒƒãƒˆCSS
-----------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i, dl, fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,main {
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article,aside,canvas,details,figcaption,figure,
header,footer,hgroup,menu,nav,section,summary,main {
  display: block;
}




/*===== â–&nbsp; å„ãƒšãƒ¼ã‚¸ã®ãƒ™ãƒ¼ã‚¹ã¨ãªã‚‹CSS =====*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
   
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,p,blockquote,table,th,td,tbody,address {
  margin: 0;
  padding: 0;
  font-family:"Roboto Slab" , Garamond , "Times New Roman" , "æ¸¸æ˜Žæœ" , "Yu Mincho" , "æ¸¸æ˜Žæœä½“" , "YuMincho" , "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGSæ˜ŽæœE" , "ï¼­ï¼³ ï¼°æ˜Žæœ" , "MS PMincho" , serif;
  font-size: 15px;
  line-height: 1.6;
}
   
body {
  color: #000;
  font-family:"Roboto Slab" , Garamond , "Times New Roman" , "æ¸¸æ˜Žæœ" , "Yu Mincho" , "æ¸¸æ˜Žæœä½“" , "YuMincho" , "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGSæ˜ŽæœE" , "ï¼­ï¼³ ï¼°æ˜Žæœ" , "MS PMincho" , serif;
  line-height: 1;
  background: #141411;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  min-width: 1024px;
  _display: inline;
  _zoom:1;
}

a:link {
  text-decoration: none;
  color: #000;
  outline: none;
}
  
a:visited {
  color: #000;
  text-decoration: none;
}
  
a:hover {
  text-decoration: none;
  color: #000;
}
 
a:active {
  color: #000;
}

a[href^="tel:"] { 
  cursor: default;
  text-decoration: none !important;
  color: #000;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
  
fieldset,img {
  border: 0;
}
   
img {
  max-width:100%;
  height: auto;
  vertical-align: bottom;
}

address,caption,cite,code,dfn,th,var {
  font-style: normal;
  font-weight: normal;
}
  
ol,ul {
  list-style: none;
}
  
caption,th {
  text-align: left;
}
   
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
   
q:before,q:after {
  content:"";
}
   
abbr,acronym {
  border: 0;
}
   
a {
  outline: none;
  text-decoration: underline;
}

.btn-over {
  -webkit-transition-property: opacity;
  -webkit-transition-duration: .4s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0;
  transition-property: opacity;
  transition-duration: .4s;
  transition-timing-function: linear;
  transition-delay: 0;
}

.btn-over:hover {
  opacity: .7;
}

strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
 
.cf:after {
  clear: both;
}

.img_center,
.txt_center {
  text-align: center;
}

.fs11 {
  font-size: 15px;
}

.fs12 {
  font-size: 15px;
}

.fs13 {
  font-size: 15px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

::selection {
  background: #F3F0EB;
  color: #141414;
}





@media screen and (max-width:800px) {

body {
  -webkit-text-size-adjust: 100%; /* ãƒ•ã‚©ãƒ³ãƒˆã‚µã‚¤ã‚ºè‡ªå‹•èª¿æ•´ */
}

.btn-over:hover {
  opacity: 1;
}

a {
  -webkit-tap-highlight-color: rgba(255,255,255,.6);
}


}
</pre></body></html>