
html, body {
  height: 100%;
}



.layer_board {
  font-family: "Times New Roman", "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¦ËœÅ½Ã¦Å“Â ProN W3", "Hiragino Mincho ProN", HGÃ¦ËœÅ½Ã¦Å“ÂE, "Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã¦ËœÅ½Ã¦Å“Â", "MS PMincho", "MS Ã¦ËœÅ½Ã¦Å“Â", serif;
  font-weight: bold!important;
  display: none;
  left: 50%;
  margin: 50px 0px 0px -285px;
  z-index: 9000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding: 0 2.5em 2.5em;
  cursor: default;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 50%;
  top: 10px;
  margin: 20px 0px 0px -335px;
  z-index: 8000;
  padding: 50px 150px 40px;
  max-width: 600px;
  max-height: 900px;
  color: #000;
background-image: url("../../img/corona/bg.png");
background-repeat: no-repeat;


}


* html .layer_board_bg, * html .layer_board {
  position: absolute;
}

.layer_board_bg {

  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 7000;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
  background: #000;
}

.layer_board p{
    font-size: 16px;
    margin-bottom: 30px;

}

.layer_board .red-box {

  color: #fff;
  background-color: #96001d;
  text-align: center;

}

.layer_board h4 {
  font-size: 20px;
  text-align: center;
}
.layer_board h3 {
  
  font-family: "Times New Roman", "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¦ËœÅ½Ã¦Å“Â ProN W3", "Hiragino Mincho ProN", HGÃ¦ËœÅ½Ã¦Å“ÂE, "Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã¦ËœÅ½Ã¦Å“Â", "MS PMincho", "MS Ã¦ËœÅ½Ã¦Å“Â", serif;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.btn_close {
  position: absolute;
  top: 30px;
  left: 20px;
}

.btn_close i {
  color: #555;
  font-size: 24px;
}

#layer_board_area {
  line-height: 1.6;
}

#layer_board_area .header, #layer_board_area .end {
  text-align: right;
}

#layer_board_area .top-txt {
  margin: 10px 0 50px;
  text-align: center;
}


#layer_board_area  li {
  text-indent: -1.8em;
  padding-left: 1.8em;
  list-style: none;
}




.layer_board li {
    font-weight: bold!important;
  line-height: 2;
  font-size: 16px;
}


.layer_board figure {
  position: relative;
  padding-top: 20px;
  margin-bottom: 80px;

}
.layer_board figcaption {
  font-size: 12px;
  position: absolute;

  right: 0;
  bottom: -60px;
}

.layer_board .sp {
  display: none;
}


@media screen and (max-width: 800px) {
  .layer_board {
    top: 0px;
    
  }
  .layer_board h3 {
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  .layer_board {
    top: 2%;
    padding: 20px 20px 70px;
    width: 90%;
    margin: 0px 0px 50px -46%;
    max-height: 1000px;
  }
  .layer_board .pc {
    display: none;
  }

  .layer_board .sp {
    display: inherit;
  }
}




@media screen and (max-width: 500px) {

#layer_board_area .top-txt {
  margin: 10px 0 20px;
  text-align: center;
}

.layer_board p{
    font-size: 16px;
    margin-bottom: 20px;

}

  .layer_board .red-box {
    padding: 20px
  }

  .layer_board h4 {
    margin-top: 50px;

  }
  .layer_board {
    top: 0px;
    background-size:100%;
    
  }
  .layer_board h3 {
    font-size: 20px;
    margin-bottom: 50px;
    margin-top: 20px;
    letter-spacing: 0;
  }
  .layer_board {
    top: 2%;
    width: 90%;
    margin: 0px 0px 20px -49%;
    max-height: 1000px;
  }

  .layer_board li, .layer_board p {
    line-height: 1.6;
    font-size: 14px;
  }
  .layer_board figure {
    margin: 0;
    padding-top: 10px;
  }

.btn_close {
  position: absolute;
  top: 20px;
  left: 20px;
}

.layer_board ul, .layer_board li {
  padding: 0!important;
}

.layer_board {
  max-height: 2000px;
}

.layer_board figure {
  margin-bottom: 30px;
}

.layer_board .pc {
  display: none;
}
}







