@charset "UTF-8";
body {
  font-family: 'Kosugi Maru', sans-serif;
}

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');






/*---Media Queries --*/
@media (max-width: 992px) {

  }
@media (max-width: 768px) {
  
}
@media (max-width: 576px) {
  
}

html {
  max-width: 1200px;
  margin: 0 auto;
}
.wrapper {
  margin-bottom: 50px;
}


ul {
  list-style: none;
  text-align: center;
  
}

.main{
  position: relative; display:inline-block;
}
.text{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  padding: 30px;
  text-align: left;
  font-size: 40px;
  color: white;
  font-family: 'meiryo', 'Hiragino Sans', 'MS PGothic', dotum, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}
.text2{
  text-align: center;
  font-size:1.5rem;
  font-family: 'meiryo', 'Hiragino Sans', 'MS PGothic', dotum, sans-serif;
  margin-bottom: 0px;
  margin-top: 30px;
}

.resizeimage img { width: 100%;}

.kaisha {
  width: 100%;
  margin-bottom: 100px;
  }
  
  .kaisha th,
  .kaisha td {
  border: 1px solid #ccc;
  padding: 20px;
  }
  
  .kaisha th {
  font-weight: bold;
  background-color: #dedede; 
  }

  @media screen and (max-width: 767px) {
    .kaisha,
    .kaisha tr,
    .kaisha td,
    .kaisha th {display:block;}
    .kaisha th {width:auto;}
  
    }

    .slash{
      height: 8px;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="3px" height="3px" viewBox="0 0 3 3" fill="hsla(0, 0%, 65%, 1.0)"><polygon points="0,0.5 0,1.5 1.5,3 2.5,3"/><polygon points="2.5,0 1.5,0 3,1.5 3,0.5"/></svg>');
      background-size: 3px 3px;
      width: 80%;
    }

    
.mokuteki{
  margin-bottom: 100px
}

.access{
  margin-bottom: 100px
}

#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

.container {
  text-align: center;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}



footer{

  text-align: center;
  font-size: 8px;
  color:  gray;
  margin-bottom: 10px;
  padding-top:10px;
}

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/

