.lightboxs {
  position: relative; }
  .lightboxs:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.8);
    position: absolute; }
  .lightboxs .thelightbox {
    opacity: 1;
    z-index: 9999; }

.thelightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.6); }
  .thelightbox .container {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    top: -150px; }

.thelightbox_ins {
  background: #fff;
  padding: 20px;
  display: none;
  border: 1px solid #000000;
  text-align: center;
  position: relative; }
  .thelightbox_ins .close_lightbox {
    position: absolute;
    content: "";
    top: 0;
    right: 0; }
  .thelightbox_ins .fa-remove:before {
    content: "\f00d"; }
  .thelightbox_ins h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 25px 0 35px 0; }
  .thelightbox_ins p {
    font-size: 16px;
    font-weight: normal;
    padding: 0 !important;
    margin: 0 !important; }
  .thelightbox_ins .btn-agree button {
    font-size: 20px;
    padding: 5px 40px;
    font-weight: normal;
    margin: 35px 0px 10px 0px; }
    .thelightbox_ins .btn-agree button:hover {
      opacity: 0.8; }


    .boxform {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .table-content-fix-x1 {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
  }

  .table-content-fix {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.table-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.title-box {
  position: relative;
}

.fix-boxtable {
  margin-right: 20px;
}

.title-box::before {
  position: absolute;
  content: "BGM";
  font-size: 14px;
  font-family: Osaka,sans-serif;
  font-weight: bold;
  top: -3px;
  left: 0;
}

body.form01 table.fix-f01_t02 {
  margin: 20px 0 0 0;
}

.boxcheckbox-fix {
  margin-top: 0;
  padding: 5px 0;
}

.boxcheckbox {
  padding-left: 37px;
  width: 690px;
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mt40 {
  margin-top: 40px !important;
}

body, p, a, span, div {
  font-family: Meiryo !important;
}

.boxcheckbox-title {
  position: relative;
}
     
.boxcheckbox-x1 {
  border: 2px solid #CFCFCF;
  padding: 20px 0;
  border-radius: 10px;
  text-align: center;
  width: 330px;
  background: #ffffff;
}

.boxcheckbox-title::before {
  position: absolute;
  content: "ISUM利用";
  font-size: 14px;
  font-family: Osaka,sans-serif;
  font-weight: bold;
  top: -25px;
  left: 0;
}

.fz14 {
  font-size: 14px !important;
}

.boxcheckbox-x1 .border-bottom {
  border-bottom: 3px dotted #CACACA;
  padding-bottom: 10px;
}

body.form01 table.f01_t01, body.form01 p, body.form01 textarea, body.form01 table.f01_t02 {
  margin-left: 0px;
}
.boxcheckbox-x1 p {
  padding: 10px 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

body, p, a, span, div {
  font-family: Meiryo !important;
}