.fields-area label{
    display: block;
    font-weight: bold;
    margin: 0 0 3px;
    padding: 0;
}

.must-required {
    color: #f00;
}

.form-textbox{
    width: 100%;
    resize: vertical;
}

#display_name {
    width: 100%;
}

.form-area {
    width: 100%;
    min-width: 463px;
    float: left;
}

.setting_pattern p{
    margin-left : 2%;
    font-weight: bold;
}

.setting_pattern .fields-area{
    margin-left : 3%;
}

.paging-span{
    font-size: large;
    margin: 0 4px;
}

.input-area {
    background-color: white;
    height: 40%;
}

.fields-area{
    position: relative;
    margin: 0;
    padding: 15px 12px;
    border-top: #EEEEEE solid 1px;
    padding-left: 2%;
}

.setting_category{
    font-size: large;
    padding-left:1%;
}

.area_checkbox  {
    display: flex;
}

.area_checkbox input {
  margin: 0.4rem;
}

.check_box_areas{
    display: flex;
}

.form-textbox_shop{
    height:10px;
}

#shop_area_checkbox{
    overflow-x: hidden;
    overflow-y: scroll;
    margin-left:4%;
    width: 20%;
    height: 400px;
    /* height:10px; */
}

.shop_areas {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    margin-right: 3px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #c6c6c6;
    background-color: #fff;
    position: relative;
    top: -2px;
}
.shop_areas:checked {
    border-color: #f09896;
    background-color: #f09896;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6L9 17l-5-5"/></svg>');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}