/* 頁面固定 */
    body {
        background-image: url(/img/bgb.jpg);
        background-repeat: repeat-y;
        background-position: center top;
    }
    .section {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 4px;
        text-shadow: 2px 4px 30px #fff;
        padding: 2rem;
    }
    /* 頁面固定end */
    .registration-modal .registration-content {
                padding: 30px;
            }
    
    .registration-content label {
        font-size: 1.14em;
        font-weight: normal;
    }
    
    @media screen and (max-width: 480px) {
        .registration-modal .registration-content {
            padding: 15px;
        }
    }
    
    .must {
        color: #FF0000;
        margin: 0px 5px 0 0;
        font-size: 150%;
        font-weight: bold;
        vertical-align: middle;
        line-height: 110%;
        padding-top: 5px;
    }
    
    .regisration-title {
        margin: .5em 0;
        font-size: 2.625em;
        line-height: 1.1em;
        font-weight: 400;
        color: #2f2c2c;
    }
    
    #company-1 h3 {
        color: #6034BF;
    }
    
    .overflows{
        width: 100%;
        overflow-x: auto;
    }
    .m-auto{
        margin-right:auto;
        margin-left:auto;
    }
    .img-content{
        width:100%;
        text-align:center;
    }
    .p-text{
        width:80%;
    }

    .justifytext{
        text-align: justify !important;
    }

    .weightText{
        font-weight: 700;
        font-size: 1.2em;
    }

    .red{
        color: #ff0000;
    }
    .m-t-25{margin-top:25px;}
    .indent-title-5{
        text-indent: -2em;
        margin-left: 2em;
      }
      .gray-1{background-color: #dedede;border-bottom:1px solid #000;vertical-align: middle !important;}
      .gray-2{background-color: #595959;color:#fff;font-weight:700;}
      .bb-1{border-bottom:1px solid #000;}
      .ul-type1{
        list-style-type: disc;
        margin-left:16px;
      }
      .ul-type1 li{list-style: disc; }
      .ul-type2{
        list-style-type: decimal;
        margin-left:16px;
      }
      .ul-type2 li{list-style: decimal; }