@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:700,900i&display=swap");
.mainContents {
  margin-left: auto;
  margin-right: auto;
  width: 820px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mainContents {
    width: 740px;
  }
}

@media (max-width: 768px) {
  .mainContents {
    width: 320px;
  }
}

body {
  margin: 0;
  padding: 0;
}

#headerFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

h3 {
  font-size: 28px;
  font-family: "Roboto Condensed", sans-serif;
  color: #ffb509;
}

html {
  background-color: #151321;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  color: #ffb509;
  background-color: #151321;
  width: 100%;
  height: 64px;
  border-bottom: solid #635026 3px;
  z-index: 21;
}

header .mainContents #headerFlex h3 {
  margin: 12px auto;
  text-align: left;
  height: 100%;
  width: 100%;
  font-size: 28px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  header .mainContents #headerFlex h3 {
    margin: 16px auto;
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  header .mainContents #headerFlex h3 {
    margin: 18px auto;
    font-size: 18px;
  }
}

.Header {
  width: 100%;
  height: 100%;
}

.tabImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  height: 100%;
  margin-bottom: 20px;
}

.menuTab {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
  width: 100%;
  height: 100%;
}

.menuTab img {
  width: 100%;
  height: 100%;
}

#langButton label {
  width: 100px;
  height: 24px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #ffb509 solid 1px;
  font-family: "Roboto Condensed", sans-serif;
}

.titleArea {
  border-bottom: #635026 solid 3px;
  background-color: #0d1834;
  margin-top: 24px;
  height: 80px;
  background-color: #0d1834;
  vertical-align: middle;
}

.titleArea .mainContents {
  height: 80px;
  padding-top: 2px;
  vertical-align: middle;
}

.titleArea .mainContents h3 {
  vertical-align: middle;
  margin-top: 32px;
}

#jp {
  color: #635026;
}

#en {
  color: #635026;
}

footer {
  text-align: center;
  padding-top: 34px;
  width: 100%;
  height: 80px;
  background-color: #151321;
  color: #ffb509;
  bottom: 0;
  z-index: 20;
  font-size: 11px;
}

ul {
  list-style: none;
}

.footerAnimation {
  height: 80px;
  width: 100%;
}

#footerNavigation {
  margin-left: auto;
  list-style: none;
  text-align: center;
  float: center;
}

#footerNavigation li {
  display: inline;
  text-align: center;
}

#footerNavigation li a {
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}

footer {
  border-top: #ffb509 dotted 1px;
}

.headderSpace {
  height: 32px;
}

.centeringArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hukidashi {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 80%;
  color: #fff;
  font-size: 16px;
  background: #151321;
  border-bottom: solid 3px #ffb509;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hukidashi:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #151321;
  z-index: 2;
}

.hukidashi:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ffb509;
  z-index: 1;
}

.hukidashi p {
  margin: 0;
  padding: 0;
}

p {
  color: #fff;
  text-align: left;
}

.profileImg img {
  width: 220px;
}

.profileImg {
  width: 220px;
  border: 3px solid #ffb509;
}
/*# sourceMappingURL=template.css.map */