@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 {
      max-width: 90%;
      width: calc(100% - 0.33rem);
      height: auto;
      margin: 30px auto;
      justify-content: center;
    }

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

#bgb {
      width: calc(100% - 0.33rem);
      background: black;
}
#bgw {
      width: calc(100% - 0.33rem);
      background: white;
}

#bgg {
      width: calc(100% - 0.33rem);
      background: #211c1c;
}

.invert-text {
      background-color: #211c1c;
      color: white;
      padding: 0.2rem 0.5rem;
      border-radius: 0.3rem; 
}

.highlight-text {
      display: block;
      font-size: 3.5rem; 
      font-weight: 700; 
}

.sp-br {
      display: block;
}
.com-br {
      display: block;
}


.wrap {
      width: calc(100% - 0.33rem);
}

article {
      text-align: center;
      width: 100%;
}

h1 {
      color: black;
      text-align: center;
      font-family: 'M PLUS 1p', sans-serif;
      font-size: 2.0rem;
      font-weight: 700;
      line-height: 3.6rem;
      margin: 1rem auto;
      width: calc(100% - 0.33rem);
}

.titletext {
      color: #FFF;
      font-size: 1.5rem;
      text-align: center;
      font-family: 'M PLUS 1p', sans-serif;
      font-weight: 400;
      margin: 1rem auto;
      padding: 1rem;
      width: calc(100% - 0.33rem);
}

.middletext{
      font-size:1.6rem;
      font-family: 'M PLUS 1p', sans-serif;
      padding: 0 1rem 0 1rem;
}

.left {
      width: 100%;
      display: block;
      padding-top: 3rem;

}

.right {
      width: 100%;
      display: block;
      padding: 3rem 0;
}
.annotation {
      font-size: 1rem;
  }

.center{
      display: block;
      padding: 1rem 0;
}


.sptitle {
      position: relative;
      top: 20%;
}

body {
      width: 100%;
}

main {
      width: 100%;
}

p {
      padding: 0 0.75rem;
      line-height: 1.2rem;
      width: calc(100% -0.33rem);
}

h2 {
      font-size:2.8rem;
      font-family: 'M PLUS 1p', sans-serif;
      padding: 0 1rem 0 1rem;
      width: calc(100% - 0.33rem);
}

.bl {
      color: black;

      padding-top: 1rem;
      font-weight: 700;
      line-height: 2.7rem;
}

.wt {
      color: white;

      padding-top: 1rem;
      font-weight: 700;
      line-height: 2.7rem;
}

.ctext {
      font-size: 1rem;
      line-height: 1.5;
      font-family: 'M PLUS 1p', sans-serif;
}

.spec {
      padding-bottom: 1rem;
      color: black;
}

.right h3 {
      margin: 1rem 0;
      font-size: 3.2rem;
      font-family: 'M PLUS 1p', sans-serif;
      text-align: center;
      width: calc(100% - 0.33rem);
}

#table01{
      margin: auto;
}
#table01 tr {
      border-bottom: 1px solid #b5b1b1;
      
}
    
#table01 th,
#table01 td {
      padding: 1rem;
      border: none;
      width: 100%;
      display: block;      
}
    
#table01 th {
      width: 100%;
}

#table01 td {
      padding-top: 0;
}

.stext {
      color: black;
      font-size: 2.0rem;
      padding: 1 1.8rem 0 1;
      text-shadow: 3px 5px 5px #494949;
}

.stext-dg {
      color: white;
      font-size: 2.0rem;
      padding: 1 1.8 rem 0 0;
      text-shadow: 3px 5px 5px darkgrey;
}


.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: 1.5rem;
      display: inline-block;
      background-color: black;
      color: white;
      padding: 0.5rem 1rem;
      border-radius: 2rem;
      text-decoration: none;
 }




.order-base {
      width: 100%;
}

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

.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;
      font-size: 2rem;
      text-decoration: none;
      font-family: 'M PLUS 1p', sans-serif;
      font-weight: 700;
      text-align: center;
      width: 100%;
      margin: 1rem auto;
      padding: 1rem;
      border: #FFF 3px solid;
      border-radius: 2.7rem;
      background-color: #000 !important;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}

.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;
      display: block;
}

