@charset "UTF-8";


.bg_onetime_popup{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}
.bg_onetime_popup .onetime_popup {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 95%;
  max-width: 700px;
  padding: 40px;
  border: 2px solid #999;
  background: white;
  text-align:center;
}

@media only screen and (max-width: 767px) {
  .Alert_g .Alert-box_g {
    padding: 20px;
    margin: 0 10px;
  }
}

.font_large{
		font-size:4rem;
}

.font_midle{
		font-size:2rem;
}
.font_small{
		font-size:1.4rem;
}

.text_bold01{
		font-size: 1.8em;
 		font-weight: bold;
}
.new-col-pc-2{
		width:100%;
}
.new-row{
		width:80%;
		margin:0 auto;
}
