@charset "UTF-8";

/* @import
---------------------------------------------------------- */

@import url("noto.css");
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300');
@import url("/uc/kameiten/common/font/font-awesome/css/font-awesome.min.css");

.noto {
  font-family: 'Noto Sans Japanese';
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 200;
}

.demi-light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.black {
  font-weight: 900;
}

.Roboto {
  font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans Japanese';
}

/* section */

section {
  clear: both;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6em;
  width: 1080px;
}

section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

section .section {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  width: auto;
}

section section {
  margin-bottom: 4em;
}

#contents section:last-of-type {
  margin-bottom: 3em !important;
}

#contents section section:last-of-type {
  margin-bottom: 0em !important;
}

/*common*/

#browserUpgradeMessage {
  display: none;
}

sup {
  color: #868686;
  font-size: 0.8em;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

figcaption {
  font-size: 14px;
  padding-top: .5em;
  padding-bottom: 0em;
}

/* リンク */

a {
  color: #007aff;
  text-decoration: none;
  transition: 0.2s;
  word-break: break-all;
}

a:hover {
  color: #007aff;
  opacity: 0.6;
  text-decoration: underline;
}

#UpgradeMessage {
  text-align: center;
  background-color: #1C233B;
  color: #FFFFFF;
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 999999;
  line-height: 2em;
}

@media screen and (min-width:1px) and (max-width:1080px) {
  section {
    width: 98%;
  }
}

@media screen and (min-width:1px) and (max-width:767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  section {
    width: 95%;
    margin-bottom: 3em;
  }
  section .section {
    margin-left: 0px;
    margin-right: 0px;
  }
  .noto {
    font-family: inherit;
  }
}