<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url("sp.css?20220701") screen and (max-width: 699px);
@import url("ta.css?20220701") screen and (min-width: 700px) and
  (max-width: 999px);
@import url("pc.css?20220701") screen and (min-width: 1000px);

/*Noto Simplified Chinese*/
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 400;
  src: url(/font/NotoSansCJKsc-Regular-6500.woff) format("woff"),
    url(/font/NotoSansCJKsc-Regular-6500.eot) format("eot"),
    url(/font/NotoSansCJKsc-Regular-6500.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 700;
  src: url(/font/NotoSansCJKsc-Bold-6500.woff) format("woff"),
    url(/font/NotoSansCJKsc-Bold-6500.eot) format("eot"),
    url(/font/NotoSansCJKsc-Bold-6500.otf) format("opentype");
}

/*Noto Traditional Chinese*/
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf)
      format("opentype");
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  background: #333;
  color: #222;
  text-align: center;
  scrolling: yes;
  position: relative;
  -webkit-text-size-adjust: 100%;
}
a,
a:visited {
  color: #444;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}

#wrap {
  background: #f7f7f7;
  width: 100%;
  overflow-x: hidden;
}

img {
  border: none;
}
img.circle {
  border-radius: 50%;
}
img.round {
  border-radius: 8px;
}
table {
  border-collapse: collapse;
}
ul {
  list-style-type: none;
}

li img {
  vertical-align: bottom;
}

.blur {
  -webkit-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
}
span.red {
  color: #e00;
}

/*その他*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

.aligncenter {
  text-align: center !important;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}

.margin0 {
  padding: 0 !important;
}
.margin5 {
  padding: 0 0 5px 0 !important;
}
.margin10 {
  padding: 0 0 10px 0 !important;
}
.margin15 {
  padding: 0 0 15px 0 !important;
}
.margin20 {
  padding: 0 0 20px 0 !important;
}
.margin25 {
  padding: 0 0 25px 0 !important;
}
.margin30 {
  padding: 0 0 30px 0 !important;
}
.margin35 {
  padding: 0 0 35px 0 !important;
}
.margin40 {
  padding: 0 0 40px 0 !important;
}
.margin45 {
  padding: 0 0 45px 0 !important;
}
.margin50 {
  padding: 0 0 50px 0 !important;
}
.margin60 {
  padding: 0 0 60px 0 !important;
}
.margin65 {
  padding: 0 0 65px 0 !important;
}
.margin70 {
  padding: 0 0 70px 0 !important;
}
.margin75 {
  padding: 0 0 75px 0 !important;
}

div.contactWrap div.confirmBtnWrap button.btnMore,
div.contactWrap div.confirmBtnWrap input.btnMore {
  background: url(../img/public/vector_black.svg) no-repeat 5px center;
  background-color: #fee415;
  background-size: 20px 20px;
  border-color: #fee415;
  color: #222 !important;
}

.mw_wp_form_input input.btnMore.send {
  display: none !important;
}
.mw-wp-form_file {
  font-size: 0;
}
.mw-wp-form_file::after {
  display: block;
  content: "アップロードしました。";
  font-size: 10pt;
}
</pre></body></html>