@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  color: #1A1A1A;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
@media only screen and (max-width: 768px) {
  body {
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #fff;
}

.btn.btn-normal {
  width: 200px;
  padding: 10px;
  font-weight: bold;
}

header {
  background: #1A1A1A;
}

header a {
  font-size: 14px;
  font-weight: bold;
}

#infomation {
  background: #E6E6E6;
}


.sitemap a {
  color: #1A1A1A;
  font-size: 12px;
}

footer .company_text {
  border-top: 2px solid #231815;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}

footer .company_text p {
  margin-bottom: 10px;
  font-size: 14px;
}

footer .cpr {
  background: #1A1A1A;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

h2.pagetitle {
}

.article .date {
  border-right: 1px solid #000;
  font-size: 14px;
  padding: 3px 20px;
  display: inline-block;
}

.article .title {
  text-align: left;
}

.article .col-4 {
}

.article .col-8 {
  background: #DCDDDD;
  font-size: 14px;
  padding: 3px 5px;
  text-align: left;
  box-sizing: border-box;
}

.article .category span {
  background: #fff;
  font-size: 14px;
  display: inline-block;
  border-radius: 10px;
  padding: 3px 5px;
}

.article .text {
  font-size: 14px;
  text-align: left;
}

.article .news_title {
  text-align: left;
}

#products .date {
  border-bottom: 1px solid #000;
  font-size: 12px;
}

#products .title {
  text-align: left;
}

#products .category {
  background: #DCDDDD;
  font-size: 14px;
}

#movies .file {
  margin-bottom: 10px;
}

#movies .file span {
  display: inline-block;
  background: #5C5A5A;
  color: #fff;
  font-size: 14px;
  padding: 3px 10px;
}

#movies .date {
  border-bottom: 1px solid #000;
  font-size: 12px;
  margin-bottom: 0;
}

#movies .title {
  text-align: left;
}

#movies .category {
  background: #DCDDDD;
  font-size: 14px;
  padding: 3px 0;
}

#movies .category span {
  background: #fff;
  font-size: 14px;
  display: inline-block;
  border-radius: 10px;
  padding: 3px 5px;
}


#news .date {
  border-bottom: 1px solid #000;
  font-size: 12px;
  margin-bottom: 10px;
}

#news .title {
  text-align: left;
}

#news .category {
  background: #DCDDDD;
  font-size: 14px;
  padding: 3px 0;
}

#news .category span {
  background: #fff;
  font-size: 14px;
  display: inline-block;
  border-radius: 10px;
  padding: 3px 5px;
}

#about {
  background: #E6E6E6;
  position: relative;
}

#about #chara {
  position: absolute;
  bottom: 0;
  margin: 0;
  right: 0;
}

