@charset "UTF-8";

:focus {
  outline: none;
}
  
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}
  
body {
  letter-spacing: 0.025em;
  position: relative;
  margin: 0;
  padding: 0;
  min-height:100%;
  font-family: 'Noto Sans JP', "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
  
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}
  
  
h1, h2, h3, h4, h5, h6, p, th, td, address, i {
  margin: 0;
  padding: 0;
  font-size: 200%;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
}

.topImage {
    margin-top:0px;
}
  
ol, ul, dl, dt, dd {
  list-style-type:none;
  margin: 0;
  padding-top:15px;
  padding-bottom:15px;
  padding-left: 15px;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
}

a li{
  color: #3381e8;
  width:90%;
  padding:5px;
  border-bottom:solid 2px silver;
}

a li:hover {
  background:rgb(216, 216, 216);
  opacity:0.7;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  /* image-rendering: -webkit-optimize-contrast; */
}
svg{
  margin-right: 15px;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  text-align: left;
}

em {
  font-style: normal;
  font-weight: bold;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

video {
  display: block;
  width:90%;
  margin:20px auto;
  text-align: center;
}

input:focus {
  outline: 0;
  border-color: #0067b2;
}

input[type=submit] {
  -webkit-appearance: none;
}

sup {
  vertical-align: super;
  font-size: 60%;
}

sub {
  vertical-align: sub;
  font-size: 60%;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
  * Add the correct display in IE 10.
  */
  [hidden] {
  display: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #41444B;
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

figcaption, figure, main {
  display: block;
}

figure {
  margin:0px;
}

figure:first-child {
  margin-top: 0px;
}

figure:last-child {
  margin-bottom: 0px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
  
/* layout -------- */
.wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
  
.container {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
  
@media (max-width: 1100px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*******************************************
bytton
********************************************/
.button_fixed{
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width:100vw;
  margin:auto;
  top: auto;
  right:auto;
  left:0px;
  bottom: 0px;
  z-index:100;
  background:rgba(0, 0, 0, 0.5);
  border-radius:0px 0px 0px 5px;
  text-align: center;
}

.header-btn>a[class ~= "login-link"]{
  margin:auto;
  display: inline-block;
}

.header-btn>a[class ~= "account-link"]{
  margin:auto;
  display: inline-block;
}

.button_fixed img{
  margin:10px auto;
  object-fit: contain;
  vertical-align: middle;
  padding:0 0.5em;
}

.header-btn>a{
  margin:auto;
}

.header-btn>a img:hover {
  opacity:0.8;
}

.button_fixed>p{
  width:100%;
  font-size:1rem;
  color: white;
  font-weight: bold;
  margin-bottom:0.7em;
}

.button_fixed>p[class ~= "attention"] a{
  font-weight: bold;
  text-decoration: underline;
}

.button_fixed>p[class ~= "attention"] :hover{
  opacity:0.8;
}

@media (max-width:599px){
  .button_fixed img[class = login]{
      width:130px;
      object-fit: contain;
  }
  .button_fixed img[class = account]{
      width:180px;
      object-fit: contain;
  }
  .button_fixedr>p{
      font-size:0.8rem;
  }
}