/* ------------------

setting.css

--------------------- */

#setting_wh {
    margin: 60px 0 0;
}

.component_box_15 {
    height: 75px;
    display: flex;
    padding: 0 20px 0 20px;
    border: none;
}

.component_name_box_15 {
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
}

.component_name_15 {
    font-size: 15pt;
}

.component_right_area_box_15 {
    width: 10%;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
    font-size: 15pt;
}

.component_right_area_15 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAABEElEQVRYw+3XoQ8BcRQH8O+dmZkxbDZBERT/haZdu3hRlEVBMo1GopE0m01TFEUSBMG/8QRs3ivK90n3rn8/u7vf3u89IK20/lFV7NH2iy9DIHig5RNfhLyfO5oegHw9NzT4QEcRV9T5RFcRF9T4RKSIMyp8IlbECSU+kSjiiAKf6CnigDyf6CtihxyfGChiiyyfGCpigwyfGCtihZBPTBWxQMAGAswVMeO/Q4ilIiZ8IoO1IkbegPh+IvH9yeJ7TIV9TMcmPvRsFcJuFQMTT252fRNPbtc9E0++cBITT74yYxNPvvQjE08eW7omnjx4dUw8fXTU8Q7Db/Er3mV8/ywg4rWAvFYo8Vyh0krrVz0BM/3tb2aE0iwAAAAASUVORK5CYII=');
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
}

.component_box_15:active {
    background-color: #efefef;
}

.component_line_15 {
    height: 1px;
    background-color: #efefef;
    margin: 0 20px 0 20px;
}