﻿.noscroll{overflow:hidden;}
      .form_reg_popup{display:none;}
       .form_group .ttl,.form_group input, .form_group textarea, .form_group input[type="file"], .exten, #error{font-size: 14px;}
      .form_reg_wapper{
          position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #0000009e;display: flex;
    align-items: center;
    justify-content: center;
      }
.form_reg_main {
    position: relative;
    width: 420px;
    background: #fff;
    border-radius: 5px;
    padding: 20px 20px;
    box-shadow: 0px 0px 3px #c6c6c6;
}
      .form_ttl{
          text-align: center;
    font-weight: bold;
    font-size: 20px;padding-bottom: 20px;
    margin-bottom: 20px; border-bottom: 0px solid #ebebeb;
      }
      .form_group{display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 0px solid #ebebeb;
      }
      .req{color:red;}
      .form_group .ttl{cursor: unset;
         display:inline-block;width:125px;
   
      }
      .form_group input, .form_group textarea{padding: 2px 5px;
          width:calc(100% - 125px);
              border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0px 0px 2px #e5e5e5;
      }
      .form_button{text-align:right;}
    .form_button button{
        transition:all 0.5s;
        background: var(--mcolor);
    color: #fff;
    border: none;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: bold;border-radius: 5px;cursor: pointer;
    }
    .form_button button:hover{
        background:var(--scolor);
    }
    #btn_close{
        position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    padding: 0 5px;
    line-height: 0;
    cursor: pointer;
    }
    #error{margin-bottom:0;display:none;}
@media (max-width:480px) {

    .form_reg_main{width:95%;}
}