.infotext{
	text-align: center;
	width: 100%;
}

.L_menu_top_g{
	width: 304px;
    background-color: #fff;
    border-radius: 20px;
    padding: 2px;
}

.L_menu_top_check{
	width: 150px;
    float: left;
    padding: 5px;
    background-color: #4874D1;
    color: #fff;
    border-radius: 20px;
}

.L_menu_top_uncheck{
	width: 150px;
	float: left;
	padding: 5px;
	cursor: pointer;
}

.L_menu_T_g{
	width: 460px;
    background-color: #fff;
    height: 570px;
    border-radius: 20, 0, 20, 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.L_menu_T_g_text1{
	text-align: left;
    padding-left: 40px;
    padding-top: 30px;
    font-size: 25px;
}

.L_menu_T_g_text2{
	text-align: left;
    padding-left: 40px;
    font-size: 25px;
    padding-bottom: 50px;
}

.L_menu_T_g_text2_tag{
	float: left;
    font-size: 14px;
    height: 100%;
    margin-left: 20px;
    margin-top: 4px;
    background-color: #edf2fb;
    color: #4874D1;
    border-radius: 20px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.L_menu_T_g_text3{
	font-size: 15px;
	text-align: left;
	padding-left: 40px;
	color:#767676;
}

.form_input_g{
	margin-left: 40px;
    margin-right: 40px;
    pointer-events: auto;
}

.postcode_input{
	width: 200px;
    float: left;
}

.addr_search_btn{
	margin-bottom: 20px;
    margin-left: 10px;
    width: 170px;
    float: left;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #4874D1;
    color: #4874D1;
}

.addr_search_btn:hover {
	border: 1px solid #4874D1;
    color: #fff;
    background-color: #4874D1;
}

.send_btn{
	width: 100%;
    background-color: #4874d1;
    color: #fff;
    font-size: 18px;
    border-radius: 25px;
}

.send_btn:hover {
	width: 100%;
    background-color: #4874d1;
    color: #fff;
    font-size: 20px;
    border-radius: 25px;
}



.L_menu_S_g_text1{
	text-align: left;
    padding-left: 40px;
    font-size: 25px;
    padding-bottom: 50px;
    padding-top: 30px;
}

.L_menu_S_g{
	width: 460px;
    background-color: #fff;
    height: 360px;
    border-radius: 20, 0, 20, 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.home_btn{
	position: absolute;
   	top: 15px;
    left: 15px;
    background-color: #ff5760;
    padding-left: 25px;
    border-radius: 25px;
    color: #fff;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
}