<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*--------------------------------------------*/
body {
  font-family: "メイリオ", meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  /*
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
  font-family: "ヒラギノ明朝 Pro","HiraMinPro","ＭＳ 明朝","ＭＳ Ｐ明朝","HG明朝E","MS PMincho",serif;*/
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 100%;
  line-height: 1em;
  color: #333;
  min-width: 960px;
  background: #333;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
}

a {
  color: #333;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  text-decoration: underline;
}

body div,
header,
footer,
section {
  margin: 0 auto;
  text-align: left;
}

h1 {
  font-size: 175%;
}

h2 {
  font-size: 175%;
}

h3 {
  font-size: 125%;
}

h4 {
  font-size: 100%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 100%;
}

i {
  font-size: 80%;
  font-style: normal;
  color: #999;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
ul,
li,
dl,
dt,
dd,
p,
a,
table,
tr,
td,
address,
img {
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  line-height: 1.5em;
  text-align: left;
  font-style: normal;
}

ul {
  list-style: none outside;
}

input,
textarea {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #555555;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em {
  font-style: normal;
}

/*************/
#clear,
.clear {
  clear: both;
}

.c {
  margin-left: auto;
  margin-right: auto;
}

.l {
  float: left;
}

.r {
  float: right;
}

#main .t_c {
  text-align: center;
}

img.l {
  margin: 0 10px 10px 0;
}

img.r {
  margin: 0 0 10px 10px;
}

#navSub li a:hover,
footer nav li a:hover {
  text-decoration: none;
}

/* -------------------------------------------- */
/*#contents a:hover img,*/
.btn a:hover img,
a.btn:hover img,
#contents .office li a:hover,
.pagetop a:hover {
  opacity: 0.3;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=30);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=30)";
  /* IE 8 */
  -khtml-opacity: 0.3;
  /* Safari 1.x */
  -moz-opacity: 0.3;
  /* FF lt 1.5, Netscape */
}

/* --------------------------------------------*/
/* wrapper */
header,
footer {
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
}

/* inner */
.inner {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 960px;
  position: relative;
}

/* header ********** */
header {
  background: url(../img/mv.jpg) no-repeat center;
  background-size: cover;
  height: 300px;
  width: 100%;
  position: relative;
}

header .inner {
  height: 300px;
}

header .inner div {
  width: 960px;
  height: 61px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}

header .inner h1,
header .inner p {
  text-align: center;
}

header p {
  color: #FFF;
}

/* contents ********** */
#contents {
  background: #FFF;
}

#contents section .inner {
  padding: 80px 0;
}

#contents section .inner h2 {
  text-align: center;
  margin-bottom: 15px;
  color: #333;
  font-size: 30px;
}

#contents .company .inner h2 {
  margin-bottom: 40px;
}

/* footer ********** */
footer {
  padding: 40px 0;
  background: #333;
  color: #FFF;
}

/* pagetop */
.pagetop {
  width: 35px;
  height: 35px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 100;
}

.pagetop a {
  display: block;
}

/* nav */
footer nav {
  clear: both;
}

footer nav ul {
  text-align: center;
}

footer nav ul li {
  display: inline-block;
  padding-left: 15px;
}

footer nav ul li:first-child {
  padding-left: 0;
}

footer nav ul li a {
  color: #FFF;
  font-size: 80%;
}

footer nav ul li a:hover {
  text-decoration: underline;
}

/* copyright */
footer .copy_area {
  text-align: center;
  padding: 5px 0 0;
}

/* --------------------------------------------*/
sup {
  font-size: 60%;
}

/*font-family
#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6
{ font-family: "ヒラギノ明朝 Pro","HiraMinPro","ＭＳ 明朝","ＭＳ Ｐ明朝","HG明朝E","MS PMincho",serif; }*/
/* clearfix */
nav:after,
section:after,
article:after,
div:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

nav,
section,
article,
div,
.clearfix {
  display: inline-block;
}

/* ¥*/
* html nav,
* html section,
* html article,
* html div,
* html .clearfix {
  height: 1%;
}

nav,
section,
article,
div,
.clearfix {
  display: block;
}

/* */
/* --------------------------------------------*/
/* info-not 工事中 */
.info-not {
  padding: 200px 15px;
  border: 1px solid #CCC;
  border-radius: 15px;
  background: #EEE;
}

#contents p.info-not {
  text-align: center;
  letter-spacing: 0.2em;
}/*# sourceMappingURL=master.css.map */</pre></body></html>