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

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  color: #323232;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

br {
  line-height: normal;
}

h2 {
  font-size: 2.0rem;
  font-weight: bold;
}

h3 {
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 5px #D4304E solid;
  padding-left: 10px;
  margin-bottom: 10px;
}

p,
ul li,
span {
  font-size: 1.5rem;
}

a {
  text-decoration: none;
  transition: .3s;
}

a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  max-height: 100%;
}

ul {
  list-style: none;
}

dl {
  margin: 10px 0;
  font-size: 1.6rem;
}

dl dt {
  font-weight: bold;
}

.mB10 {
  margin-bottom: 10px;
}




/*header*/

header {
  width: 100%;
  padding: 20px 0;
  background: #F0F0F0;
  margin-bottom: 50px;
}

header #header_inner {
  width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
}

header #header_inner p {
  margin-right: 20px;
}

header #header_inner h1 {
  font-size: 3.0rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  header {
    padding: 10px 0;
    margin-bottom: 30px;
  }

  header #header_inner {
    width: 100%;
    display: block;
    text-align: center;
  }

  header #header_inner p {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  header #header_inner h1 {
    font-size: 2.0rem;
    font-weight: bold;
  }
}




/*main*/

main {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

aside {
  width: 300px;
}

article {
  width: 670px;
}

@media screen and (max-width: 767px) {
  main {
    width: 100%;
    padding: 0 15px;
    flex-wrap: wrap-reverse;
  }

  aside {
    width: 100%;
  }

  article {
    width: 100%;
  }
}

h2 {
  background: #D4304E;
  padding: 10px 10px 10px 50px;
  color: #FFF;
  font-weight: bold;
  position: relative;
}

h2 span {
  color: #FFF;
  font-weight: bold;
}

#inq h2:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/icon_toi.png) no-repeat;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#inq h3 {
  margin: 15px 0;
}

#inq .inner .tel {
  color: #00A9BC;
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}

#inq .inner .tel:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../img/icon_tel.png) no-repeat;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 8px;
  margin: auto;
}

#inq .inner p.eria {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding-left: 5px;
}

#inq .inner .time {
  font-size: 1.3rem;
  position: relative;
  padding-left: 30px;
}

#inq .inner .mail {
  font-size: 1.5rem;
  position: relative;
  padding-left: 35px;
}

#inq .inner .mail:before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../img/icon_mail.png) no-repeat;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#manual h2:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/icon_text.png) no-repeat;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#manual .inner p {
  padding-bottom: 20px;
}

.download h2:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/icon_dl.png) no-repeat;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#info h2:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/icon_info.png) no-repeat;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

section {
  margin-bottom: 30px;
}

#faq a {
  display: block;
  width: 100%;
  border: 3px solid #D4304E;
  border-radius: 10px;
  padding: 20px 0;
  position: relative;
}

#faq a p {
  font-size: 3.0rem;
  font-weight: bold;
  color: #D4304E;
  padding-left: 80px;
}

#faq a p:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(../img/icon_hatena.png) no-repeat;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#faq a p:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 18px;
}

#faq span {
  font-size: 2.0rem;
  font-weight: bold;
  color: #D4304E;
  padding-left: 10px;
}

#key a {
  display: block;
  width: 100%;
  border: 3px solid #D4304E;
  border-radius: 10px;
  padding: 20px 0;
  position: relative;
}

#key a p {
  font-size: 3.0rem;
  font-weight: bold;
  color: #D4304E;
  padding-left: 80px;
}

#key a p:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(../img/icon_key.png) no-repeat;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#key a p:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 18px;
}

#inq,
#dashboard,
#first,
#manual {
  background: #FFF;
  border: #ccc 1px solid;
}

.inner {
  padding: 15px;
}

.download {
  background: #FFF;
  border: #ccc 1px solid;
}

.newsList {
  display: table;
  width: 100%;
  font-size: 14px;
  padding-top: 30px;
}

.newsList li {
  display: table-row;
}

.newsList time {
  display: table-cell;
  padding: 10px 10px 10px 0;
  white-space: nowrap;
}

.newsList .tit {
  display: table-cell;
  padding: 10px 0;
  width: 100%;
}

#info {
  border: 1px solid #CCC;
}

#info .inner {
  margin: 0 auto;
  position: relative
}

#info .inner .other {
  position: absolute;
  right: 0;
  top: 10px;
}

#info .inner .other p {
  font-size: 1.2rem;
  padding-right: 10px;
}

#info .inner .other a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-right: 10px;
  padding-top: 10px;
}

#info .inner .other a:after {
  content: '&gt;';
  color: #13B5C8;
  position: absolute;
}

#s_site {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  position: relative;
}

#s_site h2 {
  background: #ccc;
  color: #4D4D4D;
  font-weight: bold;
  position: relative;
  padding: 10px 10px 10px 55px;
}

#s_site h2:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../img/icon_hp.png) no-repeat;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#s_site .inner {
  padding: 10px;
}



/* info */

#info header {
  margin-bottom: 10px;
}

#info main {
  display: block;
}

#info #info_txt h2 {
  margin-bottom: 20px;
}

#info #info_txt .tltArea {
  margin-bottom: 20px;
}

#info #info_txt .tltArea h1 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

#info #info_txt .tltArea .date,
#info #info_txt .tltArea .name {
  text-align: right;
}

#info #info_txt #infoDetail #contact_information {
  padding: 15px;
  border: 1px solid #CCC;
  margin-top: 30px;
}

#info #info_txt #infoDetail #contact_information dl {
  margin: 0;
}

#info #info_txt .back {
  text-align: center;
}

#info #info_txt .back a {
  display: inline-block;
  padding: 10px 20px;
  background: #CCC;
  margin-top: 30px;
  font-weight: bold;
}

.inner .contents {
  margin-bottom: 30px;
}

.inner .contents:last-child {
  margin-bottom: 0;
}

.inner .contents li {
  margin-bottom: 10px;
}

.inner .contents li:last-child {
  margin-bottom: 0;
}

.inner .contents table {
  font-size: 12px;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.inner .contents table th {
  text-align: center;
  background: #f0f0f0;
  border: #CCC 1px solid;
  padding: 10px;
}

.inner .contents table td {
  border: #CCC 1px solid;
  padding: 8px;
}

.inner .contents a {
  color: #00A9BC;
  position: relative;
  padding-left: 20px
}

.download .inner ul li {
  font-size: 12px;
  margin-bottom: 20px;
}

.download .inner ul li a {
  margin-left: 15px;
}

.inner .contents a:before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../img/icon_dl_bl.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.download .inner ul li b {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}


@media screen and (max-width: 767px) {
  .inner .contents table {
    width: 100%;
    white-space: nowrap;
  }

  .inner .contents .scroll {
    overflow: auto;
  }

  .inner .contents .scroll::-webkit-scrollbar {
    height: 5px;
  }

  .inner .contents .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .inner .contents .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}



/*footer*/

footer {
  width: 100%;
  padding: 10px 0;
  background: #F0F0F0;
  margin-top: 50px;
}

.footer_inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .footer_inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.footer_inner p {
  text-align: center;
}</pre></body></html>