@import 'https://fonts.googleapis.com/css?family=M+PLUS+1p:400,700&display=swap&subset=japanese';


#keyimage {
      display: flex; 
      justify-content: flex-end;
}

#keyimage img {
      width: 660px;
      height: auto;
      margin-top: 50px;
      margin-bottom: 30px;
      margin-right: 50px;
    }

html {
      scroll-behavior: smooth;
      font-size: 62.5%;
}

#bgb {
      width: 100%;
      background: black;
}
#bgw {
      width: 100%;
      background: white;
}

#bgg {
      width: 100%;
      background: #211c1c;
}
.invert-text {
      background-color: #211c1c;
      color: white;
      padding: 0.2rem 0.5rem;
      border-radius: 0.3rem; 
}
.needs{
      margin-top: 9rem;
      font-size: 8rem;
}
.highlight-text {
      font-size: 11rem; 
      font-weight: 500; 
      letter-spacing: -1rem;
}

.com-br{
      display: block;
}

.wrap {
      width: 1000px;
      margin: 0 auto;
}


article {
      position: relative;
}


h1 {
      font-size: 5.4rem;
      color: black;
      text-align: left;
      font-family: 'M PLUS 1p', sans-serif;
      margin: 2rem 2rem 1rem 10rem;
      font-weight: bold;
      line-height: 8rem;
}

.titletext {
      color: #FFF;
      font-size: 5.3rem;
      text-align: center;
      font-family: 'M PLUS 1p', sans-serif;
      font-weight: normal;
      margin: 1rem auto;
      padding: 1rem;
      width: fit-content;

}
.middletext2{
      font-size:5.5rem;
      font-family: 'M PLUS 1p', sans-serif;
      margin: 5rem 0 10rem 0;
      line-height: 1.2;
}

.middletext{
      font-size:5.5rem;
      font-family: 'M PLUS 1p', sans-serif;
      margin: 1rem 3.5rem 3.5rem;
      font-weight: 700;
}
.foottext{
      font-size:5.5rem;
      font-family: 'M PLUS 1p', sans-serif;
      margin: 1rem 3.5rem 3.5rem;
      font-weight: 700;
      line-height: 1.2; 
}

.stext {
      text-shadow: 4px 7px 13px #494949;
      font-weight: 600;
      font-size: 8rem;
      margin: 3rem 3.5rem 9rem 3.5rem;

}

.stext-dg {
      text-shadow: 4px 7px 13px darkgrey;
      font-weight: 600;
      font-size: 8rem;
      margin: 3rem 3.5rem 9rem 3.5rem;

}
.annotation {
      font-size: 2rem;
  }

.conter {
      display: flex;
      align-items: center;
}

.left {
      width: 31.25rem;
      display: block;
      margin: 9.6rem 3.2rem 9.6rem 0;
}

.right {
      display: block;
      margin: 9.6rem 0 9.6rem 4rem;
}



.center {
      display: block;
      margin: 3rem auto;
      align-items: center;
}

hr {
      border: none;
      height: 5px;
      background-color: black;
      margin-top: 10rem;
      margin-bottom: 4rem;
    }

h2 {
      font-size: 4.8rem;
      font-family: 'M PLUS 1p', sans-serif;
      line-height: 3.3rem;
}

.bl {
      color: black;
}

.wt {
      color: white;
}


.ctext {
      font-size: 1.4rem;
      line-height: 1.5;
      font-family: 'M PLUS 1p', sans-serif;
      font-weight: 400;
      margin: 4rem 3.5rem;
}

.spec {
      color : black;
      margin: 0 0 10rem;
}

.right h3 {
      margin: 4rem 0;
      font-size: 5.4rem;
      font-family: 'M PLUS 1p', sans-serif;
      padding: 0 0.75rem;
      text-align: center;

      line-height: 2.7rem;
      font-weight: 700;
}

#table01{
      margin: auto;
}
#table01 tr {
      border-bottom: 1px solid #b5b1b1;
      font-size: 4rem;
      
}
    
#table01 th,
#table01 td {
      padding: 1rem;
      border: none;
}
    
#table01 th {
      width: 45%;
}



.text-left {
      text-align: left;
}
    
.text-right {
      text-align: right;
}
 
.text-center {
      text-align: center;
}

.bg-white {
      color: #000000; /* 黒 */
      background-color: #ffffff; /* 白 */
}
    
.bg-black {
      color: #ffffff; /* 白 */
      background-color: #000000; /* 黒 */
}

.foottext span.indent {
      display: block;
      text-indent: 1em;
      line-height: 1.2;
}
    
.foottext br {
      display: none;
}

.sitelink {
      font-size: 3rem;
      display: inline-block;
      background-color: black;
      color: white;
      padding: 0.5rem 1rem;
      border-radius: 2rem;
      text-decoration: none;
 }


.sitelink:hover {
      background-color: gray;
      color:white;
}
   
    .order-white {
      color: #000;
      background: #FFF !important;
      font-size: 2rem;
      text-decoration: none;
      font-family: 'M PLUS 1p', sans-serif;
      font-weight: 700;
      text-align: center;
      width: 25rem;
      margin: 2rem auto 0;
      padding: 0.8rem;
      border: #000 3px solid;
      border-radius: 4.3rem;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      line-height: 4.3rem;
}

.order-white a {
      color: #000;
      display: block;
      margin: 0 auto;
}

a.order-white {
      color: #000;
      display: block;
      margin: 0 auto;
}

.order-white a:hover {
      color: #FFF;
}

.order-white:hover {
      background-color: #000 !important;
}

.order-black {
      color: #FFF;
      background-color: #000 !important;
      font-size: 2rem;
      text-decoration: none;
      font-family: 'M PLUS 1p', sans-serif;
      font-weight: 700;
      text-align: center;
      width: 25rem;
      margin: 2rem auto 0;
      padding: 0.8rem;
      border: #FFF 3px solid;
      border-radius: 4.3rem;
      background: #FFF;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;

      line-height: 4.3rem;

}

.order-black a {
      color: #FFF;
      display: block;
      margin: 0 auto;
}

a.order-black {
      color: #FFF;
      display: block;
      margin: 0 auto;
}

.order-black a:hover {
      color: #000;
}

.order-black:hover {
      background-color: #FFF !important;
}

a {
      text-decoration: none;
}


.flexwrap {
      display: flex;
      justify-content: center;
}


