form#dummy_tel_maker_form .form_item_group:not(:last-of-type){margin-bottom:20px}form#dummy_tel_maker_form .form_item_group label{position:relative;top:0;left:0;width:100%;height:50px;display:block}form#dummy_tel_maker_form .form_item_group label:after{content:"";position:absolute;top:0;right:0;width:30px;height:100%;display:block;border-top:solid 1px #ccc;border-right:solid 1px #ccc;border-bottom:solid 1px #ccc;border-top-right-radius:5px;border-bottom-right-radius:5px;background-color:#429ce6;box-sizing:border-box;background-image:url(img/arrow.png);background-repeat:no-repeat;background-position:center center;pointer-events:none}form#dummy_tel_maker_form .form_item_group label select#select_line_type{padding:0 20px;width:100%;height:100%;font-size:16px;color:#000;border-radius:5px;border:solid 1px #ccc;background-color:#fff;cursor:pointer}form#dummy_tel_maker_form .form_item_group input[type=submit]{margin:auto;width:250px;height:50px;font-size:20px;font-weight:700;letter-spacing:.1rem;color:#fff;background-color:#f3a13f;border-radius:5px;cursor:pointer;transition:opacity .3s}form#dummy_tel_maker_form .form_item_group input[type=submit]:hover{opacity:.75}#result{display:none}#result .result_list{width:100%}#result .result_list li{width:100%;display:flex}#result .result_list li:not(:last-child){margin-bottom:10px}#result .result_list li .copy_btn{width:50px;height:40px;display:block;box-sizing:border-box;border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;border-left:solid 1px #ccc;border-top-left-radius:5px;border-bottom-left-radius:5px;background-color:#3ba3ee;background-image:url(img/copy.png);background-repeat:no-repeat;background-position:center center;background-size:20px 20px;cursor:pointer}#result .result_list li input{padding:.5rem;width:100%;height:40px;font-size:15px;box-sizing:border-box;border:solid 1px #ccc}#result .copied{position:fixed;right:30px;bottom:20px;padding:20px 25px;color:#fff;font-size:14px;display:none;border-radius:5px;background-color:rgba(0,0,0,.8)}.loader_wrap{position:fixed;top:0;left:0;width:100vw;height:100vh;display:none;background-color:rgba(0,0,0,.45)}.loader_wrap .loader{position:absolute;top:50%;left:50%;padding:10px;background-color:#fff;border-radius:5px;border:solid 1px #eee;transform:translate(-50%,-50%)}