<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: 7px #D4304E solid;
  padding-left: 5px;
}

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;
}

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

#dashboard .inner a {
  width: 270px;
  height: 51px;
  background: #13B5C8;
  display: flex;
  align-items: center;
  border-radius: 30px;
  position: relative;
  margin: 15px auto;
}

#dashboard .inner a:before {
  content: '';
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: #FFF solid 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 17px;
}

#dashboard .inner a:after {
  content: '';
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-top: #FFF solid 1px;
  position: absolute;
  top: 15px;
  bottom: 0;
  margin: auto;
  right: 10px;
}

#utm03ab .information .document a:before {
  content: '';
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: #FF8800 solid 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 17px;
}

#dashboard a span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
}

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

#first h2 span:first-child {
  padding-right: 10px;
  border-right: 1px #FFF solid;
  margin-right: 10px;
}

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

#first .inner .contents a {
  font-size: 1.5rem;
  padding-left: 15px;
  position: relative;
  text-decoration: underline;
}

#first .inner .contents a:before {
  content: '&gt;';
  color: #13B5C8;
  position: absolute;
  left: 0;
}

#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;
}

#manual .inner .contents a {
  font-size: 1.5rem;
  padding-top: 15px;
  padding-left: 15px;
  position: relative;
  text-decoration: underline;
}

#manual .inner .contents a:before {
  content: '&gt;';
  color: #13B5C8;
  position: absolute;
  left: 0;
  padding-right: 10px;
}

.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;
}

.download .inner .contents li {
  padding-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

.download .inner .contents li a {
  text-decoration: underline;
}

.download .inner .contents a:before {
  content: '&gt;';
  color: #13B5C8;
  position: absolute;
  left: 0;
  padding-right: 10px;
}

.download .inner .contents .excel:after {
  content: "Excel";
  font-size: 0.5rem;
  background: #207245;
  color: #fff;
  padding: 1px 2px;
  margin-left: 5px;
  border-radius: 3px;
}

.download .inner .contents .word:after {
  content: "word";
  font-size: 0.5rem;
  background: #2A5699;
  color: #fff;
  padding: 1px 2px;
  margin-left: 5px;
  border-radius: 3px;
}

.download .inner .contents .pdf:after {
  content: "pdf";
  font-size: 0.5rem;
  background: #ED1808;
  color: #fff;
  padding: 1px 2px;
  margin-left: 5px;
  border-radius: 3px;
}

#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: 8px;
}

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

.contents {}

.contents a:befor {}

.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;
  /*border-bottom: 1px solid #CCC;*/
  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;
}

#info #infoDetail p {
  margin-bottom: 20px;
}

#info #infoDetail dl {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

#info #infoDetail dl dt {
  font-weight: bold;
}

#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 #breadcrumb {
  margin: 10px 0;
}

#info #breadcrumb ul {
  display: flex;
}

#info #breadcrumb ul li {
  position: relative;
  padding-right: 20px;
  font-size: 1.2rem;
}

#info #breadcrumb ul li:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}

#info #breadcrumb ul li:last-child:after {
  display: none;
}

#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;
}

/*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>